/*!
 * SoFlorida Group - Styles v2.0 OPTIMIZED
 * Restructured and optimized CSS without non-standard properties
 * Clases no utilizadas eliminadas para mejorar rendimiento
 * Author: SoFlorida Group
 */

/* ================================
   RESET Y TIPOGRAFÍA BASE
   ================================ */

body,
html {
    color: #000;
    height: 100%;
    margin: 0;
    font-family: 'ITC Avant Garde Std Md', sans-serif;
    font-weight: 500;
}

/* ================================
   HEADINGS
   ================================ */

h2,
h3 {
    font-weight: bolder;
}

h2 {
    font-size: 40px;
    line-height: 48px;
}

h3 {
    font-size: 20px;
    line-height: 30px;
}

/* ================================
   PÁRRAFOS Y TEXTO
   ================================ */

.h3-head-plus,
.h3-header,
.section-title,
.testimonials-name,
p {
    font-weight: 300;
}

p {
    font-size: 14px;
    line-height: 26px;
}

/* ================================
   CLASES DE TIPOGRAFÍA ESPECÍFICAS
   ================================ */

.h3-head-reform-design {
    font-family: "ITC Avant Garde Std Bk";
    font-size: 44px;
    letter-spacing: 8px;
    line-height: 56px;
}

.h3-header {
    font-family: 'ITC Avant Garde Std Bk', sans-serif;
    font-size: 24px;
    line-height: 40px;
}

.h3-header-m {
    font-family: 'ITC Avant Garde Std XLt';
    font-size: 16px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    gap: 20px;
    white-space: nowrap;
}

.customer-centric-card-title,
.section-title,
.testimonials-copy,
.testimonials-name {
    font-family: 'ITC Avant Garde Std Bk';
}

.h3-header-m::after,
.h3-header-m::before {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #666;
    position: relative;
}

.h3-head-plus {
    font-size: 50px !important;
    line-height: 56px !important;
}

.section-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
}

.testimonials-copy {
    font-weight: 300;
    font-size: 25px;
    line-height: 34px;
}

.testimonials-name {
    font-style: italic;
    font-size: 16px;
    text-align: center;
}

.customer-centric-card-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: capitalize;
}

.copy,
.customer-centric-card-copy,
.politicas {
    font-size: 14px;
}

.customer-centric-card-copy {
    font-weight: 500;
    line-height: 22px;
}

.copy {
    font-family: Montserrat;
    font-weight: 300;
    line-height: 40px;
    color: #f9f3ee;
}

.bolder {
    font-weight: 600;
}

.politicas {
    font-family: 'ITC Avant Garde Std Bk';
    font-weight: 300;
    line-height: 25px;
    color: #000;
}

/* ================================
   COLORES
   ================================ */

.white,
a {
    color: #fff;
}

.black,
a.policy-check:hover {
    color: #000;
}

.bg-pink,
.carousel-indicators button.active {
    background-color: #ff91be;
}

.bg-black {
    background-color: #000;
}

.bg-gray {
    background-color: #ededed;
}

/* ================================
   UTILIDADES DE LAYOUT
   ================================ */

.mx427 {
    max-width: 427px;
}

.mh-300 {
    min-height: 300px;
}

.mmh-300 {
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 20px;
}

/* ================================
   NAVEGACIÓN
   ================================ */

#navbarDropdownLanguageMobile.show,
#navbarDropdownLanguageMobile:active,
#navbarDropdownLanguageMobile:focus {
    color: #fff !important;
}

#navbarDropdownLanguageMobile::after {
    display: none !important;
}

#navbarDropdownLanguageMobile {
    padding-right: 10px;
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
    background-color: rgba(255, 255, 255, .1);
    color: #fff !important;
}

.dropdown-menu[data-bs-popper] {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100%;
    margin-top: -1px;
    background-color: #ff91be;
    color: #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item {
    color: #000;
    text-align: center;
}

.dropdown-item:hover {
    color: red;
}

.btn-send,
.nav-link:hover,
a:hover {
    color: #ff91be;
}

.activ {
    font-weight: bolder;
}

.mobile-language-icon {
    transition: .3s;
}

.mobile-language-icon:hover {
    content: url('../img/map-hover.svg');
}

/* ================================
   BOTONES Y FORMULARIOS
   ================================ */

.btn-send {
    width: 230px;
    height: 50px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 22px;
    border-style: none;
    background: #000;
    padding-top: 11px;
    padding-bottom: 0;
}

.form-control,
textarea {
    /*background: transparent !important;*/
    border-radius: 5px !important;
    border: 1px solid white;
    font-family: Montserrat;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    color: #000 !important;
}

.btn-send:hover {
    color: #000;
    background: #1eebeb;
}

.form-control {
   border-color: #000 !important;
}

textarea {
    resize: none;
    border-color: #000 !important;
    height: 100px !important;
}

/* ================================
   IMÁGENES
   ================================ */

.img-fluid {
    width: 100%;
    height: auto;
}

