.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.hover-weight:hover{
    font-weight: 1200px;
}
nav.top{
    box-shadow: 
  0 1px 2px #000, /*bottom external highlight*/
  0 1px 2px #000, /*top external shadow*/ 
  inset 0 1px 2px rgba(255,255,255,0.5), /*bottom internal shadow*/ 
  inset 0 1px 2px rgba(255,255,255,0.8); /*top internal highlight*/   
  margin-bottom:2px; 
}
.navbar-brand{
    font-weight: 500;
}
.user-nav img{
    width:24px;
    margin-right:2px;
    border-radius:8px;
    margin-right:4px; 
}
.user-nav{
    font-weight:500; 
    margin-right: 16px;
    cursor: pointer;
    color: white;

}






   .text-sports{
            font-size: 1.5vw;
        }

     @media (max-width: 768px) { 
        .hide-sm{
            display: none!important;
        }
        #search_input{
            height:40px;
            margin-top: 6px; 
        }
          .screen{
            padding-left:15%!important; 
            padding-right:15%!important; 

        }
        
        .text-sports{
            font-size: 2vw;
        }

    }

       @media (max-width: 992px) { 
        .hide-md{
            display: none!important;
        }
      

    }

    .langs a{
        color: white;
    }


    .modal2 {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal2-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close2 {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close2:hover,
.close2:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.cropped { 
    object-fit: cover 
}

.center-h{
   margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}
.brasao{
    height:50%;
    width: auto;
    top: 10%;

    position: absolute 
}

.text-header1{
    position: absolute;
    top:62%;
    text-shadow: 0 0 2px #fff;
}

i.edit{
    background-color:rgba(255, 255, 255, 0.9);
    border-radius:16px;  
}

ul.menu{
    display: block;
    background-color:#4CAF50; 
box-shadow: 
  0 1px 2px #000, /*bottom external highlight*/
  0 1px 2px #000, /*top external shadow*/ 
  inset 0 1px 2px rgba(255,255,255,0.5), /*bottom internal shadow*/ 
  inset 0 1px 2px rgba(255,255,255,0.8); /*top internal highlight*/   
   text-align: center;
}

ul.menu li a{
    padding-top:5px;
    padding-bottom: 5px;

}

ul.menu li{
    display: inline-block;
    font-weight: 600;
    color: white;
    padding:5px;
    cursor: pointer;
    font-size: 0.7em;
    border-left: 1px solid rgba(255, 255, 255,0.4);
}

ul.menu li:last-child{
        border-right: 1px solid rgba(255, 255, 255,0.4);

}

.holder1{
    padding-left: 5px!important;
    padding-right: 5px!important;
    margin-bottom: 5px;

}
.campeonato{
    width: 100%!important;
}

.campeonato:hover{
    cursor: pointer;
    background-color:#EEEEEE; 
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}


ul.menu li:hover{
    background-color: rgba(255, 255, 255, 0.4);
    transition: background-color 0.5s ease;

}
ul.menu li.selected{
    background-color: rgba(255, 255, 255, 0.4);
}


.text-header1 .title1{
    text-align: center;
    font-size:1em; 
    white-space: nowrap;
}


.text-header1 b{
    background: rgba(255, 255, 255, 0.4);
    border-radius: 4px;
    padding-left: 2px;
    padding-right: 2px;
}

.hidden{
    visibility: hidden;
}

@media (min-width: 768px) { 
    .text-header1 .title1{
        font-size:1.3em; 
    }


 }

 @media (min-width: 992px) { 
    .text-header1 .title1{
        font-size:1.8em; 
    }

    ul.menu li{
        font-size: 0.9em;
    }

 }
