:root {
    --white: white;
    --black: black;
}

.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-layout-blockcontainer {
        max-width: none;
    }
}

body {
    background-color: #f9f7eb;
}

.section {
    text-align: right;
    background-image: url('../images/traetutaza/Landing-page-1-05.jpg');
    background-position: 50%;
    background-size: cover;
    height: 450px;
    padding-top: 26px;
    padding-bottom: 10px;
    padding-right: 127px;
}

.banner {
    display: flex;
    overflow: hidden;
}

.banner img {
    width: 100%;
}

.strong-colored {
    background-color: #ffbd59;
    font-weight: 900;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.section-2 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/traetutaza/calandria.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    margin-top: 0;
    padding-top: 100px;
    padding-bottom: 100px;
}

.form {
    text-align: center;
}

.text-field,
.text-field-2,
.text-field-3,
.textarea {
    font-family: Montserrat, sans-serif;
}

.textarea.consulta {
    height: 80px;
}

.submit-button {
    background-color: #0fce7a;
    border-radius: 6px;
    margin-top: 10px;
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.submit-button:hover {
    background-color: #b1b1b1;
}

.heading {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 27px #000;
    margin-top: 0;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    line-height: 40px;
}

.heading-2 {
    color: #fff;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 24px;
    font-weight: 500;
}

.heading-3 {
    color: #fff;
    text-align: center;
    background-image: linear-gradient(rgba(15, 206, 122, .7), rgba(15, 206, 122, .7));
    border-radius: 6px;
    padding: 5px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.section-3 {
    background-color: #e7e7e7;
    padding-top: 40px;
    padding-bottom: 40px;
}

.div-block {
    text-align: center;
    background-color: #0fce7a;
    border-radius: 1000px;
    width: 120px;
    height: 120px;
    margin: auto;
}

.column {
    text-align: center;
}

.image {
    margin-top: 30px;
}

.text-block {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.column-2,
.column-3,
.column-4 {
    text-align: center;
}

.error-message {
    text-align: center;
    background-color: #f1f1f1;
    margin-top: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.text-block-2 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 130px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 25px;
}

.column-5 {
    padding-left: 20px;
    padding-right: 20px;
}

.section-4 {
    padding-top: 0px;
    padding-bottom: 60px;
}

.section-4.productos1 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.heading-4 {
    text-align: center;
    border-bottom: 1px solid #333;
    margin-top: 0;
    margin-bottom: 40px;
    padding-bottom: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.heading-4.direccion {
    margin-bottom: 15px;
}

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

.columns {
    margin-bottom: 20px;
}

.section-6 {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), none;
    background-position: 0 0, 50%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.section-6.cta {
    background-image: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url('../images/traetutaza/calandria.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, 1200px;
}

.heading-5 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 39px #000;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.container {
    text-align: center;
}

.button-2 {
    background-color: #0fce7a;
    border-radius: 6px;
    padding: 15px 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.button-2:hover {
    background-color: #b4b4b4;
}

.section-7 {
    background-color: #e7e7e7;
    padding-top: 60px;
    padding-bottom: 60px;
}

.section-7.marcas {
    padding-bottom: 35px;
}

.section-8 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.text-block-3 {
    text-align: center;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
}

.section-9 {
    text-align: center;
    background-color: #494949;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Lato, sans-serif;
}

.slider {
    background-color: rgba(0, 0, 0, 0);
    height: 250px;
}

.nombre-prod {
    color: #fff;
    text-transform: uppercase;
    background-color: #e48128;
    padding: 10px 5px;
    font-size: 26px;
    line-height: 22px;
    text-decoration: none;
}

.paragraph {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}

.paragraph.opinion {
    margin-left: 60px;
    margin-right: 60px;
}

.image-33,
.image-34,
.image-35 {
    border-radius: 1000px;
}

.column-16 {
    text-align: center;
}

.section-10 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.column-17 {
    text-align: center;
}

.text-block-4 {
    text-align: center;
    margin-top: 15px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}

.container-2 {
    text-align: center;
}

.image-36,
.image-37,
.image-38,
.image-39,
.image-40,
.image-41,
.image-42,
.image-43 {
    border-radius: 6px;
}

.column-18 {
    text-align: center;
    padding-top: 10px;
}

.section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.slider-2 {
    height: 500px;
}

.slide {
    background-image: url('../images/traetutaza/BALI-VERANO1-Tejidos-del-Rincon.jpg');
    background-position: 50%;
    background-size: cover;
}

.slide-2 {
    background-image: url('../images/traetutaza/fabrica-telas.jpg');
    background-position: 0 0;
    background-size: cover;
}

.slide-3 {
    background-image: url('../images/traetutaza/Maui-Verano-2019-Tejidos-del-Rincon.jpg');
    background-position: 50%;
    background-size: cover;
}

.div-block-2 {
    background-color: #d30000;
    border-radius: 0 10px 10px 0;
    width: 150px;
    position: fixed;
}

.div-block-2.pagos {
    top: 276.891px;
}

.text-block-5 {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.text-block-5.medios-pago {
    text-align: left;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 14px;
}

.text-block-5.presupuesto {
    color: #fff;
    padding-left: 15px;
    position: fixed;
}

.medios-pago {
    z-index: 2;
    background-color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 160px;
    position: fixed;
    top: 280.891px;
}

.presupuesto {
    background-color: #c90000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 150px;
}

.image-44 {
    margin-bottom: 10px;
    padding-top: 49px;
}

.image-45 {
    padding-left: 0;
    position: relative;
    left: 333px;
}

.presupuesto-2 {
    z-index: 2;
    background-color: #c90000;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 150px;
    position: fixed;
}

.presupuesto-3 {
    background-color: #c4d557;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 120px;
}

.link-4 {
    color: #fff;
    text-decoration: none;
}

.video {
    height: 350px;
}

.image-46 {
    margin-left: 6px;
}

.image-47 {
    padding-top: 9px;
}

.column-19 {
    text-align: right;
}

.section-12 {
    text-align: center;
    padding: 20px 10px 66px;
}

.column-20 {
    text-align: left;
}

.image-48 {
    width: 70%;
    margin-top: 34px;
    margin-bottom: 34px;
}

.image-100 {
    width: 100%;
    margin-top: 34px;
    margin-bottom: 34px;
    max-width: 940px !important;
}

.paragraph-2 {
    color: #6d8762;
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.paragraph-21 {
    color: #000;
    text-align: justify;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.paragraph-21.center {
    text-align: center;
    font-size: 14px;
}

.paragraph-21 {
    padding-left: 20px;
    padding-right: 20px;
}

.paragraph-2.center {
    text-align: center;
    font-size: 14px;
}

.paragraph-3 {
    color: #6d8762;
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    line-height: 22px;
}

.paragraph-3.center {
    text-align: center;
    font-size: 14px;
}

.section-13 {
    /* background-image: url('../images/traetutaza/Landing-page-1-10.png'); */
    background-position: 50%;
    background-size: cover;
    /* height: 103vh; */
    background-color: #ffbd59;
    padding-top: 20px;
    text-align: center;
}

.heading-6 {
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #5c794f;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: Oswald, sans-serif;
}

.heading-6.white {
    color: #fff;
    margin-bottom: 40px;
}

.heading-6.mapa {
    border-radius: 5px;
    margin-bottom: 0px;
    background-color: #5c794f;
    display: inline-block;
    padding: 10px 15px;
    font-weight: 700;
    color: #fff;
    font-family: Oswald, sans-serif;
}

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

.columns-2 {
    font-size: 2px;
    margin-top: 35px;
}

.column-21 {
    text-align: center;
}

.image-49 {
    width: 20%;
}

.column-22,
.column-23 {
    text-align: center;
}

.link-5 {
    color: #6d8762;
    margin-top: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.section-15 {
    background-color: #ffbd59;
    padding-top: 30px;
    padding-bottom: 20px;
}

.image-50 {
    margin-bottom: 40px;
}

.image-51 {
    width: 66px;
    margin-bottom: 20px;
    padding-top: 0;
}

.image-51.a {
    margin-bottom: 0;
}

.image-51.b {
    margin-bottom: 3px;
    padding-bottom: 5px;
}

.image-51.c {
    width: 26%;
}

.column-24,
.column-25,
.column-26 {
    text-align: center;
}

.column-27 {
    text-align: center;
    padding-top: 0;
}

.text-block-6 {
    color: #5c794f;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.image-52 {
    width: 45%;
    margin-top: 35px;
}

.container-3 {
    width: auto;
    margin-bottom: 10px;
    text-align: center;
}

.text-block-7 {
    color: #fff;
    font-family: Lato, sans-serif;
}

.image-53 {
    width: 25%;
}

.image-54 {
    width: 45%;
}

.columns-3 {
    justify-content: center;
    align-items: center;
    display: flex;
}

.image-55 {
    z-index: -1;
    position: relative;
}

.div-block-3 {
    min-height: 100vh;
}

.container-4 {
    padding-left: 25px;
    padding-right: 25px;
}

.clip {
    clip-path: inset(145px 35px 35px 35px);
}

.columns-4 {
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
    display: block;
}

.text-block-8 {
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    padding-left: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    font-weight: 600;
}

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

.image-56 {
    width: 35%;
}

.image-57 {
    width: 25%;
}

.image-58 {
    width: 15%;
}

.image-59 {
    width: 18%;
    margin-left: 5px;
    margin-right: 5px;
}

.image-60 {
    width: 19%;
}

html.w-mod-js [data-ix="aparecer-desde-el-centro"] {
    opacity: 0;
    transform: scale(.5);
}

html.w-mod-js [data-ix="aparecer-de-izq-a-der"] {
    opacity: 0;
    transform: translate(-100px);
}

html.w-mod-js [data-ix="aparecer-de-der-a-izq"] {
    opacity: 0;
    transform: translate(100px);
}

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

.hiperlinks a {
    display: flex;
    align-items: center;
    flex: 1 1 calc(25% - 10px);
    /* 25% width minus some margin for spacing */
    box-sizing: border-box;
    margin: 5px;
    max-width: 105px;
    justify-content: center;
}

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

.text-start {
    text-align: start;
}

.grey-line {
    background-color: #e3e1d6;
    padding: 20px;
}

.grey-line .limited-width {
    max-width: 900px;
    width: 100%;
}
@media screen and (max-width: 991px) {

    .text-block-5.presupuesto,
    .medios-pago {
        display: none;
    }

    /* .section-13 {
    height: 160vh;
  } */

    .heading-6 {
        padding-left: 40px;
        padding-right: 40px;
        font-size: 30px;
    }

    .heading-6.mapa {
        margin-bottom: 40px;
    }

    .image-53 {
        width: 30%;
    }

    .image-54 {
        width: 50%;
    }

    .container-4 {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .section {
        height: 350px;
        padding-right: 20px;
    }

    .section-2 {
        padding-top: 62px;
    }

    .column-5 {
        margin-bottom: 15px;
    }

    .column-16 {
        margin-bottom: 24px;
    }

    .image-45 {
        display: none;
    }

    .image-48 {
        width: 90%;
    }

    .image-53 {
        width: 50%;
        max-width: 80%;
    }

    .image-54 {
        width: 70%;
    }

    .columns-3 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .div-block-4 {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479px) {
    .section {
        text-align: right;
        height: 250px;
        padding-top: 0;
        padding-right: 0;
    }

    .column-8 {
        margin-bottom: 26px;
    }

    .column-9 {
        margin-bottom: 24px;
    }

    .text-block-5.presupuesto {
        display: none;
    }

    .image-46,
    .image-47 {
        width: 15%;
        max-width: 80%;
    }

    .image-48 {
        width: 100%;
        margin-top: 20px;
    }

    .paragraph-2 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .paragraph-2.center {
        margin-bottom: 31px;
    }

    .section-13 {
        padding-left: 20px;
        padding-right: 20px;
    }

    .heading-6.mapa {
        background-color: #ffc500;
        margin-left: -20px;
        margin-right: -20px;
        padding-bottom: 20px;
    }

    .link-5 {
        margin-bottom: 44px;
    }

    .section-15 {
        padding-top: 0;
        padding-bottom: 51px;
    }

    .image-52 {
        width: 80%;
    }

    .image-53,
    .image-54 {
        max-width: 70%;
    }

    .columns-3 {
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .div-block-4 {
        flex-flow: column;
    }

    .image-61 {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .image-62 {
        width: 100%;
        max-width: 100%;
    }

    .hiperlinks a {
        flex: 1 1 calc(30%) !important;
    }
}