* {
    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;
}



.fade {
    opacity: 0; 
    transition: opacity 0.5s ease-in-out; 
}

.fade.visible {
    opacity: 1; 
}

header .LaPortada {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.menu-icono {
    height: 240px;
    width: auto;
    margin: 20px 0;
    transition: transform 0.3s ease; 
}

.menu-icono:hover {
    transform: scale(1.1); 
}

.Navegadores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.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: linear-gradient( 120deg, rgb(54, 54, 75), rgb(255, 255, 255));
    height: 828px;
    width: 1751px;
    margin: 50px auto;
    margin-left: -380px;
    margin-top: 40px;
    max-width: 1751px;
}

.Img-centro {
    height: 552px;
    width: 700px;
    justify-content: center;
    display: flex;
    position: absolute; 
    margin-top: 50px;
    margin-left: 70px;
}

.Slider {
    max-width: 100%;
    height: auto;
    width: 1175px;
    margin-left: 686px;
    margin-top: -708px;   
    overflow: hidden;
}

.Slider ul {
    display: flex;
    padding: 0;
    width: 300%;
    animation: automatico 20s infinite alternate linear;
    animation-timing-function: ease-in-out;
}

.Slider li {
    width: 100%;
    list-style: none;
}

.Slider img {
    height: 830px;
    width: 1175px;
}

@keyframes automatico {
    0% {margin-left: 0;}
    20% {margin-left: 0;}
    25% {margin-left: -100%;}
    45% {margin-left: -100%;}
    50% {margin-left: -200%;}
    70% {margin-left: -200%;}
    75% {margin-left: -300%;}
    100% {margin-left: -300%;}
}

.ML {
    justify-content: center;
    margin-left: -1298px;
    margin-top: -280px;
    font-size: 44px;
    color: white;
    text-align:center;
}

.Servicios-Portada {
    margin-top: 120px;   
    text-align: center; 
}

.Servicios h2 {
    font-size: 36px; 
    margin: 0;
}

.Servicios p {
    font-size: 20px; 
}

.Servicios-link {
    position: relative;
    margin-left: -10px;
    margin-top: 40px;
    height: 120px;
    font-size: 15px;    
}

.Titular-del-Precierre {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute; 
    font-size: 75px;
    color: rgb(255, 255, 255);
    margin-left: 750px;
    margin-top: 300px;
}



video {
    width: 1900px;
    height: 1408px; 
    margin-left: -36px;
    margin-top: -290px;
    display: flex;
}



.Preguntas {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -150px;
}

.Preguntas h2 {
    font-size: 36px; 
    text-align: center; 
}

.Preguntas nav {
    margin-top: 10px;
}

.Capa-Contacto {
    position: ab; 
    background-color: #f4f4f4; 
    padding: 20px; 
    text-align: center; 
    z-index: 1; 
    width: 1860px;
    height: 500px;
    margin-top: 120px;
}



.Contactanos, .H3-Sueños, .Contacto-boton {
    position: relative; 
    z-index: 2; 
}


.Contactanos {
    height: 314px;
    display: flex;
    margin-left: 319px;
    margin-top: 50px;
    z-index: 2;
}

.H3-Sueños {
    position: absolute;
    font-size: 20px;
    display: flex;
    margin-left: 789px;
    margin-top: -25px;
}

.Contacto-boton {
    margin-left: 50px;
    margin-top: 10p;
    z-index: 9;
}

.Contacto-boton a {
    display: inline-block;
    background: #6a1b9a;
    color: #fff !important;
    padding: 14px 32px;
    border-radius: 30px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(106,27,154,0.15);
    transition: background 0.3s, transform 0.2s;
    border: none;
    margin-top: 10px;
}

.Contacto-boton a:hover {
    background: #4a148c;
    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 8px 24px rgba(106,27,154,0.22);
}

.Capa-Centro {
    position: absolute;
    background-color: #f4f4f4;
    width: 1903px;
    height: 450px;
    opacity: 4.0;
    mix-blend-mode: soft-light;
    margin-top: 120px;
    margin-left: -420px;
}

#Seccion-cierre {
    margin-top: -400px;
}

