html{
    overflow-x: hidden;
	scroll-padding-top: 8.4rem;
}

body{
	font-family: 'Baloo Thambi 2';
}

.bg-valida{
	background-image:url("../img/fondos/tele.png");
	background-position: center;
    background-repeat: no-repeat;
    background-size: auto 60%;
}

.bg-funciona{
	background-image:url("../img/fondos/celular.png");
	background-position: right;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.bg-amarillo{
	background-color: #fec110;
}

.bg-verde{
	background-color:#39b247;
}

.bg-opiniones{
	background-color:#f1f1f1;
}

.text-amarillo{
	color: #fec110;
}

.nav-logo{
	width:12rem;
	transition: width 0.3s ease, height 0.3s ease;
}

.nav-item{
	font-size: 1.25em;
}

.nav-link{
	color:#000;
}

.nav-link:hover{
	color:#000;
}

.nav-link.active {
	background-color: white;
    border-radius: 25px;
    color: #000 !important;
}

.nav-scroll .nav-link{
	color:#fff;
}

.navbar-gracias{
	background-color:rgba(0,0,0,0.75);
	color:#fff;
}

.navbar-gracias .nav-link{
	color:#fff;
}



.fondo-gracias{
	margin-top:5rem;
}

#inicio{
	background-image:url("../img/fondos/portada.jpg");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#captiop-inicio{
	padding-top:8rem;
}

.box-inicio-right{
	padding-left: 8rem;
}

.title-inicio{
	font-size: 1.5rem;
    font-weight: 400;
}

.title-inicio-bold{
	font-size: 5rem;
    font-weight: bold;
	line-height: 0.9;
}

.title-inicio-bold2{
	font-size: 3rem;
    font-weight: bold;
}

.btn-inicio{
	background-color: #000;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
	border:0;
    border-radius: 40px;
}

.redes-inicio{
	width:3rem;
}

.link-redes{
	text-decoration:none;
}

.btn-validar{
	background-color: #fdc114;
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    border-radius: 40px;
}

.text-section{
	font-size: 1.25rem;
    font-weight: 400;
	line-height: 1;
}

.text-section-bold{
	font-size: 1.5rem;
    font-weight: bold;
	line-height: 1;
}

.text-porcen-valida{
	font-size: 7rem;
    font-weight: bold;
    color: #fec110;
	line-height: 0.9;
}

.title-section{
	font-size: 2.5rem;
    font-weight: bold;
	line-height: 1;
}

.title-section2{
	font-size: 3rem;
    font-weight: bold;
	line-height: 1;
}

.subtitle-section{
	font-size: 2rem;
    font-weight: bold;
	line-height: 1;
}

.list-solucion {
	list-style: none; /* quitamos viñetas por defecto */
	padding: 0;
	margin: 0;
}

.list-solucion li {
	display: flex;               /* usamos flexbox */
	align-items: center;         /* centra verticalmente la imagen */
	gap: 1rem;                   /* separación entre imagen y texto */
	margin-bottom: 10px;
	line-height: 1.3;
}

.list-solucion li img {
	width: 2rem;   /* ajusta tamaño de la viñeta */
	height: auto;
	flex-shrink: 0; /* evita que la imagen se deforme si el texto es largo */
}

.list-funciona {
  list-style: none; /* quitamos la numeración normal */
  padding: 0;
  margin: 0;
}

.list-funciona li {
  display: flex;
  align-items: flex-start; /* número arriba alineado con texto */
  margin-bottom: 20px;
}

.list-funciona li .numero {
  font-size: 2rem;
  font-weight: bold;
  color: #FFD000; /* amarillo */
  margin-right: 10px;
  line-height: 1; /* que no quede desalineado */
}

.list-funciona li p {
  margin: 0;
}

.carita1{
	position: absolute;
    width: 5rem;
    left: 6rem;
    top: 3rem;
}

.carita2{
	position: absolute;
    width: 5rem;
    right: 5rem;
    top: 6rem;
}

.subtitle-solucion{
	font-size: 1.75rem;
    font-weight: 400;
	line-height: 1.25;
}

