﻿* {
    margin: 0px;
    padding: 0px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul, ol {
    list-style: none;
}

ul {
    margin-left: 1.9em;
}

li {
    font-size: 1.5625em;
    list-style: disc;
}

/*--------------------------------
    Fuentes
---------------------------------*/

h1, h2, h3, h4, h5, h6, p, a, span, label {
    font-family: Gotham;
}

figure {
    margin: 0px;
}

@media (max-width: 576px) {
    h3 {
        font-size: 1.5em !important;
    }

    .blockquote {
        font-size: 16px;
    }

    p, blockquote {
        font-size: 1.125em !important;
        margin-left: 0px !important;
    }
}

@font-face {
    font-family: 'Gotham';
    src: url('/wwwroot/fonts/gotham/Gotham-Book.otf') format('opentype');
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('/wwwroot/fonts/gotham/Gotham-Bold.otf') format('opentype');
}



#body-content {
    max-width: 1920px;
    margin: 0 auto;
}

#main {
    margin: 0 auto;
    padding: 2em 15px;
    width: 100%;
    max-width: 1640px;
    overflow: hidden;
}


@media (max-width: 1820px) {
    #main {
        padding: 2em 8em;
    }
}

@media (max-width: 1600px) {
    #main {
        padding: 2em 10em;
    }
}

@media (max-width: 578px) {
    #main {
        padding: 2em 15px;
    }

    .cd-nav-trigger {
        position: absolute !important;
    }
}

#article_section_media {
    max-width: 1354px;
    width: 100%;
    margin: 0 auto;
}

#how-help {
    width: 100%;
    padding: 3em 2em;
    background-color: #ECECED;
    color: #9B999F;
    overflow: hidden;
}

    #how-help h4 {
        margin-bottom: 1em;
        font-size: 2.5em;
    }

    #how-help p {
        font-size: 1.875em;
    }

#video {
    width: 100%;
    margin-top: 2em;
}

    #video video {
        width: 100%;
    }

@media (max-width: 768px) {


    #how-help {
        padding: 2em 15px;
    }

        #how-help h4 {
            font-size: 1.5625em;
        }

        #how-help p {
            font-size: 1.5625em;
        }
}
/*--------------------------------
    Utils
----------------------------------*/
.gradient-grey-and-trasparent-vertical {
    background: rgb(209,205,208);
    background: linear-gradient(180deg, rgba(209,205,208,1) 0%, rgba(255,255,255,0) 100%);
}

.background-lamp {
    background-image: url(/gshoy/img/Noviembre2020/background-lamp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}

.social-networks {
    height: 70px;
}

    .social-networks ul {
        display: flex;
        flex-direction: row;
        margin-left: 0px;
    }

        .social-networks ul li {
            margin-right: 15px;
            list-style: none;
        }

            .social-networks ul li a {
                width: 70px;
                height: 70px;
                font-size: 1.8em;
                border-radius: 50%;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #FED830;
                color: #FFF;
            }

                .social-networks ul li a i {
                    color: #FFF;
                }

.date-and-read {
    max-width: 260px;
    height: 80px;
    overflow: hidden;
}

    .date-and-read span:first-child {
        display: none;
        max-width: 260px;
        width: 100%;
        padding: 0.2em 0.8em;
        background-color: #FED830;
        color: #FFF;
    }


#image-and-quote .blockquote {
    padding-left: 0px;
}

    #image-and-quote .blockquote blockquote {
        margin-left: 20px;
        padding: 10px 15px;
        border-left: 6px solid #FED830;
        font-size: 1em;
    }


        #image-and-quote .blockquote blockquote.right {
            margin-left: 0px;
            padding: 10px 15px;
            border-left: none;
            border-right: 6px solid #FED830;
            font-size: 1em;
        }

    #image-and-quote .blockquote blockquote {
        color: #9B999F;
        font-family: Gotham;
    }

        #image-and-quote .blockquote blockquote ul {
            margin-left: 1em;
        }

            #image-and-quote .blockquote blockquote ul li {
                list-style: disc;
                font-size: 1em;
            }