.Cierre {
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    position: absolute;
    margin-top: 610px;
    margin-left: -250px;
}

.Footer {
    position: absolute;
    height: 352px;
    width: 600px;
    justify-content: center;
    display: flex;
    margin-top: 1000px;
    margin-left: -240px;
}

.Final-Final {
    margin-top: 1200px;
    justify-content: center;
    text-align: center;
    z-index: 10;
    position: relative;
    margin-left: -30px;
}

.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: 135%;
        height: auto; 
        margin-left: -116px;
    }
    
        .Contactanos {
            content: url(Imagenes/Imagenes-V-Mobile/Titulo-Mobile.png);
            width: 370px;
            height: auto;
            margin-left: 722px;
            margin-top: 30px;
        }
    
        .logo {
            margin-left: 20px;
        }
    
        .Navegadores {
            flex-direction: column;
            align-items: stretch;
            margin-left: -1px;
            width: 100%;
        }
    
        .Navegadores a {
            width: 100%;
            padding: 40px;
            text-align: left;
            margin: 10px 0;
            background-color: #3fa9b1;
            border-radius: 25px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        }
    
        .Servicios {
            margin-left: 0;
            padding-left: 0px;
        }
    
    
        .VerServicios {
            text-align: center;
            margin-left: 10px;
            padding: 10px 20px;
        }
    
        .Capa-Contacto {
            height: 85vh;
        }

    
        video {
            width: 120%;
            height: 80vh;
            object-fit: cover;
            margin-top: 30px;
        }
    
        .H3-Sueños h3 {
            font-size: 25px;
            margin-left: -19px;
            margin-top: -30px;
        }
    
        body, h1, h2, h3, p {
            text-align: center;
            margin-left: -10px;
        }
    
        .ML, .Servicios h2, .Titular-del-Precierre, .Preguntas h2 {
            margin-left: 15px;
            margin-top: 280px;
        }
    
        .Titular-del-Precierre {
            margin-top: 220px;
            font-size: 50px;
            margin-left: 60px;
        }
    
        .Servicios-link {
            margin-left: -10px;
        }
    
        
        .Cierre {
            margin-left: -212px;
        }
    
        .Footer {
            font-size: 14px;
            margin-left: -198px;
        }
    
        .LaSubApertura {
            display: none;
        }

        .Final-Final {
            
            margin-left: 0px;
            text-align: center;
        }
}



@media (max-width: 768px) {
    #Precierre video {
        width: 200vw !important;
        max-width: 170vw !important;
        height: auto !important;
        max-height: 100vh !important; /* Ajusta este valor según prefieras */
        display: block;
        margin: 0 auto;
        object-fit: cover;
        border-radius: 12px;
        background: #222;
    }
    #Precierre {
        padding: 0 !important;
        margin: 0 !important;
        text-align: center;
    }

    .Servicios h2 {
        font-size: 26px !important; /* Ajusta el tamaño según prefieras */
        margin-top: 20px;
        text-align: center;
        margin-left: 0 !important;
    }
    .Servicios p {
        font-size: 23px !important;
        text-align: center;
        margin-left: 0 !important;
    }

    .Slider {
        width: 100vw !important;
        max-width: 200vw !important;
        height: auto !important;
        margin: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        
        
    }
    .Slider ul {
        width: 10vw !important;
        display: flex !important;
      
    }
    .Slider li {
        width: 100vw !important;
        min-width: 100vw !important;
        list-style: none !important;
        padding: 0 !important;
        margin: 0 !important;
        
    }
    .Slider img {
        width: 100vw !important;
        max-width: 100vw !important;
        object-fit: cover !important;
        display: block !important;
        margin: 0 auto !important;
        
    }

 }

/* Botón solo visible en móvil */
.Contacto-boton-movil {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    background: #2d2d2d;
    color: #fff;
    padding: 12px 24px;
    border-radius: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

.Contacto-boton-movil a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

@media (max-width: 768px) {
    .Contacto-boton-movil {
        display: block;
    }
    .Contacto-boton {
        margin-left: -20px !important;
        margin-right: 0 !important;
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }
    .Contacto-boton a {
        width: 120%;
        max-width: 320px;
        text-align: center;
        margin: 0 auto;
    }
}