@media (min-width: 992px) {
    .post-content img {
        float: left;
        margin: 0 2em 1em 0;
        max-width: 452px;
    }
}
@media (min-width: 1200px) {
    .post-content img {
        max-width: 592px;
    }
    .container{
        max-width: 1211px;
    }
}
@media (min-width: 1300px) {
    .site-nav .nav-item {
        margin-right: 40px;
    }
    .carousel-caption {
        max-width: 44%;
    }
}
@media (min-width: 1400px) {
    .carousel-caption {
        max-width: 46%;
    }
}
@media (min-width: 1600px) {
    .carousel-item img.w-100 {
        width: 54% !important;
        height: auto;
    }
}
@media (min-width: 1900px) {
    .site-nav .nav-item {
        margin-right: 30px;
    }
    .carousel-item {
        height: 500px;
    }
}

@media (max-width: 1299px) {
    .site-nav .nav-item {
        margin-right: 20px;
    }
}
@media (max-width: 1199px) {
    .pill-btn-item {
        width: 220px;
    }
    .pill-btn-item span {
        font-size: 18px;
    }
    .Destacados.card,
    .Novedades.card {
        padding: 0 50px;
        min-height: 480px;
    }
    .news-slider .slick-slide .thumbCaption {
        margin-bottom: 15px;
    }
    .Destacados .slick-prev.slick-arrow {
        left: -36px;
    }
    .Destacados .slick-next.slick-arrow {
        right: -36px;
    }
}
@media (max-width: 1208px) {

    .page-productos .Productos .container {
        max-width: 1006px;
    }
}
@media (max-width: 1024px) {
    .carousel-caption {
        padding: 43px 7em;
    }
    .Accesos .col-md-1 {
        -ms-flex: 0 0 22.333333%;
        flex: 0 0 22.333333%;
        max-width: 22.333333%;
        margin-bottom: 54px;
    }
}
@media (max-width: 1006px) {
    .page-productos .section-title {
        text-align: center;
    }
    .page-productos .Productos .container {
        max-width: 806px;
    }
}
@media (max-width: 991px) {
    #navbarSupportedContent {
        padding-bottom: 50px;
    }
    .navbar-dark .navbar-brand {
        order: 2;
    }
    .navbar-dark .navbar-toggler {
        order: 1;
    }
    .btn-cart-mobile {
        order: 3;
    }
    .Accesos .col-md-3 {
        text-align: center;
        padding: 0 16px 50px;
        flex: 0 0 30%;
        max-width: 28%;
    }
    .pill-btn-item {
        width: 200px;
    }
    .form-control {
        /*width: 80%;*/
    }
    a.navbar-brand {
        background-size: contain;
    }
    .carousel-caption {
        padding: 0px 3em;
        max-width: 32%;
    }
    .carousel-caption.d-md-block h5 {
        font-size: 19px;
        margin-top: 3em;
    }
    .carousel-caption.d-md-block p {
        font-family: "Akzidenz-Light";
        font-size: 17px;
        line-height: 22px;
    }
    .Destacados h2,
    .Productos h2 {
        font-size: 15px;
    }
    .Destacados .col-md-4 {
        max-width: 49%;
    }
    .Destacados .col-md-2 {
        max-width: 49%;
        margin-bottom: 20px;
    }
    span.navbar-text {
        float: right;
    }
    .sponsors {
        overflow: hidden;
    }
    .Productos .col-md-2 {
        -ms-flex: 0 0 23.666667%;
        flex: 0 0 23.666667%;
        max-width: 23.666667%;
    }
    span.navbar-text {
        display: none;
    }
    span.navbar-text.carrito-mobile {
        display: block;
        position: fixed;
        right: 11px;
        bottom: 35px;
        z-index: 99;
        background: #3399cc;
        border-radius: 50%;
        padding: 22px;
        box-shadow: 0 0 10px #666;
    }
    .Compras h2 {
        display: block;
        width: 100%;
        vertical-align: middle;
        font-size: 22px;
        margin-top: 12px;
    }
    p#Total {
        font-size: 22px;
    }
    .Compras .form-control {
        color: #666;
        border-color: #666;
        border: 2px solid #666;
        width: 100%;
    }
    span.mrsubtotal {
        font-size: 24px;
        color: #333;
    }
    span.mrtotal {
        font-size: 24px;
        color: #333;
    }
    .Compras a strong {
        color: #66cccc;
        text-align: center;
        margin: auto;
        display: block;
        margin: 19px;
    }
    div#checkoutdiv {
        padding: 0 19px 19px;
    }
    .col-4.botonpdf {
        max-width: 100%;
        flex: 0 0 100px;
        -ms-flex: 0 0 100%;
    }
    .maincontent.container {
        background: white;
    }
    .Destacados.card,
    .Novedades.card {
        padding: 0 30px;
        min-height: auto;
        box-shadow: none;
    }
    .news-card-item {
        padding: 0 20px 0 0;
    }
    .thumbCaption {
        height: 138px;
    }
    .productBox {
        width: auto;padding: 0 20px 0 0;
    }
    ul.post-list.publicaciones li.thumbnail {
        max-width: none;
    }
}
@media (max-width: 801px) {
    .page-productos .Productos .container {
        padding-right: 15px;
        padding-left: 15px;
    }
    .page-productos .Productos .row.d-flex {
        margin-left: -15px;
        margin-right: -15px;
    }
    .page-productos .productBox {
        margin-left: 15px;
        margin-right: 15px;
    }
}
@media (max-width: 767px) {
    .intro-text {
        font-size: 28px;
        text-align: left;
        margin: 23px auto 0;
        padding: 0 34px;
    }
    .searchForm {
        padding: 0 34px;
    }
    .form-control.input-search {
        width: auto;
    }
    .btn.btn-search {
        margin: 27px auto;
    }
    .pill-btn-item {
        border: 1px solid #e5efef;
        box-shadow: 0px 3px 6px rgba(51, 153, 204, 0.09);
        border-radius: 6px;
    }
}
@media (max-width: 600px) {
    a.navbar-brand {
        width: 180px;
        background-position: center;
    }
    .searchForm .form-control {
        width: 100%;
    }
    .searchForm .col-9 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .searchForm .btn-outline-success {
        width: 100%;
    }
    .carousel-caption {
        padding: 14px 3em;
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        left: 0;
        height: auto;
    }
    .carousel-indicators {
        display: none;
    }
    .carousel-item img.w-100 {
        height: auto;
        position: relative;
        right: 0;
        width: 100% !important;
    }
    .carousel-item {
        height: auto;
        overflow: visible;
    }
    .carousel-caption.d-md-block h5 {
        margin-top: 0;
    }
    .Accesos .col-md-3 {
        flex: 0 0 50%;
        max-width: 100%;
    }
    #Ficha button.btn.btn-info {
        max-width: 100%;
        display: inline-block;
        margin-bottom: 9px;
    }
    .btn-carrito {
        width: 100%;
    }
    .Productos .col-md-2 {
        -ms-flex: 0 0 48.666667%;
        flex: 0 0 48.666667%;
        max-width: 48.666667%;
    }
    .jumbotron-fluid {
        height: auto;
    }
    .Nosotros li.nav-item {
        width: 32%;
        display: inline-block;
        text-align: center;
        font-size: 13px;
    }
    .nav-tabs {
        border-bottom: 1px solid #ddd;
        padding-bottom: 11px;
        margin-bottom: 20px;
    }
    .Accesos .col-md-1 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        text-align: center;
        cursor: pointer;
        margin-bottom: 54px;
    }
    .imgThumb {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .Resume .col-md-6 {
        width: 50%;
    }
    .Compras .col-md-4 {
        width: 100%;
        line-height: 1em;
    }
    .productImg {
        background: #fff;
        width: 100%;
        height: auto;
        overflow: hidden;
        margin-bottom: 14px;
    }
    .Productos .col-6 {
        max-width: 100%;
        display: block;
        flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        margin: 18px 0;
        text-align: center;
    }
    .Productos .form-control {
        width: 90%;
    }
    button#btnCarroDataRemove,
    .Productos .btn-carrito {
        margin-bottom: 20px;
    }
    .Productos .Caracteristicas p,
    .Productos .Tecnica p {
        line-height: 26px;
    }
    .Destacados {
        padding: 35px 0px;
    }
    footer {
        padding: 30px 10px;
    }
    div#datosdepago .col-md-6 {
        --ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div#datosdepago .col-md-3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    div#datosdepago .modal-body {
        padding: 28px 20px;
    }
    .Compras .row {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .navbar-nav.ml-auto.site-nav{
        margin-right: 0;
        align-items: flex-start;
    }
    .site-nav .nav-item {
    margin-right: 0;
    width: 100%;
    }
    .Contacto .col-md-6 {
    margin-bottom: 30px;
    }
    
    .float-button span {
        display: none;
    }
    .float-button {
        bottom: 15px;
        right: 15px;
        width: 50px;
        border-radius: 20px 20px 5px 20px;
    }

}
@media (max-width: 360px) {
    a.navbar-brand {
        width: 150px;
        height: auto;
    }
    ul.navbar-nav.mr-auto {
        margin-left: 10px;
    }
    .Destacados .col-md-4 {
        max-width: 100%;
    }
    .productImg {
        width: 100%;
        height: auto;
    }
    .productImg img {
        width: 100%;
        min-height: auto;
    }
    .modal-body {
        padding: 20px;
    }
    .Accesos img {
        max-width: 63px;
        display: block;
        margin: 0 auto 22px;
    }
    button.btn.btn-outline-info.mx-auto,
    a.btn.btn-outline-info.mx-auto {
        font-size: 13px;
    }
}

@media (max-width: 320px) {
    .Resume .col-md-6 {
        width: 100%;
        padding: 0;
        display: inline-block;
        vertical-align: top;
    }
}
