h3 {
    font-size: 32px;
    font-weight: 100;
}

#header {
    background: #c4170c;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #709446;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(121 154 82)
}

.form-control {
    display: block;
    width: 100%;
    padding: 1rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

a,
body,
h1,
h2,
h3,
h4,
h5,
p,
span {
    font-family: 'Open Sans', sans-serif
}


.timeline {
    padding: 0
}

.timeline li {
    font-size: clamp(1rem, 10vw, 1.75rem);
    font-weight: 400;
    color: #709446
}


#secao-1 {
    background-color: #fff;
    padding-bottom: 50px;
}

#secao-1 .titulo {
    font-size: clamp(2.5rem, 10vw, 3.05rem);
    font-weight: 800
}

#secao-1 p {
    font-size: clamp(1rem, 7vw, 1.25rem);
    font-weight: 400;
}



.btn-link {
    background-color: #25D366;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    font-size: clamp(1rem, 10vw, 1.5rem);
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    border-radius: 5px;
    transition: .5s;
    margin-top: 5px;
    border: 0
}

.btn-link:hover {
    background-color: #fff !important;
    color: #25D366 !important;
    border: 1px solid #25D366 !important;
}

.btn-flutuante {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 1px 1px 2px #888;
    z-index: 1000;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn-flutuante:hover {
    border-color: #25D366 ;
    color:#25D366;
    background-color: #fff;
}

#footer {
    background: #4c5969 !important
}