body{
    background-image: url(../img/back-image2.jpg);
    background-repeat: no-repeat;
    background-size: 1920px 1120px;
    background-position: top;
    background-color: rgba(0, 0, 0, 0.5);
    background-position: relative;
    background-blend-mode: overlay;
}


body, html {
    min-height: 100%;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Montserrat", sans-serif;;
}

.background-video {
  position: fixed; /* O vídeo ficará fixo em relação à viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Faz o vídeo cobrir a tela toda sem distorcer */
  z-index: -9999; /* Define um valor de z-index muito baixo para garantir que o vídeo fique atrás de tudo */
  pointer-events: none; /* Impede que o vídeo interfira com os cliques nos outros elementos */
}

.item-whatsapp{
    margin: 1rem 0;
    border: 1px solid #bdc3c7;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    color: #95a5a6;
    position: fixed; 
    left: 1450px;
    bottom: 30px;
    list-style-type: none;
    animation: fade-up 0.5s;
    background-color: #58af9b;
    z-index: 100;
}

.link-whatsapp:hover .item-whatsapp{
    background-color: #ffffff;
    border: 1px solid #ffffff; 
    color: #58af9b; 
}

.link-whatsapp:hover .item-whatsapp{
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #58af9b; 
}

.link-social-midia:not(:first-child) {
    margin-left: 0.5vw;
}

.menu-container {
    position: relative;
}

  

.categories{
    background-color: #8a1e58;
    height: 60px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    justify-content: center; 
    align-items: center;   
    position: relative;
}

.categories li {
    display: inline-block;
    margin-left: 10px;
}

.categories a{
    display: block;
    color: black;
    border-radius: 5px;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.img-banner-home {
  width: 100%;
  max-width: 880px;
  height: auto;
  aspect-ratio: 440 / 207;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  margin: 0 auto;
}

.categories h1{
    font-size: 25px;
    color: white;
}

.action-buttom-categories{
    background-color: white;
    color: #8a1e58;
}

.welcome {
    align-items: center;
    text-align: center;
    padding-top: 26vw;
    padding-bottom: 10vw;
    font-size: 2vw;
    color: white;
    white-space: nowrap;
    min-height: calc(100vh - 100vw);
}


.welcome h1{
    font-family: "Montserrat", sans-serif;
    animation: fade-up 0.5s;
}

.welcome h2{
    font-family: "Montserrat", sans-serif;
    animation: fade-up 0.5s;
    font-style: italic;
    font-size: 90%;
}

.container {
    background-image: linear-gradient(360deg, white,white, white, white, white, transparent);
    display: inline-flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 60px;

    
}

.info-container-1 {
    padding-left: 1vw;
    padding: 2%;
    width: 100%;
    display: inline-block;
    height: auto;
    text-align: left;
    border-radius: 40px;
    /*border: 1px solid #4f0323;*/
    /*animation: fade-up 0.5s;*/
    overflow: hidden;

}

.info-container-2 {
    padding: 20px 100px;
    height: 150px;
    display: flex; /* Define o uso de Flexbox */
    flex-wrap: wrap; /* Permite que os itens quebrem para a próxima linha se necessário */
    justify-content: space-between; /* Distribui os itens uniformemente com espaçamento entre eles */
    align-items: center; /* Alinha os itens verticalmente ao centro */
    color: #8a1e58;
    background-color: #8a1e58;
    overflow: hidden;
}

.info-container-2 ul{
  width: fit-content;
  height: fit-content;
}

.info-container-2 img{
  height: 70px;
  
}


.transmission-container{
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 4vw;
}

.mission-container{
  height: auto;
  width: auto;
  align-items: center;
  background-color: white;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 20px;
}

.mission-container h3{
  color: #8a1e58;
  font-size:xx-large;
  font-weight: 900;
  padding-bottom: 15px;
}

.mission-container p{
  padding-bottom: 15px;
}

.mission-container div{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 17px;
}


/* Estilos para o contêiner do Swiper carrossel*/
.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .swiper-pagination{
    position: relative;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .carrossel .swiper-container {
    padding-top: 10px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /*Isso aqui customiza as setas do carrossel*/
  .carrossel .swiper-button-next,
  .carrossel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #4f0323;
    cursor: pointer;
  }
  
  .carrossel .swiper-button-next {
    right: 30px;
  }
  
  .carrossel .swiper-button-prev {
    left: 30px;
  }
  
  .carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto auto;
    align-items: center;
    background-color: white;
 
  }
  
  .carrossel img {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
  }

  .carrossel p{
    color: #8a1e58;
  }

  .carrossel h1{
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
  }
  
  /*Botão Próximo e Voltar*/
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.5vw;
    border-radius: 100%;
    padding: 0.5vw;

  }
 
