/* Encabezado */

.header-custom {
    background-color: #181b21 !important;
    max-width: none !important;
    padding: 0 20px !important;
}

.logo-img-custom {
    max-height: 40px;
    transition: transform 0.2s;
}

.logo-img-custom:hover {
    transform: scale(1.1);
}

.hero-center-custom {
    padding: 40px;
    background-color: rgb(19 18 18 / 60%);
    backdrop-filter: blur(10px);
}

.hero-subtitle {
    font-size: 1.5rem !important;
}

@media only screen and (min-width: 576px) {
    .hero-center-custom {
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (max-width: 575px) {
    .hero-center-custom {
        margin-left: 10px;
        margin-right: 10px;
        max-width: 95% !important;
    }
    .hero-title {
        font-size: 1.5rem !important;
    }
    .hero-subtitle {
        font-size: 1rem !important;
    }
}

/* Cuerpo */

.section-custom {
    
    padding: 0rem !important; 
    padding-top: 30px !important;
}

.form-control {
    border-radius: 0rem !important;
    /* height: auto !important; */
    max-height: 250px !important;
}

.form-group {
    margin-bottom: 1rem !important;
}

.btn {
    border-radius: 0rem !important;
}

@media only screen and (max-width: 991px) {
    .wide-only-custom {
        display: none !important;
    }
    .narrow-only-custom {
        display: flex !important;
    }
    .section-title {
        font-size: 1.5rem !important;
    }
    .section-desc {
        font-size: 1rem !important;
    }
    .news-title {
        font-size: 1rem !important;
    }
    .nfpa-row {
        margin-left: 0rem !important;
        margin-right: 0rem !important;
    }
    .nfpa-logo {
        padding-bottom: 20px;
    }
    .header-nav-item {
        padding: 10px;
    }
}

@media only screen and (min-width: 991px) {
    .wide-only-custom {
        display: flex !important;
    }
    .narrow-only-custom {
        display: none !important;
    }
}

.header-nav {
    display: none; /* Initially hidden */
}

.header-nav.show {
    display: block; /* Show the menu when the 'show' class is added */
}

.news-title {
    margin-bottom: 0rem !important;
}

.nfpa-row {
    margin-left: 3rem;
    margin-right: 3rem;
}

.nfpa-img-fluid {
    max-width: 80px;
    height: auto;
}

.nfpa-text {
    font-size: 1rem;
}

.news-media-img-plan {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}





.footer {
    padding: 0rem !important;
    padding-top: 30px !important;
}