/* --  section header  -- */

.section-header {
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
}

.section-header .titulo {
    text-transform: capitalize;
}

/*barra a baixo do titulo*/
.titulo:after {
    content:"";
  	display:block;
  	height:4px;
  	width:100px;
  	background-color: #6195FF;
    margin:3px auto ;
}

.text-center .title:after {
    margin: 0 auto;
}


/*------------------------------------*\
	parceiros
\*------------------------------------*/

.team {
    position: relative;
    background-color: #F4F4F4;
    padding: 40px 20px;
    margin: 15px 0px;
}

.team::after {
    content: "";
    background-color: #1C1D21;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 0%;
    z-index: 1;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

.team:hover:after {
    height: 100%;
}

.team-img {
    position: relative;
    margin-bottom: 20px;
    z-index: 2;
}

.team-img>img {
  width: 100%;
}

.team .overlay {
    background: #1C1D21;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team:hover .overlay {
    opacity: 0.8;
}

.team .team-content {
    text-align: center;
    position: relative;
    z-index: 2;
}

.team .team-content h3 {
    margin-bottom: 10px;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team .team-content span {
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: 0.2s color;
    transition: 0.2s color;
}

.team:hover .team-content h3 {
    color: #FFF;
}

.team:hover .team-content span {
    color: #6195FF;
}

.team .team-social {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity;
    transition: 0.2s opacity;
}

.team .team-social a {
    display: block;
    line-height: 50px;
    width: 50px;
    text-align: center;
    background-color: #6195FF;
    color: #FFF;
}

.team:hover .team-social {
    opacity: 1;
}


/*topigrafia*/
/* -- typography -- */

body {
	font-family: "Times New Roman", Times, serif;
    /*font-family: 'Varela Round', sans-serif;*/
    font-size: 17px;
    line-height: 1.5;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #10161A;
}

h1 {
    font-size: 504px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 17px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}



a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style: none
}


p{
  font-size: 0.9rem !important;
}




/* REGRAS DAS APOSTAS */

.icon_escudo_time{	
	width: 20px !important;
	height: 20px !important;
}

.icon_2_escudo_time{  
  width: 20px !important;
  height: 24px !important;
  margina:hover, a:focus {
    text-decoration: none;
    outline: none;
}

.main-color {
    color: #6195FF;
}

.white-text {
    color: #FFF;
}

::-moz-selection {
    background-color: #6195FF;
    color: #FFF;
}

::selection {
    background-color: #6195FF;
    color: #FFF;
}-right: 2px;
  padding-bottom: 3px;
}


/*deslocamento aparente de um objeto quando se muda o ponto de observação.*/
.paralaxe-propaganda{
  min-height: 500px;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%;
}


/*LOGIN*/
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  /*position: relative;*/
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.container-total{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.form-signin input[type="password"] {
  /*margin-bottom: 10px;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  /*padding: 0px 50px 0px 20px;*/   
  
}

.i-senha{
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  right: 5%;

}








/*------------------------------------*\
  contato
\*------------------------------------*/

.contato {
    margin: 15px 0px;
    text-align: center;
}

.contato-icon{
    font-size: 40px;
    color: #6195FF;
    margin-bottom: 20px;
}

.contact-form .input:nth-child(1), .contact-form .input:nth-child(2) {
    width: calc(50% - 10px);

}


.escudo_pais{
  width: 55px;
  height: 35px;
}

.escudo_time{
  width: 40px;
  height: 40px;

}

.icon_time_aposta{  
  width: 18px !important;
  height: 20px !important;
  padding: 0!important;
}

.caixa_aposta{
  background-color: #F0F0C6;
  width: 40px;
  text-align: center;
  font-size: 13px;
}

.caixa_aposta_nome{
  padding: 2px 2px 0px 10px;
  background-color: #F0F0C6;
  width: 230px;
  text-align: left;
  font-size: 18px;
}


.carregando{
  color:#ff0000;
  display:none;
}

