#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-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-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;*/
    }
}
#showcase-3 h3 {
    font-size: var(--fs-h3);
    font-weight: var(--fw-h3);
    color: var(--fc-h3);
}#about-4 {
    background: #ffffff;
}

#about-4 .about-4-wrap {
    max-width: 1280px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.05fr 1.15fr;
    gap: 56px;
    align-items: center;
}

#about-4 .about-4-mosaic {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px;
    align-items: start;
}

#about-4 .about-4-photo {
    border-radius: 28px;
    overflow: hidden;
    background: #e9eef7;
    box-shadow: 0 18px 48px rgba(0, 0, 0, 0.08);
}

#about-4 .about-4-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

#about-4 .about-4-photo-tall {
    height: 420px;
}

#about-4 .about-4-photo-square {
    height: 420px;
    margin-top: 54px;
}

#about-4 .about-4-kicker {
    color: #4b7bd6;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 14px;
}

#about-4 h2 {
    font-size: 56px;
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
    margin-bottom: 18px;
    color: #0e2240;
}

#about-4 .about-4-desc {
    color: #7e8aa0;
    font-size: 18px;
    line-height: 1.9;
    max-width: 720px;
    margin-bottom: 22px;
}

#about-4 .about-4-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px 40px;
    margin: 18px 0 28px;
}

#about-4 .about-4-list p {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-weight: 700;
    color: #0e2240;
    font-size: 18px;
    line-height: 1.35;
    margin-bottom: 0;
}

#about-4 .about-4-list p i {
    color: #4b7bd6;
    margin-top: 3px;
}

#about-4 .about-4-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 12px;
    background: #4b7bd6;
    color: #fff;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 18px 40px rgba(75, 123, 214, 0.22);
    transition: 0.2s;
}

#about-4 .about-4-btn:hover {
    background: #2f5fb8;
    color: #fff;
    transform: translateY(-1px);
}

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

    #about-4 .about-4-mosaic {
        gap: 22px;
    }

    #about-4 .about-4-photo-square {
        margin-top: 0;
    }

    #about-4 h2 {
        font-size: 44px;
    }
}

@media screen and (max-width: 640px) {
    #about-4 .about-4-mosaic {
        grid-template-columns: 1fr;
    }

    #about-4 .about-4-photo-tall,
    #about-4 .about-4-photo-square {
        height: 320px;
    }

    #about-4 h2 {
        font-size: 36px;
    }

    #about-4 .about-4-desc {
        font-size: 16px;
    }

    #about-4 .about-4-list {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    #about-4 .about-4-list p {
        font-size: 16px;
    }

    #about-4 .about-4-btn {
        width: 100%;
    }
}
#gallery-1 .photo-gallery-item {
    overflow: hidden;
    position: relative;
  }
  
  #gallery-1 .photo-gallery-item a img {
    -webkit-transition: .9s;
    transition: .9s;
  }
  
  #gallery-1 .photo-gallery-item:hover a img, #gallery-1 .photo-gallery-item:focus a img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }#faq-3 {
    background: #f6f7fb;
}

#faq-3 .faq-3-kicker {
    color: #4f7ddc;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
}

#faq-3 .faq-3-title {
    font-size: 64px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #102347;
    margin-bottom: 0;
}

#faq-3 .accordion {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

#faq-3 .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0;
    background: transparent;
}

#faq-3 .accordion-button {
    background: transparent;
    box-shadow: none;
    border: none;
    padding: 24px 0;
    font-size: 22px;
    font-weight: 600;
    color: #102347;
}

#faq-3 .accordion-button:not(.collapsed) {
    background: transparent;
    color: #102347;
    box-shadow: none;
}

#faq-3 .accordion-button::after {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    margin-left: 20px;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23102347' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
}

#faq-3 .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#faq-3 .accordion-body {
    padding: 0 40px 24px 0;
}

#faq-3 .accordion-body p {
    color: #7f8da3;
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 0;
}

