/*------------------------------------------------------------------
[Table of contents]

[&. Content / #key]
[Let press Ctrl + f and type of paste the key, then press Enter to search the content ]

This file include some global style for template, each page have other CSS file
1. Header / #header
2. Footer / #footer
3. Section component / #section-component
4. Totop button / #totop
5. Page header when scroll / #header-scroll
6. Responsive for small device / #responsive
-------------------------------------------------------------------*/
html * {
  outline: 0 !important;
}
html,
body {
  min-height: 100%;
}
@font-face {
  font-family: "AleoBold";
  src: url('../fonts/Aleo-Bold.ttf');
}
.list-items{
  margin-bottom: 20px;
}
.background-quem-somos{
  background: url("../images/backgrounds/quem-somos.jpg") no-repeat;
  background-position: right top;
  background-size: 52%;
}
#message_newsletter {
  color: #fff;
  font-size: 12px;
  padding-left: 15px;
  line-height: 30px;
  font-weight: 300;
}
.contato-flutuante{
  margin-top: 15px;
  padding: 20px 10px 20px 10px;
}
.contato-flutuante .btn-filtrar{
  margin-top: 0px;
  color: #fff;
}
.contato-flutuante .box-heading{
  margin-bottom: 20px;
  font-weight: 300;
}

/* Paginação */
.pagination.custom-pagination{
  padding-left: inherit;
}
.pagination.custom-pagination > .active > a,
.pagination.custom-pagination > .active > a:focus,
.pagination.custom-pagination > .active > a:hover,
.pagination.custom-pagination > .active > span,
.pagination.custom-pagination > .active > span:focus,
.pagination.custom-pagination > .active > span:hover {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #ECA340;
  border-color: #ECA340;
}

.pagination.custom-pagination > li > a,
.pagination.custom-pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #ECA340;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ECA340;
}

.pagination.custom-pagination > li > a:focus,
.pagination.custom-pagination > li > a:hover,
.pagination.custom-pagination > li > span:focus,
.pagination.custom-pagination > li > span:hover {
  color: #fff;
  background-color: #ECA340;
  border-color: #ECA340;
}

/* Depoimentos */
.depoimentos{
  background: url("../images/backgrounds/depoimentos.jpg") no-repeat;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  background-size: cover;
}
.depoimentos.depoimentos-list{
  background: none;
  border-bottom: 1px solid;
}
.depoimentos .row{
  min-height: 284px;
}
.depoimentos .title{
  color: #fff !important;
  margin-bottom: 15px;
}
.depoimentos .thumb{
  width: 107px;
  height: 107px;
  margin: 0px auto 15px auto;
}
.depoimentos.depoimentos-list img{
  max-width: 200px;
  height: auto;
}
.depoimentos .thumb img{
  border-radius: 50%;
}
.depoimentos .text{
  padding: 0 60px;
  text-align: center;
  color: #fff;
}
.depoimentos .text a{
  color: #fff;
  font-weight: bold;
  text-decoration: underline;
}

