/************************************************/
/* Added by JM */

#dashcontent {
    overflow: visible !important;
    flex-direction: column;
}

.mainnavbar {
    position: relative; /* required for the pseudo-element */
    background-color: white;
}

.container-fluid {
    border-bottom: 2px solid transparent;
    background: 
        linear-gradient(white, white) padding-box,
        linear-gradient(90deg, #F8CF86 0%, #E79E2C 100%);
}

.logo-ipma {
    width: 190px;
    height: 65px;
}

.ver-sep {
    border-left: 1px solid #000;
    height: 50px;
    margin: 0 10px;
}

.icon-text {
    display: flex;
    align-items: center;
}

.data-clima-text {
    color: #E79E2C;
    font-family: Inter, sans-serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 12px;
    margin-left: 0.5rem;
}

.icon-dataclima {
    width: 50px !important;
    height: 50px !important;
}

.dropdown-lang .nav-link {
    color: #E79E2C;
    font-weight: bold;
}

.navbar-nav {
    align-items: center;
}

.dropdown-divider {
    display: none;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-size: 15px;
}

.nav-item.active .nav-link {
    color: #E79E2C;
    font-weight: 700;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    width: 100% !important;
    min-width: unset;
}



/*For Phones*/
@media(max-width: 1120px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }
}

@media(max-width: 1080px){
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
    }
}

@media(max-width:1040px){


    .nav-item:not(.dropdown) {
        font-size: 14px;
    }

    .navbar-collapse {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0px;
    }

    .navbar-expand-lg .navbar-nav {
        gap: 15px;
    }
}


@media(max-width: 1024px){

    .logo-ipma{
        width: 175px;
        height: 65px;
    }

    .std-block h1{
        font-size: 24px; 
    }

    .std-block h2{
        font-size: 20px; 
    }

    .std-block p {
        font-size: 14px;
    }

    .dropdown-menu .dropdown-item{
        font-size: 12px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 13px;
        padding: 0px;
    }

}


@media(max-width: 320px){

    .navbar-brand {
        margin-right: 0px;
    }

    .logo-ipma{
        width: 130px;
        height: 55px;
    }

    .ver-sep {
        margin: 0 5px;
    }

    .icon-dataclima{
        width: 38px !important;
        height: 38px !important;
    }

}

/* Extra Small Phones (320px - 374px) */
@media (min-width: 321px) and (max-width: 374px) {
    .navbar-brand {
        margin-right: 0px;
    }


    .logo-ipma{
        width: 165px;
        height: 65px;
    }

    .ver-sep {
        margin: 0 5px;
    }

    .navbar-toggler {
        display: block;
        background: none;
        border: none;
        padding: 6px;
        cursor: pointer;
    }
    
    .navbar-nav {
        flex-direction: column;
        position: fixed;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: right 0.3s ease;
        z-index: 1000;
        right: 0;
        width: 250px;
    }
    
    .nav-item {
        width: 100%;
        margin-bottom: 6px;
    }
    
    .nav-link {
        padding: 10px 12px;
        font-size: 13px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
}

/* Small Phones (375px - 413px) */
@media (min-width: 375px) and (max-width: 415px) {

    .navbar-brand {
        margin-right: 0px;
    }

    .logo-ipma{
        width: 173px;
    }

    .ver-sep {
        margin: 0 5px;
    }


    .navbar-toggler {
        display: block;
        background: none;
        /*border: none;*/
        padding: 8px;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }
    
    
    .navbar-nav {
        flex-direction: column;
        position: fixed;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: right 0.3s ease;
        z-index: 1000;
        right: 0;
        width: 250px;
    }
    
    .nav-item {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .nav-link {
        padding: 12px 16px;
        font-size: 14px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

/* Medium Phones (414px - 479px) */
@media (min-width: 416px) and (max-width: 479px) {

    .navbar-brand {
        margin-right: 0px;
    }


    .navbar-toggler {
        display: block;
        background: none;
        /*border: none;*/
        padding: 10px;
        cursor: pointer;
    }

    .navbar-toggler-icon {
        width: 1.3em;
        height: 1.3em;
    }

    .navbar-nav {
        flex-direction: column;
        position: fixed;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px;
        transition: right 0.3s ease;
        z-index: 1000;
        right: 0;
        width: 250px;
    }
    
    .nav-item {
        width: 100%;
        margin-bottom: 10px;
    }
    
    .nav-link {
        padding: 14px 18px;
        font-size: 15px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .logo-ipma{
        width: 185px;
        height: 55px;
    }
}

/* Large Phones (480px - 599px) */
@media (min-width: 480px) and (max-width: 599px) {
    .navbar-toggler {
        display: block;
        background: none;
        /*border: none;*/
        padding: 12px;
        cursor: pointer;
    }
    
    /*
    .navbar-toggler span {
        display: block;
        width: 30px;
        height: 3px;
        background: #333;
        margin: 5px 0;
        transition: 0.3s;
    }
    */

    .navbar-nav {
        flex-direction: column;
        position: fixed;
        background: white;
        box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
        padding: 30px;
        transition: right 0.3s ease;
        z-index: 1000;
        right: 0;
        width: 350px;
    }
    
    .nav-item {
        width: 100%;
        margin-bottom: 12px;
    }
    
    .nav-link {
        padding: 16px 20px;
        font-size: 16px;
        border-bottom: 1px solid #eee;
        width: 100%;
    }

    .logo-ipma{
        width: 185px;
        height: 55px;
    }
}
/************************************************/

/*Remove Border form button on click*/
.navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.navbar-toggler:active {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

/* If you're using Bootstrap, this might also help */
.navbar-toggler {
    border: none !important;
}

.navbar-toggler:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}


/*Ttulos*/

.std-block h1:not(.background-text-block h1) {
    color: #215083 !important;
    font-family: 'Inter';
}


.std-block h2:not(.background-text-block h2) {
    color: #215083 !important;
    font-family: 'Inter';
}

.std-block{
    font-family: 'Inter';
}