:root {
  --clever-logo-oscuro: #114575;
  --clever-logo-claro: #08adcd;

  --clever-color-green: #00ffaa;
  --clever-color-dark: #374151;
  --clever-color-dark-v2: #111827;
  --clever-color-light: #fcf9f9;
  --bootstrap-color-dark: #343a40;
}

.bg-clever-dark {
  background-color: var(--clever-color-dark);
}

.bg-clever-dark-v2 {
  background-color: var(--clever-color-dark-v2);
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  /* 16px = 1rem */
  font-size: 16px;
  /* Para el scroll de href="#form-contacto" */
  scroll-behavior: smooth;
  /* Para que al hacer scroll por los href="#section.." tenga en cuenta el header */
  scroll-margin-top: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
  color: var(--bootstrap-color-dark)
}


body {
  background-color: var(--clever-color-light);
  overflow-x: hidden;
}

a,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0px;
}

/* Fuentes | Titulos */
h1,
h2,
h3,
h4,
h5,
.font-title {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
}

/* Fuentes | Textos */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* Se puede mezclar con todos los fw-* de arriba */
.fw-italic {
  font-style: italic;
}


/* Tamaños */
.fs-0-7 {
  font-size: .7rem;
}

.fs-0-8 {
  font-size: .8rem;
}

.fs-0-9 {
  font-size: .9rem;
}

.fs-1 {
  font-size: 1rem;
}

.fs-1-1 {
  font-size: 1.1rem;
}

.fs-1-2 {
  font-size: 1.2rem;
}

.fs-1-3 {
  font-size: 1.3rem;
}

.fs-1-4 {
  font-size: 1.4rem;
}

.fs-1-5 {
  font-size: 1.5rem;
}

.fs-1-6 {
  font-size: 1.6rem;
}

.fs-1-7 {
  font-size: 1.7rem;
}

.fs-1-8 {
  font-size: 1.8rem;
}

.fs-1-9 {
  font-size: 1.9rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-2-1 {
  font-size: 2.1rem;
}

.fs-2-2 {
  font-size: 2.2rem;
}

.fs-2-3 {
  font-size: 2.3rem;
}

.fs-2-4 {
  font-size: 2.4rem;
}

.fs-2-5 {
  font-size: 2.5rem;
}

.fs-2-6 {
  font-size: 2.6rem;
}

.fs-2-7 {
  font-size: 2.7rem;
}

.fs-2-8 {
  font-size: 2.8rem;
}

.fs-2-9 {
  font-size: 2.9rem;
}

.fs-3 {
  font-size: 3rem;
}

.fs-3-1 {
  font-size: 3.1rem;
}

.fs-3-2 {
  font-size: 3.2rem;
}

.fs-3-3 {
  font-size: 3.3rem;
}

.fs-3-4 {
  font-size: 3.4rem;
}

.fs-3-5 {
  font-size: 3.5rem;
}

.fs-3-6 {
  font-size: 3.6rem;
}

.fs-3-7 {
  font-size: 3.7rem;
}

.fs-3-8 {
  font-size: 3.8rem;
}

.fs-3-9 {
  font-size: 3.9rem;
}

/* -------------------------------- */
/*            GENERICOS             */
/* -------------------------------- */
.sectionLanding {
  padding: 3rem 0;
}

.sectionLanding:not(#contentInicioButtons):not(#contentInicio),
.invisible {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease;
}

.sectionLanding.visible:not(#contentInicioButtons):not(#contentInicio) {
  opacity: 1;
  transform: translateY(0);
}

.swiper {
  overflow: hidden;
}

.swiper::before,
.swiper::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 8rem;
  top: 0;
  background-color: #fff;
  z-index: 99;
}

.swiper::before {
  left: 0px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

.swiper::after {
  right: 0px;
  background: linear-gradient(-90deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

#contentSoluciones .swiper::before,
#contentSoluciones .swiper::after {
  background-color: var(--clever-color-light);
}

#contentSoluciones .swiper::before {
  left: 0px;
  background: linear-gradient(90deg, rgba(252, 249, 249, 1) 0%, rgba(252, 249, 249, 0) 100%);
}

#contentSoluciones .swiper::after {
  right: 0px;
  background: linear-gradient(-90deg, rgba(252, 249, 249, 1) 0%, rgba(252, 249, 249, 0) 100%);
}

@media screen and (max-width: 575px) {

  .swiper::before,
  .swiper::after {
    width: 5rem !important;
  }
}

/* ------------------------------- */
/*              NAVBAR             */
/* ------------------------------- */
/* header {
  position: sticky;
} */

#navbarClever__contentItems {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin-bottom: 0;
  margin-right: 1rem;
}

