:root {
    --color-principal: #61038A;
    --color-secundario: #0daaa4;
    --fuente-principal: 'Outfit', sans-serif;
    --tit-seccion: 2.5rem;
}

body {
    font-family: var(--fuente-principal);
}

img {
    max-width: 100%;
}

section {
    padding: 70px 0;
}

.intro_seccion {
    max-width: 700px;
    margin:0 auto;
    display:block;
}

.btnes_flex {
    gap: 20px;
}

.btnPrincipal {
    background-color: var(--color-secundario);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
}

.btnPrincipal.btnAlt {
    background-color: var(--color-principal);
    color: #fff;
}

header {
    background-color: transparent;
    padding: 20px 0;
}

.logo img {
    width:200px;
}

h1 {
    font-size: 4rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--color-principal);
}

.tit_seccion {
    font-size: var(--tit-seccion);
    font-weight: 800;
}

.ppal {
    padding: 0 0 50px;
    background: linear-gradient(to right, #fff 35%, transparent), url(../img/bg-ppal-dp.jpg) no-repeat center;
    background-size:cover;
}

.ppal .container .row {
    /* background: linear-gradient(45deg, #e55d87, #5fc3e4); */
    border-radius: 20px;
    min-height: 80vh;
}

.ppal .container .row .col-sm:first-of-type {
    padding: 100px 40px;
    gap: 20px;
}

.ppal .col-sm img {
    max-width: 80%;
    display: block;
    margin: 0 auto 70px;
}

.ppal p,
.ppal ul {
    font-size: 1.2rem;
    color: #141414;
    font-weight: 700
}

.ppal ul {
    padding:0;
    list-style: none;
    font-weight: 300;
    font-size:1.1rem;
}

.ppal ul li {
    display:flex;
    gap:10px;
    align-items: center;
    margin-bottom:5px;
}

.ppal ul li i {
    color: var(--color-principal);
}

.beneficios {
    padding: 0;
    height: 50px;
    background-color:#fbf4ff;
}

.beneficios .container {
    max-width: 1140px;
}

.barra_beneficios {
    background-color: var(--color-principal);
    padding: 25px;
    border-radius: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-evenly;
    box-shadow: 0px 19px 27px 2px rgba(0, 0, 0, 0.09);
    min-height: 150px;
    top: -60px;
    z-index: 2;
    position: relative;
    align-items: center;
}

.box_beneficio p {
    color: #fff;
    margin:0;
    padding: 20px 40px;
}

.beneficio {
    text-align: center;
}

.counter {
    font-size: 2.3rem;
    font-weight: 800;
    background: linear-gradient(45deg, #e55d87, #5fc3e4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.beneficios p {
    margin-bottom: 0;
    font-weight: 300;
}

.productos {
    padding-top: 100px;
    background: linear-gradient(to bottom, #fbf4ff, #fff 40%);
}

.box_producto {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 25px;
}

.box_producto img {
    width: 80px;
}

.box_producto h3 {
    font-size: 1.3rem;
    font-weight: 800;
}

.box_producto p {
    font-size: 1rem;
    font-weight: 400;
}

.nosotros {}

.nosotros .container {
    max-width:1140px;
}

.nosotros img {
    border-radius: 20px;
    max-width:85%;
    display:block;
    margin:0 auto;
}

.testimonios {
    background:linear-gradient(45deg, var(--color-principal) 35%, var(--color-secundario));
}

.box_testimonio {
    display:flex;
    flex-direction: column;
    align-items: center;
    /* gap:20px; */
    padding: 30px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px #6c757d30;
    text-align:center;
}

.box_testimonio img {
    width:100px;
    height:100px;
    border-radius:50%;
    margin-bottom:20px;
}

.box_testimonio h3 {
    font-size: 1rem;
    margin-bottom: 5px;
    font-weight:800;
}

.box_testimonio h5 {
    font-size:.8rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.box_testimonio p {
    
}

.faq .container {
    max-width:900px;
}

.faq .accordion-button:not(.collapsed) {
    background: var(--color-principal);
    color:#fff;
}

.contacto {
    background: url(../img/bg-ppal-dp.jpg) no-repeat center;
    background-size: cover;
}

.contacto .container {
    max-width:1040px;
}

.box_contacto {
    display:flex;
    border-radius: 25px;
    overflow:hidden;
    box-shadow: 0 0 15px #6c757d30;
}

.box_form, .box_img_form {
    width: 100%;
}

.box_form {
    padding: 35px 50px;
    /* background:linear-gradient(45deg, var(--color-principal) 50%, var(--color-secundario)); */
    background-color: #fff;
}

.box_form .tit_seccion {
    color: var(--color-principal);
}

.box_form .form-control {
    border:0;
    border-bottom: 1.5px solid var(--color-secundario);
    border-radius:0;
}

.box_form .btnPrincipal {
    box-shadow:none;
    bordeR:0;
}

.box_img_form {
    background: linear-gradient(329deg, #fff 10%, transparent 45%), url(../img/bg-form-dp.jpg) no-repeat center;
    background-size: cover;
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 40px;
}

.box_img_form img {
    width:200px;
    margin:30px;
}

.form_row {
    margin-bottom: 20px;
}

footer {
    border:0;
    border-top: 1px solid var(--color-principal);
    padding: 45px 0 20px;
    text-align:center;
    background-color: #fbf4ff;
}

footer img {
    width:250px;
}

.copy_dev {
    font-size: 13px;
}

/** Pag Gracias **/
.gracias.ppal .container .row {
    min-height: 100vh;
    align-items: center;
}

.ppal.gracias h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}

.gracias h3 {
    margin-bottom:30px;
    color: var(--color-secundario);
}

.gracias.ppal .col-sm img {
    width: 250px;
    margin: 0 0 35px;
}

.gracias.ppal p {
    font-size: 1.05rem;
    font-weight: 400;
}

.gracias .btnes_flex {
    margin-top: 30px;
}

.gracias iframe {
    border-radius:15px;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0;
    }

    .ppal {
        padding: 0 20px 50px;
        text-align: center;
    }

    .ppal .container .row {
        flex-direction: column-reverse;
    }

    .ppal .col-sm img {
        max-width: 90%;
        margin-bottom: 30px;
    }

    .btnes_flex {
        flex-direction: column;
        align-items: center;
    }

    .tit_seccion {
        text-align:center;
    }

    h1 {
        font-size: 2.5rem;
        line-height:1;
    }

    .ppal ul {
        text-align:left;
    }

    .ppal .container .row .col-sm:first-of-type {
        align-items:center;
        padding: 25px 20px 45px;
    }

    .beneficios {
        height: 25vh;
    }

    .barra_beneficios {
        flex-wrap: wrap;
        gap:4%;
    }

    .beneficio {
        width: 48%;
    }

    .box_producto, .box_testimonio {
        margin-bottom:20px;
    }

    .nosotros p {
        text-align:center;
    }

    .nosotros img {
        margin-bottom: 30px;
    }

    .nosotros .btnes_flex {
        margin-bottom: 25px;
    }

    .nosotros .row {
        flex-direction: column-reverse;
    }

    .box_form {
        padding: 30px;
    }

    .box_img_form {
        width:0;
    }
}