.navbar

body
    {
        background: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        position: relative;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }
	
.tm-white a {
	color: #fff;
}

/* start h1 group */
h1 { 
    margin-top: 0;
    margin-bottom: 25px; 
}
h1,
h2,
h3,
h4
    {
        font-weight: bold;
    }
/* end h1 group */
p { line-height: 1.6em; }
/* img */
img
    {
        max-width: 100%;
        height: auto;
    }
/* img */

/* overlay */
.overlay 
    {
       width: 100%;
       height: 100%;
       background: rgba(0, 0, 0, 0.4);
       padding-top: 90px;
       padding-bottom: 90px;
    }  
/* over lay */

/* start page container */
@media (min-width: 768px) {
  .container {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 900px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1000px;
  }
}
/* end page container */

/* start preloader */
.preloader
    {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
            -ms-flex-flow: row nowrap;
                flex-flow: row nowrap;
        /*justify-content: center;*/
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        background: none repeat scroll 0 0 #fff;
    }
.sk-spinner-rotating-plane.sk-spinner 
    {
         width: 30px;
        height: 30px;
        background-color: #28a7e9;
         margin: 0 auto;
        -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
                animation: sk-rotatePlane 1.2s infinite ease-in-out;
     }

@-webkit-keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes sk-rotatePlane {
  0% {
         -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
                 transform: perspective(120px) rotateX(0deg) rotateY(0deg); }

  50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }

  100% {
            -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
                    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }
/* end preloader */

/* start navigation */

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus,
.navbar-default .nav li a.current
    {
        color: #28a7e9;
    }

.navbar-default .navbar-toggle
    {
        border: none;
        padding-top: 20px;
    }
.navbar-default .navbar-toggle .icon-bar
    {
        background: #28a7e9;
        border-color: transparent;
    }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: transparent }
/* end navigation */

/* start home */       
#home
    {
    background: url('../images/home-bg.jpg') no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    }
#home p
    {
        font-weight: 400;
        font-style: italic;
        line-height: 2em;
    }
#home img
    {
        display: inline-block;
        margin-top: 30px;
    }
/* end home */

/* start divider */
#divider
    {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#divider .fab
    {
        color: #28a7e9;
        font-size: 60px;
    }


#divider .fas
    {
        color: #28a7e9;
        font-size: 60px;
    }


    #divider .far
    {
        color: #28a7e9;
        font-size: 60px;
    }

#divider h3
    {
        font-size: 20px;
    }
/* end divider */


#pricing ul {
    margin-top: 15px !important;
  padding-left: 0;
  list-style: none;
  margin: 0;
  margin-left: 15px !important;
  text-align: left; /* garante que o texto fique à esquerda */
}

#pricing ul li {
  display: flex;
  align-items: flex-start; /* se quiser ícones alinhados no topo do texto */
  justify-content: flex-start;
  margin-bottom: 8px !important;
  padding: 0 !important;
  line-height: 1.2 !important;
  font-size: 13px;
}

#pricing ul li i.fas {
  color: #28a7e9;
  font-size: 16px;
  margin-right: 10px;
  min-width: 16px;
}




/* start feature */
#feature
    {
        background: #f8f8f8;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#feature p
    {
        padding-top: 10px;
    }
#feature span
    {
        float: left;
    }
#feature .fas
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature */

/* start feature1 */
#feature1
    {
        padding-top: 60px;
        padding-bottom: 60px;
    }
#feature1 p
    {
        padding-top: 10px;
    }
#feature1 span
    {
        float: left;
    }
#feature1 .fas
    {
        background: #28a7e9;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-right: 20px;
    }
/* end feature1 */

/* start pricing */
#pricing
    {
        background: #f8f8f8;
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }
#pricing h2
    {
        padding-bottom: 60px;
    }
#pricing .pricing
    {
        background: #fff;
    }
#pricing .active
    {
        position: relative;
        bottom: 20px;
    }
#pricing .pricing .pricing-title
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        padding: 30px;
    }
#pricing .pricing .pricing-title p
    {
        font-size: 20px;
    }
#pricing .pricing ul
    {
        padding: 0;
        margin: 0;
    }
#pricing .pricing ul li
    {
        display: block;
        list-style: none;
        padding: 16px;
        text-transform: none;
    }
#pricing .pricing .btn
    {
        background: transparent;
        border: 1px solid #28a7e9;
        border-radius: 0px;
        color: #28a7e9;
        font-weight: bold;
        padding-right: 40px;
        padding-left: 40px;
        margin-top: 20px;
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }
#pricing .pricing .btn:hover {
    background: #28a7e9;
    color: #fff;
}
/* end pricing */

/* start download */
#download
    {
        padding-top: 80px;
        padding-bottom: 80px;
    }
#download h2
    {
        padding-bottom: 20px;
    }
#download .btn
    {
        border-radius: 0px;
        font-weight: bold;
        margin-top: 20px;
        padding: 10px 40px 10px 40px;
    }
/* end download */

