@charset "utf-8";
/* CSS Document */



header {
    background-color: #384044;
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

#reseñas {
    background-color: #074B70;
    padding: 20px 0;
    width: 100%;
}


section.agenda-section {
    background-color: #8e8e8e;
    padding: 20px 1px;
    border-radius: 10px;
    max-width: 1350px;
    margin: 40px auto;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.links a {
    margin-right: 5px;
    text-decoration: none;
    color: #074B70;
	font-weight: bold;
    font-size: 0.8em;
}


.verMas {
    color: #074B70;
    cursor: pointer;
    font-weight: bold;
}


.modal-body .botones button {
    background-color: #074B70;
    color: #fff;
}

.modal-body .botones button:hover {
    background-color: #30a2bf;
}

.reseña-boton button {
    width: 75%;
    padding: 14px 24px;
    font-size: 1.05rem;
    font-weight: 600;
    border-radius: 25px;
    background: linear-gradient(135deg, #30a2bf, #074B70);
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s 
ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}


.reseña-boton button:hover {
    background: linear-gradient(135deg, #268299, #26485e);
    transform: translateY(-2px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
}




