@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap");
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes uptodown {
    0% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
    }
}

@keyframes uptodown {
    0% {
        -webkit-transform: translateY(-10px);
    }
    50% {
        -webkit-transform: translateY(10px);
    }
    100% {
        -webkit-transform: translateY(-10px);
    }
}

.block-mov{
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 700;
    background: #F72F1A;
    display: none;
    justify-content: space-around;
    align-items: center;
    padding: 0 40px;
    font-weight: 800;
    letter-spacing: .5px;
    color: white;
        width: 100%;
    max-width: 100%;
    position: fixed;
    z-index: 999999;
    margin: 0;
    height: 50px;
    bottom: 0;
}
.block-mov a{
    color: white;
}

#wspIframe{
    bottom: 60px !important;
}
#chatIframe{
    bottom: 60px !important;
}


body {
    font-family: "Lato", sans-serif !important;
    color: #707070;
    position: relative;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: initial;
}

body.no_scroll {
    overflow: hidden;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    color: #4a4d56;
    font-weight: 700;
    font-family: "Lato", sans-serif !important;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body p,
body span {
    margin: 0;
    font-family: "Lato", sans-serif !important;
}

body ul {
    margin: 0;
}

body .img-responsive {
    display: block;
    max-width: 100%;
}

body .content {
    width: 80%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

body .content:before {
    display: table;
    content: "";
}

body .content:after {
    display: table;
    content: " ";
    clear: both;
}

body .sides_row {
    width: 100%;
    display: flex;
    justify-content: center;
}

body .sides_row.wrap {
    flex-wrap: wrap;
}

body .sides_row .side {
    padding: 0 15px;
}

body .sides_row .side.sd_2 {
    width: 14%;
}

body .sides_row .side.sd_3 {
    width: 22%;
}

body .sides_row .side.sd_4 {
    width: 30%;
}

body .sides_row .side.sd_5 {
    width: 39%;
}

body .sides_row .side.sd_6 {
    width: 47%;
}

body .sides_row .side.sd_7 {
    width: 56%;
}

body .sides_row .side.sd_8 {
    width: 64.5%;
}

body .sides_row .side.sd_9 {
    width: 72.5%;
}

body .sides_row .side.sd_12 {
    width: 100%;
}

body a {
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    text-decoration: none;
}

::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wa-btn {
    background: #075E54;
    display: block;
    width: 100%;
    max-width: 250px;
    border-radius: 50px;
    padding: 0 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 40px;
    left: 30px;
    z-index: 99999999999;
}
.wa-btn {
    position: fixed !important;
}

.wa-btn img {
    max-width: 25px;
    display: block;
}

.wa-btn span {
    color: white;
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 0 8px;
}

.blog-thumbnail {
    margin: 0 auto 2rem;
    position: relative;
    max-width: 100%;
    margin-bottom: 0;
}

.blog-thumbnail img {
    width: 940px;
}

.btn-movil {
    display: none;
}

.cint-cotiza {
    background-color: #E94232;
    padding: 20px 0;
}

.cint-cotiza .flex-cot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cint-cotiza .flex-cot h3 {
    color: white;
    font-size: 29px;
    font-weight: 400;
    text-transform: uppercase;
    margin-right: 20px;
}

.cint-cotiza .flex-cot a.btn-cotiza {
    max-width: 218px;
    width: 100%;
    color: white;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    display: block;
    text-align: center;
    padding: 15px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    position: relative;
}

.cint-cotiza .flex-cot a.btn-cotiza:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    top: 17px;
    right: 17px;
    transition: all 0.5s;
}

.cint-cotiza .flex-cot a.btn-cotiza:hover {
    background-color: white;
    color: #FC482A;
}

.cint-cotiza .flex-cot a.btn-cotiza:hover:after {
    border-left: 10px solid #FC482A;
    transition: all 0.5s;
}

.data-aseso {
    background-color: #F7F7F7;
    padding: 44px 0;
}

.data-aseso .flex-data {
    display: flex;
    justify-content: center;
    align-items: center;
}

.data-aseso .flex-data .item-data {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 353px;
    width: 100%;
}

.data-aseso .flex-data .item-data img {
    max-width: 76px;
    width: 100%;
    margin-right: 20px;
}

.data-aseso .flex-data .item-data:nth-child(2) {
    margin: 0 10px;
    border-left: 1px solid #E3E3E3;
    border-right: 1px solid #E3E3E3;
}

.data-aseso .flex-data .item-data p {
    color: #707070;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.23px;
    font-weight: 700;
}

.data-aseso .flex-data .item-data:last-child {
    max-width: 276px;
}

.breadcrumbs ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    padding-right: 20px;
    position: relative;
}

.breadcrumbs ul li a {
    font: 400 12px/32px Lato;
    letter-spacing: 0;
    color: #707070;
}

.breadcrumbs ul li:after {
    position: absolute;
    content: ">";
    right: 4px;
    top: 7px;
}

.breadcrumbs ul li:last-child:after {
    content: "";
}

.buscador .form-field {
    margin: 0;
    position: relative;
}

.buscador .form {
    margin: 0;
}

.btn-close-modal {
    top: 80px;
    z-index: -1;
    right: 321px;
    font-size: 40px;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    display: none;
}

.btn-close-modal.active {
    z-index: 10000;
    opacity: 1;
    visibility: visible;
    display: inline;
}

.modal-body.quickView .productView-images {
    display: block !important;
}

.modal-body.quickView .flex-sku {
    justify-content: flex-start !important;
}

.modal-body.quickView .flex-sku .sku-dinam {
    margin-left: 20px !important;
}

header form .form-field img {
    position: absolute;
    right: 10px;
    top: 10px;
}

header .quickSearchResults.active {
    margin-top: 0;
    max-width: 800px;
    width: 100%;
    position: absolute;
    z-index: 999;
    background-color: #ECEFF1;
    padding: 30px;
    left: 50%;
}

.quickSearchResults {
    display: none;
    opacity: 0;
    margin-top: 0;
    max-width: 800px;
    width: 800px;
    position: absolute;
    z-index: -1;
    background-color: #fcfdfd;
    padding: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
}

.quickSearchResults .modal-close {
    display: none;
}

.quickSearchResults.active {
    opacity: 1;
    z-index: 999;
    visibility: visible;
    display: block;
}

.quickSearchResults.active.productGrid {
    height: auto;
    overflow: hidden;
}

.quickSearchResults .card--alternate .card-body {
    height: 155px;
}


/*INICIO ESTILOS DEL POP */

.int-pop.show-pop .bg-shadow {
    opacity: 1;
    visibility: visible;
}

.int-pop.show-pop .pop {
    opacity: 1;
    visibility: visible;
}

.int-pop .bg-shadow {
    transition: all 0.3s ease-in-out;
    top: 0;
    height: 100vh;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}

.int-pop .pop {
    transition: all 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    height: 100vh;
    width: 100%;
    background: transparent;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}

.int-pop .pop .pop-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    max-width: 770px;
    width: 770px;
    position: relative;
}

.int-pop .pop .pop-content.lg {
    max-width: 920px;
    width: 920px;
}

.int-pop .pop .pop-content.lg .form {
    width: 550px;
    max-width: 550px;
    margin: 0;
}

.int-pop .pop .pop-content.lg .text {
    max-width: 350px;
    width: 350px;
}

.int-pop .pop .pop-content.lg .text:before {
    border-bottom: 30px solid transparent;
    border-right: 25px solid white;
    /* border-left: 25px solid white */
    border-top: 251px solid white;
}

.int-pop .pop .pop-content.lg .text:after {
    border-bottom: 251px solid white;
    border-right: 25px solid white;
    /* border-left: 25px solid white */
    border-top: 30px solid transparent;
}

.int-pop .pop .pop-content.md {
    max-width: 820px;
    width: 820px;
}

.int-pop .pop .pop-content.md .text {
    max-width: 300px;
    width: 300px;
}

.int-pop .pop .pop-content.md .text:before {
    border-bottom: 20px solid transparent;
    border-right: 15px solid white;
    /* border-left: 25px solid white */
    border-top: 221px solid white;
}

.int-pop .pop .pop-content.md .text:after {
    border-bottom: 221px solid white;
    border-right: 15px solid white;
    /* border-left: 25px solid white */
    border-top: 20px solid transparent;
}

.int-pop .pop .pop-content .close-pop {
    font-size: 30px;
    color: #333;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    width: 20px;
    height: 20px;
}

.int-pop .pop .pop-content .close-pop:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #444;
    transform: rotate(45deg);
    top: 10px;
    left: 2px;
}

.int-pop .pop .pop-content .close-pop:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 3px;
    background: #444;
    transform: rotate(-45deg);
    top: 10px;
    left: 2px;
}

.int-pop .pop .pop-content .form {
    width: 485px;
    padding: 15px;
    margin: 0;
}

.int-pop .pop .pop-content .form .hbspt-form label,
.int-pop .pop .pop-content .form .hbspt-form input,
.int-pop .pop .pop-content .form .hbspt-form textarea,
.int-pop .pop .pop-content .form .hbspt-form select {
    font-family: "Avenir", "Nunito Sans", sans-serif;
}

.int-pop .pop .pop-content .form .hbspt-form fieldset {
    max-width: 100%;
    margin-bottom: 15px;
}

.int-pop .pop .pop-content .form .hbspt-form label {
    color: white;
    font-size: 13px;
    font-weight: bold;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 5px;
    display: block;
}

.int-pop .pop .pop-content .form .hbspt-form label span.hs-form-required {
    color: red;
}

.int-pop .pop .pop-content .form .hbspt-form input[type="text"],
.int-pop .pop .pop-content .form .hbspt-form input[type="tel"],
.int-pop .pop .pop-content .form .hbspt-form input[type="email"] {
    width: 90%;
    border-radius: 3px;
    border: 1px solid #a2a9b3;
    padding: 4px 10px;
    font-size: 13px;
}

.int-pop .pop .pop-content .form .hbspt-form .hs-input.error {
    border-color: #ff3565;
}

.int-pop .pop .pop-content .form .hbspt-form .hs-error-msgs {
    display: none;
}

.int-pop .pop .pop-content .form .hbspt-form textarea {
    max-width: 95%;
    min-width: 95%;
    width: 95%;
    height: 50px;
    max-height: 80px;
    padding: 4px 10px;
}

.int-pop .pop .pop-content .form .hbspt-form select {
    width: 90%;
    height: 26px;
    font-size: 13px;
}

.int-pop .pop .pop-content .form .hbspt-form input[type="submit"] {
    width: 200px;
    line-height: 1;
    padding: 12px 0 10px;
    letter-spacing: 0px;
    background-color: #436fab;
    border: 1px solid #436fab;
    text-align: center;
    color: white;
    font-size: 13px;
    text-transform: none;
    font-weight: bold;
}

.int-pop .pop .pop-content .text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 265px;
}

.int-pop .pop .pop-content .text:before {
    position: absolute;
    content: "";
    border-bottom: 20px solid transparent;
    border-right: 15px solid white;
    /* border-left: 25px solid white */
    border-top: 193px solid white;
    right: 0;
    top: 0;
}

.int-pop .pop .pop-content .text:after {
    position: absolute;
    content: "";
    border-bottom: 193px solid white;
    border-right: 15px solid white;
    /* border-left: 25px solid white */
    border-top: 20px solid transparent;
    right: 0;
    bottom: 0;
}

.int-pop .pop .pop-content .text .content {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    text-align: center;
}

