@charset "UTF-8";
/*--------------------------------------------------------
------------------¡ A T E N C I Ó N!----------------------

Hoja de estilos compilada con SASS, no modificar.

----------------------------------------------------------*/
a {
  text-decoration: none;
}
.cuerpo {
  min-height: 78.3vh;
  overflow: hidden;
  background: url(../img/foto-home-fondo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.scroll-ready {
  overflow: initial !important;
}

p {
  font-weight: 300;
}

.login-info {
  margin: 22.5vh 0;
}

.login-titulo h1 {
  color: white;
  font-weight: 300;
  font-size: 4em;
}
.login-titulo h1 span {
  display: block;
  font-weight: 600;
}

.recuperar-password__boton {
  margin-bottom: 2em;
}

.banner-login__contenedor .respuesta__exito, .banner-login__contenedor .respuesta__error {
  min-height: 430px;
  display: table;
  width: 100%;
}

.fondo-blanco {
  background: white;
  padding: 30px;
  margin-bottom: 10px;
}

.form__grupo label {
  color: #333;
}

.form__input .text, .form__input select, .form__input textarea {
  border: 1px solid #bbb;
}

.banner-login__contenedor .respuesta__interior {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.respuesta-formulario span.icon-error {
  background: #cc0033;
}

.login__password {
  margin-top: 15px;
  display: table;
  min-height: 44px;
  text-align: left;
  width: 100%;
}

.login__password .recuperar-pass {
  font-size: 1.5em;
  display: table-cell;
  vertical-align: middle;
  text-decoration: underline;
  color: #333d47;
}

.login__boton {
  text-align: right;
  margin-top: 15px;
}

.boton--login {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 25px;
  background: #cc0033;
  min-width: 170px;
  outline: none;
}
/* .boton--login:focus {
  border: 1px solid #cc0033;
} */

.form {
  margin-bottom: 0;
}

.form__grupo {
  margin-bottom: 15px;
}

.registro__interior {
  background: #273743;
  padding: 20px 40px;
  display: table;
  width: 100%;
}

.registro__interior p {
  color: #fff;
  margin-bottom: 0;
  display: table-cell;
  vertical-align: middle;
}

.registro__boton {
  text-align: right;
}

.registro__boton .registrarse {
  background: transparent;
  border: 1px solid #797f86;
  color: #fff;
  margin-bottom: 0;
  padding: 10px 25px;
}

.form-registro__interior .registrar-datos {
  margin: 30px 0 15px;
  width: 100%;
  display: table;
}

.form-registro__interior .registrar-datos .enviar-datos {
  text-align: right;
  padding-right: 10px;
  display: table-cell;
  width: 100%;
}

.form-registro__interior .registrar-datos .enviar-datos--last {
  padding-right: 0;
}

.boton--login {
  color: #fff;
  margin-bottom: 0;
  padding: 10px 25px;
  background: #cc0033;
  min-width: 170px;
}

.boton--volver {
  background: #273743;
  color: #fff;
  padding: 10px 25px;
  margin-bottom: 0;
  min-width: 170px;
}

.form__input--seleccion .icono__checkbox, .form__input--seleccion .icono__radio {
  background: white;
  width: 19px;
  height: 19px;
  margin-bottom: 5px;
}



.tabla td, .tabla th {
  font-weight: 300;
  font-size: 15px;
}


.header {
  height: 50px;
}

.header-pagina {
  height: 95px;
  background: #f4f4f4;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.header-derecha {
  display: flex;
  align-items: center;
}

.cerrar-sesion {
  font-size: 3em;
  color: #273743;
}
.cerrar-sesion svg {
  width: 1em;
  height: 1em;
  fill: #273743;
  margin-top: 0.25em;
}

.disclaimer {
  padding: 2em 0;
  background: rgba(255,255,255,0.07);
}

@media (max-width: 1200px) {
  .header {
    height: 60px;
    z-index: 1000;
  }
}

.header__interior {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
}

@media (max-width: 1200px) {
  .header__interior {
    display: none;
  }
}

.header__item--menu {
  height: 100%;
  margin-left: auto;
}

.header__item--menu ul {
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__item--menu ul li {
  width: auto;
  margin: 0px 5px;
  height: 100%;
}

.header__item--menu ul li.activo {
  background: #303e48;
}

.header__item--menu ul li.activo a {
  color: #fff;
}

.header__item--menu ul li a {
  text-decoration: none;
  height: 100%;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-size: 1.7em;
  color: #5b646a;
  padding: 0 10px;
}

.header__item--menu ul li a:hover {
  background: #303e48;
  color: #fff;
  transition: all ease 400ms;
}

.header__item--selector {
  background: #d7d7d9;
  color: #202d36;
  height: 40px;
  width: 160px;
  font-size: 1.5em;
  margin-left: 20px;
  margin-right: 5px;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  font-family: 'Lato',sans-serif;
}

@media (max-width: 767px) {
  .header__item--selector {
    display: none;
  }
}

.header__item--selector.activo {
  background: #202d36;
  color: #d7d7d9;
}

.header__item--selector i {
  vertical-align: middle;
  margin-left: 5px;
}

.header__item img {
  display: block;
  width: 153px;
}

.header__responsive {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 95px;
}

@media (min-width: 1200px) {
  .header__responsive {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header__responsive {
    height: 60px;
  }
}

.header__responsive span.burger {
  display: block;
  width: 90px;
  height: 95px;
  background: #f4f4f4;
  text-align: center;
  cursor: pointer;
  transition: all ease 200ms;
  line-height: 90px;
  font-size: 3em;
}

@media (max-width: 1200px) {
  .header__responsive span.burger {
    height: 60px;
    width: 60px;
    line-height: 60px;
    display: none;
  }
}

.marco {
  max-width: 1240px;
  margin: auto;
}

.links-a {
  text-decoration: none;
  color: #303e48;
}

.links-a:hover {
  color: #666;
  transition: all ease 400ms;
}

.banner {
  height: 400px;
  margin-top: 95px;
}

.banner--login {
  height: auto;
}

@media (max-width: 1200px) {
  .banner {
    margin-top: 60px;
  }
}

.banner__fondo {
  position: fixed;
  z-index: -1;
  background: url(../img/foto-home-fondo.jpg) center center;
  width: 100%;
  background-size: cover;
  height: 100vh;
}

.banner__interior {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 400px;
  z-index: 15;
  position: relative;
}

.banner__interior--USoffshore {
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding-bottom: 4em;
}

.capa-negra__banner {
  position: relative;
}

.filtro-negro {
  display: block;
  /* height: 100%;
  width: 100%; */
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  z-index: 0;
  background: #000000;
  opacity: .5;
}

.filtro-negro--login {
  position: fixed;
}
/* 
.capa-negra__banner::before {
  content: '';
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    left: 0;
    bottom:0;
    top: 0;
    z-index: -1;
    background: rgba(0,0,0,.5);
} */

.banner__titulo {
  color: #fff;
  margin-bottom: 0;
  font-style: italic;
  font-weight: lighter;
}

.banner__titulo span {
  font-weight: 600;
  display: block;
  font-style: initial;
}

.contacto {
  background: #303e48;
  position: relative;
  z-index: 15;
  padding: 125px 0 40px;
  outline: 0;
}

@media (max-width: 767px) {
  .contacto {
    padding-top: 90px;
  }
}

.contacto__personas--titulo, .contacto__personas--subtitulo {
  color: #fff;
  text-align: center;
  font-weight: lighter;
}

.contacto__personas--titulo {
  font-size: 3.2em;
  margin-bottom: 5px;
}

.contacto__personas--subtitulo {
  font-size: 2.2em;
  margin-bottom: 70px;
}

.contacto__personas--datos {
  margin-bottom: 60px;
  text-align: left;
}

@media (max-width: 1200px) {
  .contacto__personas--datos {
    text-align: center;
  }
}

.contacto__personas--datos a {
  text-decoration: none;
  color: inherit;
}

.contacto__personas--datos a.telefono {
  pointer-events: none;
}

@media (max-width: 543px) {
  .contacto__personas--datos a.telefono {
    pointer-events: auto;
  }
  .table-of-returns td {
    border: 1px solid #999;
  }
}

.contacto__personas--datos a:hover, .contacto__personas--datos a:hover span {
  color: #fff;
}

.contacto__personas--datos h3 {
  color: #fff;
  font-weight: lighter;
  font-size: 2em;
}

.contacto__personas--datos h3 span.subtitulo {
  display: block;
  font-size: 0.8em;
  color: #fff;
}

.contacto__personas--datos h3 a:hover {
  color: #a7a7b5;
  transition: all ease 200ms;
}

.contacto__personas--datos p,
.contacto__personas--datos span {
  color: #8b98a1;
}

.contacto__personas--datos p {
  margin-bottom: 0;
  font-size: 1.5em;
}

.contacto .info-adicional .info-extra-uno {
  margin-bottom: 35px;
}

.contacto .info-adicional h3 {
  color: #ddd;
  font-weight: 400;
}

.contacto .info-adicional p {
  margin-bottom: 5px;
  color: #ddd;
}

.contacto .info-adicional a {
  text-decoration: none;
  color: #ddd;
}

section.respuestas {
  min-height: 90vh;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

section.respuestas .respuesta_exito, section.respuestas .respuesta_error {
  text-align: center;
  margin-bottom: 30px;
}

section.respuestas span {
  font-size: 5em;
}

section.respuestas span.fln-alerta-error-full {
  color: #a94442;
}

section.respuestas span.fln-alerta-exito-full {
  color: #4fa34f;
}

.preloader {
  text-align: center;
}

.preloader img {
  width: 32px;
}

#formulario_contacto #captcha {
  margin: 20px 0 40px;
  display: inline-block;
}

#formulario_contacto #captcha.invalido {
  border: 1px solid #cc0033 !important;
}

@media (max-width: 330px) {
  #formulario_contacto #captcha {
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -ms-transform-origin: left;
    transform-origin: left;
  }
}

#formulario_contacto #captcha iframe {
  margin-bottom: 20px;
}

.our-firm {
  z-index: 15;
  position: relative;
  background: #fff;
  padding: 125px 0 40px;
}

@media (max-width: 767px) {
  .our-firm {
    padding-top: 90px;
  }
}

.our-firm__interior--titulo {
  text-align: center;
  color: #cc0033;
  font-weight: lighter;
}

.our-firm__interior--img-cortada {
  overflow: hidden;
  height: 250px;
}

.our-firm__interior p {
  color: #5b646a;
}

.our-firm__interior p.last-p {
  margin-bottom: 30px;
}

.our-firm__interior--subtitulo {
  color: #5b646a;
  font-weight: lighter;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.3em;
}

.our-firm__interior--subtitulo.primero {
  margin-bottom: 30px;
}

.our-services, .bcs {
  z-index: 15;
  position: relative;
  background: #fff;
  padding: 125px 0 40px;
}

@media (max-width: 767px) {
  .our-services, .bcs {
    padding-top: 90px;
  }
}

.our-services__interior p, .bcs__interior p {
  color: #5b646a;
}

.our-services__interior p.small, .bcs__interior p.small {
  font-size: 1.5em;
  font-weight: 600;
}

.our-services__interior--img-cortada, .bcs__interior--img-cortada {
  overflow: hidden;
  height: 250px;
}

.our-services__interior--img-cortada:nth-child(1), .bcs__interior--img-cortada:nth-child(1) {
  margin-bottom: 30px;
}

.research-box {
  margin-bottom: 30px;
}

#menu-responsive {
  display: block;
  position: fixed;
  top: 95px;
  right: -100%;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  bottom: 0;
  background: #333d47;
  transition: all ease 200ms;
}

#menu-responsive.desplegado {
  right: 0 !important;
  opacity: 1;
  width: 50%;
  overflow-y: auto;
}

