:root {
    --18181d: #18181d;
    --black: black;
    --white: white;
    --indian-red: #db4b68;
    --rosy-brown: #af9387;
    --white-smoke: #ebedee;
    --sea-green: #12b878;
}

.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.w-layout-grid_2 {
    display: flex;
    flex-direction: row; /* Organiza los elementos en una fila */
    justify-content: flex-end; /* Alinear elementos a la derecha */
    gap: 16px; /* Espacio entre elementos */
    flex-wrap: wrap;
}
.w-commerce-commercecheckoutformcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}

.w-commerce-commercelayoutcontainer {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.w-commerce-commercelayoutmain {
    flex: 0 800px;
    margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    align-items: center;
    height: 38px;
    min-height: 30px;
    margin-bottom: 8px;
    padding: 0;
    text-decoration: none;
    display: flex;
}

.w-commerce-commercecartapplepayicon {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #000;
    border-width: 0;
    border-radius: 2px;
    justify-content: center;
    align-items: center;
    height: 38px;
    margin-bottom: 8px;
    padding: 0 15px;
    text-decoration: none;
    display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon,
.w-commerce-commercequickcheckoutmicrosofticon {
    margin-right: 8px;
    display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex;
}

.w-commerce-commercecheckoutblockcontent {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 20px;
}

.w-commerce-commercecheckoutlabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutrow {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
}

.w-commerce-commercecheckoutcolumn {
    flex: 1;
    padding-left: 8px;
    padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 0;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    flex-direction: row;
    align-items: baseline;
    margin-bottom: 0;
    padding: 16px;
    font-weight: 400;
    display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
    flex-direction: column;
    flex-grow: 1;
    margin-left: 12px;
    margin-right: 12px;
    display: flex;
}

.w-commerce-commerceboldtextblock {
    font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
    text-align: center;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus,
.w-commerce-commercecheckoutcardnumber.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus,
.w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    cursor: text;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus,
.w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
    flex-direction: row;
    display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
    margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
    margin-left: 8px;
    font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
    margin-top: 16px;
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 100%;
    height: 38px;
    margin-bottom: 16px;
    padding: 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
    color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    justify-content: space-between;
    align-items: baseline;
    padding: 4px 20px;
    display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
    margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
    margin-bottom: 20px;
    display: flex;
}

.w-commerce-commercecartitemimage {
    width: 60px;
    height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
    flex-grow: 1;
    margin-left: 16px;
    margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
    white-space: pre-wrap;
    display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
    margin-bottom: 0;
    padding-left: 0;
    text-decoration: none;
    list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
    flex: 0 0 320px;
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem,
.w-commerce-commercecheckoutordersummaryextraitemslistitem {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 8px;
    display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
    font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    text-align: center;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 3px;
    align-items: center;
    margin-bottom: 20px;
    padding: 9px 15px;
    text-decoration: none;
    display: block;
}

.w-commerce-commercecheckouterrorstate {
    background-color: #ffdede;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.w-checkbox {
    margin-bottom: 5px;
    padding-left: 20px;
    display: block;
}

.w-checkbox:before {
    content: " ";
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox:after {
    content: " ";
    clear: both;
    grid-area: 1 / 1 / 2 / 2;
    display: table;
}

.w-checkbox-input {
    float: left;
    margin: 4px 0 0 -20px;
    line-height: normal;
}

.w-checkbox-input--inputType-custom {
    border: 1px solid #ccc;
    border-radius: 2px;
    width: 12px;
    height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
    background-color: #3898ec;
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
    box-shadow: 0 0 3px 1px #3898ec;
}

.w-commerce-commerceaddtocartform {
    margin: 0 0 15px;
}

.w-commerce-commerceaddtocartquantityinput {
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 60px;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px 6px 8px 12px;
    line-height: 20px;
    display: block;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
    color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
    border-color: #3898ec;
    outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
    color: #fff;
    cursor: pointer;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #3898ec;
    border-width: 0;
    border-radius: 0;
    align-items: center;
    padding: 9px 15px;
    text-decoration: none;
    display: flex;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
    color: #666;
    cursor: not-allowed;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
    outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
    background-color: #ddd;
    margin-top: 10px;
    padding: 10px;
}

.w-commerce-commerceaddtocarterror {
    background-color: #ffdede;
    margin-top: 10px;
    padding: 10px;
}

.w-commerce-commerceorderconfirmationcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem,
.w-commerce-commercecheckoutsummarylabel {
    margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
    margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper,
.w-commerce-commercecheckoutpaymentsummarywrapper {
    margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
    background-color: #f5f5f5;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
    background-color: #ffdede;
    margin-top: 16px;
    margin-bottom: 16px;
    padding: 10px 16px;
}

.w-layout-blockcontainer {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

@media screen and (max-width: 991px) {
    .w-layout-blockcontainer {
        max-width: 728px;
    }
}

@media screen and (max-width: 767px) {
    .w-commerce-commercelayoutcontainer {
        flex-direction: column;
        align-items: stretch;
    }

    .w-commerce-commercelayoutmain {
        flex-basis: auto;
        margin-right: 0;
    }

    .w-commerce-commercelayoutsidebar {
        flex-basis: auto;
    }

    .w-layout-blockcontainer {
        max-width: none;
    }
}

@media screen and (max-width: 479px) {
    .w-commerce-commercecheckoutemailinput,
    .w-commerce-commercecheckoutshippingfullname,
    .w-commerce-commercecheckoutshippingstreetaddress,
    .w-commerce-commercecheckoutshippingstreetaddressoptional {
        font-size: 16px;
    }

    .w-commerce-commercecheckoutrow {
        flex-direction: column;
    }

    .w-commerce-commercecheckoutshippingcity,
    .w-commerce-commercecheckoutshippingstateprovince,
    .w-commerce-commercecheckoutshippingzippostalcode,
    .w-commerce-commercecheckoutshippingcountryselector,
    .w-commerce-commercecheckoutcardnumber,
    .w-commerce-commercecheckoutcardexpirationdate,
    .w-commerce-commercecheckoutcardsecuritycode,
    .w-commerce-commercecheckoutbillingfullname,
    .w-commerce-commercecheckoutbillingstreetaddress,
    .w-commerce-commercecheckoutbillingstreetaddressoptional,
    .w-commerce-commercecheckoutbillingcity,
    .w-commerce-commercecheckoutbillingstateprovince,
    .w-commerce-commercecheckoutbillingzippostalcode,
    .w-commerce-commerceaddtocartquantityinput {
        font-size: 16px;
    }
}

body {
    grid-column-gap: 0px;
    grid-row-gap: 30px;
    color: #18181d !important;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    font-family: Montserrat, sans-serif !important;
    font-size: 16px;
    line-height: 24px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 33px;
    font-weight: 500;
    line-height: 52px;
}

h2 {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
}

h3 {
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 30px;
    font-weight: 500;
    line-height: 38px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

p {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

a {
    color: var(--18181d) !important;
    cursor: pointer;
    line-height: 26px;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: none;
}

ol {
    margin-top: 0;
    margin-bottom: 10px;
    padding-left: 40px;
}

li {
    margin-bottom: 10px;
}

label {
    color: rgba(24, 24, 29, 0.7);
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    display: block;
}

strong {
    font-weight: 800;
}

blockquote {
    color: rgba(24, 24, 29, 0.7);
    border-left: 5px solid #e2e2e2;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 18px 24px;
    font-size: 16px;
    line-height: 26px;
}

figcaption {
    color: rgba(24, 24, 29, 0.5);
    text-align: center;
    margin-top: 5px;
}

.grid {
    z-index: 1;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.hero1-image {
    background-image: url("../images/bola-halo-pendant-chandelier-environmental-hallway-lowres_download.jpeg");
    background-position: 50%;
    background-size: cover;
    min-height: 860px;
}

.hero1-image.lightbox-wrap {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    transition: opacity 0.2s;
}

.hero1-image.lightbox-wrap:hover {
    opacity: 0.8;
}

.size1-text {
    white-space: normal;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 52px;
}

.size1-text.size1-top-clear {
    margin-top: 0;
}

.size1-text.size1-bottom-clear {
    margin-bottom: 0;
}

.size1-text.size1-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size1-text.catalago {
    font-size: 63px;
    line-height: 71px;
}

.size1-text.quienes-somos-titulo {
    margin-top: 0;
    margin-bottom: 50px;
}

.size1-text.negro {
    color: var(--black);
}

.size1-text.negro.sin-espacio {
    margin-top: 0;
    margin-bottom: 0;
}

.label {
    text-transform: uppercase;
    background-color: #fff;
    border: 1px solid rgba(170, 170, 170, 0.2);
    margin-bottom: 10px;
    padding: 10px 22px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}

.label.white-label {
    color: var(--18181d);
    background-color: #fff;
    border-style: none;
}

.label.white-outline-label {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.label.inside-label {
    z-index: 40;
    background-color: var(--18181d);
    color: var(--white);
    border-style: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.label.black-label {
    z-index: 40;
    background-color: var(--18181d);
    color: var(--white);
    border-style: none;
    border-width: 0;
}

.label.black-label.styleguide-section-label {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
}

.label.black-label.sale-label {
    background-color: var(--indian-red);
    border-style: solid;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.hero1-content {
    padding-right: 36px;
}

.hero1-content.product-detail-wrap {
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 0;
    padding-right: 36px;
    display: flex;
}

.button-large {
    background-color: var(--18181d);
    color: #fff;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    padding: 30px 36px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
    display: flex;
}

.button-large:hover {
    background-color: #272731;
}

.button-large.outline-button-large {
    color: #1f2121;
    background-color: #fff;
    border: 1px solid #ebedee;
}

.button-large.outline-button-large:hover {
    border-color: #c9c9c9;
}

.button-large.hero2-button {
    background-color: #030303;
    width: 582px;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
}

.button-large.hero2-button:hover {
    background-color: #2f2f38;
}

.button-large.hero3-button {
    background-color: #e31d1a;
    transition: background-color 0.2s;
    position: static;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
}

.button-large.hero3-button:hover {
    background-color: #a3100e;
}

.button-arrow {
    flex: none;
    margin-left: 20px;
    display: inline-block;
}

.section {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
    padding: 80px 15%;
}
.section2 {
    flex-direction: column;
    flex: 1;
    align-self: center;
    align-items: center;
    padding: 70px 36px;
}

.section.contacto-servicios {
    padding-top: 100px;
    padding-bottom: 80px;
}

.section._2 {
    padding-top: 80px;
    padding-bottom: 40px;
}

.section.centrado {
    padding-top: 30px;
    padding-bottom: 30px;
}

.section.sin-espacio {
    padding-top: 0;
}

.section.sin-espacio.proyectods {
    padding-bottom: 0;
}

.section.no {
    padding-top: 0;
}

.section.color {
    background-color: #fff;
}

.size2-text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
}

.size2-text.size2-top-clear {
    margin-top: 0;
}

.size2-text.size2-bottom-clear {
    margin-bottom: 0;
}

.size2-text.size2-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size3-text {
    text-transform: none;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.size3-text.size3-bottom-clear {
    margin-bottom: 0;
}

.size3-text.size3-top-clear {
    margin-top: 0;
}

.size3-text.size3-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size5-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
}

.size5-text.size5-top-clear {
    margin-top: 0;
}

.size5-text.size5-bottom-clear {
    margin-bottom: 0;
}

.size5-text.size5-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size4-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
}

.size4-text.size4-top-clear {
    margin-top: 0;
}

.size4-text.size4-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size4-text.size4-bottom-clear {
    margin-bottom: 0;
}

.size4-text.crisol {
    text-align: left;
}

.paragraph-70 {
    opacity: 0.9;
    text-align: center;
    margin-bottom: 15px;
}

.paragraph-70.paragraph70-bottom-clear {
    margin-bottom: 0;
}

.paragraph-70.paragraph70-bottom-clear.izq {
    text-align: left;
}

.paragraph-70._2 {
    text-align: center;
    max-width: 315px;
    margin-top: 10px;
}

.paragraph-70._2-col {
    flex: 1;
}

.paragraph-70._2-col.abanderado {
    align-self: flex-start;
    margin-bottom: 0;
    margin-right: 77px;
}

.paragraph-70._2-col.abanderado.izq,
.paragraph-70.bloques {
    text-align: left;
}

.paragraph-70.bloques.instalacion {
    margin-top: 20px;
}

.size6-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.size6-text.size6-top-clear {
    margin-top: 0;
}

.size6-text.size6-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size6-text.size6-bottom-clear {
    margin-bottom: 0;
}

.product-image {
    background-image: url("../images/circa-chandelier_hires_download.jpg");
    background-position: 50%;
    background-size: cover;
    justify-content: space-between;
    align-items: flex-start;
    height: 480px;
    display: flex;
}

.product-image.product-image-size-s {
    height: 240px;
}

.product-image.product-image-size-m {
    height: 360px;
}

.product-image.product-image-size-l {
    height: 480px;
}

.product-image.product-image-size-xl {
    height: 600px;
}

.product-wrap {
    margin-bottom: 40px;
}

.button-small {
    background-color: var(--18181d);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 18px 30px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: flex;
}

.button-small:hover {
    background-color: #272731;
}

.button-small.white-small {
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
    justify-content: center;
    font-weight: 600;
}

.button-small.white-small.online {
    align-self: flex-end;
}

.button-small.form-centered-button {
    justify-content: center;
}

.button-label {
    font-size: 12px;
    font-weight: 600;
}

.text-label {
    opacity: 1;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    display: block;
}

.text-label.titulo {
    text-align: center;
}

.text-label.servicios {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 14px;
}

.content23-item {
    margin-bottom: 25px;
}

.content23-item.horario {
    margin-bottom: 0;
}

.button-text {
    color: var(--18181d);
    text-transform: uppercase;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    display: flex;
}

.content24-image {
    background-image: linear-gradient(
            rgba(255, 255, 255, 0.15),
            rgba(255, 255, 255, 0.15)
        ),
        url("../images/Supremo_ambiente-2.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 360px;
    margin-top: 67px;
}

.content24-quote {
    margin-bottom: 25px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
    font-size: 44px;
    font-weight: 400;
    line-height: 52px;
    position: relative;
}

.deco-dot {
    background-color: var(--rosy-brown);
    flex: none;
    width: 12px;
    height: 6px;
    margin-top: 7px;
    margin-right: 30px;
}

.content24-item-wrap {
    flex-direction: row;
    align-items: flex-start;
    margin-bottom: 20px;
    display: flex;
}

.content8-grey-background {
    background-color: #fafafa;
    align-items: center;
    width: 100vw;
    height: 714px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
}

.content8-image {
    z-index: 1;
    background-image: url("../images/autri-taheri-WjDU5pKWYeo-unsplash.jpg");
    background-position: 50%;
    background-size: cover;
    min-height: 580px;
    margin-top: 67px;
    margin-bottom: 67px;
    margin-right: 67px;
    position: relative;
}

.content8-content-wrap {
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
    height: 580px;
    margin-top: 67px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    position: relative;
}

.content8-quote-wrap {
    padding-right: 40px;
}

.content4-headline-wrap {
    width: 479px;
    position: relative;
}

.content4-image {
    background-image: url("../images/belmont-22in-group-environment-high_download.jpg");
    background-position: 50% 0;
    background-size: cover;
    height: 700px;
}

.content4-image2 {
    background-image: url("../images/belmont_essence_1_low_download.jpg");
    background-position: 50%;
    background-size: cover;
    height: 520px;
}

.content4-product-name-wrap {
    width: 273px;
    margin-top: 15px;
}

.content10-content-wrap {
    position: relative;
}

.content10-image2 {
    background-image: url("../images/5d9ddc71916a65e5c79df765_20190907_SFP_Lifestyle_CameronKirbyRichKay_Web_800x1200-133__25839.1568419143.1280.1280.jpg");
    background-position: 50% 0;
    background-size: cover;
    width: 376px;
    min-height: 480px;
}

.content10-image {
    background-image: url("../images/5d9ddc44d30da3c4288c9126_hello-i-m-nik-kIdgXw0cWMc-unsplash.jpg");
    background-position: 50%;
    background-size: cover;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.content33-items-wrap {
    color: #fff;
    background-color: #18181d;
    padding: 45px 50px 35px;
}

.content33-divider {
    background-color: #292931;
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.content33-image {
    background-image: url("../images/hello-i-m-nik-kIdgXw0cWMc-unsplash.jpg");
    background-position: 50% 10%;
    background-size: cover;
    height: 230px;
    margin-bottom: 45px;
}

.content34-item-wrap {
    margin-top: -38px;
    display: flex;
}

.link {
    opacity: 0.7;
    color: #e8e8ef;
    margin-bottom: 10px;
    text-decoration: none;
    display: inline;
}

.link:hover {
    opacity: 1;
    text-decoration: underline;
}

.paragraph-small {
    text-transform: none;
    font-size: 14px;
    line-height: 22px;
}

.content9-content-wrap {
    padding-right: 36px;
    position: relative;
}

.content9-text {
    margin-bottom: 30px;
}

.content9-image1 {
    background-image: url("../images/5d9ddc97b7de930e145fde35_20190907_SFP_Lifestyle_CameronKirbyRichKay_Web_800x1200-126__27751.1568419143.1280.1280.jpg");
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    height: 460px;
}

.content9-image-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.content9-image2 {
    background-image: url("../images/5d9ddcc4b7de936a525fe1b5_20190809_SFP_Event_OSLFestival_Web_800x1200-10__72731.1568414532.1280.1280.jpg");
    background-position: 50%;
    background-size: cover;
    height: 320px;
}

.content9-grey-section {
    background-color: #fafafa;
    min-height: 140px;
}

.hero3-image {
    background-image: url("../images/bola-disc-flush-2-rose-gold-in-room-high_download.jpg");
    background-position: 50%;
    background-size: cover;
    min-height: 860px;
}

.hero5-image-wrap {
    color: #fff;
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.6),
            rgba(24, 24, 29, 0.6)
        ),
        url("../images/circafloor_pedestal_env_72_download_download.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    min-height: 640px;
    padding: 60px 36px;
    display: flex;
}

.hero5-image-wrap.hero5-image1 {
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.5),
            rgba(24, 24, 29, 0.5)
        ),
        url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
}

.hero5-image-wrap.hero5-image2 {
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.5),
            rgba(24, 24, 29, 0.5)
        ),
        url("../images/brad-pearson-S9ts_A3-khk-unsplash.jpg");
}

.hero5-image-wrap.hero5-image3 {
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.5),
            rgba(24, 24, 29, 0.5)
        ),
        url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-110.jpg");
}

.hero5-text {
    flex: 1;
    margin-bottom: 30px;
}

.hero2-background {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    min-height: 900px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero2-image {
    background-image: url("../images/FOTOS-AMBIENTE-THE-FIRST-1.jpg");
    background-position: 50%;
    background-size: cover;
}

.hero-with-background-wrap {
    border-bottom: 1px solid var(--white-smoke);
    position: relative;
}

.hero-with-background-wrap.hero2-wrap {
    border-bottom: 1px solid var(--white-smoke);
}

.hero2-grid {
    z-index: 1;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
    width: 100%;
    min-height: 900px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.hero2-product {
    background-color: var(--white);
    color: var(--18181d);
    justify-content: space-between;
    align-items: center;
    padding: 30px 36px;
    text-decoration: none;
    display: flex;
    position: relative;
}

.hero2-product-name {
    opacity: 0.7;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.hero2-product-name:hover {
    opacity: 1;
}

.hero2-content {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.hero2-title {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    padding: 40px 123px 40px 36px;
    display: flex;
}

.hero2-latest {
    color: #fff;
    background-color: #18181d;
    flex-direction: row;
    align-items: center;
    padding: 36px;
    text-decoration: none;
    display: flex;
}

.hero2-latest:hover {
    background-color: var(--black);
}

.hero2-image-collection {
    background-image: url("../images/HOTEL_EPR_CMYK.jpg");
    background-position: 50%;
    background-size: cover;
    flex: none;
    width: 180px;
    height: 180px;
    margin-right: 36px;
}

.hero2-product-price {
    opacity: 1;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}

.content {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}

.content.content1-button-wrap {
    padding-top: 36px;
    padding-bottom: 36px;
}

.content23-image {
    background-image: url("../images/RAK_CUTLERY_SAVOURY_01.jpg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.content10-bottom-section {
    margin-top: 100px;
}

.hero3-content {
    padding-right: 36px;
}

.content35-feed-image {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    transition: opacity 0.2s;
}

.content35-feed-image:hover {
    opacity: 0.8;
}

.content35-feed-image.content35-image2 {
    background-image: url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-110.jpg");
    background-position: 50%;
    background-size: cover;
}

.content35-feed-image.content35-image3 {
    background-image: url("../images/clarisse-meyer-5xbdx3TqPnw-unsplash.jpg");
    background-position: 50%;
}

.content35-feed-image.content35-image4 {
    background-image: url("../images/brooke-cagle-KriecpTIWgY-unsplash.jpg");
}

.content35-feed-image.content35-image5 {
    background-image: url("../images/20190805_SFP_Lifestyle_OSLOuterwear-124.jpg");
    background-position: 50%;
}

.content35-feed-image.content35-image6 {
    background-image: url("../images/autri-taheri-WjDU5pKWYeo-unsplash.jpg");
}

.content35-feed-image.content35-image1 {
    background-image: url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg");
    background-position: 50%;
    background-size: cover;
}

.content35-pictures-feed {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    min-height: 273px;
    margin-bottom: 56px;
    display: grid;
}

.content35-headline-wrap {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 80px;
    display: flex;
}

.content35-item-label {
    opacity: 0.7;
    text-transform: uppercase;
    margin-top: -4px;
    font-size: 11px;
    font-weight: 600;
    line-height: 20px;
}

.top-notification {
    background-color: var(--18181d);
    text-align: center;
}

.notification-content {
    color: #fff;
    justify-content: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    display: flex;
}

.other4-text {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
}

.notification-link-wrap {
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.2s;
    display: block;
}

.notification-link-wrap:hover {
    opacity: 0.9;
}

.shop-now-span {
    text-transform: uppercase;
}

.content29-qa-item {
    padding-right: 103px;
}

.content29-qa-item-wrap {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.content7-image {
    background-image: url("../images/Fachada.JPG");
    background-position: 50%;
    background-size: cover;
    height: 460px;
}

.content7-content-wrap {
    background-color: #fff;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 220px;
    padding: 47px 67px 57px;
    display: flex;
    position: relative;
    box-shadow: 0 3px 40px rgba(0, 0, 0, 0.05);
}

.product2-content-wrap {
    z-index: 5;
    color: var(--white-smoke);
    background-color: #fff;
    background-image: url("../images/APS.jpg");
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    min-height: 582px;
    padding: 36px;
    display: flex;
}

.product2-content-wrap._2 {
    background-image: url("../images/Bormioli.jpg");
}

.product2-content-wrap._2.textil,
.product2-content-wrap._2.tipo2 {
    background-image: url("../images/muestras-textura-tela-multicolor.jpg");
}

.product2-content-wrap._3 {
    background-image: url("../images/Cambro.jpg");
}

.product2-content-wrap._3.maquinaria,
.product2-content-wrap._3.tipo3 {
    background-image: url("../images/cocina-diseno-profesional-acero-inoxidable-foto-fue-hecha-restaurante_613910-12332.jpg");
}

.product2-content-wrap._4 {
    background-image: url("../images/Churchill.jpg");
}

.product2-content-wrap._4.cuberteria,
.product2-content-wrap._4.tipo4 {
    background-image: url("../images/juego-tenedores-cuchillos-plateados-plato-blanco-sobre-mesa.jpg");
}

.product2-content-wrap.porcelana,
.product2-content-wrap.tipo {
    background-image: url("../images/coleccion-vajilla-vista-superior_23-2148861778.jpg");
}

.nav1-menu-wrap {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
}

.cart-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
}

.cart-button:hover {
    opacity: 0.7;
}

.cart-quantity {
    color: var(--18181d);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    min-width: auto;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 26px;
}

.nav-link {
    color: #8f8f8f;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    font-size: 14px;
    font-weight: 600;
}

.nav-link:hover {
    opacity: 1;
    color: #000;
}

.nav-link.w--current {
    color: #000;
}

.nav-link.servicios,
.nav-link.catalogos,
.nav-link.contacto {
    display: none;
}

.nav-link.home {
    display: block;
}

.nav-link.quienes-somos,
.nav-link.quienes-somos.w--current,
.nav-link.marcas,
.nav-link.tienda-online {
    display: none;
}

.cart {
    margin-left: 15px;
}

.hero5 {
    border-bottom: 1px solid var(--white-smoke);
}

.content33-content-wrap {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.nav1-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.hero1 {
    grid-column-gap: 36px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.content6-headline-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
    gap: 68px;
}

.content6-image2 {
    background-image: url("../images/EQUIPO-UNIC.jpg");
    background-position: 50% 34%;
    background-size: cover;
    height: 585px;
}

.content6-image3 {
    background-image: url("../images/RAK_CUTLERY_BANQUET_05.jpg");
    background-position: 50%;
    background-size: cover;
    height: 360px;
}

.hero6 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.45),
            rgba(24, 24, 29, 0.45)
        ),
        url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    min-height: 640px;
    padding-left: 36px;
    padding-right: 36px;
    display: flex;
}

.hero6.hero6-home3 {
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.5),
            rgba(24, 24, 29, 0.5)
        ),
        url("../images/allef-vinicius-PxZyPAo91os-unsplash.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 640px;
}

.hero6-content {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
}

.sizejumbo-text {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 80px;
    font-weight: 500;
    line-height: 96px;
}

.sizejumbo-text.sizejumbo-top-clear {
    margin-top: 0;
}

.sizejumbo-text.sizejumbo-bottom-clear {
    margin-bottom: 0;
}

.sizejumbo-text.sizejumbo-full-clear {
    z-index: 1;
    margin-top: 0;
    margin-bottom: 0;
}

.content16-headline-wrap {
    margin-bottom: 36px;
}

.content16-left-column {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.content22-content-wrap {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
}

.content22-text-wrap {
    margin-bottom: 36px;
}

.blog1-image {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 260px;
    transition: opacity 0.2s;
    display: block;
}

.blog1-image:hover {
    opacity: 0.8;
}

.paragraph-40 {
    opacity: 0.4;
    margin-bottom: 10px;
}

.blog1-headline-wrap {
    max-width: 582px;
}

.blog3-image {
    color: #fff;
    background-image: url("../images/TIENDA-12.jpg");
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    min-height: 460px;
    padding: 36px;
    display: flex;
    position: relative;
}

.blog3-image._2 {
    background-image: url("../images/IMG_0412.JPG");
    background-position: 100%;
}

.blog3-image._3 {
    background-image: url("../images/Catalogos.jpg");
}

.blog3-headline-wrap {
    max-width: 611px;
}

.content17-headline-wrap {
    max-width: 582px;
}

.content17-author-pic {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50% 0;
    background-size: cover;
    flex: none;
    width: 100px;
    height: 100px;
    margin-bottom: 26px;
}

.content17-author-pic.content17-image2,
.content17-author-pic.content17-image1,
.content17-author-pic.content17-image3,
.content17-author-pic.content17-image4,
.content17-author-pic.content17-image8,
.content17-author-pic.content17-image7,
.content17-author-pic.content17-image6,
.content17-author-pic.content17-image5 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
}

.product2-content-card-wrap {
    color: var(--18181d);
    background-color: #fff;
    flex-direction: column;
    align-self: stretch;
    align-items: flex-start;
    margin-top: 40px;
    padding: 20px 36px 30px;
    display: flex;
}

.text-field {
    color: var(--18181d);
    text-transform: none;
    background-color: #f5f5f5;
    border-style: none;
    border-radius: 0;
    align-self: stretch;
    width: 100%;
    margin-bottom: 0;
    padding: 30px 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.text-field:hover {
    background-color: #f0f0f0;
}

.text-field:active {
    background-color: #ececec;
}

.text-field:focus,
.text-field.-wfp-focus {
    color: var(--18181d);
    background-color: #ececec;
}

.text-field.right-margin-field {
    margin-right: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-field.bottom-margin-field {
    background-color: #fff;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.text-field.cart-input {
    color: var(--white);
    text-align: center;
    background-color: #18181d;
    border-style: solid;
    border-color: #2c2c33;
    border-radius: 0;
    width: 60px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.cta8-form {
    grid-column-gap: 36px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: center;
    margin-bottom: 0;
    display: grid;
}

.cta8-form-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.footer2-form {
    align-self: center;
    margin-bottom: 0;
}

.text-area {
    background-color: #fff;
    border-style: none;
    min-height: 170px;
    padding: 14px 20px 18px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.text-area:hover {
    background-color: #f0f0f0;
}

.text-area:active,
.text-area:focus {
    background-color: #ececec;
}

.cta7-map {
    height: 100%;
    line-height: 20px;
}

.footer2-form-wrap,
.footer2-bottom-left-column {
    display: flex;
}

.footer2-divider {
    background-color: #ebedee;
    width: 100%;
    height: 1px;
}

.footer2 {
    border-top: 1px solid #ebedee;
    border-bottom: 1px solid #ebedee;
}

.footer2-disclaimer-wrap {
    border: 1px solid var(--white-smoke);
    margin-bottom: 20px;
    padding: 16px 20px 6px;
}

.menu-button {
    margin-left: 24px;
    padding: 0;
}

.menu-button:hover {
    opacity: 0.7;
}

.menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
}

.menu-icon {
    display: inline-block;
    position: relative;
}

.nav1-menu {
    justify-content: space-around;
    width: 40%;
    display: flex;
}

.cta7-map-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url("../images/redactar-correo-electronico-dispositivo-digital.jpg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
}

.content6-image1 {
    background-image: url("../images/RAK_CUTLERY_CLASSIK_01.jpg");
    background-position: 50%;
    background-size: cover;
    height: 360px;
    margin-bottom: 40px;
}

.product5-category-link {
    color: var(--18181d);
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    display: block;
}

.product5-category-link:hover {
    opacity: 0.7;
}

.product5-category-link.product5-all-items {
    margin-bottom: 10px;
    display: block;
}

.product5-nav-items-wrap {
    margin-bottom: 40px;
}

.product5-nav-items-wrap.bottom-nav-items-wrap {
    margin-bottom: 15px;
}

.product5-nav-lists {
    margin-top: 20px;
}

.product5-nav-wrap {
    padding-right: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 130px;
}

.navbar1 {
    z-index: auto;
    grid-column-gap: 36px;
    grid-row-gap: 30px;
    text-transform: uppercase;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding: 22px 36px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.navbar1.active-nav1 {
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.hero3 {
    grid-column-gap: 36px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.hero5-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.hero5-content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 479px;
    display: flex;
}

.hero6-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.hero6-text {
    flex: 1;
    margin-bottom: 30px;
}

.content4-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

/*.content6-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right:  auto;
  display: grid;
  position: relative;
}*/

.content6-grid {
    grid-column-gap: 5%;
    grid-row-gap: 36px;
    grid-template-rows: 10%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 156%;
    max-width: 142%;
    margin-left: -16%;
    margin-right: 0%;
    display: grid;
    position: relative;
}

.content7-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content8-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.content9-grid,
.content10-grid,
.content16-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content17-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content22-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content23-grid {
    grid-column-gap: 36px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content24-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content28-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    text-align: center;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: center;
    justify-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content29-grid,
.content33-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content33-contacts-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-bottom: -10px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content34-grid {
    grid-column-gap: 36px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.content35-section-headline {
    margin-bottom: 36px;
}

.content35-bottom-grid,
.content35-top-grid,
.product2-grid,
.product3-grid,
.product4-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.product5-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.product5-feed-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.blog1-grid {
    grid-column-gap: 36px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.blog1-button-wrap {
    margin-top: 36px;
    display: flex;
}

.blog2-image {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 260px;
    transition: opacity 0.2s;
    display: block;
}

.blog2-image:hover {
    opacity: 0.8;
}

.blog2-headline-wrap {
    max-width: 582px;
}

.blog2-grid,
.blog3-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.cta7-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.cta7-form {
    align-self: center;
    margin-top: 50px;
    margin-bottom: 0;
}

.cta7-form-wrap {
    flex-direction: column;
    display: flex;
}

.cta8-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.cta8-content-wrap {
    text-align: center;
    flex-direction: column;
    align-items: center;
    max-width: 582px;
    display: flex;
}

.other4-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.footer2-form-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    display: grid;
}

.footer2-links-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
}

.footer2-links-grid.espacio {
    padding-bottom: 30px;
}

.footer2-bottom-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    display: grid;
}

.content33-label-headline {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.paragraph {
    margin-bottom: 0;
}

.cart-wrap {
    color: #fff;
    background-color: rgba(24, 24, 29, 0.3);
}

.content6-headline-grid {
    z-index: 1;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.brand {
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
}

.brand:hover {
    opacity: 0.7;
}

.headline-grid {
    z-index: 1;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-items: start;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.cart-heading {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.cart-header {
    border-bottom-color: #2c2c33;
    padding: 25px 32px;
}

.cart-close-icon {
    opacity: 0.5;
}

.cart-container {
    background-color: var(--18181d);
    min-width: 440px;
    box-shadow: 0 2px 6px rgba(24, 24, 29, 0.1);
}

.web-payment-button {
    border-radius: 0;
    height: 48px;
    margin-bottom: 15px;
}

.cart-list {
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
}

.cart-footer {
    border-top-color: #2c2c33;
    padding: 16px 32px 32px;
}

.cart-item {
    align-items: stretch;
    margin-bottom: 30px;
    padding-top: 0;
    padding-bottom: 0;
}

.cart-product-image {
    width: 80px;
}

.cart-item-info {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}

.cart-product-name {
    text-transform: none;
    margin-top: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cart-product-price {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.cart-remove-link {
    color: var(--white);
}

.remove-button {
    opacity: 0.5;
    margin-top: 5px;
    text-decoration: none;
}

.remove-button:hover {
    opacity: 1;
}

.cart-line-item {
    text-transform: none;
}

.close-button {
    justify-content: center;
    align-items: center;
    display: flex;
}

.empty-state {
    color: var(--18181d);
    text-align: center;
    text-transform: uppercase;
    background-color: #eee;
    border-bottom: 3px solid #eee;
    flex: none;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.empty-state.dark-cart-empty-state {
    color: #fff;
    background-color: #2a2a31;
    border-bottom-style: none;
    flex-direction: column;
    align-items: stretch;
    padding: 30px;
}

.success-message {
    color: #12b878;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(18, 184, 120, 0.1);
    border-bottom: 3px solid #12b878;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 30px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.error-message {
    color: #db4b68;
    text-align: center;
    text-transform: uppercase;
    background-color: rgba(219, 75, 104, 0.05);
    border-bottom: 3px solid #db4b68;
    width: 100%;
    max-width: 1200px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.option-list {
    margin-bottom: 5px;
}

.cart-option-text {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.styleguide-grid-wrap {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-items: start;
    position: relative;
}

.styleguide-grid-wrap.style-colors-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.wrapper.m100 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.wrapper.m100.quienes-somos {
    padding-top: 0;
}

.wrapper.m100.quienes-somos.sin {
    padding-bottom: 0;
}

.wrapper.m80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.wrapper.m50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.wrapper.m100-50 {
    padding-top: 100px;
    padding-bottom: 50px;
}

.wrapper.m100-50.menos {
    padding-top: 70px;
}

.wrapper.m100-50.menos.color {
    background-color: #f9f8f6;
}

.wrapper.m50-100 {
    padding-top: 50px;
    padding-bottom: 100px;
}

.wrapper.m80-100 {
    padding-top: 80px;
    padding-bottom: 100px;
}

.wrapper.m100-80 {
    justify-content: center;
    padding-bottom: 0px;
    display: flex;
}

.wrapper.m100-80.bloques-servicios {
    flex-flow: column;
}

.wrapper.m100-80.bloques-servicios.nuevo {
    flex-flow: row;
}

.wrapper.m100-80.bloques-servicios.nuevo4.color {
    background-color: #fff !important;
}

.wrapper.m20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wrapper.m80-50 {
    padding-top: 80px;
    padding-bottom: 50px;
}

.wrapper.m50-80 {
    padding-top: 50px;
    padding-bottom: 80px;
}

.wrapper.m0-100 {
    padding-top: 0;
    padding-bottom: 0;
}

.wrapper.m0-100.locales {
    margin-top: 0;
    padding-bottom: 0;
}

.wrapper.m20-100 {
    padding-top: 20px;
    padding-bottom: 100px;
}

.wrapper.m0-50 {
    align-self: stretch;
    padding-bottom: 0;
}

.wrapper.m0-80 {
    padding-bottom: 80px;
}

.wrapper.m0-20 {
    padding-top: 0;
    padding-bottom: 20px;
}

.wrapper.m100-20 {
    padding-top: 100px;
    padding-bottom: 20px;
}

.styleguide-products-grid {
    grid-column-gap: 0px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
}

.grey-body {
    background-color: var(--white);
}

.hero2-product-name-link-wrap {
    color: #000;
    text-decoration: none;
}

.content23-item-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.item-overlay {
    z-index: 30;
    opacity: 0;
    cursor: pointer;
    background-image: linear-gradient(
        rgba(24, 24, 29, 0.1),
        rgba(24, 24, 29, 0.1)
    );
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    display: flex;
    position: absolute;
}

.size6-link {
    color: var(--18181d);
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    display: block;
}

.size6-link:hover {
    opacity: 0.7;
}

.size6-link.size6-top-clear {
    margin-top: 0;
}

.size6-link.size6-bottom-clear {
    margin-bottom: 0;
}

.size6-link.size6-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.image-wrap {
    flex-direction: column;
    align-items: stretch;
    display: flex;
    position: relative;
}

.size3-link {
    color: var(--18181d);
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    text-decoration: none;
    display: block;
}

.size3-link:hover {
    opacity: 0.7;
}

.size3-link.size3-top-clear {
    margin-top: 0;
}

.size3-link.size3-bottom-clear {
    margin-bottom: 0;
}

.size3-link.size3-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.product3-content-wrap,
.product4-content-wrap {
    margin-top: 26px;
}

.blog2-image-wrap {
    margin-bottom: 30px;
    position: relative;
}

.size4-link {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    display: block;
}

.size4-link:hover {
    opacity: 0.7;
}

.size4-link.size4-bottom-clear {
    margin-bottom: 0;
}

.size4-link.size4-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size4-link.size4-top-clear {
    margin-top: 0;
}

.blog2-button-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
}

.blog1-image-wrap {
    margin-bottom: 30px;
    position: relative;
}

.blog3-link {
    color: var(--white) !important;
    margin-top: 10px;
    margin-bottom: 15px;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 38px;
    display: block;
}

.blog3-link:hover {
    opacity: 0.8;
}

.size5-link {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    display: block;
}

.size5-link:hover {
    opacity: 0.7;
}

.size5-link.size5-top-clear {
    margin-top: 0;
}

.size5-link.size5-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.size5-link.size5-bottom-clear {
    margin-bottom: 0;
}

.cta11-map-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -103px;
}

.cta11-map {
    line-height: 20px;
}

.cta11-form-wrap-copy {
    flex-direction: column;
    display: flex;
}

.cta11-grid {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    min-height: 460px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.cta11-form {
    align-self: center;
    margin-bottom: 0;
}

.cta11-form-wrap {
    grid-column-gap: 50px;
    grid-row-gap: 30px;
    border: 1px solid var(--white-smoke);
    background-color: var(--white);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 67px;
    display: grid;
    position: relative;
}

.cta11-item-wrap {
    margin-bottom: 25px;
}

.cta11-title-wrap {
    margin-bottom: 40px;
}

.footer2-link {
    opacity: 0.7;
    color: #18181d;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

.footer2-link:hover,
.footer2-link.w--current {
    opacity: 1;
}

.footer2-links-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer2-bottom-link {
    opacity: 0.7;
    color: #18181d;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    display: block;
}

.footer2-bottom-link:hover {
    opacity: 1;
}

.collection-item {
    flex-direction: column;
    justify-content: space-between;
}

.hero1-product-name-wrap {
    margin-bottom: 10px;
}

.add-to-cart-default-state {
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
}

.add-to-cart {
    margin-top: 30px;
}

.lightbox-product-image {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    width: 173px;
    height: 173px;
    margin-top: 36px;
    transition: opacity 0.2s;
}

.lightbox-product-image:hover {
    opacity: 0.8;
}

.lightbox-link {
    display: block;
}

.option {
    margin-bottom: 24px;
}

.headline-wrap-centered {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
}

.category-detail-wrap {
    color: var(--white);
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    padding-top: 70px;
    padding-bottom: 70px;
    display: flex;
}

.category-detail-wrap.all-products-header {
    background-image: linear-gradient(
            rgba(24, 24, 29, 0.45),
            rgba(24, 24, 29, 0.45)
        ),
        url("../images/Catalogos.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 100px;
}

.category-detail-wrap.all-products-header.catalogo {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/Contacto-banner.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.category-detail-wrap.all-products-header.catalogo.contacto {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url("../images/Contacto-banner.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    min-height: 270px;
}

.category-detail-wrap.all-products-header.locales {
    background-image: none;
    min-height: auto;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
}

.category-detail-wrap.all-products-header.locales.sin {
    margin-bottom: 20px;
}

.content36-author-pic {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 360px;
    margin-bottom: 26px;
}

.content36-author-pic.content36-pic1 {
    background-image: url("../images/xlogoGrupoCrisol.png.pagespeed.ic.PjsCald0SW.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    align-self: center;
    height: 10rem;
    margin-right: 40px;
}

.content36-author-pic.content36-pic1._2 {
    background-image: url("../images/Churchill-Logo.png");
    height: 10rem;
}

.content36-author-pic.content36-pic1._3 {
    background-image: url("../images/sambonet-logo.png");
    height: 10rem;
}

.content36-author-pic.content36-pic1._4 {
    background-image: url("../images/Peugeot_Logo.svg.png");
    background-size: contain;
    height: 10rem;
    display: block;
}

.content36-author-pic.content36-pic2,
.content36-author-pic.content36-pic3 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
}

.content36-grid {
    grid-column-gap: 12px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
}

.home1-deco-part {
    background-image: url("../images/20190805_SFP_Lifestyle_OSLOuterwear-124.jpg");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 360px;
}

.content28-logo {
    opacity: 0.3;
    max-width: 103px;
    max-height: 103px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.blog3-image-dark-overlay {
    background-color: rgba(24, 24, 29, 0.5);
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

.blog3-content-wrap {
    z-index: 1;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    position: relative;
}

.home2-deco-part {
    background-image: url("../images/Verbelle-1.jpg");
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    height: 360px;
}

.blog1-divider {
    background-color: #ebedee;
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.rich-text-block {
    margin-left: auto;
    margin-right: auto;
}

.rich-text-block p {
    color: rgba(24, 24, 29, 0.7);
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}

.rich-text-block img {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
}

.rich-text-block ul {
    margin-top: 30px;
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: none;
}

.rich-text-block li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
}

.rich-text-block em {
    opacity: 0.7;
}

.rich-text-block a {
    text-decoration: none;
}

.rich-text-block a:hover {
    text-decoration: underline;
}

.rich-text-block blockquote {
    border-left-width: 4px;
    border-left-color: #d7d7d7;
}

.rich-text-block figcaption {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
}

.product-description-wrap {
    margin-top: 26px;
}

.styleguide-text-combo-wrap {
    margin-top: 20px;
    margin-bottom: 30px;
}

.styleguide-note-wrap {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 60px;
    padding-bottom: 50px;
}

.wrapper-content-preview {
    background-image: url("../images/grey-transparent_1grey-transparent.png");
    background-position: 50%;
    background-repeat: repeat;
    background-size: 50px;
    height: 100px;
}

.checkout-headline-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
}

.checkout-form {
    padding: 80px 40px;
}

.order-summary-wrap {
    top: 100px;
}

.checkout-section-headline {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}

.block-header {
    padding-top: 18px;
    padding-bottom: 18px;
}

.payment-details-wrap {
    margin-right: 30px;
}

.order-price {
    font-weight: 500;
}

.item-image {
    width: 80px;
}

.items-in-order-content-wrap {
    padding-left: 16px;
    padding-right: 16px;
}

.order-item {
    margin-bottom: 30px;
}

.quantity-wrap-items {
    opacity: 0.7;
}

.order-confirmation-container {
    padding: 80px 40px;
}

.total-line-item {
    margin-bottom: 0;
}

.blog-detail-post-cover-pic {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 50%;
    background-size: cover;
    height: 480px;
}

.blog-detail-author-wrap {
    align-items: flex-start;
    display: flex;
}

.blog-detail-grid {
    z-index: 1;
    grid-column-gap: 36px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: relative;
}

.blog-detail-divider {
    background-color: #ebedee;
    width: 100%;
    height: 1px;
}

.blog-detail-author-pic {
    background-image: url("../images/Avatar-1.jpg");
    background-position: 50%;
    background-size: cover;
    flex: none;
    width: 57px;
    height: 57px;
    margin-right: 24px;
}

.blog-detail-name-wrap {
    margin-bottom: -10px;
}

.blog-detail-name {
    margin-top: 2px;
    margin-bottom: 4px;
    font-size: 18px;
    line-height: 28px;
}

.styleguide-section-wrap {
    background-color: var(--white);
    padding: 90px 130px;
    position: relative;
}

.paragraph-small-70 {
    opacity: 0.7;
    text-transform: none;
    font-size: 14px;
    line-height: 22px;
}

.styleguide-background-wrap {
    background-color: var(--18181d);
    color: var(--white);
    text-align: center;
    padding: 30px 20px 20px;
}

.styleguide-background-wrap.styleguide-color-wrap {
    text-align: left;
    padding-top: 60px;
    padding-bottom: 30px;
    padding-left: 40px;
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-1 {
    background-color: var(--white-smoke);
    color: var(--18181d);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-3 {
    background-color: var(--black);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-2 {
    background-color: var(--18181d);
    color: var(--white);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-4 {
    background-color: var(--rosy-brown);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-5 {
    background-color: var(--indian-red);
}

.styleguide-background-wrap.styleguide-color-wrap.styleguide-swatch-6 {
    background-color: var(--sea-green);
}

.styleguide-button-wrap {
    background-image: url("../images/grey-transparent_1grey-transparent.png");
    background-position: 50%;
    background-size: 50px;
    padding: 20px;
}

.item-wrap {
    flex-direction: row;
    align-items: flex-start;
    display: flex;
}

.styleguide-grid-text-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 36px;
    grid-template-columns: 1fr;
}

.styleguide-form-wrap,
.styleguide-form {
    flex-direction: column;
    display: flex;
}

.checkbox-field {
    margin-top: 20px;
}

.size1-link {
    white-space: normal;
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    display: block;
}

.size1-link:hover {
    opacity: 0.7;
}

.size1-link.size1-top-clear {
    margin-top: 0;
}

.size1-link.size1-bottom-clear {
    margin-bottom: 0;
}

.size1-link.size1-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.utility-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

.utility-page-content {
    background-color: var(--white);
    text-align: center;
    flex-direction: column;
    padding: 60px;
    display: flex;
}

.utility-page-form {
    flex-direction: column;
    align-items: stretch;
    display: flex;
}

.utility-page-form-wrap {
    flex-direction: column;
    width: 360px;
    display: flex;
}

._404-page-wrap {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    display: flex;
}

._404-message-wrap {
    background-color: var(--white);
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding: 60px;
    display: flex;
}

.size2-link {
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 38px;
    font-weight: 500;
    line-height: 46px;
    display: block;
}

.size2-link.size2-top-clear {
    margin-top: 0;
}

.size2-link.size2-bottom-clear {
    margin-bottom: 0;
}

.size2-link.size2-full-clear {
    margin-top: 0;
    margin-bottom: 0;
}

.licence-grid {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
}

.licence-buttons-grid {
    grid-template-rows: auto;
    margin-top: 30px;
}

.licence-image {
    background-image: url("../images/20190706_SFP_Lifestyle_Accessories_JohnKira_FullRes-125.jpg");
    background-position: 50%;
    background-size: cover;
    height: 360px;
    margin-bottom: 40px;
}

.licence-image.unsplash {
    background-image: url("../images/brooke-cagle-KriecpTIWgY-unsplash.jpg");
}

.licence-image.pexels {
    background-image: url("../images/apparel-black-and-white-boutique-1884583.jpg");
}

.home3-centered-headline-wrap {
    text-align: center;
}

.content4-product-description-wrap {
    margin-top: 15px;
}

.div-block {
    align-self: flex-start;
}

.paypal {
    border-radius: 0;
    margin-bottom: 15px;
}

.keep-shopping-button-wrap {
    margin-top: 16px;
}

.section-2 {
    flex-flow: column;
    padding-top: 30px;
    padding-bottom: 80px;
    display: block;
}

.div-block-2 {
    border: 1px rgba(0, 0, 0, 0.15);
    border-radius: 6px;
    justify-content: space-between;
    width: 80%;
    min-width: 880px;
    padding-left: 40px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-2._2 {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 80%;
    padding-left: 0;
    padding-right: 40px;
}

.div-block-3 {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.div-block-4 {
    flex: 1;
}

.div-block-4.foto {
    justify-content: flex-end;
    align-items: center;
    display: flex;
}

.div-block-4.foto.izq {
    justify-content: flex-start;
    align-items: center;
}

.div-block-5 {
    background-image: url("../images/servicio-postventa.jpg");
    background-position: 50%;
    background-size: cover;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 425px;
    height: 553px;
    margin-top: 0;
    position: relative;
    bottom: 0;
}

.div-block-5._2 {
    background-image: url("../images/Instalacion-y-decoracion.JPG");
    background-position: 43%;
    border-radius: 6px 0 0 6px;
    width: 425px;
    margin-top: 0;
}

.div-block-5._3 {
    background-image: url("../images/TIENDA-13.jpg");
    background-position: 41%;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    width: 425px;
    height: 536px;
    margin-top: 0;
}

.heading {
    margin-top: 0;
}

.heading-2 {
    margin-bottom: 0;
}

.heading-3 {
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 600;
}

.heading-3.centrado {
    text-align: center;
}

.heading-3.servicios {
    align-self: center;
}

.div-block-6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    width: 100%;
    margin-top: 40px;
}

.body {
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}

.button {
    background-color: #e31d1a;
    border-radius: 5px;
    align-self: center;
    transition: background-color 0.2s;
}

.button:hover {
    background-color: #a11d1b;
}

.button.izq {
    align-self: flex-start;
}

.checkbox {
    margin-top: 6px;
}

.grid-2 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
}
.grid-10 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
}

.feature-content {
    border: 1px #000;
    flex: none;
    width: 50vw;
    max-width: 450px;
    padding-left: 4vw;
    padding-right: 4vw;
}

.feature-content.icons {
    text-align: center;
    flex-direction: column;
    flex: none;
    align-items: center;
    width: 107%;
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
}

.feature-icon {
    height: 65px;
    margin-bottom: 25px;
}

.black-text {
    color: #000;
    text-align: center;
}

.paragraph-71 {
    width: 315px;
    margin-top: 10px;
}

.section-3 {
    justify-content: center;
    align-self: stretch;
    padding-top: 0px;
    padding-bottom: 80px;
    display: flex;
}

.section-3.color {
    background-color: #f9f8f6;
}

.html-embed {
    background-color: #b16868;
    width: 27px;
    height: 28px;
}

.link-2 {
    text-decoration: underline;
}

.grid-3 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.div-block-7 {
    background-image: url("../images/muestras-textura-tela-multicolor.jpg");
    background-position: 0 0;
    background-size: auto;
}

.grid-4 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    grid-template-rows: auto;
    width: 100%;
    max-width: 1200px;
}

.div-block-8 {
    border: 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px;
    display: flex;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.div-block-9,
.div-block-10,
.div-block-11 {
    border: 1px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.container-6 {
    padding-top: 100px;
    padding-bottom: 100px;
}

.heading-9 {
    color: #000;
    text-align: center;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
}

.text-block-4 {
    color: #000;
    margin-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
}

.text-block-5 {
    color: #525252;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
}

.paragraph-8 {
    color: #525252;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    line-height: 26px;
}

.paragraph-72 {
    text-align: left;
}

.div-block-13 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
}

.div-block-14 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.47), rgba(0, 0, 0, 0.47)),
        url("../images/PORTADA.jpg");
    background-position: 0 0, 50%;
    background-size: auto, cover;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 43vw;
    padding: 80px 40px 40px;
    display: flex;
}

.heading-10 {
    color: #fff;
    margin-top: 0;
    font-size: 82px;
    font-weight: 800;
    line-height: 5.1rem;
}

.heading-10.tipo2 {
    text-align: center;
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia,
        serif;
}

.image {
    width: 100%;
    height: 100%;
}

.link-block {
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 15vw;
}

.link-block:hover {
    background-position: 50%;
    background-size: cover;
}

.link-block._2 {
    background-image: url("../images/Textil.jpg");
    background-position: 50% 0;
}

.link-block._2.marcas2 {
    background-image: url("../images/Bormioli.jpg");
    height: 22vw;
}

.link-block._2.proyectos2 {
    background-image: url("../images/03032020140753685210.jpg");
}

.link-block._3 {
    background-image: url("../images/Cristal.jpg");
    background-position: 50% 68%;
}

.link-block._3.marcas3 {
    background-image: url("../images/Cambro.jpg");
    height: 22vw;
}

.link-block._3.proyectos3 {
    background-image: url("../images/07112022114356533507.jpg");
}

.link-block._4 {
    background-image: url("../images/CUBERTERIA.jpg");
}

.link-block._4.marcas4 {
    background-image: url("../images/Churchill.jpg");
    height: 22vw;
}

.link-block._4.proyectos4 {
    background-image: url("../images/07032018131237781571.jpg");
}

.link-block.marcas {
    height: 10rem;
}

.link-block.proyectos {
    background-image: url("../images/16032021120901544286.jpg");
}

.text-block-6 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.text-block-7,
.text-block-8,
.text-block-9 {
    text-align: center;
}

.div-block-15 {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    transition: background-color 0.2s;
    display: flex;
}

.div-block-15:hover {
    background-color: rgba(0, 0, 0, 0.38);
}

.div-block-16 {
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    display: flex;
}

.unsplash-image {
    object-fit: cover;
    object-position: 50% 50%;
    width: 20rem;
    height: 20rem;
    margin-right: 20px;
    display: block;
}

.unsplash-image._2 {
    margin-left: 20px;
    margin-right: 0;
}

.uui-text-rich-text {
    color: #475467;
    flex: 1;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
        Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans,
        Droid Sans, sans-serif;
}

.section-4 {
    padding: 40px;
}

.div-block-17 {
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}

.div-block-17._2 {
    flex-flow: row-reverse;
}

.section-5 {
    align-self: center !important;
    width: 80%;
    padding-left: 20px;
    padding-right: 20px;
}

._2 {
    text-align: right;
}

.body-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    display: flex;
}

.grid-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.div-block-19 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
}

.div-block-20 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.image-2 {
    margin-right: 40px;
}

.div-block-21 {
    display: flex;
}

.heading-11 {
    margin-top: 0;
    margin-bottom: 0;
}

.heading-11.size1-text {
    color: var(--white);
}

.grid-6 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.div-block-22 {
    margin-top: 100px;
}

.div-block-23 {
    background-image: url("../images/Fachada.JPG");
    background-position: 50%;
    background-size: cover;
    align-self: stretch;
    width: 34vw;
    margin-right: 40px;
}

.paragraph-74 {
    color: var(--black);
    margin-bottom: 0;
    font-weight: 600;
}

.paragraph-74.encabezado {
    color: var(--white);
}

.div-block-24 {
    background-color: #f5f5f5;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    padding: 40px 70px;
    display: flex;
}

.div-block-24.entero {
    background-color: #fff;
}

.div-block-25 {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    flex-flow: column;
    display: flex;
}

.paragraph-75 {
    text-align: center;
    max-width: 900px;
}

.svg-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.svg-icon:hover {
    cursor: pointer;
}

.link-block-2 {
    opacity: 0.7;
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-block-2:hover {
    opacity: 1;
}

.link-block-3 {
    opacity: 0.7;
    justify-content: center;
    align-items: center;
    display: flex;
}

.link-block-3:hover {
    opacity: 1;
}

.grid-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: center;
    min-width: 1300px;
    margin-top: 40px;
    margin-left: 10%;
    margin-right: 10%;
    display: grid;
}
.grid-8 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-self: center;
    min-width: 1300px;
    margin-top: 40px;
    margin-left: 220px;
    margin-right: 220px;
    display: grid;
    padding-left: 15%;
}

.grid-7._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.grid-7._1.nuevo {
    align-self: flex-start;
    align-items: center;
    justify-items: center;
    min-width: 457px;
}

.grid-7.dise-p {
    min-width: auto;
}

.div-block-26 {
    background-image: url("../images/Captura_de_Pantalla_2024-04-04_a_las_18.19.09.png");
    background-position: 50%;
    background-size: cover;
    width: 100%;
    height: 20vw;
}

.div-block-26._2 {
    background-image: url("../images/ELLAUL4.jpeg");
    background-position: 50%;
    background-size: cover;
}

.div-block-26._3 {
    background-image: url("../images/Captura_de_Pantalla_2024-04-04_a_las_17.56.13.png");
    background-position: 14%;
}

.div-block-26.instalaci-n {
    background-image: url("../images/Instalacion-y-decoracion.JPG");
}

.div-block-26.postventa {
    background-image: url("../images/servicio-postventa.jpg");
}

.div-block-27 {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.div-block-27.nuevo {
    width: 100%;
    max-width: 500px;
}

.div-block-28 {
    justify-content: space-around;
    min-width: 1300px;
    display: flex;
}

.div-block-28.no {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: row;
    justify-content: space-around;
    align-items: flex-end;
    min-width: auto;
}

.div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
    position: absolute;
    top: 6%;
    bottom: auto;
    left: auto;
    right: 1%;
}

.div-block-30 {
    justify-content: center;
    align-items: center;
    display: flex;
}

@media screen and (max-width: 991px) {
    .grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .hero1-image {
        min-height: 640px;
    }

    .hero1-image.lightbox-wrap {
        margin-bottom: -6px;
    }

    .size1-text.quienes-somos-titulo {
        margin-top: 30px;
    }

    .label.black-label.styleguide-section-label {
        text-align: center;
        margin-bottom: 40px;
        position: static;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }

    .hero1-content {
        margin-top: 0;
    }

    .hero1-content.product-detail-wrap {
        margin-top: 30px;
        padding-right: 0;
    }

    .button-large {
        width: 100%;
    }

    .button-large.outline-button-large {
        margin-top: 0;
    }

    .section {
        justify-content: center;
        align-items: center;
        padding: 30px 24px;
        display: flex;
    }

    .section.sin-espacio.sin-padding {
        padding-bottom: 30px;
    }

    .section.sin-espacio.proyectods {
        padding-bottom: 0;
    }

    .section.color {
        padding-top: 40px;
    }

    .section.color.espacio-arriba {
        padding-top: 20px;
    }

    .size4-text,
    .size4-text.crisol {
        text-align: center;
    }

    .paragraph-70.paragraph70-bottom-clear.izq,
    .paragraph-70._2,
    .paragraph-70.bloques {
        font-size: 14px;
    }

    .product-image {
        background-position: 50%;
    }

    .text-label {
        text-align: center;
    }

    .content24-image {
        background-position: 50%;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .content24-quote {
        width: auto;
        position: static;
    }

    .content8-grey-background {
        display: none;
        position: static;
    }

    .content8-image {
        width: auto;
        min-height: 480px;
        margin-top: 0;
        margin-bottom: 36px;
        margin-right: 0;
        position: static;
    }

    .content8-content-wrap {
        height: auto;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .content8-quote-wrap {
        margin-bottom: 20px;
    }

    .content4-headline-wrap {
        width: auto;
    }

    .content4-image {
        height: 640px;
    }

    .content4-image2 {
        height: 460px;
    }

    .content10-image2 {
        display: none;
    }

    .content10-image {
        width: 100%;
        max-width: 738px;
        height: 640px;
    }

    .content34-item-wrap {
        margin-top: 0;
    }

    .content9-image-grid {
        margin-top: 36px;
    }

    .hero3-image {
        min-height: 640px;
    }

    .hero2-background {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
        position: static;
    }

    .hero2-image {
        height: 480px;
        margin-left: -24px;
        margin-right: -24px;
    }

    .hero-with-background-wrap {
        flex-direction: column;
        display: flex;
    }

    .hero-with-background-wrap.hero2-wrap {
        flex-direction: column-reverse;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero2-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        height: auto;
        min-height: auto;
        position: static;
    }

    .hero2-product {
        color: var(--white);
        background-color: #18181d;
        margin-left: -24px;
        margin-right: -24px;
        padding: 24px;
    }

    .hero2-product-name {
        color: #fff;
    }

    .hero2-content {
        max-width: 738px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero2-title {
        padding: 47px 0 67px;
    }

    .hero2-latest {
        padding: 26px;
    }

    .content {
        max-width: 738px;
    }

    .content33-content {
        margin-bottom: 20px;
    }

    .content10-bottom-section {
        margin-top: 60px;
    }

    .hero3-content {
        margin-top: 40px;
    }

    .content35-pictures-feed {
        min-height: 170px;
    }

    .content29-qa-item {
        padding-right: 0;
    }

    .content7-image {
        height: auto;
        min-height: 460px;
    }

    .content7-content-wrap {
        margin-top: 67px !important;
        margin-bottom: 67px !important;
    }

    .nav1-menu-wrap {
        justify-content: space-between;
        width: 100%;
    }

    .nav-link {
        margin-left: 0;
        margin-right: 0;
        padding: 14px 24px;
    }

    .nav-link.servicios {
        display: none;
    }

    .nav-link.catalogos,
    .nav-link.contacto,
    .nav-link.home {
        display: block;
    }

    .nav-link.home._2,
    .nav-link.quienes-somos,
    .nav-link.marcas {
        display: none;
    }

    .nav-link.tienda-online {
        display: block;
    }

    .nav-link._2,
    .nav-link.blog2-button-wrap {
        display: none;
    }

    .content33-content-wrap {
        padding-left: 0;
    }

    .nav1-wrap {
        grid-column-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        display: grid;
    }

    .hero1 {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content6-image2 {
        height: 474px;
    }

    .content6-image3 {
        height: 260px;
    }

    .hero6 {
        padding-left: 0;
        padding-right: 0;
    }

    .hero6.hero6-home3 {
        min-height: 60vh;
    }

    .content16-left-column {
        margin-bottom: 30px;
    }

    .content22-content-wrap {
        margin-top: -25px;
    }

    .blog1-headline-wrap {
        max-width: none;
    }

    .blog3-image {
        min-height: 400px;
    }

    .blog3-headline-wrap,
    .content17-headline-wrap {
        max-width: none;
    }

    .cta8-form-wrap {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .cta8-headline-wrap {
        text-align: left;
    }

    .cta7-map {
        height: auto;
    }

    .menu-button {
        margin-left: 24px;
    }

    .menu-button.w--open {
        background-color: rgba(0, 0, 0, 0);
    }

    .nav1-menu {
        z-index: 15;
        border-bottom: 1px solid var(--white-smoke);
        background-color: #fff;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav1-menu._2 {
        width: 100%;
        display: flex;
    }

    .cta7-map-wrap {
        flex-direction: row;
        min-height: 360px;
        display: flex;
    }

    .content6-image1 {
        background-position: 50% 0;
        height: 260px;
    }

    .product5-nav-wrap {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
        position: static;
    }

    .navbar1 {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero3,
    .hero5-grid,
    .hero6-grid,
    .content4-grid,
    .content6-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content7-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content8-grid,
    .content9-grid,
    .content10-grid,
    .content16-grid,
    .content17-grid,
    .content22-grid,
    .content23-grid,
    .content24-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content28-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content29-grid,
    .content33-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .content33-contacts-grid {
        grid-column-gap: 24px;
        width: 100%;
        max-width: 738px;
        margin-bottom: 30px;
    }

    .content34-grid,
    .content35-bottom-grid,
    .content35-top-grid,
    .product2-grid,
    .product3-grid,
    .product4-grid,
    .product5-grid,
    .product5-feed-grid,
    .blog1-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .blog1-button-wrap {
        margin-bottom: 30px;
    }

    .blog2-headline-wrap {
        max-width: none;
    }

    .blog2-grid,
    .blog3-grid,
    .cta7-grid,
    .cta8-grid,
    .other4-grid,
    .footer2-form-grid,
    .footer2-links-grid,
    .footer2-bottom-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .paragraph {
        text-align: center;
    }

    .content6-headline-grid {
        grid-column-gap: 24px;
        grid-row-gap: 0px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .headline-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .empty-state,
    .success-message,
    .error-message {
        max-width: 738px;
    }

    .styleguide-grid-wrap.style-colors-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .wrapper.m0-100 {
        padding-bottom: 50px;
    }

    .wrapper.m0-100.sin-marco {
        padding-bottom: 0;
    }

    .blog2-button-wrap {
        margin-bottom: 30px;
    }

    .cta11-map-wrap {
        flex-direction: row;
        min-height: 360px;
        margin-top: 0;
        display: flex;
    }

    .cta11-map {
        height: auto;
    }

    .cta11-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .add-to-cart {
        width: 479px;
    }

    .lightbox-product-image {
        width: auto;
        height: 173px;
        margin-top: 0;
    }

    .product-detail-lightbox-wrap {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .category-detail-wrap.all-products-header.catalogo.contacto {
        min-height: 220px;
    }

    .category-detail-wrap.all-products-header.locales.sin {
        margin-bottom: 0;
    }

    .content36-author-pic {
        height: 260px;
    }

    .content36-author-pic.content36-pic1 {
        align-self: auto;
    }

    .content36-headline-wrap {
        max-width: none;
    }

    .content36-grid {
        grid-column-gap: 24px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .home1-deco-part {
        height: 260px;
    }

    .content28-logo {
        max-width: 70%;
    }

    .home2-deco-part {
        height: 260px;
    }

    .rich-text-block {
        width: 100%;
    }

    .checkout-form {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
    }

    .order-summary-wrap {
        position: static;
    }

    .payment-details-wrap {
        margin-right: 0;
    }

    .checkout-container {
        flex-direction: column;
        align-items: stretch;
    }

    .order-confirmation-container {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
    }

    .blog-detail-grid {
        grid-column-gap: 24px;
        grid-row-gap: 50px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 100%;
        max-width: 738px;
    }

    .styleguide-section-wrap {
        padding: 40px;
    }

    .licence-grid {
        grid-row-gap: 60px;
        grid-template-columns: 1fr;
    }

    .heading-3.servicios {
        font-size: 25px;
    }

    .heading-3.servicios.dise-o {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .feature-content {
        max-width: 566px;
    }

    .feature-icon {
        flex: none;
    }

    .grid-3 {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
        flex-direction: column;
        grid-template-rows: 1fr auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-top: 30px;
        margin-bottom: 30px;
        display: grid;
    }

    .div-block-8 {
        flex-flow: column;
    }

    .text-block-4 {
        margin-bottom: 5px;
    }

    .text-block-5 {
        margin-bottom: 10px;
    }

    .div-block-14 {
        padding-top: 5%;
    }

    .heading-10 {
        font-size: 53px;
        line-height: 3.6rem;
    }

    .link-block,
    .link-block._2.marcas2,
    .link-block._3.marcas3,
    .link-block._4.marcas4,
    .link-block.marcas {
        height: 28vw;
    }

    .div-block-16 {
        flex-flow: column;
    }

    .unsplash-image {
        height: 20rem;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .unsplash-image._2 {
        margin-left: 0;
    }

    .unsplash-image.foto-principal {
        margin-bottom: 30px;
    }

    .div-block-17 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .div-block-17._2 {
        flex-flow: column;
    }

    ._2 {
        text-align: left;
    }

    .grid-6 {
        grid-template-columns: 1fr 1fr;
    }

    .paragraph-74 {
        margin-top: 0;
    }

    .div-block-24.entero {
        flex-flow: row;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .div-block-25 {
        flex-flow: row;
    }

    .grid-7 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }
    .grid-8 {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .grid-7._1.nuevo {
        width: 100%;
        min-width: 282px;
    }

    .grid-7.dise-p {
        align-items: start;
        justify-items: stretch;
        margin-top: 10px;
    }
    .grid-8.dise-p {
        align-items: start;
        justify-items: stretch;
        margin-top: 10px;
    }

    .div-block-28 {
        flex-flow: column;
    }

    .div-block-28.no {
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }

    .div-block-29 {
        top: 38%;
        right: 15%;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 34px;
        line-height: 42px;
    }

    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
    }

    ol {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .hero1-image {
        min-height: 460px;
    }

    .hero1-image.lightbox-wrap {
        margin-bottom: -10px;
    }

    .size1-text {
        font-size: 34px;
        line-height: 42px;
    }

    .label.black-label.styleguide-section-label {
        margin-bottom: 30px;
        position: static;
    }

    .section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .section._2 {
        padding-top: 30px;
    }

    .section.color {
        padding-top: 40px;
    }

    .section.color.espacio-arriba {
        padding-top: 10px;
    }

    .size2-text {
        font-size: 32px;
        line-height: 40px;
    }

    .paragraph-70._2 {
        text-align: center;
    }

    .content23-item {
        margin-bottom: 10px;
    }

    .content24-image {
        background-position: 50%;
    }

    .content24-quote {
        font-size: 34px;
        line-height: 42px;
    }

    .content8-image {
        background-position: 50%;
        min-height: 400px;
        margin-bottom: 18px;
    }

    .content8-quote-wrap {
        padding-right: 0;
    }

    .content4-image {
        height: 460px;
    }

    .content4-product-name-wrap {
        width: 100%;
        margin-bottom: -30px;
    }

    .content10-image2 {
        display: none;
    }

    .content10-image {
        height: 460px;
    }

    .content9-image1 {
        margin-bottom: 20px;
    }

    .content9-grey-section {
        display: none;
    }

    .hero3-image {
        min-height: 460px;
    }

    .hero5-image-wrap {
        min-height: 600px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero2-image {
        height: 480px;
    }

    .hero-with-background-wrap.hero2-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero2-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    }

    .hero2-product {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero2-title {
        padding-top: 37px;
        padding-bottom: 47px;
    }

    .hero2-latest {
        flex-direction: column;
    }

    .hero2-image-collection {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .content23-image {
        height: 360px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .content10-bottom-section {
        margin-top: 40px;
    }

    .content35-pictures-feed {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr 1fr;
        min-height: 360px;
    }

    .content29-qa-item {
        padding-right: 0;
    }

    .content7-content-wrap {
        box-shadow: none;
        background-color: rgba(0, 0, 0, 0);
        margin-top: 0;
        margin-bottom: 0;
        padding: 0;
    }

    .product2-content-wrap {
        padding: 26px;
    }

    .nav-link {
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav1-wrap {
        grid-column-gap: 20px;
    }

    .hero1 {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .content6-image2 {
        height: 338px;
    }

    .content6-image3 {
        display: none;
    }

    .hero6 {
        min-height: 600px;
    }

    .sizejumbo-text {
        font-size: 34px;
        line-height: 42px;
    }

    .content16-headline-wrap {
        margin-bottom: 26px;
    }

    .content16-left-column {
        margin-bottom: 20px;
    }

    .blog3-image {
        padding: 26px;
    }

    .footer2-bottom-left-column {
        flex-direction: column;
    }

    .menu-button {
        margin-left: 20px;
    }

    .product5-nav-wrap {
        position: static;
    }

    .navbar1 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero3,
    .hero5-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .hero5-content {
        text-align: center;
        align-items: center;
        max-width: none;
    }

    .hero6-grid,
    .content4-grid,
    .content6-grid,
    .content7-grid,
    .content8-grid,
    .content9-grid,
    .content10-grid,
    .content16-grid,
    .content17-grid,
    .content22-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .content23-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .content24-grid,
    .content28-grid,
    .content29-grid,
    .content33-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .content33-contacts-grid {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        max-width: none;
    }

    .content34-grid,
    .content35-bottom-grid,
    .content35-top-grid,
    .product2-grid,
    .product3-grid,
    .product4-grid,
    .product5-grid,
    .product5-feed-grid,
    .blog1-grid,
    .blog2-grid,
    .blog3-grid,
    .cta7-grid,
    .cta8-grid,
    .other4-grid,
    .footer2-form-grid,
    .footer2-links-grid,
    .footer2-bottom-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .paragraph {
        text-align: center;
    }

    .content6-headline-grid,
    .headline-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .cart-container {
        min-width: 360px;
        max-width: 420px;
    }

    .cart-product-image {
        width: 56px;
    }

    .cart-item-info {
        padding-left: 8px;
        padding-right: 8px;
    }

    .cart-product-name {
        margin-bottom: 4px;
        font-size: 14px;
        line-height: 22px;
    }

    .cart-product-price {
        font-size: 14px;
        line-height: 22px;
    }

    .empty-state,
    .success-message,
    .error-message {
        width: 100%;
        max-width: none;
    }

    .styleguide-grid-wrap,
    .styleguide-grid-wrap.style-colors-wrap {
        grid-template-columns: 1fr;
    }

    .wrapper.m100.quienes-somos {
        padding-bottom: 30px;
    }

    .wrapper.m100-80.bloques-servicios.nuevo4 {
        padding-bottom: 0;
    }

    .content23-item-wrap {
        margin-bottom: 20px;
    }

    .cta11-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .cta11-form-wrap {
        padding: 36px;
    }

    .footer2-links-wrap {
        justify-content: center;
        align-items: flex-start;
    }

    .add-to-cart {
        width: auto;
    }

    .lightbox-product-image {
        height: 120px;
    }

    .product-detail-lightbox-wrap {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .category-detail-wrap {
        min-height: 130px;
    }

    .category-detail-wrap.all-products-header.catalogo.contacto {
        min-height: 170px;
    }

    .content36-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        width: 94%;
        max-width: none;
    }

    .content28-logo {
        max-width: 100%;
        max-height: none;
    }

    .styleguide-note-wrap {
        padding-bottom: 30px;
    }

    .checkout-form {
        background-color: rgba(0, 0, 0, 0);
        padding-top: 0;
        padding-bottom: 0;
    }

    .payment-details-wrap {
        margin-right: 0;
    }

    .blog-detail-grid {
        grid-column-gap: 20px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        max-width: none;
    }

    .styleguide-section-wrap {
        padding: 30px;
    }

    .size1-link {
        font-size: 34px;
        line-height: 42px;
    }

    .utility-page-content {
        width: 100%;
        padding: 50px;
    }

    .utility-page-form-wrap {
        width: auto;
    }

    ._404-message-wrap {
        width: 100%;
        padding: 50px;
    }

    .size2-link {
        font-size: 32px;
        line-height: 40px;
    }

    .heading-3.servicios {
        font-size: 29px;
    }

    .heading-3.servicios.dise-o {
        margin-bottom: 5px;
        font-size: 15px;
    }

    .grid-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }
    .grid-10 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .feature-content.icons {
        text-align: left;
        align-items: center;
        width: 29vw;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .feature-icon {
        height: 42px;
    }

    .grid-3 {
        grid-template-columns: 1fr 1fr;
        margin-bottom: 30px;
    }

    .container-6 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading-9 {
        font-size: 30px;
    }

    .text-block-4 {
        text-align: center;
        margin-bottom: 5px;
    }

    .text-block-5 {
        text-align: center;
        margin-bottom: 10px;
    }

    .div-block-13 {
        flex-flow: column;
    }

    .div-block-14 {
        padding-top: 40px;
    }

    .heading-10.tipo2 {
        line-height: 10vw;
    }

    .link-block,
    .link-block._2.marcas2,
    .link-block._3.marcas3,
    .link-block._4.marcas4,
    .link-block.marcas {
        height: 44vw;
    }

    .unsplash-image {
        height: 10rem;
    }

    .unsplash-image.foto-principal {
        height: 20rem;
    }

    ._2,
    .paragraph-73 {
        text-align: justify;
    }

    .div-block-20 {
        flex-flow: column;
    }

    .div-block-23 {
        width: 100%;
        height: 55vw;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .grid-7._1.nuevo {
        grid-auto-flow: row;
        justify-content: flex-start;
        align-items: center;
        justify-items: stretch;
        width: 100%;
        min-width: 0;
        margin-left: 0;
        margin-right: 0;
        display: flex;
    }

    .grid-7.dise-p {
        display: flex;
    }

    .grid-8.dise-p {
        display: flex;
    }
    .div-block-26 {
        height: 200px;
    }

    .div-block-27 {
        max-width: 400px;
    }

    .div-block-27.nuevo {
        width: auto;
        max-width: 400px;
    }

    .div-block-28.no {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-flow: column;
        width: 100%;
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 479px) {
    .grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .hero1-image.lightbox-wrap {
        margin-bottom: -18px;
    }

    .size1-text {
        font-size: 27px;
    }

    .size1-text.catalago {
        font-size: 39px;
        line-height: 62px;
    }

    .size1-text.quienes-somos-titulo {
        margin-top: 20px;
        margin-bottom: 30px;
        line-height: 28px;
    }

    .label.white-label,
    .label.inside-label {
        text-align: center;
    }

    .button-large {
        font-size: 14px;
        line-height: 22px;
    }

    .section {
        padding-top: 0;
        padding-left: 16px;
        padding-right: 16px;
    }

    .section.color.espacio-arriba {
        padding-top: 10px;
    }

    .paragraph-70._2-col.abanderado.izq {
        font-size: 14px;
    }

    .button-small {
        flex: 1;
        align-self: stretch;
    }

    .button-small.white-small {
        flex: none;
    }

    .content24-quote {
        font-size: 30px;
        line-height: 38px;
    }

    .content8-quote-wrap {
        padding-right: 0;
    }

    .content4-image,
    .content4-image2 {
        height: 400px;
    }

    .content10-image {
        height: 360px;
    }

    .content33-items-wrap {
        padding: 25px 30px 15px;
    }

    .content9-content-wrap {
        padding-right: 0;
    }

    .content9-image1 {
        height: 320px;
        margin-bottom: 16px;
    }

    .hero5-image-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero2-image {
        height: 360px;
    }

    .hero-with-background-wrap.hero2-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero2-grid {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .hero2-product {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .hero2-product-name {
        margin-bottom: 0;
    }

    .hero2-latest {
        flex-direction: column;
        padding: 20px;
    }

    .content35-pictures-feed {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr 1fr;
    }

    .content7-content-wrap {
        margin-bottom: 0;
    }

    .product2-content-wrap {
        padding: 16px;
    }

    .nav-link {
        padding-left: 16px;
        padding-right: 16px;
    }

    .nav1-wrap {
        grid-column-gap: 16px;
    }

    .hero1 {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content6-headline-wrap {
        text-align: left;
        align-items: flex-start;
    }

    .content6-image2 {
        height: 206px;
    }

    .text-field.right-margin-field {
        margin-bottom: 10px;
    }

    .text-field.cart-input {
        color: var(--white);
    }

    .cta8-form-wrap {
        grid-row-gap: 10px;
    }

    .footer2-form-wrap,
    .footer2-bottom-left-column {
        flex-direction: column;
    }

    .menu-button {
        margin-left: 16px;
    }

    .content6-image1 {
        margin-bottom: 0;
    }

    .product5-nav-wrap {
        display: block;
    }

    .navbar1 {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero3,
    .hero5-grid,
    .hero6-grid,
    .content4-grid,
    .content6-grid,
    .content7-grid,
    .content8-grid,
    .content9-grid,
    .content10-grid,
    .content16-grid,
    .content17-grid,
    .content22-grid,
    .content23-grid,
    .content24-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content28-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .content29-grid,
    .content33-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .content33-contacts-grid {
        grid-column-gap: 12px;
    }

    .content34-grid,
    .content35-bottom-grid,
    .content35-top-grid,
    .product2-grid,
    .product3-grid,
    .product4-grid,
    .product5-grid,
    .product5-feed-grid,
    .blog1-grid,
    .blog2-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .blog3-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-flow: row;
    }

    .cta7-grid,
    .cta8-grid,
    .other4-grid,
    .footer2-form-grid,
    .footer2-links-grid,
    .footer2-bottom-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .paragraph {
        text-align: center;
    }

    .content6-headline-grid,
    .headline-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .cart-container {
        min-width: 240px;
        max-width: 320px;
    }

    .cart-product-image {
        width: 56px;
    }

    .styleguide-grid-wrap.style-colors-wrap {
        grid-template-columns: 1fr;
    }

    .wrapper.m100-50.menos.color.movil {
        padding-top: 30px;
    }

    .wrapper.m0-100 {
        padding-bottom: 30px;
    }

    .wrapper.m0-100.espacio {
        margin-bottom: 30px;
    }

    .cta11-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .cta11-form-wrap {
        border-style: none;
        border-width: 0;
        padding: 0;
    }

    .lightbox-product-image {
        height: 70px;
    }

    .product-detail-lightbox-wrap {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
    }

    .category-detail-wrap {
        min-height: 130px;
    }

    .category-detail-wrap.all-products-header.catalogo {
        background-image: linear-gradient(
                rgba(0, 0, 0, 0.64),
                rgba(0, 0, 0, 0.64)
            ),
            url("../images/Contacto-banner.jpg");
        background-position: 0 0, 50%;
        background-size: auto, cover;
    }

    .category-detail-wrap.all-products-header.catalogo.contacto {
        min-height: 130px;
    }

    .content36-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .home1-deco-part,
    .home2-deco-part {
        height: 200px;
    }

    .checkout-headline-wrap {
        text-align: left;
        align-items: flex-start;
    }

    .item-image {
        width: 60px;
    }

    .items-in-order-content-wrap {
        padding-left: 0;
        padding-right: 0;
    }

    .blog-detail-grid {
        grid-column-gap: 12px;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }

    .size1-link {
        font-size: 34px;
        line-height: 42px;
    }

    .utility-page-content {
        padding: 30px;
    }

    ._404-message-wrap {
        padding: 31px;
    }

    .licence-buttons-grid {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    .licence-image {
        height: 300px;
    }

    .heading-3.servicios {
        text-align: center;
        line-height: 27px;
    }

    .heading-3.servicios.dise-o {
        margin-bottom: 5px;
        font-size: 15px;;
    }

    .div-block-6 {
        width: 100%;
    }

    .button.blog2-button-wrap.izq.nuevo {
        text-align: left;
        justify-content: flex-start;
        align-self: stretch;
        align-items: center;
    }

    .grid-2 {
        flex-flow: column;
    }

    .feature-content {
        width: auto;
    }

    .feature-content.icons {
        align-items: center;
        width: auto;
    }

    .feature-icon {
        margin-bottom: 20px;
        height: 62px;
    }

    .black-text {
        font-size: 15px;
    }

    .grid-3 {
        margin-top: 30px;
        display: flex;
    }

    .grid-4 {
        grid-column-gap: 36px;
        grid-row-gap: 36px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: flex;
    }

    .heading-9 {
        font-size: 23px;
    }

    .text-block-4 {
        text-align: center;
        margin-bottom: 5px;
    }

    .text-block-5 {
        text-align: center;
        margin-bottom: 10px;
    }

    .div-block-14 {
        height: 274px;
    }

    .heading-10.tipo2 {
        margin-bottom: 0;
        font-size: 8vw;
    }

    .link-block,
    .link-block._2.marcas2,
    .link-block._3.marcas3,
    .link-block._4.marcas4,
    .link-block.marcas {
        height: 93vw;
    }

    .unsplash-image,
    .unsplash-image.foto-principal {
        height: 16rem;
        margin-top: -35px;
    }

    .section-5 {
        padding-left: 20;
        padding-right: 20;
    }

    ._2,
    .paragraph-73 {
        text-align: justify;
    }

    .grid-5 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        align-items: center;
        display: grid;
    }

    .grid-6 {
        grid-template-columns: 1fr;
    }

    .paragraph-74 {
        margin-top: 30px;
        font-size: 14px;
    }

    .paragraph-74.encabezado {
        font-size: 13px;
        line-height: 20px;
    }

    .div-block-25 {
        flex-flow: column;
    }

    .paragraph-75 {
        font-size: 14px;
        margin-top: -15px;
    }

    .grid-7._1.nuevo {
        margin-left: 0;
        margin-right: 0;
    }

    .grid-7.dise-p {
        margin-top: 10px;
    }
    .grid-8.dise-p {
        margin-top: 10px;
        margin-left: -24px;
    }
    .div-block-26 {
        height: 50vw;
    }

    .div-block-27.nuevo {
        max-width: none;
    }
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eac6c3b9 {
    grid-area: 1 / 6 / 2 / 13;
}

#w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eac6c3b9 {
    grid-area: 1 / 1 / 2 / 8;
}

#w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-eac6c3b9 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_934bd117-500a-c687-88e2-495138b4c5a8-eac6c3b9,
#w-node-_658fbc11-1018-7520-0d8d-ea7573fb7389-eac6c3b9,
#w-node-_603e5635-65ae-52d0-2ca4-514031499c33-f4c28b99,
#w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99 {
    grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8a65606a-bf69-4787-2da2-a770cde43929-f4c28b99 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
}

#w-node-_8bdc9590-22a2-e972-4daa-ca5062e76206-62e76204 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-eac6c40b {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-eac6c40b {
    grid-area: 1 / 1 / 2 / 13;
}

#w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-eac6c40b {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_6c5929ac-d4fb-5c3f-1a73-6300083b79c8-eac6c40b {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-_6c5929ac-d4fb-5c3f-1a73-6300083b79ca-eac6c40b {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-eac6c40d {
    grid-area: 1 / 4 / 2 / 10;
}

#w-node-_4b9437a2-b089-0e33-a573-29912cbeef7a-eac6c40d {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-eac6c40f {
    grid-area: 1 / 4 / 2 / 10;
    justify-self: center;
}

#w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-eac6c40f {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0020-eac6c410 {
    grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_8e454688-028a-83b4-a215-b194917e0034-eac6c410 {
    grid-area: 1 / 7 / 2 / 13;
}

#w-node-_483b8e6c-6dd8-b6b9-38e4-8699b26c4d04-eac6c410 {
    grid-area: span 1 / span 6 / span 1 / span 6;
    align-self: stretch;
    justify-self: center;
}

#w-node-e0f857fc-be58-21ab-f03e-17bab0a01fe2-eac6c410 {
    grid-area: 1 / 1 / 2 / 2;
}

#w-node-de65fc6f-268e-621a-c6a4-4b04a9a1060d-eac6c412 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-eac6c412 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-eac6c412 {
    grid-area: 1 / 4 / 2 / 13;
}

#w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-eac6c412 {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-eac6c412 {
    grid-area: 1 / 6 / 2 / 13;
}

#w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-eac6c412 {
    grid-area: 1 / 1 / 2 / 8;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-eac6c412 {
    grid-area: span 1 / span 5 / span 1 / span 5;
    align-self: center;
    justify-self: start;
}

#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-eac6c412,
#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-eac6c412,
#w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-eac6c412 {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-eac6c413 {
    grid-area: 1 / 3 / 2 / 11;
}

#w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-eac6c413 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-eac6c413 {
    grid-area: 2 / 3 / 3 / 11;
}

#w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-eac6c413 {
    grid-area: 3 / 3 / 4 / 11;
}

#w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-eac6c413 {
    grid-area: 4 / 3 / 5 / 11;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-eac6c413,
#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-eac6c413 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-eac6c413 {
    grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
    grid-area: 1 / 4 / 2 / 10;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
    grid-area: 2 / 1 / 3 / 13;
}

#email-form.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b5-36ef57a9,
#email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9,
#email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9,
#email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
}

#w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-eac6c414 {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-eac6c414 {
    grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-eac6c414 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-eac6c414 {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-eac6c414 {
    grid-area: 1 / 7 / 2 / 13;
}

#w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-eac6c414 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-eac6c414 {
    grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-eac6c414 {
    grid-area: 1 / 7 / 2 / 12;
}

#w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-eac6c414 {
    grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-eac6c414 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-eac6c436 {
    grid-area: 1 / 4 / 2 / 10;
    justify-self: center;
}

#w-node-_5d00ff92236f2b2e939b9a8ban-eac6c436 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-c7df4b40-310e-bd86-551b-f750196096c8-eac6c437 {
    grid-area: 1 / 4 / 2 / 10;
    justify-self: center;
}

#w-node-_5dc0b1e00beb0bdc4f49686aan-eac6c437 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-d9338b7f-2f40-714f-329d-3dc2f7952a85-eac6c442,
#w-node-_4f167013-4758-6814-0c1d-c3c69004a571-eac6c442,
#w-node-_4fb686d4-f71c-1b0c-3c6e-d647f29248a6-eac6c442,
#w-node-_87bc7289-4857-ff7f-ebf7-8f14f651adb9-eac6c442,
#w-node-_5ae4e95f-e432-ac9c-2632-3477564bffd3-eac6c442 {
    justify-self: center;
}

#w-node-f32a8e18-2017-e961-2c36-85873cc407c4-eac6c442 {
    grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-f32a8e18-2017-e961-2c36-85873cc407de-eac6c442 {
    grid-area: 1 / 7 / 2 / 19;
}

#w-node-_1dcb963f-1743-c679-de9a-3ac4b200904c-19b32cb7 {
    grid-area: 1 / 4 / 2 / 10;
    justify-self: auto;
}

#w-node-a798ed2a-f263-829d-3328-790cc4e918e2-19b32cb7 {
    grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_5e14bbf0-e5f1-51d2-edf6-6ed3ae519971-19b32cb7,
#w-node-cf9385a0-4327-2484-e4b8-4c86055c7edb-19b32cb7,
#w-node-e5202670-1719-9054-623b-4ae9b1bf6324-19b32cb7 {
    grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_51ca10ca-0a43-bf2e-00c0-1bd37a31b060-cab86354,
#w-node-_4f4805d4-d443-cc27-53e7-6c7850e6485d-857505bb {
    grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c66d46c-d7bd-e419-db9c-f79e8b3dac1b-d01e6ebc {
    grid-area: 1 / 4 / 2 / 10;
    justify-self: auto;
}

#w-node-bd060b6b-73c7-e940-d02f-5c67d6bc8e78-d01e6ebc,
#w-node-_9419834a-f43c-a3fa-74e6-d7edf3c26035-d01e6ebc,
#w-node-ecb3c541-3423-1e11-c1c8-d0c4b7a5f9d3-d01e6ebc,
#w-node-bf8cfe7f-b0da-de40-89dc-a8d5b04e4aaf-d01e6ebc,
#w-node-_25703f14-b85d-b5b9-906e-d09fa1b29c78-d01e6ebc,
#w-node-aab33062-a23b-d69b-afc0-4f589f78a73c-d01e6ebc,
#w-node-_910bc8ed-249f-cdb8-95c9-53ca5c1a2223-d01e6ebc,
#w-node-fce46354-df05-5bf3-985d-3f0a0dc54627-d01e6ebc,
#w-node-d1982952-fd97-8940-cc90-f8da72f8adb6-d01e6ebc {
    justify-self: center;
}

@media screen and (max-width: 991px) {
    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eac6c3b9 {
        grid-area: 1 / 4 / 2 / 9;
    }

    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eac6c3b9 {
        grid-column-end: 6;
        align-self: stretch;
    }

    #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-eac6c3b9,
    #w-node-_934bd117-500a-c687-88e2-495138b4c5a8-eac6c3b9,
    #w-node-_658fbc11-1018-7520-0d8d-ea7573fb7389-eac6c3b9 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_8bdc9590-22a2-e972-4daa-ca5062e76209-62e76204 {
        grid-area: span 1 / span 2 / span 1 / span 2;
        justify-self: end;
    }

    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-eac6c40b {
        grid-column: span 8 / span 8;
    }

    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-eac6c40b,
    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-eac6c40b,
    #w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-eac6c40d,
    #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-eac6c40f {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-eac6c40f {
        grid-column: span 8 / span 8;
    }

    #w-node-_8e454688-028a-83b4-a215-b194917e0020-eac6c410,
    #w-node-_8e454688-028a-83b4-a215-b194917e0034-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_483b8e6c-6dd8-b6b9-38e4-8699b26c4d04-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
        align-self: stretch;
        justify-self: start;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-eac6c412 {
        grid-area: 2 / 1 / 3 / 9;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-eac6c412 {
        grid-column: 1 / 9;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-eac6c412 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-eac6c412 {
        grid-area: 1 / 4 / 2 / 9;
    }

    #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-eac6c412 {
        grid-column-end: 6;
        align-self: stretch;
    }

    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-eac6c412 {
        grid-area: span 1 / span 8 / span 1 / span 8;
        align-self: center;
        justify-self: start;
    }

    #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-eac6c413 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_929d0ebb-c3a9-c500-0c30-98a9c1090b92-eac6c413 {
        grid-column: span 8 / span 8;
    }

    #w-node-fc54ed5f-758f-2e3b-2a68-ab0a82c03ea0-eac6c413 {
        grid-area: 2 / 1 / 3 / 9;
    }

    #w-node-acb000ed-f057-deea-fd50-f464ddb8a9fb-eac6c413,
    #w-node-_789136d7-8ea9-3fb1-763c-dd95684959e1-eac6c413,
    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-eac6c413 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-eac6c413 {
        grid-column: span 8 / span 8;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-eac6c413 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9 {
        grid-area: 1 / 1 / 2 / 9;
    }

    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
        grid-column: 1 / 9;
    }

    #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-eac6c414 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-eac6c414 {
        grid-area: 1 / 1 / 2 / 9;
    }

    #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-eac6c414 {
        grid-area: 2 / 1 / 3 / 9;
        align-self: end;
    }

    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-eac6c414,
    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-eac6c414,
    #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-eac6c414,
    #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-eac6c414,
    #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-eac6c414,
    #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-eac6c414,
    #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-eac6c414,
    #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-eac6c436,
    #w-node-c7df4b40-310e-bd86-551b-f750196096c8-eac6c437 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_5dc0b1e00beb0bdc4f49686aan-eac6c437 {
        grid-column: span 8 / span 8;
    }

    #w-node-f32a8e18-2017-e961-2c36-85873cc407c4-eac6c442,
    #w-node-f32a8e18-2017-e961-2c36-85873cc407de-eac6c442,
    #w-node-_1dcb963f-1743-c679-de9a-3ac4b200904c-19b32cb7 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-a798ed2a-f263-829d-3328-790cc4e918e2-19b32cb7 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-_5e14bbf0-e5f1-51d2-edf6-6ed3ae519971-19b32cb7,
    #w-node-cf9385a0-4327-2484-e4b8-4c86055c7edb-19b32cb7,
    #w-node-e5202670-1719-9054-623b-4ae9b1bf6324-19b32cb7 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_0c66d46c-d7bd-e419-db9c-f79e8b3dac1b-d01e6ebc {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }
}

@media screen and (max-width: 767px) {
    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eac6c3b9,
    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eac6c3b9 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-eac6c3b9 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-eac6c40b,
    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d1-eac6c40b {
        grid-column: span 6 / span 6;
    }

    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-eac6c40b {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-_749fdd28-44d1-08ab-b7ea-c7a184ac80ab-eac6c40f,
    #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-eac6c40f {
        grid-column: span 6 / span 6;
    }

    #w-node-_8e454688-028a-83b4-a215-b194917e0034-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_483b8e6c-6dd8-b6b9-38e4-8699b26c4d04-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
        align-self: stretch;
        justify-self: start;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-eac6c412 {
        grid-column-end: 7;
        align-self: start;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-eac6c412,
    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-eac6c412,
    #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-eac6c412,
    #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-eac6c412 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-eac6c412 {
        grid-area: span 1 / span 6 / span 1 / span 6;
        align-self: center;
        justify-self: start;
    }

    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-eac6c412 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-a385de21-89dc-4ebc-f9f3-0264084c0094-eac6c413 {
        grid-column: span 6 / span 6;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-eac6c413 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1a-eac6c413 {
        grid-column: span 6 / span 6;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-eac6c413,
    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9,
    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-eac6c414 {
        grid-column: span 6 / span 6;
        justify-self: stretch;
    }

    #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-eac6c414,
    #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-eac6c414 {
        grid-column-end: 7;
    }

    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-eac6c414,
    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-eac6c414 {
        grid-column: span 6 / span 6;
    }

    #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-eac6c414 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-eac6c414,
    #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-eac6c414 {
        grid-column: span 6 / span 6;
    }

    #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-eac6c414 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }

    #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-eac6c414,
    #w-node-c1fc4bdf-c171-c622-5d92-a3e0742561a1-eac6c436,
    #w-node-c7df4b40-310e-bd86-551b-f750196096c8-eac6c437,
    #w-node-_5dc0b1e00beb0bdc4f49686aan-eac6c437 {
        grid-column: span 6 / span 6;
    }

    #w-node-f32a8e18-2017-e961-2c36-85873cc407de-eac6c442 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-a798ed2a-f263-829d-3328-790cc4e918e2-19b32cb7,
    #w-node-_5e14bbf0-e5f1-51d2-edf6-6ed3ae519971-19b32cb7,
    #w-node-cf9385a0-4327-2484-e4b8-4c86055c7edb-19b32cb7,
    #w-node-e5202670-1719-9054-623b-4ae9b1bf6324-19b32cb7 {
        grid-area: span 1 / span 6 / span 1 / span 6;
    }
}

@media screen and (max-width: 479px) {
    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd70a-eac6c3b9,
    #w-node-b9822256-bcec-35dd-9e7b-33e4c0cdd710-eac6c3b9 {
        grid-column: span 4 / span 4;
    }

    #w-node-e5e1a5e5-8b7c-13b4-a5d6-0df72ade44bc-eac6c3b9 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_8f4cb56c-adcc-b0bf-8f74-f664f4c28baf-f4c28b99,
    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1d0-eac6c40b,
    #w-node-f6962625-c7d0-9865-aca6-7c0094a6f1db-eac6c40b {
        grid-column: span 4 / span 4;
    }

    #w-node-_2bcfd258-5d2e-704c-953c-8e75ef4e5364-eac6c40d {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_67c92ccb-f433-05ee-d873-2bf3bf5867ff-eac6c40f {
        grid-column: span 4 / span 4;
    }

    #w-node-_8e454688-028a-83b4-a215-b194917e0034-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-_483b8e6c-6dd8-b6b9-38e4-8699b26c4d04-eac6c410 {
        grid-area: span 1 / span 8 / span 1 / span 8;
        align-self: stretch;
        justify-self: start;
    }

    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a258-eac6c412,
    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a271-eac6c412,
    #w-node-aa28b032-2c39-a4bf-6f2c-ffbebce3a273-eac6c412,
    #w-node-fba82978-0b10-d8f0-e648-48dd1d230dea-eac6c412,
    #w-node-fba82978-0b10-d8f0-e648-48dd1d230df0-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac048-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac05b-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac060-eac6c412,
    #w-node-ba4d92c8-c9c9-43d5-b5a3-613bca5ac065-eac6c412,
    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e14-eac6c413 {
        grid-column: span 4 / span 4;
    }

    #w-node-db5cfc60-8606-32ca-cf2d-869dce0c7e1c-eac6c413 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }

    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57ac-36ef57a9,
    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b4-36ef57a9 {
        grid-column: span 4 / span 4;
    }

    #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b6-36ef57a9,
    #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b7-36ef57a9,
    #email-2.w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b8-36ef57a9 {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_7e01258a-3383-6ac7-1470-ad2f36ef57b9-36ef57a9 {
        grid-area: span 1 / span 2 / span 1 / span 2;
        justify-self: stretch;
    }

    #w-node-def6f3d5-c39d-0e46-beb2-c5a1ae106155-eac6c414 {
        grid-area: span 1 / span 4 / span 1 / span 4;
        justify-self: stretch;
    }

    #w-node-_757fe308-e1f3-17ef-c9d9-48eb41034061-eac6c414 {
        grid-column-end: 5;
    }

    #w-node-edb811f3-e452-ef8d-93c6-a08fcf4a0da7-eac6c414 {
        grid-area: 2 / 1 / 3 / 5;
        align-self: end;
    }

    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb21838-eac6c414,
    #w-node-f94e5f39-1d4b-8b16-78f0-5560fdb2183b-eac6c414,
    #w-node-cba48ce5-c6e8-90e0-ecba-8c826efb3eb8-eac6c414,
    #w-node-_197506c1-1216-ecfe-fcd8-143d5cf2b595-eac6c414,
    #w-node-cd8d5b7c-8210-7921-ae7b-07eb8bb2617a-eac6c414,
    #w-node-_90ca5093-7aa8-dabe-4d85-e349fbf190c3-eac6c414,
    #w-node-_7411d2fc-fa14-6d42-ad66-c1de3a34e9b5-eac6c414,
    #w-node-_5dc0b1e00beb0bdc4f49686aan-eac6c437 {
        grid-column: span 4 / span 4;
    }

    #w-node-f32a8e18-2017-e961-2c36-85873cc407de-eac6c442 {
        grid-area: span 1 / span 8 / span 1 / span 8;
    }

    #w-node-a798ed2a-f263-829d-3328-790cc4e918e2-19b32cb7,
    #w-node-_5e14bbf0-e5f1-51d2-edf6-6ed3ae519971-19b32cb7,
    #w-node-cf9385a0-4327-2484-e4b8-4c86055c7edb-19b32cb7,
    #w-node-e5202670-1719-9054-623b-4ae9b1bf6324-19b32cb7 {
        grid-area: span 1 / span 4 / span 1 / span 4;
    }
}
