/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+Condensed:wght@100;200;300;400;500;600;700;800;900&amp;family=Outfit:wght@300;400;500;600;700;800&amp;family=Roboto:wght@100;300;400;500&amp;family=Sniglet:wght@400;800&amp;family=Vazirmatn:wght@100;200;300;400&amp;display=swap');

:root {
  scroll-behavior: smooth;
}

body {
  font-family: 'Outfit', sans-serif !important;
  color: #444444;
  overflow-x: hidden;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Outfit", sans-serif;
}

.alto100 {
  height: 100%;
}

.tarjeta2 {
  /*overflow: hidden;*/
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12);
}

.tarjeta {
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12);
  transition: 0.3s;
}

.tarjeta:hover {
  transform: scale(1.08);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.tarjeta-border {
  padding: 16px 8px;
  box-shadow: inset 0px 0px 0px 2px rgba(33, 61, 113, 0.08);
  border-radius: 8px;
  white-space: normal;
  position: relative;
  height: inherit !important;
  background-color: white;
  transition: all 0.2s ease;
}

.tarjeta-border.hover:hover {
  box-shadow: inset 0px 0px 0px 2px #0373E6;
}

.btn-group-login .tarjeta-border img {
  width: 72px;
  height: 72px;
  transition: all 0.2s ease;
}

.tarjeta-border.hover:hover img {
  transform: scale(1.1);
}

.hover {
  cursor: pointer;
}

.modal-backdrop {
  background-color: #2e4d71;
}

.modal-backdrop.show {
  opacity: .8;
}

.modal-content {
  border-radius: 18px;
  border: 0px;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.3);
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
}

.btn-close {
  width: 26px;
  height: 26px;
  text-align: center;
  padding: 0px;
  color: #646a73;
  background: #dce2e8;
  border: 0;
  border-radius: 50%;
  transition: all 0.2s ease;
  opacity: 1;
  line-height: 16px;
}

.btn-close:hover {
  color: #fff;
  background: #03a9f4;
}

.btn-landing {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 24px !important;
  padding: 12px 30px !important;
}

.btn-contacto {
  font-family: 'Outfit', sans-serif !important;
  border-radius: 30px !important;
  padding: 14px 40px !important;
  box-shadow: 0px 0px #edbf0b !important;
  transition: all 0.2s ease !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  /*letter-spacing: 1px;*/
  /*line-height: 0;*/
}


.btn-contacto:hover {
  box-shadow: 4px 4px #edbf0b !important;
  transform: translate(-4px, -4px);
}

.btn-contacto i {
  /*margin-left: 5px;*/
  margin-right: 12px;
  font-size: 18px;
  transition: 0.3s;
}

.btn-contacto:hover i {
  /*transform: translateX(5px);*/
}

.btn-appdn {
  padding: 12px 28px !important;
  font-weight: 600;
  width: 180px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  background-color: #000 !important;
  height: 60px;
  border-radius: 30px;
  margin: 0px 5px;
  box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
  transition: all 0.2s ease;
  margin-bottom: 15px;
}

.btn-appdn:hover {
  opacity: 0.7;
  transform: translateY(-3px);
  box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.4);
}

.bullet-dots::before {
  content: '';
  background-image: url(../img/bullet-dots.webp);
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  z-index: -1;
  top: -14px;
  left: -14px;
}

.bullet-circle::before {
  content: '';
  background-color: #edbf0b;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  position: absolute;
  z-index: -1;
  top: -6px;
  left: -14px;
}

span.separador {
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 3px;
  margin-top: -6px;
  margin-bottom: 16px;
  background-color: gray;
}

