@font-face {
    font-family: "Gill Sans";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/GillSans/GillSans.eot');
    src: url('../fonts/GillSans/GillSans.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSans/GillSans.woff2') format('woff2'),
         url('../fonts/GillSans/GillSans.woff') format('woff'),
         url('../fonts/GillSans/GillSans.ttf') format('truetype'),
         url('../fonts/GillSans/GillSans.svg#GillSans') format('svg');
}
@font-face {
    font-family: "Calendas-Bold";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Calendas-Bold/Calendas-Bold.eot');
    src: url('../fonts/Calendas-Bold/Calendas-Bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Calendas-Bold/Calendas-Bold.woff2') format('woff2'),
         url('../fonts/Calendas-Bold/Calendas-Bold.woff') format('woff'),
         url('../fonts/Calendas-Bold/Calendas-Bold.ttf') format('truetype'),
         url('../fonts/Calendas-Bold/Calendas-Bold.svg#Calendas-Bold') format('svg');
}
@font-face {
    font-family: "BigNoodle";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/BigNoodle/BigNoodleTitling.eot');
    src: url('../fonts/BigNoodle/BigNoodleTitling.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BigNoodle/BigNoodleTitling.woff2') format('woff2'),
         url('../fonts/BigNoodle/BigNoodleTitling.woff') format('woff'),
         url('../fonts/BigNoodle/BigNoodleTitling.ttf') format('truetype'),
         url('../fonts/BigNoodle/BigNoodleTitling.svg#BigNoodleTitling') format('svg');
}
@font-face {
    font-family: "ProximaNova";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/ProximaNova/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova/ProximaNova-Regular.woff2') format('woff2'),
         url('../fonts/ProximaNova/ProximaNova-Regular.woff') format('woff'),
         url('../fonts/ProximaNova/ProximaNova-Regular.ttf') format('truetype'),
         url('../fonts/ProximaNova/ProximaNova-Regular.svg#ProximaNova') format('svg');
}
@font-face {
    font-family: "ProximaNovaBold";
    font-style: bold;
    font-weight: bold;
    src: url('../fonts/ProximaNova/ProximaNova-Extrabld.eot');
    src: url('../fonts/ProximaNova/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
         url('../fonts/ProximaNova/ProximaNova-Extrabld.woff2') format('woff2'),
         url('../fonts/ProximaNova/ProximaNova-Extrabld.woff') format('woff'),
         url('../fonts/ProximaNova/ProximaNova-Extrabld.ttf') format('truetype'),
         url('../fonts/ProximaNova/ProximaNova-Extrabld.svg#ProximaNovaBold') format('svg');
}
:root {
    --color-tr-primario: #1C2439;
    --color-tr-secundario: #1BE47E;
    --color-tr-alterno: #FCBE07;
}
body {
min-height: 100vh;
min-height: -webkit-fill-available;
background-color: var(--color-tr-primario);
}
  
html {
height: -webkit-fill-available;
}
a {
    color: inherit;
}
main {
height: 100vh;
height: -webkit-fill-available;
max-height: 100vh;
overflow-x: auto;
overflow-y: hidden;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}
.h-screen {
    height: 100vh;
}
.flex-lg-1 {
    flex: 1 1 0%!important;
}
.overflow-y-lg-auto {
    overflow-y: auto!important;
}
.position-lg-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}
.top-lg-0 {
    top: 0!important;
}
.w-backq {
    background: url(../images/fondo-quiniela.jpg) no-repeat top center;
    background-size: 100%;
    float: left;
    width: 100%;
    box-shadow: inset 0 0 50px 60px #1c2439;
}
.savepro{
    width: 260px !important;
}
.a-exit{
    color: white;
    background-color: #E41A3C!important;
    transition: 0.3s all;
    font-size: 20px;
}
.a-exit:hover{
    background-color: red;
    color: aliceblue;
}
.a-exittop{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 100%;
}
.linkpl strong {
    font-size: 12px;
    text-transform: uppercase;
    font-family: "BigNoodle";
    letter-spacing: 1.5px;
    font-weight: 100;
}
.lkbars {
    background-color: #00FF75;
    font-size: 31px;
    color: white;
    text-align: center;
    transition: 0.3s all;
}
.lkbars:hover{
    background-color: var(--color-tr-secundario);
    color: aliceblue;
    opacity: 0.9;
} 
.linkpl{
    color: #fff;
    font-size: 20px;
    transition: 0.3s all;
    line-height: 1;
}
.linkpl:hover{
    background-color: #3b465a;
    color: aliceblue;
    opacity: 0.9;
}
.bg-primario{
    background-color: var(--color-tr-primario);
}
.bg-secundario{
    background-color: var(--color-tr-secundario);
}
.navbar-secundario {
    background-color: #04bb5e !important;
    z-index: 9;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #3b465a;
}
.navbar-secundario.back_gsn, .link-dark.back_gsn {
    background-color: #c1131e !important;
}
.navbar-secundario.back_ocesa, .link-dark.back_ocesa {
    background-color: #000000 !important;
}
.navbar-secundario.back_fim, .link-dark.back_fim {
    background-color: #0082C8 !important;
}
.avatar {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 95%;
    position: relative;
    width: 66px;
    height: 65px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    margin: -2px 0 0px;
    transform: scale(.9, .9);
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
}
.user_nav {
    color: white;
    font-family: "ProximaNova";
    float: left;
    margin: 16px 0 0 0;
    font-size: 18px;
    transition: 0.3s all;
    cursor: pointer;
    opacity: 0.8;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
}
.user_nav:hover {
    opacity: 1;
    transform: scale(1);
}
.user_nav img {
    margin: -9px 10px 0 0;
}
.border-bottom {
    border-bottom: 1px solid #262e42!important;
}
.border-top {
    border-top: 1px solid #606060!important;
}
.scorenav span {
    font-family: "Gill Sans";
    color: white;
    font-size: 12px;
    display: block;
    font-weight: 600;
}
.scorenav strong {
    font-family: "ProximaNovaBold";
    color: #1B2436;
    font-size: 38px;
    letter-spacing: 4px;
    line-height: 40px;
    font-weight: 900;
}
.content-navtp{
    padding-right: 90px; 
}
.bn-client{
    border: 15px solid white;
}
.color-primario{
    color: var(--color-tr-primario) !important;
}
.color-secundario{
    color: var(--color-tr-secundario) !important;
}
.color-alterno{
    color: var(--color-tr-alterno) !important;
}
.calendar-content {
    background: rgb(0 0 0 / 20%) 0% 0% no-repeat padding-box;
    border: 2px solid rgb(255 255 255 / 10%);
}
.cardhtm {
    border: 1px solid rgb(255 255 255 / 10%);
    position: relative;
    color: white;
    width: 6.66%;
    text-align: center;
    min-height: 150px;
}
.cardhtm span{
    font-size: 14px;
    display: block;
}
.cardhtm strong{
    font-size: 42px;
    font-weight: 400;
    line-height: 42px;
    font-family: "BigNoodle";
    letter-spacing: 2px;
    display: block;
}
.cardhtm:hover .abs{
    display: block;
}
.head-ch {
    background-color: #EEEEEE;
    color: black;
    border-radius: 15px 15px 0px 0px;
}
.head-ch p {
    font-size: 24px;
    text-align: center;
    font-family: "ProximaNova";
    font-weight: 700;
    margin: 0px;
}
.leyendsrn{
    font-size: 24px;
    font-family: "ProximaNova";
}
.head-ch p strong{
    display: initial;
    color: var(--color-tr-secundario);
}
.content-ch{
    border-radius: 0px 0px 15px 15px;
}
.content-ch strong {
    font-size: 26px;
    font-family: "ProximaNova";
    font-weight: bold;
}
.content-ch span {
    font-size: 10px;
    font-family: "Gill Sans";
    font-weight: 700;
    margin: -7px 0 0 0;
}
.abs {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 350px;
    left: -1px;
    top: 100%;
    min-height: 100%;
    display: none;
    color: #000;
    text-align: left;
    padding: 0px;
    border-radius: 15px;
}
.abs.right {
    left: inherit;
    right: -1px;
}
.abs.right {
    left: inherit;
    right: -1px;
}

