/* @font-face {
    font-family: 'Outfit';
    src: url('/fontes/Outfit-Regular.woff2') format('woff2'),
         url('/fontes/Outfit-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  } */
  
/* Home */
.home {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9)), url(/img/wp-content/pricing-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.container-left-rigth {
    margin-left: 20%;
    margin-right: 20%;
}


/* Lado esquerdo da home */
.container-esquerdo {
    color: #fff;
    padding-right: 10%;
    margin-top: 80px;
}

.container-titulo {
    animation: fadeInLeft 1s ease-in-out forwards;
}

@keyframes fadeInLeft {
    from {
      opacity: 0;
      transform: translateX(-100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
}

.container-subtitulo {
    color: #f96614;
    font-size: 1.2em;
    letter-spacing: .05em;
} 

.subtitulo {
    text-align: start;
    justify-items: start;
    font-family: var(--wdtFontTypo_Ext);
    font-size: var(--wdtFontSize_Ext);
    font-weight: var(--wdtFontWeight_Ext);
    letter-spacing: var(--wdtSubtitle_letr_spcing);
    text-transform: uppercase;
}

.main-titulo {
    font-family: Catamaran, sans-serif;
    font-weight: 700;
    font-size: 210%;
    display: inline-block;
}

/* Valor area */

.container-pacote {
    animation: fadeInRight 1s ease-in-out forwards;
}

@keyframes fadeInRight {
    from {
      opacity: 0;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
}

.main-pacotes-texto span {
    font-size: 70%;
    color: #000; 
    font-weight: 600;
}

.main-pacotes-texto-valor {
    color: #F68545; 
    font-weight: 600; 
    font-size: 400%; 
    font-family: Outfit, sans-serif;
    margin-left: 15px;
}

.lista-pagamento {
    margin-top: 15px;
}

.check-list-valor {
    width: 15px; 
    height: 15px; 
    padding: 4px; 
    enable-background:new 0 0 9.1 9; 
    fill: #fff; 
    background-color: #f96614; 
    border-radius: 50%;
}

.btn-custom {
    width: 164px; 
    height: 50px;
}

.btn-custom a {
    font-family: Catamaran, sans-serif; 
    font-size: 17px;
    text-decoration: none;
    color: #000;
}

.home-botao-final {
    margin-top: 5%;
    /* margin-bottom: 15%; */
}
  
.container-canais {
    animation: fadeInUp 1s ease-in-out forwards;
    margin-top: 20%;
}

@keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(100%);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
}

/* canais */
.container-canais {
    margin-top: 20%;
}

.home-lista-canais {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-canais-img {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    object-fit: contain; 
    background-color: #202322;
}

/*************************************** 
        Lado direito da home 
****************************************/
.container-lado-direito {
    margin-top: 80px;
}

.swiper-wrapper {
    transition-timing-function: linear;
}

.container-slide {
    overflow: hidden;
    /* margin-top: 20px; */
    max-height: 100vh;
}

@media (min-width: 2000px) {
    .swiper-slide img {
        height: 95%;
    }
}

@media (max-width: 2000px) {
    .main-pacotes-texto-valor {
        font-size: 250%;
    }

    .container-left-rigth {
        margin-left: 10%;
        margin-right: 10%;
    }
}

/* @media (max-width: 1800px) {
    .main-pacotes-texto span {
        font-size: 70%;
    }
} */

@media (max-width: 1500px) {
    .container-left-rigth {
        margin-left: 3%; margin-right: 3%;
    }

    .texto-lista-pagamento {
        font-size: 90%;
    }
}

@media (max-width: 1200px) {
    .container-esquerdo {
        padding-right: 0;
    }
}

@media screen and (max-width: 900px) {
    .container-left-rigth {
        margin-left: 2%; margin-right: 2%;
    }

    .container-lado-direito {
      display: none !important;
    }

    .container-esquerdo {
        width: 100% !important;
    }

    .container-titulo {
        padding-top: 0px !important;
    }
}

@media (max-width: 768px) {
    .container-slide img {
        animation: subir infinite 2s linear;
    }

    .container-lado-direito {
        display: none;
    }
}

@media (max-width: 500px) {
    .main-titulo {
        font-weight: 600;
        font-size: 170%;
        margin-top: 10px;
    }

    .texto-lista-pagamento {
        font-size: 13px;
    }

    .home-botao-final {
        margin-left: 30%;
    }

    .main-pacotes-texto-valor {
        font-size: 200%;
    }

    .container-lado-direito {
        display: none;
    }
}

@media (max-width: 400px) {
    .main-titulo {
        font-weight: 600;
        font-size: 170%;
        margin-top: 10px;
    }

    .container-esquerdo {
        margin-left: 0;
    }

    .texto-lista-pagamento {
        font-size: 12px;
    }

    .lista-pagamento {
        margin-top: 1px;
    }

    .container-lado-direito {
        display: none;
    } 
}

/* botão whatsapp */
.botao-whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px; 
    width: 60px; 
    height: 60px;
    background-color: #25D365;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }
  
.botao-whatsapp i {
    font-size: 24px;
    color: white;
}

.botao-whatsapp:hover {
    background-color: #1AB64A;
}