/*===============================================
	Template Name: Zomia Internet Service HTML5 Template
	Version: 0.1
================================================*/
.testemunho {
	
	width:100%;
}
/*========================
	top-header-area-css
=========================*/
.top-header-area {
  background: #f1f5fe;
  padding: 9px 0 12px 0;
}
.top-header-address ul {
  margin: 0;
  padding: 0;
}
.top-header-address ul li {
  list-style: none;
}
.top-header-address ul li a {
  color: #211e3b;
  font-size: 16px;
  font-weight: 400;
  margin-right: 22px;
  text-decoration: none;
}
.top-header-address ul li a i {
  font-size: 15px;
  margin-right: 6px;
  color: #f58634;
}
.header-contact-num {
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}
.header-contact-num i {
  font-size: 13px;
  color: #f58634;
  padding: 0 5px;
}
span.top-add {
  border-right: 1px solid black;
  margin-right: 18px;
}
/*============================
	header-area-start
==============================*/
.mobile-menu-logo.text-center {
  padding: 20px 0;
}
.mobile-menu-logo.text-center img {
	width: auto;
}
.mobile-menu.mean-container {
  overflow: hidden;
}
nav.zomia_menu {
  text-align: right;
}
.zomia_nav_manu {
  background: #fff;
  transition: 0.5s;
  margin-bottom: 0;
  z-index: 999;
  position: relative;
}
.zomia_nav_manu.style-three {
  padding: 15px 0;
}
.sticky {
  left: 0;
  margin: auto;
  position: fixed !important;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
  background: #fff !important;
  transition: 0.5s;
}
/* petech Menu Css*/
.zomia_menu ul {
  text-align: center;
  list-style: none;
  display: inline-block;
}
.zomia_menu > ul > li {
  display: inline-block;
  position: relative;
}
.zomia_menu > ul > li > a {
  display: block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  color: #211e3b;
  font-weight: 600;
  text-transform: capitalize;
  margin: 35px 15px;
  font-size: 18px;
}
.zomia_menu ul li:last-child a {
  margin-right: 0px;
}
.zomia_menu > ul > li.current > a {
  color: #43baff;
}
.white .zomia_menu > ul > li.current > a {
  color: #fff;
}
/* sub menu style */
.zomia_menu ul .sub-menu {
  position: absolute;
  left: 0;
  top: 130%;
  width: 270px;
  text-align: left;
  background: #fff;
  margin: 0;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  border-top: 2px solid #f58634;
}
.zomia_menu ul .sub-menu li {
  position: relative;
}
.sub-menu li a {
  display: block;
  padding: 16px 20px;
  margin: 0;
  line-height: 1.3;
  letter-spacing: normal;
  font-size: 14px;
  color: #6e7673;
  border-radius: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: left;
  transition: 0.1s;
  visibility: inherit !important;
  border-bottom: 1px solid #ddd;
}
a.added-new-demo:after {
  margin-left: 5px;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 13px;
  opacity: 0.5;
}
.header-search-button {
  text-align: right;
}
.search-box-btn.search-box-outer {
  display: inline-block;
}
.header-donate-btn {
  display: inline-block;
}
.header-social-icon {
  color: #fff;
  display: inline-block;
  margin-right: 15px;
}
.header-social-icon a {
  color: #fff;
}
.header-search-button {
  text-align: right;
}
.header-donate-btn {
  display: inline-block;
}
.header-donate-btn a {
  display: inline-block;
  color: #fff;
  font-size: 17px;
  transition: 0.3s;
}
.header-donate-btn a.header-btn {
  color: #fff;
  background: linear-gradient(to right, #f58634 0%, #f58634 97%);
    border: 1px solid #a0cfe6;
  padding: 9px 37px;
  vertical-align: middle;
  border-radius: 3px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  transition: 0.3s;
}
a.header-btn i {
  font-size: 14px;
  font-weight: 600;
  padding-left: 2px;
}
.zomia_menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  border-radius: 0 0 5px 5px;
  z-index: 9;
  padding: 5px 0 5px 0;
}
.zomia_menu ul .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu li:hover > a,
.zomia_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a {
  color: #fff !important;
  background: linear-gradient(to right, #e36f19 0%, #f58634 97%);
}
.zomia_menu > ul > li > a:hover {
  color: #f58634 !important;
}
.header-donate-btn a:hover {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 97%);
    border-color: #f58634;
    color: #f58634;
}

/*============================
	header-area-end
==============================*/

/*============================
	hero-area-start
==============================*/
.hero-section {
  background: url(assets/images/hero-bg-2026-copa-v3.png); 
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 940px;
  display: flex;
  z-index: 9;
}
.hero-content-left {
  margin: 0 0 0 -30px;
}
.hero-single-thumb {
  margin-right: -210px;
}
.hero-thumb-inner img {
  width: 100%;
}
.hero-single-thumb img {
  width: 100%;
}
.hero-title h1 {
  font-size: 62px;
  line-height: 1;
  position: relative;
  display: inline-block;
  color: #fff;
  letter-spacing: 0px;
  font-weight: 600;
  margin-top: 7px;
}
.hero-title h1 span {
  font-size: 62px;
  line-height: 60px;
}
.hero-title-thumb {
  display: inline-block;
  padding-right: 13px;
}
.hero-sub-title {
  display: inline-block;
  padding-bottom: 19px;
}
.hero-sub-title h3 {
  font-size: 16px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}
.hero-description p {
  padding-right: 0;
  margin: 27px 0 33px 0;
  text-align: left;
  line-height: 30px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
}
.hero-button a {
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  color: rgb(255, 255, 255);
  white-space: normal;
  text-align: center;
  letter-spacing: 0px;
  font-weight: 600;
  border-radius: 3px;
  border-width: 0px;
  padding: 14px 40px;
}
a.hero-button-01 {
  background-color: rgb(53, 185, 253);
}
.hero-button i {
  font-size: 16px;
  margin-left: 7px;
}
.hero-thumb-icon {
  position: relative;
}
.hero-thumb-inner {
  position: absolute;
  top: 0px;
  left: 185px;
}
.hero-thumb-inner2 {
  position: absolute;
  top: 23px;
  left: 79px;
}
.hero-thumb-inner3 {
  position: absolute;
  top: 30px;
  right: -25px;
}
.hero-img-animation {
  top: 0px;
  left: 185px;
  animation-name: hero-img-up-down;
  animation-duration: 1.2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  z-index: 1;
  animation-direction: alternate;
}
@keyframes hero-img-up-down {
  0% {
    left: 185px;
    top: 0px;
  }
  100% {
    left: 185px;
    top: 10px;
  }
}
a.hero-button-01:hover {
  background-color: #0092ff;
}
/*====================
	hero-area-end
======================*/

/*==========================
	breatcome-area-Start
===========================*/
.breatcome-area {
  background: url(assets/images/breatcome-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  height: 350px;
  width: 100%;
}
.breatcome-content {
  text-align: center;
  position: relative;
  padding: 120px 0 0px 0;
}
.breatcome-title h1 {
  font-size: 50px;
  margin-bottom: 22px;
  margin-top: 0;
  font-weight: 600;
  color: #fff;
}
.breatcome-text ul li {
  list-style: none;
  display: inline-block;
}
.breatcome-text ul li a {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.breatcome-text ul li i {
  font-weight: 600;
  font-size: 15px;
  margin: 0 6px;
  color: #fff;
}
.breatcome-text ul li span {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
}
/*=====================
	breatcome-area-start
=======================*/

/*=====================
	service-area-start
=======================*/
.services-area {
  padding: 70px 0px 50px 0px;
}
.section-title h5 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #f58634;
  margin: 0 0 22px 33px;
  z-index: 1;
  text-transform: capitalize;
  letter-spacing: 0;
}
.t-center.section-title h5 {
  margin: 0 0 22px 0;
  position: relative;
}
.section-main-title h1 {
  font-size: 38px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
}
.section-main-title h2 {
  font-size: 38px;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 600;
}
.service-top-icon-img {
  position: relative;
  top: -105px;
  left: -33px;
}
.services-area .section-title.t-left {
  padding: 0 0 43px 0;
}
.single-service-inner {
  padding: 64px 22px 19px 28px;
  text-align: center;
  position: relative;
  background: #ffff;
  transition: 0.5s;
  margin-bottom: 30px;
  z-index: 1;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(164, 155, 221, 0.15);
}



.col-lg-4.position-relative {
  position: relative;
}

.boxDestaque {
  position: absolute;
  top: 2%;
  left: 72%;
  z-index: 10;
}

/* Estilo do botão com nova cor */
.btn-pulsante {
  padding: 6px 12px;
  background-color: #fb693e;
  color: white;
  border-radius: 20px;
  font-weight: bold;
  animation: pulse 1.6s infinite;
  text-align: center;
  font-size: 12px;
  box-shadow: 0 0 0 rgba(251, 105, 62, 0.7);
  transition: all 0.3s ease-in-out;
}

/* Animação pulse com nova cor */
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(251, 105, 62, 0.7);
  }
  70% {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 0 15px rgba(251, 105, 62, 0);
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    box-shadow: 0 0 0 0 rgba(251, 105, 62, 0);
  }
}


