@charset "utf-8";
/* CSS Document */
html { font-size: 42.5%; }
html { height: 100%; width: 100%; margin: 0px; }

::-webkit-scrollbar {
    width: 2px;  /* remove scrollbar space */
    background:#d7dadc;  /* optional: just make scrollbar invisible */
}
/* optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #1473E8;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	font-family: 'Lato-Regular', Helvetica, sans-serif;
	font-size: 1.4rem;
	line-height: 1.9rem;
	background-repeat: none;
	color: #6f7382;
	font-weight: 300;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%  50%;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
body,h1{margin:0}img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted} b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button{overflow:visible}button,select{text-transform:none;text-decoration:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

/* CSS Document */

h1, h2, h3 { margin:0;padding:0;border:0; line-height:0; font-size:1.4rem; }
p {border:0;margin:0;padding:0;}
img {border:0;}
a {text-decoration:none !important;color:inherit !important; cursor: pointer;}
a:visited{text-decoration:none;}
a:active{text-decoration:none;}
a:focus{text-decoration:none;}
a:hover{text-decoration:none; }
span { border:0;margin:0;padding:0;}
p { margin-bottom: 0 !important;}

/*divs
---------------------------------------------------------------------------------------------------- */
/*RESET FORM */
label {display:block;border:none;background:transparent;font:100% 'helvetica-thin', Helvetica, sans-serif;} 
fieldset {border:none;}  

/*titulos
---------------------------------------------------------------------------------------------------- */
.tit {  font-size:4rem; line-height:5rem; line-height:auto; }
.sub-tit {  font-size:3.4rem; line-height:4rem;  }
.sub-tit.legales {  font-size:2.4rem; line-height:2.4rem;  }

.article-tit {font-size:2.1rem; line-height:2.1rem; z-index:999; }

.article-sub-tit {  font-size:1.8rem; line-height:2.2rem; }
.article-txt {  font-size:1.6rem; line-height:1.8rem; }

.txt {  font-size:1.6rem; line-height:2rem;  }
.txt.txt-up-percase{  font-size:2rem; line-height:3.4rem;  }
.txt.numero-producto {  font-size:1.6rem; line-height:31px;  }

.txt-tit{ font-size:1.9rem; line-height:2.6rem;   }
.txt-sub-tit{ font-size:1.7rem; line-height:2rem;  }

.txt.legal {  font-size:1.2rem; line-height:1.6rem; }

.txt-img {  font-size:1.2rem; line-height:1.4rem;  }

.txt.link {  font-size:1.2rem; line-height:1.2rem;  cursor:pointer ; display:block; }

.txt.pie, .txt-tabla {  font-size:1.3rem; line-height:2rem; }

.txt.form {  font-size:2rem; line-height:2rem; }

.txt-btn { font-size:3.5rem; line-height: 4rem; }

.destacado-txt {  font-size:2rem; line-height:3.2rem;  }

