/* 
*   General
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300;900&display=swap');

* {

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0;
}



html{
    overflow-x: hidden;
}

body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden !important;
    /* Hide scrollbars */
    -webkit-overflow-x: hidden !important;
    /* Hide scrollbars */
    -moz-overflow-x: hidden !important;
    /* Hide scrollbars */
    background-color: #f8f9fa !important;
    font-family: 'Mulish', sans-serif;

}

.undercupBold{
    font-family: 'Mulish', sans-serif;
    font-weight: 500;
}
.undercupThin{
    font-family: 'Mulish', sans-serif;
    font-weight: 700;
}

.container,
.row,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {

    --bs-gutter-x: 0 !important;
}


.noticiasCollums{


    --bs-gutter-x: 1.5rem !important;
}

.logoImageDiv {

    display: flex;
    justify-content: end;
}

.icon {

    width: 1em;
}


.backgroundCarosel{
    background: url('../images/images2.jpg') center;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.backgroundCarosel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  }
  

.banner {

    background: url('../images/fundo4.jpg') no-repeat;
    background-size: cover;
    width: 100vw;
    height: 16vh;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    ;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.banner .row {

    height: 100%;
}

.clock {
    zoom: 0.8;
}

.divHamburger {

    /*justify-content: flex-end !important;
    height: 5em;*/
}

.moncaoHr{

        margin-top: 1em;
        margin-bottom: 1em;
        border: 0;
        width: 30em;
        border-top: 5px solid #2FE381;
        opacity: 1 !important;
}

/*.no-scroll {
    overflow: hidden;
 }*/

 #loadingScree{
    height: 100vh;
    position: absolute;
    width: 100vw;
    justify-content: center;
    display: flex;
    align-items: center;
    z-index: 99;
 }

.torneioBoxes{
    background: #2FE381;
    color: white !important;
    padding: 1em 2em;
    margin: 3em;
}

.divLogo {

    justify-content: flex-end !important;
    align-items: center;
    display: flex;
    height: 2em;
    text-align: right;
}

#bannerH1 {

    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: white !important;
    cursor: pointer;
}

#imgBanner {
    width: 6em;
    height: 5em;
    border-radius: 50%;
}




#soccerSVG {
    width: 10em;
    height: 10em;
    border-radius: 50%;
}


#imgBanner2 {
    width: 10em;
    height: 10em;
    border-radius: 50%;
    animation-delay: 0.5s;
}

.section {


    padding: 50px 0;
}

.section-b {

    background-color: #0F0F15;
}

/* 
*   End Banner
*/


/*
*   Navigation Bar
*/
.navbar {

    font-weight: bold;
    transition: ease 500ms;
    z-index: 10;
    padding: 0 2rem !important;
    box-shadow: unset !important;

}

.nav-link {
    cursor: pointer;
    text-decoration: none;
    color: white !important;
    /*text-transform: uppercase;*/
    margin: 0px 15px;
    position: relative;
    transition: all .3s ease-in;
}

.nav-item{

    height: 46.4px;
}

.navBarItem{

    animation-delay: 0.1s;        
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-brand {

    color: white !important;
}

.nav-link {

    padding-left: 0 !important;
    padding-right: 0 !important;
}

.nav-link:hover {
    opacity: 1;
}

.nav-link::before {
    transition: 300ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: white;
}

.nav-link-ltr::before {
    width: 0%;
    bottom: 0px;
}

.nav-link-ltr:hover::before {
    width: 100%;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
}

/*
*   End Navigation Bar
*/


/*
*   Header
*/

.v-header {

    height: 100vh;
    display: flex;
    color: white;
    align-items: center;
    /*animation: fadeOutUp 1s ease-in-out 0s forwards;*/
}


.transform-active {
    z-index: 1;
    -webkit-animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-top 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.container-x {

    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
    margin: auto;
    text-align: center;

}

.fullscreen-video-wrap {

    position: absolute;
    top: 5.5em;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;

    background: url("../images/background.jpg");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */

}


.card {


    -webkit-animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.header-overlay {

    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 5.5em;
    left: 0;
    background-color: #225470;
    z-index: 1;
    opacity: 0.3;
}

.header-content {

    z-index: 2;
    margin: 0 auto;

}

.containerClass {

    text-align: center;
}

.clock {

    opacity: 0;
    -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation-delay: 1s;
    display: inline-block;
    width: auto !important;
}

.header-content h1 {

    /*margin-top: 50px;*/
    font-size: 50px;
    vertical-align: text-bottom;
    animation: fadeInUp 1s ease-in-out 0s forwards;
    opacity: 1;
}

.header-content h2 {

    vertical-align: text-bottom;
    -webkit-animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    animation: puff-in-center 0.7s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;
    opacity: 0;
    animation-delay: 2s;
}

.btn2 {

    background-color: #34b3a0;
    color: white;
    font-size: 1.2rem;
    opacity: 0;
    padding: 1.2rem 1.2rem;
    text-decoration: none;
    -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
    animation: fadeInUp 1s ease-in-out 0s forwards;
    animation-delay: 2s;
    border-radius: 10px;
    transition: padding ease-in 0.1s;
}

.btn2:hover {

    text-decoration: none;
    cursor: pointer;
    color: white;
    padding: 1.4rem 1.4rem;
    background-color: #34b3a0af;
}


/*
*   End Header
*/


.scrolled {
    background-color: black !important;
    transition: background-color 200ms linear;
    top: 0;
    z-index: 100;
    position: fixed !important;
    width: 100%;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, .2);
}



#main,
#equipasMain,
#calendarioMain,
#organizacaoMain,
#sobreMain,
#mainDiv {

    min-height: 100vh !important;
    -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

#equipaMain {

    min-height: 100vh !important;
    -webkit-animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bck-center 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    padding: 0 !important;

}

.mainDiv {


    -webkit-animation: fadeInUp 1s ease-in-out 0s forwards;
    animation: fadeInUp 1s ease-in-out 0s forwards;
}

.equipasRow {

    margin-top: 15px;
}

.imageNav {

    width: 25px;
    height: 25px;
    color: white;
}

/*
*
*   Classificações 19/20
*/



.standingsDiv,
.teamsDiv {


    border-bottom: 3px solid black;
}

.class19,
.teamNameH1 {

    margin-top: 2rem;
    padding-top: 15px;
    font-weight: bold;
}

/*
*
*   End Classificações 19/20
*/


/*
*   escaloes main
*/
/*
*   End Escaloes main
*/


/*
*
*   EquipasMain
*/


.equipasContainer,
.calendarioContainer {

    margin-top: 50px;
}

.logos {

    height: 200px;
    width: 200px;
}

.logos2 {

    height: 300px;
}

.playersPic {

    position: relative;
    transition: background-color .3s ease-out;
    background-color: rgb(110, 110, 110);
}

.playersPic::before {

    content: "";
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .85) 100%);
    width: 100%;
    height: 160px;
    bottom: 0;
    left: 0;
    z-index: 0;
    position: absolute;
}

.playersPic:hover {

    background-color: cyan;
}

.col {
    padding-top: .75rem;
    padding-bottom: .75rem;

}

.centered {
    position: absolute;
    top: 70%;
    text-align: center;
    transition: all .3s ease-out;
    color: white;
}

.name {
    display: block;
    top: 80%;
    line-height: 1.6;
    text-transform: uppercase;
    font-weight: bold;
    transition-delay: .1s;
}

.position {
    top: 90%;
    transition-delay: .2s;
}



.playersPicture {

    height: 400px;
    width: 200px;
}


.icon-bar {
    width: 22px;
    height: 2px;
    background-color: #fff;
    display: block;
    transition: all 0.2s;
    margin-top: 4px
}


.logoDiv {
    background-color: rgba(0, 45, 129, 0.623);
}

#tournamentLogo {

    width: 100px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeOutUp {

    from {

        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 0, 0);
    }
}

.escalaoRow {

    margin: 0 auto;
    border-radius: 0.5em;
    max-width: 800px !important;
}


.selectionRow {

    margin: 0 auto;
    border-radius: 0.5em;
    max-width: 800px !important;
    background-color: #0F0F15
}

.arrow {
    opacity: 0;
    position: absolute;
    left: 48vw;
    top: 90vh;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 3;
}

.arrow-first {
    animation: arrow-movement 2s ease-in-out infinite;
}

