#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-3 .bg-light {
    background-color: transparent !important;
}

#menu-3 .navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}

#menu-3 .navbar-light .navbar-brand img {
    max-width: 100%;
    max-height: 70px;
}

#menu-3 .navbar-light .navbar-toggler {
    color: rgba(0,0,0,.55);
    border-color: rgba(0,0,0,.1);
}

#menu-3 .navbar-light .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-3 .navbar-light .navbar-nav {
    margin-left: auto;
}

#menu-3 .navbar-light .navbar-nav .nav-item:first-child {
    padding-left: 0;
}

#menu-3 .navbar-light .navbar-nav .nav-item {
    padding-left: 15px;
    padding-right: 15px;
}

#menu-3 .navbar-light .navbar-nav .nav-item .nav-link {
    color: rgba(0,0,0,.55);
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    padding-left: 10px;
    padding-right: 0;
}

#menu-3 .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {
    color: var(--color-primary);
}

@media screen and (max-width: 991px) {
    #menu-3 .navbar-light .navbar-toggler {
        padding: 3px 10px;
        border-color: #ffffff;
        color: #ffffff;
        border-radius: 0;
        outline: 0;
    }

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

    #menu-3 .navbar-light .navbar-nav {
        background: #3c3c3c;
        padding: 15px;
        margin-top: 15px;
    }

    #menu-3 .navbar-light .navbar-nav .nav-item:first-child {
        padding-left: 15px;
    }

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

    #menu-3 .navbar-light .navbar-nav .nav-item .nav-link {
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 500;
        position: relative;
        padding-left: 10px;
        padding-right: 0;
    }
}#banner-1 {
    clear: both;
}
.form_banner h4 {
  color: #FFF;
  font-weight: 900;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
}
.form_banner p {
  color: #FFF;
  margin-bottom: 25px !important;
  font-size: 16px;
  line-height: 20px;
}

#banner-1 .btn_whats {
  border: none;
}#features-29 {
    position: relative;
    background: transparent;
    text-align: center;
}

#features-29 .bg {
    background: #eaf1f6;
}

#features-29 .features-29-kicker {
    color: #f5a300;
    font-weight: 700;
    letter-spacing: .25em;
    font-size: 14px;
    margin-bottom: 16px;
    text-transform: uppercase;
}

#features-29 h2 {
    font-size: 54px;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 14px;
    color: #0f223f;
}

#features-29 .features-29-subtitle {
    font-size: 18px;
    color: #6f8094;
    max-width: 720px;
    margin: 0 auto 60px;
    line-height: 1.8;
}

#features-29 .features-29-grid {
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
}

#features-29 .features-29-card {
    position: relative;
    height: 420px;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 32px;
    text-align: left;
    color: #fff;
    transition: .35s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#features-29 .features-29-card:nth-child(1) {
    background-image: url("../images/item-estate-1.jpg");
}

#features-29 .features-29-card:nth-child(2) {
    background-image: url("../images/item-estate-2.jpg");
}

#features-29 .features-29-card:nth-child(3) {
    background-image: url("../images/item-estate-3.jpg");
}

#features-29 .features-29-card:nth-child(4) {
    background-image: url("../images/item-estate-4.jpg");
}

#features-29 .features-29-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,.85) 15%, rgba(0,0,0,.4) 60%, transparent 100%);
    z-index: 1;
}

#features-29 .features-29-card-content {
    position: relative;
    z-index: 2;
}

#features-29 .features-29-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

#features-29 .features-29-card p {
    font-size: 15px;
    line-height: 1.6;
    color: rgba(255,255,255,.85);
    margin-bottom: 14px;
}

#features-29 .features-29-view {
    color: #f5a300;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    text-decoration: none;
}

#features-29 .features-29-view::after {
    content: "\2192";
    font-size: 18px;
}

#features-29 .features-29-card:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 1200px) {
    #features-29 .features-29-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 640px) {
    #features-29 h2 {
        font-size: 38px;
    }

    #features-29 .features-29-grid {
        grid-template-columns: 1fr;
    }

    #features-29 .features-29-card {
        height: 360px;
    }
}
#about-5 {
    background: #f5f5f5;
}

#about-5 .about-5-wrap {
    max-width: 1380px;
    margin: auto;
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 120px;
    align-items: center;
}

#about-5 .about-5-tag {
    letter-spacing: 2px;
    font-size: 13px;
    color: #c8a96a;
    font-weight: 600;
    margin-bottom: 18px;
}

#about-5 h2 {
    font-family: "Playfair Display", serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #2b2b2b;
}

#about-5 .about-5-text {
    font-size: 17px;
    line-height: 1.9;
    color: #6f6f6f;
    max-width: 520px;
    margin-bottom: 0;
}

#about-5 .about-5-image-wrap {
    position: relative;
}

#about-5 .about-5-main-img {
    width: 100%;
    border-radius: 8px;
    display: block;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12);
}

#about-5 .about-5-small-img {
    position: absolute;
    right: -35px;
    bottom: -35px;
    width: 220px;
    border-radius: 6px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

#about-5 .about-5-float-card {
    position: absolute;
    left: -70px;
    bottom: 60px;
    background: #fff;
    padding: 38px 46px;
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.15);
    text-align: center;
}