.fa-contrata {
	color: white;
	font-size: 29px;
}



.on-line-contrata2, .whats-contrata2, .ligue-contrata2, .agenda-contrata2, .app-contrata2 {

display:none;
	
}



.service-title h4 {
  transition: 0.5s;
  font-size: 20px;
  font-weight: 600;
  margin: 58px 0 15px;
  line-height: 31px;
  text-align: left;
  width: 90%;
}
.service-description p {
  transition: 0.5s;
  text-align: left;
}

.service-description-plano {
	 font-size: 14px;
}

.single-service-inner:before {
  position: absolute;
  content: "";
  background: url(assets/images/internet-service-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  top: 35px;
  left: 0;
  height: 130px;
  width: 139px;
  transition: 0.5s;
  z-index: -1;
}
.service-icon-thumb {
  text-align: left;
  padding: 2px 0 0 28px;
}
.shape-img {
  position: absolute;
  top: -120px;
  left: -390px;
  z-index: -1;
  width: 100%;
}
.shape-img2 {
  position: absolute;
  z-index: -1;
  text-align: right;
  width: 100%;
  bottom: 145px;
  right: -88px;
}
.single-service-inner.two:before {
  background: url(assets/images/internet-service-2.png);
}
.single-service-inner.three:before {
  background: url(assets/images/internet-service-3.png);
}
.single-service-inner.four:before {
  background: url(assets/images/internet-service-4.png);
}
.single-service-inner.one:before {
  background: url(assets/images/internet-service-one-plus.png);
}



.single-service-inner.cidade1:before {
  background: url(assets/images/internet-service-1-cidades.png);
}

.single-service-inner.cidade2:before {
  background: url(assets/images/internet-service-2-cidades.png);
}


.single-service-inner.cidade3:before {
  background: url(assets/images/internet-service-3-cidades.png);
}

.single-service-inner.cidade4:before {
  background: url(assets/images/internet-service-4-cidades.png);
}


.single-service-inner.cidades-branco:before {
  background: url(assets/images/internet-service-cidades-branco.png);
}




.single-service-inner.detalhes {
   background-color: #eff4f9;
  text-align: left;
}
.single-service-inner.detalhes:before {
  background: none;
}

.single-service-inner:hover {
  transform: translate3d(0, -6px, 0);
}
.service-title h4:hover {
  color: #5a49f8;
}

.service-title.plano {
	margin-top:-24px;

}
/*====================
	service-area-end
======================*/

/*==============================
	service-area-service-start
===============================*/
.services-area.service {
  padding: 100px 0 80px 0;
}
.services-area.service .section-title.t-center {
  margin: 0 0 65px 0;
}
/*============================
	service-area-service-end
==============================*/

/*================================
	connection-area-service-start
==================================*/
.connection-area.service {
  padding: 80px 0 104px 0;
}
/*===============================
	connection-area-service-end
=================================*/

/*=============================
	call do action area start
===============================*/
.call-do-action-area {
  background: url(assets/images/call-do-action.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 0 74px 0;
}
.call-action-title h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 44px;
}
.call-action-title h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 15px;
}
.call-action-button .zomia-button a {
  color: #015694;
  background: #fff;
  transition: 0.5s;
}
.call-action-button {
  margin-top: 25px;
}
.call-action-button .zomia-button a:hover {
  background: #f58634;
  color: #fff;
}
/*==========================
	call do action area end
============================*/

/*=======================
	brand area start
=========================*/
.single-brand {
  padding-top: 90px;
  margin-bottom: 90px;
  overflow: hidden;
  transition: 0.3s;
  text-align: center;
}
/*====================
	brand area end
======================*/