.arrow-second {
    animation: arrow-movement 2s 1s ease-in-out infinite;
}

.arrow:before,
.arrow:after {
    background: #fff;
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
}

.arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left;
}

.arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right;
}

@keyframes arrow-movement {
    0% {
        opacity: 0;
        top: 80vh;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


/*
*   Responsiveness
*/
.jogadoresDivEquipa2{

    width: 5em ;
    flex: 0 0 5em ;
    text-align: center;
    margin:1em;
}

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



    .classificacoesWelcome2Div{

        width: 35% !important;
        flex: 0 0 35% !important;
    }

    .desktopH3 h3{

        font-size: 1.5em;
    }

    .nav-link {
        color: none;
    }

    .contactsPhoto{
        display: none;
    }

    .logoDiv {
        display: none;
    }

    .clock {

        zoom: 0.7 !important;
        -webkit-zoom: 0.7 !important;
        -moz-zoom: 0.7 !important;
    }

    #bannerH1 {

        font-size: 35px;
    }
}

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

    .videoWelcome{
        height: 20em !important;
    }



    .classificacoesWelcome2Div{

        width: 45% !important;
        flex: 0 0 45% !important;
    }
    .videoWelcome h1{

        font-size: 1.5em;
    }


    .videoWelcome h3{

        font-size: 1em;
    }

    .clock {

        zoom: 0.6 !important;
        -webkit-zoom: 0.6 !important;
        -moz-zoom: 0.6 !important;
    }

    #bannerH1 {

        font-size: 30px;
    }

    .header-content h1 {

        font-size: 35px;
    }

    .header-content h2 {

        font-size: 30px;
    }
}

.moncaoBackground{
    background-image:url('../images/ranhuraDireita.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
}
.moncaoBackground3{
    background-image:url('../images/quote.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
    height: 5em;
    background-position:center;
}

.equipasBackground{
    background-image:url('../images/4.png'),url('../images/4.1.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom, right top;
}


.moncaoBackground5{
    background-image:url('../images/5.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
}

.moncaoBackground6{
    background-image:url('../images/7.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position:right;
}


.moncaoBackground2{
    background-image:url('../images/ranhuraEsquerda.png') !important; 
    background-repeat: no-repeat;
    background-size: contain;
    background-position:right;
    margin-bottom: -0.05em;
}

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


    .classificacoesWelcome2Div{

        width: 60% !important;
        flex: 0 0 60% !important;
    }

    .classificacoesWelcomeDivInside, #team-logos-carousel{
        width: 100% !important;
    }

    .footerLayoutResponsive{

        display: flex !important;
    }

    .footerLayoutDesktop{

        display: none;

    }

    #carouselExampleControls .carousel,
    #carouselExampleControls .carousel-inner,
    #carouselExampleControls .img-placeholder {

        height: 90vh !important;
    }

    .slideCol {

        font-size: 3em !important;
    }

    .iamCol {

        font-size: 2em !important;
    }

    .positionLabel {

        font-size: 0.5em !important;
    }

    /*.divHamburger {

        justify-content: flex-end !important;
        height: 5em;
    }*/

    .participants,
    .progress-circle,
    .lineCircle {

        height: 80px !important;
        width: 80px !important;
    }

    .patrocinios {

        height: 50px !important;
        width: 200px !important;
    }

    .clock {

        zoom: 0.5 !important;
        -webkit-zoom: 0.5 !important;
        -moz-zoom: 0.5 !important;
    }


    .header-content h1 {

        font-size: 30px;
    }

    .header-content h2 {

        font-size: 25px;
    }

    #bannerH1 {

        font-size: 25px;
    }


    .container-x {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}

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



    #carouselExampleControls .carousel,
    #carouselExampleControls .carousel-inner,
    #carouselExampleControls .img-placeholder {

        height: 90vh !important;
    }

    #days,#seconds,#hours,#minutes{
        font-size:2em !important;
        padding: 0 !important;
    }

    .daysDiv{

        margin: 0.5em !important;
    }

    .daysH5{

        font-size: 1em !important;
        padding: 0 !important;
    }

    #campo {

        zoom: 0.8;
    }

    .clock {

        zoom: 0.4 !important;
        -webkit-zoom: 0.4 !important;
        -moz-zoom: 0.4 !important;
    }

    .section-1 .row .col-md-6 .panel {
        position: initial;
        width: initial;
        height: initial;
        position: unset !important;
    }

    .pray {
        display: none;
    }

    .header-content h1 {

        font-size: 25px;
    }

    .header-content h2 {

        font-size: 20px;
    }

    #bannerH1 {

        font-size: 20px;
    }

    .class19 {

        font-size: 20px !important;
    }
}

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


.classificacoesWelcome2Div{

    width: 80% !important;
    flex: 0 0 80% !important;
}

    .gamesDiv {

        font-size: 0.8em;
    }

    .resultsTeamLogo {
        width: 2em
    }


}

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

    #campo {

        zoom: 0.6;
    }

    .patrocinios {

        height: 50px !important;
        width: 150px !important;
    }

    .participants,
    .progress-circle,
    .lineCircle {

        height: 60px !important;
        width: 60px !important;
    }

    .clock {

        zoom: 0.3 !important;
        -webkit-zoom: 0.3 !important;
        -moz-zoom: 0.3 !important;
    }


    .header-content h1 {

        font-size: 25px;
    }

    .header-content h2 {

        font-size: 20px;
    }

    #bannerH1 {

        font-size: 15px;
    }

}


@media (max-width: 575px) {



    .classificacoesWelcome2Div{

        width: 90% !important;
        flex: 0 0 90% !important;
    }

    .escalaoDivBlock{
        height: 10em !important;
        width: 10em !important;
        margin: 0.5em !important;
    }

    .escalaoSpan {
        line-height: 10em !important;
    }

    #carouselExampleControls .carousel,
    #carouselExampleControls .carousel-inner,
    #carouselExampleControls .img-placeholder {

        height: 90vh !important;
    }

    .torneioBoxes{

        margin: 1em !important;
        padding: 1em !important;
    }

    .torneioCat {

        width: 80% !important;
    }

    .torneioH3Cat h3{

        font-size: 1em;
    }

    .torneioH3Cat{

        min-height: 10em !important;
    }

    .torneioImages{

        min-height: 200px !important;
    }

    .torneioBoxes h5{
        font-size: 1em !important;
    }

    .bi-play-circle{
        height: 32px;
        width: 32px;
    }

    .videoWelcome{
        height: 15em !important;
    }

    .videoWelcome h1{

        font-size: 1em;
    }


    .videoWelcome h3{

        font-size: 0.6em;
    }


    [class^="resultadosEscalao"],
    [class*=" resultadosEscalao"],
    [class^="standingsEscalao"],
    [class*="standingsEscalao"],
    [class^=" statsContainer"],
    [class*=" statsContainer"]
    
     {

        margin: 0em !important;
    }

    #days,#seconds,#hours,#minutes{
        font-size: 1em !important;
        padding: 0 !important;
    }

    .daysDiv{

        margin: 0.5em !important;
        padding: 0.5em 0 0 0 !important;
    }

    .daysH5{

        font-size: 0.5em !important;
        padding: 0 !important;
    }



    .calendarDiv {

        padding: 0 !important;
        margin-top: 0 !important;
    }


    .escalaoName {
        border-radius: 0 !important;
    }


    .escalaoRow {

        border-radius: 0 !important;
    }

    .calendarRow {

        border-radius: 0 !important;
    }

    .calendarDiv {

        margin-top: 0em !important;
    }


    .teamNames {
        font-size: 14px !important;
    }

    .categoriasH1{
        font-size: 1.5em !important;
    }

    .categoriasH5{
        font-size: 1em !important;
    }
}

@media screen and (max-height: 450px) {



    .clock {

        zoom: 0.3 !important;
        -webkit-zoom: 0.3 !important;
        -moz-zoom: 0.3 !important;
    }


    .header-content h1 {

        font-size: 25px;
    }

}

@media only screen and (max-width: 340px) {
    .teamInfoDiv .btn {
        width: 95px !important;
        font-size: 12px;
    }

    .classificacoesWelcome2Div{
    
        width: 100% !important;
        flex: 0 0 100% !important;
    }

    .escaloesDiv .btn {
        width: 55px !important;
    }
}

