* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

body {
    background-color: #2d4495 !important;
}

@media screen and (min-width: 320px) {

    /* header {
        width: 95%;
        height: 8vh;
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: fixed; 
        z-index: 5;
        top: 1rem; 
        left: 50%; 
        transform: translateX(-50%); 
        background: rgba(34, 34, 158, 0.35);
        backdrop-filter: blur(5px); 
        -webkit-backdrop-filter: blur(5px); 
        padding: 0rem 0.5rem 0rem 0.5rem;
    } */

    header {
        width: 95%;
        height: 8vh;
        border-radius: 12px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        z-index: 5;
        top: 1rem;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(34, 34, 158, 0.35);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        padding: 0rem 0.5rem 0rem 0.5rem;
        transition: top 0.3s ease; /* Añade una transición suave */
        will-change: top;
    }

    .brand {
        position: relative;
        height: 6.5vh;
        aspect-ratio: 1;
        background: #222b4c;
        border-radius: 8px;
        display: block;
    }
    
    .img-brand {
        width: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .boton {
        width: 45%;
    }

    .nav-list {
        display: none;
        transition: top 0.9s ease;
    }

    .nav-list.active {
        position: absolute;
        width: 95%;
        height: 25rem;
        border-radius: 12px;
        padding: 2rem 1rem 2rem 1rem;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        top: 10vh;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(34, 34, 158, 0.35);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        transition: top 0.9s ease;
    }
    
    .nav-item {
        text-decoration: none;
        color: #fff;
        font-size: 1.6rem;
    }

    body {
        background-color: #2d4495;
    }

    /*==================Secciones================*/

    main {
        background: url(asset/img/moloveron-home-phone.webp)no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 20rem;
    }

    .center {
        width: 100%;
        height: 35vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .seccion {
        width: 100%;
        height: 100vh;
        display: flex;
        background: #fff;
    }

    .seccion-servicios {
        height: 190vh;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        padding-bottom: 10vh;
    }

    .seccion-nosotros {
        background-color: #fff !important;
        background: url(asset/img/bg-nosotros-phone.webp)no-repeat;
        background-position:center;
        background-size: cover;
        width: 100%;
        height: 125vh;
        flex-direction: column;
        justify-content: start;
        align-items: center;
    }

    .seccion-conocenos {
        flex-direction: column;
    }

    .seccion-moloveron {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .seccion-ubicacion {
        flex-direction: column;
    }

    .seccion-contacto {
        flex-direction: column;
    }

    .formulario {
        background: url(asset/img/puente.webp)no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
        /* filter: brightness(50%); */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #contactForm{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.50);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
        width: 95%;
        height: 65vh;
        border-radius: 12px;
    }

    input, textarea {
        width: 90%;
        border-radius: 8px;
        padding: 5px;
    }

    input {
        height: 6vh;
    }

    /*==================Articulos================*/


    .logo {
        width: 30rem;
        height: 15vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .cabecera {
        width: 100%;
        height: 10vh;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .carta {
        width: 90%;
        height: 50vh;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .carta-nosotros {
        height: 28rem;
        justify-content: start;
    }

    .articulo {
        width: 100%;
    }

    .contenedor-textos {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .articulo-moloveron {
        width: 100%;
        height: 20vh;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
    }

    /*=====================Mapa===================*/

    .mapa {
        background: #fff;
        width: 100%;
        margin-top: 3rem;
    }

    .ubi {
        width: 100%;
        height: 60vh;
    }

    /*=====================Div's===================*/

    .cabecera {
        width: 100%;
        height: 10vh;
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .cabecera-servicio {
        width: 100%;
        flex-direction: column;
        justify-content: space-between;
    }

    .cabecera-nosotros {
        width: 95%;
    }
    
    .founder {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        padding: 3rem 0rem 0rem 3rem;
    }

    /*==================Imagenes================*/

    .parte-1 {
        width: 11rem;
    }

    .parte-2 {
        width: 24rem;
    }

    .logo-cabecera {
        width: 4rem;
    }

    .logo-nosotros {
        width: 18rem;
    }


    .img-moloveron {
        width: 100%;
        margin-top: 2rem;
    }

    /*==================texto================*/

    .titulo-color {
        font-family: "motiva-sans", sans-serif;
        font-weight: 700;
        font-style: normal; 
        font-size:  4.5rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: flex-end;
    }

    .titulo-color-nosotros {
        font-size: 4.5rem;
    }

    .primer-color {
        color: #22234b;
    }

    .segundo-color {
        color: #2d4495;
    }

    .center > h1 {
        padding: 1rem;
    }

    .titulo {
        font-size: 3rem;
        padding: 3rem;
        width: 100%;
        text-align: left;
        color: #2d4495;
    }

    .titulo-carta {
        text-align: center;
    }

    .titulo-main {
        text-align: center;
        font-size: 2.8rem;
        color: #2d4495;
    }

    .titulo-cabecera {
        text-align: center;
        color: #2d4495;
    }

    .lista-servicios {
        list-style: none;
        color: #2d4495;
        font-size: 1.6rem;
        width: 100%;
    }

    .texto-nosotros {
        font-size: 2.2rem;
        color: #2d4495;
    }

    .texto-conocenos {
        font-size: 1.6rem;
        width: 100%;
        padding: 0rem 3rem 0rem 3rem;
        color:#2d4495;
    }

    .founder > .titulo {
        font-size: 1.8rem;
        color: #22234b;
        padding: 0;
    }

    .founder > p {
        font-size: 1.8rem;
        color: #22234b;
    }

    .founder > .destacado {
        color: #2d4495;
    }

    .founder > .titulo, .destacado, .materia {
        margin-bottom: 0;
        font-weight: 700;
    }

    /*===============Formulario======================*/

    .campo {
        width: 100%;
        margin-bottom: 20px;
        text-align: center;
    }

    button[type="submit"] {
    background-color: #007bff; /* Cambia esto por el color que prefieras */
    color: white;
    border: none;
    border-radius: 4px;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
    background-color: #0056b3; /* Cambia esto por el color que prefieras para el hover */
}

button[type="submit"]:active {
    background-color: #004080; /* Cambia esto por el color que prefieras para el active */
}

button[type="submit"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5); /* Efecto de foco */
}

    /**====================footer=========================*/

    footer {
        width: 100%;
        height: 10vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
    }

    .texto-footer {
        color: #0056b3;
    }

    .creditos {
        width: 80%;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .marca {
        color: #0056b3;
    }
}

@media screen and (min-width: 768px) {

    /*==================Secciones================*/

    main {
        background: url(asset/img/moloveron-home-tablet.webp)no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }

    .seccion-servicios {
        height: 130vh;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .seccion-nosotros {
        height: 100vh;
        justify-content: start;
        align-items: flex-start;
        padding: 10rem 5rem 10rem 5rem;
    }

    .seccion-conocenos {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .seccion-moloveron {
        height: 120vh;
    }


    /*==================Articulos================*/

    .carta {
        width: 45%;
    }

    .carta-nosotros {
        width: 45rem;
        height: 32rem;
    }

    .articulo {
        width: 90%;
    }

    .logo {
        height: 13vh;
    }

    /*==================texto================*/
     
    .titulo-color {
        font-size: 6rem;
    }

    .titulo-color-nosotros {
        font-size: 4.5rem;
    }

    .titulo {
        font-size: 3rem;
    }

    .texto-nosotros {
        font-size: 2.8rem;
    }

    /*================formulario=============*/

    #contactForm {
        width: 85%;
    }

}


@media screen and (min-width: 1100px) {

    body {
        cursor: url('asset/img/cursor.webp'), auto;
    }

    header {
        width: 45%;
        justify-content: space-around;
    }
    
    .brand {
        display: none;
    }

    .nav-list {
        display: flex;
        flex-direction: row;
        width: 85%;
        height: 100%;
        justify-content: space-around;
        align-items: center;
    }

    main {
        background: url(asset/img/moloveron-home-desk.webp)no-repeat;
        background-position: center;
        background-size: cover;
        width: 100%;
        height: 100vh;
    }

    .center {
        justify-content: start;
    }

    .seccion-servicios {
        height: 100vh;
        justify-content: center;
        align-items: flex-start;
    }

    .seccion-nosotros {
        background: url(asset/img/bg-nosotros-desk.webp)no-repeat;
        background-position:center;
        background-size: cover;
    }

    .seccion-conocenos {
        flex-direction: column;
        align-items: baseline;
        height: 70vh;
    }
    
    .salto {
        display: none;
    }

    /*==================Articulos================*/

    .logo {
        flex-direction: row;
        height: 10vh;
        justify-content: center;
        align-items: baseline;
    }

    .carta {
        height: 40rem;
        width: 22%;
        margin: 0rem 2rem 0rem 2rem;
    }

    .carta-nosotros {
        width: 45rem;
        height: 30rem;
    }

    .cabecera-nosotros {
        width: 100%;
        padding: 0rem 1.5rem 0rem 1.5rem;
    }

    .articulo {
        width: 50%;
    }

    .contenedor-textos {
        flex-direction: row;
    }

    .articulo-moloveron {
        height: 54rem;
        justify-content: center;
        align-items: center;
    }

    /*=====================Div's===================*/

    


    /*==================Imagenes================*/

    .parte-2 { 
        width: 35rem;
    }

    /*==================texto================*/

    .titulo-color {
        font-size: 7.5rem;
    }

    .titulo-color-nosotros {
        font-size: 4.5rem;
    }

    .texto-nosotros {
        font-size: 3rem;
    }

    .founder > .titulo {
        font-size: 2rem;
    }

    .founder > p {
        font-size: 2rem;
    }

    /*==================texto================*/

    #contactForm {
        width: 35%;
        height: 70vh;
    }

}