.depoimentos .text iframe{
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.depoimentos .depo-buttons{
  text-align: center;
  margin-top: 37px;

}
.depoimentos .depo-buttons .depo-ver-mais{
  font-weight: 300;
  margin-top: 20px;
}
.depoimentos .depo-buttons .depo-ver-mais a{
  color: #fff;
}
.depo-carousel{
  color: #fff !important;
  font-size: 60px !important;
  background: none !important;
}

.go-back{
  margin-top: 30px;
  text-align: center;
}
.go-back a{
  /* color: #DD8011;
  font-weight: 600;
  font-size: 18px; */

  background-color: #DD8011;
  font-weight: 300;
  font-size: 17px;
  color: #fff;
  padding: 11px;
}
.go-back a:hover{
  color: #000;
}
.go-back a i{
  padding-right: 7px;
}
.slick-slide img {
  display: block;
  cursor: pointer !important;
}

.destaque-resumo{
  height: 80px;
}
.list-most-commented{
  padding-left: 18px;
}
.btn-dorm{
  min-width: 40px;
  padding: 1px 0px;
  font-size: 18px;
  background-color: #555555;
  border-color: #555555;
}
.btn-dorm:hover{
  background-color: #fff;
  color: #555555;
  border-color: #555555;
}
.btn-depo-home{
  background-color: #DD8011;
  border-color: #DD8011;
  color: #fff;
  padding: 6px 50px;
  text-transform: none;
}
.btn-depo-home:hover{
  background-color: #fff;
  color: #DD8011;
}
.btn-filtrar{
  margin-top: 35px;
  background-color: #DD8011;
  border-color: #DD8011;
}
.btn-filtrar:hover{
  background-color: #fff;
  border-color: #DD8011;
  color: #DD8011;
}
#section-who-we-are .btn.quem-somos{
  background-color: #000;
  color: #fff;
  border-color: #000;
  text-transform: none;
  font-size: 18px;
  margin-left: 20px;
}
#section-who-we-are .btn.quem-somos:first-child{
  margin-left: 0px;
}
#section-who-we-are .btn.quem-somos:hover{
  background-color: #fff;
  color: #000;
}
#section-action-areas .title.action-area{
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 18px;
}
#section-action-areas .thumb.action-area{
  margin-bottom: 35px;
}
#section-action-areas .btn.btn-outlined.btn-primary{
  border-color: #000;
  color: #000;
  background-color: #fff;
  margin-top: 40px;
  transform: translate(90%);
}
#section-action-areas .btn.btn-outlined.btn-primary:hover{
  background-color: #000;
  color: #ffffff;
}
/* Header and Navigation | #header */
#wrapper .header-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10000;
}
#wrapper .header-wrapper #header {
  position: relative;
  height: 90px;
  /*background-color: rgba(255, 255, 255, 0.9);*/
  background-color: #fff;
  transition: all 0.2s;
}
#wrapper .header-wrapper #header .logo {
  float: left;
  height: 90px;
  width: 270px;
  position: relative;
  transition: all 0.2s;
}
#wrapper .header-wrapper #header .logo img {
  max-height: 90px;
  max-width: 270px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto 0;
}
.page-header-scroll #wrapper .header-wrapper #header .logo img {
  max-height: 48px;
}
#wrapper .header-wrapper #header .menu {
  float: right;
}
#wrapper .header-wrapper #header .menu > ul {
  margin: 0;
}
#wrapper .header-wrapper #header .menu > ul > li {
  position: relative;
  padding: 0;
  height: 90px;
  line-height: 90px;
  transition: all 0.2s;
}
#wrapper .header-wrapper #header .menu > ul > li.active > a {
  background-color: #636363;
  color: #fff;
  font-weight: bold;
}
#wrapper .header-wrapper #header .menu > ul > li.active > a span.arrow {
  color: #ffffff;
}
#wrapper .header-wrapper #header .menu > ul > li:last-child > a {
  margin-right: 0;
}
#wrapper .header-wrapper #header .menu > ul > li > a {
  text-transform: uppercase;
  color: #333;
  padding: 13px 10px;
  margin: 13px 0;
  border-radius: 9999px;
  transition: border 0.3s;
  font-size: 12px;
  font-weight: 900;
}
.page-header-scroll #wrapper .header-wrapper #header .menu > ul > li > a {
  /*color: #000;*/
}
#wrapper .header-wrapper #header .menu > ul > li > a:hover {
  background-color: rgba(99, 99, 99, 0.8);
  color: #fff;
}
#wrapper .header-wrapper #header .menu > ul > li > a:hover span.arrow {
  color: #ffffff;
}
#wrapper .header-wrapper #header .menu > ul > li > a span.arrow {
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -5px;
}
#wrapper .header-wrapper #header .menu > ul > li > a.btn {
  border-color: transparent;
  padding: 10px 25px;
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border: 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu > li:last-child > a {
  border-bottom: 0;
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu > li.active > a {
  background-color: #5ca5dd;
  color: #ffffff;
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu > li.active > a i {
  color: #ffffff !important;
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu > li > a {
  /*padding: 8px 10px;*/
  border-bottom: 1px solid #f0f0f0;
  color: #5d5e5e;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 7px 10px;
}
#wrapper .header-wrapper #header .menu > ul > li .dropdown-menu > li > a:hover {
  background-color: #797b7b !important;
  color: #fff !important;
}
#wrapper .header-wrapper #header .menu-responsive {
  padding: 7px;
  float: right;
  text-align: center;
  margin-top: 22px;
  cursor: pointer;
  display: none;
}
#wrapper .header-wrapper #header .menu-responsive > span {
  font-size: 25px;
  color: #000;
}
#wrapper .header-bg-wrapper #header-bg {
  background-image: url("../images/backgrounds/bg_header_1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-color: #e9a422;
  padding: 30px 0;
  /*height: 305px;*/
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content {
  text-align: center;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .breadcrumb > li + li:before {
  padding: 0 5px 0 10px;
  color: #fff;
  content: "/\00a0";
  text-align: center;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .breadcrumb > li {
  color: #fff;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .breadcrumb > li > a {
  color: #fff;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .breadcrumb > li > a:hover {
  color: #43d9ad;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .title {
  font-weight: bold;
  color: #fff;
  margin: 0 0 10px;
}
#wrapper .header-bg-wrapper #header-bg .header-bg-content .desc {
  color: #5ca5dd;
  font-size: 16px;
}
/* Footer | #footer */
#footer #section-footer {
  background-color: #DD8011;
  color: #ffffff;
  padding-top: 65px;
  padding-bottom: 65px;
}
#footer #section-footer .logo {
  margin-bottom: 30px;
}
#footer #section-footer .quem-somos a{
  color: #fff;
  font-weight: 300;
  font-size: 16px;
}
#footer #section-footer .about-us {
  font-size: 13px;
  margin-bottom: 20px;
  text-align: left;
}
#footer #section-footer .about-us img{
  width: 20px;
  margin-left: 10px;
}
#footer #section-footer .about-us img.insta{
  height: 22px;
}
#footer #section-footer .contact-info > ul > li > a {
  padding: 5px 0;
  display: block;
  color: #ffffff;
  font-size: 13px;
}
#footer #section-footer .contact-info > ul > li > a:hover {
  color: #83e6c9;
}
#footer #section-footer .contact-info > ul > li > a > i {
  font-size: 15px;
  color: #83e6c9;
  margin-right: 15px;
}
#footer #section-footer .recent-twitter {
 /* width: 70%;
  margin-left: 30%;*/
}
#footer #section-footer .heading {
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
#footer #section-footer .line{
  width: 100px;
  height: 1px;
  position: relative;
  background: transparent;
  border-bottom: 2px solid #fff !important;
  margin: 0 0 20px 0;
  padding: 5px;
}
#footer #section-footer .recent-twitter .heading i.fa-twitter {
  color: #00eaff;
  margin-right: 10px;
}
#footer #section-footer .recent-twitter .content ul > li {
  margin-bottom: 10px;
  /*border-bottom: 1px solid #fff;*/
}
#footer #section-footer .recent-twitter .content ul > li > a {
  text-transform: uppercase;
  display: block;
}
#footer #section-footer .recent-twitter .content ul > li > a:hover {
  color: #000;
}
#footer #section-footer .recent-twitter .content a {
  color: #ffffff;
  font-size: 13px;
}
#footer #section-footer .recent-twitter .content small {
  color: #00eaff;
}
/* #footer #section-footer .newsletter .heading {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 40px;
} */
#footer #section-footer .newsletter .phones{
  margin-bottom: 10px;
}
#footer #section-footer .newsletter .phones p{
  margin: 0px;
}
#footer #section-footer .newsletter a {
  color: #fff;
}
#footer #section-footer .newsletter a:hover {
  color: #000;
}
#footer #section-footer .newsletter .heading i.fa-twitter {
  color: #00eaff;
  margin-right: 10px;
}
#footer #section-footer .newsletter .content p {
  font-size: 16px;
  color: #ffffff;
}
#footer #section-footer .newsletter .content .input-newsletter .input-group-addon {
  background-color: transparent;
  /*border-top-right-radius: 9999px;*/
  /*border-bottom-right-radius: 9999px;*/
  font-size: 15px;
}
#footer #section-footer .newsletter .content .input-newsletter input {
  /*border-top-left-radius: 9999px;*/
  /*border-bottom-left-radius: 9999px;*/
  background-color: #fff;
  font-size: 15px;
  border: 0;
  color: #000;
  height: 40px;
  outline: 0 !important;
}
#footer #section-footer .newsletter .content .input-newsletter input:focus {
  outline: 0 !important;
}
#footer #section-footer .newsletter .content .input-newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer #section-footer .newsletter .content .input-newsletter input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer #section-footer .newsletter .content .input-newsletter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer #section-footer .newsletter .content .input-newsletter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
#footer #section-footer .newsletter .content .input-newsletter .btn-subscribe {
  padding: 0;
  border: 0;
  background-color: #fff;
}
#footer #section-footer .newsletter .content .input-newsletter .btn-subscribe .btn {
  min-width: 100px;
  background-color: #ccc;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  /*border-radius: 9999px;*/
}
#footer #section-footer .newsletter .content .input-newsletter .btn-subscribe .btn:hover {
  background-color: #000;
  color: #fff;
}
#footer #section-footer .newsletter .content .icons {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 12px;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer #section-footer .newsletter .content .icons:hover {
  background-color: #006ec3;
  border-color: #006ec3;
}
#footer #section-copyright {
  background-color: #4A4A4A;
  padding: 15px 0;
  font-size: 13px;
  font-weight: 300;
  color: #fff;
}
#footer #section-copyright a {
  color: #fff;
}
#footer #section-copyright a:hover {
  color: #DD8011;
}



