.map-container {
    position: relative;
    width: 100%;
    padding-bottom: 25%; /* 2:1 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; /* Ajustar para que ocupe todo el contenedor */
    border: 0;
}

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.navbar-brand {
    font-size: 1.5em;
}

.navbar-nav .nav-link {
    font-size: 1.1em;
}

.hero h1 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero p.lead {
    font-size: 1.2em;
    margin-bottom: 20px;
}

.hero .btn {
    font-size: 1.1em;
}

.section-title {
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 20px;
}

.list-group-item {
    font-size: 1.2em;
}

.map-container {
    margin: 40px 0;
}

footer p {
    margin: 0;
}

.position-relative {
    position: relative;
}

h1,h2,h5{
    font-family: 'Playfair Display', serif; /* Establece la familia de fuentes para los encabezados */
    font-weight: 700; /* Define el peso de la fuente como 700, que es generalmente semibold o bold */
}


.card-title-mision {
    color: #1a1d20; /* Cambia este color según tus preferencias */
}

.card-title-vision {
    color: #1a1d20; /* Cambia este color según tus preferencias */
}

/* Estilos adicionales para ajustar la apariencia de las listas */
.service-list {
    padding-left: 1.5rem; /* Ajustar el espacio a la izquierda de las listas */
}

.service-list li {
    list-style-type: disc; /* Establecer el tipo de marcador de lista */
    margin-bottom: 0.5rem; /* Espaciado inferior entre elementos de la lista */
}

.progress.custom-progress {
    height: 2px; /* Ajusta este valor para cambiar el grosor de la barra */
}


.hover-card {
    transition: background-color 0.3s ease, color 0.3s ease;
}

#porqueFSA .hover-card:hover {
    background-color: #7e6800; /* Change to your desired background color */
    color: white; /* Change to your desired text color */
}

.hover-card:hover .card-icon i {
    color: white; /* Change icon color on hover */
}

.hover-card.unset {
    opacity: 1;
    transform: none;
}


.justificado {
    text-align: justify;
}


#btnWsp {
    background-color: #1ab152;
}

#btnWsp:hover {
    background-color: #0e7531;
    border-color: #1ab152;
}

