.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
    border: 6px solid #ffe533;
}

.btn.btn-secondary.active, .btn.btn-secondary.active:focus {
    background-color: #EF4046 !important;
    border-color: #EF4046 !important;
    color: rgba(255, 255, 255, 0)!important;
    cursor: inherit!important;
    position:relative;
  }
  .btn.btn-secondary.active:before, .btn.btn-secondary.active:focus::before{
    content:"já votou!";
    position:absolute;
    top:30%;
    left:0;
    width:100px;
    height:20px;
    color: rgba(255, 255, 255, 0.3803921568627451);
    font-size: .91em;
  }

  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
    background-color: #ffe533;
    border-color: #ffe533;
}
ul.share-buttons {
    list-style: none;
    padding: 7px 3px 7px 8px;
    border-radius: 0 50px 50px 0;
    background: #fff4a9;
}
  
ul.share-buttons li {
    display: inline;
    padding: 0 3px 0 0;
}
ul.share-buttons li img {
    transition: all ease .2;
}
ul.share-buttons li:hover img{

  -ms-filter: brightness(120%);
-webkit-filter: brightness(120%);
-moz-filter: brightness(120%);
-o-filter: brightness(120%);
filter: brightness(120%);
}
  
  ul.share-buttons .sr-only{
    position: absolute;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.btn {
    padding: 12px 15px;
}
.selo{
    color:#ff7075;
    font-size: .8em;
}
.nav {
    background-color: #000;
    padding: 10px 0;
}
body, html{
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-style: normal;
    color:#fff;
}
p{
    font-family: 'Saira', sans-serif;
    font-weight: 400;
    font-style: normal;
}

h1, h2, h3, h4, h5, p, strong, figure, ul, li{
    margin:0; padding: 0;
    font-family: 'Saira', sans-serif;
}

h1, h2{
    font-family: 'Saira', sans-serif;
    font-weight: 500;
    font-style: normal;
    line-height: 1.1em;
    font-size: 4em;

}
.banner-topo {
    background:url(../img/bg-1.jpg) no-repeat rgb(48, 5, 5);
    background-position: toop center;
    background-size: cover;
    border: 0;
    display: block;
    align-items: center;
}

.banner-topo h1{
    font-size: 4em;
}

.banner-topo h1 span{
    line-height: .7em;
    display: block;
    font-size: 80%;
    color:#ef4046;
    margin-bottom: 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=0, Color=#EF4046)";/*IE 8*/
text-shadow: 0 0 2px #EF4046, 0 0 8px rgba(239,64,70,0.8);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color=#EF4046); /*IE 5.5-7*/
}

.banner-topo .familia{
    margin-bottom: -160px;
}

.page-header h1, .page-header h3{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=0, Color=#000000)";/*IE 8*/
    text-shadow: 0 2px 16px #000000;/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=16, Direction=135, Color=#000000); /*IE 5.5-7*/
}

.cv{
    color:#ef4046;
}



.julhoGamer{
    padding:10% 0;
    background: url(../img/bg-6.jpg) no-repeat #280120;
    background-position: 50% 50%;
    background-size: cover;
}
.julhoGamer h3{
    line-height:1em;
    
  }
.julhoGamer h3 span{
    color:#EF4046;
 
}

.regras{
    padding:7% 0;
    background: url(../img/bg-2.jpg) no-repeat #280120;
    background-position: 50% 50%;
    background-size: cover;
}
.regras h2{
    
    color: #ffe533;

}
.regras p{
    font-size:1.3em;
    margin-bottom:50px;
  }
.regras h3{
    color:#fff;
    margin-bottom: 10px;
    font-size: 1.2em;
}
.regras h3 span, .regras h4 span{
    color:#EF4046;
}

.regras .video{
    border:10px solid #ffe533;
    background:#ffe533;
    margin-bottom: 12px;
}

.regras  .btn-group, .btn-group-vertical {
    position: relative;
    margin: 15px 1px 35px 1px;
}
.div-secondary {
    color: #a8a8a8;
    background-color: #3f3442;
    border-color: #3f3442;
    box-shadow: none;
    border-radius: 25px 0 0 15px;
    padding: 10px 15px 10px 18px;
}
.div-secondary span{
    color: #fff;
    font-weight: 700
}
.div-secondary i{
    color:#EF4046;
    padding-right:5px;
}
.btn.btn-secondary, .btn.btn-secondary:focus, .btn.btn-secondary:active {
    color: #3f3442;
    background-color: #ffe533;
    border-color: #ffe533;
    box-shadow: 0 2px 2px 0 #3f3442, 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
    border-radius: 0 25px 25px 0;
    font-weight: 700;
    font-size:1em;
}
.btn-votar{
    padding: 10px;
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus,
.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus,
.open>.btn.btn-secondary.dropdown-toggle:hover,
.open>.btn.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-secondary.dropdown-toggle.focus,
.show>.btn.btn-secondary.dropdown-toggle:hover,
.show>.btn.btn-secondary.dropdown-toggle:focus,
.show>.btn.btn-secondary.dropdown-toggle.focus {
    background-color: #EF4046;
    color:#fff;
  border-color: #EF4046;
}

.btn.btn-fab.btn-fab-mini{
    height: 40px;
    min-width: 40px;
    width: 30px; 
    margin-top:-13px
}




.btn.btn-secondary i{
    padding-right:5px;
}

.btn.btn-secondary:hover {
    background-color: #EF4046;
    color:#fff;
    box-shadow: 0 14px 26px -12px rgba(255, 238, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}

.colocados{
    padding:5% 0 0 0;
    background: url(../img/bg-3.jpg) no-repeat #280120;
    background-position: 50% 50%;
    background-size: cover;
}

.colocados h2{
    margin-bottom:0;
    color: #fff;
    font-weight: 900;
    text-transform:uppercase;
    line-height: .91em

}
.colocados h2 span{
    color:#ef4046;
}




.seLiga{
    padding:7% 0 ;
    background: url(../img/bg-4.jpg) no-repeat #280120;
    background-position: 50% 50%;
    background-size: cover;
}

.seLiga h2{
    margin-bottom:10px; 
    color: #fff;
    font-weight: 900;
    text-transform:uppercase;
    line-height: .91em

}
.seLiga h3{
    color:#f5db32;
    line-height: 1em;
    text-transform:uppercase;
    margin-bottom:50px;
}
.seLiga h4{
    color:#f5db32;
    font-weight: 700;
    line-height: 1em;
    margin: 15px;
}

.seLiga h3 span{
    color:#fff;
}

.seLiga .descricao{
    padding:0 20px;
    margin-bottom:50px;

}
.seLiga .descricao p{
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.1em;
}

.seLiga .descricao i{
    color:#EF4046;
}




.datas{
    padding:80px 0 ;
    background: url(../img/bg-5.jpg) no-repeat #280120;
    background-position: 50% 50%;
    background-size: cover;
}

.datas h2{
    margin-bottom:10px; 
    color: #fff;
    font-weight: 900;
    text-transform:uppercase;
    line-height: .91em

}
.hr{
    width: 100%;
    padding:10px 0;
}

.datas h3{
    color:#fff;
    line-height: 2em;
    

}
.datas h3 span{
    color:#f5db32;
    font-weight: 900;
    font-size: 120%;

}






.shadow{
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=35, Direction=0, Color=#000000)";/*IE 8*/
-moz-box-shadow: 0 17px 35px 1px rgba(0,0,0,0.9);/*FF 3.5+*/
-webkit-box-shadow: 0 17px 35px 1px rgba(0,0,0,0.9);/*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 0 17px 35px 1px rgba(0,0,0,0.9);/* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=35, Direction=135, Color=#000000); /*IE 5.5-7*/
}



.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.5);
    outline: 0;
    background: url(../img/bg-7.jpg) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.modal .modal-header .close {
    color: #fff;
    font-size: 3.5rem;
    padding: 0 1rem;
}


.modal-body .infos-envio{
    padding: 20px 40px;
    
}

.modal-body .infos-envio h2{
text-align: center;
font-weight: 900;
line-height: 1
}

.modal-body .infos-envio label {
    text-align: center;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    font-size: 1.8em;
    text-align: center;
    margin-top: 10px;
}


.modal-body .infos-envio label > span{
    color:#EF4046;
}

.modal-body .infos-envio a{
    color:#EF4046;
    font-weight: 600;
}

.form-envio{
    background:#EF4046;
    width: 100%;
    color:#fff;
    border:0;
    padding:15px 20px;
    border-radius:25px;
    font-size: 1.3em;
}
.form-envio::placeholder{
    color:#fff;
}





@media (min-width:120px){
   
    .banner-topo{
        padding: 100px 0 60px 0  ;
    }
    .banner-topo .familia {
        margin-bottom: -130px;
    }
        .logosHeader{
            text-align: center;
        }
        
        .regras h2{
          
            color: #ffe533;
            font-size: 2em;
        
        }
    .regras h3{
            font-size: 1em;
            line-height:1em;
        
        }
    
    
    
    }
    
    @media (min-width:768px){
    
    .banner-topo{
        padding: 200px 0 60px 0  ;
    }
    .banner-topo .familia {
        margin-bottom: -160px;
    }
    
    .regras h2{
          
            color: #ffe533;
            font-size: 2.5em;
        }
    .regras h3{
            font-size: 1.3em;
            line-height:1em;
            margin-top:30px;
        }
    
    
    }
    
    @media (min-width:1100px){
    
      
    
    .regras h2{
            
            color: #ffe533;
            font-size: 2.5em;
        
        }
    .regras h3{
            font-size: 1.2em;
            line-height:1em;
            /* margin-top:30px; */
        }
    
       
    
    }






footer {
    padding: 30px 0;
    text-align: center;
    display: -webkit-flex;
    display: block;
    background: #2f2f2f;
    overflow: hidden;
}

footer ul li a {
    color: inherit;
    padding: 0.9375rem;
    font-weight: 500;
    font-size: 1.4em;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    position: relative;
    display: block;
  }

  .social{
    padding: 30px 0;
  }
  .social li{
    display: inline;
  }
  .social li a, .social li a:visited{
    padding: 5px 0; 
    margin: 0;
    font-size:1em;
    text-align:left;
    color:#6a6a6a;
  
  }
  .social i{
    padding:0 5px 0 0;
    font-size:110%;
  }
  .social li a:hover, .social li a:active{
    color:#ef4046;
  }
  




  .btn-hyper { 
    color: #000000; 
    background-color: #EF4046; 
    border-color: #EF4046; 

    font-family: 'Saira', sans-serif;
    font-weight: 400;
    border-radius: 40px;
    font-size: 1.2em;
  } 
   
  .btn-hyper:hover, 
  .btn-hyper:focus, 
  .btn-hyper:active, 
  .btn-hyper.active, 
  .open .dropdown-toggle.btn-hyper { 
    color: #fff; 
    background-color: #850004; 
    border-color: #EF4046; 
  } 
   
  .btn-hyper:active, 
  .btn-hyper.active, 
  .open .dropdown-toggle.btn-hyper { 
    background-image: none; 
  } 
   
  .btn-hyper.disabled, 
  .btn-hyper[disabled], 
  fieldset[disabled] .btn-hyper, 
  .btn-hyper.disabled:hover, 
  .btn-hyper[disabled]:hover, 
  fieldset[disabled] .btn-hyper:hover, 
  .btn-hyper.disabled:focus, 
  .btn-hyper[disabled]:focus, 
  fieldset[disabled] .btn-hyper:focus, 
  .btn-hyper.disabled:active, 
  .btn-hyper[disabled]:active, 
  fieldset[disabled] .btn-hyper:active, 
  .btn-hyper.disabled.active, 
  .btn-hyper[disabled].active, 
  fieldset[disabled] .btn-hyper.active { 
    background-color: #EF4046; 
    border-color: #EF4046; 
  } 
   
  .btn-hyper .badge { 
    color: #EF4046; 
    background-color: #000000; 
  }