@media (min-width: 991px) {
    figure.image-for-quote-1, figure.image-for-quote-2, figure.image-for-quote-3 {
        position: relative;
        height: 400px;
    }

        figure.image-for-quote-1 img {
            position: absolute;
            bottom: 1em;
        }

        figure.image-for-quote-2 img {
            position: absolute;
            bottom: 2em;
            left: -8%;
        }

        figure.image-for-quote-3 img {
            position: absolute;
            bottom: 2em;
            left: 0px;
        }
}

@media (max-width: 768px) {
    .social-networks ul li {
        margin-right: 10px;
    }

        .social-networks ul li a {
            width: 50px;
            height: 50px;
            font-size: 1.2em;
        }
}

@media (max-width: 576px) {

    .social-networks ul li a {
        width: 35px;
        height: 35px;
    }
}

.hero {
    position: relative;
}

#before {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 30%;
    margin-top: -20px;
}

#next {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 30px;
    top: 30%;
    margin-top: -20px;
}

    #before img, #next img {
        max-width: 100%;
    }


#content_article p {
    font-size: 1.3em;
}
/* -------------------------------
   Header Triangle Right
    ------------------------------*/


.hero.wrapper_triangle__right {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left center;
    overflow: hidden;
}

    .hero.wrapper_triangle__right .init .triangle__right {
        width: 100%;
        height: 100%;
        max-width: 1611px;
        right: 0;
        top: 0;
        border-color: transparent transparent rgba(0,0,0,0.55) transparent;
        /*border-width: 0 0 280vw 400vw;*/
        border-width: 0 0 390vw 400vw;
        position: absolute;
        overflow: hidden;
        border-style: solid;
        transition: all 0.5s;
    }


    .hero.wrapper_triangle__right .init {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        right: 0px;
    }

        .hero.wrapper_triangle__right .init .logo__image__gs {
            position: absolute;
            width: 150px;
            height: 150px;
            right: 50%;
            bottom: 5%;
            content: '';
            background-image: url(/wwwroot/img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            transition: all 0.5s;
        }

    .hero.wrapper_triangle__right .text-hero {
        color: #FFF;
        position: absolute;
        bottom: 7%;
        right: 6%;
        max-width: 640px;
        text-align: right;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        font-family: Gotham-Bold;
    }

        .hero.wrapper_triangle__right .text-hero h1 {
            font-size: 4.375em;
            color: #FED830;
            transition: all 0.5s;
        }

        .hero.wrapper_triangle__right .text-hero h2 {
            font-size: 2.1875em;
            color: #FFF;
            transition: all 0.5s;
        }

@media (max-width: 1840px) {
    .hero.wrapper_triangle__right .init .logo__image__gs {
        width: 150px;
        height: 150px;
        
    }

    .hero.wrapper_triangle__right .init .triangle__right {
        border-width: 0 0 300vw 320vw;
    }

    .hero.wrapper_triangle__right .text-hero {
        max-width: 500px;
    }

        .hero.wrapper_triangle__right .text-hero h1 {
            font-size: 3.55em;
        }
}

@media (max-width: 1440px) {
    .hero.wrapper_triangle__right .init .logo__image__gs {
        width: 150px;
        height: 150px;
        top: 5vw;
        right: 10%;
    }

    .hero.wrapper_triangle__right .init .triangle__right {
        border-width: 0 0 300vw 320vw;
    }
}

@media (max-width: 1200px) {
    .hero.wrapper_triangle__right .init .triangle__right {
        border-width: 0px;
        background-color: transparent;
    }


    .hero.wrapper_triangle__right .text-hero {
        max-width: 100%;
        bottom: 0%;
        right: 0%;
        background-color: rgba(0,0,0,0.55);
        padding: 3em 15px;
    }

    .hero.wrapper_triangle__right .init .triangle__right {
        border-width: 0px;
        background-color: transparent;
    }

    .hero.wrapper_triangle__right .init .logo__image__gs {
        width: 80px;
        height: 80px;
        top: 5%;
        right: 5%;
    }

    .hero.wrapper_triangle__right .text-hero h1 {
        font-size: 3.375em;
        color: #FED830;
    }

    .hero.wrapper_triangle__right .text-hero h2 {
        font-size: 1.5em;
        color: #FFF;
        transition: all 0.5s;
    }
}

@media (max-width: 1400px) {

    .hero.wrapper_triangle__right .init .triangle__right {
        width: 100%;
        height: 100%;
        max-width: 1500px;
    }
}

@media (max-width: 768px ) {

    .hero.wrapper_triangle__right .init {
        position: relative;
    }

        .hero.wrapper_triangle__right .init .logo__image__gs {
            width: 80px;
            height: 80px;
            top: -50px;
            z-index: 1;
        }

        .hero.wrapper_triangle__right .init .triangle__right {
            height: 300px;
            top: 55%;
            border-width: 0px;
        }


    .hero.wrapper_triangle__right .text-hero {
        position: relative;
        background-color: rgba(0,0,0,0.8);
    }

        .hero.wrapper_triangle__right .text-hero h1 {
            font-size: 2.375em;
            color: #FED830;
        }

        .hero.wrapper_triangle__right .text-hero h2 {
            font-size: 1.1875em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 576px ) {

    .hero.wrapper_triangle__right .init .triangle__right {
        height: 350px;
        top: 45%;
        border-width: 0px;
    }

    .hero.wrapper_triangle__right .init .logo__image__gs {
        width: 50px;
        height: 50px;
        top: -20px;
        z-index: 1;
    }

    .hero.wrapper_triangle__right .text-hero {
        padding-right: 15px;
        padding-left: 15px;
        right: 0px;
    }

        .hero.wrapper_triangle__right .text-hero h1 {
            font-size: 2em;
            color: #FED830;
        }
}

@media (max-width: 360px ) {

    #gshoy__plantilla__uno .hero .text-hero {
        bottom: 5%;
    }
}


/* -------------------------------
   Header Triangle Left
    ------------------------------*/


.hero.wrapper_triangle__left {
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .hero.wrapper_triangle__left .init {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
    }

        .hero.wrapper_triangle__left .init .triangle__left {
            width: 100%;
            height: 100%;
            max-width: 1611px;
            left: 0;
            top: 0;
            border-color: transparent transparent rgba(0,0,0,0.55) transparent;
            border-width: 0 300vw 280vw 0;
            position: absolute;
            overflow: hidden;
            border-style: solid;
        }


        .hero.wrapper_triangle__left .init .logo__image__gs {
            position: absolute;
            width: 150px;
            height: 150px;
            right: 45%;
            bottom: 5%;
            content: '';
            background-image: url(/wwwroot/img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            transition: all 0.5s;
        }

    .hero.wrapper_triangle__left .text-hero {
        color: #FFF;
        position: absolute;
        bottom: 7%;
        left: 4%;
        max-width: 760px;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        font-family: Gotham-Bold;
    }

        .hero.wrapper_triangle__left .text-hero h1 {
            font-size: 4.375em;
            color: #FED830;
            transition: all 0.5s;
        }

        .hero.wrapper_triangle__left .text-hero h2 {
            font-size: 2.1875em;
            color: #FFF;
            transition: all 0.5s;
        }



@media (max-width: 1800px) {
    .hero.wrapper_triangle__left {
        width: 100%;
    }

        .hero.wrapper_triangle__left .init .triangle__right {
            width: 100%;
            height: 100%;
            max-width: 1500px;
        }



        .hero.wrapper_triangle__left .init .triangle__left {
            border-width: 0 300vw 280vw 0;
        }


        .hero.wrapper_triangle__left .text-hero {
            max-width: 500px;
            left: 3%;
        }
}


@media (max-width: 1440px) {
    .hero.wrapper_triangle__left {
        width: 100%;
    }

        .hero.wrapper_triangle__left .init .triangle__right {
            width: 100%;
            height: 100%;
            max-width: 1500px;
        }

        .hero.wrapper_triangle__left .init .logo__image__gs {
            width: 100px;
            height: 100px;
        }

        .hero.wrapper_triangle__left .text-hero h1 {
            font-size: 3.55em;
            color: #FED830;
        }

        .hero.wrapper_triangle__left .init .triangle__left {
            border-width: 0 300vw 280vw 0;
        }
}

@media (max-width: 1200px) {

    .hero.wrapper_triangle__left .text-hero {
        bottom: 0%;
        left: 0%;
        background-color: rgba(0,0,0,0.55);
        padding: 3em 15px;
    }

    .hero.wrapper_triangle__left .init .triangle__left {
        height: 300px;
        top: 55%;
        border-width: 0px;
        background-color: transparent;
    }

     .hero.wrapper_triangle__left .init .logo__image__gs {
            width: 80px;
            height: 80px;
            bottom: 80%;
            left: 85%;
            z-index: 2;
        }

    .hero.wrapper_triangle__left .text-hero {
        max-width: 100%;
        width: 100%;
    }

        .hero.wrapper_triangle__left .text-hero h1 {
            font-size: 3.375em;
            color: #FED830;
        }

        .hero.wrapper_triangle__left .text-hero h2 {
            font-size: 1.5em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 768px ) {

    .hero.wrapper_triangle__left .init {
        position: relative;
    }

        .hero.wrapper_triangle__left .init .triangle__left {
            height: 300px;
            top: 55%;
            border-width: 0px;
        }

        .hero.wrapper_triangle__left .init .logo__image__gs {
            width: 80px;
            height: 80px;
            top: -50px;
            z-index: 1;
            /*left: 85vw;*/
            /*top: 50%;*/
        }

    .hero.wrapper_triangle__left .text-hero {
        position: relative;
        background-color: rgba(0,0,0,0.8);
    }

        .hero.wrapper_triangle__left .text-hero h1 {
            font-size: 2.375em;
            color: #FED830;
        }

        .hero.wrapper_triangle__left .text-hero h2 {
            font-size: 1.1875em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 576px ) {

    .cd-nav-trigger {
        width: 40px;
        height: 40px;
    }

    #before, #next {
        width: 30px;
        height: 30px;
    }

    .hero.wrapper_triangle__left .init .logo__image__gs {
        width: 50px;
        height: 50px;
        top: -20px;
    }

    .hero.wrapper_triangle__left .text-hero {
        padding-right: 15px;
        padding-left: 15px;
        right: 0px;
    }

        .hero.wrapper_triangle__left .text-hero h1 {
            font-size: 2em;
            color: #FED830;
        }
}

@media (max-width: 360px ) {
    .hero.wrapper_triangle__left .text-hero {
        bottom: 0%;
    }
}


/*-------------------------------- 
   Header  Regtangle Right
 --------------------------------*/


.hero.wrapper_regtangle__right {
    width: 100%;
    height: 1075px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .hero.wrapper_regtangle__right .init {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .hero.wrapper_regtangle__right .init .regtangle__right {
            width: 100%;
            height: 100%;
            max-width: 814px;
            right: 0;
            top: 0;
            background-color: rgba(0,0,0,0.55);
            /* border-color: transparent transparent rgba(0,0,0,0.55) transparent;
                border-width: 0 400vw 280vw 0;*/
            position: absolute;
            overflow: hidden;
            /*border-style: solid;*/
        }


        .hero.wrapper_regtangle__right .init .logo__image__gs {
            position: absolute;
            width: 200px;
            height: 200px;
            right: 720px;
            top: 10vw;
            content: '';
            background-image: url(/wwwroot/img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            transition: all 0.5s;
        }

    .hero.wrapper_regtangle__right .text-hero {
        color: #FFF;
        position: absolute;
        bottom: 10%;
        right: 0%;
        padding: 0em 15px;
        max-width: 814px;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        font-family: Gotham-Bold;
    }

        .hero.wrapper_regtangle__right .text-hero h1 {
            font-size: 4.375em;
            color: #FED830;
            transition: all 0.5s;
        }

        .hero.wrapper_regtangle__right .text-hero h2 {
            font-size: 2.1875em;
            color: #FFF;
            transition: all 0.5s;
        }





@media (max-width: 1440px) {
    .hero.wrapper_regtangle__right .init .logo__image__gs {
        width: 150px;
        height: 150px;
    }


    .hero.wrapper_regtangle__right {
        width: 100%;
        height: 900px;
    }

        .hero.wrapper_regtangle__right .init .triangle__right {
            width: 100%;
            height: 100%;
            max-width: 1500px;
        }
}

@media (max-width: 991px) {

    .hero.wrapper_regtangle__right {
        height: 900px;
    }

        .hero.wrapper_regtangle__right .text-hero {
            bottom: 0%;
            left: 0%;
            background-color: rgba(0,0,0,0.55);
            max-width: 100%;
            padding: 2em 15px;
        }

        .hero.wrapper_regtangle__right .init .regtangle__right {
            height: 300px;
            top: 55%;
            border-width: 0px;
            background-color: transparent;
        }

        .hero.wrapper_regtangle__right .init .logo__image__gs {
            width: 100px;
            height: 100px;
            top: 5%;
            left: 5%;
        }

        .hero.wrapper_regtangle__right .text-hero h1 {
            font-size: 3.375em;
            color: #FED830;
        }

        .hero.wrapper_regtangle__right .text-hero h2 {
            font-size: 1.5em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 768px ) {
    .hero.wrapper_regtangle__right {
        height: 600px;
    }

        .hero.wrapper_regtangle__right .init .regtangle__right {
            height: 300px;
            top: 55%;
            border-width: 0px;
            background-color: transparent;
        }

        .hero.wrapper_regtangle__right .init .logo__image__gs {
            width: 80px;
            height: 80px;
        }

        .hero.wrapper_regtangle__right .text-hero h1 {
            font-size: 2.375em;
            color: #FED830;
        }

        .hero.wrapper_regtangle__right .text-hero h2 {
            font-size: 1.1875em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 576px ) {
    .hero.wrapper_regtangle__right .init .logo__image__gs {
        right: 65vw;
    }

    .hero.wrapper_regtangle__right .text-hero {
        padding-right: 15px;
        padding-left: 15px;
        right: 0px;
    }

        .hero.wrapper_regtangle__right .text-hero h1 {
            font-size: 2em;
            color: #FED830;
        }
}

@media (max-width: 360px ) {
    .hero.wrapper_regtangle__right .text-hero {
        bottom: 0%;
    }
}


/*-------------------------------- 
   Header  Regtangle Left
 --------------------------------*/


.hero.wrapper_regtangle__left {
    width: 100%;
    height: 1075px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
}

    .hero.wrapper_regtangle__left .init {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .hero.wrapper_regtangle__left .init .regtangle__left {
            width: 100%;
            height: 100%;
            max-width: 814px;
            left: 0;
            top: 0;
            background-color: rgba(0,0,0,0.55);
            /* border-color: transparent transparent rgba(0,0,0,0.55) transparent;
                border-width: 0 400vw 280vw 0;*/
            position: absolute;
            overflow: hidden;
            /*border-style: solid;*/
        }


        .hero.wrapper_regtangle__left .init .logo__image__gs {
            position: absolute;
            width: 200px;
            height: 200px;
            left: 720px;
            top: 10vw;
            content: '';
            background-image: url(/wwwroot/img/logo.png);
            background-size: contain;
            background-repeat: no-repeat;
            transition: all 0.5s;
        }

    .hero.wrapper_regtangle__left .text-hero {
        color: #FFF;
        position: absolute;
        bottom: 10%;
        left: 0%;
        padding: 0em 15px;
        max-width: 814px;
        text-align: left;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
        font-family: Gotham-Bold;
    }

        .hero.wrapper_regtangle__left .text-hero h1 {
            font-size: 4.375em;
            color: #FED830;
            transition: all 0.5s;
        }

        .hero.wrapper_regtangle__left .text-hero h2 {
            font-size: 2.1875em;
            color: #FFF;
            transition: all 0.5s;
        }





@media (max-width: 1440px) {
    .hero.wrapper_regtangle__left .init .logo__image__gs {
        width: 150px;
        height: 150px;
    }

    .hero.wrapper_regtangle__left {
        width: 100%;
        height: 900px;
    }

        .hero.wrapper_regtangle__left .init .triangle__right {
            width: 100%;
            height: 100%;
            max-width: 1500px;
        }
}

@media (max-width: 991px) {

    .hero.wrapper_regtangle__left {
        height: 900px;
    }

        .hero.wrapper_regtangle__left .text-hero {
            bottom: 0%;
            left: 0%;
            background-color: rgba(0,0,0,0.55);
            max-width: 100%;
            padding: 2em 15px;
        }

        .hero.wrapper_regtangle__left .init .regtangle__left {
            height: 300px;
            top: 55%;
            border-width: 0px;
            background-color: transparent;
        }

        .hero.wrapper_regtangle__left .init .logo__image__gs {
            width: 100px;
            height: 100px;
            top: 5%;
            left: 5%;
        }

        .hero.wrapper_regtangle__left .text-hero h1 {
            font-size: 3.375em;
            color: #FED830;
        }

        .hero.wrapper_regtangle__left .text-hero h2 {
            font-size: 1.5em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 768px ) {
    .hero.wrapper_regtangle__left {
        height: 600px;
    }

        .hero.wrapper_regtangle__left .init .regtangle__left {
            height: 300px;
            top: 55%;
            border-width: 0px;
            background-color: transparent;
        }

        .hero.wrapper_regtangle__left .init .logo__image__gs {
            width: 80px;
            height: 80px;
        }

        .hero.wrapper_regtangle__left .text-hero h1 {
            font-size: 2.375em;
            color: #FED830;
        }

        .hero.wrapper_regtangle__left .text-hero h2 {
            font-size: 1.1875em;
            color: #FFF;
            transition: all 0.5s;
        }
}

@media (max-width: 576px ) {
    .hero.wrapper_regtangle__left .init .logo__image__gs {
        right: 65vw;
    }

    .hero.wrapper_regtangle__left .text-hero {
        padding-right: 15px;
        padding-left: 15px;
        right: 0px;
    }

        .hero.wrapper_regtangle__left .text-hero h1 {
            font-size: 2em;
            color: #FED830;
        }
}

@media (max-width: 360px ) {
    .hero.wrapper_regtangle__left .text-hero {
        bottom: 0%;
    }
}

/** Utils **/
.image-flotan-1, .image-flotan-2 {
    width: 280px;
    height: 230px;
    position: relative;
}

    .image-flotan-1 img {
        position: absolute;
        left: -2em;
    }

    .image-flotan-1 img {
        position: absolute;
    }

@media (max-width: 991px) {
    .image-flotan-1, .image-flotan-2 {
        width: 180px;
        height: 130px;
        position: relative;
    }
}

/*-------------------------------- 
   Plantilla 1  
 --------------------------------*/
#gshoy__plantilla__uno {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    #gshoy__plantilla__uno #main #article_section {
        margin-top: 3em;
    }

        #gshoy__plantilla__uno #main #article_section .pharagraph {
            padding-left: 0px;
        }

            #gshoy__plantilla__uno #main #article_section .pharagraph p {
                font-size: 1.5625em;
            }

        #gshoy__plantilla__uno #main #article_section .phrase p {
            font-size: 2.1875em;
            color: #9B999F;
            text-align: right;
            font-family: Gotham-Bold;
        }

@media (min-width: 991px) {
    #gshoy__plantilla__uno #main #image-and-quote figure.image-for-quote-0 {
        transform: translateY(-4em);
    }
}

@media (max-width: 768px ) {
    #gshoy__plantilla__uno #main #article_section {
        margin-top: 1em;
    }


        #gshoy__plantilla__uno #main #article_section .phrase p {
            font-size: 1.8em;
        }
}

/*-------------------------------- 
   Plantilla 2  
 --------------------------------*/
#gshoy__plantilla__dos {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    #gshoy__plantilla__dos #main #article_section {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #gshoy__plantilla__dos #main #article_section .pharagraph {
            padding-left: 0px;
        }

            #gshoy__plantilla__dos #main #article_section .pharagraph p {
                font-size: 1.5625em;
            }

        #gshoy__plantilla__dos #main #article_section .phrase p {
            font-size: 2.1875em;
            color: #9B999F;
            text-align: right;
            font-family: Gotham-Bold;
        }

@media (min-width: 991px) {
    #gshoy__plantilla__dos #main #image-and-quote figure.image-for-quote-0 {
        transform: translateY(-4em);
    }
}

