@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,300,300italic,400italic,700,700italic);

/*Início CSS Geral*/
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #e0e0e0;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 22px;
    padding-top: 80px;
}

h2 {
    font-size: 38px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

h3 {
    font-size: 28px;
    color: #000000;
    text-align: center;
    font-weight: bold;
}

.text-white {
    color: #ffffff;
}

/* Inicio CSS Botões*/
.btn {
    font-family: "Roboto",Helvetica,Arial,sans-serif;
}

.btn-xlg-responsive:not(.btn-sm).btn-border {
    padding:9px 15px
}

@media (min-width: 1650px) {
    .btn:not(.btn-sm) {
        padding:10px  16px;
        font-size:26px;
        line-height: 1.33;
    }
    .btn:not(.btn-sm).btn-border {
        padding:9px 15px
    }
}

@media (min-width: 1200px) {
    .btn-xlg-responsive:not(.btn-sm) {
        padding:10px 16px;
        font-size:24px;
        line-height:1.33;
    }
    .btn-xlg-responsive:not(.btn-sm).btn-border {
        padding: 14px 19px
    }
}

/*Fim CSS Geral*/

/*Início Box Calendário de Obrigaçoes*/
#box-calendario {
    background-color: #218C8D;
    width: 100%;
    max-height: auto;
    margin: 0 auto;
    padding: 120px 0;
}

iframe#calendario {
    display: block;
    width: 300px;
    height: 300px;
    border: none;
    overflow: hidden;
    margin: auto;
}

iframe#obrigacoes {
    display: block;
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    margin: -9px auto 0;
}
/*Fim Box Calendário de Obrigaçoes*/

/*Início Box Noticias*/
#box-noticias-cotacao {
    background: #f2f2f2;
    padding: 120px 0;
}

#box-noticias-cotacao h3 {
    font-weight: bold;
    color: #000;
    font-size: 28px;
    text-align: center;
}

iframe#cotacao {
    width: 100%;
    height: 400px;
    border: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
/*Fim Box Notícias*/

/*Início Box Serviços*/
.bg-white {
    background-color: #fff;
    padding: 120px 0;
}

.content,.container {
    overflow: hidden;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}
.section-header h2.section-heading {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.section-header h4 {
    margin-top: 20px;
}

.mar-bot40 {
    margin-bottom: 40px;
}

.align-center {
    text-align: center;
    padding-top: 50px;
}
.align-center i:hover {
    cursor: pointer;
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.7s;
    -moz-transition: all 0.7s;
    -o-transition: all 0.7s;
    -ms-transition: all 0.7s;
    transition: all 0.7s;
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    -moz-animation-name: rotateIn;
    -o-animation-name: rotateIn;
    animation-name: rotateIn;
}

.service-col {
    padding: 40px 20px;
    margin: 0 10px;
    background-color: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-bottom: 40px;
}
.service-col .service-icon {
    height: 140px;
    width: 140px;
    margin: 0 auto;
    border: 3px solid #218C8D;
    -webkit-box-shadow: inset 0 0 0 0 #fff;
    -moz-box-shadow: inset 0 0 0 0 #fff;
    box-shadow: inset 0 0 0 0 #fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.service-col .service-icon i {
    font-size: 4.5em;
    line-height: 140px;
    margin: 0 auto;
    color: #218C8D;
    -webkit-animation: serviceicon 0.6s ease-in-out;
    -moz-animation: serviceicon 0.6s ease-in-out;
    animation: serviceicon 0.6s ease-in-out;
}
.service-col h2 {
    font-weight: 600;
    margin: 1em 0 0.75em;
}
.service-col h2 a {
    color: #218C8D;
}

.service-col p {
    font-size: 1.2em;
    font-weight: 200;
    margin-bottom: 0;
}
.service-col:hover {
    background-color: rgba(65, 118, 48, 0.25);
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.service-col:hover .service-icon {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -webkit-box-shadow: inset 0 0 0 100px #fff;
    -moz-box-shadow: inset 0 0 0 100px #fff;
    box-shadow: inset 0 0 0 100px #fff;
}
.service-col:hover .service-icon i {
    color: #218C8D;
    -webkit-animation: serviceiconhover 0.5s ease-in-out;
    -moz-animation: serviceiconhover 0.5s ease-in-out;
    animation: serviceiconhover 0.5s ease-in-out;
}
/*Fim Box Serviços*/

/*Início Box Depoimentos*/
#box-depoimentos {
    background-color: #C5C5C5;
    display: block;
    min-height: 500px;
    width: 100%;
    padding: 120px 0;
}
.carousel-indicators{
    bottom:-10px;
}

.box-depoimento {
    min-height: 300px;
}

.aspas-branca img{
    margin: 0 auto;
    margin-bottom: 50px;
}

p.texto-depoimento {
    color: #fff;
    float: left;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 26px;
    text-align: justify;
    width: 100%;
    line-height: 40px;
}
span.aspas-depoimento {
    font-family: Helvetica,Arial,sans-serif;
    font-size: 30px;
    line-height: 40px;
}
p.autor-depoimento {
    color: #fff;
    float: right;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 26px;
    line-height: 40px;
    text-transform: uppercase;
}
/*Fim Box Depoimentos*/


/* Inicio Página Empresa*/

#empresa h2{
    color: #000;
}

