/*! TIPOGRAFIA */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

button,
button::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
*:focus,
button:focus {
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.container {
  max-width: 1900px;
}
.container.strech {
  max-width: 1165px;
}
.p-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
  padding-bottom: 5px !important;
  padding-top: 5px !important;
}


a.ver-mas {
  color: #5a5a5a;
  font-family: "Conv_GT-America-Bold";
}
a.link-tag {
  color: #5a5a5a;
}

.divider {
  width: 34px;
  height: 10px;
  background: #dde1e6;
  clear: both;
  margin: 0px 0 40px;
}


.btn.large {
  padding: 0 40px;
}
.btn.negro {
  background: #000000;
  color: #ffffff;
}
.btn.btn-gris {
  border: 2px solid #d6dade;
  background: #ffffff;
  color: #d6dade;
}
.btn.btn-transparent {
  border: 2px solid #d6dade;
  background: transparent;
  color: #ffffff;
}
.btn.btn-transparent-dark {
  border: 2px solid #606060;
  background: transparent;
  color: #1f1f1f;
}
.btn.btn-blanco {
  background: #ffffff;
  color: #1b2024;
  border: 2px solid #626262;
}
.btn.btn-descarga {
  margin: 30px 0;
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 20px;
  text-transform: none;
  position: relative;
  width: 100%;
  height: 97px;
  line-height: 77px;
  max-width: 815px;
  border: 0;
  padding: 10px 50px 10px 120px;
  text-align: left;
  background: url("../images/icon-pdf.png") no-repeat 40px center #e1e1e1;
}
.btn.btn-descarga:after {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 15px;
  right: 60px;
  background: url("../images/icon-descargar.png") no-repeat right center
    transparent;
}
.btn.btn-descarga:hover {
  background-color: #fff;
  color: #1b2024;
}
.color-gray {
  color: #b8b8b8;
}
.color-white {
  color: #ffffff;
}
.line {
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #d3d2d2;
}
.mob {
  display: none;
}
.desk {
  display: block;
}
.cb-checkbox {
  cursor: auto;
}
.div-seccion {
  position: absolute;
  top: -5vh;
}
.tabla-rofex,
.tabla-renta-fija,
.tabla-byma,
.tabla-cotizaciones,
.tabla-cotizaciones-2,
.tabla-cotizaciones-3 {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}
.tabla-cotizaciones,
.tabla-cotizaciones-2,
.tabla-cotizaciones-3 {
  position: absolute;
}
.tabla-rofex.loaded,
.tabla-renta-fija.loaded,
.tabla-byma.loaded,
.tabla-cotizaciones.loaded,
.tabla-cotizaciones-2.loaded,
.tabla-cotizaciones-3.loaded {
  visibility: visible;
  opacity: 1;
}
.tabla-cotizaciones.loaded,
.tabla-cotizaciones-2.loaded,
.tabla-cotizaciones-3.loaded {
  position: relative;
}
.btn-asesor {
  margin: 0 auto;
  max-width: 300px;
  font-size: 1em;
  min-height: 50px;
  display: flex;
  align-items: center;
}
.error-campo {
  color: red;
}
.hidden {
  visibility: hidden;
}
.inversiones.slick,
.segmentos,
.informes,
#calendar-date,
.sidebar-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.inversiones.slick.slick-initialized,
.segmentos.slick-initialized,
.informes.slick-initialized,
#calendar-date.slick-initialized,
.sidebar-slider.slick-initialized {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .mob {
    display: block;
  }
  .desk {
    display: none;
  }
  .btn.btn-descarga {
    margin: 30px 0;
    font-family: "Conv_GT-America-Compressed-Bold";
    font-size: 18px;
    text-transform: none;
    position: relative;
    width: 100%;
    height: 80px;
    line-height: 60px;
    max-width: 815px;
    border: 0;
    padding: 10px 10px 10px 75px;
    text-align: left;
    background: url(../images/icon-pdf.png) no-repeat 10px center #e1e1e1;
    background-size: 60px;
  }
  .btn.btn-descarga:after {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    right: 10px;
    background: url(../images/icon-descargar.png) no-repeat right center
      transparent;
    background-size: 45px;
  }
}

/*-------------------------
 HEADER
 --------------------------*/

header {
  background: white;
  width: 100%;
  height: 110px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #829097;
}
header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h1.brand {
  text-indent: -99999px;
  width: 315px;
  height: 45px;
  background: url("./img/grupoiebnegro.png") no-repeat center transparent;
}
h1.brand a {
  display: block;
}
.navigation {
  display: inherit;
}
nav {
  position: relative;
  /* padding-right: 40px; */
  height: 40px;
  width: 40px;
}

header .btn {
	margin-right: 8px;
	background: white;
    color: black;
}
	
header .btn:hover,
header .btn.active {
  margin-right: 8px;
  background: #f6f6f6;
  color: #000000;
}
button.display-login {
  width: 50px;
  height: 50px;
  background: url("../images/login-button.png") no-repeat center transparent;
  background-size: contain;
  border: none;
  outline: none;
  display: none;
}
@media (max-width: 768px) {
  h1.brand {
    text-indent: -99999px;
    width: 112px;
    height: 60px;
    background: url(./img/grupoiebnegro.png) no-repeat center transparent;
    background-size: contain;
  }
  button.display-login {
    display: block;
    cursor: pointer;
  }
  .login {
    margin-right: 30px;
  }
  .botonera {
    opacity: 0;
    display: none;
    background: #000;
    position: absolute;
    z-index: 101;
    top: 85px;
    width: 100%;
    height: calc(100vh - 110px);
    right: 0;
    padding: 20px;
    text-align: center;
    transition: 0.2s ease;
    transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: left 0.5s ease-in-out;
  }
  .botonera.open {
    display: block;
    opacity: 1;
  }
  .botonera a.btn {
    width: 100%;
    margin: 10px 0;
  }
}
/*-------------------------
 BANNERS
 --------------------------*/