/* Global component for all section | #section-component */
.section {
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}
.section.quem-somos {
  background-color: #DD8011;
  padding-top: 70px;
}
.section.quem-somos .line{
  border-color: #000;
}
.section.quem-somos .text {
  color: #fff;
  font-size: 20px;
}
.section.quem-somos .button {
  margin-top: 40px;
}
.section .section-heading .info {
  font-size: 32px;
  color: #062045;
  width: 85%;
  display: inline-block;
  margin-bottom: 20px;
}
.section .section-heading .title {
  text-align: center;
  font-size: 32px;
  font-weight: 300;
  color: #000;
  width: 80%;
  display: inline-block;
  text-transform: uppercase;
  /*font-family: 'AleoBold';*/
}
.section.quem-somos .section-heading .title {
  color: #fff;
}
.section .section-heading .sub-title {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  width: 80%;
  display: inline-block;
  margin-top: 0;
}
.section .section-content {
  position: relative;
}
.section.section-background .section-heading .title {
  font-weight: 300;
  color: #ffffff;
}
.section.section-background .section-heading .sub-title {
  color: #ffffff;
}
.line {
  width: 230px;
  height: 1px;
  position: relative;
  background: transparent;
  border-bottom: 2px solid #DD8011;
  margin: 0 auto 45px;
  padding: 5px;
}
/* .line:after,
.line:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.line:before {
  border-top-color: #000;
  border-width: 6px;
  margin-left: -6px;
}
.line:after {
  border-top-color: #ffffff;
  border-width: 5px;
  margin-left: -5px;
} */
.section-background .line {
  border-bottom: 1px solid #ffffff;
}
.section-background .line:before {
  border-top-color: #ffffff;
}
.section-background .line:after {
  border-top-color: #4fbae6;
}
.btn-14 {
  font-size: 14px !important;
}
.btn-18 {
  font-size: 18px !important;
}
.btn-22 {
  font-size: 22px !important;
}
/* Totop button | #totop */
#totop {
  position: fixed;
  bottom: 1%;
  right: 1.5%;
  display: none;
  z-index: 9999;
  background-color: #000;
  border-radius: 2px;
  height: 30px;
  width: 30px;
  text-align: center;
}
#totop i {
  color: #ffffff;
  line-height: 30px;
  font-size: 18px;
}
#totop:hover {
  background: #000;
}
#totop:hover i {
  color: #ffffff;
}

