#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: #040526;
}#menu-4 .fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}

#menu-4 .navbar {
    background: var(--header-bg-color);
    border-bottom: 1px solid #cccccc2b;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    padding: 10px 0;
}


#menu-4 .navbar-nav {
    justify-content: center;
    width: 100%;
}

#menu-4 .navbar-brand img {
    max-height: 50px;
}

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

#menu-4 .whatsapp {
    font-size: var(--header-fs);
    background: var(--whatsapp-bg);
    color: var(--whatsapp-color) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn-phone {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: #FFF !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: block;
    text-align: center;
    width: max-content;
}

#menu-4 .btn_header {
    font-size: var(--header-fs);
    background: var(--color-primary);
    color: var(--color-secondary) !important;
    padding: 8px 14px;
    border-radius: 3px;
    margin: 0 10px;
    text-decoration: none;
    display: inline-block;
}

#menu-4 .navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

#menu-4 .whatsapp i {
    margin-right: 5px;
}


  #menu-4 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
  }

  #menu-4 .form_banner .btn:hover {opacity:0.7}

  #menu-4 .t-mobile {
    display: none;
    font-size: 28px;
    text-align: center;
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
}

#menu-4 .d-mobile {
    position: fixed;
    width: 100%;    
    display: none;
    bottom: 0;
    font-size: 14px;
    z-index: 999;
    text-align: center;
}

#menu-4 .mobile {
    display: none;
 }

 #menu-4 .nav-buttons {
    list-style: none;
    display: flex;
    margin-bottom: 0;
 }



 
@media screen and (max-width: 991px) {

    #menu-4 .navbar-nav { background: none !important; } 

    #menu-4 .navbar-toggler {
        padding: 3px 10px;
        border-color: #ffffff;
        color: #ffffff;
        border-radius: 0;
        outline: 0;
    }

    #menu-4 .nav-buttons {
        flex-direction: column;
        text-align: center;
    }

    #menu-4 .navbar-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        text-align: center;
        margin-bottom: 5px;
    }

    #menu-4 .navbar-nav {
        background: #fff;
        padding: 15px;
        margin-top: 15px;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    
    #menu-4  .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 5px;
    }

    #menu-4 .navbar-nav .nav-item .nav-link {
        color: #212121;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-right: 0;
    }

    #menu-4 .d-mobile, #menu-4 .t-mobile {
        display: block;
    }
    #menu-4 .mobile {
        display: initial;
    }
    #menu-4 .desktop {
        display: none;
    }


    #menu-4 .navbar-light .navbar-brand img:last-child {
        display: none;
    }

    #menu-4 .whatsapp, #menu-4 .btn-phone, #menu-4 .btn_header {
        margin-bottom: 5px;
        width: 100% !important;
    }
}#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%;
    }
}#showcase-4 .veiculo {
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    background-color: #fff;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    min-height: 423px;
}

#showcase-4 .veiculo:hover {
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.48);
}

#showcase-4 .veiculo-images {
    position: relative;
}

#showcase-4 .veiculo-images .selo {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

#showcase-4 .veiculo-images .fipe {
    background-color: #ff5206;
}

#showcase-4 .veiculo-images .entrada {
    background-color: #3fbf00;
}

#showcase-4 .veiculo-images .selo p {
    color: #fff;
    font-size: 8px;
    line-height: 9px;
    padding: 2px;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#showcase-4 .carousel-showcase-2 .owl-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#showcase-4 .carousel-showcase-2 .owl-dots span {
    height: 8px;
    width: 8px;
}

#showcase-4 .carousel-showcase-2 .owl-nav button.owl-prev,
#showcase-4 .carousel-showcase-2 .owl-nav button.owl-next {
    position: absolute;
    border: none;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 !important;
    z-index: 1;
    font-size: 20px;
    background-color: transparent;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    height: 100% !important;
    padding: 15px !important;
    margin: 0 !important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
}

