@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

*{
    font-family: 'Montserrat', sans-serif;
}

.bg-light{
    background-color: #f8f9fa00!important;
    transition: 0.3s all;
}

.navbar.scrolled{
    background-color: #f8f9fa!important;
    transition: background-color 200ms linear;
}

.nav-item{
    margin-right: 2.5rem;
}

h3{
    color: #172f40;
}

h4, h5, h6{
    text-align: center;
    color: #6b6b6b;
}

p{
    color: #6b6b6b;
    text-align: justify;
}

#sobre-nos{
    margin-top: 5rem;
}

#sobre-txt{
    margin-top: 1.5rem;
}

.titulo{
    position: relative;
    padding-bottom: 1rem;
}

.titulo::before{
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #172f40;
    top: 2rem;
    border-radius: 3px;
}

#servicos{
    background-color: #ebeef3;
}

.servico{
    background-color: #ffffff;
    padding: 2.5rem .5rem;
    margin: 1rem;
    border-radius: 20px;
    
    -webkit-box-shadow: 2px 3px 13px 0px rgba(176,176,176,1);
    -moz-box-shadow: 2px 3px 13px 0px rgba(176,176,176,1);
    box-shadow: 2px 3px 13px 0px rgba(176,176,176,1);

    transition: transform .2s ease-in-out; 
}

.servico:hover{
    transform: scale(1.01);
    cursor: pointer;
}

#agendamento{
    margin-bottom: 5rem;
}

form{
    margin-top: 1rem;
}

#footer{
    background-color: #ebeef3;
}

#direitos{
    padding-top: 1rem;
}

#contato{   
    padding-top: 2.5rem;

    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(24,68,130,1) 0%, rgba(24,68,130,1) 100%);
}

#logo-footer{
    padding: 1rem 0 1rem 0;
}

#division-line{
    background-color: #1f478c;
    height: 2px;
}

#contato p{
    color: #abbbdd;
    font-size: 14px;
}

#copyright{
    margin-top: 1.5rem;
    padding-bottom: 1.5rem;
}