/*Global styling*/

a {
  color:#2ea3f2;
  text-decoration:none;
  font-family: "Rubik Regular", sans-serif;
  }

a:hover {
 color:#2ea3f2;
}
a:visited {
 color:#2ea3f2;
}

.content-wrapper {
 font-family:"Anek Kannada Light",sans-serif;
} 
.content-wrapper p {
  color:#666666;
  line-height:28px;
}
.content-wrapper li {
 color:#666666;
 line-height:28px;
}

/*Title blog types*/
.title-text-blog-post {
  padding: 20px 25px 25px 25px;
  position:relative;
  z-index:-1;
  margin-top: -80px;
  color: #fff;
  font-size: 40px;
  margin-bottom: 50px;
}
.title-text-blog-post::after {
    content: "";
    color: white;
    width: 0px;
    height: 0px;
    border: 30px solid black;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    transform: rotate(90deg);
    bottom: -30px;
    right: 20%;
    position: absolute;
}
/*Subtitle types*/
.subtitle-text-blog-post-background {
    color: #fff;
    width: max-content;
    margin-top: 65px;
    font-weight: bold;
    position: relative;
    margin-bottom:2em;
}

.subtitle-text-blog-post-background :is(h2,h3,h4,h5,h6,p):first-child {
  text-transform: none; 
  color: #FFF;
}

#hs_cos_wrapper_modulos .container-video-right-column :is(h2,h3,h4,h5,h6,p,span):first-child {
  color: #FFF;
}

.subtitle-text-blog-post-background.tipo1 {
    font-size: 20px;
    padding: 15px 15px 15px 28px;
    font-weight: bold;
}
.subtitle-text-blog-post-background.tipo1::after {
    background-color: #99FEFF;
    content: "";
    position: absolute;
    left: -10px;
    width: 20px;
    bottom: 12px;
    top: 12px;
}
@media (min-width: 1024px) { 
.subtitle-text-blog-post-background.tipo1 {
   padding: 15px 60px 15px 28px;
  }
}
@media (min-width: 768px) and (max-width: 1024px){ 
  .subtitle-text-blog-post-background.tipo1 {
     width: auto;
    max-width: 80%;
    }
  .subtitle-text-blog-post-background.tipo2 {
    width: auto;
    max-width: 75%;
}
}
.subtitle-text-blog-post-background.tipo2 {
    font-size: 18px;
    padding: 15px 50px 15px 15px;
    font-weight: bold;
}


/*Video section*/
.container-video-wrapper {
  max-width:1200px;
  margin: 0 auto;
  font-family: "Anek Kannada Medium 500";
  margin-top:1em;
  }
  .container-video-left-column {
    padding:3em;
  }
  .container-video-left-column h2 {
      font-weight: 700;
      font-size: 34px;
      color: #ff1e56;
      line-height: 1.1em;
  }
  .container-video-left-column hr{
      border: none;
      border-top: 10px solid blue;
      width:20%;
      margin: 2em 0 2em 0;
  }
  .container-video-left-column p{
      font-weight:bold;
      font-size:16px;
      color: #666666;
  }
  .container-video {
    margin-top:2em;
   width:100%;
    height:400px;
  }
 .container-video-right-column {
       width: 60%;
 }
  .container-video-right-column-content{
    padding: 1.5em 0 1em 0.8em;
    margin-top: 2em;
    background: blue;
    color: white;
    position: relative;
  }
  .container-video-right-column a{
    color:#1fe0ba;
    text-decoration:none;
  }
  .container-video-right-column-text {
    padding: 1em 1.2em 1em 1em;
    line-height: 20px;
  }
.container-video-right-column-title {
  width: 97%;
  cursor: pointer;
  font-size: 18px;
  padding-left: 15px !important;
  user-select: none;
  padding: 5px 40px 15px 0;
  position: relative;
  font-weight:bold;
  color: white;
  display:flex;
  align-items:center;
  line-height: 22px;
}

.container-video-right-column-title img {
    position: absolute;
    right: 1em;
    bottom: 1.8em;
}

.hidden{
  display:none;
}
.rotate{
  transform: rotate(45deg);
  transition:0.5s;
}
.openCard {
  min-height: auto
  height:200px !important;
}


@media (min-width: 1024px) {
.title-text-blog-post {
  width: 50%;
  }
  .container-video-wrapper {
    display:flex;
  }
}
@media (max-width: 768px) {
  
  .content-wrapper img {
      width: -webkit-fill-available !important;
     height: auto;
  }
  .title-text-blog-post { 
    margin-top: -15px;
    font-size: 32px;
    font-weight: 900 !important;
  }
  .subtitle-text-blog-post-background {
    width: 270px;
   }
  .container-video-right-column {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 1024px){
.container-video-right-column-title img {
    bottom: 0.7em;
}
}

     .popup-youtube{
        color: #1FE0BA!important;
        text-decoration:none;
        margin-top:20px;
      }
      
      .popup-youtube_2{
         margin-top:80px;
      }
    .mfp-iframe-holder .mfp-close {
    top: 0 !important;
    width: 3.5% !important;
    right: 0 !important;
}

#logoFooter img {
    height: auto;
    padding: 20px 0;
}
