@charset "UTF-8";
/* Colores cabecera */
/* Fin sección */
/* Colores enlaces textoEditor o post-content */
/* Fin sección */
/* Sección */
/* Fin */
/* Colores pie */
/* Fin sección */
/* Sección cabecera */
.fusion-header,
.fusion-secondary-header {
  border-bottom: none !important;
}

.fusion-header-v5 > .fusion-secondary-header {
  background-color: #d5dae9 !important;
}
.fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-header {
  background-color: #2c4592 !important;
}
.fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-header .fusion-logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: calc(100% - 64px);
}
.fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-header .fusion-logo > h1 {
  color: #fff !important;
  margin-top: 5px;
  width: 100%;
  font-size: 1.6rem !important;
  font-weight: 500 !important;
  line-height: 125% !important;
}

#contenedorMarcasCabecera {
  display: none;
}

/* Fin sección */
/* Estilos Disparador menu movil */
.fusion-mobile-menu-icons {
  top: 0px !important;
}
.fusion-mobile-menu-icons > a {
  font-size: 3.2rem !important;
}

/* Fin de los estilos disparador movil */
/* Estilos para textoEditor y post-content */
article > .post-content,
.textoEditor {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
article > .post-content *,
.textoEditor * {
  margin: 0 !important;
}
article > .post-content * + *,
.textoEditor * + * {
  margin: 16px 0 0 0 !important;
}
article > .post-content ul,
.textoEditor ul {
  list-style: none !important;
  list-style-type: square !important;
}
article > .post-content ul,
article > .post-content ol,
.textoEditor ul,
.textoEditor ol {
  margin: 0 0 0 32px !important;
  padding: 0 !important;
}
article > .post-content ul li + li,
article > .post-content ol li + li,
.textoEditor ul li + li,
.textoEditor ol li + li {
  margin-top: 6px !important;
}
article > .post-content ul li ul,
article > .post-content ul li ol,
article > .post-content ol li ul,
article > .post-content ol li ol,
.textoEditor ul li ul,
.textoEditor ul li ol,
.textoEditor ol li ul,
.textoEditor ol li ol {
  margin-top: 8px !important;
}
article > .post-content > ul,
article > .post-content > ol,
.textoEditor > ul,
.textoEditor > ol {
  margin-top: 16px !important;
}
article > .post-content a,
.textoEditor a {
  color: #2c4592 !important;
  font-weight: 600 !important;
}
article > .post-content a:hover,
.textoEditor a:hover {
  text-decoration: underline;
}
article > .post-content img.alignleft.alignleft,
.textoEditor img.alignleft.alignleft {
  padding: 0px 16px 16px 0 !important;
}
article > .post-content img.alignleft.alignright,
.textoEditor img.alignleft.alignright {
  padding: 0px 0px 16px 16px !important;
}

/* Fin de los estilos para textoEditor y post-content */
/* Estilos para el pie de página */
#contenedorAsesoramos > .fusion-row {
  display: block !important;
}
#contenedorAsesoramos > .fusion-row > .colFlex {
  width: 100% !important;
}
#contenedorAsesoramos > .fusion-row > .colFlex .textoEditor {
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
#contenedorAsesoramos > .fusion-row > .colFlex + .colFlex {
  margin: 24px 0 0 0 !important;
}

#contenidoPoliticas .textoEditor {
  color: #fff !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}
#contenidoPoliticas .textoEditor a {
  color: #fff !important;
  display: block;
}
#contenidoPoliticas .textoEditor address {
  font-style: normal;
}
#contenidoPoliticas .textoEditor address > a {
  margin-bottom: 16px !important;
}
#contenidoPoliticas .textoEditor + .aligncenter {
  margin-top: 16px !important;
}

#contenedorPieLogosMarcas > .fusion-column-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 420px;
}

