@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    /*font-family: "montserrat", sans-serif;  */
    font-family: 'Poppins', sans-serif;
}

.header{
    display: flex;
    width: 100%;
	height: 100px;
	background: #FFFFFF;
	padding: 0 95px;
	color: #fff;
    z-index: 1;
    margin-bottom: 20px;
}

.logo{
    width: 30%;
    float: left;
    padding-top: 30px;
}

.busca-site{
    width: 60%;
    margin-top: auto;
    margin-bottom: auto;
    float: right;
}

.divbusca{
    display: flex;
    width: 100%;
    max-width: 300px;
    max-height: 30px;
    background: #ccc;
    border: 1px solid;
    border-radius: 15px;
    float: right;
}

.divbusca input{
    margin: 5px;
    width: 100%;
    max-width: 260px;
    font-size: 16px;
    background-color: transparent;
    border: 0px;
}

.divbusca i{
    width: 20px;
    font-size: 14px;
    float: right;
    margin: 5px;
}

.icon-topo{
    width: 20%;
    margin: auto;
}

.icon-topo i{
    color: #000000;
    float: right;
    margin-right: 15px;
    font-size: 48px;
}

.icon-topo a img{
    color: #000000;
    float: right;
    margin-right: 15px;
}

.icon-topo a i {
    font-size: 48px;
}

/*-----Menu-----*/
.section-menu{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: center;
    justify-content: center;
    width: 100%;
	height: 30px;
	background: transparent;
	padding: 0 10px;
	color: #000;
    margin-bottom: 40px;
}

.menu{
    line-height: 30px;
}

li{
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
}


.menu a{
    color: #000000;
    text-decoration: none;
    padding: 0 10px;
    transition: 0.4s;
    font-size: 14px;
    font-weight: bold;
}

.show-menu-btn, .hide-menu-btn{
    transition: 0.4s;
    cursor: pointer;
    display: none;
}

.show-menu-btn{
  float: right;
}
.show-menu-btn i{
  line-height: 20px;
  color: #000000;
}

.menu li a:hover, .show-menu-btn:hover, .hide-menu-btn:hover{
  color: #333333;
}

#chk{
  position: absolute;
  visibility: hidden;
  z-index: -1111;
}

/*-----Banner-----*/

.produtos{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}
  
.produtos .box1{
    position: relative;
    margin-left: 4px;
    width: 49%;
    height: 500px;
    display: inline-block;
}
  
.produtos .box1 .imgBox{
    position: relative;
    overflow: hidden;
}
    
.produtos .box1 .imgBox img{
    width: 100%;
    height: 500px;
    object-fit: cover;
}
   
.produtos .box1 .details{
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.90);
    transform: scaleY(1);
}
    
.produtos .box1 .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}
    
.produtos .box1 .details .content p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 16px;
    text-align: center;
    color: #fefefe;
}
  
.produtos .box2{
    position: relative;
    height: 500px;
    width: 25%;
    margin-left: 4px;
}
  
.produtos .box2 .banner2 .imgBox img{
    position: relative;
    height: 300px;
    width: 100%;
    display: block;
    object-fit: cover;
    margin-bottom: 4px;
}
  
.produtos .box2 .banner2 .details{
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    top: 230px;
    background: rgba(0,0,0,.9);
    transform: scaleY(1);
}
   
.produtos .box2 .banner2 .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}  
 
.produtos .box2 .banner2 .details .content p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #fefefe;
}
  
.produtos .box2 .banner3{
    height: 200px;
    width: 100%;
    display: block;
}
  
.produtos .box2 .banner3 .imgBox img{
    position: relative;
    height: 196px;
    width: 100%;
    object-fit: cover;
    display: block;
}
  
.produtos .box2 .banner3 .details{
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    top: 430px;
    background: rgba(0,0,0,.9);
}
   
.produtos .box2 .banner3 .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}  
 
.produtos .box2 .banner3 .details .content p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #fefefe;
}
  
.produtos .box3{
    position: relative;
    width: 25%;
    height: 500px;
    margin-left: 4px;
    margin-right: 4px;
}
  
.produtos .box3 .banner3{
    height: 200px;
    width: 100%;
    display: block;
    margin-bottom: 4px;
}
 
.produtos .box3 .banner3 .imgBox img{
    position: relative;
    height: 200px;
    width: 100%;
    object-fit: cover;
    display: block;
}
  
.produtos .box3 .banner3 .details{
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    top: 130px;
    background: rgba(0,0,0,.9);
      
}
    
.produtos .box3 .banner3 .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}  
  
.produtos .box3 .banner3 .details .content p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #fefefe;
}
  
.produtos .box3 .banner2 .imgBox img{
    position: relative;
    height: 296px;
    width: 100%;
    display: block;
    object-fit: cover;
      
}
  
.produtos .box3 .banner2 .details{
    position: absolute;
    height: 70px;
    right: 0px;
    left: 0px;
    bottom: 00px;
    background: rgba(0,0,0,.9);
    transform: scaleY(1);  
}
    
.produtos .box3 .banner2 .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}  
  
