.float-left {
    float: left;
    margin-right: 20px;
	width: auto;
}
.info-titulo.desplegable-titulo h3{
	max-width: 90%;
}

.blog-slider h3 a {
    color: #134547;
}

p.error {
    color: red !important;
}

.card-precio .card-contenido .texto p strong u {
    color: #B88F1F;
	font-size: 1.3em;
}

.card-precio .card-contenido .texto ul li {
	font-size: 0.9em;
}

.peq{
	font-size: 0.8em;
	width: 80%;
    text-align: justify;
}

.gracias-texto ul {
    list-style-type: none;
    margin: 10px 0 0 0;
    text-align: center;
}

form .lottie--content.lottie-check-input{
	height: 32px !important;
	width: 32px !important;
}

.actionsubmit .lottie--content {
    width: 32px;
    height: 32px;
}

h4 a.enlace{
    color: #000;
    text-decoration: underline;
}

.form-input.input-normal.input-error {
    border-width: 2px;
}

form .input-politicas.input-failed label:before {
    border-width: 2px;
}

section.wat-section.resultados-section{
    .resultados-section--content{
        .btn-content-home{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
            .btn-primary{
               max-width: 326px;
			   min-width: 315px;
			   height: 60px;
            }
        }
    }
}

section.wat-section.testimonios-section{
    .main-wrapper{
        .btn-content-home{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
			margin-bottom: 50px;
            .btn-primary{
               max-width: 326px;
			   min-width: 315px;
			   height: 60px;
            }
        }
    }
}

section.wat-section.testimonios-section{
    .main-wrapper{
        .btn-content-home{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
			margin-bottom: 50px;
            .btn-primary{
               max-width: 326px;
			   min-width: 315px;
			   height: 60px;
            }
        }
    }
}

/*Ebook*/
section.wat-section.ebook-popup-section .ebook-popup-section--content.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: .5s ease;
}

section.wat-section.ebook-popup-section .ebook-popup-section--content {
    padding: 0 10px;
    border-radius: 20px 20px 0 0;
    background-color: #FFFFFF;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100svh);
    transition: .5s ease;
}

section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo p {
    max-width: 320px;
	text-align: center;
}

section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo p span{
    color: #06CFB0;
}

section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo .btn-cerrar {
    cursor: pointer;
}

section.wat-section.premios-section .premios-section--content.margen-top {
 margin-top: 60px;
}

form .input-textarea label {
    transition: .3s ease;
    font-size: 14px;
    line-height: 21px;
    font-weight: 300;
    transform: translateY(-50%);
    z-index: 1;
}

@media only screen and (min-width: 500px) {
    section.wat-section.ebook-popup-section .ebook-popup-section--content {
        max-width: 406px;
        padding: 0 26px;
        left: 10%;
        right: 5vw;
    }
}

@media only screen and (min-width: 644px) {
    section.wat-section.ebook-popup-section .ebook-popup-section--content {
    	left: 15%;
    }
}

@media only screen and (min-width: 700px) {
    section.wat-section.ebook-popup-section .ebook-popup-section--content {
    	left: 20%;
    }
}

@media only screen and (min-width: 875px) {
    section.wat-section.ebook-popup-section .ebook-popup-section--content {
    	left: 25%;
    }
}

@media only screen and (min-width: 1024px) {
    section.wat-section.ebook-popup-section .ebook-popup-section--content {
    	left: 30%;
    }
    section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo {
        align-items: start;
    }
    section.wat-section.ebook-popup-section .ebook-popup-section--content .form-estudio .form-titulo p {
        margin-top: 20px;
    }
	section.wat-section.info-precios-section .info-precios-section--content .info-precios-contenido.cards .card-precio .card-precio--content .card-container {
		height: 880px;
	}
	section.wat-section.pages-section .pages-section--content .pages form .paso.paso-3 .page--content .input-normal {
        width: calc(50% - 8px);
    }
}