@media (max-width: 1120px) {}

@media (max-width: 992px) {
    .custom_nav-container .nav_search-btn {
        display: none;
    }

    .service_section::before {
        bottom: 45px;
    }

    .service_section .service_container {
        padding: 45px 0 125px 0;
    }



    .service_section .box.b-2 .detail-box {
        width: auto;
    }

    .service_section .box.b-3 .detail-box {
        width: auto;
    }


}

@media (max-width: 768px) {
    .slider_section .detail-box {
        text-align: center;
        margin-top: 25px;
    }

    .info_section .col-md-3 {
        text-align: center;
    }

    .info_section .col-md-3:not(:nth-last-child(1)) {
        margin-bottom: 35px;
    }

    .service_section .box.b-1 .detail-box {
        text-align: left;
    }

    .service_section .box.b-4 .detail-box {
        text-align: right;
    }

    .service_section .box {
        margin: 25px 0;
    }

    .info_section .info-nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .client_section .client_container {
        width: 100%;
    }
}

@media (max-width: 576px) {
    .slider_section .detail-box h1 {
        font-size: 3.5rem;
    }

    .about_section .img-box img {
        width: 100%;
    }

    @keyframes odd-box-animate {
        0% {
            transform: translateY(25px);
        }

        50% {
            transform: translateY(-25px);
        }

        100% {
            transform: translateY(25px);
        }
    }

    @keyframes even-box-animate {
        0% {
            transform: translateY(-25px);
        }

        50% {
            transform: translateY(25px);
        }

        100% {
            transform: translateY(-25px);
        }
    }

    .work_section .work_container .box.b-1,
    .work_section .work_container .box.b-3,
    .work_section .work_container .box.b-2,
    .work_section .work_container .box.b-4 {
        animation-duration: 1.5s;
    }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {
    .slider_section .detail-box h1 {
        font-size: 3rem;
    }
    .info-all-logo{
        align-self: center;
    }

    element {}

    .work_section .custom_heading-container h3{
        
        text-transform: uppercase;
        font-weight: bold;
        color: white;
        position: relative;
        font-size: 2.5vh !important;
    }
    .custom_heading-container h3 {

        text-transform: uppercase;
        font-weight: bold;
        color: white;
        position: relative;
        font-size: 3.5vh !important;
    }
    

}

@media (max-width: 760px) {
    
    .marginTopMobile{
        top: 30px;
    }
}

@media (max-width: 760px) {
    
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}
@media screen and (min-width: 374px) and (max-width:500px) {

    .telecomunicacoesTitle{
        font-size: 5vh;
    }
    
    .box.b-1{
        height: 225px  !important;
    }
    
    .box.b-3{
        height: 250px;
    }
    .box.b-4{
        height: 250px;
    }
    .card .cover h1{
        font-size: 1.8em;
        left: 0px;
    }
}

@media screen and (min-width: 300px) and (max-width:350px) {

    .telecomunicacoesTitle{
        font-size: 4vh;
    }
    .box.b-1{
        height: 225px  !important;
    }
    
    .box.b-3{
        height: 250px;
    }
    .box.b-4{
        height: 250px;
    }
    .card .cover h1{
        font-size: 1.5em;
        left: 5px;
    }
}

@media screen and (min-width: 760px) and (max-width:1019px) {

    .telecomunicacoesTitle{
        font-size: 5.1vh;
    }
    
    .box.b-1{
        height: 225px !important; 
    }
    
    .box.b-3{
        height: 250px;
    }
    .box.b-4{
        height: 250px;
    }
    .card .cover h1{
        font-size: 1.3em;
        left: 35px;
    }
}

@media screen and (min-width: 1020px) and (max-width:1224px) {

    .telecomunicacoesTitle{
        font-size: 6.8vh;
    }
    
    .box.b-4{
        height: 250px;
    }
    .card .cover h1{
        font-size: 1.7em;
        left: 0px;
    }
}


