/* Max-width: 1500px */
@media(max-width: 1500px){
    .service-default {
        display: none;
    }

    .service-xl {
        display: block;
    }
    
    .service-title{
        margin-left: 0;
        margin-bottom: 80px;
    }

    .swiper-container-right {
        position: relative;
        margin-left: 0;
    }

    .slider-nav-btn {
        position: absolute;
        top: 62px;
        right: 10%;
        z-index: 1;
        transform: translateY(-50%);
    }
}

@media(max-width: 1200px){
    /* LOW NAVBAR SECTION */
    .navbar-logo{
        object-fit: contain;
        width: 180px;
    }

    .meedy-menu ul {
        height: 100%;
        margin-left: 50px;
    }
}

/* Max-width: 991px */
@media(max-width: 991px){
    /* NAVBAR */
    .header-top-visible{
        display: none !important;
    }
    
    .meedy-menu > ul {
        flex-direction: column;
        margin-top: 20px;
    }

    .list-border{
        border-bottom: 2px solid white;
    }

    .meedy-menu > ul > li {
        display: block;
        margin:  0;
        padding: 10px;
        border-top: 2px solid white;
    }

    .meedy-menu > ul > li:hover{
        background-color: rgba(0, 0, 0, 0.20);
        transition: background-color 0.3s ease;
    }

    .meedy-menu > ul > li > a {
        margin: 0;
        padding: 5px;
        display: block;
    }

    .meedy-menu > ul > li > a:hover {
        color: white ;
        transition: 0.5s;
    }

    .meedy-menu i{
        color: white ;
        font-style: normal;
    }

    .meedy-menu img{
        object-fit: contain;
        width: 20px;
        margin-right: 10px;
        padding-bottom: 4px;
    }

    .dropdown-menu {
        display: none;
        margin-left: 15px;
    }

    .dropdown:hover .dropdown-menu {
        display: block;
    }
    
    #mobile-menu .dropdown-item {
        padding: 8px 20px;
        font-family: 'Inter';
        font-size: 15px !important;
    }
    

    .servicios-items {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    
    .servicios-items > li {
        margin:  0;
        padding: 8px;
        border-top: 2px solid white;
    }

    .servicios-items > li:hover{
        background-color: rgba(0, 0, 0, 0.20);
        transition: background-color 0.3s ease;
    }
    
    .servicios-items li a {
        margin-left: 10px;
        color: white;
        text-decoration: none;
    }

    .dropdown-icon {
        display: inline-block;
        margin:  0;
        transition: transform 0.3s ease;
    }
    
    .dropdown-icon.rotate {
        transform: rotate(90deg);
    }

    /* LANDING HERO SECTION */
    .carousel-section {
        background: url('../img/background/landing_background.png');
        background-repeat: no-repeat;
        background-position: left;
        object-fit: contain;
        width: 100%;
        max-width: 5000px;    
        height: 900px;        
        overflow: hidden;
        margin: 0 auto;
        position: relative;
    }
    .text-overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 0 15px;
        padding-top: 250px !important;
        z-index: 1;
    }

    /* LANDING SERVICE SECTION */
    .slider-nav-btn {
        position: absolute;
        top: 62px;
        right: 10%;
        z-index: 1;
        transform: translateY(-50%);
    }

    /* LANDING WHY US SECTION */
    .lines-background{
        width: 100%;
        max-height: 500px;
    }

    .why-us-background{
        background-position: left 50px bottom;
        background-size: cover;
    }
    
    .lines-background .row{
        padding: 100px 0;
    }

    /* ABOUT US SECTION */
    .about-img{
        margin-top: 40px;
    }

    .about-content-space{
        margin-bottom: 30px;
    }

    .text-overlay {
        padding-top: 50px;
    }

    .border-end-custom {
        border: 0 !important;
    }

    .border-start-custom {
        border: 0 !important;
    }

    /* ANATOMY SECTION */

    .service-box{
        width: 100%;
        height: 400px;
        border-radius: 20px;
        background-color: #004F73;
    }

    .contact-us-box{
        width: 100%;
        height: 80px;
        color: white;
        font-family: 'Inter';
        text-align: center;
        margin-top: 18px;
        border-radius: 20px;
        background-color: #39A78E;
        transition: color 0.3s ease, background-color 0.3s ease;
    }

    /* QUALITY SECTION */
    .nav-size {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 85%;
    }

    .navigation button {
        display: block;
        width: 100%;
        max-width: 600px;
        font-size: 16px;
        border-radius: 10px;
        border: none;
        background-color: #f0f0f0;
        color: black;
    }

    .navigation button.active {
        background-color: #39A78E;
        color: white;
    }


    /* CONTACT US SECTION */
    .borders-1{
        border-right: none;
    }
    
    .borders-2{
        border-right: none;
    }

    .contact-line{
        margin: 40px 0;
        /* width: 300px;
        border-bottom: 2px solid #39A78E; */
    }

    .title-forms h2{
        margin-top: 40px;
    }

    .about-info-center{
        display: flex;
        justify-content: center;
    }

    .gap-resp{
        margin-bottom: 30px;
    }

    /* FOOTER SECTION */

    .center-breakpoint{
        display: flex;
        justify-content: center;
    }
    
    .footer-background .row{
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .arion-footer{
        display: flex;
        justify-content: center;
    }

    .arion-design-images p{
        font-family: 'Inter';
        font-size: 14px;
        margin-top: 10px;
    }

    .arion-design-images img{
        object-fit: contain;
        width: 18px;
        margin-right: 10px;
        margin-top: 10px;
    }
    
}

