@font-face {
  font-family: Rotis;
  src: url(../fonts/RotisSerifStd.otf);
}
.d-flex {
  display: flex;
}

.d-inline-block {
  display: inline-block;
}

.justify-content-center {
  justify-content: center;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.slider-caption p {
  max-width: 500px;
  margin: 40px auto;
  font-size: 32px;
}
.slider-caption .botonvermas {
  padding: 10px 20px !important;
  border-color: #fff !important;
  background-color: transparent !important;
}
.slider-caption .botonvermas.d-xs {
  display: none;
}

body.homeinicio #footer {
  display: block;
}

#footer.py-4 {
  padding: 20px 30px;
}

/* ---------------------------------------------------- */
/* SIMULADOR */
/* ---------------------------------------------------- */

#simulator-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px;
  flex-wrap: wrap;
}

#simulator-form .form-group {
  margin-bottom: 0;
  margin-right: 10px;
  width: 48%;
  margin-bottom: 10px;
  position: relative;
}

#simulator-form label {
  color: #2b3a57;
  font-family: "Fira Sans", sans-serif;
  padding-left: 10px;
}

#simulator-form #inversion-money {
  right: 10px;
  bottom: 5px;
  position: absolute;
  font-family: "Fira Sans", sans-serif;
}
#simulator-form input#inversion {
  padding-right: 46px;
}


#simulator-form select,
#simulator-form input {
  background-color: #fff;
  border: 1px solid #2b3a57;
  font-family: "Fira Sans", sans-serif;
  border-radius: 0;
}
#simulator-form select:focus,
#simulator-form input:focus {
  box-shadow: none;
}

#simulator-form .botonvermas {
  height: 34px !important;
  font-weight: 400 !important;
  margin-bottom: 10px;
  margin-right: auto;
}
#myLineChart {
  margin-bottom: 60px;
}
.chart-title {
  color: #42506a;
  font-family: "Fira Sans", sans-serif;
  font-size: 18px;
  margin-bottom: 30px !important;
  letter-spacing: 0;
}
.simulator-list {
  margin-left: 30px;
  margin-top: 55px;
}
.simulator-list li {
  display: flex;
  justify-content: space-between;
  color: #445a79;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 13px;
  font-family: "Fira Sans", sans-serif;
  position: relative;
}
.simulator-list li:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  display: block;
  position: absolute;
  right: 120px;
  top: 0;
}
.simulator-list li:nth-child(4) {
  padding-bottom: 40px;
}
#simulator-form .botonvermas[disabled] {
  opacity: 0.2;
}

/* ---------------------------------------------------- */
/* FIN SIMULADOR */
/* ---------------------------------------------------- */

.list-areas {
  margin: 0 auto 60px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
}
.list-areas.mb-sm {
  margin-bottom: 20px;
}
.list-areas .areas-item {
  text-align: center;
  position: relative;
}
.list-areas .areas-item.activeFilter:after {
  content: "";
  width: 16px;
  height: 3px;
  background-color: #3d4c61;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  bottom: -15px;
}
.list-areas .areas-item a {
  display: block;
  position: relative;
  padding: 0 20px;
  font-size: 17px;
  color: #666;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 3px;
  font-family: "Fira Sans";
  font-weight: lighter;
  text-transform: uppercase;
}
.list-areas .activeFilter a {
  color: #3d4c61 !important;
  margin: -1px 0;
  padding: 1px 18px;
  font-weight: normal;
}

span.titulo_mid.texto-blanco {
  border-bottom: 3px solid #fff !important;
}