@media (max-width: 768px ) {
    #gshoy__plantilla__dos #main #article_section {
        margin-top: 1em;
    }

        #gshoy__plantilla__dos #main #article_section .phrase p {
            font-size: 1.8em;
        }
}

/*-------------------------------- 
   Plantilla 3  
 --------------------------------*/
#gshoy__plantilla__tres {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    #gshoy__plantilla__tres #main #article_section {
        margin-top: 3em;
    }

        #gshoy__plantilla__tres #main #article_section .pharagraph {
            padding-left: 0px;
        }

            #gshoy__plantilla__tres #main #article_section .pharagraph p {
                font-size: 1.5625em;
            }

        #gshoy__plantilla__tres #main #article_section .phrase p {
            font-size: 2.1875em;
            color: #9B999F;
            text-align: right;
            font-family: Gotham-Bold;
        }



    #gshoy__plantilla__tres #main #article_section_media {
        max-width: 1629px;
        width: 100%;
        clear: both;
    }

        #gshoy__plantilla__tres #main #article_section_media #video {
            margin-top: 0px;
            max-width: 1502px;
            float: left;
            1;
        }

    #gshoy__plantilla__tres #main #how-help {
        max-width: 1364px;
        margin-top: 3em;
        float: right;
    }




@media (min-width: 991px) {
    #gshoy__plantilla__tres #main #image-and-quote figure.image-for-quote-0 {
        transform: translateY(-4em);
    }
}

