/* Asegura que el html y body ocupen todo el alto */
html,
body {
    height: 100%;
    margin: 0;
}

body {
    /* background-color: brown !important; */
    background-image: url("../images/background/backGuinda.png");
    /* background-image: url("../images/background/backGris.png"); */
    background-size: cover;
}

.content-600 {
    height: 600px;
}

.banner {
    margin-top: 15px;
}

.banner .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Contenedor blanco con estilo elegante */
.bg-white {
    background-color: #ffffff;
    /* Fondo blanco */
    padding: 15px;
    /* Espaciado interno */
    border-radius: 5px;
    /* Bordes redondeados */
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* Borde contorneado suave */
    box-shadow: 0 6px 20px rgb(0 0 0 / 90%);
    /* Sombra difusa */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
    /* Espacio inferior */
    width: auto !important;
}

/* Contenedor dorado con estilo elegante */
.bg-dorado {
    background-color: #bc9459;
    /* Fondo blanco */
    padding: 15px;
    /* Espaciado interno */
    border-radius: 5px;
    /* Bordes redondeados */
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* Borde contorneado suave */
    /* box-shadow: 0 6px 20px rgb(0 0 0 / 90%); */
    /* Sombra difusa */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
    /* Espacio inferior */
    width: auto !important;
    color: #fff;
}

/* Contenedor blanco con estilo elegante */
.bg-image {
    background-size: cover;
    background-image: url("../images/background/backgroudApoyos.png");
    border-radius: 5px;
    /* Bordes redondeados */
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* Borde contorneado suave */
    box-shadow: 0 6px 20px rgb(0 0 0 / 90%);
    /* Sombra difusa */
    transition: transform 0.2s ease, box-shadow 0.3s ease;
    margin-bottom: 15px;
    /* Espacio inferior */
    width: auto !important;
}

/* Efecto al pasar el mouse (opcional) */
/* .bg-white:hover {
    transform: translateY(-2px);                    Sutil elevación
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);      Sombra más marcada
} */

/* Centrar el carrusel dentro de su columna */
#carousel-actividades {
    max-width: 380px;
    /* Ajusta el ancho que quieras */
    margin: 0 auto;
    /* Centra horizontalmente */
}

/* Ajuste de las imágenes */
.carousel-inner>.item>img {
    width: 100%;
    height: 450px !important;
    /* Ajusta la altura */
    object-fit: fill;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    /* sombra elegante */
}

/* Estilo de la leyenda */
.carousel-caption {
    background: rgba(0, 0, 0, 0.4);
    padding: 10px 15px;
    border-radius: 6px;
}

.actividades .row {
    display: flex;
    /* align-items: center; */
    /* centra verticalmente */
}


.space-50 {
    margin-top: 50px;
}

/* BOTON PAGO */
.btn-pago {
    display: inline-block;
    padding: 30px 50px;
    background-image: url("../images/background/backGris.png");
    color: #6d0000;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    border-radius: 6px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background 0.3s, transform 0.2s;
    background-size: cover;
}

.btn-pago:hover {
    transform: scale(1.1);
    text-decoration: none;
    color: #6d0000;
}

.btn-pago:visited {
    text-decoration: none;
    color: #6d0000;
}

.btn-pago:focus {
    text-decoration: none;
    color: #6d0000;
}

.mensaje-presidente .boton-mensaje {
    text-transform: uppercase;
}

.boton-mensaje {
    background-color: #bc9459;
    /* bc9459 - 6b1d1d*/
    padding: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
    /* transición para transform */
}

.boton-mensaje:hover {
    background-color: #bc9459;
    /* bc9459 - 6b1d1d*/
    text-decoration: none;
    color: #fff;
    transform: scale(1.1);
}

.boton-mensaje:active {
    background-color: #bc9459;
    /* bc9459 - 6b1d1d*/
    text-decoration: none;
    color: #fff;
}

.boton-mensaje:focus {
    background-color: #bc9459;
    /* bc9459 - 6b1d1d*/
    text-decoration: none;
    color: #fff;
}

.mensaje-presidente {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    text-align: justify;
    font-weight: bold;
}

.vivas {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #6b1d1d;
    line-height: 2;
}

.mensaje-presidente .container {
    width: 90%;
}

.font-vino h1,
.font-vino h2,
.font-vino h3,
.font-vino h4,
.font-vino h5,
.font-vino h6 {
    color: #6b1d1d;
}

.noticias-dia {
    padding: 50px 0;
    background-color: #f9f9f9;
    font-family: 'Montserrat', sans-serif;
}

.titulo-tax {
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b1d1d;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
}

/* CARD NOTICIA */
.row-cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.row-cards>[class*="col-"] {
    display: flex;
    flex-direction: column;
}

.card-noticia {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    display: flex;
    flex-direction: column;
    flex: 1;
}

.card-noticia img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.card-noticia:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.contenido-noticia {
    padding: 20px;
}

.contenido-noticia h4 {
    font-size: 18px;
    font-weight: 700;
    color: #6b1d1d;
    margin-bottom: 10px;
}

.contenido-noticia p {
    font-size: 14px;
    color: #555;
    margin-bottom: 15px;
}

/* Botón */
.btn-noticia {
    background: #6b1d1d;
    color: #fff;
    padding: 8px 20px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.btn-noticia:hover {
    background: #a85c5c;
    color: #fff !important;
}

.btn-noticia:focus {
    background: #a85c5c;
    color: #fff !important;
}

/* Responsive */
@media (max-width: 768px) {
    .card-noticia img {
        height: 180px;
    }
}