.distribucion #page-title h1 {
  color: white;
  text-align: center;
  font-weight: normal;
  text-transform: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 80px;
  margin: auto;
}
.distribucion .modal.bluebg {
  background-color: #2b3a57;
}
.distribucion .modal.bluebg .modal-body .close {
  color: #fff !important;
}
.distribucion .modal.bluebg .modal-dialog {
  background-color: #2b3a56;
}
.distribucion .modal-estrategias .close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.distribucion .modal-estrategias .modal-content {
  height: 100vh;
  margin-top: 0;
}
.distribucion .modal-estrategias .modal-body {
  height: 100%;
  padding: 0;
}
.distribucion .modal-estrategias .modal-body > .row {
  height: 100%;
  display: flex;
}
.distribucion .modal-estrategias .modal-body .linkmodalcontenido {
  letter-spacing: 0;
}
.distribucion .modal-estrategias .column {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.distribucion .modal-estrategias .column h2 {
  text-align: center;
}
.distribucion .modal-estrategias .column:first-child {
  align-items: center;
}
.distribucion .modal-estrategias .column:first-child > img {
  width: 80px;
  margin-bottom: 10px;
}
.distribucion .modal-estrategias .column:not(:first-child) {
  background-color: #27354e;
  padding-left: 120px;
}
.distribucion .modal-estrategias .column:not(:first-child) ul {
  margin-bottom: 40px;
}
.distribucion .modal-estrategias .column .logolabs img {
  width: 140px;
  margin-bottom: 20px;
}
.distribucion .modal-estrategias .column .logolabs a {
  font-style: italic;
  font-size: 18px;
  display: block;
}
.distribucion .modal-estrategias .column small {
  position: absolute;
  bottom: 40px;
  left: 120px;
  font-family: "Lora";
}

#investments {
  margin-top: 100px;
  margin-bottom: 100px;
}
#investments .d-flex {
  display: flex;
}
#investments .investments-item {
  max-width: 240px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
#investments .investments-item-circle {
  background-color: #2b3a57;
  padding: 30px 20px;
  border-radius: 50%;
  text-align: center;
  width: 210px;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 60px;
}
#investments .investments-item-circle img {
  width: 60px;
  margin-bottom: 10px;
}
#investments .investments-item-circle h3 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 17px;
}
#investments .investments-item-content {
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
#investments .investments-item-content .comilla {
  position: absolute;
  width: 80px;
  top: -50px;
  left: -10px;
  opacity: 0.5;
}
#investments .investments-item-content p {
  color: #4c6180;
  font-size: 19px;
  line-height: 26px !important;
  letter-spacing: 0 !important;
  font-family: "Rotis Serif Std";
  margin-bottom: 50px;
}
#investments .investments-item a:not(.no-border) {
  font-weight: lighter;
  font-size: 15px;
  color: #49678e;
  letter-spacing: 4px;
  border: 1px solid #49678e;
  padding: 5px 14px;
  font-family: "Fira Sans";
  margin-top: auto;
}
#investments .investments-item.big-item {
  max-width: 350px;
}
#investments .investments-item.big-item .investments-item-circle img {
  width: 40px;
}
#investments .investments-item.small-item {
  max-width: 216px;
}
#investments .investments-item.small-item.last-item {
  max-width: 259px;
}
#investments .investments-item.small-item .investments-item-circle {
  width: 160px;
  height: 160px;
}
#investments .investments-item.small-item .investments-item-circle img {
  width: 40px;
}
#investments .investments-item.small-item .investments-item-circle h3 {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
}

.distribucion .distribucioncolocacion .colordist2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.distribucion .distribucioncolocacion .colordist2 p {
  max-width: 500px;
  text-align: left;
  margin: 0 60px;
  position: relative;
}
.distribucion .distribucioncolocacion .colordist2 p .comilla1 {
  position: absolute;
  top: 0px;
  left: -30px;
}
.distribucion .distribucioncolocacion .colordist2 p .comilla2 {
  position: absolute;
  right: 4px;
  left: auto;
  top: auto;
  bottom: -10px;
}

.gestion-intro {
  margin-top: 20px;
}

.gparrafo2 {
  max-width: 650px;
}
.gparrafo2 p {
  padding-left: 70px;
  padding-top: 30px;
}

