#videoBox {
  max-width: 80%;
  margin: 0 auto;
  transition: all 0.8s ease;
}
#videoBox.expanded {
  max-width: 100%;
}

.force_scaled {
    --scale: 1 !important;
    scale: 1 !important;
}


#row1 {
    height: 100vh;
  
    display: flex;
    align-items: center;
}
@media(min-width:600px){
#row1 {

    min-height: 720px;
}
}
#row1.center_video>div {
    padding: 0px !important;
}
#row1.center_video #videoBox{
  max-width: 100%;
  width:100% !important;
}

section#row4 .l-section-h {
    margin: 0px !important;
    width: 100% !important;
    max-width: 100%;
}
/*
section#row4 {
    padding: 0px 0px !important;
}*/

#row4 .wpb_row .l-section-h {
    max-width: 1200px !important;
align-self:center;
}

#mytext{
opacity:0;
}
section#row2 {
    overflow: hidden;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate_my {
  animation: fadeInUp 0.6s ease forwards !important;
}

.tohide_animate {
  opacity: 1;
  height: auto;
  overflow: hidden;
  transition: opacity 0.6s ease, height 0.6s ease, margin 0.6s ease, padding 0.6s ease;
}

.tohide_animate.fade-out {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
}

#thevideo {
  transition: transform 0.6s ease;
  transform: scale(1);
}

#thevideo.scale-up {
  transform: scale(1.5);
}






/* CSS do carvalho */
/* CSS do carvalho */

.playvideo-1 {
  display
}
.videobox1.w-video.with_overlay .w-video-play-icon:after{
visibility:hidden;
}
.videobox1.w-video.with_overlay .w-video-play-icon {
    position: absolute;
    top: 48%;
    line-height: 3;
    width: 2.8em;
    text-align: center;
    pointer-events: none;
    transition: transform 0.2s;
    background-image: url("/wp-content/uploads/2025/05/sibs_home_play-1.png") !important;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    background-position: center !important;
    left: 0px;
    height: 60px !important;
}

.videobox1.w-video.with_overlay:hover .w-video-play-icon {
    transform: scale(1) !important;
  background-image: url("/wp-content/uploads/2025/05/sibs_home_play-1-hover.png") !important;
  opacity: 1;
  animation-name: fadeInOpacityvideo;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: .6s;
}

@keyframes fadeInOpacityvideo {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.videobox1.w-video.with_overlay .w-video-icon:after {
    font-size: 0.1px !important;
}

.video-background-wrapper {
  position: relative;
  width: 100%;
  height: 500px; /* adjust height */
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: auto;
  height: auto;
}

.video-overlay-content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
}
@media(min-width:1024px){
  .video-bg-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    z-index: 0;
  }
  #move4 .video-bg {
      height: 300px;
      object-fit: cover;
      border-radius: 16px;
  }

  #move8 .video-background-wrapper,#move8 video {
      max-height: 300px !important;
  }
}

.video-bg-coverleft {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: left center; /* Ensures video content aligns left */
  z-index: 0;
}

.video-bg-coverleft-45 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: -45px center; /* Ensures video content aligns left */
  z-index: 0;
}


.col-force-right {
    float: right;
}

.col-home-ecosystems {
  z-index: 10 !important;
  position: absolute;
}

.home-sect2text {
  position: relative;
}

.home-sect2text-child {
    position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.counterhome .owl-dots {
    padding-top: 0rem !important;
    rotate: 90deg !important;
    float: right !important;
    margin-top: -4rem !important;
}

.counterhome .dotstyle_dash .owl-dot span {
    display: block;
    background: #ebf1f4 !important;
    width: 8px;
    height: 8px;
    margin: -12px 12px 0px 0px;
    opacity: 1 !important;
    border-radius: 20px;
}

.counterhome .dotstyle_dash .owl-dot.active span {
    display: block;
    background: #1f66b0 !important;
    width: 24px;
    height: 8px;
    margin: -12px 12px 0px 0px;
    opacity: 1 !important;
    border-radius: 20px;
}



/*mobile */
@media(max-width:768px){

  #row1_mobile {
    height: min(100vh, 800px);
  }
  
  .col-home-ecosystems {
    z-index: 10 !important;
    position: relative !important;
  }
  .col_container_services .g-cols.vc_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
    gap:1rem; /* adjust spacing between columns */
    margin:1rem 0rem;
  }
#mytext{
opacity:1 !important;
}
.home-sect2text-child {
    position: relative;
    top: 0%;
    left: 0%;
    transform: translate(0%, 0%);
    margin-top: 32px;
    margin-bottom: 32px !important;
}
.global-setting-category-home-counter .w-html.usg_html_1 {
    width: 100% !important;
    display: block !important;
    text-align:center  !important;
}


.global-setting-category-home-counter .w-hwrapper.usg_hwrapper_1.align_none.valign_middle {
  
  display: grid;
  grid-template-columns: 1fr;

}

.layout_426 .global_setting_1.usg_post_custom_field_1 {
    text-align: center !important;
    display: block;
    width: 100% !important;
    font-size: 24px !important;
}
.layout_426 .global-setting-category-home-counter .usg_hwrapper_2.valign_middle.align_right {
    width: 100%!important;
    margin-right: 0px !important;
    text-align:center !important;
}
.layout_426 .global-setting-category-home-counter .usg_hwrapper_2.valign_middle.align_right .w-counter-value {
    text-align:center !important;
    display:block !important;
}

.layout_426 .global-setting-category-home-counter .usg_hwrapper_2.valign_middle.align_right .usg_text_1{
    position:relative;
    right:-30px
}


section#row4 .l-section-h,section#row5 .l-section-h,section#row6 .l-section-h,section#row7 .l-section-h,section#row8 .l-section-h ,section#row9 .l-section-h {
    margin: 20px !important;
  margin-left: 10px !important;
    width: 100% !important;
    max-width: 100%;
}
/*
section#row4 {
    padding: 0px 0px !important;
}*/

#row4 .wpb_row .l-section-h,#row5 .wpb_row .l-section-h ,#row6 .wpb_row .l-section-h ,#row7 .wpb_row .l-section-h,#row8 .wpb_row .l-section-h,#row9 .wpb_row .l-section-h{
    max-width: 1200px !important;
align-self:center;
}


.container_logos {
    margin: 20px !important;
    display: flex;
    justify-content: center;
}

#row4 video.video-bg-cover ,#row5 video.video-bg-cover ,#row6 video.video-bg-cover,#row7 video.video-bg-cover ,#row8 video.video-bg-cover  ,#row9 video.video-bg-cover  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
}
.ush_menu_3 a.w-nav-control {
    display: none;
}
#row3.fixed-mode {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  overflow: hidden;
min-height: 100vh !important;
    background: white;
}

body.scroll-locked {
  overflow: hidden;
  touch-action: none;
}
}