@media screen and (max-width: 400px) {
    #campo {

        zoom: 0.4;
    }

    .flip-clock-wrapper ul li a div div.inn {
        font-size: 40px !important;
    }

    .patrocinios {

        height: 30px !important;
        width: 100px !important;
    }

    .participantes {

        height: 40px !important;
        width: 40px !important;
    }

    .slideCol {

        font-size: 2.5em !important;
    }

    .iamCol {

        font-size: 1.5em !important;
    }
}



/*
*   End Responsiveness
*/


.box2 {

    justify-content: center;
}

.box,
.box2 {
    display: flex;
    align-items: center;
}


a.teams {
    background: transparent no-repeat;
    background-size: 30px 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
}

.rank {

    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin-right: 8px;
    text-align: center;
    width: 24px;
}

.example a.teams {
    color: #0F0F15;
    display: block;
    padding-top: 20px;
    padding-right: 8px;
    padding-bottom: 12px;
    white-space: nowrap;
}

.table-bordered td,
.table-bordered th {

    border-left: none !important;
    border-right: none !important;
}

.bootstrap-table .fixed-table-container .fixed-table-body {

    height: auto !important;
}

a.team {
    background: transparent no-repeat;
    background-size: 30px 30px;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 0.5rem;
    padding-top: 0.2rem;
}

/* ----------------------------------------------
* Generated by Animista on 2020-5-19 15:4:29
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-out-top
* ----------------------------------------
*/
@-webkit-keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }
}

/* ----------------------------------------------
* Generated by Animista on 2020-5-19 15:30:16
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

/**
* ----------------------------------------
* animation slide-in-bck-center
* ----------------------------------------
*/
@-webkit-keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-5-19 20:5:29
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-bck-center
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

@keyframes slide-in-bck-center {
    0% {
        -webkit-transform: translateZ(600px);
        transform: translateZ(600px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-19 20:12:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes puff-in-center {
    0% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(4px);
        filter: blur(4px);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-5-21 13:0:30
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-in-top {
    0% {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}



.fotoCastro {

    width: 100% !important;
}


.navbar .navbar-expand-xl {

    content: unset !important;
}

.btn-group-sm>.btn,
.btn-sm {

    font-size: .81rem !important;
}

.svg-inline--fa {

    margin-top: unset !important;
}



.fa-facebook {

    color: #4267B2;
    font-size: 1.5em !important;
}

.fa-twitter {

    color: #2AA9E0;
    font-size: 1.5em !important;
}

.fa-linkedin {

    color: #0274B3;
    font-size: 2em !important;
}

.fa-instagram {
    color: orange;
    font-size: 1.5em !important;

}


.fixed-table-toolbar {
    display: none;
}


/********** section 1 **************/

.section-1 {
    padding: 20vmin 0vmin;
}

.section-1 .row .col-md-6 .pray img {
    opacity: 0.8;
    width: 80%;
    border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
    position: relative;
}

.section-1 .row .col-md-6 .panel {
    position: absolute;
    top: 7vmin;
    left: -18vmin;
    background: white;
    border-radius: 3px;
    text-align: left;
    padding: 13vmin 5vmin 20vmin 10vmin;
    box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.section-1 .row .col-md-6 .panel h1 {
    font-weight: bold;
    padding: 0.4em 0;
    font-size: 2em;
}

.section-1 .row .col-md-6 .panel p {
    font-size: 0.9em;
    color: rgba(0, 0, 0, 0.5);
}

.divEstadio {

    height: 5rem;
}

/*  Section 2  */



.cover {
    width: 100%;
    background: url("../images/fundo65.jpg");
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    position: relative;
}

#campoEquipas {

    background: unset;
}

.cover .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cover .content {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    padding-top: 19vmin;
}

.cover .content>h1 {
    font-size: 6vmin;
    color: whitesmoke;
}

.participantTeams{

    font-size: 6vmin;
    color: whitesmoke;
}

#equipasParticipantes {
    font-size: 6vmin;
    color: black;
    margin-top: 2rem;
}

#equipas {

    margin-bottom: 3rem;
}

.container h4 {

    margin-top: 2rem;
}

.cover .content>p {
    font-size: 2vmin;
    color: #e5e5e5;
}


.numbers .rect {
    position: relative;
    z-index: 1;
    background: #2FE381;
    color: white !important;
    width: 17rem;
    padding: 1em;
}


.numbers .rect h1 {
    font-size: 5rem;
}


.purchase>h1 {
    padding-top: 15vmin;
    padding-bottom: 0.1em;
}

.purchase>p {
    color: var(--light-black);
    font-size: 3vmin;
    padding-bottom: 10vmin;
}

.purchase .cards .card {
    width: 22rem;
    margin: 3vmin 3vmin;
}

.cards div {
    padding: 0;
    margin: 0;
}

.cards .title {
    background: rgba(208, 241, 241, 0.199);
    padding: 1.4em 2.5em;
    font-size: 2vmin;
}

.card .card-text {
    padding: 2.5rem 3rem;
    color: var(--light-black);
}

.card-body .pricing {
    background: rgba(208, 241, 241, 0.199);
    border-top-right-radius: 170px;
    border-top-left-radius: 170px;
}

.card-body .pricing>h1 {
    font-size: 10vmin;
    padding: 1em 0.5em;
}


.wrapper {
    width: 100%;
    align-items: stretch;
    display: flex;
    /*height: 2em;*/
    position: fixed;
    top: 0;
    /*background-color: #262523;*/
    /*background-color: #417EA8;*/
    z-index: 98;
    /*background: rgba(38, 37, 35, .8);;*/
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    -webkit-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; /* Add smooth transition effect */

}

.wrapper.active {
    top: -10em;
}
.wrapper2.active {
    top: -10em;
}


.wrapper2.transparent {
    background-color: #0F0F15;
}

.wrapper2{

    /*background-color: #0F0F15;*/
    -webkit-transition: top 0.3s ease-in-out;
    -ms-transition: top 0.3s ease-in-out;
    transition: top 0.3s ease-in-out; /* Add smooth transition effect */
    /*height: 3.5em;*/
    position: absolute;
    /*top: 2em; 
    padding: 0 1em;*/

}

.overlayCarousel:before{
    background: rgba(77, 77, 77, 0.5) !important;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg,transparent 25%,rgba(0,0,0,.45) 50%,#000);
    z-index: 3;
    transition: height .4s ease-out;
    opacity: 1;
}

#content {

    z-index: 98 !important;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    min-height: 100vh;
    width: 250px;
}

#sidebar.active {

   margin-left: -250px;
}
.filters{

    background-color: #f8f9fa !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


#sidebar {
    /* don't forget to add all the previously mentioned styles here too */
    background: #0F0F15;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
}

#sidebar .sidebar-header {
    padding: 2em 0em 0em 0em;
    /*background: url('../images/fundo4.jpg') no-repeat;*/
    background-size: cover;
}

#sidebar ul.components {
    margin-top: 1em;
    padding: 0em 0em 1em 0em;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 1px solid #2FE381;
    border-top: 1px solid #2FE381;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    font-size: 1.1em;
    display: block;
}



#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

.overlay {
    display: none;
    position: fixed;
    /* full screen */
    width: 100vw;
    height: 100vh;
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 97;
    opacity: 0;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
}

/* display .overlay when it has the .active class */
.overlay.active {
    display: block;
    opacity: 1;
}

.overlay2 {

    height: 100%;
    width: 100%;
    /* full screen */
    /* transparent black */
    background: rgba(0, 0, 0, 0.7);
    /* middle layer, i.e. appears below the sidebar */
    z-index: 90;
    /* animate the transition */
    transition: all 0.5s ease-in-out;
    position: absolute;
}

#dismiss {
    width: 10px;
    height: 10px;
    position: absolute;
    /* top right corner of the sidebar */
    top: 10px;
    right: 15px;
}



#sidebar {
    min-width: 250px;
    max-width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    /* top layer */
    z-index: 99;
}


#Hamburger {

    background-color: transparent;
    width: 100%;
    top: 0 !important;
    position: absolute;
    /*height: 5em;*/
}


#sidebarCollapse {

    border-radius: 10px;
    font-size: 20px;
    padding: 5px 10px !important;
    float: right;
    background-color: transparent !important;
}


#site {
    opacity: 1;
    -webkit-transition: all 2s ease;
    transition: all 2s ease;
    width: 100vw !important;
    height: 100vh !important;
    background-color: #4b5b75;
}

#preloader {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
}

