/*----- Estilos Generales -----*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

section[id] {
    scroll-margin-top: 70px;
}

body {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 16px;
}

/* ==================== Header ==================== */

header {
    background: url('../img/fondo1.jpg') no-repeat center center fixed;
    height: 100vh;
    background-size: cover;
    display: flex;
    flex-direction: column;
}

.contenedor01 {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.textos {
    text-align: left;
}

.titulo01 {
    font-size: 90px;
    margin: 0;
    font-weight: 400;
    color: #fff;
    text-align: center;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));

}

.textos h3 {
    font-size: 35px;
    margin: 10px 0 0 0;
    font-weight: 300;
    font-style: italic;
    color: #f8f8f8;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    text-align: center;
}

/* =================== MENÚ ==================== */

.navfix {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 100;
    margin-bottom: -10px;
    backdrop-filter: blur(70px);
    box-shadow: 0px 0px 30px rgba(227, 228, 237, .37);
    border: 2px solid rgba(255, 255, 255, .18);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.logo {
    display: flex;
    align-items: center;
}

.menu2 {
    display: flex;
    align-items: center;
}

.logo img {
    height: 90px;
    margin-left: 20px;
    padding: 5px;
}

nav .ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .ul .li {
    margin: 0 15px;
}

.li a {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    padding-top: 20px;
    position: relative;
    margin: 20px 30px;
}

.li a:hover {
    color: #fff;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
}

.checkbtn {
    font-size: 30px;
    color: #fff;
    float: right;
    line-height: 70px;
    cursor: pointer;
    display: none;
}

#check1 {
    display: none;
}

/* ==================== MAIN ====================  */

main {
    padding: 0px 0 0 0;
    width: 100%;
    max-width: 2400px;
    margin: auto;
    overflow: hidden;
    align-content: center;
    align-items: center;
    background: url(../img/so-white.png);
    background-repeat: repeat;
}

/* ==================== NOSOTROS ==================== */

.nosotros {
    width: 100%;
    height: 800px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2c414b;
}
    
.cont-nosotros {
    width: 90%; 
    display: flex; 
    justify-content: space-between; 
    align-items: center; 
    margin: 0 auto; 
}

.img-nosotros {
    width: 35%;
}

.img-nosotros img {
    width: 80%;
    height: auto;
    filter: brightness(0) invert(1);
}

.p-nosotros {
    width: 65%;
    color: #fff;
}

.p-nosotros .titulo h2 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 80px;
}

.parrafo-nosotros {
    color: #fff;
    padding: 0px 30px 30px 0px;
    font-size: 14px; 
    line-height: 2;
}

/* ==================== DESCRIPCIÓN ==================== */

.descripcion {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 100px 40px 100px 40px;
    background-color: #fff;
}

.cont-descrip {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

.parrafo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.3s, box-shadow 0.3s;
}

.parrafo:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.2);
}

.parrafo:nth-child(odd) {
    margin-right: 10%;
}

.parrafo:nth-child(even) {
    margin-left: 10%;
    flex-direction: row-reverse;
}

.texto {
    flex: 1;
}

.p-titulo {
    font-size: 50px;
    font-weight: 300;
    margin-bottom: 10px;
    color: #345d72;
    text-align: center;
}

p {
    line-height: 1.6;
    padding: 0 30px 0 30px;
    text-align: justify;
}

.imagen {
    margin-left: 20px;
}

.imagen img {
    width: 300px;
    height: auto;
}

/* ==================== SERVICIOS ==================== */

.servicios {
    width: 100%;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2b4857;
    margin-bottom: 80px;

}

.cont-servicios {
    width: 90%;
    align-items: center;
}

.titulo {
    width: 100%;
    text-align: center;

}

.titulo h2 {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
    margin-bottom: 50px;
}

