*{
  font-family: gotham;
}

a{
    font-weight: bold;
}

h1,h2,h3,h4,h5,h6{
    font-family: gotham;
    font-weight: 900;
}

form {
    margin-bottom: 0;
}

.bg-widget{
    transition: all .3s ease-in-out;
}
.bg-widget.open{
    padding-right: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.bg-widget.close{
    flex-direction: column;
    padding-right: .5rem;
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.bg-widget.open .content{
    display: block !important;
}
.bg-widget.open .wsLogo{
    display: block !important;
}
.bg-widget.close .content{
    display: none !important;
}
.bg-widget.open .wsLogo{
    display: none !important;
}


/*Aside Login/Register*/
.perfil-usuario{
    color: white;
    font-weight: bold;
}

.perfil-usuario a{
    color: white;
}

.inicio-sesion-container {
    position: fixed;
    top: 0;
    right: 0;
    background: green;
    width: 100%;
    max-width: 500px;
    height: 100vh;
    z-index: 100000000;
    transition: all .35s ease-in-out;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: translateX(100%);
    overflow-y: auto;
}

.inicio-sesion-container.active{
    transform: translateX(0);
}

.inicio-sesion-container .sesion-content input{
    /* width:100%; */
    margin-bottom: 1rem;
    /* padding: .25rem; */
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    border: none;
}

.inicio-sesion-container .header-img {
    width: 75%;
    margin: auto;
    margin-top: 6vh;
    text-align: center;
    margin-bottom: 2.5vh;
    font-size: 1.25rem;
    font-weight: 700;
    color: white;
}


.inicio-sesion-container .sesion-content.options {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    justify-content: center;

    -ms-align-items: center;
    align-items: center;
        
}

.inicio-sesion-container button {
    background: #000000;
    border-radius: 4px;
    /* border: 1.2px solid white; */
    border: none;
    color: #fff;
    padding: 0.5rem 1.75rem;
    /* font-weight: bold; */
    font-size: .75rem;
    cursor: pointer;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    margin: 0 auto;
    display: flex;
    text-transform: uppercase;
}

.inicio-sesion-container hr {
    border-color: goldenrod;
    width: 85%;
}

.inicio-sesion-container .atras, .inicio-sesion-container .atras-bonus .inicio-sesion-container button, .special-bonus button.atras-bonus{
    padding: 5px;
    position: absolute;
    left: 5px;
    top: 5px;
}

.inicio-sesion-container .cerrar{
    padding: 5px;
    position: absolute;
    left: 5px;
    top: calc( 5px - 6vh );
}

.sesion-choice-container {
    position: relative;
}

.sesion-choice-container .sesion-content img {
    width: 125px;
}

.sesion-login-container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-align-items: center;
    align-items: center;

}

.sesion-login-container .sesion-content {

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 2.5rem;
    color: white;
    font-size: 12px;
    font-weight: bold;
    
}


.sesion-login-container .sesion-content a {
    color: white;
    margin-left: auto;  
}



.sesion-login-container img {
    width: 125px;
}

.change-pass-container .change-pass{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: flex-start;
    width: 50%;
    flex-direction: column;
    margin: auto;
    color: white;
    font-weight: bold;
}

.change-pass-container .change-pass input{
    margin-bottom: 10px;
    width: 100%;
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    font-size: 12px;
}

.special-bonus{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    color: white;
}

.questions-bonus{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.special-bonus .jugador-gol{
    border-radius: 5px;
    border: none;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    font-size: 12px;
    width: 80%;
}

.special-bonus .head-bonus img{
    width: 20rem;
}

.special-bonus .head-bonus{
    padding: 4rem 0 0 0;
}

.special-bonus .save{
    background: #eaeaea;
    border-radius: 25px;
    border: 2px solid goldenrod;
    padding: 0.5rem 1.75rem;
    font-weight: bold;
    font-size: .75rem;
    cursor: pointer;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.special-bonus select{
    width: 80%;
    border-radius: 5px;
    color: white;
    background: gray;
    font-weight: bold;
    margin: 0 auto;
}

.special-bonus-request {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-weight: bold;
}

.special-bonus-request .img-bonus{
    width: 130px;
}

.special-bonus-request .questions-bonus{
    width: 90%;
}


.special-bonus-request .questions-bonus{
    display: flex;
    flex-direction: column;
}


.recover-pass-container{
    font-weight: bold;
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-align-items: center;
    align-items: center;
}

.recover-pass-container .recover-pass{
    padding-top: 1rem;
    text-align: center;
}

.recover-pass-container .recover-pass input{
    width: 100%;
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    font-size: 12px;
}

.recover-pass-container .recover-pass button{
    margin-bottom: 10px;
}

.recover-pass-container .recover-pass-top{
      margin-top: 2rem;
}
.recover-pass-container img{
    width: 125px;
}

.sesion-register-container {

    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;

    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;

    -ms-align-items: center;
    align-items: center;

    padding-bottom: 1rem;

}

.sesion-register-container img{
 width: 125px;
}


.sesion-register-container .register-content{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0 2.5rem;
    color: white;
    font-weight: bold;
    font-size: 12px;
}

/* .sesion-register-container .register-content input{
    width: 100%;
    margin-bottom: 0.5rem;
    border: none;
    box-shadow: 0px 0px 2rem 0rem #000000a1;
    font-size: 12px;
} */


.sesion-register-container .terminos{
    color: white;
    font-weight: bold;
    margin-top: 1rem;
    text-align: center;
}

.sesion-register-container .terminos a{
    text-decoration: none;
    color: white;
}



/*header*/

.header-wrapper{
}

.iniciar-wrapper{
    background: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    padding: .3rem;
}

.iniciar-wrapper img{
    /* width: auto;
    max-height: 60px; */
    width: clamp(60px, 20vw, 130px);
}

button.confirm{
    background: #000 !important;
}

button.boton-register, button.boton-iniciar-sesion, button.questions, button.recover-pass-button, button.initsess, button.change-pass-button, button.questions-request, button.endsess, button.enviarquestion{
    font-size: 1.1rem !important;
}

.iniciar-wrapper .iniciar-sesion {
    font-family: gotham;
    font-weight: bold;
    padding: 0 2rem;
    /* color: #619316; */
    font-size: 1rem;
    text-decoration: none !important;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.iniciar-wrapper .iniciar-sesion:hover{
    color: #092090;
}

.iniciar-wrapper .iniciar-sesion i{
    font-size: 1.3em;
}

.division-wrapper{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 35px;
}

.menu-wrapper{
    /* background: #efece3; */
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

.menu-wrapper ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    list-style: none;
    margin-bottom: 0;
}

.menu-wrapper ul li{
    padding: .75rem;
    text-align: center;
    max-width: 175px;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    color: black ;
    
}

.menu-wrapper ul li a{
    white-space: nowrap;
    text-decoration: none !important;
    color: #000000;
}

.menu-wrapper ul li a{
    position: relative;
}
.menu-wrapper ul li.active a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    margin-bottom: -3px;
    background-color: #CA110B;

    /* border-bottom: 5px solid red; */
}


/*INDEX*/

.section-prediction{
    text-align: center;
    color: black;
    padding: 5rem 0;
}

.section-prediction header {
    margin-bottom: 5rem;
}

.section-prediction footer {
    padding-top: 5rem;
}

.section-prediction footer button {
    background: #000;
    border-radius: 4px;
    color: #fff;
    /* border: 2px solid goldenrod; */
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.19);
    padding: .65rem 2rem;
    font-weight: bold;
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.section-prediction footer button:hover {
    background: #000;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
}

.prediction{
    display: flex;
    width: 100%;
    position: relative;
    max-width: 35rem;
}

.prediction .circulito {
    width: 12rem;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #eaeaea;
    border-radius: 50%;
    z-index: -1;
}

.group{
    background-repeat: no-repeat;
    width: 14rem;
    height: 12rem;
    padding: 1rem;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Gotham;
    font-weight: 700;
    color: white;
    position: relative; 
}

.backgroundgroup{
    top: 0;
    position: absolute;
    height: 100%;
    background-color: #eaeaea;
    right: 0;
    width: 50%;
    z-index: -1;
}
.group ul{
    list-style: none;
    justify-content: center;
    padding: 0;
    text-align: start;
}

.group-title{
    text-transform: uppercase;
}

.partidos{
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-left: 1rem;
    background-color: #eaeaea;
    width: calc( 100% - 20rem );
    justify-content: center;
    position: relative;
    font-size: 12px;
}

.partidos ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: unset;
    white-space: nowrap;
}

.partidos ul li{
    height: 21px;
    display: flex;
    align-items: center;
}

.partidos ul:first-of-type li {
    height: unset !important;
}

.partidos ul:last-of-type li {
    height: unset !important;
}

.partidos ul:first-of-type li {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.partidos ul:last-of-type li {
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
/*.partidos ul:first-of-type li div > div {
    margin-left: 0;
}
.partidos ul:last-of-type li div > div {
    margin-right: 0;
}*/
.partidos ul li div {
    display: flex;
    align-items: center;
}


.partidos ul li input {
    width: 33px;
    display: unset;
    padding: unset;
    font-size: 13px;
}

.prediction-container{
    margin-top: 10px;
}

.section-torneo section.container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    overflow: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 100%;
    position: relative;
}

.section-torneo .copa-wrapper img {
    height: 175px;
}

.section-torneo div {
    height: 35px;
    width: 115px;
}
.section-torneo div:first-child {
    margin-bottom: 25px;
}
.section-torneo div:only-of-type {
    margin-bottom: 0;
}

.section-torneo .torneo-left-wrapper {
    padding-left: 2rem;
}

.section-torneo .torneo-right-wrapper {
    padding-right: 2rem;
}

.section-torneo section[class*='-container'] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.section-torneo .torneo-right-wrapper section[class*='-container'] {
    align-items: flex-end;
}

.section-torneo section[class*='-container']:first-child {
    margin-bottom: 25px;
}
.section-torneo section[class*='-container']:only-of-type {
    margin-bottom: 0;
}
.section-torneo section.torneo-left-wrapper section[class*='-container'] > div {
    position: absolute;
    right: 0
}
.section-torneo section.torneo-right-wrapper section[class*='-container'] > div {
    position: absolute;
    left: 0
}
.section-torneo section.torneo-left-wrapper section[class*='-container'] > span.match-separator {
    position: absolute;
    border-right: 3px solid white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    z-index: 0;
    display: flex;
    justify-content: flex-end;
}
.section-torneo section.torneo-right-wrapper section[class*='-container'] > span.match-separator {
    position: absolute;
    border-left: 3px solid white;
    border-top: 3px solid white;
    border-bottom: 3px solid white;
    z-index: 0;
}
.section-torneo section[class*='-container'] > div {
    background: white;
    clip-path: polygon(0 50%, 15% 0, 85% 0, 100% 50%, 85% 100%, 15% 100%);
    padding: 2.5px;
    box-sizing: content-box;
    z-index: 1;
}

.section-torneo section[class*='-container'] > div > div {
   clip-path: polygon(1% 50%, 15% 0, 85% 0, 99% 50%, 85% 100%, 15% 100%);
    display: flex;
    align-items: center;
    padding: 0rem 1rem;
    font-size: 15px;
    font-weight: bold;
}

.octavos-container {
    width: 100px;
}
.octavos-container > div {
    position: relative !important;
}
section.torneo-left-wrapper .octavos-container > div > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,e5e5e5+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(left, #f2f2f2 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #f2f2f2 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #f2f2f2 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.torneo-right-wrapper .octavos-container > div > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f2f2+0,e5e5e5+100 */
    background: #f2f2f2; /* Old browsers */
    background: -moz-linear-gradient(left, #e5e5e5 0%, #f2f2f2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#f2f2f2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e5e5e5 0%,#f2f2f2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.cuartos-container {
    width: 250px;
}
section.torneo-left-wrapper .cuartos-container > div > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,d6d6d6+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(left, #e5e5e5 0%, #d6d6d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e5e5e5 0%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e5e5e5 0%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.torneo-right-wrapper .cuartos-container > div > div {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5e5e5+0,d6d6d6+100 */
    background: #e5e5e5; /* Old browsers */
    background: -moz-linear-gradient(left, #d6d6d6 0%, #e5e5e5 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d6d6d6 0%,#e5e5e5 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d6d6d6 0%,#e5e5e5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.torneo-left-wrapper .cuartos-container > span.match-separator {
    width: 50%;
    height: 65%;
    right: 23.5%;
}
section.torneo-right-wrapper .cuartos-container > span.match-separator {
    width: 50%;
    height: 65%;
    left: 23.5%;
}

.semis-container {
    width: 400px;
}
.semis-container:first-child {
    margin-bottom: 50px !important;
}
section.torneo-left-wrapper .semis-container > div > div {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,c4c4c4+100 */
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(left, #d6d6d6 0%, #c4c4c4 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d6d6d6 0%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d6d6d6 0%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
section.torneo-right-wrapper .semis-container > div > div {

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d6d6d6+0,c4c4c4+100 */
    background: #d6d6d6; /* Old browsers */
    background: -moz-linear-gradient(left, #c4c4c4 0%, #d6d6d6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #c4c4c4 0%,#d6d6d6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #c4c4c4 0%,#d6d6d6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

section.torneo-left-wrapper .semis-container > span.match-separator {
    width: 35%;
    height: 57%;
    right: 15%;
}
section.torneo-right-wrapper .semis-container > span.match-separator {
    width: 35%;
    height: 57%;
    left: 15%;
}

.final-container {
    width: 525px;
}
.final-container > div > div {
    background: #bbbbbb;
}

section.torneo-right-wrapper .final-container > span.match-separator {
    width: 24%;
    height: 55.5%;
    left: 11.5%;
}
section.torneo-left-wrapper .final-container > span.match-separator {
    width: 24%;
    height: 55.5%;
    right: 11.5%;
}

/*.octavos-container div {
    height: 50px;
    width: 100px;
    background: gray;
}*/
/*.octavos-container div:first-child {
    margin-bottom: 25px;
}*/

/****++COMO PARTICIPAR++****/

.rules-wrapper{
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 6rem 4rem 8rem 4rem;
}



.rules-wrapper .vector-rule{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.rules-wrapper .rules-cont{
    background: white;
    border-radius: 50px;
    margin-top: 8.5rem;
    justify-content: center;
}

.rules-wrapper .rules{
    position: relative;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.rules-wrapper .rules .img-rule{
    height: 25rem;
    margin: -14rem 0 3rem 0;
}

.rules-wrapper .rules h3{
    font-size: 2em;
    text-align: center;
}

.rules-wrapper .rules .logo-rule{
    width: 5rem;
}

.rules-wrapper .rules .copa-rules{
    margin: 0 0 -6rem 0;
}

.rules-wrapper .rules h2 {
    font-size: 4rem;
}

.rules-wrapper .rules p {
    font-weight: bold;
    font-size: 22px;
    text-align: justify;
    width: 80%;
}

.rules-wrapper .rules .em{
    font-weight: bold;
    font-size: 22px;
    color: green;
    font-style: italic;
}

/**********TABLA DE POSICIONES*********/

.position-wrapper .head-position{
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
}
.position-wrapper .head-position h1{
    color: white;
    font-weight: 900;
    padding: 14rem 0 0 0;
    font-size: 75px;
}

.position-wrapper .back-positions{
    background-repeat: no-repeat;
    background-size: cover;
}

.position-wrapper .head-position img{
    width: 25rem;
    margin: 1rem;
}

.position-wrapper .back-positions{
    padding: 5rem 0;
}

.position-wrapper .positions {
    display: flex;
    justify-content: center;
    padding: 5rem;
    background-color: #000;
    width: 80%;
    margin: auto;

}

.position-wrapper .positions .t-color{
    background-color: #000032;
    font-size: 26px;
    text-align: center;
}

.position-wrapper .positions .f-color{
    background-color: #000032;
    font-size: 26px;
    text-align: center;
    height: 5rem;
}

.position-wrapper .positions table{
    color: white;
    border: 5px solid white;
}

.position-wrapper .positions td{
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

.position-wrapper .positions img{
    width: 100px;
}

.position-wrapper .positions table tr{
    border-bottom: 5px solid white;
}

/*FOOTER*/

/* .footer-wrapper-b{
    border-top: solid #19e639 5px;
} */

/* .footer-wrapper img{
        height: 75px;
} */

.Copyright{
    font-size:12px;
}

.align-footer{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.align-footer .fab{
    margin: 0 5px 0 5px;
    color: black;
}

 .redes{   display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }

.prediction-container.row .col-lg-6 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
}

.prediction-container.row .col-lg-6:first-child {
    margin-bottom: 10px;
}

main {
    overflow: hidden;
}

/******MediaQ*****/


@media screen and (max-width: 1280px) {

    .section-prediction {
        padding: 3rem 0;
    }

    .section-prediction footer {
        padding-top: 3rem;
    }

    .prediction {



    }

    .prediction .group {

        width: 200px;
        height: auto;
        font-size: 12px;
        margin-bottom: 1rem;
    }

    .prediction .partidos {

        width: calc( 100% - 17rem );
        font-size: 10px;

    }

    .prediction .circulito {


    }

}

@media screen and (max-width: 768px) {
    .section-prediction {

    }
    
    /* .footer-wrapper img { height: 50px; } */

    .section-prediction header {
        margin-bottom: 3rem;
    }    

    .section-prediction header h2 {
        font-size: 18px;
    }
    
    .align-footer {
        font-size: 12px;
    }

    .rules-wrapper .rules h3{
        font-size: 2em;
    }

    .rules-wrapper .rules h2 {
        font-size: 8vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .rules-wrapper .rules p {
        font-size: 5vw;
    }
    .participa-gana{
        font-size: 9vw !important;
    }

    .rules-wrapper {
        padding: 6rem 0.5rem 8rem 0.5rem;
        font-size: 12px;
    }

    .rules-wrapper .rules .copa-rules {
        margin: 0 0 -4rem 0;
        width: 50%;
    }

    .position-wrapper .positions table {
        border: 5px solid white;
        display: flex;
        justify-content: center;
    }

    .position-wrapper .positions .t-color {
        font-size: 18px;
        text-align: center;
    }

    .position-wrapper .positions td {
        text-align: center;
        font-size: 15px;
    }

    .position-wrapper .positions img {
        width: 40px;
    }

    .position-wrapper .positions {
        display: flex;
        justify-content: center;
        padding: 5rem;
        /* background-color: green; */
        width: 90%;
        margin: auto;
    }

    .position-wrapper .head-position img {
        width: 15rem;
        margin: 1rem;
    }

    .position-wrapper .head-position h1 {
        font-weight: 900;
        font-size: 60px;
        padding: 0;
    }

    .position-wrapper .head-position {
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .menu-wrapper ul li a{
        white-space: normal;
    }

}

.offcanvas-body ul{
    list-style: none;
    padding-left: 0;
}
.offcanvas-body li{
    margin: 1rem 0;
}
.offcanvas-body li a{
    text-decoration: none;
    color: #000;
}

@media screen and (max-width: 425px){

    .position-wrapper .head-position h1 {
        font-weight: 900;
        font-size: 45px !important;
        padding: 0;
    }

    .position-wrapper .head-position img {
        width: 10rem;
        margin: 1rem;
    }

    .position-wrapper .positions .t-color {
        font-size: 14px;
        text-align: center;
    }

    .position-wrapper .positions th, .position-wrapper .positions td{
        padding: 10px;
        white-space: nowrap;
        font-size: 11.5px !important;
    }

    .position-wrapper .positions td{
    }

    .position-wrapper .positions {
        display: flex;
        justify-content: center;
        padding: 1rem 0rem;
        width: auto;
        margin: auto;
        overflow-x: auto;
    }

    /* .position-wrapper .positions table th, .position-wrapper .positions table th{
        font-size: 12px;
    } */

    .position-wrapper .positions .f-color {
        font-size: 26px;
        text-align: center;
        height: 3rem;
    }

    .position-wrapper .head-position h1 {
    color: white;
    font-weight: 900;
    font-size: 45px;
    padding: 0;
}

}

@media screen and (max-width: 500px) {
    .sesion-choice-container {
        width: 100%;
    }

    .inicio-sesion-container button {
        padding: .25rem 1.25rem;

    }

    .sesion-choice-container .sesion-content img {
        width: 50px;
    }
}

@media screen and (max-width: 930px){

    .position-wrapper .head-position {
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    
    .position-wrapper .head-position h1 {
        color: white;
        font-weight: 900;
        font-size: 75px;
        padding: 0;
    }

    .position-wrapper .head-position img {
        width: 18rem;
        margin: 1rem;
    }

}

@media screen and (max-width: 480px) {

    .prediction {
        flex-direction: column;
        align-items: center;
    }

    .prediction .partidos {
        background: none;
        width: 100%;
        padding: 0;
    }

    .backgroundgroup {
        display: none;
    }

    .prediction .circulito {
        display: none;
    }

}