/* ===========================
Index Of css

01. Veriables CSS
02. Normalize CSS
03. Pagination CSS
04. Toolbar CSS
05. Breadcrumbs CSS
06. About CSS
07. Portfolio CSS
08. Team CSS
09. Testimonial CSS
10. Pricing CSS
11. Intro Video CSS
12. Faq CSS
13. Blog CSS
14. Newsletter CSS
15. Clients CSS
16. Footer CSS
17. Responsive CSS
19. Screenshorts CSS
20. Contact CSS
21. 404 Error CSS
22. Mail Success CSS

========================== */
/*======================================
    Variables
========================================*/

:root {
  --primary: #01c3e7;
  /* azul VWD */
  --dark: #161616;
  --light: #eceff4;
}

/*======================================
    Normalize CSS
========================================*/
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Spartan", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #6e657e;
  overflow-x: hidden;
  font-size: 14px;
}

p {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
}

.navbar-toggler:focus,
a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
}

span,
a {
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
  color: #081828;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

/*======================================
    Toolbar CSS
========================================*/

.header .toolbar-area {
  padding: 15px 0;
  background: #081828;
}

.header .toolbar-social {
  float: right;
}

.header .toolbar-area .toolbar-social ul li {
  display: inline-block;
  margin-right: 15px;
}

.header .toolbar-area .toolbar-social ul li .title {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  color: #f5f1e3;
}

.header .toolbar-area .toolbar-social ul li:last-child {
  margin: 0;
}

.header .toolbar-area .toolbar-social ul li a {
  color: #f5f1e3;
  font-size: 13px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.header .toolbar-area .toolbar-social ul li a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.header .toolbar-login a {
  display: inline-block;
  margin-right: 20px;
  color: #f5f1e3;
  font-weight: 500;
  font-size: 14px;
  font-size: 13px;
}

.header .toolbar-login a:hover {
  opacity: 0.7;
}

.header .toolbar-login a:last-child {
  margin: 0;
}

.header .toolbar-login .btn:before {
  display: none;
}

.header .toolbar-login .btn:hover {
  color: #f5f1e3;
  opacity: 1;
  background-color: transparent;
  border-color: #fff;
}

/*======================================
    Breadcrumbs CSS
========================================*/
.breadcrumbs {
  background-color: #161616;
  position: relative;
  padding: 100px 0;
  padding-top: 180px;
}

.breadcrumbs .breadcrumbs-content {
  position: relative;
  text-align: center;
}

.breadcrumbs .breadcrumbs-content p {
  color: #fff;
  font-size: 14px;
  margin-top: 20px;
}

.breadcrumbs .breadcrumbs-content .page-title {
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  position: relative;
  padding-bottom: 22px;
  line-height: 50px;
}

.breadcrumbs .breadcrumbs-content .page-title:before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  height: 2px;
  width: 80px;
  background: #00c9ef;
  margin-left: -40px;
}

.breadcrumbs .breadcrumbs-content .breadcrumb-nav {
  background: transparent;
  border-radius: 0;
  margin-bottom: 0;
  padding: 0;
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav {
  text-align: center;
  margin-top: 50px;
}

.breadcrumbs .breadcrumb-nav li {
  display: inline-block;
}

.breadcrumbs .breadcrumb-nav li,
.breadcrumbs .breadcrumb-nav li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.breadcrumbs .breadcrumb-nav li a {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.breadcrumbs .breadcrumb-nav li a:hover {
  color: #00c9ef;
}

.breadcrumbs .breadcrumb-nav li a:after {
  content: "";
  height: 80%;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 2px;
  right: 0;
}

.breadcrumbs .micro-proof,
.breadcrumbs .micro-note {
  color: #8d8d8d;
  font-size: 0.95rem;
  text-align: center;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

/*======================================
    Section Title CSS
========================================*/
.section-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 5;
}

.section-title span {
  text-transform: uppercase;
  color: #00c9ef;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.section-title h1 {
  font-size: 33px;
  margin-bottom: 18px;
  line-height: 60px;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
}

.section-title h2 {
  font-size: 33px;
  margin-bottom: 18px;
  line-height: 50px;
  text-transform: capitalize;
  position: relative;
  font-weight: 700;
  padding-bottom: 14px;
}

.section-title h2:before {
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #00c9ef;
  content: "";
}

.section-title p {
  font-size: 16px;
  line-height: 24px;
}

.section-title.white-text h2 {
  color: #fff;
}

.section-title.white-text h2::before {
  background-color: #fff;
}

.section-title.white-text span {
  color: #fff;
}

.section-title.white-text p {
  color: #fff;
}

.section-title.align-right {
  padding: 0;
  padding-left: 600px;
}

.section-title.align-right h2:before {
  display: none;
}

.section-title.align-right h2:after {
  position: absolute;
  right: 0;
  bottom: -1px;
  height: 2px;
  width: 50px;
  background: #00c9ef;
  content: "";
}

.section-title.align-left {
  padding: 0;
  padding-right: 200px;
}

.section-title.align-left h2:before {
  left: 0;
  margin-left: 0;
}

/*======================================
    Scroll Top CSS
========================================*/

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #00c9ef;
  display: none; /* 👈 ESSENCIAL */
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  position: fixed;
  bottom: 90px;
  right: 20px;
  z-index: 999;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.scroll-top:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15);
  transform: translate3d(0, -5px, 0);
}

/*======================================
    Button CSS
========================================*/

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}

.button .btn:hover {
  background-color: var(--dark);
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

.button .btn-alt:hover {
  background-color: #00c9ef;
  color: #fff;
}

.cta-sucesso .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  background-color: var(--primary);
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
}

.cta-sucesso .btn:hover {
  background-color: var(--dark);
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.cta-sucesso .btn-alt {
  background-color: #081828;
  color: #fff;
}

.cta-sucesso .btn-alt:hover {
  background-color: #00c9ef;
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

/*======================================
    Preloader CSS
========================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #00c9ef;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

/*======================================
    Header CSS
========================================*/
/*===== NAVBAR =====*/
.navbar-area {
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background-color: #fff;
  position: absolute;
}

.navbar-area.sticky {
  background: #fff;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  top: 0;
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #333;
}

.sticky .navbar .navbar-nav .nav-item a.active {
  color: #00c9ef;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #333;
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 17px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 17px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 250px;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #333;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(29, 42, 93, 0.1);
    padding: 5px 12px;
  }
}

.navbar-nav .nav-item {
  position: relative;
  margin-left: 38px;
}

.navbar-nav .nav-item a {
  font-size: 14px;
  font-weight: 500;
  color: #333;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 0;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0px;
    color: #5e678c;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: inline-block;
    padding: 6px 0px;
    color: #5e678c;
  }
}

.navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 3px;
  background: #00c9ef;
  z-index: -1;
  opacity: 0;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}

.navbar-nav .nav-item a::before {
  width: 0%;
  left: 0;
}

.navbar-nav .nav-item a::after {
  width: 20%;
  right: 0;
}

.navbar-nav .nav-item a.active,
.navbar-nav .nav-item a:hover {
  color: var(--primary);
}

.navbar-nav .nav-item:hover a:before,
.navbar-nav .nav-item a.active::before {
  opacity: 1;
  width: 30px;
}

.header .navbar-nav li .sub-menu li a.active {
  background-color: #00c9ef !important;
  color: #fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before,
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before {
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a:hover::after,
  .navbar-nav .nav-item a:hover::before,
  .navbar-nav .nav-item a.active::after,
  .navbar-nav .nav-item a.active::before {
    opacity: 1;
  }
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .sub-nav-toggler {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.header {
  position: relative;
}

/* Header Button */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header .button {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .header .button {
    display: none !important;
  }
}

.header .button .btn {
  color: #00c9ef;
  padding: 10px 10px;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #f4eefb;
  font-size: 14px;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header .button .btn:hover {
  color: #fff;
  background-color: #00c9ef;
  border-color: transparent;
}

/* Dropdown Menu */
.header .navbar-nav li .sub-menu {
  background: #fff;
  width: 220px;
  text-align: left;
  position: absolute;
  top: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  padding: 15px;
  left: 0;
  margin: 0;
  -webkit-box-shadow: 1px 4px 12px rgba(51, 51, 51, 0.25);
  box-shadow: 0px 13px 20px rgba(153, 153, 153, 0.06);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 9999999;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  -webkit-transform: scaleY(0.2);
  transform: scaleY(0.2);
  border-radius: 0 0 3px 3px;
}

.header .navbar-nav li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.header .navbar-nav li .sub-menu li {
  float: none;
  margin: 0;
  display: block;
  margin-bottom: 6px;
}

.header .navbar-nav li .sub-menu li:last-child {
  margin-bottom: 0px;
}

.header .navbar-nav li .sub-menu li:last-child {
  border: none;
}

.header .navbar-nav li .sub-menu li a {
  padding: 10px 15px;
  color: #666;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  background: transparent;
  border-radius: 3px;
}

.header .navbar-nav li .sub-menu li a:before {
  display: none;
}

.header .navbar-nav li .sub-menu li a:hover:before {
  opacity: 1;
  visibility: visible;
}

.header .navbar-nav li .sub-menu li:last-child a {
  border-bottom: 0px;
}

.header .navbar-nav li .sub-menu li:hover a {
  color: #fff;
  background: #00c9ef;
}

.header .button {
  display: inline-block;
  margin-left: 45px;
}

.header .button .btn {
  width: 150px;
  padding: 13px 10px;
}

.button .btn .dir-part {
  background-color: #ffffff;
}

.header .navbar-nav li .sub-menu li .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/*======================================
    Hero Area CSS
========================================*/
.hero-area {
  position: relative;
  background: #f6f9fc;
  overflow: hidden;
}

.hero-area .hero-inner {
  padding-top: 70px;
  z-index: 3;
}

.img-hero {
  display: flex;
  justify-content: center;
  max-width: 500px;
}

.hero-area .hero-text {
  float: none;
  margin-top: 50px;
}

.hero-area .hero-text h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  margin-bottom: 25px;
  color: var(--dark);
}

.hero-area .hero-text h1 span {
  font-weight: 300;
}

.hero-area .hero-text p {
  font-size: 16px;
  color: #5e678c;
}

.hero-area .hero-text .button {
  margin-top: 35px;
}

.hero-area .hero-text .button .btn {
  margin-right: 10px;
}

.hero-area .hero-text .button .btn:hover {
  color: #fff;
}

.hero-area .hero-text .button .btn:last-child {
  margin-right: 0px;
}

.hero-area .hero-image {
  margin-top: 175px;
}

.hero-area {
  position: relative;
  overflow: hidden;
}

.hero-area .hero-inner {
  padding: 80px 0;
  /* respiro vertical */
}

@media (min-width: 992px) {
  .hero-area .hero-inner {
    /* hero mais cheio em desktop */
    padding: 120px 0;
  }
}

.hero-area .hero-text h1 {
  margin-bottom: 16px;
}

.hero-area .hero-text p {
  margin-bottom: 24px;
}

.hero-area .button .btn {
  margin-right: 10px;
  margin-bottom: 12px;
  /* quebra elegante no mobile */
}

/* ===== HERO PARALLAX ===== */
/* ===== HERO PARALLAX ===== */
.hero-parallax {
  position: relative;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  pointer-events: none;
  transform-style: preserve-3d;
}

/* fallback */
@supports not (aspect-ratio: 1 / 1) {
  .hero-parallax {
    height: 380px;
  }
}

/* Camadas */
.hero-layer {
  position: absolute;
  inset: 0;
  will-change: transform;
}

.hero-layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

/* Profundidade visual */
.layer-bg {
  transform: scale(1.04);
  opacity: 0.95;
}
.layer-mid {
  transform: scale(1);
}
.layer-front {
  transform: scale(1.02);
}

/* Sombra premium */
.layer-mid img {
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.12));
}

/* ===== Flutuação automática ===== */
@keyframes floatBG {
  0%,
  100% {
    transform: translateY(0) scale(1.04);
  }
  50% {
    transform: translateY(-6px) scale(1.04);
  }
}
@keyframes floatMID {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-12px) scale(1);
  }
}
@keyframes floatFRONT {
  0%,
  100% {
    transform: translateY(0) scale(1.02);
  }
  50% {
    transform: translateY(-18px) scale(1.02);
  }
}

.layer-bg {
  animation: floatBG 9s ease-in-out infinite;
}
.layer-mid {
  animation: floatMID 7s ease-in-out infinite;
}
.layer-front {
  animation: floatFRONT 6s ease-in-out infinite;
}

/* Mobile: mais calmo */
@media (max-width: 991.98px) {
  .hero-parallax {
    max-width: 360px;
    margin-top: 28px;
  }

  .layer-bg {
    animation-duration: 11s;
  }
  .layer-mid {
    animation-duration: 9s;
  }
  .layer-front {
    animation-duration: 8s;
  }
}

/* Acessibilidade */
@media (prefers-reduced-motion: reduce) {
  .hero-layer {
    animation: none !important;
    transform: none !important;
  }
}

/*======================================
    Hero Area CSS
========================================*/

/*======================================
    Como Funciona CSS
========================================*/
.services {
  background-color: #fff;
}

