@charset 'UTF-8';
@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-Regular;
	src: url('../fonts/Raleway-Regular.ttf');
}

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

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

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

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

@font-face{
	font-family: Dinot-Bold;
	src: url('../fonts/DINOT-Bold_1.otf');
}

@font-face{
	font-family: Dinot-Regular;
	src: url('../fonts/DINOT-Regular_1.otf');
}

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

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

span.error {
    color: #f33232;
    margin-top: 5px;
}

.nav-stacked {
    margin-top: 15px;
}

.nav-stacked li {
    width: 100%;
}

.nav-stacked>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    text-align: right;
    font-size: 14px;
    line-height: 16px;
    color: #656564;
    text-transform: uppercase;
}
.nav-stacked>li>a:hover {
    color: #ba0066;
    background-color: transparent;
}
.nav-stacked>li.active a{
    color: #ba0066; 
}
.nav-stacked>li.subcategory>a {
    text-transform: none;
}

.productList {
    margin-bottom: 50px;
}

.productList thead,
.productList tbody {
    width: 100%;
}
.productList thead tr,
.productList tbody tr {
    width: 100%;
    display: flex;
}

.productList tbody tr td,
.productList thead tr td {
    width: 50%!important;
}


@media(max-width:990px) {
    .nav-stacked>li>a {
        text-align: center;
    }
}

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

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

footer .sociales a i.fa-facebook-f {
    font-size: 19px;
}

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;
    }
}

.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}

.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;
}

.no-image {
    background: #8282824a;
    width: 100%;
    display: flex;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    color: #fff;    
}

.no-image:hover {
    text-decoration: none;
}

.no-image small {
    width: 100%;
    color: #ababab;
}

.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;
}

.bullet a {
    color: #b9006f;
}

.carousel-panel {
    padding: 30px 0;
    overflow: hidden;
    position: relative;
}

.carousel-panel--years .card {
    width: 350px;
    height: 432px;
    background: #b54c7c;
    border-radius: 8px;
    border: none;
}

.carousel-controls {
    position: absolute
}

.header-overlay {
    background: #00000059;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 30;
}

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

header .title {
    z-index: 40;
}

header .navbar {
    z-index: 999;
}

.progress-bg {
    position: absolute;
    bottom: -47px;
    left: 70px;
    width: calc(100vw - 140px);
    height: 2px;
    background-color: #e6e8ed;
    border-radius: 4px
}

.progress-bg .box-progress {
    bottom: -1px;
    left: 0;
    height: 4px;
    box-shadow: none;
    /*transition: left .09s ease-in-out;*/
    border-radius: 3px;
    background-color: #ea3592;
    position: absolute;
    cursor: ew-resize;
}

.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;
}

.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%;
}

@media (min-width:1201px) {
    .carousel-controls {
        bottom: 68px;
        width: 100%;
        right: 15px
    }
    .carousel-controls .progress-bg {
        width: calc(76% + 140px);
        left: 127px
    }
    .carousel-controls .next-arrow {
        right: auto;
        left: 69px
    }
    .carousel-controls .prev-arrow {
        left: 21px
    }
}

