/* XL Device :1200px. */
@media (min-width: 1200px) and (max-width: 1399px) {
    .hero__flex {
        padding-right: 50px;
    }
    .hero__right {
        width: 35%;
    }
}

/* LG Device :992px. */
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
    .header {
        padding-top: 30px;
    }
    .header__whatsapp {
        top: 45px;
    }
    .hero {
        padding-top: 110px;
    }
    .service__tab ul {
        gap: 20px;
    }
    .service__tab ul li button {
        width: 139px;
    }
}

 
/* MD Device :768px. */
@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 720px;
    }
    .header {
        padding-top: 30px;
    }
    .header__whatsapp {
        top: 45px;
    }
    .hero__left {
        max-width: 330px;
    }
    .hero__right {
        padding: 25px 20px;
        width: 44%;
    }
    .hero__left--content h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .hero__left--content p {
        font-size: 16px;
        line-height: 20px;
    }
    .form__title h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .hero {
        padding-top: 110px;
    }
    .section__title h3 {
        font-size: 25px;
    }
    .service {
        padding-top: 60px;
    }
    .service__tab ul {
        gap: 20px 10px;
    }
    .service-slider-tab .slider-tab {
        width: 107px;
        height: 130px;
        font-size: 12px;
        padding: 20px 10px 0;
    }
    .slider-tab .tab-icon {
        height: 50px;
    }
    .slider-tab img {
        margin-bottom: 12px;
        width: 50px;
    }
    .service__text h3 {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .service__text p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .single__service {
        padding: 25px 20px
    }
    .service__text ul li a {
        font-size: 14px;
    }
    .footer-area {
        padding: 30px 0;
    }
	
}
 

/* SM Small Device :320px. */
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
    .header {
        padding-top: 10px;
    }
    .header__logo {
        max-width: 140px;
    }
    .header__whatsapp {
        top: 15px;
    }
    .hero__left {
        max-width: 310px;
        margin: auto;
    }
    .hero__right {
        padding: 25px 20px;
        width: 100%;
    }
    .hero__left--content h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .hero__left--content p {
        font-size: 16px;
        line-height: 20px;
    }
    .contect__form {
        max-width: 310px;
        margin: auto;
    }
    .form__title h3 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .hero {
        padding-top: 90px;
        padding-bottom: 40px;
        text-align: center;
    }
    .section__title h3 {
        font-size: 18px;
    }
    .service {
        padding-top: 60px;
    }
    .service-slider-tab .swiper-slide {
        width: 108px;
    }
    .service-slider-tab .slider-tab {
        width: 100%;
        height: 120px;
        font-size: 12px;
        padding: 20px 15px;
    }
    .slider-tab .tab-icon {
        height: 40px;
    }

    .slider-tab img {
        margin-bottom: 10px;
        width: 40px;
    }
    .service__text h3 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .service__text p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .single__service {
        padding: 25px 35px;
    }
    .service__text ul li a {
        font-size: 14px;
    }
    .service__img {
        width: 100%;
        max-width: 350px;
        margin: auto;
    }
    .service__text {
        width: 100%;
        max-width: 350px;
        margin: auto;
        margin-top: 35px;
    }
    .slider-nav .swiper-button-next,
    .slider-nav .swiper-button-prev {
        width: 40px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #0020F9;
        transition: all .3s;
        top: 309px;
        margin: 0;
    }
    .slider-nav .swiper-button-next::after,
    .slider-nav .swiper-button-prev::after {
        font-size: 20px;
        color: #0020F9;
        transition: all .3s;
    }
    .slider-nav .swiper-button-next:hover,
    .slider-nav .swiper-button-prev:hover {
        background-color: #0020F9;
    }
    .slider-nav .swiper-button-next:hover::after ,
    .slider-nav .swiper-button-prev:hover::after {
        color: #fff;
    } 
    .coverage-area {
        padding: 50px 0 60px;
    }
    .coverage-table {
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .coverage-table::-webkit-scrollbar {
        display: none;
    }
    .coverage-table table {
        min-width: 390px;
    }
    .coverage-table thead th {
        height: 60px;
        font-size: 10px;
        padding: 0 5px;
    }
    .coverage-table thead th.dispositivos {
        border-top-left-radius: 16px;
        padding-left: 15px;
        color: #fff;
        font-size: 14px;
        box-shadow: none;
        background-color: #818181 !important;
    }
    .coverage-table tr td:first-child {
        padding-left: 10px;
        font-size: 10px;
    }
    .coverage-table tr td {
        height: 22px;
        font-size: 14px;
    }
    .footer-area {
        padding: 20px 0;
    }
    .footer-wrapper {
        gap: 30px;
    }
}





/* SM Small Device :550px. */
@media only screen and (min-width: 576px) and (max-width: 767px) {

 
}