/* ENCABEZADO ---------------- */
#home-header-box{
	float: left;
	width: 100%;
	position:relative;
	background-image: url(home-animacion-fondo.jpg);
	background-position:center;
	background-size:cover;
	max-height: 530px;
	overflow: hidden;
	padding: 4rem 1rem 7rem;
	padding: 4rem 0rem 7rem;
}

#home-heder{
	height: inherit;
	display: flex;
	flex-direction:column;
	max-width: 1150px;
	margin: 0 auto;
	width: 100%;
	max-height: inherit;
	min-height: inherit;
} 
#home-header-doctor{
    flex: 0 0 40%;
    background-image: url(home-animacion-doctor.png);
    background-position: left top;
    background-size: auto 100%;
    display: none;
}
#home-header-ecg{
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home-header-ecg-box{
	background-color: #dce2e9;
	text-align: center;
	width: 100%;
	border-radius: 1rem 0;
}

#home-header-ecg-box *{
	margin: 3%;
	width: 94%;
	margin: 3% 0;
	width: 100%;
}


#home-heder-shape{
	display: none;
}

/* fin ENCABEZADO ---------------- */

/* TESTIMONIALES ---------------- */

#home-testimoniales {
    background-color: #c9cbba;
    background-color: #fff;
    padding: 12% 8%;
}

#home-testimoniales-dos{
	float: left;
	width: 100%;
}

#home-testimoniales-dos h2 {
    text-align: center;
    /* font-family: 'Montserrat_EB'; */
    font-size: 1.7rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

#home-testimoniales-uno{
	display: none;
	float: left;
	width: 100%;
}
#home-testimoniales-uno img{
	width: 100%;
}

#home-testimoniales-tres {
    text-align: center;
    float: left;
    width: 100%;
    margin: 1rem 0;
}

#home-testimoniales-tres img{
	width: 75%;
	max-width: 250px;
}

#home-testimoniales-slide{
	display: flex;
	flex-direction: column;
}

.home-testimonailes-cu {
    flex: 0 0 auto;
    margin: 1.5rem 0;
    padding-left: 2rem;
    background-image: url(iconos/quotes.svg);
    background-repeat: no-repeat;
    background-position: left top 0.5rem;
    background-size: 1rem;
}

.home-testimonailes-box p{
	margin-top: 0;
	font-size: 1.1rem;
	line-height: 1.3rem;
}

.home-testimonailes-box span {
    font-family: 'poppinssemibold';
    font-weight: bold;
    color: #064c54;
}

/* fin TESTIMONIALES ---------------- */

/* COPYS ---------------- */

.home-texto{
	float:left;
	width: 100%;
}
#home-texto-a{
	padding-top: 0rem;
	position: relative;
}

#home-texto-a-1{
	background-color: var(--megal-verde-c);	
	padding: 2rem 25%;
}

#home-texto-a-1 h1{
	color: var(--megal-verde-o);
	font-size: 2rem;
	text-align: center;
	margin: 0;
	font-family: poppinsmedium;
}

#home-texto-a-1 span{
	color: #fff;
	font-weight:bold;
	width: 100%;
	display: inline-block;
	font-size: 3.5rem;
	font-family: poppins;
}

#home-texto-a-1 .HR100{
	background-color: #fff;
	height: 6px;
}

#home-texto-a-2{
	padding: 2rem 2rem;
}


#home-texto-a-2 p{
	font-size: 1.4rem;
	text-align: center;
	font-family: poppinsmedium;
}


#home-texto-b{
	background-color: #f6f6f6;
}

#home-texto-b-1{
	padding: 2rem;
	text-align:center;
	background-color: #e7e8de;

}

#home-texto-b-1 h3{
	font-weight: bold;
}

#home-texto-b-2{
	padding: 1rem;
}

#home-texto-b-2 li{
	font-size: 1.1rem;
	line-height: 1.8rem;
}

#home-textos-shape{
	display: none;
}

/* FIN COPYS ---------------- */

.home-caja-producto{
	padding: 2.5rem;
	float: left;
	width: 100%;
	overflow: hidden;
}
.home-caja-producto-cc{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
}
.home-caja-producto-foto{
	flex: 0 0 100%;
	width: 100%;
}
.home-caja-producto-data{
	flex: 0 0 100%;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
}