#menu-responsive > ul {
  position: relative;
  width: 100%;
  font-size: 1em;
}

#menu-responsive ul li a {
  display: block;
  padding: 20px;
  padding-right: 35px;
  font-size: 1.7em;
  outline: 0;
  text-decoration: none;
  color: #fff;
}

#menu-responsive ul li.activo > a {
  text-decoration: none;
  background: #424e5a;
}

#menu-responsive ul li a span {
  vertical-align: middle;
  float: right;
  margin-right: -20px;
  margin-left: 10px;
}

#menu-responsive ul li a.ui-state-active,
#menu-responsive .menu_principal_fase1 {
  background: #2d3640;
}

#menu-responsive .menu_principal_fase1 a {
  display: block;
  padding: 8px 35px 8px 20px;
  color: #bdc8d2;
}

#menu-responsive .menu_principal_fase1 img {
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.menu_principal_fase1 li:last-child,
.menu_principal_fase1 li.ultimo-especial {
  padding-bottom: 20px;
}

#menu-responsive ul.menu_principal_redes {
  margin: 0;
  padding: 10px 0 20px 20px;
}

#menu-responsive .menu_principal_redes li {
  display: inline-block;
  margin-right: 10px;
}

#menu-responsive .menu_principal_redes li a {
  padding: 0;
}

