@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500,700&display=swap');

@font-face{
	font-family: Raleway-Bold;
	src: url('../fonts/Raleway-Bold.ttf');
}


html {
	width: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Fira Sans', sans-serif;
	width: 100%;
	overflow-x: hidden;
}

.link-bold {
    font-family: "Raleway-Bold";
}

.btn-contacto {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: -15px;
    margin-right: -50px;
    letter-spacing: -1px;
    bottom: 70px;
    padding: 20px 80px 20px 30px;
    position: fixed;
    border-radius: 50px;
    right: 0;
    background-color: #fff;
    border: 2px solid #b9006f;
    color: #b9006f;
    z-index: 60;
    transition: all .3s ease-in-out;
    text-decoration: none!important;
}

.navbar .btn-contacto i.fa {
    color: #b9006f;
}

.btn-contacto:hover {
    color: #fff;
    background-color: #b9006f; 
    border: 2px solid #fff;
}

.navbar .btn-contacto:hover i.fa {
    color: #fff;
}

.sampleMovie { 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

.bg-mobile-header {
	display: none;
}

.bckWhiteHeader {
	position: absolute;
    height: 600px;
    width: 100%;
    /*background: #fff;*/
    background: linear-gradient(to right,rgba(255,255,255,1) 74%, rgba(255,255,255,0) 90%);
    top: 0;
    z-index: -1;
}

.divisiones-home {
    border: 1px solid #d7d7d7;
    padding: 38px;
    margin: 10px 6px;
    text-align: center;
    /*width: 23%;*/
    width: 18%;
    min-height: 114px;
    max-width: calc((100%/6) - 10px);
}
.divisiones-home:hover {
    border: 1px solid #ba0066;
    background: #ba0066;
    color: #fff;
}
.divisiones-home a{
    font-size: 14px;
    text-transform: uppercase;
    color: #ba0066;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 500;
}
.divisiones-home:hover a {
    color: #fff;
}
.col-md-4.divisiones-home {
    width:30%;
}

.divisiones-home {
    min-height: 255px;
    border: 1px solid #ba0066;
    width: 15.5%;
    padding: 38px 20px;
}

.divisiones-home img.division-hover {
    display: none;
}

.divisiones-home:hover img.division-hover {
    display: inline-block;
}

.divisiones-home:hover img.division {
    display: none;
}

.divisiones-home img {
	max-width: 96px;
}

.buscador-productos .col-md-2.divisiones-home:first-child {
    margin-left: 0;
}

.buscador-productos .col-md-2.divisiones-home:last-child {
    margin-right: 0;
}

@media(max-width:990px) {
    .col-md-4.divisiones-home {
        width:auto;
    }
    .divisiones-home {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 990px) and (min-width: 450px){
    .divisiones-home {
        width: 100%;
        max-width: 100%;
    }
}

.buscador-productos {
    padding-top: 20px;
}

.buscador-productos h2 {
    font-family: 'Fira Sans', sans-serif;
    font-size: 1.5rem;
}

.buscador-productos .row {
    margin-left: 0;
    margin-right: 0;
}

.buscador-box{
    background: #b9006f;
    padding: 35px;
    margin: 10px auto;
    text-align: center;
    display: block;
    width: 250px;
    height: 250px;
    position: relative;
}
.buscador-box p{
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
}

.container-of-search-box-home {
    padding-left: 0;
    padding-right: 0;
}

.container-of-search-box-home .buscador-box {
    width: 100%;
    height: auto;
    display: inline-block;
}

.container-of-search-box-home .buscador-box .form-inline.divider-start {
    float: left;
    width: 32%;
    margin-right: 1%;
}

.container-of-search-box-home .buscador-box .form-inline.divider-start .input-group-btn {
    width: 38px;
}

.container-of-search-box-home .buscador-box .dropdown {
    width: 33%;
    float: left;
    margin-right: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.container-of-search-box-home .buscador-box .dropdown:last-child {
    margin-right: 0;
}

.container-of-search-box-home .buscador-box input {
    border-radius: 0;
    border: none;
    height: 35px;
}

.container-of-search-box-home .buscador-box .input-group-btn {
    height: 35px;
}

.container-of-search-box-home .buscador-box .input-group {
    padding: 0;
}

.container-of-search-box-home .buscador-box .btn-danger {
    background-color: #ffffff;
    color: #b9006f;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
}

.container-of-search-box-home .buscador-box .btn-default {
    color: #b9006f;
    background-color: #fff;
    border-color: #fff;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 500;
}

.dropdown-menu {
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0px;
    font-size: 14px;
}

.dropdown-menu.show {
    width: 100%;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 500;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: uppercase;
}

footer .sociales a {
	margin-left: 5px;
}

footer .sociales a i {
	font-size: 20px;
}

footer .follow {
	display: block;
    margin: 0 auto 20px auto;
    width: 80px;
}

footer .tel {
    font-weight: bold;
}
@media (max-width: 767px) {
    footer .sociales {
        text-align: center;
        margin-top: 20px;
    }
    footer .sociales a {
        width: auto;
    }

    .container-of-search-box-home .buscador-box .form-inline.divider-start,
    .container-of-search-box-home .buscador-box .dropdown,
    .container-of-search-box-home .buscador-box .input-group {
        width: 100%;
    }

    .container-of-search-box-home .buscador-box .form-inline.divider-start {
        margin-bottom: 15px;
    }

    .container-of-search-box-home .buscador-box .dropdown:not(:last-child) {
        margin-bottom: 15px; 
    }
}

.navbar {
	height: 150px;
}

.navbar .nav-item a {
	text-transform: uppercase;
}

.navbar.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 0.8rem;
	padding-left: 0.8rem;
}

.navbar-brand img {
	height: 55px;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.85);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.5);
}

