/*

    1. BASE
    reset
    base

    2. Element
    Forms
    Header
    Text
    TextColor
    TextSize
    Module
    Footer
    HeroImage
    Icon
    Cotizador
    Modal
    VideoBlock
    Tabs
    LogoList
    Cards

    3. Layout
    Home
    Blog
    Builder
    Error
    Result

    4. responsive
    Large
    Medium
    Small

*/
/* ------------------------------------------------------------
     MIXINGS
------------------------------------------------------------ */
/* ------------------------------------------------------------
     VARIABLES
------------------------------------------------------------ */
/* ------------------------------------------------------------
     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-family: "Commissioner", -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";
  font-weight: 400;
  color: #343F52;
  font-size: 16px;
  line-height: 25px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
}

/* outline */
* {
  letter-spacing: 0;
}
*:focus {
  outline: none !important;
}

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

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

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

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

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

.col-reset {
  padding: 0 !important;
}

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

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

/* margin */
.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 16px;
}

.mt-24 {
  margin-top: 24px;
}

.mt-32 {
  margin-top: 32px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-32 {
  margin-bottom: 32px;
}

.mb-40 {
  margin-bottom: 40px;
}

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

/* bordered image */
.bordered-image img {
  border-radius: 24px;
  overflow: hidden;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
     FORM
------------------------------------------------------------ */
.form-control {
  width: 100%;
  height: 56px;
  border-radius: 16px;
  border: 2px solid #BBBBBB;
}
.form-control.form--center {
  text-align: center;
}

.suscribe-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.suscribe-row input {
  border: 0;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  padding: 0;
  background: transparent;
  color: #fff;
  height: 39px;
  width: 100%;
  padding: 12px 12px 12px 24px;
  margin-right: 16px;
}

/* ------------------------------------------------------------
     HEADER
------------------------------------------------------------ */
header {
  width: 100%;
  padding: 16px 0;
}

.header__logo {
  width: 100%;
  display: inline-block;
  max-width: 260px;
}
.header__logo img {
  width: 100%;
}

.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 25px;
}
.header__nav ul li a {
  text-decoration: none;
}
.header__nav ul li a:not(.btn) {
  color: #605EBA;
}

/*

:::::: RESPONSIVE ::::::

*/
@media (max-width: 992px) {
  .header__logo {
    max-width: 160px;
  }
  .header__nav ul {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header__nav ul {
    font-size: 14px;
  }
  header .btn.btn--type1 {
    padding: 8px;
    font-size: 14px;
  }
}
/* ------------------------------------------------------------
     TEXT
------------------------------------------------------------ */
.text-uppercase {
  text-transform: uppercase;
}

.text-letter-25,
.text-letter-25 * {
  letter-spacing: 2.5px;
}

.text-letter-0,
.text-letter-0 * {
  letter-spacing: 0px;
}

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

.text-600 *, .text-600 {
  font-weight: 600;
}

.text-left {
  text-align: left;
}

.title-section {
  font-size: 52px;
  line-height: 55px;
}
.title-section strong {
  font-weight: 600;
  font-size: 64px;
  line-height: 70px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .title-section {
    font-size: 34px;
    line-height: 40px;
  }
  .title-section strong {
    font-size: 52px;
    line-height: 60px;
  }
}
@media all and (max-width: 768px) {
  .title-section {
    font-size: 32px;
    line-height: 40px;
  }
  .title-section strong {
    font-size: 40px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
     TEXT COLOR
------------------------------------------------------------ */
.text-white,
.text-white * {
  color: #fff !important;
}

.text-red400,
.text-red400 * {
  color: #D82555 !important;
}

.text-Purple500,
.text-Purple500 * {
  color: #605EBA !important;
}

.text-red400,
.text-red400 * {
  color: #D82555 !important;
}

/* ------------------------------------------------------------
     TEXT SIZE
------------------------------------------------------------ */
.text-12,
.text-12 * {
  font-size: 12px;
  line-height: 18px;
}

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

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

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

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

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

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

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

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

.text-64,
.text-64 * {
  font-size: 64px !important;
  line-height: 75px !important;
}

.text-96,
.text-96 * {
  font-size: 96px !important;
  line-height: 90px !important;
}

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

h1,
h1 *,
.h1,
.h1 * {
  font-size: 60px;
  line-height: 65px;
}

h2,
h2 *,
.h2,
.h2 * {
  font-size: 48px;
  line-height: 50px;
}

h3,
h3 *,
.h3,
.h3 * {
  font-size: 40px;
  line-height: 45px;
}

h4,
h4 *,
.h4,
.h4 * {
  font-size: 24px;
  line-height: 30px;
}

h5,
h5 *,
.h5,
.h5 * {
  font-size: 20px;
  line-height: 28px;
}

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

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .text-96,
  .text-96 * {
    font-size: 60px !important;
    line-height: 60px !important;
  }
  .text-64,
  .text-64 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 42px;
    line-height: 50px;
  }
}
@media all and (max-width: 992px) {
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 34px;
    line-height: 40px;
  }
  h3,
  h3 *,
  .h3,
  .h3 * {
    font-size: 28px;
    line-height: 35px;
  }
  h4,
  h4 *,
  .h4,
  .h4 * {
    font-size: 21px;
    line-height: 30px;
  }
  h5,
  h5 *,
  .h5,
  .h5 * {
    font-size: 18px;
    line-height: 25px;
  }
  h6,
  h6 *,
  .h6,
  .h6 * {
    font-size: 16px;
  }
  .text-40,
  .text-40 *,
  .text-28,
  .text-28 * {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .text-96,
  .text-96 * {
    font-size: 42px !important;
    line-height: 50px !important;
  }
  .text-21,
  .text-21 * {
    font-size: 18px;
  }
  .text-24,
  .text-24 *,
  .text-20,
  .text-20 * {
    font-size: 18px;
    line-height: 25px;
  }
  .text-64,
  .text-64 * {
    font-size: 32px !important;
    line-height: 40px !important;
  }
  .text-18,
  .text-18 * {
    font-size: 16px;
  }
  h1,
  h1 *,
  .h1,
  .h1 * {
    font-size: 28px;
    line-height: 35px;
    font-weight: 600;
  }
  h2,
  h2 *,
  .h2,
  .h2 * {
    font-size: 24px;
    line-height: 35px;
    font-weight: 600;
  }
}
@media all and (max-width: 680px) {
  .text-55 {
    font-size: 32px;
    line-height: 45px;
  }
}
/* ------------------------------------------------------------
    MODULE
------------------------------------------------------------ */
.module {
  padding-top: 60px;
  padding-bottom: 60px;
}
.module.module--color1 {
  background: #605EBA;
}
.module.module--color2 {
  background: url(../images/elements/background-color-1.jpg) no-repeat center center;
  background-size: cover;
}
.module.module--color3 {
  background: url(../images/elements/background-color-2.jpg) no-repeat center center;
  background-size: cover;
}
.module.module--color4 {
  background: url(../images/elements/background-color-3.jpg) no-repeat center center;
  background-size: cover;
}
.module.module--color5 {
  background: url(../images/elements/background-color-4.jpg) no-repeat center center;
  background-size: cover;
}

.module-bottom {
  padding-bottom: 60px;
}

.module-top {
  padding-top: 60px;
}

.module-bottom24 {
  padding-bottom: 24px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .module {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .module-bottom {
    padding-bottom: 40px;
  }
  .module-top {
    padding-top: 40px;
  }
}
@media all and (max-width: 768px) {
  .module {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .module-bottom {
    padding-bottom: 30px;
  }
  .module-top {
    padding-top: 30px;
  }
}
/* ------------------------------------------------------------
     BUTTON
------------------------------------------------------------ */
.btn.btn--type1 {
  background: #605EBA;
  color: #fff;
  padding: 8px 24px;
  font-size: 20px;
  line-height: 20px;
  border-radius: 16px;
  height: 40px;
  width: auto;
}
.btn.btn--type1:hover {
  background: #454497;
}
.btn.btn--type2 {
  background: #fff;
  width: 100%;
  border-radius: 16px;
  border: 2px solid #BBBBBB;
  height: 56px;
  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;
  line-height: 20px;
  gap: 16px;
}
.btn.btn--type2 svg {
  width: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.btn.btn--type2:hover svg {
  width: 24px;
}
.btn.btn--type2:hover svg path {
  fill: #343F52;
}
.btn.btn--type2.active {
  background: #343F52;
  color: #fff;
  border-color: #343F52;
}
.btn.btn--type2.active svg {
  width: 24px;
}
.btn.btn--type2.active svg path {
  fill: #fff;
}
.btn.btn--type3 {
  background: #343F52;
  color: #fff;
  padding: 8px 24px;
  font-size: 24px;
  line-height: 20px;
  border-radius: 16px;
  height: 72px;
  width: 100%;
  max-width: 280px;
  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;
  gap: 16px;
}
.btn.btn--type3:hover {
  background: #303030;
}
.btn.btn--type3 svg {
  width: 24px;
}
.btn.btn--type4 {
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  padding: 8px 19px;
  border-radius: 0;
}
.btn.btn--large {
  height: 72px;
  padding: 16px 24px;
  font-size: 24px;
  line-height: 30px;
}
.btn.btn--middle {
  height: 52px;
  padding: 16px 32px;
  font-size: 18px;
  line-height: 19px;
}
.btn.btn--icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .btn.btn--type1, .btn.btn--type2, .btn.btn--type3 {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .btn.btn--large {
    height: 62px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .btn.btn--large .icon--box {
    width: 20px;
    height: 20px;
  }
}
/* ------------------------------------------------------------
  FOOTER
------------------------------------------------------------ */
footer {
  width: 100%;
}

.footer__top {
  width: 100%;
  background: #303030;
  padding: 24px 0;
}

.footer__logo {
  width: 100%;
  max-width: 260px;
}

.social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.social li {
  margin-left: 16px;
}
.social li i {
  font-size: 32px;
}

.footer__top-col {
  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;
}

.footer__bottom {
  background: #000002;
  padding: 40px 0;
}

.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__list li {
  width: 100%;
  margin-bottom: 16px;
}
.footer__list li:last-child {
  margin-bottom: 0;
}
.footer__list li a {
  text-decoration: none;
}
.footer__list li a:hover {
  color: #BBBBBB !important;
}

.footer__copy {
  text-align: right;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .footer__col {
    margin-bottom: 24px;
  }
}
@media all and (max-width: 768px) {
  .footer__top-col {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer__top-col img {
    margin-bottom: 24px;
  }
  .footer__copy {
    text-align: center;
    padding-top: 32px;
  }
  .social li {
    margin: 0 16px;
  }
  .social li i {
    font-size: 18px;
  }
}
/* ------------------------------------------------------------
    HERO IMAGE
------------------------------------------------------------ */
.hero-image {
  background: url(../images/elements/background-hero.jpg) no-repeat center center;
  background-size: cover;
  height: 900px;
  width: 100%;
}
.hero-image .container,
.hero-image .row {
  height: 100%;
}

.hero-image__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.hero__col {
  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-right: 10%;
}

.hero__aside {
  position: relative;
  padding-right: 0;
}

.hero-image__logo {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .hero-image {
    padding: 32px 0;
    height: auto;
  }
  .hero-image .container,
  .hero-image .row {
    height: auto;
  }
  .hero__aside {
    margin-top: 32px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
  .hero-image__logo {
    margin-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media all and (max-width: 768px) {
  .hero-image__logo {
    max-width: 200px;
  }
  .hero-image__img {
    height: 300px;
  }
  .hero__col {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
  }
}
/* ------------------------------------------------------------
     ICON
------------------------------------------------------------ */
.icon {
  display: inline-block;
}

.icon--box {
  width: 40px;
  height: 40px;
  background: url(../images/icon/box.svg) no-repeat center center;
  background-size: contain;
}

.icon--box-color {
  width: 40px;
  height: 40px;
  background: url(../images/icon/box-color.svg) no-repeat center center;
  background-size: contain;
}

.icon--search {
  width: 42px;
  height: 42px;
  background: url(../images/icon/search.svg) no-repeat center center;
  background-size: contain;
}

/* ------------------------------------------------------------
    COTIZADOR
------------------------------------------------------------ */
.cotizador {
  width: 100%;
}

.cotizador__bottom {
  margin-top: 60px;
}

.form-row {
  width: 100%;
  margin-bottom: 24px;
}
.form-row:last-child {
  margin-bottom: 0;
}
.form-row label {
  margin-bottom: 16px;
  width: 100%;
}

.form-selection__input {
  background: #fff;
  border: 2px solid #BBBBBB;
  border-radius: 16px 0 0 16px;
  padding: 10px 8px 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  cursor: pointer;
  position: relative;
}

.form-selection__input-text {
  background: #fff;
  border: 2px solid #BBBBBB;
  border-radius: 0 16px 16px 0;
  width: 100%;
  padding: 10px 8px 10px 16px;
  text-align: center;
  font-size: 20px;
  border-left: 0;
}

.form-selection__input-text2 {
  background: #fff;
  border: 2px solid #BBBBBB;
  border-radius: 0 0 0 0;
  width: 60%;
  padding: 10px 8px 10px 8px;
  text-align: center;
  font-size: 20px;
  border-left: 0;
}

.form-selection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-selection > * {
  height: 56px;
}

.form-selection__flag {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.form-selection__input-text-container {
  position: absolute;
  left: 0;
  top: 53px;
  width: 240px;
  background: #fff;
  border: 2px solid #BBBBBB;
  border-radius: 16px;
  overflow: hidden;
  display: none;
  z-index: 10;
}

.form-search {
  width: 100%;
  padding-left: 60px;
}
.form-search i {
  position: absolute;
  left: 10px;
  top: 7px;
}
.form-search input {
  width: 100%;
  border: 0;
  height: 56px;
  background: transparent;
  font-size: 20px;
}

.form-selection__input-text-list {
  width: 100%;
  overflow-y: auto;
  height: 200px;
}
.form-selection__input-text-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-selection__input-text-list ul li {
  width: 100%;
  border-top: 2px solid #BBBBBB;
}
.form-selection__input-text-list ul li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 8px 16px;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  font-size: 20px;
}
.form-selection__input-text-list ul li button:hover {
  background: #ececec;
}

.form-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.form-box-option {
  width: 100%;
}

.form-box-option__item {
  background: #DEDCFF;
  border-radius: 16px;
  padding: 24px 32px;
  display: none;
}

.form-row__kg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.form-control__span {
  font-size: 20px;
  height: 56px;
  border-radius: 16px;
  border: 2px solid #BBBBBB;
  background: #fff;
  width: 84px;
  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;
}

.form-row__col-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .cotizador__bottom {
    margin-top: 40px;
  }
  .cotizador__bottom > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media all and (max-width: 768px) {
  .cotizador__bottom {
    margin-top: 24px;
    margin-left: 0;
    margin-right: 0;
  }
  .cotizador__bottom > div {
    padding: 0;
  }
  .cotizador__bottom .btn {
    width: 100%;
    max-width: 100%;
  }
  .form-selection__input-text {
    font-size: 16px;
  }
  .form-box-option__item {
    padding: 16px;
  }
  .form-control__span {
    font-size: 16px;
  }
  .form-row__col-span {
    gap: 6px;
  }
}
/* ------------------------------------------------------------
     MODAL
------------------------------------------------------------ */
.swal2-container.modal-cotizar .swal2-modal {
  max-width: 950px;
}
.swal2-container.modal-config .swal2-modal {
  max-width: 700px;
}
.swal2-container .swal2-modal {
  width: 100%;
  border-radius: 16px;
  max-width: 500px;
}
.swal2-container .swal2-confirm {
  border-radius: 16px;
}
.swal2-container .swal2-close {
  opacity: 1;
  color: #343F52;
  position: relative;
  top: 16px;
  right: 16px;
}
.swal2-container .swal2-close:hover {
  color: #605EBA;
}
.swal2-container .swal2-html-container {
  padding: 24px 64px;
}

.modal-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background: #DEDCFF;
  border-radius: 16px;
  padding: 16px 24px;
  width: 100%;
  max-width: 700px;
}

.modal-current__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.modal-current__item img {
  width: 42px;
  height: 42px;
}
.modal-current__item p {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 0;
}

.modal-current-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal-current-box {
  margin-bottom: 0;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.modal-list {
  margin-top: 32px;
}
.modal-list table {
  width: 100%;
  font-size: 20px;
}
.modal-list table thead th {
  font-weight: 400;
}
.modal-list table th,
.modal-list table td {
  padding: 8px 0;
  vertical-align: middle;
}
.modal-list table img {
  width: 90px;
  height: 90px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0;
  -o-object-position: center;
     object-position: center;
}
.modal-list table p {
  margin-bottom: 0;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 768px) {
  .swal2-container .swal2-html-container {
    padding: 32px 8px 16px 8px;
  }
  .modal-current-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-current {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .modal-current__item p {
    font-size: 16px;
  }
  .modal-list table {
    font-size: 14px;
  }
  .modal-list table {
    width: 500px;
  }
  .modal-list table .text-28 {
    font-size: 18px;
  }
  .modal-list table img {
    width: 50px;
    height: 50px;
  }
  .modal-list table .btn.btn--middle {
    height: 40px;
    padding: 8px 16px;
    font-size: 14px;
  }
  .swal2-container .swal2-close {
    top: 0;
    right: 0;
  }
}
/* ------------------------------------------------------------
    VIDEO BLOCK
------------------------------------------------------------ */
.video-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.video-content__logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 16px;
}
.video-content__logo img {
  width: 100%;
  max-width: 260px;
}

.video-block {
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 24px;
  padding: 32px 24px;
}
.video-block article p {
  margin-bottom: 4px;
}
.video-block article p:last-child {
  margin-bottom: 0;
}

.video-block__video {
  position: relative;
  height: 300px;
}
.video-block__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 24px;
}

.play-video {
  width: 80px;
  height: 80px;
  background: #D82555;
  color: #fff;
  border-radius: 50%;
  border: 0;
  cursor: pointer;
  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;
  -webkit-box-shadow: 0 10px 10px 0 rgba(216, 37, 85, 0.5);
          box-shadow: 0 10px 10px 0 rgba(216, 37, 85, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.play-video:hover {
  background: #c11e4a;
  -webkit-box-shadow: 0 20px 30px 0 rgba(216, 37, 85, 0.7);
          box-shadow: 0 20px 30px 0 rgba(216, 37, 85, 0.7);
}
.play-video.active {
  opacity: 0.3;
}
.play-video.active:hover {
  opacity: 1;
}
.play-video span {
  font-size: 60px;
}

.video-aside__item:last-child {
  padding-top: 100px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .video-aside {
    padding-top: 32px;
  }
}
@media all and (max-width: 768px) {
  .video-content__logo img {
    max-width: 190px;
  }
  .video-block {
    padding: 16px 8px;
  }
  .video-block article p {
    font-size: 14px;
  }
  .video-block__video {
    height: 250px;
  }
}
/* ------------------------------------------------------------
    TABS
------------------------------------------------------------ */
.tabs-content {
  width: 100%;
  margin-bottom: 40px;
}

.tabs-container__item {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.75);
  padding: 34px 44px;
  border: 4px solid transparent;
  text-align: left;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.tabs-container__item:hover {
  background: #fff;
  border-color: #BBBBBB;
}
.tabs-container__item.active {
  background: #fff;
  border-color: #605EBA;
}

.tabs-container {
  width: 100%;
  padding: 40px 32px;
}
.tabs-container ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tabs-container ul li {
  width: 100%;
  margin-bottom: 24px;
}
.tabs-container ul li:last-child {
  margin-bottom: 0;
}

.tabs-aside__item {
  display: none;
  width: 100%;
}
.tabs-aside__item.active {
  display: block;
}

.tabs-aside__item__col:last-child {
  padding-top: 24px;
}

.tabs-aside__item__row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs-aside__item__row:last-child {
  padding-left: 32px;
}

.tabs-aside-img__1 {
  position: relative;
  top: 60px;
}

/* card */
.card-content {
  border-radius: 12.8px;
  background: #FFF;
  padding: 70px 32px 24px 32px;
  outline: 15px solid rgba(255, 255, 255, 0.25);
  position: relative;
  max-width: 240px;
  width: 100%;
  height: 100%;
}
.card-content img {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 992px) {
  .tabs-container {
    padding: 0;
    margin-bottom: 32px;
  }
}
@media all and (max-width: 768px) {
  .tabs-container__item {
    padding: 16px;
  }
  .tabs-aside__item__row:last-child {
    padding-left: 0;
  }
  .card-content {
    padding: 70px 16px 16px 16px;
    outline: 5px solid rgba(255, 255, 255, 0.25);
  }
  .card-content p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* ------------------------------------------------------------
    LOGO LIST
------------------------------------------------------------ */
.logo-list-container {
  width: 100%;
  overflow: hidden;
}

.logo-list {
  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;
  overflow: hidden;
  width: 100%;
}

.logo-list__item {
  display: inline-block;
  margin: 16px;
  position: relative;
  width: 320px;
}

/* :::::::::

Responsive

::::::::::*/
/* ------------------------------------------------------------
    CARDS
------------------------------------------------------------ */
.card-single {
  background: #fff;
  border-radius: 24px;
  padding: 32px 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.card-single:before {
  content: "";
  background: url(../images/logo/imagotipo.svg) no-repeat center center;
  background-size: contain;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: -10px;
  right: 0;
  display: block;
  opacity: 0.1;
}
.card-single article {
  width: 100%;
  position: relative;
  z-index: 1;
}

.card-single__icon {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  overflow: hidden;
  margin-bottom: 24px;
}

.testimonial__aside {
  padding-top: 60px;
}

/* :::::::::

Responsive

::::::::::*/
@media all and (max-width: 1200px) {
  .testimonial__aside {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 32px;
    padding-top: 0;
  }
  .testimonial__cards {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
/* ------------------------------------------------------------
     HOME
------------------------------------------------------------ */
.bottom-section {
  position: relative;
  padding-bottom: 170px;
}

/* :::::::::

Responsive

::::::::::*/
@media (max-width: 992px) {
  .bottom-section__col {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .bottom-section {
    padding-bottom: 70px;
  }
}
/* ------------------------------------------------------------
    LARGE
------------------------------------------------------------ */
/* ------------------------------------------------------------
    MEDIUM
------------------------------------------------------------ */
@media (max-width: 768px) {
  .mb-5 {
    margin-bottom: 2rem !important;
  }
}
/* ------------------------------------------------------------
    SMALL
------------------------------------------------------------ */