/*
Theme Name: Hello Elementor Child
Description: Tema hijo Hello Elementor
Author: Digital Group
Template: hello-elementor
Version: 1.0
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap');


/* Página genérica */

.generica {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow: hidden;
}
.generica .screen-reader-response {
    display: none;
}

.generica h1, .generica h2, .generica h3, .generica h4, .generica h5, .generica h6 {
    margin-block-start: 0;
    margin-block-end: 0;
}

.generica .contenedor {
    width: 100%;
    margin: auto;
    padding: 20px;
}

.generica .anchogeneral {
    width: 100%;
    max-width: 1568px;
    margin: auto;
    padding: 20px;
}

.generica .hero-logo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-top: 43px;
    padding-bottom: 47px;
}

.generica .hero-logo .logo {
    max-width: 300px;
}

.generica .generica .hero-logo .logo {
    display: flex;
    align-items: center;
    justify-content: left;
}

.generica .hero-logo .boton {
    display: flex;
    align-items: center;
    justify-content: right;
}

.generica .hero-logo .botoncontacto {
    border-radius: 6.585px;
    background: #0F1CF3;
    box-shadow: 0px 3.293px 6.585px 0px rgba(136, 144, 194, 0.20), 0px 8.232px 24.695px 0px rgba(37, 44, 97, 0.15);
    display: flex;
    padding: 15px 52.683px;
    justify-content: center;
    align-items: center;
    gap: 16.463px;
    color: #FFF;
    font-family: Lato;
    font-size: 23.049px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}


/* Hero Section */
.generica .hero-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4%;
    padding-bottom: 86px;
    position: relative;
}

.generica .hero-section::after {
    content: "";
    position: absolute;
    width: 207px;
    height: 307px;
    background-image: url(./images/Union.png);
    background-size: 207px auto;
    background-repeat: no-repeat;
    top: 20px;
    left: 200px;
    z-index: -2;
}

.generica .hero-section .imagen {
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
    border-radius: 20px;
}

.generica .hero-section .contboton {
    display: block;
}

.generica .hero-section .btn-cta {
    border-radius: 6.585px;
    background: #F3BE0F;
    box-shadow: 0px 3.293px 6.585px 0px rgba(136, 144, 194, 0.20), 0px 8.232px 24.695px 0px rgba(37, 44, 97, 0.15);
    display: inline-flex;
    padding: 15px 52.683px;
    justify-content: center;
    align-items: center;
    color: #171717;
    font-family: Lato;
    font-size: 23.049px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 23.049px */
    margin-top: 45px;
}

.generica .hero-section h1 {
    color: #1B1B1B;
    font-family: 'Inter';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 36px;
    padding-top: 28px;
}

.generica .hero-section h1 strong {
    color: #7C408E;
}

.generica .hero-section .textsub {
    position: relative;
    float: right;
    right: -17%;
}

.generica .hero-section .textocolor {
    position: relative;
    color: #FFF;
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: linear-gradient(to right, #7C408E, #AB59C3);
    color: white;
    padding: 8px 20px;
    border-radius: 9px;
    display: inline;
    line-height: 1.5;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

/* Beneficios */
.generica .benefits-overview {
    position: relative;
    padding: 22px;
    margin-bottom: 97px;
}

.generica .benefits-overview::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background-image: url(./images/mariposa.png);
    background-size: 450px auto;
    background-repeat: no-repeat;
    top: -300px;
    left: -230px;
    z-index: -2;
}

.generica .benefits-overview .fondobeneficios {
    position: absolute;
    top: 0;
    left: 20px;
    width: 84%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    border-radius: 20px;
}

.generica .beneficios {
    display: flex;
    flex-direction: column;
    gap: 22px;
    position: relative;
    z-index: 1;
}

.generica .benefit {
    display: flex;
    align-items: center;
    padding: 10px 33px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 20.7px 0px rgba(0, 0, 0, 0.25);
    width: calc(100% + 2000px);
    max-width: none;
    position: relative;
}

.generica .benefit.primero {
    right: -43%;
    margin-top: 10px;
}

.generica .benefit.segundo {
    right: -48%;
}

.generica .benefit.tercero {
    right: -53%;
    margin-bottom: 10px;
}

.generica .icono {
    margin-right: 20px;
    flex-shrink: 0;
}

.generica .icon-text h2 {
    color: #009F92;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 0.9;
    padding-bottom: 0;
    margin-bottom: 4px;
	text-transform: none;
}

.generica .icon-text {
    max-width: 660px;
}

.generica .icon-text p {
    color: #1B1B1B;
    font-family: 'Inter';
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

}

.generica .benefits-overview::before {
    content: "";
    position: relative;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    /* Extiende el fondo hasta el borde derecho del navegador */
    background-image: inherit;
    /* Usa la misma imagen de fondo */
    background-size: cover;
    background-position: center;
    z-index: -1;
    /* Detrás del contenido */
}

/* zona video fondo */
.generica .investment-section {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 120px 0;
}

.generica .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Asegura que el video cubra todo el contenedor sin distorsión */
    transform: translate(-50%, -50%);
    z-index: -1;
    /* Coloca el video detrás del contenido */
}

.generica .investment-section h3 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    display: block;
    padding-bottom: 5px;
	text-transform: none;
}

.generica .investment-section h3 strong {
    font-weight: 700;
}

.generica .investment-section .meses {
    color: #FFF;
    font-family: 'Inter';
    font-size: 96px;
    font-style: normal;
    font-weight: 700;
    line-height: 96.019%;
    display: block;
    padding-bottom: 4px;
}

.generica .investment-section .inv-block {
    position: relative;
    z-index: 1;
    color: white;
    padding: 32px 38px;
    border-radius: 24px;
    background: linear-gradient(94deg, rgba(124, 64, 142, 0.81) 3.42%, rgba(124, 64, 142, 0.00) 95.41%), linear-gradient(90deg, rgba(217, 217, 217, 0.20) 0%, rgba(255, 255, 255, 0.20) 100%);
    box-shadow: 0px 4px 6.3px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6.449999809265137px);
    max-width: 1000px;
    width: 100%;
    margin: auto;
}

.generica .investment-section .inv {
    display: grid;
    grid-template-columns: 65% auto;
    gap: 20px;
    align-items: end;
}

.generica .investment-section .textmin {
    color: #FFF;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 102.948%;
}

.generica .investment-section .inv-der .btn-inform {
    border-radius: 8.394px;
    background: #F3BE0F;
    box-shadow: 0px 4.197px 8.394px 0px rgba(136, 144, 194, 0.20), 0px 10.492px 31.477px 0px rgba(37, 44, 97, 0.15);
    display: inline-flex;
    padding: 19.119px 67.151px;
    justify-content: center;
    align-items: center;
    color: #171717;
    font-family: Lato;
    font-size: 29.378px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    float: right;
}


/* Details Section */
.generica .details-section {
    width: 100%;
    max-width: 1524px;
    margin: auto;
    padding: 0 20px;
}

.generica .details-grid-inicio {
    display: grid;
    grid-template-columns: 320px 320px auto;
    gap: 60px;
    min-height: 280px;
    margin-bottom: 41px;
}

.generica .details-grid-final {
    display: grid;
    grid-template-columns: 320px 320px 320px;
    gap: 60px;
    min-height: 280px;
    width: 100%;
    max-width: 1067px;
    margin: auto;
    margin-bottom: 100px;
    position: relative;
}

.generica .details-grid-final::after {
    content: "";
    position: absolute;
    width: 445px;
    height: 445px;
    background-image: url(./images/elipse.png);
    background-size: 343px auto;
    background-repeat: no-repeat;
    top: 110px;
    left: -31%;
    z-index: -2;
}

.generica .detail-item {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #009F92;
    background: #FFF;
    padding: 32px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.generica .detail-item h3 {
color: #000;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 0;
    max-width: 250px;
    margin-bottom: 20px;
    text-transform: none;
}

.generica .detail-item .sublinea {
    display: block;
    width: 132px;
    height: 5px;
    flex-shrink: 0;
    background: rgba(124, 64, 142, 0.44);
    margin-bottom: 25px;
}

.generica .details-grid-final .detail-item-image {
    background-size: cover;
}

.generica .detail-item .text-details {
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 250px;
}

.generica .detail-item-image {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #009F92;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #edf1f3;

}

.generica .detail-item-texto {
    max-width: 530px;
    display: flex;
    align-items: flex-end;
    height: 100%;
    padding: 15px;
    position: relative;
}

.generica .detail-item-texto::after {
    content: "";
    position: absolute;
    width: 207px;
    height: 307px;
    background-image: url(./images/Union.png);
    background-size: 207px auto;
    background-repeat: no-repeat;
    top: -20px;
    left: 340px;
    z-index: -2;
}

.generica .detail-item-texto h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 15px;
	text-transform: none;
}

.generica .detail-item-texto h2 strong {
    color: #7C408E;
}

.generica .btn-franchise {
    display: inline-flex;
    padding: 15px 52.683px;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    color: #171717;
    font-family: Lato;
    font-size: 23.049px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border-radius: 6.585px;
    background: #F3BE0F;
    box-shadow: 0px 3.293px 6.585px 0px rgba(136, 144, 194, 0.20), 0px 8.232px 24.695px 0px rgba(37, 44, 97, 0.15);
}

.generica .detail-item-texto .text-details-min {
    color: #2E2E2E;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    max-width: 416px;
}



/* Pricing Section */
.generica .benefits-summary {
    display: grid;
    grid-template-columns: 530px auto;
    gap: 10px;
    width: 100%;
    max-width: 1524px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 105px;
}

.generica .benefits-summary .pricing {
    padding-bottom: 30px;
}

.generica .benefits-summary .pricing p {
    color: #000;
    font-family: 'Inter';
    font-size: 48px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5;
    padding-bottom: 17px;
}

.generica .benefits-summary .pricing p span {
    color: #7C408E;
    font-size: 96px;
    font-weight: 700;
    line-height: 110.778%;
}

.generica .benefits-summary .pricing p strong {
    color: #000;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 110.778%;
}

.generica .benefits-summary .puntos {
    position: relative;
}

.generica .benefits-summary .puntos .bloqueben {
    display: inline-block;
    position: relative;

}

.generica .benefits-summary .puntos .bloqueben .item-ben {
    display: inline-block;
    position: relative;
}

.generica .benefits-summary .puntos .bloqueben.primero .item-ben {
    max-width: 277px;
}

.generica .benefits-summary .puntos .bloqueben.primero {
    text-align: center;
    padding-bottom: 45px;
    width: 100%;
}

.generica .benefits-summary .puntos .bloqueben.primero::after {
    content: "";
    position: absolute;
    width: 650px;
    height: 650px;
    background-image: url(./images/mariposa.png);
    background-size: 600px auto;
    background-repeat: no-repeat;
    top: -70px;
    left: 50%;
    z-index: -2;
}

.generica .benefits-summary .puntos .bloqueben .item-ben .circulo {
    width: 33px;
    height: 33px;
    background-image: url('./images/circulo.png');
    /* Ruta de tu imagen */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: -60px;
    top: 20px;
}

.generica .benefits-summary .puntos .bloqueben.segundo {
    text-align: left;
    width: 55%;
    padding-right: 2%;
    padding-left: 7%;
    position: relative;
    padding-top: 95px;
}


.generica .benefits-summary .puntos .bloqueben.tercero {
    text-align: right;
    width: 44%;
    padding-left: 6%;
    position: relative;
    top: -70px;
    left: 20px;
}

.generica .benefits-summary .puntos h4 {
    color: #000;
    text-align: right;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    padding-bottom: 4px;
	text-transform: none;
}

.generica .benefits-summary .puntos .textobenef {
    color: #000;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-align: right;
    display: inline-block;
}


/* Guarantee Section */
.generica .guarantee-section {
    display: grid;
    grid-template-columns: 35% auto;
    gap: 5%;
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 135px;
    min-height: 370px;
}

.generica .guarantee-section .garantia-image {
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.generica .guarantee-section .garantia-text h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 5px;
	text-transform: none;
}

.generica .guarantee-section .garantia-text h2 strong {
    color: #009F92;
}

.generica .guarantee-section .garantia-text .textgar {
    color: #000;
    font-family: 'Inter';
    font-size: 22px;
    font-style: normal;
    font-weight: 300;
    line-height: 126.802%;
}

.generica .guarantee-section .garantia-text {
    display: flex;
    align-items: center;
}


/* Contact Section */
.generica .zonapie {
    background: linear-gradient(180deg, #7C408E 0%, #653274 100%);
    width: 100%;
    position: relative;
}

.generica .contact-section {
    display: grid;
    grid-template-columns: 40% auto;
    gap: 5%;
    width: 100%;
    max-width: 1350px;
    margin: auto;
    padding: 0 20px;
    padding-bottom: 60px;
}

.generica .contact-section .contact-text {
    display: flex;
    align-items: center;
    padding: 40px 0;
    position: relative;
}


.generica .contact-section .contact-text h5 {
    color: #FFF;
    font-family: 'Inter';
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: none;
}

.generica .contact-section .contact-text .textos-lineas {
    position: relative;
}

.generica .contact-section .contact-text .ancho-contact-text {
    max-width: 100%;
}

.generica .contact-section .contact-text .primeralinea {
    padding-bottom: 10px;
}

.generica .contact-section .contact-text .highlight-bg {
    color: #009F92;
    font-family: 'Inter';
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    background: #fff;
    padding: 0 20px;
    margin-bottom: 6px;
    border-radius: 9px;
    display: inline-block;
    position: relative;
    left: -50vw;
    padding-left: 50vw;
    white-space: nowrap;
}

.generica .contact-section .contact-text .textcontact-min {
    color: #FFF;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    padding-top: 30px;
    display: block;
}

.generica .contact-section .contact-form {
    position: relative;
}

.generica .contact-section .contact-form .cajaform {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 4px 22.6px 0px rgba(0, 0, 0, 0.25);
    padding: 60px 40px 40px 40px;
    display: inline-block;
    max-width: 700px;
    width: 100%;
    position: relative;
    top: -72px;
}

.generica .contact-section .contact-form .cajaform label {
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 8px;
    display: block;
    display: inline-block;
    margin-bottom: 0;
    width: 100%;
    margin-bottom: 3px;
}

.generica .contact-section .contact-form .cajaform p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%;
    padding-bottom: 4px;
}