#empresa h3{
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

#empresa .lead{
    text-align: justify;
}

/* Counter */

.counter-item {
    position:relative;
    text-align:center;
}

.counter-item h5 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    text-transform: uppercase;
}

.counter-item i {
    font-size:40px;
}

.timer {
    font-size: 48px;
    font-weight: 800;
    text-transform: uppercase;
    text-align:center;
    line-height:80px;
    color: #000000;
}

.parallax{
    width:100%;
    padding: 0;
    margin: 0;
}

.parallax-text-container-1 .parallax-text-item {
    padding-bottom: 50px;
    text-align:center;
}
/* Fim Página empresa*/

/*Início Box Contato */
#contato {
    background-color:#fff;
    color: #222;
    padding: 80px 0;
}

.contact-form{
    height: auto;
    padding: 30px;
    border: 1px solid #c4c4c4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.titulo-form {
    margin-bottom: 20px;
}

.contact-form h3{
    padding: 0;
    font-size: 24px;
    text-align: center;
}

.contact-form h5{
    text-align: left;
    margin-bottom: 20px;
}

.contact-form a {
    color: #222;
}

.contact-form a:hover {
    color: #218C8D;
    text-decoration: none;
}

.contact-form i{
    font-size: 18px;
    margin-right: 10px;
    color: #218C8D;
}

.gmap{
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.gmap-area .map-content ul {
    list-style: none;
}

.gmap-area .map-content address h5{
    font-weight: 700;
    /* font-size: 16px; */
}

.form-group {
    margin-bottom: 20px;
}

.contact-form input {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form textarea {
    font-size: 16px;
    padding: 20px;
    border-radius: 20px;
    font-weight: 400;
    font-style: normal;
}

.contact-form button[type="submit"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #5CB85C;
    font-size: 16px;
    font-weight: 700;
    margin-top: 8px;
    padding: 12px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
}

.contact-form button[type=submit]:hover {
    color: #fff;
    border: 1px solid #5CB85C;;
    background: #5CB85C;;
}

.contact-form  #sendmessage {
    color: #5CB85C;;
    border: 1px solid #5CB85C;;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.contact-form #sendmessage.show, .contact-form #errormessage.show, .contact-form .show {
    display: block;
}

#contato .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

/*Fim Box Contato */

/* Cotação de Moedas */
iframe#cotacao {
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

/*Slides*/
/*Box links do Menu*/
#intro-pager {
    margin-top: 20px;
}

.pager-block {
    padding-top: 110px;
    background-color: transparent;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    #intro-pager {
        margin-top: 0;
    }
    .pager-block {
        background-color: transparent;
        padding-top: 65px;

    }
}

/* Controle o tamanho do box e mexe com o tamanho da imagem
------------------------------------------- */
.intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
    height: 540px;
}

/*Fonte do Slide do lado esquerdo*/
.intro-slider .slide {
    font-size: 16px;
    text-align: justify;
    position: relative;
}

/*Box do Texto do Slide*/
.intro-slider .slide .text {
    padding: 110px 30px;
    margin-top: 0px;
    margin-left: 15px;
    width: 50%;
    display: inline-block;
}

/*Imagem Slide*/
.img-main {
    position: absolute;
    top: 10px;
    width: auto;
}

/*Links Menu Slide*/
.tab-pager a {
    display: block;
    padding: 25px 0 25px 10px;
    font-family: "Roboto Condensed", Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
    text-align: left;
    color: #2A3744;
}

.tab-pager a:hover {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}

.tab-pager a.active {
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 2px #000000;
}

/*Ícones Menu Slide*/
.tab-pager a .icon {
    margin-right: 15px;
    opacity: 0.4;
}

.tab-pager a.active .icon {
    opacity: 1;
}

/*Título Menu Slide*/
.pager-block small {
    font: 300 1.8em/1em "Roboto Condensed";
    font-weight: bold;
    color: #f8f8f8;
    letter-spacing: 3px;
    text-shadow: 1px 1px 2px #000000;
}

/*Fica aparecendo a borda em cima e em baixo dos links*/
/*.tab-pager:after, .tab-pager:before {
    content: "";
    display: block;
    border-left: 1px solid #d4d7d9;
    height: 30px;
}*/

/*Controle a responsividade do menu do slide*/
@media (max-width: 1199px) {
    .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
        height: 610px;
    }
}

@media (max-width: 991px) {
    .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
        height: 500px;
    }
    .tab-pager a {
        text-align: center;
    }
    .tab-pager a .icon {
        margin: 0;
    }
    .tab-pager a span {
        display: none;
    }
}