@media(max-width: 767px){
    /* WHY US SECTION */
    .lines-background{
        width: 100%;
        max-height: 500px;
    }

    .why-us-background{
        background-position: 50px bottom;
        background-size: cover;
    }
    
    .lines-background .row{
        padding: 100px 0;
    }
    /* LANDING SERVICE SECTION */
    .slider-nav-btn {
        position: absolute;
        top: 62px;
        right: 10%;
        z-index: 1;
        transform: translateY(-50%);
    }

    /* ABOUT US SECTION */
    .about-us-hero-background{
        height: 1020px;
    }

    .hero-img-1 img{
        object-fit: cover;
        width: 220px;
        margin-right: 10px;
    }

    .hero-img-2 img{
        object-fit: cover;
        width: 220px;
        margin-left: 10px;
    }

    .mision-show{
        display: none;
    }
    
    .mision-x{
        display: block;
    }

    /* ANATOMY SECTION */
    .anatomy-img {
        margin-bottom: 80px;
    }

    .citopatology-img {
        margin-bottom: 80px;
    }

    .inmuno-img {
        margin-bottom: 80px;
    }

    .inmunofluorescencia-img {
        margin-bottom: 80px;
    }

    .histoquimica-img{
        margin-bottom: 80px;
    }

    .anatomy-img {
        margin-bottom: 80px;
    }

    .molecular-img {
        margin-bottom: 80px;
    }

    .logistic-img {
        margin-bottom: 80px;
    }

    .contact-us-box{
        margin-top: 40px;
    }

    .title-info{
        margin-top: 190px;
    }

    .display-first-info{
        font-size: 17px;
    }

    .collapse-text h3{
        font-family: 'Inter';
        margin-bottom: 25px;
        font-size: 15px;
    }

    /* QUALITY SECTION */
    .content-text{
        margin-bottom: 40px;
    }

    /* CONTACT US SECTION */
    .borders-1{
        border-right: none;
    }
    
    .borders-2{
        border-right: none;
    }

    .contact-line{
        margin: 40px 0;
        /* width: 300px;
        border-bottom: 2px solid #39A78E; */
    }

    .text-cen{
        text-align: center;
    }
}

@media(max-width: 575px){
    /* CONTACT US SECTION */
    .borders-1{
        border-right: none;
    }
    
    .borders-2{
        border-right: none;
    }

    .contact-line{
        margin: 40px 0;
        /* width: 300px;
        border-bottom: 2px solid #39A78E; */
    }
    
    /* ABOUT US SECTION */
    .overlay-text h2{
        font-size: 40px;
    }

    .hero-img-2 img{
        object-fit: cover;
        width: 220px;
        margin-left: 0;
    }

    /* ANATOMY SECTION */
    .display-first-info{
        font-size: 17px;
    }

    /* FOOTER SECTION */
    .arion-footer-rights{
        display: flex;
        justify-content: center;
    }

    .arion-footer-show{
        display: none;
    }

    .arion-footer-responsive{
        display: block;
    }

    .arion-design p{
        text-align: center;
    }
}

@media(max-width: 571px){
    /* ABOUT US SECTION */
    .hero-img-1{
        display: none;
    }

    .hero-img-2{
        display: none;
    }

    /* ANATOMY SECTION */
    .display-first-info{
        font-size: 17px;
    }
}

@media(max-width: 490px){
    .display-first-info{
        font-size: 15px;
    }

    .display-first-info img{
        object-fit: contain;
        width: 17px;
    }

    .collapse-text h3{
        font-family: 'Inter';
        margin-bottom: 25px;
        font-size: 14px;
    }
    
}

@media(max-width: 435px){
    .display-first-info{
        font-size: 13px;
    }

    .display-first-info img{
        object-fit: contain;
        width: 15px;
    }

    .collapse-text h3{
        font-family: 'Inter';
        margin-bottom: 25px;
        font-size: 12px;
    }
    
}