#top-header-1{
    background: var(--tophead-bg);  
    border-bottom: 1px solid #e9e9e9;
}

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

#top-header-1 ul li i {
    margin-right: 7px;
}
#top-header-1 ul li {
    display: inline-block; 
    line-height: 36px; 
    padding-left: 20px; 
    position: relative;    
    font-size: var(--tophead-fs);    
    color: var(--tophead-fc);  
    float: right;
}

#top-header-1 ul li a {
    color: var(--tophead-fc);
}
#top-header-1 p { 
    font-size: var(--tophead-fs);  
    color: var(--tophead-fc); 
    line-height: 34px;  
    margin-bottom: 0px;   
    font-weight: 500;
}


.hvr-top-facebook:hover, .hvr-top-googleplus:hover, .hvr-top-twitter:hover, .hvr-top-linkedin:hover    {-moz-transition: all ease-in .3s;   -ms-transition: all ease-in .3s;   -o-transition: all ease-in .3s;   -webkit-transition: all ease-in .3s;    transition: all ease-in .3s;}
.hvr-top-hvr-top-phone {margin-right: 35px;}
.hvr-top-facebook:hover {color: #4267b2 !important;}
.hvr-top-googleplus:hover {color: #dd5144 !important;}
.hvr-top-twitter:hover {color: #1da1f2 !important;}
.hvr-top-linkedin:hover {color: #069 !important;}

@media screen and (max-width: 991px) {
    #top-header-1 .mobile-none {
        display: none;
    }

    #top-header-1 p {
        text-align: center;
    }
}

                   
#top-header-1 .bg-wrap {
	background: #e5b14e;
}#menu-1.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

#menu-1.navbar {
    background: #FFF;
    padding: 10px 0;
    border-bottom: 1px solid #cccccc2b;
}

#menu-1 .navbar-brand img {
    max-width: 220px;
}

#menu-1 .navbar-nav .nav-link {
    color: var(--header-fc);
    font-size: var(--header-fs);
    font-weight: var(--header-fw);
    text-align: center;
}

.navbar-default .navbar-toggle {
    border-color: #DDD;
    background: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #CCC;
}

#menu-1 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 8px 14px;
    border-radius: 3px;
    text-decoration: none;
}

#menu-1.navbar-expand-lg .navbar-collapse {
    justify-content: space-between;
}
#menu-1.navbar-expand-lg .navbar-nav {
    width: -webkit-fill-available;
    justify-content: center;
}

#menu-1.navbar-expand-lg .whats-right {
    width: 330px;
}

#menu-1 .whatsapp i {
    margin-right: 5px;
}
#menu-1 .bg-wrap {
	background: #f7f7f6;
}#banner-2 .carousel-control-next,#banner-2 .carousel-control-prev {
  background: initial;
  border: 0;
}
#banner-2  .form_banner {
  position: absolute; 
  right: 7%; 
  top: 40px;  
  z-index: 9; 
  padding: 30px 40px 10px; 
  width: 400px;
  box-shadow: -2px -2px 6px 0 rgba(0,0,0,.1);
  background-color: #525e6c;
  background-color: rgba(0, 0, 0, 0.65);
  text-align: center;
  border-radius: 3px;
}


#banner-2  .form_banner h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
#banner-2  .form_banner p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}
#banner-2  .form_banner .form-group {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 15px;
}
#banner-2  .form_banner .form-control {
  background: #ffffff;
  border-color: #ffffff;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 10px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#banner-2  .form_banner .btn {
  background: var(--color-primary);
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #fff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


#banner-2  .btn_whats_form {
  background-color: var(--whatsapp-bg);
  color: #fff;
  margin: 0 -15px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 8px;
  border: none;
  cursor: pointer !important;
}

#banner-2  .btn_whats_form a {
  color: #fff;
}

#banner-2  .btn_whats_form:hover {
  opacity: 0.9;
}


@media screen and (max-width: 991px) {
  #banner-2  .form_banner {
      position: relative;
      right: 0;
      top: 0;
      width: 100%;
    }
}
#banner-2 .bg {
	background-image: url('../images//uploaded/143/banner-3-7.jpg');
}#modal-whats .modal-header img {
  margin: 0 auto;
}
#modal-whats .modal-header .btn-close {
  margin: 0;
}

#modal-whats #modal-whats-text {
  text-align: center;
  font-weight: bold;
}
#modal-whats-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-whats .btn_send {
  background: var(--whatsapp-bg);
  color: #FFF;
  border-color: var(--whatsapp-bg);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}#modal-phone-show .modal-header img {
  margin: 0 auto;
}
#modal-phone-show .modal-header .btn-close {
  margin: 0;
}

#modal-phone-show #modal-phone-text {
  text-align: center;
  font-weight: bold;
}

