*{padding: 0; margin: 0; box-sizing: border-box;}

body.mrg {
    padding-bottom: 40px !important;
}

html.mrg .header {
    background: url('../img/cabeceras/shutterstock_1069612100.jpg');
    text-align: center;
    width: 100%;
    height: auto !important;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    overflow: hidden;
    border-radius: 0 0  0 85% / 20%;
}

html.mrg .header .overlay{
    width: 100%;
    height: 100%;
    padding: 350px 20px;
    font-size: 22px !important;
    line-height: 32px;
    background-image: linear-gradient( 135deg, #00000096 20%, #0000008b 100%);
}

.img-logo {
    max-width: 400px;
    margin-top: -450px;
    width: 100%;
    filter: brightness(0) invert(1);
}

.carta {
    margin-top: -500px !important;
}

sub {
    top: -.45em !important;
    left: 0.10em !important;
}

@media only screen and (max-width: 768px) {
    html.mrg .header {
        background-position: 35%;
        border-radius: 0  0 0 65% / 20%;
    }

    html.mrg .header .overlay{
        padding: 100px 50px;
        font-size: 16px !important;
        line-height: 24px;
    }

    html.mrg .body-sign {
        padding: 20px;
        margin-top: -80px !important;
        font-size: 16px !important;
        line-height: 24px;
    }

    .img-logo {
        margin-top: -50px;
    }

    html.mrg .main > .container {
        margin-top: -50px !important;
    }
}

.list.list-ordened.list-ordened-style-2 li::before, .list.list-ordened.list-ordened-style-3 li::before {
    min-width: 22px;
    line-height: 20px;
}

.list.list-ordened li::before {
    color: #3a7d34;
    border-color: #3a7d34;
}

.list.list-ordened li {
    color: #777;
}

blockquote {
    border-left: 5px solid #3a7d34;
    font-size: 0.8rem;
    color: #777;
}

.section-funnel-layer-bottom {

    width: 100%;
    padding: 6rem 0;
    transform: translate3d(0, 50%, 0);
}

.section-funnel-layer-top {

    width: 100%;
    padding: 6rem 0;
    transform: translate3d(0, -50%, 0);
}

.section-funnel-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
}

.section-funnel-layer:nth-child(1) {
    transform: skewY(-4.7deg);
}

.section-funnel-layer:nth-child(2) {
    transform: skewY(4.7deg);
}

.bg-color-light-scale-1 {
    background-color: #f7f7f7 !important;
}

section.section_bosque {
    background: #f4f4f4;
    background-repeat: no-repeat !important;
    box-shadow: inset 0 0 10px rgba(0, 0, 0,0.8);
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position-x: 0;
    background-position-y: 50%;
    position: relative;
    z-index: 99999;
}

.text-shadow-mrg {
    font-weight: bold;
    background-color: #000;
    color: transparent;
    text-shadow: 1px 1px 1px rgba(255, 255, 255,0.9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.text-shadow-mrg {
    font-weight: bold;
    background-color: #000;
    color: transparent;
    text-shadow: 1px 1px 1px rgba(255, 255, 255,0.9);
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
}

.text-color-mrg {
    color: #3a7d34;
}

html.mrg .overlay_bosque {
    width: 100%;
    height: 100%;
    line-height: 32px;
    padding: 50px 0;
    background-image: linear-gradient( 135deg, #66666696 20%, #6666668b 100%);
}

.covid-img-protocol {
    margin: auto;
    position: relative;
    background: #fff;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    flex-shrink: 0;
}

.covid-img-protocol img {
    border-radius: 50%;
    max-width: 100%;
    height: auto;
}

.covid-title-protocol {
    text-align: center;
    margin-top:15px;
    color: #312c70;
}

.covid-area {
    background: #f4f4f4;
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: solid 1px #C0C0C0;
    box-shadow: inset 1px 1px 150px #C0C0C0;
}

ul.listado-info {
    margin-left: 15px;
}

.sub-title {
    margin-bottom: 2.5em;
}

.sub-title2 {
    margin-top: 2em;
    margin-bottom: 2.5em;
}

.shop_table {
    width: 100%;
    margin: 0;
        margin-bottom: 0px;
    text-align: left;
}

.color_gray {
    color: rgb(119, 119, 119);
}

.border-total {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.border-width-3 {
    border-width: 3px !important;
}