.produtos .box3 .banner2 .details .content p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 13px;
    text-align: center;
    color: #fefefe;
}

/*-----Futebol profissional-----*/

.title-notices{
    max-width: 1200px;
    text-align: center;
    margin: auto;
    overflow: hidden;
    padding: 0 20px;
    color: #333333;
}

.title-notices p{
    font-size: 28px;
    padding-top: 40px;
}

.border{
    width: 260px;
    height: 5px;
    background: #F4D10A;
    margin: 26px auto;
}

.container-notices{
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    background: transparent;
}

.notices{
    width: 100%;
    margin: 20px auto 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  
.notices .box{
    position: relative;
    width: 230px;
    height: 400px;
    background: #ddd;
    margin: 15px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0,0,0,.5);
    border-radius: 18px;
    margin-bottom: 30px;
}

.notices .box .imgBox{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.notices .box .imgBox img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    transition: transform 1s;
}
  
.notices .box:hover .imgBox img{
    transform: scale(1.2);
}

.box a{
    text-decoration: none;
}
  
.box a:hover{
    text-decoration: none;
}
  
.notices .box .details{
    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
    background: rgba(0,0,0,.8);
    transform: scaleY(0);
    transition: transform .5s;
}

.notices .box:hover .details{
    transform: scaleY(1);
}
  
.notices .box .details .content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    padding: 15px;
    color: #FFF;
}
 
.notices .box .details .content p{
    margin: 10px 0 0;
    padding: 0;
}

.data{
    display: flex;
    text-align: center;
    justify-content: center;
    color: #333333;
    font-size:12px;
    font-weight: 600;
    padding-top: 30px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    /*font-family: "montserrat", sans-serif;  */
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}
  
.teste-title{
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0;
    font-size: 14px;
    text-decoration: none;
    color: #000000;
    font-weight: 800;
}

.teste{
    height: 50px;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 0;
    margin: 0;
    font-size: 12px;
    text-decoration: none;
    color: #333333;
    font-weight: 700;
  }
  
.teste a{
    text-decoration: none;
    position: absolute;
}

.botao-noticias{
    display: block;
    text-align: center;
    cursor: pointer;
    width: 120px;
    height: 35px;
    font-size: 13px;
    color: #FFF;
    border: solid 1px transparent;
    background-color: #000000;
    border-radius: 30px;
    position: absolute;
    left: 40%;
    margin-left: -40px;
    top: 180px;
}
  
.botao-noticias:hover{
    background-color: #F4D10A;
    color: #000000;
    transition: 0.3s;
}

.container-notices-all{
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: -50px;
    margin-bottom: 70px;
    background: transparent;
}

.btn-notices-all{
    background-color: #000000;
    border: none;
    color: #ddd;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
    /*font-family: "montserrat", sans-serif;  */
    font-family: 'Poppins', sans-serif;
}

.btn-notices-all:hover{
    background-color: #F4D10A;
    color: #000000;
    transition: 0.3s;
}

/*-----Videos-----*/

.container-notices-videos{
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    background: transparent;
}