.title-nosotros{
	font-size: 4rem;
    font-weight: bold;
	line-height: 1;
}

.title-nosotros-bold{
	font-size: 4.5rem;
	font-weight: bold;
	line-height: 1;
}

.arrow-slide {
	width: 3rem;
}

.carousel-indicators [data-bs-target] {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #eec031;
}

.indi-reviews {
    bottom: -4.5em;
}

.border-negro{
	border:2px solid #000;
	border-radius: 10px;
}

.text-inversion{
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
}

.number-inversion{
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
}

.icon-whats{
	width:35%;
}

.redes-footer{
	width:6rem;
}

.link-footer,.link-footer:hover,.link-footer:focus,.link-footer:active{
	color:#fff;
	text-decoration:none;
}

.text-footer{
	color:#fff;
	font-size:1rem;
	font-weight:400;
	text-decoration:none
}

.tema-footer{
	color:#fff;
	font-size:0.8rem;
	font-weight:400;
	text-decoration:none
}

.text-footer:hover,.text-footer:focus,.text-footer:active,
.tema-footer:hover,.tema-footer:focus,.tema-footer:active{
	color:#fff;
	text-decoration:none
}

.text-footer > small{
	font-weight:300;
}
.text-footer > span{
	font-weight:600;
}

.push{
	cursor:pointer;
}

#whatsapp {
	position: fixed;
    top: 18rem;
    right: 0.5rem;
    width: 5rem;
    z-index: 1001;
}

.btn-contacto,.btn-contacto-n{
	font-size: 2.5em;
    font-weight: 900;
    background-color: #eec031;
    color: #000!important;
	padding: 0.1em 1.5em;
	border:0;
	border-radius:unset;
}

.btn-contacto:hover, .btn-contacto:active, .btn-contacto:focus{
	background-color: #eec031;
    color: #000!important;
}

.form-group > .error {
    color: #eec031;
}

.error-radio
{
	color: #eec031;
}

.text-gracias{
	font-size: 2.5rem;
    font-weight: 400;
	line-height: 1.25;
}

.elemento{
	opacity:0;
}

.has-youtube .fancybox__content{
    width: 100%!important;
    height: 100%!important;
}
@media (max-width: 1399.98px) {	
	.carita1 {
		left: 3rem;
	}
	
	.carita2 {
		right: 2rem;
	}
}

@media (max-width: 1300px) {	
	.title-inicio-bold {
		font-size: 4rem;
	}
	.title-inicio-bold2,.btn-inicio {
		font-size: 2.5rem;
	}
	.title-inicio {
		font-size: 1.25rem;
	}
	
	.text-section-bold {
		font-size: 1.5rem;
	}
	.text-porcen-valida {
		font-size: 7rem;
	}
	.text-section {
		font-size: 1.25rem;
	}
	.title-nosotros-bold {
		font-size: 4rem;
	}
}

@media (max-width: 1199.98px) {
	.nav-item {
		font-size: 1em;
	}
	.title-inicio-bold {
		font-size: 3rem;
	}
	.title-inicio-bold2,.btn-inicio {
		font-size: 2rem;
	}
	.title-inicio {
		font-size: 1rem;
	}
	
	.text-section-bold {
		font-size: 1rem;
	}
	.text-porcen-valida {
		font-size: 6rem;
	}
	.text-section {
		font-size: 1rem;
	}
	.title-nosotros-bold {
		font-size: 3rem;
	}
	.bg-valida {
		background-size: auto 65%;
	}
	.carita1 {
		left: 1rem;
	}
	.title-nosotros {
		font-size: 2.75rem;
	}
	#whatsapp{
		top: 15em;
		width: 5em;
	}
}

