﻿body {
    background-image: url(Images/background.png);
    background-repeat: repeat-y;
    background-color: #fff;
    background-position: top right;
    min-width: 320px
}

@font-face {
    font-family: 'garamondregular';
    src: url('/fonts/garamond/EBGaramond-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'garamondmedium';
    src: url('/fonts/garamond/EBGaramond-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('/fonts/roboto/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotomedium';
    src: url('/fonts/roboto/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotobold';
    src: url('/fonts/roboto/Roboto-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoitalic';
    src: url('/fonts/roboto/Roboto-Italic.ttf');
    font-weight: normal;
    font-style: normal;
}

@media (min-width: 991px) {
    .vitrine {
        height: 530px;
    }
}

.nav-link {
    cursor: pointer;
}

.formulario {
    padding: 25px 35px 30px 35px;
}

    .formulario .field-validation-error {
        color: #b0b0b1;
    }

.formulario-box {
    background-color: #565656;
    border-radius: 5px;
    margin: 40px 0 30px 0;
    width: 100%;
    box-shadow: 3px 4px 4px #c5c5c6;
}

    .formulario-box .descricao {
        font-family: 'garamondmedium', sans-serif;
        font-size: 1.3em;
        line-height: 1.5em;
        color: #fafafa;
        letter-spacing: 0.1em;
        display: inline-block;
    }

    .formulario-box label {
        color: #fafafa;
        font-family: 'robotoregular';
        font-size: 0.9em;
        margin-bottom: 2px;
    }

    .formulario-box .form-group {
        margin-bottom: 10px;
    }

    .formulario-box .btn-download {
        font-family: 'robotobold', sans-serif;
        text-transform: uppercase;
        font-size: 0.9em;
        padding: 8px 0 8px 0;
        margin: 5px 0 0 0;
        width: 100%;
        color: #fafafa;
        background-color: #bd2025;
        border: none;
        border-radius: 3px;
    }

        .formulario-box .btn-download:hover {
            color: #fafafa;
            background-color: #b72a2e;
        }

.btn-saiba-mais {
    font-family: 'robotobold', sans-serif;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: 8px 0 8px 0;
    margin: 5px 0 0 0;
    width: 150px;
    color: #fafafa;
    background-color: #bd2025;
    border: none;
    border-radius: 3px;
    display: block;
}

    .btn-saiba-mais:hover {
        color: #fafafa;
        background-color: #b72a2e;
    }

.formulario-box .observacao {
    font-family: 'robotoitalic', sans-serif;
    display: block;
    text-align: right;
    font-size: 0.8em;
    color: #d9d9d9;
}

.titulo-principal {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'garamondregular', sans-serif;
    font-size: 2.8em;
    line-height: 1.3em;
    color: #2d2d2d;
    padding: 200px 0 10px 0;
}

@media (max-width:1199px) {
    .titulo-principal {
        font-size: 2.7em;
    }
}

@media (max-width:991px) {
    .titulo-principal {
        padding: 40px 0 20px 0;
    }

    .formulario-box {
        margin: 50px 0 30px 0;
    }
}

.artigos {
    background-color: #eeeeee;
    padding-bottom: 130px;
}

.estudos {
    background-color: #eeeeee;
    padding-bottom: 50px;
}

@media (min-width: 1050px) {
    .container-carousel {
        padding: 0;
    }
}


.panel-carousel {
    box-shadow: 4px 4px 10px #a8a8a8;
    border: 1px solid #eeeeee;
    border-radius: 4px;
    display: inline-block;
    margin: 0 15px 15px 15px;
}

    .panel-carousel:hover {
        border: 1px solid #bd2025;
    }

    .panel-carousel .data {
        float: right;
        width: 130px;
        background-color: #bd2025;
        border-radius: 0 4px 4px 0;
        position: absolute;
        margin-top: 20px;
    }

        .panel-carousel .data p {
            color: #fafafa;
            text-align: center;
            font-size: 16px;
            line-height: 30px;
            padding: 0;
            margin: 0;
        }

    .panel-carousel .panel-body {
        padding: 0;
        margin-bottom: 17px;
        height: auto;
        overflow: hidden;
    }

    .panel-carousel .panel-head img {
        border-radius: 4px 4px 0 0;
        object-fit: cover;
    }

    .panel-carousel a {
        text-decoration: none;
        outline: 0 !important;
    }

.panel-titulo {
    padding: 56px 58px 0 19px;
    font-family: 'robotobold', sans-serif;
    font-size: 1em;
    line-height: 1.5em;
    color: #2d2d2d;
}

.panel-descricao {
    padding: 0 15px 0 15px;
    font-family: 'robotoregular', sans-serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #2d2d2d;
}

.titulo-conteudo {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'garamondregular', sans-serif;
    font-size: 2.4em;
    line-height: 1.300em;
    color: #2d2d2d;
    letter-spacing: 0.020em;
    padding-top: 60px;
}

.descricao-conteudo {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'garamondregular', sans-serif;
    font-size: 1.4em;
    line-height: 1.300em;
    color: #2d2d2d;
    letter-spacing: 0.050em;
    padding-bottom: 20px;
}

.slick-prev:before, .slick-next:before {
    color: #2d2d2d !important;
    font-size: 45px
}

.servicos {
    color: #fafafa;
    padding: 80px 0 80px 10%;
    background-color: #565656;
    border-radius: 0 5px 5px 0;
    box-shadow: 3px 4px 4px #c5c5c6;
    position: relative;
    top: -80px;
}

@media (max-width: 575px) {
    .servicos .servico-item {
        padding: 10px 0 10px 0;
    }
}

.servicos h1 {
    font-family: 'garamondregular', sans-serif;
    font-size: 2.3em;
    padding-bottom: 30px;
}

.servicos h2 {
    font-family: 'garamondregular', sans-serif;
    font-size: 1.3em;
    padding-bottom: 30px;
}

.servicos p {
    font-family: 'garamondregular', sans-serif;
    font-size: 1.2em;
    display: inline;
}

.servicos img {
    max-width: 55px;
    min-width: 40px;
    width: 100%;
}

.footer-ibpt {
    background-color: #616161;
    text-align: center;
}

    .footer-ibpt img {
        width: 64px;
        margin: 0 20px 0 20px;
    }

@media (max-width: 1001px) {
    .footer-ibpt img {
        display: block;
        margin: auto;
        padding-bottom: 10px;
    }
}

.footer-ibpt p {
    text-transform: uppercase;
    font-family: 'robotoregular';
    font-size: 0.9em;
    display: inline;
    color: #fafafa;
}

@media (max-width: 767px) {
    .footer-ibpt p {
        font-size: 0.8em;
    }
}

.footer-ibpt .footer-info {
    width: 100%;
    padding: 15px;
}

.sobre {
    padding: 0 0 40px 0;
}

    .sobre h1 {
        font-family: 'garamondregular';
        font-size: 2.2em;
        letter-spacing: 0.05em;
        margin-bottom: 25px;
        line-height: 40px;
    }

    .sobre p {
        font-family: 'robotoregular';
        font-size: 0.9em;
        letter-spacing: 0.05em;
        margin-bottom: 25px;
    }

    .sobre h2 {
        font-family: 'garamondregular';
        font-size: 1.3em;
        letter-spacing: 0.06em;
        margin-bottom: 25px;
        line-height: 40px;
    }

    .sobre ul {
        list-style: none;
        padding-left: 20px;
    }

        .sobre ul li {
            padding: 0 0 10px 0;
            font-family: 'robotoregular';
            font-size: 0.9em;
            letter-spacing: 0.05em;
            vertical-align: top;
        }

            .sobre ul li::before {
                content: "\f111";
                font-family: FontAwesome;
                color: #bd2025;
                font-size: 0.55em;
                width: 20px;
                margin-left: -14px;
            }

    .sobre .topico {
        padding-bottom: 30px;
    }

@media (max-width: 767px) {
    .sobre .topico {
        padding: 0 30px 30px 30px;
    }
}

.contato {
    background-color: #eeeeee;
    color: #454545;
}

    .contato .titulo-contato h1 {
        font-family: 'garamondregular';
        font-size: 2.5em;
        letter-spacing: 0.02em;
        padding-top: 50px;
        text-align: center;
        margin-bottom: 0;
    }

    .contato .titulo-contato h5 {
        font-family: 'garamondregular';
        letter-spacing: 0.02em;
        font-size: 1.7em;
        text-align: center;
    }


    .contato .titulo-contato h6 {
        font-family: 'robotoitalic', sans-serif;
        font-size: 0.9em;
        text-align: right;
    }

    .contato textarea {
        resize: none;
    }

    .contato textarea, .contato input {
        border-color: #696969;
    }

    .contato #btnEnviar {
        font-family: 'robotobold', sans-serif;
        text-transform: uppercase;
        padding: 8px 60px 8px 60px;
        font-size: 0.9em;
        color: #fafafa;
        background-color: #bd2025;
        border: none;
        border-radius: 3px;
        display: block;
        margin: 0 0 0 auto;
    }

        .contato #btnEnviar:hover {
            background-color: #b72a2e;
        }

    .contato form {
        padding: 0 0 100px 0;
    }

    .contato .form-group {
        margin-bottom: 10px;
    }

        .contato .form-group label {
            font-family: 'robotomedium', sans-serif;
            font-size: 0.9em;
            margin-bottom: 2px;
        }

@media (max-width: 575px) {
    .contato .titulo-contato h1 {
        font-size: 2em;
    }

    .contato .titulo-contato h5 {
        font-size: 1.2em;
    }

    .contato .form-group label {
        font-size: 0.9em;
    }
}

.contato .field-validation-error {
    color: #b72a2e;
}

#carousel-artigos {
    display: none;
}

#carousel-estudos {
    display: none;
}

