/*  CORES DE REFERENCIA:
COR PRINCIPAL: ##012686;

*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'actonia_hand_personal_useRg';
  src: url('actoniahand-webfont.woff2') format('woff2'),
       url('actoniahand-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}

@keyframes pulsando {
  0%,100% {transform: translateY(0px);}
  50% {transform: translateY(-5px);}
}
/* ------------------------------ BANNER DO SITE ------------------------------*/

#planosdoSite{
    overflow: hidden !important;
}


.site-hero{
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden !important;
  height: 100vh;
}

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.2/font/bootstrap-icons.css");

.hero-conteudo{
  z-index: 9999;
  margin-top: 80px;
}

.bg-video-site{
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  z-index: -999999;
}

/* -------------------------------------------- CONFIGURAÇÕES NORMAIS --------------------------------------------  */

/* === TITULO DO BANNER ===*/

.banner-titulo h2{
  font-family: cursive;
  color: #00FFFF;
  font-weight: 900;
  font-size: 60px;
  margin-left: -200px;
  margin-bottom: -30px;
  padding-top: 30px;
}

.banner-titulo h3{
  color: #fff;
  font-size: 70px;
  font-weight: 800;
  margin-bottom: -20px;
}

.banner-titulo h4{
  color: #00FFFF;
  font-size: 30px;
  font-weight: 800;
  margin-left: -200px;
}

/* === CONTEÚDO DO BANNER === */
.banner-conteudo img{
  height: 450px;
}

/*=== TEXTO DO RODAPÉ ===*/
.banner-rodape{
  margin-top: 30px;
}

.banner-rodape span{
  color: #00ffff;
}
.banner-rodape h4{
  font-size: 35px;
  color: #FFFFFF;
  font-weight: 800;
  text-align: right;
}

.banner-rodape h6{
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 300;
  margin-top: -10px;
}

/* -------------------------------------------- TABLETS E TELAS MÉDIAS --------------------------------------------  */
@media(min-width: 481px) and (max-width: 992px){
    .banner-titulo  h2{
  font-family: 'Calligraffitti', cursive;
  color: #00FFFF;
  font-weight: 900;
  font-size: 40px;
  margin-left: -200px;
  margin-bottom: -20px;
  padding-top: 30px;
}

.banner-titulo h3{
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  margin-bottom: -10px;
}

.banner-titulo h4{
  color: #00FFFF;
  font-size: 20px;
  font-weight: 800;
  margin-left: -200px;
}

.banner-conteudo img{
  height: 410px;
}
}

@media (max-width: 767px){
    .banner-titulo h2{
        padding-top:100px;
        font-size:25px;
        margin-left: 0px;
        margin-bottom:-10px;
    }
    
    .banner-titulo h3{
        font-size:25px;
        margin-bottom:-5px;
    }
    
    .banner-titulo h4{
        font-size:20px;
        margin-left:0px;
        
    }
    
    .banner-conteudo img{
        height:280px;
    }
    
    .banner-rodape h4{
        font-size:20px;
        text-align: center;
    }
    
    .banner-rodape h6{
        font-size:13px;
        text-align:center;
    }
    
    .site-hero{
        overflow: hidden !important;
    }
}

/* ======= seção de planos ====== */
.plan-title-section{
  background: #0D1E4C;
}

.plan-title-section h2{
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  font-family: 'Poppins';
  padding: 40px 0px;
  text-align: center;
}

/* ====================== ABA DE VANTAGENS ==========================*/
.vantagens-plano{
  background: #0D1E4C;
  padding: 30px 0px;
}

.card-vantagem{
  padding: 0px 30px;
}

.card-vantagem h3{
  font-family: 'Rajdhani';
  color: #fff;
  font-weight: 600;
}

.card-vantagem p{
  font-family: 'Rajdhani';
  color: #fff;
  padding-right: 20px;
}

/* ====================== ÁREA DE VIABILIDADE TÉCNICA =========================== */

.viabilidade-area{
  padding: 50px 0px;
  background: url('../img/viabilidade-desktop.png') center center;
  background-size: cover;
  background-attachment: fixed;
}

.viabilidade-card{
  padding: 30px 0px;
}

.viabilidade-card h2{
  color: #fff;
  font-family: 'Rajdhani';
  font-size: 50px;
  font-weight: 600;
  text-align: right;
}

.viabilidade-card p{
  font-family: 'Poppins';
  font-size: 25px;
  color: #fff;
  font-weight: 200;
  text-align: right;
  line-height: 30px;
}

.viabilidade-card a{
  font-family: 'Rajdhani' !important;
  color: #fff;
}

.viabilidade-card button{
  background: #0D1E4C;
  color: #fff;
  border: none;
  padding: 15px 30px;
  border-radius: 5px;
}

.viabilidade-card button:hover{
  transform: scale(1.1);
  transition: .3s ease;
}

/*==================== SEÇÃO DO APP ====================== */
.secao-app{
  padding: 40px 0px;
}

.secao-app .row{
  box-shadow: 0 0 10px 2px #c0c0c0;
}

.app-img{
  margin: 0;
  padding: 0;
}

.app-img img{
  height: 100%;
  width: 100%;
}