.comilla_gestion1 {
  position: absolute;
  left: 20px;
  top: 20px;
}

.comilla_gestion2 {
  position: absolute;
  bottom: 19px;
  right: 50px;
  top: auto;
}

.gestion #m4 .colordist {
  background-color: #2b3a56;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.gestion #m4 .colordist p {
  font-size: 21px;
  font-style: italic;
  max-width: 250px;
  margin-right: 40px;
  margin-left: auto;
  margin-bottom: 0;
  color: #fff;
  text-align: left;
  line-height: 32px !important;
}
.gestion #m4 .colordist2 {
  background-color: #27354e;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.gestion #m4 .colordist2 ul {
  margin-bottom: 0;
}
.gestion #m4 .colordist2 ul li {
  list-style: none;
  color: #fff;
  font-size: 18px;
  text-align: left;
  margin-bottom: 5px;
}
.gestion #m4 .colordist2 ul li img {
  width: 24px;
  display: inline;
  margin-right: 8px;
}
.gestion #m4 .colordist2 ul li span {
  font-family: "Lora", sans-serif;
  font-style: italic;
  font-size: 14px;
}

.acceso-clientes a {
  padding-top: 34px !important;
  padding-left: 40px !important;
}

.acceso-clientes img {
  width: 25px;
}

.acceso-clientes div {
  color: #3a383b;
  letter-spacing: 0px !important;
  font-family: "Lora", Sans-serif !important;
}

.quienessomos .gestion .parrafoazul {
  max-width: 320px;
  margin: 10px 30px 0 auto;
}

.acceso-clientes .acceso-clientes-item {
  font-family: "Lora";
  color: #2b3a57;
  font-size: 19px;
  text-align: center;
  margin-bottom: 30px;
  padding: 0 !important;
  display: block;
}

#tab_fondos {
  display: flex;
  justify-content: center;
}

.tab-fondos {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.tab-fondos > ul {
  width: 48%;
}
.tab-fondos > ul > li {
  list-style: none;
  text-decoration: none;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #29354f;
}
.tab-fondos > ul > li > a {
  padding: 10px 15px;
  display: block;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  color: #445a79;
}

.tab-documentos > ul,
.tab-fondos-contenido > ul {
  width: 60%;
  margin: 0 auto 20px;
}
.tab-documentos > ul > li,
.tab-fondos-contenido > ul > li {
  display: inline;
  border: 1px solid #29354f;
  margin: 0;
  float: left;
  width: 50%;
  text-align: center;
}
.tab-documentos > ul > li > a,
.tab-fondos-contenido > ul > li > a {
  padding: 10px;
  display: block;
  font-family: "Fira Sans", sans-serif;
  color: #2b354d;
  letter-spacing: 1px;
  font-size: 13px;
}
.tab-documentos > ul > li.ui-state-active,
.tab-fondos-contenido > ul > li.ui-state-active {
  background: #29354f;
}
.tab-documentos > ul > li.ui-state-active a,
.tab-fondos-contenido > ul > li.ui-state-active a {
  color: #fff;
}

.content-documentos {
  margin-top: 50px;
}

.head-documentos {
  min-height: 130px;
  margin-bottom: 20px;
}
.head-documentos img {
  width: 35px;
  margin-bottom: 10px;
}
.head-documentos p {
  line-height: 30px !important;
}

.list-documentos {
  padding: 0px 30px;
}
.list-documentos i {
  color: #666666;
  font-size: 20px;
}
.list-documentos span {
  color: #666666;
  cursor: pointer;
  font-size: 14px;
  line-height: 21px;
}

.title-documentos {
  padding: 8px 0px;
  text-align: left;
  font-family: "Fira Sans", sans-serif;
}

.icono-documentos {
  padding: 3px 0px !important;
}

.tituloCaja {
  color: #445a79;
  font-family: "Fira Sans", sans-serif;
  font-weight: bold;
}
.tituloCaja > th {
  text-align: center !important;
  font-size: 14px !important;
  border: 1px solid #445a79 !important;
  vertical-align: middle !important;
  padding: 3px !important;
  border-bottom: 0 !important;
  font-weight: bold !important;
}

.contenidoCaja {
  color: #808080 !important;
  font-family: "Fira Sans", sans-serif;
}
.contenidoCaja > td {
  text-align: center !important;
  font-size: 14px !important;
  border: 1px solid #445a79 !important;
  vertical-align: middle !important;
  padding: 3px !important;
  border-top: 0 !important;
  font-weight: normal !important;
}

.fondos-descarga-contenido > h3 {
  color: #2b354d;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  margin-bottom: 0px !important;
}
.fondos-descarga-contenido > h3 > img {
  width: 50px;
}
.fondos-descarga-contenido > ul > li {
  list-style: none;
}
.fondos-descarga-contenido > ul > li > a {
  color: #666666;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fondos-descarga-contenido > ul > li > a > img {
  width: 44px;
  margin-right: 10px;
}

#contenido_fondo_administrativo_encabezado h2 {
  text-align: center;
  color: #ffffff;
  font-size: 25px;
  margin: 0 auto;
  line-height: 40px;
}