#navbarContentItems li {
  margin: 0 0.8rem;
  cursor: pointer;
  color: inherit;
}

#navbarClever__contentButtons a,
.btnSolicitadDemoDark {
  background-color: var(--clever-color-dark);
}

#navbarContentItems .dropdown-menu .dropdown-item {
  text-wrap: wrap;
}

@media screen and (max-width: 991px) {
  #navbarContentItems .dropdown-menu {
    margin-top: 0px;
    padding-top: 0px;
    border: none !important;
  }
}

@media screen and (min-width: 992px) {
  #navbarContentItems .dropdown-menu {
    width: 250px;
  }
}

/* ------------------------ */
/*          BANNER          */
/* ------------------------ */
#contentBanner {
  height: 75vh;
  /* height: 60vh; */
  background: #4576D8;
  background: linear-gradient(180deg, #4576d8ff 0%, #253e72ff 100%);
}

#contentBanner h1 {
  /* width: 70%; */
  color: #fff;
  font-size: 2.2rem;
  line-height: 3rem;
  letter-spacing: 1px;
}

#contentBanner h1 span {
  font-size: inherit;
  color: #295883;
  background-color: var(--clever-color-green);
  padding: 0px 5px;
}

#contentBanner .contentMockups {
  min-height: 300px;
  max-height: 500px;
}

#contentBanner .contentMockups img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}


#contentBanner {
  position: relative;
}

@media only screen and (min-width: 1280px) {
  /* #contentBanner h1 {
    width: 60%;
  } */
}

/* ------------------- */
/*        INICIO       */
/* ------------------- */
#contentInicioButtons * {
  width: 13rem;
}

#contentInicioButtons__btnDemo {
  background: #fff;
}

#contentInicioButtons__btnAsesor {
  color: var(--bootstrap-color-dark);
  background-color: var(--clever-color-green);
  border: none;
}

#contentInicioButtons__btnAsesor:hover {
  background-color: #06cb70;
}

#contentInicio h2 {
  margin-bottom: 2rem;
}

#contentInicio .card {
  border-radius: 1rem;
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#contentInicio .card-body {
  /* padding: 2rem; */
  padding: 1.8rem;
}

#contentInicio .card-body button {
  height: 3rem;
  /* background-color: #e2e6ea; */
  background-color: var(--clever-color-dark);
  color: #fff;
  border-radius: .8rem;
}


/* ------------------------- */
/*      FLUJO SOLUCIONES     */
/* ------------------------- */
#contentFlujoSoluciones {
  text-align: center;
}

#contentFlujoSoluciones img {
  width: 70%;
}

@media only screen and (min-width: 1280px) {
  #contentFlujoSoluciones img {
    width: 60%;
  }
}


/* ------------------ */
/*      SERVICIOS     */
/* ------------------ */
#contentServicios h2 {
  margin-bottom: 1.5rem;
}

#contentServicios .card {
  transition: transform 0.35s ease-out;
}

#contentServicios .card:hover {
  transform: scale(1.1);
}

/* ----------------- */
/*      PARTNERS     */
/* ----------------- */
#sectionSoporte .contentTitle h2 span {
  background-color: #a8f2c6;
  padding: 0px .5rem;
  border-radius: 5px;
  font-size: inherit;
}

#sectionSoporte .contentImage {
  height: 200px;
  width: 100%;
}