.imglogapp {
    width: auto;
    margin: 5px 0 0 0;
    float: left;
}
.i-calb div {
    font-size: 14px;
    text-align: center;
}
.lblheadm {
    min-width: 210px;
    float: right;
    padding-right: 8%;
}
.lblheadm a {
    color: white;
    font-size: 20px;
    display: inline-block;
    margin: 2px 0 0px 50px;
}
.lblheadm a i {
    font-size: 40px;
    color: white;
    margin: 6px 0 0 0px;
    transition: 0.3s all;
    transform: scale(0.9);
}
.lblheadm a i:hover {
    color: #1c2439;
    transform: scale(1);
    opacity: 0.8;
}
.content-open-calendar {
    width: 300px;
    height: 0px;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 40px solid #FCBE07;
    position: relative;
    cursor: pointer;
    transition: 0.3s all;
}
.content-open-calendar:hover{
    border-top: 40px solid #ffd558;
}
.content-open-calendar span {
    position: absolute;
    color: #1C2439;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: "BigNoodle";
    letter-spacing: 2px;
    font-weight: 600;
}

element.style {
}
input.btn.btn-default.sub:hover {
    color: white;
    border: 1px solid black;
}
.btngenApp {
    clear: both;
    margin: 20px auto;
    display: inherit;
    background: #1AE47D;
    color: black;
    border: 1px solid #1AE47D;
    width: auto;
    transition: 0.8s all;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 2px 2px 3px #383636;
    position: relative;
    z-index: 5;
    border-radius: 2px;
    font-family: "BigNoodle";
    letter-spacing: 2px;
}
.btngenApp:hover {
    color: white;
    border: 1px solid black;
}
#calendar-top{
    display: none;
}
.Btn_Up span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    left: 18px;
}
.Btn_Up span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d7";
    position: absolute;
    right: 18px;
}
.Btn_Down span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    left: 18px;
}
.Btn_Down span::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0d8";
    position: absolute;
    right: 18px;
}
/* pronostico */
.navcal {
    border-bottom: 0px;
}
.navcal li{
    border: none;
    position: relative;
    background-color: transparent;
    /* width: 18%; */
    width: auto;
    text-align: center;
}
.nav-link:hover{
    border-color: transparent  !important;
    text-decoration: none !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: white;
    background-color: transparent;
    border: none;
}
.nav-link.active a:hover{
    text-decoration: none;
}
.navcal>li.active>a, .navcal>li.active>a:focus, .navcal>li.active>a:hover {
    color: white;
    cursor: default;
    background: transparent;
    border: none;
}
.navcal>li>a.active::before, .navcal>li>a.active:focus::before, .navcal>li>a.active:hover::before, .navcal>li>a:hover::before {
    background: #FCBE07;;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 3px;
    margin: 0 auto;
    width: 35%; 
}
.navcal>li>a::before{
    background: transparent;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    height: 3px;
    margin: 0 auto;
    width: 35%;
}
.navcal>li>a span {
    font-family: "ProximaNova";
    font-size: 18px;
    font-weight: 100;
    opacity: 0.8;
}
.navcal li a {
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    font-family: "BigNoodle";
    letter-spacing: 2px;
    font-size: 22px;
}
.list_partidos {
    float: left;
    width: 100%;
    list-style: none;
    margin: 10px 0 40px 0;
    padding: 15px 0;
}
.list_partidos li {
    float: left;
    width: auto;
    color: white;
    font-weight: 600;
}
.list_partidos a {
    color: white;
    font-weight: 600;
    text-decoration: none !important;
    float: left;
    width: 100%;
    font-size: 20px;
    padding: 5px 23px 3px;
}
.list_partidos .active a, .list_partidos a:hover {
    color:  white;
    position: relative;
}
.list_partidos .active a::before {
    background: #FCBE07;
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    height: 3px;
    margin: 0 auto;
    width: 25px;
}