.borde-curvo {
  display: block;
  width: 100%;
  height: 88px;
  position: absolute;
  bottom: -1px;
  z-index: 0;
  background-image: url(../img/curva.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.bajada {
  font-size: 18px !important;
  line-height: 26px;
  font-weight: 400;
  z-index: 99;
}

.rounded-left {
  border-radius: 15px 0px 0px 15px;
}

.rounded-right {
  border-radius: 0px 15px 15px 0px;
}

img.video-tut {
  width: 90% !important;
  border-radius: 18px !important;
  box-shadow: 0px 8px 10px -3px rgba(61, 70, 80, 0.15);
  transition: all 0.2s ease;
}

img.video-tut:hover {
  opacity: 0.7;
  transform: translateY(-3px);
  box-shadow: 0px 11px 12px -3px rgba(61, 70, 80, 0.4);
  cursor: pointer;
}

ol.lista-num {
  padding: 0;
  list-style-type: none;
  text-align: left !important;
}

ol.lista-num li {
  counter-increment: step-counter;
  margin-bottom: 10px;
  padding-left: 28px;
  font-family: 'roboto', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

ol.lista-num li::before {
  content: counter(step-counter);
  text-align: center;
  margin-left: -28px;
  font-weight: bold;
  display: block;
  position: absolute;
  padding-top: 3px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(69, 199, 22);
  color: #ffffff;
  font-size: 14px !important;
  margin-top: -3px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

img.banderas {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 60px;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
  position: relative;
}

.section-header {
  text-align: center;
  padding-bottom: 40px;
}

.section-header h2 {
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 700;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.section-header p {
  margin: 10px 0 0 0;
  padding: 0;
  /*font-size: 38px;*/
  line-height: 42px;
  color: #012970;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  position: relative;
  /*color: #012970;*/
}

@media (max-width: 768px) {
  .section-header p {
    font-size: 28px;
    line-height: 32px;
  }
}

.epigrafe {
  font-family: "Outfit", sans-serif;
  font-size: 13px !important;
  letter-spacing: 1px;
  font-weight: 900;
  margin: 0;
  color: #4154f1;
  text-transform: uppercase;
}

.titulo-seccion {
  margin: 10px 0 0 0;
  padding: 0;
  /*font-size: 38px;*/
  line-height: 42px;
  color: #012970;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 32px;
  display: inline-block;
  position: relative;
  /*color: #012970;*/
}

@media (max-width: 768px) {
  .titulo-seccion {
    font-size: 28px;
    line-height: 32px;
  }
}

.separador1::after {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/separador1b.webp);
  background-repeat: no-repeat;
  background-position: top center;
}

.separador1::before {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/separador1a.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.separador2::after {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/separador2b.webp);
  background-repeat: no-repeat;
  background-position: top center;
}

.separador2::before {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/separador2a.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
}

.separador3::after {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/separador3b.webp);
  background-repeat: no-repeat;
  background-position: top center;
}

.separador3::before {
  content: '';
  display: flex;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(../img/separador3a.webp);
  background-repeat: no-repeat;
  background-position: bottom center;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #012970;
  min-height: 40px;
  margin-top: 82px;
  color: #fff;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 57px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 500;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol a {
  color: #fff;
  transition: 0.3s;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #8894f6;
  content: "/";
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #4154f1;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  transition: all 0.2s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6776f4;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 9999;
  padding: 20px 0;
}

.header.header-scrolled {
  background: linear-gradient(111.62deg, #000000 -1.17%, #24108A 45.11%, #9B417D 92.75%);
  padding: 15px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}

.header .logo {
  line-height: 0;
}

.header .logo img {
  max-height: 90px;
  margin-right: 6px;
  transition: all 0.3s ease;
}

.header.header-scrolled .logo img {
  max-height: 54px;
  margin-right: 6px;
}

.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Outfit", sans-serif;
  margin-top: 3px;
}

.destacado {
  border-radius: 10px;
  padding: 0px 10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 11px 20px;
  border-radius: 24px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  white-space: nowrap;
  transition: 0.2s;
  margin: 0px 2px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #FFF;
  /*background-color: rgba(255, 255, 255, 0.2);*/
  background: #03a9f4;
}

.navbar .getstarted {
  background: #90bf00;
  padding: 11px 24px !important;
  /*margin-left: 30px;*/
  border-radius: 24px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0px 8px 10px -3px rgb(61, 70, 80, 0.15);
}

.navbar .getstarted:hover {
  color: #fff;
  background: #a0d402;
}

.navbar .downloadapps {
  border-radius: 24px;
  font-weight: 500;
  color: #fff;
  box-shadow: inset 0px 0px 0px 2px #03a9f4;
}

.navbar .downloadapps:hover {
  background: #03a9f4;
}

.btn-icon i.fas {
  font-size: 16px !important;
  margin-right: 10px;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 4px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 6px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
  transition: 0.2s;
  border-radius: 10px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  text-transform: none;
  font-weight: 500;
  color: #28313a;
  border-radius: 6px;
  margin: 0px;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #0373e6;
  background-color: #f5f6f9;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgba(1, 22, 61, 0.9);*/
  transition: 0.3s;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 30px;
  right: 12px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 83px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  padding: 10px;
  border-radius: 0px;
  background-color: #0373e6e6;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  /*padding: 10px 20px;*/
  /*font-size: 15px;*/
  /*color: #012970;*/
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  /*color: #4154f1;*/
}

.navbar-mobile .getstarted {
  /*margin: 15px;*/
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  /*padding: 10px 0;*/
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #4154f1;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  height: 80vh;
  position: relative;
  /*background: url(../img/hero-bg.webp) top center no-repeat;*/
  background-size: cover;
}

.hero2 {
  height: inherit;
}

.hero h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  color: #FFFFFF;
}

.hero h1 .texto-gradiente {
  background: linear-gradient(90deg, #F164D6 26.27%, #4154F1 51.48%, #5CD8D6 76.7%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: white;
}

.hero h2 {
  color: #444444;
  margin: 15px 0 0 0;
  font-size: 26px;
}

.hero .btn-get-started {
  margin-top: 30px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 30px rgba(65, 84, 241, 0.4);
}

.hero .btn-get-started span {
  font-family: "Outfit", sans-serif;
  /*font-weight: 600;*/
  /*font-size: 16px;*/
  letter-spacing: 1px;
}

.hero .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.hero .btn-get-started:hover i {
  transform: translateX(5px);
}

.hero .hero-img {
  text-align: right;
}

@media (min-width: 1024px) {
  .hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
  .hero {
    height: auto;
    padding: 120px 0 60px 0;
  }

  .hero .hero-img {
    text-align: center;
    /*margin-top: 80px;*/
  }

  .hero .hero-img img {
    width: 80%;
  }

  .rounded-left {
    border-radius: 0px 0px 15px 15px;
  }

  .rounded-right {
    border-radius: 0px 0px 15px 15px;
  }

  .testimonio-texto {
    padding: 1.5rem 2rem !important;
    padding-top: 130px !important;
  }

  .testimonio-cita {
    font-size: 18px !important;
    line-height: 26px !important;
  }

  .swiper-slide {
    height: 70vh !important;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {
  .hero {
    text-align: center;
  }

  .hero h1 {
    font-size: 32px;
  }

  .hero h2 {
    font-size: 24px;
  }

  .hero .hero-img img {
    width: 100%;
    /*margin-top: 0px !important;*/
  }

  .testimonio-cita {
    font-size: 14px !important;
    line-height: 22px !important;
  }

  .testimonio-texto {
    padding-top: 110px !important;
  }

  .swiper-slide {
    /*height: 115vh !important;*/
  }
}

@media (max-width: 576px) {
  .swiper-slide {
    height: auto !important;
  }
}



/*--------------------------------------------------------------
# Index Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content {
  /*background-color: #f0f4fb;*/
  padding: 40px;
}

.about h3 {
  font-size: 12px;
  font-weight: 700;
  color: #4154f1;
  text-transform: uppercase;
}

.about h2 {
  font-size: 24px;
  font-weight: 700;
  color: #012970;
}

.about p {
  margin: 15px 0 30px 0;
  line-height: 24px;
  /*font-weight: 300;*/
}

.about .btn-read-more {
  /*line-height: 0;*/
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #4154f1;
  box-shadow: 0px 5px 25px rgba(65, 84, 241, 0.3);
}

.about .btn-read-more span {
  /*font-family: "Outfit", sans-serif;*/
  font-weight: 600;
  /*font-size: 16px;*/
  letter-spacing: 1px;
}

.about .btn-read-more i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}

.about .btn-read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Values
--------------------------------------------------------------*/
.values .box {
  padding: 30px;
  box-shadow: 0px 0 5px rgba(1, 41, 112, 0.08);
  text-align: center;
  transition: 0.3s;
  height: 100%;
}

.values .box img {
  padding: 30px 50px;
  transition: 0.5s;
  transform: scale(1.1);
}

.values .box h3 {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
}

.values .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.values .box:hover img {
  transform: scale(1);
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 70px 0 60px;
}

.counts .count-box {
  display: flex;
  align-items: center;
  padding: 30px;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12);
}

.counts .count-box i {
  font-size: 42px;
  line-height: 0;
  margin-right: 20px;
  color: #4154f1;
}

.counts .count-box i svg {
  height: 42px;
}

.counts .count-box span {
  font-family: 'Outfit', sans-serif;
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #0b198f;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.textonormal {
  cursor: pointer !important;
  display: inline-block !important;
  padding: 10px 20px 10px 20px !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  color: #444444 !important;
  margin: 0 4px 8px 4px !important;
  transition: 0.3s !important;
  border-radius: 50px !important;
  border: 1px solid #fff !important;
}

.textonormal:hover,
.textonormal:active,
.textonormal.active {
  color: #4154f1 !important;
  border-color: #4154f1 !important;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.icon-timeline i {
  font-size: 20px;
  /*width: 26px;*/
  text-align: center;
  margin-right: 10px;
  padding-top: 2px;
}

.icon-timeline i::before {
  display: block;
  width: 26px;
}

.icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .service-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  height: 100%;
  padding: 60px 30px;
  text-align: center;
  transition: 0.3s;
  border-radius: 5px;
}

.services .service-box .icon {
  font-size: 36px;
  padding: 40px 20px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
  line-height: 0;
  transition: 0.3s;
}

.services .service-box h3 {
  color: #444444;
  font-weight: 700;
}

.services .service-box .read-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 20px;
}

