/**---------------- Media query ----------------**/

@media (min-width: 375px) {


}

@media (max-width: 575.98px) {
    /* Header */
    #movile {
        display: block !important;
    }
    .search_menu {
        display: none;
    }
    .menu-movil {
        background: #00519F;
        width: 100%;
        display: block !important;
    }
    .menu-movil img {
        float: left;
    }
    .slider-home {
        display: none;
    }
    .content-desktop {
        display: none;
    }
    .contact_phone {
        margin-left: 0 !important;
        margin-bottom: 5px;
    }
    .contact_phone a {
        color: #f18d24;
        font-size: 0.85rem;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
    }
    #header-corporate .content-desktop {
        display: none;
    }
    .contact_phone_m {
        margin-top: 8px;
    }
    #mega-menu-wrap-menu-1.mega-sticky {
        top: 0;
    }
    .product-home {
        border: 1px solid #ececec;
        height: auto;
    }
    .product-home img{
        width: 398px !important;
    }
    .product-home a img{
        max-width: 100%;
        height:auto;
    }
    .espacio {
        display: none;
    }
    section#parnert {
        text-align: center;
    }
    /* Footer */
    .f-2,
    .f-3,
    .f-4,
    .f-5 {
        background: #00519F;
    }
    .footer-widget {
        margin: 0;
    }
    .logo-footer {
        width: 100%;
        float: left;
        text-align: center;
    }
    .page_item {
        text-align: left;
    }
    .menu-menu-2-container {
        text-align: left;
    }
    .contact-info h3 {
        text-align: center;
    }
    .contact-info p {
        text-align: center;
    }
    /* Pages Quienes Somos */
    .contact-info img {
        display: none;
    }
    /* Sección contacto portada */
    .contact-info {
        padding-right: 0;
        text-align: center;
        margin-bottom: 32px;
    }
    .contact-info h2 {
        font-size: 26px;
    }
    .contact-form-card {
        padding: 28px 20px;
    }
    /* page Servicios */
    .wp-post-image {
        height: auto;
    }
    /* Single Noticias */
    .img-blog {
        height: auto;
    }
    .entry-header {
        margin-top: 20px;
    }
    .entry-header h1 {
        margin-top: none;
    }
    span.badge-pill a {
        border-radius: 5px;
        padding: 3px;
    }
    /* Woocommerce */
    .columns-3 ul.products li.product {
        width: 100%;
    }
    ul.products li {
        width: 100%;
    }
    .woocommerce-breadcrumb {
        display: none;
    }
    .product_meta span {
        float: left;
    }
    .related ul li {
        width: 100% !important;
    }
    .woocommerce-product-gallery {
        max-width: 400px;
        width: 100% ;
    }
}


/* Small devices (landscape phones, less than 768px) */

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

/* Newsletter: fila horizontal en pantallas medianas y grandes */
@media (min-width: 576px) and (max-width: 991.98px) {
    .footer-newsletter-input-group {
        flex-direction: row;
        align-items: stretch;
    }
    .footer-newsletter .form-control {
        flex: 1;
    }
    .btn-newsletter {
        flex-shrink: 0;
        white-space: nowrap;
    }
}


/*  Medium devices (tablets, less than 992px) */

@media (max-width: 992px) {
    #content-mobile {
        display: block;
    }
    .menu-movil {
        background: #00519F;
        width: 100%;
    }
    .menu-movil img {
        float: left;
    }
    .content-desktop {
        display: none;
    }
    #header-corporate .content-desktop {
        display: none;
    }
    #mega-menu-wrap-menu-1.mega-sticky {
        top: 0;
    }
        .product-home img{
        width: 248px;
        height:auto;
    }
    .product-home img{
        width: 248px;
        height:auto;
    }
    /* Footer */
    .f-2,
    .f-3,
    .f-4,
    .f-5 {
        background: #00519F;
    }
    .f-1 img {
        width: 50%;
        float: none;
        text-align: center;
    }
    #colophon {
        background: #00519F;
    }
    .footer-widget {
        margin: 0;
    }
    .logo-footer {
        width: 100%;
        float: left;
        text-align: center;
    }
    /* Woocommerce */
    .columns-3 ul.products li.product {
        /* width: 30.79667%; */
    }
}
@media (max-width: 1080px) {
    #movile {
        display: none;
    }
    .content-mobile {
        display: none;
    }
    .menu-movil {
        display: none;
    }
    .product-home {
        height:auto;
    }
    .product-home img{
        width: 262px;
        height:auto;
    }

}

/*  Large devices (desktops, less than 1200px) */

@media (max-width: 1200px) {
    #movile {
        display: none;
    }
    .content-mobile {
        display: none;
    }
    .menu-movil {
        display: none;
    }
}

@media (min-width: 1400px) {
    #movile {
        display: none;
    }
    .content-mobile {
        display: none;
    }
    .menu-movil {
        display: none;
    }
}