@import url("https://fonts.googleapis.com/css?family=Playfair+Display|Poppins:300,400,500,600,700,800,900");
.notifyjs-bootstrap-base {
  white-space: normal !important;
  max-width: 400px;
}
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
.whatsapp {
  vertical-align: top;
}

.fs-16{font-size: 16px !important;}
strong.underline {
    text-decoration: underline;
    font-weight: bold;
}
.f_widget a {
    font-size: 36px;
    font-weight: 800;
    color: #daa520;
    line-height: 1;
}
.f_widget p,
.f_widget h6 {
    color: #ffffff;
    line-height: 1;
}
.mx-40{
  max-width: 40%;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a, a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  line-height: 24px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 100;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}
article {
  text-align: justify;
}
article p:not(:last-child){
  margin-bottom: 15px;
}

article .faq-box p:not(:last-child){
  margin-bottom: 25px;
}

article h1,
article h2,
article h3,
article h4,
article h5,
article h6 {
  font-weight: 800;
}

.l-dourada {
  background-color: #a18d00;
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  height: 5px;
}
@media (min-width: 992px){
  .l-dourada {
    margin: 0 -35px;
    padding: 0 35px;
  }
}

#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.p_100 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

/* Container Custome Code css
============================================================================================ */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

/* End Container Custome Code css
============================================================================================ */
/* Main title css
============================================================================================ */
.main_title h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-weight: 800;
  line-height: 1;
}

.main_title p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  line-height: 26px;
  padding-top: 15px;
}

.center_title {
  color: #fff;
  text-align: center;
}

.center_title h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
}

.center_title p {
  color: #fff;
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
  font-weight: 100;
}

.b_center_title {
  text-align: center;
  padding-bottom: 50px;
}

.b_center_title h2 {
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #000000;
}

.b_center_title p {
  font-family: "Poppins", sans-serif;
  padding-top: 10px;
}

/* Main title css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Main Menu Area css
============================================================================================ */
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.main_menu_area {
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 30;
  padding: 0px 35px;
  border-bottom: 1px solid #626571;
}

.main_menu_area .navbar {
  padding: 0px;
  background-color: transparent !important;
}

.main_menu_area .navbar .navbar-collapse {
  text-align: right;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    display: block !important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 20px;
}