#about-5 .about-5-float-card h3 {
    font-size: 52px;
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
}

#about-5 .about-5-float-card p {
    color: #777;
    font-size: 16px;
    margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
    #about-5 .about-5-wrap {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    #about-5 .about-5-float-card {
        left: 20px;
    }

    #about-5 .about-5-small-img {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    #about-5 h2 {
        font-size: 36px;
    }

    #about-5 .about-5-text {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #about-5 .about-5-float-card {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
    }

    #about-5 .about-5-small-img {
        display: none;
    }
}

#about-5 .bg-wrap {
	background: #ffffff;
}#cta-5 {
    position: relative;
    min-height: 72vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 110px 0 90px;
    text-align: center;
}

#cta-5 .bg {
    background-image: url("../images/bg-78.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#cta-5 .cta-5-overlay {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(6, 10, 16, 0.60);
    pointer-events: none;
}

#cta-5 .container {
    position: relative;
    z-index: 2;
}

#cta-5 .cta-5-inner {
    max-width: 1050px;
    margin: 0 auto;
}

#cta-5 .cta-5-kicker {
    display: inline-block;
    font-size: 14px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    opacity: 0.9;
    margin: 0 0 18px;
    position: relative;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 500;
}

#cta-5 .cta-5-kicker::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 140px;
    height: 2px;
    background: rgba(255, 255, 255, 0.75);
}

#cta-5 h2 {
    font-family: "Playfair Display", serif;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.08;
    letter-spacing: 0.2px;
    margin-bottom: 18px;
    color: #fff;
}

#cta-5 p {
    font-size: 20px;
    line-height: 1.8;
    opacity: 0.9;
    max-width: 980px;
    margin: 0 auto 44px;
    color: #fff;
}

#cta-5 .cta-5-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 64px;
    padding: 0 42px;
    background: #ffffff;
    color: #151a20;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    transition: 0.2s ease;
}

#cta-5 .cta-5-btn:hover {
    transform: translateY(-1px);
    filter: brightness(0.96);
}

#cta-5 .cta-5-btn:active {
    transform: translateY(0);
}

@media screen and (max-width: 1024px) {
    #cta-5 h2 {
        font-size: 52px;
    }

    #cta-5 p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    #cta-5 {
        min-height: 78vh;
        padding: 96px 0 80px;
    }

    #cta-5 .bg {
        background-attachment: scroll;
    }

    #cta-5 h2 {
        font-size: 40px;
    }

    #cta-5 p {
        font-size: 17px;
    }

    #cta-5 .cta-5-btn {
        min-height: 58px;
        font-size: 18px;
        padding: 0 34px;
    }

    #cta-5 .cta-5-kicker::after {
        width: 120px;
    }
}

@media screen and (max-width: 420px) {
    #cta-5 h2 {
        font-size: 34px;
    }

    #cta-5 p {
        font-size: 16px;
    }

    #cta-5 .cta-5-btn {
        width: 100%;
        max-width: 320px;
    }
}
.eapps-instagram-feed-header-follow-button-icon {
fill:#fff !important;
}#faq-1 img {
    border-radius: 3px;
}

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

#faq-1 .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%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-1 .accordion-button:focus {
    box-shadow: none;
    border-color: var(--color-primary-text);
}
@media screen and (max-width: 768px) {
    #map-2--0 iframe {
        height: 450px !important;
        width: 100%;
    }
}#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;
}#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 .footer-logo a {
    display: inline-block;
}

#footer_03 .footer-logo1 {
    width: 100%;
    max-width: 320px;
    height: auto;
}

#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 .footer-widget a {
    color: var(--color-primary-text);
}

#footer_03 .footer-widget .contact-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1.4;
    text-decoration: none;
    margin-bottom: 8px;
}

#footer_03 .footer-widget .contact-link i {
    font-size: 18px;
    min-width: 18px;
    text-align: center;
}

#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-text);
    border: 1px solid var(--color-primary-text);
    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) {
    #footer_03 .row > [class*="col-"] {
        flex: 0 0 100%;
        max-width: 100%;
    }

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

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

    #footer_03 .footer-logo1 {
        max-width: 240px;
    }

    #footer_03 .footer-widget .social-link li a i {
        width: 42px;
        height: 42px;
        line-height: 42px;
    }

    #footer_03 .footer-widget h3 {
        font-size: 22px;
        margin-bottom: 14px;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 19px;
    }

    #footer_03 .footer-widget .footer-contact li {
        padding-left: 56px;
    }

    #footer_03 .footer-widget .footer-contact li i {
        width: 38px;
        height: 38px;
        line-height: 38px;
    }

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

  @media screen and (max-width: 767px) {
    #footer_03 .footer-widget h3 {
        font-size: 21px;
    }

    #footer_03 .footer-widget .hours li .content h3 {
        font-size: 24px;
        margin-bottom: 4px !important;
    }

    #footer_03 .footer-widget .content span,
    #footer_03 .footer-widget .footer-contact li .content span {
        font-size: 18px;
        line-height: 1.5;
    }

    #footer_03 .footer-widget .contact-link {
        font-size: 18px;
    }

    #footer_03 .footer-widget .contact-link i {
        font-size: 18px;
    }
  }
#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-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;
}#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;
}