#modal-phone-show .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#modal-phone-show .modal-sm .modal-header {
  background: #FFF; text-align: center;
}
#modal-phone-show .modal-sm .modal-header img {
  max-height: 30px; margin: 0 auto;
}
#modal-phone-show .modal-sm .modal-body {
  font-size: 14px !important; text-align: center; font-weight: 900; color: #000;
}
#modal-phone-show .modal-sm .modal-body hr {
  background-color: #000;
}
#modal-phone-show .modal-sm .modal-footer .btn {
  width: 100%;
}
#modal-phone-show .modal-body {
  padding: 50px 20px;
}
#modal-phone-show .modal-body .t1 {
  font-size: 24px !important; text-align: center; font-weight: 900; color: var(--principal);
}
#modal-phone-show .modal-body .t2 {
  text-align: center; font-weight: 900; font-size: 24px; margin: 30px 0
}
#modal-phone-show .modal-body .t3 {
  text-align: center; 
}#modal-phone .modal-header img {
  margin: 0 auto;
}
#modal-phone .modal-header .btn-close {
  margin: 0;
}

#modal-phone #modal-phone-text {
  text-align: center;
  font-weight: bold;
}
#modal-phone-form .form-control {
  background: #e8ebed;
  border-color: #e8ebed;
  color: #657380;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 700;
  padding: 12px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 2px solid #e8ebed;
  box-shadow: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  line-height: initial;
  margin-bottom: 20px;
}
#modal-phone .btn_send {
  background: var(--color-primary);
  color: #FFF;
  border-color: var(--color-primary);
  display: inline-block;
  width: 100%;
  color: #ffffff;
  padding: 11px 18px;
  margin-bottom: 7px;
  margin-right: 5px;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  vertical-align: middle;
  white-space: pre-line;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}.btn-whatsapp {
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
}
#about-1 {
    background: #FFF;
}#features-5 .single-services {
    margin-bottom: 30px;
    background-color: #fcfafa;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    border: 1px solid #fcfafa;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

#features-5 .single-services .item {
    width: 90px;
    height: 90px;
    margin: 0 auto;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
}

#features-5 .single-services .item img, #features-5 .single-services .item svg {
    width: 70px;
    height: 70px;
}


#features-5 .single-services .item{
    display: flex;
    align-items: center;
    justify-content: center;
}

#features-5 .single-services h3 {
    margin-top: 25px;
    margin-bottom: 0;
}

#features-5 .single-services .bar {
    position: relative;
    margin-top: 12px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 3px;
    background: var(--color-primary);
}


#features-5 .bg-wrap {
	background: #444444;
}
#features-5 .bg {
	opacity: 0.41;
	background-position: center center;
	background-size: cover;
	background-image: url('../images/uploaded/143/fundo-marmore-final-1-44.png');
}
#features-12 .f11_feature {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

#features-12 .tagline {
    font-size: 14px;
    line-height: 14px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
}

#features-12 .justified {
    justify-content: center;
}

#features-12 .f11_feature .content-box {
    position: relative;
    display: block;
    background-color: #f7f5f1;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    margin-bottom: 30px;
}

#features-12 .f11_feature .content-box .inner {
    position: relative;
    display: flex;
    justify-content: center;
}

#features-12 .f11_feature .content-box .inner .text {
    position: relative;
    top: 5px;
    left: 0;
    width: 60%;
    display: flex;
    flex-direction: column;
}

#features-12 .f11_feature .content-box .inner .text h4 {
    line-height: 30px;
    margin-bottom: 15px;
}


#features-12 .f11_feature .content-box .inner .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 3%);
    height: 104px;
    width: 104px;
    z-index: 1;
}

#features-12 .f11_feature .content-box .inner .icon:before {
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    right: -1px;
    background-color: var(--color-primary);
    border-radius: 50%;
    transition: .5s;
    transform: scale(.5);
    opacity: 0;
    content: '';
    z-index: -1;
}


#features-12 .f11_feature:hover .content-box {
    background-color: var(--color-primary);

}

#features-12 .f11_feature:hover {
    position: relative;
    display: block;
    z-index: 1;
}

#features-12 .f11_feature:hover .content-box .inner .text h4, #features-12 .f11_feature:hover .content-box .inner .text p  {
    color: var(--color-primary-text);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#features-12 .f11_feature:hover {
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 10%);
    transform: translateY(-10px);
}

#features-12 .f11_feature:hover .content-box .inner .icon::before {
    transform: scale(1);
    opacity: 1;
    border: 1px solid #ffffff0f;
}



@media screen and (max-width: 991px) {
    #features-12 .f11_feature .content-box .inner .text {
        top: 5px;
        width: 65%;
    }

    #features-12 .f11_feature .content-box .inner {
        justify-content: space-around;
    }
}
#cta-1 a {
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    margin: auto;
    display: block;
    max-width: max-content;
    padding: 10px 28px;
    border-radius: 3px;
    text-decoration: none;
}




#cta-1 .bg {
	background-size: cover;
	background-position: right center;
	background-image: url('../images/uploaded/143/background-area-de-agendamento-5.jpg');
}#features-8 .single-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 40px 30px;
}