.services .single-head {
  position: relative;
}

.services .single-head .service-patern {
  position: absolute;
  left: -55px;
  bottom: -55px;
}

.single-service {
  padding: 40px 30px;
  background-color: #f6f9fc;
  border-radius: 10px;
  position: relative;
  z-index: 2;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service h3 {
  line-height: 24px;
}

.single-service h3 a {
  color: #081828;
  font-size: 16px;
  font-weight: 600;
}

.single-service h3 a:hover {
  color: #00c9ef;
}

.single-service .icon {
  background-color: #00c9ef;
  display: inline-block;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 60px 60px 60px 0;
  font-size: 25px;
  margin: 20px 0;
  position: relative;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service .icon ::after {
  position: absolute;
  left: 0;
  bottom: -25px;
  height: 2px;
  width: 30px;
  background-color: #00c9ef;
  content: "";
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border-radius: 3px;
}

.single-service .icon i {
  color: #fff;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service p {
  font-size: 13px;
  margin-top: 25px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.single-service::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: #00c9ef;
  content: "";
  z-index: -1;
  border-radius: 10px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  -moz-transition: all 0.4s cubic-bezier(0.94, 0.05, 0.23, 1.04);
  opacity: 0;
  visibility: hidden;
}

.single-service:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.single-service:hover h3 a {
  color: #fff;
}

.single-service:hover p {
  color: #fff;
}

.single-service:hover .icon {
  background-color: #fff;
}

.single-service:hover .icon ::after {
  background-color: #fff;
  width: 50px;
}

.single-service:hover .icon i {
  color: #00c9ef;
}

/*======================================
    About Us CSS
========================================*/
.about-us {
  background-color: #f6f9fc;
}

.about-us .about-left .section-title {
  padding: 0;
  margin-bottom: 40px;
}

.about-us .about-left .about-tab .nav {
  margin-bottom: 40px;
  background: transform;
  position: relative;
}

.about-us .about-left .about-tab .nav-tabs {
  border: none;
}

.about-us .about-left .about-tab .nav li {
  text-align: center;
  margin-right: 10px;
}

.about-us .about-left .about-tab .nav li a {
  color: #081828;
  border: none;
  padding: 0;
  padding: 10px 25px;
  border-radius: 4px;
  font-size: 13px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(52, 49, 75, 0.1);
}

.about-us .about-left .about-tab .nav li a.active {
  background: #00c9ef;
  color: #fff;
}

.about-us .about-left .tab-content .content-heading {
  font-size: 16px;
  color: #081828;
  display: block;
  margin-bottom: 25px;
}

.about-us .about-left .tab-content p {
  margin-bottom: 20px;
}

.about-us .about-left .tab-content p:last-child {
  margin: 0;
}

.about-us .about-left .tab-content ul {
  margin-top: 20px;
}

.about-us .about-left .tab-content ul li {
  display: block;
  margin-bottom: 10px;
}

.about-us .about-left .tab-content ul li i {
  display: inline-block;
  margin-right: 5px;
  color: #00c9ef;
}

.about-us .about-left .tab-content ul li:last-child {
  margin: 0;
}

.about-section {
  background: #eff2f9;
  padding: 180px 0;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section {
    padding: 120px 0;
  }
}

@media (max-width: 767px) {
  .about-section {
    padding: 120px 0;
  }
}

.about-section .about-img-wrapper {
  position: absolute;
  left: 0;
  top: 50%;
  width: 46%;
  transform: translateY(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper {
    position: relative;
    top: 0;
    transform: translateY(0);
    width: 100%;
    margin-bottom: 50px;
  }
}

.about-section .about-img-wrapper img {
  width: 100%;
}

.about-section .about-img-wrapper .about-experience {
  width: 300px;
  border-radius: 27px;
  background: linear-gradient(to top left, #00c9ef 0%, #2a95b6 100%);
  border: 5px solid #eff2f9;
  padding: 40px 20px;
  position: absolute;
  right: -40px;
  bottom: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

@media (max-width: 767px) {
  .about-section .about-img-wrapper .about-experience {
    right: 40px;
  }
}

.about-section .about-img-wrapper .about-experience h3 {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.about-section .about-img-wrapper .about-experience p {
  color: #fff;
}

.about-section .about-content-wrapper .about-content .counter-up {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .about-section .about-content-wrapper .about-content .counter-up {
    display: flex;
  }
}

.about-section .about-content-wrapper .about-content .counter-up .counter {
  margin-right: 10px;
}

.about-section
  .about-content-wrapper
  .about-content
  .counter-up
  .counter:last-child {
  margin-right: 0;
}

.about-section .about-content-wrapper .about-content .counter-up .counter span {
  font-size: 40px;
  font-weight: 600;
  color: #31abcf;
  display: block;
  margin-bottom: 8px;
}

.about-section .about-content-wrapper .about-content .counter-up .counter h4 {
  font-weight: 500;
  margin-bottom: 10px;
}

.time-line {
  position: relative;
}

.time-line .row {
  position: relative;
}

.time-line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #f4eefb;
  z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .time-line::after {
    display: none;
  }
}

.time-line .box-icon-style {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px solid #f4eefb;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  background-color: #fff;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .box-icon-style {
    position: static;
    transform: translate(0);
    margin-bottom: 30px;
  }
}

.time-line .box-icon-style i {
  transition: all 0.3s ease-out 0s;
  font-size: 20px;
  padding: 2px;
  color: #31abcf;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline {
    margin-bottom: 50px;
  }
}

.time-line .single-timeline:hover .box-icon-style {
  background: linear-gradient(#31abcf 0%, #e4867f 100%);
  color: #fff;
  border-color: transparent;
}

.time-line .single-timeline:hover .box-icon-style i {
  color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .time-line .single-timeline .timeline-img {
    margin-bottom: 30px;
  }
}

.time-line .single-timeline .timeline-img img {
  width: 100%;
}

/*======================================
    Por que converte mais CSS
========================================*/
.why-us .section-title p {
  margin-bottom: 12px;
}

.why-chips .chip {
  background: rgba(1, 195, 231, 0.1);
  color: #161616;
  padding: 8px 12px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
  font-size: 0.95rem;
  line-height: 1;
  border: 1px solid rgba(1, 195, 231, 0.22);
}

.why-card {
  background: #fff;
  border: 1px solid #eceff4;
  border-radius: 16px;
  padding: 20px 18px;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.why-card .icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: rgba(1, 195, 231, 0.12);
  color: #01c3e7;
  margin-bottom: 12px;
}

.why-card h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
  color: #161616;
}

.why-card p {
  color: #5e678c;
  margin-bottom: 10px;
}

.why-card .mini-list {
  padding-left: 18px;
  margin: 0;
}

.why-card .mini-list li {
  color: #3f4a6b;
  margin: 2px 0;
}

.why-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.06);
  border-color: rgba(1, 195, 231, 0.35);
}

/* dark background-friendly (se sua seção estiver sobre fundo escuro, ajuste as cores) */
/* .why-us.section { background: #fafcff; } */

.step-badge {
  display: inline-block;
  font-size: 0.78rem;
  line-height: 1;
  padding: 6px 10px;
  margin-left: 8px;
  border-radius: 999px;
  background: rgba(1, 195, 231, 0.1);
  color: #161616;
  border: 1px solid rgba(1, 195, 231, 0.22);
}

.timeline-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/*===========================
    CTA SECTION CSS 
===========================*/
.contact-section {
  position: relative;
  z-index: 3;
}

.contact-section.cta-bg {
  clip-path: polygon(0 0, 100% 12%, 100% 88%, 0 100%);
  z-index: 3;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

@media (max-width: 767px) {
  .contact-section.cta-bg {
    clip-path: polygon(0 3%, 100% 12%, 100% 88%, 0 97%);
  }
}

.contact-section.cta-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
    to left,
    rgba(49, 171, 207, 0.18) 0%,
    #31abcf 100%
  );
}

