/* Estilos generales */

body {
    font-family: 'Fira Sans', sans-serif;
    background-color: #c9efe1;
    
}

/* Estilos para la barra de navegación */
.navbar {
    background-color: #FFD700; /* Fondo amarillo */
    color: white; /* Texto blanco */
    font-family: 'Fira Sans', sans-serif;

}

.navbar-brand {
    font-size: 24px;
}

/* Estilos para las secciones */
.seccion {
    background-color: beige; /* Fondo beige para las secciones */
    padding: 30px;
    border: 1px solid #ccc;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 0;
    margin-top:1rem;
}

/* Estilos para la galería de fotos */
.container-fluid h2 {
    text-align: center;
}

.galeria-item {
    padding: 10px;
    text-align: center;
    cursor: pointer;
}

.galeria-item img {
    max-width: 100%;
    height: auto;
    transition: transform 0.3s ease-in-out;
}

.galeria-item:hover img {
    transform: scale(1.05); /* Efecto de escala al hacer hover */
}

.galeria-zoom {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    justify-content: center;
    align-items: center;
}

.galeria-zoom img {
    max-width: 90%;
    max-height: 90%;
}

.btn-zoom {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/* Estilos para las características del departamento */
#caracteristicas ul {
    list-style-type: none;
    padding: 0;
}

#caracteristicas ul li {
    margin-bottom: 10px;
}

/* Estilos para el formulario de contacto */
#contacto h2 {
    text-align: center;
}

.form-group {
    margin-bottom: 20px;
}

.form-check {
    margin-top: 10px;
    margin-bottom: 20px;
}

/* Estilos para botones */
.btn-adelante, .btn-atras, .btn-cerrar {
    background-color: beige; /* Fondo beige para los botones */
    border: none;
    color: black;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.btn-primary{
    background-color: #4fc947;
}

#comentarios img{
    margin: 1%;
}

.pay{
    height:auto;
    width: 30%;
}
.h1 {
    padding-top: 3%;
}
.h2{
    padding-top: 3%;
    font-family: 'Fira Sans', sans-serif;

}
.col-md-6 {
    padding-top: 3%;

}
.navbar-brand text-white{
    font-family:"Montserrat";
}
a{
    font-family:"Montserrat";
}
li, h1,h2,h3, input, button, label,form,p,a{
        font-family: 'Fira Sans', sans-serif;
}
.w3-content w3-section MySlides{
    max-height:30%;
    display:flex;
}

.calle{
    font-family: 'Fira Sans', sans-serif;
    font-size:24px;
    font-weight: bold;
    padding:0;
}
#s1,#s2,#s3,#s4,#s5,#s6,#s7 {
    max-height:650px;
}
.col-md-6{
    padding:2%;
}

#title{
    font-size:27px;
}
#reviews{
        text-align:center;
        font-size:30px;
        font-family: 'Fira Sans', sans-serif;


}
#botonwp {
    display:flex;
  justify-content: center;
  align-items: center;
  
}
#query{
    font-weight:bold;
}

.map-container {
    width:100vw;
    height:50vh;
}
.map {
    width:100vw;
    height:50vh;
    margin-bottom: 1rem;
    margin-top:1rem;
}

#contacto{
    margin-top:2rem;
}
.container{
    max-width:100vw;
}
