@import url("https://fonts.googleapis.com/css?family=Exo+2:300,600,900");

/* Meu CSS LEONARDO */
body {
    font-family: "Exo 2", sans-serif;
    overflow-x: hidden;
}
.fontbold {
    font-weight: bold;
}
.row {
    margin-bottom: 0 !important;
}
.padd-no {
    padding: 0 !important;
}
.margin-no {
    margin: 0 !important;
}
.padd5 {
    padding: 10px;
}
.paddno-left {
    padding-left: 0 !important;
}
.paddno-right {
    padding-right: 0 !important;
}
.corr {
    width: 100%;
}
.vertical-center {
    min-height: auto;
    min-height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
}
.col-centered {
    float: none !important;
    margin: 0 auto !important;
}
.d-none{
    display: none;
}
.img-center {
    margin: 0 auto !important;
}
.top5 {
    margin-top: 5px !important;
}
.top10 {
    margin-top: 10px !important;
}
.top15 {
    margin-top: 15px !important;
}
.top20 {
    margin-top: 20px !important;
}
.top25 {
    margin-top: 25px !important;
}
.top30 {
    margin-top: 30px !important;
}
.top35 {
    margin-top: 35px !important;
}
.top40 {
    margin-top: 40px !important;
}
.top50 {
    margin-top: 50px !important;
}
.top60 {
    margin-top: 60px !important;
}
.top70 {
    margin-top: 70px !important;
}
.top80 {
    margin-top: 80px !important;
}
.top100 {
    margin-top: 100px;
}
.top110 {
    margin-top: 110px !important;
}
.top120 {
    margin-top: 120px !important;
}
.top150 {
    margin-top: 150px !important;
}
.popover.right {
    position: relative !important;
    z-index: 999999999999;
    top: -210px !important;
    left: 30px !important;
}
.banner-texto {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 5px 35px;
}
.img-icone {
    width: 330px;
    border: 10px solid #ffffff;
    border-radius: 260px;
    top: 20px;
    position: relative;
}
.img-modal {
    width: 320px;
    border: 10px solid #ffffff;
    border-radius: 260px;
    margin-top: 50px;
}
.ul-style {
    list-style: circle;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding-left: 30px;
}
.carousel-caption {
    width: 100%;
    text-align: left;
    bottom: 100px;
    margin: 0 auto;
    left: 0;
    padding: 0px 0px;
}
header {
    float: left;
    width: 100%;
    overflow-y: hidden;
}
footer {
    width: 100%;
    float: left;
}
.carousel-inner {
    height: 100vh;
}
.carousel-control.left {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}
.carousel-control.right {
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    filter: none;
    background-repeat: none;
}
.fon-size {
    text-align: right;
    font-size: 18px;
}
.modal-content {
    background: url(../img/fundo_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* -------------------------- */
/* ------- NAVBAR CSS ------- */
/* -------------------------- */

.funtopo {
    background-color: #2e3d59;
    color: #fff;
}

.slider-bg {
    background-image: url(../img/fundo_bg.png);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-bg-dois {
    background-image: url(../img/banner_cd.jpg);
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-caption {
    position: static !important;
}

.slider-bg-cinco {
    background-color: #fffdfd;
    color: #001746;
}

.bg-slider-conselho {
    background-color: #001746;
    color: #fff;
    height: 100vh;
}

.navbar {
    position: relative;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border-radius: 0;
    z-index: 99999;
    min-height: 0px;
    margin: 0 auto;
    padding: 5px;
}
.navbar-nav {
    list-style: none;
    padding: 4px 12px 12px;
    width: 100%;
}
.navbar-nav > li > a {
    color: #fff;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px;
    text-decoration: none !important;
}
.navbar-nav > li {
    width: 25%;
    text-align: center;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid;
    font-weight: 600;
}
.navbar-dark .navbar-nav .nav-link {
    color: #213b5a;
    font-weight: 500;
    font-size: 19px;
}
.navbar-nav > li > a:focus,
.navbar-nav > li > a:hover {
    color: #17205a !important;
    background-color: transparent;
}
.navbar-nav > .active > a,
.navbar-nav > .active > a:focus,
.navbar-nav > .active > a:hover {
    color: #17205a !important;
    background-color: transparent;
}
.linha {
    background-color: #213b5a;
    height: 1px;
    width: 120px;
    margin: 0px auto;
}
.linhabr {
    background-color: #fff;
    height: 1px;
    width: 120px;
    margin: 0px !important;
}
.centralizar {
    text-align: center;
    height: 9em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centra {
    text-align: center;
    height: 38em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-conselho {
    font-size: 48px;
    height: 2em;
}
.hr-class {
    float: right;
    width: 45%;
    border: 2px solid;
}
.btn-saiba {
    background: #2e3d59;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
}
.btn-saiba:hover {
    background: #87959b;
    color: #fff;
}
.img-ban {
    height: 100vh;
}
.h1-header {
    color: #fff;
    font-size: 38px;
    margin: 0;
}

/* ---- CONTEUDO1 ----*/
#conteudo1 {
    color: #213b5a;
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    float: left;
    background: #fff;
    overflow-y: hidden;
}

/* ---- CONTEUDO2 ----*/
#conteudo2 {
    overflow-y: hidden;
    width: 100%;
    float: left;
    background: url("../img/fundo_1.jpg") no-repeat center center;
    background-size: cover !important;
    background-attachment: fixed !important;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
#conteudo2 .imgredonda {
    background: #fff;
    border-radius: 70px;
    border: 5px solid #fff;
    padding: 5px 0px;
}
#conteudo2 .textoforma {
    background: #fff;
    color: #17205a;
    border-radius: 10px;
}
#conteudo2 .card-title {
    background: #82969d;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
}

/* ---- FAZEMOS ----*/
#fazemos {
    overflow-y: hidden;
    width: 100%;
    float: left;
    color: #213b5a;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}

/* ---- DEPOIMENTOS ----*/
#depoimentos .img-user {
    width: 60%;
    margin: 0 auto;
    border-radius: 100px;
}
#depoimentos .padd20 {
    padding-left: 20px;
    padding-right: 20px;
}
#depoimentos {
    overflow-y: hidden;
    width: 100%;
    float: left;
    background: #cccccc57;
    color: #213b5a;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ---- CONTATO ----*/