@media (max-width: 768px ) {
    #gshoy__plantilla__tres #main #article_section {
        margin-top: 1em;
    }

        #gshoy__plantilla__tres #main #article_section .phrase p {
            font-size: 1.8em;
        }
}



/*-------------------------------- 
   Plantilla 4  
 --------------------------------*/
#gshoy__plantilla__cuatro {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

    #gshoy__plantilla__cuatro #main #article_section {
        margin-top: 3em;
        margin-bottom: 3em;
    }

        #gshoy__plantilla__cuatro #main #article_section .phrase p {
            font-size: 2.1875em;
            color: #9B999F;
            text-align: right;
            font-family: Gotham-Bold;
        }

    #gshoy__plantilla__cuatro #main .quote-section-right p {
        padding-left: 0px;
        font-size: 2.1875em;
        color: #9B999F;
    }

    #gshoy__plantilla__cuatro #main .article_section_2 {
        width: 100%;
        max-width: 1364px;
        margin: 0 auto;
    }

        #gshoy__plantilla__cuatro #main .article_section_2 p {
            display: inline-block;
            padding-left: 0px;
            font-size: 1.5625em;
            color: #000000;
            max-width: 950px;
        }


    #gshoy__plantilla__cuatro #main #how-help {
        max-width: 1364px;
        margin-top: 3em;
        margin: 0 auto;
    }




@media (min-width: 991px) {
    #gshoy__plantilla__cuatro #main #image-and-quote figure.image-for-quote-0 {
        transform: translateY(-4em);
    }
}

@media (max-width: 768px ) {
    #gshoy__plantilla__cuatro #main #article_section {
        margin-top: 1em;
    }

        #gshoy__plantilla__cuatro #main #article_section .phrase p {
            font-size: 1.8em;
        }
}
