@charset "utf-8";
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .65rem;
}
img {
  width: 100%
}
.video-wrapper {
  position: relative;
 width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper2 {
  position: relative;
 width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper2 video {
    width: 100%;
}
.container.video-back {
    position: absolute;
}
.modal-content, .modal-dialog {
  height: 90%;
}
.modal-body {
  max-height: calc(100% - 120px);
  overflow-y: auto;
}
input:focus {
  outline-style: none;
}
.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0rem rgba(0, 123, 255, .25);
}
header {
  font-family: 'Lato', sans-serif;
  transition: all 0.5s
}
header.sticky-on {
  background-color: #fff;
  transition: all 0.5s
}
a, a:hover {
  text-decoration: none;
  transition: all 0.5s
}
a:hover {
  color: #1f4df5;
}
ul {
  list-style: none;
  padding-left: 0px;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -1px;
  font-weight: 700
}
h1 {
  font-family: 'Poppins', sans-serif;
  color: #004eff;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  line-height: 1.4em
}
h5 {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700
}
h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.05rem;
  color: #333333
}
h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
p strong {
  font-weight: 500;
}
a {
    color: #004eff;
}
p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  font-weight: 300;
  color: #333333;
  margin-bottom: 1.3em;
}
p.small, small {
  font-size: 14px;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #004EFF;
  overflow-x: hidden;
  transition: 0.5s;
  padding-left: 0px;
}
.sidenav .closebtn {
  position: absolute;
  top: 0px;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;
  color: #fff;
  font-weight: 300;
}
.sidenav .bot-logo-sidenav .logo-aside {
  width: 130px;
  height: auto;
}
.sidenav .bot-logo-sidenav {
  display: block;
  margin-top: 20px;
  margin-bottom: 60px;
}
.sidenav h4 {
      font-size: 16px;
    color: #ffffff82;
    letter-spacing: 0px;
    margin-bottom: 20px;
    white-space: nowrap;
    font-weight: 400;
}
.sidenav h4 a {
  color: #fff;
  display: block;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sidenav h5 {
  font-family: 'Nunito', sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 5px;
}
.sidenav ul {
  list-style: disc;
  color: #3c78ff;
  margin-left: 30px;
  margin-bottom: 15px;
}
.sidenav ul li a {
  color: #fff;
  display: block;
  white-space: nowrap;
  font-size: 16px;
  padding-bottom: 20px;
}
a.button-login-m {
    background: #fff;
    width: 100px;
    color: #1f4df5 !important;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 35px;
}
a.button-login-m:hover {
    background: #1f4df5;
    color: #fff !important;
    border: 1px solid #fff;
}
a.button-1 {
  border: 1px solid #fff;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 22px;
  font-family: 'Poppins';
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-top: 0px;
}
a.button-1:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #004eff;
}
a.button-2 {
  border: 1px solid #004EFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 22px;
  font-family: 'Poppins';
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
}
a.button-2:hover {
  border: 1px solid #004EFF;
  background-color: #004EFF;
  color: #fff;
}
a.button-wsp {
  width: 72px;
  transition: transform .2s;
}
a.button-wsp:hover {
  transform: scale(1.2);
}
a.button-in {
  width: 40px;
  display: block;
  margin: auto;
  transition: transform .2s;
}
a.button-in:hover {
  transform: scale(1.2);
}
header {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 50;
}
header .main-header {
  height: 72px;
}
header .main-header .logo {
  width: 130px;
  height: auto;
}
header .main-header .toggle {
  font-size: 26px;
  float: right;
  padding-top: 0px;
  color: #323260;
  padding-right: 8px;
}
section.hero {
  height: 520px;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.hero.video {
  height: 520px;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.hero.servicios {
  background-image: url("../img/hero-servicios-m.jpg");
}
section.hero.servicios-caas {
  background-image: url("../img/hero-servicios-caas.jpg");
}
section.hero.equipo {
    background-image: url(../img/hero-equipo.png);
}
section.hero.contacto {
  background-image: url("../img/hero-contacto.png");
  height: 620px;
}
span.line-tit {
  border-bottom: 1px solid #0000004a;
  width: 45px;
  display: inline-block;
  margin-right: 8px;
}
.main-home-1 h2 {
	color: #004eff;
}

span.tit-h2-font2 {
  font-family: 'DM Serif Display', serif;
  font-size: 29px;
}
section.main-home-2 {
  background-image: url(../img/img-arex-otc.jpg);
  background-size: contain;
  background-repeat: no-repeat;
}
section.main-home-2 .col-md-5.col-12 {
    padding-top: 60%;
}
.main-home-2 h2, .main-home-4 h2, .main-servicio-1 h2, .main-servicio-caas-1 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  color: #004eff;
}
.main-servicio-2 h2 {
  font-family: 'DM Serif Display', serif;
  font-size: 32px;
  color: #fff;
}
.main-home-3 h3, .main-home-3 h3 {
  font-family: 'DM Serif Display';
  font-size: 21px;
  letter-spacing: 0.03em;
  color: #333333;
}
img.icon-serv-otc {
  width: 50px;
  margin-bottom: 15px;
}
img.icon-serv-otc2 {
  width: 48px;
  margin-bottom: 15px;
  margin-top: -5px;
}
section.main-home-3 {
  margin-bottom: 180px !important;
}
section.main-home-4 {
  background-color: #f4f4f4;
  padding-bottom: 180px
}
img.image-tel {
    width: 100%;
    margin-top: -145px;
}
section.banner-registrar {
  width: 96%;
  margin: auto;
  background-image: url("../img/back-banner-registrar-m.png");
  background-size: cover;
  background-position-x: center;
  height: 260px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  margin-top: -125px;
  z-index: 15;
  position: relative;

}
.banner-registrar span.txt {
  font-family: 'DM Serif Display';
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.03em;
  text-align: center
}
.banner-registrar span.txt span {
  font-family: 'poppins';
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.03em;
}
section.banner-contacto, section.banner-contacto2, section.banner-contacto3 {
  width: 100%;
  margin: auto;
  height: 310px;
  display: flex;
  align-content: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #e4e4e4;
}
section.banner-contacto2 {
  height: 500px;
  margin-top: -115px
}
section.banner-contacto3 {
  height: 500px;
  margin-top: 100px;
}
.banner-contacto span.txt, .banner-contacto2 span.txt {
  font-family: 'DM Serif Display';
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.03em;
  margin-right: 0px;
}
.banner-contacto span.txt span, .banner-contacto2 span.txt span {
  font-family: 'poppins';
  color: #333333;
  font-size: 21px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
section.banner-img-home {
  background-image: url(../img/fdo-video-rueda-m.jpg);
  background-size: 100%;
  background-position: top;
  background-repeat: no-repeat;
  height: auto;
  margin-top: -115px;
  padding-top: 115px;
  background-color: #e4e4e4;
}
section.hero.servicios img {
  width: 200px;
  margin: auto;
  display: block;
  margin-bottom: 15px;
}
section.hero h1 span {
  font-weight: 400;
}

section.main-servicio-1 .mesaotc-box {
    width: 100%;
    height: 290px;
    background: #F7F7F7;
    border-radius: 15px;
    padding: 20px;
    padding-top: 35px;
}
section.main-servicio-1 .mesaotc-box h3 {
  font-family: 'DM Serif Display';
  font-size: 22px;
  letter-spacing: 0.03em;
  color: #004EFF;
}
.main-servicio-1 img.img-activo-digitales {
    width: 100%;
}
section.main-servicio-2 {
  background-image: url("../img/back-section-compliance-m.png");
  background-size: cover;
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 60px;
  background-position-x: center;
}

section.main-servicio-3 {
  margin-bottom: 180px;
}
.accordion.otc .accordion-button::before {
  content: url("../img/dots-grey.svg");
  width: 10px;
  margin-right: 18px;
}
.accordion.otc button.accordion-button {
  background: #fff !important;
}
.accordion.otc .accordion-item {
  border: none !important;
  margin-top: 10px;
}
.accordion.otc .accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion.otc h2.accordion-header button {
  font-family: 'DM Serif Display';
  font-size: 22px !important;
  line-height: 1em;
  letter-spacing: 0.03rem;
  color: #1f4df5;
}
.accordion.otc .accordion-button:not(.collapsed) {
  color: #004eff !important;
}
.accordion.otc .accordion-button:focus {
  border-color: #ffffff;
  box-shadow: none;
}
.accordion.otc .accordion-button:not(.collapsed)::before {
  content: url("../img/dots-blue.svg") !important;
  width: 10px;
  margin-right: 18px;
}
.accordion.otc img.img-1 {
    width: 270px;
    margin: auto;
    display: block;
    margin-top: 35px;
}
.accordion.otc .accordion-body {
  box-shadow: 4px 4px 8px #0000001c;
  padding-bottom: 45px;
}
.accordion.otc .dots::before {
  content: url(../img/bluedots-interior.svg) !important;
  width: 36px;
  margin-right: 18px;
}
.accordion.otc .dots2::before {
  content: url(../img/bluedots-interior2.svg) !important;
  width: 72px;
  margin-right: 18px;
}
.accordion.otc .dots3::before {
  content: url(../img/bluedots-interior3.svg) !important;
  width: 110px;
  margin-right: 18px;
}
section.main-servicio-caas-1 {
  padding-bottom: 140px;
  background-image: url("../img/img-caas-txt.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

section.main-servicio-caas-1 .padding-content-otc {
  padding: 100px;
  padding-bottom: 50px;
}
section.hero.servicios-caas img {
  width: 230px;
  margin-bottom: 15px;
}
.main-servicio-caas-1 p {
  font-size: 16px;
}
.main-servicio-caas-1 p strong {
  font-size: 16px;
  line-height: 1.6em;
  margin-bottom: 1.3em;
  color: #1f4df5;
}
section.main-servicio-caas-2 {
  width: 96%;
  margin: auto;
  height: auto;
  display: flex;
  align-content: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
  background-color: #004EFF;
}
.main-servicio-caas-1 .caja-crypto {
    padding-top: 140%;
}
section.main-servicio-caas-2 .padding-content-otc {
  padding: 15px;
    padding-bottom: 40px;
}
section.main-servicio-caas-2 .padding-content-otc p.strong {
  font-weight: 500
}
section.main-servicio-caas-2 img {
  margin-top: -130px;
}
.banner-contacto3 {
  font-family: 'poppins';
  color: #333333;
  font-size: 23px;
  letter-spacing: 0.03em;
  font-weight: 700;
}
.banner-contacto3 p.txt-contacto-caas {
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
}
.banner-contacto3 a.button-wsp {
    width: 90px;
    transition: transform .2s;
    margin-bottom: 30px;
    display: block;
    margin: auto;
    padding-bottom: 25px;
}
section.main-equipo-1 span {
  font-family: 'Poppins';
}
.banner-contacto3 p.txt-contacto-caas strong {
  font-weight: 700;
}
section.main-equipo-1 p {
  font-weight: 400;
}
section.main-equipo-1 p strong {
  font-weight: 700;
}
section.main-equipo-1 .miembros {
    margin-top: 0px;
    margin-bottom: 160px;
}
section.main-equipo-1 .row.miembros .col-12 {
    margin-bottom: 80px;
}
section.main-equipo-1 .miembros h3 {
  font-family: 'DM Serif Display';
  font-size: 25px !important;
  line-height: 2.6em;
  letter-spacing: 0.03rem;
  color: #004EFF;
  margin-bottom: 0px
}
section.hero.contacto mark {
  font-family: 'DM Serif Display';
  font-weight: 400;
  font-size: 34px;
}
section.hero.contacto p {
    font-size: 21px;
    font-weight: 500;
	margin-bottom: 45px;
}
section.hero.contacto .contacto-hero p {
    font-weight: 300 !important;
    font-size: 17px !important;
}
section.hero.contacto .contacto-hero p a {
    color:#004EFF;
	font-weight: 400;
	transition: all .2s;
}
section.hero.contacto .contacto-hero p a:hover {
    color:#000;
	font-weight: 600;
	transition: all .2s;
}
section.hero.contacto .contacto-hero a.button-wsp {
    width: 60px;
    transition: transform .2s;
    display: inline-table;
    margin-left: 10px;
}
section.hero.contacto .contacto-hero {
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
section.banner-img-contacto {
  height: 440px;
  background-image: url("../img/img-contacto-m.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  margin-top:-115px
}
section.tyc {
    padding-top: 200px;
    padding-bottom: 180px;
}
section.tyc p {
    font-size: 13px;
    line-height: 1.7em;
    font-weight: 400;
    color: #373535;
    margin-bottom: 1.4em;
}
section.tyc p strong {
    font-weight: 700;
}
section.tyc h3 {
    font-weight: 700;
    font-size: 16px;
	margin-bottom: 1em;
}
body.back-registro {
	background-image: url("../img/back-registro-m.jpg");
	background-size: cover;
	background-attachment: fixed;
}
section.form-registro {
    padding-top: 100px;
}
section.form-registro .caja-form {
    background-color: #fff;
    border-radius: 25px;
    margin-bottom: 100px;
	min-height: 500px;
}
section.form-registro .button-registro {
    border: 1px solid #004EFF;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 22px;
    font-family: 'Poppins';
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
	width: 220px;
	text-align: center
}
section.form-registro .button-registro:hover {
    color: #fff;
	background: #004EFF
}
section.form-registro h1 {
	font-family: 'DM Serif Display', serif;
    color: #004eff;
	font-weight: 400;
    font-size: 24px;
    line-height: 1.3em;
    letter-spacing: 0.05rem;
}

section.form-registro .head-form {
    max-width: 960px;
    margin: auto;
    padding-top: 60px;
}
section.form-registro .head-form a {
    color: #000000;
}
section.form-registro .head-form a:hover {
    color: #004EFF;
}
section.form-registro h2 {
    font-size: 18px;
	font-weight: 500;
}
section.form-registro .formulario {
    max-width: 960px;
    margin: auto;
	padding-bottom: 80px;
	padding-left: 12px;
    padding-right: 12px;
}
.button-form {
	color:#333333;
    font-size: 14px;
    background-color: #fff;
    border-radius: 35px;
    border: 1px solid #004EFF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 500;
    letter-spacing: 0.05rem;
}
.button-form:hover {
    color:#fff;
    background-color: #004EFF;
}
.form-control {
    padding: 0.75rem 0.75rem;
    border-radius: 0.6rem;
	color: #666666;
}
.formulario p {
    font-size: 13px;
}
.formulario label {
    color: #666666;
	font-size: 0.9rem;
}
.caja-login {
    padding-left: 15px;
    padding-right: 15px;
	width: 100%;
}
.caja-fin-registro img {
    width: 130px;
    margin: auto;
    display: block;
}
.caja-fin-registro {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-registro .small {
	font-size:0.95rem
}
footer {
  padding-top: 30px;
  background: #f4f4f4;
}
footer .col-logo {
    width: 100%;
}

footer a, footer li {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
  color: #333333;
}
footer a:hover {
  font-weight: 700;
}
footer .col-info1 ul li, footer .col-info2 ul li, footer .col-info3, footer .col-info4  {
    text-align: center;
}
footer ul li a, footer li {
    line-height: 2.2rem;
}
footer .col-info1 ul ul {
    margin-left: 0px;
}

footer h4 {
  font-size: 12px;
  color: #333;
  font-family: 'Poppins';
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
footer .logo-footer img {
    width: 160px;
    margin: auto;
    display: block;
    margin-bottom: 40px;
}
footer .menu-footer {
  margin-bottom: 30px;
}
footer .menu-footer li a {
  color: #fff;
  padding-bottom: 5px;
  display: block;
}
footer .menu-footer li a:hover {
  color: #3c78ff
}
footer .col-info4 {
    margin-top: 25px;
}
footer .bottom {
  width: 100%;
  height: 35px;
  background-color: #fff;
  display: flex;
}
footer .bottom p {
  font-size: 11px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
  padding-top: 8px;
}
footer a.social {
  width: 22px;
  display: block;
  transition: transform .2s;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
}
footer a.social:hover {
  transform: scale(1.2);
}
footer .bottom {
  height: 60px;
}
footer .bottom span {
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 500;
}
.mobile-menu-dashboard {
    display: flex;
    flex-direction: column;
}
.mobile-menu-dashboard a.user-dash {
    background-image: url(../img/icon-user-white.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 42px;
    background-size: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 2em;
    color: #fff;
    font-weight: 500;
    font-family: Poppins;
    display: inline-flex;
    margin-bottom: 45px;
	white-space: nowrap;
}
.mobile-menu-dashboard .name {
    font-family: poppins;
    color: #fff;
    font-size: 15px;
	white-space: nowrap;
}
.mobile-menu-dashboard hr {
    border: solid 1px #fff;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
.mobile-menu-dashboard a.button-historial {
    font-family: poppins;
    color: #fff;
    font-size: 15px;
    background-image: url(../img/icon-historial.svg);
    background-repeat: no-repeat;
    background-size: 26px;
    padding-left: 35px;
    height: 38px;
    line-height: 1.6em;
    display: inline-flex;
	white-space: nowrap;
}
header.dashboard {
	background: #fff;
	padding-left: 0px;
	padding-right: 0px;
	position: inherit
}
header .user-dash {
	background-image: url("../img/icon-user.svg");
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 44px;
	background-size: 32px;
	height: 32px;
	font-size: 16px;
	line-height: 2em;
	color:#373535;
	font-weight: 500;
	font-family: Poppins;
}
section.dashboard-main .sidebar {
	background: #004EFF;
	padding-top:45px;
	padding-left: 35px;
	padding-right: 25px;
	padding-bottom: 45px;
}
section.dashboard-main .sidebar .name {
	font-family: poppins;
	color:#fff;
	font-size: 15px;

}
section.dashboard-main .sidebar hr {
    border: solid 1px #fff;
    opacity: 1;
    margin-top: 25px;
    margin-bottom: 25px;
}
section.dashboard-main .sidebar .button-historial {
	font-family: poppins;
	color:#fff;
	font-size: 15px;
	background-image: url("../img/icon-historial.svg");
	background-repeat: no-repeat;
	background-size:26px;
	padding-left: 35px;
	height: 38px;
	line-height: 1.6em;
	display: inline-flex;

}
section.dashboard-main .information-main {
	background: #F4F4F4
	
}
section.dashboard-main {
    background-color: #004EFF;
}
.dashboard-main h1 {
	font-family: 'DM Serif Display', serif;
	font-size: 24px;
	font-weight: 500;
}
.dashboard-main .box-information {
	max-width: 100%;
	background: #fff;
	min-height: 200px;
	border-radius: 25px;
}
.dashboard-main .header-box {
	height: 50px;
	font-family: 'DM Serif Display', serif;
	font-size: 18px;
	background: #004EFF;
	color:#fff;
	letter-spacing: 0.05rem;
	border-radius: 25px 25px 0px 0px;
	max-width:  100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dashboard-main .header-box.black {
   background: #373535
}
.dashboard-main .information-box .object-info h5 {
	color:#373535;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 0.9em
	
}
.dashboard-main .information-box .object-info .imagen .icon {
	width: 56px;	
}
.dashboard-main .information-box.cotizaciones .object-info .imagen .icon {
	width: 46px;	
}
.dashboard-main .information-box .object-info .information1 {
	font-family: 'Poppins';
	font-size: 20px;
	color:#004EFF;
	line-height: 1.3em
}
.dashboard-main .information-box .object-info .information2, .dashboard-main .information-box .object-info .information3  {
	font-family: 'Poppins';
	font-size: 12px;
	color:#B2B2B2;
	line-height: 1.3em
}
.dashboard-main .box-information hr {
	width: 90%;
	margin: auto;
}
.information-box img {
    width: 100%;
}
.dashboard-main h3 {
	color:#373535;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 0.9em	
}
.dashboard-main label {
	color:#373535;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 0.85em; 
	width: 100px;
	display: block
}
.dashboard-main label.width-long {
	width: 180px;
}
.dashboard-main input {
	color:#373535;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 0.85em; 
	padding-left: 15px;
	border:none;
	height: 40px;
	border-radius: 35px;
}
.dashboard-main .input-dashboard {
	max-width: 680px
}
.dashboard-main .form-check-input {
	width: 20px;
	height: 20px;
}
.dashboard-main .form-check-label {
	width: auto
}
.dashboard-main .dash-guardar {
	background: #004EFF;
	color:#fff
}
.dashboard-main .dash-guardar:hover {
	background: #0037A5;
	color:#fff
}
.dashboard-main .dash-volver {
	background-color: #f4f4f4 !important;
}
.dashboard-main .dash-volver:hover {
	background-color: #C1C1C1 !important;
	border-color: #C1C1C1 !important;
}
.dashboard-main h2 {
	color:#373535;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 1.2em	
}
.dashboard-main input.historial {
	height: 32px;
	border-radius: 12px;
}
.dashboard-main input.historial2 {
	height: 32px;
	border-radius: 12px;
	width: 500px;
}
.dashboard-main select.historial {
	font-family: 'Poppins';
	height: 32px;
	border-radius: 12px;
	max-width: 500px;
	border:none !important;
	font-size: 0.85em;
}

.dashboard-main table.tabla-historial {
	font-family: 'Poppins';
	height: 32px;
	font-size: 0.85em;
	background: #fff;
	border-radius: 10px;
	font-weight: 400 !important;
}
.dashboard-main table.tabla-historial thead th {
	font-size: 0.85rem !important;
	background: #004EFF;
	color:#fff;
	text-shadow: none !important;
	font-weight: normal;
	cursor: pointer;
    position: relative;
}
.dashboard-main table.tabla-historial thead th:first-child {
	border-radius: 10px 0px 0px 0px
}
.dashboard-main table.tabla-historial thead th:last-child {
	border-radius: 0px 10px 0px 0px
} 

.dashboard-main .table>:not(caption)>*>* {
    padding: 0.8rem 0.5rem;
}
.dashboard-main table.tabla-historial thead th.sorting:before {
	right: 0.8em;
    content: url("../img/icon-up.svg");
	width: 10px;
	position: absolute;
    display: block;
	 bottom: 1.5em;
	box-sizing: border-box;
}
.dashboard-main table.tabla-historial thead th.sorting:after {
	right: 0.8em;
    content: url("../img/icon-down.svg");
	width: 10px;
	position: absolute;
    display: block;
	bottom: 0.7em;
	box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .whatsapp-float {
    display: none
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
  }
  header .main-header {
    height: 90px;
  }
  header .main-header .logo {
    width: 200px;
  }
  main {
    padding-top: 150px;
  }
}
@media screen and (min-width: 992px) {
.video-wrapper2 {
  position: relative;
 width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-wrapper2 video {
    width: 100%;
}
  h1 {
  font-size: 36px;
}
  h2 {
    font-size: 24px;
  }
  p {
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 1.3em;
  }
  p.small, small {
    font-size: 16px;
  }
  a.button-1 {
    font-size: 16px;
  }
  header .main-header .logo {
    width: 146px;
  }
  header .main-header .menu-desktop {
    width: auto;
    height: auto;
  }
  ul.menu {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 580px;
  }
  ul.menu li a {
    font-size: 17px;
    color: #373535;
  }
  ul.menu li a:hover {
    font-weight: 700;
  }
  ul.menu .submenu-1::after {
    content: url("../img/chevron-down.svg");
    display: inline-block;
    width: 13px;
  }
  a.bot-login {
    background-color: #1f4df5;
    color: #fff !important;
    padding-left: 28px;
    padding-right: 28px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-radius: 25px;
  }
  .bot-registrarse {
    color: #004eff !important;
  }
  .submenu-1 {
    position: relative;
    display: inline-block;
  }
  .submenu-1 span {
    font-size: 18px;
    color: #323260;
    font-weight: 700;
    margin-bottom: 5px;
    display: block;
  }
  .submenu-1 ul, .submenu-2 ul {
    list-style: disc;
    color: #3c78ff;
    margin-left: 18px;
    margin-bottom: 15px;
  }
  .submenu-1 ul li a, .submenu-2 ul li a {
    font-size: 17px;
    line-height: 40px;
  }
  .dropdown-content {
    position: absolute;
    background-color: #f9f9f9;
    width: 160px;
    box-shadow: 0px 0 16px 2px rgb(0 0 0 / 20%);
    padding: 17px 16px 5px;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.5s;
    display: none;
  }
  .submenu-1:hover .dropdown-content {
    display: block;
  }
  .submenu-2:hover .dropdown-content {
    display: block;
  }
  section.hero {
    height: 840px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  section.hero.video {
  height: 100vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
  section.hero.servicios {
    background-image: url("../img/hero-servicios.jpg");
    height: 840px;
  }
  section.hero.servicios-caas {
    background-image: url("../img/hero-servicios-caas.jpg");
    height: 840px;
  }
  section.hero.equipo {
    background-image: url("../img/hero-equipo.png");
    height: 640px;
  }
  section.hero.contacto {
    background-image: url("../img/hero-contacto.png");
    height: 840px;
  }
  
  span.tit-h2-font2 {
    font-size: 29px;
  }
  section.main-home-2 .col-md-5.col-12 {
    padding-top: 0%;
}
  .main-home-1 h2 {
    width: 580px
  }
  .main-home-2 h2 {
    font-size: 38px;
  }
  section.main-home-2 {
    background-size: 50%;
    background-repeat: no-repeat;
    margin-bottom: 80px;
  }
  img.icon-serv-otc {
  margin-bottom: 25px;
}
img.icon-serv-otc2 {
  margin-bottom: 25px;

}
  .main-home-3 h3 {
    font-size: 25px;
    letter-spacing: 0.03em;
  }
  img.image-tel {
    width: 58%;
    margin-top: -160px;
  }
  .banner-registrar span.txt {
    font-size: 26px;
    letter-spacing: 0.03em;
    margin-right: 25px;
  }
  .banner-registrar span.txt span {
    font-size: 23px;
    letter-spacing: 0.03em;
  }
  section.banner-registrar {
  background-image: url("../img/back-banner-registrar.png");
  height: 310px;
  flex-direction: row;
}
  .banner-registrar span.txt {
  font-size: 26px;
}
  .banner-registrar span.txt span {
    font-size: 23px;
}
  section.banner-img-home {
  background-image: url(../img/fdo-video-rueda.jpg);
  height: auto;
}
  section.banner-contacto, section.banner-contacto2, section.banner-contacto3 {
    height: 420px;
    flex-direction: row;
    margin-top: -115px;
  }
  .banner-contacto span.txt, .banner-contacto2 span.txt {
    font-size: 28px;
    margin-right: 25px;
	letter-spacing: 0.03em;
}
  section.banner-contacto {
    height: 300px;
    margin-top: 0px;
  }
  section.banner-contacto3 {
    height: 500px;
    margin-top: 100px;
    background-image: url(../img/back-banner-contacto2.jpg);
  }
  .banner-contacto span.txt span {
    font-size: 23px;
    letter-spacing: 0.03em;
  }
section.hero.servicios img {
  width: 240px;
  margin-bottom: 20px;
}
section.hero.servicios {
  background-image: url("../img/hero-servicios.jpg");
}
section.main-servicio-1 .mesaotc-box {
    height: 360px;
    padding: 60px;
}
.main-servicio-1 img.img-activo-digitales {
    width: 446px;
}
.main-servicio-2 h2 {
  font-size: 38px;
}
section.main-servicio-2 {
  background-image: url("../img/back-section-compliance.png");
}
.accordion.otc img.img-1 {
    width: 340px;
    margin-top: -15px;
}
.accordion.otc .dots::before {
    width: 28px;
}
.accordion.otc .dots2::before {
    width: 64px;
}
.accordion.otc .dots3::before {
    width: 97px;
}
section.hero.servicios-caas img {
  width: 270px;
  margin-bottom: 20px;
}	
section.main-servicio-caas-1 {
    z-index: 15;
    position: relative;
    padding-bottom: 220px;
	background-size: 440px;
  }
  .main-servicio-caas-1 p {
    font-size: 20px;
  }
  .main-servicio-caas-1 p strong {
    font-size: 20px;
    line-height: 1.6em;
  }

.main-servicio-caas-1 .caja-crypto {
    padding-top: 0px;
}
.main-servicio-caas-1 p strong {
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 1.3em;
}
section.main-servicio-caas-2 .padding-content-otc {
    padding: 100px;
    padding-bottom: 50px;
}
  section.main-servicio-caas-2 {
    width: 96%;
    margin: auto;
    background-color: #004EFF;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -100px;
  }
  .banner-contacto3 p.txt-contacto-caas {
    width: 640px;
    font-size: 24px;
	margin: auto;
  }
section.main-equipo-1 .miembros {
    margin-top: 90px;
    margin-bottom: 280px;
}
  .row.miembros p {
    min-height: 120px;
  }
section.main-equipo-1 .row.miembros .col-12 {
    margin-bottom: 0px;
}

  section.hero.contacto mark {
    font-size: 44px;
  }
  section.hero.contacto p {
    font-size: 26px;
}
  section.hero.contacto .contacto-hero {
    align-items: center;
    justify-content: space-between;
    width: 550px;
}
section.hero.contacto .contacto-hero p {
    font-size: 20px !important;
}
  section.banner-img-contacto {
  height: 900px;
  background-image: url("../img/img-contacto.jpg");
  margin-top:-115px
}
section.tyc {
    padding-top: 200px;
    padding-bottom: 180px;
}
body.back-registro {
	background-image: url("../img/back-registro.jpg");
}
section.form-registro h2 {
    font-size: 20px;
}
section.form-registro {
    padding-top: 160px;
}
.formulario label {
	font-size: 1rem;
}
section.form-registro .caja-form {
    padding-left: 0px;
    padding-right: 0px;
}
section.form-registro .button-registro {
    font-size: 18px;
}
section.form-registro h1 {
    font-size: 26px;
	margin-left: -98px;
}
section.form-registro h1.tit-registrate {
	margin-left: 0px;
}
section.form-registro .caja-fin-registro h1 {
	margin-left: 0px;
}
.caja-login {
    padding-left: 0px;
    padding-right: 0px;
	width: 500px;
}
.caja-fin-registro {
    width: 500px;
    padding-left: 0px;
    padding-right: 0px;
}
header.dashboard {
	padding-left: 25px;
	padding-right: 25px;
}
.information-box img {
    width: 560px;
}	
	
  footer {
    padding-top:0px;
  }
  
  footer .logo-footer img {
    width: 150px;
  }
  footer .menu-footer {
    list-style: disc;
    color: #3c78ff;
    margin-left: 15px;
    margin-bottom: 20px;
  }
  footer h4 a {
    margin-bottom: 20px;
  }
  footer .col-info1 ul li, footer .col-info2 ul li, footer .col-info3, footer .col-info4 {
    text-align: left;
}
  footer ul li a {
  line-height: 1.7rem;
}
footer .col-info1 ul ul {
    margin-left: 10px;
}
	footer .col-info4 {
    margin-top: 0px;
}
    footer a.social {
    margin-left: inherit;
    margin-right: inherit;
}
  footer .menu-footer li a {
    padding-bottom: 4px;
  }
  footer .contacto-footer.phone, footer .contacto-footer.wsp, footer .contacto-footer.mail {
    width: auto;
    padding-bottom: 4px;
  }
  footer .col-logo {
    width: 40%
  }
  footer .col-info1, footer .col-info2, footer .col-info3, footer .col-info4 {
    width: 15%;
  }
  footer .bottom p {
  font-size: 12px;
}
}
@media screen and (min-width: 1400px) {
  section.banner-registrar {
    width: 1300px;
    margin: auto;
    background-image: url(../img/back-banner-registrar.png);
    background-size: cover;
    height: 240px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -125px
  }
  section.main-servicio-caas-2 {
    width: 1300px;
    margin: auto;
    background-color: #004EFF;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -100px;
  }
  .accordion.otc .dots::before {
    width: 26px;
}
  .accordion.otc .dots2::before {
    width: 48px;
}
   .accordion.otc .dots3::before {
    width: 80px;
}
}
@media screen and (min-width: 1600px) {
  section.banner-registrar {
    width: 1540px;
    margin: auto;
    background-image: url(../img/back-banner-registrar.png);
    background-size: cover;
    height: 240px;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -125px;
  }
  section.main-servicio-caas-2 {
    width: 1540px;
    margin: auto;
    background-color: #004EFF;
    height: auto;
    display: flex;
    align-content: center;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 35px;
    margin-top: -100px;
  }
}

img.flag {
    width: 30px;
    border-radius: 4px;
    margin-top: -4px;
}
.countries ul {
  list-style: none;
  margin: 0;
}
.countries span {
  display: none;
}
.flag span {
  margin-left: 5px;
}
.countries .dropdown-content span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
}

@media screen and (min-width: 992px){
  .countries .dropdown-content {
    padding: 5px 20px;
   
  }
}