/* -------------------- Common -------------------- */

    @import url('https://fonts.googleapis.com/css2?family=Teko:wght@300..700&display=swap');

    @font-face {
        font-family: 'Banco do Brasil';
        src: url('../fonts/BancoDoBrasilRCTextos-Regular.ttf') format('ttf'),
        url('../fonts/BancoDoBrasilRCTextos-Regular.eot') format('eot'),
        url('../fonts/BancoDoBrasilRCTextos-Regular.woff') format('woff');
        font-weight: normal;  /* Specify the font's weight */
        font-style: normal;  /* Specify the font's style */
    }

    body {
        padding-top: 84px;
        color: #212529;
        font-family: 'Banco do Brasil';
    }

    h1,h2,h3,h4,h5{
        font-family: Teko;
    }

    .bb{
        font-family: 'Banco do Brasil';
    }

    .yellow{
        color: #EEC700;
    }
    .green{
        color: #5AB031;
    }

    h2{
        font-size: 3rem;
    }

    .container-md{
        max-width: 1200px;
    }

    .container-sm{
        max-width: 992px;
    }

    .form-control{
        border-radius: 0;
    }

    .cursor-pointer{
        cursor: pointer!important;
    }

    .me-6{
        margin-left: 4rem;
    }

    .btn{
        border-radius: 0;
        font-family: Teko;
        font-size: 1.3rem;
        letter-spacing: 1px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .btn-success{
        background-color: #5AB031;
        border: 0;
        color: #fff;
    }

    @media (min-width: 992px) {
        .w-lg-100{
            width: 100%;
        }

        .w-lg-50{
            width: 50%;
        }
    }





/* -------------------- Navibar -------------------- */
    header .navbar{
        min-height: 84px;
        font-family: "Teko";
    }
    header .navbar-dark{
        background-color: #262B5B!important;
    }

    header .navbar .container-fluid{
        justify-content: flex-end;
        align-items: flex-start;
    }

    header .navbar-collapse.collapse.show, header .navbar-collapse.collapsing{
        text-align: end;
        padding: 15px;
    }

    header .navbar-brand{
        position: absolute;
        left: calc(50% - 41.5px);
        top: 5px;
    }

    header .offcanvas{
        background-color: #262B5B!important;
    }

    header .nav-item{
        font-size: 1.2rem;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 200%;
        margin: 10px;
    }
    @media (min-width: 992px) {
        header .nav-item{
            font-size: 0.8rem;
            margin: 0 10px;
            line-height: 100%;
        }
        
    }

    @media (min-width: 1200px) {
        header .nav-item{
            font-size: 1rem;
        }

    }

    header .nav-link{
        color: #FFF;
        font-size: 42px;
        font-weight: 400;
        padding-top: 12px;
    }

    @media (min-width: 768px) {

        header .nav-link{
            font-size: 22px;
        }

    }


/* -------------------- Footer -------------------- */
    footer{
        background-color: #262B5B!important;
        color: #FFF;
        padding: 3rem;
    }


    footer .menu ul{
        display: initial;
        margin: 0;
        list-style-type: disc;
        padding: initial;
    }

    @media (min-width: 768px) {
        footer .menu ul{
            display: inline-flex;
            justify-content: space-between;
            margin: 0;
            list-style-type: none;
            width: 100%;
            padding: 0;
        }
    }

    footer a{
        color: #FFF;
        text-decoration: none;
    }

    footer a:hover{
        text-decoration: underline;
    }

    footer .esm{
        height: 23px;
    }


/* -------------------- Carousel -------------------- */

    .carousel {
        margin-bottom: 0;
        font-family: Teko;
        border-bottom: 4px solid #707070;
    }
    .carousel-indicators, .carousel-control-prev, .carousel-control-next {
        z-index: 999;
        cursor: pointer;
    }

    .carousel-caption {
        bottom: 3rem;
        z-index: 10;
    }

    .carousel-item {
        height: auto
    }

    .carousel-item .container{
        position: relative;
    }

    .carousel-caption.text-end{
        margin-right: 4rem;

    }

    .carousel h1{
        font: 400 1.5rem / 1.5rem 'Teko';
        text-shadow: -3px 3px 2px rgba(0,0,0,0.55);
        text-align: justify;
    }

    .carousel p{
        font-family: 'Banco do Brasil';
    }

    .carousel-caption {
        right: initial!important;
        left: 15%!important;
        bottom: 1.2rem!important;
    }

    @media (min-width: 40em) {
        /* Bump up size of carousel content */
        .carousel-caption p {
            margin-bottom: 1.25rem;
            font-size: 1.25rem;
            line-height: 1.4;
        }
    }

    .carousel-item-img{
        width: 100%;
        height: 400px;
        /*background-image: url('/assets/img/destaque-390x400.png');*/
        background-position: top center;
        background-repeat: no-repeat;
    }

    @media (min-width: 640px) {
        .carousel-item-img{
            /*background-image: url('/assets/img/destaque-1920x700.png');*/
            background-size: contain;
        }

    }

    @media (min-width: 992px) {
        .carousel-item-img{
            height: 362px;
            /*background-image: url('/assets/img/destaque-1920x700.png');*/
        }
        .carousel-caption {
            left: initial!important;
            bottom: 3rem!important;
        }
    }

    /*
    .carousel-item:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        display: block;
        background-image: url('/assets/img/destaque-1920x700.png');
        width: 100%;
        height: 100%;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
    }
    */

    .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
    }

    .carousel .bd-placeholder-img{
        height: 400px;
    }

    @media (min-width: 768px) {
        .bd-placeholder-img-lg {
            font-size: 3.5rem;
        }
    }

    @media (min-width: 992px) {
        .carousel .bd-placeholder-img{
            height: 700px;
        }

        .carousel-caption.text-end{
            margin-right: 0;
            width: 100%;
        }

        .carousel h1{
            font: 400 3rem / 3rem 'Teko';
            margin-bottom: 0;
        }
    }

    @media (min-width: 1200px) {
        
        .carousel-item-img{
            height: 516px;
            background-size: cover
        }

        .carousel h1{
            font: 400 3rem / 3rem 'Teko';
        }
    }

    @media (min-width: 1400px) {
        
        .carousel-item-img{
            background-size: contain
        }
    }


