
/* ---------------------------------------------
tabela de conteudo
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. team
08. pricing
09. blog
10. contact
11. footer
12. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@800&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Raleway", sans-serif;
}

::selection {
  background: #2742e2;
  color: #fff;
}

::-moz-selection {
  background: #2742e2;
  color: #fff;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #f2f2fe;
}

.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  border-bottom: 0px solid #eee;
}

.left-heading.light .section-title {
  color: #ffffff;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 42px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
  position: relative;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 28px;
  color: #1e1e1e;
  letter-spacing: 1.75px;
  line-height: 38px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #ffffff;
}

.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.center-text.colored {
  color: #fff;
}

.center-text p {
  font-size: 15px;
  color: #777;
  margin-bottom: 30px;
}

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #777;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #fff;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #2742e2;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #22c1ff;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #22c1ff;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background-color: #2742e2;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background-color: #22c1ff;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  background-color: #2742e2;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #fff;
}

.header-area .main-nav .logo {
  float: left;
  margin-top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 50px;
  
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 120px;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #2742e2;
}

/* Dropdown Styles */
.header-area .main-nav .nav li.submenu {
  position: relative;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 200px;
  box-shadow: 0px 5px 15px rgba(0,0,0,0.15);
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
  padding: 15px 0;
}

.header-area .main-nav .nav li.submenu:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header-area .main-nav .nav li.submenu ul li {
  padding: 0;
  margin: 0;
}

.header-area .main-nav .nav li.submenu ul li a {
  padding: 8px 20px;
  color: #333;
  font-size: 14px;
  border-radius: 0;
  height: auto;
  line-height: 1.5;
  display: block;
  transition: all 0.3s ease;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #f8f9fa;
  color: #2742e2;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu > a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 8px;
  transition: transform 0.3s ease;
}

.header-area .main-nav .nav li.submenu:hover > a::after {
  transform: rotate(180deg);
}

