body {
  font-family: Helvetica,Tahoma;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body, html{
   margin:0; 
   padding:0;
   width: 100%;

  }
.header{
   border-top:1px solid white;
   background:white;
    color:#64a544; 
    height:65px; 
    width: 100%;
    margin-top: 11px; 
    text-align:center
  }
.menu{ 
  height:91px; 
 width: 101%;
  background:#64a544 !important; 
   z-index: 6;
  color:white;
}

 
.fixed{position:fixed; top:0}


.menu_item {
  height: auto;
    width: 16.65%;
    cursor: pointer;
    color: #05a1a0;
    text-align: center;
    padding: 9px;
    border-right: 1px white solid;
    font-weight: 500;
    font-size: 1vw;
}
.menu_item:hover {
    background-color: #82d0cf;
}
.menu_item_selected {
    background-color: #025050;
}
.btn_title_active:hover, .btn_title_active:focus{
  color: #fff;
}

.btn_title_active{
  background-color:#066e7f;
  border-color: #066e7f;
  color: #fff;
}
.btn_title {
  opacity: .65;
  background-color: #fff;
  border-color: #066e7f;
  color: #ccc;
}

.btn_title:hover, .btn_title:focus{
  color: #066e7f;
}
.doble-col {
  display: flex;
}
.doble-col-content {
  max-width: 30vw;
}
.doble-col-viz {
  width: 60vw;
  height: 700px;
}