/* Estilos para o contêiner do Swiper TOP BANNER CARROSSEL MAIN PAGE*/
.swiper-container-banners {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .swiper-pagination{
    padding-top: 4px;
    position: relative;

  }

  .swiper-pagination-bullet-active {
    background-color: #8a1e58 !important;
}
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .carrossel .swiper-container {
    padding-top: 10px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /*Isso aqui customiza as setas do carrossel*/
  .carrossel .swiper-button-next,
  .carrossel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #4f0323;
    cursor: pointer;
  }
  
  .carrossel .swiper-button-next {
    right: 30px;
  }
  
  .carrossel .swiper-button-prev {
    left: 30px;
  }
  
  .carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto auto;
    align-items: center;
    background-color: white;
 
  }
  
  .carrossel img {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
  }
  
  /*Botão Próximo e Voltar*/
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.5vw;
    border-radius: 100%;
    padding: 0.5vw;

  }

  .popup {
    display: none;
    border: none;
    border-radius: .5rem;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    animation: fade-up 0.5s;
}

.popup-content{
    text-align: center;
    padding: 20px;
    position: relative;
}

.popup-content h2 {
    font-size: 600%;
    color: #8a1e58;
    font-weight: 900;
    text-decoration: none;
    margin-top: 0;
}

.popup-content p {
    margin: 15px 0;
}

.popup-content-2{
    position: relative;
}
.popup-content-2 img{
    height: 250px;    
}

.popup-button{
  width: 100%;
  text-align: center;
  padding-bottom: 20px;
}

a {
    text-decoration: none;
    color: inherit; 
}


#close-popup {
    background-color: white;
    color: #8a1e58;
    padding: 10px 40px;
    border-color: 92003d;
    border-radius: 30px;
    cursor: pointer;
}

#close-popup:hover{
    background-color: #8a1e58;
    transition: background-color 1s;
    color: white;
}

#close-popup-2 {
    background-color: #8a1e58;
    color: white;
    padding: 10px 20px;
    border-color: #8a1e58;
    border-radius: 30px;
    cursor: pointer;
}

#close-popup-2:hover{
    background-color: white;
    transition: background-color 1s;
    color: #8a1e58;
}

.info-container-3 {
    padding-top: 10px;
    text-align: center;
    align-items: center;
    color: #8a1e58;
    height: 80vh;
    width: 100%;
    max-width: 1495px;
    margin: 0 auto;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-image: url(../img/background-live-image.png);
    background-repeat: no-repeat;
}

.info-container-3 {
    width: 95%;
}

.info-container-3 h3{
 padding-right: 10px;
 padding-top: 100px ;
 font-size: 40px;
 font-weight: 900;
 color: white;
}

.info-container-3 img{
    padding-bottom: 40px ;
   }

.info-container-3 div{
   /* padding-bottom: 10px; */
}

#video-container {
    position: relative;
    flex-grow: 1;
    margin: 0;
    height: 100%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.info-container-7{
  position: relative;
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  /*justify-content: center;*/
  align-items: center;
  height: 740px;
  width: 100%;
  border: 60px;
  background-color: white;
  overflow: hidden;
  padding-top: 20px;
  
}


.titulo-dizimo{
 padding-left: 150px;
 width: 40%;
 animation: appear-right 1ms ease-in-out;
 animation-timeline: view();
 animation-range: cover 0% cover 50%;
}

.titulo-dizimo h2{
  font-size: 55px;
  color: #8a1e58;
  font-weight: 900;
 }

 .about-dizimo{
  padding-top: 30px;
  padding-left: 30px;
  width: 50%;
 }

 .about-dizimo h1{
  color: #000000;
  font-weight: 400;
  font-size: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
 }

 .about-dizimo div{
  display: flex;
 }

 .do-dizimo{
  width: 100%;
  text-align: center;
 }

 .do-dizimo h2{
  color: #8a1e58;
 }

 .do-dizimo img{
  padding-top: 10px;
  padding-bottom: 10px;
  height: 200px;
  
 }

 @media (max-width: 1023px){
    .desktop-only{
      display: none;
    }
 }

   @media (min-width: 768px){
    .phone-only{
      display: none;
    }
 }

 
