
  .img_esquerda{
    position: absolute; top: 0; bottom: 0; margin: auto; left: 15px;
  }
  .img_centro{
    position: absolute; top: 0; bottom: 0; margin: auto;
  }
  .div_esq{
    position: absolute;
    top: 42%;
    width:100%;
    bottom: 0;
    margin: auto;
    left: 0px;
    text-align:center;
  }

  @media (min-width: 320px) and (max-width: 767px) {  
    .zona_info .container{  width: 100% !important;}
  }
  @media (min-width: 320px) and (max-width: 1023px) {  
    section.about {padding-top: 0px !important; }
  }
  .tituloyogi{
    font-family: var(--ff-museo-700);
    font-size: var(--fs-900);
    line-height: var(--lh-900);
    z-index: 5;
    min-width: 500px;
    white-space: normal;
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 6px;
    margin-bottom: .6rem;
    color: #ffffff !important;
    hyphens: manual;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    -webkit-font-smoothing: antialiased !important;
  }
 
  .descyogi{
    z-index: 5;
    min-width: 500px;
    max-width:50%;
    white-space: normal;
    font-family: var(--ff-semibold);
    font-size: var(--fs-325);
    line-height: var(--lh-350);
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    text-align: left;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 2.6rem;
    color: var(--cor-black);
    hyphens: manual;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    -webkit-font-smoothing: antialiased !important;
  }
  
/*.homebanner{ height:calc(100vh - 270px); }  ecra - altura do menu + posicao inicial do banner */ 
/* .item .zona_info{ height:calc(100vh - 270px); } /* ecra - altura do menu + posicao inicial do banner */ 


.border_effect_im{position: relative; margin:0 auto;text-align:center;width:100%;}
.border_effect_botao{text-align: center;
    display: inline-block;
    background: rgba(0, 0, 0, 0.1);
    border: 2px solid #ffffff;
    position: relative;
    padding: 15px 45px;
    margin: 0 auto;
    letter-spacing: .32px;
    text-align: center;
    border-radius: 0px; 
    font-family: var(--ff-semibold);
    transition: all 0.6s ease-in-out;
  } 

.border_effect_botao_a{ 
  color:var(--cor-white); 
  font-family: var(--ff-semibold); 
  font-size:16px; 
}

.border_effect_botao_a:hover{ 
  color:var(--cor-white); 
}

.border_effect_botao:hover a {
    color: #404040;
}
.border_effect_botao:hover {
    background: #ffffff;
    border: 2px solid #ffffff;
}
