@import url('https://fonts.googleapis.com/css2?family=Akatab:wght@400;500;600;700;800;900&family=Delius&family=Mona+Sans:ital,wght@0,200..900;1,200..900&family=Outfit:wght@100..900&display=swap');
/* css para mobile ate 768 px */

@media screen and (max-width: 768px) {
    .bg-custom-black { 
        background-color: #000000 !important;        
    }
    .tel{
        position: relative;
        margin-top: 20px; 
        margin-bottom: 10px;
    }
    .img-logo{
        margin-top: 10px;
    
    }
    .bg-1{
        padding-top: 100px; 

    }
}

    /* css tables de 768 ate 992px*/

    @media screen and (min-width: 768px) and (max-width: 992px) {
        .bg-custom-black { 
            background-color: #000000 !important; 
            padding-top: 40px; 
        }
        .img-logo{
            margin-top: 10px;
            max-width: 300px;
        }
    }

        /* css note e tablets de 992 ate 1200 px */

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .bg-custom-black { 
        background-color: #000000 !important; 
        background-image: url(../img/bg-1.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .img-logo{
        margin-top: 10px;
        max-width: 200px;
    }
}

    /* css para Tv e pc acima de 1200px */

    @media screen and (min-width:1200px) {
        .bg-custom-black { 
            background-color: #000000 !important; 
            background-image: url(../img/bg-1.png);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
        }
        .img-logo{
            margin-top: 10px;
            max-width: 200px;
        }
    }



    .bg-custom-menu { 
        background-color: #ffffff !important; 
    }
    .nav-link{ 
        color: #5A1CF7;
    }
    .nav-link:hover{ 
        color: #5A1CF7;
        text-decoration: underline;
    }
    .text-roxo{
        color: #5A1CF7;
    }

    .btn-custom { 
        background-color: #119400 !important; 
        border:solid 2px #FFF !important;
        color: white;
        max-width: 400px;  
    }
    .btn-custom:hover { 
        background-color: #9b77f7 !important; 
        border:solid 2px #FFF !important;
        color: white;    
        max-width: 400px;
    
    }
    .lojas{
        border-radius: 50px;
        background-color: #873EFF;
    }
    .svg-rounded{
        height: 75px;
        width: 75px;
        border-radius: 50%;
        background-color: rgb(0, 0, 0);
      
      }
      .planos{
        padding-left: 20px;
        padding-right: 20px;
      }
      .bg-planos{
        background: black;
      }
      .precos-branco-I{
        background-color: #ffffff;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        max-width: 760px;
        height: 280px;
      }
      .ico-svg{  
        color: rgb(64, 127, 239);
      }
      .precos-branco-I:hover {
        -xpedu-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
      } 
      .precos-branco-II{
        background-color: #ffffff;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        max-width: 760px;
        height: 280px;
      }
      .precos-branco-II:hover {
        -xpedu-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
      } 
      .precos-azul-III{
        background-color: #0145ff;  
        color: #ffffff;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: 20px;
        margin-bottom: 50px;
        max-width: 760px;
        height: 280px;
      }
      .precos-azul-III .ico-svg{  
        color: rgb(10, 10, 10);
      }
      .precos-azul-III .mais-escolhido{
        max-width: 680px;
        background-color: #ffffff;
        border-radius: 5px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        z-index: 1; 
        width: 70%;
        left: 50px;
        top: -20px;
      }
      .precos-azul-III:hover {
        -xpedu-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
      } 
      .precos-branco-IV{
        background-color: #ffffff;
        border-top-left-radius: 30px;
        border-bottom-right-radius: 30px;
        margin-top: -20px;
        margin-bottom: 40px;
        padding-top: 20px;
        max-width: 760px;
        height: 380px;
      }
      .precos-branco-IV:hover {
        -xpedu-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
      } 