/*

based on:

https://templatemo.com/tm-535-softy-pinko

*/
/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. welcome
06. features
07. uni logos
08. counter
09. contact
10. footer
11. preloader

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/

/* 1. Import Figtree and Shadows Into Light from Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@400;700&family=Shadows+Into+Light&display=swap');

/* 2. Define local font Logical */
@font-face {
  font-family: 'Logical';
  src: url('/assets/fonts/Logical.otf') format('opentype');
  font-weight: 100 900; /* range admited by the font */
  font-style: normal;
}
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Figtree", sans-serif;
  font-weight: 400;
  background-color: #F9FAF6;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Logical;
  margin-top: 0px;
  margin-bottom: 0px;
}


ul {
  margin-bottom: 0px;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  /* background: #FAF9F6; */
  font-family: "Figtree", sans-serif;
}

::selection {
  background: #505CFE;
  color: #FAF9F6;
}

::-moz-selection {
  background: #505CFE;
  color: #FAF9F6;
}

.section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
}

.section.colored {
  background: #001B3C;
}

.section.colored span{
  font-family: 'Shadows Into Light';
  color: #F9FAF6;
}



.hr {
  bottom: 0px;
  width: 100%;
  height: 1px;
  margin-top: 50px;
  margin-bottom:50px;
  border-bottom: 1px solid rgba(200,200,255,0.1)
}

.left-heading.light .section-title {
  
  color: #FAF9F6;
}

.left-heading .section-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 42px;
  color: #001B3C;
  letter-spacing: 0.25px;
  margin-bottom: 24px;
  position: relative;
}

