nav .logo{
    margin-top:2rem;
}

.navbar-top-default .navbar-nav .nav-link {
    color: #fff;
}

.side-nav-btn{
    position: absolute;
    margin-top:2rem;
    top: 0;
    right: 38px;
    font-size: 28px;
    color: #2561a6;
    transition: all 0.3s ease;
    width: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 14px;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all linear 300ms;
    padding:10px;
/*     border-radius:50% 50%; */
/*     background-color:#fff; */
}

.side-menu {
    background: #000;
}

.side-menu a{
    color:#76c043 !important;
}

.side-nav-btn span {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff !important;
    position: relative;
    top: 50%;
    margin-top: 4px;
    right: 0;
    -webkit-transition: all linear 300ms;
}

.header-with-topbar .full-nav {
    margin-top: 0px;
}

.header-with-topbar.header-appear nav .logo{
    margin-top:0.5rem !important;
}

.header-with-topbar.header-appear .side-nav-btn{
    margin-top:-0.5rem !important;
}

.navbar-right{
    width:100%;
    align-items: center;
    justify-content: flex-end;
}

#sectores-form{
    padding:1rem;
}

#btn-sectores{
    font-size:1rem !important;
    background-color:#0073AE;
    color:#fff;
    text-align:center !important;
    border-radius:15px;
    box-shadow: 5px 5px 10px 0.1px #000;
}

#btn-sectores option{
    font-size:1rem !important;
}

.cont-img-circle{
    
}
.img-circle{
    border-radius:100% !important;
    height:270px;
    width:270px
}

.rs-looped img{
    opacity:1;
}

.rs-looped img[src="hexagonos/AMPBIO.png"]{
    opacity:1 !important;
}

.rs-looped img:hover{
    opacity:0.2;
    z-index:-9999;
}

.no-index .navbar-top-default .navbar-nav .nav-link {
    color: #000;
}

.no-index .side-nav-btn span{
    background-color: #2561a6 !important;
}
