/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  list-style: none;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  background-color: #fff;
}
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
/* --------------------------------------------- */

.trns {
  transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}

/* colores
- azul deg (topbar): left= #212e4f, right= #0e1727
- azul: #074a82
- azul 2: #126abd
- celeste: #2d9dd5 - #2D9DD5
- celeste 2: #1075b9
- gris fondo:#f7f7f7 ~ #f0f0f0
- gris texto: #5b5b5b
*/

.bg-a-deg,
.btn-a-deg {
  background: rgb(33, 46, 79);
  background: -moz-linear-gradient(
    left,
    rgba(33, 46, 79, 1) 0%,
    rgba(14, 23, 39, 1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(33, 46, 79, 1) 0%,
    rgba(14, 23, 39, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(33, 46, 79, 1) 0%,
    rgba(14, 23, 39, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#212e4f', endColorstr='#0e1727',GradientType=1 );
}
.bg-ao,
.btn-ao {
  background-color: #0e1727;
}
.bg-a,
.btn-a {
  background-color: #074a82;
}
.sl-a {
  color: #074a82;
}
.bg-a2,
.btn-a2 {
  background-color: #126abd;
}
.sl-a2 {
  color: #126abd;
}
.bg-c,
.btn-c {
  background-color: #2d9dd5;
}
.sl-c {
  color: #2d9dd5;
}
.bg-c2,
.btn-c2 {
  background-color: #0f74b8;
}
.sl-c2 {
  color: #0f74b8;
}
.bg-g,
.btn-g {
  background-color: #f0f0f0;
}
.sl-g {
  color: #5b5b5b;
}

.btn-outline-light {
  border-width: 1px;
  border-radius: 1.1rem;
  padding: 0.375rem 1.75rem;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  background-color: transparent !important;
  color: #fff !important;
}

:focus,
:active,
button:active,
button:focus {
  outline: 0;
}

.is-invalid,
.is-invalid:focus {
  background-color: rgba(220, 53, 69, 0.03);
}
.sl {
  text-decoration: none;
}
.sl:hover {
  text-decoration: none;
}
.sl i {
  text-align: center;
  margin-right: 4px;
}

.bg-b {
  background-color: #fff;
}
.sl-b,
.btn-fb {
  color: #fff !important;
}
.sl-b2 {
  color: #dedede;
}

.btn-wsp {
  background-color: #128c7e;
  color: #fff;
}
.btn-wsp:active,
.btn-wsp:hover,
.btn-wsp:focus {
  color: #fff;
}

.btn-fb,
.bg-fb {
  background-color: #3b5998;
}
.sl-fb {
  color: #3b5998;
}

.btn-tw,
.bg-tw {
  background-color: #00acee !important;
  color: #fff !important;
}
.sl-tw {
  color: #00acee !important;
}

/* tamaños */
.f-10 {
  font-size: 10px;
}
.f-11 {
  font-size: 11px;
}
.f-12 {
  font-size: 12px;
}
.f-13 {
  font-size: 13px;
}
.f-14 {
  font-size: 14px;
}
.f-15 {
  font-size: 15px;
}
.f-16 {
  font-size: 16px;
}
.f-18 {
  font-size: 18px !important;
}
.f-20 {
  font-size: 20px !important;
}
.f-22 {
  font-size: 22px;
}
.f-24 {
  font-size: 24px !important;
}
.f-26 {
  font-size: 26px;
}
.f-28 {
  font-size: 28px;
}
.f-30 {
  font-size: 30px;
}
.f-32 {
  font-size: 32px;
}
.f-34 {
  font-size: 34px;
}
.f-36 {
  font-size: 36px;
}
.f-38 {
  font-size: 38px;
}
.f-40 {
  font-size: 40px;
}
.f-42 {
  font-size: 42px;
}
.f-45 {
  font-size: 45px;
}
.f-w300 {
  font-weight: 300;
}
.f-w400 {
  font-weight: 400;
}
.f-w600 {
  font-weight: 600;
}
.f-w700 {
  font-weight: 700;
}
.f-w800 {
  font-weight: 800;
}
.f-w900 {
  font-weight: 900;
}
.ff-2 {
  font-family: "Shadows Into Light", cursive;
}
.f-italic {
  font-style: italic;
}
.lh {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}

/* */
.cp {
  cursor: pointer;
}

.tac {
  text-align: center;
}
.tal {
  text-align: left;
}
.tar {
  text-align: right;
}
.ttu {
  text-transform: uppercase;
}
.c1 {
  width: 100%;
}
.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.img-w {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.clear {
  clear: both;
}
.sec {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sec-m {
  padding-top: 30px;
  padding-bottom: 30px;
}
.sec-mm {
  padding-top: 15px;
  padding-bottom: 15px;
}
.br-50 {
  border-radius: 50%;
}
.br {
  border-radius: 4px;
}
.brx {
  border-radius: 10px;
}
.br-t {
  border-radius: 4px 4px 0 0;
}
.brx-t {
  border-radius: 10px 10px 0 0;
}
.br-b {
  border-radius: 0 0 4px 4px;
}
.brx-b {
  border-radius: 0 0 10px 10px;
}

.pos-rel {
  position: relative;
}
[data-div],
.frm_load,
.frm_msj {
  display: none;
}

/* topbar */
.switch-languages {
  font-size: 11px;
  line-height: 25px;
}

/* menu */
#menu {
  position: fixed;
  top: 34px;
  left: 0;
  right: 0;
  background: rgba(14, 23, 39, 0.7);
  z-index: 999;
}
#menu li {
  margin-left: 10px;
}
#menu li a {
  color: #fff;
  text-decoration: none;
}
/* header */
.logo,
.logo a {
  display: block;
  width: 210px;
  height: 34px;
  text-indent: -9999px;
  overflow: hidden;
}
.logo-head a {
  background-image: url("assets/img/logo_210x34.png");
}

.logo-footer a {
  background-image: url("assets/img/logo_210x34.png");
}

/* slide principal */
.slide-p-item {
  position: relative;
  min-height: 490px;
  background-image: url("/assets/img/header-background-smarti-bi.jpg");
}
.slide-p-item .container {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  bottom: 0;
}

/* box line */
.box-line {
  position: relative;
  padding-left: 30px;
}
.box-line:before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
  background-color: #2d9dd5;
}

/* col solapa */
.col-solapa {
  position: relative;
  height: 56px;
}
.col-solapa img {
  float: right;
  margin-top: -1px;
}

/* titulos line */
.t-line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  width: 100%;
  border-top: 1px solid #074a82;
  z-index: 2;
}
.t-line span {
  position: relative;
  padding-right: 10px;
  z-index: 99;
}

/* box */
.box {
  height: 100%;
  padding: 30px;
  border-radius: 30px;
  box-shadow: 0 4px 6px rgba(10, 10, 10, 0.6);
}

.cursos-box {
  position: relative;
  margin-top: -280px;
}

.lista-icon img {
  max-width: 52px;
  vertical-align: top;
  margin-bottom: 10px;
}

.box-servicio li:before {
  content: "•";
  margin-right: 10px;
}

.columns-2 {
  columns: 2;
}

.servicio-capacitacion {
  min-height: 500px;
}

/* solución */
.box-number {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  font-weight: 800;
  font-size: 30px;
  line-height: 1;
  text-align: center;
  padding-top: 7px;
}

/* slides */
.btn-slide-l,
.btn-slide-r {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background-color: rgba(10, 10, 10, 0.2);
  border-radius: 50%;
  top: 50%;
  margin-top: -19px;
  color: #fff;
  z-index: 999;
}
.btn-slide-l {
  left: 10px;
}
.btn-slide-r {
  right: 10px;
}
.btn-slide-l:hover,
.btn-slide-r:hover {
  background-color: rgba(10, 10, 10, 0.35);
}

.frm {
  border-radius: 20px;
}

.frm_load {
  width: 100%;
  padding: 110px 0;
  background: url("/assets/img/load.svg") center center no-repeat;
}

/* menu clp */
.clp-btn,
.clp-btn:hover {
  font-size: 32px;
  color: #1f9388;
}
#menu_clp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(47, 79, 79, 0.4);
  z-index: 9999;
  overflow: hidden;
}
#menu_clp_b {
  display: block;
  position: fixed;
  right: -280px;
  top: 0;
  width: 280px;
  bottom: 0;

  box-shadow: -1px 0 10px rgba(10, 10, 10, 0.5);
  overflow: hidden;
  overflow-y: auto;
}
#menu_clp_c li a {
  display: block;
  padding: 10px 0 10px 10px;
  font-size: 17px;
  color: #808080;
  text-decoration: none;
}
#menu_clp_c li a:hover,
#menu_clp_c li a:focus,
#menu_clp_c li a:active {
  background-color: #2d9dd5;
  color: #f0f0f0;
}
#menu_clp_c li a i {
  width: 24px;
  margin-right: 6px;
  text-align: center;
}
.escala-grises {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}