.left-heading .section-title.comms strong {
  font-family: 'Shadows Into Light';
  background: linear-gradient(to right, #C67FC6, #8196E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.left-heading .section-title.marketing strong {
  font-family: 'Shadows Into Light';
  background: linear-gradient(15deg, #D68A9A, #D86B3E);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.left-heading .section-title.tech strong {
  font-family: 'Shadows Into Light';
  background: linear-gradient(15deg, #001B3C, #33909D);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.left-heading .small-section-title strong {
  font-family: 'Shadows Into Light';
  font-size: 18px;
}

.center-heading {
  text-align: center;
}

.center-heading .section-title {
  font-weight: 500;
  font-size: 48px;
  color: #FAF9F6;
  line-height: 52px;
  margin-bottom: 20px;
}

.center-heading.colored .section-title {
  color: #FAF9F6;
}

.center-heading .section-title h2 strong{
  position: relative;
  display: inline-block;
  font-family: 'Shadows Into Light';
  background: linear-gradient(to right, #5057FF, #3CC3DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}

.center-heading .section-title h2 strong::after{
  content: "";
  position: absolute;
  left: 15%;
  bottom: -7px; 
  width: 100%;
  height: 12px; 
  background: url('/assets/images/underline.svg') no-repeat center;
  background-size: 90% 100%; 
  pointer-events: none;
}

.center-heading .small-section-title{
  font-family: 'Shadows Into Light';
  font-size: 16px;
  text-decoration-line: underline;
  padding-bottom: 32px;
}


.center-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  color: #F9FAF6;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 60px;
}

.center-text.colored {
  color: #FAF9F6;
}

.center-text p {
  font-size: 15px;
  color: #F9FAF6;
  margin-bottom: 30px;
}

.center-text p strong {
    font-family: 'Shadows Into Light';
    background: linear-gradient(135deg, #5057FF, #3CC3DD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
  }

.left-text {
  font-weight: 400;
  font-size: 16px;
  color: #001B3C;
  line-height: 28px;
  letter-spacing: 1px;
}

.left-text.light {
  color: #FAF9F6;
}

.left-text p {
  margin-bottom: 30px;
}

.left-text p.dark {
  color: #3B566E;
}

.left-title {
  font-family: "Logical";
  font-weight: 400;
  font-size: 42px;
  color: #001B3C;
  line-height: 52px;
  letter-spacing: 1px;
}

.left-title p {
  margin-top: 12px;
  margin-bottom: 48px;
}

.padding-bottom-top-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.mbottom-30 {
  margin-bottom: 30px !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-bottom {
  -ms-flex-item-align: flex-end !important;
  align-self: flex-end !important;
}

.padding-bottom-0 {
  padding-bottom: 0px !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-70 {
  padding-top: 70px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-15 {
  margin-top: 15px !important;
}

.margin-bottom-45 {
  margin-bottom: 45px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-button-slider {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #5057FF, #3CC3DD);
  text-transform: uppercase;
  color: #FAF9F6;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-slider:hover {
  background-color: #B3CDF8;
}

a.main-button {
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #5057FF, #3CC3DD);
  text-transform: uppercase;
  color: #FAF9F6;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button:hover {
  background: linear-gradient(15deg, #5057FF, #3CC3DD);
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 20px;
  padding: 12px 20px;
  background: linear-gradient(15deg, #5057FF, #3CC3DD);
  text-transform: uppercase;
  color: #FAF9F6;
  letter-spacing: 0.25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  color: #FAF9F6;
  background: linear-gradient(135deg, #3CC3DD,#5057FF);
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.header-area .header-logo{
  text-align: center;
  margin: 0 auto;
}
.header-area .header-logo img{
  width: 16rem;
}

.header-area {
  position: fixed;
  top: 30px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav {
  box-shadow: 0px 0px 15px rgba(0,0,8,0.1);
  border-radius: 40px;
  min-height: 80px;
  background: #FAF9F6;
}

.header-area .main-nav .logo {
  float: left;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 40px;
}

.header-area .main-nav .logo img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-left: 0px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #FAF9F6;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a:hover {
  color: #5057FF;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #3B566E;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #3B566E;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #3B566E;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .logo {
  margin-top: 25px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a {
  color: #1e1e1e;
}

.header-area.header-sticky .nav li a.active {
  color: #3CC3DD;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-area {
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-top: 27px !important;
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    margin-top: 80px !important;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #FAF9F6;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #FAF9F6 !important;
    color: #3B566E !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
  }
}

@media (min-width: 992px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/* 
---------------------------------------------
welcome
--------------------------------------------- 
*/
.welcome-area {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/banner-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; 
  height: 100vh;
}

.welcome-area .header-text {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  text-align: center;
  width: 100%;
}

.welcome-area .header-text h1.lema {
  font-family: 'Logical';
  font-weight: 800;
  font-size: 90px;
  line-height: 1.25;
  margin-top: 10%;
  margin-bottom: 30px;

}

.welcome-area .header-text .logo {
padding-top: 128px;

}

.welcome-area .header-text h1 {
  font-family: 'Logical';
  font-weight: 500;
  font-size: 36px;
  line-height: 54px;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  padding-top:2rem;
  color: #FAF9F6;
}

.welcome-area .header-text p {
  font-weight: 400;
  font-size: 15px;
  color: #FAF9F6;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin-bottom: 40px;  /* 40 -> 12 */
  position: relative;
}

.welcome-area .header-text h2 {
  font-family: 'Logical';
  font-weight: 500;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 1.4px;
  margin-bottom: 30px;
  padding-top:2rem;
  color: #FAF9F6;
}


.welcome-area .header-text strong {
  position: relative;
  display: inline-block;
  font-family: 'Shadows Into Light';
  background: linear-gradient(to right, #3CC3DD, #B3CDF8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.welcome-area .header-text strong::after {
  content: "";
        position: absolute;
        left: 5%;
        bottom: 0px;
        width: 100%;
        height: .35rem;
        pointer-events: none;

        /* Fondo degradado para poder controlarlo */
        background: linear-gradient(90deg, #3CC3DD 0%, #B3CDF8 100%);
        
        /* El subrayado como máscara */
        mask-image: url('/assets/images/underline-mask.svg');
        mask-repeat: no-repeat;
        mask-position: center;
        mask-size: 100% 100%;

        -webkit-mask-image: url('/assets/images/underline-mask.svg');
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: 100% 100%;
}

@media (max-width: 991px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-60%) !important;
    text-align: center;
  }
  .welcome-area .header-text h1 {
    text-align: center;
    color: #FAF9F6;
    margin-bottom: 15px;
  }
  .welcome-area .header-text h1 span {
    color: #FAF9F6;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #FAF9F6;
    margin-bottom: 20px;
  }
}

@media (max-width: 820px) {
  .welcome-area .header-text {
    top: 65% !important;
    transform: perspective(1px) translateY(-100%) !important;
  }
   .welcome-area .header-text h1 {
    font-size: 32px;
    line-height: 30px;
    margin-bottom: 35px;
  }
  .welcome-area .header-text p {
    margin-bottom: 20px;
  }
  .welcome-area .header-text .lema {
    font-size: 90px;
  }
}

@media (max-width: 765px) {
  .welcome-area {
    margin-bottom: 100px;
  }
  .welcome-area .header-text {
    top: 50% !important;
    transform: perspective(1px) translateY(-50%) !important;
    text-align: center;
  }
  .welcome-area .header-text .buttons {
    display: none;
  }
  .welcome-area .header-text h1 {
    font-weight: 600;
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 30px !important;
  }
  .welcome-area .header-text h1 span {
    color: #FAF9F6;
  }
  .welcome-area .header-text p {
    text-align: center;
    color: #FAF9F6;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .welcome-area .header-text .lema {
    font-size: 52px;
  }
}


/* 
---------------------------------------------
features
--------------------------------------------- 
*/
.features-small-item {
  cursor: pointer;
  display: block;
  background-image: radial-gradient(circle at 150% 200%, #D9C3F5 10%, #022958 60%);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  margin-bottom: 30px;
}



.features-small-item .features-title {
  font-weight: 500;
  font-size: 24px;
  color: #FAF9F6;
  letter-spacing: 0.7px;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
}

.features-small-item .features-title strong {
  font-family: 'Shadows Into Light';
  background: linear-gradient(to right, #5057FF, #3CC3DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  position: relative;
  z-index: 2;
}

.features-small-item p {
  font-weight: 400;
  font-size: 13px;
  color: rgba(255,255,255,0.8);
  letter-spacing: 0.5px;
  line-height: 25px;
  position: relative;
  z-index: 2;
}

.features-small-item a {
  float: right;
  position: relative;
  z-index: 2;
}

.home-feature {
  padding-bottom: 0px;
  padding-top: 30px;
  margin-top: -120px;
  z-index: 9;
}

@media (max-width: 991px) {
  .home-feature {
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
parallax & home seperator
--------------------------------------------- 
*/
.mini {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
}

.mini:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .95;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #001B3C;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.mini .mini-content {
  position: relative;
  z-index: 3;
}

.mini .mini-content .info {
  text-align: center;
  color: #FAF9F6;
  padding-top: 20px;
  padding-bottom: 20px;
}

.mini .mini-content .info small {
  display: block;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 5px;
}



.mini .mini-content .info h1 {
  color: #FAF9F6;
  font-weight: 500;
  font-size: 38px;
  letter-spacing: 0.25px;
  margin-bottom: 30px;
}

.mini .mini-content .info h1 strong {
  position: relative;
  display: inline-block;
  font-family: 'Shadows Into Light';
  background: linear-gradient(to right, #5057FF, #3CC3DD);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.mini .mini-content .info h1 strong::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -5px; 
  width: 100%;
  height: 12px; 
  background: url('/assets/images/underline.svg') no-repeat center;
  background-size: 90% 100%; 
  pointer-events: none;
  transform: translateX(10%);
}


.mini .mini-content .info p span {
  text-decoration: underline;
}

.mini .mini-content .mini-box {
  display: block;
  background-image: radial-gradient(circle at 122% 110%, #6D9EF2 0%, #022958 30%);
  padding: 20px;
  border-width: 1px;
  border-radius: 20px;
  border-color: rgba(255,255,255,0.1);
  border-style: solid;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08); 
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  
}

.mini .mini-content .mini-box:hover {
  margin-top: -10px;
  cursor: default!important;
}

/* .mini .mini-content .mini-box:before {
  content: '';
  position: absolute;
  z-index: -1;
  background: #FAF9F6;
  width: 100%;
  opacity: .15;
  height: 100%;
  bottom: -10px;
  left: 0px;
  right: -20px;
  margin: auto;
  border-radius: 20px;
} */


.mini .mini-content .mini-box span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
  letter-spacing: .75px;
}

.mini .mini-content .mini-box strong {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: rgba(255,255,255,0.9);
  letter-spacing: 0.25px;
  margin-bottom: 5px;
  margin-top: 20px;
}

.mini .mini-content .mini-box .mini-number span {
  font-size:48px;
  font-weight: 600;
  background: linear-gradient(270deg, #3CC3DD 10%, #5057FF 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;

}
/* 
---------------------------------------------
uni logos
--------------------------------------------- 
*/

.uni {
  min-height: 215px;
  overflow: hidden;
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: radial-gradient(circle at -2% 100%, #C4EBFF 0%, #FAF9F6 30%);
}

.uni .uni-box {
  display: block;

  padding: 20px;
  border-width: 1px;
  border-radius: 20px;
  border-color: rgba(255,255,255,0.1);
  border-style: solid;
 
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  
}



/* 
---------------------------------------------
counter
--------------------------------------------- 
*/

.counter {
  overflow: hidden;
  position: relative;
}

.counter:before {
  content: '';
  position: absolute;
  width: 140%;
  height: 140%;
  opacity: .90;
  background-image: radial-gradient(circle at 3% -25%, #C4EBFF 20%, #FAF9F6 30%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 2;
  top: -20%;
  left: -20%;
}

.counter .content {
  position: relative;
  z-index: 3;
  width: 100%;
  /* margin-top: 120px; */
  padding-top: 160px;
  padding-bottom: 40px;
}

.counter .content .count-item {
  
  position: relative;
  float: left;
  width: 100%;

}



.counter .content .count-item:hover strong {
  margin-top: 10px;
}

.counter .content .count-item strong {
  display: block;
  text-align: center;
  font-family: Logical;
  font-weight: 500;
  font-size: 44px;
  letter-spacing: 0.25px;
  margin-bottom: 10px;
  color: #001B3C;
  margin-top: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.counter .content .count-item span {
  display: block;
  text-align: center;
  color: #001B3C;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.25px;
}

.counter-frame {
  background-image: linear-gradient(90deg, #FDD272 0%, #E9B4EA 91%);
  box-shadow: 0 2px 48px 0 rgba(0, 27, 60, 0.10);
  border-radius: 20px;
  position: relative;
  margin-top: -80px;
  padding-top: 80px;
  padding-bottom: 0px;

}

.counter-frame .user-image {
  /* background: #ff00ff; */
  width: 221px;
  height: 400px;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  float: left;
  margin-left: 90%;
  margin-top: -340px;
}
.counter-frame .pill-image {
  /* background: #00ffff; */
  width: 160px;
  height: 48px;
  /* overflow: hidden; */
  /* position: relative; */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  float: left;
  margin-left:0px;
  margin-top:-58px;
}

@media (max-width: 991px) {
  .parallax {
    padding-top: 60px;
    padding-bottom: 120px;
    min-height: auto;
  }
  .parallax .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .counter .content {
    position: relative !important;
    top: 0% !important;
    transform: perspective(1px) translateY(0%) !important;
  }
  .counter .content .count-item {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .counter .content .count-item:hover strong {
    margin-top: 0px;
  }
  .counter .content .count-item:before {
    display: none;
  }
  .counter .content .count-item:after {
    display: none;
  }
  .counter .content .count-item strong {
    margin-top: 0px;
  }
}

/* 
---------------------------------------------
team
--------------------------------------------- 
*/
.team-item {
  background: #fff;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
  border-radius: 20px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 25px;
}

.team-item:hover .team-content .team-info {
  margin-left: 30px;
}

.team-item i {
  display: block;
  margin-left: 25px;
  margin-top: 25px;
  font-size: 30px;
  color: #001B2C;
  text-align: center;
}

.team-item .user-image {
  width: 60px;
  height: 60px;
  overflow: hidden;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.speaker-image {
  width: 120px;

  overflow: hidden;
  display:block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-left: 25px;
  float: left;
}

.team-item img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.team-item .team-content {
  text-align: left;
  overflow: hidden;
}


.team-item .team-content .team-info {
  float: left;
  margin-left: 20px;
  margin-top: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-item .team-content .team-info .user-name {
  display: block;
  font-weight: 400;
  font-size: 17px;
  color: #6CA0F2;
  letter-spacing: 0.25px;
  margin-bottom: 5px;
}

.team-item .team-content .team-info span {
  display: block;
  font-weight: 400;
  font-size: 12px;
  color: rgba(0,29,60,0.5);
  letter-spacing: 0.25px;
}

.team-item .team-content p {
  margin-top: 25px;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 15px;
  color: #001B2C;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.team-item .team-content span {
  background: linear-gradient(270deg, #3CC3DD 0%, #5057FF 90%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;


}
/* 


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  padding: 160px 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6F8BA4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-form input,
.contact-form textarea {
  color: #777;
  font-size: 14px;
  border: 1px solid #eee;
  width: 100%;
  height: 50px;
  outline: none;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 10px;
  margin-top: 15px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form .form-check-label {
  margin-top: 10px;
}
.contact-form .main-button{
  margin-top: 10px;
}


/* Restablece el checkbox a su estilo por defecto */
.contact-form .form-check-input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  outline: revert !important;
  padding-left: revert !important;
  padding-right: revert !important;
  border-radius: revert !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  appearance: checkbox !important;
  margin-bottom: revert !important;
  color: revert !important;
  font-size: revert !important;
  border: revert !important;
}

.form-message{
  display: none;
  margin-top: 2rem;
  padding: 14px 20px;
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  border-radius: 8px;
  color: #0d47a1;
  font-weight: 600;
  text-align: center;
  border: none;
}
.grecaptcha-badge { visibility: hidden; }

/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  background-image: linear-gradient(180deg, #001b3c 0%, #001b3C 91%);
  padding-top: 30px;
}

footer .social {
  overflow: hidden;
  margin-top: 24px;
  text-align: center;
}

footer .social li {
  margin: 0px 10px;
  display: inline-block;
}

footer .social li a {
  color: linear-gradient(135deg, #3CC3DD,#5057FF);
  text-align: center;
  background-color: #FAF9F6;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .social li a:hover {
  background: linear-gradient(135deg, #3CC3DD,#5057FF);
  border-top: 1px solid rgba(250,250,250,0.2);
  color: #FAF9F6;
}

footer .logo{
  display: block;
  max-width: 20%;
  margin: 12px auto;
  padding-bottom: 30px;

}

footer .copyright {
  /* display: inline-block; */
  text-align: center;
  border-top: 1px solid rgba(250,250,250,0.2);
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #FAF9F6;
  letter-spacing: 0.88px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  footer .text {
    margin-bottom: 30px;
  }
  footer h5 {
    margin-bottom: 15px;
  }
  footer .footer-nav {
    margin-bottom: 30px;
  }
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(135deg, #001B2C 0%, #6CA0F2 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 9999;
  color: #FAF9F6;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #FAF9F6;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}