.home-caja-producto-data h2{
	font-weight: bold;
	margin-bottom: 1rem;
}
.p-precio{
	margin: 0.5rem 0 1.3rem;
	border-bottom: 1px solid var(--bordes);
	width: 100%;
	padding-bottom: 1.3rem;
	font-size: 1rem;
}
.p-precio span{
	float: right;
	font-weight:bold;
}
.p-precio-mas-iva{
	margin: 0;
	font-size: 0.9rem;
}
.home-caja-producto-data .boton{
	margin-top: 2rem;
	width: fit-content;
	padding: 0 2.6rem 0 1.6rem;
	line-height: 2.8rem;
	height: 2.4rem;
	display: block;
	border-radius: 1.2rem;
	background-image: url(iconos/abrir-ventana-wht.svg);
	background-position: right 1rem center;
	background-size: 1rem;
}

#home-caja-producto-medicos{
	position: relative;
}

#home-caja-producto-medicos .CC{
	position: relative;
}

#home-caja-producto-medicos-pagos-dif{
	position:absolute;
	right: 1rem;
	width: 120px;
	height: 76px;
	background-image: url(star.svg);
	background-size:cover;
	display: flex;
	align-items: center;
	padding: 0 2rem;
	text-align: center;
	color:  #fff;
	top: 40%;
	z-index: 17;
}

#home-caja-producto-medicos-shape{
	display:none;
}


#home-caja-producto-residentes{
	background-color: #f7f7f4;
}

#home-caja-producto-residentes-shape{
	position:absolute;
	z-index:0;
	top: 0;
	width: 90%;
	left: -45%;
}

#home-caja-producto-enfermeras{
	background-color: #eaebe4;
}

#home-caja-producto-enfermeras-shape{
	position:absolute;
	z-index:0;
	bottom: 0;
	left: 70%;
	height: 50%;
}

#home-caja-producto-grupos{
	background-color: #e0e1d8;
}

#home-caja-producto-grupos-shape{
	position:absolute;
	z-index:0;
	top: 0;
	left: 70%;
	height: 50%;
}

@media all and (min-width: 640px) {

	#home-header-ecg-box{
		border-radius: 1rem 1rem 0 0;
	}
	
	
	#home-header-ecg-box *{
		margin: 3%;
		width: 94%;
	}
	
	#home-header-box{
		padding: 3rem;
	}

	#home-testimoniales {
	    padding: 12% 25%;
	}

	#home-caja-producto-grupos-shape,#home-caja-producto-enfermeras-shape{
		left: 80%;
		height: 27%;
	}
	
	#home-caja-producto-medicos-pagos-dif{
		right: 15%;
		top: 42%;
		z-index: 51;
	}
	#home-texto-a-1{
		padding: 2rem 35%;
	}
	#home-texto-a-2{
		padding: 2rem 15%;
	}
	#home-texto-b-2{
		padding: 1rem 15%;
	}
	.home-caja-producto{
		padding: 2.5rem 18%;
	}
}

@media all and (min-width: 800px) {
	#home-header-box{
		padding: 5rem;
	}
	#home-testimoniales {
	    padding: 8% 25%;
	}
	#home-caja-producto-enfermeras-shape,#home-caja-producto-grupos-shape{
		left: 90%;
		height: 50%;
	}
	
	#home-caja-producto-residentes-shape{
		width: 90%;
		left: -60%;
	}
	#home-caja-producto-medicos-shape{
		position:absolute;
		left: calc(100% - 4.5rem);
		display:block;
		top: 0;
	}
	#home-caja-producto-medicos-pagos-dif{
		right: 1rem;
		top: 0.7rem;
	}
	.home-caja-producto{
		padding: 2.5rem 0rem;
		
	}

	.home-caja-producto-cc{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.home-caja-producto-foto{
		flex: 0 0 40%;
		width: 40%;
	}

	.home-caja-producto-data{
		flex: 0 0 60%;
		padding: 0 2.5rem;
	}
	
	#home-texto-b-1{
		flex: 0 0 40%;
		display:flex;
		align-items: center;
	}

	#home-texto-b-1 h3{
		font-size: 2.5rem;
		padding: 0 15% 0 1rem;
		text-align:left;
	}

	#home-texto-b-2{
		flex: 0 0 60%;
		padding: 1rem 0;
	}
	
	
	#home-texto-a{
		padding-top: 3rem;
		overflow:hidden;
		overflow-x: hidden;
	}


	#home-textos-shape{
		display: block;
		position:absolute;
		z-index:0;
		right: calc(50% + 228px);
		top: 0;
		height: 100%;
	}

	#home-texto-a .CC, #home-texto-b .CC{
		display: flex;
		z-index:1;
		position:relative;
	}
	#home-texto-a-1{
		padding: 1.5rem;
		flex: 0 0 40%;
		display:flex;
		justify-content:center;
		align-items: flex-end;
	}

	#home-texto-a-2{
		flex: 0 0 60%;
	}

	#home-texto-a-1 h1{
		padding:  0 1rem;
		flex: 0 1 100%;
		font-size: 1.9rem;
		text-align:left;
	}
	#home-texto-a-1 span{
		font-size: 2.8rem;
	}

	#home-texto-a-1 .HR100{
		flex: 0 0 30%;
		margin: 0;
	}
	
	#home-texto-a-2{
		padding: 2rem;
		width: 60%;
		text-align:left;
	}
	#home-texto-a-2 p{
		text-align:left;
	}
}