#showcase-4 .carousel-showcase-2 .owl-nav button.owl-prev:hover,
#showcase-4 .carousel-showcase-2 .owl-nav button.owl-next:hover {
    background-color: transparent;
}

#showcase-4 .carousel-showcase-2 .owl-nav i {
    color: #fff;
    font-size: 20px;
}

#showcase-4 .carousel-showcase-2 .owl-dot.active span {
    background-color: var(--color-primary)
}

#showcase-4 .carousel-showcase-2 .owl-dots {
    margin-top: 15px;
}

#showcase-4 .carousel-showcase-2 .owl-prev {
    left: 0;
    margin-left: 1%;
}

#showcase-4 .carousel-showcase-2 .owl-next {
    right: 0;
    margin-right: 1%;
}

#showcase-4 .carousel-showcase-2:hover .owl-nav button {
    opacity: 1;
}

#showcase-4 .veiculo .item {
    width: 100%;
}

#showcase-4 .veiculo .image {
    max-width: 290px;
    /*max-height: 230px;*/
}

#showcase-4 .caract .nome-prod {
    color: var(--color-primary);
    font-weight: 700;
    display: block;
    margin-bottom: 0;
}

#showcase-4 .caract .top {
    padding: 10px 10px;
    height: 85px;
}

#showcase-4 .caract .middle {
    border-bottom: 1px solid #d8d8d8;
    min-height: 80px;
}

#showcase-4 .caract .p-10 {
    padding: 10px;
}

#showcase-4 .caract .middle .preco {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

#showcase-4 .caract .bottom .cidade {
    line-height: 30px;
    padding: 5px;
    cursor: pointer;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

#showcase-4 .caract {
    font-size: 12px;
    font-weight: 400;
    color: #565656;
}


#showcase-4 .caract .tag {
    display: flex;
    font-size: 16px;
}

#showcase-4 .caract .tag div:first-child {
    padding: 5px 10px;
    width: 75%;
    background-color: var(--color-primary);
    color: #FFF;
}

#showcase-4 .caract .caracte, #showcase-4 .caract .ano-fabr {
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}

#showcase-4 .caract .tag div:first-child p {
    font-weight: 700;
}

#showcase-4 .caract .tag div:last-child {
    width: 25%;
    padding: 5px 15px;
    background-color: #d8d8d8;
    color: var(--color-primary);
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#showcase-4 .veiculo.slick-slide {
    margin: 10px;
}

#showcase-4 .carousel-slick .slick-dots {
    list-style: none;
    text-align: center;
}

#showcase-4 .carousel-slick .slick-dots li {
    display: inline-block;
    width: 30px;
}

#showcase-4 .carousel-slick .slick-dots li button {
    border: 0;
    background-color: transparent;
    color: transparent;
    position: relative;
    padding: 0;
    width: 10px;
}

#showcase-4 .carousel-slick .slick-dots li button::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #dbdbdb;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#showcase-4 .carousel-slick .slick-dots .slick-active button::after {
    background-color: var(--color-primary);
    box-shadow: 0 0 2px 0 var(--color-primary);
}

#showcase-4 .veiculo .image {
    max-width: 100% !important;
}

#showcase-4 .veiculo {
min-height: unset !important;
}

#showcase-4 .btn-default {
border-top-left-radius: 0 !important;
border-top-right-radius: 0 !important;
width: 100% !important;
background: #0e8f4a;
}

#showcase-4 .owl-carousel .owl-nav .owl-next, #showcase-4 .owl-carousel .owl-nav .owl-prev  {
    margin: 0 0.75em;
    background: var(--color-primary);
    background: var(--color-primary);
    color: #fff;
    padding: 4px 7px !important;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    -webkit-box-shadow: 0 0.75em 0.75em rgba(88, 88, 88, 0.2);
    box-shadow: 0 0.75em 0.75em rgb(88 88 88 / 20%);
} 