.services .service-box .read-more i {
  line-height: 0;
  margin-left: 5px;
  font-size: 18px;
}

.services .service-box.blue {
  border-bottom: 3px solid #2db6fa;
}

.services .service-box.blue .icon {
  color: #2db6fa;
  background: #dbf3fe;
}

.services .service-box.blue .read-more {
  color: #2db6fa;
}

.services .service-box.blue:hover {
  background: #2db6fa;
}

.services .service-box.orange {
  border-bottom: 3px solid #f68c09;
}

.services .service-box.orange .icon {
  color: #f68c09;
  background: #fde3c4;
}

.services .service-box.orange .read-more {
  color: #f68c09;
}

.services .service-box.orange:hover {
  background: #f68c09;
}

.services .service-box.green {
  border-bottom: 3px solid #08da4e;
}

.services .service-box.green .icon {
  color: #08da4e;
  background: #cffddf;
}

.services .service-box.green .read-more {
  color: #08da4e;
}

.services .service-box.green:hover {
  background: #08da4e;
}

.services .service-box.red {
  border-bottom: 3px solid #e9222c;
}

.services .service-box.red .icon {
  color: #e9222c;
  background: #fef7f8;
}

.services .service-box.red .read-more {
  color: #e9222c;
}

.services .service-box.red:hover {
  background: #e9222c;
}

.services .service-box.purple {
  border-bottom: 3px solid #b50edf;
}

.services .service-box.purple .icon {
  color: #b50edf;
  background: #f8e4fd;
}

.services .service-box.purple .read-more {
  color: #b50edf;
}

.services .service-box.purple:hover {
  background: #b50edf;
}

.services .service-box.pink {
  border-bottom: 3px solid #f51f9c;
}

.services .service-box.pink .icon {
  color: #f51f9c;
  background: #feecf7;
}

.services .service-box.pink .read-more {
  color: #f51f9c;
}

.services .service-box.pink:hover {
  background: #f51f9c;
}

.services .service-box:hover h3,
.services .service-box:hover p,
.services .service-box:hover .read-more {
  color: #fff;
}