#fondo_negro {
  display: none;
}

@media (max-width: 1280px) {
  #fondo_negro {
    display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
  }
}

@media (max-width: 1280px) {
  #menu-responsive {
    top: 60px;
  }
  #menu-responsive.desplegado {
    right: 0 !important;
    opacity: 1;
    width: 50%;
    overflow-y: auto;
    top: 61px;
  }
}

@media (max-width: 544px) {
  #menu-responsive.desplegado {
    width: 85%;
  }
}

/* Selector de sitios */
.marco-selector {
  max-width: 860px;
  margin: auto;
  margin-top: -28px;
}

.marco-selector img {
  margin-right: 10px;
  margin-bottom: 3px;
  vertical-align: middle;
}

.fondo-selector {
  background: url(../img/selector-sitios/fondo-selector.jpg) no-repeat center;
  background-size: cover;
  padding: 20px 0 65px;
  position: fixed;
  width: 100%;
  z-index: 111;
}

.fondo-selector--resp {
  margin-top: 90px;
  z-index: 80;
}

.fondo-selector .franja-titulos {
  background: #222c35;
  height: 70px;
  position: relative;
  bottom: -30px;
  z-index: 111;
}

.fondo-selector .sitios-corporativos,
.fondo-selector .redes-sociales {
  width: 30%;
  float: left;
}

.fondo-selector .otros-accesos {
  width: 40%;
  float: left;
}

.fondo-selector h3 {
  color: #fff;
  font-size: 1.8em;
  margin-bottom: 35px;
  position: relative;
  z-index: 111;
  font-family: 'Lato', sans-serif;
}

.fondo-selector .redes-sociales h3 {
  color: transparent;
}

.fondo-selector li {
  margin-bottom: 5px;
}

.fondo-selector .redes-sociales li:nth-child(4) {
  margin-bottom: 10px;
}

.fondo-selector .redes-sociales li ul li {
  margin-right: 5px;
}

.fondo-selector .item {
  color: #acb5bf;
}

.fondo-selector li a {
  color: #acb5bf;
  font-size: 1.6em;
  text-decoration: none;
  font-family: 'Open Sans';
  font-weight: 300;
}