@media only screen and (min-width: 2500px) {
    body {
        background-size: cover;
    }
}

@media (max-width: 600px) {



    .division{
      display: none;
    }

    .welcome {
        font-size: 5vw;
        white-space: wrap;
        align-items: center;
        text-align: center;
        padding-top: 50vw;
        padding-bottom: 50%;
        font-size: 2vw;
        color: white;
        white-space: nowrap;

        
    }

    .welcome h1{
      
    }

    .welcome h2{
          font-family: "Montserrat", sans-serif;
          animation: fade-up 0.5s;
          font-style: italic;
          font-size:medium;
    }
}


@media (max-width: 600px) {
    .info-container-1 {
        width: 90%;
        padding: 5%;
    }

    .info-container-1 h1 {
        font-size: 1.5em;
        word-wrap: break-word;
        color: #ffffff;
    }

    .info-container-1 h3{
        color: #ffffff;
    }
}

@media (max-width: 600px) {
    .info-container-2 {
      width: 100%;
      padding: 5%;
      height: 250px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      color: #8a1e58;
      background-color: #8a1e58;
      overflow: hidden;
    }

    .info-container-2 h1 {
        font-size: 1.5em;
        color: #ffffff;
        color: #8a1e58;
    }

    .info-container-2 h3{
        color: #8a1e58;
    }
    
}

.list-social-midia {
    display: flex;
    list-style-type: none;
}

.item-whatsapp {
    margin: 1vw 0;
    border: 1px solid #ffffff;
    border-radius: 50%;
    height: 3vw;
    width: 3vw;
    line-height: 3vw;
    text-align: center;
    color: #ffffff;
    position: fixed; 
    left: 90%;
    bottom: 2vw;
    list-style-type: none;
}

.info-container-4 {
    padding: 25%;
    background-color: #8a1e58;
    color: white;
    padding-top: 4vw;
    text-align: left;
    width: auto;
    height: 300px;
    background-color: #8a1e58;
    display: block;
    align-items: center;
    padding-bottom: 200px;
    background-size: cover;
    background-image: url(../img/background-integracao-image.png);
    background-position: center;
    background-repeat: no-repeat;
}

.info-container-4 h2{
 padding-top: 25px;
}