#sectionSoporte .contentImage img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}

#sectionSoporte_contentSatisfaccion h5 {
  /* color: var(--clever-color-green); */
  color: #28bd78;
}


/* ----------------- */
/*      PARTNERS     */
/* ----------------- */
#sectionPartners .card-body {
  border-radius: 1rem;
  padding: 2.5rem 3rem;
}


/* ------------------- */
/*      SOLUCIONES     */
/* ------------------- */
#contentSoluciones h2 {
  margin-bottom: 1.5rem;
}

#contentCards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(215px, auto));
  grid-template-rows: auto;
  gap: 1rem;
}

#contentCards .card {
  border-radius: 1rem;
  border: none;
}

#contentCards .card:nth-child(1) .contentSoluciones__contentIcon {
  background-color: #80b8e5;
  border: 2.5px solid #59a4e3;
}

#contentCards .card:nth-child(2) .contentSoluciones__contentIcon {
  background-color: #81c58b;
  border: 2.5px solid #60b46e;
}

#contentCards .card:nth-child(3) .contentSoluciones__contentIcon {
  background-color: #f9da84;
  border: 2.5px solid #f1c02f;
}

#contentCards .card:nth-child(4) .contentSoluciones__contentIcon {
  background-color: #7db6e5;
  border: 2.5px solid #509ddd;
}

#contentCards .card:nth-child(5) .contentSoluciones__contentIcon {
  background-color: #bb7fe9;
  border: 2.5px solid #a461de;
}

.contentItemSolucion {
  padding: 1.25rem;
  line-height: 1.2rem;
}

.contentItemSolucion .title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: .5rem !important;
  line-height: 1.3rem;
}

.contentSoluciones__contentIcon {
  width: 45%;
  max-width: 215px;
  padding: .8rem 1.25rem;
  background-color: lightskyblue;
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;

  display: flex;
  align-items: center;
}

.contentSoluciones__contentIcon i {
  font-size: 1.7rem;
  color: #fff;
}

/* --------------------- */
/*      ESTADISTICAS     */
/* --------------------- */
#sectionEstadisticas,
#sectionEstadisticas .card {
  border: none;
}

#sectionEstadisticas .card-body {
  background-color: var(--clever-color-dark);
  border-radius: 1rem;
}

#sectionEstadisticas .row>div {
  /* line-height: 2rem;
  vertical-align: bottom; */
  display: inline-block;
  line-height: 1;
}

#sectionEstadisticas p,
#sectionEstadisticas p span {
  color: #fff;
}

#sectionEstadisticas__aniosIndustria,
#sectionEstadisticas__proyectosEntregados {
  font-size: 3.5rem;
}

#sectionEstadisticas__cantidadUsuarios {
  font-size: 3rem;
}

/* ------------------------------- */
/*      TECNOLOGÍA SIN LÍMITES     */
/* ------------------------------- */
#sectionTecnologiaSinLimites .card-body {
  /* min-height: 10rem; */
  min-height: 22rem;
  border-radius: .5rem;
  margin-bottom: 1.7rem;
}

#sectionTecnologiaSinLimites .contentIcon i {
  font-size: 2rem;
}

#sectionTecnologiaSinLimites ul {
  padding-left: 1.1rem;
}


/* ---------------- */
/*      MODULOS     */
/* ---------------- */
#navbarNavModulos {
  /* display: block; */
  display: none;
}

/* Navbar Modulos */
#sectionNavbarModulos {
  padding-bottom: 0px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  margin: auto;
}

#navbarNavModulos,
#navbarButtonsModulos {
  width: 90%;
  margin: auto;
}

#navbarNavModulos,
.contentModulos>.card {
  border: none;
  border-radius: 1rem;
}

.contentModulos>.card-body {
  padding: 2.5rem;
  /* border: 2px solid var(--clever-logo-oscuro); */
}

#navbarNavModulos {
  padding: 0px 1rem;
}

#navbarNavModulos ul {
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: auto;
  gap: .5rem;
}