.fondo-selector li a:hover,
.fondo-selector li a.activo,
.fondo-selector span.activo {
  color: #fff;
  text-decoration: underline;
}

.fondo-selector span.activo {
  font-size: 1.7em;
  margin-bottom: 5px;
  display: block;
  font-weight: 300;
}

.contenedor-scorporativos ul,
.contenedor-oaccesos ul {
  height: 120px;
  border-right: 1px solid #495056;
}

.contenedor-scorporativos,
.contenedor-oaccesos,
.contenedor-rsociales {
  max-width: 75%;
  margin: auto;
}

span.icon {
  color: #202d36;
  background: #acb5bf;
  border-radius: 50%;
  font-size: 1em;
  width: 25px;
  text-align: center;
  height: 25px;
  display: inline-block;
  line-height: 26px;
}

span.icon:hover {
  color: #fff;
  transition: all ease 400ms;
}

span.icon-twitter:hover {
  background: #52b9d8;
  transition: all ease 400ms;
}

span.icon.icon-facebook:hover {
  background: #295296;
  transition: all ease 400ms;
}

span.icon-youtube-play:hover {
  background: #e62117;
  transition: all ease 400ms;
}

span.icon-linkedin:hover {
  background: #0077b5;
  transition: all ease 400ms;
}

span.icon-instagram:hover {
  background: #cd486b;
  transition: all ease 400ms;
}

.redes-sociales ul ul {
  display: block;
  margin-top: 10px;
}

.redes-sociales ul ul li {
  display: inline-block;
  margin-right: 6.5px;
}

span.sitios-lv .icon-arriba-light,
span.sitios-lv .icon-abajo-light {
  vertical-align: middle;
  margin-left: 5px;
}

#menu-responsive ul.menu_principal_redes {
  margin: 0;
  padding: 10px 0 20px 20px;
}

#menu-responsive .menu_principal_redes li {
  display: inline-block;
  margin-right: 10px;
}

#menu-responsive .menu_principal_redes li .item {
  padding: 0;
}

#menu-responsive .menu_principal_redes li span {
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 7px;
  font-size: 1.5em;
  margin-left: 0;
  margin-right: 0;
}

.menu_principal_fase1 li:last-child,
.menu_principal_fase1 li.ultimo-especial {
  padding-bottom: 20px;
}

.menu_principal_redes li:last-child,
.menu_principal_fase2 li:last-child {
  padding-bottom: 0;
}

.menu-responsive .accesos-responsive .contacto {
  width: 100%;
  text-align: center;
}

#menu-responsive .menu_principal_fase1 span.activo {
  display: block;
  padding: 8px 35px 8px 20px;
  color: #bdc8d2;
  font-size: 1.7em;
  background: #424e5a;
}

@media (max-width: 992px) {
  .contenedor-scorporativos,
  .contenedor-oaccesos,
  .contenedor-rsociales {
    max-width: 85%;
  }
  .botonera_cabecera span.sitios-lv {
    margin-right: 0;
  }
  .body-overflow {
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .fondo-selector,
  .botonera_cabecera span.sitios-lv {
    display: none;
  }
}

@media (max-width: 320px) {
  #menu_responsive .menu_principal_redes li span {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    font-size: 1.5em;
  }
}

.footer {
  height: auto;
  background: #273743;
  position: relative;
  z-index: 15;
}

@media (max-width: 992px) {
  .footer p {
    font-size: 1.6em;
    font-weight: 400;
    margin-bottom: 0;
  }
}

.footer__interior {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 115px;
}

@media (max-width: 992px) {
  .footer__interior {
    display: block;
    padding-top: 10px;
  }
}

@media (max-width: 992px) {
  .footer__item {
    text-align: center;
  }
}

.footer__item--logo {
  margin-right: 20px;
}

@media (max-width: 543px) {
  .footer__item--logo {
    margin-right: 0;
  }
}

.footer__item--logo img {
  display: block;
  width: 153px;
}

@media (max-width: 992px) {
  .footer__item--logo img {
    margin: auto;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

.footer__item--derechos {
  margin-right: auto;
}

.footer__item--menu p {
  float: left;
  line-height: 20px;
  margin-right: 5px;
  color: #818385;
}

@media (max-width: 992px) {
  .footer__item--menu p {
    float: none;
    padding-top: 5px;
    margin-bottom: -5px;
  }
}

.footer__item--menu ul {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer__item--menu ul {
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 10px;
  }
}

.footer__item--menu ul li {
  margin: 0px 5px;
  padding-right: 10px;
  border-right: 1px solid #818385;
}

.footer__item--menu ul li:last-child {
  border-right: none;
}

.footer__item--menu ul li a {
  color: #818385;
  text-decoration: none;
  font-size: 15px;
}

.footer__item--menu ul li a:hover {
  color: #fff;
}

#subir {
  bottom: 75px;
  display: none;
  height: 40px;
  position: fixed;
  right: 0;
  width: 40px;
  z-index: 100;
}

.managers-section {
  z-index: 15;
  position: static;
  background: #fff;
  padding: 8em 0;
}

.managers__interior--titulo {
  text-align: center;
  color: #cc0033;
  font-weight: lighter;
  padding-bottom: 1.33em;
}

.managers__interior--titulo--tabla {
  padding: 0;
  margin-bottom: 0.5em;
}

.fecha_tabla {
  text-align: center;
}

.fondos-managers {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.5em;
}

.fondo-box {
  display: flex;
  width: 29em;
}

.fondo-box:last-child {
  padding-right: 0;
}

.fondo-box__titulo {
  background: #fff;
  color: #fff;
  border: 1px solid #bbb;
  width: 100%;
  height: 29em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all ease .3s;
  opacity: 1;
  cursor: pointer;
}

.fondo-box__titulo img {
  margin-bottom: 0;
  width: 30em;
}

.fondo-box__titulo:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  border: 1px solid #fff;
}

