
* {
padding: 0;
margin: 0;
box-sizing: border-box;   
list-style-type: none; 
}



body {
    max-width: 1200px; /* Puedes ajustar este valor */
    margin: 0 auto;
    overflow-x: hidden;
    transform: scale(0.9);
    transform-origin: top center;
}

header .LaPortada {

    display: flex;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    background-size: cover;
    display: flex;
    background-position: center bottom;
    background-repeat: no-repeat;
    align-items: center;
    margin-left: 100px;

}

.Capa-Portada {
    background-color: #f4f4f4;

}

.menu-icono {
    height: 240px;
    width: auto;
    margin: 20px 0;
    transition: transform 0.3s ease; 
    margin-left: -100px;
}

.menu-icono:hover {
    transform: scale(1.1); 
}
.Navegadores {
    display: flex;
    justify-content: center; /* Centra horizontalmente */
    align-items: center;
    padding: 20px;
    margin-left: 0; /* Elimina el margen izquierdo */
    width: 100%;    /* Ocupa todo el ancho disponible */
}

.Navegadores a {
    color: white;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border-radius: 25px;
    background: linear-gradient( 1deg, rgb(105, 105, 126), rgb(255, 255, 255));
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    width: 120px;
    height: 50px;
    margin: 0 10px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.Navegadores a:hover {
    background: linear-gradient( 1deg, rgb(105, 105, 126), rgb(255, 255, 255));
    transform: translateY(-3px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.Navegadores a:active {
    transform: translateY(1px);
    box-shadow: none;
}


a {
    color: black;
    text-decoration: none;
    margin-right: 30px;   
}

.LaSubApertura {
    background-color: #3fa9b1 ;
    height: 828px;
    width: 661px;
    margin-left: -320px;
    
}

.Img-centro{
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: 150px;
    
    
    
}



.Titular-del-Precierre {
    padding-top: 20px;
    display: flex;
    position: absolute; 
    font-size: 75px;
    color: rgb(255, 255, 255);
    margin-left: 350px;
    margin-top: 100px;
    z-index: 2;
}



video {
    margin-left: -350px;
    width: 1890px;
    
}

.Capa {
    position: relative;
    background-color: rgb(17, 54, 82);
    width: 1940px;
    height: 365px;
    opacity: 0.4;
    mix-blend-mode:multiply;
    margin-top: -369px;
    margin-left: -400px;
    display: flex;
}

.faq-section {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    transition: background 0.3s;
}

.faq-item:hover {
    background-color: #f8f9fa;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    font-weight: bold;
    color: #17a2b8; /* Color de las preguntas */
}

.faq-answer {
    display: none;
    margin-top: 10px;
    color: #555;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-contact {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.faq-contact h3 {
    margin-bottom: 15px;
    color: #17a2b8; /* Color del título */
}

.faq-contact form {
    display: flex;
    flex-direction: column;
}

.faq-contact input, .faq-contact textarea {
    padding: 10px;
    margin: 5px 0;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.faq-contact button {
    padding: 10px;
    background-color: #17a2b8; /* Color del botón */
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-contact button:hover {
    background-color: #138496; /* Color al pasar el mouse */
}





.Contactanos {
    height: 314px;
    display: flex;
    margin-left: -19px;
    margin-top: 1900px;
    z-index: 2;
    
}

.H3-Sueños {
    position: absolute;
    height: 314px;
    display: flex;
    margin-left: 415px;
    display: flex;
    
}

.Contacto-boton {
    position: absolute;
    height: 314px;
    display: flex;
    margin-left: 495px;
    margin-top: 30px;
    z-index: 2;
    
}

.Capa-Centro {
    position:absolute;
    background-color: #f4f4f4;
    width: 1940px;
    height: 450px;
    opacity: 4.0;
    mix-blend-mode:soft-light;
    margin-top: 1860px;
    margin-left: -420px;

}

.Cierre {
    
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -810px;
    margin-left: 250px;

}

.Footer{
    position: absolute;
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: -425px;
    margin-left: 250px;

}

.Final-Final {
    margin-top: 950px;
    margin-left: -100px;
    text-align: center;
    padding: 20px;
    position: relative;
    z-index: 10;
    
}

.menu-icono {
    content: url(Imagenes/Taller_Centroderestauracion_Largo.png);
}

@media (max-width: 768px) {
    .menu-icono {
        content: url(Imagenes/Imagenes-V-Mobile/Titulo-Mobile.png);
        width: 145%;
        height: auto; 
        margin-left: -146px;;
    }

    .Navegadores {
        flex-direction: column;
        align-items: stretch;
        margin-left: -95px;
        width: 100%;
    }

    .Navegadores a {
        width: 130%;
        padding: 45px;
        text-align: center;
        margin: 12px 0;
        background-color: #3fa9b1;
        border-radius: 25px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .Titular-del-Precierre {
        font-size: 30px; 
        margin-left: 80px; 
        margin-top: -5px; 
    }

    .Capa {
        width: 100%; 
        height: auto; 
        margin-top: 10px; 
    }

    .Capa-Centro {
        width: 100%; 
        height: auto; 
        margin-top: 10px; 
    }

    .Texto-Servicios {
        max-width: 95%; 
        padding: 15px; 
        font-size: 16px; 
        line-height: 1.4; 
        margin: 20px auto; 
        text-align: justify;
    }

    video {
        width: 100%; 
        height: auto; 
        margin: 0; 
    }


    .Contactanos {
        flex-direction: column; 
        align-items: center; 
        margin-top: 20px; 
    }

    .Footer {
        padding: 10px 20px; 
        font-size: 14px; 
        margin-left: -65px;
        margin-top: -60px;
    }

    .Cierre {
        padding: 10px 20px; 
        font-size: 16px; 
        margin-left: -100px;
        margin-top:-400px;
    }

    .Final-Final {
            
        margin-left: 0px;
    }
}
