﻿/* defaults */
body {
    font-size: 18px;
}

h2 {
    font-size: 1.4rem !important;
}

h3 {
    font-size: 1.2rem !important;
}

.btn-search {
    background: #FAB943;
    color: #226DB3;
    font-size: 18px;
    border-radius: 45px;
    text-transform: uppercase;
}

.text-muted {
    color: #848484 !important;
}

.text-primary {
    color: #226DB3 !important;
}

.text-secondary {
    color: #FAB943 !important;
}

.shadow {
    -webkit-box-shadow: 3px 7px 18px -7px #848484 !important;
    box-shadow: 3px 7px 18px -7px #848484 !important;
}

.custom-nav {
    padding: 1rem 1rem;
}

.navbar-title {
    text-transform: uppercase;
    font-size: 1.1rem;
    overflow-wrap: anywhere;
    font-weight: bold;
}

/* sections */
#how-it-works-section {
    padding-left: 22px;
    padding-right: 22px;
}

#hero-section {
    background: #226DB3;
    padding: 30px;
    color: #fff;
    font-weight: lighter;
}

#hero-featured-image {
    position: relative; 
    top: 30px;
}

#footer-section {
    padding-top: 10px;
    padding-bottom: 50px;
    padding-left: 22px;
    padding-right: 22px;
}

/* how it works */
#how-it-works-section .title {
    margin-top: 50px;
    text-align: center;
}

.how-it-works-list {
    font-size: 18px;
    padding: 0;
    text-align: center;
    color: #226DB3;
}

    .how-it-works-list img {
        margin-bottom: 10px;
        width: 50%;
    }

/* schedule */

#schedule-section .invalid-feedback  {
    font-weight: bold;
}

#form-check-cpf input {
    border-radius: 19px;
    background: #f0f0f0;
}

#schedule-section #campanha {
    margin-top: 50px;
}

/* footer */
#footer-section {
    padding-left: 0;
}

#footer-section small {
    display: block;
}

#footer-section img {
    margin-top: 10px;
}

#footer-section #campanha {
    margin-bottom: 20px;
}

@media (min-width: 960px) {

    h2 {
        font-size: 1.6rem !important;
    }

    h3 {
        font-size: 1.4rem !important;
    }


    .btn-search {
        padding-left: 30px;
        padding-right: 30px;
    }

    #hero-section {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    #hero-featured-image {
        position: relative;
        top: 100px;
    }

    #how-it-works-section .title {
        text-align: left;
    }

    #footer-section {
        padding-left: 22px;
    }

    .navbar-title {
        font-size: 1.8rem;
    }
}