#contenido_fondo_administrativo_encabezado .iconofondoadmin {
  margin-bottom: 18px;
}

#contenido_fondo_administrativo_encabezado .iconofondoadmin img {
  width: 50px;
}

#agf-contact {
  text-align: center;
}
#agf-contact h3 {
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 3px;
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: lighter;
}
#agf-contact ul {
  list-style: none;
  margin-bottom: 0;
}
#agf-contact ul li,
#agf-contact ul a {
  font-family: "Fira Sans", sans-serif;
  color: #666;
}
#agf-contact ul li.mail,
#agf-contact ul a.mail {
  margin-top: 30px;
}

@media (min-width: 1560px) {
  .container.maxi-container {
    width: 1500px;
  }
}
@media (min-width: 1360px) {
  .container.maxi-container {
    width: 1300px;
  }
}
@media (min-width: 1460px) {
  .container.maxi-container {
    width: 1400px;
  }
}
@media (max-width: 1199px) {
  #investments .d-flex {
    justify-content: space-between;
  }
  #investments .d-flex.flex-wrap {
    flex-wrap: wrap;
  }
  #investments .d-flex.flex-wrap .investments-item .investments-item-content p {
    margin-bottom: 20px;
  }
  #investments .investments-item.small-item,
#investments .investments-item.small-item.last-item {
    max-width: 380px;
    padding-bottom: 60px;
  }
  #investments .investments-item.big-item .investments-item-circle img {
    width: 30px;
  }
  #investments .investments-item-circle h3 {
    font-size: 19px;
    line-height: 23px;
  }
  #investments .investments-item-circle img {
    width: 50px;
  }
  #investments .investments-item-content .comilla {
    width: 60px;
    top: -35px;
  }

  .distribucion h3 {
    font-size: 23px;
    line-height: 38px;
  }

  .iconopequenogestion img {
    width: 40px !important;
  }

  .gparrafo2 {
    max-width: 600px;
    margin-left: 0;
  }

  .comilla_gestion1 {
    left: 28px;
    width: 50px;
  }

  .comilla_gestion2 {
    right: 7px;
    width: 50px;
  }

  .colordist {
    padding-left: 60px;
  }
}
@media (max-width: 991px) {
  .d-mobile-none {
    display: none !important;
  }

  #investments .investments-item.small-item,
#investments .investments-item.small-item.last-item {
    max-width: 300px;
  }
  #investments .investments-item {
    max-width: 180px;
  }
  #investments .investments-item.big-item {
    max-width: 200px;
  }
  #investments .investments-item.big-item .investments-item-circle img {
    width: 30px;
  }
  #investments .investments-item.small-item.two-columns {
    margin-bottom: 0;
  }
  #investments .investments-item-circle {
    width: 180px;
    height: 180px;
  }
  #investments .investments-item-circle h3 {
    font-size: 16px;
    line-height: 21px;
  }
  #investments .investments-item-content .comilla {
    width: 50px;
    left: 0;
  }

  .distribucion #m2 .col-padding {
    padding: 60px;
    min-height: 300px !important;
  }
  .distribucion .distribucioncolocacion .colordist2 {
    align-items: center;
  }

  .iconopequenogestion img {
    width: 40px !important;
  }

  .distribucion #page-title h1 {
    font-size: 36px;
  }

  .gestion #m4 .colordist,
