/*
  BANNER v 1.1;
  05/2023;
  João Diogo Pereira;
*/

.banner{
  margin-top: 100px;
}

.banner__item{
  min-height: calc(75svh - 100px);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner__item__title{
  font-family: var(--primaryTextFont);
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.5px;
  text-align: left;
  color: #fff;
}

.banner__item__content{
  font-family: var(--primaryTextFont);
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: normal;
  text-align: left;
  color: var(--terciaryColor);
}

.banner__item__content *:last-child{
  margin-bottom: 0;
}

.banner__item__video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.banner__item__overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1));
}

.banner__item__container {
  /* position: relative; */
  z-index: 1;
}

.banner__assinatura {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: rgb(255, 255, 255, 0.3);
  width: fit-content;
  font-style: italic;
}

.banner__item__content h3, .banner__item__content h3 *{
  font-size: 30pt;
  margin-bottom: 1.5rem;
}

.banner .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 10px;
}

.banner .owl-dots .owl-dot span {
  margin: 5px!important;
}

.banner_desde {
  top: -15px;
  right: -15px;
  background: color-mix(in srgb, white 50%, transparent);
  background: rgb(from white r g b / 50%);
  border-radius: 50%;
  font-size: 20px;
  padding: 40px;
  box-shadow: 0px 0px 15px darkslategrey;
  border-top-right-radius: 0;
  aspect-ratio: 1;
}

.banner_desde--number {
  font-size: 100px;
  width: 100%;
  display: block;
  line-height: 100px;
} 

@media only screen and (max-width: 991px) {
  .banner_desde {
    padding: 30px;
    font-size: 15px;
    z-index: -1;
  }
  
  .banner_desde--number {
    font-size: 60px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 767px){
  .banner__item__content, .banner__item__title{
    font-size: 16px;
  }

  .banner__item__content h3, .banner__item__content h3 *{
    font-size: 22px;
    margin-bottom: 1rem;
    line-height: 1;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape){
  .banner__item{
    height: auto;
    min-height: calc(100svh - 75px);
  }
}

@media only screen and (max-width: 575px) {
  .banner_desde {
    padding: 20px;
    font-size: 15px;
  }
  
  .banner_desde--number {
    font-size: 50px;
    line-height: 50px;
  }
}