@media (max-width: 900px) {
    .intro-slider-block .pager-block, .intro-slider-block .intro-slider .slide {
        height: 380px;
    }
    .tab-pager:before, .tab-pager:after {
        display: none;
    }
    .tab-pager a {
        text-align: center;
        padding: 15px 0 15px 0;
        line-height: 30px;
    }
    .tab-pager a .icon {
        margin: 0;
    }
    .tab-pager a span {
        display: none;
    }
    .pager-block small {
        display: none;
    }
    .intro-slider .slide {
        font-size: 12px;
    }
    .intro-slider .slide .text {
        padding-top: 80px;
        margin-left: 0;
        margin-top: 0;
        width: 95%;
    }
    .intro-slider .slide p {
        font-size: 14px;
    }
    .intro-slider .slide .btn {
        padding: 1em 1.1em;
    }
    .img-main {
        display: none;
    }

    .text .btn {
        display: none;
    }
}

/*Controla o box de dentro do slide*/
/*------------------------------------------- */

.intro-block {
    margin-left: 0;
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background: #218C8D;
    /*background-color: #007ED3;*/
    text-align: left;
    color: #fff;
    position: relative;
}

.intro-block h1 {
    font: 300 2.3em/1em "Roboto Condensed";
    font-weight: bold;
    margin: 0 0 50px 0;
    letter-spacing:4px;
    text-shadow: 1px 1px 2px #000000;
    text-align: center;
    font-size: 42px;
    color: #fff;
}

.intro-block h6 {
    font-family: "Roboto Condensed";
    font-size: 30px;
    margin: 0 0 50px 0;
    letter-spacing: 1px;
    font-weight: 36;
    opacity: 0.8;
}

.btn-success {
    margin-top: 20px;
    padding: 12px 16px;
    background-color: #3DAF04;
    font-family: "GothamMedium",Helvetica,Arial,sans-serif;
    text-align: center;
    font-size: 18px;
}



@media (max-width: 767px) {
    .intro-block h1 {
        margin: 0 0 20px 0;
        font-size: 19px;
    }
    .intro-block p {
        margin: 0 0 20px 0;
        font-size: 14px;
    }
    .btn-success {
        margin-top: 0px;
        padding: 10px 14px;
        font-size:12px;
        line-height: 10px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    width:100%;
    min-width:100%;
    position:absolute;
    font-size: 14px;
}

#footer .footer-top {
    background: #00aaaa;
    padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

.box-titulo-rodape {
    margin-bottom: 20px;
}

.box-titulo-rodape img {
    margin: auto;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #ecf5ff;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: #158b8b;
}

#footer .footer-top .social-links a:hover {
    color: #fff;
    background: #1b5252;
}

#footer .footer-top h4 {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

#footer .footer-top .footer-links ul li {
    padding: 4px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #ffffff;
}

#footer .footer-top .footer-links ul a:hover {
    color: #1b5252;
}

#footer .footer-top .footer-links i {
    margin-right: 10px;
}

#footer .footer-top .footer-links ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ol li {
    padding: 4px 0;
    text-align: left;
    color: #ffffff;
    line-height: 26px;
    list-style: none;
}

#footer .footer-top .footer-links ol a {
    color: #ffffff;
}

#footer .footer-top .footer-links ol a:hover {
    color: #1b5252;
}

#footer .footer-top .footer-newsletter {
    margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
    border: 0;
    padding: 6px 8px;
    width: 65%;
}

#footer .footer-bottom {
    padding-bottom: 30px;
    background: #158b8b;
}

#footer .footer-bottom .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
}

#footer .footer-bottom .copyright a {
    color: #fff;
}

/* FIM FOOTER*/

/* Ícone Flutuante WhatsApp */
#whatsapp-button {
    display: flex;
    position: fixed;
    background: #25d366;
    bottom: 25px;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    box-shadow: 2px 2px 12px rgba(22, 124, 60, 0.2);
    transition: 0.4s;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40px;
    z-index: 2;
}
#whatsapp-button > .rwb-tooltip {
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 15px;
    color: #2d2d2d;
    font-size: 16px;
    white-space: nowrap;
    box-shadow: 2px 2px 12px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.4s;
    pointer-events: none;
    background-color: #ffffff;
}
#whatsapp-button > .rwb-tooltip:after {
    display: block;
    content: "";
    position: absolute;
    top: 85%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 7px 0 7px;
    border-color: #fff transparent transparent transparent;
    transition: 0.4s;
}
#whatsapp-button.left {
    left: 25px;
}
#whatsapp-button.left > .rwb-tooltip {
    left: 0;
    transform: translateX(-10%);
}
#whatsapp-button.left > .rwb-tooltip:after {
    left: 23px;
}
#whatsapp-button:not(.left) {
    right: 25px;
}
#whatsapp-button:not(.left) > .rwb-tooltip {
    right: 0;
    transform: translateX(10%);
}
#whatsapp-button:not(.left) > .rwb-tooltip:after {
    right: 23px;
}
#whatsapp-button:hover {
    background: #21bd5c;
    box-shadow: 3px 3px 12px rgba(14, 81, 39, 0.4);
    text-decoration: none;
}
#whatsapp-button:hover > .rwb-tooltip {
    opacity: 1;
    transform: translateX(0);
}
#whatsapp-button:hover > .rwb-tooltip:after {
    top: 100%;
    transition-delay: 0.4s;
}
