/* GOOGLE FONTS */

/* font-family: 'Rubik', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap');

/* font-family: 'Karla', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&display=swap');


/* TAGS */
h1,h2,h3,h4{
    font-family: 'Rubik', sans-serif;
    font-weight: 700 !important;
}

h1{
    font-size: 22px !important;
}

h2{
    font-size: 22px !important;

}

h3{
    font-size: 18px !important;
}

h4{
    font-size: 15px !important;
}

p{
    font-family: 'Karla', sans-serif;
    font-weight: 400 !important;
}

.btn-primary, .btn-secondary, .button-close {
    font-family: 'Rubik', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px;  
}

span{
    font-family: 'Karla', sans-serif;
    font-weight: 500 !important;
}


/* NAVBAR */
.navbar{
    background-color: #1A171E;
}

.menu-mobile,
.button-close{   
    background-color: #1A171E;
}

.offcanvas-header,
.offcanvas-body{
    background-color: #1A171E;
    color: #F6F6F6;
}

.offcanvas-body{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-item{
    margin-bottom: 15px;
}


a.nav-link.active{
    font-family: 'Karla', sans-serif; 
    font-weight: 500;
    font-size: 20px;
    font-variant: all-small-caps; 
    color: #FFFF !important;
}

a.nav-link.active:hover{
    transition: 0.5s;
    color: #FFD840 !important;
}


 /* PÁGINA INICIAL */
main{
    background-color:#1A171E;
    color: #FFFF;   
}

.main-column{
    padding: -16px 15px 0 15px;
    height: 573px;

    background: url('../img/banner-mobile.png') no-repeat;
    background-position: center center;
    background-size: contain;
}

.main-text{
    padding-top: 20px;
    text-align: justify;
    font-size: 13px;
    margin-bottom: 1rem !important;
}

.btn-primary,
.btn-secondary{
    height: 38px;
    margin-top: 20px;
    border-radius: 5px;
    letter-spacing:  2px;
    cursor: pointer;
    padding: .5rem 2rem;
}

.btn-primary:active,
.btn-secondary:active{
    position: relative;
    top: 2px;
}

.btn-primary{
    background-color: #FFFF;
    color: #1A171E;
}

.btn-secondary{
    border: 2px solid #FFFF;
    background: transparent;
    color: #FFFF;
    margin-left: 26px;
}


/* CARDS PEQUENOS - INFORMATIVOS  */
.small-cards-section{
    padding: 100px 35px 50px 35px;
    text-align: center;

    background-color: #272628;
    color: #FFFF;
}

.small-cards-row{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;       
}

.small-cards-text{
    font-size: 15px;
    padding-top: 10px;
}


/* COMPONENTS */
.components-section{
    background-color: #1A171E;
    color: #FFFF;

    padding: 0px 15px 100px 15px;
}

.components-row{
    display: flex;
    flex-direction: column;
}

.components-column{
    display: flex;
    flex-direction: column;
    margin-left: 12px;
    height: 470px;
}

.components-h2{
    margin: 100px auto 5px auto;
}

.components-h4{
    text-align: center;
}

.setas{
    background-color: #1A171E;
    padding: 10px 0;
}

.setas:active{
    position: relative;
    top: 2px;
}

.components-scroll {
    height: 505px;
    overflow-y: scroll;
    overflow-x: hidden;
   
    padding: 0 !important;
    margin: 0  !important; 
}

.components-scroll::-webkit-scrollbar{
    width: 15px; 
}

.components-scroll::-webkit-scrollbar-thumb {
    background-color:#1A171E;
  
}

.components-scroll::-webkit-scrollbar-track {
    background-color: #1A171E;
   
}

.components-img{
    padding-top: 50px !important;
    margin: 0 auto !important;

    display: flex;
}

.components-h3, 
.components-text{    
    text-align: center;
    margin-top: 20px
}

.components-text{
    font-size: 13px;
    margin-top: 10px;
}


/* SESSÃO DA COMUNIDADE */
.community-section{
    background-color: #1A171E;
    color: #FFFF;
}

.community-row{
    background-color: #1A171E;
}

.community-column{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    padding-bottom: 20px;

}

#community-img{
    display: none;
}

.community-h3{
    margin: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-size: 15px;
}

.community-h2::after{
    content: '';
    display: block;
    width: 100px;
    height: 4px;
    margin: 5px auto 0 auto;
    background-color: #FFD840;;
}

.community-p{
    font-size: 13px;
    min-width: 260px;
    max-width: 400px;
}


/* SESSÃO DE CONTATO */
.contact-section{
    background-color: #272628;
    color: #FFFF;
}

.contact-column{
    padding: 100px 15px 50px 15px;
    margin: 0 auto;
}

.contact-h3{
    font-size: 20px !important;
}

.contact-p{
    text-align: center;
    font-size: 13px;
    line-height: normal;
    text-transform: capitalize;
}

.form-column{
    margin: 0 auto 50px auto;
    padding: 2rem 3rem !important;
    border-radius: 20px;
    background: #ffff;
}

label{
    font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: #31393a;
}

input,
textarea{
    border-radius: 5px;
    border: 1px solid #919395;
}

textarea{
    height: 187px;
}

input:focus,
textarea:focus {
    border: 1px solid  #54BAC2; 
    outline-color:  #54BAC2; 
}

button.btn-submit{
    display: flex;
    align-items: center;

    width: 133px;
    height: 36px;

    padding: 7px 41px;
    margin:  10px auto 0 auto;

    border: none;
    border-radius: 5px;

    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-size: 18px;

    background-color: #1BC768;
    color: #FFFF;
}


input {
    height: 35px;
}


/* RODAPÉ */
footer{
    height: 50px;
    background-color: #1A171E;
}

footer span{
    color: #fafafa;
    font-family: 'Karla', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    font-variant: all-small-caps;
    letter-spacing: 1.2px;
}

