/* mouse  wheel*/

.scroll-downs {
    position: absolute;
    right: 0;
    bottom: 35px;
    left: 0px;
    margin: auto;
    width: 25px;
    height: 30px;
    z-index: 1;
}
.mousey {
  width: 3px;
    padding: 7px 9px;
    height: 25px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
}
.scroller {
  width: 3px;
    height: 6px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
/* f mouse  wheel*/


  .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: 45%;
    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;}
    .slider-style2 p{display: block !important}
  }
  @media (min-width: 320px) and (max-width: 1023px) {  
    section.about {padding-top: 0px !important; }
  }
  .tituloyogi {
    z-index: 5;
    min-width: 500px;
    white-space: normal;
    font-weight: 600;
    font-family: 'Open Sans';
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin-bottom: 15px;
    padding: 0px;
    color: #000000;
    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;
    font-size: calc(1.75rem + ((1vw - 3px) * 1));
    line-height: calc(1.75rem + ((1vw - 3px) * 1));
    min-height: 0vw;
}
 
 .descyogi, .descyogi p {
    z-index: 5;
    min-width: 500px;
    max-width: 100%;
    white-space: normal;
    font-family: 'Open Sans';
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin-bottom: 30px;
    padding: 0px;
    color: #000000;
    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;
    font-size: calc(1rem + ((1vw - 3px) * 0.3));
    line-height: calc(1rem + ((1vw - 3px) * 1));
    min-height: 0vw;
}


/*
.tituloyogi, .tituloyogi p {
  font-size: min(max(36px, calc(1.75rem + ((1vw - 9.92px) * 3.2))), 80px);
  line-height: min(max(36px, calc(1.75rem + ((1vw - 9.92px) * 3.2))), 80px);
  min-height: 0vw;
}*/

@media (min-width: 300px) {
  .tituloyogi, .tituloyogi p  {
    font-size: calc(1.4rem + ((1vw - 3px) * 1)) !important;
    line-height: calc(1.75rem + ((1vw - 3px) * 1.2)) !important;
    min-height: 0vw;
    margin: 0px 0px 0px !important;
  }
}




/* .descyogi, .descyogi p {
  font-size: min(max(16px, calc(1rem + ((1vw - 9.92px) * 0.8))), 26px);
  line-height: min(max(16px, calc(1rem + ((1vw - 9.92px) * 1))), 26px);
  min-height: 0vw;
}*/

@media (min-width: 300px) {
  .descyogi, .descyogi p {
    font-size: calc(1rem + ((1vw - 3px) * 0.3));
    line-height: calc(1rem + ((1vw - 3px) * 0.8)) !important;
    min-height: 0vw;
    margin: 15px 0px 5px !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;width:100%;}
.border_effect_botao {
    display: inline-block;
    background: #a8353a;
    position: relative;
    padding: 9px 24px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    transition: background 0.7s;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 30%);
}
.play_bt{ cursor: pointer; filter: invert(0);transition: filter 500ms linear;}
.play_bt:hover{ cursor: pointer; filter: invert(1);}

.border_effect_botao:hover{
    background: #111111;
}

.border_effect_botao_a {
    color: #ffffff;
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
}

.border_effect_botao_a:hover{ 
  color: #ffffff;
}