.services .service-box:hover .icon {
  background: #fff;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}

.pricing .box:hover {
  transform: scale(1.1);
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.pricing h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
}

.pricing .price {
  font-size: 36px;
  color: #444444;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.pricing .price sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .price span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing img {
  padding: 30px 40px;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #444444;
  text-align: center;
  line-height: 26px;
  font-size: 16px;
  margin-bottom: 25px;
}

.pricing ul li {
  padding-bottom: 10px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-buy {
  display: inline-block;
  padding: 8px 40px 10px 40px;
  border-radius: 50px;
  color: #4154f1;
  transition: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  transition: 0.3s;
  border: 1px solid #4154f1;
}

.pricing .btn-buy:hover {
  background: #4154f1;
  color: #fff;
}

.pricing .featured {
  width: 200px;
  position: absolute;
  top: 18px;
  right: -68px;
  transform: rotate(45deg);
  z-index: 1;
  font-size: 14px;
  padding: 1px 0 3px 0;
  background: #4154f1;
  color: #fff;
}

/*--------------------------------------------------------------
# F.A.Q
--------------------------------------------------------------*/
.faq .accordion-collapse {
  border: 0;
}

.faq .accordion-button {
  padding: 15px 15px 20px 0;
  font-weight: 600;
  border: 0;
  font-size: 18px;
  color: #444444;
  text-align: left;
}

.faq .accordion-button:focus {
  box-shadow: none;
}

.faq .accordion-button:not(.collapsed) {
  background: none;
  color: #4154f1;
  border-bottom: 0;
}

.faq .accordion-body {
  padding: 0 0 25px 0;
  border: 0;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  background: white;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  margin: 0 4px 8px 4px;
  transition: 0.3s;
  border-radius: 50px;
  border: 1px solid #fff;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #4154f1;
  border-color: #4154f1;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: 1s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid rgba(1, 41, 112, 0.2);
  border-left: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid rgba(1, 41, 112, 0.2);
  border-right: 3px solid rgba(1, 41, 112, 0.2);
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #012970;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  background: #4154f1;
  margin: 10px 2px;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a i {
  font-size: 24px;
  line-height: 0;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  background: #5969f3;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  box-shadow: 0px 0 20px rgba(1, 41, 112, 0.1);
  background: #fff;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 4px solid #fff;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

.testimonials .swiper-slide {
  opacity: .3;
}

@media (max-width: 1199px) {
  .testimonials .swiper-slide-active {
    opacity: 1;
  }

  .testimonials .swiper-pagination {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .testimonials .swiper-slide-next {
    opacity: 1;
    transform: scale(1.12);
  }
}

.swiper-slide {
  height: 80vh;
  padding-top: 100px;
}

.swiper-slide-2 {
  height: inherit !important;
  padding-top: inherit !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: white;
  background-color: #00000047;
  width: 44px;
  border-radius: 50%;
  transition: all 0.2s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #EFC10A;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.testimonio-big {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}

.testimonio-texto {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4rem 4rem;
  /*background-image: url(../img/comillas1.webp)/*, url(../img/comillas2.webp)*/
  ;
  background-size: 80px;
  background-position: 10px 10px
    /*, right bottom*/
  ;
  background-repeat: no-repeat
    /*, no-repeat*/
  ;
}

.testimonio-cita {
  font-family: 'Outfit', sans-serif;
  font-size: 22px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 32px;
  position: relative;
}

.testimonio-cita::before {
  content: '';
  display: block;
  position: absolute;
  top: -30px;
  left: -90px;
  width: 80px;
  height: 80px;
  background-image: url(../img/comillas1.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonio-cita::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -30px;
  right: -90px;
  width: 80px;
  height: 80px;
  background-image: url(../img/comillas2.webp);
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonio-nombre {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.testimonio-colegio {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #777f86;
}

.testimonio-logo {
  width: 90px;
}

.testimonio-avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  top: -30px;
  left: 30px;
  border: 6px solid #efc10a;
}

.clients .swiper-pagination-bullet-active {
  background-color: #eca307;
}

.testimonio-titulo {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  background: #fff;
  padding: 60px 0;
}

.team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12);
  transition: 0.3s;
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .member-img:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: url(../img/team-shape.svg) no-repeat center bottom;
  background-size: contain;
  z-index: 1;
}

.team .member .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}

.team .member .social a {
  transition: color 0.3s;
  color: rgba(1, 41, 112, 0.5);
  margin: 15px 12px;
  display: block;
  line-height: 0;
  text-align: center;
}

.team .member .social a:hover {
  color: rgba(1, 41, 112, 0.8);
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 0px 20px 20px 20px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #012970;
}

.team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  /*font-style: italic;*/
  font-size: 16px;
  padding-top: 15px;
  line-height: 24px;
  color: #5e5e5e;
}

.team .member:hover {
  /*transform: scale(1.08);*/
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

.team .member:hover .social {
  right: 8px;
  opacity: 1;
}

.member-img i {
  position: absolute;
  bottom: 10px;
  right: 16px;
  z-index: 2;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  line-height: 46px;
  font-size: 24px;
  display: block;
  text-align: center;
  align-self: center;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .clients-slider .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
}

.clients .clients-slider .swiper-slide img:hover {
  opacity: 1;
}

.clients .clients-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #4154f1;
}

.clients .clients-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #4154f1;
}

/*--------------------------------------------------------------
# Recent Blog Posts
--------------------------------------------------------------*/
.recent-blog-posts .post-box {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
  overflow: hidden;
  padding: 30px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.recent-blog-posts .post-box .post-img {
  overflow: hidden;
  margin: -30px -30px 15px -30px;
  position: relative;
}

.recent-blog-posts .post-box .post-img img {
  transition: 0.5s;
}

.recent-blog-posts .post-box .post-date {
  font-size: 16px;
  font-weight: 600;
  color: rgba(1, 41, 112, 0.6);
  display: block;
  margin-bottom: 10px;
}

.recent-blog-posts .post-box .post-title {
  font-size: 24px;
  color: #012970;
  font-weight: 700;
  margin-bottom: 18px;
  position: relative;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore {
  display: flex;
  align-items: center;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.recent-blog-posts .post-box .readmore i {
  line-height: 0;
  margin-left: 4px;
  font-size: 18px;
}

.recent-blog-posts .post-box:hover .post-title {
  color: #4154f1;
}

.recent-blog-posts .post-box:hover .post-img img {
  transform: rotate(6deg) scale(1.2);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  background: #f0f4fb;
  padding: 30px;
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #4154f1;
}

.contact .info-box h3,
.contact .php-email-form h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #f0f4fb;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input.form-control,
.contact .php-email-form textarea.form-control,
.contact .php-email-form select.form-control {
  border-radius: 0;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12);
  font-size: 14px;
  border-radius: 24px;
  border: 2px solid white;
}

.contact .php-email-form input.form-control:focus,
.contact .php-email-form textarea.form-control:focus,
.contact .php-email-form select.form-control:focus {
  border-color: #4154f1;
}

.contact .php-email-form input.form-control,
.contact .php-email-form select.form-control {
  padding: 12px 15px 12px 42px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #4154f1;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.2s;
  border-radius: 4px;
  font-weight: 500;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #5969f3;
  box-shadow: 4px 4px #edbf0b !important;
  transform: translate(-4px, -4px);
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

span.input-icon {
  position: relative;
  display: block;
}

span.input-icon i {
  position: absolute;
  font-size: 16px;
  top: 16px;
  left: 16px;
  color: #bec3d6;
  z-index: 1;
  transition: all 0.2s ease;
}

span.input-icon:hover i {
  color: #4154f1;
}

.form-check {
  line-height: 20px;
  margin-bottom: 4px;
  padding: 0px 0px 0px 32px;
  border-radius: 12px;
  transition: all 0.2s ease;
}

.form-check:hover {
  background-color: #f0f3f9;
  box-shadow: 0px 0px 0px 2px #03a9f4;
}

.form-check .form-check-input {
  margin-top: 12px;
}

.form-check label {
  cursor: pointer;
  font-family: 'Outfit';
  font-weight: 500;
  font-size: 14px;
  width: 100%;
  padding: 10px 0px;
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #012970;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #4154f1;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #4084fd;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #4154f1;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #5969f3;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #012970;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #0d64fd;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #013289;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #4154f1;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #012970;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(1, 41, 112, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #4154f1;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #012970;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #013ca3;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #a0aaf8;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #012970;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #013289;
}

.blog .blog-pagination {
  color: #024ed5;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #012970;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #4154f1;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #012970;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #5465f2;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #4154f1;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #012970;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #4154f1;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #0257ee;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #d7e6ff;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #4154f1;
  background: #4154f1;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #a5c5fe;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  /*background: #f6f9ff;*/
  background: #263658;
  padding: 0px;
  font-size: 14px;
  color: #ffffffad;
}

.footer .footer-newsletter {
  padding: 50px 0;
  background: #f6f9ff;
  border-top: 1px solid #e1ecff;
}

.footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  color: #012970;
}

.footer .footer-newsletter form {
  margin-top: 20px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e1ecff;
}

.footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

.footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #4154f1;
  color: #fff;
  transition: 0.3s;
  border-radius: 4px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #5969f3;
}

.footer .footer-top {
  /*background: white url(../img/footer-bg.webp) no-repeat right top;*/
  background-size: contain;
  /*border-top: 1px solid #e1ecff;*/
  /*border-bottom: 1px solid #e1ecff;*/
  padding: 60px 0 30px 0;
}

@media (max-width: 992px) {
  .footer .footer-top {
    background-position: center bottom;
  }
}

.footer-bottom {
  background: #00000038;
  padding-bottom: 30px;
}

.footer .footer-top .footer-info {
  margin-bottom: 30px;
}

.footer .footer-top .footer-info .logo {
  line-height: 0;
  margin-bottom: 10px;
}

.footer .footer-top .footer-info .logo img {
  /*max-height: 55px;*/
  /*margin-right: 6px;*/
  max-width: 280px;
  margin-bottom: 5px;
}

.footer .footer-top .footer-info .slogan img {
  max-width: 280px;
}

.footer .footer-top .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Outfit", sans-serif;
  margin-top: 3px;
}

.footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Outfit", sans-serif;
}

.footer .footer-top .social-links a {
  font-size: 20px;
  display: inline-block;
  color: rgba(1, 41, 112, 0.5);
  line-height: 0;
  margin-right: 10px;
  transition: 0.3s;
}

.footer .footer-top .social-links a:hover {
  color: #012970;
}


.footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  /*text-transform: uppercase;*/
  position: relative;
  padding-bottom: 12px;
}

.footer .footer-top .footer-links {
  margin-bottom: 30px;
}

.footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-top .footer-links ul i {
  padding-right: 2px;
  /*color: #d0d4fc;*/
  font-size: 12px;
  line-height: 0;
}

.footer .footer-top .footer-links ul i .icon-svg {
  margin-top: -2px;
}

.footer .footer-top .footer-links ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}

.footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-top .footer-links ul a {
  color: #ffffffad;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  width: 100%;
  background: transparent;
  padding: 8px 0px;
  border-radius: 20px;
}

.footer .footer-top .footer-links ul a:hover {
  color: #fff;
  /*background: #ffffff0f;*/
  padding: 8px 4px;
}

.footer .footer-top .footer-links ul a:hover i {
  color: #eca307 !important;
}


.footer a {
  color: #ffffffad;
}

.footer a:hover {
  color: white;
}

.footer .footer-top .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #ffffffa6;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #ffffffa6;
}

.footer .social {
  display: block;
  float: left;
  background-color: #ffffff70;
  color: #263658;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 8px;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer .social:hover {
  background-color: white;
  transform: translate(-4px, -4px);
}

.footer .social.btn-fb:hover {
  box-shadow: 4px 4px #2D88FF;
  color: #2D88FF;
}

.footer .social.btn-tw:hover {
  box-shadow: 4px 4px #1DA1F2;
  color: #1DA1F2;
}

.footer .social.btn-li:hover {
  box-shadow: 4px 4px #0A66C2;
  color: #0A66C2;
}

.footer .social.btn-yt:hover {
  box-shadow: 4px 4px #FF0000;
  color: #FF0000;
}

.footer .social.btn-ig:hover {
  box-shadow: 4px 4px #CD2F86;
  color: #CD2F86;
}



/*ESTILOS UTILES*************/

.texto-normal {
  font-style: normal !important;
}

.texto-blanco {
  color: #fff !important;
}

.texto-azul {
  color: #0373e6 !important;
}

.texto-celeste {
  color: #03a9f4 !important;
}

.texto-rojo {
  color: #E70441 !important;
}

.texto-verde {
  color: #4cb911 !important;
}

.texto-azul2 {
  color: #2437b1 !important;
}

.texto-amarillo {
  color: #eca307 !important;
}

.texto-violeta {
  color: #e20578 !important;
}

.texto-cian {
  color: #5cd8d6 !important;
}

.texto-lima {
  color: #afbf15 !important;
}

.texto-naranja {
  color: #ea5c0d !important;
}

.texto-morado {
  color: #7e2fbd !important;
}

.texto-mostaza {
  color: #af9701 !important;
}

.texto-burdeo {
  color: #9a0631 !important;
}

.texto-cafe {
  color: #865134 !important;
}

.texto-turquesa {
  color: #058a96 !important;
}

.texto-grafito {
  color: #505052 !important;
}

.texto-aguamarina {
  color: #00adb1 !important;
}

