#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-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;
}#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;
    }
}#features-26 {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0;
}

#features-26 .bg {
    background-image: url('../images/uploaded/597/image-100-80.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#features-26::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

#features-26 .container {
    position: relative;
    z-index: 2;
}

#features-26 .features-26-content {
    max-width: 1200px;
    margin: auto;
}

#features-26 .features-26-kicker {
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 1;
    margin-bottom: 20px;
    color: #fff;
}

#features-26 h2 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #fff;
}

#features-26 .features-26-text-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 80px;
}

#features-26 .features-26-text-grid p {
    font-size: 18px;
    line-height: 1.8;
    opacity: 0.9;
    color: #fff;
    margin-bottom: 0;
}

#features-26 .features-26-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 60px;
}

#features-26 .features-26-stat h3 {
    font-size: 80px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}

#features-26 .features-26-stat p {
    color: #ff5c5c;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    #features-26 h2 {
        font-size: 48px;
    }

    #features-26 .features-26-text-grid {
        gap: 40px;
    }

    #features-26 .features-26-stat h3 {
        font-size: 60px;
    }
}

@media screen and (max-width: 768px) {
    #features-26 {
        padding: 100px 0;
    }

    #features-26 .bg {
        background-attachment: scroll;
    }

    #features-26 h2 {
        font-size: 36px;
    }

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

    #features-26 .features-26-stats {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    #features-26 .features-26-stat h3 {
        font-size: 50px;
    }
}

@media screen and (max-width: 480px) {
    #features-26 .features-26-stats {
        grid-template-columns: 1fr;
    }
}
#features-27 {
    background: #f2f2f2;
}

#features-27 .features-27-header {
    max-width: 900px;
    margin-bottom: 46px;
}

#features-27 h2 {
    font-size: 52px;
    line-height: 1.08;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 18px;
    color: #111;
}

#features-27 .features-27-header p {
    font-size: 18px;
    line-height: 1.85;
    color: #7b7b7b;
    max-width: 760px;
    margin-bottom: 0;
}

#features-27 .features-27-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin-top: 26px;
}

#features-27 .features-27-card {
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 46px 40px 44px;
    min-height: 280px;
}

#features-27 .features-27-icon {
    width: 82px;
    height: 82px;
    margin-bottom: 18px;
    color: #e10600;
    display: flex;
    align-items: center;
    justify-content: center;
}

#features-27 .features-27-icon i {
    font-size: 52px;
}

#features-27 .features-27-card h3 {
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    color: #111;
}

#features-27 .features-27-card p {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 0;
}

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

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

    #features-27 .features-27-header p {
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
    #features-27 .features-27-grid {
        grid-template-columns: 1fr;
    }

    #features-27 .features-27-card {
        padding: 36px 24px;
    }

    #features-27 .features-27-card h3 {
        font-size: 24px;
    }
}

#features-27 .bg {
	background-image: url('../images/uploaded/597/image-100-1-98.jpg');
}#about-3 {
    background: #f4f4f4;
}

#about-3 .about-3-grid {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr;
    gap: 60px;
    align-items: center;
}

#about-3 .about-3-kicker {
    letter-spacing: 2px;
    font-size: 14px;
    color: #c89b5e;
    font-weight: 600;
    margin-bottom: 18px;
}

#about-3 h2 {
    font-family: "Playfair Display", serif;
    font-size: 64px;
    line-height: 1.05;
    margin: 20px 0 25px;
    color: #111;
}

#about-3 .about-3-description {
    font-size: 19px;
    line-height: 1.8;
    color: #6d6d6d;
    max-width: 520px;
}

#about-3 .about-3-rating {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 18px;
}

#about-3 .about-3-rating-number {
    font-size: 70px;
    font-family: "Playfair Display", serif;
    margin-bottom: 0;
    line-height: 1;
}

#about-3 .about-3-rating-stars {
    background: #c89b5e;
    color: #fff;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