.banner {
  width: 100%;
  background-color: #252120;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner.somos {
  background-image: url("../images/banners/quienes-somos.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.management {
  background-image: url("../images/banners/management-team.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.oficinas {
  background-image: url("../images/banners/oficinas.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.ranking {
  background-image: url("../images/banners/ranking.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.herramientas,
.banner.calculadora,
.banner.invertir,
.banner.calendario {
  background-image: url("../images/banners/herramientas.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.letes {
  background-image: url("../images/banners/bg-letes.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.lecaps {
  background-image: url("../images/banners/bg-lecaps.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.apertura {
  background-image: url("../images/banners/bg-apertura.jpg");
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
}
.banner.research {
  background-image: url("../images/banners/bg-research.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

h3.sup-title {
  color: #c2c2c2;
}
h2.title {
  color: #ffffff;
}
.banner h2.title.big {
  font-size: 120px;
  line-height: 70px;
}
.share {
  position: absolute;
  right: 0;
  top: 5px;
  z-index: 10;
  display: inline-block;
}
.share h6 {
  display: inline-block;
  color: #a1a1a1;
  font-family: "Conv_GT-America-Condensed-Medium";
  margin-right: 4px;
  text-transform: none;
}
.share a {
  background: #e9ebee;
  color: #a1a1a1;
  border-radius: 100%;
  width: 31px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-right: 3px;
  margin-left: 3px;
  transition-duration: 0.5s;
}
.share a:hover {
  color: #e9ebee;
  background: #a1a1a1;
}
@media (max-width: 768px) {
  .banner h2.title.big {
    font-size: 95px;
    line-height: 70px;
  }
}

/*-------------------------
SIDEBAR
 --------------------------*/
.sidebar {
  max-width: 280px;
}
.sidebar h4 {
  margin-bottom: 20px;
}

ul.nav-sidebar {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nav-sidebar li {
  margin: 4px 0;
}
ul.nav-sidebar li a {
  font-family: "Conv_GT-America-Condensed-Medium";
  font-size: 14px;
  padding: 10px 15px;
  display: block;
  background: #e9ebee;
  color: #a1a1a1;
  /* height: 43px; */
  line-height: 24px;
  text-decoration: none;
  transition-duration: 0.5s;
}
ul.nav-sidebar li a:hover,
ul.nav-sidebar li a.active {
  background: #dde1e6;
  color: #1b2024;
}
.slick-slider {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .banner {
    min-height: 290px;
  }
  .banner.somos {
    background-image: url("../images/banners/quienes-somos-mob.jpg");
  }
  .banner.oficinas {
    background-image: url("../images/banners/oficinas-mob.jpg");
    background-position: center right;
  }
  .sidebar {
    max-width: 100%;
    padding-top: 30px;
    border-top: 1px solid #dde1e6;
  }
  .share {
    position: relative;
    right: 0;
    top: -10px;
    z-index: 10;
    display: inline-block;
    margin-bottom: 10px;
  }
  .share h6 {
    display: none;
  }
}
/*--------------------------
!SLIDER | |HOME 
---------------------------*/
.carousel-item {
  height: calc(100vh - 110px);
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.carousel-item.uno {
  background-image: url("../images/slider/1.jpg");
}
.carousel-item.dos {
  background-image: url("../images/slider/2.jpg");
}
.carousel-item.tres {
  background-image: url("../images/slider/3.jpg");
}

.carousel-caption {
  position: relative;
  width: 80%;
  left: 0;
  bottom: 20px;
  top: 40px;
  right: inherit;
  display: flex;
  align-content: center;
  flex-direction: column;
  text-align: left;
}
.carousel-caption.primera {
  padding-top: 0;
}
.carousel-caption .hola-inversor {
  margin-bottom: 30px;
}
.carousel-caption .hola-inversor h2 {
  font-size: 110px;
  line-height: 110px;
  padding: 0;
}
.carousel-caption .todavia-inversor h2 {
  font-size: 65px;
  line-height: 65px;
  padding: 0;
}
.carousel-caption .todavia-inversor p {
  font-size: 1.2em;
  margin: 10px 0 5px;
  line-height: 1.4;
}
.carousel-caption .hola-inversor a.btn.slide,
.carousel-caption .todavia-inversor a.btn.slide {
  margin-top: 15px;
}

.carousel-caption h2 {
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 120px;
  line-height: 110px;
  text-transform: uppercase;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  color: #ffffff;
}
.carousel-caption h2 span {
  color: #c2c2c2;
}

.carousel-caption h4 {
  text-align: left;
  font-size: 28px;
}
.carousel-caption p {
  font-family: "Conv_GT-America-Light";
  font-size: 21px;
  line-height: 21px;
  text-align: left;
  text-transform: none;
  padding-top: 0px;
  color: #ffffff;
}
.carousel-caption a.btn.slide {
  background: transparent;
  min-width: 185px;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  margin-top: 30px;
  color: #ffffff;
  text-decoration: none;
  align-self: flex-start;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.carousel-caption a.btn.slide:hover {
  background: #ffffff;
  color: #000000;
}
.nav-carousel {
  width: 130px;
  height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
  bottom: 10px;
  padding: 10px 50px;
}

.carousel-indicators {
  position: absolute;
  right: initial;
  bottom: 5px;
  left: initial;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 12px;
  height: 12px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: inherit;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  z-index: 100;
}
.carousel-control-prev,
.carousel-control-next {
  width: 50px;
}
.carousel-control-next {
  right: -3px;
}
.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  background: url("../images/prev.png") no-repeat center transparent;
}
.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background: url("../images/next.png") no-repeat center transparent;
}

@media (max-width: 768px) {
  .carousel-item.uno {
    background-image: url("../images/slider/1-mob.jpg");
    background-position: top center;
  }
  .carousel-item.dos {
    background-image: url("../images/slider/2-mob.jpg");
    background-position: top center;
  }
  .carousel-item.tres {
    background-image: url("../images/slider/3-mob.jpg");
    background-position: top center;
  }
  .carousel-caption {
    left: 20px;
  }
  .carousel-caption h2 {
    font-size: 80px;
    line-height: 82px;
  }
}
/*-------------------------
 CONTENIDO
 --------------------------*/
.contenido {
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.contenido.dark {
  background: #272727;
}
.contenido.dark.vector {
  padding: 120px 0;
  background: url("../images/bg-vector.jpg") center bottom #272727;
}
.contenido.skills {
  padding: 120px 0;
  background: url("../images/parallax.jpg") center bottom #272727;
  background-size: cover;
}
.contenido article {
  position: relative;
  width: 100%;
  max-width: 850px;
  padding-bottom: 30px;
}
.contenido article.full {
  min-height: 50px;
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-bottom: 30px;
}
.contenido article > h3 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  position: relative;
}
.contenido article > h3.c-sub {
  padding-bottom: 0px;
  margin-bottom: 5px;
  position: relative;
}
.contenido article > h5.sub {
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.contenido article > h3.line {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #d3d2d2;
  padding-right: 20%;
}
.contenido article .box {
  background: #ffffff;
  padding: 40px;
  max-width: 830px;
}
h3.icon {
  padding: 20px 0 20px 60px;
  background-image: url("../images/icon-calculadora.png");
  background-position: left center;
  background-repeat: no-repeat;
  color: #c5cad0;
}
h3.icon.calculadora {
  background-image: url("../images/icon-calculadora.png");
}
h3.icon.calendario {
  background-image: url("../images/icon-calendario.png");
}
h3.icon.invierta {
  background-image: url("../images/icon-invierta.png");
}

.contenido article > h3 a.ver-todo {
  position: absolute;
  right: 0;
  top: 15px;
  font-size: 14px;
  color: #1b2024;
  font-family: "Conv_GT-America-Bold";
}
.contenido.dark h3 {
  color: #ffffff;
  margin-bottom: 30px;
}
.destacado.dark {
  width: 100%;
  background: #1f1f1f;
  padding: 50px 0;
}
.destacado h3 {
  text-align: center;
}
.contenido.dark h3.big {
  color: #b3b3b3;
  margin-bottom: 30px;
  font-size: 43px;
  margin-bottom: 10px;
}
.contenido p.sub {
  color: #b3b3b3;
  font-size: 21px;
  margin-bottom: 70px;
}
.div-hover,
.div-proximamente-mob {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #00000070;
  z-index: 3;
}
.div-hover p {
  color: #eee;
  font-weight: 500;
}
.desk.hover {
  z-index: 2;
}

@media (max-width: 768px) {
  .contenido {
    position: relative;
    width: 100%;
    padding: 30px 0 70px;
  }
  .contenido article.full-mob {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
  .contenido article.full-mob > h3.line {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
  .contenido article .box {
    background: transparent;
    padding: 0;
    max-width: 830px;
  }
  h3.icon.calculadora {
    background-image: url(../images/icon-calculadora-mob.png);
    font-size: 21px;
    padding: 10px 0 10px 42px;
    background-size: contain;
    color: #1b2024;
  }
  h3.icon.invierta {
    background-image: url(../images/icon-invierta-mob.png);
    font-size: 21px;
    padding: 10px 0 10px 42px;
    background-size: contain;
    color: #1b2024;
  }
  .contenido.dark.vector {
    padding: 20px 0;
    background: #272727;
  }
  .contenido.dark h3.big {
    font-size: 34px;
  }
}
/*--------------------------------
TIMELINE
---------------------------------*/
.modulo {
  position: relative;
  display: block;
}
.modulo img {
  width: 100%;
}
.modulo .info {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.modulo.segmento .info {
  top: inherit;
}
.modulo .info p {
  font-family: "Conv_GT-America-Condensed-Medium";
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 10px;
}
.modulo .info h2 {
  font-family: "Conv_GT-America-Compressed-Bold";
  color: #ffffff;
  font-size: 60px;
  line-height: 60px;
}
.modulo .info h4 {
  font-family: "Conv_GT-America-Compressed-Bold";
  color: #ffffff;
  font-size: 35px;
  line-height: 35px;
}
.modulo .info span {
  font-family: "Conv_GT-America-Bold";
  position: absolute;
  bottom: 20px;
  text-transform: uppercase;
  font-size: 14px;
}

.box-servicio {
  text-align: center;
  max-width: 360px;
  margin: auto;
}
.box-servicio hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #fff;
}
.box-servicio .icono {
  margin: 20px auto;
}
.box-servicio h4 {
  text-align: center;
  color: #ffffff;
  text-transform: none;
  font-family: "Conv_GT-America-Bold";
  font-size: 22px;
  min-height: 55px;
}
.box-servicio p {
  text-align: left;
  color: #ffffff;
  text-transform: none;
  font-family: "Conv_GT-America-Light";
}
@media (max-width: 768px) {
}
/*--------------------------------
TIMELINE
---------------------------------*/
.timeline {
  width: 100%;
  max-width: 800px;
  position: relative;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 62px;
  bottom: 0px;
  width: 4px;
  background: #dde1e6;
}
.timeline:after {
  content: "";
  display: table;
  clear: both;
}
.entry {
  clear: both;
  text-align: left;
  position: relative;
}
.entry .title {
  margin-bottom: 25px;
  float: left;
  width: 60px;
  padding-right: 30px;
  text-align: right;
  position: relative;
}
.entry .title:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #dde1e6;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -11px;
  z-index: 99;
}
.entry .title h3 {
  font-family: "Conv_GT-America-Condensed-Bold";
  font-size: 20px;
  color: #231f20;
}
.entry .body {
  margin: 0 0 3em;
  float: right;
  width: calc(100% - 60px);
  padding-left: 30px;
  font-family: "Conv_GT-America-Light";
  font-size: 16px;
  line-height: 24px;
  color: #5a5a5a;
}
.entry .body:last-child {
  margin-bottom: 0;
}
.images-entry {
  width: 100%;
  margin-bottom: 50px;
}
.images-entry img {
  max-width: 100%;
}
.post p strong {
  font-family: "Conv_GT-America-Bold";
}
h2.tit-post {
  font-size: 36px;
  padding: 40px 0;
  line-height: 40px;
  margin-bottom: 30px;
}
h5.date {
  padding-bottom: 15px;
  padding-top: 15px;
}

@media (max-width: 768px) {
}
/*--------------------------------
staff
---------------------------------*/
.card-deck {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.card {
  max-width: 260px;
  margin: 10px;
  border: 0;
  border-radius: 0;
}
.card-img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
  height: 258px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
}
.card-img img {
  height: 100%;
  width: initial;
}
.card-body {
  width: 100%;
  border-radius: 0;
  background: #dde1e6;
  text-align: center;
}

.content-perfil {
  padding: 70px;
  background: #f6f6f6;
  width: 900px;
}
.slider-perfil {
  width: 40%;
  float: left;
}
.descripcion-perfil {
  width: 60%;
  float: left;
  padding-left: 60px;
}
.descripcion-perfil h4 {
  font-size: 24px;
  color: #222222;
  font-family: "Conv_GT-America-Condensed-Medium";
  text-transform: none;
}
.descripcion-perfil h5 {
  font-size: 16px;
  color: #222222;
  font-family: "Conv_GT-America-Regular";
  text-transform: none;
}
.descripcion-perfil p {
  font-size: 15px;
  color: #222222;
  font-family: "Conv_GT-America-Bold";
  text-transform: none;
  margin-bottom: 0;
}
.descripcion-perfil ul {
  padding: 0;
  margin-left: 20px;
}
.descripcion-perfil ul li {
  font-size: 15px;
  color: #222222;
  font-family: "Conv_GT-America-Regular";
  text-transform: none;
}
.imagen-modal {
  height: 258px;
  width: 258px;
  background-size: cover;
  background-position: center;
}

/* Dots */
.images-perfil .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.images-perfil .slick-dots {
  position: absolute;
  bottom: -55px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.images-perfil .slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 20px;
  margin: 5px;
  padding: 0;

  cursor: pointer;
}
.images-perfil .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #dde1e6;
  border-radius: 100%;
}
.images-perfil .slick-dots li.slick-active button {
  background: #313131;
}

.images-perfil .slick-dots li button:hover,
.images-perfil .slick-dots li button:focus {
  outline: none;
}

.images-perfil .slick-slide img {
  display: block;
  width: 100%;
}

ul.col-team {
  padding: 0;
  width: 100%;
}
.team-box {
  position: relative;
  max-width: 100%;
  margin: 10px 0;
  padding: 15px 0 15px 15px;
  border: 0;
  border-radius: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  background: #dde1e6;
}
.team-img {
  width: 130px;
  border-radius: 0;
  overflow: hidden;
  height: 130px;
  padding-right: 0px;
  text-align: center;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.team-img img {
  height: 100%;
  width: initial;
}
.team-name {
  flex: 1 1 auto;
  position: relative;
  padding: 1.25rem;
  width: auto;
  border-radius: 0;
  background: #dde1e6;
  text-align: left;
}
a.team-name {
  text-decoration: none;
}

a.team-name h4 {
  text-decoration: none;
  font-family: "Conv_GT-America-Compressed-Bold";
  color: #231f20;
  text-transform: none;
  font-size: 24px;
  margin: 0;
}
.team-cv.dropdown {
  display: none;
}
.team-cv {
  padding: 20px 0;
}
.team-cv ul {
  padding: 0;
  list-style: none;
  margin-bottom: 20px;
}
.team-cv p {
  margin: 0;
  font-family: "Conv_GT-America-Bold";
  color: #231f20;
}
.team-box .dropdown-toggle::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  border: solid #231f20;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  margin-top: -10px;
}
.team-box .dropdown-toggle.active::after {
  content: "";
  position: absolute;
  right: 20px;

  border: solid #231f20;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
@media (max-width: 560px) {
  .team-img {
    width: 100px;
    height: 100px;
  }
  .team-name {
    padding-left: 15px;
  }
  .team-box .dropdown-toggle::after,
  .team-box .dropdown-toggle.active::after {
    right: 10px;
  }
}

/*--------------------------------
OFICINAS
---------------------------------*/
.galeria {
}
.galeria a.thumb {
  width: 260px;
  height: 260px;
  overflow: hidden;
  margin: 10px;
  display: inline-block;
}

.mapa {
  width: 100%;
  height: 545px;
  padding: 20px;
  background: #dde1e6;
}
#map {
  width: 100%;
  height: 505px;
}
@media (max-width: 768px) {
  .galeria a.thumb {
    height: auto;
  }
  .galeria a.thumb img {
    display: block;
    width: 100%;
  }
  .galeria .slick-dots li button {
    background: #c2c2c2;
  }
  .galeria .slick-dots li.slick-active button {
    background: #3f3f3f;
  }
  #map {
    width: 100%;
    height: 400px;
  }
  .mapa {
    width: 100%;
    height: 400px;
    padding: 0;
    background: transparent;
  }
}
/*--------------------------------
RANKING
---------------------------------*/
ul.nav.nav-tabs li {
  margin-bottom: 20px;
  margin-right: 10px;
}
ul.nav.nav-tabs li a {
  display: block;
  background: #ffffff;
  border: 2px solid #dde1e6;
  padding: 15px 20px;
  color: #1b2024;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Conv_GT-America-Medium";
  text-decoration: none;
}
ul.nav.nav-tabs li a.show {
  background: #231f20;
  border: 2px solid #231f20;
  color: #ffffff;
}

.tab-content {
  margin-top: 35px;
}
.table {
  border: 0;
}
.table th,
.table td {
  border-top: 0;
}
.table tr {
  height: 50px;
  background: #f1f3f5;
  border-bottom: 5px solid #f6f6f6;
}
.table tr:hover {
  background: #dde1e6;
}

.table th {
  padding-left: 20px;
  font-size: 16px;
  font-family: "Conv_GT-America-Bold";
  color: #595959;
  width: 30%;
}
.table th {
  font-size: 16px;
  font-family: "Conv_GT-America-Light";
  color: #595959;
  text-transform: uppercase;
}
.tabla-renta-fija tbody,
.tabla-byma tbody {
  text-transform: uppercase;
}

@media (max-width: 768px) {
  ul.nav.nav-tabs li {
    margin-bottom: 10px;
    margin-right: 0.5%;
    margin-left: 0.5%;
    width: 49%;
  }
  ul.nav.nav-tabs li a {
    text-align: center;
    padding: 10px 5px;
    font-size: 9px;
  }
  .table th {
    padding-left: 10px;
  }
  .table.ranking th {
    width: 10%;
    padding-left: 20px;
  }
}
/*--------------------------------
HERRAMIENTAS
---------------------------------*/
.herramientas .form-group {
  width: calc(50% - 30px);
  margin: 15px;
}
.herramientas .form-group label {
  color: #1b2024;
  font-size: 14px;
  font-family: "Conv_GT-America-Medium";
}
.herramientas .form-group select,
.herramientas .form-group input {
  border-radius: 0;
  outline: none;
  height: 42px !important;
}
.herramientas .form-group select option {
  color: #757e88;
  font-size: 14px;
  margin: 5px;
}
.form-control:focus {
  color: #757e88;
  background-color: #fff;
  border-color: #c2c2c2;
  outline: 0;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: #757e88;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #757e88;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #757e88;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #757e88;
  opacity: 1;
}

.form-control::placeholder {
  color: #757e88;
  opacity: 1;
}
.herramientas .form-group > button.btn-blanco {
  margin-top: 31px;
}
.resultado {
  padding: 20px 0;
}
.resultado h5 {
  font-family: "Conv_GT-America-Bold";
  color: #1b2024;
}
.resultado p strong {
  font-family: "Conv_GT-America-Bold";
  color: #1b2024;
}
.resultado.calculadora {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
  .herramientas .form-group {
    width: 100%;
    margin: 15px;
  }
  .herramientas form.invierta .form-group {
    width: 100%;
    margin: 5px;
    background: #ffffff;
    padding: 20px;
  }
  .resultado {
    padding: 20px;
    background: #fff;
  }
  .resultado p {
    margin-bottom: 0;
  }
}
/*--------------------------------
invertir
---------------------------------*/
.bubble {
  position: relative;
  width: 100%;
  padding: 15px 18px;
  background: #c5cad0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
  color: #ffffff;
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 20px;
}

.bubble:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 10px 10px 0;
  border-color: #c5cad0 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -10px;
  left: 7px;
}
@media (max-width: 768px) {
}
/*--------------------------------
calendario
---------------------------------*/
.calendar-box {
}
.calendar-box .mes {
  width: 100%;
  height: 80px;
  background: #dde1e6;
  font-family: "Conv_GT-America-Bold";
  text-align: center;
  font-size: 21px;
  line-height: 80px;
  color: #302e2e;
  text-transform: uppercase;
  position: relative;
  padding: 0 120px;
  overflow: hidden;
}
#calendar-date {
  position: relative;
}
#calendar-date button.slick-arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 15px;
  border: none;
  cursor: pointer;
  text-indent: -99999px;
  z-index: 1;
}
#calendar-date button.slick-arrow.slick-prev {
  left: 20px;
  background: url("../images/arrow-prev-n.png") no-repeat center #dde1e6;
}
#calendar-date button.slick-arrow.slick-next {
  right: 20px;
  background: url("../images/arrow-next-n.png") no-repeat center #dde1e6;
}
#calendar-date button.slick-arrow:focus {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion.calendar {
  list-style: none;
  padding: 0;
}

.accordion.calendar li {
  list-style: none;
  padding: 15px 30px;
  background: #ffffff;
  margin-bottom: 8px;
  position: relative;
}
.accordion.calendar li h4 {
  font-family: "Conv_GT-America-Bold";
  font-size: 16px;
  position: relative;
  padding: 10px 40px;
  cursor: pointer;
  width: 100%;
  background-image: url("../images/icon-calendario.png");
  background-position: left center;
  background-repeat: no-repeat;
}
.accordion.calendar li .arrow {
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0px;
  cursor: pointer;
}
.accordion.calendar li .arrow:after {
  width: 8px;
  height: 8px;
  border-right: 1px solid #4a6e78;
  border-bottom: 1px solid #4a6e78;
  position: absolute;
  left: 50%;
  margin-left: -4px;
  content: " ";
  bottom: 15px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion.calendar li .arrow.active:after {
  transform: rotate(225deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion.calendar li .desglose {
  display: none;
}

.desglose p span {
  color: #c5cad0;
  font-size: 14px;
  display: block;
}

@media (max-width: 768px) {
}

/*--------------------------------
Tasas implícitas
---------------------------------*/

#resultadoInversiones {
  height: 2790px;
}
@media screen and (max-width: 768px) {
  #resultadoInversiones {
    height: 2878px;
  }
}
@media screen and (max-width: 420px) {
  #resultadoInversiones {
    height: 4525px;
  }
}

/*--------------------------------
RESEARCH
---------------------------------*/
.segmentos,
.inversiones,
.informes {
  margin-bottom: 50px;
  max-width: 100% !important;
}
.inversiones .module-grid-post,
.informes .module-grid-post {
  width: 25%;
  max-width: 100% !important;
}
.inversiones .module-grid-post {
  position: relative;
}
.inversiones .slick-slide,
.informes .slick-slide {
  margin: 0 12px;
}
/* the parent */
.informes .slick-list {
  margin: 0 -12px;
}
.informes .module-info {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.informes .module-info .module-title a {
  font-family: "Conv_GT-America-Compressed-Bold";
  color: #ffffff;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  text-transform: uppercase;
}
.informes .module-info .module-title p.module-date {
  font-family: "Conv_GT-America-Regular";
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  margin: 0;
}

.informes .module-info a.post-category {
  font-family: "Conv_GT-America-Condensed-Bold";
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.informes .module-thumb img {
  display: block;
  width: 100%;
}
.sidebar-slider button.slick-arrow,
.informes button.slick-arrow {
  cursor: pointer;
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -75px;
  border: none;
  text-indent: -99999px;
  z-index: 1;
}
.sidebar-slider button.slick-arrow {
  bottom: -50px;
}
.sidebar-slider button.slick-arrow.slick-prev,
.informes button.slick-arrow.slick-prev {
  left: 50%;
  margin-left: -60px;
  background: url("../images/arrow-prev.png") no-repeat center transparent;
}
.sidebar-slider button.slick-arrow.slick-next,
.informes button.slick-arrow.slick-next {
  right: 50%;
  margin-right: -60px;
  background: url("../images/arrow-next.png") no-repeat center transparent;
}
.sidebar-slider button.slick-arrow:focus,
.informes button.slick-arrow:focus {
  color: transparent;
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.informes .autor .module-info {
  top: 60px;
}
.informes .autor-post {
  height: 60px;
}
.informes .autor-post p {
  color: #c2c2c2;
  font-family: "Conv_GT-America-Condensed-Bold";
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}

.informes .autor-post h6 {
  color: #c2c2c2;
  font-family: "Conv_GT-America-Condensed-Bold";
  font-size: 13px;
}
.feed {
  padding: 40px 0;
  background: #ffffff;
  margin: auto;
  text-align: center;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  padding: 0;
  color: transparent;
  border: 0;
  border-radius: 100%;
  outline: none;
  background: #3f3f3f;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li.slick-active button {
  background: #ffffff;
}
@media (max-width: 768px) {
  .segmentos .slick-slide,
  .inversiones .slick-slide,
  .informes .slick-slide {
    padding-right: 0px;
    padding-left: 0px;
    margin: 0;
  }
  .feed {
    display: none;
  }
  .informes .autor-post {
    padding: 0 15px;
  }
}
/**/
.content-tags {
  display: flex;
  flex-wrap: wrap;
}

.content-tags .module-info {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.module-tag-post {
  margin: 12px 10px 12px;
  width: 25%;
  max-width: 260px;
  position: relative;
}

.content-tags .module-info .module-title a {
  font-family: "Conv_GT-America-Compressed-Bold";
  color: #ffffff;
  text-decoration: none;
  line-height: 24px;
  font-size: 24px;
  text-transform: uppercase;
}
.content-tags .module-info .module-title p.module-date {
  font-family: "Conv_GT-America-Regular";
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  margin: 0;
}

.content-tags .module-info a.post-category {
  font-family: "Conv_GT-America-Condensed-Bold";
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
}

.content-tags .module-thumb img {
  display: block;
  width: 100%;
}

.dropdown-select {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
}
.dropdown-select-tag {
  position: absolute;
  top: 0;
  width: 320px;
  right: 0;
}
#dLabel {
  width: 300px;
  height: 40px;
  border-radius: 4px;
  background-color: #fff;
  border: solid 1px #cccccc;
  text-align: left;
  padding: 0 10px;
  color: #231f20;
  letter-spacing: 0;
  margin-top: 0;
  font-family: "Conv_GT-America-Light";
  font-size: 14px;
}

.caret {
  float: right;
  margin-top: 9px;
  display: block;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown-menu {
  width: 300px;
  padding: 0;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown button:hover,
.dropdown button:focus {
  border: none;
  outline: 0;
}

.dropdown.open button#dLabel {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0;
  border: 0;
  border-bottom: none;
}

.dropdown.open ul {
  box-shadow: 0;
  border: 0;
  border-top: none;
  height: 200px;
  overflow-y: scroll;
}

.dropdown-menu li {
  line-height: 1.5;
  letter-spacing: 0.7px;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 15px;
  border-top: 0;
  font-family: "Conv_GT-America-Light";
}

.dropdown-menu li:hover {
  background-color: #e9e9e9;
}

@media (max-width: 768px) {
  .module-tag-post {
    margin: 12px 0px 12px;
    width: 100%;
    max-width: 260px;
    position: relative;
  }
  select.custom-select {
    position: relative;
    top: 0;
    width: 100%;
    right: 0;
  }
  .dropdown-select {
    position: relative;
    top: -15px;
    right: 0;
    width: 100%;
  }
  .dropdown-menu,
  #dLabel {
    width: 100%;
  }
}
/*--------------------------------
video
---------------------------------*/
.content-video {
  position: relative;
  width: 100%;
  max-width: 850px;
  margin: 30px auto 0;
}
.content-video a.td-image-wrap,
.content-video a.td-image-wrap img {
  width: 100%;
}
.content-video .info-video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-video .info-video .category {
  font-family: "Conv_GT-America-Condensed-Bold";
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
}
.content-video .info-video .playpause {
  width: 116px;
  height: 116px;
  background: url("../images/play-big.png") center no-repeat transparent;
}
.content-video .info-video .h2 {
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 78px;
  color: #ffffff;
}

video[poster] {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.thumbnail-video {
  position: absolute;
  top: 0;
  left: 0;
}
.thumbnail-video:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .content-video {
    width: 100%;
    max-width: 100%;
  }
  video[poster] {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: 100%;
  }
  .content-video .info-video {
    padding: 10px;
  }
  .content-video .info-video .playpause {
    width: 60px;
    height: 60px;
    background: url(../images/play-big.png) center no-repeat transparent;
    background-size: contain;
  }
}
/*--------------------------------
checkbox
---------------------------------*/
.cb-checkbox i {
  border-radius: 3px;
  height: 18px;
  width: 18px;
}
.cb-checkbox .cb-inner {
  border-radius: 0;
  height: 25px;
  width: 25px;
}

.cb-checkbox {
  color: #595959;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 0;
  font-family: "Conv_GT-America-Light";
}

.cb-checkbox input[type="checkbox"],
.cb-radio input[type="radio"] {
  display: none;
}
.cb-checkbox strong {
  font-family: "Conv_GT-America-Bold";
}

.cb-checkbox .cb-inner {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #d6d6d6;
  display: inline-block;
  float: left;
  margin: 0 15px 15px 0;
  overflow: hidden;
  position: relative;
  transition: all 0.5s ease 0s;
}

.cb-checkbox i {
  display: block;
  left: 5px;
  position: absolute;
  top: 4px;
}

.cb-checkbox i:before,
.cb-checkbox i:after {
  /* color of the check mark */
  background-color: #1b2024;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  transition: all 0.2s ease 0s;
  width: 2px;
}

.cb-checkbox i:before {
  left: 0;
  top: 0;
  transform: rotate(-45deg);
}

.cb-checkbox i:after {
  bottom: 5px;
  left: 7px;
  transform: rotate(30deg);
  transition-delay: 0.3s;
}

.cb-checkbox.checked .cb-inner {
  background-color: #fff;
  border-color: #d3d2d2;
}

.cb-checkbox.checked i:before {
  height: 6px;
  left: 2px;
  top: 6px;
}

.cb-checkbox.checked i::after {
  height: 12px;
}
@media (max-width: 768px) {
}
/*--------------------------------
resultados | TABLAS
---------------------------------*/

.table.resultados .thead-dark th {
  color: #1b2024;
  background-color: #dde1e6;
  border-color: #dde1e6;
  text-align: center;
}
.table.research {
  max-width: 620px;
}
.table.research .thead-dark th {
  color: #ffffff;
  background-color: #595959;
  border-color: #595959;
  text-align: center;
  font-size: 14px;
}

.table.resultados th,
.table.resultados td {
  width: auto;
  font-size: 16px;
  text-transform: none;
  text-align: center;
}
.table.research th,
.table.research td {
  width: auto;
  font-size: 14px;
  text-transform: none;
  text-align: center;
}

.table.research td.red,
table.cotizaciones td.red {
  color: #db0000;
}
.table.research td.green,
table.cotizaciones td.green {
  color: #009b2f;
}
.table.research tr,
.table.research tr:hover {
  background: #ffffff;
  border-bottom: 0;
}
.table.research tr:nth-child(even),
.table.research tr:nth-child(even):hover {
  background: #dde1e6;
}
.table.resultados tr,
.table.resultados tr:hover {
  background: #ffffff;
  border-bottom: 0;
}
.table.research tr.unificada td {
  text-align: left;
  background: #ffffff;
}
@media (max-width: 768px) {
  table.table.resultados {
    width: 100%;
  }

  /* Force table to not be like tables anymore*/
  table.table.resultados,
  table.table.resultados thead,
  table.table.resultados tbody,
  table.table.resultados th,
  table.table.resultados td,
  table.table.resultados tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  table.table.resultados thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  table.table.resultados tr {
    height: auto;
  }
  table.table.resultados td:nth-child(odd) {
    background: #dde1e6;
  }
  table.table.resultados td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 60%;
    text-align: right;
    height: 56px;
  }

  table.table.resultados td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 10px;
    width: 40%;
    /* white-space: nowrap;
		Label the data */
    content: attr(data-column);
    text-align: left;
    color: #000;
    font-weight: bold;
  }
}
/*--------------------------------
call to action
---------------------------------*/
.callto.inversiones {
  width: 100%;
  padding: 50px;
  background-color: #222222;
}
.callto.inversiones.lecaps {
  background-image: url("../images/call-to-lecaps.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.callto.inversiones.letes {
  background-image: url("../images/call-to-letes.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.callto.inversiones h2 {
  width: 100%;
  font-size: 56px;
  text-align: center;
  color: #bfbfbf;
  margin-bottom: 50px;
}
.callto.inversiones h2 span {
  color: #fff;
}
.callto.inversiones .boxes {
  display: flex;
  justify-content: space-between;
  align-item: flex-start;
}
.callto.inversiones .boxes > div {
  width: 270px;
  text-align: center;
}
.callto.inversiones .boxes > div .icono {
  margin-bottom: 25px;
}
.callto.inversiones .boxes > div h4 {
  font-family: "Conv_GT-America-Bold";
  color: #fff;
  text-align: center;
  font-size: 20px;
  text-transform: none;
}
.callto.inversiones .boxes > div p {
  font-family: "Conv_GT-America-Regular";
  color: #bfbfbf;
  text-align: center;
  font-size: 16px;
  text-transform: none;
}
.callto.inversiones .boxes > div a.btn {
  width: 200px;
}
.banner.dolares {
  background-image: url(../images/banners/dolares.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.callto.inversiones.dolares {
  padding: 30px 20px 50px;
}
.callto.inversiones.dolares .boxes {
  padding: 0 10px;
}
.callto.inversiones.dolares {
  background-image: url(../images/call-to-dolar.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 768px) {
  .callto.inversiones.dolares,
  .callto.inversiones.letes,
  .callto.inversiones.lecaps {
    background: #222222;
    padding: 30px 10px;
  }

  .callto.inversiones h2 {
    font-size: 26px;
  }
  .callto.inversiones .boxes {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .callto.inversiones .boxes > div {
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
  .callto.inversiones .boxes > div .icono img {
    width: 130px;
  }
}

/*--------------------------------
crear cuenta
---------------------------------*/
.paso {
  width: 100%;
  background: #dde1e6;
  margin-bottom: 20px;
  padding-right: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.paso .num {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border-radius: 100%;
  color: #000;
  text-align: center;
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 84px;
  margin: 0 25px;
}
.contenido.apertura-arriba {
  padding-bottom: 1.5em;
  padding-top: 90px;
}
.contenido.apertura-arriba h3:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 17.5px 0 17.5px;
  border-color: #f6f6f6 transparent transparent transparent;
  position: absolute;
  bottom: -1.5em;
	left: 6em;
	z-index: 5;
}
.sup-title.apertura {
  font-size: 80px;
  margin: 0;
}
section.apertura {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  background-image: url("../images/bg-apertura-pasos.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 140px 0 160px;
	width: 100%;
	position: relative
}
section.apertura .link-grande {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
section.apertura .pasos {
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  width: 60%;
  position: relative;
}
section.apertura .pasos img {
  max-width: 95px;
  max-height: 95px;
  z-index: 1;
}
section.apertura .pasos .linea-blanca {
  width: 17vw;
  height: 1px;
  background-color: #b8b8b8;
  position: absolute;
}
section.apertura .pasos .linea-blanca.primera {
  left: 20%;
  top: 3.1em;
}
section.apertura .pasos .linea-blanca.segunda {
  right: 20%;
  top: 3.1em;
}
.paso-div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 3;
}
.paso-div p {
  color: #fff;
  text-align: center;
  display: block;
  font-family: "Conv_GT-America-Bold";
  font-size: 1.1em;
  margin-top: 1.5em;
}
.btn-apertura-contactarme {
  background: transparent;
  min-width: 185px;
  border: 2px solid #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  height: 42px;
  line-height: 40px;
  color: #ffffff;
  text-decoration: none;
  align-self: flex-start;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
	margin-top: 95px;
	z-index: 5;
}
.btn-apertura-contactarme:hover {
  background: #ffffff;
  color: #000000;
}
.btn-apertura-contactarme:focus {
	outline: none;
	box-shadow: none;
}

.paso .txt {
  max-width: 470px;
}
.paso .txt h3 {
  font-family: "Conv_GT-America-Bold";
  text-transform: none;
  font-size: 20px;
  border-bottom: 1px solid #9fa3a8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.paso .txt p {
  margin-bottom: 0px;
}

@media screen and (max-width: 1193px) and (min-width: 768px) {
  section.apertura .pasos .linea-blanca {
    width: 14vw;
  }
}
@media (max-width: 768px) {
  .paso .txt {
    max-width: 470px;
    margin: 0 25px 25px;
    text-align: center;
  }
  section.apertura {
    background-image: url("../images/bg-apertura-pasos-mob.jpg");
    background-position: top;
    padding: 150px 0;
    width: 100%;
  }
  .sup-title.apertura {
    font-size: 1.9em;
  }
  .banner.apertura {
    background-image: url("../images/banners/bg-apertura-mob.jpg");
    padding: 4em 0;
  }
  .contenido.apertura-arriba {
    padding-top: 50px;
  }
  .contenido.apertura-arriba h3.line {
    padding-bottom: 1em;
  }
  .contenido.apertura-arriba h3:after {
    left: 1.7em;
  }
  section.apertura .pasos {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding: 0 50px;
  }
  .paso-div {
    flex-direction: row;
    margin-bottom: 80px;
  }
  .paso-div p {
    margin: 0;
    text-align: left;
    position: relative;
  }
  .paso-div .contactalo {
    display: flex;
    align-content: center;
  }
  section.apertura .pasos img {
    margin-right: 35px;
  }
  section.apertura .pasos .linea-blanca {
    left: 0;
    height: 95px;
    width: 1px;
  }
  section.apertura .pasos .linea-blanca.primera {
    top: 5.5em;
    left: 98px;
  }
  section.apertura .pasos .linea-blanca.segunda {
    top: 16.5em;
    left: 98px;
  }
  section.apertura .pasos .logo-wpp-mob {
    justify-self: center;
    margin: 0;
    margin-left: 10px;
    margin-right: 0;
    position: relative;
    top: -2px;
	}
	.btn-apertura-contactarme {
		width: 80%;
		margin-top: 0;
	}
}
@media screen and (max-width: 439px) {
  section.apertura .pasos .linea-blanca {
    height: 18%;
  }
}
@media screen and (max-width: 347px) {
  section.apertura .pasos .linea-blanca {
    height: 21%;
  }
  .paso-div .contactalo {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  section.apertura .pasos .logo-wpp-mob {
    justify-self: center;
    margin: 0;
    margin-top: 5px;
    position: relative;
    top: -2px;
  }
}

/*--------------------------------
COTIZACIONES
---------------------------------*/
table.cotizaciones {
  width: 100%;
}
ul.botonera-tabla {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}
ul.botonera-tabla li {
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}
ul.botonera-tabla li a {
  display: block;
  background: #e9ebee;
  border: 0;
  padding: 15px 20px;
  color: #9b9b9d;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Conv_GT-America-Medium";
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.botonera-tabla li a:hover,
ul.botonera-tabla li a.show {
  background: #231f20;
  color: #ffffff;
}

table.cotizaciones {
}
table.cotizaciones thead tr {
  background: #dde1e6;
  font-size: 10px;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
}
table.cotizaciones thead th,
table.cotizaciones td {
  padding: 10px 0;
}
table.cotizaciones td {
  font-size: 11px;
  color: #231f20;
  text-align: center;
  text-transform: uppercase;
}
table.cotizaciones tr {
  background: #ffffff;
}
table.cotizaciones tr:nth-child(even) {
  background: #dde1e6;
}
.inner-title {
  background: #dde1e6;
  width: 100%;
}
.inner-title h3 {
  margin: 0;
  padding: 5px 5px 5px 15px;
}
.grafico,
.grafico img {
  width: 100%;
}
@media (max-width: 768px) {
  .desk-table {
    display: none;
  }
}

.content-cotizacion {
  position: relative;
  width: 100%;
  min-height: 375px;
  padding: 80px 80px 20px 20px;
  background: url("../images/bg-cotizacion.jpg") top left no-repeat transparent;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.content-cotizacion:before {
  content: url(../images/ieb-dolar.png);
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 60px;
  height: 60px;
}
.content-cotizacion h2 {
  color: #ffffff;
  position: absolute;
  bottom: -38%;
  left: 0;
  margin-left: 15px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.content-cotizacion table {
  font-family: "Conv_GT-America-Bold";
  color: #ffffff;
  font-size: 19px;
}

.content-cotizacion table tr th {
  color: #e2be7c;
  padding: 0 15px 10px;
  font-size: 18px;
}

.content-cotizacion table tr.medio td {
  padding-bottom: 30px;
}
.content-cotizacion table td.num {
  padding: 0 15px;
}
.content-cotizacion table td.tit {
  padding-right: 25px;
}
.content-cotizacion table td span {
  font-family: "Conv_GT-America-Regular";
}
.content-cotizacion table .borde {
  border-right: 1px solid white;
}
.content-cotizacion table td h6 {
  padding-top: 30px;
  font-family: "Conv_GT-America-Condensed-Regular";
  color: #929495;
}

.thead > tr > .th-1 {
  padding: 0;
}

.thead > tr > .th-1 h4 {
  background-color: #434250;
  margin: 0;
  padding: 10px;
  color: #ccc;
  text-align: left;
}

@media (max-width: 768px) {
  .content-cotizacion {
    position: relative;
    width: 100%;
    min-height: 375px;
    padding: 20px;
    background: url(../images/bg-cotizacion.jpg) top left no-repeat transparent;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .content-cotizacion h2 {
    font-family: "Conv_GT-America-Condensed-Bold";
    font-size: 36px;
    line-height: 42px;
    color: #ffffff;
    position: relative;
    bottom: inherit;
    left: 0;
    margin-left: 0px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .content-cotizacion table {
    font-size: 14px;
  }
  .content-cotizacion table td.num {
    padding: 0 5px;
  }
  .content-cotizacion table tr th {
    color: #e2be7c;
    padding: 0 5px 10px;
    font-size: 14px;
  }
  .content-cotizacion table td.tit {
    padding-right: 10px;
  }
}
/*--------------------------------
CONTACTO
---------------------------------*/
.form-control {
  color: #231f20;
  border-radius: 2px;
}
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
input::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
input:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
input:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
textarea:-ms-input-placeholder {
  /* IE 10+ */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Conv_GT-America-Light";
  color: #231f20;
  font-size: 14px;
  opacity: 1;
}
.form-group h6 {
  font-style: italic;
  color: #57595b;
  font-size: 14px;
}

.sidebar.info-contacto {
  background: #dde1e6;
  padding: 30px;
  margin-bottom: 30px;
}
.sidebar.info-contacto .widget.locacion {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d2d2;
}
.sidebar.info-contacto .widget h4 {
  padding-top: 70px;
}
.sidebar.info-contacto .widget.locacion h4 {
  padding-top: 70px;
  background: url("../images/icon-location.png") no-repeat top left transparent;
}
.sidebar.info-contacto .widget.contacto h4 {
  padding-top: 70px;
  background: url("../images/icon-contacto.png") no-repeat top left transparent;
}
.sidebar.info-contacto .widget p a {
  color: #5a5a5a;
}
.input-contacto {
  transition: all 0.5s;
}
.contactate-asesor {
  width: 100%;
}
.contactate-asesor img {
  width: 100%;
  margin-bottom: 25px;
}
@media (max-width: 768px) {
  .sidebar.info-contacto {
    margin-bottom: 60px;
  }
  .sidebar.info-contacto .widget {
    text-align: center;
  }
  .sidebar.info-contacto .widget.locacion h4 {
    padding-top: 70px;
    background: url("../images/icon-location.png") no-repeat top center
      transparent;
  }
  .sidebar.info-contacto .widget.contacto h4 {
    padding-top: 70px;
    background: url("../images/icon-contacto.png") no-repeat top center
      transparent;
  }
}
/*--------------------------------
CLIENTES
---------------------------------*/
header.clientes > .container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.container.strech.clientes {
  max-width: 650px;
}

.contenido.clientes {
  background: url("../images/bg-clientes.jpg") no-repeat top center #28292a;
  background-size: cover;
}
.contenido.clientes article {
  max-width: 650px;
  margin: auto;
}
.contenido.clientes article > h3 {
  padding-bottom: 20px;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  color: #ffffff;
}
.contenido.clientes article > p {
  text-align: center;
  color: #ffffff;
}
.contenido.clientes form > .row {
  align-items: flex-end;
}
.contenido.clientes form label {
  font-family: "Conv_GT-America-Bold";
  color: #ffffff;
  text-align: left;
  font-size: 16px;
}
.contenido.clientes form button {
}
/*--------------------------------
FOOTER
---------------------------------*/
footer {
  background: #222222;
  padding-top: 40px;
}
footer .row {
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
footer .brand-footer {
  display: block;
  margin-bottom: 20px;
  height: 85px;
  width: 270px;
  text-indent: -999999px;
  background: url(../images/brand-footer.png);
  background-repeat: no-repeat;
  background-position: center;
}
footer .col-widget:nth-child(2) {
  border-left: 1px solid #555c60;
  border-right: 1px solid #555c60;
  padding: 20px 60px;
}
footer .col-widget:nth-child(2) p {
  color: #ffffff;
  font-size: 15px;
  font-family: "Conv_GT-America-Regular";
}
footer .col-widget p.copy {
  font-family: "Conv_GT-America-Condensed-Medium";
  color: #839097;
  font-size: 14px;
}
footer .col-widget a.btn {
  border: 2px solid #839097;
  background: transparent;
  color: #839097;
  padding-left: 15px;
  padding-right: 25px;
}
footer .col-widget a.btn i {
  margin-right: 15px;
  font-size: 17px;
}
footer .col-widget .social h6 {
    display: block;
    color: white;
    font-family: "Conv_GT-America-Condensed-Bold";
    margin-right: 12px;
}

footer .col-widget .social a {
  background: #839097;
  color: #ffffff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  margin-right: 6px;
  margin-left: 6px;
}

ul.menu-footer {
  list-style: none;
  padding: 25px 0 10px;
  border-top: 1px solid #37393b;
  margin-top: 25px;
}
ul.menu-footer li {
  display: inline-block;
  padding-right: 20px;
  margin-right: 18px;
  padding-bottom: 10px;
  position: relative;
}
ul.menu-footer li:after {
  content: "";
  height: 19px;
  border-right: 1px solid #c2c2c2;
  position: absolute;
  right: 0;
  top: 3px;
}
ul.menu-footer li:last-child:after {
  border-right: 0;
}

ul.menu-footer li a {
  color: #c2c2c2;
  font-size: 15px;
  font-family: "Conv_GT-America-Condensed-Regular";
}
.footer-bottom {
  width: 100%;
  background: #181818;
}
.footer-bottom .container {
  padding: 20px 0;
}
.footer-bottom p.copy {
  font-family: "Conv_GT-America-Condensed-Regular";
  font-size: 14px;
  color: #839097;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  footer .row {
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-direction: column;
  }
  footer .brand-footer {
    display: block;
    margin-bottom: 20px;
    height: 85px;
    width: 100%;
    text-indent: -999999px;
    background: url(../images/brand-footer-mob.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  footer .col-widget:nth-child(2) {
    border-left: 0;
    border-right: 0;
    padding: 20px 60px;
  }
  footer .col-widget a.btn,
  footer .col-widget .social h6 {
    display: none;
  }
  ul.menu-footer {
    padding: 25px 20px 10px;
    text-align: center;
  }
  ul.menu-footer li {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 0;
    padding-bottom: 10px;
    position: relative;
  }
  footer .col-widget:nth-child(2) p,
  .footer-bottom p.copy {
    text-align: center;
  }
  .footer-bottom {
    padding: 0 20px;
  }
}

/*------------------------------
NUEVO COPY PASTE :)  #1
----------------------------------*/

/*-----------------------------------------------------
NUEVO COPY PASTE :)  #2  > 31/03 > planazo de domingo
------------------------------------------------------*/

.bloque-head {
  background: #e9ebee;
  padding: 25px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}
.bloque-head.mob {
  display: none;
}
.bloque-head h4 {
  font-size: 22px;
  text-transform: none;
  margin-bottom: 0;
}
.bloque-head p {
  text-transform: none;
  margin-bottom: 5px;
}
.cv-head {
  margin-left: 20px;
}
.bloque-head ul {
  color: #44545c;
  font-size: 16px;
  font-family: "Conv_GT-America-Light";
  list-style: none;
  padding: 0;
}
.cv-head:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 5px;
  border: solid #222222;
  text-indent: -999999px;
  border-width: 0 2px 2px 0;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.modulos-seguimiento {
  display: flex;
}
.image-seguimiento {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin-right: 20px;
}
.bloque-descarga {
  background: #e9ebee;
  padding: 30px 25px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-item: center;
}
.bloque-descarga a {
  font-size: 16px;
}

.bloque-agentes {
  background: #e9ebee;
  padding: 30px 100px 30px 40px;
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.bloque-agentes p {
  margin-bottom: 0;
  line-height: 90px;
  color: #202020;
  font-family: "Conv_GT-America-Condensed-Bold";
}

h6.copy {
  color: #839097;
  font-size: 14px;
  font-family: "Conv_GT-America-Condensed-Regular";
}
.agente img {
  max-width: 100%;
}
@media (max-width: 768px) {
  .cb-checkbox.checked .cb-inner {
    background-color: transparent;
    border-color: transparent;
    margin-right: 5px;
    margin-bottom: 30px;
  }
  .bloque-head.desk {
    display: none;
  }
  .bloque-head.mob {
    padding: 20px;
    background: #e9ebee;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-wrap: wrap;
  }
  .bloque-head .image-seguimiento {
    width: 100px;
    height: 100px;
    overflow: hidden;
  }
  .bloque-head .image-seguimiento img {
    width: 100%;
  }
  .cv-head:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 5px;
    border: solid #222222;
    text-indent: -999999px;
    border-width: 0 2px 2px 0;
    padding: 5px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .cv-details {
    display: none;
  }
  .cv-details.open {
    display: block;
  }

  .bloque-agentes {
    background: #e9ebee;
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 30px;
  }
  .bloque-agentes p {
    margin-bottom: 15px;
    line-height: normal;
    color: #202020;
    font-family: "Conv_GT-America-Light";
  }

  .bloque-descarga {
    background: #e9ebee;
    padding: 30px 25px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-content: center;
    text-align: center;
  }
}

/*-----------------------------------------------------
NUEVO COPY PASTE :)  #3  > 05/04  
------------------------------------------------------*/
h4.bold {
  font-family: "Conv_GT-America-Bold";
  font-size: 16px;
}
.banner.pymes {
  background-image: url(../images/banners/pymes.jpg);
  background-position: center;
  background-repeat: no-repeat;
}
.mod-pymes {
  text-align: center;
  height: 245px;
  display: flex;
  padding-top: 40px;
  flex-direction: column;
  align-content: center;
}
.mod-pymes:nth-child(1) {
  background: url(../images/pymes-1.jpg) no-repeat center transparent;
}

.mod-pymes:nth-child(2) {
  position: relative;
  background: url(../images/pymes-2.jpg) no-repeat center transparent;
}
.mod-pymes:nth-child(2):after,
.mod-pymes:nth-child(3):after {
  content: "+";
  position: absolute;
  top: 50%;
  left: -10px;
  font-family: "Conv_GT-America-Regular";
  font-size: 32px;
  margin-top: -22px;
}

.mod-pymes:nth-child(3) {
  background: url(../images/pymes-3.jpg) no-repeat center transparent;
}

.mod-pymes span {
  font-family: "Conv_GT-America-Compressed-Bold";
  font-size: 24px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #ffffff;
  border-radius: 100%;
  display: block;
  margin: 0 auto 25px;
}

.mod-pymes h4 {
  font-family: "Conv_GT-America-Bold";
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 15px;
}
.mod-pymes p {
  font-family: "Conv_GT-America-Regular";
  color: #ffffff;
}

.nested-accordion {
  margin-top: 0.5em;
  cursor: pointer;
}
.nested-accordion h3 {
  padding: 20px;
  font-family: "Conv_GT-America-Bold";
  font-size: 16px;
  color: #515354;
  position: relative;
  background: #dde1e6;
  text-transform: none;
  margin: 0;
}
.nested-accordion .comment .nested-accordion h3 {
  background: #e9ebee;
}
.nested-accordion h3:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  border: solid #202020;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.nested-accordion h3.selected {
  border-bottom: 1px solid #9fa3a8;
}
.nested-accordion .comment .nested-accordion h3.selected {
  border-bottom: none;
}
.nested-accordion h3.selected:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 25px;
  border: solid #202020;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}
.nested-accordion .comment .nested-accordion h3:before {
  content: "+";
  width: 20px;
  height: 20px;
  background: #555656;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  border: none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border-radius: 100%;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.nested-accordion .comment .nested-accordion h3.selected:before {
  content: "-";
  top: 20px;
  width: 20px;
  height: 20px;
  background: #555656;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 20px;
  border: none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  border-radius: 100%;
  padding: 0;
  line-height: 18px;
  text-align: center;
}
.nested-accordion .comment .nested-accordion .comment {
  background: #e9ebee;
  padding: 20px 0;
}
.nested-accordion .comment {
  background: #dde1e6;
  padding: 20px 0;
}

.nested-accordion .comment a {
  margin: 20px;
}
.nested-accordion .comment p {
  padding: 0 20px;
}
.nested-accordion .comment .nested-accordion .comment p {
  padding: 0 20px;
  color: #202020;
}
.nested-accordion .comment ul {
  list-style: none;
  padding-left: 20px;
  color: #202020;
}
@media (max-width: 768px) {
  .mod-pymes {
    margin-bottom: 10px;
  }
  .row.modulos-pymes {
    padding: 0 20px;
  }
  .mod-pymes:nth-child(1),
  .mod-pymes:nth-child(2),
  .mod-pymes:nth-child(3) {
    background-size: 100%;
  }
  .mod-pymes:nth-child(2):after,
  .mod-pymes:nth-child(3):after {
    display: none;
  }
}

/*-----------------------------------------------------
NUEVO COPY PASTE :)  #4  > 05/04  
------------------------------------------------------*/

/* Mis estilos */

.link-grande {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.module-grid-post {
  position: relative;
}

.post-category,
.post-title,
.category.thumbnail,
.playpause.thumbnail,
.title.thumbnail {
  z-index: 2;
}
.post-category:hover,
.post-title:hover,
.category.thumbnail:hover,
.playpause.thumbnail:hover,
.title.thumbnail:hover {
  cursor: pointer;
}

article.tags a:not(:last-child):after {
  content: ",";
}
article.tags a:last-child:after {
  content: ".";
}
.banner.retorno-total {
  background-image: url("../images/banners/bg-retorno-total.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #45936b;
}
.banner.rofex {
  background-image: url("../images/banners/bg-rofex.jpg");
  background-position: center;
  background-repeat: no-repeat;
}
.banner.contacto {
  background-image: url("../images/banners/bg-contacto.jpg");
  background-position: center;
  background-repeat: no-repeat;
}

.banner.landingcontacto {
  background-image: url("../images/banners/bg-landingcontacto.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1400px 346px;
}

iframe.ultimo-video {
  width: 100%;
  height: 55vw;
  max-height: 498px;
}
.gracias {
  display: none;
}
.error-campos {
  display: none;
}
.br-mob {
  display: none;
}

.box-servicio .icono img {
  width: 110px;
  height: 110px;
}

img.mob {
  display: none;
}

.contenido.clientes article.accede-home-broker.desk {
  margin-top: 50px;
}
article.accede-home-broker.mob {
  width: 100%;
  padding-bottom: 0;
}
article.accede-home-broker.mob img {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .thumbnail-video {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .banner.retorno-total {
    background-image: url("../images/banners/bg-retorno-total-mob.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner.rofex {
    background-image: url("../images/banners/bg-rofex-mob.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner.contacto {
    background-image: url("../images/banners/bg-contacto-mob.jpg");
    background-position: center;
    background-repeat: no-repeat;
  }
  .banner.landingcontacto {
    background-image: url("../images/banners/bg-landingcontactomob.jpg");
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
  }
  .playpause.thumbnail,
  .title.thumbnail {
    font-size: 24px;
  }

  .title.thumbnail span {
    position: relative;
    top: 20px;
  }
  .playpause.thumbnail {
    position: relative;
    top: 17px;
  }
  .content-video .info-video div.category.thumbnail {
    font-size: 14px;
  }

  .carousel-caption h2 {
    font-size: 55px;
    line-height: 60px;
  }
  .carousel-caption .hola-inversor {
    margin-bottom: 30px;
  }
  .carousel-caption .hola-inversor h2 {
    font-size: 60px;
    line-height: 60px;
  }
  .carousel-caption .todavia-inversor h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .carousel-caption .todavia-inversor p {
    font-size: 1em;
    margin: 10px 0 5px;
    line-height: 1.4;
  }
  .carousel-caption .hola-inversor a.btn.slide,
  .carousel-caption .todavia-inversor a.btn.slide {
    margin-top: 15px;
  }

  .box-servicio p,
  .box-servicio hr {
    display: none;
  }

  .contenido.skills {
    padding: 3.5em 0;
    background: #474848;
  }

  .br-mob {
    display: block;
  }

  h3.sup-title {
    font-size: 21px;
  }

  h2.title {
    font-size: 40px;
    line-height: 40px;
  }
  .banner {
    background-size: cover;
    min-height: 175px;
  }

  header {
    height: 85px;
  }

  .destacado.dark {
    padding: 30px 0;
  }

  .destacado h3 {
    font-size: 21px;
  }

  img.mob {
    display: block;
  }
  img.desk {
    display: none;
  }

  /* CLIENTES */

  header.clientes > .container {
    justify-content: flex-start;
  }
  h1.brand.clientes {
    background: url("../images/logo-ieb.png") no-repeat left center transparent;
    width: 85%;
    max-width: 315px;
    background-size: contain;
  }

  .tutorial.app {
    background-position: 15px;
    padding: 18px 15px 24px 105px;
    margin: 0px 20px;
  }
  .contenido.clientes {
    background-size: cover;
  }

  .contenido.clientes.titulo-clientes.mob article h3 {
    text-align: left;
    padding: 0;
    transition: all 0.3s;
  }
  .contenido.clientes.mod1 {
    order: 0;
    padding-bottom: 0;
  }
  .titulo-clientes.mob {
    color: #ffffff;
    padding: 45px 15px 0;
  }
  body.clientes {
    background: #272727;
  }
  .contenido.dark.mod2.clientes-app {
    background-position: bottom center;
    padding: 40px 0 30px;
    order: 2;
  }
  .apps.mob {
    margin: 0 10px;
  }
  .apps.mob img {
    width: 48%;
    max-width: 153px;
  }
}
@media screen and (max-width: 425px) {
  .apps.mob a:nth-child(2) img {
    float: right;
  }
}
.contenido.dark.mod2 {
  padding: 40px 0 20px;
}
.clientes form a {
  color: #c2c2c2;
  font-size: 14px;
  font-family: "Conv_GT-America-Light";
  text-align: left;
  margin-top: 10px;
  display: block;
  text-decoration: underline;
}
.clientes .form-control {
  color: #231f20;
  border-radius: 2px;
  height: 42px;
  line-height: 42px;
}
.clientes button.large {
  width: 100%;
  font-size: 16px;
}
.tutorial {
  padding: 17px 0 17px 80px;
}
.tutorial h4 {
  font-family: "Conv_GT-America-Bold";
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.tutorial.app {
  background: url("../images/icon-app.png") no-repeat left top transparent;
}
.tutorial.web {
  background: url("../images/icon-operar.png") no-repeat left top transparent;
}
.tutorial a {
  color: #c2c2c2;
  font-size: 10px;
  font-family: "Conv_GT-America-Bold";
  text-align: left;
}

@media (max-width: 768px) {
  .content-mod {
    display: flex;
    flex-direction: column;
  }
  .contenido.clientes.mod1 {
    order: 2;
    background: #272727;
  }
  .contenido.dark.mod2 {
    background: url(../images/bg-clientes.jpg) no-repeat top center #272727;
  }
  .contenido.dark.mod2 h3 {
    margin-bottom: 0;
  }
  .contenido.dark.mod2 p {
    font-family: "Conv_GT-America-Medium";
    color: #c2c2c2;
    margin-bottom: 15px;
  }
  .contenido.clientes article > p {
    text-align: left;
    color: #ffffff;
  }
  .tutorial.app {
    background: url(../images/icon-app.png) no-repeat left top transparent;
    background-size: contain;
    padding: 18px 15px 17px 110px;
  }
  .clientes button.large {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
  }
}
/* fin de estilos de clientes */

/* Clientes Nuevo */
.ingreso-titulo {
  color: #fff;
  text-align: center;
}
.ingreso-titulo h4 {
  text-transform: none;
  font-family: "Conv_GT-America-Regular";
  font-size: 1.05em;
}
.form-instrucciones {
  display: flex;
  justify-content: center;
}

/* Form Nuevo */
.form-instrucciones article.form {
  padding: 0;
  max-width: 343px;
  background-color: #fff;
  margin: 0;
  margin-right: 45px;
}
.form-instrucciones article.form header {
  padding: 23px 30px 0;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: auto;
}
.form-instrucciones article.form header p.aclaracion {
  font-size: 0.7em;
  line-height: 1.6;
  margin-top: 10px;
}
.form-instrucciones article.form header h6 {
  font-size: 1.1em;
  font-weight: bold;
}
.form-instrucciones article.form header h6 i {
  margin-right: 5px;
  font-size: 1.2em;
}
.form-instrucciones article.form form {
  display: flex;
  flex-direction: column;
  max-width: 290px;
  margin: 0 auto;
  justify-content: flex-start;
}
.contenido.clientes article.ingreso-titulo > h3 {
  padding-bottom: 15px;
}
.form-instrucciones article.form form input {
  border: none;
  background-color: #d9d9d9;
  padding: 10px 15px;
  margin: 10px 0;
}
.form-instrucciones article.form form input[type="submit"] {
  background-color: #fff;
  border: 2px solid #000;
  text-transform: uppercase;
  font-family: "Conv_GT-America-Bold";
  font-size: 0.95em;
  cursor: pointer;
  color: #1f1f1f;
  padding: 8px 15px;
}
.form-instrucciones .consulte {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 23px;
}
.form-instrucciones .consulte p {
  margin: 0 7px 0 0;
  color: #a0a0a0;
  font-size: 0.9em;
}
.form-instrucciones .otras-opciones {
  background-color: #000;
  padding: 20px 0 27px;
  text-align: center;
}
.form-instrucciones .otras-opciones a {
  color: #c2c2c2;
  text-decoration: underline;
  transition: all 0.1s;
}
.form-instrucciones .otras-opciones a:hover {
  color: #fff;
}

/* Instrucciones */
.contenido.clientes article.instrucciones {
  background-color: rgba(0, 0, 0, 0.4);
  color: rgb(240, 240, 240);
  padding: 40px 30px;
  max-width: 343px;
  margin: 0;
  height: 600px;
}
article.instrucciones header {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: auto;
  padding-bottom: 25px;
}
article.instrucciones header h3 {
  font-size: 1.2em;
  line-height: 1.4;
  text-transform: none;
  margin: 0;
  font-family: "Conv_GT-America-Bold";
}
article.instrucciones main {
  margin-top: 25px;
}
article.instrucciones main p {
  color: #fff;
  font-size: 0.9em;
}

/* form viejo */
section.ingreso-anterior {
  background-color: #000;
  padding: 63px 50px 50px;
}
section.ingreso-anterior .aclaracion-form-anterior {
  text-transform: none;
  margin-bottom: 25px;
  font-size: 1.15em;
  font-family: "Conv_GT-America-Bold";
}
section.ingreso-anterior .form-viejo {
  max-width: 735px;
  margin: 0 auto;
  color: #fff;
}
section.ingreso-anterior .form-viejo form div.row {
  display: flex;
  align-items: flex-end;
  margin: 0 auto;
}
section.ingreso-anterior .form-viejo form div.row .primer-input,
section.ingreso-anterior .form-viejo form div.row div.col-12 {
  padding-left: 0;
}
section.ingreso-anterior .form-viejo form div.row div {
  padding: 6px;
}
section.ingreso-anterior .form-viejo form div.row div input {
  border-radius: 0;
}

/* Clientes mobile!!! */

@media screen and (max-width: 768px) {
  .nuevo header.clientes > .container {
    padding: 0 30px;
    width: 100%;
  }
  .nuevo .titulo-clientes.mob {
    padding: 50px 0 45px;
  }

  .nuevo .contenido.clientes article {
    padding-bottom: 0;
  }
  .nuevo .contenido.clientes article h4 {
    margin: 0;
  }
  .nuevo .titulo-mob {
    margin: 0 30px;
  }
  .nuevo .titulo-mob h3,
  .titulo-mob h4 {
    font-family: "Conv_GT-America-Bold";
  }
  .nuevo .contenido.clientes .titulo-mob h3 {
    font-size: 1.2em;
    margin-bottom: 7px;
  }
  .nuevo .titulo-mob h4 {
    font-size: 0.9em;
    text-transform: none;
  }
  .nuevo .apps.mob {
    margin: 0 30px 40px;
  }
  .nuevo .tutorial.app {
    margin: 0 30px;
    padding: 22px 0 22px 100px;
  }
  .nuevo article.clientes-app.mob.contenido.dark.mod2 {
    background: none;
  }
  .nuevo .form-instrucciones {
    flex-direction: column;
  }
  .nuevo div.primera-vez {
    background-color: #000;
    color: #fff;
    padding: 25px 30px;
  }
  .nuevo div.primera-vez header {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nuevo div.primera-vez header h3 {
    font-size: 1.05em;
    text-transform: none;
    font-family: "Conv_GT-America-Bold";
    margin: 0;
    width: 80%;
    display: inline-block;
  }
  .nuevo div.primera-vez button.mas {
    display: inline-block;
    position: relative;
  }
  .nuevo div.primera-vez img.btn-mas {
    max-width: 27px;
  }
  .nuevo div.primera-vez .linea-blanca1,
  div.primera-vez .linea-blanca2 {
    width: 12px;
    background-color: #eeeeee;
    height: 2px;
    position: absolute;
    top: 13px;
    left: 14px;
    transition: all 0.3s;
  }
  .nuevo div.primera-vez .linea-blanca2 {
    transform: rotate(90deg);
  }
  .nuevo div.primera-vez main {
    padding-top: 35px;
    transition: all 0.3s;
    height: 0;
    padding: 0;
  }
  .nuevo div.primera-vez main.visible {
    height: 250px;
    margin-top: 35px;
  }
  .nuevo div.primera-vez main p {
    color: #fff;
    opacity: 0;
  }
  .nuevo div.primera-vez main.visible p {
    opacity: 1;
    transition: all 0.4s;
  }
  .nuevo .contenido.clientes.mod1 {
    padding: 0;
  }
  .nuevo .contenido.clientes.mod1 .container.strech {
    padding: 0;
  }
  .nuevo .contenido.clientes.mod1 .container.strech .form-instrucciones .form {
    margin: 0;
    max-width: 100vw;
  }
  .nuevo .form-instrucciones article.form header {
    padding-top: 45px;
  }
  .nuevo .form-instrucciones .otras-opciones {
    background-color: #28292a;
    padding: 45px 0;
  }
  .nuevo .form-instrucciones .otras-opciones a {
    display: block;
  }
  .nuevo .form-instrucciones .otras-opciones a:first-of-type {
    margin-bottom: 15px;
  }
}
