

@media (min-width:768px){
    .color-2{
        background: -webkit-linear-gradient(45deg, #ff8d56, #ff5953 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 0;        
    }
    .color-3{
        background: -webkit-linear-gradient(45deg, #25ace6, #2fac5d 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding: 10px 0;
    }    
    .color-4{
        background: -webkit-linear-gradient(45deg, #ff5953, #6d4aef 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }    
    .color-5{
        background: -webkit-linear-gradient(45deg, #6d4aef, #2fbefa 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }    
}

@media (max-width:992px){
    iframe{
        width: 100%;
    }
    .banner-11{
        background: #fff;
    }    
}

@media (max-width:768px){

    .whatsapp a span{
        display: block;
        margin-top: -15px;
    }

    .whatsapp a {
        background: transparent url(../img/whatsapp.png) no-repeat center top;
        padding-left: 0;
        padding-top: 40px;
    }

    .twenty-two p{
        text-align: center;
        margin-bottom: 20px;
    }
    

    .text-00 {
        font-size: 48px;
    }

    .sixteen .ico {
        float: none;
        margin: 0 auto 20px!important;
        display: table;
    }

    .sixteen .box h2{
        text-align: center;
    }

    .thirteen p{
        text-align: left;
    }

    .eight .col-sm-4{
        margin-bottom: 50px;
    }

    .eight img {
        margin: 0 auto 20px!important;
    }

    .six .box img {
        float: none;
        margin: 0 auto 30px!important;
        display: table;
    }

    .mb-5, .my-5 {
        margin-bottom: 2rem!important;
    }

    .mt-5, .my-5 {
        margin-top: 2rem!important;
    }

    .fourteen .box{
        width: 100%;
        margin-bottom: 10px!important;
    }

    .fourteen .box .ico {
        float: none;
        margin: 0 auto 5px!important;
        display: table;
    }

    .fourteen .hand{
        text-align: center;
    }

    .box {
        display: table;
    }
    .ico {
        float: none;
    }

    .two img{
        margin: 0 auto 50px!important;
        display: table;
        max-width: 100%;
    }

    section {
        padding: 60px 0;
    } 
    
    .two .text-1{
        text-align: center;
    } 

}

@media (max-width:560px){
    .text-0{
        font-size: 30px;
    }
    
    .text-1{
        font-size: 24px;
    }
    
    .text-2{
        font-size: 20px;
    }
    p{
        font-size: 19px;
        margin-bottom: 10px;
    }
    .fourteen .text-1 {
        font-size: 28px;
        text-align: center;
    }   
    .box-one .item p{
        font-size: 12px;
        line-height: 18px;
    }

    .box-one .item img{
        width: 40px;
        height: auto;
    }
    .five p, .nine p, .eleven p, .twenty-one p, .thirteen p, .seventeen p, .fourteen p {
        padding: 10px 0 10px 35px!important;
    }

    iframe{
        width: 100%;
        height: 275px;
    }

}