/* ===================================
    Crafto - Bisiness
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam:wght@100;300;400;500;600;700;800&display=swap');
/* variable */
:root {     
    --base-color: #dc3545D6;
    --dark-gray: #262b35;
    --medium-gray:#868d98;
    --primary-font: "Be Vietnam", sans-serif;
    --alt-font: "Sora", sans-serif;
}
/* reset */
body { 
    font-size: 17px;
    line-height: 32px;
}

header .header-top-bar+.navbar {
    top: 0px;
}

@media (max-width: 991px) {
    .header-top-bar {
        display: none !important;
        height: 0 !important;
        padding: 0 !important;
        margin: 0 !important;
    }
}

.header-button {
    padding-right: 20px;
}

@media (min-width: 575px) and (max-width: 991px) {
    
    header .navbar-brand {
        padding: 10px 0;
    }
    header .navbar-brand .mobile-logo {
        max-height: 80px;
        margin-top: 0px;
    }
}


.assinante-header-top-bar {
    display: none !important;
}

@media (min-width: 992px) and (max-width: 1140px) {
    .assinante-header-top-bar {
        display: inline-block !important;
    }
}



@media (min-width: 992px) and (max-width: 1140px) {

    .header-button {
    display: block !important;
    }

    .header-button {
        display: none !important;
    }
}

/* header */
header .navbar-brand img {
    max-height: 95px;
}

header .nav-height-100{
    height: 100px;    
}

.navbar .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 400;
    color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn {
    color: var(--dark-gray);
    border-color: var(--dark-gray);
}
.sticky .header-transparent .header-button .btn:hover {
    border-color: var(--dark-gray);
    color: var(--white);
    background: var(--dark-gray);
}
header.sticky.sticky-active [data-header-hover="light"] .widget-text i {
    color: var(--white);
    color: var(--dark-gray);
}
/* accordion style 02 */
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
    background-color: var(--dark-gray);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--white);
}
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:hover a,
.navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li.active a{
    opacity: .5;
}

.navbar.translucent {
    background-color: rgba(255, 255, 255, 1); /* branco 70 % opaco */
    backdrop-filter: blur(6px);                 /* opcional: leve desfoque do que está atrás */
    height: 100px; 
}