#about-3 .about-3-rating-text {
    font-weight: 600;
    margin-bottom: 0;
}

#about-3 .about-3-member {
    background: #fff;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transition: 0.25s;
}

#about-3 .about-3-member:hover {
    transform: translateY(-6px);
}

#about-3 .about-3-member-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    display: block;
}

#about-3 .about-3-member-info {
    padding: 28px;
}

#about-3 .about-3-member-info h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    margin-bottom: 6px;
    color: #111;
}

#about-3 .about-3-member-info p {
    color: #777;
    font-size: 18px;
    margin-bottom: 0;
}

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

    #about-3 .about-3-left {
        grid-column: 1 / -1;
        margin-bottom: 30px;
    }

    #about-3 h2 {
        font-size: 52px;
    }
}

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

    #about-3 h2 {
        font-size: 40px;
    }

    #about-3 .about-3-rating-number {
        font-size: 50px;
    }

    #about-3 .about-3-member-image {
        height: 380px;
    }
}

@media screen and (max-width: 480px) {
    #about-3 .about-3-member-image {
        height: 320px;
    }
}
#features-37 {
    position: relative;
    background:
        radial-gradient(circle at top center, rgba(37, 99, 235, 0.05), transparent 34%),
        linear-gradient(180deg, #f8fafc 0%, #f3f6fb 100%);
    overflow: hidden;
}

#features-37 .bg-wrap .bg {
    background: transparent;
}

#features-37 .features-37-header {
    max-width: 920px;
    margin: 0 auto 56px;
    text-align: center;
}

#features-37 .features-37-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: #2563eb;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

#features-37 h2 {
    margin: 0;
    color: #0f172a;
    font-size: 64px;
    line-height: 1.04;
    letter-spacing: -0.045em;
    font-weight: 800;
}

#features-37 .features-37-lead {
    margin: 20px auto 0;
    max-width: 860px;
    color: #64748b;
    font-size: 20px;
    line-height: 1.82;
}

#features-37 .features-37-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    max-width: 1280px;
    margin: 0 auto;
}

#features-37 .features-37-card {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 22px;
    align-items: start;
    padding: 28px;
    border-radius: 28px;
    background: rgba(255,255,255,0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.05);
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

#features-37 .features-37-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px rgba(15, 23, 42, 0.08);
    border-color: rgba(37, 99, 235, 0.14);
}

#features-37 .features-37-icon {
    width: 88px;
    height: 88px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    background: linear-gradient(180deg, #e9f1ff 0%, #dbeafe 100%);
    color: #2563eb;
    font-size: 32px;
}

#features-37 .features-37-copy h3 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: -0.03em;
    font-weight: 700;
}

#features-37 .features-37-copy p {
    margin-bottom: 0;
    color: #64748b;
    font-size: 17px;
    line-height: 1.78;
}

@media screen and (max-width: 1100px) {
    #features-37 h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    #features-37 .features-37-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    #features-37 .features-37-header {
        margin-bottom: 34px;
    }

    #features-37 h2 {
        font-size: 36px;
    }

    #features-37 .features-37-lead {
        font-size: 16px;
        line-height: 1.7;
    }

    #features-37 .features-37-card {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 22px 18px;
        border-radius: 22px;
    }

    #features-37 .features-37-icon {
        width: 72px;
        height: 72px;
        border-radius: 20px;
        font-size: 28px;
    }

    #features-37 .features-37-copy h3 {
        font-size: 24px;
    }

    #features-37 .features-37-copy p {
        font-size: 16px;
        line-height: 1.68;
    }
}
.eapps-instagram-feed-header-follow-button-icon {
fill:#fff !important;
}#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;
    }
}

#faq-3 .bg {
	background-size: cover;
	background-image: url('../images/uploaded/597/image-100-4-68.jpg');
}#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/uploaded/597/image-100-5-46.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;
    }
}
#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;
    }
  }

#footer_03 .bg-wrap {
	background: #ffffff;
}#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-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;
}#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;
    }
}#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;
}