.contact-section .contact-item-wrapper .contact-item {
  display: flex;
  border: 1px solid #f4eefb;
  border-radius: 10px;
  background: #fff;
  margin-bottom: 30px;
  padding: 20px 30px;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item:hover {
  box-shadow: 0px 0px 30px rgba(215, 224, 252, 0.45);
}

.contact-section .contact-item-wrapper .contact-item:hover .contact-icon {
  box-shadow: 0px 0px 30px rgba(49, 171, 207, 0.45);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item {
    padding: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item {
    flex-direction: column;
  }
}

.contact-section .contact-item-wrapper .contact-item .contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(#00c9ef 0%, #e4867f 100%);
  color: #fff;
  transition: all 0.3s ease-out 0s;
}

.contact-section .contact-item-wrapper .contact-item .contact-content {
  margin-left: 25px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .contact-section .contact-item-wrapper .contact-item .contact-content {
    margin-left: 0px;
    margin-top: 20px;
  }
}

.contact-section .contact-item-wrapper .contact-item .contact-content h4 {
  font-size: 20px;
  color: #31abcf;
  margin-bottom: 10px;
}

.comment-form-wrapper .comment-form .theme-btn,
.comment-form-wrapper .contact-form .theme-btn,
.contact-form-wrapper .comment-form .theme-btn,
.contact-form-wrapper .contact-form .theme-btn {
  font-weight: 500;
  padding: 18px 90px;
}

.theme-btn {
  display: inline-block;
  font-weight: 400;
  text-align: right;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-in-out;
  border: none;
  background: linear-gradient(
    to left,
    #e4867f 0%,
    #b36862 50.39%,
    #e4867f 100%
  );
  background-size: 200% auto;
  overflow: hidden;
}

.theme-btn:hover,
.theme-btn:focus {
  background-position: right center;
  color: #fff;
  box-shadow: 0px 0px 30px rgba(49, 171, 207, 0.45);
}

.theme-btn.border-btn {
  padding: 14px 40px;
  background: transparent;
  border: 1.5px solid #31abcf;
  color: #6a7c92;
  font-size: 18px;
  box-shadow: none;
}

.chip {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  padding: 8px 12px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
  font-size: 0.95rem;
  line-height: 1;
}

.personalizados {
  position: relative;
  background: #333;
  background-image: url("../images/free-version/free-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.personalizados::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-color: #31abcf;
  left: 0;
  top: 0;
  opacity: 0.9;
}

.personalizados .section-title {
  margin: 0;
  padding: 0;
  text-align: center;
}

.personalizados .section-title h2 {
  padding-bottom: 15px;
}

.personalizados .section-title h2::before {
  background-color: #fff;
}

.personalizados .button {
  z-index: 5;
  margin-top: 40px;
}

.personalizados .button .btn {
  background-color: #fff;
  color: #31abcf;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto;
}

.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img {
  max-width: 220px;
  width: 100%;
  opacity: 0.3;
  transition: all 0.3s ease-out 0s;
}

.client-logo-section
  .client-logo-wrapper
  .client-logo-carousel
  .client-logo
  img:hover {
  opacity: 1;
}

/*======================================
	Team CSS
========================================*/
.team {
  margin-bottom: 40px;
}

.team .title-line {
  margin-bottom: 40px;
}

.team .section-title {
  margin-bottom: 50px;
}

.team .single-team {
  margin-top: 30px;
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  background: transparent;
}

.team .single-team .shapes {
  position: relative;
}

.team .single-team .shapes .shape1 {
  height: 50px;
  width: 50px;
  position: absolute;
  left: 0;
  top: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
}

.team .single-team:hover .shapes .shape1 {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.team .single-team .shapes .shape2 {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.team .single-team:hover .shapes .shape2 {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.team .single-team .info-head {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 20px;
}

.team .single-team:hover .info-head:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}

.team .single-team:hover .info-head {
  border-color: transparent;
}

.single-team .image {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.team .single-team .image img {
  height: 100%;
  width: 100%;
}

.team .single-team .info-box {
  text-align: center;
}

.team .single-team .info-box .name {
  display: block;
  font-size: 17px;
  color: #333;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.team .single-team .info-box .name a {
  font-weight: 500;
  font-size: 16px;
}

.team .single-team .info-box .name a:hover {
  color: #00c9ef;
}

.team .single-team .info-box .designation {
  color: #666;
  font-size: 13px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.team .single-team .social-links {
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-top: 15px;
}

.team .single-team .social-links .social li {
  display: inline-block;
  margin-right: 15px;
}

.team .single-team .social-links .social li:last-child {
  margin-right: 0px;
}

.team .single-team .social-links .social {
  border: 1px solid #d2d2d24a;
  padding: 12px 30px;
  border-radius: 30px;
}

.team .single-team .social-links .social li a {
  color: #999;
  display: block;
  font-size: 14px;
}

.team .single-team .social-links .social li a:hover {
  color: #00c9ef;
}

.team-list img {
  width: 50%;
}

.team-list .content {
  width: 50%;
}

.team-list .content .follow {
  position: absolute;
  bottom: 24px;
}

.team-list:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team,
.team-list {
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team .content .title,
.team-list .content .title {
  font-size: 18px;
}

.team .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team .member-position,
.team .team-social {
  position: absolute;
  bottom: -35px;
  right: 0;
  left: 0;
  margin: auto 10%;
  z-index: 99;
}

.team .team-social {
  bottom: 40px;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0s;
}

.team:hover {
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.team:hover .overlay {
  opacity: 0.6;
}

.team:hover .team-social {
  opacity: 1;
}

@media (max-width: 768px) {
  .team-list img,
  .team-list .content {
    width: 100%;
    float: none !important;
  }

  .team-list img .follow,
  .team-list .content .follow {
    position: relative;
    bottom: 0;
  }
}

.social-icon.social li a {
  color: #adb5bd;
  border-color: #adb5bd;
}

.social-icon li a {
  color: #35404e;
  border: 1px solid #35404e;
  display: inline-block;
  height: 32px;
  text-align: center;
  font-size: 15px;
  width: 32px;
  line-height: 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
  position: relative;
}

.rounded {
  border-radius: 5px !important;
}

.para-desc {
  max-width: 600px;
}

.text-muted {
  color: #8492a6 !important;
}

.section-title .title {
  letter-spacing: 0.5px;
  font-size: 30px;
}

/*======================================
    Newsletter CSS
========================================*/
.newsletter-area {
  background-color: #f6f9fc;
}

.newsletter-area .subscribe-text {
  background-color: #00c9ef;
  color: #fff;
  padding: 40px;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
}

.newsletter-area .subscribe-text h6 {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
}

.newsletter-area .subscribe-text p {
  color: #fff;
  margin-bottom: 40px;
}

.newsletter-area .subscribe-text input {
  height: 53px;
  width: 400px;
  border: none;
  background-color: #fff;
  color: #081828;
  border-radius: 30px;
  padding: 0px 30px;
  display: inline-block;
}

.newsletter-area .subscribe-text .button {
  display: inline-block;
  margin-left: 10px;
}

.newsletter-area .subscribe-text .button .btn {
  background-color: transparent;
  color: #fff;
  border: 1px solid #eee;
  height: 53px;
}

.newsletter-area .subscribe-text .button .btn:hover {
  background-color: #fff;
  color: #00c9ef;
  border-color: transparent;
}

.newsletter-area .mini-call-action {
  background-color: #fff;
  height: 100%;
  width: 100%;
  padding: 40px;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  border-radius: 5px;
}

.newsletter-area .mini-call-action h4 {
  color: #081828;
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.newsletter-area .mini-call-action p {
  font-size: 13px;
}

.newsletter-area .mini-call-action .button {
  margin-top: 25px;
}

.newsletter-area .mini-call-action.index2 .button .btn {
  position: relative;
  padding-left: 45px;
  text-align: left;
  width: 100%;
  padding: 10px 10px 10px 65px;
  margin-bottom: 10px;
  font-size: 14px;
}

.newsletter-area .mini-call-action.index2 .button .btn:last-child {
  margin-bottom: 0;
}

.newsletter-area .mini-call-action.index2 .button .btn span {
  display: block;
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 2px;
}

.newsletter-area .mini-call-action.index2 .button .btn i {
  font-size: 25px;
  position: absolute;
  left: 25px;
  top: 15px;
  display: inline-block;
}

.newsletter-area .mini-call-action.index3 .button .btn {
  width: 100%;
  margin-bottom: 10px;
}

.newsletter-area .mini-call-action.index3 .button .btn:last-child {
  margin-bottom: 0;
}

#successPopup {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #eceff4;
  border-radius: 12px;
  padding: 12px 16px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  z-index: 9999;
}

#successPopup.show {
  display: block;
  animation: toastIn 0.25s ease-out;
}

@keyframes toastIn {
  from {
    opacity: 0;
    transform: translate(-50%, 8px);
  }

  to {
    opacity: 1;
    transform: translate(-50%, 0);
  }
}

/*======================================
	Footer CSS
========================================*/
.footer {
  background-color: #161616;
  z-index: 2;
  position: relative;
}

.footer .logo {
  margin-bottom: 26px;
}

.footer .logo img {
  width: 200px;
}

.footer .f-about p {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.footer .footer-social {
  margin-top: 35px;
}

.footer .footer-social ul li {
  display: inline-block;
  margin-right: 6px;
}

.footer .footer-social ul li:last-child {
  margin-right: 0;
}

.footer .footer-social ul li a {
  font-size: 17px;
  color: #333;
  height: 45px;
  width: 45px;
  text-align: center;
  display: block;
  line-height: 45px;
  background: transparent;
  border: none;
  color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}

.footer .footer-social ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #00c9ef;
  border-radius: 100%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.footer .footer-social ul li a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.footer .footer-middle {
  padding-bottom: 60px;
  padding-top: 70px;
}

.footer .single-footer {
  margin-top: 30px;
}

.footer .single-footer h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-weight: 500;
  border-left: 3px solid #00c9ef;
  padding-left: 10px;
  padding-top: 3px;
}

.footer .f-link ul li {
  margin-bottom: 15px;
  position: relative;
}

.footer .f-link ul li:last-child {
  margin: 0;
}

.footer .f-link ul li a {
  display: inline-block;
  color: #f3f1fdc9;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .f-link ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer .f-link ul li a:hover::before {
  width: 100%;
  opacity: 0.5;
  visibility: visible;
}

.footer .f-link ul li a:hover {
  color: #fff;
  letter-spacing: 1px;
}

.footer .footer-bottom .inner {
  padding: 30px 0;
  border-top: 1px solid #ffffff4a;
  text-align: center;
}

.footer .footer-bottom .inner p {
  color: #fff;
  font-size: 13px;
}

.footer .footer-bottom .inner p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #fff;
}

.footer .footer-bottom .inner p a:hover {
  color: #00c9ef;
}

/*======================================
    Responsive CSS
========================================*/
/* Tablet Screen */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section {
    padding: 60px 0px;
  }

  .section-title {
    margin-bottom: 50px;
    padding: 0px 90px;
  }

  .section-title span {
    text-transform: uppercase;
    color: #00c9ef;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 13px;
  }

  .section-title h2 {
    font-size: 28px;
    margin-top: 5px;
    line-height: 38px;
  }

  .section-title.align-left {
    padding: 0;
    padding-right: 200px;
  }

  .section-title p {
    font-size: 13px;
  }

  .breadcrumbs {
    padding-top: 105px;
    padding-bottom: 50px;
  }

  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
  }

  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }

  #scrollUp {
    bottom: 55px;
  }

  .navbar-brand img {
    width: 250px;
  }

  .header .navbar-nav li .sub-menu {
    background: #fff;
    width: 200px;
    padding: 10px;
    z-index: 9999999;
    left: 95px;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 13px;
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    border: 1px dashed #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .navbar-nav li .sub-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .header .navbar-nav li a:hover .sub-menu {
    top: 42px;
  }

  .header .navbar-nav li a {
    position: relative;
    margin-bottom: 6px;
  }

  .navbar-collapse {
    overflow: scroll;
    height: 400px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar-nav .nav-item:last-child {
    padding-bottom: 20px;
  }

  .right-button .btn {
    font-size: 13px;
  }

  .breadcrumbs .bread-list {
    margin-top: 8px;
  }

  .hero-area .hero-text {
    float: none;
    margin-top: 140px;
  }

  .hero-area .img-hero {
    max-height: 500px;
  }

  .hero-area .hero-text h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-area .hero-text .button {
    margin-top: 25px;
  }

  .services .single-service {
    margin: 15px 0;
  }

  .services .single-head .service-patern {
    position: absolute;
    left: -30px;
    bottom: -30px;
  }

  .service-details h3 {
    font-size: 20px !important;
    margin-top: 30px;
    line-height: 32px !important;
  }

  .service-details .service-category {
    padding: 14px;
  }

  .service-details .service-category li a {
    font-size: 13px;
  }

  .service-details .content {
    padding: 60px 0;
  }

  .about-us .about-right {
    text-align: center;
    margin-top: 40px;
  }

  .single-team {
    width: 100%;
  }

  .single-team .image {
    text-align: center;
    display: inline-block;
  }

  .team .single-team .social-links .social {
    display: inline-block;
  }

  .team .single-team .shapes .shape1 {
    left: 70px;
  }

  .team .single-team .shapes .shape2 {
    right: 70px;
    bottom: 12px;
  }

  .newsletter-area .mini-call-action {
    height: auto;
  }

  .contact-area .contact-address-wrapper {
    padding-right: 0;
  }

  .contact-area .inner-section-title h2 {
    font-weight: 700;
    font-size: 28px;
  }

  .map-section {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 60px !important;
    height: auto;
  }

  .map-section iframe {
    height: 300px !important;
  }

  .newsletter-area .mini-call-action {
    margin-top: 30px;
  }

  .error-page .error-image img {
    width: 70%;
  }

  .error-page .error-text {
    margin-top: 50px;
    padding-left: 0 !important;
    text-align: center !important;
    padding: 0px 100px !important;
  }

  .error-page .error-image img {
    width: 70%;
  }

  .error-page .error-text {
    margin-top: 50px !important;
    padding-left: 0 !important;
    text-align: center !important;
    padding: 0px 100px !important;
  }

  .mail-success .success-image img {
    width: 70%;
  }

  .mail-success .siccess-text {
    margin-top: 50px;
    padding-left: 0 !important;
    text-align: center !important;
    padding: 0px 100px !important;
  }

  .contact-us .form-main {
    padding: 50px 50px 50px 50px !important;
  }

  .footer .footer-middle {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .footer .f-about p {
    padding-right: 80px;
  }

  .footer .single-footer {
    margin-top: 30px;
  }
}

/* Mobile Screen */
@media only screen and (max-width: 767px) {
  .header .toolbar-social {
    display: none;
  }

  .section {
    padding: 50px 0px;
  }

  .section-title {
    margin-bottom: 40px;
    padding: 0px 20px;
  }

  .section-title span {
    text-transform: uppercase;
    color: #00c9ef;
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
  }

  .section-title h2 {
    font-size: 25px;
    margin-top: 3px;
    line-height: 35px;
  }

  .section-title.align-left {
    padding: 0;
    padding-right: 0;
  }

  .section-title p {
    font-size: 13px;
  }

  .breadcrumbs {
    padding-top: 105px;
    padding-bottom: 50px;
  }

  .breadcrumbs .breadcrumbs-content .page-title {
    font-size: 30px;
    margin-bottom: 5px;
    color: #fff;
  }

  .button .btn {
    padding: 12px 25px;
    font-size: 14px;
    font-weight: 500;
  }

  #scrollUp {
    bottom: 55px;
  }

  .navbar-brand img {
    width: 230px;
  }

  .header .navbar-nav li .sub-menu {
    background: #fff;
    width: 200px;
    padding: 10px;
    z-index: 9999999;
    left: 95px;
    opacity: 1;
    visibility: visible;
    position: relative;
    left: 13px;
    top: 0;
    -webkit-transform: scaleY(1) !important;
    transform: scaleY(1) !important;
    border: 1px dashed #eee;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .header .navbar-nav li .sub-menu li a {
    padding: 5px 10px;
    font-size: 13px;
    padding: 8px 12px;
    font-size: 12px;
  }

  .header .navbar-nav li a:hover .sub-menu {
    top: 42px;
  }

  .header .navbar-nav li a {
    position: relative;
    margin-bottom: 6px;
  }

  .navbar-collapse {
    overflow: scroll;
    height: 400px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar-nav .nav-item:last-child {
    padding-bottom: 20px;
  }

  .right-button .btn {
    font-size: 13px;
  }

  .breadcrumbs .bread-list {
    margin-top: 8px;
  }

  .hero-area .hero-inner {
    overflow: visible;
  }

  .hero-area .img-hero {
    max-height: 500px;
  }

  .hero-area .hero-inner::before {
    display: none;
  }

  .hero-area .hero-text {
    float: none;
    margin-top: 100px;
  }

  .hero-area .hero-text h1 {
    font-size: 23px;
    line-height: 30px;
  }

  .hero-area .hero-text .button {
    margin-top: 20px;
  }

  .services {
    padding-bottom: 35px;
  }

  .services .single-service {
    margin: 15px 0;
  }

  .services .section-title {
    margin-bottom: 25px;
  }

  .services .single-head .service-patern {
    position: absolute;
    left: -30px;
    bottom: -30px;
  }

  .service-details h3 {
    font-size: 20px !important;
    margin-top: 30px;
    line-height: 32px !important;
  }

  .service-details .service-category {
    margin-top: 30px;
  }

  .service-details .content {
    padding: 50px 0;
  }

  .about-us .about-right {
    text-align: center;
    margin-top: 40px;
  }

  .about-us .about-right img {
    width: 100%;
  }

  .about-us .about-tab .nav {
    margin-bottom: 28px !important;
  }

  .about-us .about-tab .nav li {
    margin-bottom: 12px;
  }

  .single-team {
    width: 100%;
  }

  .single-team .image {
    text-align: center;
    display: inline-block;
  }

  .team .single-team .social-links .social {
    display: inline-block;
  }

  .team .single-team .shapes .shape1 {
    display: none;
  }

  .team .single-team .shapes .shape2 {
    display: none;
  }

  .contact-area .contact-address-wrapper {
    padding-right: 0;
  }

  .contact-area .inner-section-title h2 {
    font-weight: 700;
    font-size: 28px;
  }

  .map-section {
    background-color: #fff;
    margin-top: 50px;
    padding-bottom: 50px !important;
    height: auto;
  }

  .map-section iframe {
    height: 300px !important;
  }

  .newsletter-area .mini-call-action {
    margin-top: 30px;
  }

  .newsletter-area .subscribe-text input {
    width: 100%;
  }

  .newsletter-area .subscribe-text h6 {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
  }

  .newsletter-area .subscribe-text .button {
    margin-top: 10px;
    margin-left: 0;
  }

  .newsletter-area .mini-call-action {
    height: auto;
  }

  .error-page .error-image img {
    width: 90%;
  }

  .error-page .error-text {
    margin-top: 50px !important;
    padding: 0 !important;
    text-align: center !important;
  }

  .error-page .error-text h2 {
    font-size: 25px !important;
  }

  .error-page .error-text h2 span {
    font-size: 22px !important;
  }

  .mail-success .success-image img {
    width: 90%;
  }

  .mail-success .siccess-text {
    margin-top: 50px;
    padding: 0 !important;
    text-align: center !important;
  }

  .mail-success .siccess-text h2 {
    font-size: 25px !important;
  }

  .mail-success .siccess-text h2 span {
    font-size: 22px !important;
  }

  .footer .footer-middle {
    padding-bottom: 60px;
    padding-top: 30px;
  }

  .footer .f-about p {
    padding-right: 80px;
  }

  .footer .single-footer {
    margin-top: 30px;
  }
}

/*======================================
    Portal & Transparência CSS (FIX)
========================================*/

.portal-section {
  text-align: center;
}

/* centraliza o parágrafo (antes ele ficava colado à esquerda) */
.portal-section .section-title p {
  max-width: 820px;
  margin: 0 auto; /* <-- ESSENCIAL */
}

/* Lista: bloco centralizado, mas conteúdo alinhado à esquerda */
.portal-bullets {
  list-style: none;
  padding-left: 0;
  margin: 18px auto 0; /* <-- ESSENCIAL */
  max-width: 820px;
  display: inline-block; /* <-- centraliza o "bloco" no meio */
  text-align: left; /* <-- deixa a leitura natural */
}

/* itens */
.portal-bullets li {
  position: relative;
  padding-left: 26px;
  margin: 10px 0;
  color: #5f6b7a;
  line-height: 1.5;
}

/* bolinha */
.portal-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #01c3e7;
  box-shadow: 0 0 0 4px rgba(1, 195, 231, 0.12);
}

/* imagem */
.portal-image-wrap {
  margin-top: 26px;
  border-radius: 18px;
  overflow: hidden;
}

.portal-image {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 12px 26px rgba(0, 0, 0, 0.18));
}

/* Respeita usuários com redução de movimento */
@media (prefers-reduced-motion: reduce) {
  .portal-image {
    filter: none;
  }
}

/* sombra menor no mobile */
@media (max-width: 991.98px) {
  .portal-image {
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.12));
  }
}

@media (max-width: 575.98px) {
  .portal-image {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.1));
  }
}