.subrayado a{ border-bottom:1px solid #1473E8; padding-bottom:2px;}

.txt.link:hover {color:#1473E8 !important;}

/*images
---------------------------------------------------------------------------------------------------- */



/*form
---------------------------------------------------------------------------------------------------- */
button {
	width:100%;
	padding: 1.3rem 3.3rem 1.1rem 3.3rem;
	float:none;
	display:block;
	color: #ffffff;
	cursor: pointer;
	border:1px solid #1473E8 ;
	text-align:center;
	line-height: 2rem !important;
	text-align:center;
	font-size: 1.6rem;
	background-color: #1473E8;
	font-family: 'Red Hat Display', sans-serif;
	font-weight:700;
	transition: 0.3s;
	max-width: 160px;
	border-radius: 4px;
}
button:hover{  
background-color: #3798EF; color: #ffffff; border: 1px solid #3798EF;}


.boton {
	width:100%;
	padding: 1.1rem 2.3rem 1.1rem 2.3rem;
	float:none;
	display:block;
	color: #ffffff;
	cursor: pointer;
	border:1px solid #1473E8;
	text-align:center;
	line-height: 2rem !important;
	text-align:center;
	font-size: 1.4rem;
	background-color: #1473E8;
	font-family: 'Red Hat Display', sans-serif;
	font-weight:700;
	transition: 0.3s;
	max-width: 160px;
	border-radius: 4px;
}


.boton i {  vertical-align: middle;}

.boton.alt{  
	max-width:260px; background-color: transparent; color: #ffffff; border: 1px solid #3798EF;}

.boton.alt.alt-subir{  
		background-color: #ffffff; color: #545454; font-family:'Lato-Light',Arial, Helvetica, sans-serif; border: 1px solid #898a93;  }

	
.boton.alt-celeste{  
		max-width:300px; background-color: transparent; color: #1473E8; border: 1px solid #1473E8;}

.boton-radius {
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
}		

.boton.boton-icon {
width:100%; 
}
.boton.boton-icon-i i {
	vertical-align: middle;
 font-size: 18px;
	}

.boton.boton-icon-i {
	color: #ffffff;
	background-color: #1473E8;
	vertical-align: middle;
	font-size: 10px !important;
	width:33px; height: 33px;
	margin-bottom: 0.8rem;
	padding: 0 !important;
}

.boton:hover.boton-icon-i {
	color: #ffffff;
	background-color: #1473E8;
	vertical-align: middle;
}

.boton:hover {
	background-color: #1473E8;
	color: #ffffff;
	border: 1px solid #1473E8;
}


input[type="text"]  {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
  }
label {
	float:left; color:#3a3f44; font-size:10px;  font-family: 'Lato', sans-serif;font-weight:400;  ;
}
textarea, select, input[type="text"]  {
  box-shadow: none;
  box-sizing: border-box;
  float:left;
  position:relative;
  width:100%;
  box-shadow: none;
  box-sizing: border-box;
  margin-bottom:0.8rem;
  float:left;
  font-family: 'Lato-Light', Helvetica, sans-serif;
  font-size:1.6rem;
  line-height:30px;
  color:#1f1e21;
  border: 1px solid #d1d1d1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding-left: 1rem;
}
textarea:focus, input:focus, select:focus{
    outline: none !important; border:none ; border: 1px solid #d1d1d1;
}

form.disable button  {

	
	opacity: .2;

  }

textarea { height: 80px;}





  select {


	/* reset */
  
	margin: 0;    
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	
  }

  .alert-success {
	color: #ffffff;
	background-color:#6f4ca0!important;
	border-color: #6f4ca0 !important;
	z-index: 2;
	border-radius:0 !important ;
	-webkit-border-radius:0 !important ;
	-moz-border-radius:0 !important ;
	-ms-border-radius:0 !important ;
	-o-border-radius:0 !important ;
}

.alert-danger {
    color: #721c24;
	background-color:transparent!important;
	border-color: #721c24!important;
	text-align: center;
	z-index: 2;
	border-radius:0 !important ;
}

  select.arrow-color {
	background-image:
	  linear-gradient(45deg, transparent 50%, #1473E8 50%),
	  linear-gradient(135deg, #1473E8 50%, transparent 50%),
	  linear-gradient(to right, #ffffff, #ffffff);
	background-position:
	  calc(100% - 15px) calc(10px + 2px),
	  calc(100% - 10px) calc(10px + 2px),
	  100% 0;
	background-size:
	  5px 5px,
	  5px 5px,
	  2.5rem 2.5rem;
	background-repeat: no-repeat;
  }


  .checkcontainer {
	display: inline-block;
	position: relative;
	padding-left: 30px;
	padding-right:0px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin-bottom:1.4rem;
	margin-top:1rem;
	line-height: 20px;
  }
  
  .checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	
  }

  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	background-color: #eee;
	border-radius: 50%;
  }
  
  .checkcontainer:hover input ~ .checkmark {
	background-color: #ccc;
  }
  
  .checkcontainer input:checked ~ .checkmark {
	background-color: #f1f1f1;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .checkcontainer input:checked ~ .checkmark:after {
	display: block;
  }
  
  .checkcontainer .checkmark:after {
	   top: 4px;
	  left: 4px;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  background: white;
  }

  input:checked{

	background-color: #1473E8;
  }


/* responsive
-------------------------------------------------- */
.width-responsive {
  width: 100%;
  box-sizing: border-box;
  height:auto;
  display:block; }
  
.pullright {
  float: right!important;}
.pullleft {
  float: left!important; }

.zi-1{z-index: 1;};
.zi-2{z-index: 2;};

.left { float:left!important;} 
.right{ float:right;}
.clear { clear:left;}
.clearing {clear:both;}

.full-height { height: 100vh;}
.full-height-responsive { height: 100vh;}
.middle-height { height: 50vh;}
.quarter-height { height: 25vh;}


.custom-height{ height: calc(100vh - 10vmax);}

.v-height { height: calc(100vh - 3rem)}
.mt-full-height { margin-top: 5rem!important;}
.mb-full-height { margin-bottom: 5rem!important; }

.g-recaptcha  {
	transform: scale(0.8);
	transform-origin: 0 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
}


.sombra {   /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/

box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
  transition: all 0.2s ease-in-out;}
.sombra:hover {   box-shadow: 0 20px 30px rgba(0,0,0,0.26), 0 9px 9px rgba(0,0,0,0.22);}


.cursor{cursor:pointer}
.table {  margin: 0 auto;	display:table; height:100%; min-height:100px;}
.block { display:block;}
.table-cell {  display:table-cell; vertical-align:middle; width:100%;}
.overflow-h{overflow:hidden; box-sizing: border-box;}
.overflow-y{overflow-y:scroll; box-sizing: border-box;}
.centrar{margin:0 auto; text-align:center; }
.relative{position:relative}
.absolute{position:absolute;}

.active{display: block;}
.off{display:none;}

.opacidad-2{ opacity: 0.2;}

.bg {	width: 100%; float: left; display: block; background-repeat:no-repeat; background-size:auto;}

.bg.blanco { background: #ffffff; }
.bg.gris { background:#dddddd;}

.bg.violeta-claro {background:#3f4677;}



.bg-login {position:relative; background-image: url(../images/login/bg.jpg); width:100%; float:left;
	 display:block; background-repeat: no-repeat; background-position:50% 50%; background-size: cover; background-position:50 50; box-sizing: border-box;
	 }

.bg.negro{background:#000000;}

.bg-gris { background: #545454; }
.bg-blanco { background-color:#ffffff;}
.bg-negro{background:#000000;}
.bg-azul{background:#3512d9;}



.bg-blanco-op {background:rgba(255,255,255,0.96) !important}

.bg-degrade { background: linear-gradient(45deg, rgba(0,51,118,1) 0%, rgba(49,121,152,1) 100%);}

.bg-degrade-op-blanco { position:relative;background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%, rgba(255,255,255,1) 100%);
	}	
.bg-innovacion {
	position: relative;
}

.bg-innovacion::after {
	position: absolute;
	top: 0;
	content: "";
	background-image: url(../images/bg-innovacion.jpg);
	width: 100%;
	height: 100vh;
	background-size: 100%;
	z-index: -2;
}
.bg-section{
	position: relative;
}
.bg-section::after {
	position: absolute;
	top: 0;
	content: "";
	width: 100%;
	height: 90vh;
	background-size:cover;
	z-index: -2;
	background-repeat: no-repeat;
	background-position:50% 50%; 
}

.bg-section.section-empresa, .bg-section.section-contacto, .bg-section.section-producto  {
	height: 18vmax; 
}

.bg-section.section-empresa::after  {
	background-image: url(../images/banner-contacto.jpg);background-size: cover; background-position:50% 20.8%; 
	height: 18vmax; 
}
.bg-section.section-producto::after  {
	background-image: url(../images/banner-contacto.jpg);background-size: cover; background-position:50% 20.8%; 
	height: 18vmax; 
}
.bg-section.section-contacto::after  {
	background-image: url(../images/banner-contacto.jpg);background-size: cover; background-position:50% 20.8%; 
	height: 18vmax; 
}

.bg-section.section-empresa::before, .bg-section.section-contacto::before, .bg-section.section-producto::before  {

	position: absolute;top: auto;
	bottom: 0px;
	content: "";
	width:100%;
	background-repeat: no-repeat;
	opacity: 1;
	/*background: linear-gradient(110deg, rgba(87,144,207,1) 7%, rgba(120,164,213,0) 77%);
	background: linear-gradient(16deg, rgba(0,0,0,0.9139005944174545) 0%, rgba(0,0,0,0) 80%);*/
	background: linear-gradient(38deg, rgba(20,115,232,1) 0%, rgba(120,164,213,0) 100%);
	background-size: cover; background-position:50% 20.8%; 
	height: 18vmax; 
}


.bg-section.section-productos::after  {
	background-image: url(../images/bg-productos.jpg);
}
.bg-section.section-nosotros::after  {
	background-image: url(../images/bg-nosotros.jpg);
}
.bg-section.section-innovacion::after  {
	background-image: url(../images/bg-innovacion.jpg);
}

.bg-section.section-fertilidad::after  {
	background-image: url(../images/bg-fertilidad.jpg); z-index: -3;
}

.bg-salud {
	position: relative;
}

.bg-salud::after {
	position: absolute;
	top: 0;
	content: "";
	background-image: url(../images/bg-salud.jpg);
	width: 100%;
	height: 100vh;
	background-size: 100%;
	z-index: -2;
}

.bg-verde-img { position:relative; }
.bg-verde-img.width-height { height: 400px;}

.bg-verde-img::after{
	content: "";
	background-image:url(../images/bg-parallax.jpg);
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height:400px;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;

}

.bg-verde-img::before{
	content: "";
	background-image: url(../images/icons/icon-humancare-logo.svg);
	opacity: 0.2;
	background-size: contain;
	background-position: 50% 50%;
	width:240px;
	height:240px;
	position: absolute;
	bottom: -100px;
	left: -80px;
	margin:0 auto;
	background-repeat: no-repeat;

}

.bg-verde{ position:relative; }

.bg-verde::after{
	content: "";
	background-image:url(../images/bg-verde.jpg);
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height:450px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;

}
.bg-verde::before{
	content: "";
	background-image: url(../images/icons/icon-humancare-logo.svg);
	opacity: 0.2;
	background-size: contain;
	background-position: 50% 50%;
	width:240px;
	height:240px;
	position: absolute;
	bottom: -60px;
	left: -80px;
	margin:0 auto;
	background-repeat: no-repeat;
	

}

.bg-verde.sub-tit-section::after{
	content: "";
	background-image:url(../images/bg-verde.jpg);
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height:56px;
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -2;

}
.bg-verde.sub-tit-section::before{
	content: "";
	background-image: url(../images/icons/icon-humancare-logo.svg);
	opacity: 0.2;
	background-size: contain;
	background-position: 50% 50%;
	width:310px;
	height:310px;
	position: absolute;
	bottom: -110px;
	left: -100px;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;


}

.bg-navidad{ position:relative; }

.bg-navidad::after{
	content: "";
	background-image:url(../images/bg-navidad.jpg);
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height:450px;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;

}
.bg-navidad::before{
	content: "";
	background-image: url(../images/icons/icon-humancare-logo.svg);
	opacity: 0.2;
	background-size: contain;
	background-position: 50% 50%;
	width:240px;
	height:240px;
	position: absolute;
	bottom: -180px;
	left: -80px;
	margin:0 auto;
	background-repeat: no-repeat;
	

}

.bg-img-tarjeta {
	background-image:url(../images/bg-texto-navidad.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
 }

.bg-img-section { position:relative; }

.bg-img-section::after{
	content: "";
	background-image:url(../images/bg-promesadevalor.jpg);
	background-size: contain;
	background-position: 50% 0%;
	width: 100%;
	height:280px;
	position: absolute;
	bottom: -160px;
	left: 0;
	right: 0;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;

}

.bg-img{
	 background-repeat:no-repeat; 
	 width:auto;
	 
	background-position: 50% 50%;
	background-size: cover;
}

.bg-img.secction-aside {
	background-image: url(../images/icons/icon-miscelanea-vm.svg);
	background-position: 50% 50%;
}

.bg-azul-numero{ position:relative; background:#3798EF; height: 31px; border-radius: 0 0 0 10px; -webkit-border-radius: 0 0 0 10px; -moz-border-radius: 0 0 0 10px; -ms-border-radius: 0 0 0 10px; -o-border-radius: 0 0 0 10px; }

.bg-azul-numero::after{
	content: "";
	background:#3798EF;
	background-size: cover;
	background-position: 50% 0%;
	width: 100%;
	height:31px;
	position: absolute;
	top: 0px;
	left: 0;
	right: -80%;
	margin:0 auto;
	background-repeat: no-repeat;
	z-index: -1;
}


.borde { border:1px solid #6f7382;}
.borde-d-gris { border-right: 1px solid #ddd; margin-right: -1px;}
.borde-azul { border:1px solid #3798EF;}
.borde-blanco-3px { border:1px solid #ffffff}


.borde-bottom-gris { border-bottom:1px solid #ddd;}

.borde-b.borde-naranja { border-bottom:1px solid #1473E8; }
.borde-b-50-degrade {position:relative; }

.borde-b-50-degrade::before{
	content: "";
	width: 54%;
	height:2px;
	position: absolute;
	bottom: -2px;
	background: #1473E8;
	margin: 0 auto;
	left:0;
}




.radius { border-radius: 4px; box-sizing:border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }
.radius.inferior { border-radius: 0px 0px 4px 4px; box-sizing:border-box;}
.radius.superior { border-radius: 10px 10px 0px 0px; box-sizing:border-box; -webkit-border-radius: 10px 10px 0px 0px; -moz-border-radius: 10px 10px 0px 0px; -ms-border-radius: 10px 10px 0px 0px; -o-border-radius: 10px 10px 0px 0px; }
.radius.inferior-izquierdo { border-radius: 0px 0px 0px 10px; box-sizing:border-box; -webkit-border-radius: 0px 0px 0px 10px; -moz-border-radius: 0px 0px 0px 10px; -ms-border-radius: 0px 0px 0px 10px; -o-border-radius: 0px 0px 0px 10px; }
.radius.circular { border-radius:100px; -webkit-border-radius:100px; -moz-border-radius:100px; -ms-border-radius:100px; -o-border-radius:100px; }

.linea { width:100%; background-color:#ffffff; height:1px;}
.linea-verde { width:100%; background-color:#1473E8 ; height:1px; }
.linea.transparente { width:100%; background-color:transparent; height:1px;}


.linea-miscelanea { position: relative; }

.linea-miscelanea::after{
	content: "";
	width: 30px;
	height:2px;
	position: absolute;
	bottom: -15px;
	background: #1473E8;
	margin: 0 auto;
	left:auto;
}



.out-line-none { outline: none;
  -webkit-appearance:none;}

.no-copy a {
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */     
}


/* listas
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.lista {  text-align:left;   }
.lista ul  { display:block; text-decoration:none;  position:relative; padding:0;  }
.lista ul li { display:inline-block; border-radius:0%; box-sizing:border-box; width:auto; height:auto; cursor: pointer; -webkit-border-radius:0%; -moz-border-radius:0%; -ms-border-radius:0%; -o-border-radius:0%;margin:0 4px; } 


ul.lista-items  { display:block; text-decoration:none;  position:relative; padding:0 !important;  list-style: none; }
ul.lista-items li { display:block; border-radius:0%; box-sizing:border-box; width:auto; height:auto; cursor: pointer; padding:14px 10px 14px 10px;-webkit-border-radius:0%; -moz-border-radius:0%; -ms-border-radius:0%; -o-border-radius:0%; } 

footer .lista ul  { display:block; text-decoration:none;  position:relative; padding:0;  }
footer .lista ul li { display:inline-block; border-radius:0%; box-sizing:border-box; width:auto; height:auto; cursor: pointer; -webkit-border-radius:0%; -moz-border-radius:0%; -ms-border-radius:0%; -o-border-radius:0%; padding: 0px 20px 0 0; } 
footer .lista ul li:last-child {  padding: 0px 0px 0 0; } 
footer .lista ul li a:hover { color:#1473E8  !important; }

.redes { margin:0 auto; text-align:left;   }
.redes ul  { display:block; text-decoration:none;  position:relative; padding:0;  }
.redes ul li { display:inline-block;  border-radius:0%; box-sizing:border-box;  width:20px; height:20px; cursor: pointer; margin: 5px} 
.redes ul li:first-child { margin-left: 0px} 

.redes.compartir { margin:0 auto; text-align:center;   }
.redes.compartir ul  { display:block; text-decoration:none;  position:relative; padding:0; margin: 0;  }
.redes.compartir ul li { display:inline-block;  border-radius:0%; box-sizing:border-box;  width:24%; height:30px; cursor: pointer; margin: 0px; padding: 0;} 



	

	.img-avatar {
		max-width:100px;
		overflow: hidden;
		box-sizing: border-box;
		border-radius: 100px;
		-webkit-border-radius: 100px;
		-moz-border-radius: 100px;
		-ms-border-radius: 100px;
		-o-border-radius: 100px;
		object-fit:contain;
		border:4px solid #fefefe;
	}
	
	.menu-footer { margin:0 auto; text-align:left;   }
	.menu-footer ul  { display:block; text-decoration:none;  position:relative; padding:0;  }
	.menu-footer ul li { display:inline-block;  border-radius:0%; box-sizing:border-box;  width:30px; height:30px; cursor: pointer; margin: 0.5rem 3rem  0 3rem; padding:1px } 
	.menu-footer ul li:first-child { border-radius:50% ; -webkit-border-radius:50% ; -moz-border-radius:50% ; -ms-border-radius:50% ; -o-border-radius:50% ; padding:4px;
	background-color:#1473E8;} 

/* icons 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.icon {
  display: block;
  background-repeat: no-repeat;
  z-index: 1;
  transform: scale(1);
  transition: all .1s ease-in;
  -moz-transition: all .1s ease-in;
  -webkit-transition: all .1s ease-in;
  -o-transition: all.1s ease-in;
 
}


.icon-logo {
	max-width: 240px; height:auto ; }
	
.icon-logo.destacado-img {
		max-width: 140px; height:auto ; }
		

  .icon-lista {
	background-size: contain;
	background-position: 50% 50%;
  }
  
  .icon-lista.fb {
	  background-image: url(../images/icons/redes/icon-fb.svg);
	  width: 100%;height: 100%;
	}
	.icon-lista.wp {
	  background-image: url(../images/icons/redes/icon-wp.svg);
	  width: 100%;height: 100%;
	}
	.icon-lista.ig {
	  background-image: url(../images/icons/redes/icon-ig.svg);
	  width: 100%;height: 100%;
	}
	.icon-lista.tw {
	  background-image: url(../images/icons/redes/icon-tw.svg);
	  width: 100%;height: 100%;
	}

 





  .icon-close-modal{
	display: block;
	
	background-color:transparent;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	z-index: 9;
	background-position: 50% 50%;
	position: absolute;
	top: 10px;
	right: 10px;
	float: right;
	cursor:pointer;
	padding:0px;
	border:0px;
	box-shadow:none;
	
 }




 .icon-compartir {
	background-size: contain;
	background-position:50% 2px;
	width: 100%;height:20px; 
  }
 .icon-compartir.wp {
	background-image: url(../images/icons/icon-whatsapp-compartir.svg);
  }
  .icon-compartir.tw {
	background-image: url(../images/icons/icon-tweeter-compartir.svg);
  }
  .icon-compartir.fb {
	background-image: url(../images/icons/icon-facebook-compartir.svg);
  }




.icon.icon-mail{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-mail.svg);
	width:24px;height: 24px;
	float: left;
  }

  .icon.icon-tel{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-tel.svg);
	width:24px;height: 24px;
	float: left;
  }

  .icon.icon-capsule{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-capsule.svg);
	float: left;
  }
  .icon.icon-place{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-place.svg);
	width:34px;height: 34px;
	float: left;
	float: left;
  }

  .icon.icon-descarga{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-descarga.svg);
	width:30px;height: 30px;
	float: left;
  }


  .icon.icon-vm{
	background-size: contain;
	background-position: 50% 50%;
	background-image: url(../images/icons/icon-vm.svg);
	width:60px;height: 60px;
	float: left;
  }

  .icon.icon-azul{
	background-size: contain;
	background-position: 50% 50%;
	/*background-image: url(../images/icons/icon-humancare-logo-azul.svg);*/
	width:60px;height: 60px;

  }




 /*modal
---------------------------------------------------------------------------------------------------- */
.colecciones-galeria-modal{
	position: relative;
    height: 78vh;
    overflow: hidden;
	background-color: #000000;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	overflow: hidden;
	box-sizing: border-box;
} 

.colecciones-galeria-modal .carousel {
    position: relative;
    height: 100%;
}

.colecciones-galeria-modal .carousel .carousel-inner .carousel-item {
    height: 78vh;
	float: none;
	
}


.slider-galeria-modal .carousel-inner .carousel-item img {
	object-fit:contain;
	position: relative;
	width: 100%;
	max-height: 90%;
	margin: auto;
	right: 0;
	bottom: 0;
	
}



.modal-dialog.galeria-modal {
		width: 100%;
		height: 100vmin;
		max-width: 100vmax;
		padding: 1rem;
  }
  
  .modal-content.galeria-modal {
	height: 96vh;
	border-radius: 0;
	background:transparent!important;
	padding: 1rem;
	border:0;
	margin-top:0rem;
}

  .modal-dialog.modal-xl {
	width: 100%;
	height: auto;
	max-width:1000px;
  }
  
  .modal-content.modal-xl {
	height: auto;
	
	border-radius: 0;
  }







.art-card-servicio {
    width: 100%;
  border: 4px solid #ffffff;
  box-sizing:border-box ;
  overflow: hidden;
  aspect-ratio: 16 / 9;
	cursor:pointer;
  
}




/*Absolute
---------------------------------------------------------------------------------------------------- */
.flotante { position:absolute; }
.flotante.circulo-top { position:absolute; width:60px; height:60px; background-color:#ffffff; top:-54px; right:10px;  z-index:2; border-radius:50%;}

.flotante.circulo-mas { position:absolute; width:68px; height:68px; background-color:#ffffff; bottom:-34px; right:10px;  z-index:2; border-radius:50%;}

.icon-texto{ position:absolute; width:100%; right:0; left:0; margin-right:auto; margin-left:auto; height:auto;
	 z-index: 6; line-height: auto; font-size: 1.6rem; 
	 padding:10px; border-radius: 4px ; bottom:4rem; }

.modal-dialog.modal-xl {
	width: 100% ;
	height: 100vh;
  }
  
  .modal-content.modal-xl {
	height: 100vh;
	
	border-radius: 0;
  }

  .modal-dialog { 
margin:0 auto!important
  }



  .p-bottom { position: fixed !important; bottom:0; left:0 }
  .logo-bottom{ width:140px; display:block; height:auto;   }

.banner-lateral {
	padding:4rem 2rem;
    width:300px;
	height: 400px;
	position:absolute;
	top:80px;

}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
  }
 
  .fab-button{ position:absolute; top:44vh; width:58px; height:58px; right:10px; z-index:99999999999;  }



/*img
---------------------------------------------------------------------------------------------------- */

.img-section-lateral{
 height: 140px;
}


.cuadro-color{
	height: 180px;
   }

.cuadro-destacado{
	height: 240px;
   }
/* carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg-carousel {
	position:relative; 
	background-color: #000000; width:100%; float:left; 
	z-index: 1; 

	position: relative;
    background-image: url(../images/griferias/bg-amapolann.jpg);
    width: 100%;
    float: left;
    display: block;
    background-repeat: no-repeat;
    background-position: 20% 30%; 
    background-size: cover;
	box-sizing: border-box;
	
	}
		/*.bg-carousel::after {
		content: '';
		background-image: url(../images/bg-slider/miscelanea-slider.png);
		z-index: 2;
		position: absolute;
		top: -47px;
		left: 0;
		width: 100%;
		height: calc(100% + 47px);
		}

	.bg-carousel::before {
			content: '';
			background: linear-gradient(16deg, rgba(0,0,0,0.9139005944174545) 0%, rgba(0,0,0,0) 62%);
			z-index: 3;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height:100%
			} */


		
	.carousel-height { height: 68vh;}

	.carousel-indicators {bottom: 120px;}
	.carousel-indicators li {width: 10px; background-color: #000000;}
	.carousel-indicators li img{border: 1px solid #fff; 
	}

	.slider-txt {
		
		position: absolute;
		top:unset;
		bottom:-14vh;
		z-index: 4;
	}
	
	.slider-txt span.cf-blanco{
		color: #000000 !important;
	}
	#slider-home .carousel-inner .carousel-item img.img-carousel {
	
		object-fit:cover;
		position: relative;
		top:0px;
		right: 50%;
		width: 200%;
		height: 50vh;
		z-index: 1;
		object-position: 50% 50%;

		
	}



		#slider-home .carousel-inner .carousel-item::before {
		content: '';
		/*background: linear-gradient(16deg, rgba(0,0,0,0.9139005944174545) 0%, rgba(0,0,0,0) 62%);*/
		z-index: 3;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 140%;
	    height:44vh
		}

		#slider-home .carousel-inner .carousel-item::after {
			content: '';
			/*background: linear-gradient(338deg, rgba(255,255,255,0) 58%, rgba(20,115,232,0.43771011822697825) 100%);*/
			z-index: 3;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 140%;
			height:44vh
			}



/* tabs
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.nav-tabs {
	display: none;
  }
  

  .nav-tabs .nav-item {
    margin: 2rem 0 !important;
}

.card{
	border:0 !important;
}
  @media (min-width: 768px) {
	.nav-tabs {
	  display: flex;
	  flex-flow: column nowrap;
	}
	.nav-tabs {
	  border-bottom: none;
	  
	}
	.nav-tabs {
	  margin: 0 px;
	  width: 100%;
	}
	.nav-tabs .nav-item + .nav-item {
	  margin: 0.25rem;
	}
	.nav-tabs .nav-link {
	  transition: border-color 0.125s ease-in;
	  white-space: nowrap;
	  text-transform: uppercase;
	  padding:20px ;
	  font-family: 'Lato', sans-serif; font-weight:700; 
	}
	.nav-tabs .nav-link:hover {
	  border-color: transparent;
	  color:#1473E8 !important;
	  
	}
	.nav-tabs .nav-link.active {
	  border-bottom-color: #ddd;
	  border-right-color: #fff;
	  border-bottom-left-radius: 0.25rem;
	  border-top-right-radius: 0;
	  margin-right: -1px;
	  padding:20px ;
	  color:#1473E8 !important;
	  font-family: 'Lato', sans-serif; font-weight:700; 
	  text-transform: uppercase;
	}
	.nav-tabs .nav-link.active:hover {
	  background-color: #fff;
	  border-color: #ddd #fff #ddd #ddd;
	}
  
	/*.card {
	  border: none;
	}*/
  
	.card .card-header {
	  display: none;
	  
	}
  
	.card .collapse {
	  display: block;
	}
  }
  
  @media (max-width: 767px) {
	.tab-pane {
	  display: block !important;
	  opacity: 1;
	  border:0 !important;
	}
  }





/*displays
---------------------------------------------------------------------------------------------------- */
.web { display:none; }
.tablet { display:none;}
.mobileyweb { display:block; }
.mobile { display:block; width:100%; height: auto; float:left;}
.smart { display:none;}
.tabletyweb { display:none;}
.tabletymobile { display:block;}



/* medias
---------------------------------------------------------------------------------------------------- */
@media (min-width:200px){ } 
@media (min-width:240px){ } 
@media (min-width:280px){ } 
@media (min-width:350px){ } 
@media (min-width:450px){ }
@media (min-width:550px){
/*displays
---------------------------------------------------------------------------------------------------- */
.tablet { display:block;}
.tabletyweb { display:block;}
.mobile { display:none;}
.mobileyweb { display:none; }



.full-height-responsive { height: 94vh;}
  

}



@media (min-width:750px){

html { font-size: 62.5%; }

.section-container-web {
	width:calc(100% - 300px);
	float: right;
	position: relative;
}
/*displays
-------------------------------------------------- */
.web { display:block;}
.tablet { display:none;}
.tabletymobile { display:none;}
.mobileyweb { display:block; }	

/* titulos
---------------------------------------------------------------------------------------------------- */
.sub-tit {  font-size:3rem; line-height:2.8rem; }

.txt { font-size:1.2rem; line-height:1.9rem;  }
.txt.txt-up-percase{  font-size:1.4rem; line-height:2rem;  }
.txt-tit{ font-size:1.8rem; line-height:2.4rem;  }
.txt-sub-tit{ font-size:1.8rem; line-height:2.2rem;  }

.article-tit {font-size:1.8rem; line-height:2.2rem;  z-index:999;   }
.article-sub-tit {  font-size:1.6rem; line-height:2.6rem;  }
.article-txt {  font-size:1.6rem; line-height:2.2rem;  }

.destacado-txt {  font-size:1.4rem; line-height:2.4rem;  }

.radius-web { border-radius: 4px; box-sizing:border-box; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; }


/* carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.carousel-indicators {bottom:30px;}
.carousel-indicators li {width: 80px; }
.carousel-indicators li img{border: 1px solid #fff; object-fit: cover; height: 40px;}

.btn-whatsapp { width:220px; height: 46px; line-height: 46px; font-size: 1.6rem;  padding: 0 14px 0 4px; } 

.mensaje { bottom:20vh;  } 


/* carousel
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.carousel-control-next.slider-home, .carousel-control-prev.slider-home {
    position: absolute;
    top: unset !important; 
	bottom: 40% !important;
	z-index: 15;
	
}

.carousel-control-prev, .carousel-control-next {
	z-index: 15;
	
}
.slider-txt {
	position: absolute;
	top:14vh;
	
}

.slider-txt span.cf-blanco{
	color:#ffffff !important;
}

.fab-button{ position:absolute; top:unset;   bottom:60px; width:68px; height:68px; right:30px; z-index:99999999999;  }


.carousel-height { height: 100vh;}

	#slider-home .carousel-inner .carousel-item img.img-carousel {
		object-fit: cover;
		position: relative;
		right: 0;
		width: 100%;
		bottom: 0px;
		height: 100%;
		object-position: 50% 50%;
		z-index: 1;
		height: 100vh;
	}
	
	


		#slider-home .carousel-inner .carousel-item::before {
		content: '';
		background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0) 40%);
		z-index: 2;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height:100%
	
		}
		#slider-home .carousel-inner .carousel-item::after {
			content: '';
	        background: linear-gradient(338deg, rgba(255,255,255,0) 58%, rgba(20,115,232,0.43771011822697825) 80%, rgba(20,115,232,0.8326681014202556) 100%);
			z-index: 2;
			position: absolute;
			bottom: 0;
			left: 0;
			width: 100%;
			height:100%
			}

		.modal-dialog.galeria-modal {
			padding:1rem;

		  }
		.modal-content.galeria-modal {
			padding: 6rem;
			margin-top:0rem;
		  }
		
		


/* bg
---------------------------------------------------------------------------------------------------- */
.bg-verde-img::after{
	top: -50px;
	height:464px;
}
.bg-verde::before{
	width:450px;
	height:450px;

}
.bg-verde-img::before{
	width:450px;
	height:450px;

}

.bg-navidad::before{
	width:450px;
	height:450px;

}

.bg-verde.sub-tit-section::after{

	width: 100%;
	height:70px;


}



.bg-degrade-op-blanco { position:relative;background: none;}

.bg-img-section::after{
	background-position: 100% 0%;
	height: 470px;
	bottom: -30px;
}
.bg-img.secction-form {
	background-image: url(../images/img-salud.jpg);
	background-position: 44% 0%;
	background-size: unset;
}

.bg-section.section-empresa, .bg-section.section-contacto , .bg-section.section-producto {
	height: 10vmax;
}

.bg-section.section-empresa::after, .bg-section.section-contacto::after, .bg-section.section-producto::after   {
	height: 10vmax;
}



.img-secction-mobile {max-height: none;}
.img-section-lateral{
	height:auto;
   }

   .mt-full-height { margin-top: 7rem!important;}
   .mb-full-height { margin-bottom: 16rem!important; }



 .icon.icon-descarga{
	width:54px;height: 54px;
  }

.icon-logo.destacado-img {
		max-width: 240px; height:auto ; }
	

.cuadro-color{
	height: 440px;
   }	
  .cuadro-destacado{
	height: 440px;
   }


}


@media (min-width:1280px){
}

@media (min-width:1440px){ 
/*displays
---------------------------------------------------------------------------------------------------- */
.smart { display:block;}
.container.w-xl { max-width: 1300px !important; padding: 0 5rem !important;}
}

@media (min-width:1920px){ 
	.container.w-xl { max-width: 1728px !important; padding: 0 5rem !important;}
	}


	.container.w-full { max-width: 100vw !important; }