/*template adaptations*/

.bold {
  font-weight: bold;
}

.top-header {
  padding: 10px 0;
  background: #fff;
  color: #000;
  border-bottom: 1px solid #000;
}

.top-header address {
  padding-top: 2px;
  margin-bottom: 0;
}

.top-header address i{
  font-size: 18px;
  margin-right: 7px;
}

.top-header address ul {
  float: left;
  list-style-type: none;
  padding: 5px 0;
  margin-bottom: 0;
}

.top-header address ul li {
  display: inline-block;
  text-align: right;
  position: relative;
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
}
.top-header address .top-header__buttons a.btn-default{
  float: left;
  position: relative;
  font-size: 14px;
  margin-left: 8px;
  color: #fff;
  padding: 5px 0;
  min-width: 114px !important;
}

.top-header address ul li:first-child:before {
  display: none;
}

.top-header .social{
  text-align: right;
  margin-right: 10px;
}
.top-header .social img{
  width: 20px;
}
.top-header .social img.insta{
  height: 22px;
}

.top-header .social a{
  /*width: 25px;*/
  /*height: 25px;*/
  font-size: 21px;
  padding: 0px 3px;
  line-height: 25px;
  /*margin-right: 5px;*/
  text-align: center;
  border-radius: 50%;
  background: #fff;
  color: #405d9b;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.top-header .social a .fa.fa-instagam {
  color: #9c32a1;
}