/* ======================================
   Portal Cards (com prints) - estilo premium
====================================== */

.portal-cards .section-title p {
  max-width: 880px;
  margin: 0 auto;
}

.portal-grid {
  margin-top: 18px;
}

/* Card */
.portal-card {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease,
    border-color 0.25s ease;
  position: relative;
}

.portal-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 55px rgba(15, 23, 42, 0.12);
  border-color: rgba(1, 195, 231, 0.35);
}

/* Thumb (print) */
.portal-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  background: radial-gradient(
      1200px 300px at 20% 0%,
      rgba(1, 195, 231, 0.14),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0));
}

.portal-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(1.01);
  transition: transform 0.35s ease;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.18));
}

.portal-card:hover .portal-thumb img {
  transform: scale(1.03);
}

/* overlay/zoom */
.portal-zoom {
  position: absolute;
  right: 14px;
  top: 14px;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(22, 22, 22, 0.65);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.portal-card:hover .portal-zoom {
  opacity: 1;
  transform: translateY(0);
}

/* Conteúdo */
.portal-content {
  padding: 18px 18px 16px;
}

.portal-content h3 {
  font-size: 1.05rem;
  margin: 0 0 8px;
}

.portal-content p {
  margin: 0 0 12px;
  color: #5f6b7a;
  line-height: 1.55;
}

/* Lista mini */
.portal-mini {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.portal-mini li {
  font-size: 0.9rem;
  color: #2a3442;
  background: rgba(1, 195, 231, 0.08);
  border: 1px solid rgba(1, 195, 231, 0.18);
  padding: 6px 10px;
  border-radius: 999px;
}

/* sombra/print no mobile mais suave */
@media (max-width: 991.98px) {
  .portal-card {
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.09);
  }
  .portal-thumb img {
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.14));
  }
}

