/*--- Css General ---*/
@font-face {
    font-family: BreePeru_Regular;
    src: url(../BreePeru/BreePeru_Regular.woff);
}

@font-face {
    font-family: BreePeru_Light;
    src: url(../BreePeru/BreePeru_Light.woff);
}

@font-face {
    font-family: BreePeru_Bold;
    src: url(../BreePeru/BreePeru_Bold.woff);
}

@font-face {
    font-family: Clan_Black;
    src: url(../ClanOffc/FF_Clan_OT_Black.otf);
}

@font-face {
    font-family: Clan_Bold;
    src: url(../ClanOffc/FF_Clan_OT_Bold.otf);
}

@font-face {
    font-family: Clan_News;
    src: url(../ClanOffc/FF_Clan_OT_News.otf);
}

@font-face {
    font-family: Clan_Book;
    src: url(../ClanOffc/FF_Clan_OT_Book.otf);
}

* {
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #292929;
}

::-webkit-scrollbar-thumb {
    background: #4f4f4f;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent;
}

.clear {
    clear: both;
}

/*--- IconMenuBar ---*/
.IconMenuBar {
    position: fixed;
    z-index: 300;
    padding: 8px 11px;
    cursor: pointer;
}

.IconMenuBarFondo {
    background: #d52b1e;
    opacity: .85;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
    top: 0;
    left: 0;
}

.IconMenuBar i {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 50;
}

.MIconMenuBar {
    display: none;
    position: fixed;
    z-index: 2000;
    padding: 8px 11px;
    cursor: pointer;
}

.MIconMenuBarFondo {
    background: #d52b1e;
    opacity: .95;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 40;
    top: 0;
    left: 0;
}

.MIconMenuBar i {
    color: #fff;
    font-size: 20px;
    position: relative;
    z-index: 50;
}

/*--- MenuDesktop ---*/
#MenuDesktop {
    z-index: 1000;
    height: 100%;
    width: 400px;
    position: fixed;
    left: -400px;
}

.overflow {
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.MenuDesktopFondo {
    background: #d52b1e;
    opacity: .85;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.MDRedes {
    position: relative;
    width: 70%;
    margin-left: 15%;
    z-index: 1000;
    margin-top: 30px;
    text-align: center;
}

.NotaContainer div br {
    /*display: none;*/
    line-height:0;
}

.MRCRedesItem {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

    .MRCRedesItem a {
        color: #fff;
        font-family: 'BreePeru_Light';
        font-size: 20px;
        text-decoration: none;
    }

#MenuDesktop .ImgMenu {
    width: 30%;
    margin-left: 35%;
    margin-top: 40px;
    margin-bottom: 50px;
}

#MenuDesktop h1 {
    position: relative;
    width: 70%;
    margin-left: 15%;
    z-index: 1000;
    margin-top: 100px;
    text-align: center;
    color: #fff;
    font-family: 'BreePeru_Regular';
    font-size: 22px;
    text-transform: uppercase;
}

#MenuDesktop ul {
    position: relative;
    width: 70%;
    margin-left: 15%;
    z-index: 1000;
    margin-top: 100px;
    margin-bottom: 50px;
}

    #MenuDesktop ul li {
        list-style: none;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        text-align: justify;
    }

        #MenuDesktop ul li a {
            font-family: 'BreePeru_Light';
            font-size: 16px;
            color: #fff;
            text-decoration: none;
        }

/*--- Menu Responsive ---*/
#MenuResponsive {
    z-index: 1000;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}

.MenuResponsiveFondo {
    background: #d52b1e;
    opacity: .95;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 900;
}

.MRRedes {
    position: relative;
    width: 80%;
    margin-left: 10%;
    z-index: 1000;
    margin-top: 30px;
    text-align: center;
}

.RMRCRedesItem {
    display: inline-block;
    margin: 0 10px;
    text-align: center;
}

    .RMRCRedesItem a {
        color: #fff;
        font-family: 'BreePeru_Light';
        font-size: 20px;
        text-decoration: none;
    }

#MenuResponsive .RImgMenu {
    width: 30%;
    margin-left: 35%;
    margin-top: 10px;
    margin-bottom: 50px;
}