#showcase-4 .owl-carousel .owl-nav .owl-prev {
position: absolute;
top: 22px;
left: -65px;
}

#showcase-4 .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 22px;
    right: -65px;
}

@media screen and (max-width: 768px) {

    #showcase-4 .owl-carousel .owl-nav .owl-prev {
        position: relative;
        top: unset;
        left: unset;
        }
        
    #showcase-4 .owl-carousel .owl-nav .owl-next {
        position: relative;
        top: unset;
        right: unset; 
    }
}
#showcase-4 .bg-wrap {
	background: #040526;
}
#showcase-1 .bg-wrap {
	background: #040526;
}#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-wrap {
	background: #040526;
}#features-19 .single-item {
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    padding: 40px 30px;
    border: 1px solid #cccccc2e;
    border-radius: 4px;
}

#features-19 .single-item .img-feature {
    margin-bottom: 25px;
}

#features-19 .single-item h3 {
    margin-bottom: 10px;
}

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


#features-19 .img-feature {
    max-width: 76px;
    height: 76px;
    padding-left: 1px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    border-radius: 50%;
    justify-content: center;  
    margin: auto;
}

#features-19 .img-feature img {
    max-width: 44px;
}
#features-19 .bg-wrap {
	background: #040526;
}#features-13 .tagline {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color: var(--color-primary);
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    z-index: 1;
}
#features-13 img {
    margin: auto;
    display: block;
    max-width: 100%;
}

#features-13 h2 {
    margin-bottom: 30px;
}

#features-13 .text-1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0px;
}

#features-13 .text-2 {
    padding-top: 34px;
    padding-bottom: 29px;
}

#features-13 .about {
    position: relative;
    display: inline-block;
    margin-bottom: 41px;
    padding-left: 0px;
}

#features-13 .about li {
    position: relative;
    display: flex;
    align-items: center;
}

#features-13 .about li .icon {
    width: 16px;
    height: 16px;
    padding-left: 1px;
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    border-radius: 50%;
    font-size: 9px;
    justify-content: center;  
}

#features-13 .about li .text {
    margin-left: 10px;
    font-size: 16px;
    font-weight: 800;
    line-height: 30px;
}

#features-13 .about li .text p {
    margin-bottom: 0px;
}

#features-13 .row  {
    align-items: center;
}

@media screen and (max-width: 991px) {
    #features-13 .content {
        margin-top: 50px;
    }
}

#features-13 .bg-wrap {
	background: #040526;
}
#features-13 .bg {
	background-size: ;
	background-position: ;
}.eapps-instagram-feed-header-follow-button-icon {
fill:#fff !important;
}
#testimonial-2 .bg-wrap {
	background: #040526;
}#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;
    }
}
#faq_02 .bg-wrap {
	background: #040526;
}@media screen and (max-width: 768px) {
    #map-2 iframe {
        height: 450px !important;
        width: 100%;
    }
}
#map-2 .bg-wrap {
	background: #040526;
}#footer_03 {
    background-color: var(--color-primary);
}

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

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

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

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

#footer_03 .footer-widget .social-link li a {
    display: inline-block;
    color: var(--color-primary-text);
}

#footer_03 .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-text);
    border: 1px solid var(--color-primary-text);
    background-color: transparent;
}

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

#footer_03 .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_03 .footer-widget .hours {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

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

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

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

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

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

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

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

#footer_03 .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_03 .footer-widget .footer-contact li .content h4 {
    font-size: var(--fontSize);
    color: var(--color-primary-text);
    margin-bottom: 5px;
    font-weight: 600;
}

#footer_03 .footer-widget .content span {
    color: var(--color-primary-text);
}

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

.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_03 .footer-widget.ps-3, .footer-widget.ps-4 {
        padding-left: 0;
    }
    #footer_03 .endereco {
        margin-left: 0;
    }
  }

#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;
    }
}