.beneficios {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.caract {
    flex: 1;
    min-width: 200px;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.caract img {
    width: 80px;
    filter: brightness(0) invert(1);
}

.caract p {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
}

/* ==================== GALERÍA ==================== */

.galeria {
    text-align: center;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.galeria-titulo {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.titulo {
    margin: 0;
    font-weight: 300;
    font-size: 50px;
}

.foto-galeria {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foto {
    flex: 1;
    margin: 5px;
}

.foto img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 15px;
}

.mas {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

button {
    cursor: pointer;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 60px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    margin: auto;
    display: block;
    max-width: 80%;
    max-height: 80%;
}

.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.modal-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
}

.modal-buttons button {
    background-color: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-buttons button:hover {
    background-color: rgba(255, 255, 255, 0.6);
}

.button {
    all: unset;
    width: 100px;
    height: 30px;
    font-size: 16px;
    background-image: linear-gradient(43deg, #2b4857 0%, #345d72 46%, #3a7694 100%);
    border-radius: 15px;
    position: relative;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    transition: 0.3s ease-in-out;
}

.button:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

#modal-counter {
    text-align: center;
    color: white;
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%);
}

/* ==================== 3D ==================== */

.modelado {
    width: 90%;
    height: 1100px;
    display: flex;
    justify-content: center;
    background-color: #345d72;
    margin: 0 auto;
}

.contenedor-modelado .titulo {
    color: #fff;
    font-weight: 300;
    font-size: 50px;
}

.modelado-texto {
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.modelado-texto p {
    color: #fff;
    flex: 1;
    padding: 0px 30px 0px 30px;
    font-size: 15px;
    text-align: justify;
}

.modelado-texto img {
    width: 30%;
    height: auto;
}

.render {
    width: 80%; 
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 30px;
}

.render img {
    height: 350px;
    margin: 0 auto;
}

/* ==================== COTIZACIÓN ==================== */

.cotizacion {
    position: relative;
    width: 100%;
    height: 400px;
    margin-top: 100px;
    overflow: hidden;
}

.cotizacion::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('https://images.unsplash.com/photo-1567767326925-e2047bf469d0?q=80&w=2070&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D') no-repeat center center fixed;
    background-size: cover;
    opacity: 0.5;
    z-index: 1;
}

.cont-cotizacion {
    position: relative;
    width: 90%;
    align-items: center;
    z-index: 2;
    margin: 0 auto;
}

.titulo {
    width: 100%;
    text-align: center;
    z-index: 2;
}

.titulo-coti h2 {
    color: #30699b;
    font-weight: 500;
    font-size: 70px;
    margin-bottom: 50px;
    z-index: 2;
    text-align: center;
}

.texto-pregunta p {
    color: #1a1919;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
}

.texto-pregunta .parrafo-pregunta {
    color: #1a1919;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.5;
    text-align: center;
    z-index: 2;
    margin-top: 20px;
}

/* ==================== HORARIO ==================== */

.Horario {
    width: 100%;
    text-align: center;
    height: 350px;
}

.content-hora {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.contenedor-horario {
    width: 100%;
    margin-bottom: 30px;
}

.contenedor-horario .titulo {
    font-size: 45px;
}

.horarios {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.horarios p {
    flex-grow: 1;
    text-align: center;
}


/* ==================== FOOTER ==================== */

footer {
    background-color: rgb(250, 247, 247);
    padding: 0 0 20px 0;
}

.contenido {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    gap: 20px;
    padding: 0 20px;
    margin: 0 auto;
}

.terminos-container,
.redes-footer,
.imagen-container {
    flex: 1;
    min-width: 0;
    text-align: center;
}

.centrar {
    padding: 10px;
    text-align: justify;
    margin: 0;
    color: #000;
    font-size: 12px;
}

.centrar a {
    color: inherit;
}

.redes-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.redes-footer .titulo-redes {
    margin-bottom: 10px;
}

.redes-footer a {
    color: #000;
    margin: 5px;
    text-decoration: none;
}

.redes-footer .facebook {
    color: #1877f2;
}

.redes-footer .instagram {
    color: #7a288a;
}

.imagen-container img {
    width: 230px;
    height: auto;
    display: block;
    margin: 10px auto;
}


.derechos {
    color: #000;
    text-align: center;
    font-size: 12px;
    position: relative;
    margin-top: 20px; 
}

.derechos::before {
    content: "";
    display: block;
    width: 90%;
    height: 2px;
    background-color: rgb(0, 0, 0);
    margin: 0 auto;
    position: absolute;
    top: -10px; 
    left: 50%;
    transform: translateX(-50%);
}

.derechos p {
    margin: 0;
    text-align: center;
}

@media (max-width: 1000px) {

    .checkbtn {
        display: block;
    }

    .ul {
        position: fixed;
        width: 100%;
        height: 100vh;
        background: rgba(180, 178, 178, 0.8);
        backdrop-filter: blur(10px);
        top: 100px;
        right: -100%;
        text-align: center;
        transition: all .5s;
        flex-direction: column;
        /* justify-content: center;  */
    }

    #check1:checked~.ul {
        right: 0;
    }

    .menu2 .ul .li {
        margin: 25px 0;
    }

    .li a {
        color: #000;
        font-size: 25px;
        font-weight: 400;
        text-decoration: none;
        position: relative;
        margin: 20px 30px;
    }

}

@media (min-width: 300px) and (max-width: 500px) {

    /* ===== HEADER ===== */

    .titulo01 {
        font-size: 50px;
        margin: 0;
        font-weight: 400;
        color: #fff;
        text-align: center;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    }

    .textos h3 {
        font-size: 20px;
        margin: 10px 0 0 0;
        font-weight: 300;
        font-style: italic;
        color: #f8f8f8;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    }

    .logo img {
        height: 90px;
        margin-left: -30px;
        padding: 5px;
    }

    /* ===== NOSOTROS ===== */

    .nosotros {
        width: 100%;
        height: 1800px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2c414b;
        padding: 10px;
    }
    
    .cont-nosotros {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column; 
        margin: 0 auto;
    }
    
    .img-nosotros {
        width: 45%;
        order: 2; 
    }
    
    .img-nosotros img {
        width: 100%;
        margin-top: 20px;
        height: auto;
        filter: brightness(0) invert(1);
    }
    
    .p-nosotros {
        width: 100%;
        color: #fff;
        order: 1;
    }
    
    .p-nosotros .titulo h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 40px;
    }
    
    .parrafo-nosotros {
        color: #fff;
        font-size: 12px;
        padding: 0;
    }

    /* ===== DESCRIPCIÓN ===== */

    .descripcion {
        padding: 20px;
        background-color: #fff;
    }
    .cont-descrip {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
    .parrafo {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .parrafo:hover {
        /* transform: translateY(-10px); */
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .parrafo:nth-child(odd) {
        margin-right: 0%;
    }
    .parrafo:nth-child(even) {
        margin-left: 0%;
        flex-direction: column;
    }
    .texto, .imagen {
        width: 100%;
    }
    .p-titulo {
        font-size: 30px;
        margin-bottom: 10px;
        color: #c07307;
    }
    p {
        font-size: 15px;
        line-height: 1.6;
    }
    .imagen {
        margin: 0 auto;
    }
    .imagen img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        margin-top: 10px;
    }

    /* ===== SERVICIOS ===== */

    .servicios {
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        /* Centrar horizontalmente el contenedor de servicios */
        align-items: center;
        background-color: #2b4857;
        margin-bottom: 80px;

    }

    .cont-servicios {
        width: 100%;
        align-items: center;
    }

    .titulo {
        width: 100%;
        text-align: center;
    }

    .titulo h2 {
        color: #fff;
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 20px;
    }

    .beneficios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .caract {
        flex: 1;
        min-width: 200px;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }

    .caract img {
        width: 30px;
        filter: brightness(0) invert(1);
    }

    .caract p {
        font-size: 15px;
        text-align: center;
    }

    /* ===== GALERIA ===== */

    .foto {
        flex: 0 0 48%;
        margin: 1%;
    }

    .foto img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        vertical-align: top;
        cursor: pointer;
    }

    /* ===== MODAL ===== */

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 250px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: 80%;
    }

    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-buttons {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 30px;
    }

    .modal-buttons button {
        background-color: rgba(255, 255, 255, 0.3);
        border: none;
        color: white;
        padding: 20px;
        font-size: 18px;
        margin: 0 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .modal-buttons button:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    /* ===== 3D ===== */

    .modelado {
        width: 100%;
        height: 2150px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #345d72;
        margin-bottom: 80px;
        margin: 0 auto;
    }

    .contenedor-modelado .titulo {
        color: #fff;
        font-weight: 300;
        font-size: 40px;
        text-align: center;
        margin-bottom: 15px;
    }

    .modelado-texto {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* margin-top: 30px; */
        padding: 0 5%;
    }

    .modelado-texto p {
        color: #fff;
        width: 100%;
        padding: 15px;
        font-size: 15px;
        text-align: justify;
    }

    .modelado-texto img {
        width: 85%;
        height: auto;
        margin-top: 20px;
    }

    .render {
        width: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5%;
    }
    
    .render img {
        width: 85%;
        height: auto;
    }

    /* ===== COTIZACIÓN ===== */

    .cont-cotizacion {
        position: relative;
        width: 95%;
        align-items: center;
        z-index: 2;
        margin: 0 auto;
    }

    .titulo {
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .titulo-coti h2 {
        color: #30699b;
        font-weight: 500;
        font-size: 27px;
        margin-bottom: 30px;
        z-index: 2;
        text-align: center;
    }

    .texto-pregunta p {
        color: #1a1919;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
    }

    .texto-pregunta .parrafo-pregunta {
        color: #1a1919;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
        margin-top: 20px;
    }

    /* ===== HORARIO ===== */

    .Horario {
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f0f0f0;
        padding: 20px 0;
    }

    .content-hora {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .horarios {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .horarios p {
        width: 100%;
        max-width: 300px;
        padding: 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    /* ===== FOOTER ===== */

    .imagen-container img {
        max-width: 130px;
        height: auto;
        display: block;
        margin: 10px auto;
    }

}

@media (min-width: 501px) and (max-width: 900px) {

    /* ===== HEADER ===== */

    .titulo01 {
        font-size: 70px;
        margin: 0;
        font-weight: 400;
        color: #fff;
        text-align: center;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    }

    h3 {
        font-size: 20px;
        margin: 10px 0 0 0;
        font-weight: 300;
        font-style: italic;
        color: #f8f8f8;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    }

    /* ===== NOSOTROS ===== */

    .nosotros {
        width: 100%;
        height: 1900px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2c414b;
        padding: 10px;
    }
    
    .cont-nosotros {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column; 
        margin: 0 auto;
    }
    
    .img-nosotros {
        width: 35%;
        order: 2; 
    }
    
    .img-nosotros img {
        width: 80%;
        margin-top: 15px;
        text-align: center;
        height: auto;
        filter: brightness(0) invert(1);
    }
    
    .p-nosotros {
        width: 100%;
        color: #fff;
        order: 1;
    }
    
    .p-nosotros .titulo h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 50px;
    }
    
    .parrafo-nosotros {
        color: #fff;
        font-size: 12px;
        padding: 0;
    }

    /* ===== DESCRIPCIÓN ===== */

    .descripcion {
        padding: 20px;
        background-color: #fff;
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .cont-descrip {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }
    .parrafo {
        display: flex;
        flex-direction: column;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .parrafo:hover {
        /* transform: translateY(-10px); */
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .parrafo:nth-child(odd) {
        margin-right: 0%;
    }
    .parrafo:nth-child(even) {
        margin-left: 0%;
        flex-direction: column;
    }
    .texto, .imagen {
        width: 100%;
    }
    .parrafo .texto .p-titulo {
        font-size: 40px;
        margin-bottom: 10px;
        color: #c07307;
        filter: drop-shadow(0 0 0px rgba(0, 0, 0, .1));
    }
    p {
        font-size: 18px;
        line-height: 1.6;
    }
    .imagen {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .imagen img {
        width: 70%;
        height: auto;
        border-radius: 8px;
        margin-top: 10px;
    }
    /* ===== SERVICIOS ===== */

    .servicios {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        /* Centrar horizontalmente el contenedor de servicios */
        align-items: center;
        background-color: #2b4857;
        margin-bottom: 80px;

    }

    .cont-servicios {
        width: 100%;
        align-items: center;
    }

    .titulo {
        width: 100%;
        text-align: center;
    }

    .titulo h2 {
        color: #fff;
        font-weight: 300;
        font-size: 30px;
        margin-bottom: 50px;
    }

    .beneficios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .caract {
        flex: 1;
        min-width: 200px;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }

    .caract img {
        width: 30px;
        filter: brightness(0) invert(1);
    }

    .caract p {
        font-size: 15px;
        text-align: center;
    }

    /* ===== GALERIA ===== */

    .foto {
        flex: 0 0 48%;
        margin: 1%;
    }

    .foto img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        vertical-align: top;
        cursor: pointer;
    }

    /* ===== MODAL ===== */

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 250px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: 80%;
    }

    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-buttons {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 30px;
    }

    .modal-buttons button {
        background-color: rgba(255, 255, 255, 0.3);
        border: none;
        color: white;
        padding: 20px;
        font-size: 18px;
        margin: 0 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .modal-buttons button:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    /* ===== 3D ===== */

    .modelado {
        width: 100%;
        height: 2350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #345d72;
        margin-bottom: 80px;
        margin: 0 auto;
    }

    .contenedor-modelado .titulo {
        color: #fff;
        font-weight: 300;
        font-size: 40px;
        text-align: center;
    }

    .modelado-texto {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 15px;
        padding: 0 5%;
    }

    .modelado-texto p {
        color: #fff;
        width: 100%;
        padding: 15px;
        font-size: 15px;
        text-align: justify;
    }

    .modelado-texto img {
        width: 80%;
        height: auto;
        margin-top: 20px;
    }

    .render {
        width: 100%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5%;
    }
    
    .render img {
        width: 80%;
        height: auto;
    }


    /* ===== COTIZACIÓN ===== */

    .cont-cotizacion {
        position: relative;
        width: 90%;
        align-items: center;
        z-index: 2;
        margin: 0 auto;
    }

    .titulo {
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .titulo-coti h2 {
        color: #30699b;
        font-weight: 500;
        font-size: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        z-index: 2;
        text-align: center;
    }

    .texto-pregunta p {
        color: #1a1919;
        font-weight: 400;
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
    }

    .texto-pregunta .parrafo-pregunta {
        color: #1a1919;
        font-weight: 400;
        font-size: 25px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
        margin-top: 20px;
    }

    /* ===== HORARIO ===== */

    .Horario {
        width: 100%;
        height: 550px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f0f0f0;
        padding: 20px 0;
    }

    .content-hora {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .horarios {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .horarios p {
        width: 100%;
        max-width: 300px;
        padding: 15px;
        background: #fff;
        border: 1px solid #ddd;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

}

@media (min-width: 901px) and (max-width: 1250px) {

    /* ===== HEADER ===== */

    .titulo01 {
        font-size: 70px;
        margin: 0;
        font-weight: 400;
        color: #fff;
        text-align: center;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
    }

    h3 {
        font-size: 30px;
        margin: 10px 0 0 0;
        font-weight: 300;
        font-style: italic;
        color: #f8f8f8;
        filter: drop-shadow(0 0 15px rgba(0, 0, 0, .9));
        text-align: center;
    }

    /* ===== NOSOTROS ===== */

    .nosotros {
        width: 100%;
        height: 1150px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2c414b;
    }

    .cont-nosotros {
        width: 90%; 
        display: flex; 
        justify-content: space-between; 
        align-items: center; 
        margin: 0 auto; 
    }
    
    .img-nosotros {
        width: 35%;
    }
    
    .img-nosotros img {
        width: 80%;
        height: auto;
        filter: brightness(0) invert(1);
    }
    
    .p-nosotros {
        width: 65%;
        color: #fff;
    }
    
    .p-nosotros .titulo h2 {
        color: #fff;
        margin-bottom: 20px;
        font-size: 60px;
    }
    
    .parrafo-nosotros {
        color: #fff;
        padding: 0px 15px 15px 0px;
        font-size: 14px; 
        line-height: 2;
    }

    /* ===== DESCRIPCIÓN ===== */

    .descripcion {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        padding: 40px;
        background-color: #fff;
    }
    .cont-descrip {
        display: flex;
        flex-direction: column;
        gap: 40px;
        width: 90%;
        max-width: 1200px;
        margin: auto;
    }
    .parrafo {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        transition: transform 0.3s, box-shadow 0.3s;
    }
    .parrafo:hover {
        transform: translateY(-10px);
        box-shadow: 0 8px 16px rgba(0,0,0,0.2);
    }
    .parrafo:nth-child(odd) {
        margin-right: 10%;
    }
    .parrafo:nth-child(even) {
        margin-left: 10%;
        flex-direction: row-reverse;
    }
    .texto {
        flex: 1;
    }
    .p-titulo {
        font-size: 40px;
        font-weight: 300;
        margin-bottom: 10px;
        color: #c07307;
        filter: drop-shadow(0 0 0px rgba(0, 0, 0, .9));
        text-align: center;
    }
    p {
        line-height: 1.6;
        padding: 0 30px 0 30px;
        text-align: justify;
    }
    .imagen {
        margin-left: 20px;
    }
    .imagen img {
        width: 300px;
        height: auto;
    }

    /* ===== SERVICIOS ===== */

    .servicios {
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
        /* Centrar horizontalmente el contenedor de servicios */
        align-items: center;
        background-color: #2b4857;
        margin-bottom: 80px;

    }

    .cont-servicios {
        width: 100%;
        align-items: center;
    }

    .titulo {
        width: 100%;
        text-align: center;
    }

    .titulo h2 {
        color: #fff;
        font-weight: 300;
        font-size: 40px;
        margin-bottom: 50px;
    }

    .beneficios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .caract {
        flex: 1;
        min-width: 200px;
        box-sizing: border-box;
        padding: 10px;
        text-align: center;
    }

    .caract img {
        width: 30px;
        filter: brightness(0) invert(1);
    }

    .caract p {
        font-size: 15px;
    }

    /* ===== GALERIA ===== */

    .foto {
        flex: 0 0 48%;
        margin: 1%;
    }

    .foto img {
        width: 100%;
        height: 200px;
        object-fit: cover;
        vertical-align: top;
        cursor: pointer;
    }

    /* ===== MODAL ===== */

    .modal {
        display: none;
        position: fixed;
        z-index: 1000;
        padding-top: 250px;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0, 0, 0);
        background-color: rgba(0, 0, 0, 0.7);
    }

    .modal-content {
        margin: auto;
        display: block;
        max-width: 80%;
        max-height: 80%;
    }

    .close {
        position: absolute;
        top: 15px;
        right: 35px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        transition: 0.3s;
    }

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

    .modal-buttons {
        display: flex;
        justify-content: center;
        position: absolute;
        width: 100%;
        bottom: 30px;
    }

    .modal-buttons button {
        background-color: rgba(255, 255, 255, 0.3);
        border: none;
        color: white;
        padding: 20px;
        font-size: 18px;
        margin: 0 10px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .modal-buttons button:hover {
        background-color: rgba(255, 255, 255, 0.6);
    }

    /* ===== 3D ===== */

    .modelado {
        width: 100%;
        height: 2250px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #345d72;
        margin-bottom: 80px;
        margin: 0 auto;
    }

    .contenedor-modelado .titulo {
        color: #fff;
        font-weight: 300;
        font-size: 40px;
        text-align: center;
        margin-bottom: 15px;
    }

    .modelado-texto {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        padding: 0 5%;
    }

    .modelado-texto p {
        color: #fff;
        width: 100%;
        padding: 30px;
        font-size: 15px;
        text-align: justify;
    }

    .modelado-texto img {
        width: 60%;
        height: auto;
        margin-top: 20px;
    }

    .render {
        width: 90%; 
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    
    .render img {
        width: 60%;
        margin: 0 auto;
    }

    /* ===== COTIZACIÓN ===== */

    .cont-cotizacion {
        position: relative;
        width: 90%;
        align-items: center;
        z-index: 2;
        margin: 0 auto;
    }

    .titulo {
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .titulo-coti h2 {
        color: #30699b;
        font-weight: 500;
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 40px;
        z-index: 2;
        text-align: center;
    }

    .texto-pregunta p {
        color: #1a1919;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
    }

    .texto-pregunta .parrafo-pregunta {
        color: #1a1919;
        font-weight: 400;
        font-size: 30px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
        margin-top: 20px;
    }

}

@media (min-width: 1251px) and (max-width: 1450px) {

    /* ===== NOSOTROS ===== */

    .nosotros {
        width: 100%;
        height: 950px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #2c414b;
    }

    /* ===== COTIZACIÓN ===== */

    .cont-cotizacion {
        position: relative;
        width: 90%;
        align-items: center;
        z-index: 2;
        margin: 0 auto;
    }

    .titulo {
        width: 100%;
        text-align: center;
        z-index: 2;
    }

    .titulo-coti h2 {
        color: #30699b;
        font-weight: 500;
        font-size: 40px;
        margin-top: 30px;
        margin-bottom: 40px;
        z-index: 2;
        text-align: center;
    }

    .texto-pregunta p {
        color: #1a1919;
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
    }

    .texto-pregunta .parrafo-pregunta {
        color: #1a1919;
        font-weight: 400;
        font-size: 25px;
        line-height: 1.5;
        text-align: center;
        z-index: 2;
        margin-top: 20px;
    }

    /* ===== 3D ===== */

    .render {
        width: 80%; 
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    
    .render img {
        height: 250px;
        margin: 0 auto;
    }
    
}

@media (min-width: 1451px) and (max-width: 1650px) {

    /* ===== 3D ===== */

    .render {
        width: 80%; 
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 30px;
    }
    
    .render img {
        height: 300px;
        margin: 0 auto;
    }

}