#MenuResponsive h1 {
    position: relative;
    width: 80%;
    margin-left: 10%;
    z-index: 1000;
    margin-top: 60px;
    text-align: center;
    color: #fff;
    font-family: 'BreePeru_Regular';
    font-size: 18px;
    text-transform: uppercase;
}

#MenuResponsive ul {
    position: relative;
    width: 80%;
    margin-left: 10%;
    z-index: 1000;
    margin-top: 60px;
    margin-bottom: 50px;
}

    #MenuResponsive ul li {
        list-style: none;
        margin-bottom: 20px;
        border-bottom: 1px solid #fff;
        padding-bottom: 5px;
        text-align: justify;
    }

        #MenuResponsive ul li a {
            font-family: 'BreePeru_Light';
            font-size: 14px;
            color: #fff;
            text-decoration: none;
        }

/*--- BannerHome ---*/
#BannerHome {
    position: relative;
    z-index: 10;
    border-bottom: 3px solid #0079C1;
}

.BannerItem {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 65vh;
    position: relative;
}

/*--- Nota ---*/
#Nota {
    position: relative;
    z-index: 10;
    background: #fff;
    padding: 80px 0;
    padding-bottom: 60px;
}

.NotaContainer {
    width: 1200px;
    margin: 0 auto;
}

    .NotaContainer h1 {
        color: #0079C1;
        font-family: 'BreePeru_Regular';
        font-size: 36px;
        text-align: justify;
        margin-top: 30px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .NotaContainer h2 {
        color: #0079c1;
        font-family: 'BreePeru_Light';
        font-size: 28px;
        text-align: justify;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    .NotaContainer p {
        color: #6C6C6C;
        font-family: 'BreePeru_Light';
        font-size: 17px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .NotaContainer div {
        color: #6C6C6C;
        font-family: 'BreePeru_Light';
        font-size: 17px;
        text-align: justify;
        margin-bottom: 10px;
    }

    .NotaContainer .pa {
        margin-top: 30px;
    }

    .NotaContainer .pb {
        margin-bottom: 10px;
        margin-top: 30px;
    }

    .NotaContainer div b {
        margin-bottom: 10px;
        margin-top: 30px;
    }

.NotaBack {
    display: block;
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

    .NotaBack a {
        cursor: pointer;
        text-decoration: none;
        font-family: 'BreePeru_Light';
        font-size: 18px;
        color: #fff;
        background: #0079C1;
        padding: 7px 21px;
        border-radius: 5px;
        box-shadow: 0px 2px 5px 0px #2f2e2e;
    }

        .NotaBack a i {
            margin-right: 5px;
        }

/*--- FooterPage ---*/
#FooterPage {
    background-color: #000;
    position: relative;
    padding: 25px 0;
}

.FooterPageContainer {
    width: 1200px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 45px;
}

.FPCEnlaces {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}

.EnlacesItem {
    max-width: 220px;
}

    .EnlacesItem .EITitulo {
        color: #fff;
        font-family: Clan_Bold;
        font-size: 16px;
        margin: 0 0 18px;
    }

    .EnlacesItem .EIEnlace {
        color: #fff;
        display: block;
        font-family: Clan_Book;
        font-size: 13px;
        margin: 0 0 24px;
        text-decoration: none;
    }

        .EnlacesItem .EIEnlace img {
            display: inline-block;
            height: auto;
            margin-top: 2px;
            margin-right: 8px;
            vertical-align: top;
            width: 15px;
        }

.FPCPremios {
    align-items: flex-start;
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}

    .FPCPremios img {
        display: block;
        height: auto;
        margin: 0 20px;
        max-width: 180px;
        width: auto;
    }

.FPCLogos {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0;
}

    .FPCLogos .LogosIzquierda {
        align-items: center;
        display: flex;
    }

    .FPCLogos img {
        display: block;
        height: auto;
        max-height: 50px;
        width: auto;
    }

    .FPCLogos .LogosIzquierda img {
        margin-right: 30px;
    }

.FPCTerminos {
    margin: 60px 0 0;
}

    .FPCTerminos p {
        color: #fff;
        font-family: Clan_Book;
        font-size: 13px;
        margin: 0 0 5px;
        text-align: center;
    }

    .FPCTerminos a {
        color: #fff;
        font-family: Clan_Book;
        font-size: 13px;
    }

    .FPCTerminos .TerminosEnlaces a {
        margin: 0 5px;
    }

.FPC_Bloque {
    width: 100%;
    text-align: center;
    display: table;
}

    .FPC_Bloque .grid_2 {
        width: 190px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .FPC_Bloque .grid_8 {
        width: 600px;
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }

    .FPC_Bloque .hideg {
        display: none;
    }

    .FPC_Bloque .grid_2 img {
        max-width: 80%;
    }

    .FPC_Bloque .grid_8 p {
        font-size: 14px;
        font-family: 'BreePeru_Light';
        color: #232323;
        text-align: center;
        line-height: 24px;
    }

        .FPC_Bloque .grid_8 p a {
            font-size: 14px;
            font-family: 'BreePeru_Light';
            color: #232323;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
            margin: 0 5px;
        }

    .FPC_Bloque .grid_2 img {
        max-width: 80%;
    }

    .FPC_Bloque .grid_12 p {
        font-size: 13px;
        font-family: 'BreePeru_Light';
        color: #232323;
        text-align: center;
        line-height: 24px;
    }

        .FPC_Bloque .grid_12 p a {
            font-size: 13px;
            font-family: 'BreePeru_Light';
            color: #232323;
            text-align: center;
            line-height: 24px;
            text-decoration: none;
            margin: 0 5px;
        }

.FPC_CSuscripcion {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    display: none;
}

    .FPC_CSuscripcion h2 {
        color: #d52b1e;
        font-family: 'BreePeru_Light';
        font-size: 16px;
        margin-bottom: 10px;
    }

    .FPC_CSuscripcion p {
        color: #d52b1e;
        font-family: 'BreePeru_Light';
        font-size: 13px;
        margin-bottom: 10px;
    }

#LH_Email {
    background: #f8f8f8;
    border: 1px solid #BFBFBF;
    color: #232323;
    padding: 8px 15px 8px 15px;
    width: 100%;
    font-size: 13px;
    border-radius: 4px;
}

#LH_BtnEnviar {
    border: none;
    border-radius: 4px;
    color: white;
    background-color: #d52b1e;
    font-size: 13px;
    padding-top: 6px;
    padding-right: 18px;
    padding-bottom: 7px;
    padding-left: 18px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: blink;
    font-family: 'BreePeru_Light';
    margin-top: 10px;
}

.LH_Error {
    width: 100%;
    margin: 0 auto;
}

    .LH_Error p {
        text-align: left;
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 15px;
        display: none;
    }

/*--- BtnIconPopup ---*/
#BtnIconPopup {
    display: none;
    text-align: center;
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 100px;
    z-index: 2000;
    background: #D8311B;
    bottom: 20px;
    right: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    cursor: pointer;
}

    #BtnIconPopup i {
        color: #fff;
        font-size: 22px;
        line-height: 60px;
    }

