/*  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: 'Poppins';
    src: url(/assets/fonts/Poppins-Bold.otf);
    font-weight: 400;
    font-display: swap;

}

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

@keyframes cambiacolor {
    0% {color: red;}
    50% {color: #007cb6;}
    75% {color: purple;}
    100% {color: #0049a8;}
}

a {
    text-decoration: none;
}

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

h1, h3 {
    font-family: 'Poppins';
    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%;
}

.logo-principal {
    width: 60%;
}

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

.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: 45px;
        width: 180px;
    }

    .datosmenu {
        width: 50%;
    }

    .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/fondo2.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-bottom: 40px;
}

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

.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;
}

.img-portada {
    height: 600px
}

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

    .hero-container {
        width: 100vw;
    }

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

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

    .img-portada {
        margin-top: 40px;
        height: 400px;
    }

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

/* 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;
}

.lap-img {
    height: 400px
}

.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: #0049a8;
}

@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: 200;
        position: relative;
        color: white;
        padding: 15px 80px;
    }

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

    .lap-img {
        width: 90vw;
        height: 300px;
    }
}

/* Quién Soy */

.quien {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
    background-color: #0049a8;
    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: rgb(0, 0, 0);
    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: 300px;
    }

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

    .quien-texto h1 {
        padding: 0px 25px;

    }

    .quien-texto .btn-wp {
        padding: 0;
        width: 50vw;
        font-size: 20px;
        font-weight: 200;
        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: #0049a8;
}

.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 40px 40px;
    }

    .servicio3 {
        margin-bottom: 40px;
    }

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

/* Contacto */

.contacto {
    display: flex;
    width: 100vw;
    justify-content: center;
    margin-top: 4%;
    background-color: #0049a8;
    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: 'Poppins';
    font-weight: 400;
}

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

.main-button {
    border: none;
    background-color: #0049a8;
    color: white;
    font-family: 'Poppins';
    border-radius: 40px;
    width: 80%;
    font-size: 15px;
    padding: 10px 50px;
}

@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;
}

.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(21, 144, 216);
    border-radius: 10px;
    padding: 15px;
}

.icono-2 img {
    background-color: rgb(19, 178, 67);
    border-radius: 10px;
    padding: 15px;
}

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

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