.gestion #m4 .colordist2 {
    align-items: center;
    min-height: 300px !important;
  }
  .gestion #m4 .colordist p,
.gestion #m4 .colordist2 p {
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }

  .gparrafo2 {
    max-width: 645px;
  }
  .gparrafo2 p {
    padding-left: 100px;
  }

  .comilla_gestion1 {
    left: 55px;
  }

  .comilla_gestion2 {
    bottom: -9px;
  }

  .distribucion .modal-estrategias .modal-body > .row {
    flex-direction: column;
  }
  .distribucion .modal-estrategias .column {
    padding: 80px;
  }
  .distribucion .modal-estrategias .column:first-child {
    height: 40vh;
  }
  .distribucion .modal-estrategias .column:last-child {
    min-height: 60vh;
  }
  .distribucion .modal-estrategias .column .small {
    font-size: 12px;
  }
  .distribucion .modal-estrategias .column:not(:first-child) {
    background-color: #2b3a56;
  }
  .distribucion .modal-estrategias .modal-body {
    font-size: 28px !important;
    line-height: 38px;
  }

  .tab-documentos > ul,
.tab-fondos-contenido > ul {
    width: 80%;
  }

  .tab-fondos {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .tab-fondos > ul {
    width: 100%;
    margin-bottom: 0;
  }

  #asambleas_de_aportantes .row.d-flex,
#documentos .row.d-flex {
    flex-direction: column;
  }
  #asambleas_de_aportantes .row.d-flex .list-documentos,
#documentos .row.d-flex .list-documentos {
    margin-bottom: 50px;
  }
  .simulator-list {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .slider-caption .botonvermas.d-xs {
    display: inline;
  }
  .slider-caption .botonvermas.d-md {
    display: none;
  }

  #investments .d-flex {
    display: block;
  }
  #investments .investments-item,
#investments .investments-item.big-item {
    display: block;
    margin-bottom: 60px;
    text-align: center;
    max-width: 400px;
    height: auto;
  }
  #investments .investments-item-circle {
    width: 240px;
    height: 240px;
    margin: 0 auto 40px;
  }
  #investments .investments-item-circle h3 {
    font-size: 20px !important;
    line-height: 27px;
  }
  #investments .investments-item-content p {
    margin-bottom: 30px;
  }
  #investments .investments-item.small-item.two-columns .investments-item-circle h3 {
    font-size: 17px !important;
  }

  #contenido_fondos {
    margin-top: 30px;
    text-align: center;
  }

  .distribucion #page-title h1 {
    font-size: 32px;
    bottom: 56px;
  }
  .distribucion h3 {
    font-size: 22px !important;
    line-height: 30px;
  }
  .distribucion .list-areas {
    display: none;
  }
  .distribucion #m2 .col-padding {
    padding: 40px;
    min-height: 240px !important;
  }
  .distribucion .modal-estrategias .column {
    padding: 50px !important;
  }
  .distribucion .modal-estrategias .column small {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .distribucion .clients-grid.grid-4 li {
    width: 33.33% !important;
  }
  .distribucion .clients-grid.grid-4 li #image-cliente {
    width: 100px !important;
    background-position: center center;
    background-size: 100%;
  }

  .logomodaldistribucion {
    max-width: 240px !important;
  }

  .distribucion .contenidointerno {
    font-size: 22px !important;
    line-height: 33px;
  }

  .distribucion .modal-estrategias .column:first-child > img {
    width: 60px;
  }

  .list-documentos {
    padding: 0;
  }

  .tab-documentos > ul,