@media (max-width:1200px) {
    .carousel-controls {
        width: 100%
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .carousel-controls {
        bottom: 60px;
        right: 25px
    }
    .carousel-controls .progress-bg {
        width: calc(100% - 106px);
        left: 117px
    }
    .carousel-controls .next-arrow,
    .carousel-controls .prev-arrow {
        height: 30px;
        width: 30px;
        bottom: -64px
    }
    .carousel-controls .next-arrow::after,
    .carousel-controls .prev-arrow::after {
        height: 9px;
        width: 9px
    }
    .carousel-controls .next-arrow {
        right: auto;
        left: 73px
    }
    .carousel-controls .next-arrow::after {
        bottom: 9px;
        right: 12px
    }
    .carousel-controls .prev-arrow {
        left: 35px
    }
    .carousel-controls .prev-arrow::after {
        bottom: 10px;
        left: 12px
    }
}

@media (min-width:768px) {
    .carousel-controls .progress-bg {
        bottom: -48px
    }
}

@media (max-width:767px) {
    .carousel-controls {
        bottom: 68px
    }
    .carousel-controls .progress-bg {
        bottom: -47px;
        left: 57px;
        width: calc(100% - 114px)
    }
    .carousel-controls .prev-arrow {
        left: 1px
    }
    .carousel-controls .next-arrow {
        right: 2px
    }

    .no-image {
        display: none;
    }
}

.next-arrow,
.prev-arrow {
    position: absolute;
    bottom: -66px;
    height: 38px;
    width: 38px;
    border: 1px solid #ba0066;
    border-radius: 50%;
    background-color: transparent;
    transition: .3s ease-in-out
}

.next-arrow::after,
.prev-arrow::after {
    content: '';
    position: absolute;
    bottom: 12px;
    height: 11px;
    width: 11px;
    border-bottom: 1px solid #ba0066;
    border-right: 1px solid #ba0066;
    outline: none;
    transition: .3s ease-in-out
}

.next-arrow:not(.slick-disabled):hover,
.prev-arrow:not(.slick-disabled):hover {
    cursor: pointer;
    /*border-color: #ea3592*/
}

.next-arrow:not(.slick-disabled):hover::after,
.prev-arrow:not(.slick-disabled):hover::after {
    /*border-color: #ea3592*/
}

.next-arrow:not(.slick-disabled):active,
.prev-arrow:not(.slick-disabled):active {
    /*border-color: #ea3592*/
}

.next-arrow:not(.slick-disabled):active::after,
.prev-arrow:not(.slick-disabled):active::after {
    /*border-color: #fff*/
}

.next-arrow:not(.slick-disabled):focus,
.prev-arrow:not(.slick-disabled):focus {
    /*outline: 1px solid #415a6c*/
}

.next-arrow {
    right: 16px
}

.next-arrow::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 15px
}

.prev-arrow {
    left: 16px
}

.prev-arrow::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 15px
}

.next-arrow--white,
.next-arrow--white.slick-disabled,
.next-arrow--white::after,
.prev-arrow--white,
.prev-arrow--white.slick-disabled,
.prev-arrow--white::after {
    border-color: #fff
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-initialized .slick-slide,
.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: 'â†'
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: 'â†’'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: 'â†'
}

