#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;
}#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: #071d35;
}#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%;
      }
  }
#banner-2 .bg {
	background-image: url('../images/uploaded/417/banner-75-5.jpg');
}#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);
}


#video-1 .bg-wrap {
	background: #1c3f62;
}
#video-1 .bg {
	background-image: url('../images/uploaded/414/bg-concret-3-0.jpg');
}#features-2 .item {
    margin: 20px 0;
}

#features-2 .item img {
    width: 64px;
    height: 64px;
}

#features-2 .item .info {
    flex: 1 1 auto;
    margin: 0 0 0 20px;
}


@media screen and (max-width: 991px) {
    #features-2 .item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    #features-2 .item .info {
        margin: 0px;
    }

    #features-2 .item img {
        margin-bottom: 10px;
        /*font-size: 36px;*/
    }
}
#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;
}
#about-2 .adv-detail {
  width: 100%;
  float: left;
  display: block;
  padding-left: 70px;
  position: relative;
}

#about-2 h1 {
  padding-bottom: 65px;
  margin: 0;
  text-align: center;
}


#about-2 h2 { 
  margin: 0 0 15px;
}

#about-2 .adv-link {
  float: left;
  width: 100%;
  display: block;
  padding: 30px 0;
}

#about-2 .no-padding {
  padding: 0 !important;
}

#about-2 .adv-link a {
  padding: 8px 0;
  float: left;
  width: 100%;
}

#about-2 .adv-link a i {
  color: var(--color-primary);
  padding-right: 12px;
  font-size: 23px;
}

@media screen and (max-width: 991px) {
  #about-2 .adv-detail {
    padding-left: 0px;
    margin-top: 20px;
  }

  #about-2 h1 {
    padding-bottom: 30px;
  }

  #about-2 .adv-link {
    padding: 10px 0;
  }

  
}#brand-2 .logo-list {
    text-align: center;
}

#brand-2 .logo-list img {
    display: inline-block;
    max-width: 100%;
    padding: 15px;
    transition: all 0.3s ease-in-out;
}

#brand-2 .logo-list img:hover {
    filter: none;
    transform: scale(1.2);
}

#brand-2 .owl-carousel .owl-nav .owl-next, #brand-2 .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%);
} 

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


#brand-2 .logo-list .fig {
    margin: 15px;
}


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

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

    #brand-2 .owl-carousel .owl-nav .owl-prev {
        position: relative;
        top: unset;
        left: unset;
        }
        
    #brand-2 .owl-carousel .owl-nav .owl-next {
        position: relative;
        top: unset;
        right: unset; 
    }
}#features-15 {
    background-color: var(--color-primary);
}

#features-15 .column-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#features-15 .form .btn_send {
    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;
}



#features-15 .form {
    text-align: center;
    width: 80%;
    margin-left: 10%;
    background: #fff;
    padding: 25px 30px 15px;
    border-radius: 12px;
}

#features-15 .form .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;
}

#features-15 .form .form-group {
    margin-bottom: 15px;
}

#features-15 .form h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 10px;
}

#features-15 .form p {
    margin-bottom: 25px !important;
    font-size: 16px;
    line-height: 20px;
}

@media screen and (max-width: 991px) {
    #features-15 {
        text-align: center;
    }

    #features-15 .form {
        width: 100%;
        margin-left: 0px;
    }   
}

#features-15 .bg {
	background-image: url('../images/uploaded/414/bg-concret-3-0.jpg');
}#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;
    }
}.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;
}#contact-2 p {
    color: #FFF;
    margin-bottom:  10px;
}