/* telas bem pequenas */
@media (max-width: 575.98px) {
  .portal-content {
    padding: 16px 14px 14px;
  }
  .portal-thumb img {
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.12));
  }
}

/* Acessibilidade: reduz movimento */
@media (prefers-reduced-motion: reduce) {
  .portal-card,
  .portal-thumb img,
  .portal-zoom {
    transition: none !important;
    transform: none !important;
  }
}
/* ==============================
   Ajuste de tamanho dos cards (desktop)
   ============================== */

@media (min-width: 1200px) {
  .portal-card {
    max-width: 380px; /* ajuste fino aqui */
    margin-left: auto;
    margin-right: auto;
  }
  .portal-cards-row {
    display: flex;
    justify-content: center;
    gap: 32px; /* controla o espaço entre os cards */
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
}

/*======================================
    Screen Short CSS
========================================*/
.screenshort {
  position: relative;
  padding-bottom: 150px;
}

.screenshort .single-screen {
  position: relative;
}

.screenshort .single-screen img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 5px;
}

.screenshort .single-screen img:hover {
  -webkit-box-shadow: 0 0px 22px rgba(111, 111, 111, 0.39);
  box-shadow: 0 0px 22px rgba(111, 111, 111, 0.39);
}

.screenshort .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #081828;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}

