body{
    margin-top: 30px;
}


/* caja de mapa */
.modal-content {
	text-align: left;
    position: relative;
    background-color: #4e8e37;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal-header {
    padding: 15px;
    border-bottom: 0px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;
}

.hr-1 {
    margin-top: 10px;
    margin-bottom: 30px;
    border: 0;
    border-top: 3px solid #579a3d;
    width: 6%;
    float: center;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 2px solid #579a3d;
}

.fondo {
    height: auto;
    padding: 80px 0;
    margin-bottom: 0;
    color: #fff;
    background: url(../img/footer.png);
    background-position: 0,0;
    background-repeat: no-repeat;

}

.breadcrumb {
    margin-bottom: 0px;
    padding: 8px 0;
}

.pie-de-ormiga{
    background-color: #f5f5f5;
}

.well {
    min-height: 20px;
    padding: 19px 0;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 0px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 5%);
    box-shadow: inset 0 0 0 rgb(0 0 0 / 5%);
}

/* WhatsApp Flotante */
.floating-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 30px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 35px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.floating-whatsapp:hover, .floating-whatsapp:focus {
    background-color: #1ebe57;
    color: #FFF;
    text-decoration: none;
}

/* Corrección global de imágenes para evitar distorsión, estiramientos o que se vean borrosas */
img {
    object-fit: cover;
    max-width: 100%;
    height: auto;
}

.carousel-inner > .item > img {
    object-fit: cover;
    width: 100%;
    max-height: 600px; /* Limita la altura en el carrusel para mantener buena proporción en pantallas grandes */
}