.app-text{
  align-items: center;
}

.app-text h2{
  padding-top: 100px;
  text-align: center;
  font-family: 'Poppins';
}

.app-text p{
  font-family: 'Rajdhani';
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  text-align: center;
}

.app-text button{
  padding: 10px 25px;
  background: #0D1E4C;
  font-size: 'Arial';
  border: 0px;
  border-radius: 5px;
}

.app-text .google-icon{
  font-size: 35px;
  color: #fff;
  padding-top: 2px;
  padding-right: 5px;
}

.app-text .disponivel{
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-size: 'Roboto';
}

.app-text .playstore{
  font-size: 20px;
  font-size: 'Arial';
}

/* ============= RODAPÉ ======================== */
footer{
  background: #0D1E4C;
  padding-top: 40px;
}

.footer-logo img{
  height: 60px;
}

.social-icons{
  margin: 10px 0px;
}

.social-icons span{
  margin-right: 10px;
}

.social-icons i:hover{
  color: #D67B0A;
}

.social-icons i{
  color: #fff;
  font-size: 35px;
}

.menu-rodape h3{
  color: #D67B0A;
  font-family: 'Poppins';
}

.menu-rodape li{
  list-style-type: none;
}

.menu-rodape li a  {
  color: #fff;
  font-family: 'Poppins';
  font-size: 15px;
  font-weight: 200;
}

.menu-rodape li a:hover{
  color: #D67B0A;
  transition: .2s ease;
}

.menu-rodape i{
  color: #D67B0A;
  font-weight: 800;
}

/* ================= Créditos ======================*/
.creditos p{
  color: #fff;
  font-family: 'Rajdhani';
  margin-top: 70px;
}

.ixcsoft{
  text-align: right;
}

.cards-rapidos {
  padding: 30px 0px;
}

.card-rapido{
  border:1px solid rgba(13,30,76,.2);
  width: 230px;
  padding: 30px 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  margin-left: 10px
}

.card-rapido{
  cursor: pointer;
}

.card-rapido img{
  height: 70px;
}

.card-rapido h4{
  color: #D67B0A;
  font-family: 'Poppins';
  font-weight: 400;
}

.card-rapido p{
  color: #000;
  font-family: 'Rajdhani';
  font-size: 18px;
}

.card-principal h4{
  color:#0D1E4C;
  font-family: 'Poppins';
  padding-top: 50px;
}

.card-principal p{
  font-family: 'Rajdhani';
  font-size: 20px;
}

.card-principal button{
  background: transparent;
  border: 1px solid #0D1E4C;
  color: #0D1E4C;
  padding: 7px 10px;
  border-radius: 5px;
}

.card-principal button:hover{
  transform: scale(1.1);
  transition: .2s ease;
}

/* ============== Grade de Canais ====================== */
.grades-canais{
  font-family: 'Poppins', sans-serif;
  background: #fff;
}


#lista-start-hd{
  
}

.grades-canais .container{
}

.canais-lista{
  padding: 30px 0px;
}

.canais-lista h4{
    font-size: 30px;
    text-align: center;
}
.grades-canais h2{
  border-bottom: 2px solid #000;
  text-align: center;
}

.canal-grade{
  margin: 0px 3px;
}

.canal-grade img{
  height: 80px;
}

.la-carte-title{
    font-size: 30px;
}

.la-carte-contain{
    margin-top: -20px;
    margin-bottom: -55px;
    font-size: 20px;
    font-weight: 300;
}

.fx-queries{
  
}

.fx-queries img{
    height: 150px;
}
@media(max-width: 768px){
.la-carte-contain{
    margin-bottom: -40px;
}
.fx-channel{
    margin-bottom: -50px;
}

.fx-queries img{
    height:150px;
}

}

.hbo-contain{
  font-size: 20px;
  font-weight: 300;
}

.hbo-queries{
  height: 100px;
}
@media(max-width:768px){
  .hbo-queries{
      height:95px;
  }
  
  .hbo-contain{
      font-size:21px;
      font-weight:500;
      letter-spacing:-1px;
  }
}
.prive-contain{
  margin-top: 20px;
  margin-bottom: -50px;
}

.prive-queries{
  height: 170px;
}

.espn-queries{
  margin-top: -35px;
}

.espn-contain{
  height: 120px;
}


/*=== DROPDOWN Planos =====*/
#dropdownMenuLink i{
  font-size: 20px;
}


/* BOTÕES FLUTUANTES */
#viabilidade-btn{
  padding: 10px 20px;
  color: #000;
  background: linear-gradient(to bottom, #4972e2,#0D1E4C);
  color: #fff;
  font-weight: 500;
  position: fixed;
  left: 10px;
  bottom: 10px;
  text-transform: uppercase;
  border-radius: 30px;
  animation: pulsando 1.5s infinite;
}

#whatsapp-btn{
  position: fixed;
  right: 10px;
  bottom: 10px;
}

#whatsapp-btn img{
  height: 70px;
}

@media (min-width: 320px) and (max-width: 374px){
  #viabilidade-btn{
    width: 230px;
  }
}

@media (min-width: 375px) and (max-width: 667px){
  #viabilidade-btn{
    width: 250px;
  }
}