/* Mobile Dropdown Styles */
@media (max-width: 992px) {
  .header-area .main-nav .nav li.submenu ul {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .header-area .main-nav .nav li.submenu ul.active {
    max-height: 200px;
  }
  
  .header-area .main-nav .nav li.submenu ul li a {
    color: #fff;
    padding: 10px 20px;
    padding-left: 40px;
  }
  
  .header-area .main-nav .nav li.submenu ul li a:hover {
    background: rgba(255,255,255,0.1);
    color: #fff;
  }
  
  .header-area .main-nav .nav li.submenu > a::after {
    content: "+";
  }
  
  .header-area .main-nav .nav li.submenu.active > a::after {
    content: "-";
    transform: none;
  }
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 17px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #2742e2;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 17px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #fff !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

@media (min-width: 280px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}
@media (min-width: 300px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}
@media (min-width: 360px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}
@media (min-width: 375px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}
@media (min-width: 700px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}

@media (min-width: 1030px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}
@media (min-width: 1040px) {
  .welcome-area {
    background-image: url(../images/banner-bg.jpg) !important;
  }
}


.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1 {
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  
  color: #fff;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 28px;
  letter-spacing: 0.25px;
 
  position: relative;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #fff;
    
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
   
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 22px;
    line-height: 30px;
    
  }
  .welcome-area .header-text p {
    
  }
}

@media (max-width: 765px) {
  .welcome-area {
    
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    
  }
  .welcome-area .header-text h1 span {
    color: #fff;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}

.features-small-item:hover .icon {
  background-color: #2742e2;
}

.features-small-item .icon {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 90px;
  height: 90px;
  line-height: 90px;
  margin: auto;
  position: relative;
  margin-bottom: 30px;
  background: #22c1ff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.features-small-item .icon i {
  font-size: 18px;
  color: #fff;
}

.features-small-item .features-title {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -220px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../images/work-process-bg.png);
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}

.mini .mini-content .info strong {
  font-weight: 700;
  font-size: 17px;
  margin-bottom: 40px;
  display: block;
}

.mini .mini-content .info h1 {
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info p {
  letter-spacing: 1px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 0.25px;
  line-height: 26px;
  font-weight: 400;
  font-size: 15px;
}

.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
}

.mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #fff;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
}

.mini .mini-content .mini-box i {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}

.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #777;
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: url(../images/fun-facts-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
}

.counter .content .count-item {
  height: 340px;
  position: relative;
  float: left;
  width: 100%;
}

.counter .content .count-item.decoration-bottom {
  position: relative;
}

.counter .content .count-item.decoration-bottom:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 160px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item.decoration-top {
  position: relative;
}

.counter .content .count-item.decoration-top:after {
  content: '';
  position: absolute;
  width: 70%;
  height: 32px;
  top: 140px;
  left: 70%;
  background: url(../images/circle-dec.png) center center no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item:hover strong {
  margin-top: 110px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-weight: 600;
  font-size: 36px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #fff;
  margin-top: 120px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #2742e2;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}

.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #2742e2;
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #777;
  letter-spacing: 0.6px;
  line-height: 26px;
}

/* 
---------------------------------------------
pricing
--------------------------------------------- 
*/
.pricing-item {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-bottom: 30px;
  margin-top: 20px;
  padding: 30px 0px 40px 0px;
}

.pricing-item.active .pricing-header {
  position: relative;
}

.pricing-item.active .pricing-header .pricing-title {
  color: #1e1e1e;
}

.pricing-item.active .pricing-body .price-wrapper {
  background-color: #2742e2;
}

.pricing-item.active .pricing-body .price-wrapper .currency {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .price {
  color: #fff;
}

.pricing-item.active .pricing-body .price-wrapper .period {
  color: #fff;
}

.pricing-item .pricing-header {
  text-align: center;
  display: block;
  position: relative;
  padding-bottom: 10px;
}

.pricing-item .pricing-header .pricing-title {
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
  color: #1e1e1e;
  width: 180px;
  height: 40px;
  line-height: 40px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.pricing-item .pricing-body {
  margin-bottom: 40px;
}

.pricing-item .pricing-body .price-wrapper {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 13px;
  background: #22c1ff;
  width: 80%;
  margin: auto;
  margin-bottom: 40px;
  margin-top: 5px;
  border-radius: 20px;
}

.pricing-item .pricing-body .price-wrapper .currency {
  height: 47px;
  font-weight: 500;
  font-size: 32px;
  color: #fff;
  position: relative;
  top: -1px;
}

.pricing-item .pricing-body .price-wrapper .price {
  font-weight: 500;
  font-size: 28px;
  color: #fff;
}

.pricing-item .pricing-body .price-wrapper .period {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: block;
  letter-spacing: 0.88px;
}

.pricing-item .pricing-body .list li {
  text-align: center;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 13px;
  color: #7a7a7a;
  letter-spacing: 0.25px;
  text-decoration: line-through;
}

.pricing-item .pricing-body .list li.active {
  color: #7a7a7a;
  text-decoration: none;
}

.pricing-item .pricing-footer {
  text-align: center;
  margin-top: 50px;
}

/* 
---------------------------------------------
blog
--------------------------------------------- 
*/
.blog-post-thumb {
  text-align: center;
  margin-bottom: 30px;
}

.blog-post-thumb.big .img {
  height: 400px;
}

.blog-post-thumb .img {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  height: 200px;
}

.blog-post-thumb .blog-content {
  margin-top: -30px;
  padding-top: 50px;
}

.blog-post-thumb h3 {
  margin-bottom: 20px !important;
}

.blog-post-thumb h3 a {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-post-thumb h3 a:hover {
  color: #2742e2;
}

.blog-post-thumb .text {
  font-weight: 400;
  font-size: 13px;
  color: #777;
  letter-spacing: 0.26px;
  line-height: 26px;
  margin-bottom: 15px;
}

.blog-post-thumb .post-footer span {
  float: left;
  height: 30px;
  line-height: 30px;
  font-weight: 300;
  font-size: 14px;
  color: #777;
  padding-left: 30px;
}

.blog-post-thumb a.main-button  {
  margin-top: 10px;
  display: inline-block;
}

.blog-list .blog-post-thumb {
  text-align: left;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(127deg, #22c1ff 0%, #2742e2 91%);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 10px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: #9d5bd9;
   text-align: center;
  background-color: #fff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background-color: #2742e2;
  color: #fff;
}

footer .copyright {
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #2742e2 0%, #22c1ff 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.sect-basic{
background-color: #05d8ba;
color: #fff;
}

.sect-essential{
  background-color: #22c1ff ;
  color: #fff;
}
.sect-pro{
  background-color: #2742e2 ;
  color: #fff;
}

.sect-absolut{
  background-color: #6386C3 ;
  color: #fff;
}

.visao-de-alcance{
padding-top: 100px;
padding-bottom: 100px;
max-width: 100%;
margin-left: auto;
margin-right: auto;
}

@media only screen and (max-width: 600px) {
  .mobile-hide{ display: none !important; }
  }
  @media only screen and (max-width: 600px) {
  .mobile{ display: inline !important; }
  }
  @media only screen and (min-width: 601px) {
  .desktop-hide{ display: none !important; }
  }

  .contatos{
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  padding-top: 50px;
  background-color: rgb(248, 248, 248);
  }

  .contato-title{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    color: rgb(15, 6, 54);
    padding-bottom: 15px;
  }

  .bot-whatsapp{
    font-size: 18px;
    border-radius: 20px;
    background-image: linear-gradient(to right, rgb(24, 167, 34) , rgb(9, 211, 2), rgba(0,255,81,1));
  background-size: 200% auto;
    color: #fff;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.250);
    transition: all 300ms linear 0s;
  }
  .bot-whatsapp:hover{
    color: #fff;
    background-position: right center;
  }

  .bot-email{
    font-size: 18px;
    border-radius: 20px;
    background-image: linear-gradient(to right, rgb(24, 62, 167) , rgb(2, 110, 211), rgb(0, 153, 255));
  background-size: 200% auto;
    color: #fff;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.250);
    transition: all 300ms linear 0s;
  }
  .bot-email:hover{
    color: #fff;
    background-position: right center;
  }

  .bot-insta{
    font-size: 18px;
    border-radius: 20px;
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background-size: 150% auto;
    color: #fff;
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.250);
    transition: all 300ms linear 0s;
  }
  .bot-insta:hover{
    color: #fff;
    background-position: right center;
  }
  .alinha-centro{
    text-align: center;
    margin: 10px;
  }


  .cor1{
    background: url(../images/banner-monofocal.jpg) #05D8BA;
    background-size: cover;
    background-position: center;
    color:#fff;
   }
   
   .cor2{
    background: url(../images/banner-bi.jpg) #22C1FF;
    background-size: cover;
    background-position: center;
    color:#fff;
   }
   
   .cor3{
    background: url(../images/banner-multifocal.jpg) #2742E2;
    background-size: cover;
    background-position: center;
     color:#fff;
   }
   
   .cor4{
    background: url(../images/banner-tratamentos.jpg) #1C7DD7;
    background-size: cover;
    background-position: center;
     color:#fff;
   }
   
   .container-accordion{
    max-width:100%;
     margin: 10px auto;
     background-image: url(../images/banner-bg.jpg) !important;
   }
   
   .accordion-wrap{
       padding-top:10px;
       border-bottom: 0px solid #fff;
       
   }
   
   .accordion-item{
     width: 90%;
     margin: 0 auto;
     cursor: pointer;
     
   }
   
   .accordion-header{
     transition: ease-in-out 100ms;
     padding-right: 50px;
     padding: 35px;
   }
   
   .img-header-accordion-active{
    width: 200px;
    max-width: 50%;
   }

   .img-header-accordion{
    width: 400px;
    max-width: 90%;
    padding-left: 50px;
   }
   

   @media (min-width: 280px) {
    .img-header-accordion {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 300px) {
    .img-header-accordion {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 360px) {
    .img-header-accordion {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 375px) {
    .img-header-accordion {
      padding-left: 20px !important;
    }
  }
  @media (min-width: 700px) {
    .img-header-accordion {
      padding-left: 50px !important;
    }
  }


   .accordion-text{
     width: 100%;
     display: none;
     
     padding-top: 35px;
     padding-bottom: 20px;
    }
   
    .fa-arrow-accordion{
      transition: ease-in-out 300ms;
    }
   
    .rotate-fa{
      transform: rotate(180deg);
    }
   
   
    .accordion-header .fa{
      float: right;
      line-height: 35px;
    }
   
    .accordion-gold {
      color: #ddba4d;
      font-weight: bold;
      background-color: rgba(0, 0, 0, 0.3);
      border-radius: 15px;
      padding: 20px;
  }
   
    .accordion-no-bar{
      border-bottom: 0;
   }

   .lentes-detalhes-img{
    width: 200px;
    max-width: 80%;
   }
   
.borda-bottom-img{
  padding-bottom:15px;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  transition: ease-in-out 300ms;
 }

.borda-bottom-img:hover{
  width: 250px;
}


 .logo-banner{
  width: 200px;
  max-width: 90%;
}

.area-logo-banner{
padding-bottom: 20px;
}

.aligncenter{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 100%;
}

.linha-divide{
color: rgba(255, 255, 255, 0.3);
background-color:rgba(255, 255, 255, 0.3);
margin: 20px 5% 20px 5%;
}

@media (min-width: 280px) {
  .linha-divide {
    margin: 20px 5% 20px 5% !important;
  }
}
@media (min-width: 300px) {
  .linha-divide {
    margin: 20px 5% 20px 5% !important;
  }
}
@media (min-width: 360px) {
  .linha-divide {
    margin: 20px 5% 20px 5% !important;
  }
}
@media (min-width: 375px) {
  .linha-divide {
    margin: 20px 5% 20px 5% !important;
  }
}
@media (min-width: 700px) {
  .linha-divide {
    margin: 20px 15% 20px 15% !important;
  }
}

@media (min-width: 1030px) {
  .linha-divide {
    margin: 20px 5% 20px 5% !important;
  }
}
@media (min-width: 1040px) {
  .linha-divide {
    margin: 20px 35% 20px 35% !important;
  }
}



.lente-info{
  width:500px;
  max-width: 100%;
  padding: 40px 0px 10px 0px;
  margin-left: 3px;
  margin-right: 3px;
}

@media (min-width: 280px) {
  .lente-info {
    width:800px !important;
  }
}
@media (min-width: 300px) {
  .lente-info {
    width:800px !important;
  }
}
@media (min-width: 360px) {
  .lente-info {
    width:800px !important;
  }
}
@media (min-width: 375px) {
  .lente-info {
    width:800px !important;
  }
}
@media (min-width: 700px) {
  .lente-info {
    width:600px !important;
  }
}

.lente-banner-det{
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  border-radius: 20px 20px 0px 0px;
  
}

.banner-retina{
  background: url(../images/lentes/banner/retina.jpg)#05D8BA;
  background-size: cover;
  background-position: center;
}
.banner-precision{
  background: url(../images/lentes/banner/precision.jpg)#05D8BA;
  background-size: cover;
  background-position: center;
}
.banner-vision{
  background: url(../images/lentes/banner/vision.jpg)#05D8BA;
  background-size: cover;
  background-position: left;
}
.banner-bi{
  background: url(../images/lentes/banner/bi.jpg)#22C1FF;
  background-size: cover;
  background-position: center;
}
.banner-ci{
  background: url(../images/lentes/banner/ci.jpg)#22C1FF;
  background-size: cover;
  background-position: right;
}
.banner-basic{
  background: url(../images/lentes/banner/basic.jpg)#2742E2;
  background-size: cover;
  background-position: right;
}
.banner-one{
  background: url(../images/lentes/banner/one.jpg)#2742E2;
  background-size: cover;
  background-position: center;
}
.banner-premium{
  background: url(../images/lentes/banner/premium.jpg)#2742E2;
  background-size: cover;
  background-position: right;
}
.banner-gold{
  background: url(../images/lentes/banner/gold.jpg)#2742E2;
  background-size: cover;
  background-position: right;
}
.banner-black{
  background: url(../images/lentes/banner/black.jpg)#2742E2;
  background-size: cover;
  background-position: right;
}
.banner-drive{
  background: url(../images/lentes/banner/drive.jpg)#2742E2;
  background-size: cover;
  background-position: center;
}
.banner-office{
  background: url(../images/lentes/banner/office.jpg)#2742E2;
  background-size: cover;
  background-position: center;
}
.banner-clair{
  background: url(../images/lentes/banner/clair.jpg)#1C7DD7;
  background-size: cover;
  background-position: center;
}
.banner-blue{
  background: url(../images/lentes/banner/blue.jpg)#1C7DD7;
  background-size: cover;
  background-position: center;
}
.banner-green{
  background: url(../images/lentes/banner/blue.jpg)#1C7DD7;
  background-size: cover;
  background-position: center;
}
.banner-titanium{
  background: url(../images/lentes/banner/blue.jpg)#1C7DD7;
  background-size: cover;
  background-position: center;
}
.banner-sunprotect{
  background: url(../images/lentes/banner/sunprotect.jpg)#1C7DD7;
  background-size: cover;
  background-position: center;
}




.title-det-img{
  padding: 45px 10px 45px 10px;
  max-width: 100%;
}

button.close{
  color: #fff;
  opacity: 1;
  right: 20px;
  position: absolute;
  top: 10px;
  font-weight: 400;
  font-size: 1.6rem;
}

.modal-content{
  border: 0px;
}
.modal{
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
  background-color: rgba(0, 0, 0, 0.1) !important;
}

.info-text{
  font-size: 10px;
  margin: 30px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  color: rgba(255, 255, 255, 0.57);
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.img-icon-trat-clair{
width: 60px;
max-width: 50%;
padding: 3px;
}
.img-icon-trat-green{
  width: 60px;
  max-width: 25%;
  padding: 3px;
  }

.img-icon-trat-titanium{
  width: 60px;
  max-width: 21%;
  padding: 3px;
  }

.img-icon-trat-blue{
  width: 60px;
  max-width: 21%;
  padding: 3px;
  }

.img-icon-trat-sunprotect{
  width: 60px;
  max-width: 17.5%;
  padding: 3px;
  }

.img-dec-tra-info{
  width: 500px;
  max-width: 100%;
}
.camadas-cont{
  background-color: #FBB12F;
  width: 100%;
  border-radius: 15px;
  padding: 10px 10px 10px 10px;
  color: #fff;
}
.camadas-trat{
  text-align: center;
  margin-bottom: -6px;
  font-weight: 900;
  font-family: poppins;
  font-size: 30px;
}
.sub-camadas{
  text-align: center;
 size: 12px;
 
}

.page-heading {
  padding: 140px 0 40px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
}

.page-heading h1 {
  font-size: 2.5em;
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.page-heading p {
  font-size: 1.1em;
  color: #666;
  margin: 0;
}
/* Footer Refined Styles */
footer {
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-logo {
    margin-bottom: 40px;
}

.contact-card {
    text-align: center;
    padding: 0 15px;
    margin-bottom: 30px;
}

.contact-card .icon-wrapper {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.contact-card:hover .icon-wrapper {
    background-color: #fff;
    transform: translateY(-5px);
}

.contact-card:hover .icon-wrapper i {
    color: #2742e2;
}

.contact-card i {
    font-size: 24px;
    color: #fff;
}

.contact-card h5 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    margin-bottom: 0;
}

.legal-info {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 30px;
    margin-top: 10px;
}

.legal-info .company-details {
    margin-bottom: 15px;
}

.legal-info .company-name {
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    display: block;
    margin-bottom: 2px;
    text-transform: uppercase;
}

.legal-info .company-cnpj {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    display: block;
}

footer .copyright {
    border-top: none;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
}


/* Mobile Footer Adjustments */
@media (max-width: 767px) {
    footer {
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .footer-logo {
        margin-bottom: 30px;
    }

    .contact-card {
        margin-bottom: 40px;
        padding: 0;
    }

    .contact-card:last-child {
        margin-bottom: 10px;
    }
    
    .contact-card .icon-wrapper {
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }
    
    .contact-card i {
        font-size: 20px;
    }

    .legal-info {
        padding-top: 20px;
        margin-top: 10px;
    }
}

