:root {
  --color-1: #633637;
  --color-2: #036317;
  --color-black: #000;
  --color-white: #FDFDFD;
  --color-whatsapp: rgb(69 198 85);
}
body {
  font-family: "Open Sans", sans-serif;
  color: rgb(68, 68, 68);
}
a {
  color: var(--color-2);
  text-decoration: none;
}
a:hover {
  color: var(--color-2);
  text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
  font-family: Raleway, sans-serif;
}
p{
  text-align: justify;
}
#preloader {
  position: fixed;
  inset: 0px;
  z-index: 9999;
  overflow: hidden;
  background: rgb(255, 255, 255);
}
@keyframes animate-preloader {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--color-1);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s ease 0s;
}
.back-to-top i {
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 0;
}
.back-to-top:hover {
  background: var(--color-black);
  color: rgb(255, 255, 255);
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.datepicker-dropdown {
  padding: 20px !important;
}
.btn-download-pdf {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 15px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: var(--color-white);
  background: var(--color-2);
  border: 0px;
}
.btn-download-pdf:hover {
  color: var(--color-2);
  background: var(--color-white);
  border: 3px solid var(--color-2);
}
.btn-know-more {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 15px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-2);
}
.btn-know-more:hover {
  background: var(--color-white);
  color: var(--color-2);
  border: 3px solid var(--color-white);
  font-weight: bold;
}
.btn-send-now {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 15px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-2);
  border: 0px;
}
.btn-send-now:hover {
  background: var(--color-white);
  color: var(--color-2);
  border: 3px solid var(--color-2);
  font-weight: bold;
}
.btn-read-more {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 52px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-1);
}
.btn-read-more:hover {
  background: var(--color-white);
  color: var(--color-1);
  border: 3px solid var(--color-1);
  font-weight: bold;
}
.btn-open-gps {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 15px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255 255 255) !important;
  background: var(--color-2);
}
.topbar {
  background: #fdfdfd;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #010101;
  padding: 0;
  position: relative;
  DISPLAY: NONE !IMPORTANT;!I;!;
}
.topbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: rgb(17 17 17 / 33%);
}
.topbar .contact-info i {
  font-style: normal;
  color: #070707;
  line-height: 0;
}
.topbar .contact-info i a,.topbar .contact-info i span {
  padding-left: 5px;
  color: #000000;
}
@media (max-width: 575px) {
  .topbar .contact-info i a, .topbar .contact-info i span {
      font-size: 13px;
  }
}
.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.topbar .contact-info i a:hover {
  color: var(--color-2);
  text-decoration: auto;
  font-weight: 600;
}
.topbar .social-links a {
  color: rgb(0 0 0 / 70%);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}
