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

                   #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;
}#banner-3 .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-3 .form_banner h4 {
    color: #FFF;
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  #banner-3 .form_banner p {
    color: #FFF;
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 20px;
  }
  #banner-3 .form_banner .form-group {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }
  #banner-3 .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-3 .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-3 .btn_whats {
    background-color: #33af23;
    color: #fff;
    margin: 0 -15px;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 8px;
    border: none;
  }

  #banner-3 .btn_whats:hover {
    background: unset;
  }



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

    #banner-3 .form_banner {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
      }
  }#features_16 .item {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}


#features_16 .item h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

#features_16 .item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

#features_16 .item p {
    color: #fff;
}

#features_16 .item a {
    background-color: var(--color-primary);
    color: var(--color-primary-text);
    padding: 8px 30px;
    border-radius: 3px;
    border: none;
    font-weight: 700;
}

#brand-1 .logo-list {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
#brand-1 .logo-list img {
    display: inline-block;
    max-width: 95%;
    padding: 15px 0;
    transition: all 0.3s ease-in-out;
}
#brand-1 .logo-list img:hover {
    filter: none;
    transform: scale(1.2);
}#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-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;
    }
}

#features-11 .f11_feature {
    position: relative;
    display: block;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

#features-11 .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-11 .f11_feature .content-box .inner {
    position: relative;
    display: flex;
    justify-content: center;

}

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

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


#features-11 .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-11 .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-11 .f11_feature:hover .content-box {
    background-color: var(--color-primary);

}

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

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

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

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



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

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

#action_03 h2, #action_03 p  {
    color: #fff 
}

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

@media screen and (max-width: 991px) {
    #action_03 h2, #action_03 p  {
        text-align: center;
    }
}
#action_03 .bg-wrap {
	background: #3d86b3;
}#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;
  }
}#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;
}