﻿
/*

.topnav {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    -moz-box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    border-radius: 10px;
    display:flex;
}

 
    .topnav a {
        min-height: 70px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding: 0 24px;
        gap: 60px;
        text-decoration: none;
    }

        .topnav a:not(:first-child) {
            margin-top: 16px;
           
        }
          
            .topnav a:not(:last-child):hover {
                background-color: #0c2c84;
                text-decoration: none;
                list-style: none;
                color: white !important;
                display: block;
            }


 
        .topnav a.active {
            background-color: #0c2c84;
            text-decoration: none;
            list-style: none;
            color: white !important;
            display: block;
           
        }


    .topnav .icon {
        display: none;
    }


@media screen and (max-width: 1101px) {
    .topnav a:not(:first-child) {
        display: none;
    }

    .topnav a.icon {
        float: right;
        display: block;
    }
  

}


@media screen and (max-width: 1101px) {
    .topnav.responsive {
        position: relative;
    }

        .topnav.responsive a.icon {
            position: absolute;
            right: 0;
            top: 0;
        }

        .topnav.responsive a {
            float: none;
            display: block;
            text-align: center;
        }

    .log {
        justify-content: center !important;
    }

        .log > form > a {
            justify-content: center;
        }
   

}

.espacio {
    padding-top: 15px !important;
}

.log {
    display: flex;
    justify-content: flex-end;
    color: #0c2c84 !important;
    text-decoration: none !important;
    font-size: 11pt;
}


*/























body {
    margin: 0;
}

header {
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    -moz-box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    box-shadow: -1px -1px 20px 6px rgba(0,0,0,0.27);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    
}

.situacionDesa {
    background-color: red;
    margin:0;
    padding:0;
    text-align:center;
}
    .situacionDesa h4 {
        padding: 0.4em;
        margin: 0;
        color: white;
    }

.situacionHost {
    background-color: darkorange;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .situacionHost h4 {
        padding: 0.4em;
        margin: 0;
        color: white;
    }

li {
    list-style: none;
    text-decoration: none;
    color: #0071b3;
}

a {
    color: rgb(0, 0, 0);
    color: #0071b3;
    text-decoration: none !important;
}

.menu {
    
    
    justify-content: flex-start;
    align-items: center;
    
    gap: 60px;

    
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    padding: 5px;
    inline-size: max-content;
   
}

    .nav-menu > form > .nav-item > .nav-link {

    }

    .nav-branding {
        font-size: 2rem;
    }

.nav-link {
    transition: 0.2s ease;
}

.nav-item {

    text-align: center;
    inline-size:max-content;
}

 .nav-item > .nav-link:hover {
    display: flex;
    justify-content: center;
    background-color: #417cca;
    color: #ffff;
    
    text-decoration: none;
}

 .nav-item > .nav-link.active {
    display: flex;
    justify-content: center;
    background-color: #417cca;
    color: #ffff;
    
    text-decoration: none;
}

.hamburguesa {
    display: none;
    cursor: pointer;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgb(0, 0, 0);
}
.log {
    min-height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 24px;
    gap: 60px;
}

@media (max-width:767px) {
    .menu {
        justify-content: space-between;
  
    }

    .hamburguesa {
        display: block;
    }

        .hamburguesa.active .bar:nth-child(2) {
            opacity: 0;
        }

        .hamburguesa.active .bar:nth-child(1) {
            transform: translateY(8px) rotate(45deg);
        }

        .hamburguesa.active .bar:nth-child(3) {
            transform: translateY(-8px) rotate(-45deg);
        }

    .nav-menu {
        position: fixed;
        right: -100%;
        top: 70px;
        gap: 1px;
        flex-direction: column;
        background-color: rgb(255, 255, 255);
        width: 100%;
        text-align: center;
        transition: 0.3s;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.27);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 2;
    }
         .nav-item > .nav-link:hover {
            background-color: #417cca;
            color: #ffff;
           
            text-decoration: none;
        }
        .nav-item > .nav-link.active {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #417cca;
            color: #ffff;
            text-decoration: none;
        }
    .nav-item {
        width: 100% !important;
       /* margin: 7px 0;*/
        text-align: center;
    }

    .nav-menu.active {
        left: 0;
    }
}

.active-administracion {
    background-color: #417cca;
    color: white!important;
    text-decoration: none;
}

.dropdown-toggle:hover {
    background-color: #417cca !important;
    color: white !important;
    text-decoration: none;
}

.icon-bar {
    background-color: #417cca;
}