.topbar .social-links a:hover {
  color: #fff;
}
#topbar .social-links a:first-child {
  border-left: 0px;
}
#header {
  transition: all 0.5s ease 0s;
  z-index: 997;
  padding: 15px 0px;
  top: 40px;
  box-shadow: rgb(255 255 255 / 10%) 0px 2px 25px;
  background-color: #000000;
  TOP: 0;
}
#header.header-scrolled {
  top: 0px;
  background: #000000;
}
#header .logo img {
  width: 90px;
  height: auto;
}
.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 70px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}
#whatsapp-flutuante {
  margin-left: 0px;
  background: var(--color-whatsapp);
  color: var(--color-white);
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#whatsapp-flutuante img {
  width: 45px;
  height: 45px;
}
.contact-btn {
  margin-left: 0px;
  border: 2px solid var(--color-whatsapp);
  color: #fff;
  border-radius: 50px;
  padding: 8px 20px;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  font-size: 15px;
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
}
.contact-btn:hover {
  background: var(--color-whatsapp);
  color: rgb(255, 255, 255);
  border: 3px solid #fff;
}
#contact ul li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #444;
  /* text-align: left; */
}
#contact ul li:first-child {
  padding-top: 0px;
}
#contact ul a {
  color: #444;
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: 1;
}
#contact ul a:hover {
  text-decoration: none;
  color: #444;
}
#contact ul li i {
  margin-right: 5px
}
@media (max-width: 768px) {
  .contact-btn {
      margin: 0px 12px 0px 12px;
      padding: 8px 15px 8px 15px;
      width: auto;
      text-align: center;
  }
}
#navbar{
  margin-left: 2%;
}
#navbar ul li:hover {
  background: rgb(255, 255, 255);
}
#navbar ul li:hover a {
  color: #000000;
}
#navbar .active {
  background: rgb(255, 255, 255);
}
#navbar .active a {
  color: var(--color-1);
}
#navbar ul li .navbar {
  padding: 0px;
}
.navbar ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar>ul>li {
  position: relative;
  white-space: nowrap;
  padding: 6px;
  margin: 0 3px 0 3px;
  border-radius: 5px;
}
.navbar a,.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: all 0.3s ease 0s;
  border: 0px;
  padding: 5px 2px;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar a i,.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 20px;
  top: calc(100% + 30px);
  margin: 0px;
  padding: 10px 0px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: rgb(255, 255, 255);
  box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
  transition: all 0.3s ease 0s;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  color: var(--color-black);
  border: none;
  display: grid;
}
.navbar .dropdown ul a span {
  font-size: 14px;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,.navbar .dropdown ul .active:hover,.navbar .dropdown ul li:hover>a {
  color: var(--color-2);
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0px;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0px;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }
  .navbar .dropdown .dropdown:hover>ul {
      left: -100%;
  }
}
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: all 0.5s ease 0s;
}
.mobile-nav-toggle.bi-x {
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }
  .navbar ul {
      display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  inset: 0px;
  background: rgba(28, 47, 65, 0.9);
  transition: all 0.3s ease 0s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  inset: 55px 15px 15px;
  padding: 10px 0px;
  background-color: var(--color-white);
  overflow-y: auto;
  transition: all 0.3s ease 0s;
}
.navbar-mobile>ul>li {
  padding: 0px;
}
.navbar-mobile a,.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--color-black);
  border: none;
}
.navbar-mobile a:hover,.navbar-mobile .active,.navbar-mobile li:hover>a {
  color: var(--color-2);
}
.navbar-mobile .getstarted,.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0px;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: rgb(255, 255, 255);
  box-shadow: rgba(127, 137, 161, 0.25) 0px 0px 30px;
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
  word-wrap: break-word !important;
  white-space: normal;
  overflow: hidden;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,.navbar-mobile .dropdown ul .active:hover,.navbar-mobile .dropdown ul li:hover>a {
  color: var(--color-2);
}
.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
#hero {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(266deg, transparent, var(--color-black));
  margin-top: 5%;
}
#hero .container {
  position: relative;
}
#hero h1 {
  margin: 0px;
  font-size: 42px;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
}
#hero h2 {
  color: #fff;
  margin: 10px 0px 0px;
  font-size: 24px;
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 10px;
}
#hero h3 {
  color: #fff;
  margin: 10px 0px 0px;
  font-size: 24px;
  line-height: inherit;
  margin-top: 15px;
  margin-bottom: 10px;
}
#hero .btn-get-started {
  font-family: Raleway, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: var(--color-black);
  background: var(--color-white);
}
#hero .btn-get-started:hover {
  background: var(--color-whatsapp);
  color: var(--color-white);
  border: 0px;
}
@media (min-width: 1024px) {
  #hero {
      background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #hero {
      padding-bottom: 0;
      height: 100vh;
  }
  #hero .container {
      padding-bottom: 0;
  }
  #hero h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #hero {
      height: 110vh;
  }
}
#inner-hero {
  width: 100%;
  height: 50vh;
  background-image: linear-gradient(56deg, transparent, var(--color-black)), url(../img/cta.webp);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 90px;
}
#inner-hero .container {
  width: 100%;
}
#inner-hero h1 {
  margin: 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #fff;
}
#inner-hero h2 {
  color: #fff;
  margin: 10px 0px 0px;
  font-size: 52px;
  font-weight: 700;
}
#inner-hero h2 span {
  font-size: 28px;
}
#inner-hero .btn-get-started {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-2);
}
#inner-hero .btn-get-started:hover {
  background: var(--color-2);
}
@media (min-width: 1024px) {
  #inner-hero {
      background-attachment: fixed;
  }
}
#inner-hero-with-form {
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(56deg, transparent, var(--color-black)), url(../img/hero-2.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100%;
}
/* #inner-hero-with-form .container {  position: absolute;  width: 100%;  left: 0;  right: 0;  top: 11em;} */
#inner-hero-with-form h1 {
  margin: 0px;
  font-size: 38px;
  font-weight: 700;
  line-height: normal;
  color: #fff;
}
#inner-hero-with-form h2 {
  color: #fff;
  margin: 10px 0px 0px;
  font-size: 52px;
  font-weight: 700;
}
#inner-hero-with-form h2 span {
  font-size: 28px;
}
#inner-hero-with-form .btn-get-started {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-2);
}
#inner-hero-with-form .btn-get-started:hover {
  background: var(--color-2);
}
#inner-hero-with-form .formulario h2 {
  font-size: var(--font-size-h2-desktop-2);
  font-weight: 600;
}
#inner-hero-with-form .formulario p {
  font-size: var(--font-size-p-desktop-3);
}
#inner-hero-with-form .span-destaque {
  font-size: var(--font-size-h1-desktop);
  font-weight: 400;
}
#inner-hero-with-form .formulario {
  background: var(--color-white);
  color: var(--color-black);
  border-radius: 5px;
  width: 400px;
  height: 100%;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
  padding: 15px;
  margin-left: auto;
}
@media (min-width: 1024px) {
  #inner-hero-with-form {
      background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  
  #inner-hero-with-form {
      height: 100vh;
      margin-bottom: 20vh;
  }
  #inner-hero-with-form .container {
      position: absolute;
      top: 15vh;
      padding-bottom: 0;
  }
  #inner-hero-with-form h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #inner-hero-with-form h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
  .pg-contact{
    height: 120vh !important;
    padding-bottom:60px;
  }
}
@media (max-height: 600px) {
  #inner-hero-with-form {
      height: 60vh;
  }
}
#black-inner-hero {
  width: 100%;
  height: 50vh;
  background: var(--color-black);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
