/*  reset  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}


html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

@font-face {
    font-family: 'Codec';
    src: url(/assets/fonts/CodecPro-Bold.otf);
    font-weight: 400;
    font-display: swap;

}

@font-face {
    font-family: 'Codec';
    src: url(/assets/fonts/CodecPro-Light.otf);
    font-weight: 200;
    font-display: swap;
}

@keyframes cambiacolor {
    0% {color: #714B67;}
    50% {color: #F77F84;}
    75% {color: #017e84;}
    100% {color: #714B67;}
}

a {
    text-decoration: none;
}

body {
    max-width: 100vw;
    font-family: 'Codec';
    font-weight: 200;
    /* overflow-x: hidden; */
}

h1, h3 {
    font-family: 'Codec';
    font-weight: 400;
}

@media (max-width: 720px) {
    body {
        width: 100vw;
    }
}

/* Menú */

.menu {
    display: flex;
    background-color: white;
    flex-direction: row;
    width: 100vw;
    justify-content: center;
    height: 10%;
    box-shadow: inset 0 -0.10rem 3px rgba(0, 0, 0, 0.075);
    position: sticky;
    z-index: 100;
    top: 0;
}

.menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 75vw;

}

.logomenu {
    display: flex;
    justify-content: center;
    width: 30%;
    margin-top: 1%;
    margin-bottom: 1%;
}

.datosmenu {
    display: flex;
    justify-content: flex-end;
    margin-right: 10%;
    width: 70%;
}

.datosmenu .btn-wp{
    height: 50px;
    width: 180px;
    justify-content: center;
    padding: 25px 20px;
}

.logo-principal {
    width: 60%;
}

