@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body{
    font-family: "Montserrat", sans-serif;
}

.badge-noticias{
    position: absolute;
    z-index: 2;
}
.badge{
    --bs-badge-border-radius: 1rem 0 0 0;
}

.text-red{
    color: #c42c04;
}

.btn-primary{
    --bs-btn-bg: #84C7FE;
    --bs-btn-border-color: #84C7FE;
    --bs-btn-color: #021D80;
    --bs-btn-hover-bg: #021D80;
}
.nav-link:focus, .nav-link:hover{
     color: #c42c04 !important;
}
.border-bottom-orange {
    border-bottom: 2px solid #f9b278;
}
.border-top-orange {
    border-top: 2px solid #f9b278;
}
.nav-link.active{
    color: #c42c04 !important;
    --bs-nav-link-font-weight: 700;
}

@media screen and (max-width: 350px) {
    .ixcateopan {
        height: 30px !important;
    }
    .pt-5 {
        padding-top: initial !important;
    }
    .my-5{
        margin-top: initial !important;
    }
}
@media screen and (max-width: 425px) and (min-width: 375px) {
    .ixcateopan {
        height: 40px !important;
    }
    .pt-5 {
        padding-top: initial !important;
    }
    .my-5{
        margin-top: initial !important;
    }
}
@media screen and (max-width: 440px) {
    .ixcateopan {
        height: 40px !important;
    }
    .pt-5 {
        padding-top: initial !important;
    }
    .my-5{
        margin-top: initial !important;
    }
}

@media screen and (max-width: 1024px) {

     .ixcateopan {
        height: 40px !important;
    }
    .fs-5 {
        font-size: 0.75rem !important;
    }

}


