.bg-biotrop{background-color: #01363f!important;}
.text-biotrop{color: #01363f!important;}

.metade { min-width: 50%!important; }
@media screen and (max-width: 900px) {
    .metade { min-width: 100%!important; }
    
}

* {box-sizing: border-box;}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 10vw;
  height: 10vw;
}

.img-zoom-result {
  border: 5px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 100vw;
  height: 100vw;  
  min-width: 100vw;
  min-height: 100vw;  
  /*
  margin-left: 350px;
  */
}



.img-zoom-img-wrapper {
    display: flex;
    justify-content: center;
    width: auto;
    overflow: auto;
    margin: 0 auto;
    position: relative;
}

.img-zoom-my-image {
    height: 400px;
    transform-origin: top;
}


.pagination > li > a,
.pagination > li > span {
    color: green;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: green;
    border-color: green;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: green; 
  border-color: green;
}

.nav-link.active {
  background-color: green!important;
  border-radius: 1.5rem!important;
}

.dropdown-item:hover {background-color: green!important;color: white;}

.customcheck {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
line-height: 1.5;
    font-size: 16px;    
}

/* Hide the browser's default checkbox */
.customcheck input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 5px;
        border: 1px solid #28a745;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #28a745;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