@media screen and (max-width: 1100px) {
    #faq-3 .faq-3-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 640px) {
    #faq-3 .faq-3-title {
        font-size: 36px;
    }

    #faq-3 .accordion-button {
        font-size: 18px;
    }

    #faq-3 .accordion-body {
        padding-right: 10px;
    }

    #faq-3 .accordion-body p {
        font-size: 16px;
    }
}
#prices_03 .owl-carousel .owl-nav button.owl-next, #prices_03 .owl-carousel .owl-nav button.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%);
} 

#prices_03 .owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 45%;
left: -65px;
}

#prices_03 .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -65px;
}

#prices_03 h3 {
    margin-bottom: 0px;
}

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

#prices_03 .justified {
    justify-content: center;
}

#prices_03 .price-container {
    border: 1px solid rgba(204, 204, 204, 0.404);
    padding: 45px 15px 15px;
    margin-bottom: 30px;
}

#prices_03 .price-container .top {
    margin-bottom: 25px;
    text-align: center;
}

#prices_03 .price-container .top .tagline-2 {
    margin-bottom: 5px;
}

#prices_03 .price-container .bottom {
    position: relative;
    display: block;
    background-color: #f7f5f1;
    padding: 20px 25px;
}

#prices_03 .price-container .bottom.suggested {
    background-image: linear-gradient(140deg,#0985c1 0%,#04518d 100%);
}

#prices_03 .price-container .bottom.suggested .price .time {
    color: var(--color-primary-text);
}

#prices_03 .price-container .bottom.suggested ul li p {
    color: var(--color-primary-text) !important;
}

#prices_03 .price-container .bottom.suggested .btn-default {
    background: var(--color-primary-text);
    color: var(--color-primary);
}

#prices_03 .price-container .bottom.suggested ul li i {
    color: var(--color-primary-text) !important;
}

#prices_03 .price-container .bottom.suggested .price h2 {
    color: var(--color-primary-text) !important;
}

#prices_03 .price-container .bottom ul {
    padding-left: 0px;
}

#prices_03 .price-container .bottom ul li {
    list-style: none;
}

#prices_03 .price-container .bottom ul li i {
    color: var(--color-primary);
    margin-right: 5px;
}

#prices_03 .price-container .bottom hr {
    color: #72716f;
    margin: 30px 0;
}

#prices_03 .price-container .bottom .price {
    text-align: center;
    position: relative;
    display: inline-block;
}

#prices_03 .price-container .bottom .price h2 {
    font-size: 52px;
    margin-left: -15px;
}

#prices_03 .price-container .bottom .price .real {
    font-size: 30px;
    top: -15px;
    left: 7px;
}

#prices_03 .price-container .bottom .price .cents {
    font-size: 17px;
    top: -24px;
    right: -1px;
}

#prices_03 .price-container .bottom .price .time {
    position: absolute;
    bottom: 10px;
    right: -15px;
    font-weight: 700;
    font-size: 14px;
}

#prices_03 .price-container .bottom .price .time

#prices_03 .price-container .bottom .cta {
    margin-top: 20px;
}

#prices_03 .price-container .bottom .btn-default {
    font-weight: 700;
    padding: 12px 20px;
    display: inherit;
}

#prices_03 .price-container .bottom .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: 0;
    right: 0;
}


#prices_03 .price-container .bottom .icon-box {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -30px;
    left: 0;
    right: 0;
}

#prices_03 .price-container .bottom .icon-box .box {
    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 / 7%);
    height: 68px;
    width: 68px;
    font-size: 30px;
    color: #08939f;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

#prices_03 .price-container .bottom .icon-box img {
    max-width: 44px;
}



@media screen and (max-width: 768px) {
    #prices_03 .owl-carousel .owl-nav {
        display: flex;
        justify-content: center;
    }

    #prices_03 .owl-carousel .owl-nav button.owl-prev {
        position: relative;
        top: unset;
        left: unset;
        }
        
    #prices_03 .owl-carousel .owl-nav button.owl-next {
        position: relative;
        top: unset;
        right: unset; 
    }
}.eapps-instagram-feed-header-follow-button-icon {
fill:#fff !important;
}#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;
  }
}#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;
}#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-show .bg-wrap {}#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;
}#contact-2--0 p {
    color: #FFF;
    margin-bottom:  10px;
}#contact-2--1 p {
    color: #FFF;
    margin-bottom:  10px;
}#contact-2--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;
}