.btn-wp {
    background-color: #25D366;
    color: white;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Codec';
    font-weight: 200;
    padding: 5% 7%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.btn-wp img {
    height: 20px;
}

@media (max-width: 720px) {
    .menu-container {
        width: 100vw;
        padding: 2% 0%;
    }

    .logomenu {
        width: 50%;
        margin-left: 4%;
    }

    .logo-principal {
        height: 50px;
        width: 80px;
    }

    .datosmenu {
        width: 50%;
    }

    .datosmenu .btn-wp{
        height: 50px;
        width: 180px;
        font-size: 17px;
        font-weight: 400;
        justify-content: center;
        padding: 25px 20px;
    }

    .btn-wp {
        width: 100px;
        color: rgb(255, 255, 255);
        font-size: 12px;
        display: flex;
        padding: 8px 30px;
        justify-content: center;
    }

    .btn-wp img {
        font-size: 10px;
        height: 15px;
    }
}

/* Hero */

.hero {
    display: flex;
    width: 100vw;
    min-height: 800px;
    justify-content: center;
    background-image: url('/assets/img/fondo1.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-container {
    display: flex;
    flex-direction: column;
    width: 75vw;
    justify-content: center;
    align-items: center;
}

.hero-texto {
    display: flex;
    flex-direction: column;
    margin-top: 2%;
    justify-content: center;
    align-items: center;
}

.hero-texto h1, .hero-texto h3 {
    margin: 0px 0px 40px;
}

.hero-texto h1 {
    font-size: 4em;
    line-height: 1.2em;
    text-align: center;
}

.hero-texto h3 {
    font-size: 1.8em;
    padding: 0 20%;
    text-align: center;
    line-height: 1.2em;
    text-transform: uppercase;
}

.hero-texto .btn-wp {
    padding: .8em 1.5em;
}

.cambiocolor {
    animation-name: cambiacolor;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@media (max-width: 720px) {
    .img-implementar {
        width: 95vw;
    }

    .hero-container {
        width: 90vw;
    }

    .hero-texto h1 {
        font-size: 2.5em;
        margin-top: 20px;
        text-align: center;
    }

    .hero-texto h3 {
        padding: 0px 10%;
        margin-bottom: 40px;
        font-size: 1.2em;
        text-align: center;
    }

    .img-implementar {
        margin-top: 40px;
    }

    .hero-texto .btn-wp {
        padding: 15px 80px;
        font-size: 18px;
        font-weight: 400;
    }
}

/* Partners */

.partners {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
}

.partners-container {
    display: flex;
    flex-direction: row;
    width: 75vw;
    justify-content: center;
    align-items: center;
}

.partners-texto, .partners-img {
    width: 50%;
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cert {
    width: fit-content;
    display: flex;
    flex-direction: row;
}

.lap-img {
    width: fit-content;
}

.partners-texto .btn-wp p {
    padding-right: 0;
}

.partners-texto h1, .partners-texto p {
    margin: 10px 0px;
    padding: 0px 0px;
}

.partners-texto p {
    text-align: justify;
    line-height: 30px;
    font-size: 1.2em;
    padding-right: 80px;
}

.partners-texto h1 {
    font-size: 3em;
}

.partners-texto .btn-wp {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 30%;
    padding: 15px 20px;
    font-size: 18px;
    background-color: gray;
}

@media (max-width: 720px) {
    .partners-container {
        flex-direction: column-reverse;
        width: 100vw;
    }

    .partners-texto, .partners-img {
        width: 100vw;
        height: auto;
        margin: 10px 0px;
        align-items: center;
    }

    .partners-texto p {
        padding-right: 0;
        padding: 0 25px;
    }

    .partners-texto h1 {
        text-align: center;
        padding: 0 25px;
        font-size: 2.5em
    }

    .partners-texto .btn-wp {
        padding: 0;
        width: 50vw;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        color: white;
        padding: 15px 80px;
    }

    .partners-texto .btn-wp img {
        height: 25px;
    }

    .cert {
        display: flex;
        flex-direction: row;
        width: 90vw;
        justify-content: center;
    }

    .lap-img {
        height: 18vh;
        padding-top: 20px;
        margin: 10px;
    }
}

/* Quién Soy */

.quien {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
    background-color: #714B67;
    padding: 2% 0;
}

.quien-container {
    display: flex;
    width: 75vw;
    flex-direction: row;
}

.quien-texto, .quien-img {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    height: 600px;
}

.quien-texto {
    align-items: flex-start;
}

.quien-img {
    align-items: center;
}

.quien-texto h1, .quien-texto p {
    margin: 10px 0;
    color: white;
}

.quien-texto .btn-wp {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 18px;
    background-color: black;
    padding: 15px 20px;
}

.quien-texto .btn-wp p {
    padding-right: 0;
}

.quien-texto h1 {
    font-size: 3em;
}

.quien-texto p {
    font-size: 1.2em;
    text-align: justify;
    line-height: 30px;
    padding-right: 80px;
}

.quien-imagen {
    height: 25em;
}

@media (max-width: 720px) {
    .quien-container {
        flex-direction: column-reverse;
        width: 100vw;
    }

    .quien-texto, .quien-img {
        width: 100%;
        align-items: center;
        height: auto;
        margin: 20px 0px;
    }

    .quien-imagen {
        height: 200px;
        margin: 20px;
    }

    .quien-texto h1 {
        font-size: 2.5em;
    }

    .quien-texto p {
        padding: 0px 25px;
    }

    .quien-texto .btn-wp {
        padding: 0;
        width: 50vw;
        font-size: 20px;
        font-weight: 400;
        position: relative;
        color: white;
        padding: 15px 80px;
    }

    .quien-texto .btn-wp img {
        height: 25px;
    }
}

/* Servicios */

.servicios {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
}

.servicios-container {
    display: flex;
    flex-direction: column;
    width: 75vw;
    justify-content: center;
    align-content: center;
}

.titulo {
    display: flex;
    justify-content: center;
    font-size: 1.5em;
    margin-bottom: 4%;
    color: #714B67;
}

.servicios-iconos {
    display: flex;
    flex-direction: row;
}

.servicio1, .servicio2, .servicio3 {
    display: flex;
    flex-direction: column;
    width: 33.33%;
    align-items: center;
    margin: 0px 10px;
}
.servicio1 h1, .servicio2 h1, .servicio3 h1 {
    font-size: 2em;
    margin-bottom: 6%;
}

.servicio1 p, .servicio2 p, .servicio3 p {
    font-size: 1.2em;
    line-height: 25px;
    padding: 0px 20px;
    text-align: justify;
}

.iconos-svg {
    margin-bottom: 50px;
    height: 150px;
}

@media (max-width: 720px) {
    .servicios-container {
        flex-direction: column;
        width: 100vw;
    }

    .servicios-iconos {
        flex-direction: column;
    }

    .titulo {
        margin-top: 30px;
    }

    .servicio1, .servicio2, .servicio3 {
        width: 100%;
        margin: 0;
    }

    .servicio1 p, .servicio2 p, .servicio3 p {
        padding: 0px 40px;
    }

    .servicio3 {
        margin-bottom: 40px;
    }

    .servicio1 {
        margin-top: 20px;
    }
}

/* Contacto */

.contacto {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
    background-color: #714B67;
    padding-bottom: 5%;
    padding-top: 3%;
}

.contacto-container {
    display: flex;
    flex-direction: row;
    width: 75vw;
}

.contacto-izq, .contacto-der {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
}

@media (max-width: 720px) {
    .contacto-container {
        flex-direction: column;
        width: 90vw;
    } 

    .contacto-izq, .contacto-der {
        width: 100%;
    }
}

/* Formulario */

.contacto-izq {
    flex-wrap: wrap;
    align-content: center;
}

.titulo-form {
    color: white;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    font-size: 2em;
}

.formulario {
    background-color: white;
    margin-top: 5%;
    margin-bottom: 20px;
    width: 70%;
    border-radius: 8px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.336);
}

.inputsformulario {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin: 20px;
}

label {
    margin-left: 10px;
    font-family: 'Codec';
    font-weight: 400;
}

input, textarea {
    font-family: 'Codec';
    font-weight: 200;
    border: solid;
    margin-top: 3px;
    margin-bottom: 15px;
    padding: 15px 15px;
    border-color: gainsboro;
    border-radius: 20px;
    width: 70%;
    font-size: 16px;
}

.main-button {
    border: none;
    background-color: #714B67;
    color: white;
    font-family: 'Codec';
    border-radius: 40px;
    width: 80%;
    font-size: 15px;
    padding: 10px 50px;
    cursor: pointer;
}

@media (max-width: 720px) {
    .formulario {
        width: 100%;
    }
}

/* Contacto Iconos */

.contacto-titulo {
    margin-bottom: 40px;
    font-size: 1.5em;
    color: white;
    display: flex;
    justify-content: center;
}

.iconos-contacto {
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.row-iconos {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 30px;
}

.icono-1, .icono-2, .icono-3, .icono-4  {
    display: flex;
    flex-direction: column;
    width: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.icono-1 a, .icono-2 a, .icono-3 a, .icono-4 a {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icono-1 h3, .icono-2 h3, .icono-3 h3, .icono-4 h3 {
    color: white;
    font-size: 1.5em;
    margin-bottom: 15px;
}

.icono-1 p, .icono-2 p, .icono-3 p, .icono-4 p {
    color: white;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.icono-1 img, .icono-2 img, .icono-3 img, .icono-4 img {
    height: 30px;
    margin-bottom: 20px;
}

.icono-3 p {
    font-size: 1em;
}

.icono-1 img {
    background-color: rgb(125, 125, 125);
    border-radius: 10px;
    padding: 15px;
}

.icono-2 img {
    background-color: #25D366;
    border-radius: 10px;
    padding: 15px;
}

.icono-3 img {
    background-color: rgb(55, 44, 156);
    border-radius: 10px;
    padding: 15px;
}

.icono-4 img {
    background-color: rgb(255, 0, 0);
    border-radius: 10px;
    padding: 15px;
}

/* Estilos para centrar el popup y darle diseño */
.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fffcee;
    border: 1px solid #ccc;
    padding: 40px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
    z-index: 1000;
    width: 500px;
    align-content: center;
    justify-items: center;
    border-radius: 50px;
}

.popup-content {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}

.popup-content .btn-wp {
    height: 40px;
    width: auto;
}

.popup-content h1 {
    width: 70%;
    font-family: 'Codec';
    line-height: 30px;
    font-size: 22px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.datos-popup label {
    font-size: 15px;
}

.datos-popup {
    width: 70%;
}

.datos-popup input, .datos-popup textarea {
    padding: 10px;
    width: 100%;
}

.close-button {
    position: absolute;
    margin-top: -10px;
    top: 0px;
    right: 0px;
    font-size: 50px;
    cursor: pointer;
}

body.active-popup {
    overflow: hidden; /* Evita que se pueda hacer scroll cuando el popup está abierto */
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

@media (max-width: 720px) {
    .popup-form {
        width: 70%;
        padding: 70px 30px;
    }

    .popup-content h1 {
        width: 90%;
        font-family: 'Codec';
        line-height: 20px;
        font-size: 18px;
        text-align: left;
        text-transform: capitalize;
        margin-bottom: 20px;
    }
    .close-button {
        position: absolute;
        margin-top: -55px;
        top: 0px;
        right: 0px;
        font-size: 50px;
        cursor: pointer;
    }
    .datos-popup {
        width: 90%;
    }
    .datos-popup input, .datos-popup textarea {
        padding: 10px;
        font-size: 16px;
        line-height: 20px;
        width: 90%;
    }
    .popup-content .btn-wp {
        height: 50px;
        width: 90%;
        font-weight: 400;
        font-size: 20px;
        margin-top: 20px;
    }
}