.generica .contact-section .contact-form .cajaform input, .generica .contact-section .contact-form .cajaform textarea, .generica .contact-section .contact-form .cajaform select {
    border-radius: 5px;
    border: 1px solid #7C408E;
    background: #F5F5F5;
    height: 55px;
    width: 100%;
    margin-bottom: 7px;
    color: #000;
    font-family: 'Inter';
    font-size: 18px;
    font-weight: 300;
}

.generica .contact-section .contact-form .cajaform textarea {
    height: 84px;
}

.generica .contact-section .contact-form .cajaform .wpcf7-not-valid-tip {
    color: #dc3232;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 300;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
    border-radius: 9px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 300;
}

.generica .contact-section .contact-form .cajaform [type=submit] {
    border-radius: 6.585px;
    background: #F3BE0F;
    box-shadow: 0px 3.293px 6.585px 0px rgba(136, 144, 194, 0.20), 0px 8.232px 24.695px 0px rgba(37, 44, 97, 0.15);
    display: block;
    width: 100%;
    max-width: 322px;
    color: #000;
    font-family: Lato;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    border: 0px;
    margin: auto;
    margin-top: 7px;
	margin-bottom: 24px;
    padding: 0;
}

.generica .contact-section .contact-form .cajaform .form-min {
    color: #000;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-top: 14px;
    display: block;
}

.generica .contact-section .contact-form .cajaform .form-min a {
    color: #000;
    text-decoration: underline;
}

/* CPT Franquicia */
.franquicia .hero-franquicia {
    margin-bottom: 72px;
}

.franquicia .hero-section {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 454px;
}

.franquicia .hero-section {
    grid-template-columns: 1fr;
    padding: 0 8%;
    display: flex;
    align-items: center;
}

