/* FUENTE */ 

@font-face 
{
    font-family: palatino;
    src: url(/fuentes/Palatino.ttc);
}
body {
    background-color: #d8d8d8;
    font-family: palatino, Helvetica;
}

/* FUENTE */ 

/* HEADER */ 
.tituloheader
{
    margin-top: 2px;
font-size: 40px;
color: black;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 80px;
    background-color: #d8d8d8;
    z-index: 50;
}


header .logo {

    background-color: none;
    border: none;
    
}

.logo img {
    height: 60px;
    margin-top: 10px;
    margin-left: 10px;
}

.menua {
    display: flex;
    justify-content: space-between;
}

.menuul {
    display: flex;
    margin-right: 40px;
    list-style: none;
}

.menuitem {
    color: black;
    text-decoration: none;
    font-size: 18px;
    margin: 0 10px;
    line-height: 40px;
    width: max-content;
    text-transform: uppercase;
}

.logo
{
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
}

/* HEADER */ 

/* MENU IMAGENES */ 

a
{
    text-decoration: none;
    color: black;
}
.desayuno
{
    margin-left: 15%;
    margin-top: 100px;
    width: 70%;
    height: 200px;
    transition: filter 0.4s ease-in-out;
    background-color: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    /* PANTONE DE FYT #203835*/
}
.desayuno:hover{
    filter: brightness(50%);
}
.comida
{
    margin-left: 15%;
    width: 70%;
    margin-top: 20px;
    height: 200px;
    transition: filter 0.4s ease-in-out;
    background-color: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.comida:hover{
    filter: brightness(50%);
}
.bebida
{
    margin-left: 15%;
    margin-top: 20px;
    width: 70%;
    height: 200px;
    transition: filter 0.4s ease-in-out;
    background-color: #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bebida:hover{
    filter: brightness(50%);
}

/* MENU IMAGENES */ 

/* SLIDER

.slider
{
    width: 60%;
    margin: auto;
    margin-top: 100px;
    overflow: hidden;
}
.slider ul
{
    display: flex;
    padding: 0;
    width: 700%;
    animation: cambio 45s infinite alternate;
    animation-timing-function: ease-in;
}

.slider li 
{
    width: 100%;
    list-style: none;
}

.slider img
{
    width: 100%;
}

@keyframes cambio 
{
    0%{ margin-left: 0;}   
    15%{ margin-left: 0;}  

    20%{ margin-left: -100%;}   
    30%{ margin-left: -100%;}  
    
    35%{ margin-left: -200%;}   
    45%{ margin-left: -200%;}  

    50%{ margin-left: -300%;}   
    60%{ margin-left: -300%;}  

    65%{ margin-left: -400%;}   
    75%{ margin-left: -400%;} 

    80%{ margin-left: -500%;}   
    90%{ margin-left: -500%;} 

    95%{ margin-left: -600%;}   
    100%{ margin-left: -600%;} 
}

 SLIDER */ 

/* Reservaciones */


/* FOOTER */ 

footer
{
    width: 100%;
    padding: 50px 0px;
    *background-image: url(../imagenes/background-footer.svg);
    *background-size: cover;
    -webkit-mask-image: url(../imagenes/background-footer.svg);
    mask-image: url(../imagenes/background-footer.svg);
    background-color: #d8d8d8;
    -webkit-mask-size: cover;
    mask-size: cover;
}

.container-footer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    margin-top: 100px;
}

.box-footer
{
    padding: 40px;
    display: flex;
    flex-direction: column;
    z-index: 48;
}

.box-footer .logo2 img
{
    z-index: 49;
    width: 200px;
}


.box-footer .terms
{
    max-width: 350px;
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
    color: black;
}

.box-footer h2
{
    margin-bottom:30px;
    color: black;
    font-weight: 700;
}

.box-footer a
{
    margin-top: 10px;
    color: black;
    font-weight: 600;
    text-decoration: none;
}

.box-footer a:hover
{
    opacity: 0.8;
}
.box-footer a .fa-brands{
    font-size: 20px;
}
.box-copyright
{
    max-width: 1200px;
    margin: auto;
    text-align: center;
    padding: 0px 40px;
}
.box-copyright p
{
    margin-top: 20px;
    color: black;
}
.box-copyright hr
{
    border: none;
    height: 1px;
    background-color: white;
}

/* FOOTER */ 

@media screen and (max-width: 1250px)
{
    .slider
    {
        width: 100%;
        margin: center;
        margin-top: 100px;
        overflow: hidden;
    }
    .logo
    {
        display: none;
    }
    .menua {
        display: flex;
        justify-content: center;
    }
    /* MENU IMAGENES */ 
.contenedor{
    margin-top: 100px;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    align-items: center;
}
.desayuno
{
    width: 70%;
    height: 200px;
}
.desayuno:hover{
    filter: brightness(50%);
}
.comida
{
    width: 70%;
    height: 200px;
}
.comida:hover{
    filter: brightness(50%);
}
.bebida
{
    width: 70%;
    height: 200px;
}
.bebida:hover{
    filter: brightness(50%);
}

.contenedor h2{
    transition: transform 0.4s ease-in-out;;
    color: white;
    justify-content: center;
    text-decoration: none;
    text-align: center;
    transition: transform 0.4s ease-in-out;
    text-shadow: 0 0 8px rgba(black);
    top: 50%;
}
.reser-cont
{
    margin-top: 29%;
}
}