#navbarNavModulos ul li {
  list-style: none;
  padding: 5px 0px;
  margin: 13px 0px;
  border-radius: 5px;
}

#navbarNavModulos ul li.active,
#navbarNavModulos ul li.active a,
#navbarNavModulos ul li:hover,
#navbarNavModulos ul li:hover a {
  background-color: var(--clever-logo-oscuro);
  color: #fff;
}

#navbarNavModulos ul li a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 1.1rem;
  letter-spacing: 1px;
  color: var(--clever-logo-oscuro);
}

#navbarButtonsModulos {
  /* display: none; */
  display: block;
}

#navbarButtonsModulos>div {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
}

#navbarButtonsModulos button:hover,
#navbarButtonsModulos button.active {
  background: var(--clever-logo-oscuro);
  color: #fff;

}

#navbarButtonsModulos button {
  background: #fff;
  color: var(--clever-logo-oscuro);
  border: none;
  padding: .5rem 1rem;
  border-radius: .6rem;
  /* border: 1px solid var(--clever-logo-oscuro); */
  letter-spacing: 1px;
}

@media screen and (max-width: 992px) {
  #sectionNavbarModulos {
    padding-top: 0px !important;
  }

  #navbarNavModulos {
    display: none !important;
  }

  #navbarButtonsModulos {
    display: block !important;
  }

  .contentModulos {
    padding-top: 2rem !important;
  }
}

/* End Navbar Modulos */

.contentModulos {
  position: relative;
  min-height: 400px;
}

.contentModulos .contentTitle {
  z-index: 99;
}

.contentModulos__backgroundImage {
  position: absolute;
  right: 5%;
  top: 50px;
  z-index: 0;
  /* height: 200px;
  width: 350px; */
  height: 250px;
  width: 440px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 1.5rem !important;
  /* border: 3px solid var(--clever-color-dark); */
}

.contentPreguntasModulos>.card {
  border-radius: .5rem;
}

.btnAccordionPreguntas {
  font-size: .9rem;
  font-weight: 500;
}

.btnAccordionPreguntas:focus {
  box-shadow: none !important;
}

.contentModulos .contentCaracteristicas .card-body {
  /* min-height: 90px; */
  min-height: 7rem;
  border-left: 3px solid var(--clever-logo-oscuro);
  border-top-right-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

.contentPreguntasModulos>div {
  width: 90%;
}

.contentPreguntasModulos .card-header {
  padding: .5rem 1rem;
}

.contentPreguntasModulos .card-body {
  font-size: .9rem;
}

.contentModulos .contentTitle p {
  width: 50%;
}

.contentModulos__btnSolicitarDemo {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
}


/* ----------------- */
/*      NOSOTROS     */
/* ----------------- */
#sectionEmpresa .card-body {
  border-radius: .5rem;
}

#sectionEmpresa__contentCards{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 1rem;
}

#sectionEmpresa__contentCards .card-body{
  height: 100%;
}

@media screen and (max-width: 767px){
  #sectionEmpresa__contentCards{
    grid-template-columns: 1fr;
  }
}


/* --------------------- */
/*      FORM CONTACT     */
/* --------------------- */
#contentFormContacto {
  /* background-color: #0b4970; */
  background-color: var(--clever-color-dark);
}

#contentFormContacto p,
#contentFormContacto span,
#contentFormContacto label,
#contentFormContacto h2 {
  color: #fff;
}

#contentFormContacto label {
  margin: 0px;
}



/* --------------- */
/*      FOOTER     */
/* --------------- */
.linkRedSocial {
  /* ml-3 d-flex justify-content-center align-items-center */
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.linkRedSocial:hover i {
  color: #fff !important;
}


/* ------------------------- */
/*      BUTTON WHATPSAPP     */
/* ------------------------- */
#whatsappFloatContent {
  position: fixed;
  z-index: 99;
  bottom: 1rem;
  /* bottom: calc(1rem + 133px); */
  right: 1rem;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  background-color: #16990f;
  /* border: 3px solid #fff; */
}

#whatsappFloatContent a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}






