/*

    1. BASE
    reset
    base

    2. Element
    Header
    Footer
    TextSize
    TextColor
    Module
    Icons
    Button
    Modal
    Form
    CardBox
    DoubleSection
    QContent
    Carousel
    CardCarousel
    BannerContact
    ContentList
    List
    Marquee
    FAQ


    3. Layout
    Home
    Print
    Seguros
    TDU

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     MIXINS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     RESET
------------------------------------------------------------ */
html,
body {
  -webkit-text-size-adjust: none;
  /* For iphone Landscape */
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  /* For font looks antialiased */
  -moz-osx-font-smoothing: grayscale;
  /* Moz antialiased */
  text-rendering: optimizeLegibility;
  /* optimezy fonts */
  font-size: 16px;
  color: #313131;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 25px;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
}
body.fixed {
  overflow: hidden;
}

/* headings */
body h1,
body .h1,
body h2,
body .h2,
body h3,
body .h3,
body h4,
body .h4,
body blockquote,
body h5,
body .h5,
body h6,
body .h6,
html h1,
html .h1,
html h2,
html .h2,
html h3,
html .h3,
html h4,
html .h4,
html blockquote,
html h5,
html .h5,
html h6,
html .h6 {
  font-weight: bold;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* outline */
* {
  -ms-touch-action: manipulation;
  -webkit-touch-action: manipulation;
  touch-action: manipulation;
}
*:focus {
  outline: none !important;
}

/* Placeholder */
::-webkit-input-placeholder {
  color: #797272 !important;
}

::-moz-placeholder {
  color: #797272 !important;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #797272 !important;
} /* ie */
:-moz-placeholder {
  color: #797272 !important;
}

/* Selection */
::-moz-selection {
  color: #fff;
  background: #9182EA;
  opacity: 1 !important;
}
::selection {
  color: #fff;
  background: #9182EA;
  opacity: 1 !important;
}

::-moz-selection {
  color: #fff;
  background: #9182EA;
  opacity: 1 !important;
}

/* mx auto */
.mx-auto {
  margin: 0 auto;
}

.col-reset {
  padding: 0;
}

/* Hidden */
.hidden {
  display: none !important;
}

/* Address */
address {
  font-style: initial;
}

/* padding */
.pl-0 {
  padding-left: 0 !important;
}

/* Margin */
.mt8 {
  margin-top: 8px;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt32 {
  margin-top: 32px;
}

.mt40 {
  margin-top: 40px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

/* text */
.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.text-icon i {
  margin-right: 8px;
}

.text-500,
.text-500 * {
  font-weight: 500 !important;
}

.text-400,
.text-400 * {
  font-weight: 400 !important;
}

/* input number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield; /* Firefox */
}

.height-100 {
  height: 100%;
}

/* ------------------------------------------------------------
     BASE
------------------------------------------------------------ */
main {
  min-height: 100%;
}

.center-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-mb40 {
  margin-bottom: 40px;
}

.header--top,
.module-bottom.header--top {
  padding-top: 200px;
}

.link-to {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -110px;
  z-index: 1;
}

.bordered-image {
  border-radius: 20px;
}

.smile-image {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100%;
  max-width: 240px;
  z-index: 1;
}

.object-position-top {
  -o-object-position: top !important;
     object-position: top !important;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .section-mb40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .section-mb40 {
    margin-bottom: 24px;
  }
  .link-to {
    top: -90px;
  }
  .header--top,
  .module-bottom.header--top {
    padding-top: 150px;
  }
  .smile-image {
    display: none;
  }
}
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff;
}

.text-gray500,
.text-gray500 * {
  color: #797272;
}

.text-pink,
.text-pink * {
  color: #F21F72;
}

.text-aqua,
.text-aqua * {
  color: #2EC6C6;
}

.text-purple,
.text-purple * {
  color: #5268FF;
}

.text-purple200,
.text-purple200 * {
  color: #9182EA;
}

.text-purple500,
.text-purple500 * {
  color: #5268FF;
}

.text-wine,
.text-wine * {
  color: #9E2FAA;
}

.text-gradient,
.text-gradient * {
  background: -webkit-gradient(linear, left top, right top, from(#5268FF), to(#9E2FAA));
  background: linear-gradient(90deg, #5268FF 0%, #9E2FAA 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-white-gradient,
.text-white-gradient * {
  background: var(--gradient-text-1, radial-gradient(98.56% 152.35% at 9.25% 100%, #FFF 0%, var(--Qluub-Inter-Light, #DED8FF) 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-green-gradient,
.text-green-gradient * {
  background: radial-gradient(109.6% 121.44% at 9.85% 68.22%, #FFF 65.53%, rgba(233, 249, 249, 0.1) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
h1,
h1 *,
.h1,
.h1 * {
  font-size: 32px;
  line-height: 45px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 26px;
  line-height: 35px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 22px;
  line-height: 35px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 20px;
  line-height: 35px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 14px;
  line-height: 25px;
}

h6,
h6 *,
.h6,
.h6 * {
  font-size: 14px;
  line-height: 25px;
}

.text-12,
.text-12 * {
  font-size: 12px;
  line-height: 15px;
}

.text-16,
.text-16 * {
  font-size: 16px;
  line-height: 25px;
}

.text-14,
.text-14 * {
  font-size: 14px;
  line-height: 25px;
}

.text-18,
.text-18 * {
  font-size: 18px;
  line-height: 25px;
}

.text-20,
.text-20 * {
  font-size: 20px;
  line-height: 25px;
}

.text-24,
.text-24 * {
  font-size: 24px;
  line-height: 35px;
}

.text-28,
.text-28 * {
  font-size: 28px;
  line-height: 35px;
}

.text-32,
.text-32 * {
  font-size: 32px;
  line-height: 45px;
}

.text-48,
.text-48 * {
  font-size: 48px;
  line-height: 55px;
}

.text-40,
.text-40 * {
  font-size: 40px;
  line-height: 55px;
}

.text-48,
.text-48 * {
  font-size: 48px;
  line-height: 55px;
}

.text-80,
.text-80 * {
  font-size: 80px;
  line-height: 93px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .text-80,
  .text-80 * {
    font-size: 32px;
    line-height: 45px;
  }
  .text-48,
  .text-48 *,
  .text-40,
  .text-40 * {
    font-size: 32px;
    line-height: 45px;
  }
}
@media (max-width: 768px) {
  .text-80,
  .text-80 * {
    font-size: 34px;
    line-height: 40px;
  }
  .text-28,
  .text-28 *,
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-16,
  .text-16 * {
    font-size: 16px;
  }
  .text-48,
  .text-48 *,
  .text-40,
  .text-40 * {
    font-size: 24px;
    line-height: 35px;
  }
  .text-32,
  .text-32 * {
    font-size: 21px;
    line-height: 35px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
/* module */
.module {
  padding: 72px 0;
  position: relative;
}

.module-bottom {
  padding-top: 0;
  padding-bottom: 72px;
}

.module-top {
  padding-top: 72px;
  padding-bottom: 0;
}

.module40 {
  padding: 40px 0;
}

.module-bottom40 {
  padding-top: 0;
  padding-bottom: 40px;
}

.module-top40 {
  padding-top: 40px;
  padding-bottom: 0;
}

.module--gray100 {
  background: #F6F6FA;
}

.module--image1 {
  background: url(../img/element/back-q.svg) center center no-repeat;
  background-size: cover;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 768px) {
  .module {
    padding: 40px 0;
  }
  .module-bottom {
    padding-bottom: 40px;
  }
  .module-top {
    padding-top: 40px;
  }
  .module40 {
    padding: 30px 0;
  }
  .module-bottom40 {
    padding-bottom: 30px;
  }
  .module-top40 {
    padding-top: 30px;
  }
}
@media (max-width: 680px) {
  .module {
    padding: 30px 0;
  }
  .module-bottom {
    padding-bottom: 30px;
  }
  .module-top {
    padding-top: 30px;
  }
  .module40 {
    padding: 20px 0;
  }
  .module-bottom40 {
    padding-bottom: 20px;
  }
  .module-top40 {
    padding-top: 20px;
  }
}
/* ------------------------------------------------------------
     FOOTER
------------------------------------------------------------ */
footer {
  width: 100%;
  background: #7263CA;
}
footer article *:last-child {
  margin-bottom: 0;
}

.footer__logo {
  width: 130px;
  margin: 0;
}
.footer__logo img {
  width: 100%;
}

.footer__row {
  margin-bottom: 32px;
}
.footer__row:last-child {
  margin-bottom: 0;
}
.footer__row.row--middle {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 60px 0 40px 0;
}

.list-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-links li {
  margin-bottom: 4px;
}
.list-links li:last-child {
  margin-bottom: 0;
}
.list-links li a {
  text-decoration: none;
}

.footer__col:first-child {
  padding-right: 10%;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .footer__col-links {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  footer.module {
    padding: 60px 0;
  }
  .footer__row {
    margin-bottom: 14px;
  }
  .footer__row.row--middle {
    padding: 30px 0 30px 0;
    margin-bottom: 32px;
  }
}
/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 8px 0;
  background: #fff;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.13);
          box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.13);
}
.header.active {
  padding: 0;
}
.header.header--color.active {
  background: #F6F6FA;
}
.header.header--color .main-nav {
  background: #F6F6FA;
}
.header.header--color #nav-icon2 span {
  background: #002739;
}
.header.header--color .navbar-toggler[aria-expanded=true] #nav-icon2 span {
  background: #fff;
}
.header .navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.header .navbar-toggler {
  -webkit-box-shadow: initial;
          box-shadow: initial;
  border: 0;
  padding-right: 0;
}
.header .navbar-brand {
  width: 130px;
}
.header .navbar-brand img {
  width: 100%;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
}

.main-nav {
  -webkit-box-flex: initial;
      -ms-flex-positive: initial;
          flex-grow: initial;
}
.main-nav .navbar-nav {
  padding: 10px;
}
.main-nav .navbar-nav li.nav-item {
  margin-left: 24px;
}
.main-nav .navbar-nav li a {
  font-size: 14px;
  font-weight: 600;
}
.main-nav .navbar-nav li a:not(.btn) {
  color: #313131;
}
.main-nav .navbar-nav li a:not(.btn):hover, .main-nav .navbar-nav li a:not(.btn).active {
  color: #9182EA;
}
.main-nav .navbar-nav li a:not(.btn).active {
  text-decoration: underline;
}
.main-nav .navbar-nav li a.btn {
  padding: 10px 21px;
}

#nav-icon2 {
  width: 50px;
  height: 25px;
  position: relative;
  -webkit-transform: scale(0.7) rotate(0deg);
          transform: scale(0.7) rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon2 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #313131;
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon2 span:nth-child(even) {
  left: 50%;
}
#nav-icon2 span:nth-child(odd) {
  left: 0px;
}
#nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
  top: 0px;
}
#nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
  top: 11px;
}
#nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
  top: 22px;
}

.navbar-toggler[aria-expanded=true] #nav-icon2 span {
  background: #fff;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(1), .navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(6) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(2), .navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(1) {
  left: 5px;
  top: 7px;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(2) {
  left: calc(50% - 5px);
  top: 7px;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(3) {
  left: -50%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(4) {
  left: 100%;
  opacity: 0;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(5) {
  left: 5px;
  top: 22px;
}
.navbar-toggler[aria-expanded=true] #nav-icon2 span:nth-child(6) {
  left: calc(50% - 5px);
  top: 22px;
}

.logo__white {
  display: none;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 1400px) {
  .header .container {
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .main-nav .navbar-nav li.nav-item {
    margin-left: 8px;
  }
  .main-nav .navbar-nav li.nav-item a {
    font-size: 12px;
  }
  .header .navbar-brand {
    width: 90px;
  }
}
@media (max-width: 992px) {
  .header .navbar-toggler,
  .header .navbar-brand {
    position: relative;
    z-index: 1;
  }
  .header .navbar-brand {
    width: 100px;
  }
  .header.header--color .main-nav {
    background: linear-gradient(133deg, #9182EA 25.05%, #6F5FCF 95.88%);
  }
  .header.opened .logo__color {
    display: none;
  }
  .header.opened .logo__white {
    display: block;
  }
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #9182EA;
    border-radius: 0;
    padding-top: 120px;
  }
  .main-nav .navbar-nav {
    text-align: center;
  }
  .main-nav .navbar-nav li a:not(.btn) {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .main-nav .navbar-nav li a:not(.btn):after {
    content: "";
    width: 49px;
    height: 1px;
    background: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .main-nav .navbar-nav li a.btn {
    background: #fff;
    color: #797272;
    width: 220px;
    font-size: 20px;
    line-height: 25px;
    display: inline-block;
  }
}
@media (max-width: 768px) {
  .header.active {
    padding: 8px 0;
  }
  .main-nav .navbar-nav li a:not(.btn):hover, .main-nav .navbar-nav li a:not(.btn).active {
    color: #fff;
    font-weight: bold;
  }
}
/* ------------------------------------------------------------
    ICONS
------------------------------------------------------------ */
.icon {
  display: inline-block;
}

/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
.form-control {
  height: 40px;
  border: 1px solid #E7E7F2;
  border-radius: 5px;
  padding: 0 16px;
}
.form-control:focus {
  border-color: #9182EA;
  outline: none;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(145, 130, 234, 0.2);
          box-shadow: 0 0 0 0.25rem rgba(145, 130, 234, 0.2);
}
.form-control.is-invalid {
  border-color: #dc3545;
}
.form-control.is-invalid:focus {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.error-message {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #dc3545;
}

.alert-danger {
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
  padding: 12px 16px;
  border-radius: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

.btn-disabled {
  opacity: 0.6;
  cursor: not-allowed !important;
  background-color: #6c757d !important;
  border-color: #6c757d !important;
}
.btn-disabled:hover {
  background-color: #6c757d !important;
  border-color: #6c757d !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.btn-disabled:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.swal-custom-popup {
  border-radius: 10px !important;
  font-family: inherit !important;
}

.swal-custom-title {
  color: #9182EA !important;
  font-weight: 600 !important;
  font-size: 24px !important;
}

.swal-custom-content {
  color: #666 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}

/* -----

 MEDIAQUERIES 

----- */
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
body .btn.btn-primary {
  background: #9182EA;
  color: #fff;
  border-radius: 30px;
  padding: 10px 21px;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body .btn.btn-primary:hover {
  background: #7263CA;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
body .btn.btn-primary span {
  margin-left: 4px;
}
body .btn.btn--type1 {
  background: #9E2FAA;
  color: #fff;
  border-radius: 30px;
  padding: 10px 21px;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
}
body .btn.btn--type1:hover {
  background: #81228c;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
body .btn.btn--type2 {
  background: #fff;
  color: #313131;
  border-radius: 30px;
  padding: 10px 21px;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
}
body .btn.btn--type2:hover {
  background: #fff;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
body .btn.btn--type3 {
  background: #5268FF;
  color: #fff;
  border-radius: 30px;
  padding: 10px 30px;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-weight: 600;
}
body .btn.btn--type3:hover {
  background: #4157e7;
  -webkit-box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 3px 0px 0px rgba(0, 0, 0, 0.15);
}
body .btn.btn-secondary {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 21px;
  border-radius: 30px;
  font-weight: 600;
}
body .btn.btn-secondary:hover {
  background: #fff;
  color: #797272;
}
body .btn.btn--large {
  font-size: 24px;
  line-height: 35px;
}
body .btn.btn--300 {
  width: 300px;
}

.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.btn--icon:hover {
  opacity: 0.6;
  text-decoration: none;
}
.btn--icon .icon {
  float: left;
  margin-right: 4px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 768px) {
  body .btn {
    width: 100%;
  }
  body .btn.btn--large {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.swal2-confirm {
  border-radius: 30px;
  font-weight: bold;
  padding: 10px 32px;
}

/* -----

 MEDIAQUERIES 

----- */
/* ------------------------------------------------------------
     HERO IMAGE
------------------------------------------------------------ */
.hero-image {
  background: linear-gradient(133deg, #9182EA 25.05%, #6F5FCF 95.88%);
  min-height: 700px;
  padding-top: 240px;
  padding-bottom: 160px;
  width: 100%;
}
.hero-image .container,
.hero-image .row {
  position: initial;
}
.hero-image.hero--color1 {
  background: #9182EA;
}
.hero-image.hero--color2 {
  background: #2EC6C6;
}
.hero-image.hero--color3 {
  background: linear-gradient(117deg, #7187FF 16.19%, #C778C3 85.34%);
}
.hero-image.hero--color4 {
  background: linear-gradient(145deg, #58B8F8 20.49%, #267CB5 147.49%);
}
.hero-image.hero--color5 {
  background: linear-gradient(134deg, #2EC6C6 20.79%, #21B1B1 87.58%);
}
.hero-image.hero--color6 {
  background: var(--PinkGradient, linear-gradient(134deg, #DE6DC9 20.79%, #B646A1 87.58%));
}
.hero-image.hero--parallax {
  overflow: hidden;
}

.hero-image__left {
  position: relative;
  z-index: 1;
}

.hero-image__right .hero-image__carousel {
  width: 100%;
  height: 480px;
}
.hero-image__right .hero-image__carousel figure {
  margin: 0;
}
.hero-image__right .hero-image__carousel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  overflow: hidden;
  border-radius: 20px;
}

.js-carousel-image {
  position: relative;
  padding-bottom: 80px;
}
.js-carousel-image .slick-list,
.js-carousel-image .slick-track {
  height: 100%;
}
.js-carousel-image .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
}
.js-carousel-image .slick-dots li.slick-active button {
  opacity: 1;
  width: 40px;
}
.js-carousel-image .slick-dots li button {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  border: 0;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.js-carousel-image .slick-dots li:only-child {
  display: none;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .hero-image__right {
    position: relative;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 15px;
    margin-bottom: 16px;
  }
  .hero-image__right .hero-image__carousel img {
    border-radius: 10px;
  }
  .hero-image__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .hero-image {
    padding-top: 130px;
    padding-bottom: 60px;
  }
  .hero-image,
  .hero-image .container,
  .hero-image .row {
    height: auto;
    min-height: initial;
  }
  .js-carousel-image {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .js-carousel-image {
    padding-bottom: 0;
  }
  .hero-image {
    padding-top: 130px;
  }
  .hero-image.hero-image--section {
    padding-top: 100px;
    padding-bottom: 16px;
  }
  .hero-image__services .card-service__icon {
    width: 60px;
    height: 60px;
  }
  .hero-image__services .card-service__icon span {
    font-size: 32px;
  }
  .hero-image__services .card-service__icon {
    width: 50px;
    height: 50px;
  }
  .hero-image__services .card-service__icon span {
    font-size: 24px;
  }
  .hero-image__services {
    position: relative;
    z-index: 2;
  }
  .hero-image__services .card-service__icon {
    -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.15);
    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;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 8px;
  }
  .hero-image__services .card-service__icon span {
    font-size: 36px;
    color: white;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .hero-image__services .card-service__icon.parallax-icon {
    position: relative;
    z-index: 10;
    background: #fff;
  }
  .hero-image__services .card-service__icon.text-purple500 span {
    color: #5268FF;
  }
  .hero-image__services .card-service__icon.text-wine span {
    color: #9E2FAA;
  }
  .hero-image__services .card-service__icon.text-purple200 span {
    color: #9182EA;
  }
  .hero-image__services .card-service__icon.text-aqua span {
    color: #2EC6C6;
  }
  .hero-image__services .card-service__icon:hover {
    -webkit-transform: translateY(-5px) scale(1.05);
            transform: translateY(-5px) scale(1.05);
    -webkit-box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
  }
  .hero-image__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
/* ------------------------------------------------------------
    CARD BOX
------------------------------------------------------------ */
.card-box {
  background: #fff;
  padding: 33px;
  border-radius: 16px;
}
.card-box article *:last-child {
  margin-bottom: 0;
}

.card-box__figure {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #9182EA;
  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: 15px;
}
.card-box__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.masonry-item {
  margin-bottom: 24px;
}

/* card box image */
.card-box-image {
  background: url(../img/element/credito.jpg) no-repeat center center;
  background-size: cover;
  height: 600px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 27px;
}
.card-box-image article {
  background: var(--Slight-Gray, #F6F6FA);
  backdrop-filter: blur(10px);
  border-radius: 18px;
  padding: 32px;
}
.card-box-image article *:last-child {
  margin-bottom: 0;
}

.card-box-solid {
  border-radius: 16px;
  background: #F6F6FA;
  padding: 22px;
  height: 100%;
}
.card-box-solid figure {
  width: 75px;
  height: 75px;
  margin: 0 auto;
}
.card-box-solid figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  object-position: center;
  padding: 10px;
}
.card-box-solid article *:last-child {
  margin-bottom: 0;
}

.card-box-general {
  background: rgba(145, 130, 234, 0.1);
  border-radius: 20px;
  padding: 32px;
}

.card-box-general__img {
  position: relative;
  left: -10%;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 768px) {
  .masonry-item:last-child {
    margin-bottom: 0;
  }
  .card-box__figure {
    width: 60px;
    height: 60px;
    padding: 10px;
  }
  .card-box-general__img {
    left: 0;
    margin-bottom: 16px;
  }
  .card-box-general {
    padding: 16px;
  }
  .card-box {
    padding: 24px;
  }
}
/* ------------------------------------------------------------
     DOUBLE SECTION
------------------------------------------------------------ */
.double-section {
  width: 100%;
  position: relative;
}

.double-section__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.double-section__back > div {
  width: 50%;
  height: 100%;
}

.double-section__left {
  background: -webkit-gradient(linear, left top, left bottom, from(#5268FF), color-stop(162.6%, #192FC5));
  background: linear-gradient(180deg, #5268FF 0%, #192FC5 162.6%);
}

.double-section__right {
  background: -webkit-gradient(linear, left top, left bottom, from(#9E2FAA), color-stop(177.79%, #7F1E8A));
  background: linear-gradient(180deg, #9E2FAA 0%, #7F1E8A 177.79%);
}

.double-section__article {
  width: 100%;
  margin-bottom: 24px;
  padding-right: 10%;
  position: relative;
  z-index: 1;
}

.double__col:hover .hide-content {
  opacity: 1;
  pointer-events: initial;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.double__col:last-child .double-section__article {
  padding-right: 0;
  padding-left: 10%;
}
.double__col:last-child .hide-content {
  right: 0;
  left: initial;
}

.col--color1 {
  background: #4157e7;
}

.col--color2 {
  background: #9E2FAA;
}

/* device */
.device-mobile {
  width: 500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.device-mobile img {
  width: 100%;
}

.device-desktop {
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  z-index: 1;
  height: 550px;
}
.device-desktop img {
  width: calc(100% - 10px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right top;
     object-position: right top;
}

/* hide content */
.hide-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 50%;
  background: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 10%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-list-icon {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-list-icon li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 24px;
}
.content-list-icon li:last-child {
  margin-bottom: 0;
}
.content-list-icon li figure {
  width: 55px;
  height: 55px;
}
.content-list-icon li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.content-list-icon li p {
  width: 90%;
  padding-left: 32px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 1400px) {
  .hide-content {
    padding: 30px 3%;
  }
}
@media (max-width: 992px) {
  .double-section.module {
    padding-top: 0;
  }
  .hide-content {
    position: relative;
    opacity: 1;
    pointer-events: initial;
    -webkit-transform: scale(1);
            transform: scale(1);
    width: 100%;
    height: auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border-radius: 10px;
    margin-bottom: 24px;
    padding: 24px;
  }
  .hide-content h3 {
    text-align: center;
  }
  .double-section__back {
    display: none;
  }
  .double__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-radius: 18px 18px 0 0;
    padding: 30px;
  }
  .double__col:last-child {
    border-radius: 0 0 18px 18px;
  }
  .double__col:last-child .double-section__article {
    padding-left: 0;
  }
  .double__col section {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .double-section__article {
    padding-right: 0;
  }
  .device-desktop {
    position: relative;
    width: 100%;
    height: auto;
  }
  .device-desktop img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 768px) {
  .device-mobile {
    width: 100%;
  }
  .double__col {
    border-radius: 0;
  }
  .double__col:last-child {
    border-radius: 0;
  }
}
/* ------------------------------------------------------------
     Q CONTENT
------------------------------------------------------------ */
.q-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.q-content figure {
  max-width: 500px;
  width: 100%;
}
.q-content figure img {
  width: 100%;
}
.q-content article {
  background: #fff;
  border-radius: 0 12px 12px 0;
  min-height: 300px;
  padding: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: -60px;
}
.q-content article *:last-child {
  margin-bottom: 0;
}

.q-col {
  padding-top: 60px;
  padding-bottom: 60px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .q-content {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
  }
  .q-content article {
    top: 0;
  }
}
@media (max-width: 768px) {
  .q-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: transparent;
  }
  .q-content figure {
    width: 140px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .q-content article {
    padding: 100px 24px 32px 24px;
    border-radius: 12px;
    margin-top: -70px;
    min-height: auto;
    text-align: center;
  }
}
/* ------------------------------------------------------------
     CAROUSEL
------------------------------------------------------------ */
.carousel-section {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.carousel-section .container {
  position: relative;
  z-index: 1;
}

.carousel-section__back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.carousel-section__back img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel__col {
  position: relative;
  z-index: 1;
  max-width: 1320px;
  margin: 0 auto;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.carousel__col article {
  width: 100%;
  max-width: 900px;
  padding: 100px 0;
}

.js-carousel .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  max-width: 1320px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.js-carousel .slick-dots li.slick-active button {
  opacity: 1;
  width: 40px;
}
.js-carousel .slick-dots li button {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  border: 0;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.js-carousel .slick-dots li.slick-active button {
  width: 60px;
}
.js-carousel .slick-slide {
  position: relative;
}
.js-carousel .slick-slide p img {
  display: inline-block;
  width: 130px;
}
.js-carousel .carousel-section__back:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.js-carousel .carousel__col {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.js-carousel .carousel__col * {
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 1400px) {
  .js-carousel .slick-dots {
    max-width: 900px;
  }
  .carousel__col {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 992px) {
  .carousel-section {
    padding: 0;
  }
  .carousel__col {
    height: 590px;
  }
  .carousel__col article {
    padding: 100px 32px;
  }
  .js-carousel .slick-dots {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .js-carousel {
    margin: 0;
  }
  .js-carousel .slick-slide p img {
    width: 80px;
  }
  .js-carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .carousel-section .container-fluid {
    padding: 0;
  }
  .carousel__col {
    height: 460px;
  }
  .carousel__col article {
    padding: 60px 32px;
  }
}
/* ------------------------------------------------------------
   CARD CAROUSEL
------------------------------------------------------------ */
.carousel-section-cards {
  width: 100%;
  overflow: hidden;
}

.carousel-cards__inner {
  background: #F6F6FA;
  border-radius: 12px;
  padding: 32px;
  margin: 0 12px;
}
.carousel-cards__inner figure {
  width: 70px;
  height: 70px;
}
.carousel-cards__inner figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.js-carousel-items {
  margin-left: -16px;
  margin-right: -16px;
}
.js-carousel-items .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
}
.js-carousel-items .slick-arrow {
  background: #F6F6FA;
  width: 48px;
  height: 48px;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border-radius: 5px;
  position: absolute;
  bottom: 22px;
  left: -130px;
  z-index: 10;
}
.js-carousel-items .slick-arrow:hover {
  background: #E7E7F2;
}
.js-carousel-items .slick-arrow.slick-next {
  left: -70px;
}
.js-carousel-items .slick-arrow span {
  width: 13px;
  display: block;
  color: #313131;
}
.js-carousel-items .slick-slide {
  height: initial;
}

/* card service */
.card-service__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 14px 54px rgba(0, 0, 0, 0.25);
          box-shadow: 0 14px 54px rgba(0, 0, 0, 0.25);
  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: 24px;
}
.card-service__icon span {
  font-size: 48px;
}
.card-service__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.card-service__content {
  height: 240px;
  position: relative;
}
.card-service__content .btn {
  position: absolute;
  bottom: 0;
  left: 0;
}

.card-service {
  border-radius: 20px;
  padding: 24px;
  background: #E7E7F2;
  position: relative;
  padding-top: 70px;
}
.card-service.card--color1 {
  background: #5268FF;
}
.card-service.card--color2 {
  background: #9E2FAA;
}
.card-service.card--color3 {
  background: #9182EA;
}
.card-service.card--color4 {
  background: #2EC6C6;
}
.card-service.card--color5 {
  background: #DE6DC9;
}
.card-service.card--color6 {
  background: #58B8F8;
}
.card-service .card-service__icon {
  position: absolute;
  top: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 14px 14px rgba(0, 0, 0, 0.25));
}

.js-carousel-service .slick-track {
  padding-top: 70px;
}
.js-carousel-service .slick-slide {
  padding: 0 8px;
}
.js-carousel-service .slick-arrow {
  position: absolute;
  top: calc(50% + 20px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #9182EA;
  z-index: 1;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}
.js-carousel-service .slick-arrow:hover {
  opacity: 0.6;
}
.js-carousel-service .slick-arrow.slick-next {
  right: -48px;
  text-align: right;
}
.js-carousel-service .slick-arrow.slick-prev {
  text-align: left;
  left: -48px;
}
.js-carousel-service .slick-arrow span {
  font-size: 32px;
}
.js-carousel-service .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  bottom: -24px;
  position: absolute;
}
.js-carousel-service .slick-dots li.slick-active button {
  opacity: 1;
  width: 40px;
}
.js-carousel-service .slick-dots li button {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  border: 0;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.js-carousel-service .slick-dots li button {
  background: #9182EA;
}

/* card simple item */
.card-simple-item__icon {
  width: 100px;
  height: 100px;
  color: #9182EA;
  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: 0 auto;
}
.card-simple-item__icon span {
  font-size: 48px;
}

.card-simple-item {
  position: relative;
  background: #F6F6FA;
  border-radius: 16px;
  padding: 24px;
  height: 100%;
}

.js-carousel-simple {
  padding-bottom: 40px;
}
.js-carousel-simple .slick-dots {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  bottom: -24px;
  position: absolute;
}
.js-carousel-simple .slick-dots li.slick-active button {
  opacity: 1;
  width: 40px;
}
.js-carousel-simple .slick-dots li button {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  position: relative;
  text-indent: -9999px;
  border: 0;
  width: 18px;
  height: 18px;
  opacity: 0.7;
}
.js-carousel-simple .slick-dots li button {
  background: #9182EA;
}

.card-simple-item__number {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  background: #7263CA;
  color: #fff;
  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;
  font-size: 18px;
  font-weight: 600;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .carousel-cards__inner figure {
    width: 140px;
    height: 140px;
  }
  .js-carousel-items .slick-arrow {
    bottom: initial;
    top: 0;
    left: 0;
    z-index: 10;
  }
  .js-carousel-items .slick-arrow.slick-next {
    left: 60px;
  }
  .js-carousel-items .slick-track {
    padding-top: 72px;
  }
  .js-carousel-items .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 769px) {
  .js-carousel-service > div {
    margin-bottom: 92px;
  }
  .js-carousel-simple {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .js-carousel-simple > div {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .carousel-cards__inner figure {
    width: 100px;
    height: 100px;
  }
  .js-carousel-service {
    padding-bottom: 40px;
    margin-bottom: 32px;
  }
  .js-carousel-service .slick-list {
    padding-top: 16px;
  }
  .card-service__content {
    height: 240px;
  }
  .card-simple-item__icon {
    width: 60px;
    height: 60px;
  }
  .card-simple-item__icon span {
    font-size: 32px;
  }
  .card-simple-item:after {
    width: 24px;
    height: 24px;
    right: 8px;
  }
  .card-simple-item p {
    padding: 0 16px;
  }
  .card-simple-item p,
  .card-simple-item p * {
    font-size: 16px;
  }
  .js-carousel-simple {
    padding-left: 15px;
    padding-right: 15px;
  }
  .card-simple-item__number {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}
/* ------------------------------------------------------------
    BANNER CONTACT
------------------------------------------------------------ */
.banner-contact {
  border-radius: 18px;
  background: -webkit-gradient(linear, left top, right top, from(#5268FF), to(#9E2FAA));
  background: linear-gradient(90deg, #5268FF 0%, #9E2FAA 100%);
  padding: 40px 32px;
  position: relative;
}

.banner-contact__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 24px;
  width: 240px;
  margin: 0;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 768px) {
  .banner-contact__img {
    opacity: 0.2;
  }
}
/* ------------------------------------------------------------
     CONTENT LIST
------------------------------------------------------------ */
.content-list-icon li i {
  width: 40px;
  height: 40px;
  background: #9182EA;
  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;
  font-size: 20px;
  color: #fff;
  font-style: normal;
  font-weight: 600;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 768px) {
  .content-list-icon li p {
    font-size: 16px;
    line-height: 25px;
    padding-left: 16px;
  }
  .double__col {
    padding: 24px 15px;
  }
}
/* ------------------------------------------------------------
     LIST
------------------------------------------------------------ */
/* list options */
.list-options {
  padding: 24px 0;
}
.list-options:not(.col-md-10) {
  width: 100%;
}
.list-options li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.list-options li p {
  margin-bottom: 0;
}
.list-options li span {
  font-size: 40px;
}

/* -----

 MEDIAQUERIES 

----- */
/* ------------------------------------------------------------
     MARQUEE
------------------------------------------------------------ */
.marquee {
  background: #9182EA;
  padding: 16px 0;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}
.marquee * {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  color: #DED8FF;
  margin: 0;
}
.marquee__track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  will-change: transform;
}
.marquee p {
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .marquee * {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .marquee * {
    font-size: 16px;
  }
}
/* ------------------------------------------------------------
    FAQ CONTENT
------------------------------------------------------------ */
.faq-section {
  background: #F6F6FA;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  margin: 0;
}

.accordion-box {
  width: 100%;
  margin-top: 40px;
  max-width: 700px;
}

.accordion-box__item {
  quotes: 100%;
  margin-bottom: 24px;
  border-bottom: 1px solid #AEAEAE;
}

.accordion-box__button {
  border: 0;
  background: transparent;
  width: 100%;
  padding: 0 0 24px 0;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
  text-align: left;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.accordion-box__button span {
  font-size: 24px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.accordion-box__button:hover {
  color: #9182EA;
}

.accordion-box__button.active {
  color: #9182EA;
}

.accordion-box__button.active span {
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
}

.accordion-box__body {
  padding: 0 0 24px 0;
  display: none;
}

.accordion-box__body > *:last-child {
  margin-bottom: 0;
}

.faq-auto {
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 100%;
  max-width: 220px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .accordion-box {
    margin-top: 24px;
  }
  .faq-auto {
    display: none;
  }
}
@media (max-width: 768px) {
  .accordion-box__button {
    font-size: 16px;
    line-height: 22px;
  }
}
/* ------------------------------------------------------------
    ALERT
------------------------------------------------------------ */
.alert.alert-primary {
  background: rgba(145, 129, 234, 0.2);
  border-radius: 20px;
  color: #4a3d95;
  border: 1px solid #9182EA;
}

/* -----

 MEDIAQUERIES 

----- */
/* ------------------------------------------------------------
     AUTH
------------------------------------------------------------ */
.content-block {
  background: #F6F6FA;
  border-radius: 20px;
  padding: 140px 60px;
  position: relative;
}
.content-block.content--color1 {
  background: linear-gradient(133deg, #9182EA 25.05%, #6F5FCF 95.88%);
}

.content-block__smile {
  position: absolute;
  bottom: 24px;
  right: 24px;
  width: 100%;
  max-width: 240px;
  z-index: 1;
}

.image-block img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .image-block {
    padding: 0;
    margin-bottom: 16px;
  }
  .content-block {
    padding: 24px;
  }
}
@media (max-width: 768px) {
  .content-block-info {
    padding-left: 13px;
    padding-right: 13px;
  }
  .content-block__smile {
    max-width: 140px;
  }
  .image-block img {
    height: 400px;
    width: 100%;
  }
  .row-about aside {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .row-about > div {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
/* ------------------------------------------------------------
     PRINT
------------------------------------------------------------ */
@media print {
  .header,
  footer,
  .btn,
  .navbar,
  nav,
  .navbar-toggler {
    display: none !important;
  }
  .col-12.mt-5.mb-3 {
    display: none !important;
  }
  body > *:not(main) {
    display: none !important;
  }
  main > *:not(section) {
    display: none !important;
  }
  section:not(:has(.js-print)) {
    display: none !important;
  }
  .container:not(:has(.js-print)),
  .row:not(:has(.js-print)),
  .col-12:not(:has(.js-print)) {
    display: none !important;
  }
  section:has(.js-print),
  .container:has(.js-print),
  .row:has(.js-print),
  .col-12:has(.js-print) {
    display: block !important;
  }
  .js-print {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 20px !important;
    page-break-inside: avoid;
  }
  .js-print * {
    display: inherit !important;
  }
  .js-print ul,
  .js-print li {
    display: list-item !important;
  }
  .js-print h1,
  .js-print h2,
  .js-print h3,
  .js-print h4,
  .js-print h5,
  .js-print h6 {
    display: block !important;
  }
  .header--top, .module-bottom.header--top {
    padding-top: 32px;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 18px;
  }
  .text-28,
  .text-28 * {
    font-size: 21px;
  }
  html,
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
/* ------------------------------------------------------------
     SEGUROS
------------------------------------------------------------ */
.grid-cards-seguros {
  margin-top: 72px;
}

.card-seguros {
  background: #F6F6FA;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  height: 100%;
}

.card-seguros__header {
  position: relative;
}

.card-seguros__logo {
  position: absolute;
  top: 0;
  right: 0;
}
.card-seguros__logo.logo--small {
  max-width: 60px;
  mix-blend-mode: multiply;
}

.card-seguros-item {
  background: #F6F6FA;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  height: 100%;
}

.card-seguros__header-item {
  margin-top: -72px;
  width: 100%;
}

.card-seguros__icon {
  background: rgba(145, 129, 234, 0.2);
  width: 100px;
  height: 100px;
  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;
  margin: 0 auto;
  padding: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.bottom-info__content {
  border-radius: 10px;
  background-color: #F6F6FA;
  padding: 110px 40px;
  display: inline-block;
  width: 100%;
  position: relative;
}

.bottom-info__image {
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  max-width: 220px;
}

.bottom-info__logo {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 100%;
  max-width: 130px;
}

.bottom-info__car {
  position: absolute;
  left: -270px;
  bottom: -70px;
  width: 100%;
  max-width: 650px;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 992px) {
  .grid-cards-seguros > div {
    margin-bottom: 72px;
  }
  .bottom-info__car {
    max-width: 530px;
    bottom: -110px;
  }
}
@media (max-width: 768px) {
  .card-seguros__logo {
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .grid-cards-seguros > div {
    margin-bottom: 72px;
  }
  .grid-cards-seguros > div:last-child {
    margin-bottom: 0;
  }
  .bottom-info__car {
    left: -190px;
    bottom: -60px;
    max-width: 480px;
  }
}
/* ------------------------------------------------------------
     TDU
------------------------------------------------------------ */
.card-tdu {
  background: #F6F6FA;
  border-radius: 20px;
  padding: 24px;
  position: relative;
  height: 500px;
  width: 100%;
}
.card-tdu img {
  width: 650px;
  position: absolute;
  top: 0;
  left: 0;
}

/* icon move */
.js-icon-move {
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 50px 0;
  left: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  width: 100%;
  gap: 0;
}

.icon-move__item {
  display: inline-block;
  position: relative;
  width: auto;
  margin: 0 32px;
  padding: 0;
}
.icon-move__item > div {
  width: 150px;
}
.icon-move__item p {
  height: 50px;
  white-space: initial;
  line-height: 20px;
}
.icon-move__item .card-simple-item__icon {
  background: rgba(145, 129, 234, 0.2);
  border-radius: 50%;
}

/* -----

 MEDIAQUERIES 

----- */
@media (max-width: 1200px) {
  .card-tdu {
    height: 100%;
  }
  .card-tdu img {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 992px) {
  .card-tdu {
    margin-bottom: 32px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .icon-move__item {
    margin: 0 8px;
  }
  .js-icon-move {
    padding-bottom: 0;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  .hide-mobile {
    display: none !important;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */