h1, h2, h3, h4, p, li, a, span, button, label, strong {
  font-family: "Instrument Sans", sans-serif;
}

h1, h2, h3, h4 {
  font-weight: 600;
}

.button-our {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 12px;
  border-radius: 9px;
  border: 1px solid #efe7fc;
  background: #efe7fc;
}
.button-our .text {
  margin-left: 8px;
}
.button-our .text p {
  margin: 0;
  color: #390b76;
  font-weight: 700;
  font-size: 16px;
}

.button-purple-white {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #390b76;
  padding: 4px;
  border-radius: 9px;
  background: #390b76;
}
.button-purple-white .text {
  margin: 0 10px;
}
.button-purple-white .text p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.button-purple-white .icon {
  background: #ffffff;
  border-radius: 7px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-purple-white:hover {
  background: #A176FF;
  border: 1px solid #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple-white:hover .text p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple-white:hover .icon {
  background: #ffffff;
  border: 1px solid #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-purple-dark {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #390b76;
  padding: 4px;
  border-radius: 9px;
}
.button-purple-dark .text {
  margin: 0 10px;
}
.button-purple-dark .text p {
  margin: 0;
  color: #390b76;
  font-weight: 700;
  font-size: 16px;
}
.button-purple-dark .icon {
  background: #390b76;
  border-radius: 7px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-purple-dark:hover {
  background: #A176FF;
  border: 1px solid #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple-dark:hover .text p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple-dark:hover .icon {
  background: #ffffff;
  border: 1px solid #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-purple {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A176FF;
  padding: 4px;
  border-radius: 9px;
  background: #A176FF;
}
.button-purple .text {
  margin: 0 10px;
}
.button-purple .text p {
  margin: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 16px;
}
.button-purple .icon {
  background: #ffffff;
  border-radius: 7px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.button-purple:hover {
  background: #390b76;
  border: 1px solid #390b76;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple:hover .text p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-purple:hover .icon {
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.button-blog {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  padding: 4px 4px 4px 0;
  border-radius: 9px;
  background: transparent;
}
.button-blog .text {
  margin: 0 20px 0 0;
}
.button-blog .text p {
  margin: 0;
  color: #101010;
  font-weight: 700;
  font-size: 16px;
}
.button-blog .icon {
  background: #ffffff;
  border-radius: 7px;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #A176FF;
}
.button-blog .icon img {
  -webkit-filter: brightness(100);
          filter: brightness(100);
}
.button-blog:hover {
  padding: 4px;
  background: #390b76;
  border: 1px solid #390b76;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-blog:hover .text p {
  color: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-blog:hover .icon {
  background: #ffffff;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.button-blog:hover .icon img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.dipform {
  display: none;
}

html, body {
  height: 100%;
  margin: 0;
  overflow-x: hidden;
}

body {
  background: #f0f0f0;
}

.container-fluid {
  --bs-gutter-x: 4.5rem;
}
@media (max-width: 768px) {
  .container-fluid {
    --bs-gutter-x: 1.5rem;
  }
}

nav#navbar-home.is-scrolled {
  background: rgba(24, 24, 24, 0.9);
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

#navbar-home {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 20px;
  left: 10%;
  width: 80%;
  z-index: 10;
  min-height: auto;
  background: #ffffff;
  border-radius: 300px;
}
#navbar-home .logo-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#navbar-home .logo-menu img {
  max-width: 100%;
  height: auto;
}
#navbar-home .menu {
  width: 100%;
  overflow: hidden;
  padding: 10px 40px;
}
#navbar-home .menu .background-image {
  display: none;
}
#navbar-home .menu .logo-mobile {
  display: none;
}
#navbar-home .menu .close-button {
  display: none;
  position: absolute;
  top: 18px;
  right: 15px;
  padding: 15px;
}
#navbar-home .menu .items-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
#navbar-home .menu .items-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#navbar-home .menu .items-header ul li {
  padding: 0 5px;
  position: relative;
  cursor: pointer;
}
#navbar-home .menu .items-header ul li a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
  display: block;
  padding: 10px 15px;
}
#navbar-home .menu .items-header ul li a:hover:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: #92F8D1;
  border-radius: 50%;
}
#navbar-home .menu .items-header ul li a:hover p {
  font-weight: 700;
  color: #390b76;
}
#navbar-home .menu .items-header ul li a p {
  margin: 0;
  font-size: 16px;
  color: #101010;
}
#navbar-home .menu .items-header ul .active a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -40px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 35px;
  height: 35px;
  background: #92F8D1;
  border-radius: 50%;
}
#navbar-home .menu .items-header ul .active a p {
  font-weight: 700;
  color: #390b76;
}
#navbar-home .buttons-lenes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#navbar-home .buttons-lenes .lenguage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #CBCBCB;
  border-radius: 27px;
  padding: 4px;
}
#navbar-home .buttons-lenes .lenguage .active a {
  border-radius: 27px;
  background: #101010;
  color: #ffffff;
  font-weight: 700;
  padding: 6px 25px;
}
#navbar-home .buttons-lenes .lenguage a {
  text-decoration: none;
  color: #101010;
  font-size: 14px;
  padding: 6px 10px;
  display: block;
}
#navbar-home .content-button {
  display: none;
}
#navbar-home .content-button .brand {
  max-width: 35%;
}
#navbar-home .content-button .menu-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media (min-width: 1081px) and (max-width: 1450px) {
  #navbar-home {
    width: 90%;
    left: 5%;
  }
  #navbar-home .buttons-lenes .lenguage .active a {
    padding: 4px 10px;
  }
  #navbar-home .buttons-lenes .lenguage a {
    padding: 4px 5px;
  }
  #navbar-home .buttons-lenes .button-purple .text {
    margin: 0 5px;
  }
  #navbar-home .menu {
    padding: 10px 15px;
  }
  #navbar-home .menu .items-header ul li a {
    padding: 10px 5px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  #navbar-home {
    width: 96%;
    left: 2%;
  }
  #navbar-home .buttons-lenes .lenguage .active a {
    padding: 4px 10px;
  }
  #navbar-home .buttons-lenes .lenguage a {
    padding: 4px 5px;
    font-size: 12px;
  }
  #navbar-home .buttons-lenes .button-purple {
    padding: 2px;
  }
  #navbar-home .buttons-lenes .button-purple .text {
    margin: 0 4px;
  }
  #navbar-home .buttons-lenes .button-purple .text p {
    font-size: 12px;
  }
  #navbar-home .buttons-lenes .button-purple .icon {
    width: 30px;
    height: 30px;
  }
  #navbar-home .menu {
    padding: 10px 15px;
  }
  #navbar-home .menu .items-header ul li a {
    text-align: center;
    padding: 10px 0;
  }
  #navbar-home .menu .items-header ul li a:before {
    content: none;
  }
}
@media (max-width: 768px) {
  #navbar-home {
    padding: 12px 20px;
    width: 90%;
    left: 5%;
    -webkit-box-shadow: 0px 0px 18px 1px rgba(161, 118, 255, 0.71);
            box-shadow: 0px 0px 18px 1px rgba(161, 118, 255, 0.71);
    border-radius: 16px;
  }
  #navbar-home .logo-menu img {
    max-width: 50%;
  }
  #navbar-home .menu {
    padding: 20px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 95%;
    background-color: #ffffff;
    height: 100%;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    z-index: 15;
    -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
            box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
    border-radius: 0;
  }
  #navbar-home .menu .background-image {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #navbar-home .menu .items-header {
    padding: 70px 0 50px 0;
    display: block;
  }
  #navbar-home .menu .items-header ul {
    display: block;
    background: transparent;
    margin-bottom: 40px;
  }
  #navbar-home .menu .items-header ul .active a:after {
    content: none;
  }
  #navbar-home .menu .items-header ul li {
    margin-bottom: 40px;
    padding: 0 0 0 30px;
  }
  #navbar-home .menu .items-header ul li a {
    padding: 0;
  }
  #navbar-home .menu .items-header ul li a:hover:after {
    content: none;
  }
  #navbar-home .menu .items-header ul li a:before {
    content: none;
  }
  #navbar-home .menu .items-header ul li a p {
    color: #363435;
    font-size: 24px;
    font-weight: 400;
  }
  #navbar-home .menu .items-header ul .logo-menu {
    display: none;
  }
  #navbar-home .menu .close-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
  }
  #navbar-home .content-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #navbar-home .content-button button img {
    max-width: 100%;
  }
  #navbar-home .content-button .brand {
    max-width: 50%;
  }
  #navbar-home .buttons-lenes {
    display: -ms-grid;
    display: grid;
    width: 100%;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  #navbar-home .buttons-lenes .lenguage {
    margin-top: 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.banner-home {
  position: relative;
  padding: 160px 0 0 0;
}
.banner-home .before-banner {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.banner-home .before-banner img {
  background: #A176FF;
  max-width: 90%;
  padding: 0 40px 0 80px;
}
.banner-home .text-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.banner-home .text-banner h1 {
  font-size: 57px;
  line-height: 110%;
  color: #101010;
}
.banner-home .text-banner p {
  color: #3c3c3c;
  font-size: 18px;
}
.banner-home .text-banner .button-purple .icon {
  margin-left: 30px;
}
.banner-home .text-banner .button-purple .text p {
  color: #ffffff;
}
.banner-home .image-banner {
  position: relative;
  padding-left: 30px;
}
.banner-home .image-banner:before {
  content: "";
  position: absolute;
  width: 80px;
  height: 130px;
  border: 2px solid #92F8D1;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 70px;
  bottom: 0;
}
.banner-home .image-banner .principal {
  width: 140%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
.banner-home .image-banner .icon {
  position: absolute;
  left: -55px;
  bottom: 50px;
}
.banner-home .image-banner .icon img {
  max-width: 90%;
}
@media (min-width: 1081px) and (max-width: 1500px) {
  .banner-home .before-banner {
    width: 40%;
    height: 60%;
    background: #A176FF;
  }
  .banner-home .text-banner h1 {
    font-size: 42px;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .banner-home .before-banner {
    width: 40%;
    height: 60%;
    background: #A176FF;
  }
  .banner-home .text-banner h1 {
    font-size: 36px;
  }
  .banner-home .image-banner {
    padding: 50px 0 0 0;
  }
  .banner-home .image-banner:before {
    width: 80px;
    left: 100px;
    bottom: 0;
    height: 15px;
  }
  .banner-home .image-banner .principal {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .banner-home .image-banner .icon {
    left: 30px;
    bottom: -30px;
    z-index: 1;
  }
  .banner-home .image-banner .icon img {
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .banner-home {
    padding: 150px 0 40px 0;
  }
  .banner-home .before-banner {
    width: 80px;
    top: 60%;
    background: #A176FF;
    height: 40%;
    border-radius: 46px 0 0 46px;
  }
  .banner-home .text-banner h1 {
    font-size: 36px;
  }
  .banner-home .image-banner {
    padding: 50px 0 0 0;
  }
  .banner-home .image-banner:before {
    width: 80px;
    left: 100px;
    bottom: 0;
    height: 15px;
  }
  .banner-home .image-banner .principal {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .banner-home .image-banner .icon {
    left: 30px;
    bottom: -30px;
    z-index: 1;
  }
  .banner-home .image-banner .icon img {
    max-width: 50%;
  }
}

.our-rates {
  position: relative;
  background: #efefef;
}
.our-rates .tittle-rates {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.our-rates .tittle-rates:before {
  content: "";
  position: absolute;
  left: -30%;
  width: 160%;
  background: #dcdcdc;
  top: 20px;
  height: 3px;
}
.our-rates .tittle-rates p {
  font-size: 28px;
  color: #3c3c3c;
  margin: 0;
  position: relative;
  background: #efefef;
  padding: 0 30px;
}
.our-rates .item-rates {
  text-align: center;
  padding: 0 20px;
}
.our-rates .item-rates .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.our-rates .item-rates .number h3 {
  font-size: 55px;
  margin: 0;
}
.our-rates .item-rates .number span {
  font-size: 55px;
  color: #390b76;
  font-weight: 600;
}
.our-rates .item-rates p {
  font-size: 18px;
  color: #3c3c3c;
}
@media (max-width: 768px) {
  .our-rates .tittle-rates p {
    font-size: 22px;
  }
  .our-rates .item-rates {
    margin-bottom: 35px;
  }
  .our-rates .item-rates .number h3, .our-rates .item-rates .number span {
    font-size: 50px;
  }
}

.schedule {
  position: relative;
  padding: 50px 0;
}
.schedule:before {
  content: "";
  position: absolute;
  left: -280px;
  top: -20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.8;
}
.schedule .content-schedule {
  background: #ffffff;
  border-radius: 30px;
}
.schedule .content-schedule .content-image {
  position: relative;
  border-radius: 24px;
}
.schedule .content-schedule .content-image:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule .content-schedule .content-image:hover .icon, .schedule .content-schedule .content-image:hover .item1, .schedule .content-schedule .content-image:hover .item2 {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule .content-schedule .content-image:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 37px;
  border: 2px solid #92F8D1;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 25px;
  bottom: 0;
}
.schedule .content-schedule .content-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 130px;
  border: 2px solid #92F8D1;
  border-left: none;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 30px;
  bottom: 35px;
}
.schedule .content-schedule .content-image .icon {
  position: absolute;
  right: -20px;
  bottom: 35%;
  background: #92F8D1;
  padding: 14px;
  border-radius: 18px;
}
.schedule .content-schedule .content-image .icon img {
  max-width: 50px;
  height: auto;
}
.schedule .content-schedule .content-image .principal {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.schedule .content-schedule .content-image .items {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.schedule .content-schedule .content-image .items .item1 {
  background: #390b76;
  padding: 4px 10px;
  border-radius: 15px;
}
.schedule .content-schedule .content-image .items .item1 p {
  font-size: 11px;
  color: #ffffff;
  margin: 0;
}
.schedule .content-schedule .content-image .items .item2 {
  background: #92F8D1;
  border-radius: 15px;
  padding: 4px 10px;
}
.schedule .content-schedule .content-image .items .item2 p {
  font-size: 11px;
  color: #390b76;
  margin: 0;
}
.schedule .content-schedule .text-schedule {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
}
.schedule .content-schedule .text-schedule h2 {
  margin: 30px 0 25px 0;
  font-size: 40px;
  line-height: 110%;
}
.schedule .content-schedule .text-schedule p {
  font-size: 16px;
  color: #3c3c3c;
}
.schedule .content-schedule .text-schedule .button-purple {
  margin: 15px 0 0 0;
}
.schedule .content-schedule .text-schedule .button-purple .text p {
  color: #ffffff;
}
.schedule .content-schedule .text-schedule .button-purple .icon {
  margin-left: 30px;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .schedule .content-schedule .content-image:before, .schedule .content-schedule .content-image:after, .schedule .content-schedule .content-image .icon, .schedule .content-schedule .content-image .items {
    display: none;
  }
  .schedule .content-schedule .text-schedule {
    width: 90%;
  }
  .schedule .content-schedule .text-schedule h2 {
    font-size: 35px;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .schedule .content-schedule .content-image:before, .schedule .content-schedule .content-image:after, .schedule .content-schedule .content-image .icon, .schedule .content-schedule .content-image .items {
    display: none;
  }
  .schedule .content-schedule .text-schedule {
    width: 100%;
    padding: 20px;
  }
  .schedule .content-schedule .text-schedule h2 {
    font-size: 30px;
    margin: 15px 0;
  }
}

.schedule-2 {
  position: relative;
  padding: 60px 0 120px;
}
.schedule-2 .content-schedule {
  background: #ffffff;
  border-radius: 30px;
}
.schedule-2 .content-schedule .content-image {
  position: relative;
  border-radius: 24px;
}
.schedule-2 .content-schedule .content-image:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule-2 .content-schedule .content-image:hover .icon, .schedule-2 .content-schedule .content-image:hover .item1, .schedule-2 .content-schedule .content-image:hover .item2 {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.schedule-2 .content-schedule .content-image:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 37px;
  border: 2px solid #92F8D1;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 25px;
  bottom: 0;
}
.schedule-2 .content-schedule .content-image:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50%;
  border: 2px solid #92F8D1;
  border-left: none;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 30px;
  bottom: 35px;
}
.schedule-2 .content-schedule .content-image .icon {
  position: absolute;
  right: -10px;
  top: 35%;
  background: #92F8D1;
  padding: 9px;
  border-radius: 18px;
}
.schedule-2 .content-schedule .content-image .icon img {
  max-width: 50px;
  height: auto;
}
.schedule-2 .content-schedule .content-image .principal {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.schedule-2 .content-schedule .content-image .items {
  position: absolute;
  left: 10%;
  width: 80%;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.schedule-2 .content-schedule .content-image .items .item1 {
  background: #390b76;
  padding: 4px 10px;
  border-radius: 15px;
}
.schedule-2 .content-schedule .content-image .items .item1 p {
  font-size: 11px;
  color: #ffffff;
  margin: 0;
}
.schedule-2 .content-schedule .content-image .items .item2 {
  background: #92F8D1;
  border-radius: 15px;
  padding: 4px 10px;
}
.schedule-2 .content-schedule .content-image .items .item2 p {
  font-size: 11px;
  color: #390b76;
  margin: 0;
}
.schedule-2 .content-schedule .text-schedule {
  width: 80%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
}
.schedule-2 .content-schedule .text-schedule h2 {
  margin: 15px 0 10px 0;
  font-size: 40px;
  line-height: 110%;
}
.schedule-2 .content-schedule .text-schedule p {
  font-size: 16px;
  color: #3c3c3c;
}
.schedule-2 .content-schedule .text-schedule .button-purple .text p {
  color: #ffffff;
}
.schedule-2 .content-schedule .text-schedule .button-purple .icon {
  margin-left: 30px;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .schedule-2 .content-schedule .content-image:before, .schedule-2 .content-schedule .content-image:after, .schedule-2 .content-schedule .content-image .icon, .schedule-2 .content-schedule .content-image .items {
    display: none;
  }
  .schedule-2 .content-schedule .text-schedule {
    width: 90%;
  }
  .schedule-2 .content-schedule .text-schedule h2 {
    font-size: 35px;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .schedule-2 .content-schedule .content-image:before, .schedule-2 .content-schedule .content-image:after, .schedule-2 .content-schedule .content-image .icon, .schedule-2 .content-schedule .content-image .items {
    display: none;
  }
  .schedule-2 .content-schedule .text-schedule {
    width: 100%;
    padding: 20px;
  }
  .schedule-2 .content-schedule .text-schedule h2 {
    font-size: 30px;
    margin: 15px 0;
  }
}

.splide .splide__list {
  height: auto;
}

.brands {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}
.brands .tittle-brands {
  text-align: center;
  margin-bottom: 55px;
}
.brands .tittle-brands h2 {
  font-size: 40px;
  margin-bottom: 20px;
}
.brands .tittle-brands p {
  color: #3c3c3c;
}
.brands .item-brand {
  border-radius: 19px;
  background: #ffffff;
  margin-bottom: 30px;
  display: block;
  text-align: center;
  padding: 10px;
}
.brands .item-brand img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: luminosity;
}
.brands .button-brand {
  text-align: center;
  margin: 30px 0 0 0;
}
@media (max-width: 768px) {
  .brands {
    margin: 0 15px;
  }
  .brands .tittle-brands h2 {
    font-size: 36px;
  }
}

.team {
  position: relative;
  padding: 80px 0 40px 0;
}
.team .content-team {
  background: #e7e7e7;
  padding: 40px 50px;
  border-radius: 24px;
  position: relative;
}
.team .content-team .tittle-team {
  text-align: center;
  margin-bottom: 35px;
}
.team .content-team .tittle-team h2 {
  margin: 10px 0 0 0;
  font-size: 40px;
}
.team .content-team .tittle-team h2 span {
  color: #A176FF;
}
.team .content-team .buttons {
  width: calc(100% - 100px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 50px;
  bottom: 40px;
  z-index: 1;
}
.team .content-team .buttons img {
  max-width: 90%;
}
.team .content-team .buttons .team-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.team .swiperTeam .swiper-wrapper {
  height: auto;
}
.team .swiperTeam .swiper-slide {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
}
.team .swiperTeam .swiper-slide .item-team {
  border-radius: 16px;
  text-align: center;
}
.team .swiperTeam .swiper-slide .item-team .text-team {
  opacity: 0;
  margin: 35px 0 0 0;
}
.team .swiperTeam .swiper-slide .item-team .text-team h4 {
  font-size: 20px;
}
.team .swiperTeam .swiper-slide .item-team .text-team p {
  color: #505050;
}
.team .swiperTeam .swiper-slide .item-team img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}
.team .swiperTeam .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  padding: 15px;
}
.team .swiperTeam .swiper-slide-active .item-team .text-team {
  opacity: 1;
}
.team .swiperTeam .swiper-slide-active .item-team img {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(161, 118, 255, 0.71);
          box-shadow: 0px 0px 15px 3px rgba(161, 118, 255, 0.71);
}
.team .swiperTeam .swiper-slide-next .item-team img, .team .swiperTeam .swiper-slide-prev .item-team img {
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
@media (min-width: 769px) and (max-width: 1080px) {
  .team .content-team {
    padding: 40px 10px;
  }
}
@media (max-width: 768px) {
  .team {
    background: #e7e7e7;
    padding: 0;
  }
  .team .content-team {
    padding: 40px 0;
  }
  .team .content-team .tittle-team h2 {
    font-size: 30px;
  }
  .team .content-team .buttons {
    width: 100%;
    left: 0;
    bottom: 60px;
  }
  .team .content-team .buttons img {
    max-width: 70%;
  }
  .team .swiperTeam .swiper-slide .item-team .text-team {
    margin: 20px 0 0 0;
  }
  .team .swiperTeam .swiper-slide-active {
    padding: 15px 0;
  }
}

.location {
  position: relative;
  padding: 50px 0 0 0;
}
.location .tittle-location {
  text-align: center;
}
.location .tittle-location h2 {
  font-size: 40px;
  color: #101010;
  margin-bottom: 35px;
}
.location #map {
  width: 100%;
  height: 500px;
  border-radius: 36px 36px 0 0;
}

.our-services {
  position: relative;
  background: #efefef;
  padding: 50px 0;
}
.our-services:before {
  content: "";
  position: absolute;
  right: -280px;
  top: 40%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.8;
}
.our-services .tittle-our {
  text-align: center;
  margin-bottom: 60px;
}
.our-services .tittle-our h2 {
  font-size: 45px;
  line-height: 120%;
  margin: 15px 0;
}
.our-services .item-quote {
  position: relative;
  height: calc(100% - 30px);
  border-radius: 18px;
  background-blend-mode: luminosity;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 45px;
}
.our-services .item-quote:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-services .item-quote:before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(146, 248, 209, 0.4);
  border-radius: 18px;
}
.our-services .item-quote .description {
  text-align: center;
  position: relative;
}
.our-services .item-quote .description h4 {
  font-size: 26px;
  margin-bottom: 20px;
}
.our-services .item-quote .description .button-purple-white {
  position: relative;
  z-index: 1;
}
.our-services .item-our {
  background: #ffffff;
  padding: 30px 24px;
  border-radius: 18px;
  margin-bottom: 30px;
  position: relative;
}
.our-services .item-our:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-services .item-our:hover .link a {
  color: #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.our-services .item-our .description h4 {
  font-size: 22px;
  margin: 10px 0 14px 0;
  min-height: 52px;
}
.our-services .item-our .description p {
  font-size: 16px;
  color: #404040;
  min-height: 120px;
}
.our-services .item-our .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.our-services .item-our .link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}
.our-services .item-our .link a {
  color: #390b76;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff;
  padding-left: 10px;
  position: relative;
}
.our-services .item-our .link a img {
  margin-left: 10px;
}
.our-services .item-our .icon {
  position: relative;
  padding-left: 24px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our-services .item-our .icon img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.our-services .item-our .icon:before {
  content: "";
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  position: absolute;
  border-radius: 50%;
  background: #92F8D1;
}
@media (max-width: 768px) {
  .our-services .tittle-our h2 {
    font-size: 30px;
  }
  .our-services .item-quote {
    min-height: 100%;
    padding: 90px 45px;
  }
  .our-services .item-quote .description h4 {
    font-size: 30px;
  }
}

.characterizes {
  position: relative;
  background: #efefef;
  padding: 80px 0 20px 0;
}
.characterizes .before-charac {
  position: absolute;
  right: 0;
  top: -15%;
  text-align: right;
}
.characterizes .before-charac img {
  max-width: 85%;
  height: auto;
}
.characterizes .text-charac {
  padding: 0 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.characterizes .text-charac h2 {
  margin: 15px 0;
  font-size: 50px;
  line-height: 110%;
}
.characterizes .text-charac p {
  font-size: 16px;
  color: #3c3c3c;
}
.characterizes .text-charac .button-purple .text p {
  color: #ffffff;
}
.characterizes .text-charac .button-purple .icon {
  margin-left: 30px;
}
.characterizes .content-video {
  position: relative;
}
.characterizes .content-video .card-video {
  position: relative;
  cursor: pointer;
  border-radius: 32px;
}
.characterizes .content-video .card-video:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 70px;
  border: 2px solid #92F8D1;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
}
.characterizes .content-video .card-video:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.characterizes .content-video .card-video:hover .icon-ab {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.characterizes .content-video .card-video img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 32px;
}
.characterizes .content-video .card-video .icon-play {
  width: 80px;
  height: auto;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
}
.characterizes .content-video .card-video .icon-ab {
  position: absolute;
  left: 60px;
  bottom: 30px;
  background: #92F8D1;
  border-radius: 18px;
  padding: 12px;
}
.characterizes #videoModal .modal-content {
  padding-top: 50px;
}
.characterizes #videoModal .modal-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}
.characterizes #videoModal iframe {
  height: 600px;
}
@media (max-width: 768px) {
  .characterizes {
    padding: 20px 0 50px 0;
  }
  .characterizes .order-mob-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .characterizes .order-mob-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .characterizes .before-charac {
    top: -25%;
  }
  .characterizes .before-charac img {
    max-width: 50%;
  }
  .characterizes .text-charac {
    padding: 0 0 40px 0;
  }
  .characterizes .text-charac h2 {
    font-size: 30px;
  }
  .characterizes .content-video .card-video:before {
    content: none;
  }
  .characterizes .content-video .card-video .icon-ab {
    display: none;
  }
  .characterizes .content-video .card-video img {
    border-radius: 12px;
  }
}

.want-work {
  position: relative;
  padding: 40px 0;
  background: #efefef;
}
.want-work:before {
  content: "";
  position: absolute;
  right: -280px;
  top: 30%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(80px);
          filter: blur(80px);
  opacity: 0.8;
}
.want-work .content-want {
  text-align: center;
  padding: 55px 0;
  position: relative;
  border-radius: 24px;
  -webkit-box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
  overflow-x: hidden;
  background: #ffffff;
}
.want-work .content-want .text {
  position: relative;
}
.want-work .content-want .text h2 {
  margin-bottom: 20px;
  font-size: 35px;
  color: #390b76;
}
.want-work .content-want .before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.want-work .content-want .before img {
  max-width: 100%;
  height: 100%;
  border-radius: 24px 0 0 24px;
}
.want-work .content-want .after {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.want-work .content-want .after img {
  max-width: 100%;
  height: 100%;
  border-radius: 0 24px 24px 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .want-work .content-want .before {
    left: -30%;
  }
  .want-work .content-want .after {
    right: -30%;
  }
}
@media (max-width: 768px) {
  .want-work .content-want {
    padding: 55px 40px;
  }
  .want-work .content-want .text h2 {
    font-size: 30px;
  }
  .want-work .content-want .before {
    left: -80%;
  }
  .want-work .content-want .after {
    right: -60%;
  }
}

.footer {
  position: relative;
  background: #ffffff;
  padding: 80px 0 0 0;
}
.footer .brand-arcoli {
  padding: 40px 40px 40px 0;
}
.footer .brand-arcoli img {
  max-width: 100%;
  height: auto;
}
.footer .brand-arcoli .list-social {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 0 0 0;
}
.footer .brand-arcoli .list-social li {
  margin-right: 20px;
}
.footer .brand-arcoli .list-social li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #390b76;
  border-radius: 50%;
}
.footer .brand-arcoli .list-social li a:hover {
  background: #390b76;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .brand-arcoli .list-social li a:hover img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.footer .list-footer h4 {
  color: #101010;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .list-footer ul {
  padding: 0;
  list-style: none;
}
.footer .list-footer ul li {
  margin-bottom: 15px;
}
.footer .list-footer ul li a {
  text-decoration: none;
  color: #101010;
  font-size: 16px;
}
.footer .content-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #8E8E8E;
}
.footer .content-end p {
  font-size: 16px;
  margin: 0;
}
@media (max-width: 768px) {
  .footer .brand-arcoli img {
    max-width: 70%;
  }
  .footer .list-footer {
    margin-bottom: 35px;
  }
  .footer .content-end {
    display: block;
    text-align: center;
    margin: 0;
    padding: 30px 0;
  }
}

.thanks {
  padding: 300px 0 200px 0;
  background: #390b76;
}
.thanks .content-thanks {
  text-align: center;
}
.thanks .content-thanks h2 {
  font-size: 60px;
  margin-bottom: 50px;
  color: #ffffff;
}
.thanks .content-thanks .content-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.thanks .content-thanks .content-buttons .button-white {
  margin: 0 20px;
}
.thanks .content-thanks .content-buttons .button-white:hover {
  border: 1px solid #101010;
}
@media (max-width: 768px) {
  .thanks {
    padding: 200px 0 100px 0;
  }
  .thanks .content-thanks h2 {
    font-size: 40px;
  }
  .thanks .content-thanks .content-buttons {
    display: block;
    padding: 0 20px;
  }
  .thanks .content-thanks .content-buttons .button-white {
    margin: 20px 0;
    width: 100%;
  }
}

.wpp-chat {
  position: fixed;
  right: 30px;
  top: 60%;
  z-index: 9;
}

.content-solutions {
  position: relative;
  padding: 40px 0 0 0;
}
.content-solutions:before {
  content: "";
  position: absolute;
  right: -310px;
  top: 10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.content-solutions .before-solutions {
  position: absolute;
  left: -10%;
  top: -10%;
  text-align: left;
}
.content-solutions .before-solutions img {
  max-width: 90%;
}
.content-solutions .tittle-solutions {
  text-align: center;
}
.content-solutions .tittle-solutions h2 {
  font-size: 40px;
  margin: 0;
}
@media (max-width: 768px) {
  .content-solutions:before {
    top: 15%;
  }
  .content-solutions .before-solutions {
    right: -20%;
    text-align: right;
    top: -5%;
    left: 0;
  }
  .content-solutions .before-solutions img {
    max-width: 50%;
  }
}

.solutions-left {
  position: relative;
  padding: 60px 0;
}
.solutions-left .content-image {
  position: relative;
  border-radius: 24px;
  height: 100%;
}
.solutions-left .content-image:hover .principal {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions-left .content-image:hover .icon, .solutions-left .content-image:hover .item1, .solutions-left .content-image:hover .item2 {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions-left .content-image:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 37px;
  border: 2px solid #92F8D1;
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 25px;
  bottom: 0;
}
.solutions-left .content-image:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 50%;
  border: 2px solid #92F8D1;
  border-left: none;
  border-top: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 30px;
  bottom: 35px;
}
.solutions-left .content-image .icon {
  position: absolute;
  right: -20px;
  top: calc(50% - 36px);
  background: #92F8D1;
  padding: 12px;
  border-radius: 18px;
}
.solutions-left .content-image .icon img {
  width: 45px;
  height: 45px;
}
.solutions-left .content-image .principal {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.solutions-left .content-image .items {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.solutions-left .content-image .items .item1 {
  background: #390b76;
  padding: 4px 10px;
  border-radius: 15px;
}
.solutions-left .content-image .items .item1 p {
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.solutions-left .content-image .items .item2 {
  background: #92F8D1;
  border-radius: 15px;
  padding: 4px 10px;
}
.solutions-left .content-image .items .item2 p {
  font-size: 10px;
  color: #390b76;
  margin: 0;
  text-transform: uppercase;
}
.solutions-left .text-solution {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
}
.solutions-left .text-solution h2 {
  margin: 15px 0 10px 0;
  font-size: 40px;
  line-height: 110%;
}
.solutions-left .text-solution p {
  font-size: 16px;
  color: #3c3c3c;
}
.solutions-left .text-solution .button-purple .text p {
  color: #ffffff;
}
.solutions-left .text-solution .button-purple .icon {
  margin-left: 30px;
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .solutions-left .content-image .items {
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .solutions-left .content-image:before, .solutions-left .content-image:after, .solutions-left .content-image .icon, .solutions-left .content-image .items {
    display: none;
  }
  .solutions-left .text-solution h2 {
    font-size: 35px;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .solutions-left {
    padding: 30px 0;
  }
  .solutions-left .order-1-mob {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .solutions-left .order-2-mob {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .solutions-left .content-image:before, .solutions-left .content-image:after, .solutions-left .content-image .icon, .solutions-left .content-image .items {
    display: none;
  }
  .solutions-left .text-solution {
    width: 100%;
    padding: 20px 0;
  }
  .solutions-left .text-solution h2 {
    font-size: 30px;
    margin: 15px 0;
  }
}

.solutions-right {
  position: relative;
  padding: 60px 0;
}
.solutions-right .content-image {
  position: relative;
  border-radius: 24px;
  height: 100%;
}
.solutions-right .content-image:hover .principal {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions-right .content-image:hover .icon, .solutions-right .content-image:hover .item1, .solutions-right .content-image:hover .item2 {
  -webkit-box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
          box-shadow: 1px -1px 14px 0px rgb(146, 248, 209);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions-right .content-image:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 37px;
  border: 2px solid #92F8D1;
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  right: 25px;
  bottom: 0;
}
.solutions-right .content-image:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 50%;
  border: 2px solid #92F8D1;
  border-right: none;
  border-top: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 30px;
  bottom: 35px;
}
.solutions-right .content-image .icon {
  position: absolute;
  left: -20px;
  top: calc(50% - 36px);
  background: #92F8D1;
  padding: 12px;
  border-radius: 18px;
}
.solutions-right .content-image .icon img {
  width: 45px;
  height: 45px;
}
.solutions-right .content-image .principal {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 24px;
}
.solutions-right .content-image .items {
  position: absolute;
  left: 15%;
  width: 70%;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
.solutions-right .content-image .items .item1 {
  background: #390b76;
  padding: 4px 10px;
  border-radius: 15px;
}
.solutions-right .content-image .items .item1 p {
  font-size: 10px;
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
.solutions-right .content-image .items .item2 {
  background: #92F8D1;
  border-radius: 15px;
  padding: 4px 10px;
}
.solutions-right .content-image .items .item2 p {
  font-size: 10px;
  color: #390b76;
  margin: 0;
  text-transform: uppercase;
}
.solutions-right .text-solution {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 20px 0;
}
.solutions-right .text-solution h2 {
  margin: 15px 0 10px 0;
  font-size: 40px;
  line-height: 110%;
}
.solutions-right .text-solution p {
  font-size: 16px;
  color: #3c3c3c;
}
.solutions-right .text-solution .button-purple .text p {
  color: #ffffff;
}
.solutions-right .text-solution .button-purple .icon {
  margin-left: 30px;
}
@media (min-width: 1080px) and (max-width: 1200px) {
  .solutions-right .content-image .items {
    width: 80%;
    left: 10%;
  }
}
@media (min-width: 769px) and (max-width: 1080px) {
  .solutions-right .content-image:before, .solutions-right .content-image:after, .solutions-right .content-image .icon, .solutions-right .content-image .items {
    display: none;
  }
  .solutions-right .text-solution h2 {
    font-size: 35px;
    margin: 15px 0;
  }
}
@media (max-width: 768px) {
  .solutions-right {
    padding: 30px 0;
  }
  .solutions-right .content-image:before, .solutions-right .content-image:after, .solutions-right .content-image .icon, .solutions-right .content-image .items {
    display: none;
  }
  .solutions-right .text-solution {
    width: 100%;
    padding: 20px 0;
  }
  .solutions-right .text-solution h2 {
    font-size: 30px;
    margin: 15px 0;
  }
}

.contact {
  padding: 170px 0 40px 0;
  position: relative;
}
.contact .after-contact {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 18%;
  height: 100%;
}
.contact .after-contact img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact .before-contact {
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
}
.contact .before-contact img {
  max-width: 95%;
}
.contact .tittle-contact {
  text-align: center;
  margin-bottom: 40px;
}
.contact .tittle-contact h2 {
  font-size: 40px;
}
.contact .content-map {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
}
.contact .content-map .content {
  width: 100%;
}
.contact .content-map .content #map {
  height: 600px;
  width: 100%;
  border-radius: 24px;
}
.contact .content-map .content .list-items {
  background: #ffffff;
  margin: 30px 0 0 0;
  padding: 15px;
  list-style: none;
  border-radius: 12px;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
}
.contact .content-map .content .list-items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .content-map .content .list-items li .icon {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
}
.contact .content-map .content .list-items li a {
  text-decoration: none;
  color: #101010;
}
@media (min-width: 769px) and (max-width: 990px) {
  .contact .form-talk {
    padding: 30px 10px;
  }
  .contact .tittle-contact {
    text-align: center;
  }
  .contact .tittle-contact h2 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .contact {
    padding: 120px 0 150px 0;
  }
  .contact .before-contact, .contact .after-contact {
    display: none;
  }
  .contact .tittle-contact {
    text-align: center;
  }
  .contact .tittle-contact h2 {
    font-size: 30px;
  }
  .contact .content-map {
    top: -30px;
  }
  .contact .content-map .content #map {
    height: 500px;
    border-radius: 16px;
  }
  .contact .content-map .content .list-items {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    position: absolute;
    bottom: -110px;
    left: 5%;
    width: 90%;
  }
}

.blog {
  padding: 270px 0 90px 0;
  position: relative;
}
.blog:before {
  content: "";
  position: absolute;
  left: -310px;
  top: 20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.blog .before-blog {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.blog .before-blog img {
  border-radius: 0 0 0 22px;
  max-width: 90%;
}
.blog .before-blog .mob {
  display: none;
}
.blog .before-blog .desk {
  display: inline-block;
}
.blog .tittle {
  display: none;
  margin-bottom: 30px;
}
.blog .tittle h2 {
  font-size: 36px;
}
.blog .content-focus .content-img {
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.blog .content-focus .content-img:hover {
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.blog .content-focus .content-img:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.blog .content-focus .content-img img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  min-height: 425px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog .content-focus .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.blog .content-focus .content-text:before {
  content: "";
  position: absolute;
  left: -10%;
  height: 86%;
  top: 7%;
  background: #ffffff;
  width: 120%;
  border-radius: 0 22px 22px 0;
  z-index: 1;
}
.blog .content-focus .content-text .before-text {
  position: absolute;
  right: 0;
  bottom: -45%;
}
.blog .content-focus .content-text .before-text img {
  max-width: 85%;
}
.blog .content-focus .content-text .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.blog .content-focus .content-text .tag .category-tag {
  margin-right: 20px;
  background: #beafd1;
  border-radius: 22px;
  padding: 2px 14px;
}
.blog .content-focus .content-text .tag .category-tag p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
.blog .content-focus .content-text .tag .date p {
  font-size: 14px;
  margin: 0;
}
.blog .content-focus .content-text h1 {
  font-size: 40px;
  margin: 15px 0;
  position: relative;
  z-index: 1;
}
.blog .content-focus .content-text p {
  font-size: 16px;
  color: #404040;
  position: relative;
  z-index: 1;
}
.blog .content-focus .content-text .button-blog {
  position: relative;
  z-index: 1;
}
.blog .content-focus .content-text .button-blog:hover .text p {
  color: #ffffff;
}
.blog .content-focus .content-text .button-blog .text p {
  color: #101010;
}
@media (min-width: 768px) and (max-width: 980px) {
  .blog .content-focus .content-text h1 {
    font-size: 30px;
  }
  .blog .content-focus .content-text:before {
    height: 100%;
    top: 0;
    left: -12%;
  }
}
@media (min-width: 981px) and (max-width: 1390px) {
  .blog .content-focus .content-text h1 {
    font-size: 35px;
  }
  .blog .content-focus .content-text:before {
    height: 100%;
    top: 0;
  }
}
@media (max-width: 768px) {
  .blog {
    padding: 120px 0 90px 0;
  }
  .blog:before {
    content: none;
  }
  .blog .before-blog {
    top: 20px;
  }
  .blog .before-blog .mob {
    display: inline-block;
  }
  .blog .before-blog .mob img {
    max-width: 80%;
  }
  .blog .before-blog .desk {
    display: none;
  }
  .blog .tittle {
    display: block;
  }
  .blog .content-focus {
    background: #ffffff;
    border-radius: 0 0 10px 10px;
  }
  .blog .content-focus .content-img img {
    min-height: auto;
  }
  .blog .content-focus .content-text {
    padding: 25px;
  }
  .blog .content-focus .content-text h1 {
    font-size: 30px;
  }
  .blog .content-focus .content-text .before-text {
    display: none;
  }
  .blog .content-focus .content-text .tag {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog .content-focus .content-text:before {
    content: none;
  }
}

.cards-blog {
  position: relative;
  padding: 20px 0 70px 0;
}
.cards-blog .tittle h2 {
  font-size: 40px;
  margin: 15px 0 30px 0;
}
.cards-blog .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 30px;
}
.cards-blog .buttons .button-next img, .cards-blog .buttons .button-prev img {
  max-width: 58px;
  height: auto;
}
.cards-blog .buttons .button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 20px;
}
.cards-blog .item-blog {
  background: #ffffff;
  border-radius: 16px;
}
.cards-blog .item-blog .image {
  border-radius: 16px;
}
.cards-blog .item-blog .image:hover {
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.cards-blog .item-blog .image:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.cards-blog .item-blog .image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.cards-blog .item-blog .text {
  padding: 14px;
}
.cards-blog .item-blog .text h4 {
  font-size: 20px;
}
.cards-blog .item-blog .text p {
  font-size: 16px;
  line-height: 120%;
  color: #404040;
}
.cards-blog .item-blog .text .button-blog {
  position: relative;
  z-index: 1;
}
.cards-blog .item-blog .text .button-blog:hover .text p {
  color: #ffffff;
}
.cards-blog .item-blog .text .button-blog .text {
  padding: 4px 4px 4px 0;
}
.cards-blog .item-blog .text .button-blog .text p {
  color: #101010;
}
.cards-blog .item-blog .text .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 12px;
}
.cards-blog .item-blog .text .tag .category-tag {
  margin-right: 20px;
  background: #beafd1;
  border-radius: 22px;
  padding: 2px 14px;
}
.cards-blog .item-blog .text .tag .category-tag p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
.cards-blog .item-blog .text .tag .date p {
  font-size: 14px;
  margin: 0;
  color: #101010;
}
@media (max-width: 768px) {
  .cards-blog .tittle h2 {
    font-size: 30px;
  }
  .cards-blog .buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.internal-blog {
  position: relative;
  padding: 140px 0 0 0;
  margin-bottom: 50px;
}
.internal-blog:before {
  content: "";
  position: absolute;
  left: -310px;
  top: 10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.internal-blog:after {
  content: "";
  position: absolute;
  right: -310px;
  top: 50%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.internal-blog .before-blog {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.internal-blog .before-blog img {
  border-radius: 0 0 0 22px;
  max-width: 90%;
}
.internal-blog .before-blog .mob {
  display: none;
}
.internal-blog .before-blog .desk {
  display: inline-block;
}
.internal-blog .breadcrumbs-blog {
  padding: 7px 5px;
  border-radius: 5px;
  margin: 0;
  list-style: none;
  background: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 30px;
}
.internal-blog .breadcrumbs-blog li {
  padding: 0 10px;
  position: relative;
}
.internal-blog .breadcrumbs-blog li a {
  color: #101010;
  list-style: none;
  text-decoration: none;
  font-size: 14px;
}
.internal-blog .breadcrumbs-blog li:last-child:before {
  content: "";
  position: absolute;
  height: 14px;
  width: 1px;
  background: #390b76;
  left: -1px;
  top: 6px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
.internal-blog .breadcrumbs-blog li:last-child a {
  font-weight: 700;
}
.internal-blog .line-bottom {
  padding-bottom: 100px;
  position: relative;
}
.internal-blog .line-bottom:before {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background: #B9B9B9;
}
.internal-blog .info {
  border-right: 1px solid #B9B9B9;
  padding: 0 70px 0 0;
}
.internal-blog .info h1 {
  font-size: 40px;
  margin-bottom: 22px;
}
.internal-blog .info h1 p {
  color: #3c3c3c;
  margin: 0;
}
.internal-blog .date {
  padding: 10px 0 0 0;
}
.internal-blog .date .item {
  margin-bottom: 25px;
}
.internal-blog .date .item h5 {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 4px;
}
.internal-blog .date .item p {
  font-size: 14px;
  margin: 0;
}
.internal-blog .date .item .category-tag {
  background: #beafd1;
  border-radius: 22px;
  padding: 2px 10px;
  display: inline-block;
}
.internal-blog .date .item .category-tag p {
  font-size: 14px;
  margin: 0;
  color: #ffffff;
}
.internal-blog .date .item .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  margin-top: 10px;
}
.internal-blog .date .item .social li {
  margin-right: 9px;
}
.internal-blog .date .item .social li a {
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 1px -1px 14px 0px rgba(167, 167, 167, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(167, 167, 167, 0.71);
}
.internal-blog .date .item .social li a:hover {
  -webkit-box-shadow: 0px 0px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 0px 0px 14px 0px rgba(161, 118, 255, 0.71);
}
.internal-blog .image-principal, .internal-blog .image-medium {
  margin: 35px 0;
  overflow: hidden;
  border-radius: 16px;
}
.internal-blog .image-principal:hover, .internal-blog .image-medium:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.internal-blog .image-principal:hover img, .internal-blog .image-medium:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.internal-blog .image-principal img, .internal-blog .image-medium img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.internal-blog .description h2, .internal-blog .description h3, .internal-blog .description h4 {
  font-size: 25px;
  margin-bottom: 20px;
}
.internal-blog .description p {
  color: #3c3c3c;
  margin-bottom: 45px;
}
@media (max-width: 768px) {
  .internal-blog:before, .internal-blog:after {
    content: none;
  }
  .internal-blog .before-blog {
    top: 20px;
  }
  .internal-blog .before-blog .mob {
    display: inline-block;
  }
  .internal-blog .before-blog .mob img {
    max-width: 80%;
  }
  .internal-blog .before-blog .desk {
    display: none;
  }
  .internal-blog .line-bottom {
    padding-bottom: 50px;
  }
  .internal-blog .info {
    padding: 0;
    border: none;
  }
  .internal-blog .info h1 {
    font-size: 30px;
  }
}

.banner-services {
  position: relative;
  padding: 130px 0 100px 0;
  z-index: 1;
}
.banner-services:before {
  content: "";
  position: absolute;
  left: -310px;
  top: 20%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.banner-services .before-services {
  position: absolute;
  top: 0;
  width: 64%;
  left: 18%;
}
.banner-services .before-services img {
  max-width: 100%;
  border-radius: 0 0 22px 22px;
}
.banner-services .text-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.banner-services .text-banner h1 {
  font-size: 55px;
  margin-bottom: 20px;
}
.banner-services .text-banner h1 span {
  color: #A176FF;
}
.banner-services .text-banner p {
  line-height: 120%;
  color: #3c3c3c;
}
.banner-services .text-banner ul {
  list-style: none;
  padding: 0;
}
.banner-services .text-banner ul li {
  color: #3c3c3c;
  position: relative;
  padding-left: 15px;
  margin-left: 5px;
}
.banner-services .text-banner ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #A176FF;
  border-radius: 50%;
}
.banner-services .image-banner {
  border-radius: 16px;
  position: relative;
}
.banner-services .image-banner:hover {
  overflow: hidden;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.banner-services .image-banner:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.banner-services .image-banner img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .banner-services {
    padding: 130px 0 50px 0;
  }
  .banner-services:before {
    content: none;
  }
  .banner-services .before-services {
    display: none;
  }
  .banner-services .text-banner h1 {
    font-size: 36px;
  }
}

.solutions {
  position: relative;
  padding: 40px 0 0 0;
}
.solutions:before {
  content: "";
  position: absolute;
  right: -310px;
  top: 10%;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background: #92F8D1;
  -webkit-filter: blur(110px);
          filter: blur(110px);
  opacity: 0.8;
}
.solutions .before-solutions {
  position: absolute;
  left: 0;
  top: -10%;
  text-align: left;
}
.solutions .before-solutions img {
  max-width: 90%;
}
.solutions .tittle-solutions {
  text-align: center;
  margin-bottom: 75px;
}
.solutions .tittle-solutions h2 {
  font-size: 40px;
  margin: 10px 0;
}
.solutions .tittle-solutions p {
  font-size: 16px;
  color: #3c3c3c;
}
.solutions .content-cards {
  padding: 0 25px;
}
.solutions .card-solution {
  padding: 0 20px 20px 20px;
  position: relative;
  border-radius: 16px;
  margin-bottom: 85px;
}
.solutions .card-solution:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 90%;
  width: 100%;
  background: #ffffff;
  border-radius: 16px;
}
.solutions .card-solution:hover .image-principal {
  overflow: hidden;
}
.solutions .card-solution:hover .image-principal img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions .card-solution:hover .link a {
  color: #A176FF;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions .card-solution:hover:before {
  -webkit-box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.solutions .card-solution .image-principal {
  position: relative;
  margin-bottom: 20px;
  border-radius: 16px;
}
.solutions .card-solution .image-principal img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.solutions .card-solution .description {
  position: relative;
}
.solutions .card-solution .description h4 {
  color: #A176FF;
  font-size: 20px;
}
.solutions .card-solution .description p {
  font-size: 16px;
  color: #404040;
}
.solutions .card-solution .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  position: relative;
}
.solutions .card-solution .link:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 9px;
  width: 100%;
  height: 1px;
  background: #D2D2D2;
}
.solutions .card-solution .link a {
  color: #390b76;
  text-decoration: none;
  font-weight: 700;
  background: #ffffff;
  padding-left: 10px;
  position: relative;
}
.solutions .card-solution .link a img {
  margin-left: 10px;
}

.form-talk {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
          box-shadow: 0px 0px 20px -8px rgb(117, 117, 117);
  padding: 40px 35px;
  border-radius: 16px;
  z-index: 1;
}
.form-talk .item-button {
  margin-top: 30px;
}
.form-talk .form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-talk .form-group ::-webkit-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-moz-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group :-ms-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::-ms-input-placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  -ms-transition: 0.2s ease all;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group ::placeholder {
  color: #7C7C7C;
  font-size: 14px;
  pointer-events: none;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  margin: 0;
}
.form-talk .form-group select {
  color: #7C7C7C;
  font-size: 14px;
}
.form-talk .form-group label {
  font-weight: 400;
  color: #101010;
  margin-bottom: 5px;
}
.form-talk .form-group input, .form-talk .form-group textarea, .form-talk .form-group select {
  padding: 12px 13px;
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #101010;
}
.form-talk .form-group input:focus, .form-talk .form-group textarea:focus, .form-talk .form-group select:focus {
  outline: none;
}
.form-talk .form-group input:focus ~ label, .form-talk .form-group input:valid ~ label, .form-talk .form-group textarea:focus ~ label, .form-talk .form-group textarea:valid ~ label, .form-talk .form-group select:focus ~ label, .form-talk .form-group select:valid ~ label {
  top: -15px;
  font-size: 14px;
}
.form-talk .form-group .highlight {
  position: absolute;
  height: 50%;
  width: 90%;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}
.form-talk .form-group input:focus ~ .highlight, .form-talk .form-group textarea:focus ~ .highlight {
  -webkit-animation: inputHighlighter 0.5s ease;
  animation: inputHighlighter 0.5s ease;
}
@-webkit-keyframes inputHighlighter {
  background: #A176FF;
  width: 0;
  background: transparent;
}
@keyframes inputHighlighter {
  from {
    background: #A176FF;
  }
  to {
    width: 0;
    background: transparent;
  }
}
.form-talk input::-webkit-outer-spin-button, .form-talk input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-talk input[type=number] {
  -moz-appearance: textfield;
}
.form-talk .file-upload {
  width: 100%;
  max-width: 100%;
  margin: 10px 0;
}
.form-talk .file-upload input[type=file] {
  display: none;
}
.form-talk .file-upload .upload-box {
  width: 100%;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 15px;
  text-align: center;
  background: #f9f9f9;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.form-talk .file-upload .upload-box:hover {
  border-color: #4CAF50;
  background: #f1fdf3;
}
.form-talk .file-upload .upload-box img {
  width: 35px;
  height: 25px;
  margin-bottom: 10px;
  stroke: #666;
}
.form-talk .file-upload .upload-box p {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  color: #333;
}
.form-talk .file-upload .upload-box span {
  font-size: 13px;
  color: #888;
}
@media (max-width: 768px) {
  .form-talk {
    padding: 40px 20px;
  }
}

.timeline {
  position: relative;
  padding: 0 0 50px 0;
}
.timeline .swiperYear {
  overflow: hidden;
  height: 500px;
  margin-top: 25px;
}
.timeline .tittle-mob {
  display: none;
}
.timeline .tittle-mob h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.timeline .tittle-mob .buttons-slide {
  display: none;
}
.timeline .content-timeline {
  padding: 44px 44px;
  background: #ffffff;
  border-radius: 24px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.timeline .content-timeline .tittle-desk {
  display: block;
}
.timeline .content-timeline .tittle-desk h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.timeline .content-timeline .item-history {
  padding: 18px;
  background: #f6f6f6;
  border-radius: 24px;
}
.timeline .content-timeline .item-history .image-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
.timeline .content-timeline .item-history .text-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.timeline .content-timeline .item-history .text-slide h4 {
  font-size: 26px;
  color: #390b76;
}
.timeline .content-timeline .item-history .text-slide p {
  font-size: 15px;
  color: #3e3e3e;
}
.timeline .content-timeline .item-year {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 2px solid #9f9f9f;
  margin-right: 5px;
}
.timeline .content-timeline .item-year:before {
  content: "";
  position: absolute;
  right: -6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  background: #9f9f9f;
  border-radius: 50%;
}
.timeline .content-timeline .item-year p {
  margin: 0;
  font-size: 30px;
  color: #434343;
  font-weight: normal;
}
.timeline .content-timeline .swiper-slide-thumb-active .item-year:before {
  background: #A176FF;
}
.timeline .content-timeline .swiper-slide-thumb-active .item-year p {
  font-size: 38px;
  color: #A176FF;
  font-weight: 700;
}
.timeline .buttons-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0 0;
  position: absolute;
  bottom: 40px;
  left: 44px;
}
.timeline .buttons-slide .history-next img, .timeline .buttons-slide .history-prev img {
  max-width: 58px;
  height: auto;
}
.timeline .buttons-slide .history-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 20px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .timeline .buttons-slide {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .timeline .content-timeline {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
  .timeline .content-timeline .item-year p {
    font-size: 22px;
  }
  .timeline .content-timeline .swiper-slide-thumb-active .item-year p {
    font-size: 25px;
  }
  .timeline .buttons-slide {
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .timeline .ord-m {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .timeline .ord-d {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .timeline .tittle-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .timeline .tittle-mob h2 {
    font-size: 36px;
    margin: 0;
  }
  .timeline .tittle-mob .buttons-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    left: 0;
    top: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 50%;
    margin: 0;
  }
  .timeline .swiperYear {
    height: auto;
  }
  .timeline .content-timeline {
    padding: 0;
    width: 100%;
    background: transparent;
  }
  .timeline .content-timeline .tittle-desk {
    display: none;
  }
  .timeline .content-timeline .item-history {
    padding: 0;
    background: transparent;
    margin: 50px 0 0 0;
  }
  .timeline .content-timeline .item-year {
    border-right: none;
    border-top: 2px solid #9f9f9f;
    margin: 5px 0 0 0;
  }
  .timeline .content-timeline .item-year:before {
    right: calc(50% - 5px);
    top: -6px;
  }
  .timeline .content-timeline .item-year p {
    font-size: 20px;
  }
  .timeline .content-timeline .swiper-slide-thumb-active .item-year p {
    font-size: 28px;
  }
  .timeline .buttons-slide {
    display: none;
  }
}

.philosophy {
  position: relative;
  padding: 30px 0;
}
.philosophy .before-philosophy {
  position: absolute;
  top: -55%;
  right: 0;
  text-align: right;
}
.philosophy .before-philosophy img {
  max-width: 85%;
}
.philosophy .tittle-philosophy {
  margin-bottom: 35px;
}
.philosophy .tittle-philosophy h2 {
  font-size: 40px;
  line-height: 110%;
  margin: 10px 0 0 0;
}
.philosophy .item-philosophy {
  padding: 22px;
  border-radius: 16px;
  background: #ffffff;
}
.philosophy .item-philosophy:hover {
  -webkit-box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
          box-shadow: 1px -1px 14px 0px rgba(161, 118, 255, 0.71);
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.philosophy .item-philosophy .text-philosophy {
  padding-top: 22px;
}
.philosophy .item-philosophy .text-philosophy h3 {
  font-size: 28px;
}
.philosophy .item-philosophy .text-philosophy p {
  font-size: 16px;
  margin: 0;
}
.philosophy .item-philosophy img {
  border-radius: 16px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.principles {
  position: relative;
  padding: 30px 0 115px;
}
.principles .before-principles {
  position: absolute;
  top: -55%;
  right: 0;
  text-align: right;
}
.principles .before-principles img {
  max-width: 85%;
}
.principles .swiperPrinciples {
  padding-right: 10px;
}
.principles .tittle-principles {
  margin-bottom: 35px;
}
.principles .tittle-principles h2 {
  font-size: 28px;
  line-height: 110%;
  margin: 10px 0 0 0;
}
.principles .item-principles {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 22px 40px 22px;
  margin-bottom: 20px;
}
.principles .item-principles:hover {
  -webkit-box-shadow: 10px 10px 10px -5px rgba(161, 118, 255, 0.71);
          box-shadow: 10px 10px 10px -5px rgba(161, 118, 255, 0.71);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.principles .item-principles .start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.principles .item-principles .start .number h3 {
  font-size: 115px;
  color: #A176FF;
}
.principles .item-principles .start .icon {
  position: relative;
  padding-left: 24px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.principles .item-principles .start .icon img {
  position: relative;
  max-width: 100%;
  height: auto;
}
.principles .item-principles .start .icon:before {
  content: "";
  left: 0;
  top: 0;
  width: 62px;
  height: 62px;
  position: absolute;
  border-radius: 50%;
  background: #92F8D1;
}
.principles .item-principles .text h4 {
  font-size: 20px;
  margin-bottom: 15px;
}
.principles .item-principles .text p {
  font-size: 16px;
  line-height: 120%;
  color: #404040;
  margin: 0;
  min-height: 76px;
}
@media (min-width: 769px) and (max-width: 990px) {
  .principles .item-principles {
    padding: 10px 10px 40px 10px;
  }
  .principles .item-principles .start .number h3 {
    font-size: 75px;
  }
}
@media (max-width: 768px) {
  .principles .before-principles {
    display: none;
  }
  .principles .tittle-principles {
    text-align: center;
  }
  .principles .tittle-principles h2 {
    font-size: 30px;
  }
}

.upload-helper {
  margin-top: 8px;
  font-size: 0.9rem;
  color: #222;
}
.upload-helper.is-error {
  color: #c62828;
}

.upload-box {
  cursor: pointer;
}

.has-image[data-image-fit=contain] .fancybox__image {
  background: #ffffff;
  border-radius: 20px;
}

.fancybox__thumb {
  background-color: #ffffff;
}