@media (max-width: 1200px) {
    #section-calidad .borde {
        width: 330px !important;
        height: 330px !important;
    }
    #section-calidad .big-circle {
        width: 320px !important;
        height: 320px !important;
    }
}

@media (max-width: 1100px) {
    h3 {
        font-weight: 600;
    }
    .banner .content {
        width: 100%;
        max-height: 250px;
        padding: 10px;
        background-color: #00000085;
        position: absolute;
        bottom: 0;
        height: auto;
        min-height: 120px;
    }
    .banner .content h2 {
        font-size: 22px !important;
        text-align: center;
    }
    .banner .content p {
        font-size: 14px;
    }
    #seccion-banner #carrusel-banner-res .item .content h2 {
        font-size: 22px !important;
        text-align: center;
    }
    #seccion-banner .content h3 {
        text-align: center;
        font-size: 20px !important;
    }
    #seccion-banner .content h3 span {
        font-size: 14px !important;
    }
}

@media (max-width: 768px) {
    .navbar {
        height: inherit;
        padding-left: inherit;
        padding-right: inherit;
        padding: 0;
    }
    .navbar-brand {
        padding: 0;
    }
    .navbar-brand .logo-res {
        width: 60px;
    }
    .navbar-toggler {
        display: flex;
        flex-direction: column;
    }
    .navbar-toggler-icon {
        height: 2px;
        background-color: #fff;
        margin-bottom: 6px;
    }
    .navbar-collapse {
        padding: 50px 20px;
    }
    .navbar .nav-item .nav-link {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .servicios-desktop {
        display: none !important;
    }
    .servicios-responsive {
        display: block !important;
    }
    .especialistas-desktop {
        display: none !important;
    }
    .especialistas-responsive {
        display: block !important;
    }
    footer {
        text-align: center;
    }
    footer .logo {
        margin-bottom: 30px;
    }
    #carrusel-especialistas .especialista {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #carrusel-especialistas .especialista .person {
        margin-bottom: 20px;
    }
    .w-50 {
        width: 100% !important;
    }
    #seccion-porque .item {
        margin: 0 10px !important;
    }
    #seccion-porque .item img {
        width: 60px !important;
    }
    #seccion-porque .item h6 {
        font-size: 12px !important;
    }
    .just {
        justify-content: center !important;
        margin-top: 30px;
    }
    #seccion-sucursal .row {
        flex-direction: column-reverse;
    }
    #box-mapa iframe {
        margin-top: 30px;
    }
    #page-single .img-destacada {
        width: 200px;
        max-width: 200px !important;
        right: inherit !important;
        top: 300px !important;
        left: calc(50% - 100px);
    }
    #section-calidad .borde {
        margin: 0 auto;
    }
    .video-js {
        width: 100%;
    }
    #seccion-equipamiento .row {
        flex-direction: column-reverse;
    }
    #seccion-elegirnos .row {
        flex-direction: column-reverse;
    }
    .container-horario-atencion {
        text-align: center;
        margin-top: 50px;
    }
    .container-horario-atencion h6 {
        justify-content: center;
        margin-top: 60px;
    }

    #page-infraestructura .seccion-slider .box-slider .img-mini {
        width: 80px;
        height: 80px;
        margin: 0 auto;
    }
    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        width: 30px;
        height: 30px;
    }
    .owl-nav button {
        top: calc(50% - 30px);
    }
    .owl-prev {
        left: -20px;
    }
    .owl-next {
        right: -20px;
    }
    #seccion-reserva .content {
        padding: 0 20px;
    }
    #seccion-reserva .content p {
        font-size: 18px !important;
    }
}

.servicios-responsive {
    display: none;
}

.especialistas-responsive {
    display: none;
}

#box-mapa iframe {
    width: 100%;
    height: 380px;
}