/*=======================
	about-us-area-start
=========================*/
.about-us-area.about-us {
  padding: 100px 0 40px 0;
}
.about-us-area {
  padding: 60px 0 40px 0;
}
.network-area.about-net-area {
  padding: 58px 0 58px 0;
}
.about-us-area.about {
  padding: 140px 0 40px 0;
}
.about-section-description {
  padding: 5px 0 15px 0;
}
.about-us-area.about .about-thumb {
  text-align: left;
  position: relative;
  margin: -40px 0 0 -78px;
}
.section-sub-title.icon h5::before {
  position: absolute;
  content: "";
  height: 18px;
  width: 22px;
  background: url(assets/images/service-network.png);
  left: -32px;
  top: 5px;
  border-radius: 15px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.zomia-button a i {
  padding: 0 0 0 6px;
}
.about-thumb {
  text-align: left;
  position: relative;
  margin: 0 0 0 -78px;
}
.about-us-area .section-main-title {
  margin-bottom: 20px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #5a49f8;
  background-color: #fff;
  border-color: #fff;
  border-bottom: 1px solid #5737f9;
}
.nav-tabs .nav-link {
  padding: 12px 48px 13px 0;
  font-weight: 500;
  font-size: 18px;
  color: #1d2124;
}
.tab-content > .active {
  display: block;
  margin: 25px 0 0 0;
}
p.tabs-description {
  padding: 0 0 8px 0;
}
.nav-tabs .nav-link:focus {
  color: #5a49f8;
  border-color: #fff;
  border-bottom: 1px solid #5737f9;
}
.nav-tabs .nav-link:hover {
  color: #5737f9;
  border-color: #fff;
}
.about-content-title ul li a {
  text-decoration: none;
  display: inline-block;
  padding: 12px 48px 13px 0;
  font-weight: 500;
  font-size: 18px;
  color: #1d2124;
}
.about-content-title ul li.active a {
  color: #5a49f8;
  border-bottom: 1px solid#5737f9;
  padding-bottom: 12px;
}
.about-content-description p {
  margin-top: 28px;
  margin-bottom: 15px;
}
.about-content-inner {
  background: #fff;
  padding: 0px 11px 30px;
}
.about-content-inner ul li {
  text-decoration: none;
  list-style: none;
  padding: 0 0 6px 0;
}
.about-content-inner ul li i {
  display: inline-block;
  float: left;
  margin-top: 11px;
  margin-right: 13px;
  height: 22px;
  width: 22px;
  background: darkorange;
  color: #fff;
  text-align: center;
  line-height: 22px;
  border-radius: 100%;
  font-size: 10px;
}
.about-content-inner ul li i.two {
  background: #7310d7;
}
.about-content-inner ul li i.three {
  background: darkturquoise;
}
.about-content-inner h4 {
  font-size: 16px;
  font-family: "Rubik";
  font-weight: 400;
  display: inline-block;
  line-height: 25px;
}
.zomia-button a {
    color: #fff;
    background: linear-gradient(to right, #f58634 0%, #f58634 97%);
    border: 1px solid #7f7f83;
  padding: 12px 37px;
  vertical-align: middle;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  transition: 0.3s;
}
.zomia-button a:hover {
  background: linear-gradient(to right, #0160a7 0%, #0169b6 97%);
}
/*=====================
	about-us-area-end
=======================*/

/*=====================
	network-area-start
=======================*/
.network-area {
  padding: 58px 0 130px 0;
}
.network-thumb {
  position: relative;
  padding: 0 0 0 50px;
  margin: -20px 0 0 0;
}
.network-area .section-description p {
  margin: 24px 0 31px 0;
}
.img-animation {
  bottom: 0;
  left: 0;
  animation-name: img-up-down;
  animation-duration: 1.2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes img-up-down {
  0% {
    left: 0px;
    bottom: -90px;
  }
  100% {
    left: 0px;
    bottom: -65px;
  }
}
.network-shape-thumb {
  position: absolute;
  left: 0;
  bottom: -90px;
}
/*=====================
	network-area-end
=======================*/

/*=====================
	feature-area-start
=======================*/
.feature-area {
  padding: 100px 0 100px 0;
  width: 100%;
  height: 423px;
  position: relative;
  background: url(assets/images/feature-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-title.t-center {
  text-align: center;
}
.feature-area .section-title h5 {
  color: #fff;
}
.feature-area .section-main-title h1 {
  color: #fff;
}
.feature-area .section-description p {
  color: #fff;
}
.section-title.t-center .section-description {
  width: 58%;
  margin: 14px auto 0;
}
.single-feature-area {
  position: relative;
  top: -144px;
  width: 1140px;
  margin: auto;
}
.single-feature {
  position: relative;
  padding-top: 30px;
}
.single-feature-inner {
  box-shadow: 0px 5px 20px 0px rgb(164 155 221 / 15%);
  background: #fff;
  padding: 41px 20px 36px 30px;
  border-radius: 5px;
  transition: 0.5s;
}
.feature-icon {
  position: relative;
  z-index: 1;
  padding-right: 23px;
  top: 20px;
  width: 100%; /* Garante que a div ocupe toda a largura disponível */
  height: 100%; /* Garante que a div ocupe toda a altura disponível */
}
.feature-icon img {
  width: 100%; /* A imagem ocupará toda a largura da div */
  height: 100%; /* A imagem ocupará toda a altura da div */
  object-fit: cover; /* Garantir que a imagem preencha o contêiner sem distorção */
}
.feature-icon:before {
 /*  position: absolute;
  content: "";
  top: -26px;
  left: -50px;
  z-index: -1;
  transition: 0.5s;
 background: url(assets/images/feature-img3.png); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 120px;
  width: 120px; */
}
.feature-icon.two:before {
 /* background: url(assets/images/feature-img2.png); */ 
}
.feature-icon.three:before {
/*  background: url(assets/images/feature-img1.png); */ 
}


.feature-title h3 {
  font-size: 22px;
  color: #1d2124;
  font-weight: 600;
  margin: 0 0 11px 0;
}
.feature-description p {
  margin: 0;
  position: relative;
  left: 0;
}
.single-feature-inner:hover {
  transform: translate3d(-10px, 0, 0);
}
/*=====================
	feature-area-end
=======================*/
/*=====================
	connection-area-start
=======================*/
.connection-area {
  padding: 0 0 104px 0;
}
.connection-area.pricing {
  padding: 140px 0 104px 0;
}
.single-connection {
  background: url(assets/images/connection-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: -38px 68px 0 0;
  border-radius: 5px;
}
.connection-content {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 42px 59px 48px;
}
.connection-title h3 {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  padding-bottom: 10px;
  transition: 0.5s;
}
span.sign {
  display: inline-block;
  position: relative;
  text-align: left;
  color: #fff;
  margin: 8px 0 0;
  font-size: 34px;
  font-weight: 400;
}
span.taka {
  font-size: 90px;
  position: relative;
  font-weight: 600;
  color: #fff;
  top: 40px;
}
span.month {
  font-size: 19px;
  font-weight: 500;
  text-align: left;
  color: #fff;
  top: 40px;
  position: relative;
}
.connection-body {
  border-top: 1px solid #f2f7fb;
  margin-top: 74px;
}
.connection-body ul {
  padding: 29px 0 0;
}
.connection-body ul li {
  font-size: 18px;
  padding: 6px 0;
  color: #fff;
  list-style: none;
}
.connection-body ul li i {
  margin-right: 12px;
  font-size: 14px;
}
.section-description.connection p {
  padding: 25px 0 15px 0;
}
.sale-offer {
  position: absolute;
  top: 125px;
  z-index: 1;
  right: -5px;
}
.sale-offer.animation {
  top: 0;
  right: -5px;
  animation-name: img-down-up;
  animation-duration: 1.2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes img-down-up {
  0% {
    right: -5px;
    top: 125px;
  }
  100% {
    right: -5px;
    top: 100px;
  }
}
.connection-content:hover {
  border-color: #5a49f8;
}
/*=====================
	connection-area-end
=======================*/

/*=====================
	pricing-area-start
=======================*/
.pricing-area {
  background: url(assets/images/pricing-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0 70px 0;
}
.pricing-area .section-title.t-center {
  padding: 0 0 60px 0;
}
.section-sub-title h5 span::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20px;
  background: #ffffff;
  top: 46%;
  border-radius: 15px;
  right: -40px;
}
.section-sub-title h5 span::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 46%;
  background: #ffffff;
  border-radius: 50%;
  right: -53px;
}
.pricing-content.active-star::before {
  content: "+ VENDIDO";
  color: #fff;
  background: #005dc0;
  padding: 3px 16px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  top: 45px;
  right: -24px;
  transform: rotate(90deg);
}
.single-pricing {
  margin: 0 0 30px 0;
  box-shadow: 0 4px 8px rgb(0 0 0 / 4%); /* marcelo não tinha */
  border-radius: 8px; /* marcelo não tinha  */
}
.pricing-title {
  text-align: center;
}
.pricing-content {
  transition: 0.5s;
  padding: 43px 40px 40px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: left;
  border: 0;
  box-shadow: 0px 5px 30px 0px rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background: #fff;
}
.pricing-icon-thumb {
    height: 142px; /* Altura definida */
    text-align: center; /* Centraliza horizontalmente o conteúdo */
    position: relative; /* Cria um contexto de posicionamento para o ícone */
}
.pricing-icon-thumb img {
    height: 100%; /* Garante que a imagem preencha a altura da div */
    width: auto; /* Mantém a proporção da imagem */
}

.pricing-icon-thumb i {
    position: absolute;
    top: 50%; /* Centraliza verticalmente */
    left: 50%; /* Centraliza horizontalmente */
    transform: translate(-50%, calc(-50% - 20px)); /* Move 20px acima */
    font-size: 30px; /* Tamanho do ícone */
    color: #FFF; /* Cor do ícone */
	 opacity: 0.8; /* Define a opacidade, entre 0 (invisível) e 1 (totalmente visível) */
    pointer-events: none; /* Impede que o ícone interfira na interação com a imagem */
}


.pricing-title h3 {
  font-size: 20px;
  padding-bottom: 0;
  color: #1d2124;
  font-weight: 500;
  margin: 0 0 33px;
  text-transform: capitalize;
  transition: 0.3s;
}
.pricing-item {
  text-align: center;
}
span.price-dolar-sign {
  color: #023491;
  font-size: 24px;
  font-weight: 400;
}
span.price-dolar {
  color: #f58534;
  font-size: 53px;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s;
}
.pricing-body {
  border-top: 1px solid #e9ebeb !important;
  margin-top: 23px;
}
.pricing-body ul {
  padding: 16px 0 6px;
}
.pricing-body ul li {
  display: block;
  font-size: 16px;
  padding: 4px 0;
  list-style: none;
}
.pricing-body ul li i {
  color: #0160a7;
  font-size: 14px;
  margin: 0 9px 0 0;
}
.pricing-button {
  text-align: center;
  padding: 23px 0 0 0;
}

.pricing-button.regular {
  text-align: center;
  padding: 0px 0 0 0;
}

.pricing-button.regular .zomia-button a {
  background: inherit;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px;
  color: #f58634;
  border: 1px solid #e97723;
  border-radius: 5px;
  transition: 0.5s;
  width: 100%;
}

.pricing-button.regulars {
  text-align: center;
  padding: 23px 0 0 0;
}

.pricing-button.regulars .zomia-button a {
  background: inherit;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px;
  color: #f58634;
  border: 1px solid #e97723;
  border-radius: 5px;
  transition: 0.5s;
  width: 100%;
}

.pricing-button .zomia-button a {
  background: inherit;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 22px;
  color: #f58634;
  border: 1px solid #e97723;
  border-radius: 5px;
  transition: 0.5s;
}
.zomia-button.active a {
    color: #fff;
    background: linear-gradient(to right, #f58634, #e37828);
    transition: 0.5s;
}

.pricing-button .zomia-button a:hover {
    background: linear-gradient(to right, #f38433, #e47929);
    color: #FFF;
}
.pricing-content:hover .pricing-button .zomia-button a {
  background: linear-gradient(to right, #f38433, #e47929);
    color: #FFF;
}
.pricing-content:hover .zomia-button a:hover {
  background: linear-gradient(to right, #f38433, #e47929);
    color: #FFF;
}
/*=====================
	pricing-area-end
=======================*/

/*============================
	why-choose-us-area-start
==============================*/
.why-choose-us-area {
  padding: 100px 0 100px 0;
  width: 1140px;
  margin: auto;
}
.why-choose-us-area .section-title.t-left {
  position: relative;
  margin-bottom: 21px;
}
.single-choose-us {
  position: relative;
}
.choose-us-thumb1 {
  position: relative;
  left: -130px;
  top: -20px;
}
.choose-us-thumb2 {
  position: absolute;
  top: 115px;
  left: -45px;
  z-index: 1;
}
.choose-us-thumb2.img-animation {
  top: 115px;
  left: -45px;
  animation-name: up-down;
  animation-duration: 1.2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes up-down {
  0% {
    left: -45px;
    top: 125px;
  }
  100% {
    left: -45px;
    top: 100px;
  }
}
.choose-inner {
  position: relative;
  padding: 0 0 0 33px;
}
.choose-description {
  position: relative;
  left: 20px;
}
.single-why-choose-us {
  padding: 5px 0 0 0;
}
.choose-us-content {
  margin-top: 20px;
  background: #fff;
  margin-bottom: 0px;
  padding: 40px 30px 40px 41px;
  border-radius: 5px;
  box-shadow: 2px 3px 8px 5px #f2f4fe;
  transition: 0.5s;
}


.single-why-choose-us a {
	color:#646464;
}

.choose-inner .choose-description p::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  top: 8px;
  left: -20px;
  border: 1px solid#6e6e6e;
  border-radius: 100%;
}
.choose-title h3 {
  color: #1d2124;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 13px 0;
}
.choose-description p {
  margin: 0 0 0 0;
  position: relative;
}
.bar-title h3 {
  padding: 34px 29px;
  background: #fff;
  border-radius: 50%;
  border-right: 6px solid #ff930e;
  border-left: 6px solid #e9ecef;
  border-top: 6px solid #ff930e;
  border-bottom: 6px solid #ff930e;
}
.bar-title.two h3 {
  padding: 34px 29px;
  background: #fff;
  border-radius: 50%;
  border-right: 6px solid #5a49f8;
  border-left: 6px solid #e9ecef;
  border-top: 6px solid #5a49f8;
  border-bottom: 6px solid #5a49f8;
}
.circle-wrap {
  width: 90px;
  height: 90px;
  background: #eaebff;
  border-radius: 50%;
}
.circle-wrap .circle .mask,
.circle-wrap .circle .fill {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
}
.circle-wrap .circle .mask {
  clip: rect(58px, 90px, 100px, 0);
}
.circle-wrap .inside-circle {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: #fff;
  line-height: 80px;
  text-align: center;
  margin-top: 7px;
  margin-left: 7px;
  color: #616161;
  position: absolute;
  z-index: 100;
  font-weight: 700;
  font-size: 16px;
}
/* color animation */

/* 3rd progress bar */
.mask .fill {
  clip: rect(0, 100px, 100px, 30px);
  background-color: #ff930e;
}
.mask.full,
.circle .fill {
  animation: fill ease-in-out 3s;
  transform: rotate(135deg);
}
@keyframes fill {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
.mask2 .fill {
  clip: rect(0, 100px, 100px, 30px);
  background-color: #5a49f8;
}
.why-choose-us-area.about-us-area {
  padding: 40px 0 100px 0;
}
.choose-us-content:hover {
  transform: translate3d(-10px, 0, 0);
}
/*==========================
	why-choose-us-area-end
============================*/

/*============================
	google-map-area-start
==============================*/
.map-area iframe {
  height: 455px;
  width: 100%;
}
/*============================
	google-map-area-end
==============================*/

/*============================
	contact-area-start
==============================*/
.contact-area {
  background-color: #fff;
  position: relative;
  width: 1140px;
  margin: auto;
}
.contact-section {
  box-shadow: 8px 9px 35px 0px rgb(145 145 145 / 24%);
  transition: 0.3s;
  padding: 59px;
  background: #fff;
  margin-top: -139px;
  margin-bottom: 0px;
  z-index: 2;
}
.contact-address {
  background-color: #095f9d;
  padding: 56px 39px 60px 39px;
  border-radius: 5px;
  margin-right: 24px;
}
.contact-icon {
  margin: 7px 0 0 0;
}
.contact-icon i {
  font-size: 38px;
  color: #fff;
  padding-right: 26px;
}
.contact-social-icon {
  margin-top: 25px;
  text-align: left;
}
.contact-social-icon a {
  background-color: #f58634;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  margin-right: 7px;
}
.contact-inner .title h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.contact-inner .description p {
  margin: 0;
  transition: 0.5s;
  color: #fff;
  margin-bottom: 25px;
}
.contact-title h2 {
  font-size: 32px;
  margin: 0 0 34px;
}
.input-box {
  margin-bottom: 15px;
}
.input-box input {
  width: 100%;
  height: 54px;
  border: transparent;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  padding: 6px 20px;
  outline: none;
  color: #495057;
  border-radius: 5px;
  transition: 0.3s;
}
.input-box textarea {
  width: 100%;
  height: 176px;
  border: transparent;
  border: 1px solid #e6e6e6;
  background: #fff;
  box-shadow: none;
  padding: 6px 20px;
  color: #495057;
  border-radius: 5px;
  outline: none;
  transition: 0.3s;
}
.contact-area .input-button {
  text-align: center;
}
.contact-area .input-button {
  padding-bottom: 25px;
}
.input-button button {
    display: inline-block;
    padding: 14px 39px;
    text-align: center;
    border: transparent;
    border-radius: 7px;
    font-weight: 400;
    background: linear-gradient(to right, #f58634, #cd661a);
    color: #fff;
    transition: 0.5s;
    width: 100%;
}
.input-box ::placeholder {
  color: #7b838a;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
.input-box input:focus {
  color: #495057;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #f58634 !important;
  box-shadow: none;
}
.input-box textarea:focus {
  background-color: rgba(255, 255, 255, 0.7);
  border-color: #740fd6 !important;
  box-shadow: none;
}
.contact-social-icon a:hover {
  background-color: #ffffff;
  color: #007bff;
}
.input-button button:hover {
    background: linear-gradient(to right, #015695, #116caf);
    color: #fff;
}
/*============================
	contact-area-end
==============================*/

/*==========================
	subscribe-area-start
============================*/
.subscribe-area {
  position: relative;
  width: 1140px;
  margin: auto;
}
.subscibe-shape-thumb {
  position: absolute;
  top: -300px;
  right: -200px;
  z-index: -1;
}
.single-subscribe {
  background: url(assets/images/subscibe-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 65px 50px 74px 50px;
  border-radius: 10px;
}
.subscribe-title h1 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 44px;
  margin: 0;
}
.subscribe-title h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  line-height: 25px;
}
.single-subscribe form {
  margin: 25px 0 0 0;
}
.form-field p {
  color: #333;
  font-size: 16px;
}
.form-field input {
  font-size: 16px;
  height: 55px;
  padding: 5px 25px;
  position: relative;
  width: 67%;
  background: #fff;
  margin: auto;
  border: 0;
  right: -20px;
  border-radius: 5px;
  color: #1d2124;
}
p.submit-button {
  right: 34px;
}
.submit-button input {
    background: #f58634;
    border: 1px solid #025797;
  color: #fff;
  width: 100%;
  transition: 0.3s;
}
.submit-button {
  position: absolute;
  top: 25px;
}
p.submit-button input {
  padding: 0 38px;
}
.form-field input:focus {
  outline: none;
  border: none;
}
.submit-button input:hover {
background: #025797;
    border-color: #fff;
}
/*==========================
	subscribe-area-end
============================*/

/*==========================
	team-area-start
============================*/
.team-area {
  padding: 100px 0px 80px 0px;
  background-color: #f7faff;
}
.team-area .section-sub-title h5::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20px;
  background: #cdc8fd;
  top: 46%;
  border-radius: 15px;
  left: -40px;
}
.team-area .section-sub-title h5::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 46%;
  background: #cdc8fd;
  border-radius: 50%;
  left: -53px;
}
.team-area .section-main-title h2 {
  font-size: 38px;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 0;
}
.team-area .section-title.t-center .section-description {
  width: 56%;
  margin: 14px auto 46px;
}
.single-team {
  margin: 10px 0 30px 0;
  transition: 0.5s;
  position: relative;
}
.team-thumb {
  position: relative;
  overflow: hidden;
}
.team-thumb img {
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.team-thumb::before {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  background-image: linear-gradient(#0767ad 0%, #054c7a 0%);
  content: "";
  transition: 0.5s;
  transition: 0.5s;
  width: 0%;
  opacity: 0.5;
  border-radius: 4px;
}
.team-description {
  width: 100%;
  position: relative;
  top: 0;
  opacity: 1;
  padding: 15px 20px 15px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: 0.3s;
  box-shadow: 10px 17px 38px 0 rgba(0, 0, 0, 0.1);
}
.team-content-title {
  padding: 10px 0;
}
h3.name {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
h4.designation {
  font-size: 13px;
  text-transform: uppercase;
  color: #5a49f8;
  float: none;
  font-weight: 500;
}
.team-social-icon a {
  color: #fff;
  background: inherit;
  text-align: center;
  margin: 0 5px;
  display: inline-block;
  margin-top: 0;
  height: 30px;
  width: 30px;
  border-radius: 100%;
}
.team-social-icon {
  right: 0;
  width: 83%;
  position: absolute;
  background: #5a49f8;
  padding: 7px 0;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
  top: inherit;
  transform: inherit;
  left: 0;
  text-align: center;
  margin: auto;
  bottom: 60px;
}
.single-team:hover .team-thumb::before {
  width: 100%;
  opacity: 0.6;
  left: 0;
}
.single-team:hover {
  margin: 0 0 30px 0;
}
.single-team:hover .team-social-icon {
  bottom: 105px;
  opacity: 1;
}
/*==========================
	team-area-end
============================*/

/*============================
	blog-area-start
==============================*/
.blog-area {
  padding: 95px 0px 83px 0px;
}
.blog-area .section-description p {
  margin-bottom: 42px;
}
.section-title.t-center .section-sub-title h5::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 46%;
  background: #ffffff;
  border-radius: 50%;
  left: -53px;
}
.section-title.t-center .section-sub-title h5::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20px;
  background: #ffffff;
  top: 46%;
  border-radius: 15px;
  left: -40px;
}
.blog-meta {
  text-align: center;
}
.blog-area.searvices-blg {
  padding: 130px 0px 75px 0px;
}
.blog-area.contact-blg {
  padding: 10px 0px 88px 0px;
  background: #ffffff;
}
.single-blog {
  margin: 10px 0 30px 0;
  overflow: hidden;
  position: relative;
  text-align: left;
  transition: 0.3s;
  background: #fff;
  border: 0;
  box-shadow: 0px 8px 60px rgb(243 242 255);
  border-radius: 7px;
}
.blog-content.upper {
  background: #fff;
}
.blog-thumb {
  overflow: hidden;
  position: relative;
}
.blog-thumb img {
  width: 100%;
}
.blog-thumb.upper:before {
  position: absolute;
  left: 50%;
  top: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(to right, rgba(10, 29, 72, 0.6), rgba(2, 37, 71, 0.6));
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.blog-meta a {
  margin-right: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #646464;
  position: relative;
  font-weight: 400;
}
.blog-meta span {
  margin-right: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  font-size: 16px;
  text-decoration: none;
  text-transform: capitalize;
  color: #646464;
  position: relative;
  font-weight: 400;
}
.blog-meta span::before {
  content: "";
  background: #e0e1fc;
  width: 8px;
  height: 8px;
  position: absolute;
  right: -28px;
  top: 10px;
  border-radius: 50%;
}
.blog-meta i {
  color: #f58634;
  margin-right: 14px;
}
.blog-meta a:last-child {
  margin-right: 0;
}
.blog-title h3 {
  font-size: 21px;
  margin: 20px 0 16px;
  line-height: 1.2;
  position: relative;
  border-top: 1px solid #f0effe;
  transition: 0.5s;
  padding: 27px 0 4px 0;
}
.blog-title a {
  margin-bottom: 0;
  text-transform: none;
  transition: 0.5s;
  font-weight: 600;
}
.zomia-learn-button.upper a::before {
  position: absolute;
  content: "\f061";
  font-size: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #5a49f8;
  z-index: 9999;
  left: 108px;
  transition: 0.5s;
}
.zomia-learn-button.upper a {
  color: #5a49f8;
  border-bottom: 1px solid #5a49f8;
}
.single-blog:hover {
  transform: translateY(-10px);
}
.zomia-learn-button.upper a:hover::before {
  left: 115px;
}
.single-blog:hover .blog-thumb.upper:before {
  opacity: 0.7;
  width: 100%;
  left: 0%;
}
.blog-meta a:hover,
.blog-meta span:hover {
  color: #f58634;
}
.blog-title a h3:hover {
  color: #0260a8;
}
/*============================
	blog-area-end
==============================*/

/*============================
	blog-list-area-start
==============================*/
.blog-thumb.blog-list-thumb img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}
.blog-list-left {
  margin-bottom: 40px;
  padding: 45px 30px 28px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.blog-thumb .blog-grid-meta-top {
  position: absolute;
  left: 5px;
  top: 5px;
}
.blog-grid-meta-top {
  position: absolute;
  left: 30px;
  top: 30px;
}
.blog-grid-meta-top ul {
  list-style: none;
}
.blog-grid-meta-top li {
  display: inline-block;
}
.blog-grid-meta-top li a {
  display: inline-block;
  background: #f58634;
  padding: 0 16px;
  line-height: 19px;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  border-radius: 5px;
}
.blog-content {
  overflow: hidden;
  padding: 22px 26px 28px;
  background: #f6f6f6;
}
.blog-list-inner h3 {
  font-size: 23px;
  margin-bottom: 16px;
  margin-top: 11px;
}
.blog-list-inner h3 a {
  display: block;
  font-weight: 600;
  margin-bottom: 0;
  text-transform: none;
  transition: 0.5s;
  color: #1d2124;
  font-size: 23px;
  border-top: none;
  padding-top: 0;
  margin-top: 13px;
}
.blog-area.blog-list .blog-meta {
  text-align: left;
}
.blog-form-field {
  display: block;
  position: relative;
  width: 90%;
}
label {
  color: #616161;
  cursor: pointer;
  margin-bottom: 10px;
  width: 100%;
}

label.agenda {
  color: #616161;
 cursor: default; /* Isso deixa o mouse normal */
  margin-bottom: -10px;
  width: 100%;
}

.ui-datepicker {
  z-index: 1055 !important; /* igual ou maior que o modal */
}

.agendaA {
   margin-bottom: 10px;

}

p.blog-submit-button {
  color: #fff;
  border-radius: 3px;
  border: initial;
  position: absolute;
  padding: 0;
  right: -30px;
  top: 0;
}
.blog-list-left input[type="submit"] {
    color: #fff;
    border-radius: 3px;
    border: 1px solid #f58634;
    background: linear-gradient(to right, #cb651a, #f58634);
    padding: 8px 15px;
}
.blog-list-left input[type="text"] {
  padding: 9px;
  border-radius: 8px;
  flex-grow: 1;
  min-width: 3em;
  color: #616161;
  border: 1px solid #ced4da;
  font-size: inherit;
  font-family: inherit;
  width: 76% !important;
  line-height: inherit;
}
.blog-list-left .blog-form-field input[type="text"]:focus {
  outline: 0;
  border: 1px solid #ced4da;
}
.single-blog-list {
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
  transition: 0.5s;
  border: 1px solid #e6e6e6;
}
.single-blog-list.single-widget {
  padding: 37px 21px 0 28px;
}
.single-blog-list.Categories {
  padding: 25px;
}
.single-blog.list {
  margin-bottom: 40px;
}
.single-widget-item h2.widget-title {
  color: #232323;
  display: block;
  font-size: 21px;
  margin-top: 0;
  margin-bottom: 40px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
}
.single-widget-item h2.widget-title:before {
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 88px;
  height: 3px;
  background: #d3d3d3;
  content: "";
}
.single-widget-item h2.widget-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -13px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #f58634;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-name: MOVE-BG;
}
@-webkit-keyframes MOVE-BG {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(88px);
  }
}
.recent-post-item ul li {
  list-style: none;
}
.recent-post-item ul li a {
  color: #616161;
  font-weight: 400;
  transition: 0.3s;
}
.single-blog-list .recent-post-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 10px;
  margin-top: 0;
  overflow: hidden;
}
.recent-post-item:last-child {
  border-bottom: 0;
}
.recent-post-thumb {
  margin: 0 25px 0 0;
}
.recent-post-thumb a {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 17px;
}
.recent-post-thumb img {
  border-radius: 5px;
  height: 80px;
  width: 80px;
}
.recent-post-text .rcomment {
  color: #616161;
  font-weight: 400;
  font-size: 15px;
}
.recent-post-text h4 a {
  color: #1d2124;
  font-size: 16px;
  line-height: 22px;
  line-height: 0.2;
  transition: 0.3s;
  font-weight: 600;
}

.linha {
line-height: 1;
}
.recent-post-text .rcomment {
  color: #616161;
  font-size: 15px;
}
.single-blog.list.search {
  border: 1px solid #e6e6e6;
}
.single-blog.list.search .blog-content {
  overflow: hidden;
  padding: 28px 35px 30px;
}
.blog-area.home {
  padding: 100px 0px 70px 0px;
}
.search-error h3 {
  display: block;
  font-size: 60px;
  color: #5f4ff8;
}
.search-error p {
  font-size: 18px;
  margin: 14px 0 20px;
}
.search {
  position: relative;
  border-radius: 8px;
}
.search input {
  background: #fff none repeat scroll 0 0;
  height: 55px;
  position: relative;
  width: 100%;
  border: 1px solid #ced4da;
  color: #616161;
  transition: 0.3s;
  border-radius: 8px;
}
.search button {
  border: 0 none;
  color: #fff;
  font-size: 18px;
  position: absolute;
  right: 0;
  top: 0;
  width: 3%;
  height: 100%;
  background: scroll;
  outline: none;
}
button.icons i {
  background: transparent none repeat scroll 0 0;
  border: 0 none;
  color: #616161;
  font-size: 18px;
  padding: 1px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 53px;
}
.search-error .search input {
  height: 54px;
  border: 1px solid #ddd;
}
.paginations {
  text-align: left;
  margin-top: 20px;
  padding-left: 0;
  padding-bottom: 20px;
}
.page-numbers li {
  display: inline-block;
  text-align: center;
}
.paginations a,
.page-numbers span.current {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 5px 0 0;
  color: #9990b8;
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.blog-list-left input[type="submit"]:hover {
  background: linear-gradient(to left, #f58634, #efa56f);
}
.blog-list-inner h3 a:hover {
  color: #5f4ff8;
}
.recent-post-text h4 a:hover {
  color: #f58634;
}
.recent-post-item ul li a:hover {
  color: #000;
}
.single-blog-list:hover {
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.single-blog.blog-grid:hover {
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.blog-area.home .single-blog.list.search:hover {
  -webkit-box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  box-shadow: 6px 5px 30px rgba(0, 0, 0, 0.12);
  border-color: transparent;
}
.paginations a:hover,
.paginations a.current,
.page-numbers span.current {
    color: #fff;
    background: linear-gradient(to right, #f58634 0%, #d77228 97%);
    border: 1px solid #d36717;
}
/*============================
	blog-list-area-end
==============================*/

/*============================
	blog-details-area-start
==============================*/
.single-blog-list.single-blog-details {
  margin-bottom: 40px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
  padding: 0;
}
.single-blog-details .blog-content {
  overflow: hidden;
  padding: 38px 45px 45px;
  box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
}
.blog-area.blog-details-area .blog-content {
  overflow: hidden;
  padding: 38px 45px 45px;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
.blog-area.blog-details-area .blog-meta {
  text-align: left;
  margin-bottom: 23px;
}
.blog-area.blog-details-area .single-blog-list.Categories {
  padding: 33px 21px 8px 28px;
}
.single-blog.blog-grid {
  margin: 0 0 30px 0;
  box-shadow: none;
}
.blog-details-inner h3 {
  font-size: 30px;
  margin: 17px 0 10px 0;
}
.blog-dtls-desc {
  border-left: 4px solid #f58634;
  background: 0 0;
  position: relative;
  background-color: #edf0f2;
  padding: 24px 39px 24px 37px;
  margin: 0 0 31px 0;
}
.blog-dtls-desc p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 7px;
  color: #212529;
}
.blog-details-social-icon {
  padding-top: 40px;
  text-align: left;
  border-top: 1px solid #e6e6e6;
  margin-top: 40px;
  text-align: left;
}
.blog-details-social-icon a i {
  border: 1px solid #e6e6e6;
  color: #565872;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 9px 0 0;
  text-align: center;
  width: 40px;
  border-radius: 5px;
  transition: 0.5s;
}
button i {
  font-size: 15px;
  padding-left: 4px;
  font-weight: 400;
}
.blog-details-social-icon a i:hover {
    background: #f58634;
    border-color: #f58634;
  color: #fff;
}
/*============================
	blog-details-area-end
==============================*/

/*============================
	faq-area-start
==============================*/
.faq-area {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #f4f3ff;
  padding: 90px 0px 75px 0px;
}
.faq-area .section-description p {
  width: 100%;
  padding-bottom: 26px;
}
.faq-area .section-sub-title h5::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 20px;
  background: #cdc8fd;
  top: 46%;
  border-radius: 15px;
  left: -40px;
}
.faq-area .section-sub-title h5::after {
  position: absolute;
  content: "";
  height: 5px;
  width: 5px;
  top: 46%;
  background: #cdc8fd;
  border-radius: 50%;
  left: -53px;
}
.faq-area .accordion {
  max-width: 100%;
  list-style: none;
}
.faq-area .accordion li {
  background: #ffffff;
  position: relative;
  margin-bottom: 23px;
  box-shadow: 0px 0 36px rgb(0 0 0 / 4%);
  transition: 0.5s;
}
.faq-area .accordion a {
  width: 100%;
  display: block;
  border: none;
  outline: 0;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  text-indent: 25px;
  user-select: none;
  color: #1d2124;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
  background: #fff;
  padding: 15px 0;
  transition: 0.5s;
}
.faq-area .accordion li a.active {
  background: #fff;
  padding: 15px 0 0 0px;
  border-radius: 5px;
  font-size: 18px;
  transition: 0.5s;
}
.faq-area .accordion a:hover {
  color: #5a49f8;
}
.faq-area .accordion p {
  display: none;
  padding: 10px 25px 10px;
  color: #646464;
  font-size: 16px;
  transition: 0.5s;
}
ul.accordion li a.active i {
  transform: rotate(90deg);
  right: 24px;
  top: 0;
}
ul.accordion li a i {
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 24px;
  top: 16px;
  transition: 0.5s;
}
ul.accordion li a {
  position: relative;
}
ul.accordion li a.active::before {
  left: 27px;
  content: "";
  bottom: -3px;
  height: 3px;
  background: #efedfe;
  width: 80%;
  position: absolute;
}
ul.accordion li a.active:hover::before {
  width: 80%;
}
.accordion li a::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 16px;
  top: 15px;
}
.accordion li a.active::after {
  content: "\f068";
}
.faq-single-thumb {
  text-align: center;
}
.faq-single-thumb.faq-img-animation img {
  width: 100%;
}
.faq-img-animation {
  width: 100%;
  height: 100%;
  position: relative;
  animation-name: faq-up-down;
  animation-duration: 2s;
  animation-delay: 0.01s;
  animation-iteration-count: 0;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes faq-up-down {
  0% {
    left: 0px;
    bottom: 25px;
  }
  100% {
    left: 0px;
    bottom: 10px;
  }
}
.faq-area .accordion a:hover {
  color: #5a49f8;
}
.faq-area .accordion li a.active,
.faq-area .accordion a:hover {
  color: #366aaf;
  transition: 0.5s;
}
/*====================
	faq-area-end
======================*/

/* Calender*/
.calender-area {
  height: 465px;
  padding: 25px 0px 38px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border: 1px solid #e6e6e6;
}
.celender-box {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 13px 4px 8px 19px;
  color: #fff;
}
.sidebar-search {
  padding-top: 11px;
  padding-bottom: 13px;
}
.sidebar-search input:focus {
  border: 1px solid #f00;
}
.widget-title h2 {
  font-size: 25px;
  padding-left: 10px;
}
.curr-month {
  display: block;
  font-size: 21px;
  margin-bottom: 5px;
  padding-bottom: 0;
  position: relative;
  text-transform: capitalize;
  font-weight: 700;
  color: #255946;
  padding-left: 25px;
}
.curr-month-name p {
  font-size: 16px;
  font-weight: normal;
  text-transform: capitalize;
  color: #616161;
  padding-left: 25px;
  margin-bottom: 25px;
}
.all-days {
  width: 100%;
  height: 40px;
  background-color: #fff;
  float: left;
}
.tag-item .all-days ul,
.tag-item .all-date ul {
  list-style: none;
  display: block;
  height: 30px;
  width: 95%;
  background: #fff;
  margin: 0 auto 0;
  font-size: 14px;
  font-weight: 300;
  padding-left: 18px;
}
.tag-item .all-days ul li,
.tag-item .all-date ul li {
  float: left;
  width: 50px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e5e5e5;
  color: #333;
  height: 40px;
  background: #fff;
}
.tag-item .all-days ul li {
  font-weight: 600;
}
.all-date {
  width: 100%;
  height: 280px;
  float: left;
  overflow: hidden;
}
.all-date li {
  height: 40px;
  width: 50px;
  line-height: 40px;
  border: 1px solid #ccc;
  background-color: #fff;
}
.all-date li.monthdate:hover {
  background: linear-gradient(to right, #740fd7 0%, #533eff 97%);
  color: #fff;
}
/*============================
	calendar-area-end
==============================*/

/*============================
	footer-area-start
==============================*/
.footer-area {
  padding: 125px 0 20px;
  position: relative;
  z-index: 1;
  background: url("assets/images/footer-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.widge-about-text {
  margin-top: 25px;
}
.widge-about-text p {
  color: #fff;
}
.widge-social-icon {
  margin-top: 25px;
}
.widget-title h4 {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 0;
  position: relative;
  color: #fff;
  font-weight: 600;
}
.widget-title.footer-title h4 {
  margin-bottom: 20px;
}
.widge-social-icon a {
  background-color: #f58634;
  height: 45px;
  width: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  margin-right: 7px;
}
.single-widget.upper {
  position: relative;
  padding-left: 35px;
}
.widge-link ul li:first-child {
  padding-top: 0;
}
.widge-link ul li {
  position: relative;
  list-style: none;
  margin-bottom: 11px;
}
.widge-link ul li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  transition: 0.5s;
  padding: 0 0 0 20px;
  text-decoration: none;
}
.widge-link ul li::before {
  position: absolute;
  content: "\f061";
  left: 0;
  top: 0;
  font-size: 12px;
  font-family: "FontAwesome";
  font-weight: 900;
  color: #fff;
  padding-right: 14px;
}
.widget-inner {
  margin-top: 0px;
  margin-bottom: 0;
}
.widget-social-information {
  overflow: hidden;
  margin-bottom: 0;
}
.widget-social-information h5 {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
}
.widget-social-information p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 13px;
}
.widget-icon {
  margin-right: 17px;
  margin-top: 13px;
}
.widget-icon i {
  height: 45px;
  width: 45px;
  background: #f58634;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  font-size: 20px;
  padding: 11px 12px;
}
.copyright-text {
  text-align: center;
  border-style: solid;
  border-width: 1px 0px 0px 0px;
  border-color: #ffffff33;
  transition: 0.3s;
  margin-top: 60px;
  margin-bottom: 0px;
  padding: 23px 0px 0px 0px;
}
.copyright-text p {
  color: #fff;
  padding: 0;
  margin: 0;
}
.widge-social-icon a:hover {
  background: #ffffff;
  color: #f58634;
}
.widge-link ul li:hover::before {
  color: rgb(53, 185, 253);
}
.widge-link ul li a:hover {
  color: rgb(53, 185, 253);
}
/*============================
	footer-area-end
==============================*/

/*==================
    Search Popup
===================
***/
.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.search-popup {
  width: 100%;
}
.search-box-btn.search-box-outer {
  display: inline-block;
  padding: 4px 10px 0 0;
  border-radius: 3px;
  margin-right: 20px;
  background: inherit;
}
.search-box-btn.search-box-outer i {
  cursor: pointer;
  color: #211e3b;
}
.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}
.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #f58634;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  -webkit-transition: all 500ms ease;
  height: 70px;
  line-height: 70px;
  text-align: center;
}
.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.search-active .search-popup form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}
.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  border: none;
}
.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}
.search-popup .close-search.style-two {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  top: 25px;
  margin: 0px;
  border: none;
  background: none !important;
  box-shadow: none !important;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.flaticon-multiply:before {
  content: inherit;
}
button.close-search i {
  font-size: 25px;
  color: #fff;
  display: inline-block;
}
span.flaticon-multiply i {
  display: inline-block;
  color: #ffffff;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}
#scrollUp {
  bottom: 30px;
  color: #fff;
  font-size: 34px;
  height: 60px;
  line-height: 60px;
  right: 80px;
  text-align: center;
  width: 60px;
  border-radius: 100%;
  background: #f58634;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/*Loader*/
.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  transition: 0.8s 1s ease;
  z-index: 99999;
}
.loader {
  position: relative;
  display: block;
  z-index: 201;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  border-radius: 50%;
  transition: all 1s 1s ease;
  border: 3px solid transparent;
  border-top-color: #f58634;
  -webkit-animation: spin 1.5s linear infinite;
  -moz-animation: spin 1.5s linear infinite;
  -o-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader-image {
    position: absolute; /* Para que a imagem fique acima do loader */
    top: 50%;
    left: 50%;
    width: 50%; /* Ajuste o tamanho da imagem */
    height: auto; /* Mantém a proporção da imagem */
    transform: translate(-50%, -50%); /* Centraliza a imagem */
    z-index: 202; /* Certifique-se de que a imagem esteja acima do loader */
}
.loader:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 6px;
  right: 6px;
  bottom: 6px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-left-color: #0767ad;
  -webkit-animation: spin 2s linear infinite;
  -moz-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
.loader:after {
  position: absolute;
  content: "";
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-right-color: #fff;
  -webkit-animation: spin 2.5s linear infinite;
  -moz-animation: spin 2.5s linear infinite;
  -o-animation: spin 2.5s linear infinite;
  animation: spin 2.5s linear infinite;
}

/* Here comes the Magic */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.loader-wrapper .loder-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #000;
  z-index: 2;
}
.loader-wrapper .loder-section.left-section {
  left: 0;
  transition: 1s 1.3s ease;
}
.loader-wrapper .loder-section.right-section {
  right: 0;
  transition: 1s 1.3s ease;
}

/* When page loaded */
.loaded .loder-section.left-section {
  left: -100%;
}
.loaded .loder-section.right-section {
  right: -100%;
}
.loaded .loader-wrapper {
  visibility: hidden;
}
.loaded .loader {
  top: -100%;
  opacity: 0;
}

.contact-area.landing-one {
  padding: 0 0 100px;
}

.contact-section.landing-one {
  margin-top: 0;
}

.stars-rating {
    margin-bottom: 10px; /* Espaçamento entre as estrelas e o conteúdo abaixo */
}

.stars-rating i {
    color: #ffcc00; /* Cor amarela para as estrelas */
    font-size: 20px; /* Tamanho das estrelas */
    margin-right: 5px; /* Espaçamento entre as estrelas */
}


.stars-rating-t {
    margin-bottom: 10px; /* Espaçamento entre as estrelas e o conteúdo abaixo */
}

.stars-rating-t i {
    color: #FFF; /* Cor amarela para as estrelas */
    font-size: 20px; /* Tamanho das estrelas */
    margin-right: 5px; /* Espaçamento entre as estrelas */
}


.img-apps-show {
    width: auto;
    height: auto;
    display: block;
}

.img-apps-show-app {
    width: auto;
    height: auto;
    display: block;
}

.img-apps-planos {
    width: 90px;
}

.app-area {
	
    height: auto;
	
}

.app-slide {
	
    height:auto;
	
}

.single-brands {
	
	height: auto;
	margin-top:27px;
}

.pricing-area .section-planos.t-center {
    padding: 0 0 35px 0;
	margin-top: -30px;
	
}
.section-planos.t-center {
    text-align: center;
	  display: flex;
    justify-content: center; /* Centraliza os botões */
    gap: 10px; /* Adiciona espaçamento entre os botões */
    flex-wrap: wrap; /* Faz com que quebrem linha em telas menores */
	
	
}


.zomia-button-planos {
    background: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 11px;
    color: #015da1;
    border: 1px solid #015da1;
    border-radius: 5px;
    transition: 0.5s;
}




.zomia-button-planos:hover {
 border-color: transparent;
    outline-color: transparent;
}

.zomia-button-planos:focus, button:focus {
    border-color: transparent;
    outline-color: transparent;
	color: #015da170;
}

.zomia-button-planos-todos {
    background: #FFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 11px;
    color: #f58534;
    border: 1px solid #f58634;
    border-radius: 5px;
    transition: 0.5s;
}


.zomia-button-planos-todos:hover {
 border-color: transparent;
    outline-color: transparent;
}

.zomia-button-planos-todos:focus, button:focus {
    border-color: transparent;
    outline-color: transparent;
	color: #015da170;
}


span.bonus {
	
	color: #f58534;
}


.detalhes-planos {
	
    line-height: 11px;
    color: #858585;
    font-size: 10px !important;
    text-align: center;

	
}

.internet {
    display: flex;
}

.telefonia, .internetcorp  {
	display:none;
    justify-content: center; /* Alinha os elementos ao centro horizontalmente */
    flex-wrap: wrap; /* Garante que os elementos quebrem linha se necessário */
}

.pricing-icon-thumb img {
    display: inline-block !important;
}


.pricing-title h1 {
	
	    color: #0160a7;
	
}

span.price-dolar-mes {
    color: #023491;
    font-size: 22px;
    font-weight: 400;
}

.blog-title a span {
    color: #646464; /* Apenas o link que envolve o <span> será vermelho */
	 font-weight: normal;
}



.whatsapp-button {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1000;
}

.whatsapp-button img {
    width: 100%;
    max-width: 200px;
    height: auto;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

/* Animação para piscar */
@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0.4; }
    100% { opacity: 1; }
}

.blinking {
    animation: blink 1s infinite;
}

.blog-description {
	margin-top: 10px;
}



.cookie-banner {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2147483647; /* ainda maior! */
  animation: slideUp 0.5s ease-out;
  font-size: 0.95rem;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cookie-banner button {
  min-width: 120px;
  font-size: 1rem;
  border-radius: 0.75rem;
  padding: 0.5rem 1.5rem;
  font-weight: bold;
}

/* Botões empilhados */
.cookie-banner-buttons {
	padding-top:10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Responsivo para celular */
@media (max-width: 768px) {
  .cookie-banner-buttons {
    width: 100%; /* A div dos botões ocupa 100% */
  }
  .cookie-banner-buttons button {
    width: 100%; /* E os botões também! */
  }
}
















.blog-description p {
	margin-top: 10px;
}

.blog-titulo h1 {
	font-size: 23px;
}

.blog-description h2 {
	font-size: 23px;
}

.blog-description h3 {
	font-size: 23px;
}













/* Container do checkbox */
	.checkbox-opcional {
		display: flex;
		align-items: center;
		background-color: #f1f5ff;
		padding: 12px 15px;
		border-radius: 10px;
		border: 2px solid #3b82f6;
		margin-top: 15px;
		cursor: pointer;
		transition: all 0.3s ease;
		font-weight: bold;
		color: #1e3a8a;
	}
	
	.checkbox-opcional.desativado {
		display: flex;
		align-items: center;
		background-color: #f3f3f3;
		padding: 12px 15px;
		border-radius: 10px;
		border: 2px solid #a7a7a7;
		margin-top: 15px;
		cursor: pointer;
		transition: all 0.3s ease;
		font-weight: bold;
		color: #949494;
	}

	.checkbox-opcional:hover {
		background-color: #dbeafe;
		box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
	}
	
	.checkbox-opcional.desativado:hover {
		background-color: #f1f5ff;
		box-shadow: 0 0 10px rgba(59, 130, 246, 0.4);
	}

	.checkbox-opcional input[type="checkbox"] {
		display: none;
	}

	/* Estilo do ícone customizado */
	.checkbox-opcional .custom-check {
		width: 20px;
		height: 20px;
		border-radius: 5px;
		border: 2px solid #3b82f6;
		background-color: white;
		margin-right: 10px;
		position: relative;
		transition: all 0.3s ease;
	}

	/* Marca de seleção */
	.checkbox-opcional input[type="checkbox"]:checked + .custom-check::after {
		content: "\f00c";
		font-family: "Font Awesome 6 Free";
		font-weight: 900;
		color: #fff;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	/* Fundo azul ao marcar */
	.checkbox-opcional input[type="checkbox"]:checked + .custom-check {
		background-color: #3b82f6;
	}
	



.planos-images {
    display: flex;
    flex-wrap: nowrap;      /* Não deixa quebrar linha */
    gap: 5px;
    overflow: hidden;       /* Esconde o que passar da largura do container */
    max-width: 100%;        /* Garante que respeita o espaço disponível */
    align-items: center;
	margin-top:25px;
}



.imagem-animada {
    opacity: 0;
    transform: translateY(10px);
    animation: aparecer 0.5s forwards;
}

@keyframes aparecer {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.btn-primary-d {
    color: #939191;
    background-color: #eff4f9;
    border-color: #95989c;
}

.btn-primary-c {
    color: #fff;
    background-color: #f58634;
    border-color: #f58634;
}

.team-thumb {
    position: relative;
}

.wifi-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px; /* Ajuste o tamanho conforme quiser */
    color: white; /* ou outra cor que contraste com a imagem */
    z-index: 2;
}


.designation2 {
  padding-top: 10px;
  font-size: 13px;
  color: #4d4d4d;
  float: none;
  line-height: 1.2;
}


.input-button button.botao-desativado {
    background: linear-gradient(to right, #c3c3c3, #e5e5e5);
    color: #fff;
}

#status-subscribe {
 
    background-color: #fff;
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
    display: none;  /* Garante que a div comece oculta */
    
    /* Flexbox para centralizar conteúdo */
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center; /* Centraliza verticalmente */
    
}


.btn-outline-success:hover {
    color: #fff;
    background-color: #f58634;
    border-color: #c76c29;
}


.btn-outline-success {
    color: #002e60;
    border-color: #011a48;
}

.btn-outline-success.focus, .btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem #f58634;
}

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #f58634;
    border-color: #c76c29;
}

 .btn-check {
    display: none; /* Esconde a bolinha do radio */
  }
  
  .btn-check:checked + .btn-outline-success {
    color: #fff;
    background-color: #f58634;
    border-color: #c76c29;
}

		.tag-cloud {
    margin-top: 10px;
}
.tag-item {
    display: inline-block;
    background-color: #f1f1f1;
    color: #333;
    padding: 6px 12px;
    margin: 5px 5px 0 0;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    transition: 0.3s;
}
.tag-item:hover {
    background-color: #01599b;
    color: #fff;
}