#contato {
    overflow-y: hidden;
    width: 100%;
    float: left;
    color: #213b5a;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #fff;
}
#contato .form-control {
    color: #fff !important;
    background-color: #213b5a !important;
}
#contato p {
    font-size: 16px;
}
/* ---- FOOTER  ----*/
#rodape {
    overflow-y: hidden;
    width: 100%;
    float: left;
    background: url("../img/fundo_2.jpg") no-repeat center center;
    background-size: cover;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}
#rodape .imglogo {
    width: 170px;
}
#copy {
    background: #7a979d;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#copy p {
    margin: 0px !important;
}

/* ---- CONSELHO1 ----*/
#conselho1 {
    color: #213b5a;
    padding-top: 80px;
    padding-bottom: 80px;
}
#conselho1 .conteudo {
    height: 160px;
    background: #213b5a;
    border-radius: 160px;
    width: 65%;
    margin: 0 auto;
}

/* ---- CONSELHO2 ----*/
#conselho2 {
    color: #213b5a;
    padding-top: 80px;
    padding-bottom: 80px;
    background: #eeeeee;
    font-size: 16px;
}
#conselho2 .paddleft20 {
    padding-left: 20px;
}
#conteudo2 p {
    font-size: 16px !important;
}
#conselho2 .botao {
    background: #213b5a;
    color: #fff;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
}