#features-8 .single-item .img-feature {
    margin-bottom: 15px;
}


#features-8 .single-item p {
    margin-bottom: 0;
}


#features-8 .single-item h3 {
    margin-bottom: 5px;
}


#faq_02 .accordion-button:not(.collapsed) {
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    font-weight: 600;
}

#faq_02 .accordion-item {
    border: none;
    margin: 20px 0;
}

#faq_02 .align-center {
    align-items: center;
}

.accordion-button::after {
    background: #FFF;
    border-radius: 5px;
}

#faq_02 .accordion-item .accordion-button {
    border-radius: 10px;
    padding: 12px 15px;
    font-weight: 700;
}

#faq_02 .accordion-item .accordion-button.collapsed {
    background: #dfdbdb;
}

#faq_02 .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

#faq_02 .accordion-button:focus {
    box-shadow: none;
    border-color: var(--color-primary-text);
}

@media screen and (max-width: 768px) {
    #faq_02 .text {
        text-align: center;
    }
}@media screen and (max-width: 768px) {
    #map-2 iframe {
        height: 450px !important;
        width: 100%;
    }
}#footer_02 {
    background-color: #FFF;
}

#footer_02 .footer-widget {
    margin-bottom: 30px;
}

#footer_02 .footer-widget .footer-logo {
    margin-bottom: 20px;
}

#footer_02 .footer-widget .footer-logo .footer-logo2 {
    display: none;
}

#footer_02 .footer-widget .social-link {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_02 .footer-widget .social-link li {
    display: inline-block;
    margin-right: 10px;
}

#footer_02 .footer-widget .social-link li a {
    display: inline-block;
}

#footer_02 .footer-widget .social-link li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: transparent;
}

#footer_02 .footer-widget h3 {
    margin-top: 0;
    font-size: 20px;
    margin-bottom: 30px;
    color: var(--fc-h3);
}

#footer_02 .btn_whats {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color);
    padding: 10px 15px;
    border: 1px solid var(--whatsapp);
}

#footer_02 .footer-widget .hours {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#footer_02 .footer-widget .hours li .content {
    margin-bottom: 20px;
}

#footer_02 .footer-widget .footer-contact li {
    display: block;
    padding-left: 65px;
    position: relative;
    margin-bottom: 15px;
}

#footer_02 .endereco {
    margin-left: 20%;
}

.footer-widget .hours li .content h3 {
    font-size: 16px;
    margin-bottom: 5px !important;
    font-weight: 500;
}

#footer_02 .btn_phone {
    border-radius: 4px;
    white-space: inherit;
    cursor: pointer !important;
    background: var(--color-primary);
    color: var(--color-secondary);
    padding: 10px 15px;
    border: 1px solid var(--whatsapp);
}

#footer_02 .footer-widget .footer-contact {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#footer_02 .footer-widget .footer-contact li:last-child {
    margin-bottom: 0;
}

#footer_02 .footer-widget .footer-contact li i {
    position: absolute;
    top: 5px;
    left: 0;
    line-height: 1;
    width: 45px;
    height: 45px;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    display: inline-block;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    background-color: transparent;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

#footer_02 .footer-widget .footer-contact li .content h4 {
    font-size: var(--fontSize);
    color: var(--titleColor);
    margin-bottom: 5px;
    font-family: var(--bodyFonts);
    font-weight: 600;
}

#footer_02 .footer-widget .footer-contact li .content span {
    color: var(--bodyColor);
    margin-bottom: 0;
}


.signature { 
  padding: 10px 0;
}

.signature .row {
  align-items: center;
}

.signature p {
  margin-bottom: 0px;
  color: #000;
  font-size: 14px;
}

.signature a {
  text-decoration: underline;
  color: #000;
}

.signature img {
  max-height: 40px;
}


@media screen and (max-width: 991px) {
  .signature p {
    text-align: center;
    font-size: 12px;
    margin-bottom: 10px;
  }
  .signature {
    padding-bottom: 50px;
  }
}
#footer_02 .bg-wrap {
	background: #f7f7f6;
}#assignature-01--0 {
    padding: 10px 0;
}

#assignature-01--0 p {
    margin-bottom: 0;
}

#assignature-01--0 .row {
    align-items: center;
}


@media screen and (max-width: 991px) {
    #assignature-01--0 p {
        text-align: center;
    }
}#assignature-01 {
    padding: 10px 0;
}

#assignature-01 p {
    margin-bottom: 0;
}

#assignature-01 .row {
    align-items: center;
}


@media screen and (max-width: 991px) {
    #assignature-01 p {
        text-align: center;
    }
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}.d-mobile .d-phone {
    background-color: var(--color-primary);
}
.d-mobile .d-whats {
    background-color: var(--whatsapp-bg);
}
.d-mobile .d-phone a, .d-mobile .d-whats a {
    color: #FFF;
}
#contact-1 p {
    margin:  0;
}