.content_cmatch{

}
.header_cmatch strong{
    font-weight: 900;
    font-size: 13px;
    font-family: "Gill Sans";
}
.header_cmatch span{
    float: right;
    font-size: 13px;
    font-family: "Gill Sans";
    font-weight: 400;
    text-transform: uppercase;
}
.br-tl{
    border-radius: 8px 0 0px 0;
}
.br-tr {
    border-radius: 0px 8px 0px 0;
}
.br-fl {
    border-radius: 0px 0px 0px 8px;
}
.br-fr {
    border-radius: 0px 0px 8px 0px;
}
.iconvs {
    position: absolute;
    color: white;
    z-index: 2;
    width: 30px;
    height: 30px;
    background-color: #000000;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-family: "BigNoodle";
    font-size: 16px;
    top: 36%;
    right: 45.5%;
}
.line-div {
    position: absolute;
    right: -2px;
    height: 99%;
    background-color: #e9e9e9;
    z-index: 1;
    width: 1px;
    top: 0;
    margin: 0;
}
.match_eq{
    text-align: center;
}
.eq_cardwh{
    background-color: white;
    position: relative;
}
.eq_cardwh p {
    color: #151932;
    font-size: 14px;
    font-family: "Gill Sans";
    font-weight: bold;
    text-transform: uppercase;
}
.titlewn{
    font-family: "ProximaNova";
    font-size: 18px;
}
.eq_cardfot input {
    width: 38px;
    text-align: center;
    font-weight: 500;
}
.eq_cardfot input[type="radio"] {
    width: 1.5rem;
    height: 1.5rem;
}
.eq_cardfot input:disabled:checked {
    box-shadow: 0 0 6px 1px #0075ff;
    border-radius: 50%;
}
.eq_cardfot {
    background: #3b465a;
    text-align: center;
}
.texttopw strong{
    font-family: "Gill Sans";
    font-size: 34px;
    font-weight: 900;
}
.btnDownloadQ{
    display: initial;
    margin: initial;
}
.roundpos{
    background-color: white;
    width: 32px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    font-weight: bold;
    color: var(--color-tr-secundario);
    border-radius: 50%;
    font-family: "BigNoodle";
}
.roundpsyo{
    background-color: #FCBE07;
    /* color: white; */
    color: black;
}
.roundgr{
    background-color: var(--color-tr-secundario);
    color: white;
}
.card-win{
    border-left: 2px solid var(--color-tr-secundario);
}
.namewin{
    font-family: "Gill Sans";
    font-size: 14px;
    font-weight: 900;
}
.card-itemq li {
    display: inline-flex;
    align-items: center;
}
.card-itemq .avatar {
    width: 36px;
    height: 35px;
}
@media (min-width: 576px){
    .namewin {
        font-size: 18px;
    }
    .card-itemq .avatar {
        width: 66px;
        height: 65px;
    }
}
.numberpointsw {
    font-family: "ProximaNovaBold";
    font-size: 20px;
    font-weight: 900;
    /* margin: 14px 0 0 0; */
}
.plywm{
    font-weight: 300;
    font-family: "ProximaNova";
    font-size: 18px;
}
.collf, .colrg, .card-resumenwn, .colln{
    background: #323A4D;
}
.card-resumenwn{
    border-radius: 10px;
}
.card-itemq {
    border-bottom: 1px solid #5e5e5e;
}
.card-itemq:last-child {
    border-bottom: none;
}
.card-itemq:first-child > .collf{
    border-radius: 10px 0px 0px 0px;
}
.card-itemq:last-child > .collf {
    border-radius: 0px 0px 0px 10px;
}
.card-itemq:first-child > .colrg {
    border-radius: 0px 10px 0px 0px;
}
.card-itemq:last-child > .colrg {
    border-radius: 0px 0px 10px 0px;
}
.pointstotal, .pointssubtotal {
    font-family: "Gill Sans";
    float: right;
    margin: -5px 0 0;
}
.scorep {
    background-color: #293144;
    padding: 5px 15px;
    font-size: 18px;
    border-radius: 2px;
    margin: 1px 0 0 0;
    display: inline-block;
    min-width: 40px;
    min-height: 35px;
    vertical-align: top;
}
.namepr {
    font-family: "Gill Sans";
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    min-width: 115px;
    width: 100%;
}
.namerauto{
    min-width: auto !important;
}
.textpron {
    font-size: 18px;
    font-family: "Gill Sans";
    margin: 5px 0 0 0;
}
.titlefase{
    font-size: 18px !important;
}
.pointstotal{
    color: var(--color-tr-secundario);
    font-size: 20px;
    font-weight: 900;
    font-family: "ProximaNovaBold";
}
.pointssubtotal{
    font-size: 18px;
    font-weight: 900;
}
.card-resumenwn p {
    font-family: "ProximaNova";
    font-size: 14px;
    margin: 0 0 12px 0;
}
.text-rs{
    font-size: 18px !important;
    font-family: "ProximaNova";
}
.card-resumenwn p span{
    color: #FCBE07;
}
.roundred, .closs{
    background-color: #FF4848;
}
.cwin{
    background-color: #1AE27D;
}
.f14{
    font-size: 14px !important;
}
.icoflag{
    width: 80px;
}
.cyellow{
    color: #fcbe07;
}
.cyellow:hover{
    color: #ffd558;
}
.spunder{
    cursor: pointer;
    transition: 0.5s all;
    text-decoration: underline;
}
.spunder:hover{
    color: #fcbe07;
}
.abs-contador-grupos {
    position: absolute;
    right: 16px;
    text-align: right;
    top: 64px;
}
.title-contgrupos {
    font-family: "Gill Sans";
    font-size: 24px;
    font-weight: 900;
    margin: 0;
}
.text-contgrupos {
    font-family: "ProximaNovaBold";
    font-size: 14px;
    font-weight: 900;
    color: #FCBE07;
    margin: 0;
    text-transform: uppercase;
}
.text-contgrupos span{
    color: var(--color-tr-secundario);
}
.imgbakwinners{
    background-image: url(../images/siguiente-ronda.png);
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: center;
    background-position-y: top;
    min-height: 580px;
    position: relative;
    background-size: cover;
}
.contpasan{ 
    margin-top: 200px;
    font-family: "Gill Sans";
    font-size: 18px;
    text-transform: uppercase;
}
.vsnonegr{
    display: none;
}
.asb_buton_newdsp{
    display: none !important;
    position: absolute;
    right: 80px;
    top: 0;
    width: 80px;
    height: 100%;
    color: white;
    background-color: #FCBE07;
    transition: 0.3s all;
    font-size: 20px;
    text-align: center;
    padding: 12px 0 0 0;
    cursor: pointer;
}
.asb_buton_newdsp:hover {
    background-color: #ffd558;
}
.asb_buton_newdsp i{
    margin: 0 auto;
    font-size: 22px;
    padding: 11px 0 0 0;
}
#octavos, #cuartos, #semi, #final{
    padding-top: 80px;
}
.lyndfn{
    position: absolute;
    color: black;
    z-index: 2;
    right: 40%;
    top: 6px;
    background-color: #1be47d;
    padding: 2px 8px;
    border-radius: 14px;
    font-size: 14px;
}
.lyndfnP {
    background-color: #fcbe07;
    padding: 0px 6px;
    border-radius: 14px;
    font-size: 12px;
    color: #1c2439;
    margin: 0 0 0 5px;
}
.containrs-logo{
    width: 204px;
    max-width: 100%;
}
@media (max-width:1298px){
    .imglogapp {
        width: auto;
    }
    .lblheadm {
        min-width: auto;
        padding-right: 7%;
    }
    .lblheadm a {
        margin: 2px 0 0px 35px;
    }
}
@media (max-width:1208px){
    .cardhtm strong {
        font-size: 34px;
    } 
    .cardhtm span {
        font-size: 12px;
    }  
    .i-calb div {
        font-size: 12px;
    } 
    .lblheadm a {
        margin: 2px 0 0px 30px;
    }
    .lblheadm {
        min-width: auto;
        float: right;
        padding-right: 0%;
    }
    .abs-contador-grupos {
        position: relative;
        right: 16px;
        text-align: right;
        top: inherit;
        float: right;
        width: 100%;
        margin-bottom: 20px;
    }
    #octavos, #cuartos, #semi, #final{
        padding-top: 0px;
    }
    .lblheadm a {
        margin: 2px 0 0px 18px;
    }
}
@media (max-width:1070px){
    .containrs-logo{
        width: 180px;
        max-width: 100%;
    }
    .lblheadm{
        display: none;
    }
    .navcal li {
        width: 20%;
    }
    .navcal li a {
        font-size: 18px;
    }
    .title-contgrupos{
        font-size: 20px;
    }
    .eleq{
        width: auto !important;
    }
}
@media (max-width: 920px){
    .w-backq {
        background-size: 100%;
        background-position: top;
    }
    .dsmovn, .tag-open-calendar{
        display: none !important;
    }
    .content-navtp {
        padding-right: 160px;
        min-height: 79px;
    }
    .lkbars {
        font-size: 31px;
    }
    .asb_buton_newdsp {
        display: block !important;
    }
    .divlogmov{
        width: 100% !important;
        max-width: 100% !important;
        flex: initial !important;
    }
    .imglogapp {
        width: auto;
        display: block;
        margin: 0 auto;
        float: initial;
    }

    .abs {
        position: relative;
        z-index: 1;
        background: #fff;
        width: 100% !important;
        left: initial;
        top: inital;
        display: block;
        color: #000;
        text-align: left;
        padding: 0px;
        float: left;
    }
    .i-calb div {
        width: initial;
    }
    .cardhtm {
        border: none;
        position: relative;
        width: 100%;
    }
    .head-ch {
        padding: 0 !important;
    }
    .head-ch p {
        font-size: 18px;
    }
    .content-ch {
        padding: 15px !important;
    }
    .cardhtm {
        width: 100%;
        padding: 0 !important;
        min-height: auto;
    }
    .content-ch img{
        width: 50px;
        max-width: 50px;
    }
    .i-calb div {
        width: initial;
        text-align: center !important;
    }
    .cardhtm strong {
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .navcal li {
        width: 50%;
        margin-bottom: 20px;
        min-height: 60px;
    }
    .eleq{
        width: auto !important;
        margin-bottom: initial !important;
        min-height: auto !important;
    }
}
@media (max-width: 620px){
    .navcal li a {
        font-size: 16px;
    }
    .navcal li {
        min-height: auto;
    }
}

.font-GillSans {
	font-family: "Gill Sans";
}
.font-ProximaNova {
	font-family: "ProximaNova";
}
.font-ProximaNovaBold {
	font-family: "ProximaNovaBold";
}
.font-BigNoodle {
	font-family: "BigNoodle";
}
.ls-1px {
    letter-spacing: 1px;
}
.ls-2px {
    letter-spacing: 2px;
}
.lh-1 {
    line-height: 1;
}
.mt--2 {
    margin-top: -.5rem;
}
.h-unset-important {
    height: unset!important;
}
.w-unset-important {
    width: unset!important;
}
.cursor-pointer {
    cursor: pointer;
}


.link-pie {
    color: goldenrod;
}
.link-pie:hover {
    color: #1AE47D;
    text-decoration: none;
}

#navMobile {
    display: none;
}
.navito {
    display: none!important;
}
.mean-container .mean-bar {
    display: none;
}
#menresponsive .linkpl span {
    font-size: 16px;
}
#menresponsive .linkpl img {
    height: 44px;
    width: 44px;
}


