.ff-montserrat{
    font-family: "Montserrat", "Nunito", sans-serif;
}
.transition{
    transition: all 0.3s ease-in-out;
}

.navBarLogo{
    width: 157px;
    height: 61px;
}

.navVarXLElementos{
    display: block;
}

.navBarSeccionesXL{
    width: CALC(100% - 300px);
}

.navBarSeccionesMovil{
    width: CALC(100% - 190px);
    position: relative;
    display: none;
}

.navBarCloseMobil{
    color: black;
}

.fa-bars.navBarCloseMobil:hover{
    color: #0d7147 !important;
}

.fa-close.navBarCloseMobil:hover{
    color: #8a0e0e !important;
}


.nabBarLang, .nabBarLang:focus, .nabBarLang:hover{
    width: 70px;
    text-align: right;;
}

.overgreen{
    font-size: 16px;
    font-weight: 500;
    color: black;
}

.overgreen:hover{
    color:#155E40 !important;
}

.border-green{
    border: 2px solid #0e7248 !important;
}

.pointer{
    cursor: pointer;
}

.navBar-grande{
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0);
    position: sticky;
    top: 0;
    z-index: 2;
}

.lh1{
    line-height: 1.2;
}

@media (max-width: 1060px) {
    .navVarXLElementos{
         display: none !important;
    }
    .navBarSeccionesMovil{
        display: block !important;
    }
}

@media (max-width: 1780px) {
}

@media (max-width: 1650px) {
   
}

@media (max-width: 1600px) {
    
}

@media (max-width: 1495px) {
}

@media (min-width: 1440px) {

}

@media (max-width: 1439px) {

}

@media (max-width: 1000px) {

}