.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'â€¢';
    text-align: center;
    opacity: .25;
    color: #000
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.loaded .slick-current .banner__background {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.slick-arrow.slick-disabled {
    opacity: .5;
    border-color: #b54c7c;
    pointer-events: none
}

.slick-arrow.slick-disabled::after {
    opacity: .5
}

.annual-report__carousel .slick-list {
    overflow: visible
}

@media (min-width:1201px) {
    .annual-report__carousel .slick-list,
    .timeline-rebuild .slick-list {
        padding-right: calc(100% - 900px)
    }
    .carousel-panel .slick-list {
        padding-right: calc(100% - 810px)
    }
    .carousel-thumbnail .slick-list {
        padding-left: calc(100% - 138px)
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .annual-report__carousel .slick-list,
    .timeline-rebuild .slick-list {
        padding-right: 65px
    }
    .carousel-panel .slick-list {
        padding-right: 183px
    }
    .carousel-thumbnail .slick-list {
        padding-left: calc(100% - 137px)
    }
}

@media (min-width:768px) {
    .carousel-panel .slick-list {
        padding-left: 10px;
        width: 100%
    }
}

@media (max-width:767px) {
    .slick-list {
        overflow: visible
    }
    .carousel-media .slick-list,
    .carousel-panel--news .slick-list {
        overflow: hidden
    }
    .carousel-panel--brand .slick-list {
        padding-right: 40px
    }
    .carousel-thumbnail .slick-list {
        padding-left: 15px;
        padding-right: calc(100% - 148px)
    }

    .carousel-panel--years .card {
        width: 320px;
	    margin: 0 auto;
	}
}

.carousel-panel--news .slick-track {
    display: block;
    padding-bottom: 37px
}

@media (min-width:1201px) {
    .carousel-panel .slick-slide {
        margin-right: 30px
    }
}

@media (max-width:1200px) and (min-width:768px) {
    .carousel-panel--brand .slick-slide {
        margin-right: 22px
    }
    .carousel-panel--news .slick-slide {
        margin-right: 30px
    }
}

@media (min-width:768px) {
    .carousel-thumbnail .slick-slide {
        margin-right: 12px;
        margin-bottom: 50px
    }
    .annual-report__carousel .slick-slide,
    .timeline-rebuild .slick-slide {
        margin-right: 30px
    }
}

@media (max-width:767px) {
    .carousel-panel--brand .slick-slide {
        margin-right: 12px
    }
    .carousel-thumbnail .slick-slide {
        margin-right: 7px;
        margin-bottom: 50px
    }
}


.ralewayTipo {font-family: Raleway-Medium !important;}
.ralewayTipo h1 {font-family: Raleway-Bold !important;}
.ralewayTipo h2 {font-family: Raleway-Bold !important;}
.ralewayTipo h3 {font-family: Raleway-Bold !important;}
.ralewayTipo h4 {font-family: Raleway-Bold !important;}

.robotoTipo {font-family: 'Roboto Condensed', sans-serif !important;}
.robotoTipo h1{font-family: 'Roboto Condensed', sans-serif !important; font-weight:700}
.robotoTipo h2{font-family: 'Roboto Condensed', sans-serif !important; font-weight:700}
.robotoTipo h3{font-family: 'Roboto Condensed', sans-serif !important; font-weight:700}
.robotoTipo h4{font-family: 'Roboto Condensed', sans-serif !important; font-weight:700}

.sampleMovie { position:absolute; width:100%; height:auto; top:-150px; left:0px; z-index:-1}

body.interna .sampleMovie {
    position: absolute;
    width: 100%;
    height: 100%;
    max-height: 50vh;
    top: 0;
    left: 0px;
    z-index: -1;
    object-fit: cover;
    object-position: center;
}

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

.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:50px;font-family: Dinot-Regular; 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:#02c8af}

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

.gerentes .marcelo {
	width: 107px;
	padding-top: 10px;
	margin-left: 73px;
	text-align: center;
	font-size: 14px;
	float: left; 
	color: #323031;
}

.gerentes .aldo {
	width: 107px;
	padding-top: 10px;
	margin-left: 35px;
	text-align: center;
	font-size: 14px;
	float: left; 
	color: #323031;
}

.gerentes .aldo strong,
.gerentes .marcelo strong {
	font-family: sans-serif;
}

.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: #fff;
	/*font-family: Raleway-Bold;*/
	font-family: Dinot-Bold;
	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%, #aec6ca 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-repeat: no-repeat;
    background-color: #232020;
   	height: 316px; 
    margin-bottom:18px;

}

.box--varifarma {
	/*background: url('../img/bg-varifarma.png') no-repeat center center;
   	background-size: cover!important;*/
   	background: #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: Dinot-Bold;
}

body.interna .gerentes p strong {
	font-family: Dinot-Bold;
}

.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: Dinot-Bold;
}

.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{ 
    /*background:url(../img/slide_home_03.jpg); 
    background-size:cover;*/
    margin-bottom:18px;
    position: relative;  
    float: left;  
    width: 100%; 
    height:420px; 
    overflow:hidden
}

header h1 {
	display: none;
}

header p {
	color: #fff;
    font-family: Raleway-Regular;
    font-size: 23px;
}

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

header .logo img {
	width: 100%; 
}

.logo { width:52%; padding:1%; margin:0 auto; }

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

h2 {
	font-family: Raleway-Bold;
	font-size: 1.5rem;
	margin-bottom: 1rem;
	color: #3B3E47;
}

h2 span,
h1 span {
	color: #ba0066;
}

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

.box--partners h2 {
	color: #656564;
	/*font-family: Raleway-Black;*/
	font-family: Dinot-Bold;
	font-size: 48px;
}

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

.box--mission h2 {
	color: #ba0066;
    /*font-family: Raleway-Bold;*/
    font-family: Dinot-Bold;
}

.box--international-presence h2,
.box--farmacovigilancia h2 {
	color: #fff;
	font-family: Dinot-Bold;
}

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

.box--varifarma h2 {
	color: #313131;
	font-family: Dinot-Bold;
}

.box--about-us h2 {
	color: #313131;
	font-family: Dinot-Bold;
}

.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: #b9006f;
	color: #fff;
    position: relative;
    float: left;
    width: 100%;
}

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: Raleway-Bold;*/
    font-family: 'Fira Sans', sans-serif;
	text-transform: uppercase;
}

.navbar .fa {
	color: #fff;
}

.box-year {
	position: absolute;
	bottom: 0;
    padding: 24px;
    margin: 0;
    border-radius: 0 0 8px 8px;
    background: #fff;
    overflow: hidden;
    cursor: grab;
    width: 100%;
}