.int-pop .pop .pop-content .text .content h3 {
    font-size: 26px;
    color: white;
    line-height: 1.3;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.int-pop .pop .pop-content .text .content h3:after {
    content: "";
    background: white;
    width: 25px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.int-pop .pop .pop-content .text .content p {
    font-size: 17px;
    color: white;
}

.int-pop .pop .pop-content .text img {
    width: 100%;
    max-width: 100%;
}

.btn-pop {
    display: block !important;
    cursor: pointer;
    position: relative;
}

.no-pop {
    display: none !important;
}


/*FIN ESTILOS DEL POP */

header {
    width: 100%;
    border-bottom: 1px solid white;
    padding: 25px 0px 8px;
    box-shadow: 0px 3px 6px #dadada;
}

header .previewCartItem-content {
    width: 50%;
}

header .dropdown-menu,
header .dropdown-menu--content {
    max-width: 300px;
    left: 879.125px;
    top: 151px;
}

header .previewCartItem-price {
    display: none;
}

header.ind {
    background-color: #000;
    z-index: 1;
}

header.ind .header-bottom ul li a{
    color: white;
}
header.ind .header-bottom ul li.prod-drop a.drp:after{
    border-left: 6px solid white;
}

header .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .header-top .logo {
    max-width: 202px;
    width: 100%;
}

header .header-top .logo img {
    max-width: 202px;
    width: 100%;
}

header .header-top .buscador {
    margin: 0 20px;
    max-width: 438px;
    width: 100%;
}

header .header-top .buscador .input-icon input {
    width: 100%;
    height: 35px;
    background-color: transparent;
    color: #6C6C6C;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 20px;
}

header .header-top .buscador .input-icon input::placeholder {
    color: #6C6C6C;
    opacity: 1;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

header .header-top .buscador .productGrid .product {
    border-radius: 20px;
    width: 25% !important;
}

header .header-top .buscador .card-text.name-brand,
header .header-top .buscador .card-text.price-car {
    display: none;
}

header .header-top .buscador .card {
    background-color: white;
}

header .header-top .buscador .card .btn-more {
    display: block !important;
}

header .header-top .buscador .card-title {
    padding: 5px;
}

header .header-top .buscador .quickSearchResults .card--alternate .card-body {
    height: auto !important;
    padding: 12px;
}

header .header-top .buscador .quickSearchResults .card--alternate:hover .card-title>a {
    color: #333;
}

header .header-top .buscador .card-figure {
    height: 163px;
}

header .header-top .buscador .btn-more {
    background-color: #E93F33;
    padding: 7px;
    text-align: center;
    color: white;
    border-radius: 5px;
}

header .header-top .contactos p {
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;

    /*nuevo style para el numero del header*/
    width: 100%;
    max-width: 384px;
    height: 35px;
    background: #F72F1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 800;
    letter-spacing: .5px;
    color: white;
}

header .header-top .contactos p a {
    color: inherit;
    font-size: inherit;
    margin-left: 8px;
}

header .header-top .contactos p:first-child a {
    margin-left: 23px;
}

header .header-bottom {
    margin-top: 15px;
}

header .header-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header .header-bottom ul li {
    color: #707070;
    padding: 0 22px;
}

header .header-bottom ul li.dropp .menudrop {
    position: absolute;
    width: 100%;
    max-width: 700px;
    margin-top: 20px;
    background-color: white;
    border: 1px solid #e0dbdb;
    border-bottom: 10px solid #ff0000;
    padding: 10px 20px;
    z-index: 1001;
    display: none;
}

header .header-bottom ul li.dropp .menudrop.active {
    display: block;
}

header .header-bottom ul li.dropp .menudrop .part {
    display: flex;
    align-items: center;
}

header .header-bottom ul li.dropp .menudrop .part:last-child {
    margin-bottom: 0;
}

header .header-bottom ul li.dropp .menudrop .part:hover {
    display: flex;
}

header .header-bottom ul li.dropp .menudrop .part:hover h3 {
    color: #E9453B !important;
}

header .header-bottom ul li.dropp .menudrop .part:hover .ico {
    border-color: #ff0000;
}

header .header-bottom ul li.dropp .menudrop .part:hover .ico img {
    display: block;
}

header .header-bottom ul li.dropp .menudrop .part:hover .ico img:last-child {
    display: none;
}

header .header-bottom ul li.dropp .menudrop .part.active .ico {
    border-color: #ff0000;
}

header .header-bottom ul li.dropp .menudrop .part.active .ico img {
    display: block;
}

header .header-bottom ul li.dropp .menudrop .part.active .ico img:last-child {
    display: none;
}

header .header-bottom ul li.dropp .menudrop .part.active .menu h3 {
    color: #ff0000;
}

header .header-bottom ul li.dropp .menudrop .part.active .menu .links a {
    color: #bcbcbc;
}

header .header-bottom ul li.dropp .menudrop .part .ico {
    width: 100%;
    max-width: 110px;
    margin-right: 15px;
    border-left: 3px solid transparent;
}

header .header-bottom ul li.dropp .menudrop .part .ico img {
    display: none;
    max-width: 100%;
    margin: 0 auto;
}

header .header-bottom ul li.dropp .menudrop .part .ico img:last-child {
    display: block;
}

header .header-bottom ul li.dropp .menudrop .part .menu h3 {
    font-size: 16px;
    color: #616060;
    margin-bottom: 4px;
}

header .header-bottom ul li.dropp .menudrop .part .menu .links {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
}

header .header-bottom ul li.dropp .menudrop .part .menu .links a {
    text-transform: none;
    width: 150px;
    margin: 5px 0;
    display: block;
    font-size: 12px;
    color: #807a7a;
    transition: all 0.1s linear;
}

header .header-bottom ul li.dropp .menudrop .part .menu .links a:hover {
    color: #000;
}

header .header-bottom ul li a {
    color: inherit;
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

header .header-bottom ul li:hover a {
    color: #FC2A07;
}

header .header-bottom ul li.prod-drop a.drp {
    position: relative;
}

header .header-bottom ul li.prod-drop a.drp:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid #757575;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    right: -14px;
    top: 3px;
}

header .header-bottom ul .contct {
    border-right: 1px solid gray;
}

header .header-bottom ul .car {
    position: relative;
}

header .header-bottom ul .car .cart {
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: red;
    height: 15px;
    /* padding: 0px 4px */
    width: 17px;
    border-radius: 100px;
}

header .header-bottom ul .car .cart span {
    font-size: 11px;
    text-align: center;
    display: block;
}

header.wo-fondo {
    position: absolute;
    box-shadow: none;
}

header.wo-fondo .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header.wo-fondo .header-top .logo {
    max-width: 202px;
    width: 100%;
}

header.wo-fondo .header-top .logo img {
    max-width: 202px;
    width: 100%;
}

header.wo-fondo .header-top .buscador {
    margin: 0 20px;
    max-width: 438px;
    width: 100%;
}

header.wo-fondo .header-top .buscador .input-icon input {
    width: 100%;
    height: 35px;
    background-color: transparent;
    color: white;
    border: 1px solid #D8D8D8;
    border-radius: 2px;
    padding: 0 10px;
    font-size: 20px;
}

header.wo-fondo .header-top .buscador .input-icon input::placeholder {
    color: white;
    opacity: 1;
    font-size: 15px;
    font-family: "Lato", sans-serif;
}

header.wo-fondo .header-top .contactos p {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;

    /*nuevo style para el numero del header*/
    width: 100%;
    max-width: 383px;
    height: 35px;
    background: #F72F1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 800;
    letter-spacing: .5px;
    color: white;
}

header.wo-fondo .header-top .contactos p a {
    color: inherit;
    font-size: inherit;
    margin-left: 8px;
}

header.wo-fondo .header-top .contactos p:first-child a {
    margin-left: 33px;
}

header.wo-fondo .header-bottom {
    margin-top: 25px;
}

header.wo-fondo .header-bottom ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

header.wo-fondo .header-bottom ul li {
    color: white;
    padding: 0 22px;
}

header.wo-fondo .header-bottom ul li a {
    color: inherit;
    font-size: 14px;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

header.wo-fondo .header-bottom ul li.prod-drop a.drp {
    position: relative;
}

header.wo-fondo .header-bottom ul li.prod-drop a.drp:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid white;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transform: rotate(90deg);
    position: absolute;
    right: -14px;
    top: 3px;
}

header.wo-fondo .header-bottom ul .contct {
    border-right: 1px solid white;
}

header.wo-fondo .header-bottom ul .car {
    position: relative;
}

header.wo-fondo .header-bottom ul .car .cart {
    position: absolute;
    top: -5px;
    right: -7px;
    background-color: red;
    height: 15px;
    /* padding: 0px 4px */
    width: 17px;
    border-radius: 100px;
}

header.wo-fondo .header-bottom ul .car .cart span {
    font-size: 11px;
    text-align: center;
    display: block;
}

.menu_mov {
    display: none;
}

.menu_mov.active {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    height: 100%;
}

.closeDropCov {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.banner-index{
    display: none !important;
}

.index .hero-index {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-index.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0 90px;
    height: 460px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .hero-index h1 {
    text-align: center;
    font: 900 35px/38px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.76);
}

.index .heroRenewed .contentHeroRenewed {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1440px;
}
.index .heroRenewed .blockImg{
    max-width: 64%;
    width: 100%;
}
.index .heroRenewed .blockImg .imgHero{
    border-radius: 0 0 50px 0;
    max-width: 100%;
    height: 530px;
    background-image: url(https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/imgherobgnew.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.index .heroRenewed .blockImg .imgHero h1{
    font-size: 50px;
    color:  white;
    position: relative;
    top: 40px;
    left: 80px;
    max-width: 380px;
}
.index .heroRenewed .blockPromos{
    width: 100%;
    max-width: 34%;
}

.index .heroRenewed .blockPromos .promosIndex{
    max-width: 100%;
    width: 100%;
    background-color: black;
    border-radius: 50px 0 0 0;
    padding: 20px;
}
.index .heroRenewed .blockPromos .promosIndex .item p.txtPer{
    font-size: 40px;
    color: white;
}
.index .heroRenewed .blockPromos .promosIndex .item .percent{
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin: 0 0 15px;
}
.index .heroRenewed .blockPromos .promosIndex .item .percent p{
    font-size: 90px;
    font-weight: 900;
    color: white;
    line-height: 1;
}
.index .heroRenewed .blockPromos .promosIndex .item .percent p.txtPer{
    font-size: 40px;
    color: white;
}
.index .heroRenewed .blockPromos .promosIndex .item .percent p span{
    font-size: 35px;
    display: block;
    font-weight: 700;
    margin:  0 0 10px;
}
.index .heroRenewed .blockPromos .promosIndex .item .percent p span:first-child{
    color: white;
    margin: 0;
}
.index .heroRenewed .blockPromos .promosIndex .item h3{
    font-size: 30px;
    color: white;
    margin: 0 0 10px;
}
.index .heroRenewed .blockPromos .promosIndex .item h4{
    font-size: 18px;
    color: white;
    margin: 0 0 10px;
}
.index .heroRenewed .blockPromos .promosIndex .item ul {
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
.index .heroRenewed .blockPromos .promosIndex .item ul li{
    font-size: 17px;
    color: white;
    margin: 0 0 5px;
}
.index .heroRenewed .blockPromos .promosIndex .item .imgItem{
    max-width: 300px;
}
.index .heroRenewed .blockPromos .promosIndex .item .imgItem img{
    display: block;
    max-width: 100%;
}

.index .data-aseso {
    padding: 10px 0;
}

.index .productos-vent {
    padding: 60px 0 10px;
}

.index .productos-vent .prod-info {
    margin-bottom: 50px;
}

.index .productos-vent .prod-info .t-p {
    display: flex;
    align-items: center;
}

.index .productos-vent .prod-info .t-p h3 {
    font: 900 29px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    max-width: 360px;
    width: 100%;
    padding-left: 25px;
    position: relative;
}

.index .productos-vent .prod-info .t-p h3:before {
    content: "";
    background: #f82f00;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top-left-radius: 5px;
    left: -5px;
    top: 9px;
}

.index .productos-vent .prod-info .t-p a.btn-p {
    text-decoration: underline;
    font: 700 16px/38px Lato;
    letter-spacing: 0;
    color: #A5A5A5;
    margin: 0 30px;
    max-width: 250px;
    width: 100%;
}

.index .productos-vent .prod-info .t-p span {
    width: 100%;
    content: "";
    border: 1px solid #F7F7F7;
}

.index .productos-vent .prod-info .slider-prod {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
}

.index .productos-vent .prod-info .slider-prod.slick-initialized {
    opacity: 1;
    visibility: visible;
}

.index .productos-vent .prod-info .slider-prod .slick-list {
    padding: 35px 0;
}

.index .productos-vent .prod-info .slider-prod .slick-prev,
.index .productos-vent .prod-info .slider-prod .slick-next {
    top: 43%;
}

.index .productos-vent .prod-info .slider-prod .slick-arrow {
    opacity: 1;
    visibility: visible;
}

.index .productos-vent .prod-info .slider-prod .slick-arrow.slick-disabled {
    opacity: 0;
    visibility: hidden;
}

.index .productos-vent .prod-info .slider-prod .slick-next::before,
.index .productos-vent .prod-info .slider-prod .slick-prev::before {
    background-image: none;
}

.index .productos-vent .prod-info .slider-prod .slick-next,
.index .productos-vent .prod-info .slider-prod .slick-prev {
    background-color: transparent;
    border: 0;
}

.index .productos-vent .prod-info .slider-prod .item-prod {
    max-width: 260px;
    width: 90%;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding-bottom: 20px;
    overflow: hidden;
    margin: 0 auto;
}

.index .productos-vent .prod-info .slider-prod .item-prod img {
    max-width: 250px;
    width: 100%;
    margin: 0 auto 16px;
}

.index .productos-vent .prod-info .slider-prod .item-prod h3 {
    text-align: center;
    font: 700 16px/26px Lato;
    letter-spacing: 0.24px;
    color: #707070;
    padding: 0 10px;
    margin-bottom: 10px;
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .productos-vent .prod-info .slider-prod .item-prod h3 a {
    color: inherit;
}

.index .productos-vent .prod-info .slider-prod .item-prod a.view-prod {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #606060;
    border-radius: 2px;
    max-width: 175px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font: 900 12px/17px Lato;
    letter-spacing: 1.01px;
    color: #606060;
    text-transform: uppercase;
    padding: 11px 5px;
}

.index .productos-vent .prod-info .slider-prod .item-prod a.view-prod:hover {
    background-color: #E94232;
    color: white;
    border: 1px solid #E94232;
}

.index .sol-info {
    background: #F5F5F5 0% 0% no-repeat padding-box;
    padding: 100px 0 55px;
}

.index .sol-info .content-sol {
    background: #E94232 0% 0% no-repeat padding-box;
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: space-between;
}

.index .sol-info .content-sol .slider-sol {
    max-width: 550px;
    width: 100%;
    position: relative;
    top: -70px;
    left: -72px;
    min-width: auto;
}

.index .sol-info .content-sol .slick-next,
.index .sol-info .content-sol .slick-prev {
    background-color: transparent !important;
    border: 0;
}

.index .sol-info .content-sol .slick-arrow {
    display: none !important;
}

.index .sol-info .content-sol .slick-next:before {
    content: "";
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(0deg);
    position: absolute;
    background-position: unset;
    background-repeat: unset;
    background-size: 100%;
    display: block;
    height: auto;
    width: auto;
}

.index .sol-info .content-sol .slick-prev:before {
    content: "";
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(-180deg);
    position: absolute;
    background-position: unset;
    background-repeat: unset;
    background-size: 100%;
    display: block;
    height: auto;
    width: auto;
}

.index .sol-info .content-sol .slick-dots li {
    width: 55px;
    height: 5px;
}

.index .sol-info .content-sol .slick-dots li.slick-active button:before {
    background: #707070 0% 0% no-repeat padding-box;
}

.index .sol-info .content-sol .slick-dots li button {
    width: 44px;
    height: 5px;
}

.index .sol-info .content-sol .slick-dots li button:before {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    content: "";
    width: 44px;
    height: 5px;
    opacity: 1;
    border-radius: 0;
}

.index .sol-info .content-sol .info-txt {
    max-width: 440px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

.index .sol-info .content-sol .info-txt h3 {
    color: white;
    font-size: 30px;
    margin: 0 0 20px;
}

.index .sol-info .content-sol .info-txt p {
    font: 400 19px/34px Lato;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-align: center;
}

.index .sol-info .content-sol .info-txt a.btn-sol {
    max-width: 323px;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    display: block;
    font: 900 17px/30px Lato;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 5px;
    margin-top: 20px;
    position: relative;
    margin: 20px auto 0;
}

.index .sol-info .content-sol .info-txt a.btn-sol:after {
    content: "";
    border-left: 8px solid white;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transform: rotate(0deg);
    position: absolute;
    top: 19px;
    right: 28px;
}

.index .busca-service {
    display: flex;
}

.index .busca-service .busqueda-s {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/instalacion-de-teja.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 50%;
    padding: 20px 0 20px;
    padding-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .busca-service .busqueda-s .info-busqueda {
    max-width: 525px;
    width: 100%;
    margin-left: auto;
}

.index .busca-service .busqueda-s .info-busqueda h3 {
    font: 900 30px/38px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.index .busca-service .busqueda-s .info-busqueda p {
    font: 700 16px/32px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
    margin: 20px 0;
}

.index .busca-service .busqueda-s .info-busqueda a.btn-busqueda {
    background: #656565 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    max-width: 144px;
    width: 100%;
    font: 900 13px/30px Lato;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 8px 5px;
}

.index .busca-service .our-brands {
    width: 50%;
    padding: 80px 0 50px;
}

.index .busca-service .our-brands h3 {
    font: 900 35px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    text-align: center;
    margin-bottom: 35px;
}

.index .busca-service .our-brands .img-marca {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
}

.index .busca-service .our-brands .flex-marcas {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 14px;
}

.index .busca-service .our-brands .flex-marcas .item-marca {
    display: flex;
    justify-content: center;
    align-items: center;
}

.index .visit-sucursales {
    padding: 40px 0;
    background: #F5F5F5 0% 0% no-repeat padding-box;
}

.index .visit-sucursales h2 {
    font: 900 29px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
}

.index .visit-sucursales .boxs-ubica .box-ubica {
    background-color: #F7F7F7;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    box-shadow: 0px 3px 6px #ccc8c8;
}

.index .visit-sucursales .boxs-ubica .box-ubica .info-ubica {
    padding: 19px 35px;
    max-width: 400px;
    width: 100%;
    background-color: white;
}

.index .visit-sucursales .boxs-ubica .box-ubica .info-ubica h3 {
    font-size: 24px;
    color: #707070;
    font-weight: 700;
    margin-bottom: 25px;
}

.index .visit-sucursales .boxs-ubica .box-ubica .info-ubica p {
    color: #707070;
    font: 400 15px/26px Lato;
    letter-spacing: 0.19px;
}

.index .visit-sucursales .boxs-ubica .box-ubica .info-ubica p a {
    color: #707070;
    letter-spacing: 0.19px;
    font: 400 16px/26px Lato;
}

.index .visit-sucursales .boxs-ubica .box-ubica .info-ubica .llama-sucursal{
    
    margin: 20px 0 0;
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
    width: 100%;
    max-width: 215px;
    height: 40px;
    background: #F72F1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 800;
    letter-spacing: .5px;
    color: white;
    border-radius: 5px;
    transition: all .3s ease-in-out;
}

.index .visit-sucursales .boxs-ubica .box-ubica a.btn-goo {
    display: block;
    width: 100%;
}

.index .visit-sucursales .boxs-ubica .box-ubica a.btn-goo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.index .atencion {
    background-image: url("https://xlive-assets.s3.amazonaws.com/production/uploads/attachment/file/69143/fondo-index_copia.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.29);
    padding: 100px 0;
}

.index .atencion h2 {
    font: 900 35px/38px Lato;
    letter-spacing: 0;
    color: #565656;
    text-align: center;
}

.index .atencion p {
    text-align: center;
    font: 700 27px/39px Lato;
    letter-spacing: 0;
    color: #565656;
    margin: 35px 0 40px;
}

.index .atencion .btn-send-men {
    background: #E94232 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    max-width: 220px;
    width: 100%;
    display: block;
    margin: 0 auto;
    text-align: center;
    font: 900 20px/30px Lato;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0;
}

.index footer {
    padding: 30px 0;
}

.index footer .content {
    width: 80%;
}

.index footer .flex-f {
    display: flex;
}

.index footer .flex-f .info-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
    width: 100%;
}

.index footer .flex-f .info-links ul li {
    width: 50%;
}

.index footer .flex-f .info-links ul li a {
    font: 900 16px/31px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
}

.index footer .flex-f .nwsl {
    max-width: 430px;
    width: 100%;
    margin: 0 30px;
    margin-right: 80px;
}

.index footer .flex-f .nwsl h3 {
    font: 700 16px/29px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.index footer .flex-f .nwsl p {
    font: 700 14px/29px Lato;
    letter-spacing: 0.17px;
    color: #FFFFFF;
}

.index footer .flex-f .redes-sociales {
    max-width: 140px;
    width: 100%;
}

.index footer .flex-f .redes-sociales h4 {
    font: 700 16px/25px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.index footer .flex-f .redes-sociales .flex-rrss {
    display: flex;
}

.index footer .flex-f .redes-sociales .flex-rrss a {
    margin-right: 10px;
}

.index footer .flex-f .redes-sociales .policy-priv {
    margin-top: 40px;
}

.index footer .flex-f .redes-sociales .policy-priv a {
    text-decoration: underline;
    font: 700 14px/25px Lato;
    letter-spacing: 0.17px;
    color: #FFFFFF;
}

.nosotros .hero-nosotros {
    background-image: url("https://xlive-assets.s3.amazonaws.com/production/uploads/attachment/file/69157/nosotroshero.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 523px;
    display: flex;
    align-items: center;
}

.nosotros .hero-nosotros .content .info-hero {
    padding-top: 74px;
}

.nosotros .hero-nosotros .content .info-hero h1 {
    color: white;
    font-weight: 900;
    max-width: 620px;
    width: 100%;
    font-size: 35px;
    margin-bottom: 13px;
    text-shadow: 1px 1px black;
}

.nosotros .hero-nosotros .content .info-hero h2 {
    color: white;
    font-size: 21px;
    font-weight: 400;
    text-shadow: 1px 1px black;
}

.nosotros .mision-vision {
    padding: 40px 0;
    background-color: #E94232;
    position: relative;
    margin-bottom: 20px;
}

.nosotros .mision-vision:after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -38px;
    width: 0;
    height: 0;
    border-left: 20px solid #E94232;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    transform: rotate(90deg);
}

.nosotros .mision-vision.m-s-movil {
    display: none;
}

.nosotros .mision-vision h2 {
    color: white;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    margin-bottom: 40px;
}

.nosotros .mision-vision p {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    font-size: 25px;
    font: 400 19px/24px Lato;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    text-align: center;
}

.nosotros .mision-vision .flex-mv {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.nosotros .mision-vision .flex-mv .box-mv {
    max-width: 482px;
    width: 100%;
}

.nosotros .mision-vision .flex-mv .box-mv .bx-mv {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    padding: 22px 35px;
    margin-bottom: 19px;
}

.nosotros .mision-vision .flex-mv .box-mv .bx-mv h3 {
    font-size: 25px;
    color: white;
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
}

.nosotros .mision-vision .flex-mv .box-mv .bx-mv p {
    font: 400 19px/24px Lato;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    max-width: 410px;
    width: 100%;
    margin: 0 auto;
}

.nosotros .mision-vision .flex-mv .box-mv .bx-mv.ms {
    height: 335px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-right: 19px;
}

.nosotros .marcas-repre {
    padding: 25px 0;
}

.nosotros .marcas-repre .content {
    width: 88%;
}

.nosotros .marcas-repre .content .prod-servs {
    display: flex;
    justify-content: center;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a {
    width: 430px;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 616px;
    justify-content: center;
    align-items: center;
    background-color: #282834;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a img {
    max-width: 430px;
    width: 100%;
    z-index: 1;
    transform: scale(1);
    transition: all 0.3s linear;
    opacity: 0.3;
    position: absolute;
    height: 100%;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a .info {
    z-index: 2;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a .info h4 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a .info p {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    max-width: 380px;
    width: 100%;
    margin: 24px auto 30px;
    letter-spacing: 0.22px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a .info span {
    display: block;
    color: white;
    max-width: 154px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    padding: 11px 5px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod a:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}

.nosotros .marcas-repre .content .prod-servs .box-prod a:hover .info span {
    background-color: white;
    color: #FC482A;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side {
    max-width: 750px;
    width: 100%;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    height: 308px;
    max-width: 750px;
    justify-content: center;
    align-items: center;
    background-color: #282834;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a img {
    max-width: 750px;
    width: 100%;
    z-index: 1;
    transform: scale(1);
    transition: all 0.3s linear;
    opacity: 0.3;
    position: absolute;
    height: 100%;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a .info {
    z-index: 2;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a .info h4 {
    color: white;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a .info p {
    color: white;
    font-weight: 700;
    text-align: center;
    font-size: 16px;
    max-width: 460px;
    width: 100%;
    margin: 24px auto 30px;
    letter-spacing: 0.22px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a .info span {
    display: block;
    color: white;
    max-width: 154px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    padding: 11px 5px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a:hover img {
    opacity: 0.5;
    transform: scale(1.1);
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side a:hover .info span {
    background-color: white;
    color: #FC482A;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img {
    display: flex;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a {
    background-color: #282834;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a img {
    display: block;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info {
    max-width: 266px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info h4 {
    font-size: 24px;
}

.nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info p {
    font-size: 16px;
    line-height: 1.5;
}

.sucursales .hero-sucursales img {
    width: 100%;
    max-width: 100%;
}

.sucursales .ubicacion-sucu {
    padding: 32px 0;
}

.sucursales .ubicacion-sucu .content h2 {
    font-size: 35px;
    font-weight: 700;
    color: #707070;
    text-align: center;
    margin-bottom: 30px;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica {
    background-color: #F7F7F7;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 20px;
    display: flex;
    box-shadow: 0px 3px 6px #ccc8c8;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica {
    padding: 19px 35px;
    max-width: 400px;
    width: 100%;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica h3 {
    font-size: 30px;
    color: #707070;
    font-weight: 700;
    margin-bottom: 25px;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica p {
    color: #707070;
    font: 400 16px/26px Lato;
    letter-spacing: 0.19px;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica p a {
    color: #707070;
    letter-spacing: 0.19px;
    font: 400 16px/26px Lato;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica .llama-sucursal{
    margin: 20px 0 0;
    color: #707070;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
    width: 100%;
    max-width: 215px;
    height: 40px;
    background: #F72F1A;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    font-weight: 800;
    letter-spacing: .5px;
    color: white;
    border-radius: 5px;
    transition: all .3s ease-in-out;

}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica a.btn-goo {
    display: block;
    width: 100%;
}

.sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica a.btn-goo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.servicios .hero-servicios {
    padding: 50px 0;
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-servicios.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.servicios .hero-servicios h1 {
    color: white;
    font: 700 35px/38px Lato;
    letter-spacing: 0;
    text-align: center;
}

.servicios .tipos-servicios {
    padding: 45px 0;
}

.servicios .tipos-servicios .flex-servicios {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.servicios .tipos-servicios .flex-servicios .servicio {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #c5c3c3;
    border-radius: 2px;
    padding: 30px;
    max-width: 500px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.servicios .tipos-servicios .flex-servicios .servicio:first-child {
    margin-right: 30px;
}

.servicios .tipos-servicios .flex-servicios .servicio img {
    max-width: 110px;
    width: 100%;
    margin-right: 30px;
}

.servicios .tipos-servicios .flex-servicios .servicio .info-servicio h3 {
    font: 700 21px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 25px;
}

.servicios .tipos-servicios .flex-servicios .servicio .info-servicio p {
    font: 400 16px/28px Lato;
    letter-spacing: 0.22px;
    color: #707070;
}

.servicios .contact_part {
    background-image: url(https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/fondo-contact.jpg);
    background-size: cover;
    background-position: center center;
    padding: 0;
}

.servicios .contact_part .content {
    width: 100%;
    max-width: 100%;
}

.servicios .contact_part .content .inf {
    max-width: 515px;
    padding-right: 55px;
    margin: 0 auto;
}

.servicios .contact_part .content .inf h3 {
    font: 700 28px/35px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.servicios .contact_part .content .inf h4 {
    font: 400 18px/38px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
}

.servicios .contact_part .content .form_box {
    border: 1px solid #e4e9ed;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 3px 1.96px 0.04px rgba(74, 77, 86, 0.37);
    width: 100%;
    max-width: 490px;
    padding: 35px;
    margin-left: 60px;
}

.servicios .contact_part .content .sides_row .side.sd_6 {
    width: 50%;
}

.servicios .contact_part .content .sides_row .side:first-child {
    background-color: rgba(16, 16, 16, 0.4);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.servicios .contact_part .content .sides_row .side:last-child {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 25px 0;
    padding-right: 15px;
}

.blog.articulo-blog .flex-post .post.princ .info-post p {
    text-align: left !important;
}

.blog.articulo-blog .flex-post .post.princ .info-post ul {
    padding-left: 30px;
}

.blog.articulo-blog .flex-post .post.princ .info-post ul li {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    margin: 20px 0;
    line-height: 1.5;
}

.blog .hero-blog {
    background-color: #696971;
    padding: 45px 0;
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-blog.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.blog .hero-blog .info-hero {
    max-width: 740px;
    width: 100%;
    margin: 0 auto;
}

.blog .hero-blog .info-hero h1 {
    color: white;
    font: 700 35px/38px Lato;
    text-align: center;
    margin-bottom: 20px;
}

.blog .hero-blog .info-hero p {
    color: white;
    font: 400 18px/32px Lato;
    text-align: center;
}

.blog .menu-blog {
    box-shadow: 0px 2px 2px rgba(170, 170, 170, 0.9);
    padding: 22px 0;
}

.blog .menu-blog .content ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog .menu-blog .content ul li {
    padding: 0 50px;
}

.blog .menu-blog .content ul li a {
    font: 900 14px/17px Lato;
    letter-spacing: 1.01px;
    color: #707070;
    text-transform: uppercase;
}

.blog .menu-blog .content ul li:hover a {
    color: #EA4333;
}

.blog .menu-blog.m-b-movil {
    display: none;
}

.blog .blog-posts {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/fondo-blog.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.blog .blog-posts .content {
    width: 85%;
}

.blog .blog-posts .pagination {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog .blog-posts .pagination a {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.blog .blog-posts .pagination a .fa {
    margin: 0 5px;
}

.blog .blog-posts .flex-post {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}

.blog .blog-posts .flex-post .posts {
    margin-right: 30px;
}

.blog .blog-posts .flex-post .post {
    border: 1px solid #BFBFBF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    margin-bottom: 35px;
    background-color: white;
}

.blog .blog-posts .flex-post .post .info-post {
    padding: 40px 30px;
    max-width: 771px;
    width: 100%;
    margin: 0 auto;
}

.blog .blog-posts .flex-post .post .info-post h3 {
    color: #707070;
    font-size: 24px;
    font-weight: 700;
}

.blog .blog-posts .flex-post .post .info-post p {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    margin: 20px 0;
    line-height: 1.5;
}

.blog .blog-posts .flex-post .post .info-post p img {
    display: block !important;
    width: 100%;
    margin: 0 auto;
}

.blog .blog-posts .flex-post .post .btn-ver {
    display: block;
    max-width: 154px;
    width: 100%;
    border: 1px solid #FC482A;
    color: #FC482A;
    font: 900 15px/18px Lato;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
    padding: 11px 10px;
}

.blog .blog-posts .flex-post .post .btn-ver:hover {
    color: white;
    background-color: #FC482A;
}

.blog .blog-posts .flex-post .post.princ {
    max-width: 884px;
    width: 100%;
}

.blog .blog-posts .flex-post .post.princ .info-post h3 {
    text-align: center;
}

.blog .blog-posts .flex-post .post.princ .info-post p {
    text-align: center;
}

.blog .blog-posts .flex-post .contact-desea .contact-blog {
    border: 1px solid #BFBFBF;
    max-width: 285px;
    width: 100%;
    padding: 25px 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
    background-color: white;
}

.blog .blog-posts .flex-post .contact-desea .contact-blog h3 {
    font-size: 22px;
    line-height: 1.5;
    color: #707070;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
}

.blog .blog-posts .flex-post .contact-desea .contact-blog a.btn-number {
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #FC482A;
    color: #FC482A;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
}

.blog .blog-posts .flex-post .contact-desea .contact-blog a.btn-number:hover {
    background-color: #FC482A;
    color: white;
}

.blog .blog-posts .flex-post .contact-desea .contact-blog a.btn-number img {
    margin-right: 10px;
}

.blog .blog-posts .flex-post .contact-desea .suscribe-blog {
    max-width: 287px;
    width: 100%;
    background-color: #2F2D2D;
    border: 1px solid #BFBFBF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.8);
    padding: 25px 15px;
    margin-top: 20px;
}

.blog .blog-posts .flex-post .contact-desea .suscribe-blog h3 {
    color: white;
    text-align: center;
    font-size: 22px;
    font-weight: 900;
}

.marcas .hero-marcas {
    padding: 60px 0;
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-servicios.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.marcas .hero-marcas h1 {
    color: white;
    text-align: center;
    font-size: 35px;
    font-weight: 900;
    letter-spacing: 0;
}

.marcas .brands-debac {
    padding: 50px 0;
}

.marcas .brands-debac .flex-brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 14px;
    margin-bottom: 14px;
}

.marcas .brands-debac .flex-brands .marca-item {
    max-width: 150px;
    width: 100%;
}

.marcas .brands-debac .flex-brands .marca-item a {
    padding: 10px 0;
    box-shadow: 0px 3px 6px rgba(176, 176, 176, 0.4);
    border: 1px solid #BFBFBF;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.marcas .brands-debac .flex-brands .marca-item a img {
    margin: 0 auto;
}

.marcas .marcas-descripcions .content .marca-descrip {
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(176, 176, 176, 0.4);
    border: 1px solid #BFBFBF;
    padding: 26px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.marcas .marcas-descripcions .content .marca-descrip .img-marca {
    max-width: 243px;
    width: 100%;
    margin-right: 20px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marcas .marcas-descripcions .content .marca-descrip .img-marca img {
    margin: 0 auto;
}

.marcas .marcas-descripcions .content .marca-descrip .info-marca {
    max-width: 700px;
    width: 100%;
}

.marcas .marcas-descripcions .content .marca-descrip .info-marca p {
    font: 400 18px/28px Lato;
    letter-spacing: 0.26px;
    color: #707070;
    /* margin-bottom: 20px; */
}

.marcas .marcas-descripcions .content .marca-descrip .info-marca .tags-marca {
    display: flex;
    flex-wrap: wrap;
}

.marcas .marcas-descripcions .content .marca-descrip .info-marca .tags-marca .btn-tag {
    display: inline-block;
    border: 1px solid #FC2A07;
    border-radius: 2px;
    color: #707070;
    padding: 9px;
    margin-right: 12px;
    margin-bottom: 10px;
}

.marcas .marcas-descripcions .content .marca-descrip .info-marca .tags-marca .btn-tag:hover {
    background-color: #FC2A07;
    color: white;
}

.int_marca .hero-int-marca {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-ladrillera.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.int_marca .hero-int-marca .content {
    display: flex;
    align-items: center;
    height: 394px;
}

.int_marca .hero-int-marca .content .txt-hero {
    position: relative;
    height: 100%;
    background-color: rgba(40, 40, 52, 0.8);
    max-width: 385px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.int_marca .hero-int-marca .content .txt-hero h1 {
    font: 700 38px/38px Lato;
    color: white;
    letter-spacing: 1.9px;
    margin-bottom: 65px;
    max-width: 220px;
    width: 100%;
}

.int_marca .content-marcas {
    padding: 40px 0;
}

.int_marca .content-marcas p {
    color: #707070;
    font: 400 24px/30px Lato;
    letter-spacing: 0.3px;
    text-align: center;
    max-width: 1004px;
    width: 100%;
    margin: 0 auto;
}

.int_marca .content-marcas .grid-info {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.int_marca .content-marcas .grid-info .item-grid {
    max-width: 489px;
    width: 100%;
    background-color: #F7F7F7;
    padding: 20px 0;
    border-radius: 2px;
    box-shadow: 0px 3px 6px #c3c3c3;
}

.int_marca .content-marcas .grid-info .item-grid h3 {
    color: #707070;
    text-align: center;
    font: 900 30px/38px Lato;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}

.int_marca .content-marcas .grid-info .item-grid p {
    color: #707070;
    font: 400 16px/26px Lato;
    letter-spacing: 0.19px;
    max-width: 415px;
    width: 100%;
    padding: 0 15px;
    margin: 25px auto;
}

.int_marca .content-marcas .grid-info .item-grid a.btn-vrm {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #606060;
    border-radius: 2px;
    max-width: 154px;
    width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    font: 700 15px/18px Lato;
    letter-spacing: 1.08px;
    color: #606060;
    text-transform: uppercase;
    padding: 10px 0;
}

.int_marca .content-marcas .grid-info .item-grid:first-child {
    margin-right: 35px;
}

.our-products .content-products {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/fondo-content-prod.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 50px;
}

.our-products .content-products .content {
    width: 84%;
}

.our-products .content-products .content h1 {
    text-align: center;
    font: 900 38px/38px Lato;
    letter-spacing: 1.9px;
    color: #FFFFFF;
    margin-bottom: 55px;
}

.our-products .content-products .content .items-prod {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.our-products .content-products .content .items-prod .item-prod {
    max-width: 576px;
    width: 100%;
    background-color: #F7F7F7;
    display: flex;
}

.our-products .content-products .content .items-prod .item-prod .info-item {
    max-width: 340px;
    width: 100%;
    padding: 15px;
    margin: 0 auto;
}

.our-products .content-products .content .items-prod .item-prod .info-item h3 {
    text-align: center;
    font: 900 26px/38px Lato;
    letter-spacing: 1.3px;
    color: #707070;
}

.our-products .content-products .content .items-prod .item-prod .info-item .flex-ul {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}

.our-products .content-products .content .items-prod .item-prod .info-item .flex-ul ul li {
    font: 400 16px/26px Lato;
    letter-spacing: 0.19px;
    color: #707070;
}

.our-products .content-products .content .items-prod .item-prod .info-item .btn-vrmas {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #606060;
    border-radius: 2px;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 154px;
    width: 100%;
    text-transform: uppercase;
    font: 900 15px/18px Lato;
    letter-spacing: 1.08px;
    color: #606060;
    padding: 11px 0;
}

.our-products .content-products .content .items-prod .item-prod:first-child {
    margin-right: 30px;
}

.subcategoria .productList {
    margin: 0;
}

.subcategoria .productList .product+.product {
    margin-top: 0;
}

.subcategoria .slick-next,
.subcategoria .slick-prev {
    background-color: initial;
}

.subcategoria .slick-next::before,
.subcategoria .slick-prev::before {
    background-image: initial;
}

.subcategoria .hero-marcas {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-subcategoria-gral.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subcategoria .hero-marcas .content {
    height: 230px;
    display: flex;
    align-items: center;
}

.subcategoria .hero-marcas .logo-marca {
    margin-left: auto;
}

.subcategoria .hero-marcas h1 {
    color: white;
    text-align: left;
    font-size: 27px;
    font-weight: 900;
    letter-spacing: 0;
    margin: 0 0 15px;
    max-width: 310px;
    width: 100%;
    position: relative;
    padding-left: 25px;
}

.subcategoria .hero-marcas h1:before {
    content: "";
    background: #f82f00;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top-left-radius: 5px;
    left: -5px;
    top: 9px;
}

.subcategoria .hero-marcas p {
    color: white;
    text-align: left;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.5;
    max-width: 615px;
}

.subcategoria .hero-marcas .txt-hero {
    position: relative;
    height: 100%;
    background-color: rgba(40, 40, 52, 0.8);
    max-width: 502px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.subcategoria .hero-marcas .txt-hero img {
    max-width: 200px;
    width: 100%;
    margin: 0;
}

.subcategoria .filters {
    background: white;
    box-shadow: 0 0 6px 2px #b9b9b9;
}

.subcategoria .filters ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subcategoria .filters ul li a {
    padding: 20px;
    color: #707070;
    font-size: 14px;
    font-weight: 900;
    display: block;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.subcategoria .filters ul li a:after {
    position: absolute;
    content: "";
    background: #707070;
    height: 5px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
}

.subcategoria .filters ul li a:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 5px solid #707070;
    transition: all 0.3s ease-in-out;
}

.subcategoria .filters ul li a.active:after {
    opacity: 1;
    visibility: visible;
}

.subcategoria .filters ul li a.active:before {
    opacity: 1;
    visibility: visible;
}

.subcategoria .types {
    background: white;
    padding: 20px 0 40px;
}

.subcategoria .types .descrip-p {
    margin-bottom: 20px;
}

.subcategoria .types .descrip-p p {
    font-size: 16px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
}

.subcategoria .types .type {
    margin: 0 0 20px;
    background: #F7F7F7;
    border: 1px solid #ccc;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 6px 0px #b9b9b9;
    border-radius: 3px;
}

.subcategoria .types .type .info {
    width: 80%;
}

.subcategoria .types .type .info h3 {
    font-size: 24px;
    color: #707070;
    margin: 0 0 15px;
    font-weight: 900;
}

.subcategoria .types .type .info h4 {
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 900;
}

.subcategoria .types .type .info p {
    font-size: 16px;
    color: #707070;
    margin: 0 0 15px;
}

.subcategoria .types .type .info .slide-tejas {
    padding: 0 30px 0 0;
    position: relative;
}

.subcategoria .types .type .info .slide-tejas .item {
    text-align: center;
}

.subcategoria .types .type .info .slide-tejas .item img {
    display: block;
    max-width: 95%;
}

.subcategoria .types .type .info .slide-tejas .item p {
    font-size: 15px;
    font-weight: 900;
}

.subcategoria .types .type .info .slide-tejas .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.subcategoria .types .type .info .slide-tejas .slick-arrow .fa {
    font-size: 50px;
    color: #707070;
}

.subcategoria .types .type .info .slide-tejas .slick-arrow:focus {
    outline: none;
}

.subcategoria .types .type .info .slide-tejas .slick-arrow.slick-prev {
    left: -25px;
}

.subcategoria .types .type .info .slide-tejas .slick-arrow.slick-next {
    right: 5px;
}

.subcategoria .types .type .info .slide-tejass {
    display: flex;
}

.subcategoria .types .type .info .slide-tejass .item {
    text-align: center;
    max-width: 110px;
    width: 100%;
}

.subcategoria .types .type .info .slide-tejass .item img {
    display: block;
    max-width: 95%;
}

.subcategoria .types .type .info .slide-tejass .item p {
    font-size: 15px;
    font-weight: 900;
}

.subcategoria .types .type .info .slide-tejass .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.subcategoria .types .type .info .slide-tejass .slick-arrow .fa {
    font-size: 50px;
    color: #707070;
}

.subcategoria .types .type .info .slide-tejass .slick-arrow:focus {
    outline: none;
}

.subcategoria .types .type .info .slide-tejass .slick-arrow.slick-prev {
    left: -25px;
}

.subcategoria .types .type .info .slide-tejass .slick-arrow.slick-next {
    right: 5px;
}

.subcategoria .types .type .btns {
    width: 20%;
    text-align: center;
}

.subcategoria .types .type .btns a:first-child {
    background: white;
    border: 1px solid #FC482A;
    border-radius: 5px;
    color: #FC482A;
    font-weight: 900;
    font-size: 15px;
    display: block;
    max-width: 150px;
    text-align: center;
    padding: 12px;
    margin: 0 auto 15px;
}

.subcategoria .types .type .btns a:last-child {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
}

.subcategoria .types .type .btns a.btn-add {
    background: white;
    border: 1px solid #FC482A;
    border-radius: 5px;
    color: #FC482A;
    font-weight: 900;
    font-size: 15px;
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0 auto 15px;
}

.subcategoria .types .type .btns a.v-prev {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    border: 0;
}

.subcategoria .types .pagination {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.subcategoria .types .pagination a {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.subcategoria .types .pagination a .fa {
    margin: 0 5px;
}

.subcategoria .brands-debac {
    padding: 50px 0;
}

.subcategoria .brands-debac .flex-brands {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 14px;
    margin-bottom: 14px;
}

.subcategoria .brands-debac .flex-brands .marca-item {
    max-width: 150px;
    width: 100%;
}

.subcategoria .brands-debac .flex-brands .marca-item a {
    padding: 10px 0;
    box-shadow: 0px 3px 6px rgba(176, 176, 176, 0.4);
    border: 1px solid #BFBFBF;
    height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subcategoria .brands-debac .flex-brands .marca-item a img {
    margin: 0 auto;
}

.subcategoria .marcas-descripcions .content .marca-descrip {
    max-width: 1172px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 3px 6px rgba(176, 176, 176, 0.4);
    border: 1px solid #BFBFBF;
    padding: 26px 60px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.subcategoria .marcas-descripcions .content .marca-descrip .img-marca {
    max-width: 243px;
    width: 100%;
    margin-right: 20px;
}

.subcategoria .marcas-descripcions .content .marca-descrip .img-marca img {
    margin: 0 auto;
}

.subcategoria .marcas-descripcions .content .marca-descrip .info-marca {
    max-width: 700px;
    width: 100%;
}

.subcategoria .marcas-descripcions .content .marca-descrip .info-marca p {
    font: 400 22px/28px Lato;
    letter-spacing: 0.26px;
    color: #707070;
    margin-bottom: 20px;
}

.subcategoria .marcas-descripcions .content .marca-descrip .info-marca .tags-marca {
    display: flex;
}

.subcategoria .marcas-descripcions .content .marca-descrip .info-marca .tags-marca .btn-tag {
    display: inline-block;
    border: 1px solid #FC2A07;
    border-radius: 2px;
    color: #707070;
    padding: 9px;
    margin-right: 12px;
}

.subcategoria .types-content {
    background-color: white;
    padding: 40px 0;
}

.subcategoria .breadcrumbs {
    background-color: white;
    padding-bottom: 0;
}

.contactanos .content-contactanos .content {
    width: 100%;
}

.contactanos .content-contactanos .content .side.sd_6 {
    padding: 0;
    width: 50%;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto {
    padding: 30px 20px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto h1 {
    text-align: center;
    font: 900 38px/38px Lato;
    letter-spacing: 1.9px;
    color: #707070;
    margin-bottom: 50px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu h3 {
    text-align: left;
    font: 900 22px/21px Lato;
    letter-spacing: 0.19px;
    color: #707070;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu p.p-in {
    text-align: left;
    font: 400 17px/28px Lato;
    letter-spacing: 0.14px;
    color: #707070;
    margin: 25px 0 15px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu a {
    font: 400 12px/21px Lato;
    letter-spacing: 0.14px;
    color: #707070;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu .sucu {
    max-width: 245px;
    width: 100%;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu .sucu:first-child {
    margin-right: 50px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .forma-contacto {
    max-width: 550px;
    width: 100%;
    margin: 40px auto 0;
    position: relative;
    left: -31px;
}

.contactanos .content-contactanos .content .side.sd_6 .info-contacto .forma-contacto h3 {
    text-align: center;
    font: 900 16px/22px Lato;
    letter-spacing: 0.19px;
    color: #707070;
}

.proyectos .hero-proyectos {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-proyectos.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.proyectos .hero-proyectos .content {
    display: flex;
    align-items: center;
    height: 394px;
}

.proyectos .hero-proyectos .content .txt-hero {
    position: relative;
    height: 100%;
    background-color: rgba(40, 40, 52, 0.8);
    max-width: 502px;
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.proyectos .hero-proyectos .content .txt-hero h1 {
    font: 900 38px/38px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 30px;
}

.proyectos .hero-proyectos .content .txt-hero p {
    max-width: 379px;
    width: 100%;
    margin: 0 auto;
    font: 400 20px/38px Lato;
    letter-spacing: 0;
    color: #FFFFFF;
}

.proyectos .content-proyectos {
    padding: 43px 0;
}

.proyectos .content-proyectos h2 {
    max-width: 1004px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font: 400 25px/33px Lato;
    letter-spacing: 0.3px;
    color: #707070;
    margin-bottom: 50px;
}

.proyectos .content-proyectos .slider-proyectos {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.proyectos .content-proyectos .slider-proyectos .slider-nav {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    min-width: auto !important;
}

.proyectos .content-proyectos .slider-proyectos .slick-next:before,
.proyectos .content-proyectos .slider-proyectos .slick-prev:before {
    color: #707070;
}

.politicas .content-politica {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/fondo-politicas.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 55px 0;
}

.politicas .content-politica .content {
    width: 75%;
}

.politicas .content-politica .content h1 {
    font: 900 24px/28px Lato;
    letter-spacing: 0.36px;
    color: #707070;
    margin-bottom: 30px;
}

.politicas .content-politica .content p {
    font: 400 16px/22px Lato;
    letter-spacing: 0.19px;
    color: #707070;
}

.politicas .content-politica .content span {
    font: 900 16px/22px Lato;
}

.politicas .content-politica .content a {
    font: 900 16px/22px Lato;
    letter-spacing: 0.19px;
    color: #FA2B08;
}

.politicas .content-politica .content ul,.politicas .content-politica .content ol {
    padding: 0;
    margin: 20px 0;
    list-style: none;
}

.politicas .content-politica .content ul li,.politicas .content-politica .content ol li {
    font: 400 16px/22px Lato;
    letter-spacing: 0.19px;
    color: #707070;
    margin: 0 0 10px;
}
.politicas .content-politica .content ol{
    list-style: decimal;
}

.int-producto .breadcrumbs {
    padding: 0;
}

.int-producto .breadcrumb:before {
    content: none;
}

.int-producto .productView-details {
    width: 100%;
}

.int-producto .btn-add-p {
    max-width: 250px;
    width: 100%;
    background-color: #FC482A;
    border: 1px solid #FC482A;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin: 0 auto;
}

.int-producto .mensaje-pedido {
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #B7B7B7;
    border-radius: 5px;
    padding: 14px;
    position: relative;
    margin-top: 20px;
}

.int-producto .mensaje-pedido:after {
    content: url(https://xlive-assets.s3.amazonaws.com/production/uploads/attachment/file/67003/Pico.png);
    position: absolute;
    width: 0;
    height: 0;
    top: -14px;
    left: 41%;
}

.int-producto .content-product {
    background-color: #F7F7F7;
    padding: 30px 0;
}

.int-producto .content-product .producto-data .sku-dinam p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
}

.int-producto .content-product .producto-data .sku-dinam dd {
    font-size: 16px;
}

.int-producto .content-product .producto-data .info-principal {
    margin-top: 10px;
}

.int-producto .content-product .producto-data .info-principal h1 {
    font: 900 29px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 10px;
}

.int-producto .content-product .producto-data .info-principal .productView-brand {
    font-size: 17px;
    margin: 5px 0;
}

.int-producto .content-product .producto-data .info-principal .desp p {
    max-width: 100%;
    width: 100%;
    font: 400 15px/25px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 10px;
}

.int-producto .content-product .producto-data .info-principal p.descrp {
    max-width: 100%;
    width: 100%;
    font: 400 15px/32px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 15px;
}

.int-producto .content-product .producto-data .info-principal .customs-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0px;
    max-width: 880px;
    width: 100%;
}

.int-producto .content-product .producto-data .info-principal .customs-fields .txt-data {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.int-producto .content-product .producto-data .info-principal .customs-fields .txt-data p {
    font: 400 13px/32px Lato;
    letter-spacing: 0;
    color: #707070;
}

.int-producto .content-product .producto-data .info-principal .customs-fields .txt-data .title-cf {
    max-width: 150px;
    width: 100%;
    font: 900 13px/12px Lato;
    letter-spacing: 1.01px;
    color: #707070;
    text-transform: uppercase;
}

.int-producto .content-product .producto-data .info-secund {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.int-producto .content-product .producto-data .info-secund .modelos {
    max-width: 800px;
    width: 100%;
    margin-right: 50px;
}

.int-producto .content-product .producto-data .info-secund .modelos h2 {
    font: 900 18px/30px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 26px;
    position: relative;
    padding-left: 20px;
}

.int-producto .content-product .producto-data .info-secund .modelos h2:before {
    content: "";
    background: #f82f00;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top-left-radius: 5px;
    left: -5px;
    top: 8px;
}

.int-producto .content-product .producto-data .info-secund .modelos .img-modelos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
}

.int-producto .content-product .producto-data .info-secund .modelos .img-modelos a {
    max-width: 254px;
    width: 100%;
    display: block;
}

.int-producto .content-product .producto-data .info-secund .modelos .img-modelos a span {
    text-align: center;
    display: block;
    margin-top: 16px;
    font: 700 18px/22px Lato;
    letter-spacing: 0;
    color: #707070;
}

.int-producto .content-product .producto-data .info-secund .anade-carr {
    max-width: 250px;
    width: 100%;
}

.int-producto .content-product .producto-data .info-secund .anade-carr h3 {
    font: 700 18px/30px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}

.int-producto .content-product .producto-data .info-secund .anade-carr h3:before {
    content: "";
    background: #f82f00;
    position: absolute;
    width: 15px;
    height: 15px;
    border-top-left-radius: 5px;
    left: -5px;
    top: 8px;
}

.int-producto .content-product .prueba {
    display: flex !important;
}

.int-producto .content-product .no-active {
    display: none !important;
}

.int-producto .content-product .more-infor {
    padding-top: 120px;
}

.int-producto .content-product .more-infor h2 {
    font: 900 22px/25px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 15px;
}

.int-producto .content-product .more-infor .customs-fields .txt-data {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.int-producto .content-product .more-infor .customs-fields .txt-data p {
    font: 400 14px/32px Lato;
    letter-spacing: 0;
    color: #707070;
}

.int-producto .content-product .more-infor .customs-fields .txt-data .title-cf {
    max-width: 194px;
    width: 100%;
    font: 900 14px/17px Lato;
    letter-spacing: 1.01px;
    color: #707070;
    text-transform: uppercase;
}

.int-producto .asesoria {
    background-color: white;
    padding: 45px 0;
}

.int-producto .asesoria .content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.int-producto .asesoria .texto-asesoria {
    max-width: 410px;
    width: 100%;
    margin-right: 75px;
}

.int-producto .asesoria .texto-asesoria h2 {
    font: 900 35px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    margin-bottom: 15px;
}

.int-producto .asesoria .texto-asesoria p {
    font: 400 18px/32px Lato;
    letter-spacing: 0;
    color: #707070;
}

.int-producto .asesoria .form_asesoria {
    max-width: 660px;
    width: 100%;
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px;
}

.int-producto.goteron .hero-producto {
    background-image: url("https://xlive-assets.s3.amazonaws.com/production/uploads/attachment/file/68188/hero-goteron-monterrey.jpg");
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.int-producto.goteron .hero-producto .content h1 {
    font-size: 38px;
    color: white;
    font-weight: 900;
    margin-bottom: 20px;
}

.int-producto.goteron .hero-producto .content h2 {
    max-width: 470px;
    width: 100%;
    color: white;
    font-size: 25px;
}

.int-producto.goteron .content-product .flex-producto {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.int-producto.goteron .content-product .flex-producto .info-txt {
    width: 50%;
}

.int-producto.goteron .content-product .flex-producto .info-txt h2 {
    color: #727272;
    font-size: 22px;
    font-weight: 500;
}

.int-producto.goteron .content-product .flex-producto .slider-gallery {
    width: 50%;
}

.int-producto.goteron .content-product .flex-producto .slider-gallery img {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
}

.int-producto.goteron .content-product .flex-producto .slider-gallery .slider-slider {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
}

.int-producto.goteron .content-product .flex-producto .slider-gallery .slider-slider .slick-next,
.int-producto.goteron .content-product .flex-producto .slider-gallery .slider-slider .slick-prev {
    background-color: transparent;
    border: 0;
}

.int-producto.goteron .content-product .flex-producto .slider-gallery .slider-slider .slick-next:before,
.int-producto.goteron .content-product .flex-producto .slider-gallery .slider-slider .slick-prev:before {
    background-image: none;
}

.int-producto.goteron .content-product .flex-sku {
    justify-content: flex-start !important;
}

.int-producto.goteron .content-product .flex-sku .sku-dinam {
    margin-left: 65px;
}

.int-producto.goteron .content-product .anade-carr {
    margin-top: 40px;
}

.error_404 .content-error {
    padding: 90px 0 75px;
}

.error_404 .content-error .info-error {
    max-width: 543px;
    width: 100%;
    margin: 0 auto;
}

.error_404 .content-error .info-error h1 {
    font: 900 103px/103px Lato;
    letter-spacing: 0;
    color: #6C6C6C;
    text-align: center;
}

.error_404 .content-error .info-error p {
    text-align: center;
    font: 400 20px/38px Lato;
    letter-spacing: 0;
    color: #707070;
    max-width: 535px;
    width: 100%;
}

.error_404 .content-error .info-error .btn-index {
    background: #FC2A07 0% 0% no-repeat padding-box;
    border: 1px solid #FFFFFF;
    border-radius: 3px;
    max-width: 202px;
    width: 100%;
    display: block;
    margin: 30px auto 0;
    text-align: center;
    padding: 15px 10px;
    font: 700 20px/30px Lato;
    letter-spacing: 0.24px;
    color: #FFFFFF;
    text-transform: uppercase;
    position: relative;
}

.error_404 .content-error .info-error .btn-index:hover {
    background: #d32205 0% 0% no-repeat padding-box;
}

.error_404 .content-error .info-error .btn-index:hover:after {
    right: 30px;
    transition: all 0.5s;
}

.error_404 .content-error .info-error .btn-index:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 7px solid #ffffff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    /* transform: rotate(90deg) */
    position: absolute;
    top: 24px;
    right: 26px;
    transition: all 0.5s;
}

.breadcrumbs {
    padding: 25px 0;
}

.breadcrumbs .content {
    display: flex;
}

.breadcrumbs .content a {
    display: block;
    position: relative;
    margin-right: 20px;
    color: #707070;
    font-size: 12px;
}

.breadcrumbs .content a:before {
    content: "/";
    position: absolute;
    right: -13px;
}

.breadcrumbs .content a:last-child {
    cursor: default;
}

.breadcrumbs .content a:last-child:before {
    content: "";
}

.int-productos .hero {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/hero-productos-int.jpg");
    background-size: cover;
    background-position: center center;
}

.int-productos .hero .content {
    height: 230px;
    display: flex;
    align-items: center;
}

.int-productos .hero h1 {
    color: white;
    position: relative;
    padding-left: 30px;
    font-weight: 700;
    font-size: 37px;
}

.int-productos .hero h1:before {
    content: "";
    background: #f82f00;
    position: absolute;
    width: 20px;
    height: 20px;
    border-top-left-radius: 5px;
    left: -5px;
    top: 15px;
}

.int-productos .content-prod .content {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.int-productos .content-prod .grid-prods {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    grid-gap: 30px;
    margin-bottom: 30px;
}

.int-productos .content-prod .grid-prods .itm .prod {
    padding: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 1px 1px 1px rgba(187, 187, 187, 0.2);
    border-radius: 2px;
}

.int-productos .content-prod .grid-prods .itm .prod h3 {
    font-size: 17px;
}

.int-productos .content-prod .grid-prods .itm .prod .pic {
    width: 100%;
    height: 220px;
    background-color: #babfc6;
    margin: 20px 0;
}

.int-productos .content-prod .grid-prods .itm .prod .pic img {
    display: block;
    width: 100%;
}

.int-productos .content-prod .grid-prods .itm .prod a.btn-more {
    display: block;
    width: 90%;
    max-width: 150px;
    color: #ea6950;
    border: 2px solid #ea6950;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
    transition: none;
}

.int-productos .content-prod .grid-prods .itm .prod a.btn-more:hover {
    background-color: #ea6950;
    color: white;
}

.int-productos .content-prod .sidebarprods {
    width: 100%;
    max-width: 320px;
    border: 1px solid #e9e9e9;
    margin-bottom: 20px;
    margin-right: 30px;
}

.int-productos .content-prod .sidebarprods .category:last-child .cat-head {
    border-bottom: 0;
}

.int-productos .content-prod .sidebarprods .category .cat-head {
    display: flex;
    align-items: center;
    background-color: #f2efef;
    padding: 0 20px;
    font-size: 17px;
    color: #4a4d57;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.int-productos .content-prod .sidebarprods .category .cat-head:after {
    content: "+";
    position: absolute;
    right: 0;
    border: 2px solid #b5b9c3;
    color: #b5b9c3;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 15px;
    border-radius: 50%;
    padding-left: 1px;
    margin-right: 15px;
}

.int-productos .content-prod .sidebarprods .category .cat-head.active:after {
    content: "-";
}

.int-productos .content-prod .sidebarprods .category .cat-head.active .ico img {
    display: none;
    filter: none;
}

.int-productos .content-prod .sidebarprods .category .cat-head.active .ico img:last-child {
    display: block;
}

.int-productos .content-prod .sidebarprods .category .cat-head .ico {
    width: 50px;
    margin-right: 5px;
}

.int-productos .content-prod .sidebarprods .category .cat-head .ico img {
    max-width: 100%;
    display: block;
    filter: brightness(0.8);
}

.int-productos .content-prod .sidebarprods .category .cat-head .ico img:last-child {
    display: none;
}

.int-productos .content-prod .sidebarprods .category .links {
    padding: 20px 30px;
    display: none;
}

.int-productos .content-prod .sidebarprods .category .links.active {
    display: block;
}

.int-productos .content-prod .sidebarprods .category .links .lk {
    margin-bottom: 20px;
}

.int-productos .content-prod .sidebarprods .category .links .lk.active p,
.int-productos .content-prod .sidebarprods .category .links .lk.active a {
    color: #fa4200;
}

.int-productos .content-prod .sidebarprods .category .links .lk.active p:before,
.int-productos .content-prod .sidebarprods .category .links .lk.active a:before {
    display: block;
}

.int-productos .content-prod .sidebarprods .category .links .lk.drop ul.active {
    display: block;
}

.int-productos .content-prod .sidebarprods .category .links .lk:last-child {
    margin-bottom: 0;
}

.int-productos .content-prod .sidebarprods .category .links .lk a,
.int-productos .content-prod .sidebarprods .category .links .lk p {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    transition: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.int-productos .content-prod .sidebarprods .category .links .lk a:before,
.int-productos .content-prod .sidebarprods .category .links .lk p:before {
    content: "";
    position: absolute;
    left: -11px;
    top: 6px;
    border-left: 6px solid #fa4200;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    display: none;
}

.int-productos .content-prod .sidebarprods .category .links .lk a:hover,
.int-productos .content-prod .sidebarprods .category .links .lk p:hover {
    color: #fa4200;
}

.int-productos .content-prod .sidebarprods .category .links .lk a:hover:before,
.int-productos .content-prod .sidebarprods .category .links .lk p:hover:before {
    display: block;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul {
    padding: 10px 20px 0;
    display: none;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li {
    list-style: none;
    margin-bottom: 10px;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li:last-child {
    margin-bottom: 0;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li a {
    font-size: 15px;
    color: #333 !important;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li a:before {
    display: none !important;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li a:hover {
    color: #fa4200 !important;
}

.int-productos .content-prod .sidebarprods .category .links .lk ul li.active a {
    color: #fa4200 !important;
}

.int-productos .content-prod .types {
    background: white;
    padding: 20px 0 40px;
    width: 100%;
}

.int-productos .content-prod .types .descrip-p {
    margin-bottom: 20px;
}

.int-productos .content-prod .types .descrip-p p {
    font-size: 16px;
    text-align: left;
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
    font-weight: 300;
}

.int-productos .content-prod .types .type {
    margin: 0 0 20px;
    background: #F7F7F7;
    border: 1px solid #ccc;
    padding: 30px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 6px 0px #b9b9b9;
    border-radius: 3px;
}

.int-productos .content-prod .types .type .info {
    width: 80%;
}

.int-productos .content-prod .types .type .info h3 {
    font-size: 24px;
    color: #707070;
    margin: 0 0 15px;
    font-weight: 900;
}

.int-productos .content-prod .types .type .info h4 {
    font-size: 12px;
    color: #707070;
    text-transform: uppercase;
    margin: 0 0 15px;
    font-weight: 900;
}

.int-productos .content-prod .types .type .info p {
    font-size: 16px;
    color: #707070;
    margin: 0 0 15px;
}

.int-productos .content-prod .types .type .info .slide-tejas {
    padding: 0 30px 0 0;
    position: relative;
    display: none;
}

.int-productos .content-prod .types .type .info .slide-tejas .item {
    text-align: center;
}

.int-productos .content-prod .types .type .info .slide-tejas .item img {
    display: block;
    max-width: 95%;
}

.int-productos .content-prod .types .type .info .slide-tejas .item p {
    font-size: 12px;
    font-weight: 900;
}

.int-productos .content-prod .types .type .info .slide-tejas .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.int-productos .content-prod .types .type .info .slide-tejas .slick-arrow .fa {
    font-size: 50px;
    color: #707070;
}

.int-productos .content-prod .types .type .info .slide-tejas .slick-arrow:focus {
    outline: none;
}

.int-productos .content-prod .types .type .info .slide-tejas .slick-arrow.slick-prev {
    left: -25px;
}

.int-productos .content-prod .types .type .info .slide-tejas .slick-arrow.slick-next {
    right: 5px;
}

.int-productos .content-prod .types .type .info .slide-tejass {
    display: flex;
}

.int-productos .content-prod .types .type .info .slide-tejass .item {
    text-align: center;
    max-width: 110px;
    width: 100%;
}

.int-productos .content-prod .types .type .info .slide-tejass .item img {
    display: block;
    max-width: 95%;
}

.int-productos .content-prod .types .type .info .slide-tejass .item p {
    font-size: 15px;
    font-weight: 900;
}

.int-productos .content-prod .types .type .info .slide-tejass .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    cursor: pointer;
}

.int-productos .content-prod .types .type .info .slide-tejass .slick-arrow .fa {
    font-size: 50px;
    color: #707070;
}

.int-productos .content-prod .types .type .info .slide-tejass .slick-arrow:focus {
    outline: none;
}

.int-productos .content-prod .types .type .info .slide-tejass .slick-arrow.slick-prev {
    left: -25px;
}

.int-productos .content-prod .types .type .info .slide-tejass .slick-arrow.slick-next {
    right: 5px;
}

.int-productos .content-prod .types .type .btns {
    width: 20%;
    text-align: center;
}

.int-productos .content-prod .types .type .btns a:first-child {
    background: white;
    border: 1px solid #FC482A;
    border-radius: 5px;
    color: #FC482A;
    font-weight: 900;
    font-size: 15px;
    display: block;
    max-width: 150px;
    text-align: center;
    padding: 12px;
    margin: 0 auto 15px;
}

.int-productos .content-prod .types .type .btns a:last-child {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
}

.int-productos .content-prod .types .type .btns a.btn-add {
    background: white;
    border: 1px solid #FC482A;
    border-radius: 5px;
    color: #FC482A;
    font-weight: 500;
    font-size: 13px;
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 12px;
    margin: 0 auto 15px;
}

.int-productos .content-prod .types .type .btns a.btn-add:hover {
    background-color: #FC482A;
    color: white;
    transition: all 0.2s;
}

.int-productos .content-prod .types .type .btns a.v-prev {
    color: #707070;
    text-decoration: underline;
    font-size: 12px;
    text-align: center;
    font-weight: 900;
    border: 0;
}

.int-productos .content-prod .types .pagination {
    margin: 30px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.int-productos .content-prod .types .pagination a {
    font-size: 14px;
    font-weight: 900;
    color: #707070;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
}

.int-productos .content-prod .types .pagination a .fa {
    margin: 0 5px;
}

.gracias .content-gracias {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/img-contactanos.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.gracias .content-gracias .content {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gracias .content-gracias .content .box-info {
    max-width: 800px;
    background: rgba(0, 0, 0, 0.65);
    padding: 40px;
    width: 100%;
}

.gracias .content-gracias .content .box-info h1 {
    font-size: 35px;
    text-align: center;
    color: white;
    margin: 0 0 15px;
}

.alta-leads .main_content {
    background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/product_images/uploaded_images/img-contactanos.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.alta-leads .main_content h1 {
    color: white;
    font-size: 35px;
    margin: 30px 0;
}

.alta-leads .main_content p {
    color: white;
    font-size: 25px;
}

.alta-leads .main_content .side_inf {
    max-width: 700px;
    width: 100%;
    margin-right: 40px;
}

.alta-leads .main_content .side_form {
    max-width: 550px;
    width: 100%;
    background-color: white;
    padding: 25px 40px;
}

footer {
    background-color: #656565;
    padding: 30px 0 15px;
}

footer .content {
    width: 85%;
}

footer .content .flex-footer {
    display: flex;
}

footer .content .flex-footer .logo-footer {
    margin-right: 50px;
}

footer .content .flex-footer .logo-footer img {
    max-width: 200px;
    width: 100%;
}

footer .content .flex-footer .sucursales {
    display: flex;
    margin-right: 50px;
}

footer .content .flex-footer .sucursales .info-sucursales h4 {
    font-size: 16px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.19px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

footer .content .flex-footer .sucursales .info-sucursales p {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.17px;
    color: white;
    margin-bottom: 15px;
}

footer .content .flex-footer .sucursales .info-sucursales a {
    display: block;
    color: white;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
}

footer .content .flex-footer .sucursales .info-sucursales:first-child {
    margin-right: 50px;
}

footer .content .flex-footer .noticias-arq {
    max-width: 274px;
    width: 100%;
    margin-right: 45px;
}

footer .content .flex-footer .noticias-arq h4 {
    font-size: 16px;
    color: white;
    font-weight: 700;
    letter-spacing: 0.19px;
    text-transform: uppercase;
}

footer .content .flex-footer .noticias-arq p {
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: 0.17px;
}

footer .content .flex-footer .redes-sociales h4 {
    color: white;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.19px;
    margin-bottom: 15px;
}

footer .content .flex-footer .redes-sociales a {
    margin-right: 8px;
}

footer.ind-foot {
    padding: 30px 0;
}

footer.ind-foot .content {
    width: 80%;
}

footer.ind-foot .flex-f {
    display: flex;
}

footer.ind-foot .flex-f .info-links {
    display: flex;
    align-items: flex-start;
}

footer.ind-foot .flex-f .info-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 360px;
    width: 100%;
}

footer.ind-foot .flex-f .info-links ul li {
    width: 100%;
}

footer.ind-foot .flex-f .info-links ul li a {
    font: 900 16px/31px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
}

footer.ind-foot .flex-f .nwsl {
    max-width: 430px;
    width: 100%;
    margin: 0 30px;
    margin-right: 80px;
}

footer.ind-foot .flex-f .nwsl h3 {
    font: 700 16px/29px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    text-transform: uppercase;
}

footer.ind-foot .flex-f .nwsl p {
    font: 700 14px/29px Lato;
    letter-spacing: 0.17px;
    color: #FFFFFF;
}

footer.ind-foot .flex-f .redes-sociales {
    max-width: 150px;
    width: 100%;
}

footer.ind-foot .flex-f .redes-sociales h4 {
    font: 700 16px/25px Lato;
    letter-spacing: 0.19px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

footer.ind-foot .flex-f .redes-sociales .flex-rrss {
    display: flex;
}

footer.ind-foot .flex-f .redes-sociales .flex-rrss a {
    margin-right: 10px;
}

footer.ind-foot .flex-f .redes-sociales .policy-priv {
    margin-top: 40px;
}

footer.ind-foot .flex-f .redes-sociales .policy-priv a {
    text-decoration: underline;
    font: 700 14px/25px Lato;
    letter-spacing: 0.17px;
    color: #FFFFFF;
    display: block;
}


/*Nuestros proyectos estilos*/

.nuestros-proyectos {
    .slick-slider {
        min-width: auto;

    }

    .slick-dots {
        bottom: -40px;
    }

    .slick-dots li button:before {
        color: #E0E0E0;
        background-color: #E0E0E0;
        opacity: 1;
    }
    .slick-dots li.slick-active button:before {
        color: #E94232;
        background-color: #E94232;
    }

    .hero-proyectos {
        background-image: url("https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/nuestros-proyectos-hero.jpg");
    }

    .nuestros-proyectos-content {
        padding: 50px 0;

        .flex-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;

            .proyectos-content {
                max-width: 70%;
                width: 100%;
                display: flex;
                flex-direction: column;
                gap: 30px;
                .itm {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    padding: 20px;
                    border-radius: 14px;
                    border: 1px solid rgba(128, 128, 128, .6);
                    .txt {

                        max-width: 50%;
                        width: 100%;
                        display: flex;
                        flex-direction: column;
                        gap: 30px;

                        .head {
                            .title {
                                font-size: 20px;
                                font-weight: 700;
                                color: #E94232;
                            }
                            .subtitle {
                                font-size: 20px;
                                font-weight: 700;
                            }
                        }

                        .desc {
                            p {
                                font-size: 17px;
                            }
                        }
                    }

                    .image-slides {
                        max-width: 45%;
                        width: 100%;
                        margin: 0 auto;
                        margin-bottom: 20px; 
                    }
                }
            }

            .asesoria-content {
                max-width: 25%;
                width: 100%;
                position: sticky;
                top: 10%;
                .cint-cotiza {
                    .flex-cot {
                        flex-direction: column;
                        gap: 20px;
                        padding: 15px 10px;
                        h3 {
                            font-size: 20px;
                            text-transform: none;
                            margin: 0;
                        }

                        .btn-cotiza {
                            font-size: 14px;
                            max-width: 99px;
                            text-transform: none;
                        }

                        .btn-cotiza:after {
                            display: none;
                        }
                    }
                }
            }
        }
    }
}

/*Estilos promociones*/
.promociones .hero-promociones{
    padding: 50px 0px;
    background-color: #282834;
}
.promociones .hero-promociones h1{
    text-align: center;
    color: #FFFFFF;
    font-size: 42px;
    font-weight: 800;
}
.promociones .incluye{
    background-color: #FBF3F1;
    padding: 40px 0px 0px 0px;
}
.promociones .incluye .content-incluye{
    display: flex;
    align-items: center;
}

.promociones .incluye .content-incluye .img-figura{
    margin: 0px !important;
    max-width: 374px;
}
.promociones .incluye .content-incluye .img-figura img{
    display: block;
    width: 100%;
}

.promociones .incluye .content-incluye .img-figura-dos{
    margin: 0px !important;
    max-width: 723px;
    position: absolute;
    right: 0;
    top: 13%;
}
.promociones .incluye .content-incluye .img-figura-dos img{
    display: block;
    width: 100%;
}

.promociones .incluye .content-valido{
    background-color: red;
    padding: 30px 0px;
}
.promociones .incluye .content-valido h2{
    max-width: 500px;
    font-size: 18px;
    color: #fff;
    margin: auto;
    line-height: 1.5;
}

.promociones .cotiza{
    padding: 30px 0px;
    background-color: #fff;
}

.promociones .cotiza .content-btn .btn-cotiza{
    display: block;
    border: 1px solid #E94232;
    background-color: #E94232;
    padding: 10px;
    color: #fff;
    margin: auto;
    max-width: 127px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    font-weight: 700;
}

.promociones .cotiza .content-btn .btn-cotiza:hover{
    background-color: #fff;
    color: #E94232;
}

.promociones .acumula{
    background-image: url('https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/bg-acumula.png');
    padding: 160px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: 100%;
}

.promociones .acumula .content-acumula h2{
    font-size: 30px;
    color: #661D08;
    font-weight: 700;
    margin: 0px 0px 30px 0px;
}

.promociones .acumula .content-acumula ul{
    padding-left: 25px;
}
.promociones .acumula .content-acumula ul li{
    color: #000000;
    margin-bottom: 10px;
    font-size: 20px;
}

.promociones .acumula .content-acumula h3{
    color: #F03808;
    font-size: 25px;
    font-weight: 700;
    margin: 20px 0px 0px 0px;
}

.promociones .acumula .content-acumula p{
    font-size: 20px;
    color: #661D08;
    font-weight: 700;
    margin: 20px 0px 0px 0px;
}

/*Nuestros proyectos estilos fin*/


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 979px) and (max-width: 1200px) {
    header .header-top .buscador {
        max-width: 300px;
    }
    header .header-bottom ul li {
        padding: 0 15px;
    }
    header.wo-fondo .header-top .buscador {
        max-width: 300px;
    }
    header.wo-fondo .header-bottom ul li {
        padding: 0 15px;
    }
    .index .data-aseso .flex-data .item-data p {
        font-size: 15px;
    }
    .index .productos-vent .prod-info {
        margin-bottom: 10px;
    }
    .index .productos-vent .prod-info .t-p h3 {
        font: 900 25px/38px Lato;
    }
    .index .productos-vent .prod-info .t-p a.btn-p {
        font: 700 20px/38px Lato;
    }
    .index .productos-vent .prod-info .slider-prod .item-prod a.view-prod {
        width: 91%;
    }
    .index .sol-info .content-sol {
        display: block;
    }
    .index .sol-info .content-sol .slider-sol {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 40px;
    }
    .index .sol-info .content-sol .info-txt {
        max-width: 100%;
    }
    .index .sol-info .content-sol .info-txt a.btn-sol {
        margin: 20px auto 0;
    }
    .index .busca-service .busqueda-s {
        padding-left: 25px;
        padding-right: 25px;
    }
    .index .busca-service .busqueda-s .info-busqueda h3 {
        font: 900 30px/38px Lato;
    }
    .index .busca-service .our-brands .img-marca {
        max-width: 380px;
    }
    .nosotros .data-aseso .flex-data .item-data p {
        font-size: 16px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a {
        width: 365px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info {
        padding: 0 20px;
    }
    .blog .menu-blog .content ul li {
        padding: 0 35px;
    }
    .blog .blog-posts .flex-post .post.princ {
        max-width: 700px;
    }
    .int_marca .content-marcas p {
        font: 400 20px/30px Lato;
    }
    .int_marca .content-marcas .grid-info .item-grid h3 {
        font: 900 24px/38px Lato;
    }
    .our-products .content-products .content .items-prod .item-prod .info-item .flex-ul {
        display: block;
    }
    .our-products .content-products .content .items-prod .item-prod .info-item .flex-ul ul {
        padding-left: 20px;
    }
    footer .content {
        width: 89%;
    }
    footer .content .flex-footer .logo-footer {
        margin-right: 30px;
    }
    footer .content .flex-footer .sucursales {
        margin-right: 30px;
    }
    footer .content .flex-footer .sucursales .info-sucursales:first-child {
        margin-right: 30px;
    }
    footer .content .flex-footer .noticias-arq {
        max-width: 166px;
        margin-right: 25px;
    }
    footer .content .flex-footer .redes-sociales .flex-rrss {
        display: flex;
    }
    .int-productos .content-prod .sidebarprods {
        max-width: 250px;
        margin-right: 20px;
    }
    .int-productos .content-prod .sidebarprods .category .cat-head {
        font-size: 14px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk p,
    .int-productos .content-prod .sidebarprods .category .links .lk a {
        font-size: 13px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk ul li a {
        font-size: 12px;
    }
    .int-productos .content-prod .grid-prods {
        grid-template-columns: 1fr 1fr;
    }

    .promociones .incluye .content-incluye .img-figura-dos{
        max-width: 550px;
        top: 17%;
    }

    .promociones .acumula {
        background-position-x: 84%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6)), url('https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/bg-acumula.png');
    }

    .promociones .acumula .content-acumula h2{
        color: #fff;
    }

    .promociones .acumula .content-acumula h3{
        color: #fff;
    }

    .promociones .acumula .content-acumula p {
        color: #000;
    }
}


/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) {
    header .content {
        width: 84%;
    }
    header .header-top .logo {
        max-width: 130px;
    }
    header .header-top .buscador {
        max-width: 230px;
    }
    header .header-top .contactos p {
        font-size: 12px;
        margin-bottom: 2px;
    }
    header .header-bottom ul li {
        padding: 0 13px;
    }
    header .header-bottom ul li.drop .menudrop {
        max-width: 580px;
    }
    header .header-bottom ul li.drop .menudrop .part .ico {
        max-width: 80px;
    }
    header .header-bottom ul li.drop .menudrop .part .menu .links a {
        font-size: 11px;
    }
    header .header-bottom ul li a {
        font-size: 13px;
    }
    header.wo-fondo .content {
        width: 84%;
    }
    header.wo-fondo .header-top .logo {
        max-width: 130px;
    }
    header.wo-fondo .header-top .buscador {
        max-width: 230px;
    }
    header.wo-fondo .header-top .contactos p {
        font-size: 12px;
        margin-bottom: 2px;
    }
    header.wo-fondo .header-bottom ul li {
        padding: 0 13px;
    }
    header.wo-fondo .header-bottom ul li a {
        font-size: 13px;
    }
    .index .data-aseso .flex-data .item-data {
        max-width: 275px;
    }
    .index .data-aseso .flex-data .item-data p {
        font-size: 15px;
    }
    .index .productos-vent .prod-info {
        margin-bottom: 10px;
    }
    .index .productos-vent .prod-info .t-p h3 {
        font: 900 25px/38px Lato;
        max-width: 250px;
    }
    .index .productos-vent .prod-info .t-p a.btn-p {
        font: 700 20px/38px Lato;
    }
    .index .productos-vent .prod-info .t-p span {
        display: none;
    }
    .index .productos-vent .prod-info .slider-prod .item-prod a.view-prod {
        width: 91%;
    }
    .index .sol-info .content-sol {
        display: block;
    }
    .index .sol-info .content-sol .slider-sol {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 40px;
    }
    .index .sol-info .content-sol .info-txt {
        max-width: 100%;
    }
    .index .sol-info .content-sol .info-txt a.btn-sol {
        margin: 20px auto 0;
    }
    .index .busca-service .busqueda-s {
        padding: 35px 25px;
    }
    .index .busca-service .busqueda-s .info-busqueda h3 {
        font: 900 30px/38px Lato;
    }
    .index .busca-service .our-brands .img-marca {
        max-width: 380px;
    }
    .cint-cotiza .flex-cot h3 {
        font-size: 24px;
    }
    .cint-cotiza .flex-cot a.btn-cotiza {
        font-size: 18px;
    }
    .data-aseso .flex-data {
        flex-wrap: wrap;
    }
    .data-aseso .flex-data .item-data p {
        font-size: 18px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a {
        width: 246px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info h4 {
        font-size: 22px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side a .info h4 {
        font-size: 22px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info h4 {
        font-size: 22px;
    }
    .nosotros .mision-vision .flex-mv {
        display: block;
    }
    .nosotros .mision-vision .flex-mv .box-mv {
        margin: 0 auto;
    }
    .nosotros .mision-vision .flex-mv .box-mv .bx-mv.ms {
        height: 100%;
        margin-right: 0;
    }
    .servicios .tipos-servicios .flex-servicios .servicio {
        display: block;
    }
    .servicios .tipos-servicios .flex-servicios .servicio img {
        max-width: 80px;
        margin: 0 auto 15px;
    }
    .servicios .tipos-servicios .flex-servicios .servicio .info-servicio h3 {
        font: 700 18px/30px Lato;
        margin-bottom: 16px;
    }
    .servicios .contact_part .content .inf h4 {
        font: 400 16px/28px Lato;
    }
    .servicios .contact_part .content .sides_row .side:last-child {
        padding: 0;
    }
    .servicios .contact_part .content .form_box {
        height: 100%;
        margin-left: 0;
        max-width: 100%;
    }
    .blog .menu-blog .content ul li {
        padding: 0 17px;
    }
    .blog .blog-posts .flex-post .posts {
        margin-right: 15px;
    }
    .blog .blog-posts .flex-post .post .info-post p {
        font-size: 17px;
    }
    .blog .blog-posts .flex-post .post.princ {
        max-width: 560px;
    }
    .blog .blog-posts .flex-post .contact-desea .contact-blog h3 {
        font-size: 14px;
    }
    .blog .blog-posts .flex-post .contact-desea .contact-blog a.btn-number {
        font-size: 14px;
    }
    .blog .blog-posts .flex-post .contact-desea .suscribe-blog h3 {
        font-size: 15px;
    }
    .marcas .brands-debac .flex-brands {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .marcas .marcas-descripcions .content .marca-descrip .img-marca {
        max-width: 125px;
    }
    .marcas .marcas-descripcions .content .marca-descrip .info-marca p {
        font: 400 18px/23px Lato;
    }
    .int_marca .content-marcas p {
        font: 400 20px/30px Lato;
    }
    .int_marca .content-marcas .grid-info .item-grid h3 {
        font: 900 17px/38px Lato;
    }
    .our-products .content-products .content .items-prod {
        display: block;
        margin-bottom: 20px;
    }
    .our-products .content-products .content .items-prod .item-prod {
        margin: 0 auto 20px;
    }
    .our-products .content-products .content .items-prod .item-prod:first-child {
        margin-right: auto;
    }
    footer .content {
        width: 89%;
    }
    footer .content .flex-footer {
        flex-wrap: wrap;
    }
    footer .content .flex-footer .logo-footer {
        margin-right: 30px;
    }
    footer .content .flex-footer .sucursales {
        margin-right: 0;
        margin-bottom: 25px;
    }
    footer .content .flex-footer .sucursales .info-sucursales:first-child {
        margin-right: 30px;
    }
    footer .content .flex-footer .noticias-arq {
        max-width: 277px;
        margin-right: 25px;
    }
    footer .content .flex-footer .redes-sociales .flex-rrss {
        display: flex;
    }
    .subcategoria .slick-dots {
        display: none;
    }
    .subcategoria .types .type .info .slide-tejas .slick-arrow {
        top: 20%;
    }
    .subcategoria .hero-marcas .txt-hero {
        margin-right: 15px;
    }
    .int-producto.goteron .content-product .flex-producto .info-txt {
        margin-right: 20px;
    }
    .int-producto.goteron .content-product .flex-producto .info-txt h2 {
        font-size: 22px;
    }
    .int-productos .content-prod .sidebarprods {
        max-width: 250px;
        margin-right: 20px;
        display: none;
    }
    .int-productos .content-prod .sidebarprods .category .cat-head {
        font-size: 14px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk p,
    .int-productos .content-prod .sidebarprods .category .links .lk a {
        font-size: 13px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk ul li a {
        font-size: 12px;
    }
    .int-productos .content-prod .grid-prods {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .int-productos .content-prod .grid-prods .itm .prod {
        /* Eliminar */
    }
    .int-productos .content-prod .grid-prods .itm .prod .pic {
        height: 150px;
    }

     .promociones .incluye .content-incluye .img-figura-dos{
        max-width: 390px;
        top: 21%;
    }

    .promociones .acumula {
        background-position-x: 95%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/bg-acumula.png');
    }
    .promociones .acumula .content-acumula h2 {
        color: #fff;
    }
    .promociones .acumula .content-acumula h3{
        color: #fff;
    }

    .promociones .acumula .content-acumula ul li{
        color: #fff;
    }

    .promociones .acumula .content-acumula p{
        color: #fff;
    }
}


/* Landscape phone to portrait tablet */

@media (max-width: 767px) {
    .promociones .incluye .content-incluye .img-figura{
        max-width: 300px;
    }
    .promociones .incluye .content-incluye .img-figura-dos{
        max-width: 300px;
        position: static;
    }
     .promociones .acumula {
        background-position-x: 95%;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://cdn11.bigcommerce.com/s-law2qtvj2z/images/stencil/original/image-manager/bg-acumula.png');
    }
    .promociones .acumula .content-acumula h2 {
        color: #fff;
    }
    .promociones .acumula .content-acumula h3{
        color: #fff;
    }

    .promociones .acumula .content-acumula ul li{
        color: #fff;
    }

    .promociones .acumula .content-acumula p{
        color: #fff;
    }
    .promociones .incluye .content-incluye {
        flex-direction: column;
    }
 
    .block-mov{
        display: flex;
    }
    .btn-pop {
        display: none !important;
    }
    .no-pop {
        display: block !important;
    }
    header .content {
        width: 84%;
    }
    header .header-top .logo {
        max-width: 130px;
    }
    header .header-top .buscador {
        display: none;
    }
    header .header-top .contactos {
        display: none;
    }
    header .header-top .btn-movil {
        display: block;
    }
    header .header-top .btn-movil a {
        color: white;
        font-size: 30px;
    }
    header .header-top .btn-movil a img {
        max-width: 35px;
        width: 100%;
    }
    header .header-bottom {
        display: none;
    }
    header.wo-fondo .content {
        width: 84%;
    }
    header.wo-fondo .header-top .logo {
        max-width: 130px;
    }
    header.wo-fondo .header-top .buscador {
        display: none;
    }
    header.wo-fondo .header-top .contactos {
        display: none;
    }
    header.wo-fondo .header-top .btn-movil {
        display: block;
    }
    header.wo-fondo .header-top .btn-movil a {
        color: white;
        font-size: 30px;
    }
    header.wo-fondo .header-bottom {
        display: none;
    }
    .menu_mov {
        display: block;
        width: 100%;
        min-height: 100vh;
        position: fixed;
        top: 77px;
        background-color: #fff;
        z-index: 100010000;
        /* overflow-x: hidden */
        overflow-y: scroll;
        right: 0;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
        padding: 30px;
    }
    .menu_mov .ul-catego {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .menu_mov .ul-catego li {
        margin-bottom: 30px;
    }
    .menu_mov .ul-catego li a {
        color: #707070;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 18px;
    }
    .menu_mov .ul-catego li a.btn-drop {
        margin: 0 0 15px;
        display: block;
    }
    .menu_mov .ul-catego li .drop-mob {
        padding: 0 0 0 20px;
        display: none;
    }
    .menu_mov .ul-catego li .drop-mob.active {
        display: block;
    }
    .menu_mov .ul-catego li .drop-mob li {
        margin: 0 0 15px
    }
    .menu_mov .ul-catego li .drop-mob li a {
        font-size: 16px;
    }
    .menu_mov .ul-catego li:hover a {
        color: #E94232;
    }
    .menu_mov .ul-catego li.cntac a {
        color: #E94232;
    }
    .index .hero-index {
        height: 300px;
    }
    .index .hero-index h1 {
        font-size: 30px;
    }
    .index .heroRenewed .contentHeroRenewed{
        flex-wrap: wrap;
    }

    .index .heroRenewed .blockImg{
        max-width: 100%;
    }
    .index .heroRenewed .blockImg .imgHero{
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 20px;
        height: 300px;
    }
    .index .heroRenewed .blockImg .imgHero h1{
        top: 0;
        left: 0;
        font-size: 30px;
        text-align: center;
    }


    .index .heroRenewed .blockPromos{
        max-width: 100%;
    }
    .index .heroRenewed .blockPromos .promosIndex .item p.txtPer{
        font-size: 28px;
    }
    .index .heroRenewed .blockPromos .promosIndex .item .percent p{
        font-size: 70px;
    }
    .index .heroRenewed .blockPromos .promosIndex .item .percent p span{
        font-size: 25px;
    }

    .index .data-aseso .flex-data .item-data {
        max-width: 275px;
    }
    .index .data-aseso .flex-data .item-data p {
        font-size: 15px;
    }
    .index .productos-vent .prod-info {
        margin-bottom: 10px;
    }
    .index .productos-vent .prod-info .t-p h3 {
        font: 900 25px/38px Lato;
        max-width: 250px;
    }
    .index .productos-vent .prod-info .t-p a.btn-p {
        font: 700 20px/38px Lato;
    }
    .index .productos-vent .prod-info .t-p span {
        display: none;
    }
    .index .productos-vent .prod-info .slider-prod .item-prod a.view-prod {
        width: 91%;
    }
    .index .sol-info .content-sol {
        display: block;
    }
    .index .sol-info .content-sol .slider-sol {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto 40px;
    }
    .index .sol-info .content-sol .info-txt {
        max-width: 100%;
    }
    .index .sol-info .content-sol .info-txt a.btn-sol {
        margin: 20px auto 0;
    }
    .index .busca-service {
        display: block;
    }
    .index .busca-service .busqueda-s {
        padding: 35px 25px;
        width: 100%;
    }
    .index .busca-service .busqueda-s .info-busqueda {
        margin: 0 auto;
    }
    .index .busca-service .busqueda-s .info-busqueda h3 {
        font: 900 30px/38px Lato;
        text-align: center;
    }
    .index .busca-service .busqueda-s .info-busqueda p {
        text-align: center;
    }
    .index .busca-service .busqueda-s .info-busqueda a.btn-busqueda {
        margin: 0 auto;
    }
    .index .busca-service .our-brands {
        width: 100%;
    }
    .index .busca-service .our-brands .img-marca {
        max-width: 380px;
    }
    .index .visit-sucursales h2 {
        font-size: 29px;
    }
    .index .atencion {
        padding: 45px 0;
    }
    .index .atencion h2 {
        font-size: 29px;
    }
    .index .atencion p {
        font-size: 27px;
        margin: 20px 0;
    }
    .data-aseso .flex-data {
        flex-wrap: wrap;
    }
    .data-aseso .flex-data .item-data p {
        font-size: 18px;
    }
    .cint-cotiza .flex-cot h3 {
        font-size: 22px;
    }
    .cint-cotiza .flex-cot a.btn-cotiza {
        font-size: 16px;
    }
    .nosotros .hero-nosotros {
        height: 340px;
    }
    .nosotros .mision-vision h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .nosotros .mision-vision p {
        font-size: 22px;
    }
    .nosotros .mision-vision .flex-mv {
        display: block;
    }
    .nosotros .mision-vision .flex-mv .box-mv {
        margin: 0 auto;
    }
    .nosotros .mision-vision .flex-mv .box-mv h3 {
        font-size: 28px !important;
    }
    .nosotros .mision-vision .flex-mv .box-mv p {
        font-size: 22px !important;
    }
    .nosotros .mision-vision .flex-mv .box-mv .bx-mv.ms {
        height: 100%;
        margin-right: 0;
    }
    .nosotros .marcas-repre .content .prod-servs {
        max-width: 490px;
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a {
        width: 100%;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a img {
        max-width: 100%;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info p {
        font-size: 14px;
    }
    .servicios .tipos-servicios .flex-servicios .servicio {
        display: block;
    }
    .servicios .tipos-servicios .flex-servicios .servicio img {
        max-width: 80px;
        margin: 0 auto 15px;
    }
    .servicios .tipos-servicios .flex-servicios .servicio .info-servicio h3 {
        font: 700 18px/30px Lato;
        margin-bottom: 16px;
    }
    .servicios .contact_part .content .inf h4 {
        font: 400 16px/28px Lato;
    }
    .servicios .contact_part .content .sides_row .side:last-child {
        padding: 0;
    }
    .servicios .contact_part .content .form_box {
        height: 100%;
        margin-left: 0;
        max-width: 100%;
    }
    .blog .menu-blog .content ul li {
        padding: 0 17px;
    }
    .blog .blog-posts .flex-post {
        display: block;
    }
    .blog .blog-posts .flex-post .posts {
        margin-right: 0;
    }
    .blog .blog-posts .flex-post .post .info-post p {
        font-size: 17px;
    }
    .blog .blog-posts .flex-post .post.princ {
        max-width: 100%;
    }
    .blog .blog-posts .flex-post .contact-desea {
        margin: 20px 0 0;
    }
    .blog .blog-posts .flex-post .contact-desea .contact-blog {
        margin: 0 auto;
    }
    .blog .blog-posts .flex-post .contact-desea .contact-blog h3 {
        font-size: 14px;
    }
    .blog .blog-posts .flex-post .contact-desea .contact-blog a.btn-number {
        font-size: 14px;
    }
    .blog .blog-posts .flex-post .contact-desea .suscribe-blog {
        margin: 15px auto 0;
    }
    .blog .blog-posts .flex-post .contact-desea .suscribe-blog h3 {
        font-size: 15px;
    }
    .marcas .brands-debac .flex-brands {
        grid-template-columns: 1fr 1fr;
    }
    .marcas .marcas-descripcions .content .marca-descrip {
        display: block;
        padding: 20px;
    }
    .marcas .marcas-descripcions .content .marca-descrip .img-marca {
        max-width: 125px;
        margin: 0 auto 15px;
    }
    .marcas .marcas-descripcions .content .marca-descrip .info-marca p {
        font: 400 18px/23px Lato;
    }
    .int_marca .hero-int-marca .content {
        height: 300px;
    }
    .int_marca .hero-int-marca .content .txt-hero {
        margin: 0 auto;
    }
    .int_marca .content-marcas p {
        font: 400 20px/30px Lato;
    }
    .int_marca .content-marcas .grid-info .item-grid h3 {
        font: 900 17px/38px Lato;
    }
    .our-products .content-products .content .items-prod {
        display: block;
        margin-bottom: 20px;
    }
    .our-products .content-products .content .items-prod .item-prod {
        margin: 0 auto 20px;
    }
    .our-products .content-products .content .items-prod .item-prod:first-child {
        margin-right: auto;
    }
    .contactanos .sides_row {
        display: block;
    }
    .contactanos .content-contactanos .content .side.sd_6 {
        width: 100%;
    }
    .contactanos .content-contactanos .content .side.sd_6 .img-contacto {
        overflow: hidden;
        height: 300px;
    }
    .contactanos .content-contactanos .content .side.sd_6 .img-contacto img {
        width: 100%;
        position: relative;
        top: -200px;
    }
    .proyectos .hero-proyectos .content {
        height: 275px;
    }
    .proyectos .hero-proyectos .content .txt-hero {
        margin: 0 auto;
    }
    .proyectos .hero-proyectos .content .txt-hero h1 {
        text-align: center;
        margin-bottom: 15px;
    }
    .proyectos .hero-proyectos .content .txt-hero p {
        text-align: center;
        font: 400 18px/27px Lato;
    }
    .proyectos .content-proyectos h2 {
        font: 400 20px/28px Lato;
        margin-bottom: 33px;
    }
    .subcategoria .content {
        width: 95%;
    }
    .subcategoria .hero-marcas .txt-hero {
        margin: 0 auto;
    }
    .subcategoria .hero-marcas .logo-marca {
        display: none;
    }
    .subcategoria .filters ul li a {
        font-size: 9px;
        padding: 10px;
    }
    .subcategoria .types .type {
        padding: 20px;
        flex-wrap: wrap;
    }
    .subcategoria .types .type .info {
        width: 100%;
    }
    .subcategoria .types .type .info .slide-tejas {
        padding: 0;
    }
    .subcategoria .types .type .info .slide-tejas .item img {
        margin: 0 auto;
    }
    .subcategoria .types .type .info .slide-tejas .slick-arrow {
        background: transparent;
        top: 35%;
    }
    .subcategoria .types .type .info .slide-tejas .slick-arrow .fa {
        font-size: 35px;
    }
    .subcategoria .types .type .info .slide-tejas .slick-arrow.slick-prev {
        left: -15px;
    }
    .subcategoria .types .type .info .slide-tejas .slick-arrow.slick-next {
        right: -15px;
    }
    .subcategoria .types .type .info .slide-tejas .slick-dots {
        display: none !important;
    }
    .subcategoria .types .type .btns {
        width: 100%;
    }
    .subcategoria .types .type .btns a.btn-add {
        max-width: 240px;
    }
    .int-producto .asesoria .content {
        display: block;
    }
    .int-producto .asesoria .content .texto-asesoria {
        margin: 0 auto 20px;
    }
    .int-producto .asesoria .content .texto-asesoria h2 {
        text-align: center;
    }
    .int-producto .asesoria .content .texto-asesoria p {
        text-align: center;
    }
    footer .content {
        width: 89%;
    }
    footer .content .flex-footer {
        flex-wrap: wrap;
    }
    footer .content .flex-footer .logo-footer {
        margin-right: 30px;
    }
    footer .content .flex-footer .sucursales {
        margin-right: 0;
        margin-bottom: 25px;
    }
    footer .content .flex-footer .sucursales .info-sucursales:first-child {
        margin-right: 30px;
    }
    footer .content .flex-footer .noticias-arq {
        max-width: 277px;
        margin-right: 25px;
    }
    footer .content .flex-footer .redes-sociales .flex-rrss {
        display: flex;
    }
    footer.ind-foot .content {
        width: 85%;
    }
    footer.ind-foot .flex-f .info-links ul {
        display: block;
    }
    .int-producto.goteron .content-product .flex-producto {
        display: block;
    }
    .int-producto.goteron .content-product .flex-producto .info-txt {
        margin-right: 0;
        margin-bottom: 40px;
        width: 100%;
    }
    .int-producto.goteron .content-product .flex-producto .info-txt h2 {
        font-size: 22px;
    }
    .int-producto.goteron .content-product .flex-producto .slider-gallery {
        width: 100%;
    }
    .int-productos .content-prod .sidebarprods {
        max-width: 250px;
        margin-right: 20px;
        display: none;
    }
    .int-productos .content-prod .sidebarprods .category .cat-head {
        font-size: 14px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk p,
    .int-productos .content-prod .sidebarprods .category .links .lk a {
        font-size: 13px;
    }
    .int-productos .content-prod .sidebarprods .category .links .lk ul li a {
        font-size: 12px;
    }
    .int-productos .content-prod .grid-prods {
        grid-template-columns: 1fr 1fr;
    }
    .int-productos .content-prod .grid-prods .itm .prod {
        /* Eliminar */
    }
    .int-productos .content-prod .grid-prods .itm .prod .pic {
        height: 150px;
    }

    .nuestros-proyectos { 
        .nuestros-proyectos-content {
            .flex-content {
                flex-flow: column-reverse;
                align-items: center;
                gap: 30px;

                .asesoria-content {
                    max-width: 100%;
                    position: static;
                }

                .proyectos-content {
                    max-width: 100%;
                    .itm {
                        flex-direction: column;
                        gap: 30px;
                        .txt,.image-slides {
                            max-width: 100%;
                        }

                        .txt {
                            .head {
                                .title {
                                    font-size: 18px;

                                }
                                .subtitle {
                                    font-size: 16px;
                                }
                            }
                            .desc {
                                p {
                                    text-wrap: pretty;
                                    font-size: 15px;
                                }
                            }
                        }

                        .image-slides {
                            img {
                                margin: auto;
                            }
                        }
                    }
                }
            }
        }

    }
}


/* Landscape phones and down */

@media (max-width: 480px) {
    .index .productos-vent .prod-info .t-p {
        display: block;
    }
    .index .productos-vent .prod-info .t-p h3 {
        text-align: center;
        margin: 0 auto;
    }
    .index .productos-vent .prod-info .t-p a.btn-p {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .index .productos-vent .prod-info .slider-prod .slick-next {
        right: -28px !important;
    }
    .index .productos-vent .prod-info .slider-prod .slick-prev {
        left: -32px !important;
    }
    .index .productos-vent .prod-info .slider-prod .item-prod h3 {
        font: 700 17px/26px Lato;
    }
    .index .productos-vent .prod-info .slider-prod .item-prod a.view-prod {
        font-size: 11px;
    }
    .index .sol-info {
        padding: 35px 0;
    }
    .index .sol-info .content-sol .info-txt p {
        font-size: 18px;
        text-align: center;
    }
    .index .sol-info .content-sol .info-txt a.btn-sol {
        font-size: 13px;
    }
    .index .busca-service .busqueda-s .info-busqueda h3 {
        font: 900 22px/30px Lato;
    }
    .index .busca-service .busqueda-s .info-busqueda p {
        font: 700 17px/24px Lato;
    }
    .index .busca-service .busqueda-s .info-busqueda a.btn-busqueda {
        font-size: 16px;
    }
    .index .busca-service .our-brands {
        padding: 50px 25px;
    }
    .index .busca-service .our-brands h3 {
        font: 900 28px/25px Lato;
    }
    .index .visit-sucursales h2 {
        font-size: 28px;
    }
    .index .visit-sucursales .boxs-ubica .box-ubica {
        display: block;
    }
    .index .visit-sucursales .boxs-ubica .box-ubica .info-ubica h3 {
        font-size: 22px;
    }
    .index .atencion p {
        font: 700 17px/26px Lato;
    }
    .index .atencion .btn-send-men {
        font-size: 17px;
    }
    .data-aseso .flex-data .item-data p {
        font-size: 16px;
    }
    .data-aseso .flex-data .item-data:nth-child(2) {
        border: 0;
    }
    .cint-cotiza .flex-cot {
        display: block;
    }
    .cint-cotiza .flex-cot h3 {
        text-align: center;
        margin-bottom: 15px;
        margin-right: 0px;
    }
    .cint-cotiza .flex-cot a.btn-cotiza {
        margin: 0 auto;
    }
    .nosotros .hero-nosotros .content .info-hero {
        padding-top: 55px;
    }
    .nosotros .hero-nosotros .content .info-hero h1 {
        font-size: 30px;
        text-align: center;
        margin: 0 auto 13px;
    }
    .nosotros .hero-nosotros .content .info-hero h2 {
        font-size: 20px;
        text-align: center;
    }
    .nosotros .mision-vision {
        display: none;
    }
    .nosotros .mision-vision h2 {
        font-size: 25px;
    }
    .nosotros .mision-vision p {
        font-size: 18px;
    }
    .nosotros .mision-vision .flex-mv .box-mv h3 {
        font-size: 25px !important;
    }
    .nosotros .mision-vision .flex-mv .box-mv p {
        font: 400 18px/25px Lato !important;
    }
    .nosotros .mision-vision.m-s-movil {
        display: block;
        padding: 19px 0;
    }
    .nosotros .mision-vision.m-s-movil .content {
        width: 100%;
    }
    .nosotros .mision-vision.m-s-movil .item {
        border-bottom: 1px solid white;
    }
    .nosotros .mision-vision.m-s-movil .item:last-child {
        border-bottom: 0;
    }
    .nosotros .mision-vision.m-s-movil .item a {
        font-size: 20px;
        padding: 10px 0;
        display: block;
        text-align: center;
        color: white;
        font-weight: 700;
        position: relative;
    }
    .nosotros .mision-vision.m-s-movil .item a:after {
        position: absolute;
        content: "+";
        border: 2px solid white;
        right: 35px;
        top: 7px;
        height: 29px;
        width: 28px;
        border-radius: 100px;
    }
    .nosotros .mision-vision.m-s-movil .item a.active:after {
        content: "-";
    }
    .nosotros .mision-vision.m-s-movil .item a h2 {
        font-size: inherit;
        margin: 0;
    }
    .nosotros .mision-vision.m-s-movil .item a h3 {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
    }
    .nosotros .mision-vision.m-s-movil .item a img {
        max-width: 40px;
        width: 100%;
    }
    .nosotros .mision-vision.m-s-movil .box {
        display: none;
        padding: 10px 20px;
    }
    .nosotros .mision-vision.m-s-movil .box.active {
        display: block;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod {
        margin-bottom: 15px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a {
        height: 400px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info h4 {
        font-size: 22px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info p {
        font-size: 15px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod a .info span {
        font-size: 15px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side a .info {
        padding: 0 20px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side a .info h4 {
        font-size: 22px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side a .info p {
        font-size: 15px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img {
        display: block;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a {
        margin: 15px 0;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info h4 {
        font-size: 22px;
    }
    .nosotros .marcas-repre .content .prod-servs .box-prod-side .flex-img a .info p {
        font-size: 15px;
    }
    .sucursales .ubicacion-sucu .content h2 {
        font-size: 28px;
    }
    .sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica {
        display: block;
    }
    .sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica h3 {
        font-size: 24px;
    }
    .sucursales .ubicacion-sucu .content .boxs-ubica .box-ubica .info-ubica p {
        font: 400 15px/24px Lato;
    }
    .servicios .tipos-servicios .flex-servicios {
        display: block;
    }
    .servicios .tipos-servicios .flex-servicios .servicio {
        margin-bottom: 30px;
        margin-right: 0;
    }
    .servicios .contact_part .content .sides_row {
        display: block;
    }
    .servicios .contact_part .content .sides_row .sd_6 {
        width: 100% !important;
    }
    .servicios .contact_part .content .inf {
        padding: 50px 0;
    }
    .blog iframe {
        max-width: 100% !important;
    }
    .blog iframe label {
        color: white;
    }
    .blog .hero-blog .info-hero h1 {
        font-size: 26px;
    }
    .blog .hero-blog .info-hero p {
        font-size: 16px;
        line-height: 1.4;
    }
    .blog .menu-blog {
        display: none;
    }
    .blog .menu-blog .content ul {
        display: block;
    }
    .blog .menu-blog .content ul li {
        text-align: center;
        margin-bottom: 15px;
    }
    .blog .menu-blog .content ul li a {
        text-align: center;
    }
    .blog .menu-blog .content ul li:last-child {
        margin-bottom: 0;
    }
    .blog .menu-blog.m-b-movil {
        display: block;
    }
    .blog .menu-blog.m-b-movil a.title-a {
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        color: white;
        display: block;
        background-color: #6E6E6E;
        text-transform: uppercase;
        padding: 15px 0;
        position: relative;
    }
    .blog .menu-blog.m-b-movil a.title-a:after {
        position: absolute;
        content: "+";
        border: 2px solid white;
        right: 35px;
        top: 11px;
        height: 25px;
        width: 25px;
        border-radius: 100px;
    }
    .blog .menu-blog.m-b-movil a.title-a.active:after {
        content: "-";
    }
    .blog .menu-blog.m-b-movil ul {
        list-style: none;
        padding: 10px 0;
        margin: 0;
        display: none;
    }
    .blog .menu-blog.m-b-movil ul li {
        padding: 5px 0;
    }
    .blog .menu-blog.m-b-movil ul li a {
        display: block;
        text-align: center;
        text-transform: uppercase;
        color: #6E6E6E;
        font-size: 15px;
    }
    .blog .menu-blog.m-b-movil ul.active {
        display: block;
    }
    .blog .blog-posts .flex-post .post .info-post h3 {
        font-size: 20px;
    }
    .blog .blog-posts .flex-post .post .info-post p {
        font-size: 15px;
    }
    .blog .blog-posts .flex-post .post .info-post .btn-ver {
        font-size: 15px;
    }
    .int_marca .hero-int-marca .content .txt-hero h1 {
        text-align: center;
        font: 700 34px/38px Lato;
        margin-bottom: 40px;
    }
    .int_marca .content-marcas p {
        font-size: 16px;
    }
    .int_marca .content-marcas .grid-info {
        display: block;
    }
    .int_marca .content-marcas .grid-info .item-grid {
        margin-bottom: 20px;
    }
    .int_marca .content-marcas .grid-info .item-grid h3 {
        font: 900 21px/38px Lato;
    }
    .int_marca .content-marcas .grid-info .item-grid:first-child {
        margin-right: 0;
    }
    .our-products .content-products .content h1 {
        font: 900 30px/30px Lato;
    }
    .our-products .content-products .content .items-prod .item-prod {
        display: block;
    }
    .our-products .content-products .content .items-prod .item-prod .img-prodd {
        height: 150px;
        overflow: hidden;
    }
    .our-products .content-products .content .items-prod .item-prod .img-prodd img {
        margin: 0 auto;
        width: 100%;
    }
    .our-products .content-products .content .items-prod .item-prod .info-item .flex-ul {
        display: block;
        max-width: 150px;
        width: 100%;
        margin: 15px auto;
    }
    .contactanos .content-contactanos .content .side.sd_6 .img-contacto {
        height: 165px;
    }
    .contactanos .content-contactanos .content .side.sd_6 .info-contacto {
        padding: 30px 28px;
    }
    .contactanos .content-contactanos .content .side.sd_6 .info-contacto h1 {
        font: 900 30px/38px Lato;
    }
    .contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu {
        display: block;
    }
    .contactanos .content-contactanos .content .side.sd_6 .info-contacto .txt-sucu .sucu:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .contactanos .content-contactanos .content .side.sd_6 .info-contacto .forma-contacto {
        position: initial;
    }
    .proyectos .hero-proyectos .content .txt-hero .txt {
        padding: 0 20px;
    }
    .proyectos .hero-proyectos .content .txt-hero .txt h1 {
        font-size: 28px;
    }
    .politicas .content-politica .content {
        width: 84%;
    }
    .politicas .content-politica .content h1 {
        margin-bottom: 25px;
    }
    .breadcrumbs {
        display: none;
    }
    .int-producto .content-product .producto-data .info-principal {
        margin-top: 0;
    }
    .int-producto .content-product .producto-data .info-principal h1 {
        font-size: 28px;
        text-align: center;
        margin-bottom: 15px;
    }
    .int-producto .content-product .producto-data .info-principal .productView-brand {
        text-align: center;
        margin: 5px 0 15px;
    }
    .int-producto .content-product .producto-data .info-principal .desp {
        margin: 0 0 15px;
    }
    .int-producto .content-product .producto-data .info-principal .desp p {
        font: 400 16px/27px Lato;
        text-align: center;
    }
    .int-producto .content-product .producto-data .info-principal p.descrp {
        font: 400 16px/27px Lato;
    }
    .int-producto .content-product .producto-data .info-principal .customs-fields .txt-data {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }
    .int-producto .content-product .producto-data .info-principal .customs-fields .txt-data .title-cf {
        text-align: center;
    }
    .int-producto .content-product .producto-data .info-principal .customs-fields .txt-data p {
        text-align: center;
    }
    .int-producto .content-product .producto-data .info-secund {
        flex-flow: column;
    }
    .int-producto .content-product .producto-data .info-secund .anade-carr {
        margin-bottom: 20px;
    }
    .int-producto .content-product .producto-data .info-secund .modelos {
        margin: 0 0 15px;
    }
    .int-producto .content-product .producto-data .info-secund .modelos .img-modelos {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .int-producto .content-product .producto-data .info-secund .modelos .img-modelos a span {
        font-size: 12px !important;
    }
    .int-producto .content-product .more-infor {
        padding: 0;
    }
    .int-producto .content-product .more-infor .customs-fields .txt-data {
        justify-content: space-between;
    }
    .int-producto .asesoria .texto-asesoria h2 {
        font-size: 25px;
    }
    .int-producto .asesoria .texto-asesoria p {
        font: 400 16px/26px Lato;
    }
    .error_404 .content-error .info-error h1 {
        font: 900 50px/55px Lato;
    }
    .error_404 .content-error .info-error p {
        font: 400 14px/27px Lato;
        margin: 15px 0;
    }
    .error_404 .content-error .info-error .btn-index {
        font: 700 15px/20px Lato;
        max-width: 173px;
    }
    .error_404 .content-error .info-error .btn-index:after {
        top: 18px;
    }
    footer .content .flex-footer {
        display: block;
    }
    footer .content .flex-footer .sucursales {
        display: block;
        margin: 25px 0;
    }
    footer .content .flex-footer .sucursales .info-sucursales:first-child {
        margin: 0 0 20px;
    }
    footer .content .flex-footer .noticias-arq {
        margin: 0 0 20px;
    }
    footer.ind-foot .flex-f {
        display: block;
    }
    footer.ind-foot .flex-f .nwsl {
        margin: 20px 0;
    }
    footer.ind-foot .flex-f .info-links {
        display: block;
    }
    .subcategoria .hero-marcas h1 {
        font-size: 25px;
    }
    .subcategoria .hero-marcas .txt-hero img {
        max-width: 150px;
    }
    .subcategoria .types .descrip-p p {
        font-size: 15px;
    }
    .int-producto.goteron .hero-producto .content h2 {
        font-size: 20px;
    }
    .int-producto.goteron .content-product .flex-producto {
        padding: 15px 0;
    }
    .int-producto.goteron .content-product .flex-producto .info-txt h2 {
        font-size: 18px;
    }
    .int-productos .content-prod {
        padding: 20px 0;
    }
    .int-productos .content-prod .grid-prods {
        display: block;
    }
    .int-productos .content-prod .grid-prods .itm .prod {
        margin: 0 auto 20px;
        /* Eliminar */
    }
    .int-productos .content-prod .grid-prods .itm .prod .pic {
        height: 150px;
    }
    .int-productos .content-prod .types .type {
        padding: 30px 18px;
        display: block;
    }
    .int-productos .content-prod .types .type .info {
        width: 100%;
    }
    .int-productos .content-prod .types .type .info h3 {
        font-size: 24px;
    }
    .int-productos .content-prod .types .type .info h4 {
        font-size: 10px;
    }
    .int-productos .content-prod .types .type .info .slide-tejass {
        display: none;
    }
    .int-productos .content-prod .types .type .info .slide-tejas {
        display: block;
    }
    .int-productos .content-prod .types .type .info .slide-tejas .slick-next,
    .int-productos .content-prod .types .type .info .slide-tejas .slick-prev {
        background-color: transparent !important;
    }
    .int-productos .content-prod .types .type .info .slide-tejas .slick-prev:before,
    .int-productos .content-prod .types .type .info .slide-tejas .slick-next:before {
        content: none;
    }
    .int-productos .content-prod .types .type .info .slide-tejas .item img {
        max-width: 70%;
        margin: 0 auto;
    }
    .int-productos .content-prod .types .type .btns {
        margin: 0 auto;
        width: 90%;
    }
    .int-productos .hero h1 {
        font-size: 24px;
    }
    .block-mov {
        display: none;
    }
    #chatIframe {
        bottom: 0!important;
    }
    #wspIframe {
        bottom: 0!important;
    }

    .nuestros-proyectos { 
        .nuestros-proyectos-content {
            .flex-content {
                flex-flow: column-reverse;
                align-items: center;
                gap: 30px;

                .asesoria-content {
                    max-width: 100%;
                    position: static;
                }

                .proyectos-content {
                    max-width: 100%;
                    .itm {
                        flex-direction: column;
                        gap: 30px;
                        .txt,.image-slides {
                            max-width: 100%;
                        }

                        .txt {
                            .head {
                                .title {
                                    font-size: 18px;

                                }
                                .subtitle {
                                    font-size: 16px;
                                }
                            }
                            .desc {
                                p {
                                    text-wrap: pretty;
                                    font-size: 15px;
                                }
                            }
                        }

                        .image-slides {
                            img {
                                margin: auto;
                            }
                        }
                    }
                }
            }
        }

    }
    
}


/*# sourceMappingURL=mainstyle.css.map */