/* Fin Sección */
/* Sección Media queries */
@media only screen and (min-width: 639px) {
  /* Sección Pie */
  #contenedorAsesoramos {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
  #contenedorAsesoramos > .fusion-row .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }

  #contenidoPoliticas .textoEditor {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }

  /* Fin sección */
}
@media only screen and (min-width: 767px) {
  /* Sección cabecera */
  .fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-header .fusion-logo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row nowrap !important;
    flex-flow: row nowrap !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-header .fusion-logo > h1 {
    text-align: center;
  }

  /* Fin sección */
  /* Sección pie */
  #contenidoPoliticas .textoEditor a {
    display: inline-block;
  }

  /* Fin sección pie */
}
@media only screen and (min-width: 1024px) {
  /* Seccion Pie */
  #contenedorAsesoramos {
    padding-top: 48px !important;
    padding-bottom: 48px !important;
  }
  #contenedorAsesoramos > .fusion-row {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) {
    width: 33.5% !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) .tituloH2Apartado > h2 {
    font-size: 2.8rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
    text-align: right !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(2) {
    margin-left: 4% !important;
    width: 46.5% !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(2) .textoEditor {
    text-align: left !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(3) {
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 4% !important;
    width: 12% !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex + .colFlex {
    margin-top: 0 !important;
  }

  /* Fin sección */
}
@media only screen and (min-width: 1100px) {
  /* Sección cabecera */
  .fusion-header-v5 {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
    margin: 2vw 0 0 0;
  }
  .fusion-header-v5 > .fusion-secondary-header {
    background: none !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper {
    max-width: 1356px;
    width: 100%;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper .fusion-header {
    background: none !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper .fusion-header .fusion-row {
    width: 100% !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper .fusion-header .fusion-row .fusion-logo {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    float: none !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper .fusion-header .fusion-row .fusion-logo > .tituloH1Apartado {
    color: #fff;
    margin-top: 24px;
    font-size: 3rem !important;
    font-weight: 400 !important;
    line-height: 125% !important;
  }
  .fusion-header-v5 .fusion-sticky-header-wrapper > .fusion-secondary-main-menu {
    margin: 64px 0 48px 0 !important;
  }

  #contenedorMarcasCabecera {
    display: block;
    margin-top: 32px;
    width: 100%;
  }
  #contenedorMarcasCabecera > .fusion-row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1235px;
  }
  #contenedorMarcasCabecera > .fusion-row > .colFlex > a {
    display: inline-block;
    text-decoration: none;
  }
  #contenedorMarcasCabecera > .fusion-row > .colFlex > a img {
    max-width: 250px !important;
  }

  .fusion-main-menu > ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .fusion-main-menu > ul > li > a {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  /* Fin sección */
  /* Seccion Pie */
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) .tituloH2Apartado > h2 {
    font-size: 3rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
}
@media only screen and (min-width: 1200px) {
  /* Sección pie */
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) .tituloH2Apartado > h2 {
    font-size: 3.2rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }

  #contenidoPoliticas .textoEditor {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #contenidoPoliticas .textoEditor > address {
    margin: 0 0 0 16px !important;
  }
  #contenidoPoliticas .textoEditor > address > a {
    margin: 0 !important;
  }

  /* Fin sección pie */
}
@media only screen and (min-width: 1367px) {
  /* Sección pie */
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) .tituloH2Apartado > h2 {
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex .textoEditor {
    font-size: 1.8rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex .imageframe-align-center {
    text-align: left !important;
  }

  #contenidoPoliticas .textoEditor {
    font-size: 1.6rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }

  /* Fin sección pie */
}
@media only screen and (min-width: 1600px) {
  /* Sección pie */
  #contenedorAsesoramos > .fusion-row {
    margin: 0 auto 0 auto !important;
    max-width: 1645px !important;
  }
  #contenedorAsesoramos > .fusion-row > .colFlex:nth-child(1) .tituloH2Apartado > h2 {
    font-size: 4rem !important;
    font-weight: 500 !important;
    line-height: 125% !important;
  }

  #contenidoPoliticas .textoEditor {
    font-size: 1.7rem !important;
    font-weight: 400 !important;
    line-height: 150% !important;
  }

  /* Fin sección pie */
}
/* Fin  sección */