.fondo-box__titulo span {
  font-size: 2.2em;
  text-align: center;
  min-width: 9em;
}

.fondo-box__lista {
  padding: 0;
  width: 0;
  height: 0;
  overflow: auto;
  display: none;
  transition: all ease .3s;
}

.fondo-box__lista li a{
  color: white;
  margin-bottom: 1em;
  text-decoration: none;
}
.fondo-box__lista li::before {
  background: white !important;
  border: 1px solid white !important;
}
.fondo-box__lista li:hover {
  text-decoration: underline;
  cursor: pointer;
}

.fondo-box__contenedor-modal {
  background: rgb(255 255 255 / 90%);
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: fixed;
  height: 100vh;
  left: 0;
  right: 0;
  top: 95px;
  bottom: 0;
  z-index: 10000;
}

.fondo-box__modal img {
  max-width: 27.2em;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  .fondo-box__modal img {
    margin-bottom: 3em;
  }
}

i.fln-cerrar-light {
  position: absolute;
  top: 0;
  right: 0;
  margin: 1em;
  cursor: pointer;
  font-size: 1.6em;
}


@media (max-width: 1200px) {
  .fondo-box__contenedor-modal {
    top: 60px;
  }
}

.fondo-box__contenedor-modal--visible {
  display: flex;
}

.fondo-box__modal {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  max-width: 1240px;
  max-height: 60vh;
  overflow: auto;
  width: 100%;
  left: 0;
  right: 0;
  padding: 3em;
  margin: 0 1em 10em;
}

.fondo-box__modal li {
  padding: 0 0 20px 17px !important;
}

.fondo-box__modal li a {
  color: #303E48;
  margin-bottom: 1em;
  text-decoration: none;
}

.fondo-box__modal li::before {
  background: #303E48 !important;
  border: 1px solid #303E48 !important;
}

.fondo-box__modal li:hover {
  text-decoration: underline;
  cursor: pointer;
}

span.fondo__cerrar {
  position: absolute;
  right: -28%;
  top: 6.4em;
  color: #97a3ad;
  display: none;
}

.modal {
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  height: 100vh;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  overflow: scroll;
}


.modal-contenido {
  background: #fff;
  width: 100%;
  margin-top: 15em;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  padding: 4em;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.modal-contenido p{
  margin-bottom: 2em;
}
.modal-contenido h2{
  margin-bottom: 1.5em;
}
.modal-contenido h3{
  margin-bottom: 0;
  text-align: center;
}
.modal-botones {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 4em;
  flex-wrap: wrap;
}

.modal-contenido .btn{
  font-size: 17px;
  text-align: center;
  border: 1px solid #ccc;
  background: #fff;
  color: #666;
  font-weight: 600;
  padding: 1em;
  transition: all ease .3s;
}
.modal-contenido .btn:hover{
  background: #303E48;
  color: white;
}

.modal-contenido .btn.agree {
  color:#c03;
  border: 1px solid #c03;
}
.modal-contenido .btn.agree:hover {
  color: white;
  background: #c03;
}

.modal-contenido .btn span{
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.captcha.invalido {
  border: 1px solid #ed6666;
  display: inline-block;
}

.no-scroll {
  overflow: hidden;
}

@media (max-width:543px){
  .modal {
    background: rgba(255, 255, 255, 0.92);
  }
  .modal-contenido {
    padding: 3em 1em;
    margin-top: 0;
    box-shadow: none;
    border: none;
  }
  .modal-contenido h2 {
    margin-bottom: .75em;
  }
  .modal-contenido p {
    margin-bottom: 1em;
  }
  .modal-contenido .btn {
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
  }
}




/* --- animacion fondos --- */

.fondo-box--oculto {
  opacity: 0;
  width: 0;
  padding: 0;
}

.fondo-box--desplegado {
  background: #404D57;
  width: 100%;
  padding-right: 0;
}

.fondo-box__titulo--oculto {
  padding: 0;
}

.fondo-box__lista--visible {
  display: initial;
  padding: 3em;
  width: 99em;
  height: 30em;
}

span.fondo__cerrar--visible {
  display: initial;
}

/* ----------------------------- */

.top-manager__titulo {
  font-size: 2.2em;
  height: 3.55em;
}

.top-manager__img {
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0;
  height: 30em;
  width: 30em;
  padding: 0;
}

.top-manager__img img {
  width: 100%;
  min-width: fit-content;
  display: block;
  margin-bottom: 0;
}

p.top-manager__parrafo {
  margin-bottom: 0;
  font-size: 1.6em;
  font-weight: 300;
}

p.top-manager__fecha {
  margin: 0.5em 0;
  font-size: 1.5em;
}

span.top-manager__etiqueta {
  color: white;
  display: inline-block;
  background: #c03;
  padding: 0.5em;
  font-size: 1.4em;
  margin-bottom: 0.7em;
}

a.top-manager__link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}


.contenido-dinamico ul li.menu__out-top {
  font-size: 1em;
  color: #303E48;
  line-height: 3em;
  cursor: pointer;
}

.contenido-dinamico ul li.menu__out-top::before {
  border: 1px solid white;
  background: white;
  top: 33%;
}

.contenido-dinamico ul li.menu__out-top:hover{
  color: #577388;
}
.contenido-dinamico ul li.menu__out-top:hover::before{
  border: 1px solid #577388;
  background: #577388;
}
.contenido-dinamico ul li.menu__out-top.activo::before {
  border: 1px solid #273743;
  background: #273743;
}

.contenido__brown {
  display: none;
  transition: all ease 1s;
  opacity: 0;
}
.contenido__brown h3 {
  margin-bottom: 1.2em;
}
.contenido__brown.activo {
  display: block;
  opacity: 1;
}

.fondo_ficha_link {
  font-size: 1.6em;
  color: #273743;
  text-decoration: none;
}
.fondo_ficha_link:hover {
  opacity: 0.8;
}

.fondo_ficha_icono {
  font-size: 2em;
  vertical-align: middle;
}

.table-of-returns {
  width: 100%;
}
.table-of-returns td {
  text-align: right;
  padding: 0.5em;
  border: 1px solid #bbb;
  border-collapse: collapse;
}


.table-of-returns td:nth-child(2) {
  text-align: left;
}

.table-of-returns td:first-child{
  text-align: left;  
}
.table-of-returns thead td {
  background: #273743;
  color: white;  
}

.tabla--responsive tbody td:before {
  content: attr(data-label);
}

.flex-caja {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 4em;
}

span.fondo__cerrar--arriba {
  color: #97a3ad;
  font-size: 2em;
  margin-bottom: 1em;
  display: none;
}

select#S_Our_top {
  display: none;
}