.notices-videos{
    width: 100%;
    margin: 20px auto 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.notices-videos .box-videos{
    position: relative;
    width: 220px;
    height: 210px;
    background: #ddd;
    margin: 10px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 0px 5px rgba(0,0,0,.0);
    border-radius: 10px;
    margin-bottom: 30px;
}

.notices-videos .box-videos .imgBox-videos{
    
    position: relative;
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.notices-videos .box-videos .imgBox-videos img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: transform 1s;
}

.box-videos a{
    text-decoration: none;
}
  
.box-videos a:hover{
    text-decoration: none;
}

/*-----Mais videos-----*/
.container-notices-plus{
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    background: transparent;
}

.notices-plus{
    width: 100%;
    margin: 20px auto 20px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
  
.notices-plus .box-plus{
    position: relative;
    max-width: 1920px;
    max-height: 1080px;
    margin: 10px;
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
}

.notices-plus .box-plus .imgBox-plus{
    position: relative;
    overflow: hidden;
}

.notices-plus .box-plus .imgBox-plus iframe{
    max-width: 100%;
    border-radius: 10px;
    border: 0.5px;
}



.produtos1{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
  
.produtos1 .box1{
    position: relative;
    width: 300px;
    max-height: 170px;
    background: #000;
    margin: 10px;
    box-sizing: border-box;
    display: inline-block;
    box-shadow: 0 10px 40px rgba(0,0,0,.9);
}
  
.produtos1 .box1 .imgBox1{
    position: relative;
    overflow: hidden;
}

.container-videos{
    text-align: center;
    width: 90%;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 70px;
    background: transparent;
}

/*-----Rodapé*/
.footer-distributed{
    background: #000000;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 12px Poppins;
    padding: 55px 10px;
}
  
.footer-distributed .footer-center{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
  
.footer-distributed h3{
    color:  #ffffff;
    font-family: "montserrat", sans-serif;
    font-size: 20px;
    margin: 10px;
}
  
.footer-distributed .footer-links{
    color:  #ffffff;
    margin: 20px 0 12px;
    padding: 0;
}
  
.footer-distributed .footer-links a{
    display:inline-block;
    line-height: 1.8;
    font-weight:400;
    font-size: 14px;
    text-decoration: none;
    color:  inherit;
}
  
.footer-distributed .footer-center i{
    color: #222222;
    font-size: 36px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    margin: 30px 5px;
    vertical-align: middle;
}

.footer-distributed .footer-center a img{
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.footer-distributed .footer-center p{
    display: inline-block;
    color: #ffffff;
    font-weight:400;
    vertical-align: middle;
    margin:0;
}
  
.footer-distributed .footer-center p span{
    display:block;
    font-weight: normal;
    font-size:14px;
    line-height:2;
}
  
.footer-distributed .footer-center p  a{
    color:  #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}

.footer-distributed .footer-center p  a{
    color:  #FFFFFF;
    font-size: 12px;
    text-decoration: none;
}


  
.footer-distributed .footer-links a:before {
    content: "|";
    margin: auto;
    font-weight:300;
    left: 0;
    color: #fff;
    display: inline-block;
    padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
    content: none;
  }
  
.rodape{
    width: 100%;
    height: 50px;
    background-color: #222222;
    display: flex;
    justify-items: center;
    align-items: center;
}

.formatacao-rodape{
    color: #FFFFFF;
    text-align: center;
    margin: auto;
}

.formatacao-rodape a{
    text-decoration: none;
    font-size: 12px;
}

.centraliza-titulo{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 15px;
    color: #000000;
    font-weight: bold;
    font-size: 25px;
    width: 100%;
  }
  
  .centraliza-subtitulo{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #333333;
    font-weight: bold;
    font-size: 18px;
    width: 100%;
  }
  
  .centraliza-date-artigos{
    color: #000000;
    text-align: center;
    font-size:13px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .centraliza-conteudo{
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 1024px;
    color: #333;
    text-align: justify;
    font-size:16px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .centraliza-fonte{
    margin-left: auto;
    margin-right: auto;
    max-width: 1024px;
    color: #000000;
    text-align: center;
    font-size:14px;
    font-weight: bold;
    margin-bottom: 25px;
  }
  
  .centraliza-img{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: auto;
}

.centraliza-img img{
  width: 100%;
  height: 300px;
  min-width: 400px;
  object-fit: cover;

}

/*--------Fale conosco----------*/
.contact-form-santista{
    width: 85%;
    max-width: 600px;
    position: relative;
    background: #ffffff;
    left: 50%;
    transform: translate(-50%);
    padding: 30px 40px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 0 20px #000000b3;
    /*font-family: "montserrat", sans-serif;  */
    font-family: 'Poppins', sans-serif;
    margin-bottom: 60px;
    margin-top: 60px;
  }
  
  .txtb-santista{
    border: 1px solid gray;
    margin: 8px 0;
    padding: 12px 18px;
    border-radius: 8px;
  }
  
  .txtb-santista label{
    display: block;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-size: 14px;
  }
  
  .txtb-santista input, .txtb-santista textarea, .txtb-santista select{
    width: 100%;
    border: none;
    background: none;
    outline: none;
    font-size: 14px;
    margin-top: 6px;
  }
  
  .btn-santista{
    display: block;
    background: #999999;
    padding: 14px 0;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 8px;
    width: 100%;
    border-radius: 8px;
  }

/*----cookies lgpd------*/
.box-cookies{
    background-color: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100px;
    position:fixed; 
    bottom: 0px; 
    z-index:99999;
  }
  
  .box-cookies.hide{
    display: none !important;
  }
  
  .msg-cookies{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 80px;
    padding-right: 80px;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  .msg-cookies a{
    text-decoration: none;
    color: #888989;
    padding-right: 10px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
  }
  
  .msg-cookies button{
    margin-top: 10px;
  }
  
  .btn-cookies{
    cursor: pointer;
    width:140px; 
    height: 25px; 
    letter-spacing: 0px; 
    margin-bottom: 15px; 
    background: #555757;
    border: 1px solid #555757; 
    border-radius: 10px;
  }

  .container-sobre{
    margin: auto;
    max-width: 1024px;
  }

  .container-home{
    text-align: center;
    width: 90%;
    margin: auto;
    overflow: hidden;
    margin-top: 70px;
    margin-bottom: 70px;
}

.bloco-return{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    max-height: 150px;
    padding: 20px;
    margin-bottom: 40px;
}

.escolha-return{
    width: 110px;
    height: 110px;
    /*box-shadow: 0 10px 30px rgba(0,0,0,.3);*/
    border-radius: 18px;
    border: 1px solid #000000;
    background-color: #000000;
}

.icon-return{
    margin-top: 20px;
    font-size: 30px;
}

.escolha-return:hover{ 
  width: 110px;
  height: 110px;
  /*box-shadow: 0 10px 30px rgba(0,0,0,.3);*/
  border-radius: 18px;
  border: 1px solid #000000;
  color: #000000;
  background-color: #cccccc;
  transition: 0.6s;
}


.bloco-return a{
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF;
}