.agende-sua-consulta-container {
  background: #5ca5dd;
}

.form-agende-sua-consulta {
  margin: 15px 0;
}

.form-agende-sua-consulta p {
  color: #fff;
}

.form-agende-sua-consulta .form-inline .form-control {
  width: 250px;
}
.form-agende-sua-consulta  .btn-default {
  padding: 6px 25px;
  border-radius: 3px;
}

.btn-primary.atacched-up {
    border-radius: 0 0 30px 30px;
    background: #328ed4;
}

/*.fb-page{
  transform: translate(30%);
}*/

.facebook-area {
  overflow: hidden;
  padding: 30px 0;
  background: #4068ad url("../images/backgrounds/bg-facebook-area.jpg") top left no-repeat;
  background-size: 55% 100%;
}

.facebook-area h3 {
  margin: 0 0 15px;
  /*font-size: 71px;*/
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  line-height: .8;
}

.facebook-area h3 small {
  font-size: 67%;
  color: #fff;
}

.facebook-area iframe {
  width: 100% !important;

}

.bg-grey {
  background-color: #e8e8e8;
}

.input-group.input-newsletter {
    background: #fff;
    /*border-radius: 50px;*/
}


.grey-bg {
  background: #f5f5f5;
}

.white-bg {
  background: #fff;
  overflow: hidden;
}

