/*--------------INICIA NAV DESK---------------*/


.hamburger{
    display: none;
}

.header-space{
    width: 100%;
    height: 80px;
}


header{
    width: 100%;
    background: white;
    display: flex;
    font-family: 'Poppins', sans-serif;
    z-index: 999;
    border-bottom: 1px solid #dadada;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #B5D4FF;
    position: fixed;
    top:0;

}



.logo-burger{
    display: flex;
 
}

.logo-img-wrapper{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hd-menu-total-wrapper{
    width: 800px;
}
.hd-menu-wrapper{
    display: flex;
    border-bottom: 1px solid #B5D4FF;
    align-items: center;
}

.mn-slogan-wrapper{
    width: 50%;
    font-size: 1em;
    padding-left: 10px;
    color:#2861B0;
    line-height: 1.2;
}
.menu-wrapper{
    display: flex;
    width: 60%;
    justify-content: flex-end;
}

.menu{
    list-style: none;
    position: relative;
    transition: 0.5s;
    box-sizing: border-box;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 10px;
    font-size: .8em;
    cursor: pointer;
}


.menu:last-child{
    border-right: none;
}

.menu>a{
    text-decoration: none;
    color: black
}

.arrow-menu{
    width: 5px; 
    margin-bottom: 2px;
    transition: .2s;
}
.menu:hover>span>.arrow-menu{
    transform: rotate(180deg);
}

.submenu-wrapper{
    list-style: none;
    position: absolute;
    top:40px;
    left: 0;
    display: block;
    width: 200px;
    border-right: none;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    color: black;
    background: white;
    border-top:1px solid #dcdcdc;

}
.submenu>a{
    color: black;
}

.menu:hover>.submenu-wrapper{
    opacity: 1;
    visibility: visible;
}


.submenu>a{
    border-right: none;
    border-bottom: 1px solid #e8e8e8;
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    transition: .2s;
}
.submenu>a:last-child{
    border-bottom: none;
}
.submenu>a:hover{
    background: #d1d1d1;
}
.submenu:hover>a{
    color: white;
}

.cl-text-wrapper {
    font-size: .7em;
    width: 100px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
}


.hd-collab-wrapper{
    display: flex;
    height: 60px;
    justify-content: space-around;

}

.hd-collab-logos-wrapper{
    display: flex;
}
.cl-link{
    display: flex;
    align-items: center;
    width: 80px;
}
.cl-link-img{
    width: 100%;

}
.capaseg-logo{
    width:90px;
}

.logo-rio{
    width: 54px;
}

/*Clases para animación de barra*/
.display-none{display: none;}

.classfinal{position: fixed; height: 60px; top:0px;}

.hd-logo-wrapper{
    width: 200px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #B5D4FF;
    transition: .5s;
}
.hd-logo-wrapper-mini{
    height: 40px;
    display: flex; 
    width: 200px; 
    border-right: 1px solid #B5D4FF;
    transition: .5s;
}
.logo-img{
    width: 70%;
    transition: .5s;
}
.logo-img-mini{
    width: 40%;
    transition: .5s;
}


/*Clases para animación de barra*/






@media only screen and (max-width: 780px) {

    

    header{
        width: 100%;
        background: white;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .hamburger{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 35px;
    }
    .hamburger>img{
        align-self: center;
    }
    .ham{width: 20px;}

    .hd-logo-wrapper{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .hd-menu-total-wrapper{ width: 100%;}


   

    .menu-wrapper{
        display: flex;
        background: white;
        justify-content: flex-start;
        max-width: 1000px;
        width: 100%;
        margin-right: 0;
        transform: translate(-100%, 0px);
        position: fixed;
        height: 100vh;
        border-top:none;
        overflow-y: scroll;
        flex-direction: column;
        top:0px;
        border-right: 1px solid black;
        
    }
    
    .aparecer{
        display: flex;
        flex-direction: column;
        transform: translate(0%, 0px);
        width: 80%;

    }

    .menu{
        display: block;
        height: auto;
        padding: 10px;
    }
    


    .submenu-wrapper{
        width: 100%;
        list-style: none;
        background: #ededed;
        position: relative;
        top:0px;
        left: 0;
        border-right: none;
        transition: 0.5s;
        opacity: 1;
        visibility: visible;
        display: none;
    }

    .menu>span {
        font-size: 2em;
    }

    .submenu>a {
        font-size: 1.2em;
    }

    .mn-slogan-wrapper {
        width: 100%;
        font-size: 1em;
        padding-left: 0px;
        color: #2861B0;
        text-align: left;
        padding: 10px;
    }



    /*Clases para animación de barra*/
.display-none{display: none;}

.classinitial, .classfinal{height: auto; position: fixed;  top:0px;}

.hd-menu-wrapper {
    display: flex;
    border-bottom: 1px solid #B5D4FF;
}

.hd-logo-wrapper,.hd-logo-wrapper-mini{
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 0px solid #B5D4FF;
    transition: .5s;
    border-bottom: 1px solid #B5D4FF;
}

.logo-img,.logo-img-mini{
    width: 100px;
    transition: .5s;
}

.cl-text-wrapper{
    display: none;
}

.cl-link{
    display: flex;
    align-items: center;
    width: 50px;
}
.capaseg-logo {
    width: 50px;
}

/*Clases para animación de barra*/




}