#preloader:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: -1px;
    height: 100%;
    width: 100%;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
    border: 1px solid #2fc394;
    border-top: 1px solid transparent;
    border-radius: 100%;
}

#preloader>.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 25px;
    width: 25px;
    margin-top: -12.5px;
    margin-left: -13px;
    -webkit-animation: wink 1s ease-in-out infinite alternate;
    animation: wink 1s ease-in-out infinite alternate;
}

@media only screen and (min-width: 768px) {

    #preloader {
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }


    #preloader:before {
        left: -2px;
        top: -2px;
        border-top-width: 2px;
        border-left-width: 2px;
        border-bottom-width: 2px;
        border-right-width: 2px;
    }

    #preloader>.icon {
        height: 37.5px;
        width: 15.9px;
        margin-top: -18.75px;
        margin-left: -7.95px;
    }
}

@media only screen and (min-width: 1200px) {
    #preloader {
        height: 200px;
        width: 200px;
        margin-top: -100px;
        margin-left: -100px;
    }

    #preloader>.icon {
        height: 100px;
        width: 100px;
        margin-top: -50px;
        margin-left: -50px;
    }
}

#responsiveNav, .responsiveMain, .responsiveTorneio, #footerMenu{
    display: none;
}

@media only screen and (max-width: 1180px) {
    footer{
        padding-bottom:5.5em;
    }
    #standings2Div, #equipas2Div, #calendario2Div{
        margin-top:2em;
    }
    #responsiveNav, .responsiveMain, #footerMenu{
        display: flex;
    }
    .responsiveMainImage{
        min-height: 0px !important;
        height: 10em;
        margin-bottom: 2em;
    }

    #desktopNav, .desktopMain, #equipasHeader, #resultadosHeader, #informacoesHeader, #classificacoesHeader,#navbarPortugalUndercup2{
        display: none;
    }
    
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes wink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


#resultsContainer table {

    text-align: center;
}

.sponsors {

    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}


.participants {
    opacity: 0;
}

.participants,
.progress-circle,
.lineCircle {

    width: 100px;
    height: 100px;
    padding: 0 !important;
}

.circle {
    position: absolute;
    right: 0;
    top: 1em;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 20px;
}

.circle:before {
    content: "";
    position: relative;
    display: block;
    width: 250%;
    height: 250%;
    box-sizing: border-box;
    margin-left: -75%;
    margin-top: -75%;
    border-radius: 45px;
    background-color: #75daad;
    animation: pulse 1.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
}

.circle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #75daad;
    border-radius: 50px;
    animation: circle 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.33);
    }

    80%,
    100% {
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.8);
    }
}


.jogadores {
    margin: 30px 0 0 0;
    padding-left: 10px;
}

.playerInformation {

    position: relative;
}

.playersInfo {
    position: absolute;
    bottom: 2.2em;
    color: white;
    margin: 0 !important;
    background: #4c4d52;
    height: 50%;
    background: linear-gradient(0deg, #4c4d52 0%, rgba(7, 7, 8, 0) 100%, rgba(40, 41, 45, 0.3421743697) 100%, rgba(36, 37, 41, 0.5886729692) 100%);
    width: 100%;
    border-radius: var(--bs-border-radius) !important;
}

.playerInformation:hover .playersStats {
    bottom: 1rem;
    opacity: 1;
}

.playerInformation:hover .playerBasicInfo {
    bottom: 5em;
}

.playersStats {
    position: absolute;
    bottom: -6rem;
    right: 0;
    left: 0;
    transition: all 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
}

.playerBasicInfo {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.3s ease-out;
}


.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.figure-caption {
    font-size: 90%;
    color: white;
}


figure {
    margin: 0 0 1rem;
}

.figure {
    display: inline-block;
}

.playerPos {
    position: relative;
    z-index: 1;
}

.playerPos:before {
    border-top: 2px solid #dfdfdf;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    z-index: -1;
}

.playerPos span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}




.date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #395A9E;
    padding-top: 10px;
    color: #fff;
    font-weight: bold;
    border-radius: 100%;
    height: 55px;
    width: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 12px;
    text-transform: uppercase;
}

.date div:first-child {
    font-size: 18px;
    line-height: 1.2;
}


.fichaTecnica .fa-play {
    vertical-align: top;
    margin-top: 1rem;
    margin-left: 0.5rem;
    border-radius: 50px;
    color: black;
    font-size: 1.3em;
    background-color: white;
}

.gameTeams {
    height: 5.5em;
}


.btn10,
.btn11 {
    margin: 10px 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
}

/* Btn 10  */

.btn10,
.btn11 {
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase !important;
    letter-spacing: 2px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
    background: transparent !important;
    z-index: 10;
    padding: 1em 2em;
    border-radius: 1em;
}
.btn10:hover,
.btn11:hover {
    border: 1px solid white;
    color: white !important;
}

.newsImages:hover{
 transform: scale(1.1);
}

