:root{
    --corprimaria:#c20000;
    --corsecundaria: #212529;
}
/* ==============================================================
# carousel
================================================================*/
.carousel-inner {
    width: auto;
    height: 600px;      
}
.carousel-item{
    height: 100%;
    width: 100vh;
}
.carousel-item img{
    height: 100%;
    width: 100vh;
}
.carousel-caption img{
    height: 250px;
    width: auto;
}
.carousel-caption h2{
    font-size: 40px;
    font-weight: bold;
}

/* ==============================================================
# Index Hero
================================================================*/
#index-hero .hero-img-esportes img{
    width: 100px;
    height: auto;
}
#index-hero h2{
    color: var(--corprimaria);
    font-size: 30px;
    font-weight: bold;
}
#index-hero p{
    text-indent: 5%;
}
#index-hero img{
    width: 400px;
    height: auto;
}
#index-hero-2 .linha-vermelha{
    background-color: var(--corprimaria);
    height: 100px;
}
#index-hero-2 .linha-vermelha p{
    color: white;
    font-size: 30px;
    font-weight: bold;
}

/* ==============================================================
# Index Torneio Interno de Bocha
================================================================*/
#index-ti-bocha .container{
    background-color: #00183a;
}
#index-ti-bocha img{
    width: 400px;
    height: auto;
}
#index-ti-bocha h1{
    color: white;
    font-weight: bold;
}
#index-ti-bocha p{
    color: white;
    text-indent: 5%;
}
/* ==============================================================
# Index Serviços
================================================================*/
#index-servicos .servicos-img img{
    height: 100px;
    width: auto;
    margin-bottom: 3%;
}
#index-servicos .servicos-titulo a{
    text-decoration: none;
}
#index-servicos .servicos-titulo h2{
    color: var(--corprimaria);
    font-weight: bold;
    font-size: 20px;
}
#index-servicos .servicos-titulo p{
    text-indent: 5%;
    text-align: justify;
}
#index-servicos .servicos-2-img img{
    height: 100px;
    width: auto;
    margin-bottom: 3%;
}
#index-servicos .row-2{
    margin-top: 5%;
}

/* ==============================================================
# Contato
================================================================*/
#contato-formulario h2,
#contato-info h2{
    font-weight: bold;
    color: var(--corprimaria);
}
#contato-info a{
    text-decoration: none;
}
#contato-info .info-box{
    height: auto;
    width: 250px;
    border-radius: 4%;
    padding: 2%;
}
#contato-info .box-i i{
    font-size: 48px;
    color: var(--corprimaria);
}
#contato-info .box-contato a p{
    font-size: 20px;
    font-weight: bold;
    color: var(--corprimaria);
}
#contato-formulario .website_honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    border: 0;
    background-color: #c20000;
}

/* ==============================================================
# Seja Sócio
================================================================*/

#seja-socio-hero h2{
    color: var(--corprimaria);
    font-weight: bold;
}

#seja-socio-box .box-planos{
    width: 300px;
    height: auto;
    border: 1px solid var(--corsecundaria);
    border-radius: 2%;
    padding: 2%;
    margin-bottom: 2%;
}
#seja-socio-box .box-planos h3{
   color: var(--corprimaria);
   font-size: 24px;
   font-weight: bold;
   margin-bottom: 7%;
}
#seja-socio-box .plano-mensalidade{
    margin-bottom: 10%;
}
#seja-socio-box .box-planos .vlr-mensal{
   font-size: 28px;
   font-weight: bold;
   margin: 0;
}
#seja-socio-box span{
   font-weight: bold;
}
.asterisco{
    font-size: 10px;
}

