@import '_content/NovaSingular.BaseTheme.ThemeComponents/NovaSingular.BaseTheme.ThemeComponents.cgn743ekd9.bundle.scp.css';

/* _content/Copema.LandingPages.HubWTC.Web/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-4ajoc0cga0] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-4ajoc0cga0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Copema.LandingPages.HubWTC.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/*.btn-check:checked + label > .bi {
    color: var(--bs-primary) !important;
}
*/

body[data-bs-theme-disabled='true'] #menu-divider[b-mt0hovk77k],
body[data-bs-theme-disabled='true'] #menu-theme-toggle[b-mt0hovk77k] {
    display: none;
}
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/About/About.razor.rz.scp.css */

h2[b-mpuzek7zrq] {
    font-size: clamp(.8rem, calc(1rem + 1vw), 24px );
}
    h2 strong[b-mpuzek7zrq] {
        font-size: clamp(.8rem, calc(1rem + 1vw), 24px );
    }
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Architecture/Architecture.razor.rz.scp.css */
.card[b-qhhtwhnzhe] {
  width: 7.2rem;
  border: none;
  border-radius:0px!important;
  box-shadow: none;
  transition: transform 0.2s;
  background-color: var(--ns-primary-color);
}

.card-body[b-qhhtwhnzhe] {
  padding: 1rem 0rem;
}

.card:hover[b-qhhtwhnzhe] {
  transform: scale(1.05);
}

.card-img-top[b-qhhtwhnzhe] {
  border-radius: 0px !important;
  height: 120px;
  object-fit: cover;
}
h5.card-title[b-qhhtwhnzhe] {
  font-size: .4rem; /* 20px */
  color: var(--ns-light-color);
  text-transform: uppercase;
  line-height: 150%; /* 30px */
  letter-spacing: 2px;
}

@media(min-width:576px) {
  .card-img-top[b-qhhtwhnzhe] {
    height: 200px;
  }

  .card[b-qhhtwhnzhe] {
    width: 10rem;
  }

  h5.card-title[b-qhhtwhnzhe] {
    font-size: 1rem; /* 20px */
  }
}
@media(min-width:768px) {
  .card-img-top[b-qhhtwhnzhe] {
    height: 300px;
  }
  .card[b-qhhtwhnzhe] {
    width: 20rem;
  }
}
@media(min-width:992px){
  h5.card-title[b-qhhtwhnzhe] {
    font-size: 1.5rem; /* 20px */
  }
}


.card-title strong[b-qhhtwhnzhe] {
  color: var(--ns-accent-color);
}
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Banner/Banner.razor.rz.scp.css */
/*@media (min-width: 1440px){
  .banner-container {
    height: calc(100dvh - var(--navbar-height))
  }
}
*/

/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Buttons/ButtonDefault.razor.rz.scp.css */
.btn_primary[b-o1q3ci0vv8] {
    position: relative;
    transition: all .5s ease;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    padding-top: .4rem;
    padding-bottom: 0.1rem;
    transition: all .3s ease;
}
    .btn_primary .icon[b-o1q3ci0vv8] {
        position: absolute;
        right: -60px;
        transition: all .3s ease;
    }

    .btn_primary:hover .icon[b-o1q3ci0vv8] {
        right: 25px;
    }

    .btn_primary .btn_text[b-o1q3ci0vv8] {
        display: inline-block;
        transition: all .3s ease;
        font-weight: 600;
        text-transform: uppercase;
    }

    .btn_primary:hover .btn_text[b-o1q3ci0vv8] {
        margin-right: 45px;
    }
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Buttons/ButtonScrollTop.razor.rz.scp.css */
.floating_btn_scrolltop[b-o8o1rxmetk] {
    position: fixed;
    bottom: 120px;
    right: 42px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.floating_btn_scrolltop.visible[b-o8o1rxmetk] {
    opacity: 1;
    visibility: visible;
}

.floating_btn_scrolltop a[b-o8o1rxmetk] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E4580A;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    padding: 0;
    text-decoration: none; /* Remove underline from anchor */
    color: inherit; /* Inherit color from parent */
}

.floating_btn_scrolltop .contact_icon[b-o8o1rxmetk] {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Buttons/FloatingWhatsappButton.razor.rz.scp.css */
a[b-ua5e0l8dnh] {
    text-decoration: none;
}

.floating_btn[b-ua5e0l8dnh] {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1031;
}

@keyframes pulsing-b-ua5e0l8dnh {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

.contact_icon[b-ua5e0l8dnh] {
    background-color: #42db87;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing-b-ua5e0l8dnh 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}


.text_icon[b-ua5e0l8dnh] {
    margin-top: 8px;
    color: #707070;
    font-size: 13px;
}
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Forms/LayoutForm.razor.rz.scp.css */
.banner-content[b-thvmtolssx] {
  width: 95%;
  background-color: Var(--ns-secondary-color);
  position:relative;
  margin-top:-50px;
}
@media ( min-width: 1200px){
  .banner-content[b-thvmtolssx] {
    width: 85%;
    margin-top: -100px;
  }
}
h2[b-thvmtolssx] {
  font-size: var(--ns-text-h2-font-size);
  font-family: 'Axiforma thin', sans-serif;
  font-style: normal;
  line-height:150%;
}

  h2 strong[b-thvmtolssx] {
    font-family: 'Axiforma Regula', sans-serif;
  }

/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Living/Living.razor.rz.scp.css */

@media only screen and (min-width: 992px) {
  .ns-living-bg[b-4zxojzeft9] {
    background-image: url('/images/living/living-img.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
    height: 100vh;
    min-height:850px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.ns-diferenciais[b-4zxojzeft9] {
    border-left: .3rem solid var( --ns-living-color);
}

h2[b-4zxojzeft9] {
  font-size: 1rem;
  font-family: 'Axiforma Regular', sans-serif;
  font-style: normal;
  line-height: 150%; /* 24px */
  letter-spacing: 3.2px;
}

@media(min-width: 768px) {
  h2[b-4zxojzeft9] {
    font-size: 2rem;
  }
}
h3[b-4zxojzeft9] {
    font-family: 'Axiforma bold';
    font-size: .7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}
@media(min-width: 992px){
  h3[b-4zxojzeft9] {
    font-size: 14px;
  }
}
/* _content/Copema.LandingPages.HubWTC.Web/Components/WTCComponents/Stay/Stay.razor.rz.scp.css */
@media only screen and (min-width: 992px){
    .ns-stay-bg[b-v8f3lzbho8] {
        background-image: url('/images/stay/stay-img.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        height: 100vh;
        min-height: 850px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

}
.ns-diferenciais[b-v8f3lzbho8] {
    border-left: .3rem solid var(--ns-stay-color);
}
h2[b-v8f3lzbho8] {
  font-size: 1rem;
  font-family: 'Axiforma Regular', sans-serif;
  font-style: normal;
  line-height: 150%; /* 24px */
  letter-spacing: 3.2px;
}
@media(min-width: 768px) {
  h2[b-v8f3lzbho8] {
    font-size: 2rem;
  }
}
h3[b-v8f3lzbho8] {
  font-family: 'Axiforma bold';
  font-size: .7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media(min-width: 992px) {
  h3[b-v8f3lzbho8] {
    font-size: 14px;
  }
}