.product-list .card.hovercard {
  position: relative;
  background: #fff;
  border: 1px solid #898989;
}
.product-list .cardheader {
  height: 155px;
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item-noticia .card.hovercard {
  border: none;
}
.card.hovercard {
  position: relative;
  background: #fff;
  border: 1px solid #898989;
}

.cardheader-title {
  font-size: 19px;
  font-weight: bold;
}

.card .info {
  padding: 15px;
  text-align: center;
  overflow: hidden;
}

.card .info .title {
  font-weight: bold;
  font-size: 19px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

.card .info .desc {
    font-size: 12px;
}

.card .read-more .btn {
    width: 100%;
    padding: 5px 10px;
    margin-top: 15px;
}

.widget .title {
  border-left: 2px solid #999999;
  padding-left: 15px;
  color: #000;
  margin-bottom: 20px;
  margin-top: 30px;
}

.widget .title h2 {
  font-size: 22px;
  font-weight: bold;
}

.widget .widget-content {
  padding-left: 20px;
  border-bottom: 4px solid #f5f5f5;
  padding-bottom: 35px;
}

.text-block-content {
  padding: 30px;
}

.product h2 {
    font-weight: bold;
    text-transform: uppercase;
}

.product .slider-area .top-content {
  position: relative;
}

.product-list .card .info .title {
  height: 91px;
  overflow: hidden;
  text-transform: uppercase;
}

.product-list .card .info .desc {
  height: 75px;
  overflow: hidden;
}

.product .slider-big {
  width: 640px;
  max-width: 100%;
}
.product .slider-big img {
  max-width: 100%;
}

.product .slider-area .price {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  z-index: 2;
}


/*slick slider*/

.slick-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -25px;
  left: 5px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: -1px 1px 3px;
}

.slick-arrow.next-arrow {
  left: auto;
  right: 5px;
  box-shadow: 1px 1px 3px;
}


/* flex display to home stuff */
.big-flex-pictures .cardheader {
    height: 220px;
    background: #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


/*colors helpers*/
.color-blue {
    color: #062045;
}
.color-white {
    color: #fff;
}


/*margins and paddings helpers*/

.padding-bottom-sm {
  padding-bottom: 15px;
}

.padding-bottom-md {
  padding-bottom: 30px;
}

.margin-top-lg {
  margin-top: 60px;
}

/* Page Header when scroll | #header-scroll */
body.page-header-scroll #wrapper .header-wrapper #header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  border-bottom: 2px solid #000;
}
body.page-header-scroll #wrapper .header-wrapper #header .logo {
  height: 60px;
}
body.page-header-scroll #wrapper .header-wrapper #header .menu > ul > li {
  height: 60px;
  line-height: 60px;
}
body.page-header-scroll #wrapper .header-wrapper #header .menu > ul > li > a span.arrow {
  bottom: 0;
  color: #000;
}
/* Responsive | #responsive */
@media screen and (min-width: 1200px) {
  .menu-responsive {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .top-header address ul {
    width: 100%;
  }
  .top-header address ul li {
    padding: 0;
    margin-left: 28px;
    font-size: 13px;
    float: left;
    margin-bottom: 10px;
  }
  .top-header address ul li:first-child {
    margin-left: 0;
  }
  .top-header__buttons {
    clear: left;
    text-align: left;
  }
  .top-header address .top-header__buttons a.btn-default{
    display: inline-block;
    float: none;
    margin-bottom: 10px;
  }
  .top-header address .top-header__buttons a.btn-default:first-child{
    margin-left: 0;
  }
  .top-header .social {
    margin-right: 0;
  }
  .top-header .social a {
    margin-left: -3px;
  }

  #wrapper .header-wrapper #header .menu > ul > li > a {
    padding: 14px 2px;
  }

  .slider-wrapper {
    padding-top: 195px;
  }

  .depoimentos {
    -webkit-background-size: cover;
    background-size: cover;
  }

  #section-who-we-are .btn.quem-somos {
    margin-bottom: 20px;
  }

  .news-detail img {
    max-width: 100%;
    height: auto !important;
  }

  .contact-infos > ul > li > a > i {
    margin-right: 10px;
  }
}
@media screen and (max-width: 1024px) {
  #wrapper .header-wrapper #header .menu > ul > li > a {
    color: #fff;
  }

  .top-header address ul li {
      width: 50%;
      margin: 0;
      padding: 0;
      float: left;
      text-align: center;
      line-height: 210%;
  }
  .top-header .social {
      text-align: center;
  }
  .top-header .social a {
    float: none;
  }
  .top-header__buttons {
    text-align: center;
  }
  #wrapper .header-wrapper #header {
    height: 70px !important;
  }
  #wrapper .header-wrapper #header .logo {
    height: 60px !important;
  }
  #wrapper .header-wrapper #header .menu {
    float: none;
    position: absolute;
    right: 0;
    top: 70px;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    width: 100%;
    text-align: center;
  }
  #wrapper .header-wrapper #header .menu.active {
    visibility: visible;
  }
  #wrapper .header-wrapper #header .menu > ul > li {
    display: block;
    background: #5d5e5e;
    height: auto !important;
    line-height: 1 !important;
  }
  #wrapper .header-wrapper #header .menu > ul > li.active > a {
    background-color: #5d5e5e;
    color: #fff;
  }
  #wrapper .header-wrapper #header .menu > ul > li:hover {
    background: #5d5e5e;
  }
  #wrapper .header-wrapper #header .menu > ul > li:last-child > a {
    padding: 10px 15px;
  }
  #wrapper .header-wrapper #header .menu > ul > li.dropdown .dropdown-menu > li > a {
    padding-left: 15px;
  }
  #wrapper .header-wrapper #header .menu > ul > li.dropdown .dropdown-menu > li > a i.fa-plus {
    font-size: 12px;
  }
  #wrapper .header-wrapper #header .menu > ul > li ul > li.dropdown-submenu > a:hover {
    background-color: transparent;
  }
  #wrapper .header-wrapper #header .menu > ul > li ul > li.dropdown-submenu .dropdown-menu > li > a {
    padding-left: 33px;
    background-color: #f0f0f0;
  }
  #wrapper .header-wrapper #header .menu > ul > li > a {
    display: block;
    margin: 0;
    border-radius: 0;
  }
  #wrapper .header-wrapper #header .menu > ul > li > a:hover {
    background-color: #328ed4;
    color: #ffffff;
  }
  #wrapper .header-wrapper #header .menu > ul > li .dropdown-menu {
    position: relative;
    left: 0 !important;
    width: 100%;
    float: none;
    box-shadow: none;
  }
  #wrapper .header-wrapper #header .menu > ul > li .arrow {
    display: none;
  }
  #wrapper .header-wrapper #header .menu .dropdown-menu {
    float: left;
  }
  #wrapper .header-wrapper #header .menu .dropdown-menu .dropdown-submenu a:after {
    content: '';
  }
  #wrapper .header-wrapper #header .menu-responsive {
    position: absolute;
    right: 20px;
    margin-top: 11px;
    cursor: pointer;
    display: block;
  }
  #wrapper .header-wrapper #header .menu-responsive span {
    font-size: 25px;
    line-height: 1;
    vertical-align: middle;
  }
  .active {
    right: 0% !important;
  }
  .container #header .logo {
    width: 160px;
  }
  .container #header .logo img {
    max-width: 160px;
    margin: 10px 0;
  }

  .background-quem-somos {
    background: none;
  }

  .contact-info-box {
    line-height: 2;
  }

  .contact-infos > ul > li > a > i {
    font-size: 25px;
    margin-right: 10px;
    display: none;
  }


}