/* -------------------- Home part 2 -------------------- */

    .home-part-2{
        background-image: url(../img/bg-gray.png);
        background-size: contain;
        padding: 30px;
        border-bottom: 24px solid #5AB031;
    }

    .home-part-2 .container{
        max-width: 988px;
    }

    .home-part-2 .description{
        background-image: url(../img/bg-blue.png);
        background-size: cover;
        color: #FFF;
    }

    .home-part-2 .foto1{
        background-image: url(../img/foto1.png);
        background-size: cover;
        height: auto /*300px*/;
        min-height: 300px;
    }

    .home-part-2 .foto2{
        background-image: url(../img/foto2.png?v=1);
        background-size: cover;
        height: 400px;
    }

    .home-part-2 p{
        font-size: 15px;
        font-weight: 100;
        line-height: 200%;
    }


    @media (min-width: 992px) {

        .home-part-2{
            padding: 60px;
        }

        .home-part-2 .foto1, .home-part-2 .foto2{
            height: auto /*570px*/;
        }

    }


/* -------------------- Home part 3 -------------------- */

    .home-part-3{
        background-image: url(../img/bg-blue.png);
        background-size: contain;
        padding: 30px;
        border-bottom: 24px solid #5AB031;
        color: #FFF;
    }

    .home-part-3 .container{
        max-width: 835px;
    }

    .home-part-3 h1{
        font-size: 3rem;
    }

    @media (min-width: 768px) {
        .home-part-3{
            padding: 60px;
        }

        .home-part-3 h1{
            font-size: 4rem;
        }
    }

    .home-part-3 .description{
        background-image: url(../img/foto-verde.png);
        background-size: contain;
        height: 406px;
    }