.tabla--responsive tbody td:before {
  content: attr(data-label);
  display: none;
}

.tabla thead th {
  text-align: center;
  color: #fff;
  background: #273743;
  font-weight: 300;
  border: 1px solid #bbb;
}
.tabla thead:first-child {
  text-align: left;
}

.tabla tbody th {
  color: #fff;
  background: #587388;
  font-weight: 300;
  border: 1px solid #bbb;
}

.tabla .subtitulo-tabla {
  color: #273743;
  background: rgba(39, 55, 67,.1);
}

/* select optgroup option {
  margin-left: 1em;
  background: #495056;
} */


/* --- responsive USoffshore --- */

@media (max-width:1279px){
  .fondos-managers {
    flex-wrap: wrap;
  }
  .fondo-box {
    padding-right: 0;
    margin: 0 1.5em 0.5em;
    width: 100%;
    flex-direction: column;
  }
  .managers-section {
    padding: 4em 0;
  }
  .managers__interior--titulo {
    padding-bottom: 0.5em;
  }
  .fondo-box__titulo {
    height: 10em;
    width: 100%;
    padding: 0;
  }
  .fondo-box__lista--visible {
    padding: 3em 3em 0;
    width: 100%;
    height: auto;
  }
  .fondo-box__titulo--oculto {
    height: 0;
  }
  span.fondo__cerrar--visible {
    display: none;
  }
  span.fondo__cerrar--arriba {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    padding: 1em 1em 0 0;
  }
  .managers__interior--titulo--tabla {
    margin: 0;
  }
}

@media (max-width:1199px){
  .flex-caja {
    margin-bottom: 0;
  }
  p.top-manager__parrafo {
    margin-bottom: 3em;
  }
  .fondos-managers {
    padding: 0;
  }
  .top-manager__titulo {
    margin-top: 1em;
    height: auto;
  }
  .top-manager__img {
    height: 45vw;
    width: 100%;
  }

  .menu_out-top-lista{
    display: flex;
    flex-wrap: wrap;
  }
  .contenido-dinamico ul li.menu__out-top {
    width: 25%;
    border: 1px solid #ccc;
    padding: 1em 0.5em;
    line-height: initial;
    text-align: center;
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .contenido-dinamico ul li.menu__out-top::before {
    display: none;
  }
  .contenido-dinamico ul li.menu__out-top.activo {
    background: #273743;
    color: white;
  }
  select#S_Our_top {
    display: initial;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.5em;
    margin-bottom: 3em;
    border: 1px solid #bbb;
  }
  ul.menu_out-top-lista {
    display: none;
  }
  .tabla--responsive tbody td:before {
    display: block;
  }
  .titulo__menu-lateral {
    display: none;
  }
  .header-pagina {
    height: auto;
  }
}

@media (max-width:991px){
  .top-manager__img {
    height: 90vw;
  }
  .login-info {
    margin: 2vh 0 4vh;
  }
  .footer{
    min-height: 33em;
  }
  .login-titulo h1 {
    font-size: 3em;
  }
}