.btn10::before,
.btn11::before {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background: #2FE381;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn10::after,
.btn11::after {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background: white;
    position: absolute;
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
    box-shadow: 2px 0px 14px rgba(0, 0, 0, 0.6);
}

.btn10:hover::before,
.btn1O:hover::before,
.btn11:hover::before,
.btn11:hover::before {
    opacity: 1;
    width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after,
.btn11:hover::after,
.btn11:hover::after {
    opacity: 1;
    width: 120%;
}

.btn11 {
    background: blue !important;
}


.score {
    font-size: 1.2em;
    font-weight: 600;
    text-align: center;
}


.teamNames {
    font-size: 1em !important;
}



.tableTd {
    padding-top: 1.5rem !important;
    text-align: center;
}




.matchResult {
    min-width: 450px !important;
    overflow: hidden;
}


#carouselExampleControls .carousel-item {

    height: 90vh;
}


.img-placeholder {
    -o-object-fit: cover;
    object-fit: cover;
    height: 95vh;
}


.masthead {
    overflow: hidden;
    color: #FFF;
    width: 100%;
    height: 600px;
}

.masthead.responsive-image {
    background: linear-gradient(90deg, rgba(36, 37, 41, 0.5662640056) 100%, rgba(53, 53, 56, 0.1012780112) 100%, #5a6187 100%, #797c8a 100%), url("/svg/Panther.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.masthead .entry-header {
    margin: 11.5em 0 3.5em 0;
    padding: 50px;
    font-weight: 300;
    line-height: 1.5;
    overflow: auto;
    text-transform: uppercase;
    z-index: 98;
}

.masthead .entry-title {
    font-size: 2.5;
    line-height: 1;
    font-weight: 700;
    margin: 0 0 0.25em 0;
}

@media screen and (min-width: 640px) {
    .masthead .entry-title {
        font-size: 4em;
    }
}

.masthead .entry-subtitle {
    font-style: italic;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0.35em;
    color: #9BA800;
    font-size: 1.5em;
}

.responsive-image {
    z-index: 10;
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}



.navlinks {
    cursor: pointer;
    text-decoration: none !important;
    text-transform: uppercase;
    margin: 0px 15px;
    position: relative;
    transition: all 0.3s ease-in;
}

.navlinks {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.navlinks:hover {
    opacity: 1;
}

.navlinks::before {
    transition: 300ms;
    height: 3px;
    content: "";
    position: absolute;
    background-color: black;
}

.navlinks-ltr::before {
    width: 0%;
    bottom: -10px;
}

.navlinks-ltr:hover::before {
    width: 100%;
}


.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}


.fa-facebook-f,
.fa-instagram,
.fa-youtube {
    font-size: 1.5em;
}


#newsSectionDiv {
    background-color: #fcfcfc;
    margin-top: -2.125rem;
    z-index: 10;
    padding: 2rem 3.5rem 1rem 3.5rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}




.deepshadow {
    letter-spacing: 0px !important;
}


.closer {
    transition: all ease-in-out 0.2s;
    overflow: hidden;
    margin-left: 5px;
}

.closer:hover {
    transform: scale(1.02);
}

.closerDiv {
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
}


.figureMultimedia:hover div img {
    transform: scale(1.1);
}

.overlayDiv {
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(0deg, #4c4d52 0%, rgba(36, 37, 41, 0.565) 0%, rgba(7, 7, 8, 0) 100%, rgba(40, 41, 45, 0.64) 100%) center center/cover;
    top: 0;
}


.contentsIcon {
    position: absolute;
    top: 5px;
    float: right;
    z-index: 98;
    color: white;
    margin-left: 10px;
}


.spanNoticias,
.spanVideo {
    background-color: black;
    color: #fff;
    display: inline-block;
    padding: 0 1em;
    line-height: 2;
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 10px;
    border-radius: 10px;
}

.spanVideo {
    background-color: red;
}

.spanData {
    font-size: 0.6875rem;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-top: 2rem;
    color: white;
}


.video {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    transition: background-color 0.3s ease-in-out;
    background-color: red;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem !important;
    border-radius: 10px;
}

.fifth {
    border-color: #418ce8;
    border-radius: 0;
    color: #418ce8;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: color 150ms ease-in-out;
}

.fifth:after {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background: #418ce8;
    z-index: -1;
    transition: width 150ms ease-in-out;
}

.fifth:hover {
    color: #fff;
}

.fifth:hover:after {
    width: 110%;
}


.iamCol {
    text-align: right;
    float: left;
    font-weight: 300;
    font-size: 30pt;
}

.iamCol p:nth-child(2) {
    margin-top: -20pt !important;
}

.slideCol {
    text-align: left;
    overflow: hidden;
    font-weight: 900;
    font-size: 5em;
    display: block;
    white-space: nowrap;
}

.slideCol p {
    margin: 0px !important;
}

.scroller {
    height: 70pt;
    line-height: 70pt;
    overflow: hidden;
}

.scroller .inner {
    -webkit-animation: 10s normal infinite running scroll;
    animation: 10s normal infinite running scroll;
}

@-webkit-keyframes scroll {
    0% {
        margin-top: 0px;
    }

    15% {
        margin-top: 0px;
    }

    25% {
        margin-top: -70pt;
    }

    40% {
        margin-top: -70pt;
    }

    50% {
        margin-top: -140pt;
    }

    65% {
        margin-top: -140pt;
    }

    75% {
        margin-top: -210pt;
    }

    90% {
        margin-top: -210pt;
    }

    100% {
        margin-top: 0px;
    }
}

@keyframes scroll {
    0% {
        margin-top: 0px;
    }

    15% {
        margin-top: 0px;
    }

    25% {
        margin-top: -70pt;
    }

    40% {
        margin-top: -70pt;
    }

    50% {
        margin-top: -140pt;
    }

    65% {
        margin-top: -140pt;
    }

    75% {
        margin-top: -210pt;
    }

    90% {
        margin-top: -210pt;
    }

    100% {
        margin-top: 0px;
    }
}


.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
    animation: fade-in-bottom 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-out-bottom {
    -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: fade-out-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2023-3-31 20:47:26
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-out-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}

@keyframes fade-out-bottom {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
        opacity: 0;
    }
}


/* ----------------------------------------------
 * Generated by Animista on 2020-8-11 14:8:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */

@-webkit-keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


.formbold-mb-5 {
    margin-bottom: 20px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
    padding: 5em;
    border-radius: 5em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.formbold-form-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #07074d;
    margin-bottom: 12px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 12px 24px;
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    background: white;
    font-weight: 500;
    font-size: 16px;
    color: #6b7280;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #6a64f1;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 16px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    font-weight: 600;
    background-color: #6a64f1;
    color: white;
    width: 100%;
    cursor: pointer;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}

.row {

    justify-content: center;
}



.player-number {
    color: black;
    font-size: 6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    display: inline-block;
}

.player-name {
    font-weight: 300;
    padding: 0.1em;
    text-transform: uppercase;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

figcaption {
    position: relative;
    margin: 0px 5%;
    background-color: white;
    text-align: center;
}


.playerNumber {
    font-size: 6rem;
}

.nomeJogador {
    font-size: 2rem;
}

.sobrenomeJogador {
    font-size: 2.3rem;
}

.carouselImage {
    object-fit: cover;
    margin-bottom: 0;
    transition: all ease-in-out 0.5s;
    height: 90vh;
    width: 100%;
}

.gamesDiv {

    transition: background-color .3s ease-in-out;
    position: relative;
    outline: none;
    cursor: pointer;
    border-bottom: 1px solid #dadce0;
    border-right: 1px solid #dadce0;
    border-left: 1px solid #dadce0;
    min-width: 20em !important;
    align-items: center;
    padding: 1em 0;
}

.gamesDiv:hover {
    background-color: #b4b6b9;
}


.bannerImage,
.bannerImageClassificacoes,
.bannerImageCalendario,
.bannerImageEstatisticas,
.bannerImageOrganizacao,
.bannerImageInformacoes,
.bannerImageGestao,
.bannerImageEquipas,
.bannerImagePremios,
.bannerImageGaleria {

    background-image: url('../images/fundoPrincipal.png');
    width: 100%;
    height: 30vh;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 !important;
    margin-top: 2em !important;
    position: relative;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    ;
}


.bannerImageClassificacoes {

    background-image: url('../images/classificacoes2.png');
}



.bannerImageCalendario {

    background-image: url('../images/calendario2.png');
}


.bannerImageEstatisticas {

    background-image: url('../images/estatisticas2.png');
}


.bannerImageOrganizacao {

    background-image: url('../images/organizacao2.png');
}


.bannerImageInformacoes {

    background-image: url('../images/informacoes2.png');
}

.bannerImageGestao {

    background-image: url('../images/gestao2.png');
}


.bannerImageEquipas {

    background-image: url('../images/equipas2.png');
}


.bannerImageGaleria {

    background-image: url('../images/galeria2.png');
}



.bannerImagePremios {

    background-image: url('../images/premios2.png');
}


.noPadding {

    padding: 0 !important;
}


.titlePages {


    border-bottom: 3px solid white;
    position: absolute;
    bottom: 0;
    color: white;
}


#tomorrowGames,
#yesterdayGames {
    display: none;
}


.groupCircle {
    width: 3em;
    height: 3em;
    border-radius: 50%;
    /* the magic */
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    text-align: center;
    color: white;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #3498db;
    display: flex;
}


.imgIconGroups {

    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.escalName {

    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 1.5em;
}


.groupName {

    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
    font-size: 1em;
    font-weight: bold;
}

.classificacoes td,
.classificacoes th,
#gamesTable td,
#gamesTable2 td,
#gamesTable3 td {

    text-align: center;
}



.classificacoes thead {
    
    color: #0F0F15;
    border-radius: 0.375rem;
}

.moreInfoGame {

    padding: 0em 0.5em;
    float: bottom;
}

.selectGame {
    color: inherit;
    text-decoration: none;
    padding: 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.selectGame:hover {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

.gameResultBorder {

    border-right: 1px solid #dadce0;
    padding: 0 0.5em 0 0;
}

.playersIcon {
    width: 3em;
    height: 3em;
    margin: 1rem 0 0 1rem;
    background-color: #29e;
    color: white;
    border-radius: 50%;
    touch-action: none;
    user-select: none;
    transform: translate(0px, 0px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    display: inline-block;

}


.footballField {

    width: 100%;
    max-width: 30em;
    max-height: 40em;
}


.footballFieldContainer {

    text-align: center;
}

.playerImage {

    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 65px;
    z-index: 4;
    overflow: hidden;
    border-radius: 32.5px;
    background-color: #000;
    border: solid 1px #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all 0.2s;
}

.playerName {

    position: absolute;
    height: 20px;
    display: inline-block;
    width: auto;
    overflow: visible;
    white-space: nowrap;
    left: -100%;
    right: -100%;
    margin: auto;
    padding: 0 10px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    bottom: 0;
    text-transform: upppercase;
    transition: opacity 0.2s;
    z-index: 2;
    pointer-events: none;
}

.playerName span {
    background-color: rgba(16, 20, 30, 0.9);
    color: #fff;
    font-size: 11px;
    padding: 3px 10px 2px 10px;
    border-radius: 10px;
}

[class^="resultadosEscalao"],
[class*=" resultadosEscalao"] {

    transition: all 1s ease-out;
    margin: 0 1em 1em 1em;
}

.footer {
    background-color: #0F0F15;
    color: #fff;
    font-size: 14px;
    margin-top: 0 !important;
}

.footer-heading {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.footer-contact li {
    margin-bottom: 10px;
}

.footer-contact li i {
    margin-right: 10px;
    color: #fff;
}

.footer-social li {
    display: inline-block;
    margin-right: 10px;
}

.footer-social li:last-child {
    margin-right: 0;
}

.footer-social li a {
    color: #fff;
}

.footer-social li a:hover {
    color: #f4c700;
}

.text-muted {
    color: #8a8a8a;
}

@media (max-width: 767px) {

    .headerGameNew{
        width: 20em;
    }

    .equipasWelcome, .classificacoesWelcomeDiv{
        padding-top: 0em !important;

    }

    .logoImageDiv{

        height: 2em !important;
    }

    .teamTextName{
        font-size: 0.9em;
    }

    .teamTextHour{
        font-size: 0.7em;
    }

    #classificacoesWelcome{
        width: 100% !important;
    }
    .footer-heading {
        margin-top: 30px;
    }

    .responsiveHeader{

        min-height: 300px !important;
        height: 40vh !important;
    }

    .entry-header{
        top: 3em !important;
    }

    .ranhuraDiv, .moncaoBackground5{

        padding: 3rem 0 !important;
    }

    .responsiveMain{
        text-align: center;
    }

    .responsiveMain h1, .ranhuraH1{

        font-size: 1.5em !important;
    }
    .responsiveMain h2{

        font-size: 1em;
    }
    .responsiveMain h5{

        font-size: 0.8em;
    }

    .centerText{

        text-align: center;
        padding: 0.5em !important;
        margin-top: 2em;
    }
    .goalsRect{
        margin: 0 !important;
    }
}

.footer-logo {
    max-width: 4em;
    height: auto;
}

.grid {
    margin: 0 auto;
}

.grid-item {
    margin-bottom: 20px;
}

.caption {
    background-color: #fff;
    padding: 10px;
}


.progress-circle {
    position: relative;
    width: 120px;
    height: 120px;
    padding: 0 !important;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-weight: bold;
}

.progress-bar-bg {
    fill: none;
    stroke-width: 8;
}

.progress-bar {
    fill: none;
    stroke: #2196f3;
    stroke-width: 4;
    stroke-dasharray: 0 251.2;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    transition: stroke-dasharray 0.5s ease-in-out;
}

.lineCircle {
    position: absolute;
    width: 120px;
    height: 120px;
}


#myCarousel .carousel-inner .row {
    display: flex;
    flex-wrap: nowrap;
}

#myCarousel .carousel-inner .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 !important;
}

#myCarousel .carousel-inner .col-md-3 img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 700px) {
    #myCarousel .carousel-inner .col-md-3 {
        display: none;
    }

    #myCarousel .carousel-inner .col-sm-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}


.dayArrowPrevious,
.dayArrowAfter {

    transition: background 100ms linear;
}

.dayArrowPrevious {

    border-radius: 0.5em 0 0 0.5em;
}

.dayArrowAfter {

    border-radius: 0 0.5em 0.5em 0;
}


.trial {
    margin: 4px, 4px;
    padding: 4px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: block;
}

.trial::-webkit-scrollbar,
.typeGameSelect::-webkit-scrollbar {

    display: none;
}

.trial,
.typeGameSelect {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.typeGameSelect {

    background-color: #0F0F15;
    cursor: pointer;
    color: white;
    align-items: center;
    border-radius: 0.5em;
    display: inline;
    font-size: 1em;
    margin-right: 1em;
    padding: 0.5em;
    font-weight: bold;
}

.escalaoSpan {
    display: inline;
    margin: 0 0.5em;
    color: #0F0F15;
    padding: 0.5em;
    font-weight: 900;
}

.escalaoSpan2 {
    display: inline;
    margin: 0 0.5em;
    color: white;
    padding: 0.5em;
    font-weight: 900;
}

.escalaoName {

    background-color: #0F0F15;
    border-radius: 0.5em 0.5em 0 0;
    color: white;
    padding: 0.5em 1em;

}

.grupoName {

    border: 1px solid #dadce0;
    ;
    color: #0F0F15;
    padding: 0.5em 1em;
}

.mainResultsContainer {

    border-radius: 0.5em;
}

.imgGameResults {

    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
}

.escaloesDiv {

    padding: 0.5em 0;
}

.calendarRow {
    background-color: #0F0F15;
    border-radius: 0.5em;
    width: 100%;
    margin: 0 auto;
    padding: 1em
}


.dayPickerDiv {

    background-color: white !important;
    border-radius: 0.5em;
    padding: 0.2em;
}

.arrows {

    background-color: white;
    border-radius: 0.5em;
    padding: 0.5em;
    text-decoration: none;
    color: #0F0F15;
    font-weight: bold;
}

.calendarDiv {

    max-width: 720px;
    margin: 0 auto;
    padding: 0 0 0.5em 0;
    margin-top: 2em;
}

.adminGamesTable {

    background-color: #0F0F15;
    color: white;
    border-radius: 10px;
}

.cont {

    width: 100%;
    display: flex;
}

#leftside,
#rightside {
    flex-grow: 1;
    /* Allow each flex item to grow */
    flex-shrink: 1;
    /* Allow each flex item to shrink */
    width: 50%;
    min-height: 35em;
    transition: width 1s;
    /* Animate the change of width */
    background: no-repeat center bottom scroll;
    background-size: cover;
    border-bottom: none;
    padding: 3em 4em;
    position: relative;
    border-bottom: 5px solid #fff;
}

#leftside {
    background-image: url('../images/images.jpg');
}

