/*
 * Newsletters / Productos (site/newsletters.php). Se registra después de css_index.css.
 * (Reglas .text-head, .wrapper--1, .section estaban duplicadas en el <style> inline; unificadas.)
 */

.text-head {
    height: calc(100vh - 18.5rem) !important;
    margin-left: calc(20.2rem - 12rem);
}

.section-block.cover,
.section-block.cover .m-slider-container,
.section-block.cover .tms-slides {
    height: calc(100vh - 22.5rem);
    min-height: 500px;
}

.tms-overlay {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.va {
    position: relative;
    top: 50%;
}

.column {
    margin-bottom: 2.4rem;
    padding: 0 1.2rem;
    position: relative;
}

.column__two {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    padding: 0 1.2rem;
    position: relative;
    width: 100%;
}

.column__two .column {
    width: 50%;
}

.wrapper--1 {
    max-width: 136.8rem;
    margin: auto;
    position: relative;
    width: 100%;
}

.section {
    position: relative;
    width: 100%;
    padding: 4.2rem 0;
}

.heading--2,
h2 {
    font-size: 3.6rem;
    font-weight: 900;
}

@media only screen and (max-width: 1400px) {
    .text-head {
        height: calc(100vh - 2.5rem) !important;
        margin-left: calc(20.2rem - 20rem) !important;
    }
}

@media only screen and (max-width: 1200px) {
    .text-head {
        height: calc(100vh - 2.5rem) !important;
        margin-left: calc(100% - 102%) !important;
    }
}

@media only screen and (max-width: 1024px) {
    .text-head {
        height: calc(100vh - 10rem) !important;
        margin-left: calc(100% - 102%) !important;
    }

    .column__two .column {
        width: 100%;
    }
}

@media only screen and (max-width: 900px) {
    .text-head {
        height: calc(100vh - 10rem) !important;
        margin-left: calc(20.2rem - 8rem) !important;
    }

    .column__two .column {
        width: 100%;
    }
}