/* blimpo footer */
.blimpo_footer {
  background-color: #0e1727;
  padding: 14px 0;
  text-align: center;
  border-top: 1px solid #0a121e;
}
.blimpo_footer_c a img {
  max-height: 12px;
  width: auto;
  transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
}
.blimpo_footer_c a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.blimpo_footer_c a:hover img {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none;
}

/* btn fixeds */
.btns-fix {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 48px;
}
.btns-fix a {
  display: flex;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  margin-bottom: 14px;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.btns-fix a:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.btns-fix a:last-child {
  margin-bottom: 0;
}
.btns-fix a[data-color="envelope"] {
  background-color: #ffffff;
  color: #404040;
  border: 1px solid #cdcdcd;
}
.btns-fix a[data-color="whatsapp"] {
  background-color: #25d366;
  color: #ffffff;
}

@media (max-width: 576px) {
  .slide-p-item .f-30 {
    font-size: 20px;
  }
  .slide-p-item {
    min-height: 380px !important;
  }
}

@media (max-width: 768px) {
  .slide-p-item {
    min-height: 420px;
  }
  .slide-p-item .f-30 {
    font-size: 24px;
  }
  .servicio-capacitacion {
    min-height: 320px;
  }
  .columns-2 {
    columns: 1;
  }
}

@media (max-width: 992px) {
  .slide-p-item {
    background-image: none;
    background-color: #084b82;
  }
}
