@use '../utilities';
.masterHeadSimpleElement[data-mshs-41139] {
  background-color: transparent;
  position: relative;
  min-height: 700px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  overflow: hidden;
  @media (min-width: 1200px) {  min-height: 650px; }
  @media (min-width: 1400px) { min-height: 700px; }
  &.video{
    justify-content: flex-end;
    .btnArrow.masterHeadSimple__btn.btnArrow_higthligth , span{
      @extend %VFSans-font;
      color: var(--a-blanco);
      font-size: 1.25rem !important;
      font-weight: 600 !important;
  
    }
    video{
      min-height: 100%;
      object-fit: cover;
      object-position: center;
      
    }
  }
  .img-absolute {
    @extend %img-absolute;
    z-index: -1;
  }
  &::after {
    z-index: -1;
    display: block;
    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgb(13, 30, 47);
    background: linear-gradient(
      0deg,
      rgba(13, 30, 47, 0.75),
      rgba(13, 30, 47, 0) 160%
    );
  }

  .masterHeadSimple {
    .title,
    .description {
      font-weight: normal;
      line-height: 1.17;
      color: var(--a-blanco);
      @extend %VFSans-font;
      p{
        margin-bottom: 0.5rem;
      }
    }
    &__btn {
      @extend %VFSans-font;
      font-size: 23px;
      font-weight: 500;
      color: var(--a-blanco);
      border: 1px solid var(--a-blanco);
      padding: 1rem;
    }
    .title {
      font-size: 38px;
      line-height: normal;
      font-weight: 600;
      letter-spacing: 0.1rem;
      @media (max-width: 991.98px) {
        font-size: 25px;
      }
    }
    .description {
      * {
        font-size: 27px;
        @media (max-width: 991.98px) {
          font-size: 25px;
        }
      }
      strong {
        font-weight: 600;
      }
      p {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.35rem;
        font-size: clamp(1.35rem, -0.3999999999999999rem + 1.8333333333333333vw, 1.8rem);
        margin-bottom: 0.4rem;
      }
     
      a,
      a:hover {
        color: var(--b-oc-ano);
      }
      @for $i from 2 through 6 {
        h#{$i} {
          font-weight: 600;
          margin-top: 0px;
          margin-bottom: 0px;
        }
      }
      h2 {
        font-size: 40px;
      }
    }
  }
}

.masterHeadSimpleElement__video{
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  min-height: 100%;
  height: 100%;
  object-fit: cover;
  @media (max-width: 768px) {
    video{
      height: 100vh !important;
      width: auto !important;
      object-fit: cover;
      object-position: center;
      
    }
  }
  .title{
    letter-spacing: 0.1rem;
  }

  .videoWrapper{
    min-height:700px;
  &__bg{
    display:none;
  }
  &__icon{
    display:none; 
  }
}
}