@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');


html {
	height: 100%;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
	font-size: 14px; font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #7A7A7A;
	-webkit-overflow-scrolling: touch;
	-webkit-font-smoothing: antialiased; height:100%; margin:0; 
}


/**** MIXINS LESS CLASES *****/
@media (min-width: 1024px) {
  .grid {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
  }
  .grid.gap-0 {
    gap: 0px;
    margin-bottom: 0px;
  }
  .grid.col-1 {
    grid-template-columns: 1fr;
  }
  .grid.col-2 {
    grid-template-columns: 1fr 1fr;
  }
  .grid.col-50-rest {
    grid-template-columns: 50px 1fr;
  }
  .grid.col-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid.col-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid.col-4-team {
    grid-template-columns: 1fr 1fr 1fr 1fr ; gap:0px!important
  }
  .grid.col-1-2-2-2 {
    grid-template-columns: 1fr 2fr 2fr 2fr;
  }
  .grid.col-1-2-2 {
    grid-template-columns: 1fr 2fr 2fr; gap:12px!important
  }
  .grid.col-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-6 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-8 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .grid.col-1-2-1 {
    grid-template-columns: 1fr 2fr 1fr;
  }
  .grid.col-11-1-1 {
    grid-template-columns: 11fr 1fr 1fr; gap:10px!important; margin-bottom: 0px!important
  }
  .grid.col-2-1-1 {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .grid.col-3-1 {
    grid-template-columns: 3fr 300px;
  }
  .grid.col-1-3 {
    grid-template-columns: 2fr 3fr;
    gap: 100px;
  }
  .grid.col-2-3 {
    grid-template-columns: 2fr 3fr;
    gap: 30px;
  }
  .grid.col-1-1 {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }
  .grid.col-3-4 {
    grid-template-columns: 3fr 4fr;
    gap: 20px;
  }
  .grid.col-3-1 {
    grid-template-columns: 3fr 1fr;
    gap: 20px;
  }
  .grid.col-4-2 {
    grid-template-columns: 4fr 2fr;
    gap: 20px;
  }
  .grid.col-11-9 {
    grid-template-columns: 11fr 9fr;
    gap: 20px;
  }
	.long45 {width:45%;}
	.long80 {width:80%;}
	.wrapperImg p{ padding:12px 0!important}
  .grid .column {
    display: block;
  }
  .grid .column.flex-col-vert {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 1360px) {
  
}
@media (max-width: 1023px) {
  .grid.invert {
    display: flex;
    flex-direction: column-reverse;
  }
  .grid.col-4 {
    display: grid;
    gap: 30px;
    margin-bottom: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
	
  .grid.col-8 {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

h1 { font-size:26px;  margin:34px 0 20px 0; font-weight: 700; color: #808080; text-transform: uppercase}
h2 { font-size:24px; margin: 16px 0; font-weight: 500}
h2 span{ font-size:24px; margin: 16px 0; font-weight: 300}
h3 {    color: #7a7a7a;   font-size: 22px;}
h4 { font-size:20px; font-weight: 900; margin-bottom: 10px}
h5 {color:#f1c42c; font-weight: 300; font-size: 24px; margin: 0px 0 16px 0}
.thinTitle {font-weight: 100}
.nouper {text-transform: none!important}
.titNota {color:#6EC1E4!important; font-weight: 600; text-transform: none!important;font-family: 'Roboto', sans-serif; font-size: 35px}
.fotoNota { float:right; position: relative; width: 350px; margin: 0 0 10px 20px}

.btnGazul {width:100%; min-height: 300px; text-align: center; display: flex; align-items: center; justify-content: center; background: rgba(65,62,62,1.00); color: #fff}

.center {text-align:center; display: block}
.negro {color:#585348!important}
.fino {font-weight:400!important}
.bold {font-weight:700!important}
.margin120 {margin: 120px auto!important}
.margin80 {margin: 80px auto!important}
.subYellow {border-bottom:#E3B614 1px solid; padding-bottom: 60px!important; margin-bottom: 20px!important}
.padding40 {padding:40px 0}
.padding50 {padding:50px 0!important}
.padding120 {padding:120px 0}
.paddingTop30 {padding:30px 0 0 0}
.paddingTop40 {padding:40px 0 0 0}
.paddingTop50 {padding:50px 0 0 0}
.paddingTop60 {padding:60px 0 0 0}
.paddingBottom50 {padding:0px 0 50px 0}
.paddingBottom30 {padding:0px 0 30px 0}
.pGris { background: rgba(170,170,170,0.1); padding: 20px 25px; margin-bottom: 10px; font-size: 16px}

.bgYellow {background: #F1C42C}
.yellow {color:#f1c42c}

ul, li {
	list-style: none;
}
p {
	font-size: 14px;
	color: #7A7A7A;
	line-height: 22px;
}
.linkUnder {font-weight: 900; text-decoration: underline}
a,button {
	text-decoration: none;
	-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; color:#1ebbf0
}
a:hover {
	text-decoration: none;
}
.clear {
	clear: both;
}
.autoClearer:before,
.autoClearer:after {
    content: " ";
    display: table;
}
.autoClearer:after {
    clear: both;
}
input[type="radio"],
input[type="checkbox"] {

}
input[type="text"],
input[type="password"],
input[type="email"] {
}
iframe { border:none}

}
.content-mini,
.content-medium,
.content-large {
	width: auto;
	margin: 0 auto;
}
.content-full {width: 100%;	margin: 0 auto; max-width: 1920px; overflow: hidden}
.content-mini {width: 100%;	margin: 0 auto; max-width: 1070px; overflow: hidden; padding: 0 10px}
@media (min-width: 1226px) {
.content-medium,
.content-large {
	width: 1300px;  margin: 0 auto
	}
}

@media (max-width: 768px) {
.content-medium,
.content-large {
	padding-left: 10px; padding-right: 10px
	}
}
/************** MENU *****************/

.top-bar {width: 100%;display: block;	-webkit-transition: all 0.9s ease;-moz-transition: all 0.9s ease;	-ms-transition: all 0.9s ease;	-o-transition: all 0.9s ease;	transition: all 0.9s ease; height: 47px; background:#5e5f61; position: relative; float: left  }
.top-bar ul {float:right; margin-top: 4px}
.top-bar ul li{display:inline-block}
.top-bar ul li a{color:#fff; font-size: 13px; font-weight: 300; padding: 10px; display: block}
.top-bar ul li a:hover{color:#f7d047; }
.progBtn {  background:#f7d047; color:#666666!important;  padding:9px 20px 10px 20px!important; font-weight: 400!important; margin-left: 6px}
.progBtn:hover{  background:rgb(252, 168, 0); color:#fff!important;}
header { width: 100%;display: block;	-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;	-ms-transition: all 0.4s ease;	-o-transition: all 0.4s ease;	transition: all 0.4s ease; background: #fff  ;position:fixed; top: 0px; left: 0px;	z-index: 6999; height: 112px;}
.styk.open header {top: -48px;box-shadow: rgba(0,0,0,0.08) 0 2px 12px}

.display { opacity:0.7}

header .logo {	 -webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease; position: absolute; top: 58px; left: 50px; width: 160px; height: 44px}

header .content-medium { position:relative; padding: 0 50px}	
header .logo img{ width:100%}
.styk.open .logo {}

.home .menuHome a.btnMenu{border-bottom: #f7d047 1px solid!important; color: #f7d047!important}

.nosotros .menuNosotros {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.nosotros .acercaBtn {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.biomundo .menuMundo {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.biomundo .acercaBtn {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.biosimilares .menuBio {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.biosimilares .acercaBtn {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.productos .menuProductos a  {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.integridad .menuEtica a  {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.prensa .menuPrensa a  {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.contacto .menuContacto a.btnMenu  {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.contacto .menuContacto a.contactoBtn  {color:#f7d047!important;border-bottom: #f7d047 1px solid!important;}
.id .btnId  {color:#f7d047!important;}
.farmacovigilancia .btnFarma  {color:#f7d047!important;}

.bio .menuBio a.btnMenu {border-bottom: #f7d047 1px solid!important; color: #f7d047!important}
.biosimilares .menuBiosimilares a.btnMenu {border-bottom: #f7d047 1px solid!important; color: #f7d047!important}
.etica .menuEtica a.btnMenu {border-bottom: #f7d047 1px solid!important; color:#f7d047!important}
.contacto .menuContacto a.btnMenu {border-bottom: #f7d047 1px solid!important; color: #f7d047!important}

.menu-nav {-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease; float: right
}
.menu-nav .menu {text-align: center; margin-top: 13px}
.menu-nav .menu li {	display: inline-block;	zoom: 1; position:relative}
.menu-nav .menu li a:hover { border-bottom:#f7d047 1px solid; color: #f7d047} 
.menu-active{  border-bottom: #f7d047 1px solid}
.menu-nav .menu li a {
	color: #333333; 
	padding:10px 0; margin: 0 13px; 
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	overflow: hidden;
	font-size: 13px;border-bottom: transparent 1px solid;
	font-weight: 300; cursor:pointer; text-transform: uppercase;}
.menuIdioma a{margin-right:0px!important}

.menu-nav i {font-size: 9px; margin-left:2px }


.submenu { position:absolute; top:38px; left:0px; background:#fff; opacity:0; width: 250px; height: 0px; overflow: hidden; -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; z-index:99999; box-shadow: rgba(0,0,0,0.1) 0 4px 9px}

   @media all and (min-width: 1023px) {        
.menu-nav li:hover .submenu { opacity:1; height: auto; z-index:99999 !important}
        }

.submenu li { width:100% !important; padding:0px !important; float:left; list-style:none}
.submenu a {  padding:12px 0px 12px 18px !important; float:left; display:block !important; width:100% !important; text-align:left; margin: 0px!important }



/**** styky ****/
.stiky {
	background: rgba(255,255,255,1);
	width: 100%;
	height: 0;
	overflow: hidden;
	position: fixed;
	opacity: 0.5;
	top: 0;
	z-index: 99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.stiky.open {
	opacity: 1;
	height: 30px;
}


/****************** HOME ******************/
.diapo {clear: both; position:relative; float:left; width:100%;}

.slider-home {	display: block;	padding: 110px 0 0 0;	position: relative; height:100%; background:#fff; margin-bottom: 30px }
.swiper-container { width: 100%;  height: 100%;  }
.swiper-slide {    text-align: left;  min-height:500px;  padding:0px;background-position: right!important    }
.slide1 {background:url(../img/slider/slide1.png) no-repeat; background-size:cover}
.slide2 {background:url(../img/slider/slide2.png) no-repeat; background-size:cover}
.swiper-slide .content-medium {    position: absolute;
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content: center;
    /* min-height: 500px; */
    padding-top: 14%;}
.swiper-slide .content-full {    position: absolute;
    z-index: 99;
    align-items: center;
    display: flex;
    justify-content:flex-start;
    /* min-height: 500px; */
    padding-top: 14%; padding-left: 5%}

.navigation {position:absolute; bottom: 10px; left: 0px; width: 100%; text-align: center; z-index: 999}
.navigationContent { display: block; position: relative; margin: 0 auto}
.swiper-pagination-bullet {border-radius: 50%; background:rgba(255,255,255,0.4)!important;  width: 15px!important; height: 15px!important; margin:7px;   position: relative; opacity: 1!important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; }
.swiper-pagination-bullet-active:after{content: ''; background:rgba(255,255,255,1)!important;  display: block;  width: 7px!important; height: 7px!important; position: absolute; top: 4px; left: 4px ; border-radius: 50%}
.swiper-pagination-bullet:hover:after{content: ''; background:rgba(255,255,255,1)!important; display: block;  width: 7px!important; height: 7px!important; position: absolute; top: 4px; left: 4px; border-radius: 50% }
.swiper-pagination-bullet:hover {background: rgba(255,255,255,0)!important;width: 15px!important; height: 15px!important; box-shadow: 0 0 0 2px rgba(255,255,255,1);}
.swiper-pagination-bullet-active {background: rgba(255,255,255,0)!important;  width: 15px!important; height: 15px!important;box-shadow: 0 0 0 2px rgba(255,255,255,1);}
.swiper-pagination {position:relative; z-index: 999}
.button-prev { width: 30px;
    height: 90px;
    background: rgba(0,0,0,0.65); left:0px; position:absolute;top:50%; margin-top: -45px; z-index:10;cursor:pointer; 
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; color: #fff; text-align: center; padding-top: 31px; font-size:22px}
.button-next { width: 30px;
    height: 90px;
    background: rgba(0,0,0,0.65); right:0px; position:absolute;top:50%;margin-top: -45px; position:absolute;  z-index:10;cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease; color: #fff; text-align: center; padding-top: 31px; font-size:22px}
.button-prev:hover {color:rgba(255,255,255,.50)}
.button-next:hover { color:rgba(255,255,255,.50)}
 
.swiper-slide h1{font-size:56px; z-index: 99; position: relative; color: #fff; line-height: 58px; width: 50%;margin-top: 120px; text-transform: none!important; font-weight: 500!important; text-shadow: rgba(0,0,0,0.3) 0 0 10px}
.swiper-slide a{  font-size:16px; background:rgb(255, 192, 0); color:rgb(102, 102, 102);  padding:12px 36px; position: relative; z-index: 99; font-weight: 700; margin-top: 60px; display: inline-block}
.swiper-slide a:hover{  background:rgb(252, 168, 0); color:#fff;}

.tapaBlanca {background: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 100%); position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; z-index: 7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}

h1 span{font-weight: 400; }
h2 span{font-weight: 400; }

.headInternas img {width:100%}
.headInternas  { margin-top:112px}
h1.bgYellow {color: #fff; background:#f1c42c; padding: 10px 50px; text-transform: uppercase; font-weight: 300; display: inline-block; font-size: 24px}
.bgCrema {background: #FFF1CE}
.bordeYellow {border:#F1C42C 2px solid;margin-top:30px;  padding: 20px; font-weight: 700}
.sepYellow {background:#f1c42c; width: 100%; height: 2px; display: block; margin: 40px 0}
.sepBlack {background:#707070; width: 100%; height: 1px; display: block; margin:25px 0 40px 0}
.btnYellow {background: #F1C42C; font-weight: 900; text-transform: uppercase; padding: 25px 50px; border-radius: 6px; display: inline-block; margin: 30px; color: #fff}
.btnYellow:hover {background: #7a7a7a; }
.btnGris {font-weight: 900;   background-color: #818181;   background-image: none; font-size:14px;padding: 10px 24px; border-radius: 6px; display: inline-block; margin: 10px; color: #fff}
.btnGris:hover {background: #777; }

.marTop80 {margin-top:80px}
.marTop140 {margin-top:140px}
.marBot80 {margin-bottom:80px}
.separadorTop {border-top:1px solid #ccc; margin-top: 60px}

#nosotros .swiper-slide {background:#fff; padding: 30px 0!important; min-height: auto!important; margin-bottom: 90px}
#nosotros .swiper-slide ul { display:grid;grid-template-columns: repeat(4,1fr);gap:40px }
#nosotros .button-next {top:44%!important; height: 40px!important; border-radius: 50%; right: 10px!important; padding-top: 7px; width: 40px}
#nosotros .button-prev {top:44%!important; height: 40px!important; border-radius: 50%; left: 10px!important; padding-top: 7px; width: 40px}

#mision .content-mini {display:grid;grid-template-columns: repeat(2,1fr);gap:40px; margin-bottom: 60px}
#mision .content-mini div{background:#f5f5f5; text-align: center; padding: 20px 40px}
#mision .content-mini h3{color:#7a7a7a; font-size: 20px}

.gridBio {display:grid;grid-template-columns: repeat(3,1fr);gap:20px; margin-top: 30px }
.gridBio div{border:#f1c42c 2px solid; border-radius:16px; padding: 16px 20px; display: flex; align-items: center}
.gridBio h1{font-size:15px;text-align: center; margin: 0px!important}
.gridLocaciones {display:grid;grid-template-columns: repeat(4,1fr);gap:20px; margin-top: 50px }
.gridLocaciones h4{font-size:16px; text-align: center; margin-top: 16px; margin-bottom: 60px }

#reportes { padding: 60px 0}
#reportes h1 {text-transform: none!important; text-align: center; margin-bottom: 28px!important}
a.btnDesc {color:#F1C42C; background: #53524f; padding: 17px 60px;    display: inline-block;   margin: 10px auto;  position: relative;  font-size: 18px; border-radius: 4px}
a.btnDesc:hover {background: #3f3e3c; }
a.btnDesc i{ margin-left:6px}
a.btnDescAm {color:#FFF; background: #E1BD3A; padding: 17px 30px;    display: inline-block;   margin: 10px auto;  position: relative;  font-size: 18px; border-radius: 4px}
a.btnDescAm:hover {background: #3f3e3c; }
a.btnDescAm i{ margin-left:6px}
#reportes p{ margin-bottom:20px}

.productsList {display:grid;grid-template-columns: repeat(3,1fr); margin-top: 30px; grid-row-gap: 20px; grid-column-gap: 10px; margin-bottom: 70px}
.productsList a{border:#C1C1C1 2px solid; border-radius: 16px; padding: 20px 10px; text-align: center}
.productsList a img {-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}
.productsList a:hover img {filter: grayscale(1);}

.productoInterna {padding: 200px 0 40px 0}
.productoInterna .half img {width:auto!important}
.productListTxt li {width: 100%; position: relative; float: left; margin-bottom: 12px; font-weight: 700; font-size: 16px;}
.productListTxt li:before {content:'▪︎'; color: #f1c42c; display: block; position: relative; float: left; margin-right: 6px}

.formContacto {width:100%; position: relative; float: left; box-shadow:rgba(0,0,0,0.15) 0 12px 14px; padding: 54px; margin-bottom: 60px}
.formContacto input{width:100%; position: relative; float: left; margin-bottom: 10px;    font-size: 13px;  line-height: 1.4;  min-height: 33px;  padding:12px;border:rgba(170,170,170,0.25) 1px solid; border-radius:0px!important; color:#5E5E5E}
.formContacto label{width:100%; position: relative; float: left; font-size: 14px; margin-bottom: 4px}
.formContacto textarea{width:100%; position: relative; float: left;  margin-bottom: 4px; height: 83px;border:rgba(170,170,170,0.25) 1px solid; border-radius:0px!important; padding: 12px; color:#5E5E5E}
button {border:none!important; padding: 15px 30px!important; float: right; margin-right: 0px!important}

.comercialesList h4 {font-size:14px}
.comercialesList li {float:left; position: relative; padding-right: 20px; width: 18%}
.comercialesList li:last-child {float:left; position: relative;  width: 28%}


/************************ G E N E R I C O S *****************************/

*:focus, a:focus {
    outline: none;
}

article {
	display: block;
}
button.accordion {
    background-color: #585858;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s; margin-bottom:1px
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
button.accordion:hover {
    background-color: #fff; color:#585858
}
button.accordion.active {
    background-color: #dfdfdf; color:#585858
}

button.accordion:after {
    content: '+'; /* Unicode character for "plus" sign (+) */
    font-size: 16px;
    color: #fff;
    float: right;
    margin-left: 5px;
}

button.accordion:hover:after {
     color:#585858 /* Unicode character for "minus" sign (-) */
}

button.accordion.active:after {
    content: "-"; color:#585858 /* Unicode character for "minus" sign (-) */
}

/* Style the accordion panel. Note: hidden by default */
div.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
div.panel p { margin:20px 0; line-height:30px}
.accordionContent { margin-top:30px; width:100%; position:relative}

img {max-width:100%}

.notaHome {margin-top:80px; position: relative; float: left; display: grid; grid-template-columns: repeat(2,1fr); }
.notaHome.completa { display: block!important; margin-bottom: 60px}
.notaHome.completa .txtNota { position:relative; float: left; padding-top: 0px!important; padding-bottom: 0px!important; display: block!important; width: 50%}
.notaHome.completa .imgNota {overflow: hidden;position:relative; float: left; width: 50% }
.txtNota { position:relative; float: left; padding-top: 100px; padding-bottom: 100px; display: flex; justify-content: center; align-items: center }
.imgNota {overflow: hidden;position:relative; float: left; }
.imgNota.interna {border-top-right-radius: 60px!important; border-bottom-right-radius: 60px!important; border-bottom-left-radius: 0px!important; border-top-left-radius: 0px!important; max-height: none!important }
.imgNota img {    height: 100%;    width: auto;    max-width: 200%; float: right}
.notaHome a.btnNota {width:28px; display: block; margin-top: 20px}
.notaHome a:hover { opacity: 0.4}
.notaLeft .imgNota { border-bottom-right-radius: 120px; border-top-left-radius: 120px; }
.notaLeft .imgNota img{float:left!important}
.notaRight .imgNota {border-bottom-left-radius: 120px; border-top-right-radius: 120px; }
.notaRight { background-position: left!important }
.notaLeft .txtNota { padding-right: 100px}
.notaRight .txtNota { padding-left: 100px; float: right}

section {overflow: hidden}

.half {position:relative; float: left; width: 50%; padding: 10px}
.home .half img{width: 100%}
.home .half h1 { margin: 0px!important}
.half span.mas {position:absolute; top: 0px; left: 32px; color: #ba006f; font-size: 56px}
.content {padding:10px}

.half13 {position:relative; float: left; width: 13%; padding: 10px}
.half45 {position:relative; float: left; width: 45%; padding: 10px}
.half42 {position:relative; float: left; width: 42%; padding: 10px}
.flex {display:flex}
blockquote {font-size:20px; font-style: italic; font-weight: 300; text-align: center; color:#212121; margin: 0px!important }
.itemCenter {align-items:center; display: flex}
.itemRight {text-align: right}

.gris3 .bajada { margin-bottom: 80px}
p.bajada {font-size:24px; line-height: 32px; margin: 30px 0 0 0}
p.bajadaNota {font-size:24px; line-height: 32px; margin: 50px 0}

.search {margin-top:60px}
form.buscador { display: grid;grid-template-columns: repeat(5,1fr); align-items: center; grid-gap: 20px } /*width: 19%; margin: 0 0.5%*/
.formItem {position:relative}
.formItem input, select, option {width:100%;background:rgba(88,83,72,.05); border:none!important;border-radius: 12px; padding:16px 20px; }
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Remove default arrow */
    background-image: url('../img/select.svg') ; background-size: 20px;background-repeat: no-repeat;   background-position: 94% 22px; cursor: pointer
    /* Add custom arrow */
}
.formItem img.lupa {position:absolute; right: 16px; top: 16px; width: 20px}
.formItem img {position:absolute; right: 11px; top: 22px; width: 20px}

.violeta {font-weight: 900; color: #ba006f;}

.contactForm { background: #fff; position: relative; float: left; width: 47%;  border-top-left-radius: 60px; border-bottom-right-radius: 60px; padding: 80px 30px; margin:0px 0 180px 0}
.contactForm input { width: 100%; border:none; border-bottom: #000 1px solid; padding: 16px; background: none!important; margin-bottom: 40px}
.contactForm textarea { width: 100%; border:none; border-bottom: #000 1px solid; padding: 16px; background: none!important; height: 200px}
.contactForm select { width: 50%; margin-bottom: 60px}
.contactInfo {position: relative; float: left; width: 45%; padding-left: 8%}
.contactInfo h2{color:#585348; text-transform: uppercase; font-size: 24px; font-weight: 900}
.contactInfo h3{color:#585348; text-transform: uppercase; font-size: 18px; margin-top: 22px}
.contactPais{width:100%; position: relative; float: left; margin-bottom: 60px}
.contactPais p{margin-top:5px!important; color: #585348}
.paisLeft {width:50%; position: relative; float: left}
.paisLeft img{width:28px; position:absolute; top: 21px; left: -40px}
.paisRight {width:50%; position: relative; float: left}
.paisRight a{ color:#585348; text-decoration: underline; font-weight: 900}
.paisRight .violeta {display:block}

::placeholder {}


.gris2 .content-full {display:grid;grid-template-columns: repeat(6,1fr); align-items: center; margin: 80px auto; grid-gap: 22px; padding:80px;grid-auto-flow: column; }
.iconHome { background: #fff;border-bottom-left-radius: 50px; border-top-right-radius: 50px; text-align: center;  padding:60px 5px; height: 100%; align-items: center; display: flex; justify-content: center}
.iconHome img {width:50px; margin: 0 auto}
.iconHome p {font-size:22px}

.breadcrumb { margin: 30px 0}

.products form {background: #fff;    padding: 30px 20px; border-bottom-right-radius: 40px; border-top-left-radius: 40px}
.productsBarra {background: #fff;    padding:25px 20px; margin: 50px 0 6px 0; position: relative; float: left; width: 100%}
.productsBarra li { position:relative; float: left; margin-right: 6px}
.productsBarra li a{color:#585348; padding: 10px 16px; border-radius: 8px; font-weight: 900}
.productsBarra li a:hover{background:#efefef}
.productsBarra li a.active{background:#efefef}
.productsBarra span{float:right; position: relative}
.productsBarra span img{  position: absolute; left: -24px; width: 15px;}
.productsBarra span a{color:#585348; font-weight: 900}
.productDetail { position:relative; float: left; width: 100%; background: #fff; margin-bottom: 8px; display: flex}
.productDetail h1{color:#000; font-size:40px; font-weight: 900; margin-bottom: 0px }
.productDetail h4{color:#000; font-size:30px; font-weight: 500; margin-bottom: 0px; margin-top: 10px }
.productDetail h5{color:#000; font-size:18px; font-weight: 500; padding-bottom: 12px; border-bottom:#ba006f 2px solid; margin-top: 0px }
.productDetail p{ font-size:22px; font-weight: 900; margin-bottom: 20px }
.productDetail .left { position:relative; float: left; width: 60%; padding:0 40px 40px 40px }
.productDetail .right { position:relative; float: left; width: 40%; padding: 40px 20px 40px 40px  }
.productDetail .right li{ position:relative; float: left; margin-right: 50px}
.productDetail .right li a{ text-decoration: underline; font-weight: 900}
.productDetail .right li a:after{content:''; background: url("../img/prlink.svg"); width: 20px; height: 20px; display: block; position: absolute; right: -24px; top: 1px;}
.productDetail .left.transplant{border-right:rgba(14,195,234,.50) 14px solid}
.productDetail .left.oncology{border-right:rgba(82,70,158,.50) 14px solid}
.productsNav {position: relative; float: left; width: 100%; text-align: center; margin: 20px 0 80px 0}
.productsNav ul{display:inline-block}
.productsNav li{position: relative; float: left; margin: 3px }
.productsNav li a{ background: #fff; padding: 14px 20px; border:transparent 1px solid; color: #000}
.productsNav li a:hover{ background:rgba(88,83,72,.20); border:#000 1px solid; }
.productsNav li a.active{ background:rgba(88,83,72,.20); border:#000 1px solid; }
.arrowNav {border-color:#000!important}

.newsHomeList {display:grid;grid-template-columns: repeat(3,1fr); grid-gap: 0px; margin-bottom: 80px }
.newsHomeList .newsi {padding:10px; }
.newsHomeList div span {color:#f0c32c; font-weight: 300;  display: block; margin-bottom: 28px}
.newsHomeList h3 {color:#707070; font-weight: 700; font-size: 16px; margin-bottom: 28px}
.newsHomeList p { margin-bottom: 20px}
.newsHomeList a {color:#f0c32c; font-weight: 300; text-decoration: underline;}
.newsImg {overflow:hidden; height: 177px}

.txtYellow {color:#f0c32c; font-weight: 300; text-decoration: underline;}

.newsNosotrosList {display:grid;grid-template-columns: repeat(3,1fr); grid-gap: 0px; margin-bottom: 80px }
.newsNosotrosList .newsi {padding:10px; }
.newsNosotrosList div span {color:#f0c32c; font-weight: 300;  display: block; margin-bottom: 28px}
.newsNosotrosList h3 {color:#707070; font-weight: 700; font-size: 22px!important; margin-bottom: 28px; text-align: center!important}
.newsNosotrosList p { margin-bottom: 20px}
.newsNosotrosList a {color:#f0c32c; font-weight: 300; text-decoration: underline;}
.newsNosotrosList img { border: #707070 1px solid; padding:40px 30px; width: 100%}

.NosotrosLogros {display:grid;grid-template-columns: repeat(4,1fr); grid-gap: 40px; margin: 40px 0 80px 0; text-align: center }
.newsNosotrosList div span {color:#f0c32c; font-weight: 300;  display: block; margin-bottom: 28px}
.NosotrosLogros  h3 {color:#707070; font-weight: 700; font-size: 22px!important; margin-bottom: 20px; text-align: center!important}
.newsNosotrosList p { margin-bottom: 20px}
.NosotrosLogros  a {color:#f0c32c; font-weight: 300; margin-top: 40px; display: block}
.NosotrosLogros  img {margin-bottom:20px}
.listNosotros { padding-left: 50px}
.listNosotros li{ margin-bottom: 10px}

.NosotrosLogrosEsp { margin: 40px 0 80px 0; text-align: center; position: relative; float: left }
.NosotrosLogrosEsp  h3 {color:#707070; font-weight: 700; font-size: 22px!important; margin-bottom: 20px; text-align: center!important}
.NosotrosLogrosEsp  a {color:#f0c32c; font-weight: 300; margin-top: 40px; display: block}
.NosotrosLogrosEsp  img {margin-bottom:20px}
.NosotrosLogrosEsp  .logro {position: relative; float: left; width: 40%; margin: 0 5%}

.marcas {display:grid;grid-template-columns: repeat(6,1fr); align-items: center; margin: 80px auto}
.marcas img{margin:0 auto;	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;filter: grayscale(1);}
.marcas a:hover img{ transform: scale(1.1);filter: grayscale(0);}
.marcas a {text-align:center}

.head { height: 440px; width: 100%; overflow: hidden;border-bottom-right-radius: 120px; padding-top: 220px; background-size: cover!important; background-repeat: no-repeat!important}
.head h1{ font-size: 76px; position: relative;z-index: 9}
.company .head { background: url("../img/headers/company.jpg")}
.company { background: url("../img/bgCompany.jpg"); background-size: cover}
.products .head { background: url("../img/headers/products.jpg")}
.news .head { background: url("../img/headers/news.jpg")}
.partnering .head { background: url("../img/headers/partnering.jpg")}
.contact .head { background: url("../img/headers/contact.jpg")}
.reports .head { background: url("../img/headers/reports.jpg")}
/*.history .head { background: url("../img/headers/history.jpg")}*/
.head video {position:absolute; top: 0px; left: 0px; width: 100%; z-index: 1}
.head .gradient {background: rgb(255,255,255); background: linear-gradient(90deg, rgba(255,255,255,1) 30%, rgba(255,255,255,0) 100%); position: absolute; left: 0; top: 0px; height: 100%; min-height: 500px; z-index: 3; width: 50%}

.breadcrumb li {display:inline-block; margin-right: 10px}
.breadcrumb li:after {display:block; content: "/"; position: relative; float: right; padding-left: 16px}
.breadcrumb li:last-child:after {display:none!important}
.breadcrumb li a{ color:#000; text-decoration: underline}

.historyItem {width:100%; position: relative; float: left; margin-bottom: 8px; display: flex}
.historyItem:nth-child(2n-1)  { background:rgba(152,141,148,.10)}
.historyItem:nth-child(2n-2)  { background:rgba(255,110,199,.10)}
.itemYear {width:17%; position: relative; float: left; padding: 0 30px; border-right: #f3d4e7 6px solid; text-align: center}
.itemYear:after {content:'•'; position: absolute; right: -2px; width: 8px; height: 8px; display: block; z-index: 99; font-size: 58px; color: #ba006f; top: 26%}
.itemTxt {width:83%; position: relative; float: left;; padding:30px; display: flex; align-items:center}
.itemTxt img {position:relative; float: left; margin-right: 20px;   width: 140px }

.crucesHistory {position:absolute; right: -150px; top: 40%; overflow: hidden; width: 300px; z-index: 99}
.crucesHome {position:absolute; right: -150px; top: 80%; overflow: hidden; width: 300px; z-index: -1}
.circuloReports {position:absolute; right: -50px; top: 40%; overflow: hidden; width: 300px; z-index: 99}
.historyItem.first {border-top-left-radius: 60px;}
.historyItem:last-child {border-bottom-left-radius: 60px; margin-bottom: 180px}

ul {padding-left: 0px; margin: 0}

.listValues {margin-top:80px}
.listValues li { font-size: 34px; position: relative; float: left; width: 50%; margin-bottom: 50px}
.listValues li:before {content: ''; background: url("../img/logolist.svg");width: 24px; height: 24px;background-size: cover; display: block; position: relative; float: left; margin: 10px 18px 0 0;}

.fotoCompany {border-top-right-radius: 120px; overflow: hidden}
.bgGris { background:#f2f2f2; padding: 80px 0}


footer {	display: block;	padding: 70px 0; font-size:12px; text-align:left; position:relative; float:left; width:100%;background:#5e5f60 none repeat center top;  }
.footGrid {display:grid; grid-template-columns: repeat(3, 1fr);}
.footRight{  width:100%; position:relative; float:left; font-size: 18px;border-left: #F7D047 1px solid; padding: 10px 10px 10px 10px; display: flex; align-items:center }
.footRight:first-child{padding: 10px 10px 10px 0px; border-left: none!important }
.footRight:first-child a{color:#F7D047!important }
footer p {line-height: 21px;color: #BEBEBE!important; font-size: 12px!important; font-weight: 400!important}
footer h3 {  color:#FFF; font-family: "Nunito Sans", Sans-serif;    font-size: 15px;    font-weight: 300;   margin-top: 0px!important }
footer h2 {  font-family: "Nunito Sans", Sans-serif;    font-size: 22px;    font-weight: 900; margin-bottom: 0px!important   }
footer h4 {     font-size: 12px;    font-weight: 900; margin: 0px!important; color: #fff!important    }
footer a:hover{color:#fff!important}
footer .legales {  position:relative; float:left; width:100%; padding:30px 0 0 0;  text-align: center;  border-top: #F7D047 1px solid; margin-top: 20px}
footer a{color:#1ebbf0;}


.top { position:fixed; bottom:10px; right:10px; width:40px; height:40px; display:block; z-index:6999;  opacity:0; background:rgba(0,0,0,.20);-webkit-transition: all 0.4s ease;	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease; transition: all 0.4s ease;font-family: fontawesome; color:#FFF; font-size:16px; text-align:center; padding-top:12px; margin-right: -45px}
.top:hover {background:rgba(0,0,0,.50) }
.display { opacity:1; margin-right: 0}

/**************************** RESPONSIVE ***************************/

.mob { display:none!important}
@media (max-width: 1023px) {
	
.mob { display:block!important}	
.desk { display:none!important}
	
header { height: 60px}

.close { display:none !important}

	.hamburger {
		position:fixed;
		top:22px;
		margin:0;
		padding:0;
		cursor:pointer;
		z-index:9999;
		display:block;
		right: 21px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.hamburger.open {
		
	}
	.hamburger .hamburger-inner {
		position:relative;
		height:21px;
		width:24px;
		display:block;
		margin:0;
		padding:0
	}
	.hamburger .bar {
		width:22px;
		height:2px!important;
		background:#333;
		position:absolute;
		top:0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}
	.stk .hamburger .bar {
		background: #000;
	}
	.hamburger .bar.bar2, .hamburger .bar.bar3 {
		top:7px;
		transform: matrix(0.99999, 0, 0, 0.99999, 0, 0);
	}
	.hamburger .bar.bar4 {
		top:14px
	}
	.hamburger.open .bar1, .hamburger.open .bar4 {
		opacity: 0;
	}
	.hamburger.open .bar2 {
		height:2px;
		transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, 0);
	}
	.hamburger.open .bar3 {
		height:2px;
		transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, 0);
	}
	header {
		overflow: visible;
	}
	header .logo {
		float: none;
	}
	header .logo img {
		display: block;
		width: 220px; margin-top:-3px
	}
	header .content-medium { padding:0px !important}
	.menu-nav {
	    display: block;
	    float: none;
	    margin: 0;
	    position: fixed;
	    top: 0px; width:100%; height: 100%;
	    right: 0;   z-index: 9;
	    overflow: hidden; opacity: 0; visibility: hidden;
	    -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; 
	}
.tapaMenu {
	    background: rgba(0,0,0,0.7);
	    display: block;
	    float: none;
	    margin: 0;
	    position: fixed;
	    top: 0px; width:100%; height: 100%;
	    right: 0;   z-index: -1;
	    -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; }

	.styk.open header .menu-nav { margin:0px !important;}
	.menu-nav.open {   opacity: 1; visibility: visible}
	.menu-nav .menu {background: #fff;    position: relative;
    float: right;
    height: 100%;  margin-right: -350px; width: 350px;
	    -webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;padding:45px 30px 30px 30px; margin-top: 0px 	}

	.menu-nav.open .menu{ margin-right: 0px}
	.menu-nav li {text-align:left; width: 100%;}
	.menu-nav .menu li a {margin-left: 0px!important;border-bottom: 1px solid rgba(51,51,51,0.12); width: 100%}
	.btnMenu {width:100%;border-bottom: 1px solid rgba(51,51,51,0.12)!important;}
	/*.menuAcerca a:first-child{  pointer-events: none;    cursor: default;}
	.menuContacto a:first-child{  pointer-events: none;    cursor: default;}*/
	
.slider-home {	padding: 60px 0 0 0;}
.swiper-slide {  min-height:500px; }
.swiper-slide h1{  font-size:50px; letter-spacing:3px;}
.swiper-slide p{  font-size:20px; line-height:35px;   width:70%; margin:0 auto 30px auto; }
.swiper-slide a{  font-size:20px;  padding:12px 36px; }
	
	.menu-nav .mob a{border-bottom:none!important}
	.menuIdioma { margin-bottom: 40px}

	.submenu li { margin:0px !important}
	.submenu a {  margin-left:0px!important; padding: 10px 0px 10px 20px!important; border-bottom:none!important}
.submenu { position:relative; top:0px; float: left; left:0px; width: 100%; box-shadow:none!important;border-bottom: 1px solid rgba(51,51,51,0.12); z-index:99999 !important;  height: 0px; opacity: 0; 	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;}	
	 
	.openSub { opacity:1; height: auto;padding: 20px 0; min-height: 80px }

.gris2 .content-full {grid-template-columns: repeat(3,1fr); grid-template-rows:  repeat(2,1fr); }

	header .logo {top:8px; left: 20px}
	.top-bar {display:none!important}
.styk.open header {top: 0px!important;}

}


@media (max-width: 760px) {	
	.headInternas {margin-top:60px}
	.paddingTop50 { padding-top:25px!important}
	
	#mision .content-mini {grid-template-columns: repeat(1,1fr); gap:10px}
	#nosotros .swiper-slide ul {grid-template-columns: repeat(2,2fr);gap:10px}
	#nosotros .button-prev {top:46%!important; left: 2px!important}
	#nosotros .button-next {top:46%!important; right: 2px!important}
	#nosotros .swiper-slide {margin-bottom:0px!important}
	.NosotrosLogros{grid-template-columns: repeat(1,4fr); gap:30px; padding: 0 20px}
	.NosotrosLogros a {margin-top:20px}
	.newsNosotrosList{grid-template-columns: repeat(1,1fr); padding: 0 20px}
	.gridBio{grid-template-columns: repeat(1,1fr); padding: 0 20px}
	.gridLocaciones{grid-template-columns: repeat(1,1fr); padding: 0 20px}
	.gridLocaciones h4 {margin-bottom:20px}
	section {padding-left:20px!important; padding-right: 20px!important}
	.slider-home {padding-left:0px!important; padding-right: 0px!important}
	.headInternas {padding-left:0px!important; padding-right: 0px!important}
	.productsList{grid-template-columns: repeat(1,1fr); padding: 0 20px}
	.productoInterna {padding:100px 0 40px 0}
	.flex {display:block; padding: 40px 30px}
	.half13 {width:100%}
	.half45 {width:100%}
	.half42 {width:100%}
	.comercialesList li {width:100%; padding-right: 0px; text-align: center; margin-bottom: 20px}
	.comercialesList li:last-child {text-align: left; width: 100%}
	.fotoNota {width:100%!important; margin:10px 0px!important}
	.titNota {padding-left:20px; font-size: 26px!important}
	iframe {margin-bottom:30px}
	
	.notaHome {display:block}
	.imgNota {width:100%; padding: 0 10px}
	.txtNota {width:100%; padding: 20px!important}
	footer section { padding:0 50px}
	.footLeft {width:100%}
	.footRight {width:100%; border:none!important}
	.logoFoot {width:100%}
	footer h3 {margin-top:50px}
	
	.gris2 .content-full { padding:50px;}
	.search {margin-bottom:60px; padding: 0 50px}
	
	.newsHomeList {grid-template-columns: repeat(1,1fr);}
	.newsHomeList img {width:100%}
	
	.footGrid {grid-template-columns: repeat(1,1fr);}
	
	h1 {font-size:26px; }
	h2 {font-size:20px;}
	h1 br {display:none}
	
	.blanco1 .blancoContent { margin-top: 0px; box-shadow: none!important}
	.company { background-position: top}
	
	
.swiper-slide br {display:none!important}
	.slider-home {height: 540px}
	
	.swiper-slide h1 { width:100%; margin: 0px!important; font-size: 22px; line-height: 28px; padding-left: 0px}
.swiper-slide {  min-height:540px; padding: 70px 0 0 30px }
	.swiper-slide a { margin-top: 40px!important}

	.half {width:100%; padding: 10px}
	.half span.mas {top:0px; left: 80px}
form.buscador {grid-template-columns: repeat(1,1fr);}
	
	
	
}


@media (max-width: 600px) {
.tapaBlanca { display: block!important}
}

@media (max-width: 460px) {
	
.NosotrosLogrosEsp  .logro {position: relative; float: left; width: 90%; margin: 10px 5%}
}