.tab-fondos-contenido > ul {
    width: 76%;
  }
   /* ---------------------------------------------------- */
  /* SIMULADOR */
  /* ---------------------------------------------------- */
  body h2.chart-title {
    font-size: 18px !important;
  }
  #simulator-form {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  #simulator-form .form-group:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  #simulator-form .form-group:nth-child(2) {
    width: 30%;
    margin-bottom: 20px;
  }
  #simulator-form .form-group:nth-child(3),
  #simulator-form .form-group:nth-child(4) {
    width: 29%;
    margin-bottom: 20px;
  }
  #simulator-form .form-group:nth-child(5) {
    width: 40%;
  }

  /* ---------------------------------------------------- */
  /* FIN SIMULADOR */
  /* ---------------------------------------------------- */
}
@media (max-width: 575px) {
  #investments {
    margin-bottom: 0;
  }
  #investments .investments-item-circle {
    width: 200px;
    height: 200px;
  }
  #investments .investments-item-circle h3 {
    font-size: 18px !important;
    line-height: 24px;
  }
  #investments .investments-item.small-item.two-columns .investments-item-circle {
    width: 140px;
    height: 140px;
  }
  #investments .investments-item.small-item.two-columns .investments-item-circle img {
    width: 28px;
  }
  #investments .investments-item.small-item.two-columns .investments-item-circle h3 {
    font-size: 13px !important;
    line-height: 18px;
  }

  .tab-documentos > ul,
.tab-fondos-contenido > ul {
    width: 100%;
  }

  .acceso-clientes {
    margin-bottom: 50px;
  }
  .acceso-clientes .acceso-clientes-item {
    font-size: 17px;
  }

  .distribucion #page-title h1 {
    font-size: 32px;
    bottom: 56px;
  }
  .distribucion #m2 .col-padding {
    padding: 30px;
  }
  .distribucion .distribucioncolocacion .colordist2 p {
    margin: 0;
  }
  .distribucion .distribucioncolocacion .colordist2 p .comilla1 {
    width: 35px;
    left: -4px;
  }
  .distribucion .distribucioncolocacion .colordist2 p .comilla2 {
    width: 35px;
    bottom: -2px;
  }
  .distribucion .modal-estrategias .modal-body > .row {
    display: block;
  }
  .distribucion .modal-estrategias .column {
    padding: 30px !important;
  }
  .distribucion .modal-estrategias .column:first-child {
    height: auto;
  }
  .distribucion .modal-estrategias .column:last-child {
    min-height: auto;
  }

  .logomodaldistribucion {
    max-width: 160px !important;
  }

  .distribucion #content .contenidointerno p {
    font-size: 17px !important;
    line-height: 31px;
  }

  .modal.in #m2 {
    flex-wrap: wrap;
  }
  .modal.in #m2 img {
    width: 100px;
  }

  .gparrafo2 p {
    padding-left: 30px;
  }

  .comilla_gestion1 {
    left: 17px;
    top: 26px;
    width: 40px;
  }

  .comilla_gestion2 {
    right: 48px;
    width: 40px;
    bottom: -2px;
  }

  .colordist,
.gestion #m4 .colordist2 {
    padding: 40px !important;
  }
}
@media (max-width: 480px) {
  .container.maxi-container {
    width: 100% !important;
  }
}
@media (max-width: 380px) {
  .tab-fondos-contenido > ul > li > a,
.tab-documentos > ul > li > a {
    padding: 10px 20px;
  }

  .distribucion .clients-grid.grid-4 li {
    width: 50% !important;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #logo a.standard-logo {
    display: block !important;
  }
}

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