/* Esta hoja de css se usara para cambiar las posibles variables que tengan la clases de bootstrap */
/* Global */
body {
padding-top:125px;
font-family:Bebas Neue;
font-size: 18px;
}
p {
    font-size: 18px;
}

/* Header Section */
.navbar-color{
    background-color:#00843D;
}
/*Contact Section */
.contact-section {
    background-color: #f8f9fa; /* Un gris muy claro */
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.info-card {
    background-color: #00843D; 
    color:white;
}
.info-card a {
    color: white;
    text-decoration: none;
}
.info-card a:hover {
    text-decoration: underline;
}
.info-card .bi {
    font-size: 1.5rem;
    vertical-align: middle;
}
.btn-primary{
    background-color:#00843D;
    border-color:#00843D
}
.btn-primary:hover{
    background-color: #014d24;
}
.btn.activo{
    background-color: #014d24;
}
.lead{
    font-size: 25px !important;
}

.btn:hover{
    background-color:#00843D;
}
.btn-outline-primary{
    color:#00843D;
}
/* Quitar el color azul de enfoque/click en los botones personalizados */
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-filtrar-publicar:focus,
.btn-filtrar-publicar:active,
.btn:focus,
.btn:active {
    box-shadow: none !important;
    outline: none !important;
    background-color: inherit !important;
    color: inherit !important;
    border-color: #00843D !important;
}
/*About-section*/
.border{
    border-color:#00843D !important;
    border-width:5px !important;
}

/*Footer Section*/
footer {
   background-color:#00843D; 
   color:white;
   padding:60px
}

.footer-img {
    max-width:100px;
}

.footer-img2 {
    max-width:100%;
}

.text-body-secondary {
  color:white !important;
}

.footer-dropdown {
    color:white;
    text-decoration:none;
}

/*Inicio*/
.img-inicio {
    max-width:75%;
}

.carousel-border {
    border-color:#00843D !important;
    border-width:15px !important;
}

.max-height {
    max-height:400px;
    object-fit:cover;
}

.carousel-control-prev {
    left:-5px;
}

.carousel-control-next {
    right:-5px;
}

/*Fauna*/
/* Tarjetas uniformes */
.card {
    min-height: 100%;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* Imágenes de las tarjetas */
.card-img-top {
    height: 220px;
    object-fit: cover;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.card-img-overlay {
    padding:0;
}

/* Título de la tarjeta */
.card-body h1 {
    font-size: 1.3rem;
    font-family: 'Bebas Neue', sans-serif;
    margin-bottom: 0.5rem;
}

/* Texto resumen y detalles */
.card-summary {
    font-size: 1rem;
    color: #333;
}
.card-details {
    font-size: 0.95rem;
    color: #555;
}

/* Botón de información */
.btn-mas-info {
    width: 100%;
    font-weight: 600;
    border-radius: 8px;
}

/* Espaciado entre tarjetas */
.row.gy-5 {
    margin-bottom: 2rem;
}

/*Mapa*/
#map { 
    width:100%;
    height:500px;
}
/* Publicaciones estilo red social */
.publicacion-card {
    max-width: 500px;
    margin: 2rem auto;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    border: 1px solid #e0e0e0;
    background: #fff;
    overflow: hidden;
}

.publicacion-header {
    padding: 1rem 1.5rem 0.5rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
}

.publicacion-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
    color: #00843D;
}

.publicacion-meta {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.5rem;
}

.publicacion-body {
    padding: 1rem 1.5rem;
}

.publicacion-descripcion {
    font-size: 1rem;
    margin-bottom: 1rem;
    color: #333;
}

.publicacion-fotos {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-bottom: 0.5rem;
}

.publicacion-fotos img {
    max-width: 100%;
    width: 220px;
    height: 220px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}

/* Botones de Filtrar y Publicar estilo "Más información" pero más pequeños y alineados */
.btn-filtrar-publicar {
    font-family: 'Bebas Neue', 'Open Sans', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    padding: 0.3rem 1.1rem;
    border: 2px solid #00843D;
    color: #00843D;
    background: #fff;
    transition: background 0.2s, color 0.2s;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
    display: inline-block;
}

.btn-filtrar-publicar:hover,
.btn-filtrar-publicar:focus {
    background: #00843D;
    color: #fff;
    border-color: #014d24;
}

/* Mejorar la presentación de secciones de texto */
.seccion-texto {
    background: #f8f9fa;
    border-radius: 18px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    padding: 2rem 2.5rem;
    margin-bottom: 2.5rem;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 1.08rem;
    color: #222;
}

.seccion-texto h2 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 2rem;
    color: #00843D;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
}

.seccion-texto h3 {
    font-family: 'Bebas Neue', Arial, sans-serif;
    font-size: 1.3rem;
    color: #014d24;
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
}

.seccion-texto p {
    margin-bottom: 1rem;
    line-height: 1.7;
}

@media (max-width: 768px) {
    .seccion-texto {
        padding: 1.2rem 0.7rem;
        font-size: 0.98rem;
    }
    .seccion-texto h2 {
        font-size: 1.3rem;
    }
    .seccion-texto h3 {
        font-size: 1.05rem;
    }
}