@media screen and (max-width: 992px) {
  .fb-footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 690px) {
    .top-header address ul li {
        width: 100%;
        text-align: center;
    }
    .top-header address ul li:first-child {
        border-right: none;
    }

    .top-header address .top-header__buttons a.btn-default {
      padding: 3px 5px;
      border: none;
      font-weight: 400;
      min-width: 0;
    }
}
@media screen and (max-width: 800px) {
  .slider-wrapper {
      padding-top: 187px;
  }
  #section-footer .pll, .phl, .pal {
    padding: 0 !important;
  }
  #wrapper #footer #section-footer {
    padding-top: 80px !important;
    padding-bottom: 50px !important;
  }
  #wrapper #footer #section-footer .about-us,
  #wrapper #footer #section-footer .contact-info > ul > li > a,
  #wrapper #footer #section-footer .recent-twitter .content a,
  #wrapper #footer #section-footer .newsletter .content p {
    font-size: 12px !important;
  }
  #wrapper #footer #section-footer .logo,
  #wrapper #footer #section-footer .recent-twitter .heading,
  #wrapper #footer #section-footer .newsletter .heading {
    margin-bottom: 30px;
  }
  /*#wrapper #footer #section-footer .logo .img-responsive {
    width: 90%;
  }*/
  #wrapper #footer #section-footer .newsletter .content .icons {
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 3px;
  }
}
@media screen and (max-width: 767px) {
  #section-footer {
    text-align: center;
  }

  #wrapper #footer #section-footer .logo {
    display: inline-block;
  }

  #footer #section-footer .about-us {
    text-align: center;
  }

  #footer #section-footer .line {
    display: inline-block;
  }

  #footer #section-footer .recent-twitter {
    width: 100%;
    margin: 0;
  }

  .input-group.input-newsletter {
    max-width: 400px;
    margin: 0 auto;
  }

  #wrapper #main #content #section-contact .container .contact-infos {
    text-align: center;
  }

  .contact-info-box {
    float: none;
    width: 100%;
    display: inline;
  }

  .contact-infos > ul > li > a {
    display: inline-block;
  }

  .contact-infos > ul > li > a > i {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  #wrapper .header-bg-wrapper #header-bg .header-bg-content {
    text-align: center;
  }
  #wrapper #footer #section-footer {
    padding-top: 70px !important;
    padding-bottom: 30px !important;
  }
  #wrapper #footer #section-footer .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  /*#wrapper #footer #section-footer .logo .img-responsive {
    width: 40%;
  }*/
  #wrapper #footer #section-footer .logo,
  #wrapper #footer #section-footer .recent-twitter .heading,
  #wrapper #footer #section-footer .newsletter .heading{
    margin-bottom: 10px;
  }
  #wrapper #footer #section-footer .about-us {
    margin-bottom: 30px;
  }
  #wrapper #footer #section-footer .recent-twitter,
  #wrapper #footer #section-footer .contact-info {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  #wrapper .header-wrapper #header {
    height: 65px;
  }
  #wrapper .header-bg-wrapper #header-bg {
    padding: 10px 0;
  }
  #wrapper .header-wrapper #header .logo {
    height: 65px;
  }
  #wrapper .header-wrapper #header .logo img {
    max-width: 200px;
    margin: 20px 0;
  }
  #wrapper .header-wrapper #header .menu-responsive {
    padding: 6px;
    margin-top: 14px;
    cursor: pointer;
  }
  #wrapper .header-wrapper #header .menu-responsive span {
    font-size: 20px;
  }

  .section.quem-somos .section-heading .title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .section.quem-somos .line {
    display: none;
  }

  .section.quem-somos .text {
    font-size: 16px;
  }

  .section.quem-somos .button {
    margin-top: 10px;
  }

  #section-who-we-are .btn.quem-somos {
    font-size: 16px;
    padding: 5px 10px;
    width: 100%;
    margin: 10px 0;
  }

  #wrapper #footer #section-footer {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 400px) {
  #wrapper .header-wrapper #header {
    height: 40px !important;
  }
  #wrapper .header-wrapper #header .logo {
    height: 40px !important;
    width: 180px;
    margin: 0 auto;
    float: none;
  }
  #wrapper .header-wrapper #header .logo img {
    max-width: 180px;
    margin: 5px 0;
  }
  #wrapper .header-wrapper #header .menu {
    float: none;
    position: absolute;
    right: 0;
    top: 40px;
    box-shadow: -3px 3px 3px rgba(0, 0, 0, 0.1);
    visibility: hidden;
  }
  #wrapper .header-wrapper #header .menu.active {
    visibility: visible;
  }
  #wrapper .header-wrapper #header .menu > ul > li {
    display: block;
    height: auto !important;
    line-height: 1 !important;
  }
  #wrapper .header-wrapper #header .menu > ul > li:last-child > a {
    padding: 10px 15px;
  }
  #wrapper .header-wrapper #header .menu > ul > li.dropdown .dropdown-menu > li > a {
    padding-left: 15px;
  }
  #wrapper .header-wrapper #header .menu > ul > li.dropdown .dropdown-menu > li > a i.fa-plus {
    font-size: 12px;
  }
  #wrapper .header-wrapper #header .menu > ul > li ul > li.dropdown-submenu > a:hover {
    background-color: transparent;
  }
  #wrapper .header-wrapper #header .menu > ul > li ul > li.dropdown-submenu .dropdown-menu > li > a {
    padding-left: 33px;
    background-color: #f0f0f0;
  }
  #wrapper .header-wrapper #header .menu > ul > li > a {
    display: block;
    margin: 0;
    border-radius: 0;
  }
  #wrapper .header-wrapper #header .menu > ul > li > a:hover {
    background-color: #eaa729;
    color: #ffffff;
  }
  #wrapper .header-wrapper #header .menu > ul > li .dropdown-menu {
    position: relative;
    left: 0 !important;
    width: 100%;
    float: none;
    box-shadow: none;
  }
  #wrapper .header-wrapper #header .menu > ul > li .arrow {
    display: none;
  }
  #wrapper .header-wrapper #header .menu .dropdown-menu {
    float: left;
  }
  #wrapper .header-wrapper #header .menu .dropdown-menu .dropdown-submenu a:after {
    content: '';
  }
  #wrapper .header-wrapper #header .menu-responsive {
    position: absolute;
    right: 20px;
    top: 0;
    margin-top: 3px;
    cursor: pointer;
  }
  #wrapper .header-wrapper #header .menu-responsive span {
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
  }
  #wrapper #footer #section-footer {
    padding-top: 70px !important;
  }
  #wrapper #footer #section-footer .logo .img-responsive {
    width: 70%;
    display: inline-block;
  }
  .section .section-heading .title {
    font-size: 24px;
  }
  .contact-infos > ul > li > a > i {
    font-size: 20px;
    display: inline;
  }
}