@media (max-width: 991.98px) {
	.navbar-nav{
		background-color: #000;
		opacity: 0.75;
	}
	.navbar-gracias .navbar-nav{
		background-color: transparent;
		opacity: 1;
	}
	.nav-scroll .navbar-nav{
		background-color: transparent;
	}
	.nav-link{
		color:#fff;
	}

	.nav-link:hover{
		color:#fff;
	}

	.nav-link.active {
		background-color: white;
		border-radius: 0;
		color: #000 !important;
	}
	.nav-logo {
		width: 10rem;
	}
	#captiop-inicio {
		padding-top: 6rem;
	}
	.title-inicio {
        font-size: 1.5rem;
    }
	.title-inicio-bold {
        font-size: 4.5rem;
    }
	.title-inicio-bold2, .btn-inicio {
        font-size: 2.5rem;
    }
	.box-inicio-right {
		padding-left: 0rem;
	}
	.bg-valida {
		background-image: none
	}
	.btn-validar {
		font-size: 1.25rem;
	}
	.subtitle-solucion {
		font-size: 1.5rem;
	}
	.bg-funciona {
		background-position: bottom right;
		background-size: auto 70%;
	}
	.title-nosotros-bold {
        font-size: 2.5rem;
    }
	.icon-whats {
		width: 50%;
	}
	.text-gracias{
		font-size: 1.5rem;
	}
}

@media (max-width: 767.98px) {
	.title-inicio {
        font-size: 1rem;
    }
	.title-inicio-bold {
        font-size: 3rem;
    }
	.title-inicio-bold2, .btn-inicio {
        font-size: 1.5rem;
    }
	.nav-logo {
        width: 8rem;
    }
	.subtitle-solucion {
        font-size: 1.25rem;
    }
	.title-section
	{
		font-size: 2rem;
	}
	.bg-funciona {
		background-image: none;
	}
	.title-section2 {
		font-size: 2.5rem;
	}
	.title-section {
        font-size: 1.5rem;
    }
	.icon-whats {
        width: 25%;
    }
	.arrow-slide {
		width: 1rem;
	}
	.carousel-control-next {
		right: 0rem;
	}
	.carousel-control-prev {
		left: 0rem;
	}
	#whatsapp{
		top: 6em;
		width: 3em;
	}
}

@media (max-width: 575.98px) {
	.text-section {
		font-size: 1.25rem;
	}
	.text-section-bold {
		font-size: 1.25rem;
	}
	.nav-logo {
		width: 6rem;
	}
	#captiop-inicio {
		padding-top: 4rem;
	}
	.title-inicio {
        font-size: 0.8rem;
    }
	.title-inicio-bold {
        font-size: 1.5rem;
    }
	.title-inicio-bold2, .btn-inicio {
        font-size: 1rem;
    }
	.redes-inicio {
		width: 2rem;
	}
	.text-porcen-valida {
        font-size: 4rem;
    }
	.btn-validar {
		font-size: 1rem;
	}
	.carita1,.carita2 {
		width: 3rem;
	}
	.carita2 {
        right: 1rem;
        top: 4rem;
    }
	.carita1 {
		top: 2rem;
	}
	.title-nosotros-bold {
		font-size: 2.25rem;
	}
	.content-whats .title-nosotros-bold {
		font-size: 3rem;
	}
	.title-nosotros {
		font-size: 2rem;
	}
	.carousel-indicators [data-bs-target] {
		width: 5px;
		height: 5px;
	}
	.title-section2 {
        font-size: 2.25rem;
    }
	.title-section {
        font-size: 1.25rem;
    }
	.divertido .title-section {
        font-size: 2rem;
    }
	.number-inversion
	{
		font-size: 3rem;
	}
	.redes-footer
	{
		width: 3.5rem;
	}
	#whatsapp{
		top: 7em;
		width: 3em;
	}
	.content-whats .text-section {
		font-size: 1.75rem;
	}
	.bonus .text-section {
		font-size: 1.75rem;
	}
	
	.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content {
		width: 960px!important;
		height: 540px!important;
	}
	
	#problema .title-section,#solucion .title-section {
        font-size: 2rem;
    }
}

@media (max-width: 400px) {
	#problema .title-section,#solucion .title-section {
        font-size: 1.5rem;
    }
	.carita2 {
        right: 1rem;
        top: 3.75rem;
    }
}

@media (max-width: 360px) {
	
}