.franquicia .hero-section h1 {
	color: #FFF;
    font-family: 'Inter';
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    max-width: 1065px;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 20px;
}
.franquicia .hero-section p {
    color: #fff;
    font-size: 25px;
	margin-bottom: 25px;
}
.franquicia .hero-section h1 strong {
    color: #FFF;
    font-family: 'Inter';
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.franquicia .hero-section .btn-cta {
    margin-top: 0;
}

.franquicia .garantizado {
    width: 100%;
    max-width: 1509px;
    margin: auto;
    padding: 20px;
    text-align: center;
}

.franquicia .garantizado .textogar .titlesection {
    color: #000;
    font-family: 'Inter';
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 678px;
    margin: auto;
    display: block;
    padding-bottom: 15px;
    text-transform: none;
}

.franquicia .garantizado .textogar .titlesection strong {
    color: #F3BE0F;
    text-align: center;
    font-family: 'Inter';
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.franquicia .garantizado .textogar .textomingar {
    color: #8F8F8F;
    text-align: center;
    font-family: 'Inter';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    max-width: 883px;
    margin: auto;
    display: block;
    padding-bottom: 85px;
}

.franquicia .garantizado .beneficiosgar {
    display: inline-grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4%;
    width: 100%;
    position: relative;
}

.franquicia .garantizado .beneficiosgar::after {
    content: "";
    position: absolute;
    width: 207px;
    height: 307px;
    background-image: url(./images/Union.png);
    background-size: 207px auto;
    background-repeat: no-repeat;
    top: 100px;
    left: 270px;
    z-index: -2;
}

.franquicia .garantizado .benefgar {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 4%;
    text-align: left;
}


.franquicia .garantizado .textgar .titlegar {
    color: #009F92;
    font-family: 'Inter';
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-bottom: 7px;
    text-transform: none;
}

.franquicia .garantizado .textgar .textnormalgar {
    color: #232323;
    font-family: 'Inter';
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.franquicia .garantizado .zonaboton {
    position: relative;
    margin-top: 89px;
    margin-bottom: 116px;
}

.franquicia .garantizado .zonaboton .btn-cta {
    position: relative;
    display: inline-flex;
    padding: 25px 80px;
    justify-content: center;
    align-items: center;
    border-radius: 11.022px;
    background: #F3BE0F;
    box-shadow: 0px 5.511px 11.022px 0px rgba(136, 144, 194, 0.20), 0px 13.778px 41.334px 0px rgba(37, 44, 97, 0.15);
    color: #171717;
    font-family: Lato;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}

.franquicia .garantizado .zonaboton .flechaizq {
    position: absolute;
    top: 25px;
    right: -690px;
}

.franquicia .benefits-overview::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    background-image: none;
}

.franquicia .benefits-overview {
    margin-bottom: 100px;
}

.franquicia .clientes {
    width: 100%;
    text-align: center;
}

.franquicia .clientes h2 {
    color: #000;
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    width: 100%;
    max-width: 1270px;
    margin: auto;
    margin-bottom: 40px;
    padding: 0 20px;
    text-transform: none;
}

.franquicia .clientes h2 strong {
    color: #7C408E;
}

.franquicia .clientes .logos {
	display: flex;
    width: 100%;
    padding-bottom: 150px;
    max-width: 1700px;
    margin: auto;
    text-align: center;
    gap: 25px;
    justify-content: center;
}

.franquicia .clientes .logo {
    width: 18%;
    padding: 0 1%;
}

.franquicia .guarantee-section.conmapa {
    display: grid;
    grid-template-columns: 55% auto;
    gap: 3%;
    width: 100%;
    max-width: 1580px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 97px;
    min-height: 370px;
    position: relative;
}

.franquicia .guarantee-section.conmapa h2 {
    color: #2E2E2E;
    font-family: 'Inter';
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 25px;
    text-transform: none;
}

.franquicia .guarantee-section.conmapa h2 strong {
    color: #7C408E;
}

.franquicia .guarantee-section.conmapa .btn-cta {
    display: inline-flex;
    padding: 15px 52.683px;
    justify-content: center;
    align-items: center;
    border-radius: 6.585px;
    background: #F3BE0F;
    box-shadow: 0px 3.293px 6.585px 0px rgba(136, 144, 194, 0.20), 0px 8.232px 24.695px 0px rgba(37, 44, 97, 0.15);
    color: #171717;
    font-family: Lato;
    font-size: 23.049px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 27px;
}

.franquicia .guarantee-section.conmapa .textgar {
    color: #2E2E2E;
    font-family: 'Inter';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 416px;
    display: block;
}

.franquicia .guarantee-section.conmapa .garantia-image {
    width: 100%;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 420px;
}

.franquicia .guarantee-section.conmapa .garantia-text {
    max-width: 540px;
}

.franquicia .guarantee-section.conmapa::after {
    content: "";
    position: absolute;
    width: 307px;
    height: 507px;
    background-image: url(./images/Union.png);
    background-size: 307px auto;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    z-index: -2;
}







@media (max-width: 1560px) {
    .generica .hero-section {
        grid-template-columns: 60% auto;
        gap: 20px;
        padding-bottom: 86px;
    }

    .generica .benefit.primero {
        right: -25%;
    }

    .generica .benefit.segundo {
        right: -30%;
    }

    .generica .benefit.tercero {
        right: -35%;
    }

    .generica .benefits-summary .puntos .bloqueben.segundo {
        text-align: left;
        width: 50%;
        padding-right: 9%;
        padding-left: 0;
        position: relative;
        padding-top: 95px;
    }

    .generica .benefits-summary .puntos .bloqueben.tercero {
        text-align: right;
        width: 49%;
        padding-left: 40px;
        position: relative;
        top: -145px;
        left: -40px;
    }
}

@media (max-width: 1260px) {
    .generica .hero-section .textsub {
        position: relative;
        float: right;
        right: -30%;
        width: 120%;
        display: block;
    }

    .generica .icon-text {
        max-width: 450px;
    }

    .generica .icon-text h3 {
        font-size: 30px;
    }

    .generica .icon-text p {
        font-size: 12px;
		margin-bottom: 0;
    }

    .generica .icono {
        margin-right: 15px;
    }

    .generica .benefit {
        padding: 10px 20px;
    }

    .generica .icono img {
        max-width: 100px;
    }

    .generica .detail-item-texto h4 {
        font-size: 28px;
    }

    .generica .details-grid-inicio {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3%;
    }

    .generica .details-grid-final {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 3%;
    }

    .generica .btn-franchise {
        padding: 15px 25px;
    }

    .generica .benefits-summary .pricing h4 span {
        font-size: 60px;
    }

    .generica .benefits-summary .pricing h4 strong {
        font-size: 26px;
    }

    .generica .benefits-summary {
        grid-template-columns: 350px auto;
    }

    .generica .benefits-summary .puntos h5 {
        font-size: 26px;
    }

    .generica .contact-section {
        grid-template-columns: 50% auto;
    }
}

@media (max-width: 1060px) {
    .generica .hero-section h1 {
        font-size: 54px;
    }

    .generica .hero-section .textocolor {
        font-size: 28px;
        padding: 6px 20px;
    }

    .generica .icon-text {
        max-width: 400px;
    }

    .generica .benefits-summary .puntos .bloqueben.primero, .generica .benefits-summary .puntos .bloqueben.segundo, .generica .benefits-summary .puntos .bloqueben.tercero {
        text-align: center;
        width: 100%;
        padding: 0;
        position: relative;
        top: 0;
        left: 0;
    }

    .generica .benefits-summary .puntos .bloqueben.primero .item-ben, .generica .benefits-summary .puntos .bloqueben.segundo .item-ben, .generica .benefits-summary .puntos .bloqueben.tercero .item-ben {
        max-width: 460px;
        padding-bottom: 30px;
    }

    .generica .contact-section .contact-form .cajaform label {
        font-size: 20px;
        padding-bottom: 4px;
    }

    .generica .contact-section .contact-form .cajaform {
        padding: 40px 20px 20px 20px;
    }

    .generica .contact-section .contact-form .cajaform input, .generica .contact-section .contact-form .cajaform textarea {
        height: 45px;
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .generica .contact-section .contact-form .cajaform textarea {
        height: 70px;
    }

    .generica .contact-section .contact-text h5 {
        font-size: 30px;
    }

    .generica .contact-section .contact-text .highlight-bg {
        font-size: 44px;
    }

    .generica .contact-section .contact-text .textcontact-min {
        font-size: 18px;
    }

    .generica .contact-section {
        padding-bottom: 0;
    }

    .generica .investment-section h3 {
        font-size: 40px;
    }

    .franquicia .hero-section h1 {
        font-size: 54px;
    }

    .franquicia .hero-section h1 strong {
        font-size: 54px;
    }
}

@media (max-width: 960px) {
    .generica .details-grid-inicio {
        grid-template-columns: 48% 48%;
        gap: 4%;
    }

    .generica .details-grid-inicio> :nth-child(3) {
        grid-column: 1 / -1;
        /* La tercera columna ocupará toda la fila */
    }

    .generica .details-grid-inicio .detail-cont {
        max-width: 350px;
        margin: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .generica .detail-item-texto {
        max-width: none;
        width: 100%;
    }

    .franquicia .clientes .logos {
        padding-bottom: 30px;
        flex-wrap: wrap;
    }
}

@media (max-width: 860px) {
    .generica .hero-section {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .generica .hero-section .imagen {
        min-height: 175px;
    }

    .generica .hero-section .textsub {
        right: 0;
        width: 100%;
    }

    .generica .benefits-overview::after {
        top: -680px;
        left: 40%;
    }

    .generica .investment-section .inv {
        grid-template-columns: 1fr;
    }

    .generica .detail-item {
        padding: 20px;
    }

    .generica .details-grid-final {
        min-height: 200px;
    }

    .generica .benefits-summary .pricing h4 {
        font-size: 30px;
    }

    .generica .benefits-summary .pricing h4 span {
        font-size: 45px;
    }

    .generica .benefits-summary .pricing h4 strong {
        font-size: 22px;
    }

    .generica .benefits-summary {
        grid-template-columns: 270px auto;
    }

    .generica .benefits-summary .puntos .bloqueben.primero, .generica .benefits-summary .puntos .bloqueben.segundo, .generica .benefits-summary .puntos .bloqueben.tercero {
        text-align: left;
        left: -5px;
    }

    .generica .benefits-summary {
        grid-template-columns: 1fr;
    }

    .generica .benefits-summary .pricing {
        max-width: 300px;
        margin: auto;
    }

    .generica .details-grid-final {
        margin-bottom: 60px;
    }

    .generica .details-grid-final::after {
        top: 40px;
        left: 30%;
    }

    .generica .benefits-summary .puntos .bloqueben.primero, 
	.generica .benefits-summary .puntos .bloqueben.segundo, 
	.generica .benefits-summary .puntos .bloqueben.tercero {
        text-align: center;
        left: 0;
    }
	.generica .benefits-summary .puntos .bloqueben.segundo {
		width: calc(100% - 55px);
	}
	.generica .benefits-summary .puntos h4 {
		font-size: 20px;
	}
	.generica .benefits-summary .puntos .textobenef {
		font-size: 14px;
	}
	
	.generica .detail-item-texto h2 {
		font-size: 32px;
	}

    .generica .benefits-summary .puntos .bloqueben.primero .item-ben, .generica .benefits-summary .puntos .bloqueben.segundo .item-ben, .generica .benefits-summary .puntos .bloqueben.tercero .item-ben {
        max-width: 460px;
        padding-bottom: 30px;
        margin-right: 40px;
    }

    .generica .benefits-summary .puntos .bloqueben .item-ben .circulo {
        right: -50px;
    }

    .generica .guarantee-section .garantia-text h4 {
        font-size: 45px;
    }

    .generica .guarantee-section .garantia-text .textgar {
        font-size: 16px;
    }
	.generica .icon-text h2 {
		font-size: 22px;
	}

    .generica .guarantee-section {
        grid-template-columns: 45% auto;
        gap: 3%;
    }

    .generica .contact-section .contact-text h5 {
        font-size: 23px;
    }

    .generica .contact-section .contact-text .highlight-bg {
        font-size: 36px;
    }

    .generica .contact-section .contact-text .textcontact-min {
        font-size: 16px;
        padding-top: 20px;
    }

    .generica .contact-section {
        grid-template-columns: 42% auto;
        gap: 30px;
    }

    .generica .contact-section .contact-form .cajaform label {
        font-size: 18px;
        padding-bottom: 3px;
    }

    .generica .contact-section .contact-form .cajaform input, 
	.generica .contact-section .contact-form .cajaform textarea,
	.generica .contact-section .contact-form .cajaform select {
        height: 40px;
    }

    .generica .contact-section .contact-form .cajaform textarea {
        height: 70px;
    }

    .generica .contact-section .contact-form .cajaform [type=submit] {
        max-width: 100%;
    }

    .generica .benefits-summary {
        margin-bottom: 50px;
    }

    .generica .guarantee-section {
        margin-bottom: 90px;
    }

    .generica .benefits-overview {
        padding-top: 90px;
        margin-top: 70px;
    }

    .generica .benefits-overview .fondobeneficios {
        background-position: left;
        top: -90px;
    }

    .franquicia .guarantee-section.conmapa {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .franquicia .guarantee-section.conmapa .garantia-text {
        max-width: 100%;
        margin-top: 20px;
    }

    .franquicia .guarantee-section .garantia-text h4 {
        font-size: 35px;
    }
}
@media screen and (max-width: 782px) {
    html {
        margin-top: 0px !important;
    }
	.generica .benefits-summary .pricing p {
		font-size: 35px;
	}
	.generica .benefits-summary .pricing p span {
		font-size: 45px;
	}
	.generica .benefits-summary .pricing p strong {
		font-size: 28px;
	}
	.generica .benefits-summary .puntos .bloqueben.segundo {
		left: 0;
		width: calc(100% - 55px);
	}
}

@media (max-width: 660px) {
    .generica .anchogeneral {
        padding: 15px;
    }

    .generica .hero-logo .botoncontacto {
        display: flex;
        padding: 10px 10px;
        font-size: 14px;
    }

    .generica .hero-logo .botoncontacto img {
        display: none;
    }

    .generica .hero-logo {
        grid-template-columns: 55% auto;
    }

    .generica .hero-section h1 {
		font-size: 35px;
        line-height: 1.1;
        padding-top: 0;
    }

    .generica .hero-section .textocolor {
        font-size: 22px;
        line-height: 1.8;
        padding: 5px 12px;
    }

    .generica .hero-section .btn-cta {
        margin-top: 35px;
    }

    .generica .hero-section .contboton {
        text-align: center;
    }

    .generica .hero-section .btn-cta {
        padding: 15px 30px;
        font-size: 18px;
    }

    .generica .benefits-overview::after {
        top: -590px;
        left: 30%;
    }

    .generica .benefit.primero {
        right: -13%;
    }

    .generica .benefit.segundo {
        right: -13%;
    }

    .generica .benefit.tercero {
        right: -13%;
    }

    .generica .icono img {
        max-width: 60px;
    }

    .generica .benefit {
        padding: 10px 10px;
    }

    .generica .icono {
        margin-right: 8px;
    }

    .generica .icon-text h3 {
        font-size: 20px;
    }

    .generica .icon-text p {
        font-size: 12px;
    }

    .generica .beneficios {
        gap: 10px;
    }

    .generica .icon-text {
        max-width: 230px;
    }

    .generica .benefits-overview .fondobeneficios {
        background-position: left;
        top: 0;
        width: 80%;
        left: 0;
        border-radius: 8px;
        background-size: cover;
        background-position: 32%;
    }

    .generica .investment-section h3 {
        font-size: 28px;
    }

    .generica .investment-section .meses {
        font-size: 60px;
    }

    .generica .investment-section .inv-der {
        text-align: center;
    }

    .generica .investment-section .inv-der .btn-inform {
        float: none;
    }

    .generica .investment-section .inv-der .btn-inform {
        font-size: 24px;
        padding: 15px 35px;
    }

    .generica .details-grid-final> :nth-child(1) {
        grid-column: 1 / -1;
        min-height: 200px;
    }

    .generica .details-grid-final {
        grid-template-columns: 1fr 1fr;
        gap: 3%;
    }

    .generica .guarantee-section {
        display: flex;
        flex-direction: column-reverse;
    }

    .generica .guarantee-section .garantia-image {
        min-height: 250px;
        margin-bottom: 15px;
    }

    .generica .contact-section {
        grid-template-columns: 100%;
        gap: 20px;
    }

    .generica .contact-section .contact-form .cajaform {
        top: -30px;
    }

    .generica .benefits-overview {
        padding-top: 120px;
        margin-top: 100px;
    }

    .generica .benefits-overview .fondobeneficios {
		background-position: left;
        top: 0;
        width: 80%;
        left: 0;
        border-radius: 8px;
        background-size: cover;
        background-position: 32%;
    }


    .franquicia .hero-section h1, .franquicia .hero-section h1 strong {
        font-size: 36px;
        line-height: 1.1;
    }
    .franquicia .hero-section {
        height: 360px;
    }

    .franquicia .garantizado .textogar .titlesection,
    .franquicia .garantizado .textogar .titlesection strong {
        font-size: 28px;
    }
    .franquicia .garantizado .textgar .titlegar {
        font-size: 22px;
    }
    .franquicia .clientes h2 {
        font-size: 32px;
    }
    .franquicia .hero-section .contboton {
        text-align: left;
    }

    .franquicia .hero-section h1 {
        padding-bottom: 0;
    }

    .franquicia .garantizado .textogar h3, .franquicia .garantizado .textogar h3 strong {
        font-size: 40px;
    }

    .franquicia .garantizado .zonaboton .btn-cta {
        font-size: 28px;
        padding: 15px 35px;
    }

    .franquicia .garantizado .zonaboton .flechaizq {
        top: 10px;
    }

    .franquicia .garantizado .beneficiosgar {
        gap: 35px;
    }

    .franquicia .garantizado .textgar h4 {
        font-size: 26px;
    }

    .franquicia .garantizado .zonaboton {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .franquicia .benefits-overview {
        margin-bottom: 70px;
		margin-top: 0;
    }

    .franquicia .clientes h4 {
        font-size: 26px;
        margin-bottom: 20px;
    }
}

@media (max-width: 560px) {
    .generica .details-grid-inicio {
        grid-template-columns: 1fr;
        gap: 30px;
        display: flex;
        flex-direction: column-reverse;    
    }
    .generica .guarantee-section .garantia-text h2, 
    .franquicia .guarantee-section.conmapa h2 {
        font-size: 30px;
    }
    .generica .details-grid-inicio>* {
        grid-column: 1 / -1;
        min-height: 250px;
        max-width: 360px;
        margin: auto;
        width: 100%;
    }

    .generica .details-grid-final {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .generica .details-grid-final>* {
        grid-column: 1 / -1;
        min-height: 200px;
        max-width: 360px;
        margin: auto;
        width: 100%;
    }

    .franquicia .clientes .logo {
        max-width: 40%;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .generica .hero-section .imagen {
        min-height: 300px;
    }

    .generica .investment-section h3 {
        font-size: 22px;
    }

    .generica .investment-section .meses {
        font-size: 50px;
    }

    .generica .investment-section .inv-block {
        padding: 20px;
        margin-top: 0;
        margin-bottom: 0;
        max-width: 90%;
    }

    .franquicia .guarantee-section.conmapa .garantia-image {
        min-height: 220px;
        background-color: #eef2f5;
    }

    .franquicia .guarantee-section.conmapa::after {
        background-size: 207px auto;
        top: 200px;
        right: -130px;
    }
}

@media (max-width: 370px) {
    .generica .icon-text {
        max-width: 225px;
    }

    .generica .benefit.primero {
        right: -8%;
    }

    .generica .benefit.segundo {
        right: -8%;
    }

    .generica .benefit.tercero {
        right: -8%;
    }

    .generica .benefit.primero {
        margin-top: 33px;
    }
	.generica .icon-text h2 {
		font-size: 18px;
	}

    .generica .benefits-overview .fondobeneficios {
        background-position: left;
        top: 0;
        width: 80%;
        left: 0;
        border-radius: 8px;
        background-size: cover;
        background-position: 32%;
    }

    .generica .benefits-overview {
        padding-top: 0;
        margin-top: 100px;
    }
}

.uacf7-form-38722 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}

.uacf7-form-38722 .form-input.half {
    width: 48%;
}

.uacf7-form-38722 .form-input {
    margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.uacf7-form-38722 .form-input.half {
		width: 100%;
	}
}