/*--- DivPopup ---*/
#DivPopup {
    display: none;
    border-radius: 8px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 3000;
    width: 380px;
    overflow: hidden;
    min-height: 250px;
    max-height: 700px;
    height: auto;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0px 3px 6px rgba(0,0,0,0.23);
    transition: all .5s ease-in-out;
}

.DivPopupSuperior {
    background: url(../images/bg.png),linear-gradient(135deg,rgb(216, 49, 28),rgb(140, 32, 18));
    background-size: cover;
    background-blend-mode: overlay;
    height: auto;
    background-position: center;
    min-height: 75px;
    padding: 25px 45px;
    padding-bottom: 100px;
}

    .DivPopupSuperior h1 {
        font-size: 24px;
        font-family: 'BreePeru_Light';
        color: #fff;
        padding-bottom: 10px;
        text-align: justify;
    }

    .DivPopupSuperior p {
        font-family: 'BreePeru_Light';
        color: #fff;
        font-size: 16px;
        text-align: justify;
    }

.DivPopupInferior {
    position: relative;
    background: #fff;
    box-shadow: inset 0 21px 4px -20px rgba(0,0,0,.2);
}

.DivPopupInferiorC {
    height: 90px;
}

.DivPopupInferiorCBCB {
    padding: 26px 25px 25px;
}

    .DivPopupInferiorCBCB h1 {
        color: #232323;
        font-family: 'BreePeru_Light';
        font-size: 16px;
        font-weight: normal;
        margin-bottom: 5px;
    }