.fondo-gradiente {
  background: url(../img/banner-fondo.webp) center center no-repeat, linear-gradient(111.62deg, #000000 -1.17%, #24108A 45.11%, #9B417D 92.75%);
  background-size: cover;
}

.fondo-gradiente-luto {
  background: url(../img/banner-fondo.webp) center center no-repeat, linear-gradient(135deg, #000 31%, #0373E6 100%);
  background-size: cover;
}

.fondo-blanco {
  background-color: #fff !important;
}

.fondo-negro {
  background-color: #000 !important;
}

.fondo-azul {
  background-color: #0373e6 !important;
}

.fondo-celeste {
  background-color: #03a9f4 !important;
}

.fondo-rojo {
  background-color: #E70441 !important;
}

.fondo-verde {
  background-color: #4cb911 !important;
}

.fondo-azul2 {
  background-color: #2437b1 !important;
}

.fondo-amarillo {
  background-color: #eca307 !important;
}

.fondo-violeta {
  background-color: #e20578 !important;
}

.fondo-cian {
  background-color: #5cd8d6 !important;
}

.fondo-lima {
  background-color: #afbf15 !important;
}

.fondo-naranja {
  background-color: #ea5c0d !important;
}

.fondo-morado {
  background-color: #7e2fbd !important;
}

.fondo-mostaza {
  background-color: #af9701 !important;
}

.fondo-burdeo {
  background-color: #9a0631 !important;
}

.fondo-cafe {
  background-color: #865134 !important;
}

.fondo-turquesa {
  background-color: #058a96 !important;
}

.fondo-grafito {
  background-color: #505052 !important;
}

.fondo-aguamarina {
  background-color: #00adb1 !important;
}

.texto-sombra1 {
  text-shadow: 0px 2px 5px #0000007d;
}

/*Tamaños Texto*************/

.line-14 {
  line-height: 14px !important;
}

.font-14 {
  font-size: 14px !important;
}

.line-18 {
  line-height: 18px !important;
}

.font-18 {
  font-size: 18px !important;
}

.line-20 {
  line-height: 20px !important;
}

.font-20 {
  font-size: 20px !important;
}

.line-22 {
  line-height: 22px !important;
}

.font-22 {
  font-size: 22px !important;
}

.line-24 {
  line-height: 24px !important;
}

.font-24 {
  font-size: 24px !important;
}

.line-28 {
  line-height: 28px !important;
}

.font-28 {
  font-size: 28px !important;
}

.line-32 {
  line-height: 32px !important;
}

.font-32 {
  font-size: 32px !important;
}

.line-36 {
  line-height: 36px !important;
}

.font-36 {
  font-size: 36px !important;
}

.line-40 {
  line-height: 40px !important;
}

.font-40 {
  font-size: 40px !important;
}

.font-46 {
  font-size: 46px !important;
}

.font-52 {
  font-size: 52px !important;
}

/*SUBRAYADO*************/

.highlight1,
.highlight2 {
  position: relative;
}

/*
.highlight1:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 110%;
  height: 7px;
  left: -10%;
  bottom: -7px;
  background-image: url(../img/highlight1.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.highlight2:after {
  content: " ";
  position: absolute;
  display: inline-block;
  width: 110%;
  height: 5px;
  left: -5%;
  bottom: -7px;
  background-image: url(../img/highlight2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
*/

.highlight1:after {
  background-image: linear-gradient(120deg, #E20578 0%, #7E2FBD 100%);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}

.highlight2:after {
  background-image: linear-gradient(120deg, #EFC10A 0%, #E67D05 100%);
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 4px;
  left: 0;
  bottom: 0;
}


/*PARALLAX *************/

.parallax-layer {
  position: relative;
  display: flex;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*swal2 sweet alert */

.swal2-modal {
  border-radius: 20px !important;
  padding: 30px 40px !important;
}

.swal2-title {
  font-weight: 700 !important;
  color: #012970 !important;
  line-height: 32px;
  margin-bottom: 16px !important;
}

.swal2-content {
  font-family: 'Outfit', sans-serif;
}

.swal2-styled {
  font-family: 'Outfit', sans-serif;
  border-radius: 30px !important;
  background: #4154f1 !important;
}

.swal2-container.swal2-shown {
  background-color: #647798a6;
}

/*Linea de tiempo timeline */

.timeline-year {
  width: 100%;
  height: 20px;
  border-radius: 10px;
  display: block;
  position: relative;
}

@media (max-width: 992px) {
  .timeline-year {
    height: 0px;
  }
}

.timeline .timeline-year::before {
  content: '';
  display: block;
  position: absolute;
  left: -15px;
  top: -5px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 4px solid;
  background-color: white;
}

@media (max-width: 992px) {
  .timeline .timeline-year::before {
    display: none;
  }
}

.timeline1 .timeline-year::before {
  border-color: #03a9f4;
}

.timeline2 .timeline-year::before {
  border-color: #e20578;
}

.timeline3 .timeline-year::before {
  border-color: #eca307;
}

.timeline1 .border-start {
  border-color: #03a9f4 !important;
}

.timeline2 .border-start {
  border-color: #e20578 !important;
}

.timeline3 .border-start {
  border-color: #eca307 !important;
}

.timeline-title {
  font-weight: 700;
}

.banderita {
  left: 0px;
  top: -5px !important;
  font-size: 12px !important;
  width: inherit !important;
  text-align: left !important;
}

/*iconos svg */

.icon-svg {
  fill: currentColor;
  /*width: 0.7em;*/
  /*height: 1em;*/
  height: 16px;
}

.icon-svg-22 {
  fill: currentColor;
  width: 32px;
  /*height: 1em;*/
  height: 22px;
}

/* Nuevos estilos 24 Marzo 2022 */

.separador4-start {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
  background-image: url(../img/separador2b.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.separador4-end {
  display: block;
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 5;
  background-image: url(../img/separador2a.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}

.bg-light {
  background-color: #f0f4fb !important;
}

.bg-light2 {
  background-color: #f7f9fd !important;
}



/*===================================================
CHOSEN PLUGIN
===================================================*/

.chosen-single {
  transition: all 0.2s ease;
  /*font-family: 'quicksand', sans-serif;*/
  font-size: 14px !important;
  font-weight: 400;
  color: $col_texto2 !important;
  height: 49px !important;
  padding: 9px 20px !important;
  border-radius: 22px !important;
  border: 0px !important;
  margin-top: 0px !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: $sombra_big rgba($col_texto4, .15) !important;
  line-height: 32px !important;
}

.chosen-single:hover,
.chosen-single:active,
.chosen-single:focus {
  color: $col_azuloficial !important;
}

.chosen-single div {
  width: 26px !important;
  font-size: 16px !important;
}

.chosen-single div b {
  font-family: "Font Awesome 5 Free";
  background: none !important;
  margin-top: 6px !important;
}

.chosen-single div b::after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  margin-top: 22px;
  background-image: url(../img/drop-arrow.html);
  background-repeat: no-repeat;
}


.chosen-drop {
  box-shadow: none !important;
  border: 0px solid !important;
  border-radius: 22px 22px 10px 10px !important;
  background-color: transparent !important;
}

.chosen-container {
  width: 100% !important;
}

.chosen-container-single .chosen-drop {
  margin-top: -49px !important;
}

.chosen-container .chosen-results {
  margin: 0px;
  margin-top: 1px;
  padding: 6px !important;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(55, 61, 76, 0.2), 0px 0px 5px 0px rgba(55, 61, 76, 0.15) !important;
}

.chosen-container .chosen-results li {
  padding: 14px 16px !important;
  line-height: 20px;
  border-radius: 6px;
  font-size: 14px;
  /*font-family: 'roboto', sans-serif !important;*/
  font-weight: 400;
}

.chosen-container .chosen-results li:hover,
.chosen-container .chosen-results li.highlighted {
  color: #0373e6 !important;
  background-color: #f5f6f9 !important;
  background-image: inherit !important;
}

.chosen-container-single .chosen-search {
  padding: 0px !important;
}

.chosen-container-single .chosen-search input[type="text"] {
  border: 0px solid !important;
  margin: 0px !important;
  padding: 13px 16px !important;
  height: 49px !important;
  border-radius: 22px;
  background-color: #fff;
  background-image: url(../img/icon_buscar2.html) !important;
  background-position: right 12px center !important;
  box-shadow: inset 0px 0px 0px 2px rgba($col_azuloficial, 1);
}

.chosen-container.chosen-container-multi {
  width: 100% !important;
}

.chosen-container-multi .chosen-choices {
  transition: all 0.2s ease;
  font-family: 'poppins', sans-serif;
  font-size: 12px !important;
  font-weight: 500;
  color: $col_texto2 !important;
  min-height: 49px !important;
  padding: 8px 10px !important;
  border-radius: 22px !important;
  border: 0px !important;
  margin-top: 0px !important;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: $sombra_big rgba($col_texto4, .15);
  width: 100%;
  cursor: pointer;
  background-image: url(../img/drop.html);
  background-repeat: no-repeat;
  background-position: right center;
  transition: none;
}

.chosen-container-multi .chosen-choices:hover,
.chosen-container-multi .chosen-choices:active,
.chosen-container-multi .chosen-choices:focus {
  color: $col_azuloficial !important;
}

.chosen-container-multi .chosen-choices li.search-choice {
  border-radius: 12px;
  padding: 5px 24px 5px 8px;
  border: 0px solid;
  background-color: rgb(235, 237, 244);
  margin-top: 2px;
  margin-bottom: 1px;
}


.chosen-container-active .chosen-choices {
  transition: none;
  background-repeat: no-repeat;
  background-position: right 12px center !important;
  box-shadow: inset 0px 0px 0px 2px rgba($col_azuloficial, 1) !important;
  cursor: text;
}

.tarjeta .chosen-container-multi .chosen-choices,
.modal .chosen-container-multi .chosen-choices {
  background-color: #fff;
  color: $col_texto2;
  font-weight: 500 !important;
  box-shadow: inset 0px 0px 0px 2px #ebedf4;
  transform: all 0.1s ease;
}

.tarjeta .chosen-container-multi .chosen-choices:hover,
.modal .chosen-container-multi .chosen-choices:hover {
  color: $col_azuloficial;
  box-shadow: inset 0px 0px 0px 2px rgba($col_texto5, 0.5);
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding-left: 6px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  transition: none;
  top: 6px;
  right: 5px;
  opacity: .5;
}

.chosen-container .chosen-results li.group-result {
  border-top: 1px solid $col_texto5;
  padding-left: 10px !important;
  padding-top: 10px !important;
  margin-top: 5px;
}

.chosen-container .chosen-results li.group-result:hover {
  color: #fff;
  cursor: pointer;
}

a.chosen-single {
  background: #fff !important;
  border-radius: 25px !important;
  border: 0px !important;
  box-shadow: none !important;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12) !important;
}

input.chosen-search-input {
  background: #fff !important;
  border-radius: 25px !important;
  box-shadow: inset 0px 0px 0px 2px #4154f1;
}

input.chosen-search-input:hover {
  box-shadow: inset 0px 0px 0px 2px #4154f1;
}

.chosen-container-single .chosen-single span {
  /*color: #6c757d;*/
}

.chosen-container-single .chosen-default {
  color: #6c757d !important;
}

.chosen-container-single .chosen-default,
.chosen-single {
  padding-left: 42px !important;
}



/* Testimoniales *****************/

.testimonials-clean {
  background-color: #eef4f7;
}

.testimonials-clean p {}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 32px;
}

@media (min-width:768px) {
  .testimonials-clean .item {}
}

.tarjeta-cita {
  position: relative;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(1, 41, 112, .1);
}

.cita-testimonio {
  padding: 70px 25px 50px 45px;
  position: relative;
}

.cita-testimonio:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 15px;
  width: 50px;
  height: 50px;
  background-image: url(../img/comillas1.webp);
  background-size: contain;
  background-repeat: no-repeat
}

.cita-testimonio-puntita:after {
  content: '';
  position: absolute;
  left: 30px;
  bottom: -24px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
  border-width: 12px 15px;
  border-top-color: #fff;
  z-index: 2;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
}

.testimonials-clean .item .name {
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: 2px;
  color: inherit;
}

.testimonials-clean .item .title {
  font-size: 14px;
}

.testimonials-clean .item .description {
  font-size: 18px;
  margin-bottom: 0;
  text-align: left;
}

.testimonials-clean .item .author-avatar {
  max-width: 60px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}



/* Boton Ver Video ***/

.vervideo {
  box-shadow: inset 0 0 0 2px #03a9f4;
  border-radius: 30px !important;
  padding: 14px 30px !important;
  transition: .2s !important;
  font-size: 18px !important;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.vervideo:hover {
  background: #03a9f4;
  color: #fff;
}




/* navegación componentes */

.componentes-nav {
  border-radius: 10px !important;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12) !important;
  /*border: 1px solid rgba(0, 0, 0, .125) !important;*/
  background: #fff !important;
  /*color: #444 !important;*/
  /*margin: 5px 15px 0 0;*/
}

.componentes .nav-item {
  padding-right: 2px;
  padding-left: 2px;
}

.componentes .nav-item .nav-link {
  color: #012970 !important;
}

.componentes .nav-item .nav-link:hover {
  color: #0d6efd !important;
}

.componentes .nav-item .nav-link.active {
  color: #0d6efd !important;
}

.componentes .nav-item .nav-link::after {
  content: '';
  display: block;
  background-image: url(../img/componente-flecha-2.webp);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: -12px;
  left: calc(50% - 8px);
  opacity: 0;
  transition: all 0.2s ease;
}

.componentes .nav-item .nav-link.active::after {
  bottom: -18px;
  opacity: 1;
}

.componentes-nav .card-body {
  padding: 5px !important;
}

.componentes-nav h2 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  margin-bottom: 0px !important;
}

.componentes-nav span {
  font-family: 'Outfit', sans-serif !important;
  font-size: 12px !important;
  text-transform: uppercase !important;
}

.componentes-nav-full {
  display: flex;
}

@media (max-width: 1200px) {
  .componentes-nav-full {
    display: none;
  }
}

.componentes-nav-small {
  display: none;
}

@media (max-width: 1200px) {
  .componentes-nav-small {
    display: flex;
    padding-top: 50px;
  }
}

/*
.componente-icon .bg-orb {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 12px;
    z-index: 0;
}
*/

.componente-icon {
  background-image: url(../img/bg-orb.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0px 0px;
  transition: all 0.2s ease;
}

.nav-item:hover .componente-icon,
.nav-link.active .componente-icon {
  background-size: 60px 60px;
  transform: scale(1.15);
}

.componente-icon img {
  z-index: 1;
  transition: all 0.2s ease;
}

.nav-item:hover .componente-icon img,
.nav-link.active .componente-icon img {}



/*Thumbnail videos testimoniales ************/


.video-thumb {
  position: relative;
  overflow: hidden;
  display: block;
}

.video-thumb img {
  transition: all 0.3s ease;
}

.video-thumb:hover img {
  transform: scale(1.12);
}


.video-play {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 24px 32px;
  color: white;
  font-size: 18px;
  font-weight: 500;
  background: linear-gradient(0deg, rgba(81, 66, 111, 0.6) 0%, rgba(81, 66, 111, 0.1) 45%, rgba(81, 66, 111, 0.1) 100%);
  ;
  align-items: baseline;
}

.video-icon {
  background-color: #e20578;
  border-radius: 50%;
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin-right: 8px;
  transition: all 0.2s ease;
}

.video-icon .icon-svg {
  margin-top: -5px;
  transition: all 0.2s ease;
  margin-left: 2px;
}



.video-thumb:hover .video-icon {
  color: #e20578;
  background-color: white;
}

.video-thumb:hover .video-icon .icon-svg {}


.globo-ejecutivo {
  position: fixed;
  width: 160px;
  height: auto;
  right: 16px;
  bottom: 16px;
  z-index: 999;
  padding: 10px;
  border-radius: 16px;
  background-color: white;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12) !important;
}

.globo-ejecutivo video {
  border-radius: 8px;
  margin-bottom: -6px !important;
}

.globo-x {
  display: block;
  color: white;
  width: 28px;
  height: 28px;
  background-color: black !important;
  padding: 5px;
  border-radius: 50%;
  position: absolute;
  top: -16px;
  right: -16px;
  box-shadow: 0px 3px 20px rgba(1, 41, 112, 0.12) !important;
  transition: all 0.2s ease;
  text-align: center;
  line-height: 16px;
}

.globo-x:hover {
  color: white;
  background-color: #e20578 !important;
  transform: scale(1.2);
}

.globo-hola {
  display: inline-block;
  color: white;
  background-color: #e20578 !important;
  padding: 5px 12px;
  border-radius: 20px 20px 8px 20px;
  position: absolute;
  top: 15px;
  left: -60px;
  box-shadow: 3px 3px 8px rgb(167 16 95 / 34%) !important;
}

.modal-image {
  border-radius: 20px 20px 0px 0px;
  background-color: rgba(54, 55, 60, 0.1);
}

.modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  display: block;
  background-color: rgba(20, 40, 74, 0.15);
  border: 0;
  border-radius: 50%;
  padding: 0px;
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: rgba(54, 55, 60, 0.75);
  text-shadow: none;
  opacity: 1;
  transition: all 0.2s ease;
}

.modal-close:hover {
  background-color: #03a9f4;
  color: white;
}

.modal-btn {
  background-color: #F0F4FB;
  border-radius: 30px !important;
  padding: 14px 30px !important;
  transition: .2s !important;
  font-size: 18px !important;
  font-weight: 500;
  color: #646a73;
  cursor: pointer;
}

.modal-btn:hover {
  color: #fff;
  background-color: #03a9f4 !important;
}

.modal-header {
  border: 0px !important;
}

.modal-footer {
  border: 0px !important;
}

.overlay.hidden{
  display: none;
}

.overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999;
}

.overlay__inner {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay__content {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner {
  width: 75px;
  height: 75px;
  display: inline-block;
  border-width: 4px;
  border-color: rgba(255, 255, 255, 0.05);
  border-top-color: rgb(3, 115, 230);
  animation: spin 1s infinite linear;
  border-radius: 100%;
  border-style: solid;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

#beneficios .count-box {
  position: relative;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 0;
  height: 200px;
}

#beneficios .count-box::before {
  content: "";
  position: absolute;
  inset: 0; /* ocupa todo el contenedor */
  border: 1px dashed transparent;
  border-radius: 10px;
  background: linear-gradient(96.77deg, #9747FF 0.11%, #2037FF 53.06%, #00FFD4 106.02%) border-box;
  -webkit-mask:
          linear-gradient(#fff 0 0) padding-box,
          linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  z-index: -1;
}

#beneficios .count-box span{
  color: #5CD8D6;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
}

#beneficios .count-box p{
  color: white;
  font-weight: 400;
  font-size: 16px;
}