*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root{
    scroll-behavior: smooth;
}
body{
    background-image: url(imagenes/aaa.jpg);
}
.contenedor{
    width: 90%;
    max-width: 1200px;
    overflow: hidden;
    margin: auto;
    padding: 60px 0;
}
header{
    height: 100vh;
    background-image: url(imagenes/fondo2.jpg);
    background-size: 100%;
    animation: movimiento 30s infinite linear alternate;
}
@keyframes movimiento{
    from{
        background-position: bottom left;
    }to{
        background-position: top right;
    }
}
.head{
    padding: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: rgb(238, 237, 237);
    text-align: center;
}
.hamburguer{
    position: fixed;
    top: 30px;
    right: 30px;
    background: aliceblue;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 6px rgb(0, 0, 0, .5);
}
.menu-navegacion{
    position: fixed;
    z-index: 10;
    top: 0;
    right: 0;
    width: 20vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    background-color: rgba(17, 16, 16, 0.5);

    transition: transform .3s ease-in-out;
    transform: translate(110%);
}
.login{
    background-color: rgba(98, 92, 92, 0.5);
    display: inline-block;
    justify-content:  space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 3px solid gray;
    border-radius: 20px;
    padding: 10px;
    font-family: 'Gill Sans', 
    'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.registro{
    background-color: rgba(98, 92, 92, 0.5);
    display: inline-block;
    justify-content:  space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 3px solid gray;
    border-radius: 20px;
    padding: 10px;
    font-family: 'Gill Sans', 
    'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.show{
    transform: translate(100%);
}
.img-galeria{
    object-fit: cover;
    width: 30%;
    display: block;
    margin-bottom: 15px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .5);
    cursor: pointer;
   
}
.imagen-light{
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}
.image-light{
    position: fixed;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(100%);
    transition: transform .2s ease-in-out;
}
.agregar-imagen{
    object-fit: cover;
    width: 60%;
    border-radius: 10px;
    transform: scale(1);
    transition: transform .3s .2s;
}
.showImage{
    transform: scale(0);
}
.close{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    cursor: pointer;
}
.spread{
    transform: translate(0);
}
.menu-navegacion a{
    color: aliceblue;
    text-decoration: none;
    background-color: rgba(17, 16, 16, 0.5)
}
.titulo{
    margin-bottom: 15px;
}
.copy{
    font-weight: 300;
    font-size: 25px;
}
table{
    border-radius: 2px;
    border: 10;
    padding: 100;
}
.subtitulo{
    background-color: rgb(250, 250, 250);
    text-align: center;
    font-weight: 400;
    color: #7a1515;
    margin-bottom: 40px;
    font-size: 60px;
    font-family: 'Gill Sans', 
    'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.contenedor-servicio{
    display: flex;
    justify-content:  space-evenly;
    align-items: center;
    flex-wrap: wrap;  
}
.contenedor-servicio img{
    width: 40%;    
}
.checklist-servicio{
    width: 45%;
}
.service{
    margin-bottom: 20px;
    text-align: left;
    font-family: 'Gill Sans', 
    'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    
}
.n-service{
    margin-bottom: 7px;
    color: #ebebeb;
}
.number{
    display: inline-block;
    width: 30px;
    height: 30px;
    color: rgb(255, 250, 244);
    text-align: center;
    border-radius: 50%;
    font-weight: 700;
    line-height: 30px;
    margin-right: 5px;
    background: #c98f69;
}
.gallery{
    background-image: url(imagenes/aaa2.jpg);
}
.contenedor-galeria{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.contenedor-menu{

        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
        font-size: 60px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.contenedor-menu1{
    background-color: rgb(250, 250, 250);
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    font-weight: 400;
    color: #7a1515;
    margin-bottom: 40px;
    font-size: 60px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}          

#Locales{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
footer{
    background-image: url(imagenes/fondo2.jpg);
    padding-bottom: 0.1px;
}
.footer-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 40px;

}
.contact-us{
    width: 40%;
    color: black;
}
.brand{
    font-weight: 500;
    font-size: 40px;
}
.brand+p{
    font-weight: 500;
}
.social-media{
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.social-media-icon{
    display: inline-block;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    text-align:center;
    border-radius: 50%;
    color: #fff;
}
.social-media-icon:hover{
    background: #fff;
    color: #764ba2;
}
.social-media-icon i{
    font-size: 30px;
    line-height: 60px;
}
.line{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    height: 2px;
    background: #fff;
    margin-bottom: 60px;
}