@media(max-width:768px){
  /* .top-manager__img {
    height: 30em;
  } */
  .contenido-dinamico ul li.menu__out-top {
    font-size: 14px;
  }
  .tabla__responsive {
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 50em;
  }
  
  .tabla thead th {
    position: sticky;
    top: 0;
    z-index: 100;
  }
}

@media (max-width:540px){
  .login-titulo h1 {
    font-size: 2.5em;
  }
  .fondo-blanco {
    padding: 20px;
  }
  .registro__interior {
    padding: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .footer__item--logo img {
    width: 12em;
  }
  .registro__interior p {
    font-size: 15px;
    margin-bottom: 1em;
  }
  .footer p {
    font-size: 14px;
  }
  .footer__item--menu ul li a {
    font-size: 14px;
  }
  .form label {
    font-size: 15px;
  }
  .recuperar-password__boton {
    display: flex;
  }
  .boton--volver {
    min-width: auto;
  }
  .boton--login {
    min-width: auto;
  }
}

@media(max-width:414px){
  h2 {
    font-size: 2.3em;
  }
  .modal-botones {
    margin-top: 0;
    margin-bottom: 5em;
  }
  .fondo-box__titulo span {
    font-size: 1.6em;
    max-width: 14em;
  }
  /* .top-manager__img {
    height: 20em;
  } */
  .contenido-dinamico ul li.menu__out-top {
    font-size: 14px;
    width: 50%;
  }
  .fondo-box__titulo img {
    width: 25em;
  }
}

/* Efectos a imágenes */

.transicion {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.zoom {
	overflow: hidden;
/*	display: inline-block;*/
}

.zoom img {
	display: block;
	width: 100%;
}

.zoom[data-zoom="110%"]:hover img {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}

.zoom[data-zoom="120%"]:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}

.zoom[data-zoom="130%"]:hover img {
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3);
	-moz-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
}

.zoom[data-zoom="140%"]:hover img {
	transform: scale(1.4, 1.4);
	-webkit-transform: scale(1.4, 1.4);
	-moz-transform: scale(1.4, 1.4);
	-ms-transform: scale(1.4, 1.4);
	-o-transform: scale(1.4, 1.4);
}

.zoom[data-zoom="150%"]:hover img {
	transform: scale(1.5, 1.5);
	-webkit-transform: scale(1.5, 1.5);
	-moz-transform: scale(1.5, 1.5);
	-ms-transform: scale(1.5, 1.5);
	-o-transform: scale(1.5, 1.5);
}

.filtro-imagen[data-filtro-imagen="brillo"] img {
	-webkit-filter: brightness(100%);
	filter: brightness(100%);
}

.filtro-imagen[data-filtro-imagen="brillo"]:hover img {
	-webkit-filter: brightness(120%);
	filter: brightness(120%);
}

table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
  padding: 1em 1.5em;
	cursor: pointer;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}


table.tablesorter thead tr .header:first-child,
table.tablesorter thead tr .header:nth-child(2) {
	background-image: none;
  pointer-events: none;
}

table.tablesorter thead tr .headerSortUp:first-child,
table.tablesorter thead tr .headerSortUp:nth-child(2) {
	background-image: none;
}
table.tablesorter thead tr .headerSortDown:first-child,
table.tablesorter thead tr .headerSortDown:nth-child(2) {
	background-image:  none;
}

.about-us .contact-us  p {
  margin-bottom: 0.8em;
  line-height: 26px;
  color: #273743;
  font-weight: 400;
}
.about-us .contact-us  p span,
.about-us .contact-us  p a {
  font-weight: 400;
  display: block;
  font-size: 15px;
  color: #999;
  text-decoration: none;
}

.banner-event {
  position: relative;
  min-height: 50em;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  /* background: #55a599; */
  /* background-image: url('../img/event/capa-banner-frente.png'); */
}
.banner-event:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/capa-banner-frente.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-position-y: center;
  background-attachment: fixed;
  transition: all ease 1s;
  opacity: 0;
  transform: translateY(-100px);
}

.banner-event.observar--activo:after {
  opacity: 1;
  transform: translateY(0);
}
.banner-event .titulo-event {
  margin: 19% 0;
  transition: all ease 1s;
  transform: translateY(100px);
  opacity: 0;
}
.banner-event .titulo-event.observar--activo {
  margin: 19% 0;
  transform: translateY(0);
  opacity: 1;
}

.banner-event h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: white;
  text-decoration: none;
}
.banner-event h1 span{
  font-size: 2rem;
  display: block;
  color: #14428c;
  text-transform: uppercase;
}
.banner-event .capa-back{
  display: flex;
  height: 100%;
  width: 100%;
  /* position: absolute; */
  /* bottom: 0; */
  /* top: -18em;
  left: 0;
  right: 0; */
}
.banner-event .capa-back img{
  width: 100%;
  opacity: .15;
}

.banner-franja-logos {
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.5em 0;
  transition: all ease 1.5s;
  opacity: 0;
}
.banner-franja-logos.observar--activo {
  opacity: 1;
}

