*{
    text-decoration: none;
    list-style: none;

}
a{
    color: #5a3e36;
    text-decoration: none;
    font-weight: bold;
}
/* Estilos generales */
body {
    font-family: Arial, sans-serif;
    background-color: #f8f1eb;
}

.container {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Barra de navegación */
.navbar {
    background-color: rgb(232, 195, 164);
    box-shadow: 0px 2px 5px rgba(208, 11, 11, 0.1);
}

.navbar ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}


.nav-link {
    text-decoration: none;
    color: #5a3e36;
    font-weight: bold;
    padding: 5px 10px;
}

.navbar ul li a:hover {
        background-color: #d39e85;
        border-radius: 5px;
        color: white;
}
/* Encabezado */
.main-header {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 200px 0;
}

.main-header h1 {
    font-size: 56px;
    font-weight: bold;
    margin-top: 20px;
}

.header-section .Titulo-header2{
    font-size: 28px;
    background-color: #ff480044;
    display: inline;
}
/* Secciones */
h2 {
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding: 20px 20px;
}
.col-md-6{
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px;
    padding-left: 30px;
}

/* Sitios Turísticos, Hoteles y Restaurantes */
.col-md-6 {
    margin-bottom: 40px;
}

.Seccion-div {
    color: #C15123;
    font-size: 32px;
    font-weight: bold;
}

/* Estilos para el footer */
.main-footer {
    background-color: #e8c3a4;
    color: #5a3e36;
    padding: 20px 30px;
    margin-top: 30px;
    font-size: 0.9em;
    text-align: center;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-section h3 {
    color: #5a3e36;
    font-size: 1.4em;
    margin-bottom: 10px;
}

.footer-section p, 
.footer-section ul {
    margin: 0;
    padding: 0;
    color: #76665a;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    text-decoration: none;
    color: #5a3e36;
}

.footer-section ul li a:hover {
    color: white;
    background-color: #d39e85;
    padding: 2px 6px;
    border-radius: 3px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    color: #76665a;
    border-top: 1px solid #d39e85;
    padding-top: 10px;
}

.main-footer h3{
    font-weight: bold;
}
/* Carrusel de Imágenes */
.slider {
    width: 100%;
}

.slider div {
    height: 400px;
    background-size: cover;
    background-position: center;
}

/* Estilos para dispositivos móviles */
@media (max-width: 768px) {
    .navbar {
        padding: 10px 0;
    }

    .navbar-brand {
        font-size: 20px;
    }

    .nav-link {
        font-size: 16px;
        margin-right: 10px;
    }

    /* Hacer que los elementos de la navbar se apilen verticalmente */
    .navbar ul {
        display: block;
        text-align: center;
    }

    .navbar ul li {
        margin: 10px 0;
    }

    .main-header {
        padding: 80px 0;
    }

    .main-header h1 {
        font-size: 28px;
    }

    .logo1{
        visibility: hidden;
        height: 0px;
    }

    .logo2{
        visibility: visible;
        height: 80px;
    }
    
    .navbar-toggle {
        display: block;
        background-color: #5a3e36;
        border: none;
        padding: 10px;
        color: white;
        font-size: 18px;
    }

    .navbar-menu {
        display: none;
        flex-direction: column;
        width: 100%;
        text-align: center;
    }

    .navbar-menu.active {
        display: flex;
    }
}

/* Estilos CSS */

/* Estilo para la sección de Encabezado */
.header-section {
    background: linear-gradient(to bottom,#00000042, #000000a2),
    url(..//Fotos/Portadas/Portada\ navidad1.jpg);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media (max-width: 2080px){
.logo1{
    height: 100px;
    visibility: visible;
}
.logo2{
    visibility: hidden;
    height: 0px;
}
}

/* Estilo para la línea horizontal que separa las secciones */
.section-divider {
    border-top: 3px solid #858383;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
}

 /* Estilo para hacer el iframe responsive */
 .responsive-iframe-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%; /* Proporción 16:9 */
    height: 880px;
}

.responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#reloj {
    color: #ffff;
    text-align: center;
    font-family: 'Digital', sans-serif;
}
.WhatsApp{
    color: #006900;
    text-decoration: none;
}
.instagram{
    color: #7902c9;
    text-decoration: none;
}
.ubicacion{
    color: #1D454D;
}

/*Mas Info/Menos Info*/
.informacion-adicional {
    display: none; /* Ocultar el div inicialmente */
    padding-bottom: 20px; /* Espacio para el degradado */
}

.col-md-6 > img{
    width: 300px;
}