.box-year h3{
	font-family: Dinot-Bold;
	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: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-active {
    min-height: 100%;
    border-radius: 8px;
}

.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: 6px auto;
} 

.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.neupogen img{
    margin-top: 35px;
}

.box-year p.producto.cassara img{
    margin-top: 35px;
}

.box-year p.producto.octopharma img{
    margin-top: 48px;
}

.box-year p.producto.blanver img{
    margin-bottom: 18px;
}

.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;
}

body.interna {
	background: #F2F2F2;
}

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

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-family: Raleway-Bold;*/
    /*font-family: Dinot-Bold;*/
    font-family: 'Fira Sans', sans-serif;
    /*font-weight: bold;*/
    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;
	/*font-family: Raleway-Regular;*/
    font-family: 'Fira Sans', sans-serif;
	margin-top: 30px;
	text-transform: uppercase;
}

body.interna .main-content h2 span {
	/*font-family: Raleway-Bold;*/
    font-family: 'Fira Sans', sans-serif;
    /*font-weight: bold;*/
}

body.interna .main-content h1 {
    font-size: 2.4rem;
    margin-bottom: 1rem;
    font-family: 'Fira Sans', sans-serif;
    margin-top: 30px;
    text-transform: uppercase;
}

body.interna .main-content h1 span {
    font-family: 'Fira Sans', sans-serif;
}

body.interna .main-content h3 {
	font-size: 1.5rem;
	margin-bottom: 1rem;
    font-family: 'Fira Sans', sans-serif;
    /*font-weight: bold;*/
	/*font-family: Raleway-Bold;*/
	margin-top: 10px;
}

body.interna p strong {
	/*font-family: Raleway-Bold;*/
    font-family: 'Fira Sans', sans-serif;
    font-weight: bold;
}

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

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

.pagination-of-products .btn-white {
    padding: 10px 30px;
}

body.novedad .main-content img {
	max-width: 100%;
	height: auto;
    margin-bottom: 20px;
}

body.novedad .main-content p a {
    color: #b9006f;
}

body.novedad .main-content .col-md-4 img {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 20px;
}

.gallery {
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.gallery .col-md-4 {
    padding-left: 0;
}

/*body.novedad .main-content .col-md-4:nth-child(3n) {
    padding-right: 0;
}*/

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

.novedades-titulo > a{
    text-decoration: none;
    color: #b9006f;
    text-transform: uppercase;
    font-size: 25px;
}

h2.novedades-titulo{
    -webkit-line-clamp: 3; 
    position: relative; 
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-box-orient: vertical;
    line-height: 26px; 
    height:100px;
    color: #b9006f;
}

.texto-novedades{
    min-height:100px; 
    overflow:hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 4; 
    -webkit-box-orient: vertical;
}

.imagen-destacada{
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;

}

.imagen-destacada img {
    height: 100%;
    object-fit: cover;
}

body.interna.novedad .main-content .col-lg-4 .card .btn-white:hover {
    color: #ffffff;
}

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

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

body.novedad .main-content .col-md-6 img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    margin-bottom: 20px;
}

.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: Dinot-Bold;
	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: Raleway-Bold;
}

.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;
}

table th {
    font-size: 24px;
    font-family: 'Fira Sans', sans-serif;
}

.table thead th {
    border-top: 0!important;
}

table a.producto {
    font-family: Raleway-Bold;
    color: #9D9D9D;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
}

table a.producto:hover {
    color: #ba0066; 
}

td.principio-activo {
    color: #ba0066; 
    font-size: 14px;
    line-height: 22px;
}

@media (max-width: 767px){ 

    .pagination-of-products a {
        width: 80%;
    }

    .gallery .col-md-4 {
        padding-left: 0;
        padding-right: 0;
    }

	.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%;
	}

    body.interna .sampleMovie { 
        top: 0;
        min-height: 260px;
    }

    .btn-contacto {
        display: none;
    }

    body.detalle-producto .main-content article img {
        margin-top: 40px;
        width: 90%;
    }
}

@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: Dinot-Regular; width:100%}

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

@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: 400px){ 
    .main-menu-container {
        width: 100%;
    }
}

@media (max-width: 355px){ 

	.gerentes .aldo {
		margin-left: 20px;
	}

	.gerentes .marcelo {
		margin-left: 25px;
	}

}