/* start contact */
#contact
    {
        background: url('../images/contact-bg.jpg') no-repeat;
        background-size: cover;
        color: #fff;
    }
#contact h2
    {
        padding-bottom: 10px;
    }
#contact address
    {
        padding-top: 20px;
    }
#contact address .fa
    {
        background: #28a7e9;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin-top: 6px;
        margin-right: 10px;
    }
#contact .contact-form
    {
        padding-top: 40px;
    }
#contact .form-control
    {
        border: none;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 20px;
    }
#contact input
    {
        height: 50px;
    }
#contact input[type="submit"]
    {
        background: #28a7e9;
        color: #fff;
        font-weight: bold;
        transition: all 0.3s ease;
    }
#contact input[type="submit"]:hover {
    background: #107DB6;
}
/* end contact */

/* start footer */
footer
    {
        background: #dae0e6;
        font-weight: 400;
        text-align: center;
        padding: 20px;
    }
/* end footer */

@media screen and ( max-width: 991px ) {
    .jq-box {
        margin-bottom: 30px;
    }
    #pricing .active {
        bottom: 0;
    }
    .pricing {
  border: 1px solid #ccc;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
    #feature img, #download img {
        margin-top: 30px;
    }
    #feature1 img {
        margin-bottom: 30px;
    }
}
@media screen and ( max-width: 767px ) {
    .navbar-default .nav li a {
        height: auto;
        line-height: 2em;
    }
    #feature, #pricing, #download {
        padding-top: 20px;
        padding-bottom: 40px;
    }
    #contact .overlay {
        padding-top: 40px;
    }
}
/* start media 360 */
@media screen and ( max-width: 360px ){
    .pricing
        {
            padding-bottom: 40px;
        }
}


/* Estilo moderno para navbar */
.navbar {
  transition: all 0.3s ease-in-out;
  padding: 1rem 0;
  background-color: #fff !important;
  z-index: 999;
}

.navbar .nav-link {
  color: #333;
  padding: 0.5rem 1rem;
  transition: color 0.2s ease, border-bottom 0.2s ease;
  position: relative;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: #007bff;
}

.navbar .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 2px;
  width: 0%;
  background-color: #007bff;
  transition: width 0.3s ease;
}

.navbar .nav-link:hover::after,
.navbar .nav-link.active::after {
  width: 100%;
}


.navbar-brand img {
  max-height: 50px;
  transition: transform 0.2s ease;
}

.navbar-brand:hover img {
  transform: scale(1.05);
}

.navbar {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
}
.navbar-brand img {
  height: 32px;
}
.navbar-nav .nav-link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 13px;
}


.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  color: white;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  text-decoration: none; /* REMOVE o sublinhado aqui */
}


.whatsapp-float:hover {
  background-color: #1ebea5;
  transform: scale(1.1);
}

#areas .carousel-control-prev,
#areas .carousel-control-next {
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    border: 2px solid #007bff; /* Cor da borda azul discreta (pode mudar) */
    border-radius: 50%;
    opacity: 0.7;
    transition: all 0.3s ease;
}

#areas .carousel-control-prev:hover,
#areas .carousel-control-next:hover {
    background-color: transparent;
    opacity: 1;
    border-color: #0056b3; /* Tom mais escuro no hover */
}

#areas .carousel-control-prev-icon,
#areas .carousel-control-next-icon {
    filter: invert(34%) sepia(86%) saturate(1640%) hue-rotate(201deg) brightness(95%) contrast(90%);
    background-size: 60% 60%;
}

#areas .carousel-control-prev:focus,
#areas .carousel-control-next:focus {
    box-shadow: none;
    outline: none;
}

.logo-parceiro {
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.logo-parceiro:hover {
  filter: grayscale(0%);
}

.billing-period {
  text-transform: none !important;
}
/* Botões de navegação do Owl Carousel - estilos base */
.product_owl-carousel .owl-prev, 
.product_owl-carousel .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  background-color: #007bff;
  color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 40px; /* Caso o ícone falhe, mantém tamanho de fallback */
  text-align: center;
  line-height: 1;
  z-index: 2;
}

/* Posicionamento no desktop */
.product_owl-carousel .owl-prev { left: -60px; }
.product_owl-carousel .owl-next { right: -60px; }

/* Remove ícones padrão */
.product_owl-carousel .owl-prev::before,
.product_owl-carousel .owl-next::before {
  content: none;
}

/* Estilização dos ícones Font Awesome */
.product_owl-carousel .owl-prev i,
.product_owl-carousel .owl-next i {
  font-size: 36px !important;
  line-height: 1;
}

/* Responsivo: ajustar botões no mobile */
@media (max-width: 768px) {
  .product_owl-carousel .owl-prev {
    left: 10px;
  }

  .product_owl-carousel .owl-next {
    right: 10px;
  }

  .product_owl-carousel .owl-prev,
  .product_owl-carousel .owl-next {
    width: 50px;
    height: 50px;
  }

  .product_owl-carousel .owl-prev i,
  .product_owl-carousel .owl-next i {
    font-size: 28px !important;
  }
}



/* end media 360 */