#black-inner-hero .container {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 11em;
}
#black-inner-hero h1 {
  margin: 0px;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  color: #fff;
}
#black-inner-hero h2 {
  color: #fff;
  margin: 10px 0px 0px;
  font-size: 52px;
  font-weight: 700;
}
#black-inner-hero h2 span {
  font-size: 28px;
}
#black-inner-hero .btn-get-started {
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: rgb(255, 255, 255);
  background: var(--color-2);
}
#black-inner-hero .btn-get-started:hover {
  background: var(--color-2);
}
@media (min-width: 1024px) {
  #black-inner-hero {
      background-attachment: fixed;
  }
}
@media (max-width: 992px) {
  #black-inner-hero {
      margin-bottom: 0px;
      height: 37vh;
  }
  #black-inner-hero .container {
      padding-bottom: 0;
  }
  #black-inner-hero .container {
      position: absolute;
      top: 70px;
  }
  #black-inner-hero h1 {
      font-size: 28px;
      line-height: 36px;
  }
  #black-inner-hero h2 {
      font-size: 18px;
      line-height: 24px;
      margin-bottom: 30px;
  }
}
@media (max-height: 600px) {
  #black-inner-hero {
      height: 60vh;
  }
}
section {
  padding: 60px 0px;
  overflow: hidden;
}
.section-below-the-form {
  background: transparent;
  height: auto;
  padding: 0;
}
.section-bg {
  background-color: rgb(241, 247, 253);
}
.section-title {
  text-align: center;
  padding-bottom: 30px;
}
.section-title p {
  text-align: center;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: var(--color-black);
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: rgb(221, 221, 221);
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: var(--color-1);
  bottom: 0px;
  left: calc(50% - 20px);
}
.section-title h3 {
  font-size: 22px;
}
.section-title p {
  margin-bottom: 0px;
}
.breadcrumbs {
  padding: 40px 0px;
  background-color: var(--color-1);
  min-height: 120px;
  margin-top: 120px;
}
@media (max-width: 992px) {
  .breadcrumbs {
      margin-top: 100px;
  }
}
.breadcrumbs h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0px;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
      margin: 0px 0px 10px;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size: 14px;
}
.breadcrumbs ol li+li {
  padding-left: 10px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: rgb(108, 117, 125);
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
      display: block !important;
  }
  .breadcrumbs ol {
      display: block;
  }
  .breadcrumbs ol li {
      display: inline-block;
  }
}
.why-us .content {
  padding: 30px;
  background: var(--color-2);
  border-radius: 4px;
  color: rgb(255, 255, 255);
}
.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}
.why-us .content p {
  margin-bottom: 30px;
}
.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  transition: all 0.4s ease-in-out 0s;
}
.why-us .content .more-btn i {
  font-size: 14px;
}
.why-us .content .more-btn:hover {
  color: var(--color-2);
  background: rgb(255, 255, 255);
}
.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  padding: 40px 30px;
  width: 100%;
}
.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: var(--color-2);
  margin-bottom: 30px;
}
.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0px 0px 30px;
}
.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: rgb(132, 132, 132);
}
.about .icon-boxes h4 {
  font-size: 18px;
  color: var(--color-2);
  margin-bottom: 15px;
}
.about .icon-boxes h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 15px;
}
.about .icon-box {
  margin-top: 40px;
}
.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid var(--color-2);
  border-radius: 50px;
  transition: all 0.5s ease 0s;
}
.about .icon-box .icon i {
  color: var(--color-2);
  font-size: 32px;
}
.about .icon-box:hover .icon {
  background: var(--color-2);
  border-color: var(--color-2);
}
.about .icon-box:hover .icon i {
  color: rgb(255, 255, 255);
}
.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}
.about .icon-box .title a {
  color: rgb(52, 58, 64);
  transition: all 0.3s ease 0s;
}
.about .icon-box .title a:hover {
  color: var(--color-2);
}
.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}
.about .video-box {
  background: url("../img/sobre-2.jpg") center center / cover no-repeat;
  min-height: 500px;
}
.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--color-2) 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}
.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation: 2s ease 0s infinite normal none running pulsate-btn;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid var(--color-2);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.about .play-btn:hover::after {
  border-left: 15px solid var(--color-2);
  transform: scale(20);
}
.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0px;
  height: 0px;
  border-right: none;
  border-image: initial;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid rgb(255, 255, 255);
  z-index: 200;
  animation: 0s ease 0s 1 normal none running none;
  border-radius: 0px;
}
@keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }
  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}
.counts {
  background: rgb(241, 247, 253);
  padding: 70px 0px 60px;
}
.counts .count-box {
  padding: 30px 30px 25px;
  width: 100%;
  position: relative;
  text-align: center;
  background: rgb(255, 255, 255);
}
.counts .count-box i {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  background: var(--color-2);
  color: rgb(255, 255, 255);
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
}
.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: rgb(8, 39, 68);
}
.counts .count-box p {
  padding: 0px;
  margin: 0px;
  font-family: Raleway, sans-serif;
  font-size: 14px;
}
.services .icon-box {
  text-align: center;
  border: 1px solid rgb(213, 225, 237);
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 5px;
  height: 65vh;
}
.services .content-box {
  height: 100vh;
}
.services .content-box img {
  border-radius: 10px;
}
.services .div-saiba-mais {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.services .icon-box .icon {
  margin: 0px auto 20px;
  width: 64px;
  height: 64px;
  background: var(--color-1);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}
.services .icon-box .icon i {
  color: rgb(255, 255, 255);
  font-size: 28px;
}
.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgb(57 13 52 / 18%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.services .icon-box h4 a {
  color: var(--color-black);
}
.services .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0px;
}
.services .icon-box:hover {
  background: var(--color-2);
  border-color: var(--color-2);
  cursor: pointer;
}
.services .icon-box:hover .icon {
  border: 3px solid rgb(255, 255, 255);
}
.services .icon-box:hover .icon i {
  color: var(--color-2);
}
.services .icon-box:hover .icon::before {
  background: var(--color-2);
}
.services .icon-box:hover h4 a,.services .icon-box:hover p {
  color: rgb(255, 255, 255);
}
.services .icon-box:hover .btn-know-more {
  background: var(--color-white);
  color: var(--color-2);
  border: 3px solid var(--color-white);
  font-weight: bold;
}
.services {
  padding-bottom: 0;
}
.solutions .icon-box {
  text-align: center;
  border: 1px solid rgb(213, 225, 237);
  padding: 20px;
  transition: all 0.3s ease-in-out 0s;
  border-radius: 5px;
  height: auto;
}
.solutions .content-box {
  height: 445px;
}
.solutions .content-box img {
  border-radius: 10px;
}
.solutions .div-saiba-mais {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.solutions .icon-box .icon {
  margin: 0px auto 20px;
  width: 64px;
  height: 64px;
  background: var(--color-1);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}
.solutions .icon-box .icon i {
  color: rgb(255, 255, 255);
  font-size: 28px;
}
.solutions .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgb(57 13 52 / 18%);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
}
.solutions .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}
.solutions .icon-box h4 a {
  color: var(--color-black);
}
.solutions .icon-box p {
  line-height: 24px;
  font-size: 18px;
  margin-bottom: 0px;
  text-align: center;
}
.solutions .icon-box:hover {
  background: var(--color-2);
  border-color: var(--color-2);
  cursor: pointer;
}
.solutions .icon-box:hover .icon {
  border: 3px solid rgb(255, 255, 255);
}
.solutions .icon-box:hover .icon i {
  color: var(--color-2);
}
.solutions .icon-box:hover .icon::before {
  background: var(--color-2);
}
.solutions .icon-box:hover h4 a,.solutions .icon-box:hover p {
  color: rgb(255, 255, 255);
}
.solutions .icon-box:hover .btn-know-more {
  background: var(--color-white);
  color: var(--color-2);
  border: 3px solid var(--color-white);
  font-weight: bold;
}
.solutions {
  padding-bottom: 0;
}
.cta {
  padding: 80px 0px;
  background-image: linear-gradient(55deg, transparent, var(--color-black)), url(../img/cta.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta p{
  text-align: center;
}
.cta h3 {
  font-size: 28px;
}
.cta p,.cta h3 {
  color: var(--color-white);
}
.cta .cta-btn-whatsapp {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  margin: 10px;
  border: 2px solid var(--color-white);
  background: var(--color-whatsapp);
  color: var(--color-white);
}
.cta .cta-btn {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  margin: 10px;
  border: 2px solid var(--color-white);
  background: var(--color-white);
  color: var(--color-black);
}
.cta .cta-btn:hover {
  background: var(--color-2);
  border: 3px solid;
  color: var(--color-white);
}
@media (max-width: 1024px) {
  .cta {
      background-attachment: scroll;
  }
}
@media (min-width: 769px) {
  .cta .cta-btn-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
  }
}
.contact .php-email-form {
  width: 100%;
}
.contact .php-email-form .form-group {
  padding-bottom: 8px;
}
.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0px 0px 15px;
  font-weight: 400;
  font-size: 13px;
}
.contact .php-email-form .error-message {
  display: none;
  color: rgb(255, 255, 255);
  background: rgb(237, 60, 13);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}
