header,body,footer{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
html{
    background-color: #A8C4C0;
}
body p{
    font-size: 1em;
}
header{
    color: #3C504C;
}

.MenuEscondido{
    display: none;
}
.ReservaOnline {
    margin-right: 1em;
    margin-left: auto;
    max-height:20px;
}

.ReservaOnline img{
    height: 20px;
    filter: invert(27%) sepia(29%) saturate(321%) hue-rotate(118deg) brightness(92%) contrast(86%);
}

.button{
    border-radius: 4px;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    border: 2px solid #3C504C;
    background: #A8C4C0;
}

button a{
    color: #3C504C;
    text-decoration: none;
}


button:hover a{
    color: #A8C4C0;
    font-weight: bold;
}

button:hover{
    background: #3C504C;
}

.nbar{
    position: fixed;
    width: 100%;
    overflow: hidden;
    display: flex;
    z-index: 2;
    padding-top: 1em;
}

#Menu img{
    align-content: end;
}

#Llamada img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(103%) contrast(101%);
}
#ReservaYa img{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(88deg) brightness(103%) contrast(101%);
    margin-left: 7px;
}

#Llamada img:hover{
    filter: invert(82%) sepia(17%) saturate(257%) hue-rotate(122deg) brightness(92%) contrast(86%);
}
#ReservaYa img:hover{
    filter: invert(82%) sepia(17%) saturate(257%) hue-rotate(122deg) brightness(92%) contrast(86%);
}
#BelenEscude img{
    max-width: 100%;
    padding: 20px;
    height: auto;
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#BelenEscude {
    width: auto;
    background-color: #A8C4C0;
}
.LoOtro {
    background-color: #A8C4C0;
    color:white;
    margin-top: 0;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin: 0;
    text-align: justify;
}

.LoOtro p{
    font-weight: 400;
}
#SobreNosotros{
    margin-right: auto;
    margin-left: auto;
    width: 80%;
}

section{
    margin-bottom: 2em;
}

body h2{
    color: #3C504C;
    text-align:center;
    font-weight: bolder;
}
#NuestrosServicios h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#NuestrosServicios h4,p{
    color: #ffff;
}
#NuestrosServicios p{
    text-align: justify;
}

#NuestrosServicios h4,#NuestrosServicios h5{
    font-size: 1em;
}

h5{
    font-family: 'Playfair Display', serif;
}

#NuestrosServicios{
    margin-left: 10%;
    margin-right: 10%;
}
.row{
    text-align: left;
}

.col-sm-4{
    margin-bottom: 1em;
}
#CitaOnline{
    margin-left: auto;
    margin-right: 1em;
}

.nbar span
{
    margin-left: 1em;
}

.mapouter{
    border-style:solid;
    border-width: 2px;
    border-color: #3C504C;
    border-radius: 4px;
    overflow:hidden;
    position:relative;
    saturation: 36;
    color: #ffff;
    lightness: 40;
    height: 400px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.mapouter iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
footer{
    color: #3C504C;
    margin-left: 10%;
    margin-right: 10%;
}

sidenav .redes{
    display: block  ;
    max-height: 25px;
    width: 200px;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
}

#redes{
    display: block  ;
    max-height: 25px;
    margin-left: 0;
    margin-right: auto;
    align-items: center;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li{
float: left;
}

.redes img{
    filter: grayscale(100%);
    max-height: 25px;
    margin: 0px;
}

.redes img:hover{
    filter: grayscale(0%);
}

.para2{
    background-color: #A8C4C0;
    margin: 0px;
}

footer{
    text-align: center;
}
/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 with - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 2; /* Stay on top */
    top: 0; /* Stay at the top */
    left: 0;
    background-color: #383636; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.35s; /* 0.5 second transition effect to slide in the sidenav */
}
.sidenav a {
    padding: 8px 8px 8px 8px;
    margin-left: auto;
    text-align: center;
    text-decoration: none;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
    color: #ffff;
    display: block;
    transition: 0.3s;
}

.sidenav-open{
    width:100%;
}

@media screen and (min-width: 800px){
    .llamar{
        grid-area: llamar;
    }
    .escribir{
        grid-area: escrib;
    }
    .cita{
        grid-area: cita;
    }
    .serv{
        margin-top: 100%;
        margin-bottom: auto;
    }
    .horario{
        grid-area: hor;
        margin-left: 1em;
        text-align: center;
    }
    .Contacto{
        display: grid;
        grid-template-areas: 'llamar cita escrib';
        grid-template-columns: 33.33% 33.33% 33.33%;
    }
    .redes #Llamada{
        display: none;
    }
    .redes #ReservaYa{
        display: none;
    }
    .sidenav-open {
        width: 250px;
    }
    .sidenav a{
        padding: 8px 8px 8px 32px;
        text-align: left;
    }
    .ReservaOnline #CitaOnline{
        display: block;
    }
    .ReservaOnline #imgRes{
        display: none;
    }
}
.centrar-redes{
    text-align: center;  /* Centra el contenido horizontalmente */
}
@media screen and (max-width: 799px){
    .sidenav .redes{
        margin-left: calc((100% - 240px)/2);
        text-align: center;
        align-items: center;
    }
    .serv{
        margin-top: 40%;
        margin-bottom: auto;
    }
    .ReservaOnline #CitaOnline{
        display: none;
    }
    .ReservaOnline #imgRes{
        display: block;
    }
}

/* The navigation menu links */


/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #c3c9c8;
    font-weight: bold;
}


/* Position and style the close button (top right corner) */
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 3em;
    margin-left: 4em;
}



/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 2em;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 1em}
    .sidenav a {font-size: 2em;}
    .sidenav {width: 100%}
}

.img-product {
    display: flex;
    height: 101px;
    min-width: 100%;
    align-items: center;
    justify-content: center;
    background-color: #f2f2f2;
    margin-bottom: 1.4em;
}
.img-product img {
    filter: grayscale(1);
    max-width: calc(100% - 30px);
    max-height: calc(100% - 26px);
}

#registrado{
    margin-left: 1em;
}

.sidenav li a{
    padding: 3px;
}

#Contact{
    display: none;
}