/* 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;
  }

  @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{
    /*
    text-shadow: 0 0px 10px rgba(0,0,0,0.1), 0 0px 10px rgba(0,0,0,0.1), 0 0px 5px rgba(0,0,0,0.1), 0 0px 5px rgba(0,0,0,0.1);
    */
    font-size: var(--fs-800) !important;
    line-height: var(--lh-800) !important;
    z-index: 5;
    min-width: 500px;
    max-width: 690px;
    font-weight: 700;
    white-space: normal;
    font-family: var(--ff-normal) !important;
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin-bottom: 0px;
    padding: 0px;
    color: #ffffff;
    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;
  }

  .tituloyogi_video{
    /*
    text-shadow: 0 0px 10px rgba(0,0,0,0.1), 0 0px 10px rgba(0,0,0,0.1), 0 0px 5px rgba(0,0,0,0.1), 0 0px 5px rgba(0,0,0,0.1);
    */
    font-size: var(--fs-800) !important;
    line-height: var(--lh-800) !important;
    z-index: 5;
    min-width: 500px;
    font-weight: 700;
    white-space: normal;
    font-family: var(--ff-normal) !important;
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin-bottom: 0px;
    padding: 15px;
    color: #ffffff;
    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, .descyogi p{
    z-index: 5;
    min-width: 500px;
    max-width: 70%;
    white-space: normal;
    font-family: var(--ff-normal) !important;
    font-weight: 500;
    font-size: var(--fs-325);
    line-height: 24px;
    letter-spacing: 0px;
    transition: none 0s ease 0s;
    border-width: 0px;
    margin: 30px 0px;
    padding: 0px;
    color: #ffffff;
    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;
  }


.border_effect_im{position: relative; margin:0 auto;width:100%;}
.border_effect_botao{
    display: inline-block;
    background: transparent;
    position: relative;
    padding: 10px 20px 10px;
    margin: 0 auto;
    text-align: center;
    border-radius: 0px;
    transition: background 0.7s;
    border: 1px solid #fff;
} 
.play_bt{ cursor: pointer; filter: invert(0);transition: filter 500ms linear;}
.play_bt:hover{ cursor: pointer; filter: invert(1);}

.border_effect_botao:hover{
    background: rgba(255,255,255,0.8);
    color: #202a3f;
}

.border_effect_botao:hover a{
    color: #202a3f;
}


.border_effect_botao_a{ 
    color: #ffffff;
    font-size: 12px;
    font-family: var(--ff-normal) !important; 
    font-weight: 500;
}

.border_effect_botao_a:hover{ 
  color: #ffffff;
}

