



.sideLines {
  overflow: hidden;
  text-align: center;
}

.sideLines:before,
.sideLines:after {
  background-color: var(--colorsecond);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.sideLines:before {
  right: 0.5em;
  margin-left: -50%;
}

.sideLines:after {
  left: 0.5em;
  margin-right: -50%;
}

.noticia_image{
    border-radius: 10px;
}
    
.blog_categories{
    width:100%;
    position: fixed;
    z-index: 6;
}
.blog_cat_list{
    padding: 15px 0;
    margin: 0;
    width: 100%;
}

.blog_cat_submenu{
    display: none;
    position: absolute;
    width: 100%;
    text-align: left;
}
.blog_cat_submenu ul{
    list-style: none;
    padding: 5px 10px;
}
.blog_cat_submenu li p{
    border-bottom: 1px solid #c4c4c4;
}
.blog_cat_submenu > li:last-child p{
    border: 0;
}

.blog_cat_list li.has_submenu.active .blog_cat_submenu{
    display: block;
    
}

.ler_post_holder{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: rgba(184,63,107, 0.4);
    opacity: 0;
    
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.post_img_holder:hover .ler_post_holder{
    opacity: 1;
}

.list_post_corpo{
  overflow: hidden;
  max-height: 110px;
  
}

.list_post_titulo{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.blog_search_box{
    background-color: transparent !important;
    border: solid white 1px !important;
    color: white !important;
    border-right: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.blog_search_box::placeholder{
    color: white;
    text-transform: uppercase;
}

.blog_search_glass{
    border: solid white 1px;
    border-radius: 10px;
    padding: 10px 10px;
    height: 46px;
    border-left: none;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    cursor: pointer;
}

.catchoosed{
    cursor: pointer;
    color: white;
}




.tv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
  }
  .tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: 0;
    transition: opacity .5s;
  }   
  .tv .screen.active {
    opacity: 1;
  }
  
  .video_section{
      display: block;
  }
  @media (max-width: 1024px) {
      .video_section{
          display: none;
      }
  }
  .video_section_mobile{
      display: none;
  }
  @media (max-width: 1024px) {
      .video_section_mobile{
          display: block;
      }
  }

  /* SLIDER VIDEO */

.video_slider_holder .slick-slide, .slick-slide::before, .caption {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.video_slider_holder .slick-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video_slider_holder .main-slider {
    position: relative;
    width: 100%;
    /*height: 38vw;*/
    height: auto;
    min-height: 8vw;
    margin-bottom: 50px;
    opacity: 0;
    visibility: hidden;
    transition: all 1.2s ease;
}

.video_slider_holder .main-slider.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.video_slider_holder .slick-slide {
    position: relative;
    /* height: 38vw; */
    height: auto;
}

.video_slider_holder .slick-slide::before {
    background-color: transparent;
    opacity: 0.3;
    z-index: 1;
}

.video_slider_holder .slick-slide video {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.video_slider_holder .slick-slide iframe {
    position: relative;
    pointer-events: none;
}

.video_slider_holder .slick-slide figure {
    position: relative;
    height: 100%;
}

.video_slider_holder .slick-slide .slide-image {
    opacity: 0;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all 0.8s ease;
}

.video_slider_holder .slick-slide .slide-image.show {
    opacity: 1;
}

.video_slider_holder .slick-slide .image-entity {
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.video_slider_holder .slick-slide .loading {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
}

.video_slider_holder .slick-slide .slide-media {
    animation: slideOut 0.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.video_slider_holder .slick-slide.slick-active {
    z-index: 1;
}

.video_slider_holder .slick-slide.slick-active .slide-media {
    animation: slideIn 2.4s cubic-bezier(0.4, 0.29, 0.01, 1);
}

.video_slider_holder .slick-slide.slick-active .caption {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.32, 0.34, 0, 1.62) 0.6s;
}

.video_slider_holder .caption {
    position: absolute;
    top: 0%;
    bottom: 0;
    right: 0%;

    width: 35%;
    height: 100%;

    text-align: center;
    padding: 20px;
    border: 3px solid;
    color: var(--colorfirst_trans);
    margin: 0;
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 0.02em;
    opacity: 0;
    z-index: 1; 
    transition: all 0.3s ease;
    transform: translateY(100px);
    background-color: rgba(255,255,255, 0.6);
}

.video_slider_holder .caption_container_box{
    position: relative;
    height: 100%;
    width: 100%;
}

.video_slider_holder .caption_container{
    position: absolute;
    top: 50% !important;
    bottom: auto !important;
    left: 50% !important;
    right: auto !important;
    -ms-transform: translate(-50%,-50%) !important;
    -webkit-transform: translate(-50%,-50%) !important;
    transform: translate(-50%,-50%) !important;
    width: 100%;
}

@media (max-width: 1200px) {
    .video_slider_holder .caption {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .video_slider_holder .caption {
        width: 60%;
    }
}

@media (max-width: 700px) {
    .video_slider_holder .caption {
        width: 100%;
    }
}

.video_slider_holder .slick-dots {
    text-align: center;
    /* padding-top: 15px; */

    position: absolute;
    bottom: 5px;
    right: 15px;
}

.video_slider_holder .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px;
}

.video_slider_holder .slick-dots li button {
    width: 29px;
    height: 30px;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    /*border: 2px solid var(--colorfirst);*/
    box-shadow: 0 0 0 0 transparent;
    vertical-align: middle;
    color: #fff;
    background-color: var(--colorfirst);
    transition: all 0.3s ease;
    opacity: 0.4;
}

.video_slider_holder .slick-dots li button:focus {
    outline: none;
}

.video_slider_holder .slick-dots li button:hover {
    opacity: 1;
}

.video_slider_holder .slick-dots li.slick-active button {
    border-color: var(--colorsecond);
    box-shadow: 0 0 0 2px #fff;
    opacity: 1;
}

.video_slider_holder .container {
    background-color: #f2f2f2;
    color: #444;
    line-height: 1.6;
    padding: 40px 0;
}

.video_slider_holder .container .content {
    width: 90%;
    max-width: 980px;
    margin: 0 auto;
}

.video_slider_holder .container p {
    margin-bottom: 40px;
}

@keyframes slideIn {
    from {
        filter: blur(15px);
    }
    to {
        filter: blur(0);
    }
}
@keyframes slideOut {
    from {
        filter: blur(0);
    }
    to {
        filter: blur(15px);
    }
}


.slidervideomutebtn{
    position: absolute;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 9999;
}

.video_text_holder{
    margin: 50px;
}

.topvideoholder_body{
    height: 600px;
}

@media (max-width: 575px) {
    .slide-media{
        width: 100% !important;
        height: auto;
        left: 0;
        right: 0;
    }

    .video_text_holder{
        margin: 10px;
        margin-bottom: 80px !important;
    }

    .tv .screen{
        left: 0 !important;
        width: 100% !important;
    }
 
    .video_tv_txt_holder{
        display: none !important;
    }

    .topvideoholder_body{
        height: 350px;
    }

    .topvideoholder{
        background-color: #000;
        z-index: 2;
    }

    .main_body.main_body_mobile_100{
        width: 100% !important; 
    }

    .main_body.main_body_mobile_100 .col-12{
        padding: 0;
        margin: 0;
    }
    
    
    .main_body_mobile_100 .video_slider_holder{
        padding: 0;
        margin: 0;
    }

}

.row.row_height_100{
    height: 100% !important;
}