.navbar-ibpt-auto img {
    width: 220px;
    margin: 15px 0 15px 0;
}

.navbar-ibpt-auto li {
    padding: 0 10px 0 10px;
}

.navbar-ibpt-auto a {
    color: #3f3f3f;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'robotoregular', sans-serif;
    font-size: 0.9em;
}

/*********** MODAL ************/

.modal-content {
    border: none;
}

.modal-header {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
    border-bottom: 0 !important;
}

    .modal-header .close {
        color: #FFF;
    }

.modal-body p {
    font-size: 17px;
    padding: 20px 20px 20px 120px;
    background-size: 56px;
    background-position: 20px center;
    background-repeat: no-repeat;
    margin: 0;
    font-family: 'robotoregular';
}

.modal-body .text-center {
    font-size: 16px;
    padding: 20px 20px 20px 20px;
    text-align: center;
    background-size: 56px;
    background-position: 20px center;
    background-repeat: no-repeat;
    margin: 0;
}

#modal-feedback.erro .modal-body p {
    background-image: url('/Content/Images/icones/erro.png');
}

#modal-feedback.erro .modal-header {
    background: #d1463e;
}

#modal-feedback.info .modal-body p {
    background-image: url('/Content/Images/icones/info.png');
}

#modal-feedback.info .modal-header {
    background: #4975c1;
}

#modal-feedback.sucesso .modal-body p {
    background-image: url('/Content/Images/icones/sucesso.png');
}

#modal-feedback.sucesso .modal-header {
    background: #565656;
}

#modal-feedback.aviso .modal-body p {
    background-image: url('/Content/Images/icones/aviso.png');
}

#modal-feedback.aviso .modal-header {
    background: #c9a832;
}

.postagem-nao-encontrada {
    margin-bottom: 250px;
}

.grupo-termos-politicas-rodape > a,
.grupo-termos-politicas-download > label > a {
    color: #b6babd;
    text-decoration: underline;
}

    .grupo-termos-politicas-rodape > a:hover,
    .grupo-termos-politicas-download > label > a:hover {
        color: #ffffff;
    }

.grupo-termos-politicas-contato > label > a {
    color: #7c7878;
    text-decoration :underline;
}


    .grupo-termos-politicas-contato > label > a:hover {
        color: #464545;
    }
