.header-flex{
    display: flex;
}

.header-flex .content-logo{
    width: 30%
}

.header-flex .buscador{
    width: 30%;
}

.header-flex .header-icons{
    width: 40%
}

.header-flex .form-search .catalogsearch input.input-text{
    width: 100%;
}

.header-flex .form-search .catalogsearch-box{
    display: none;
}

.header-flex .form-search{
    margin-top: 10px;
    border-color: #2557aa !important;
}

.header-flex .tool-header{
    margin-top: 6px;
}

.header-top .socials{
    margin-top: 0;
}

 .main-bottom, .main-download{
    display: none;
}

.social-link:hover span{ color: #222222}

.page-nosotros .title{
    font-family: Oswald;
    margin-bottom: 20px;
    color: #282828;
    
}

.page-nosotros p{
    font-size: 15px;
}

.page-nosotros .mision-vision{
    margin-top: 30px;
}

.page-nosotros .card .image{
    max-height: 380px;
    overflow: hidden;
    margin-bottom: 15px;
}

.page-nosotros .card .caption h3{
    font-family: Oswald;
    color: #282828;
    font-size: 22px;
    font-weight: 400;

}

.slick-initialized .slick-slide{
    max-height: 630px;
}

.home-slider .slick-slide.slick-active.slick-current .figcaption .caption1{
    font-size: 52px;
    margin-bottom: 32px;
    text-shadow: 3px 3px 3px #282828;
}

.home-slider .slick-slide.slick-active .figcaption .gray {
    color: /*#f2c557*/#f51919 !important;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 3px 3px 13px #282828;
}

.home-slider .text-slide {
    right: 7%;
    text-align: right;
}
.icono_whatsapp {
    background-image: url(../images/whatsapp_icono.png);
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-left: 6px;
    margin-bottom: -2px;
}
.post-list-wrapper .post-title-holder, .post-view .post-title-holder {
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 14px;
    padding: 0 0 10px;
}

.product-shop-content {
    padding: 0 0 0 0px;
}

.cotizar-button{
    margin-top: 30px;
}

.cotizar-button a{
    background-color: #1979c3;
    color: #fff !important;
    font-size: 18px;
    padding: 10px 25px;
}

.cotizacion{
    display: flex;
    flex-wrap: wrap;
}

.cotizacion .form-cotizar{
    width: 75%;
    margin-top: 0;
}

.cotizacion .producto-cotizar{
    width: 25%;
}
.contact-form .product.data.items .items-tabs{
    float: none;
    width: 100%;
}

.contact-form .product.data.items .items-tabs .item,
.contact-form .product.data.items .items-tabs .item:last-child
{
    display: inline-block;
}

.contact-form .product.data.items{border: none}

.contact-form .product.data.items .data-tabs-content{border: 1px solid #ccc;     width: 100%;}

.modal-backdrop.in{
    display: none !important;
}
#modalVideo{
    border: none;
    border-radius: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: 50% 50%;
    margin-left: 20%;
}

#modalVideo .modal-dialog{
    width:660px; padding-top: 90px;
}

#myModal{
    margin-top: 60px;
}
.sobre{
    width: 40%;
    margin-left: auto;
    padding-top: 14%;
    padding-bottom: 14%;
}

.page-header{
    margin: 0 !important;
    padding: 0 !important;
    border: none;

}

.modal-dialog .modal-body iframe{
    width: 100%; min-height: 315px;
}

.inner-breadcrumbs ul li{
    text-transform: uppercase;
}

.vmagicmenu .block-title .vmagicmenu-subtitle{
    font-weight: 500;
}

.field .control label{
    margin-bottom: 5px;
}

.field .control label>span{
    color: #f51919;
}
@media all and (max-width:769px){
    .header-flex{
        display: block;
    }
    
    .header-flex .content-logo, .header-flex .buscador, .header-flex .header-icons{
        width: 100%;
    }

    .home-slider .slick-slide .figcaption .caption3{
        display: none !important;
    }

    .home-slider .slick-slide .figcaption .caption1{
        max-width: 100% !important;
        font-size: 30px !important;
        line-height: 32px !important;
        margin-bottom: 0 !important;
    }
    .cotizacion .form-cotizar,
    .cotizacion .producto-cotizar{
        width: 100%;
    }

    .home-slider .slick-slide .figcaption .caption2{
        max-width: 40% !important;
        font-size: 16px;
    }
    .clientes .slick-initialized .slick-slide,
    .clientes .slick-slider .slick-track{
        height: auto !important;
        margin-bottom: 20px;
    }
    .slick-initialized .slick-slide.image,
    .slick-slider .slick-track {
        height: 200px !important;
    }

    .main-brand {
        padding: 0px 0;
    }
    .alo-blog {
        padding: 0 0 0px;
    }

    #modalVideo{
        margin: 0;
    }
}