.contact .php-email-form .sent-message {
  display: none;
  color: rgb(255, 255, 255);
  background: rgb(24, 210, 110);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .php-email-form .loading {
  display: none;
  background: rgb(255, 255, 255);
  text-align: center;
  padding: 15px;
}
.contact .php-email-form .loading::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0px 10px -6px 0px;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(238, 238, 238) rgb(24, 210, 110) rgb(24, 210, 110);
  border-image: initial;
  animation: 1s linear 0s infinite normal none running animate-loading;
}
.contact .php-email-form input,.contact .php-email-form textarea,.contact .php-email-form select {
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}
.contact .php-email-form input:focus,.contact .php-email-form textarea:focus,.contact .php-email-form select:focus {
  border-color: var(--color-2);
}
.contact .php-email-form input,.contact .php-email-form select {
  height: 44px;
}
.contact .php-email-form textarea {
  padding: 10px 12px;
}
.contact .php-email-form button[type="submit"] {
  background: var(--color-2);
  border: 0px;
  padding: 10px 35px;
  color: rgb(255, 255, 255);
  transition: all 0.4s ease 0s;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
}
.contact .php-email-form button[type="submit"]:hover {
  background: var(--color-2);
}
.departments {
  overflow: hidden;
}
.departments .nav-tabs {
  border: 0px;
}
.departments .nav-link {
  border-width: 0px 2px 0px 0px;
  border-top-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image: initial;
  padding: 12px 15px 12px 0px;
  transition: all 0.3s ease 0s;
  color: var(--color-2);
  border-radius: 0px;
  border-right-style: solid;
  border-right-color: rgb(235, 241, 246);
  font-weight: 600;
  font-size: 15px;
}
.departments .nav-link:hover {
  color: var(--color-2);
}
.departments .nav-link.active {
  color: var(--color-2);
  border-color: var(--color-2);
}
.departments .tab-pane.active {
  animation: 0.5s ease-out 0s 1 normal none running fadeIn;
}
.departments .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--color-2);
}
.departments .details p {
  color: rgb(119, 119, 119);
}
.departments .details p:last-child {
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .departments .nav-link {
      border: 0px;
      padding: 15px;
  }
  .departments .nav-link.active {
      color: rgb(255, 255, 255);
      background: var(--color-2);
  }
}
.doctors {
  background: rgb(255, 255, 255);
}
.doctors .member {
  position: relative;
  box-shadow: rgba(44, 73, 100, 0.08) 0px 2px 15px;
  padding: 30px;
  border-radius: 10px;
}
.doctors .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.doctors .member .pic img {
  transition: all 0.3s ease-in-out 0s;
}
.doctors .member:hover img {
  transform: scale(1.1);
}
.doctors .member .member-info {
  padding-left: 30px;
}
.doctors .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: var(--color-2);
}
.doctors .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.doctors .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: rgb(178, 200, 221);
  bottom: 0px;
  left: 0px;
}
.doctors .member p {
  margin: 10px 0px 0px;
  font-size: 14px;
}
.doctors .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.doctors .member .social a {
  transition: all 0.3s ease-in-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: rgb(160, 188, 213);
}
.doctors .member .social a i {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin: 0px 2px;
}
.doctors .member .social a:hover {
  background: var(--color-2);
}
.doctors .member .social a+a {
  margin-left: 8px;
}
.faq .faq-list {
  padding: 0px 100px;
}
.faq .faq-list ul {
  padding: 0px;
  list-style: none;
}
.faq .faq-list li+li {
  margin-top: 15px;
}
.faq .faq-list li {
  padding: 20px;
  background: rgb(255, 255, 255);
  border-radius: 4px;
  position: relative;
}
.faq .faq-list a {
  display: block;
  position: relative;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px 30px;
  outline: none;
  cursor: pointer;
}
.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0px;
  left: 20px;
  color: rgb(118, 181, 238);
}
.faq .faq-list .icon-show,.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0px;
  top: 0px;
}
.faq .faq-list p {
  margin-bottom: 0px;
  padding: 10px 0px 0px;
}
.faq .faq-list .icon-show {
  display: none;
}
.faq .faq-list a.collapsed {
  color: rgb(52, 58, 64);
}
.faq .faq-list a.collapsed:hover {
  color: var(--color-2);
}
.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}
.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
      padding: 0px;
  }
}
.covenants .covenant-wrap {
  padding: 0px;
}
.covenants .covenants-carousel,.covenants .covenants-slider {
  overflow: hidden;
}
.covenants .covenant-item {
  box-sizing: content-box;
  padding: 5px;
  margin: 30px 15px;
  min-height: 210px;
  box-shadow: rgba(44, 73, 100, 0.08) 0px 2px 12px;
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 5px;
}
.covenants .covenant-item .covenant-img {
  width: 200px;
  border-radius: 10px;
  border: 6px solid rgb(255, 255, 255);
}
.covenants .covenant-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0px 5px;
  color: rgb(17, 17, 17);
}
.covenants .covenant-item h4 {
  font-size: 14px;
  color: rgb(153, 153, 153);
  margin: 0px;
}
.covenants .covenant-item .quote-icon-left,.covenants .covenant-item .quote-icon-right {
  color: rgb(186, 218, 247);
  font-size: 26px;
}
.covenants .covenant-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.covenants .covenant-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.covenants .covenant-item p {
  font-style: italic;
  margin: 15px auto;
}
.covenants .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.covenants .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgb(255, 255, 255);
  opacity: 1;
  border: 1px solid var(--color-2);
}
.covenants .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-2);
}
@media (max-width: 767px) {
  .covenants .covenant-wrap {
      padding-left: 0px;
  }
  .covenants .covenants-carousel, .covenants .covenants-slider {
      overflow: hidden;
  }
  .covenants .covenant-item {
      padding: 30px;
      margin: 15px;
  }
  .covenants .covenant-item .covenant-img {
      position: static;
      left: auto;
  }
}
/*--------------------------------------------------------------    # Posts | Home    --------------------------------------------------------------*/
.post {
  background: #fff;
  padding: 60px 0;
}
.post .post-item {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}
.post .post-item .post-item-img {
  position: relative;
  overflow: hidden;
}
.post .post-item .post-item-img img {
  width: 100%;
  height: 200px;
}
.post .post-item .read-more {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}
.post .post-item .read-more a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 15px;
}
.post .post-item .read-more a:hover {
  background: var(--color-2);
  color: var(--color-white);
  font-weight: 800;
}
.post .post-item .read-more i {
  font-size: 18px;
  line-height: 0;
}
.post .post-item .post-item-info {
  padding: 25px 15px;
}
.post .post-item .post-item-info h3 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #151515;
}
.post .post-item .post-item-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}
.post .post-item .post-item-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}
.post .post-item:hover .read-more {
  opacity: 1;
  bottom: 15px;
}
.post .know-more {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  margin: 10px;
  border: 2px solid var(--color-3);
  background: var(--color-2) !important;
  color: var(--color-white) !important;
}
.post .know-more:hover {
  background: #fff;
  border: 3px solid;
  color: var(--color-1);
}
.our-story {
  padding-top: 0px;
}
.our-story .our-story-item {
  color: rgba(var(--color-black), 0.8);
}
.our-story .our-story-item+.our-story-item {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .our-story .our-story-item+.our-story-item {
      margin-top: 0px;
  }
}
.our-story .our-story-item h3 {
  color: var(--cor-2);
  font-weight: 700;
  font-size: 26px;
  line-height: normal;
  margin-bottom: 30px;
}
.our-story .our-story-item .btn-get-started {
  background-color: var(--color-2);
  color: var(--cor-3);
  padding: 8px 30px 10px;
  border-radius: 4px;
}
.our-story .our-story-item .btn-get-started:hover {
  background-color: rgba(var(--color-2), 0.9);
}
.our-story .our-story-item ul {
  list-style: unset;
  padding: 7px;
  display: block;
  margin-bottom: 0px;
  padding: 0px 30px 0 30px;
}
.our-story .our-story-item ul li {
  padding-bottom: 10px;
  display: list-item;
}
.our-story .our-story-item ul li:last-child {
  padding-bottom: 0px;
}
.our-story .our-story-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--color-2);
}
/* .our-story .our-story-item img {  border: 6px solid var(--color-1);  box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 30px -10px;} */
@media (max-width: 640px) {
  .nav-link {
      display: block !important;
  }
}
.our-story .our-story-item .our-story-img-bg img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  max-height: 100%;
}
.our-story .our-story-item .image-stack {
  display: grid;
  position: relative;
  grid-template-columns: repeat(12, 1fr);
}
.our-story .our-story-item .image-stack .stack-back {
  grid-area: 1 / 4 / auto / -1;
  width: 100%;
  z-index: 1;
}
.our-story .our-story-item .image-stack .stack-front {
  grid-area: 1 / 1 / auto / span 8;
  margin-top: 20%;
  width: 100%;
  z-index: 2;
}
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid rgb(255, 255, 255);
  border-bottom: 3px solid rgb(255, 255, 255);
}
.gallery .gallery-item img {
  transition: all 0.4s ease-in-out 0s;
}
.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
#footer {
  color: rgb(255 255 255);
  font-size: 14px;
  background: rgb(0 0 0);
}
#footer .logo{
  width: 90px;
    height: auto;
}
#footer .footer-top {
  padding: 60px 0px 30px;
  background: rgb(0 0 0);
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0px 0px 30px;
  padding: 2px 0px;
  line-height: 1;
  font-weight: 700;
}
#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
#footer .footer-top .footer-links ul li a span {
  display: none;
}
#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
}
#footer .footer-top .footer-links ul li {
  padding: 10px 0px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000000;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0px;
}
#footer ul li i {
  margin-right: 5px
}
#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: all 0.3s ease 0s;
  display: inline-block;
  line-height: inherit;
}
#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #ffffff;
}
#footer .footer-newsletter {
  font-size: 15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: rgb(68, 68, 68);
  position: relative;
  padding-bottom: 12px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: rgb(255, 255, 255);
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid rgb(191, 220, 247);
}
#footer .footer-newsletter form input[type="email"] {
  border: 0px;
  padding: 4px 8px;
  width: calc(100% - 100px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 0px;
  font-size: 16px;
  padding: 0px 20px;
  background: var(--color-2);
  color: rgb(255, 255, 255);
  transition: all 0.3s ease 0s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: var(--color-2);
}
#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: rgb(68, 68, 68);
}
#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--color-2);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 8px 0px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: all 0.3s ease 0s;
}
#footer .social-links a:hover {
  background: var(--color-2);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#img-1 {
  max-width: 50%;
  height: auto;
}
.sidebar .social-links a {
  font-size: 16px;
  display: inline-block;
  background: var(--color-1);
  color: rgb(255, 255, 255);
  line-height: 1;
  padding: 4px 0px;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  transition: all 0.3s ease 0s;
}
.sidebar .social-links a:hover {
  background: var(--color-2);
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.nav-link {
  display: inline;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--color-2);
  text-decoration: none;
  background: 0px 0px;
  border: 0px;
  transition: color 0.15s ease-in-out 0s, background-color 0.15s ease-in-out 0s, border-color 0.15s ease-in-out 0s;
}
.rating img {
  width: 100px;
}
/*--------------------------------------------------------------# Blog Page--------------------------------------------------------------*/
/* Blog Section - Blog Page------------------------------*/
.blog .posts-list article {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 25%);
  padding: 0px;
  height: 450px;
  overflow: hidden;
  margin-bottom: 60px;
  background: #c4c4c40d;
}
.menu-isotopico {
  text-align: center;
  margin-bottom: 20px;
}
.menu-isotopico button {
  margin: 5px;
  padding: 8px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.share-link {
  margin-right: 10px;
}
.whatsapp {
  color: green;
}
.facebook {
  color: blue;
}
.instagram {
  color: purple;
}
.blog .posts-list .post-img {
  margin: 0;
  overflow: hidden;
}
.blog .posts-list .post-category {
  font-size: 16px;
  color: rgba(var(--color-2), 0.6);
  margin-bottom: 10px;
}
.blog .posts-list .title {
  font-size: 18px;
  font-weight: 500;
  padding-left: 15px;
  margin: 0 0 30px 0;
  text-align: left;
}
.title-home-blog {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
  color: var(--color-1);
}
.posts-list .description {
  font-size: 18px;
}
.blog .posts-list .title a {
  color: var(--cor-2);
  transition: 0.3s;
}
.blog .posts-list .title a:hover {
  color: var(--color-1);
}
.blog .posts-list .post-author-img {
  width: 50px;
  border-radius: 50%;
  margin-right: 15px;
}
.blog .posts-list .post-author {
  font-weight: 600;
  margin-bottom: 5px;
}
.blog .posts-list .post-date {
  font-size: 14px;
  color: rgba(var(--color-2), 0.6);
  margin-bottom: 0;
}
.blog .pagination {
  margin-top: 30px;
  color: rgba(var(--color-2), 0.6);
}
.blog .pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}
.blog .pagination li {
  margin: 0 5px;
  transition: 0.3s;
}
.blog .pagination li a {
  color: rgba(var(--color-2), 0.6);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog .pagination li.active,.blog .pagination li:hover {
  background: var(--color-1);
  color: var(--cor-3);
}
.blog .pagination li.active a,.blog .pagination li:hover a {
  color: var(--cor-3);
}
.post-img img {
  border-radius: 0;
  margin-bottom: 30px;
  width: 100%;
}
.category ul {
  margin-top: 15px;
  margin-left: 0px;
  padding: 0;
}
.category ul li {
  list-style: none;
  padding: 3px 0px 3px 0px;
}
.category ul li a {
  color: #666666;
}
.category ul li a:hover {
  color: var(--color-2);
}
#scrollspy-content {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 15px;
  height: auto;
  padding: 20px;
}
#scrollspy-content .social {
  border-bottom: 1px solid #c4c4c4a3;
  padding-bottom: 10px;
}
.post .social {
  transition: ease-in-out 0.3s;
  text-align: center;
}
.post .social a {
  transition: color 0.3s;
  color: #151515;
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.8);
  transition: ease-in-out 0.3s;
  color: #484848;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.post .social a:hover {
  color: var(--color-white);
  background: var(--color-2);
}
.post .social i {
  font-size: 18px;
  line-height: 0;
}
.form-control {
  display: block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -moz-appearance: none;
  appearance: none;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.search {
  width: 350px;
  margin: 0 auto;
}
.btn-search {
  background: var(--color-2);
  color: var(--color-white);
  border: 0px;
}
.btn-search:hover {
  color: var(--color-2);
  background-color: var(--color-white);
}
/*--------------------------------------------------------------# Blog Details Page--------------------------------------------------------------*/
/* Blog-details Section - Blog Details Page------------------------------*/
.post .article {
  background-color: var(--color-3);
  box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
  padding: 0px 30px 0px 30px;
}
.post .post-img {
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.post .title {
  color: var(--cor-2);
  font-size: 28px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.post .content {
  margin-top: 20px;
}
.post .content figure img {
  width: 100% !important;
  height: auto !important;
}
.post .content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}
.post .content blockquote {
  overflow: hidden;
  background-color: rgba(var(--color-2), 0.05);
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.post .content blockquote p {
  color: var(--color-2);
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}
.post .content blockquote:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--color-1);
  margin-top: 20px;
  margin-bottom: 20px;
}
.post .meta-top {
  margin-top: 20px;
  color: rgba(var(--color-2), 0.6);
}
.post .meta-top ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}
.post .meta-top ul li+li {
  padding-left: 20px;
}
.post .meta-top i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: rgba(var(--color-2), 0.6);
}
.post .meta-top a {
  color: rgba(var(--color-2), 0.6);
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}
.post .meta-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(var(--color-2), 0.1);
}
.post .meta-bottom i {
  color: rgba(var(--color-2), 0.6);
  display: inline;
}
.post .meta-bottom a {
  color: rgba(var(--color-2), 0.6);
  transition: 0.3s;
}
.post .meta-bottom a:hover {
  color: var(--color-1);
}
.post .meta-bottom .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}
.post .meta-bottom .cats li {
  display: inline-block;
}
.post .meta-bottom .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}
.post .meta-bottom .tags li {
  display: inline-block;
}
.post .meta-bottom .tags li+li::before {
  padding-right: 6px;
  color: var(--color-2);
  content: ",";
}
.post .meta-bottom .share {
  font-size: 16px;
}
.post .meta-bottom .share i {
  padding-left: 5px;
}
.post .sidebar {
  background-color: var(--color-3);
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .sidebar .sidebar-title {
  color: var(--cor-2);
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
.post .sidebar .sidebar-item+.sidebar-item {
  margin-top: 40px;
}
.post .sidebar .search-form form {
  background: transparent;
  border: 1px solid var(--color-1);
  padding: 3px 10px;
  position: relative;
  border-radius: 5px;
}
.post .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
  background-color: var(--color-3);
  color: var(--color-2);
}
.post .sidebar .search-form form input[type=text]:focus {
  outline: none;
}
.post .sidebar .search-form form button {
  background: var(--color-1);
  color: var(--color-2);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}
.post .sidebar .search-form form button i {
  line-height: 0;
}
.post .sidebar .search-form form button:hover {
  background: rgba(var(--color-1), 0.8);
}
.post .sidebar .categories ul {
  list-style: none;
  padding: 0;
}
.post .sidebar .categories ul li+li {
  padding-top: 10px;
}
.post .sidebar .categories ul a {
  color: rgba(var(--color-2), 0.8);
  transition: 0.3s;
}
.post .sidebar .categories ul a:hover {
  color: var(--color-1);
}
.post .sidebar .categories ul a span {
  padding-left: 5px;
  color: rgba(var(--color-2), 0.5);
  font-size: 14px;
}
.post .sidebar .recent-posts .post-item {
  display: flex;
  margin-top: 15px;
}
.post .sidebar .recent-posts img {
  width: 120px;
  margin-right: 15px;
  height: 100%;
  border-radius: 5px;
}
.post .sidebar .recent-posts h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 5px;
}
.post .sidebar .recent-posts h4 a {
  color: var(--color-2);
  transition: 0.3s;
}
.post .sidebar .recent-posts h4 a:hover {
  color: var(--color-1);
}
.post .sidebar .recent-posts time {
  display: block;
  font-style: italic;
  font-size: 14px;
  color: rgba(var(--color-2), 0.5);
}
.post .sidebar .tags {
  margin-bottom: -10px;
}
.post .sidebar .tags ul {
  list-style: none;
  padding: 0;
}
.post .sidebar .tags ul li {
  display: inline-block;
}
.post .sidebar .tags ul a {
  color: rgba(var(--color-2), 0.7);
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid rgba(var(--color-2), 0.4);
  display: inline-block;
  transition: 0.3s;
}
.post .sidebar .tags ul a:hover {
  color: var(--color-2);
  border: 1px solid var(--color-1);
  background: var(--color-1);
  border-radius: 5px;
  font-weight: 700;
}
.post .sidebar .tags ul a span {
  padding-left: 5px;
  color: rgba(var(--color-2), 0.4);
  font-size: 14px;
}
.post .blog-author {
  padding: 20px;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .blog-author img {
  max-width: 120px;
  margin-right: 20px;
}
.post .blog-author h4 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 0px;
  padding: 0;
  color: rgba(var(--color-2), 0.8);
}
.post .blog-author .social-links {
  margin: 0 10px 10px 0;
}
.post .blog-author .social-links a {
  color: rgba(var(--color-2), 0.4);
  margin-right: 5px;
}
.post .blog-author p {
  font-style: italic;
  color: rgba(var(--color-2), 0.7);
  margin-bottom: 0;
}
.post .comments {
  margin-top: 30px;
}
.post .comments .comments-count {
  font-weight: bold;
}
.post .comments .comment {
  margin-top: 30px;
  position: relative;
}
.post .comments .comment .comment-img {
  margin-right: 14px;
}
.post .comments .comment .comment-img img {
  width: 60px;
}
.post .comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}
.post .comments .comment h5 a {
  font-weight: bold;
  color: var(--color-2);
  transition: 0.3s;
}
.post .comments .comment h5 a:hover {
  color: var(--color-1);
}
.post .comments .comment h5 .reply {
  padding-left: 10px;
  color: rgba(var(--color-2), 0.8);
}
.post .comments .comment h5 .reply i {
  font-size: 20px;
}
.post .comments .comment time {
  display: block;
  font-size: 14px;
  color: rgba(var(--color-2), 0.6);
  margin-bottom: 5px;
}
.post .comments .comment.comment-reply {
  padding-left: 40px;
}
.post .comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(var(--color-2), 0.1);
}
.post .comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}
.post .comments .reply-form p {
  font-size: 14px;
}
.post .comments .reply-form input {
  background-color: var(--color-2);
  color: var(--color-2);
  border: 1px solid rgba(var(--color-2), 0.3);
  font-size: 14px;
  border-radius: 4px;
  padding: 10px 10px;
}
.post .comments .reply-form input:focus {
  box-shadow: none;
  border-color: var(--color-1);
}
.post .comments .reply-form textarea {
  background-color: var(--color-2);
  color: var(--color-2);
  border: 1px solid rgba(var(--color-2), 0.3);
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
  height: 120px;
}
.post .comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: var(--color-1);
}
.post .comments .reply-form .form-group {
  margin-bottom: 25px;
}
.post .comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--color-1);
  color: var(--cor-3);
}
.post .comments .reply-form .btn-primary:hover {
  color: var(--cor-3);
  background-color: rgba(var(--color-1), 0.8);
}
.solutions-slider {
  padding-bottom: 60px;
  height: auto;
}
/*--------------------------------------------------------------   # clients--------------------------------------------------------------*/
.clients .client {
  position: relative;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: transform 0.5s;
  height: 100%;
  margin: 10px 0;
}
.clients .client .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 0%;
}
.clients .client .pic img {
  transition: ease-in-out 0.3s;
  width: 114px;
  height: 114px;
}
.clients .client:hover {
  transform: translateY(-10px);
}
.clients .client .client-info {
  padding-left: 30px;
}
.clients .client h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}
.clients .client span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.clients .client span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.clients .client p {
  margin: 10px 0 0;
  font-size: 14px;
}
.clients .client .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.clients .client .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}
.clients .client .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.clients .client .social a:hover {
  background: #47b2e4;
  color: #fff;
}
.clients .client .social a+a {
  margin-left: 8px;
}
#clients {
  background: #c4c4c41c;
}
.clients .client-wrap {
  padding: 0;
}
.clients .clients-carousel,.clients .clients-slider {
  overflow: hidden;
}
.clients .client-item {
  padding: 30px;
  margin: 40px 15px;
  min-height: 320px;
  box-shadow: rgba(44, 73, 100, 0.08) 0px 2px 12px;
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 5px;
}
.clients .client-item .client-img {
  width: 90px;
  border-radius: 65px;
  border: 6px solid rgb(255, 255, 255);
}
.clients .client-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #111;
}
.clients .client-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.clients .client-item .quote-icon-left,.clients .client-item .quote-icon-right {
  color: var(--color-2);
  font-size: 26px;
}
.clients .client-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.clients .client-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.clients .client-item p {
  font-style: italic;
  margin: 15px auto;
}
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-2);
}
.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-2);
}
@media (max-width: 767px) {
  .clients .client-wrap {
      padding-left: 0;
  }
  .clients .clients-carousel, .clients .clients-slider {
      overflow: hidden;
  }
  .clients .client-item {
      padding: 30px;
      margin: 15px;
  }
  .clients .client-item .client-img {
      position: static;
      left: auto;
  }
}
/*--------------------------------------------------------------   # testimonials--------------------------------------------------------------*/
.testimonials .testimonial {
  position: relative;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: transform 0.5s;
  height: 100%;
  margin: 10px 0;
}
.testimonials .testimonial .pic {
  overflow: hidden;
  min-width: 114px;
  float: left;
  min-height: 114px;
}
.testimonials .testimonial .pic img {
  transition: ease-in-out 0.3s;
  width: 114px;
  height: 114px;
}
.testimonials .testimonial:hover {
  transform: translateY(-10px);
}
.testimonials .testimonial .testimonial-info {
  margin-left: 30px;
  float: right;
}
.testimonials .testimonial h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}
.testimonials .testimonial span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.testimonials .testimonial span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.testimonials .testimonial p {
  margin: 10px 0 0;
  font-size: 14px;
}
.testimonials .testimonial .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.testimonials .testimonial .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}
.testimonials .testimonial .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.testimonials .testimonial .social a:hover {
  background: #47b2e4;
  color: #fff;
}
.testimonials .testimonial .social a+a {
  margin-left: 8px;
}
#testimonials {
  background: #c4c4c41c;
}
.testimonials .testimonial-wrap {
  padding: 0;
}
.testimonials .testimonials-carousel,.testimonials .testimonials-slider {
  overflow: hidden;
}
.testimonials .testimonial-item {
  padding: 30px;
  margin: 40px 15px;
  min-height: 320px;
  box-shadow: rgba(44, 73, 100, 0.08) 0px 2px 12px;
  position: relative;
  background: rgb(255, 255, 255);
  text-align: center;
  border-radius: 5px;
}
.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 65px;
  border: 6px solid rgb(255, 255, 255);
}
.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px;
  color: #111;
}
.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}
.testimonials .testimonial-item .quote-icon-left,.testimonials .testimonial-item .quote-icon-right {
  color: var(--color-2);
  font-size: 26px;
}
.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}
.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}
.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto;
}
.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-2);
}
.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-2);
}
@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
      padding-left: 0;
  }
  .testimonials .testimonials-carousel, .testimonials .testimonials-slider {
      overflow: hidden;
  }
  .testimonials .testimonial-item {
      padding: 30px;
      margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
      position: static;
      left: auto;
  }
}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
  color: var(--color-1);
  font-weight: 800;
}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover {
  color: var(--color-1);
  font-weight: 800;
}
.nav-link {
  color: var(--color-1);
  font-weight: 800;
}
/*--------------------------------------------------------------# Portfolio--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}
.portfolio #portfolio-flters li:hover,.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}
.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}
.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}
.portfolio .portfolio-wrap img {
  transition: 1s;
}
.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}
.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}
.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}
.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}
.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}
.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}
.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}
.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}
.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}
.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}
/*--------------------------------------------------------------# Portfolio Details--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}
.portfolio-details .portfolio-details-slider img {
  width: 100%;
}
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}
.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}
.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}
.portfolio-details .portfolio-description {
  padding-top: 30px;
}
.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}
.portfolio-details .portfolio-description p {
  padding: 0;
}
.btn-search-1 {
  background: var(--color-white);
  border: 0px;
  font-weight: 600;
  margin-left: -20px;
}
.btn-search-1:hover {
  background: var(--color-white);
  border: 0px;
  font-weight: 600;
  margin-left: -20px;
  color: var(--color-2);
}
.btn-whatsapp {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  margin: 10px;
  border: 2px solid var(--color-white);
  background: var(--color-whatsapp);
  color: var(--color-white);
}
.btn-whatsapp:hover {
  background: var(--color-white);
  color: var(--color-whatsapp);
  border: 3px solid var(--color-whatsapp);
}
.btn-custom-confirm-download {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  margin: 10px;
  border: 2px solid var(--color-white);
  background: var(--color-whatsapp);
  color: var(--color-white);
}
.btn-custom-confirm-download:hover {
  background: var(--color-white);
  color: var(--color-whatsapp);
  border: 3px solid var(--color-whatsapp);
}
.posts-list {
  box-shadow: rgb(143 143 143 / 19%) 0px 9px 17px;
  background-color: transparent;
  height: 350px;
  margin-bottom: 45px;
}
.posts-list img {
  border-radius: 0px;
}
.sticky-sidebar {
  position: fixed;
  top: 0;
}
.fw-400 {
  font-weight: 400 !important;
}

#inner-hero-100vh{
  height: 100vh;
}
.inner-hero-h1{
  font-size: 3rem;
}
.inner-hero-p{
  font-size: 1.5rem;
}

#inner-hero-100vh .btn-get-started {
  font-family: Raleway, sans-serif;
  font-weight: bolder;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: all 0.5s ease 0s;
  color: var(--color-black);
  background: var(--color-white);
}
#inner-hero-100vh .btn-get-started:hover {
  background: var(--color-whatsapp);
  color: var(--color-white);
  border: 0px;
}