.banner .fluid-container {border: #dcdcdc 1px solid;}

.mobile {
	display: none;
}

#containerMap {
	width: 100%;
	height: 850px;
}
.cuadrosColor li img { width:160px; margin-bottom:20px}
.cuadrosColor li { position:relative; float:left; width:33.3333%; padding:0 9px; height:610px;display: -webkit-box; min-height:580px; 
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; border-left:#fff 9px solid; border-right:#fff 9px solid}
.cuadrosColor li:first-child {border-left:none !important}
.cuadrosColor li:last-child {border-right:none !important}
.cuadrosColor h2{ color:#FFF; font-size:41px; font-family: 'Fira Sans', sans-serif; width:100%}
.cuadrosColor div { position:relative; float:left; width:100%; text-transform:uppercase; color:#FFF; text-align:center; padding:0 60px;}
/*.cuadrosColor div:hover { background:#363636; text-decoration:none}*/
.sobreNosotros { background:#d0016b;}
.sociosEstrategicos { background:#b1b1b1}
.presenciaInternacional { background:#ba8d77}

section { margin-bottom:18px;position: relative;
    float: left;
    width: 100%; padding:0 15px}



.banner-bckng {
	/*background-color: #aec6ca;
    background-image: -webkit-linear-gradient(150deg, #aec6ca 85%, #FFF 35%);*/
    padding: 98px 50px 50px 12%;
    min-height: 265px;
}

.banner-bckng h2 {
	color: #3B3E47;
	/*font-family: 'Fira Sans', sans-serif;*/
	text-align: left;
	font-size: 1.6rem;
	max-width: 660px;
	margin: 0 auto;

}

.banner .arrow-up {
	display: none;
}

.banner-logo {
	padding: 30px;
	text-align: center;
}

.banner-logo img {
	width: 80%;
	max-height: 200px;
}

.banner-precio {
	position: absolute;
    bottom: 0;
    right: 15px;
    width: 55%; min-width:300px;
    color: #fff;
    background: #674967;
    background-image: -webkit-linear-gradient(150deg, #674967 83%, #fff 35%);
    text-align: right;
}

.banner-precio strong {
	font-weight: bold;
    font-size: 24px;
    padding-top: 0.5rem;
    display: block;
    padding-right: 45px;
}

.banner-precio p {
	margin-top: 0;
    margin-bottom: 0.5rem;
    padding-right: 11px;
    font-size: 14px;
}

.box--about-us {
	/*background: url('../img/bg-nosotros.png') no-repeat center center fixed!important;
   	background-size: cover!important;*/
   	/*background: #e3eae6;*/
   	background: #F2F2F2;
   	height: 330px;
}

.box--farmacovigilancia {
	background: url(../img/section-big.jpg) no-repeat center center;
    background-size: cover!important;
    height: 330px;
}

.box--partners {
	background: url(../img/bg-socios-blanco.jpg) no-repeat center center;
    background-size: cover!important;
    height: 660px;
}

.box--international-presence {
	background-image: url(../img/bg-footer.jpg);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #fff;
	/*background: #fff; */
	border:#dcdcdc 1px solid;
   	height: 316px; 
   	margin-bottom:18px
}

.box--varifarma {
	/*background: url('../img/bg-varifarma.png') no-repeat center center;
   	background-size: cover!important;*/
   	/*background-image: url(../img/kyprolisquito12.jpg);*/
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #caddde;
   	height: 334px;
}

.box--mission {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F2F2F2;
}

.gerentes p {
    font-size: 24px;
    text-align: right;
    line-height: 33px;
    font-family: 'Fira Sans', sans-serif;
}

body.interna .gerentes p strong {
	font-family: 'Fira Sans', sans-serif;
}

.gerentes p span {
    font-style: italic;
    color: #b46153;
    line-height: 33px;
}

section.institutional .row {
	line-height: 0;
}

section.institutional .video {
	padding: 0 18px 0 0;
}

section.institutional .video iframe {
	width: 100%;
	height: 668px;
}

.btn-white {
	border: 2px solid #ba0066;
	background: #fff;
	color: #ba0066;
	padding: 10px 60px;
	font-size:12px;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    text-decoration: none;
    font-family: 'Fira Sans', sans-serif;
}

.btn-white:hover {
	border: 2px solid #ba0066;
	background: #ba0066;
	color: #fff;
	text-decoration: none;
}

img.socio {
	width: 70%;
	margin: 15px;
}

img.socio.helsinn {
	width: 65%;
	margin: 15px;
}

a.page-scroll i  {
	margin-right: 1rem;
}

a.short {
	padding: 10px 30px!important;
}


header{  margin-bottom:18px;position: relative;  float: left;  width: 100%; height:58vh; overflow:hidden}

header h1 {
	display: none;
}

header p {
	color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 23px;
}


header .logo img {
	width: 100%; 
	/*margin-top:100px;*/
	margin-top: 22vh;
}

@media (max-width: 767px) {
    header {
        height:45vh; 
    }
}

.logo { width:52%; padding:40px; margin:0 auto;  height:420px}

.header-text {
	padding-left: 20%;
	padding-right: 20%;
}

h2 {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #3B3E47; text-transform:uppercase
}

h2 span {
	color: #ba0066;
}

span.date {
	color: #656564;
	margin-bottom: 15px;
	display: block;
}

.box--partners h2 {
	color: #656564;
	/*font-family: Raleway-Black;*/
	font-family: 'Fira Sans', sans-serif;
	font-size: 48px;
}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 1rem 0;
}

.box--mission h2 {
	color: #ba0066;
    /*font-family: 'Fira Sans', sans-serif;*/
}

.box--international-presence h2 {
	color: #ffffff;
}

.box--farmacovigilancia h2 {
	color: #313131;
}

.box--farmacovigilancia p {
	color: #fff;
}

.box--varifarma h2 {
	/*color: #313131;*/
	color: #ffffff;
	font-family: 'Fira Sans', sans-serif;
}

.box--about-us h2 {
	color: #313131;
	font-family: 'Fira Sans', sans-serif;
}

.box--mission p {
	color: #3B3E47;
    font-size: 21px;
    padding-left: 5%;
    padding-right: 5%;
}

.video img {
	height: 660px;
    width: 100%;
    object-fit: cover;
}

footer {
	/*background: linear-gradient(225deg,#ea3694 0,#5a186b 100%);*/
	background: #b9006f;
	color: #fff;position: relative;
    float: left;
    width: 100%;
}

.footer__button {
    position: absolute;
    top: -15px; left:50%; width:50px; height:50px; background:#FFF; border:#ea3694 3px solid; border-radius:300px; margin-left:-25px; font-size:18px; text-align:center; color:#ea3694; padding-top:8px;
    z-index: 2;
    cursor: pointer;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.footer__button:hover { background:#ea3694}

footer .container {
	padding-top: 50px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #fff;
}

.legal-text {
	color: #D5D6D6;
   font-family: 'Fira Sans', sans-serif; font-size:14px; padding-bottom:10px
}

.footer-logo {
	width: 205px;
    height: auto;
}

footer .copy {
	font-size: 13px; background-color: rgba(31,31,31,.2);
}

footer .copy .container{ padding-top:30px; padding-bottom:8px}

.footer-links a {
	font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
}

.navbar .fa {
	color: #fff;
}

.box-year {
	position: relative;
    padding: 24px;
    margin: auto auto 30px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
    cursor: pointer;
}

.box-year h3{
	font-family: 'Fira Sans', sans-serif;
	color: #b9006f;
}

.box-year:before {
    right: 43px;
    height: 3px;
    width: 18px;
}

.box-year:before {
    content: "";
    position: absolute;
    top: 46px;
    right: 35px;
    height: 2px;
    width: 12px;
    border-radius: 30% 0 0 30%;
    background-color: #b9006f;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s ease;
}

.box-year-active:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.box-year-active {
	min-height: 300px;
}

.box-year:after {
    right: 32px;
    height: 3px;
    width: 18px;
}

.box-year:after{
	content: "";
    position: absolute;
    top: 46px;
    right: 27px;
    height: 2px;
    width: 12px;
    border-radius: 0 30% 30% 0;
    background-color: #b9006f;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: all .2s ease;
}

.box-year-active:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.box-year p {
	display: none;
}

.box-year-active p {
	display: block;
}

.box-year p.producto {
	text-align: center;
}

.box-year p.producto img {
	width: 44%;
    margin-top: 6px;
} 

.box-year p.producto.vidaza img{
	margin-top: 40px;
    width: 50%;
}

.box-year p.producto.bendavar img{
	margin-top: 35px;
    width: 50%;
}

.box-year p.producto.relotib.kyprolis img{
	margin-top: 29px;
    width: 45%;
}

.box-year p.producto.blincyto.xgeva img{
	margin-top: 42px;
    width: 45%;
}


.open-all-years {
	color: #b9006f;
}


.nav-icon {
    width: 23px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    margin-top: 4px;
    padding: 0;
    border: none;
}

.nav-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #ffffff;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;    
}

.nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 60%;
    right: 0 !important;
}

.nav-icon span:nth-child(2) {
    top: 6px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 80%;
    right: 0 !important;
}

.nav-icon span:nth-child(3) {
    top: 12px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 100%;
    right: 0 !important;
}

/*.nav-icon:hover span:nth-child(3)*/
.nav-icon:hover span {
    width: 100%;
}

body.interna {
	background: #F2F2F2; font-family: 'Fira Sans', sans-serif;
}

body.interna header {
	/*background: url('../img/bg-socios.png') no-repeat center center fixed!important;*/
   	/*background-size: cover!important;*/
   	background: #b9006f!important; height:260px !important
}

body.interna header .logo-wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

body.interna header .logo-wrapper img {
	width: 250px;
}

body.interna header h1 {
	display: block;
	color: #fff; font-weight:700;
    font-size: 55px;
    padding-top: 30px;
    padding-bottom: 50px;
}

body.interna .main-content {
	padding-top: 20px;
	padding-bottom: 40px;
}

body.interna .main-content h2 {
	font-size: 2rem;
	margin-bottom: 1rem;
	margin-top: 30px;
	text-transform: uppercase;
}

body.interna .main-content h2 span {
}

body.interna .main-content h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
	margin-top: 10px;
}

body.interna p strong {
}

body.interna .pagination-of-pages {
	padding: 12px 20px;
}

body.interna .pagination-of-pages a {
	color: #3B3E47;
}

body.novedad .main-content img {
	width: 100%;
}

body.novedad .main-content h1 {
	color: #3B3E47;
	font-size: 2rem;
    margin-bottom: 1rem;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}

body.interna .main-content iframe {
	width: 100%;
	height: 540px;
}

.pagination-of-pages .fa {
	color: #b9006f;
}

.farmacovigilancia-convenio {
	text-align: center;
}

.farmacovigilancia-convenio img {
	width: 100%;
	height: auto;
}

.farmacovigilancia-30-especialistas img {
	margin-top: 30px;
	width: 100%;
}

.btn-purple {
    border: 2px solid #ba0066;
	padding: 10px 30px;
	font-family: 'Fira Sans', sans-serif;
	font-size:12px;
	text-transform: uppercase;
    color: #fff;
    background-color: #ba0066;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
	margin-bottom: 20px;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active {
    border: 2px solid #ba0066;
	color: #ba0066;
    background-color: #fff;
	text-decoration:none;
}

.btn-rounded {
	border-radius: 5px;
}


.farmacovigilancia-especialistas span {
	font-family: Dinot-Bold!important;
	text-transform: none!important;
}

.farmacovigilancia-especialistas h2,
.farmacovigilancia-especialistas h3 {
	font-family: Dinot-Regular!important;
	text-transform: none!important;
}

.farmacovigilancia-especialistas .contenido {
	padding-left: 4rem;
	padding-top: 3rem;
}

.farmacovigilancia-especialistas .contenido h2 {
	margin-top: 4rem!important;  
}

.farmacovigilancia-especialistas .circulos {
	padding-top: 3rem!important;	
}

.farmacovigilancia-especialistas .circulos img {
	height: auto;
	width: 100%;
}

.farmacovigilancia-especialistas .contenido img {
	width: 80%;
}

.txt-purple {
	color: #b9006f!important;
}

.txt-brown {
	color: #ac685b!important;
}

.institutional .btn-white {
	display: inline-block;
	padding: 17px 60px;
}

.box--varifarma p {
	line-height: 1.5;
}

.box--varifarma h3 {
	font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ba0066;
    font-family: 'Fira Sans', sans-serif;
}

.main-menu-container {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    width: 400px;
    background: #b9006f;
    color: #fff;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    z-index: 999;
}

.main-menu-container.open {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
}

.main-menu-container .header-menu {
    height: 84px;
} 

.main-menu-container .menu {
    padding: 20px;
}

.main-menu-container .header-menu button {
    float: right;
    margin-right: 1rem;
    margin-top: 25px;
    color: #fff;
}

.main-menu-container .main-menu a {
    color: #fff;
    margin-left: 20px;
    text-decoration: none;
    display: block;
}

.main-menu-container .main-menu li {
    position: relative;
    margin-bottom: 12px;
}

.main-menu-container .main-menu li.hightlight a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: Raleway-Bold;
}

.main-menu-container .main-menu li.active a:before,
.main-menu-container .main-menu li:hover a:before {
    content: " ";
    width: .22em;
    height: 1.1em;
    box-sizing: content-box;
    padding: .05em 0;
    background: #fff;
    position: absolute;
    top: .05em;
    left: 0;
}

.main-menu li.contacto {
    display: none;
}

@media (max-width: 767px){ 
	.footer-links span,
    footer .copy .text-left span {
		display: none;
	}

	.footer-links a {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

    .footer-links .text-left,
    footer .copy .text-left {
        text-align: center!important;
    }

    footer .copy a {
        width: 100%;
        display: block;
    }

    .main-menu-container {
        width: 100%;
    }

    .main-menu li.contacto {
        display: block;
    }

	.header-text {
		padding-left: 0;
		padding-right: 0;
	}

	.box--partners {
		height: 360px;
	}

	.video img {
		height: auto;
	}

	header .logo-wrapper {
	    padding-top: 120px;
	    padding-bottom: 120px;
	}

	section.institutional .video iframe {
		height: 420px;
	}

	.banner-bckng { 
		background-image: none;
		padding: 50px 50px 118px 12%;
	}

	.banner-bckng h2 {
		text-align: center;
	}

	.banner .arrow-up {
		display: block;
	    width: 0px;
	    height: 0px;
	    border-left: 12px solid transparent;
	    border-right: 12px solid transparent;
	    border-bottom: 12px solid #aec6ca;
	    margin-left: 48%;
	}

	body.interna .pagination-of-pages a {
		min-height: 48px;
		display: flex;
		align-items: center;
	}

	body.interna .pagination-of-pages .text-left {
		padding-left: 0;
	}

	body.interna .pagination-of-pages .text-left a i {
		margin-right: 5px;
	}

	body.interna .pagination-of-pages .text-right {
		padding-right: 0;
	}

	body.interna .pagination-of-pages .text-right a{
		justify-content: flex-end;
	}

	body.interna .pagination-of-pages .text-right a i {
		margin-left: 5px;
	}

	body.interna header h1 {
		font-size: 38px;
	}

	img.socio {
    	width: 65%;
    }

    .mobile {
    	display: block;
    }

    #containerMap {
		width: 100%;
		height: 350px;
	}

	h3 img {
		margin-right: 10px;
	}


	body.interna .main-content iframe {
	    height: 280px;
	}

	.gerentes p,
	.gerentes p span {
		line-height: 30px;
		font-size: 22px;
	}

	.farmacovigilancia-especialistas .contenido {
		padding-left: 15px;
		padding-top: 0;
	}

	.farmacovigilancia-especialistas .contenido img {
		width: 95%;
	}

	.farmacovigilancia-especialistas .contenido h2 {
		margin-top: 0!important;  
	}

	.farmacovigilancia-convenio img {
		width: 100%;
	}

	.navbar {
		height: auto;
	}

	.sampleMovie {
		top: 0;
		width: 100%;
		height: 100%;
		display: none;
	}

	.btn-contacto {
        display: none;
    }

    .navbar-collapse.collapse.show {
        display: none;
    }
}


@media (max-width: 991px) {

    .bg-mobile-header {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        z-index: -1;
        object-fit: cover;
        object-position: center;
    }

    .sampleMovie {
        top: 0;
        width: 100%;
        height: 100%;
        display: none;
    }
    
}


@media (max-width: 1023px){ 



.cuadrosColor li { position:relative; float:left; width:100%; padding:0; height:310px;display: -webkit-box; min-height:280px; 
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center; border-left:none; border-bottom:#fff 18px solid; border-right:none;}
.cuadrosColor li:last-child {border-bottom:none !important}
.cuadrosColor h2{ color:#FFF;font-size:30px;font-family: 'Fira Sans', sans-serif; width:100%}

.video { padding:0px 0 18px 0 !important;}
		
}