.banner-franja-logos:after,
.banner-franja-logos:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #fff;
  padding: 1.5em 0;
}
.banner-franja-logos:after {
  right: -100%;
  left: 100%;
}
.banner-franja-logos:before {
  right: 100%;
  left: -100%;
}

.banner-franja-logos .logos-banner {
  display: flex;
  justify-content: center;
}

.banner-franja-logos .logos-banner img {
  width: 70%;
}

.event-video {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #000;
  transition: all ease .5s;
  opacity: .3;
  transform: translateY(50px);
}
.event-video.observar--activo {
  opacity: 1;
  transform: translateY(0);
}

.event-video svg {
  height: 60px;
  width: 60px;
  height: 28.7em;
  fill: white;
  stroke: white;
  stroke-width: 5px;
  opacity: 1;
  transition: all ease .8;
}

.event-video:hover {
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.event-video:hover svg {
  transform: scale(1.1);
  opacity: 1;
}
.event-video:hover::after  {
  opacity: 1;
}

.event-body {
  overflow: auto !important;
}

.event-video:after {
  content: '';
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition: all ease .8s;
}

.event-video.video-aegon:after{
  background-image: url(../equities-event/img/event/video-aegon.jpg);
}
.event-video.video-brown:after{
  background-image: url(../equities-event/img/event/video-brown.jpg);
}
.event-video.video-lvam:after{
  background-image: url(../equities-event/img/event/video-lvam.jpg);
}
.event-video.video-pine:after{
  background-image: url(../equities-event/img/event/video-pine.jpg);
}

.modal-event {
  display: none;
  overflow: initial;
}

.modal-event .modal-contenido {
  position: relative;
}
.modal-event .modal-contenido i {
  position: absolute;
  font-size: 2em;
  right: 0.5em;
  top: 0.5em;
  color: #333d47;
  cursor: pointer;
}

.retrato-expositor {
  border-radius: 250px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}

.retrato-expositor img{
  margin-bottom: 0;
}

.contenedor-expositor {
  padding: 0 0 6em;
  transition: all ease .5s;
  opacity: 0;
  transform: translateY(100px);
}
.contenedor-expositor.observar--activo {
  padding: 0 0 6em;
  opacity: 1;
  transform: translateY(0);
}

.contenedor-expositor:last-child {
  padding: 0;
}

.seccion-expositores {
  background: #f2f2f2;
}

h4.titulo-video {
  text-align: center;
}

@media (max-width: 1199px){
  .event-video {
    /* margin-bottom: 3em; */
    opacity: 1;
    transform: translateY(0);
  }
  .banner-event:after {
    opacity: 1 !important;
    transform: translateY(0) !important;
    transition: none;
  }
  .banner-event {
    min-height: auto;
    height: auto;
  }
  .banner-event .titulo-event {
    margin: 8% 0;
  }
  .banner-franja-logos,
  .banner-franja-logos:after,
  .banner-franja-logos:before {
    margin-bottom: 6em;
  }
  .contenedor-expositor {
    opacity: 1;
    transform: translateY(0);
  }
  /* .banner-franja-logos:after,
  .banner-franja-logos:before {
    display: none;
  } */
  h4.titulo-video {
    margin-bottom: 3em;
  }
}

@media (max-width: 767px){
  .banner-event h1 span {
    font-size: 1.5rem;
  }
  .modal-event .modal-contenido {
    margin-top: 6em;
  }
}

@media (max-width: 544px){
  .retrato-expositor {
    width: 20em;
    margin: 0 auto 4em;
  }
  .banner-franja-logos, .banner-franja-logos:after, .banner-franja-logos:before {
    margin-bottom: 3em;
  }
}

@media (max-width: 414px){
  .banner-event h1 {
    font-size: 2.5em;
  }
  .banner-event h1 span {
    font-size: 1.2rem;
  }
}

@media (max-width: 360px){
  .banner-event h1 {
    font-size: 2.3em;
  }
  .banner-event h1 span {
    font-size: 1rem;
  }
}

.fondo-banner {
  background: url(../img/foto-home-fondo.jpg) center center;
  background-position: 0 95px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

a.backhome {
  font-size: 1.4em;
  margin-right: 2em;
  color: #333d47;
}
a.backhome i.fln-izquierda-light {
  display: inline-block;
  vertical-align: middle;
  transition: all ease .4s;
}

a.backhome:hover{
  opacity: 0.7;
}
a.backhome:hover i.fln-izquierda-light{
  padding-right: 0.3em;
  opacity: 0.7;
}

a.backhome.back-responsive {
  display: none;
  font-size: 15px;
  vertical-align: middle;
}

.titulo-event a {
  font-size: 1.5em;
}
.titulo-event a:hover {
  filter: brightness(110%);
}

.titulo-event.titulo-event-home {
  margin: 15% 0 13% !important;
}

@media (max-width:544px){
  a.backhome {
    font-size: 3em;
    margin-right: 0.5em;
    color: #333d47;
  }
  a.backhome.back-responsive {
    display: initial;
  }
  .titulo-event a {
    font-size: 1.3em;
    padding: 10px 20px;
  }
}


/*# sourceMappingURL=estilos.css.map */