/*https://css-tricks.com/specifics-on-css-specificity/
******La especifidad le da puntos por cantidad de apariciones primero al id#, despues a la clase., despues al tag,
 o sea id mata a todos despues clase despues tag, a mayor de eso mayor especifidad
https://css-tricks.com/precedence-css-order-css-matters/*/

/*Que ocupen todas las paginas ancho de pantalla*/
main.page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.columns .column.main {
	padding-bottom: 0 !important;
}



.mt-header {
    margin-top: 0 !important;
}



/****HIPOLITO***/
/*@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*/
.cms-splash #spice{
	width: 100% !important;
	height: 100vh !important;
	/*position: relative !important;*/
}

/* Modificaciones en las tipografías 26/07/2023 */
@media (min-width: 1024px){
	div#spice.spice .textobody {
	  font-size: 18px;
	  line-height: 24px;
	}
}

div#spice.spice .textobody {
  font-size: 18px;
  line-height: 24px;
}

@media (min-width: 1024px){
	div#spice.spice .label {
	  font-size: 12px;
	  line-height: 16px;
	  font-weight: unset;
	}
}

div#spice.spice .label {
  font-size: 12px;
  line-height: 16px;
  font-weight: unset;
}

.cms-patient-telemedicine div#spice.spice ol {
	list-style: decimal;
	padding-left: 20px;
}

.cms-patient-telemedicine div#spice.spice ol li {
	padding-left: 10px;
	margin-bottom: 0;
}

#spice .botonera .button,
#spice .titulares .button,
#spice .button {
  text-align: center;
}

#spice .botonera .button {
  border: solid 1px #aacc76;
}

@media (min-width: 1024px){
	#spice .botonera .button {
		border: none;
		border-bottom: solid 2px #aacc76;
		min-width: 300px;
	}
	#spice .botonera .w-full.block {
		margin-bottom: 20px;
	}
}

/** Home pacientes **/
@media (max-width: 540px){
	#spice .home-pacientes.slide {
		background-position-y: 0px !important;
	}
}

/*Le pongo uno mas para que le gane*/
@media (min-width: 1024px) and (max-height: 700px){
	#spice .home-pacientes.slide .contenedor.dg{
    	margin-top: 40px;
    }
}

/** Learning pacientes **/

#spice .rueda-beneficios {
	max-height: none !important;
}

#spice .swiper-wrapper {
	min-height: 300px;
}

#spice .navigation-home {
	position: relative;
	top: 10px !important;
}

@media (max-width: 540px){
	#spice .swiper-slide .texto-slide {
		margin-top: 40px;
	}
	.swiper-wrapper.rueda-cbd {
		margin-left: 70px !important;
	}
}


/****CAMBIOS PARA HACER***/


/*media="screen and (min-width: 768px)"
@media (min-width: 768px), print
.nav-sections {
    margin-bottom: 0px !important;
}
*/

/*

*/



/*
Logo pisa a hamburguer
media="screen and (min-width: 768px)"
a.logo {
	margin: 2px;
a.logo {
    position: relative;
    margin: 2px;
    margin-left: 50px;

    */