.info-container-4 div{
  padding-top: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* Proporção 16:9 */
    padding-top: 25px;
    height: 0;
    overflow: hidden;
    background-color: black;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



@media only screen and (max-width: 768px) {
    .info-container-3 {
        height: auto;
        max-width: 100%;
        border-radius: 0;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border: 1px solid #4f0323;
        padding-top: 10px;
        text-align: center;
        align-items: center;
        color: #8a1e58;
        height: 50vh;
        width: 100%;
        max-width: 1495px;
        margin: 0 auto;
        border-radius: 20px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        background-image: url(../img/background-live-image.png);
        background-repeat: no-repeat;
    }

    .info-container-3 {
        width: 95%;
    }

    .info-container-3 h3{
    padding: 30px;
    font-weight: 900;
    color: white;
    }

    .info-container-3 img{
        padding-bottom: 10px ;
      }

    .info-container-3 div{
        padding-bottom: 10px;
    }


    .info-container-4 {
        height: auto;
        border-radius: 0;
        padding-bottom: 35px;
    }

    .info-container-7{
        position: relative;
        display: inline-flex;
        gap: 10px;
        flex-wrap: wrap;
        /*justify-content: center;*/
        align-items: center;
        height: 540px;
        width: 100%;
        border: 60px;
        background-color: white;
        overflow: hidden;
        padding-top: 20px;
        
      }


      .titulo-dizimo{
      padding-left: 150px;
      width: 40%;
      animation: appear-right 1ms ease-in-out;
      animation-timeline: view();
      animation-range: cover 0% cover 50%;
      }

      .titulo-dizimo h2{
        font-size: 55px;
        color: #8a1e58;
        font-weight: 900;
      }

      .about-dizimo{
        padding-top: 30px;
        padding-left: 30px;
        width: 50%;
      }

      .about-dizimo h1{
        color: #000000;
        font-weight: 400;
        font-size: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
      }

      .about-dizimo div{
        display: flex;
      }

      .do-dizimo{
        width: 100%;
        text-align: center;
      }

      .do-dizimo h2{
        color: #8a1e58;
      }

      .do-dizimo img{
        padding-top: 10px;
        padding-bottom: 10px;
        height: 200px;
        
      }
}

  @media only screen and (max-width: 768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: 6vw;
      border-radius: 100%;
      padding: 3vw;
      background-color: rgba(255, 255, 255, 0.5);
    }
  
    .carrossel .swiper-button-next {
      right: 15px;
    }
    
    .carrossel .swiper-button-prev {
      left: 15px;
    }
  
    .carrossel {
      text-align: center;
    }
  }

  .swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .swiper-pagination{
    position: relative;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .carrossel .swiper-container {
    padding-top: 10px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /*Isso aqui customiza as setas do carrossel*/
  .carrossel .swiper-button-next,
  .carrossel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #4f0323;
    cursor: pointer;
  }
  
  .carrossel .swiper-button-next {
    right: 30px;
  }
  
  .carrossel .swiper-button-prev {
    left: 30px;
  }
  
  .carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto auto;
    align-items: center;
    background-color: white;
 
  }
  
  .carrossel img {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
  }
  
  /*Botão Próximo e Voltar*/
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.5vw;
    border-radius: 100%;
    padding: 0.5vw;

  }

  .carrossel h1{
    color:#8a1e58;
  }
 
  
  @media only screen and (max-width: 768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: 6vw;
      border-radius: 100%;
      padding: 3vw;
      background-color: rgba(255, 255, 255, 0.5);
    }
  
    .carrossel .swiper-button-next {
      right: 15px;
    }
    
    .carrossel .swiper-button-prev {
      left: 15px;
    }
  
    .carrossel {
      text-align: center;
    }
  }


  @media only screen and (max-width: 768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: 6vw;
      border-radius: 100%;
      padding: 3vw;
      background-color: rgba(255, 255, 255, 0.5);
    }
  
    .carrossel .swiper-button-next {
      right: 15px;
    }
    
    .carrossel .swiper-button-prev {
      left: 15px;
    }
  
    .carrossel {
      text-align: center;
    }
  }

  .swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px 0;
  }
  
  .swiper-pagination{
    position: relative;
  }
  
  .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  
  .carrossel .swiper-container {
    padding-top: 10px;
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  /*Isso aqui customiza as setas do carrossel*/
  .carrossel .swiper-button-next,
  .carrossel .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    color: #4f0323;
    cursor: pointer;
  }
  
  .carrossel .swiper-button-next {
    right: 30px;
  }
  
  .carrossel .swiper-button-prev {
    left: 30px;
  }
  
  .carrossel {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin: auto auto;
    align-items: center;
    background-color: white;
 
  }
  
  .carrossel img {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 600px;
  }
  
  /*Botão Próximo e Voltar*/
  .swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 1.5vw;
    border-radius: 100%;
    padding: 0.5vw;

  }
 
  
  @media only screen and (max-width: 768px) {
    .swiper-button-next:after, .swiper-button-prev:after {
      font-family: swiper-icons;
      font-size: 6vw;
      border-radius: 100%;
      padding: 3vw;
      background-color: rgba(255, 255, 255, 0.5);
    }
  
    .carrossel .swiper-button-next {
      right: 15px;
    }
    
    .carrossel .swiper-button-prev {
      left: 15px;
    }
  
    .carrossel {
      text-align: center;
    }
  }
  

/* -- animações -- */

/* MATHEUS, NÃO APAGA ESSE LINK PLEASE: https://www.youtube.com/watch?v=5yl75eM0Y4A*/

@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    
}

@keyframes fade-down {
    0% {
        opacity: 0;
        transform: translateY(-30px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateY(0px) scale(1);
    }
    
}

@keyframes fade-right {
    0% {
        opacity: 0;
        transform: translateX(-30px) scale(0.9);
    }

    100% {
        opacity: 1;
        transform: translateX(0px) scale(1);
    }
}

@keyframes appear-up {
  from {
    opacity: 0;
    translate: 0 0 0 -100vw;
  }
  
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes appear {
  from {
    opacity: 0;
    translate: -100vw 0;
  }
  
  to {
    opacity: 1;
    translate: 0 0;
  }
}

@keyframes appear-right {
  from {
    opacity: 0;
    translate: 0 0 0 -100vw;
  }
  
  to {
    opacity: 1;
    translate: 0 0;
  }
}