@media screen and (min-width: 200px) and (max-width: 991px) {

    .plano-img {
        width: 80% !important;
        margin-bottom: 25px;
    }

    .box {
        margin-top: 150px;
    }

    .plano-btn-1 {
        width: 50% !important;
        font-size: 28px;
    }

    .plano-btn-2 {
        width: 50% !important;
        font-size: 28px;
    }

    .plano-btn-3 {
        width: 50% !important;
        font-size: 28px;
    }

    a.carousel-control-prev,
    a.carousel-control-next {
        margin-top: 420px !important;
    }

    /*---------------------------MOBILE-----------------------------*/
    .desktop {
        display: none;
    }

    .mobile {
        display: block !important;
        padding: 25px 0px 25px 0px;
    }

    /*-------------------------------------------------------------*/
}

@media screen and (min-width: 200px) and (max-width: 470px) {
    a.carousel-control-prev,
    a.carousel-control-next {
        margin-top: 450px !important;
    }
}

@font-face {
    font-family: 'poppins-regular';
    src: url(../fonts/poppins-regular.ttf);
}

body {
    font-family: 'poppins-regular', sans-serif;
}

.box {
    text-align: center;
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 30%);
    padding: 50px 25px 50px 25px;
    margin-bottom: 50px;
}

.plano-img {
    width: 150px;
    margin-bottom: 25px;
}

.plano-txt-1 {
    color: #b6cc01;
}

.plano-txt-2 {
    color: #504797;
}

.plano-txt-3 {
    color: #f9b125;
}

.desativado {
    color: lightgray;
    text-decoration: line-through;
}

.plano-btn-1 {
    background-color: #b6cc01;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    width: 50%;
}

.plano-btn-2 {
    background-color: #504797;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    width: 50%;
}

.plano-btn-3 {
    background-color: #f9b125;
    border: none;
    color: white;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    width: 50%;
}

#planos-faces a.carousel-control-prev {
    border-radius: 11%;
    background-color: #d9ff2a;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 150px;
    margin-left: 40px;
    opacity: 1;
    transform: translate(-50%, -60%);
    color: #4f4993;
}

#planos-faces a.carousel-control-next {
    border-radius: 11%;
    background-color: #4f4993;
    width: 46px;
    height: 46px;
    font-size: 30px;
    line-height: 40px;
    margin-top: 150px;
    margin-right: 40px;
    opacity: 1;
    transform: translate(50%, -60%);
    color: #d9ff2a;
}


/*---------------------------DESKTOP-----------------------------*/

.banner-tela-planos {
    padding: 25px 0px 25px 0px;
}

.mobile {
    display: none;
}


/*---------------------------------------------------------------*/