@media all and (min-width: 1024px) {
	#home-header-box{
		padding: 0rem;
	}
	#home-header-ecg{
	   padding: 2rem 2rem 0 0;
	}

	
	#home-testimoniales-chd{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	
	#home-caja-producto-enfermeras-shape,#home-caja-producto-grupos-shape{
		left: 88%;
		height: 43%;
	}
	#home-caja-producto-medicos-pagos-dif{
		right: 1rem;
		top: 1rem;
	}
	#home-texto-b-1 h3{
		font-size: 3rem;
	}

	#home-texto-b-2{
		padding: 1.5rem 2rem;
	}

	#home-texto-b-2 li{
		font-size: 1.5rem;
		line-height: 2.3rem;
	}	
	
	#home-texto-a-1{
		padding: 2rem;
	}

	#home-texto-a-1 h1{
		padding:  0 1rem;
		font-size: 2.2rem;
		text-align:left;
	}
	#home-texto-a-1 span{
		font-size: 3.5rem;
	}

	#home-texto-a-1 .HR100{
		flex: 0 0 40%;
		margin: 0;
	}
	
	#home-texto-a-2{
		padding: 0 4rem;
		display: flex;
		align-items: center;
	}
	#home-texto-a-2 p{
		text-align:left;
		font-size: 2rem;
	}

	
	/* ENCABEZADO ---------------- */
	#home-heder{
		flex-direction:row;
		position:relative;
	} 
	#home-header-doctor{
	    /* flex: 0 0 40%; */
	    display: block;
	}
	#home-header-ecg{
	    flex: 0 0 60%;
	}

	#home-heder-shape{
		display:block;
		position: absolute;
		bottom: 0;
		left: calc(100% - 5rem);
		height: 40%;
		flex:none;
	}
	
	/* fin ENCABEZADO ---------------- */

	/* TESTIMONIALES ---------------- */
	
	#home-testimoniales-slide {
		display: flex;
		flex-direction: row;
		justify-content: space-around;
	}

	.home-testimonailes-cu {
		flex: 0 0 28%;
		margin: 1.5rem auto;
	}

	#home-testimoniales-dos h2 {
		font-size: 2.8rem;
	}
	#home-testimoniales-uno{
		display: block;
		width: 24%;
	}

	#home-testimoniales-dos{
		float: left;
		width:76%;
	}
	
	#home-testimoniales-tres{
		display: none;
	}

	#home-testimoniales {
		padding: 5% 3% 0;
	}

	/* TESTIMONIALES ---------------- */

}


@media all and (min-width: 1170px) {
	#home-caja-producto-enfermeras-shape,#home-caja-producto-grupos-shape{
		left: 85%;
		height: 50%;
	}
	.home-caja-producto{
		padding: 6rem 0rem;
	}

	#home-caja-producto-residentes-shape{
		height: 100%;
		left: 0;
		top: 0;
		z-index: 0;
		transform: translate(-50%, 0);
		width: auto;
	}
	#home-caja-producto-medicos{
		padding-top: 5rem;
	}
	#home-caja-producto-medicos-shape{
		left: 100%;
		transform: translate(-30%, 0);
		height: 100%;
	}
	#home-caja-producto-medicos-pagos-dif{
		right: 50%;
		transform: translate(500px, 0);
		top: 2.5rem;
	}
	.home-caja-producto-data{
		padding: 0 15% 0 4rem;
	}
	
	.home-caja-producto-data h2{
		font-weight: bold;
		margin-bottom: 1.2rem;
		font-size: 2.5rem;
	}
	.p-precio{
		margin: 0.5rem 0 1.2rem;
		padding-bottom: 1.2rem;
		font-size: 1.2rem;
	}
}

@media all and (min-width: 1400px) {
	#home-caja-producto-enfermeras-shape,#home-caja-producto-grupos-shape{
		left: 70%;
		height: 30%;
		/* top: 0; */
	}


	
	#home-caja-producto-medicos-shape{
		left: 100%;
		transform: translate(-40%, 0);
		height: 100%;
		top: 0;
	}

	#home-caja-producto-residentes-shape{
		height: 100%;
		left: 0;
		transform: translate(-70%, 0);
		top: 0;
	}
	
}