/* -------------------- Home part 4 -------------------- */

    .home-part-4{
        background-image: url(../img/bg-gray.png);
        background-size: contain;
        padding: 30px;
        border-bottom: 24px solid #5AB031;
        color: #FFF;
    }

    .home-part-4 .container{
        max-width: 760px;
        background-color: #262B7B;
        padding: 30px;
    }

    .home-part-4 h1{
        font-size: 3rem;
        text-align: center;
        text-transform: uppercase;
    }


    @media (min-width: 768px) {

        .home-part-4{
            padding: 60px;
        }

        .home-part-4 h1{
            font-size: 4rem;
        }

        .home-part-4 .container{
            padding: 60px;
        }
    }


/* -------------------- Internas -------------------- */

    .interna{
      background-color: #232966;
      color: #FFF;
    }

    .interna h3, p{
        text-align: justify;
    }

    .interna .header{
        border-bottom: 6px solid #373d85;
        overflow: hidden;
    }

    .interna .header:before{
      content: "";
      position: absolute;
      left: -10px;
      top: -10px;
      z-index: 0;
      display: block;
      background-repeat: no-repeat;
      background-size: cover;
      width: 110%;
      height: 110%;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
    }

    .interna .header.programa:before{
      background-image: url('/assets/img/header-programa.png');
    }
    .interna .header.unidades:before{
      background-image: url('/assets/img/header-unidades.png');
    }
    .interna .header.licenciados:before{
      background-image: url('/assets/img/header-licenciados.png');
    }
    .interna .header.contato:before{
      background-image: url('/assets/img/header-contato.png');
    }

    .interna .header>div{
      position: relative;
      z-index: 1;
      max-width: 1200px;
      margin: 0 auto;
    }

    .interna .header .caption{
      font: 400 3rem / 42px Teko, "sans-serif";
      position: absolute;
      top: 0;
      left: 0;
      text-transform: uppercase;
      width: 100%;
      height: 100%;
      padding-left: 60px;
    }

    .interna .header.lgpd .caption{
      font: 400 2.5rem / 42px Teko, "sans-serif";
    }

    @media (min-width: 992px) {
        .interna .header .caption{
            font: 400 5rem / 85px Teko, "sans-serif";
        }
    }


/* -------------------- Programa -------------------- */

    #programa .description{
      position: relative;
    }


    #programa .box-big-numbers{
      background-color: #100C48;
      color: #FFF;
    }


    @media (min-width: 1400px) {

      #programa .box-big-numbers{
        position: absolute;
        bottom: 0;
        width: 90%;
      }

    }

    #programa .big-number{
      font-family: Teko;
      font-size: 5rem;
      text-align: center;
      border-right: 1px solid #1d185f;
    }

    #programa .big-number:last-child{
      border-right: none;
    }

    #programa .big-number .small{
      font-size: 1rem;
      font-family: 'Banco do Brasil';
      position: relative;
      top: -30px;
    }


    #programa .conteudo-programatico{
      
      
    }

    #programa .conteudo-programatico .bg-blue{
      background-image: url(../img/bg-blue.png);
      background-repeat: no-repeat;
      background-size: cover;
    }


/* -------------------- Unidades -------------------- */

    #page-unidades{
        background-color: #e0e0e0;
        color: #666;
    }

    #page-unidades a{
        color: #666!important;
    }

    #page-unidades .description{
      position: relative;
    }

    #page-unidades .fechar-abrir{
        text-decoration: none;
        cursor: pointer;
        color: #000;
    }
    #page-unidades .nav{
        max-width: 1000px;
        margin: 30px auto;
        border-bottom: 1px solid #c1c1c1;
    }

    #spcapital-category, #grandesp-category, #litoralsp-category, #interiorsp-category, #outrosestados-category, #internacional-category {
        display: none;
    }

    #page-unidades #unidades {
        max-height: 400px;height: 400px;margin-right: 30px;
    }


/* -------------------- Licenciados -------------------- */

    #page-licenciados{
        background-image: url(../img/bg-gray.png);
        background-size: cover;
        background-color: #e0e0e0;
        color: #666;
    }

/* -------------------- Contato -------------------- */

    #page-contato{
        background-image: url(../img/bg-gray.png);
        background-size: cover;
        background-color: #e0e0e0;
        color: #666;
    }

    #page-contato .form-right{
        background-image: url(../img/bg-green.png);
        background-size: contain;
    }