.DivPopupInferiorCBC {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 15px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.1), inset 0 2px 0 0 rgb(146, 34, 18);
}

#InpTextEmail {
    width: 85%;
    height: 40px;
    padding: 11px 40px 11px 16px;
    box-sizing: border-box;
    font-size: 14px;
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0,.07);
    border: 1px solid #e1e1e1;
    color: #232323;
    font-family: 'BreePeru_Light';
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fafafa;
    display: inline-block;
    vertical-align: top;
}

#BtnSendEmail {
    cursor: pointer;
    width: 15%;
    height: 40px;
    display: inline-block;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    text-align: center;
    vertical-align: top;
    background-color: rgb(216, 49, 28);
}

    #BtnSendEmail i {
        line-height: 40px;
        color: #fff;
        font-size: 22px;
    }

.DivPopupInferiorCBCBI p {
    color: #d52b1e;
    font-family: 'BreePeru_Light';
    font-size: 14px;
    margin-top: 10px;
    display: none;
}

/*--- Responsive ---*/
@media only screen and (max-width: 480px) {
    .NotaContainer h1 {
        font-size: 19px;
        margin-top: 0;
    }

    .NotaContainer h2 {
        font-size: 17px;
    }

    .NotaContainer p {
        font-size: 14px;
    }

    .NotaContainer div {
        font-size: 9px;
    }

    .NotaBack a {
        font-size: 14px;
    }

    #BtnIconPopup {
        display: none;
    }

    #DivPopup {
        display: none;
    }

    #MenuDesktop {
        display: none;
    }

    .IconMenuBar {
        display: none;
    }

    .MenuDesktopFondo {
        opacity: .95;
    }

    .IconMenuBarFondo {
        opacity: .95;
    }

    #DivPopup {
        width: 340px;
    }

    #MenuDesktop h1 {
        margin-top: 60px;
        font-size: 16px;
    }

    #MenuDesktop ul {
        margin-top: 60px;
    }

        #MenuDesktop ul li a {
            font-size: 14px;
        }

    #MenuDesktop .ImgMenu {
        margin-top: 10px;
        width: 24%;
        margin-left: 38%;
    }

    .DivPopupSuperior h1 {
        font-size: 20px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 14px;
    }

    #InpTextEmail {
        padding: 10px 30px 10px 14px;
    }

    .DivPopupInferiorCBCBI p {
        font-size: 13px;
    }

    .DivPopupSuperior p {
        font-size: 14px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 80%;
    }

    .FooterPageContainer {
        width: 80%;
    }

    .FPC_Bloque {
        display: block;
    }

        .FPC_Bloque .grid_8 {
            display: none;
        }

        .FPC_Bloque .grid_2 {
            width: 50%;
            text-align: left;
            display: inline-block;
        }

            .FPC_Bloque .grid_2:nth-child(1) {
                text-align: right;
            }

            .FPC_Bloque .grid_2 img {
                max-width: 90%;
                margin-right: 0px;
                margin-left: 0px;
            }

        .FPC_Bloque .grid_12 {
            display: block;
            margin-top: 20px;
        }

            .FPC_Bloque .grid_12 p {
                font-size: 12px;
            }

                .FPC_Bloque .grid_12 p a {
                    font-size: 12px;
                }

    .FPC_CSuscripcion {
        display: block;
    }

    .MIconMenuBar {
        display: block;
    }

    .FPCEnlaces {
        flex-flow: row wrap;
    }

    .EnlacesItem {
        margin-bottom: 18px;
        max-width: none;
        width: 100%;
    }

        .EnlacesItem .EITitulo {
            font-size: 15px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 0;
                width: 20px;
            }

    .FPCPremios {
        flex-flow: row wrap;
        justify-content: space-around;
        margin: 20px 0 0;
    }

        .FPCPremios img {
            margin: 0 0 20px;
            max-width: none;
            width: 50%;
        }

    .FPCLogos {
        align-items: center;
        flex-flow: column wrap;
        justify-content: flex-start;
        margin: 20px 0 0;
    }

        .FPCLogos .LogosIzquierda {
            align-items: center;
            flex-flow: column wrap;
            justify-content: flex-start;
        }

            .FPCLogos .LogosIzquierda img {
                margin: 0 0 20px;
            }

        .FPCLogos img {
            max-height: 45px;
        }

    .FPCTerminos p {
        margin: 0 0 15px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 481px) and (max-width: 599px) {
    .NotaContainer h1 {
        font-size: 21px;
        margin-top: 0;
    }

    .NotaContainer h2 {
        font-size: 18px;
    }

    .NotaContainer p {
        font-size: 14px;
    }

    .NotaContainer div {
        font-size: 9px;
    }

    .NotaBack a {
        font-size: 14px;
    }

    .MenuDesktopFondo {
        opacity: .95;
    }

    .IconMenuBarFondo {
        opacity: .95;
    }

    #DivPopup {
        width: 340px;
    }

    #MenuDesktop h1 {
        margin-top: 60px;
        font-size: 16px;
    }

    #MenuDesktop ul {
        margin-top: 60px;
    }

        #MenuDesktop ul li a {
            font-size: 14px;
        }

    #MenuDesktop .ImgMenu {
        margin-top: 10px;
        width: 24%;
        margin-left: 38%;
    }

    .DivPopupSuperior h1 {
        font-size: 20px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 14px;
    }

    #InpTextEmail {
        padding: 10px 30px 10px 14px;
    }

    .DivPopupInferiorCBCBI p {
        font-size: 13px;
    }

    .DivPopupSuperior p {
        font-size: 14px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 400px;
    }

    .FooterPageContainer {
        width: 400px;
    }

    .FPC_Bloque {
        display: block;
    }

        .FPC_Bloque .grid_8 {
            display: none;
        }

        .FPC_Bloque .grid_2 {
            width: 50%;
            text-align: left;
            display: inline-block;
        }

            .FPC_Bloque .grid_2:nth-child(1) {
                text-align: right;
            }

            .FPC_Bloque .grid_2 img {
                margin-right: 0px;
                margin-left: 0px;
            }

        .FPC_Bloque .grid_12 {
            display: block;
            margin-top: 20px;
        }

            .FPC_Bloque .grid_12 p {
                font-size: 12px;
            }

                .FPC_Bloque .grid_12 p a {
                    font-size: 12px;
                }

    .FPCEnlaces {
        flex-flow: row wrap;
    }

    .EnlacesItem {
        margin-bottom: 18px;
        max-width: none;
        width: 40%;
    }

        .EnlacesItem .EITitulo {
            font-size: 15px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 0;
                width: 14px;
            }

    .FPCPremios {
        flex-flow: row wrap;
        margin: 25px 0 0;
    }

        .FPCPremios img {
            margin: 0 12px 20px;
            max-width: 150px;
        }

    .FPCLogos img {
        max-height: 38px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
    .NotaContainer h1 {
        font-size: 24px;
        margin-top: 0;
    }

    .NotaContainer h2 {
        font-size: 19px;
    }

    .NotaContainer p {
        font-size: 14px;
    }

    .NotaContainer div {
        font-size: 9px;
    }

    .NotaBack a {
        font-size: 14px;
    }

    #DivPopup {
        width: 340px;
    }

    #MenuDesktop h1 {
        margin-top: 60px;
        font-size: 16px;
    }

    #MenuDesktop ul {
        margin-top: 60px;
    }

        #MenuDesktop ul li a {
            font-size: 14px;
        }

    #MenuDesktop .ImgMenu {
        margin-top: 10px;
        width: 24%;
        margin-left: 38%;
    }

    .DivPopupSuperior h1 {
        font-size: 20px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 14px;
    }

    #InpTextEmail {
        padding: 10px 30px 10px 14px;
    }

    .DivPopupInferiorCBCBI p {
        font-size: 13px;
    }

    .DivPopupSuperior p {
        font-size: 14px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 500px;
    }

    .FooterPageContainer {
        width: 500px;
    }

    .FPC_Bloque {
        display: block;
    }

        .FPC_Bloque .grid_8 {
            display: none;
        }

        .FPC_Bloque .grid_2 {
            width: 50%;
            text-align: left;
            display: inline-block;
        }

            .FPC_Bloque .grid_2:nth-child(1) {
                text-align: right;
            }

            .FPC_Bloque .grid_2 img {
                margin-right: 0px;
                margin-left: 0px;
            }

        .FPC_Bloque .grid_12 {
            display: block;
            margin-top: 20px;
        }

            .FPC_Bloque .grid_12 p {
                font-size: 12px;
            }

                .FPC_Bloque .grid_12 p a {
                    font-size: 12px;
                }

    .FPCEnlaces {
        flex-flow: row wrap;
    }

    .EnlacesItem {
        margin-bottom: 18px;
        max-width: none;
        width: 40%;
    }

        .EnlacesItem .EITitulo {
            font-size: 15px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 0;
                width: 14px;
            }

    .FPCPremios {
        flex-flow: row wrap;
        margin: 25px 0 0;
    }

        .FPCPremios img {
            margin: 0 12px 20px;
            max-width: 150px;
        }

    .FPCLogos img {
        max-height: 38px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .NotaContainer h1 {
        font-size: 26px;
        margin-top: 15px;
    }

    .NotaContainer h2 {
        font-size: 20px;
    }

    .NotaContainer p {
        font-size: 14px;
    }

    .NotaContainer div {
        font-size: 9px;
    }

    .NotaBack a {
        font-size: 15px;
    }

    #MenuDesktop h1 {
        margin-top: 60px;
        font-size: 18px;
    }

    #MenuDesktop ul {
        margin-top: 60px;
    }

        #MenuDesktop ul li a {
            font-size: 15px;
        }

    #MenuDesktop .ImgMenu {
        margin-top: 10px;
        width: 24%;
        margin-left: 38%;
    }

    .DivPopupSuperior h1 {
        font-size: 20px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 14px;
    }

    #InpTextEmail {
        padding: 10px 30px 10px 14px;
    }

    .DivPopupInferiorCBCBI p {
        font-size: 13px;
    }

    .DivPopupSuperior p {
        font-size: 14px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 600px;
    }

    .FooterPageContainer {
        width: 600px;
    }

    .FPC_Bloque {
        display: block;
    }

        .FPC_Bloque .grid_8 {
            display: none;
        }

        .FPC_Bloque .grid_2 {
            width: 50%;
            text-align: left;
            display: inline-block;
        }

            .FPC_Bloque .grid_2:nth-child(1) {
                text-align: right;
            }

            .FPC_Bloque .grid_2 img {
                margin-right: 20px;
                margin-left: 20px;
            }

        .FPC_Bloque .grid_12 {
            display: block;
            margin-top: 20px;
        }

    .FPCEnlaces {
        flex-flow: row wrap;
    }

    .EnlacesItem {
        margin-bottom: 18px;
        max-width: none;
        width: 45%;
    }

        .EnlacesItem .EITitulo {
            font-size: 15px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 0;
                width: 14px;
            }

    .FPCPremios {
        flex-flow: row wrap;
        margin: 25px 0 0;
    }

        .FPCPremios img {
            margin: 0 12px 20px;
            max-width: 150px;
        }

    .FPCLogos img {
        max-height: 38px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1099px) {
    .NotaContainer h1 {
        font-size: 28px;
    }

    .NotaContainer h2 {
        font-size: 21px;
    }

    .NotaContainer p {
        font-size: 15px;
    }

    .NotaContainer div {
        font-size: 10px;
    }

    .NotaBack a {
        font-size: 15px;
    }

    #MenuDesktop h1 {
        margin-top: 60px;
        font-size: 18px;
    }

    #MenuDesktop ul {
        margin-top: 60px;
    }

        #MenuDesktop ul li a {
            font-size: 15px;
        }

    #MenuDesktop .ImgMenu {
        margin-top: 10px;
        width: 24%;
        margin-left: 38%;
    }

    .DivPopupSuperior h1 {
        font-size: 20px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 14px;
    }

    #InpTextEmail {
        padding: 10px 30px 10px 14px;
    }

    .DivPopupInferiorCBCBI p {
        font-size: 13px;
    }

    .DivPopupSuperior p {
        font-size: 14px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 850px;
    }

    .FooterPageContainer {
        width: 800px;
    }

    .FPC_Bloque {
        display: block;
    }

        .FPC_Bloque .grid_8 {
            display: none;
        }

        .FPC_Bloque .grid_2 {
            width: 50%;
            text-align: left;
            display: inline-block;
        }

            .FPC_Bloque .grid_2:nth-child(1) {
                text-align: right;
            }

            .FPC_Bloque .grid_2 img {
                margin-right: 20px;
                margin-left: 20px;
            }

        .FPC_Bloque .grid_12 {
            display: block;
            margin-top: 20px;
        }

    .EnlacesItem {
        max-width: 150px;
    }

        .EnlacesItem .EITitulo {
            font-size: 13px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 11px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 0;
                width: 14px;
            }

    .FPCPremios {
        margin: 25px 0 0;
    }

        .FPCPremios img {
            margin: 0 10px;
            max-width: 120px;
        }

    .FPCLogos img {
        max-height: 32px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    .NotaContainer h1 {
        font-size: 30px;
    }

    .NotaContainer h2 {
        font-size: 22px;
    }

    .NotaContainer p {
        font-size: 15px;
    }

    .NotaContainer div {
        font-size: 10px;
    }

    .NotaBack a {
        font-size: 16px;
    }

    #MenuDesktop h1 {
        margin-top: 70px;
        font-size: 20px;
    }

    #MenuDesktop ul {
        margin-top: 70px;
    }

    #MenuDesktop .ImgMenu {
        margin-top: 25px;
    }

    .DivPopupSuperior h1 {
        font-size: 22px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 15px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 900px;
    }

    .FooterPageContainer {
        width: 900px;
    }

    .FPC_Bloque .grid_8 p {
        font-size: 13px;
    }

        .FPC_Bloque .grid_8 p a {
            font-size: 13px;
        }

    .EnlacesItem {
        max-width: 180px;
    }

        .EnlacesItem .EITitulo {
            font-size: 14px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 1px;
                width: 14px;
            }

    .FPCPremios {
        margin: 30px 0 0;
    }

        .FPCPremios img {
            margin: 0 12px;
            max-width: 140px;
        }

    .FPCLogos img {
        max-height: 35px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 11px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1499px) {
    .NotaContainer h1 {
        font-size: 32px;
    }

    .NotaContainer h2 {
        font-size: 24px;
    }

    .NotaContainer p {
        font-size: 16px;
    }

    .NotaContainer div {
        font-size: 11px;
    }

    .NotaBack a {
        font-size: 16px;
    }

    #MenuDesktop h1 {
        margin-top: 80px;
    }

    #MenuDesktop ul {
        margin-top: 70px;
    }

    #MenuDesktop .ImgMenu {
        margin-top: 25px;
    }

    .DivPopupSuperior h1 {
        font-size: 22px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 15px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .NotaContainer {
        width: 1000px;
    }

    .FooterPageContainer {
        width: 1000px;
    }

    .EnlacesItem {
        max-width: 180px;
    }

        .EnlacesItem .EITitulo {
            font-size: 14px;
        }

        .EnlacesItem .EIEnlace {
            font-size: 12px;
        }

            .EnlacesItem .EIEnlace img {
                margin-top: 1px;
                width: 14px;
            }

    .FPCPremios {
        margin: 30px 0 0;
    }

        .FPCPremios img {
            margin: 0 15px;
            max-width: 145px;
        }

    .FPCLogos img {
        max-height: 38px;
    }

    .FPCTerminos p, .FPCTerminos a {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1599px) {
    .NotaContainer h1 {
        font-size: 34px;
    }

    .NotaContainer h2 {
        font-size: 26px;
    }

    .NotaContainer p {
        font-size: 16px;
    }

    .NotaContainer div {
        font-size: 11px;
    }

    .NotaBack a {
        font-size: 17px;
    }

    #MenuDesktop h1 {
        margin-top: 80px;
    }

    #MenuDesktop ul {
        margin-top: 80px;
    }

    #MenuDesktop .ImgMenu {
        margin-top: 30px;
    }

    .DivPopupSuperior h1 {
        font-size: 22px;
    }

    .DivPopupInferiorCBCB h1 {
        font-size: 15px;
    }

    #BtnIconPopup {
        width: 50px;
        height: 50px;
        bottom: 30px;
    }

        #BtnIconPopup i {
            font-size: 20px;
            line-height: 50px;
        }

    .FPCPremios img {
        max-width: 170px;
    }

    .FPCLogos img {
        max-height: 45px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1699px) {
    #MenuDesktop h1 {
        margin-top: 90px;
    }

    #MenuDesktop ul {
        margin-top: 90px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1899px) {
    #MenuDesktop h1 {
        margin-top: 90px;
    }

    #MenuDesktop ul {
        margin-top: 90px;
    }
}
