/*Header Biodiversidad*/
.master-navbar-bio {
    height: 5.2rem;
    display: flex;
    margin-bottom: 0 !important;
    align-items: start;
    padding-left: 0 !important;
    margin-top: 0;
}

.master-navbar-bio li {
    list-style: none;
    display: inline-flex;
    align-items: center;
    width: auto;
    max-width: 30rem;
    height: 100%;
    justify-content: center;
}

.master-navbar-bio li a {
    text-decoration: none;
    color: black;
    text-align: center;
    height: 100%;
    padding: 0 5rem 0 5rem;
    display: flex;
    align-items: center;
}

/** eventos **/
.master-navbar-bio li:hover,
.master-navbar-bio li.selected {
    border-bottom: 3px solid #108F40;
    background-color: #e0e0e0;
}

p, h1, h2, h3, h4, h5, h6, strong, li, span, a {
    font-family: "Poppins Regular";
}

/*Search Button*/
#biodiersity-search {
    margin-left: 10px;
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.bio-search {
    color: #FFFFFF;
    background: #108F40;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
}

.bio-navbar-content {
    background: #108F40;
    height: 31px;
}

.bio-button-search {
    background: #108f40;
    font-size: 2px;
}

.bio-navbar-content ul li a {
    min-width: auto !important;
    border: none !important;
    color: #FFF !important;
    font-size: 10px !important;
}

.nav-pills .nav-item .nav-link.active {
    background-color: #BBB !important;
}

.nav-pills .nav-link.hover,
.nav-pills .nav-link:hover,
.nav-pills .nav-link.active,
.nav-pills .nav-link:active {
    background-color: #BBB !important;
    color: #002550 !important;
}

.bio-search-nav {
    display: inline-flex;
    align-content: center;
    justify-content: space-between;
    align-items: baseline
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebarCollapse {
    position: fixed !important;
    top: 49vh;
    right: 0;
    margin: 0;
    z-index: 10;
}

#sidebar {
    width: 800px;
    position: fixed !important;
    top: 45vh;
    right: -800px;
    height: 15vh;
    z-index: 999;
    background: #ffffff;
    color: #fff;
    transition: all 1s;
    overflow-y: scroll;
    box-shadow: 8px 4px 8px rgb(0 0 0 / 20%);
    border: 1px solid #bbb;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 31px;
    height: 31px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: rotate(180deg);
}

#dismiss:hover {
    background: #bbb;
    color: #002550;
}

.icon-cam-bio-dismiss {
    color: #FFFFFF;
}

#sidebar .sidebar-header {
    background: #ffffff;
    text-align: center;
    height: 40px;
}

/* Estilos Microsite */
/*Carrusel de Logos Slick Carousel */
.slick-prev:before, .slick-next:before {
    color: #343A40 !important;
}

#productos-carousel-biodiv .item {
    height: 400px;
    overflow-y: auto;
}

@font-face {
    font-family: 'Poppins Regular';
    src: url('/static/assets/css/cdn/assets/fonts/Poppins/Poppins-Regular.ttf');
}

.font-poppins *{
    font-family: 'Poppins Regular';
    color: #343A40;
}

.color-icon.fa-facebook-square{
    color: #1876F2;
}

.color-icon.fa-instagram-square{
    color: #d6249f;
}

.color-icon.fa-twitter-square{
    color: #1D9BF0;
}

.color-icon.fa-youtube-square{
    color: #FE0000;
}

.container-catalog{
    background: rgb(222,221,251);
    background: linear-gradient(180deg, rgba(222,221,251,1) 0%, rgba(255,255,255,1) 100%, rgba(255,255,255,1) 100%);
}

.container-catalog h6{
    background: #004884;
    color: #FFFFFF;
}

.contact-info{
    box-shadow: 0 0 10px #004884;
    padding: 50px 20px 20px 20px;
    background: #004884;
}

.contact-info p{
    color: #FFFFFF !important;
}

.contact-info h4{
    color: #FFFFFF !important;
    font-weight: bold;
    padding-top: 1rem;
}

.contact-info .fa-light{
    color: #004884;
    border-radius: 50%;
    background-color: #FFFFFF;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    font-size: 3rem;
}

.contact-info2{
    padding: 20px 0px 20px 0px;
}

.contact-info2 p{
    color: #004884 !important;
    font-size: 0.785rem;
}

.contact-info2 h4{
    color: #004884 !important;
    font-weight: bold;
    padding-top: 1rem;
}

.contact-info2 .fa-light{
    color: #FFFFFF;
    border-radius: 50%;
    background-color: #004884;
    width: 7rem;
    height: 7rem;
    padding: 2rem;
    font-size: 3rem;
}