#rightside {
    background-image: url('../images/images2.jpg');
    border-right: 5px solid #fff;
}


#leftside::before,
#rightside::before {
    background: rgba(50, 50, 50, 0.8) !important;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
}


#leftside:hover {
    width: 70%;
}

#rightside:hover {
    width: 70%;
}

.infoWelcome {
    background-position: center;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-image: url('../images/footballField2.jpg');
    height: 15em;
    position: relative;
}


.infoWelcome2 {
    background-position: center;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-image: url('../images/test2.png');
    height: 25em;
    position: relative;
}


.infoWelcome {
    background-position: center;
    background-size: cover;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background-image: url('../images/footballField2.jpg');
    min-height: 15em;
}

.infoWelcome::before {

    background: rgba(50, 50, 50, 0.8) !important;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;

}

#map {
    height: 300px;
    width: 100%;
}




.cover3{

    min-height: 300px !important;
}
@media only screen and (max-width: 1410px) {
 #navMenuBar{
     font-size: 1.15em !important;
 }


/* Extra small devices (phones) */
@media only screen and (max-width: 575.98px) {
    /* CSS styles here */

    .playerImages{

        height: 4em !important;
        width: 4em !important;
    }

    .h1Footer{

        font-size: 0.75em;
    }
    .teamImage{
        width: 7.5em !important;
        height: 7.5em !important;
    }
    .teamName{
        font-size: 1.5em !important;
    }

    #leftside,
    #rightside {

        min-height: 10em;
    }

    .footerText{

        padding: 0 !important;
    }
    .footerText h4{
        font-size: 1em;
    }
    .footerText p{

        font-size: 0.75em;
    }


    .rect {

        width: 6em !important;
        height: 5rem !important;
        margin: 0 !important;
    }


    .numbers .rect h1 {
        font-size: 1.5rem !important;
    }


    .numbers .rect p {
        font-size: 0.8rem;
    }

    .videoH1 {

        font-size: 2.5em !important;
    }

    #imgBanner2 {

        height: 8em;
        width: 8em;
    }

    /*.entry-header {

        top: 30% !important;
    }*/

    .inscreverH2 {

        font-size: 1.5em !important;
    }

    .infoWelcome {

        height: 12em;
    }

    .mainAdminGames {

        max-width: 100%;
    }

    .club-logo {
        transition: none !important;
    }

    .club-logo:hover {
        transform: none !important;
        box-shadow: none !important;
        ;
    }

    .club-logo img {
        transform: 0;
    }


    .club-logo:hover .club-overlay {
        opacity: 0 !important;
    }

    .last {

        display: none;
    }

    #escalaoEquipa {
        margin: 0 !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 0 !important;
    }

    .resultadoOptions {

        margin-top: 0 !important;
    }


    .infoWelcome2 {
        height: 10em;
    }



    .bannerImageClassificacoes {

        background-image: url('../images/classificacoes.png');
    }



    .bannerImageCalendario {

        background-image: url('../images/calendario.png');
    }


    .bannerImageEstatisticas {

        background-image: url('../images/estatisticas.png');
    }


    .bannerImageOrganizacao {

        background-image: url('../images/organizacao.png');
    }


    .bannerImageInformacoes {

        background-image: url('../images/informacoes.png');
    }

    .bannerImageGestao {

        background-image: url('../images/gestao.png');
    }


    .bannerImageEquipas {

        background-image: url('../images/equipas.png');
    }


    .bannerImageGaleria {

        background-image: url('../images/galeria.png');
    }



    .bannerImagePremios {

        background-image: url('../images/premios.png');
    }

    /*.carousel-caption h1{

        font-size: 2.5em !important;
        
    }*/



    .imgNavBar{
        height: 5em;
        width:3.5em;
    }


    .navbar {

        padding: 0 1rem !important;

    }

    .typeGameSelect{

        font-size: 0.9em;
    }

    .classificacoes thead {

        font-size: 0.8em !important;
    }

    /*#navbarPortugalUndercup2{
        padding: 0 !important;
    }*/

    #vianaLogo, #moncaoLogo, #socialNav{

        display: none;
    }

    #myCanvas, #myCanvas2{

        height: 20em !important;
    }

    .playerName span{
        font-size: 7px;
    }

    .squadBuilderImage{

        height: 2em !important;
        width: 2em !important;
    }

    .playersIcon, .squadBuilderBall{
        height: 2em !important;
        width: 2em !important;
    }

    
    .logo-container {
      width: 50% !important;
    }


    .logoContainer3{

        width:70% !important;
    }

    #myCanvas, #myCanvas2{

        background-image: url('../images/fooballField2.png') !important;
    }
}