.main_menu_area .navbar .navbar-nav li a {
  padding: 0px;
  line-height: 99px;
  color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #ffca00;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 246px;
    background: #fff;
    border-radius: 0px;
    border: none;
    top: 99%;
    padding: 25px 0px 30px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  display: block;
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
  padding: 0px 25px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-shadow: none;
  line-height: 42px;
  color: #000000;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  text-transform: capitalize;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #ffca00;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.main_menu_area .navbar .navbar-nav.justify-content-end {
  margin-left: 85px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li {
  margin-right: 25px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li a {
  font-size: 16px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
  margin-right: 0px;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 100px;
}

/* End Main Menu Area css
============================================================================================ */
/* End Main Menu Area css
============================================================================================ */
.search_area {
  position: fixed;
  top: -100px;
  left: 0px;
  width: 100%;
  z-index: 40;
  background: #fff;
  padding: 0px 110px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.search_area .search_inner {
  position: relative;
}

.search_area .search_inner:before {
  content: "";
  height: 34px;
  width: 4px;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #ffca00;
}

.search_area .search_inner input {
  border: none;
  border-radius: 0px;
  width: 100%;
  padding: 0px 32px 0px 10px;
  height: 98px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 36px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input.placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input:-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input::-moz-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner input::-webkit-input-placeholder {
  font-size: 36px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  line-height: 98px;
  font-weight: normal;
}

.search_area .search_inner i {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffca00;
  font-size: 30px;
  cursor: pointer;
}

.search_area.open {
  top: 0px;
}

/* End Main Menu Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Banner Area css
============================================================================================ */
.banner_area {
  background: url(../img/home-slider/slider-1.jpg) no-repeat scroll center center;
  background-size: cover;
  position: relative;
  min-height: 400px;
}
.banner_text_inner {
  text-align: center;
  position: relative;
  padding-top: 200px;
}

.banner_text_inner h1,
.banner_text_inner h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  padding-bottom: 10px;
}

.banner_text_inner ul li {
  display: inline-block;
  margin-right: 15px;
}

.banner_text_inner ul li a {
  color: #fff;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_text_inner ul li a i {
  position: relative;
  left: -10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.banner_text_inner ul li:hover a {
  color: #ffca00;
}

.banner_text_inner h5 {
  font-size: 18px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

/* End Banner Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Slider Area css
============================================================================================ */
.main_slider_area #main_slider ul li .slider_button .bg_btn {
  display: inline-block;
  line-height: 46px !important;
  font-size: 13px;
  text-transform: uppercase;
  margin-right: 7px;
}

.main_slider_area #main_slider ul li .slider_button .tp_btn {
  display: inline-block;
  text-transform: uppercase;
}

/* End Slider Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Creative Feature Area css
============================================================================================ */
.msg-destaque {
  background: #f7f7f7;
}

@media (min-width: 1100px){
  .c_feature_box::before {
    display: block;
    position: absolute;
    left: -60px;
    content: "";
    top: 0;
    border: 10px solid #b7b7b7;
    border-left: 50px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 0px solid transparent;
  }
  .c_feature_box::after {
    display: block;
    position: absolute;
    right: -60px;
    content: "";
    top: 0;
    border: 10px solid #b7b7b7;
    border-right: 50px solid transparent;
    border-top: 100px solid transparent;
    border-bottom: 0px solid transparent;
  }
}
.c_feature_box {
  -webkit-box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  border-radius: 2px;
  background: #fff;
  padding: 45px 0px;
  margin-top: -100px;
  z-index: 22;
  position: relative;
}

.c_feature_box .col-lg-4:last-child .c_box_item:before {
  display: none;
}

.c_box_item {
  padding: 0px 15px 0px 15px;
  position: relative;
}

.c_box_item:before {
  content: "";
  background: #e5e5e5;
  height: 145px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.c_box_item h4 {
  font-size: 20px;
  color: #847100;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.c_box_item h4 i {
  padding-right: 15px;
  padding-bottom: 15px;
  color: #ffca00;
  float: left;
  margin-top: 10px;
}

.c_box_item h4:hover {
  color: #ffca00;
}

.c_box_item p {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

.d_feature_text {
  text-align: justify;
}

.d_feature_text .main_title {
  padding-bottom: 20px;
}

.d_feature_text p {
  font-family: "Poppins", sans-serif;
  padding-bottom: 12px;
  font-weight: 100;
}

.d_feature_text p + p {
  padding-bottom: 0px;
}

.d_feature_text .read_btn {
  margin-top: 34px;
}
.d_feature_img img {
  border-radius: 0px; 
  border: 5px solid transparent;
  border-image: linear-gradient(to right, #a08b02 0%, #f7d81b 100%);
  border-image-slice: 1;
}

/* End Creative Feature Area css
============================================================================================ */
/* Project Area css
============================================================================================ */
.vantagens-box {
  position: relative;
  z-index: 3;
  padding: 60px 0px;
  background-color: #090909;
  background-image: url(../img/bg-pattern.png);
  background-size: 260px;
}

.vantagens_inner .tp_btn {
  margin-top: 5px;
}

/* End Project Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Border Button Area css
============================================================================================ */
.read_btn {
  height: 46px;
  width: 160px;
  line-height: 48px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a8700), color-stop(51%, #ffdf1e), to(#9a8700));
  background-image: -webkit-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  background-image: -o-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: inline-block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.read_btn:before {
  content: "";
  background: #ffffff;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 98%;
  height: 42px;
  z-index: -1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.read_btn:hover {
  background-position: right center;
  color: #000000;
}
.bg_btn {
  font-size: 36px;
  padding: 15px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000000;
  text-align: center;
  width: 100%;
  height: auto;
  line-height: 46px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9a8700), color-stop(51%, #ffdf1e), to(#9a8700));
  background-image: -webkit-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  background-image: -o-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  -webkit-transition: all 400ms ease-out !important;
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #f6d71b;
}

.bg_btn:hover {
  background-position: right center;
  color: #000000;
}

.bg_btn:focus {
  background-image: -webkit-gradient(linear, left top, right top, from(#9a8700), color-stop(51%, #ffdf1e), to(#9a8700)) !important;
  background-image: -webkit-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%) !important;
  background-image: -o-linear-gradient(left, #9a8700 0%, #ffdf1e 51%, #9a8700 100%) !important;
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%) !important;
  -webkit-transition: all 400ms ease-out !important;
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
}

.more_btn {
  color: #ffca00;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  line-height: 26px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.more_btn:hover {
  text-decoration: none;
  color: #ffca00;
}

.tp_btn {
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  height: auto;
  width: auto;
  text-align: center;
  color: #000;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #9a8700 0%, #ffdf1e 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #9a8700 0%, #ffdf1e 100%);
  border-image: -webkit-linear-gradient(180deg, #9a8700 0%, #ffdf1e 100%);
  border-image: -ms-linear-gradient(180deg, #9a8700 0%, #ffdf1e 100%);
  border-image-slice: 1;
  display: block;
  line-height: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 3;
  margin: auto;
  padding: 12px 15px;
  display: inline-block;
}

.tp_btn:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-width: 1px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #ffdf1e 0%, #9a8700 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #ffdf1e 0%, #9a8700 100%);
  border-image: -webkit-linear-gradient(180deg, #ffdf1e 0%, #9a8700 100%);
  border-image: -ms-linear-gradient(180deg, #ffdf1e 0%, #9a8700 100%);
  border-image-slice: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: -1;
  opacity: 0;
}

.tp_btn:hover {
  color: #000;
}

.tp_btn:hover:after {
  opacity: 1;
}

/* End Border Button Area css
============================================================================================ */
/*----------------------------------------------------*/
/* Latest News Area css
============================================================================================ */
.s_item {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  height: 100%;
  border: 1px solid #ebebeb;
}

.s_item .s_img {
  overflow: hidden;
}

.s_item .s_img a {
  display: block;
}

.s_item .s_img img {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_item .s_content {
  border-top: 0px;
  padding: 30px 35px;
  text-align: center;
}

.s_item .s_content h4 {
  font-size: 18px;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.s_item .s_content h4:hover {
  color: #ffca00;
}

.s_item .s_content p {
  font-size: 14px;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding: 15px 0px 10px 0px;
}

.s_item:hover {
  -webkit-box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 25px 49px 0px rgba(58, 74, 88, 0.1);
}

/* Latest News Area css
============================================================================================ */
/*----------------------------------------------------*/
/* Contact Us Area css
============================================================================================ */
.contact_us_area {
  padding: 110px 0px;
}

.mapBox {
  min-height: 520px;
  -webkit-box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 27px 51.33px 7.67px rgba(0, 0, 0, 0.15);
}

.contact_details_inner {
  padding-top: 75px;
}

.contact_text .contact_d_list {
  margin-top: 40px;
}

.contact_text .contact_d_list .contact_d_list_item {
  margin-bottom: 22px;
}

.contact_text .contact_d_list .contact_d_list_item a {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: block;
}

.contact_text .contact_d_list .contact_d_list_item p {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 24px;
}

.contact_text .contact_d_list .contact_d_list_item:last-child {
  margin-bottom: 0px;
}

.contact_text .static_social {
  margin-top: 40px;
}

.contact_text .static_social .main_title {
  padding-bottom: 25px;
}

.contact_text .static_social ul li {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 0px;
}

.contact_text .static_social ul li:last-child {
  margin-right: 0px;
}

.contact_form .main_title {
  padding-bottom: 40px;
}

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

.contact_us_form .form-group input {
  height: 50px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 0px 20px;
  font-size: 16px;
  color: #7f7f7f;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group input.placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group input:-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group input::-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group input::-webkit-input-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group input:focus {
  border-color: #7f7f7f;
}

.contact_us_form .form-group textarea {
  height: 80px;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  padding: 15px 20px;
  font-size: 16px;
  color: #7f7f7f;
  font-family: "Poppins", sans-serif;
  resize: none;
}

.contact_us_form .form-group textarea.placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group textarea:-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group textarea::-moz-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.contact_us_form .form-group textarea:focus {
  border-color: #7f7f7f;
}

.contact_us_form .form-group:last-child {
  margin-bottom: 0px;
  margin-top: 10px;
}

/* End Contact Us Area css
============================================================================================ */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -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;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  -moz-transform: translateY(0) perspective(600px) rotateX(0);
  -ms-transform: translateY(0) perspective(600px) rotateX(0);
  -o-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* End Search Popup Area css
============================================================================================ */
/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) !important;
  -ms-transform: translateX(-50%) translateY(-50%) !important;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  color: #ffca00;
  padding-bottom: 10px;
}

.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* End Contact Success and error Area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* Footer Area css
============================================================================================ */
.footer_widgets_area {
  background: #080808;
  padding: 80px 0px;
}

.f_w_title {
  padding-bottom: 25px;
}

.f_w_title h3 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 16px;
}

.subscribe_widget p {
  color: #c7c7c7;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
}

.subscribe_widget .input-group input {
  background: #2b2e3d;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 3px;
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  padding: 0px 15px;
}

.subscribe_widget .input-group input.placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.subscribe_widget .input-group input:-moz-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.subscribe_widget .input-group input::-moz-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.subscribe_widget .input-group input::-webkit-input-placeholder {
  font-size: 12px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.subscribe_widget ul {
  padding-top: 30px;
}

.subscribe_widget ul li {
  display: inline-block;
  margin-right: 32px;
}

.subscribe_widget ul li a {
  font-size: 14px;
  color: #b5aec4;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.subscribe_widget ul li:hover a {
  color: #ffca00;
}

.subscribe_widget ul li:last-child {
  margin-right: 0px;
}

.twitter_widget {
  margin-left: 55px;
}

.twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text {
  font-size: 14px;
  line-height: 26px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
}

.twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text i {
  padding-right: 5px;
  color: #ffca00;
}

.twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a {
  font-size: 14px;
  line-height: 26px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_text a:hover {
  color: #ffca00;
}

.twitter_widget .tweets_feed ul .owl-item .tw_content .tweet_date {
  font-size: 14px;
  line-height: 26px;
  color: #b5aec4;
  font-family: "Poppins", sans-serif;
  padding-top: 15px;
}

.twitter_widget .tweets_feed ul .owl-item .footer .tweet_time.fright a {
  font-size: 14px;
  line-height: 26px;
  color: #ffca00;
  font-family: "Poppins", sans-serif;
}

.categories_widget {
  margin-left: 70px;
}

.categories_widget ul {
  width: calc(100% / 2);
  float: left;
  margin-top: -4px;
}

.categories_widget ul li a {
  position: relative;
  color: #c7c7c7;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  font-weight: 300;
}

.categories_widget ul li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.categories_widget ul li:hover a {
  padding-left: 15px;
  color: #ffca00;
}

.categories_widget ul li:hover a i {
  opacity: 1;
}

.contact_widget {
  margin-left: 50px;
}

.contact_widget a, .contact_widget p, .contact_widget h6 {
  font-weight: 300;
  color: #c7c7c7;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.contact_widget a:hover, .contact_widget p:hover, .contact_widget h6:hover {
  color: #ffca00;
}

.contact_widget p {
  padding: 23px 0px;
}

.copy_right_area {
  background: #020202;
  overflow: hidden;
  color: #ffffff;
}

.copy_right_area h5 {
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
}

/* End Footer Area css
============================================================================================ */
/*---------------------------------------------------- */

.navbar-brand img {
    max-height: 60px;
    max-width: 250px;
}
@media (min-width: 1200px){
  .navbar-brand img {
      max-width: 350px;
  }
}
.list-group-golden li.list-group-item {
    background-color: #ebcd19;
    color: #000;
    font-weight: 100;
    border: 1px solid #ccaf00;
    border-radius: 0px;
}
.borda-dourada {
  border: 5px solid transparent;
  border-image: linear-gradient(to right, #a08b02 0%, #f7d81b 100%);
  border-image-slice: 1;
  border-radius: 0;
}
hr.golden {
    background-color: #a08c00;
}
.cnpj {
  color: #FFF;
  font-weight: 100;
  text-align: center;
  font-size: 16px;
  line-height: 0.5;
}
.navbar-brand {
  padding-top: 0;
}
.d-inblock {
  display: inline-block;
}
.social-icons a {
  display: inline-block;
}
.banner-principal {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-image: url(../img/home-slider/slider-1.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
}
.banner-principal .video {
    color: #ffffff;
}
.banner-principal .conteudo{
    color: #ffffff;
    position: relative;
    z-index: 100;
    padding-top: 12%;
    width: 100%;
    left: 0;
    text-align: center;
}
.banner_area{color: #ffffff;text-align: center;}
.banner_area small,
.banner-principal small {
    display: block;
    font-size: small;
    line-height: 1;
}
.banner-principal h1 {
    font-weight: bold;
    font-size: 40px;
}
.ln-1 {line-height: 1;}
.bold {font-weight: 600;}
.sidebar small {
  display: block;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 5px;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  font-weight: 800;
  text-align: center;
  margin-bottom: 15px;
}
.sidebar .list-group{
  line-height: 1;
}
.uppercase {
  text-transform: uppercase;
}
.icon-adicional {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}
.l-normal li.list-group-item {
    padding: 5px 15px;
}
a {
  color: #000000;
}
form#formulario-contato {
  border: 2px solid transparent;
  border-image: linear-gradient(to right, #a08b02 0%, #f7d81b 100%);
  border-image-slice: 1;
  border-radius: 0;
  padding: 15px;
  padding-top: 0px;
}
form#formulario-contato .cabecalho-form {
  background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 51%, #9a8700 100%);
  padding: 15px;
  font-weight: 800;
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.has-error input,
.has-error select,
.has-error textarea {
    border: 1px solid #ff0000;
    background-color: #fff7f7;
    color: #ff0000;
}
#whatsapp .modal-header{
    background-image: linear-gradient(to right, #9a8700 0%, #ffdf1e 100%);
}
#whatsapp .modal-header h5{
    font-weight: 800;
    text-align: center;
    width: 100%;
}
#whatsapp .modal-footer {
    background-color: whitesmoke;
}
@media (max-width: 991px){
    .main_menu_area .navbar .navbar-brand{
        padding-left: 0px;
        margin-right: 0;
        display: block;
        width: 100%;
        text-align: center;
    }
    .navbar-brand img {
        max-width: 90%;
    }
}
@media (min-width: 992px){
    .banner-principal .conteudo {padding-top: 200px;}
    .banner-principal {height: auto;padding-bottom: 200px;}
}
@media (min-width: 1400px){
    .banner-principal .conteudo {padding-top: 250px;}
    .banner-principal {height: auto;padding-bottom: 250px;}
}
@media (max-width: 991px){
    .banner-principal .conteudo {padding-top: 180px;}
    .banner-principal {height: auto;padding-bottom: 150px;}
}
@media (max-width: 767px){
    .banner-principal {height: auto;padding-bottom: 30px;}
}
@media (min-width: 1440px){
  .container {
    max-width: 1440px;
  }
}
