img{
    max-width: 100%;
}
.nav-link{
    padding: 0.15rem 1rem;
}
.navbar{
    padding: 25px 0px;
}
.navbar img{
    width: 195px;
}
.navbar-nav{
    width: 100%;
    display: flex;
    justify-content: right;
}
.navbar .navbar-nav .nav-link{
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
}
.navbar .navbar-nav .nav-link:hover{
    font-weight: 600;
}
.navbar .navbar-toggler{
    color: #FFF;
    border:none;
    padding: 0px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar .navbar-toggler-icon{
    filter: contrast(1.5) brightness(1.5) opacity(1.5);
}
#inicio{
    padding:0px;
    margin-top:-80px;
}
@media(max-width:920px){
    #inicio{
        margin-top:-40px;
    }
}
#sobre{
    padding: 45px 0px;
    position:relative;
}
#sobre h1{
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 32px;
}
#sobre p{
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 16px;
}
#sobre a{
    display: block;
    width: max-content;
    padding: 0px 25px;
    height: 35px;
    line-height:35px;
    background: #223060;
    color: #fff;
    border-radius:10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform:uppercase;
    margin-top:45px;
    margin-bottom: 45px;
    text-decoration:none;
    transition: all .2s;
}
#sobre a:hover{
    background: #fdcd13;
    color: #223060;
}
#sobre strong{
    color: #067433;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 22px;
    text-transform:uppercase;
}
#sobre strong span{
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 18px;
}
#sobre:after{
    width:50%;
    left:0;
    top: 0;
    position:absolute;
    content:'';
    height: 100%;
    background:#FFF;
    z-index:-1;
}
#sobre:before{
    width:50%;
    right:0;
    top: 0;
    position:absolute;
    content:'';
    height: 100%;
    background:#EDEDED;
    z-index:-1;
}
#sobre .area{
    background:#FFF;
    border-radius:100%;
    padding: 15px;
    text-align:center;
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}
#sobre .area img{
    display:block;
    margin:0 auto;
    margin-bottom:15px;
    width: 70%;
    height:70%;
    object-fit:contain;
    object-position: center;
}
#sobre .numeros{
    width: 50%;
    margin-bottom:25px;
}
#sobre .numeros strong{
    text-align: center;
    float: left;
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #FFF;
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 40px;
    z-index: 2;
    position: relative;
}
#sobre .numeros span{
    text-align: left;
    float: left;
    width: 200px;
    padding: 8px;
    background: #FFF;
    color: #223060;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    margin-top: 10px;
    margin-left: -20px;
    padding-left: 30px;
    z-index: 1;
    position: relative;
    min-height: 52px;
    display: flex;
    align-items: center;
}
@media(max-width:1200px){
    #sobre .numeros{
        width:100%;
        display:flex;
    }
    #sobre .numeros span{
        margin-bottom:10px;
    }
}
#bannercentro{
    padding: 120px 0px;
    background: url(../images/banner-centro.png) right no-repeat;
    color: #FFF;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
#grupowhats{
    padding-top: 45px;
}
#grupowhats .container{
    background:#223060;
    padding: 25px 45px;
    -webkit-border-top-left-radius: 25px;
    -webkit-border-top-right-radius: 25px;
    -moz-border-radius-topleft: 25px;
    -moz-border-radius-topright: 25px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    color: #fff;
    font-size: 26px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#grupowhats a{
    background:#3576AA;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    border-radius:15px;
    text-align:center;
    width:100%;
    height: 65px;
    line-height:65px;
    text-decoration:none;
    transition:all .2s;
    display: flex;
    justify-content: center;
    align-items: center;
}
#grupowhats a img{
    margin-left: 10px;
    transition:all .2s;
    height: 45px;
}
#grupowhats a:hover{
    background: #fdcd13;
    color: #223060;
}
#grupowhats a:hover img{
    margin-left: 35px;
}
footer{
    background: #3576AA;
    padding: 45px 0px;
}
footer img{
    max-width: 194px;
}
#projetos{
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}
#projetos h1{
    display:block;
    margin-bottom: 45px;
    color: #223060;
    font-size: 32px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
@media(max-width:992px){
    #projetos{
        padding-bottom: 20px;
    }
    #projetos img{
        display: block;
        margin: 0 auto;
        margin-bottom:25px;
    }
}
#contato{
    padding-top: 45px;
    padding-bottom: 45px;
    overflow: hidden;
}
#contato span{
    display:block;
    margin:0 auto;
    margin-bottom:10px;
    color: #3576AA;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
#contato h1{
    display:block;
    margin:0 auto;
    margin-bottom: 45px;
    color: #223060;
    font-size: 24px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
#contato input{
    color: #223060;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
}
#contato textarea{
    color: #223060;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    padding: 10px;
}
#contato button {
    display: block;
    width: max-content;
    padding: 0px 25px;
    height: 35px;
    line-height: 35px;
    background: #3576AA;
    color: #fff;
    border-radius: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin:0 auto;
    text-decoration: none;
    transition: all .2s;
    border:none;
}
#contato button:hover{
    background: #fdcd13;
    color: #3576AA;
}
@media(max-width:992px){
    .container, .container-md, .container-sm {
        max-width: 100% !important;
    }
    #sobre:after{
        width:100%;
    }
    #sobre:before{
        display:none;
    }
    .quadros{
        padding:45px 0px;
        background:#EDEDED;
        margin-top:45px;
    }
    #sobre{
        padding-bottom:0px;
    }
    #bannercentro{
        text-align:center;
        position:relative;
        font-size: 20px;
    }
    #bannercentro:after{
        content:'';
        width:100%;
        height:100%;
        position: absolute;
        opacity:0.85;
        background:#223060;
        left:0;
        top:0;
        z-index:1;
    }
    #bannercentro .container{
        position:relative;
        z-index:2;
    }
    #noticias {
        max-width: 320px !important;
        display: block;
        margin: 0 auto;
    }
    #grupowhats .container{
        max-width: 320px !important;
        display: block;
        margin: 0 auto;
        font-size: 17px;
    }
    #grupowhats{
        text-align:center;
    }
    #grupowhats a{
        max-width: 260px;
        margin: auto;
        margin-top:15px;
    }
    footer{
        padding-bottom:20px;
    }
    footer img{
        margin-bottom: 25px;
    }
    footer .col-12{
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
}
@media(max-width:580px){
    .navbar .navbar-nav .nav-link{
        text-align: center;
    }
    .navbar-nav{
        padding-top:35px;
    }
    #sobre .areaexterna{
        display:block !important;
    }
    #bannercentro br, #twitter br{
        display:none;
    }
    #noticias .col-sm-12{
        margin-bottom:25px;
    }
    #noticias{
        padding-bottom:20px;
    }
}