/* Small devices (tablets) */
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
    /* CSS styles here */


 

    .logo-container {
        width: 40% !important;
      }

      #myCanvas, #myCanvas2{

        background-image: url('../images/fooballField2.png') !important;
        height: 26em !important;
    }


    .bannerImageClassificacoes {

        background-image: url('../images/classificacoes.png');
    }



    .bannerImageCalendario {

        background-image: url('../images/calendario.png');
    }


    .bannerImageEstatisticas {

        background-image: url('../images/estatisticas.png');
    }


    .bannerImageOrganizacao {

        background-image: url('../images/organizacao.png');
    }


    .bannerImageInformacoes {

        background-image: url('../images/informacoes.png');
    }

    .bannerImageGestao {

        background-image: url('../images/gestao.png');
    }


    .bannerImageEquipas {

        background-image: url('../images/equipas.png');
    }


    .bannerImageGaleria {

        background-image: url('../images/galeria.png');
    }



    .bannerImagePremios {

        background-image: url('../images/premios.png');
    }

    #leftside,
    #rightside {

        min-height: 15em;
    }

    .teamImage{
        width: 7.5em !important;
        height: 7.5em !important;
    }
    .teamName{
        font-size: 1.5em !important;
    }

    .inscreverH2 {

        font-size: 2.5em !important;
    }


    .rect {

        width: 10em !important;
        height: 7rem !important;
    }


    .numbers .rect h1 {
        font-size: 2rem !important;
    }


    .numbers .rect p {
        font-size: 1rem;
    }


    .videoH1 {

        font-size: 3em !important;
    }

    .mainAdminGames,
    .adminGamesMain {

        max-width: 100%;
    }


    .club-logo {
        transition: none !important;
    }

    .club-logo:hover {
        transform: none !important;
        box-shadow: none !important;
        ;
    }

    .club-logo img {
        transform: 0;
    }


    .club-logo:hover .club-overlay {
        opacity: 0 !important;
    }

    .last {

        display: none;
    }

    #escalaoEquipa {
        margin: 0 !important;
        width: 100% !important;
        max-width: none !important;
        border-radius: 0 !important;
    }


    .infoWelcome2 {
        height: 15em;
    }

    .imgNavBar{
        height: 7em;
        width:5em;
    }


    .navbar {

        padding: 0 1rem !important;

    }
    .logoContainer3{

        width:40% !important;
    }

    
}


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

    .responsiveTorneio{
        display: flex;
    }

    .desktopTorneio{
        display: none;
    }
}


/* Medium devices (desktops) */
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    /* CSS styles here */


    .logo-container {
        width: 25% !important;
      }

    #leftside,
    #rightside {

        min-height: 20em;
    }

    .logoContainer3{

        width:25% !important;
    }

    .logoContainer3 .nomeJogador{
        font-size: 1.5em;
    }
    .logoContainer3 .sobrenomeJogador{
        font-size: 1.8em;
    }


    .rect {

        width: 13em !important;
        height: 8.5rem !important;
    }


    .numbers .rect h1 {
        font-size: 2.4rem !important;
    }


    .videoH1 {

        font-size: 4em !important;
    }

    .mainAdminGames,
    .adminGamesMain {

        max-width: 100%;
    }


    .infoWelcome2 {
        height: 20em;
    }

}

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

    .welcome2Div{
        height: 50vh !important;
        min-height: 20em !important;
    }
}

/* Large devices (large desktops) */
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    /* CSS styles here */

    #leftside,
    #rightside {

        min-height: 25em;
    }

    .logoContainer3 .nomeJogador{
        font-size: 1.5em;
    }
    .logoContainer3 .sobrenomeJogador{
        font-size: 1.7em;
    }

    .rect {

        width: 13em !important;
        height: 8.5rem !important;
    }



    .numbers .rect h1 {
        font-size: 2.4rem !important;
    }

    .mainAdminGames {

        max-width: 100%;
    }
}

/* Extra large devices (xl) */
@media only screen and (min-width: 1200px) {
    /* CSS styles here */

    #leftside,
    #rightside {

        min-height: 30em;
    }

}
}


#soccerSVG {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    border-radius: 50%;
    animation: football-spinner 1s ease-in-out infinite;
}

#loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
  }
  
  #loader-container {
    text-align: center;
  }

@keyframes football-spinner {
    0% {
        transform: translate(-50%, -50%) translateY(0);
    }

    50% {
        transform: translate(-50%, -50%) translateY(-15px);
    }

    100% {
        transform: translate(-50%, -50%) translateY(0);
    }
}


.club-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.club-logo {
    position: relative;
    width: 5em;
    height: 5em;
    overflow: hidden;
    border-radius: 1em;
    transition: all 0.5s ease-in-out;
}

.club-logo-big {
    position: relative;
    height: 8em;
    overflow: hidden;
    padding: 0.5em;
}

.infoAditional::before{

    background: rgba(65, 126, 168, 0.5) !important;
}


