@media (max-width: 1400px) {

}

@media (max-width: 1200px) {
    .offcanvas-body{
        width: 100%;
        background: #0E202A;
    }

    .close {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: var(--white);
        width: 100%;
        padding-right: 15px;
    }

    .categorias li a {
        color: var(--white);
    }

    .close span {
        color: var(--white);
    }

    .categorias li {
        padding-bottom: 15px;
    }

    .categorias li a::after {
        background: var(--white);
    }

    .img-vision {
        position: absolute;
        right: 0;
        width: 450px;
        top: 50%;
        transform: translateY(-50%);
    }

    .img-encabezado {
        position: absolute;
        width: 45%;
        min-width: 350px;
    }

    .catalogo-section picture .img-fluid {
        max-width: 500px;
        top: -20px;
    }
} 

@media (min-width: 992px) {
    .productos .col-lg-4:nth-child(3n+2) .producto {
        border-left: 1px solid var(--black);
        border-right: 1px solid var(--black);
    }
}


@media (max-width: 992px) {
    .titulos {
        width: 80%;
    }

    .comillas {
        width: 60px;
        left: -20px;
        top: -30px;
    }

    .img-accion2 {
        bottom: -250px;
        max-width: 250px;
    }

    .section-accion-terapeurica {
        padding-bottom: 250px;
    }

    .img-encabezado {
        opacity: 0.6;
    }

    .catalogo-section  picture .img-fluid {
        max-width: 300px;
        top: -20px;
    }

    .productos .col-lg-4:nth-child(even) .producto {
        border-left: 1px solid var(--black);
        border-right: none;
    }


    .espaciado-x {
        flex-direction: column;
        align-items: start;
    }
} 


@media (max-width: 768px) {
    .banner {
        height: 500px;
    }

    .comillas {
        width: 40px;
        left: -20px;
        top: -10px;
    }

    .mision-section h2 {
        font-size: 26px;
        margin-bottom: 12px;
        font-weight: 700;
    }
    
    .mision-section p{
        font-size: 24px;
        line-height: 32px;
    }

    .socios-section ,.section-contacto, .historia-section,
    .comentario-notica, .section-mision, .medicamento-section {
        margin: 50px 0;
    }

    .productos-section {
        margin: 0;
    }

    .beneficion-section, .info-section, .mision-section,
    .equipo-section, .section-vision {
        padding: 50px 0;
    }

    .noticia-interna-section .noticia .row {
        margin-bottom: 20px;
    }

    .section-videos {
        padding-top: 0px;
    }

    .productos-section {
        padding-bottom: 0;
    }

    .img-accion2 {
        bottom: -100px;
        max-width: 220px;
    }

    .section-accion-terapeurica {
        padding-bottom: 100px;
    }

    
    .catalogo-section  picture .img-fluid {
        max-width: 250px;
        top: 20px;
    }

    .catalogo-section {
        padding-bottom: 0px;
    }
} 

@media (max-width: 576px) {
    .container {
        padding-inline: 15px !important;
    }

    .titulos {
        width: 90%;
        margin-left: 5%;
    }

    .titulos h2 {
        font-size: 32px;
        margin-top: 25%;
        margin-bottom: 1.5rem;
        font-weight: 700;
    }

    .titulos p{
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
    }

    .slick-dots {
        bottom: 20px;
    }

    .slick-dots li button{
        font-size: 14px !important;
    }
    
    .slick-dots li button:before {
        font-size: 12px;
    }

    .slick-dots li.slick-active button:before {
        font-size: 14px;
    }

    .section-bienvenidos .slick-arrow {
        display: none;
    }

    .carrusel-beneficios {
        padding-inline: 25px;
    }

    .beneficio {
        padding: 25px 20px;
    }

    .beneficion-section .prev {
        left: 0;
    }

    .comillas {
        display: none;
    }

    .comentario .datos-usuario {
        flex-direction: column;
        align-items: start;
        min-width: 100px;
    }

    .comentario .circulo-coment {
        display: none;
    }

    .comentario .nombre {
        margin-bottom: 8px;
    }

    .menu-info li {
        padding: 10px;
    }

    .form-recursos {
        display: flex;
        flex-direction: column;
        padding-inline: 20px;
    }

    .form-recursos option {
        font-size: 10px !important;
    }

    body h2 {
        font-size: 28px !important;
        line-height: 36px !important;
    }

    body .container p, body .container span {
        font-size: 14px;
        line-height: 23px;
    }

    .section-encabezado .titulos p {
        font-size: 18px;
        line-height: 28px;
    }

    body h3 {
        font-size: 24px;
        line-height: 32px;
    }

    body input {
        font-size: 14px !important;
        line-height: 23px;
        height: 40px;
    }

    .form-contacto button, .form-comentario button {
        width: 180px;
        height: 40px;
    }

    aside {
        border-top: 1.5px solid #D7E7F0;
        border-bottom: 1.5px solid #D7E7F0;
        padding: 15px 0;
    }

    .navbar {
        padding-inline: 5px;
    }

    .img-accion1, .img-accion2 {
        display: none;
    }

    .img-encabezado {
        display: none;
    }

    .productos .col-lg-4:nth-child(even) .producto {
        border: none;
        border-bottom: 1px solid var(--black);
    }
} 

@media (max-width: 420px) {
    .areas-section .prev {
        left: 20px;
    }

    .areas-section .next {
        left: 70px;
    }

    .menu-info li .numero{
        display: none;
    }

    .contenedor-recurso .contenedor-imagen .img-fluid {
        max-width: 230px;
        height: 130px;
        flex-shrink: 0;
    }

    .contenedor-recurso {
        padding-bottom: 18px;
        padding-top: 18px;
    }

    .comentario-noticia2 {
        display: flex;
        align-items: start;
        padding: 20px 0 20px 10px;
        margin: 30px 0;
        border-left: 4px solid #D7E7F0;
    }
} 