/* ----------------------- */
/*          MOBILE         */
/* ----------------------- */
@media screen and (max-width: 768px) {
  * {
    font-size: 14px;
  }

  .contentModulos__backgroundImage {
    display: none;
  }

  .sectionLanding {
    width: 90% !important;
    margin: auto !important;
  }

  #contentBanner {
    background-color: transparent;
    background: transparent;
    border: none !important;
    height: auto !important;
  }

  h1 {
    color: #316B9F !important;
    line-height: normal !important;
    /* width: 80%; */
    font-size: 2.3rem;
  }

  #h1PantallaChica {
    font-size: 2rem !important;
  }

  #contentBanner .contentMockups {
    width: 100%;
    min-height: 0;
    max-height: none;
  }

  /* --------------------------- */
  /*    Library swiffy-slider    */
  /* --------------------------- */
  #contentInicio .card {
    height: 160px;
  }

  .swiffy-slider .slider-container {
    grid-auto-columns: 200px !important;
  }

  /*  #contentInicioButtons__btnDemo {
    margin-bottom: 1rem;
  } */

  #contentFlujoSoluciones img {
    width: 100%;
  }

  .contentPreguntasModulos>div {
    width: 100% !important;
  }

  #sectionTecnologiaSinLimites .card-body {
    min-height: 9rem !important;
  }

  #sectionTecnologiaSinLimites,
  #contentFormContacto > div {
    width: 90% !important;
  }

  .contentCaracteristicas .row {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px !important;
  }

  .contentCaracteristicas .row>div {
    padding: 0px !important;
    margin-right: .8rem !important;
    width: auto !important;
  }

  .contentCaracteristicas .row .col-12 {
    display: none !important;
  }

  .contentModulos .contentCaracteristicas .card-body {
    min-height: 0px !important;
    padding: .5rem .8rem !important;
    border: none;
  }

  .contentModulos__btnSolicitarDemo {
    width: 100%;
  }

  .contentSoluciones__contentIcon {
    width: 25% !important;
  }

  #sectionPartners {
    width: 100% !important;
  }

  #sectionPartners .card-body {
    border-radius: 0px;
    border: none;
    padding: 2.5rem calc(10% / 2);
  }

  /* .slider-item-snapstart.slider-item-reveal {
    --swiffy-slider-item-reveal: 10rem!important;
  } */
  .contentModulos .contentTitle p {
    width: 100%;
  }

  .contentFooterDark {
    padding-bottom: 0px !important;
  }

  #footer__logoClever {
    height: 25px !important;
    width: 30px !important;
  }

  .contentRedes {
    margin: .5rem 0px;
  }

  .linkRedSocial i {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 540px) and (max-width: 768px) {
  #contentInicioButtons__btnDemo {
    margin-bottom: 0px;
  }
}

/* ------------------- */
/*        TABLET       */
/* ------------------- */
@media screen and (min-width: 767px) and (max-width: 991px) {
  .contentModulos__backgroundImage {
    display: none;
  }

  .contentModulos .contentTitle p {
    width: 100%;
  }

  .contentSoluciones__contentIcon {
    width: 40% !important;
  }

  #contentBanner {
    background: none;
    height: auto;
    border: none !important;
  }

  #contentBanner h1 {
    color: #316B9F !important;
  }

  #h1PantallaGrande {
    display: none !important;
  }

  #h1PantallaChica {
    display: block !important;
  }

  .slider-container {
    grid-auto-columns: 250px !important;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  #contentBanner {
    height: 30vh;
  }
}

/* ----------------------- */
/*    MONITORES GRANDES    */
/* ----------------------- */
@media screen and (min-width: 1200px) {

  #sectionTecnologiaSinLimites {
    /* #contentFormContacto { */
    max-width: 1140px;
  }

  /* #contentBanner h1 {
    max-width: calc(1140px * 0.6);
  } */

  #sectionTecnologiaSinLimites .card-body {
    min-height: 17rem !important;
  }

  #contentBanner {
    height: 500px;
  }
}