.img-shadow {
    filter: drop-shadow(1px 1px 1px #000);
}

.img-logos {
    max-height: 200px;
    max-width: 200px;
}

/* ================================
   CAROUSEL
   ================================ */

.carousel-control-prev {
    left: -100px;
}

.carousel-control-next {
    right: -100px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    filter: invert(1);
}

.carousel-indicators {
    position: unset;
    margin-bottom: unset;
    padding-top: 2rem;
}

.carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    background-color: #c8c8c8;
    border-radius: 50%;
}

.carousel-caption {
    background: rgba(0, 0, 0, .7);
    color: #fff;
}

/* ================================
   BACKGROUNDS
   ================================ */

.bg-pink-flamingo {
    /*height: 75vh;*/
    background-image: url("../img/contact-bg.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-awards,
.fondo-design-services,
.fondo-reform-services {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.bg-awards {
    background-image: url("../img/awards-bg.png");
}

.fondo-design-services {
    background-image: url("../img/banner-img-2.jpg");
}

.fondo-reform-services {
    background-image: url("../img/banner-img-1.webp");
}

.fondo-design-services-m,
.fondo-reform-services-m {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.fondo-reform-services-m {
    background-image: url("../img/banner-m-img-2.webp");
}

.fondo-design-services-m {
    background-image: url("../img/banner-m-img-1.webp");
}

.box-reform-services {
    background: rgba(237, 237, 237, .95);
}

/* ================================
   ELEMENTOS ESPECIALES
   ================================ */

.mensaje {
    padding: 10px 30px;
    height: 40px;
    background-color: rgba(12, 12, 12, .6);
    color: #fff;
}

.no-decoration {
    text-decoration: none;
}

.whatsapp-floating-button {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #000;
    color: #ff91be;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 5px 5px 5px #ff91be;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-floating-button:hover {
    background-color: #1eebeb;
    box-shadow: 5px 5px 5px #ff91be;
    color: #000;
}

/* ================================
   FOOTER
   ================================ */

footer {
    background-color: #000;
    color: #fff;
}

/* ================================
   MEDIA QUERIES - MOBILE
   ================================ */

@media (max-width: 767px) {
    .bg-header,
    .bg-pink-flamingo {
        background-repeat: no-repeat;
        background-size: cover;
    }

    .h3-head-plus {
        font-size: 45px !important;
    }

    .h3-head-reform-design {
        font-family: "ITC Avant Garde Std Md" !important;
        font-size: 44px;
        line-height: 56px;
        letter-spacing: unset;
    }

    #politicas {
        width: 20px;
        height: 20px;
    }

    .politicas {
        font-size: 20px;
    }

    .bg-pink-flamingo {
        height: unset;
        background-image: url("../img/contact-bg.svg");
        background-position: left top;
    }

    .bg-header {
        background-color: #fae4d9;
        background-image: url("../img/soflorida_header_mobile.webp");
        background-position: bottom center;
        height: 600px;
    }

    h2 {
        font-size: 30px;
        line-height: 38px;
    }

    h3 {
        font-size: 20px;
        line-height: 30px;
    }

    p {
        font-size: 14px;
        line-height: 26px;
    }

    .h2_bad {
        font-size: 30px !important;
        margin-bottom: 0 !important;
        line-height: 30px !important;
    }

    .carousel-control-prev {
        left: 0;
    }

    .carousel-control-next {
        right: 0;
    }
}

/* ================================
   MEDIA QUERIES - DESKTOP
   ================================ */

@media (min-width: 768px) {
    .mh-675 {
        min-height: 675px;
    }

    .bg-header {
        background-image: url("../img/bg-header.webp");
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover;
    }
}
/* ================================
   pagina gracias
   ================================ */
      .thank-you-section {
        min-height: calc(100vh - 80px - 200px); /* Viewport height - navbar height - footer height (approx) */
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
      }

    /* ================================
    privacy-notice / cookie-policy
    ================================ */

      .content-section {
        padding-top: 4rem;
        padding-bottom: 4rem;
        min-height: calc(100vh - 80px - 250px); /* Viewport height - approx navbar height - approx footer height */
        /* Adjust 80px and 250px if navbar/footer heights are significantly different */
      }
      .content-section h1, .content-section h2 {
        color: #333; /* Example: Darker color for headings for better readability */
      }
       .content-section p, .content-section li {
        line-height: 1.6;
      }

      [data-custom-class='body'], [data-custom-class='body'] * {
          background: transparent !important;
        }
[data-custom-class='title'], [data-custom-class='title'] * {
          font-family: Arial !important;
font-size: 26px !important;
color: #000000 !important;
        }
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
          font-family: Arial !important;
color: #595959 !important;
font-size: 14px !important;
        }
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
          font-family: Arial !important;
font-size: 19px !important;
color: #000000 !important;
        }
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
          font-family: Arial !important;
font-size: 17px !important;
color: #000000 !important;
        }
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
          color: #595959 !important;
font-size: 14px !important;
font-family: Arial !important;
        }
[data-custom-class='link'], [data-custom-class='link'] * {
          color: #3030F1 !important;
font-size: 14px !important;
font-family: Arial !important;
word-break: break-word !important;
        }
