@font-face {
    font-family: 'ClementePDai Regular';
    src: url('../fonts/ClementePDai-Regular.eot');
    src: url('../fonts/ClementePDai-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClementePDai-Regular.woff2') format('woff2'),
        url('../fonts/ClementePDai-Regular.woff') format('woff'),
        url('../fonts/ClementePDai-Regular.ttf') format('truetype'),
        url('../fonts/ClementePDai-Regular.svg#ClementePDai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClementePDak SemiBold';
    src: url('../fonts/ClementePDak-SemiBold.eot');
    src: url('../fonts/ClementePDak-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClementePDak-SemiBold.woff2') format('woff2'),
        url('../fonts/ClementePDak-SemiBold.woff') format('woff'),
        url('../fonts/ClementePDak-SemiBold.ttf') format('truetype'),
        url('../fonts/ClementePDak-SemiBold.svg#ClementePDak-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;   
}

@font-face {
    font-family: 'ClementePDae Light';
    src: url('../fonts/ClementePDae-Light.eot');
    src: url('../fonts/ClementePDae-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClementePDae-Light.woff2') format('woff2'),
        url('../fonts/ClementePDae-Light.woff') format('woff'),
        url('../fonts/ClementePDae-Light.ttf') format('truetype'),
        url('../fonts/ClementePDae-Light.svg#ClementePDae-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ClementePDac ExtraLight';
    src: url('../fonts/ClementePDac-ExtraLight.eot');
    src: url('../fonts/ClementePDac-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClementePDac-ExtraLight.woff2') format('woff2'),
        url('../fonts/ClementePDac-ExtraLight.woff') format('woff'),
        url('../fonts/ClementePDac-ExtraLight.ttf') format('truetype'),
        url('../fonts/ClementePDac-ExtraLight.svg#ClementePDac-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;    
}

@font-face {
    font-family: 'ClementePDag Book';
    src: url('../fonts/ClementePDag-Book.eot');
    src: url('../fonts/ClementePDag-Book.eot?#iefix') format('embedded-opentype'),
        url('../fonts/ClementePDag-Book.woff2') format('woff2'),
        url('../fonts/ClementePDag-Book.woff') format('woff'),
        url('../fonts/ClementePDag-Book.ttf') format('truetype'),
        url('../fonts/ClementePDag-Book.svg#ClementePDag-Book') format('svg');
    font-weight: normal;
    font-style: normal;    
}



body{
    text-align: center;
    padding-top: 81px;
}

header{
    height: 81px;
    margin-top: -81px;
}

section{
    height: 100%;
    margin: 0px;
    text-align: center;
    background: #fff;
    padding-top: 80px;
    margin-top: -80px;
}

input, textarea{
    border: 1px solid rgba(126,126,126,0.5);
    border-radius: 7px;
    box-shadow: inset 2px 2px 2px rgba(126,126,126,0.5);
    -webkit-box-shadow: inset 2px 2px 2px rgba(126,126,126,0.5);
    -moz-box-shadow: inset 2px 2px 2px rgba(126,126,126,0.8);
    font-size: 16pt;
    font-family: 'ClementePDai Regular';
    color: #9c9c9c;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 7px;
    padding-left: 12px;
}

@media (min-width: 336px){
    .navbar-nav{
        background-color: #fff;
    }

    .navbar-nav li{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .caption-title{
        font-size: 17pt;
    }

    .caption-description{
        font-size: 12pt;
    }

    .info-banner{
        font-size: 10pt;
    }
}

@media (min-width: 480px){

    .caption-title{
        font-size: 20pt;
    }

    .caption-description{
        font-size: 16pt;
    }

    .info-banner{
        font-size: 12pt;
    }
}

@media (min-width: 992px){
    .nav > li.divisor{
        border-left: 1px solid #eae3c8;
    }

    .navbar-nav{
        margin-top: 35px;
    }

    .caption-title{
        font-size: 45pt;
    }

    .caption-description{
        font-size: 30pt;
    }

    .info-banner{
        font-size: 14pt;
    }
}

.navbar-default .navbar-nav > li > a {
    font-family: 'ClementePDac ExtraLight';
    font-size: 14pt;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    font-family: 'ClementePDai Regular';
}

.cor-texto-1{
    font-family: 'ClementePDai Regular';   
    color: #738a8c;
}

.cor-texto-2{
    font-family: 'ClementePDai Regular';    
    color: #d5c792;
}

.titulo-1{
    font-size: 48pt;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px;
}

.titulo-2{
    font-size: 37pt;
    text-align: center;
}

.texto-1{
    font-family: 'ClementePDak SemiBold';  
}

.texto-2{
    font-family: 'ClementePDag Book';
}

.dados-contato{
    font-family: 'ClementePDai Regular';
    font-size: 16pt;
}

.cor-texto-3{
    color: #959595;
}

#loading{
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 40%;
    color: #d5c792;
}

.btn-social-icon{
    border-radius: 100px;
}

.btn-social{
    background-color: #f7f4e9;
    color: #d5c792;
}


.btn-social:hover{
    color: #fff;
}

.container{
    text-align: left;
}

.thumbnail{
    border: none;
    background-color: transparent;
    padding-top: 30px;
    position: relative;
    z-index: 1;
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.col-fixed {
    /* custom width */
    width:320px;
}
.col-min {
    /* custom min width */
    min-width:320px;
}
.col-max {
    /* custom max width */
    max-width:320px;
}

/*BANNER*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
}

.carousel-caption{
    height: 70%;
}

.carousel-caption table{
    width: 100%;
    height: 100%;
}

.caption-title{
    font-family: 'ClementePDai Regular';
}

.caption-description{
    font-family: 'ClementePDac ExtraLight';
}

.filtro-banner, .filtro{
    background-image: url(../images/banner/filtro.png);
    position: relative;
    z-index: 1;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.img-banner{
    position: absolute;
    top: 0px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}

.info-banner{
    color: #fff; 
    font-family: 'ClementePDai Regular';
}

.info-banner a{
    color: #fff;
    text-decoration: none;
} 

/*AGÊNCIA*/

.caption{
    text-align: center;
    color: #fff !important;
}

.caption h3{
    margin-top: 0px
}

.missao{
    background-image: url(../images/agencia/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -245px;
    position: relative;
}

.missao .thumbnail h3{
    font-family: 'ClementePDai Regular';
    font-size: 14pt;
}

.missao .thumbnail p{
    font-family: 'ClementePDag Book';
    font-size: 14pt;
}

/*SERVIÇO*/

.servico .thumbnail{
    background-color: #fff; 
    height: 260px;
    cursor: pointer;
    margin-top: 10px;
    padding: 7px;
}

.servico .thumbnail:hover{
    border: 1px solid #cfcfcf; 
    height: 320px;
}

.servico .thumbnail:hover img{
    width: 120px;
}

.servico .thumbnail h3{
    font-family: 'ClementePDai Regular';
    font-size: 16pt;
}

.servico .thumbnail:hover h3{
    font-size: 20pt;
}

.servico .thumbnail:hover li{
    font-size: 17pt;
}

.servico .col-md-4{
    padding-left: 40px;
    padding-right: 40px;
}

.servico .col-md-4:hover{
    padding-left: 15px; 
    padding-right: 15px;
}

.banner-servico{
    background-image: url(../images/servico/background.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'ClementePDai Regular';
    font-size: 27pt;
    height: 170px;
    color: #fff;
    margin-top: -170px;
    position: relative;
}

.servicos{
    list-style-image: url(../images/servico/marcador.png);
    padding: 0px;
    padding-left: 23px;
    border: 1px solid transparent;
    border-left: 1px solid #eeeeee;
}

.servicos li{
    font-family: 'ClementePDag Book';
    font-size: 13pt;
    text-align: left;
    margin-top: 15px;
}

.servicos li:last-child{
    margin-bottom: -11px
}

.servicos:hover li:last-child{
    margin-bottom: -13px
}

.servicos li:first-child{
    margin-top: -14px
}

.servicos:hover li:first-child{
    margin-top: -19px
}

.banner-servico .col-centered{
    width: inherit;
}

.servico-ajuda{
    text-align: center;
    font-family: 'ClementePDai Regular';
    font-size: 16pt;
}

.btn-contato{
    font-family: 'ClementePDai Regular';
    background-color: #d5c792;
    font-size: 16pt;
    color: #fff;
    border-radius: 27px;
}

.btn-contato:hover, .btn-contato:focus{
    color: #fff;
    background-color: #e0d6b2;
}

/*PORTIFÓLIO*/

.portifolio{
    height: 396px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.portifolio-max{
    min-height: inherit;
    min-width: inherit;
}

.portifolio-info{
    display: none;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0, 0, 0, 0.75)
}

.portifolio-titulo{
    font-family: 'ClementePDai Regular';
    font-size: 30pt;
    color: #fff;

}

.portifolio-subtitulo{
    font-family: 'ClementePDai Regular';
    font-size: 18pt;
    color: #d5c792;
}

.portifolio-texto{
    font-family: 'ClementePDac ExtraLight';
    font-size: 18pt;
    color: #fff;
}


@media (min-width: 992px){
    .portifolio{
        background-size: auto;
    }

    .portifolio-max{
        min-height: 585px;
        min-width: 585px;
    }
}

/*CLIENTE*/

.cliente{
    text-align: center;
}

/*BLOG*/

/*CONTATO*/
.contato-background{
    background-image: url('../images/contato/background.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 821px;
    margin-top: -821px;
}

.error-contato{
    text-align: left;
    padding: 5px;
    margin: 0px;
    margin-top: -10px;
}

.status-contato{
    text-align: center;
}

/*FOOTER*/
footer{
    background-color: #d5c792;
}

footer  .container span{
    font-weight: bold;

}