/* ---- CONSELHO3 ----*/
#conselho3 {
    color: #213b5a;
    padding-top: 80px;
    padding-bottom: 80px;
    font-size: 16px;
}
#conselho3 .botao {
    background: #213b5a;
    color: #fff;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0px;
}

#topologin a {
    color: #fff !important;
}

/* ---- RESPONSIVO ----*/

@media screen and (max-width: 767px) {
    .bot {
        bottom: 10px !important;
    }
    .ul-style {
        font-size: 10px;
    }
    .h1-header {
        font-size: 17px;
    }
    .centralizar {
        height: 20em;
        font-size: 20px;
    }
    #conteudo1 {
        color: #213b5a;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    .carousel-control.left {
        height: 75vh;
    }
    .carousel-control.right {
        height: 75vh;
    }
    #conteudo1 h2 {
        font-size: 18px;
    }
    #conteudo1 p {
        font-size: 12px;
    }
    .carousel {
        height: 50vh;
    }
    .fon-size {
        text-align: right;
        font-size: 10px;
    }
    .img-ban {
        height: 50vh !important;
    }
    .carousel-caption {
        bottom: -90px;
    }
    .top190 {
        margin-top: 190px !important;
    }
    .text-conselho {
        font-size: 21px;
        height: 0em;
    }
    #conteudo2 {
        background: url("../img/fundo_1.jpg") no-repeat center center;
        background-size: cover !important;
        background-attachment: fixed !important;
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        color: #fff;
    }
    #conteudo2 h2 {
        font-size: 18px;
    }
    #conteudo2 p {
        font-size: 12px;
    }
    #conteudo2 .imgredonda {
        background: #fff;
        padding: 10px;
        border-radius: 130px;
    }

    #fazemos {
        color: #213b5a;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #fazemos h2 {
        font-size: 18px !important;
    }

    #depoimentos .img-user {
        width: 30%;
        margin: 0 auto;
    }
    #depoimentos {
        background: url("../img/fundo_dep.jpg") no-repeat center center;
        color: #213b5a;
        background-size: cover;
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #depoimentos h2 {
        font-size: 18px;
    }
    #depoimentos p {
        font-size: 12px;
    }

    #contato {
        color: #213b5a;
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contato h2 {
        font-size: 18px;
    }
    #contato p {
        font-size: 12px;
    }

    #rodape {
        background: url("../img/fundo_2.jpg") no-repeat center center;
        background-size: cover;
        height: auto;
        padding-top: 20px;
        padding-bottom: 40px;
        color: #fff;
        text-align: center;
    }
    #rodape .imglogo {
        width: 120px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)");
    }
    .navbar-toggle {
        background-color: #213b5a !important;
        border: 1px solid #3f536e !important;
    }
    .navbar-toggle .icon-bar {
        background: #fff !important;
    }
    .funtopo {
        height: 40px;
    }

    .logoprincipal {
        padding-top: 8px !important;
        padding-left: 15px !important;
    }

    .slider-bg {
        padding: 10px;
    }

    .slider-bg h2{
        font-size: 14px;
    }

    .slider-bg h3{
        font-size: 13px;
        margin: 0;
    }

    .slider-bg h4{
        font-size: 12px;
    }

    .slider-bg img{
        width: 180px;
    }

    .top190 {
        margin-top: 120px !important;
    }

    .slider-bg-cinco{
        padding: 10px;
    }

    .slider-bg-cinco h2{
        font-size: 14px;
    }

    .slider-bg-cinco h3{
        font-size: 13px;
        margin: 0;
    }

    .slider-bg-cinco h4{
        font-size: 12px;
    }

    .slider-bg-cinco img{
        width: 180px;
    }
}

@media screen and (min-width: 1920px) {
    .carousel-caption {
        bottom: 270px !important;
    }
    .img-icone {
        bottom: 110px;
        position: relative;
    }

    .slider-bg{
        height: 60vh !important;
    }

    .slider-bg-cinco {
        height: 60vh !important;
    }
}