.screenshort .tns-nav button.tns-nav-active {
  width: 20px;
  background-color: #00c9ef !important;
}

.screenshort .tns-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 80px;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  left: 0;
}

/*======================================
	Contact CSS
========================================*/
.contact-us {
  position: relative;
  background-color: #fff;
  padding-bottom: 0;
}

.contact-us .contact-head {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  position: relative;
  z-index: 5;
}

.contact-us .title {
  margin-bottom: 30px;
}

.contact-us .contant-inner-title {
  margin-bottom: 45px;
}

.contact-us .contant-inner-title h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #fff;
  text-transform: capitalize;
}

.contact-us .contant-inner-title p {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 23px;
  margin-top: 10px;
  display: block;
}

.contact-us .single-head {
  padding: 50px;
  height: 100%;
  background: #00c9ef;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.contact-us .single-info {
  text-align: left;
  margin-bottom: 16px;
  padding-left: 40px;
  position: relative;
}

.contact-us .single-info i {
  color: #fff;
  font-size: 18px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}

.contact-us .single-info ul {
  display: inline-block;
}

.contact-us .single-info ul li:last-child {
  margin-bottom: 0;
}

.contact-us .single-info ul li {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  font-size: 13px;
}

.contact-us .single-info ul li a {
  font-weight: 500;
  color: #fff;
  display: inline-block;
  font-size: 13px;
}