.close-mav{
    color: white !important;
    font-weight: 100 !important;
    opacity: 1 !important;
    font-size: 38px !important;
    padding: 8px 20px !important;
    z-index: 2;
}

@media (max-width:767px){
    #navMobile {
        display: flex;
        position: absolute;
        top: 0;
        z-index: 1000;
        left: 79px;
        right: 0;
        height: 79px;
    }
    #topbar {
        visibility: hidden;
    }
    .mean-container .mean-bar {
        display: block;
        padding: 0;
        background-color: #04bb5e;
        min-height: 79px;
        z-index: 999;
    }
    .mean-container a.meanmenu-reveal {
        right: initial !important;
        left: 0 !important;
        background: #00FF75;
        padding: 26px !important;
    }
    .mean-container .mean-nav {
        margin-top: 79px !important;
    }
    .mean-container .mean-nav ul li a {
        padding: 14px 5%;
        margin: 0;
        text-align: center;
        color: white;
        border-top: 1px solid var(--color-tr-primario);
        background-color: var(--color-tr-primario);
        font-family: 'BigNoodle';
        font-size: 24px;
        letter-spacing: 2px;
        font-weight: 400;
    }
    .mean-container .mean-nav ul li a:hover,
    .mean-container .mean-nav ul li a.active,
    #menresponsive li.lismall.lifbtw.mean-last:hover > a:hover{
        background: #3b465a !important;
        color: white !important;
        border-top: 1px solid #3b465a;
    }
    .mean-container .mean-push {
        width: 0;
    }

    .back_gsn.mean-container .mean-bar, .back_gsn.mean-container a.meanmenu-reveal{
        background-color: #c1131e !important;
    }
    .back_gsn.mean-container .mean-nav ul li a:hover, .back_gsn.mean-container .mean-nav ul li.active a{
        background-color: #c1131e !important;
        border-top: 1px solid #c1131e !important;
        color: white !important;
    } 
    .back_ocesa.mean-container .mean-bar, .back_ocesa.mean-container a.meanmenu-reveal{
        background-color: #000000 !important;
    }
    .back_ocesa.mean-container .mean-nav ul li a:hover, .back_ocesa.mean-container .mean-nav ul li.active a{
        background-color: #000000 !important;
        border-top: 1px solid #000000 !important;
        color: white !important;
    } 

    .back_fim.mean-container .mean-bar, .back_fim.mean-container a.meanmenu-reveal{
        background-color: #0082C8 !important;
    }
    .back_fim.mean-container .mean-nav ul li a:hover, .back_fim.mean-container .mean-nav ul li.active a{
        background-color: #0082C8 !important;
        border-top: 1px solid #0082C8 !important;
        color: white !important;
    }
    
}
@media (max-width: 540px){
    .navcal li {
        width: 100%;
        margin-bottom: 5px;
    }
    .eleq {
        width: 25% !important;
        margin-bottom: initial !important;
    }
}

.contenedorFooter {
    margin-bottom: 5rem;
}
@media (min-width: 992px){
    .contenedorFooter {
        margin-bottom: 1rem;
        padding-right: 292px;
    }
}
@media (min-width: 1400px){
    .contenedorFooter {
        margin-bottom: 1rem;
        padding-right: 178px;
    }
}
@media (min-width: 1800px){
    .contenedorFooter {
        margin-bottom: 1rem;
        padding-right: 0;
    }
}