.club-logo:hover {
    transform: scale(1.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.club-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.club-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
}

.club-logo:hover .club-overlay {
    opacity: 1;
}

.club-overlay h3 {
    font-size: 0.8rem;
    text-align: center;
    word-wrap: break-word;
}




.mc-btn-action .fa {

    margin-top: 1rem !important;
}

.material-card.castro h2 {
    background: url('../images/fundo4.jpg') no-repeat;
    background-size: cover;
}

.material-card.castro h2:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.castro h2:before {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.castro.mc-active h2:before {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.castro.mc-active h2:after {
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.material-card.castro .mc-btn-action {
    background-color: #266CBD;
}

.material-card.castro .mc-btn-action:hover {
    background-color: white;
}

.material-card.castro .mc-footer h4 {
    color: black;
}

.material-card.castro .mc-footer a {
    background-color: black;
    color: white !important;
}

.material-card.castro.mc-active .mc-content {
    background-color: white;
}

.material-card.castro.mc-active .mc-footer {
    background-color: rgba(192, 192, 192, 0.493);
}

.material-card.castro.mc-active .mc-btn-action {
    border-color: black;
}


.fa-spin-fast {
    -webkit-animation: fa-spin-fast 0.2s infinite linear;
    animation: fa-spin-fast 0.2s infinite linear;
}

@-webkit-keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin-fast {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.material-card {
    position: relative;
    height: 0;
    padding-bottom: calc(100% - 16px);
    margin-bottom: 6.6em;
}

.material-card h2 {
    position: absolute;
    top: calc(100% - 16px);
    left: 0;
    width: 100%;
    padding: 10px 16px;
    color: #fff;
    font-size: 1.4em;
    line-height: 1.6em;
    margin: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2 span {
    display: block;
}

.material-card h2 strong {
    font-weight: 400;
    display: block;
    font-size: .8em;
}

.material-card h2:before,
.material-card h2:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: -16px;
    width: 0;
    border: 8px solid;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card h2:after {
    top: auto;
    bottom: 0;
}

@media screen and (max-width: 980px) {
    .material-card.mc-active h2 {

        font-size: 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .material-card.mc-active {
        padding-bottom: 0;
        height: auto;
    }

    .material-card.mc-active h2 {

        font-size: 15px;
    }
}

.material-card.mc-active h2 {
    top: 0;
    padding: 10px 16px 10px 90px;
}

.material-card.mc-active h2:before {
    top: 0;
}

.material-card.mc-active h2:after {
    bottom: -16px;
}

.material-card .mc-content {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 16px;
    left: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-btn-action {
    position: absolute;
    right: 16px;
    top: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid;
    width: 54px;
    height: 54px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    z-index: 20;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .mc-btn-action {
    top: 65px;
}

.material-card .mc-description {
    position: absolute;
    top: 100%;
    right: 30px;
    left: 30px;
    bottom: 54px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -ms-transition: all 1.2s;
    -o-transition: all 1.2s;
    transition: all 1.2s;
}

.material-card .mc-footer {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card .mc-footer h4 {
    position: absolute;
    top: 200px;
    left: 30px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: all 1.4s;
    -moz-transition: all 1.4s;
    -ms-transition: all 1.4s;
    -o-transition: all 1.4s;
    transition: all 1.4s;
}

.material-card .mc-footer a {
    display: block;
    float: left;
    position: relative;
    width: 52px;
    height: 52px;
    margin-left: 5px;
    margin-bottom: 15px;
    font-size: 28px;
    color: #fff;
    line-height: 52px;
    text-decoration: none;
    top: 200px;
}

.material-card .mc-footer a:nth-child(1) {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.material-card .mc-footer a:nth-child(2) {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.material-card .mc-footer a:nth-child(3) {
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -ms-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
}

.material-card .mc-footer a:nth-child(4) {
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

.material-card .mc-footer a:nth-child(5) {
    -webkit-transition: all 0.9s;
    -moz-transition: all 0.9s;
    -ms-transition: all 0.9s;
    -o-transition: all 0.9s;
    transition: all 0.9s;
}

.material-card .img-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.material-card.mc-active .img-container {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    left: 0;
    top: 12px;
    width: 60px;
    height: 60px;
    z-index: 20;
}

.material-card.mc-active .mc-content {
    padding-top: 5.6em;
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-content {
        position: relative;
        margin-right: 16px;
    }
}

.material-card.mc-active .mc-description {
    top: 50px;
    padding-top: 5.6em;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media screen and (max-width: 767px) {
    .material-card.mc-active .mc-description {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        padding: 50px 30px 70px 30px;
        bottom: 0;
    }
}

.material-card.mc-active .mc-footer {
    overflow: visible;
    position: absolute;
    top: calc(100% - 16px);
    left: 16px;
    right: 0;
    height: 82px;
    padding-top: 15px;
    padding-left: 25px;
}

.material-card.mc-active .mc-footer a {
    top: 0;
}

.material-card.mc-active .mc-footer h4 {
    top: -32px;
}

.resultadoRow {

    display: flex;
    align-items: center;
    padding: 1em;
}

.goalResultContainer {

    border-radius: 5px;
    border: 1px solid rgba(160, 160, 160, 0.4);
    display: flex;
    margin: 0 0.5em;
    padding: 0 0.5em;
}

#statsTable_length,
#statsTable_filter {
    display: none;
}


figure {

    margin: 0;
}

.goalBall {

    border: 1px solid #0F0F15;
    border-radius: 4px;
    height: 1em;
    margin: 0 0.3em;
}

.nGoals,
.nGoalsAway {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #0F0F15;
    color: #fff;
    padding: 0.1em 0.5em;
    border-radius: 50%;
    display: inline;
    font-size: 0.7em;
}


.nGoalsAway {
    left: -5px;
    right: unset;
}

.cover3 {
    color: #0F0F15;
    width: 100%;
    /* Resize the background image to cover the entire container */
    position: relative;
    min-height: 400px;
}


.cover4 {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    position: relative;
    min-height: 400px;
}



.cover5 {
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    position: relative;
    min-height: 20em;
}

.cover3 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
}

.cover3 .content {
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.7);*/
    padding-top: 10vmin;
}

.cover3 .content>h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 6vmin;
    color: whitesmoke;
}

.gamesSelected{
    background-color: #0F0F15;
}


.typeGameSelect.filter.active {

    background-color: #2FE381;
}


.escalaoRow .filter.active p {

    border-bottom: 2px solid #2FE381;
    color: #2FE381;
    font-weight: 900;
}

.filter {

    text-decoration: none !important;
}


.carousel-caption, .carousel-indicators{

    left: 5em;
    text-align: center;
    margin-left: 0 !important;
    bottom: 5em;
}
.carousel-indicators{
bottom: 3em !important;
}

.carousel-caption h1 {

    font-size: 3.5em;
}

.matchesTitle {
    padding: 0px 1rem;
    top: -1.8rem;
    position: absolute;
    z-index: 98;
    background-color: #EBE6DF;
  }

  .jogosHeader {
    float: left;
    font-size: 16px;
    color: black;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }

  .detalhes {
    float: right;
    font-size: 12px;
    color: black;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 700;
  }
  a {
    color: #3490dc;
    text-decoration: none !important;
    background-color: transparent;
  }
  
  a:hover {
    color: #1d68a7;
    text-decoration: underline;
  }
  
  a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
  }
  
  a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
  }

  .logo-container {
    display: inline-block;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 20%;
    text-align: center;
    margin: 1em;
  }
  
  .logo-container img {
    object-fit: contain;
    
  }
  



.logoContainer2{

    border-radius: 1em;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    padding: 1em;
}




.page-section {
    padding: 6rem 0;
  }
  .page-section h2.section-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
  }
  .page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    
  }


  tr:nth-child(even) {
    margin-bottom: 10px;
  }

  .btn-warning {

    --bs-btn-color: white;
  }

  .w-11{

    width: 11% !important;
  }


  .w-8{

    width: 8% !important;
  }


  .w-28{

    width: 28% !important;
  }

  .spacer{

    height: 1em;
    background: #f8f9fa !important;
    width: 100%;
    border: none;
  }

  *{
    line-height: 1.5em;
  }

  .addScroll{

    max-height: 20em; /* Set the desired maximum height */
    overflow-y: scroll; /* Enable vertical scrolling */
      
  }

  .accordion-body{

    padding: 0;
  }

  .equipasName{
      line-height: 1em;
  }

  #back-to-top-btn {
    position: fixed;
    bottom: 3em;
    right: 0.5em;
  }
  #back-to-top-btn2 {
    position: fixed;
    bottom: 6em;
    right: 0.5em;
  }

  
.videoIcon {
    position: absolute;
    top: 14em;
    left: 1rem;
    transition: background-color 0.3s ease-in-out;
    background-color: #2FE381;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    height: 3rem;
    width: 3rem !important;
    border-radius: 50%;
  }

  .sobreWelcome{

        font-size: 1.5em !important;
}

.skeleton {

    animation: skeleton-loading 1s linear infinite alternate;
    opacity: 0.7;
}


.skeleton-text {

    width: 50%;
    height: 1rem;
    margin-bottom: .25rem;
    border-radius: 0.125rem;
}

.playersImageSkeleton{

    opacity: 0;
}

@keyframes skeleton-loading{


    0% {
        background-color: hsl(200,20%,70%);
    }

    100% {
        background-color: hsl(200,20%,95%);
    }
}




.btnInscreve{
    margin: 10px 4px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-family: 'Mulish', sans-serif;
}

/* Btn 10  */

.btnInscreve{
    font-weight: 800;
    font-size: 13px;
    text-transform: uppercase !important;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
    background: #2FE381 !important;
    z-index: 10;
    padding: 1em 4em;
    border-radius: 5em;
}

.escalaoBlock{

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    cursor: pointer;
}

.escalaoDivBlock{

    background-color: white;
    width: 14em;
    height: 14em;
    justify-content: center;
    position: relative;
}

.equipasDivBlock{



    width: 5em;
    height: 5em;
    justify-content: center;
    position: relative;
}



.btnEquipas{

    font-weight: 800;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    transition: all 0.3s ease-in-out;
    border: 1px solid black;
    color: black;
    z-index: 10;
    padding: 1em 4em;
    margin: 2em 0;
}


.classificacoesWelcome2Div{

    width: 30%;
    flex: 0 0 30%;
}