/* bg color */
.bg-gradient-sherpa-blue-black {
    background-image: linear-gradient(to right top, #23248C, #22236D, #232348, #222226, #232323);
}
.bg-gradient-sherpa-black-blue {
    background-image: linear-gradient(to right top, #232323, #222226, #232348, #22236D, #23248C);
} 
/* bg transparent color */
.bg-base-color-transparent {
    background-color: rgba(87, 88, 214, .8);
}
/*  tabs style 05  */
.tab-style-05 .nav-tabs > li.nav-item {
    letter-spacing: -.5px;
}
/* accordion */
.accordion .accordion-item .accordion-header .accordion-title i {
    top: 52%;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {margin-bottom: 25px}

/*  progress bar style 01  */
.progress-bar-style-01 .progress .progress-bar-title {
    bottom: 15px;
}
/* page title */
.page-title-extra-large h1 {
    font-size: 4.7rem;
    line-height: 4.7rem;
}
/* separator line */
.separator-line-9px {
    height: 9px;
}
/* tag */
.tag-cloud a { 
    padding-top: 5px;
    padding-bottom: 9px;
}
/* blog comment */ 
.blog-comment li .btn-reply {
    padding-top: 5px;
    padding-bottom: 7px;
}
/* number pagination style 01 */
.pagination-style-01 .page-item .page-link {
    line-height: 42px;
}
.pagination-style-01 .page-item.active .page-link {
    background: var(--dark-gray);
    color: var(--white);
}
/* top right bottom left */
.bottom-minus-45px {
    bottom: -45px;
}
.right-minus-45px {
    right: -45px;
}
/* footer */
footer .footer-logo img {
    max-height: 180px;
}
footer ul li {
    margin-bottom: 0;
}
.footer-dark a:hover {
    color: var(--white);
}
/* model popup */
.mfp-bg {
    background: #000;
    opacity: .7;
}

/* Revolution Slider */
#demo-corporate-slider {border-radius: 6px;}
.hesperiden.tparrows { width: 54px; height: 54px; background: transparent; border: 1px solid rgba(255,255,255,0.2);-webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out}
.hesperiden.tparrows:hover {border:1px solid rgba(255,255,255,1); background: rgba(255,255,255,1); ;}
.hesperiden.tparrows:hover:before {color: #232323}
.hesperiden.tparrows:before {line-height: 52px;}
.hesperiden.tparrows.tp-leftarrow:before { content: "\f104";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-rightarrow:before { content: "\f105";font-family: "Font Awesome 6 Free";font-size: 16px; font-weight: 900}
.hesperiden.tparrows.tp-leftarrow:before { margin-left: 0; }
.hesperiden.tparrows.tp-rightarrow:before { margin-right: 0; }
.get-started-btn { transition: 0.3s ease-in-out !important; }
.hesperiden.tparrows { z-index: 97; }


/* media query responsive */
@media (max-width: 1499px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    } 
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding-left: 13px;
        padding-right: 13px;
    }
    .sticky-wrap.shadow-in {
        left: 35px;
    }
}
@media (max-width: 1300px) {
    .sticky-wrap.shadow-in {
        left: 10px;
    }
}
@media (max-width: 991px) {
    .header-transparent .header-button .btn {
        color: var(--dark-gray);
        border-color: var(--dark-gray);
    }
    .header-transparent .header-button .btn:hover {
        border-color: var(--dark-gray);
        color: var(--white);
        background: var(--dark-gray);
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu {
        width: calc(100% + 30px) !important;
        margin-left: -15px;
        padding: 10px 45px;
        margin-bottom: 0;
        margin-right: -15px;
    }
    .navbar .navbar-nav .dropdown.dropdown-with-icon-style02 .dropdown-menu li:last-child a {
        padding-bottom: 17px;
    }
}
@media (max-width: 767px) {
    p {
        margin-bottom: 20px;
    }
    .page-title-extra-large h1 {
        font-size: 40px;
        line-height: 46px;
    }
}

/* Regra CSS para telas menores que 286px */
@media (max-width: 285.98px) {
    .assinante-small {
        display: none;
    }
}

/* Regra CSS para telas logo */
@media (max-width: 574px) {
    header .navbar-brand img {
        max-height: 55px;
    }
}

.w-100 {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1200px) {
    #slide-price-home .swiper-slide {
        width: calc((100% - 60px) / 3) !important;
    }
}
  
#slide-price-home .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 5px;
}
  
#slide-price-home .swiper-wrapper {
    display: flex;
    align-items: stretch;
}

.btn-whatsapp {
    display: inline-block;
    padding: .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #25d366;
    border: 1px solid transparent;
    border-radius: .25rem;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.btn-whatsapp:hover {
    background-color: #1ebe57;
    border-color: #1ebe57;
}

/* altura paginmcao slide */
@media (max-width: 912px) { 
    .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
        top: 600px;
    }    
}

.text-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.3s ease;
    max-height: 4.8em; /* Aproximadamente 2 linhas */
}

.text-expanded {
    -webkit-line-clamp: unset;
    max-height: none;
}




.ver-mais {
    visibility: hidden;
    font-size: 0.8rem; /* menor */
    text-decoration: none; /* remove sublinhado feio */
    position: relative;
    color: #000; /* preto */
}

.ver-mais::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #000;
    margin-top: 2px; /* espaço entre texto e linha */
}

/* Estilo padrão para desktop */
.whatsapp-button-fixed {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 30px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 1px 1px 2px #888;
  z-index: 1000;
}

/* Ajustes para dispositivos móveis */
@media (max-width: 768px) {
  .whatsapp-button-fixed {
    bottom: 20px;
    right: 20px;
  }
}