.contact-us .single-info ul li a:hover {
  color: #fff;
}

.contact-us .contact-social {
  display: block;
  margin-top: 65px;
}

.contact-us .contact-social h5 {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.contact-us .contact-social ul {
  display: inline-block;
  position: relative;
  left: -9px;
  margin-top: 15px;
}

.contact-us .contact-social ul li {
  display: inline-block;
  margin-right: 5px;
}

.contact-us .contact-social ul li:last-child {
  margin-right: 0;
}

.contact-us .contact-social ul li a {
  color: #fff;
  font-size: 17px;
  position: relative;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: hidden;
}

.contact-us .contact-social ul li a span {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.contact-us .contact-social ul li a:hover .icon-1 {
  top: -15px;
}

.contact-us .contact-social ul li a .icon-2 {
  top: 50px;
}

.contact-us .contact-social ul li a:hover .icon-2 {
  top: 15px;
}

.contact-us .contact-social ul li a:hover {
  color: #fff;
}

.contact-us .single-info .title {
  margin-bottom: 10px;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
}

.contact-us .single-info .title span {
  display: block;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 500;
}

.contact-us .form-main {
  padding: 50px 50px 50px 30px;
}

.contact-us .form .form-group {
  margin-bottom: 15px;
  display: block;
}

.contact-us .form .form-group input {
  height: 55px;
  line-height: 55px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 0px 20px;
  color: #333;
  border-radius: 0px;
  font-weight: 400;
  border-radius: 5px;
}

.contact-us .form .form-group textarea {
  height: 180px;
  width: 100%;
  border: 1px solid #e6e2f5;
  padding: 15px 20px;
  color: #333;
  border-radius: 0px;
  resize: none;
  font-weight: 400;
  border-radius: 5px;
}

.contact-us .form .button {
  margin: 0;
}

.contact-us .form .button .btn {
  height: 50px;
  border: none;
}

.map-section {
  background-color: #fff;
  margin-top: 50px;
  padding-bottom: 100px;
}

.map-section .map-container {
  -webkit-box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  padding: 20px;
  border-radius: 7px;
}

/*======================================
	End Contact CSS
========================================*/
/*======================================
	Error 404 CSS
========================================*/
.error-page {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

.error-page .error-text {
  display: inline-block;
  text-align: left;
  margin-top: 80px;
  padding-left: 50px;
}

.error-page .error-text h2 {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #081828;
  font-weight: 700;
}

.error-page .error-text h2 span {
  color: #00c9ef;
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

.error-page .error-text p {
  display: block;
  margin-bottom: 30px;
}

.error-page .search-form {
  width: 100%;
  position: relative;
}

.error-page .search-form input {
  width: 400px;
  height: 50px;
  padding: 0px 78px 0 30px;
  border: none;
  background: #f6f6f6;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  font-weight: 400;
  font-size: 14px;
}

.error-page .search-form input:hover {
  padding-left: 35px;
}

.error-page .search-form .btn {
  width: 80px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  background: #00c9ef;
  display: inline-block;
  position: relative;
  top: -2px;
}

.error-page .search-form .btn i {
  font-size: 16px;
}

.error-page .search-form .btn:hover {
  background: #333;
}

/*======================================
	Mail Success CSS
========================================*/
.mail-success {
  text-align: center;
  background: #fff;
  border-top: 1px solid #eee;
}

.mail-success .siccess-text {
  display: inline-block;
  text-align: left;
  margin-top: 50px;
  padding-left: 50px;
}

.mail-success .siccess-text h2 {
  font-size: 30px;
  display: block;
  margin-bottom: 30px;
  color: #081828;
  font-weight: 700;
}

.mail-success .siccess-text h2 span {
  color: #00c9ef;
  display: block;
  margin-bottom: 10px;
  font-size: 25px;
}

.mail-success .siccess-text p {
  display: block;
  margin-bottom: 30px;
}

/*======================================
	WhatsApp Button Float
========================================*/

.whatsappfloat {
  height: 60px;
  width: 60px;
  font-size: 35px;
  color: white;
  background: #06eb25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  padding: 5px;
  border-radius: 50%;
  bottom: 150px;
  right: 20px;
  z-index: 8;
}

.whatsappfloat:before,
.whatsappfloat::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #06eb25;
  border-radius: 50%;
  left: -15px;
  right: -15px;
  top: -15px;
  bottom: -15px;
  animation: animar 1.5s linear infinite;
  opacity: 0;
}

.whatsappfloat::after {
  animation-delay: 0.5s;
}

.whatsappfloat a {
  font-size: 30px;
}

@keyframes animar {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-moz-keyframes animar {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

@-o-keyframes {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

/*======================================
	Lead Form CSS
========================================*/

.form-label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  color: #3c4858;
  margin-bottom: 6px;
}

.form-error {
  display: block;
  font-size: 12px;
  color: #661d1d;
  background: #ffeded;
  border: 1px solid #ff4949;
  border-radius: 3px;
  padding: 6px 10px;
  margin-top: -8px;
  margin-bottom: 15px;
}

.form-hint {
  display: block;
  font-size: 12px;
  color: #8390a4;
  margin-top: -8px;
  margin-bottom: 15px;
}

.form-alert {
  font-size: 16px;
  text-align: left;
  font-family: "Helvetica", sans-serif;
  border-radius: 3px;
  border: 1px solid transparent;
  max-width: 540px;
  margin: 0 auto 14px auto;
  padding: 10px 12px;
}
.form-alert--error {
  color: #661d1d;
  background: #ffeded;
  border-color: #ff4949;
}
.form-alert--success {
  color: #085229;
  background: #e7faf0;
  border-color: #13ce66;
}

/* destaca campo inválido */
.is-invalid {
  border-color: #ff4949 !important;
  outline: 0;
}

/* aproveita seu estilo existente de inputs (form-control-custom) */
