/**
* Branding $COLORS*/
/*------------------------*\
|      $MIXINS
/*------------------------*/
html {
  font-size: 16px;
}

body {
  color: #272727;
  font-weight: normal;
  width: 100%;
  max-width: 100%;
  font-family: "gobCL", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

html.letra-lg,
html.letra-lg body {
  font-size: 18px;
}

html.letra-sm,
html.letra-sm body {
  font-size: 14px;
}

body, html {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
}

body, .smooth-container {
  scroll-behavior: smooth;
}

body.dark {
  background: #272727;
}

body.dark .s-block,
body.dark .grid-acuerdos .box-acuerdo,
body.dark .bg-gris-light, body.dark .box-noticia .texto-noticia, body.dark .box-noticia, body.dark .banner, body.dark .w-tabla table tbody tr:nth-child(odd), body.dark .bloque-direccion, body.dark .box-informacion, body.dark .contenido-noticia .wrap .sidebar .filtros h3, body.dark .contenido-noticia .wrap .sidebar .filtros, body.dark .paginador a.current, body.dark .detalle-noticia .w-detalle .contenido blockquote.cita, body.dark .box-minuta, body.dark .lista-fichas, body.dark .w-ejes .sidebar .menu-lateral a.activo, body.dark .menu-int ul {
  background: #272727 !important;
}

body.dark p, body.dark h1, body.dark h2, body.dark h3, body.dark h4, body.dark ul, body.dark li, body.dark a, body.dark .fecha, body.dark .w-tabla table tbody tr td, body.dark .bajada, body.dark .js-accordion-title, body.dark .w-reporte .box-reporte .item {
  color: #fff !important;
}

p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: normal;
  margin-top: 0;
}

p b {
  font-weight: bold;
}

figure {
  margin: 0;
}

b, strong {
    font-weight: bold;
}

.clear {
  clear: both;
}

.wow {
  visibility: hidden;
}

.fadein {
  opacity: 0;
}

.hidden_a {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.wrapper {
  position: relative;
}

.wrapper.wrapper-home {
  padding-top: 148px;
}

.wrap {
  width: 100%;
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 20px;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row.row-small {
  margin-right: -.3em;
  margin-left: -.3em;
}

.row.row-small > [class^="col-"],
.row.row-small > [class*=" col-"] {
  padding-right: .3em;
  padding-left: .3em;
}

.row.row-md {
  margin-right: -8px;
  margin-left: -8px;
}

.row.row-md > [class^="col-"],
.row.row-md > [class*=" col-"] {
  padding-right: 8px;
  padding-left: 8px;
}

.row.row-big {
  margin-right: -50px;
  margin-left: -50px;
}

.row.row-big > [class^="col-"],
.row.row-big > [class*=" col-"] {
  padding-right: 50px;
  padding-left: 50px;
}

.row.row-20 {
  margin-right: -10px;
  margin-left: -10px;
}

.row.row-20 > [class^="col-"],
.row.row-20 > [class*=" col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

.flex-stretch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-center-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-top2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

* {
  outline: none;
}

a, button {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.s-block {
  /*padding: 4.5rem 0;*/
  padding: 3.5rem 0;
}

@media only screen and (max-width: 550px) {
  .s-block {
    padding: 3rem 0;
  }
}

.titulo {
  font-size: 2em;
  color: #272727;
  font-weight: normal;
  text-align: left;
  margin: 0 0 2rem;
}

.titulo.azul {
  color: #1968A8;
}

.titulo:after {
  content: "";
  width: 6.2rem;
  height: 4px;
  display: block;
  background: #E93C46;
  margin: .3em 0;
}

.titulo--blanco {
  color: #fff;
}

.titulo--blanco:after {
  background: #fff;
}

@media only screen and (max-width: 550px) {
  .titulo {
    font-size: 1.6rem;
  }
}

.p-1 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.p-2 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.p-3 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-4 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.pt-1 {
  padding-top: 20px;
}

.pt-2 {
  padding-top: 40px;
}

.pt-3 {
  padding-top: 60px;
}

.pt-4 {
  padding-top: 80px;
}

.pb-1 {
  padding-bottom: 20px;
}

.pb-2 {
  padding-bottom: 40px;
}

.pb-3 {
  padding-bottom: 60px;
}

.pb-4 {
  padding-bottom: 80px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.bg-gris {
  background: #EBEBEB;
}

.bg-gris-light {
  background: #F7F7F7;
}

@media (max-width: 1500px) {
  .p-1 {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .p-2 {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .p-3 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .p-3 {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .p-4 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
  .pt-1 {
    padding-top: 14px;
  }
  .pt-2 {
    padding-top: 28px;
  }
  .pt-3 {
    padding-top: 42px;
  }
  .pt-4 {
    padding-top: 56px;
  }
  .pb-1 {
    padding-bottom: 14px;
  }
  .pb-2 {
    padding-bottom: 28px;
  }
  .pb-3 {
    padding-bottom: 42px;
  }
  .pb-4 {
    padding-bottom: 56px;
  }
}

@media (max-width: 991px) {
  .flex-between,
  .flex-between-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  .animated,
  .animated-delay1,
  .animated-delay2,
  .animated-delay3,
  .animated-delay4,
  .wow {
    /*CSS transitions*/
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
  }
  .p-1 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .p-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .p-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .p-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pt-1 {
    padding-top: 10px;
  }
  .pt-2 {
    padding-top: 20px;
  }
  .pt-3 {
    padding-top: 30px;
  }
  .pt-4 {
    padding-top: 40px;
  }
  .pb-1 {
    padding-bottom: 10px;
  }
  .pb-2 {
    padding-bottom: 20px;
  }
  .pb-3 {
    padding-bottom: 30px;
  }
  .pb-4 {
    padding-bottom: 40px;
  }
}

@font-face {
  font-family: 'gobCL';
  src: url("fonts/gobCL-Bold.woff2") format("woff2"), url("fonts/gobCL-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'gobCL';
  src: url("fonts/gobCL.woff2") format("woff2"), url("fonts/gobCL.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'gobCL';
  src: url("fonts/gobCL-Light.woff2") format("woff2"), url("fonts/gobCL-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'gobCL';
  src: url("fonts/gobCL-Heavy.woff2") format("woff2"), url("fonts/gobCL-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

.btn {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  color: #272727;
  white-space: normal;
  word-break: word-break;
  display: inline-block;
  border: none;
  border-radius: 10px;
  padding: 1rem 2rem .8rem;
  font-family: "gobCL", sans-serif;
  min-width: 150px;
}

@media only screen and (max-width: 550px) {
  .btn {
    padding: .8rem 1.8rem .6rem;
    font-size: 1rem;
  }
}

.btn:hover {
  text-decoration: none;
}

.btn.btn-borde-gris {
  border: 2px solid #272727;
  color: #272727;
  background: transparent;
}

.btn.btn-borde-gris:hover {
  background: #272727;
  color: #fff;
}

.btn.btn-blanco {
  background: #fff;
}

.btn.btn-blanco:hover {
  color: #333;
}

.btn.btn-rojo {
  background: #E93C46;
  color: #fff;
}

.btn.btn-rojo:hover {
  color: #fff;
  background: #e62530;
}

.btn.btn-azul {
  background: #1968A8;
  color: #fff;
}

.btn.btn-azul:hover {
  color: #fff;
  background: #165a92;
}

.btn.btn-borde-rojo {
  border: 2px solid #E93C46;
  background: transparent;
  color: #E93C46;
}

.btn.btn-borde-rojo:hover {
  color: #fff;
  background: #e62530;
}

.btn.btn-borde-blanco {
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
}

.btn.btn-borde-blanco:hover {
  color: #1968A8;
  background: #fff;
}

.btn.btn-gris {
  background: #272727;
}

.btn.btn-gris:hover {
  background: #151515;
}

.btn.btn-small {
  height: 36px;
  min-width: 124px;
  border-radius: 7px;
  padding: 10px 10px;
  font-size: 1rem;
}

.btn.redondeado {
  border-radius: 40px;
  -webkit-box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 12px 0px rgba(0, 0, 0, 0.5);
}

.btn.btn-full {
  width: 100%;
}

.btn i {
  font-size: 1em;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1500px) {
  .btn i {
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
}

.btn img {
  width: 1em;
  vertical-align: middle;
  display: inline-block;
  margin-bottom: .2em;
  margin-left: .2em;
}

header {
  padding: 0 0 1rem;
}

header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-contenido .header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.8rem;
}

header .header-contenido .header-top .menu-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-contenido .header-top .menu-top a {
  color: #707070;
  font-size: .9rem;
  display: block;
  margin: 0 .6rem;
}

header .header-contenido .header-top .menu-top a:hover {
  color: #333;
}

header .header-contenido .header-top .opciones {
  border-left: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
  height: 1.7rem;
  padding: 0 .5rem;
  margin-top: -.5rem;
}

header .header-contenido .header-top .opciones span {
  display: inline-block;
  vertical-align: middle;
  margin: .2rem;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header .header-contenido .header-top .opciones span:hover {
  opacity: 1;
}

header .header-contenido .header-top .idioma {
  font-size: .875rem;
  font-weight: bold;
  color: #707070;
  padding-left: .5rem;
}

header .header-contenido .header-top .idioma i {
  font-size: .7rem;
}

header .header-contenido .header-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-contenido .header-bottom .buscador {
  width: 26.5rem;
  position: relative;
}

header .header-contenido .header-bottom .buscador input {
  width: 100%;
  height: 2.5rem;
  border: 2px solid #1968A8;
  border-radius: .5rem;
  padding: .2rem .8rem;
  font-size: 1.125rem;
}

header .header-contenido .header-bottom .buscador button {
  position: absolute;
  right: .5rem;
  top: .6rem;
  color: #1968A8;
  border: none;
  background: none;
}

header .header-contenido .header-bottom .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: .5rem;
}

header .header-contenido .header-bottom .redes a {
  width: 2.06rem;
  height: 2.06rem;
  border-radius: 50%;
  border: 2px solid #1968A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1968A8;
  margin-left: .5rem;
}

header .header-contenido .header-bottom .redes a:hover {
  background: #1968A8;
  color: #fff;
}

header .header-contenido .header-bottom .btn-menu {
  display: none;
}

/*header nav {
  background: #1968A8;
  margin-top: 1.3rem;
}
*/
header nav .wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  margin: 0;
  width: 100%;
}

header nav .wrap ul li {
  position: relative;
}

header nav .wrap ul li a {
  font-size: 1.125rem;
  color: #fff;
  font-weight: bold;
  display: block;
  padding: 1.2rem 1.2rem .6rem;
  border-bottom: 4px solid #1968A8;
  position: relative;
}

header nav .wrap ul li a i {
  position: absolute;
  font-size: .7rem;
  right: .3rem;
  bottom: 1rem;
}

header nav .wrap ul li a em {
    position: absolute;
    font-size: .7rem;
    right: .3rem;
    bottom: 1rem;
}

header nav .wrap ul li a.activo {
  border-color: #84C9FF;
}

header nav .wrap ul li .submenu {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9999;
  background: #1968A8;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /*width: 200px;*/
  width: 250px;
  max-height: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden;
}

header nav .wrap ul li .submenu li {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header nav .wrap ul li .submenu li a {
  /*color: #fff;
  padding: .8rem 1rem .6rem;
  font-size: 1rem;*/
  color: #fff;
  font-size: 1rem;
  padding: .5rem .5rem .4rem;
  line-height: 1.4rem;
}

header nav .wrap ul li .submenu li:hover {
  background: #165a92;
}

header nav .wrap ul li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

@media only screen and (max-width: 991px) {
  header {
    padding: 1rem 0 .6rem;
  }
  header .header-contenido .header-top {
    display: none;
  }
  header .header-contenido .header-bottom .buscador {
    display: none;
  }
  header .header-contenido .header-bottom .redes {
    display: none;
  }
  header .header-contenido .header-bottom .btn-menu {
    display: block;
    color: #272727;
    font-size: 2rem;
    cursor: pointer;
  }
  header nav {
    display: none;
  }
}

@media only screen and (max-width: 550px) {
  header .logo {
    width: 200px;
  }
  header .logo img {
    width: 100%;
  }
  header .header-contenido .header-top {
    margin-bottom: 10px;
  }
}

.menu-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  .menu-mobile {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    display: block;
    padding: 80px 30px;
    max-width: 400px;
    right: 0;
    overflow: auto;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-mobile.visible {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  .menu-mobile .cerrar-menu {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
  }
  .menu-mobile ul {
    list-style: none;
    padding-left: 0;
  }
  .menu-mobile ul li {
    margin-bottom: 18px;
  }
  .menu-mobile ul li a {
    font-size: 1.2rem;
    color: #1968A8;
    font-weight: bold;
    display: block;
    width: 100%;
  }
}

.menu-mobile .buscador {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.menu-mobile .buscador input {
  width: 100%;
  height: 2.5rem;
  border: 2px solid #1968A8;
  border-radius: .5rem;
  padding: .2rem .8rem;
  font-size: 1.125rem;
}

.menu-mobile .buscador button {
  position: absolute;
  right: .5rem;
  top: .6rem;
  color: #1968A8;
  border: none;
  background: none;
}

.menu-mobile .redes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: 0rem;
}

.menu-mobile .redes a {
  width: 2.06rem;
  height: 2.06rem;
  border-radius: 50%;
  border: 2px solid #1968A8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #1968A8;
  margin-left: .5rem;
}

.participar .titulo {
  margin-bottom: 4rem;
}

.participar .box-participar {
  text-align: center;
  display: block;
}

.participar .box-participar img {
  max-width: 100%;
  height: auto;
  margin: 0 auto 1rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.participar .box-participar p {
  font-size: 1.375rem;
  color: #1968A8;
}

.participar .box-participar:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  opacity: .85;
}

.acuerdos .block-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .acuerdos .block-titulo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 550px) {
  .acuerdos .block-titulo .titulo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.acuerdos .link {
  font-size: 1.125rem;
  color: #E93C46;
  font-weight: bold;
  border-bottom: 1px solid #E93C46;
  padding-top: 1rem;
}

.acuerdos .link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}

@media only screen and (max-width: 550px) {
  .acuerdos .link {
    margin: 0 0 40px;
  }
}

.acuerdos .carrusel {
  margin-bottom: 2.5rem;
}

.grid-acuerdos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-acuerdos .box-acuerdo {
  margin: 0 .5rem 1rem;
  width: calc(25% - 1rem);
  height: 170px;
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D4D4D4;
}

.grid-acuerdos .box-acuerdo .cuadro {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: .875rem;
  color: #fff;
  background: #1968A8;
  font-weight: bold;
  padding: .2rem .6rem 0rem;
}

.grid-acuerdos .box-acuerdo h4 {
  color: #272727;
  font-size: 22px;
  margin: -10px 0 0;
  font-weight: normal;
}

.grid-acuerdos .box-acuerdo img {
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.grid-acuerdos .box-acuerdo img:hover {
  opacity: .85;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 768px) {
  .grid-acuerdos .box-acuerdo {
    width: calc(50% - 1rem);
  }
  .grid-acuerdos .box-acuerdo h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 550px) {
  .grid-acuerdos .box-acuerdo {
    padding: 15px;
    width: 100%;
  }
  .grid-acuerdos .box-acuerdo .cuadro {
    left: auto;
    right: 10px;
  }
}

.menu-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.menu-interior.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-interior a {
  font-size: 1.125rem;
  color: #707070;
  display: block;
  padding: 0 1rem;
  position: relative;
  font-weight: normal;
  min-width: 100px;
  text-align: center;
}

.menu-interior a:after {
  content: "";
  height: 2rem;
  width: 2px;
  background: #BDBDBD;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.menu-interior a.activo,
.menu-interior a.active {
  color: #E93C46;
}

@media only screen and (max-width: 991px) {
  .menu-interior {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-interior a {
    margin-bottom: 10px;
  }
}

.estudios .titulo {
  margin-bottom: 60px;
}

.estudios .box-estudio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
}

.estudios .box-estudio img {
  /*margin-top: 10px;*/
}

.estudios .box-estudio .texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}

.estudios .box-estudio .texto .fecha {
  color: #707070;
  font-size: 1rem;
  font-weight: 300;
}

.estudios .box-estudio .texto h4 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1968A8;
  margin: .4rem 0;
}

.estudios .box-estudio .texto h4 a {
  color: #1968A8;
}

.estudios .box-estudio .texto h4 a:hover {
  color: #124d7c;
}

.estudios .box-estudio .texto p {
  color: #707070;
}

.organismos .titulo {
  margin-bottom: 60px;
}

.organismos .carrusel .tns-controls button {
  border-color: #1968A8;
  top: 70px;
}

.organismos .carrusel .tns-controls button:after {
  color: #1968A8;
}

.organismos .box-organismo {
  text-align: center;
  padding: 0px;
}

.organismos .box-organismo img {
  margin-bottom: 20px;
}

.organismos .box-organismo h4 {
  margin: 0 0 .2rem;
  font-size: 1.25rem;
  color: #272727;
}

.organismos .box-organismo p {
  font-size: 1.25rem;
  color: #707070;
}

.sala-prensa .row {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 20px;
}

.box-noticia {
  position: relative;
  height: calc(100% - 20px);
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.2);
}

.box-noticia .compartir {
  width: 34px;
  height: 34px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  cursor: pointer;
  top: 10px;
  right: 10px;
  padding-right: 2px;
  z-index: 2;
  display: none;
}

.box-noticia figure {
  overflow: hidden;
}

.box-noticia figure img {
  width: 100%;
  -webkit-transition: all .8s ease;
  transition: all .8s ease;
  vertical-align: bottom;
}

.box-noticia .texto-noticia {
  padding: 25px;
  background: #fff;
}

@media only screen and (max-width: 550px) {
  .box-noticia .texto-noticia {
    padding: 15px;
  }
}

.box-noticia .texto-noticia .fecha {
  font-size: 1rem;
  color: #707070;
  font-weight: 300;
  margin-bottom: 5px;
}

.box-noticia .texto-noticia h4 {
  margin: 0;
  color: #212121;
  font-weight: normal;
  font-size: 1.2rem;
}

@media only screen and (max-width: 550px) {
  .box-noticia .texto-noticia h4 {
    font-size: 1.125rem;
  }
}

.box-noticia .texto-noticia h4 a {
  color: #212121;
}

.box-noticia .texto-noticia h4 a:hover {
  color: #1968A8;
}

.box-noticia:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .9;
}

.pro-chile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0078ac;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0078ac), color-stop(79%, #014e91), color-stop(100%, #004278));
  background: -webkit-gradient(linear, left top, left bottom, from(#0078ac), color-stop(79%, #014e91), to(#004278));
  background: linear-gradient(to bottom, #0078ac 0%, #014e91 79%, #004278 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ac', endColorstr='#004278', GradientType=0 );
}

.pro-chile .contenido {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

/*.pro-chile .contenido:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 130px;
  border-color: transparent transparent #983f47 transparent;
}*/

.pro-chile .contenido .texto {
  max-width: 535px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 50px 0 0;
}

.pro-chile .contenido .texto img {
  margin-bottom: 30px;
}

.pro-chile .contenido .texto p {
  font-size: 1.125rem;
  color: #fff;
  margin-bottom: 25px;
}

.pro-chile figure {
  width: 50%;
}

.pro-chile figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 991px) {
  .pro-chile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro-chile .contenido {
    width: 100%;
    padding: 20px;
  }
  .pro-chile .contenido .texto {
    max-width: 100%;
  }
  .pro-chile figure {
    width: 100%;
  }
}

.enlaces .carrusel .tns-controls button {
  border-color: #1968A8;
  top: 30px;
}

.enlaces .carrusel .tns-controls button:after {
  color: #1968A8;
}

.enlaces .carrusel img {
  width: 100%;
}

footer {
  background: #2C435A;
  padding: 70px 0 25px;
  position: relative;
 /* margin-top: 30px;*/
}

footer:before {
  content: "";
  width: 18%;
  height: 8px;
  background: #E93C46;
  top: 0;
  display: block;
  position: absolute;
}

footer:after {
  content: "";
  width: 82%;
  left: 18%;
  height: 8px;
  background: #1968A8;
  top: 0;
  display: block;
  position: absolute;
}

footer .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .f-1 {
  width: 322px;
}

footer .f-1 .logo {
  margin-bottom: 30px;
  display: block;
}

footer .f-1 .logo img {
  max-width: 100%;
}

@media only screen and (max-width: 991px) {
  footer .f-1 {
    width: 100%;
  }
}

footer .f-2 {
  width: 30%;
  margin-left: 10%;
}

@media only screen and (max-width: 991px) {
  footer .f-2 {
    margin-left: 0px;
    width: 50%;
  }
}

footer .f-3 {
  width: 25%;
}

@media only screen and (max-width: 991px) {
  footer .f-3 {
    width: 50%;
  }
}

@media only screen and (max-width: 550px) {
  footer .f-3 {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  footer .f-4 {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 550px) {
  footer .f-4 {
    width: 100%;
  }
}

footer .redes {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: .5rem;
  margin-top: 20px;
}

footer .redes a {
  width: 2.06rem;
  height: 2.06rem;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-right: .5rem;
}

footer .redes a:hover {
  background: #fff;
  color: #2C435A;
}

footer p {
  color: #FFFFFF;
  font-size: 1rem;
}

footer p a {
  color: #fff;
}

footer ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

footer ul li {
  margin-bottom: 8px;
}

footer ul li a {
  color: #fff;
  font-size: 1.125rem;
  text-decoration: underline;
}

footer .subir {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  footer .subir {
    display: none;
  }
}

.banner .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.banner .wrap .banner-izq {
  padding: 25px 0;
  max-width: 690px;
}

.banner .wrap .banner-izq h1 {
  margin: 25px 0 10px;
  font-size: 2.875rem;
  color: #272727;
  font-weight: normal;
}

.banner .wrap .banner-izq p {
  font-size: 1.125rem;
  color: #707070;
  line-height: 1.2;
}

@media only screen and (max-width: 550px) {
  .banner .wrap .banner-izq p {
    font-size: 1rem;
  }
}

.banner .wrap .banner-der {
  padding-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.banner .wrap .banner-der img {
  vertical-align: bottom;
}

.banner.img-center .wrap .banner-der {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner.banner-big {
  height: 300px;
}

.banner .buscador {
  width: 26.5rem;
  position: relative;
  margin-top: 20px;
  max-width: 100%;
}

.banner .buscador input {
  width: 100%;
  height: 2.5rem;
  border: 2px solid #ADADAD;
  border-radius: .5rem;
  padding: .2rem .8rem;
  font-size: 1.125rem;
}

.banner .buscador button {
  position: absolute;
  right: .5rem;
  top: .6rem;
  color: #272727;
  border: none;
  background: none;
}

@media only screen and (max-width: 991px) {
  .banner .wrap .banner-izq {
    max-width: 100%;
  }
  .banner .wrap .banner-der {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .banner {
    height: auto;
  }
  .banner .wrap .banner-izq h1 {
    font-size: 2rem;
    line-height: 1;
  }
}

.bread a {
  color: #E93C46;
  font-size: .8rem;
  display: inline-block;
  margin: 0 8px;
}

.bread a:hover {
  color: #d91924;
}

.bread a:first-child {
  margin-left: 0;
}

.bread span {
  color: #707070;
  display: inline-block;
  margin: 0 8px;
  font-size: .8rem;

}

.w-buscador {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.w-buscador p {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-right: 15px;
}

.w-buscador .form-group {
  position: relative;
}

.w-buscador .form-group input {
  border: 1px solid #D9D9D9;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 1.125rem;
  height: 42px;
  width: 540px;
  max-width: 100%;
}

.w-buscador .form-group button {
  background: none;
  border: none;
  color: #1968A8;
  position: absolute;
  right: 10px;
  top: 12px;
}

@media only screen and (max-width: 768px) {
  .w-buscador {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w-buscador .form-group {
    width: 100%;
  }
  .w-buscador .form-group input {
    max-width: 100%;
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .w-buscador .form-group input {
    padding-right: 40px;
  }
}

.w-tabla table {
  width: 100%;
  border-collapse: collapse;
}

.w-tabla table thead tr th {
  font-size: 1rem;
  font-weight: bold;
  color: #727272;
  text-align: left;
  padding: 5px 15px;
  border-bottom: 2px solid #002E6C;
}

.w-tabla table tbody:before {
  line-height: .5em;
  content: "\200C";
  display: block;
}

.w-tabla table tbody tr:nth-child(odd) {
  background: #F7F7F7;
}

.w-tabla table tbody tr td {
  font-size: 1.125rem;
  color: #505050;
  padding: 5px 15px;
}

.w-tabla table tbody tr td:first-child {
  color: #1968A8;
}

@media only screen and (max-width: 991px) {
  .w-tabla {
    overflow: auto;
  }
}

.box-participacion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
}

.box-participacion figure {
  width: 127px;
  min-width: 127px;
}

.box-participacion figure img {
  width: 100%;
  height: auto;
}

.box-participacion .texto {
  padding-left: 20px;
  text-align: left;
}

.box-participacion .texto h3 {
  font-size: 1.375rem;
  color: #1968A8;
  font-weight: normal;
  margin: 0 0 10px;
}

.box-participacion .texto h3 a {
  color: #1968A8;
}

.box-participacion .texto h3 a:hover {
  color: #124d7c;
}

.box-participacion .texto p {
  color: #272727;
  font-size: 1.125rem;
}

.contenido .bloque {
  margin-bottom: 38px;
}

.contenido .bajada {
  font-size: 1.25rem;
  color: #272727;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 25px;
}

@media only screen and (max-width: 550px) {
  .contenido .bajada {
    font-size: 1rem;
  }
}

.contenido p {
  font-size: 1.10rem;
  color: #272727;
  line-height: 1.4;
  margin-bottom: 25px;
  font-weight: 300;
}

.contenido p a {
  color: #1968A8;
  font-weight: bold;
  text-decoration: underline;
}

@media only screen and (max-width: 550px) {
  .contenido p {
    font-size: 1rem;
  }
}

.contenido h3 {
  margin: 0 0 15px;
  font-size: 2rem;
  font-weight: normal;
  color: #1968A8;
}

@media only screen and (max-width: 550px) {
  .contenido h3 {
    font-size: 1.6rem;
    line-height: 1;
  }
}

.contenido .t-4 {
  font-size: 1.25rem;
  color: #1968A8;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (max-width: 550px) {
  .contenido .t-4 {
    font-size: 1rem;
  }
}

.contenido ul {
  list-style: none;
  padding-left: 0;
}

.contenido ul li {
  font-size: 1.10rem;
  color: #272727;
  line-height: 1.4;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contenido ul li:before {
  content: "";
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E93C46;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: 5px;
}

@media only screen and (max-width: 550px) {
  .contenido ul li {
    font-size: 1rem;
  }
}

.contenido ul.s-m li {
  margin-bottom: 5px;
}

.contenido img {
  max-width: 100%;
}

.contenido h5 {
  font-size: 1.25rem;
  color: #272727;
  font-weight: bold;
  margin: 0 0 5px;
}

@media only screen and (max-width: 550px) {
  .contenido h5 {
    font-size: 1rem;
  }
}

.contenido .formulario {
  background: #F7F7F7;
  padding: 40px 0 20px;
  margin-bottom: 50px;
}

.contenido .formulario .form-group {
  margin-bottom: 18px;
}

.contenido .formulario .form-group input {
  height: 42px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.125rem;
  width: 100%;
}

@media only screen and (max-width: 550px) {
  .contenido .formulario .form-group input {
    font-size: 1rem;
  }
}

.contenido .formulario .form-group textarea {
  height: 100px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 10px 10px;
  font-size: 1.125rem;
  width: 100%;
  resize: none;
}

.bg-gris-light.contenido ul li {
  color: #707070;
}

.bg-gris-light.contenido ul li a {
  color: #707070;
  text-decoration: underline;
}

.bg-gris-light.contenido ul li a:hover {
  color: #272727;
}

.bloque-direccion {
  background: #F7F7F7;
  border-left: 2px solid #E93C46;
  padding: 40px 40px 10px;
}

.bloque-direccion h4 {
  margin: 0 0 5px;
  color: #E93C46;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.bloque-direccion ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 30px;
}

.bloque-direccion ul li {
  font-size: 1.25rem;
  color: #272727;
  line-height: 1.3;
  margin-bottom: 5px;
}

.bloque-direccion ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #E93C46;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

@media only screen and (max-width: 550px) {
  .bloque-direccion {
    padding: 20px 20px 10px;
  }
  .bloque-direccion h4 {
    font-size: 1rem !important;
  }
  .bloque-direccion ul li {
    font-size: 1rem;
  }
}

.w-video img {
  width: 100%;
}

.box-informacion {
  background: #F7F7F7;
  padding: 40px 20px;
  border-left: 2px solid #E93C46;
  margin-top: 20px;
}

.box-informacion h4 {
  font-size: 1.25rem;
  color: #E93C46;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.box-informacion a {
  width: 207px;
}

@media only screen and (max-width: 550px) {
  .box-informacion {
    padding: 30px 20px;
  }
  .box-informacion h4 {
    font-size: 1rem;
  }
  .box-informacion a {
    width: auto;
  }
}

.contactanos {
  background: #1968A8;
  padding: 60px 0;
}

.contactanos .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contactanos .wrap figure {
  width: 94px;
  min-width: 94px;
}

.contactanos .wrap figure img {
  width: 100%;
}

.contactanos .wrap .texto {
  padding: 0 30px;
}

.contactanos .wrap .texto h4 {
  margin: 0 0 10px;
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
}

.contactanos .wrap .texto p {
  font-size: 1.375rem;
  color: #fff;
  margin-bottom: 0;
}

.contactanos .wrap a {
  min-width: 207px;
}

@media only screen and (max-width: 768px) {
  .contactanos .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contactanos .wrap .texto {
    width: calc(100% - 100px);
    padding-right: 0;
  }
  .contactanos .wrap a {
    margin-top: 20px;
    min-width: 0;
  }
}

@media only screen and (max-width: 550px) {
  .contactanos {
    padding: 40px 0;
  }
  .contactanos .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contactanos .wrap .texto {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 20px 0;
  }
  .contactanos .wrap a {
    margin-top: 20px;
    min-width: 0;
  }
}

.seleccione-ano {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.seleccione-ano p {
  font-size: 1.25rem;
  color: #272727;
  font-weight: bold;
  margin-bottom: 0;
}

.seleccione-ano select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-image: url("../images/bg-select.png");
  background-size: 12px auto;
  background-position: 95% center;
  background-color: #fff;
  height: 42px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 12px 10px;
  width: 180px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .seleccione-ano {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .seleccione-ano p {
    width: 100%;
    margin-bottom: 15px;
  }
}

.integrantes {
  text-align: center;
  background: #F7F7F7;
  padding: 75px 20px 60px;
}

.integrantes h4 {
  font-size: 1.625rem;
  margin: 0 0 5px;
  font-weight: bold;
  color: #272727;
  text-transform: uppercase;
}

.integrantes p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 550px) {
  .integrantes {
    padding: 40px 20px;
  }
  .integrantes h4 {
    font-size: 1.4rem;
  }
  .integrantes p {
    font-size: 1rem;
  }
}

.normativa {
  text-align: center;
  background: #1968A8;
  padding: 40px 20px;
}

.normativa h4 {
  font-size: 1.625rem;
  margin: 0 0 5px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.normativa p {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 550px) {
  .normativa {
    padding: 40px 20px;
  }
  .normativa h4 {
    font-size: 1.4rem;
  }
  .normativa p {
    font-size: 1rem;
  }
}

.actas {
  text-align: center;
  background: #E93C46;
  padding: 40px 20px;
}

.actas h4 {
  font-size: 1.625rem;
  margin: 0 0 5px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

.actas p {
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (max-width: 550px) {
  .actas {
    padding: 40px 20px;
  }
  .actas h4 {
    font-size: 1.4rem;
  }
  .actas p {
    font-size: 1rem;
  }
}

.ac-nosotros.ac-default .item-ac .int-ac {
  padding: 0 15px;
}

.ac-nosotros.ac-default .item-ac .int-ac p {
  font-size: 1.10rem;
  color: #707070;
  padding: 0;
  line-height: 1.4rem;
  font-weight: normal;
  color: #272727;
}

.ac-nosotros.ac-default .item-ac .int-ac h5 {
  color: #707070;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 10px;
}

.box-autoridad {
  margin-bottom: 40px;
  cursor: pointer;
}

.box-autoridad figure {
  margin-bottom: 10px;
  overflow: hidden;
}

.box-autoridad figure img {
  width: 100%;
  vertical-align: bottom;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.box-autoridad h4 {
  font-size: 1.125rem;
  color: #272727;
  margin: 0 0 2px;
}

.box-autoridad p {
  color: #707070;
  font-size: 1rem;
  margin-bottom: 0px;
}

.box-autoridad a {
  color: #1968A8;
  text-decoration: underline;
}

.box-autoridad:hover figure img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: .9;
}

.pop-autoridad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background: rgba(13, 58, 93, 0.9);
  padding: 40px;
  text-align: center;
  overflow: auto;
  display: none;
}

.pop-autoridad.visible {
  display: block;
}

.pop-autoridad .pop-autoridad-box {
  background: #fff;
  padding: 70px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  max-width: 787px;
}

.pop-autoridad .pop-autoridad-box .cerrar-pop {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.pop-autoridad .pop-autoridad-box h3 {
  font-size: 2.18rem;
  color: #1968A8;
  font-weight: bold;
  margin: 0;
}

.pop-autoridad .pop-autoridad-box h5 {
  font-size: 1.25rem;
  color: #707070;
  margin: 0 0 20px;
  font-weight: normal;
}

.pop-autoridad .pop-autoridad-box p {
  font-size: 1.25rem;
  color: #272727;
  margin-bottom: 25px;
}

.grid-noticias .box-noticia {
  margin-bottom: 40px;
  height: calc(100% - 40px);
}

.contenido-noticia {
  margin-bottom: 20px;
}

.contenido-noticia .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contenido-noticia .wrap .sidebar {
  width: 24%;
  min-width: 24%;
}

.contenido-noticia .wrap .sidebar .filtros {
  background: #F7F7F7;
  margin-bottom: 20px;
}

.contenido-noticia .wrap .sidebar .filtros h3 {
  font-size: 1.455rem;
  color: #272727;
  margin: 0;
  padding: 20px 30px 15px;
  font-weight: bold;
  border-bottom: 2px solid #E6E6E6;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac button {
  padding: 15px 30px 10px;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac button:after {
  color: #7F7F7F;
  top: 37%;
  right: 20px;
  font-size: .6em;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac button.activo {
  border: none;
  color: #272727;
  font-weight: normal;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac button.activo:after {
  content: "\f077";
  color: #7F7F7F;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac .int-ac {
  padding: 0 30px;
  border-bottom: 1px solid #E6E6E6;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac .int-ac .form-check {
  margin-bottom: 5px;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac .int-ac .form-check label {
  color: #7F7F7F;
}

.contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac .int-ac .form-check:last-child {
  padding-bottom: 10px;
}

.contenido-noticia .wrap .sidebar .w-banner {
  width: 100%;
  height: 480px;
  background: #F7F7F7;
}

.contenido-noticia .wrap .not-destacada {
  width: 73%;
  min-width: 73%;
}

.contenido-noticia .wrap .not-destacada figure {
  margin-bottom: 20px;
}

.contenido-noticia .wrap .not-destacada figure img {
  width: 100%;
}

.contenido-noticia .wrap .not-destacada h2 {
  margin: 0 0 20px;
  font-size: 2rem;
  color: #272727;
  font-weight: normal;
}

.contenido-noticia .wrap .not-destacada .fecha {
  font-size: 1rem;
  color: #707070;
  font-weight: bold;
}

.contenido-noticia .wrap .not-destacada p {
  font-size: 1.25rem;
  color: #272727;
}

@media only screen and (max-width: 991px) {
  .contenido-noticia .wrap .sidebar {
    min-width: 220px;
  }
  .contenido-noticia .wrap .not-destacada {
    min-width: 0;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .contenido-noticia .wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contenido-noticia .wrap .sidebar {
    min-width: 100%;
    width: 100%;
  }
  .contenido-noticia .wrap .sidebar .w-banner {
    display: none;
  }
  .contenido-noticia .wrap .not-destacada {
    min-width: 100%;
    width: 100%;
    padding-left: 0px;
  }
}

@media only screen and (max-width: 550px) {
  .contenido-noticia .wrap .sidebar .filtros h3 {
    font-size: 1.2rem;
    padding: 20px 20px 15px;
  }
  .contenido-noticia .wrap .sidebar .filtros .ac-default .item-ac button {
    padding: 15px 20px 10px;
  }
  .contenido-noticia .wrap .not-destacada h2 {
    font-size: 1.5rem;
    line-height: 1;
  }
  .contenido-noticia .wrap .not-destacada p {
    font-size: 1rem;
  }
}

.paginador {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.paginador a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: bold;
  color: #707070;
  margin: 0 2px;
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.paginador a:hover {
  color: #272727;
}

.paginador a.nav-pag {
  margin: 0 10px;
}

.paginador a.current {
  color: #1968A8;
  background: #F7F7F7;
}

.pagination {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}

.pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.125rem;
  font-weight: bold;
  color: #707070;
  margin: 0 2px;
}

.pagination a:hover {
  color: #272727;
}

.pagination a.nav-pag {
  margin: 0 10px;
}

.pagination a.page-link {
  color: #1968A8;
  background: #F7F7F7;
}



.detalle-noticia {
  padding: 30px 0;
}

.detalle-noticia .bread {
  margin-bottom: 40px;
}

.detalle-noticia h1 {
  font-size: 2.625rem;
  font-weight: bold;
  margin: 0 0 30px;
  color: #272727;
}

.detalle-noticia .fecha {
  font-size: 1rem;
  color: #707070;
  font-weight: bold;
  margin: 0 0 15px;
}

.detalle-noticia .w-detalle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 40px;
}

.detalle-noticia .w-detalle .contenido {
  width: 73%;
  min-width: 73%;
}

.detalle-noticia .w-detalle .contenido figure {
  margin-bottom: 25px;
}

.detalle-noticia .w-detalle .contenido figure img {
  width: 100%;
}

.detalle-noticia .w-detalle .contenido p {
  font-size: 1.10rem;
  color: #272727;
}

.detalle-noticia .w-detalle .contenido blockquote.cita {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #F7F7F7;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 35px;
  margin: 20px 0 40px;
}

.detalle-noticia .w-detalle .contenido blockquote.cita .texto {
  padding-left: 35px;
}

.detalle-noticia .w-detalle .contenido blockquote.cita .texto p {
  font-size: 1.25rem;
  color: #E93C46;
  margin-bottom: 0;
}

.detalle-noticia .w-detalle .contenido ul {
  margin-bottom: 40px;
}

.detalle-noticia .w-detalle .sidebar {
  width: 24%;
  min-width: 24%;
}

.detalle-noticia .w-detalle .sidebar .relacionados {
  margin-bottom: 30px;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 2px solid #EFEFEF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel figure {
  min-width: 71px;
  width: 71px;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel figure img {
  width: 100%;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel h4 {
  font-size: 1rem;
  margin: 0;
  font-weight: normal;
  padding-left: 14px;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel h4 a {
  color: #272727;
}

.detalle-noticia .w-detalle .sidebar .relacionados .noticia-rel h4 a:hover {
  color: #1968A8;
}

.detalle-noticia .w-detalle .sidebar .w-banner {
  margin-bottom: 20px;
}

.detalle-noticia .w-detalle .sidebar .w-banner img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .detalle-noticia h1 {
    font-size: 2.2rem;
  }
  .detalle-noticia .w-detalle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detalle-noticia .w-detalle .contenido {
    width: 100%;
    margin-bottom: 60px;
  }
  .detalle-noticia .w-detalle .sidebar {
    width: 100%;
  }
}

@media only screen and (max-width: 550px) {
  .detalle-noticia h1 {
    font-size: 1.5rem;
  }
  .detalle-noticia .w-detalle {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .detalle-noticia .w-detalle .contenido p {
    font-size: 1rem;
  }
  .detalle-noticia .w-detalle .contenido blockquote.cita {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
  }
  .detalle-noticia .w-detalle .contenido blockquote.cita img {
    margin-bottom: 20px;
    width: 100px;
  }
  .detalle-noticia .w-detalle .contenido blockquote.cita .texto {
    padding-left: 0;
  }
  .detalle-noticia .w-detalle .contenido blockquote.cita .texto p {
    font-size: 1.125rem;
  }
}

.box-estudio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 70px;
}

.box-estudio .texto {
  width: 70%;
}

.box-estudio .texto h4 {
  font-size: 2rem;
  font-weight: normal;
  color: #1968A8;
  margin: 0 0 0px;
}

.box-estudio .texto p {
  font-size: 1.25rem;
  color: #272727;
  margin-bottom: 0;
}

.box-estudio a {
  min-width: 206px;
}

@media only screen and (max-width: 768px) {
  .box-estudio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .box-estudio .texto {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .box-estudio .texto h4 {
    font-size: 1.5rem;
  }
  .box-estudio .texto p {
    font-size: 1rem;
  }
}

.box-minuta {
  background: #F7F7F7;
  margin-bottom: 20px;
}

.box-minuta figure img {
  width: 100%;
}

.box-minuta .texto {
  padding: 20px;
}

.box-minuta .texto .fecha {
  font-size: 1rem;
  color: #707070;
  font-weight: 300;
  margin-bottom: 5px;
}

.box-minuta .texto h4 {
  margin: 0 0 5px;
  font-size: 1.375rem;
  color: #1968A8;
  font-weight: normal;
}

.box-minuta .texto h4 a {
  color: #1968A8;
}

.box-minuta .texto h4 a:hover {
  color: #0c314f;
}

.box-minuta .texto p {
  font-size: 1.125rem;
  color: #272727;
  font-weight: 300;
  margin-bottom: 10px;
}

.box-minuta .texto a img {
  width: 28px;
}

.menu-ficha {
  text-align: center;
  margin-bottom: 35px;
}

.menu-ficha a {
  display: inline-block;
  border-radius: 25px;
}

.menu-ficha a span {
  font-size: .9rem;
  color: #707070;
  display: inline-block;
  width: 40px;
  height: 34px;
  text-align: center;
  margin: 0 -4px;
  padding-top: 12px;
}

.menu-ficha a.activo {
  background: #F7F7F7;
  padding: 0 10px;
}

.menu-ficha a.activo span {
  color: #1968A8;
  font-weight: bold;
}

.letras {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px 20px;
}

@media only screen and (max-width: 550px) {
  .letras {
    margin: 0 -5px 20px;
  }
}

.letras .item-letra {
  font-size: 9.3rem;
  color: #1968A8;
  font-weight: bold;
  height: 228px;
  background: #F7F7F7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 35px;
  margin: 0 15px;
  border-left: 2px solid #E93C46;
}

@media only screen and (max-width: 768px) {
  .letras .item-letra {
    font-size: 7rem;
    height: 180px;
  }
}

@media only screen and (max-width: 550px) {
  .letras .item-letra {
    font-size: 5rem;
    height: 120px;
    padding: 20px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 480px) {
  .letras .item-letra {
    font-size: 4rem;
    height: 80px;
    padding: 20px;
    margin: 0 5px;
  }
}

.lista-fichas {
  -webkit-column-count: 3;
          column-count: 3;
  background: #F7F7F7;
  padding: 40px 35px;
}

.lista-fichas a {
  font-size: 1.125rem;
  color: #272727;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: block;
}

.lista-fichas a:hover {
  color: #1968A8;
  text-decoration: underline;
}

@media only screen and (max-width: 768px) {
  .lista-fichas {
    -webkit-column-count: 2;
            column-count: 2;
  }
}

@media only screen and (max-width: 550px) {
  .lista-fichas {
    -webkit-column-count: 1;
            column-count: 1;
    padding: 30px 20px;
  }
  .lista-fichas a {
    font-size: 1rem;
  }
}

.w-reporte {
  padding-left: 30px;
}

.w-reporte .box-reporte {
  border: 1px solid #B2B2B2;
  padding: 50px;
}

.w-reporte .box-reporte .item {
  font-size: 1.125rem;
  color: #272727;
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 10px;
  margin-bottom: 12px;
}

.w-reporte .box-reporte .item span {
  font-weight: bold;
  display: inline-block;
  width: 180px;
}

.w-reporte .box-reporte a {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .w-reporte {
    padding-left: 0;
  }
  .w-reporte .box-reporte {
    padding: 30px;
  }
}

@media only screen and (max-width: 550px) {
  .w-reporte .box-reporte .item {
    font-size: 1rem;
  }
}

.w-ejes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.w-ejes .sidebar {
  width: 24%;
  min-width: 24%;
}

.w-ejes .sidebar .menu-lateral a {
  font-size: 1rem;
  color: #707070;
  display: block;
  padding: 15px 50px 10px 20px;
  line-height: 1;
  border-bottom: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  position: relative;
}

.w-ejes .sidebar .menu-lateral a:hover {
  background: #f7f7f7;
}

.w-ejes .sidebar .menu-lateral a img {
  display: none;
}

.w-ejes .sidebar .menu-lateral a.activo {
  color: #E93C46;
  background: #F7F7F7;
}

.w-ejes .sidebar .menu-lateral a.activo:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 17px;
  border-color: transparent transparent transparent #f7f7f7;
  position: absolute;
  right: -16px;
  top: 37%;
}

.w-ejes .sidebar .menu-lateral a.activo img {
  display: block;
  position: absolute;
  width: 18px;
  height: auto;
  right: 14px;
  top: 40%;
}

.w-ejes .content {
  width: 70%;
  min-width: 70%;
}

.w-ejes .content p {
  font-size: 1.125rem;
}

@media only screen and (max-width: 768px) {
  .w-ejes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .w-ejes .sidebar {
    width: 100%;
    margin-bottom: 40px;
  }
  .w-ejes .content {
    width: 100%;
  }
}

.cifras-paises {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px -20px 0;
}

.cifras-paises .item {
  text-align: center;
  padding: 0 20px;
}

.cifras-paises .item img {
  margin-bottom: 14px;
}

.cifras-paises .item h4 {
  margin: 0px;
  font-size: 2.5rem;
  color: #1968A8;
  font-weight: bold;
}

.cifras-paises .item p {
  font-size: 1.125rem;
  color: #272727;
}

.cifras-paises .item h5 {
  margin: 0 0 5px;
  font-size: 1.375rem;
  font-weight: normal;
  color: #1968A8;
}

.cifras-paises .item a {
  color: #E93C46;
  display: block;
  font-size: 1.125rem;
  text-decoration: underline;
  font-weight: normal;
}

.cifras-paises .item a i {
  font-size: .6rem;
  display: inline-block;
  vertical-align: middle;
}

.cifras-paises .item a:hover {
  color: #c31620;
}

@media only screen and (max-width: 768px) {
  .cifras-paises {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cifras-paises .item {
    width: 50%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 550px) {
  .cifras-paises .item {
    padding: 0 10px;
  }
  .cifras-paises .item h4 {
    font-size: 2rem;
  }
  .cifras-paises .item h5 {
    font-size: 1.125rem;
  }
  .cifras-paises .item p {
    font-size: 1rem;
  }
}

.contenido.que-son h3 {
  margin-bottom: 40px;
}

.contenido.que-son .menu-interior {
  margin-bottom: 40px;
}

.contenido.que-son p {
  font-weight: 300;
}

.menu-int ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #EBEBEB;
  list-style: none;
  padding-left: 0;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .menu-int ul {
    display: block;
  }
}

.menu-int ul:after {
  content: "";
  z-index: 1;
  height: 48px;
  left: 0;
  position: absolute;
  width: 100vw;
  background: #f7f7f7;
  display: block;
  top: 100%;
  min-height: 55px;
}

@media only screen and (max-width: 768px) {
  .menu-int ul:after {
    display: none;
  }
}

.menu-int ul li {
  font-size: 1.125rem;
  color: #272727;
  text-align: center;
  position: relative;
}

.menu-int ul li a {
  display: block;
  padding: 24px 40px 20px;
  color: #272727;
}

.menu-int ul li.active:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #ebebeb transparent transparent transparent;
  bottom: -13px;
  z-index: 2;
  position: absolute;
}

.menu-int ul li.active a {
  color: #1968A8;
  font-weight: bold;
}

.menu-int ul li ul.submenu {
  position: absolute;
  background: #F7F7F7;
  width: auto;
  left: 0;
  width: 400px;
  z-index: 99;
  display: flex;
  justify-content: end;
}

@media only screen and (max-width: 768px) {
  .menu-int ul li ul.submenu {
    position: relative;
    left: auto;
  }
}

.menu-int ul li ul.submenu:after {
  display: none;
}

.menu-int ul li ul.submenu li a {
  font-size: 1rem;
  color: #707070;
  padding: 15px 20px 12px;
  font-weight: normal;
}

.menu-int ul li ul.submenu li.activo:before {
  display: none;
}

.menu-int ul li ul.submenu li.activo a {
  color: #E93C46;
  font-weight: bold;
}

.menu-int ul li:nth-child(1) ul.submenu {
  left: -50%;
}

.menu-int ul li:nth-child(1) ul.submenu li {
  min-width: 300px;
}

@media only screen and (max-width: 991px) {
  .menu-int ul li:nth-child(1) ul.submenu {
    left: 0;
  }
}

.slide-home {
  padding: 0;
}

.slide-home .carrusel .item {
  position: relative;
}

.slide-home .carrusel .item img {
  width: 100%;
}

.slide-home .carrusel .item .texto-slide {
  position: absolute;
  bottom: 4rem;
  left: 0rem;
  width: 100%;
}

.slide-home .carrusel .item .texto-slide .texto-slide-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0rem;
}

.slide-home .carrusel .item .texto-slide .texto-slide-top .categoria {
  font-size: 2rem;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #E93C46;
  padding: .35rem .5rem 0.1rem;
  line-height: 1;
}

.slide-home .carrusel .item .texto-slide .texto-slide-top .fecha {
  font-size: .875rem;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  background: #1968A8;
  padding: .35rem .5rem 0.1rem;
  line-height: 1;
}

.slide-home .carrusel .item .texto-slide h2 {
    font-size: 2rem;
    margin: 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    max-width: 55%;
    background-color: #002652;
    padding-left: .5rem;
}

.slide-home .carrusel .item .texto-slide h2 a {
    color: #fff;
    background-color: #002652;
    padding: .4rem;
    display: inline;
}

.slide-home .carrusel .tns-nav {
  left: auto;
  right: 1rem;
  bottom: 1rem;
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .slide-home .carrusel .item {
    height: 400px;
  }
  .slide-home .carrusel .item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slide-home .carrusel .item .texto-slide {
    width: 100%;
    left: 0;
    padding: 0 25px;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .carrusel .item {
    height: 350px;
  }
  .slide-home .carrusel .item .texto-slide {
    padding: 0 20px;
  }
  .slide-home .carrusel .item .texto-slide h2 {
    font-size: 1.2rem;
  }
}

.carrusel {
  position: relative;
}

.carrusel.con-nav {
  padding: 0;
}

.carrusel .tns-nav {
  text-align: center;
  margin-top: 20px;
}

.carrusel .tns-nav button {
  width: 12px;
  height: 12px;
  display: inline-block;
  border: 1px solid transparent;
  border-radius: 100%;
  margin: 0 6px;
  background: transparent;
  padding: 0;
}

@media only screen and (max-width: 1500px) {
  .carrusel .tns-nav button {
    width: 10px;
    height: 10px;
  }
}

.carrusel.gris button {
  border-color: #E3E1E6;
  background: #E3E1E6;
}

.carrusel.gris button.tns-nav-active {
  background: #272727;
  border-color: #272727;
}

.carrusel.azul button {
  border-color: #1968A8;
  background: transparent;
}

.carrusel.azul button.tns-nav-active {
  background: #1968A8;
  border-color: #1968A8;
}

.carrusel.rojo button {
  border-color: #E93C46;
  background: transparent;
}

.carrusel.rojo button.tns-nav-active {
  background: #E93C46;
  border-color: #E93C46;
}

.carrusel.blanco button {
  border-color: #fff;
  background-color: transparent;
}

.carrusel.blanco button.tns-nav-active {
  background: #fff;
  border-color: #fff;
}

.carrusel .tns-controls button {
  background: transparent;
  border-radius: 50%;
  font-size: 0;
  width: 46px;
  height: 46px;
  line-height: 40px;
  border: 1px solid #B0B0B0;
  text-align: center;
  position: absolute;
  padding: 3px 0 0;
  z-index: 10;
  top: 37%;
}

.carrusel .tns-controls button:first-child {
  left: -60px;
  padding-right: 0px;
}

.carrusel .tns-controls button:last-child {
  right: -60px;
  padding-left: 0px;
}

.carrusel .tns-controls button:after {
  content: "";
  display: inline-block;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  font-size: 22px;
  color: #B0B0B0;
}

.carrusel .tns-controls button:first-child:after {
  content: "\f060";
  padding-right: 4px;
}

.carrusel .tns-controls button:last-child:after {
  content: "\f061";
  padding-left: 4px;
}

.carrusel .tns-controls button:hover {
  opacity: 0.85;
}

@media only screen and (max-width: 640px) {
  .carrusel .tns-controls {
    display: none;
  }
  .carrusel .tns-controls button {
    width: 40px;
    height: 40px;
    line-height: 32px;
  }
  .carrusel .tns-controls button:after {
    font-size: 24px;
  }
  .carrusel .tns-controls button:first-child {
    left: -10px;
  }
  .carrusel .tns-controls button:last-child {
    right: -10px;
  }
}

.carrusel.c-gal .tns-controls button {
  border-color: #1968A8;
  top: 35%;
}

.carrusel.c-gal .tns-controls button:after {
  color: #1968A8;
}

.carrusel .tns-controls {
  display: none;
}

.carrusel.con-nav .tns-controls {
  display: block;
}

@media only screen and (max-width: 991px) {
  .carrusel.con-nav .tns-controls {
    display: none;
  }
  .banner .wrap .banner-der {
    display: none;
  }
}

.carrusel.flecha-2 .tns-controls button {
  color: #fff;
  background: #E93C46;
}

.c-movil {
  overflow: hidden;
}

@media only screen and (max-width: 550px) {
  .c-movil {
    padding: 0 20px;
  }
  .c-movil .tns-ovh {
    overflow: visible;
  }
}

.js-accordion {
  margin: 0 auto;
}

.js-accordion-title {
  background: #f5f5f5;
  border-top: 0;
  cursor: pointer;
  display: block;
  padding: 1em .5em;
  width: 100%;
}

.js-accordion-content {
  border-top: 0;
  height: 0;
  line-height: 1.5;
  overflow: hidden;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

.ac-default .item-ac button {
  font-size: 1.10em;
  color: #272727;
  background: transparent;
  padding: 1em 1em .6em 0em;
  text-align: left;
  font-weight: normal;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.ac-default .item-ac button:after {
  content: "\f078";
  color: #272727;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  position: absolute;
  right: 10px;
  top: 32%;
  font-size: .8em;
}

.ac-default .item-ac button.activo {
  border: none;
  color: #E93C46;
  font-weight: bold;
}

.ac-default .item-ac button.activo:after {
  content: "\f077";
  color: #E93C46;
}

.ac-default .item-ac .int-ac {
  background: none;
  margin-top: 0px;
  margin-bottom: 0px;
}

.ac-default .item-ac .int-ac p {
  padding: 10px 20px 20px 2.8rem;
  font-size: 1.1rem;
  color: #272727;
}

.ac-default .item-ac .int-ac h4 {
  font-size: 1.25rem;
  color: #1968A8;
  font-weight: bold;
  margin-bottom: 15px;
}

.ac-default .item-ac .int-ac ul li {
  color: #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ac-default .item-ac .int-ac ul li:before {
  margin-top: 6px;
}

.ac-default .item-ac .int-ac ul li a {
  color: #707070;
  text-decoration: underline;
}

@media only screen and (max-width: 640px) {
  .ac-default .item-ac button {
    font-size: 1em;
  }
  .ac-default .item-ac button:after {
    right: 10px;
  }
}

.ac-default.ac-ejes .item-ac button.activo {
  color: #1968A8;
  border-bottom: 1px solid #1968A8;
}

.ac-default.ac-ejes .item-ac button.activo:after {
  color: #1968A8;
}

.ac-default.ac-ejes .item-ac .int-ac h3 {
  font-size: 1.625rem;
  padding: 20px 20px 0px 2.8rem;
}

.ac-default.ac-ejes .item-ac .int-ac p {
  font-size: 1.25rem;
}

@media only screen and (max-width: 550px) {
  .ac-default.ac-ejes .item-ac .int-ac h3 {
    padding: 20px 0 5px;
    font-size: 1.2rem;
  }
  .ac-default.ac-ejes .item-ac .int-ac p {
    padding: 0;
    font-size: 1rem;
  }
}
/*# sourceMappingURL=estilos.css.map */


/*ESTILOS 2*/
.contacto{
    background-color: #F7F7F7;
    border-left: 2px solid #E93C46;
}

.width-100{
    width: 100% !important;
    margin-bottom: 20px ;
}

.w-100{
  width: 100% !important;
}

.padding-general{
    padding-left: 60px;
    padding-right: 60px;
}

.text-red{
    color: #E93C46 !important;
}

.text-blue{
    color: #1968A8 !important;
}

.padding-right-1x{
    padding-right: 15px !important;
}

.padding-right-2x{
    padding-right: 30px !important;
}

.text-blue .col p{
    color: #1968A8 !important;
}

hr .new2 {
    border-top: 1px dashed #B7B7B7;
  }
hr .new3 {
  border-top: 2px solid black;
}

.w-tabla-b table {
  width: 100%;
  border-collapse: collapse;
}

.w-tabla-b table thead tr th {
  font-size: 1rem;
  font-weight: bold;
  color: black;
  text-align: left;
  padding: 20px 15px;
  border-bottom: 2px solid #707070;
  
}

.w-tabla-b table tbody:before {
  line-height: .5em;
  content: "\200C";
  display: block;
}

.w-tabla-b table tbody tr {
  background: white;
  border-bottom: 2px solid #F7F7F7;
}

.w-tabla-b table tbody tr td {
  font-size: 1.125rem;
  color: #505050;
  padding: 15px 15px;
}

.w-tabla-b table tbody tr td:first-child {
  color: #707070;
}

.text-white{
  color: white !important;
}

.titulo-b{
  font-size: 2em;
  color: white;
  font-weight: normal;
  text-align: left;
  margin: 0 0 2rem;
}
.titulo-b:after {
  content: "";
  width: 6.2rem;
  height: 4px;
  display: block;
  background: #AFEBF2;
  margin: .3em 0;
}

.titulo-c{
  font-size: 2em;
  color: #004160;
  font-weight: normal;
  text-align: left;
  margin: 0 0 2rem;
}
.titulo-c:after {
  content: "";
  width: 6.2rem;
  height: 4px;
  display: block;
  background: #1968A8;
  margin: .3em 0;
}

.mitos .col{
  color: white;
  text-align: -webkit-center;
  text-align: text-center;
}

/*.bg-light-blue{
  background-color: #AFEBF2;
}*/

.bg-yellow{
  background-color: #FCC14A;
}

.flecha-abajo{
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.flecha-abajo:hover{
  fill: white;
}

.white-img{
  -webkit-filter: brightness(1000%) !important; /* Safari 6.0 - 9.0 */
  filter: brightness(1000%) !important;
}


.tpp-11-imgs{
  min-height: 130px;
}

.bg-gris{
  background-color: #EBEBEB;
}

.bg-gris-claro{
  background-color: #F7F7F7;
}

.nav1{
  padding: 1.5rem 0;
}

.nav2{
  padding: 1rem 0;
}

.no-margin{
  margin: 0 0 0 0 !important;
}

.bloque-descarga {
  background: #F7F7F7;
  border-left: 2px solid #E93C46;
  padding: 40px 40px 40px;
}

.bloque-descarga h4 {
  margin: 10px;
  color: #E93C46;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.cer h3 {
  font-size: 1.375rem;
  color: #1968A8;
  font-weight: normal;
  margin: 20px 0 10px;
}

.js-accordion-title-b {
    font-size: 1.75em;
    color: #1968A8;
    background: transparent;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    border: none;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
}

.ac-cer .item-ac button {
  font-size: 1.25em;
  color: #272727;
  background: transparent;
  padding: 1em 1em .6em 0em;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0px;
  border: none;
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  width: 100%;
}

.bg-white{
  background-color: white !important;
}

.cer-p {
  font-size: 1.25rem;
  line-height: 1.3;
  margin: 10px !important;
  font-weight: 300;
}

.contenido .formulario-b {
  background: #F7F7F7;
}

.contenido .formulario-b .form-group input {
  height: 42px;
  border: 1px solid #ADADAD;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 1.125rem;
  width: 100%;
}

.btn-suscribete{
  padding: 11px !important;
}

@media only screen and (max-width: 550px) {
  .btn-suscribete{
    margin-top: 1rem;
    width: 100%;
  }
}

.aspregu-descarga{
  position: absolute !important;
}

.banner-ocde{
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
}

@media only screen and (max-width: 550px) {
  .banner-ocde{
    display: none !important;
  }
}

.ocde-title{
    margin: 25px 0 10px;
    font-size: 2.875rem !important;
    color: #1968A8;
    font-weight: bold;
}

.bg-light-blue{
  background-color: rgba(231, 249, 251, 0.5);
}

.bg-blue{
  /*background-color: #E6F4FF !important;*/
  background-color: rgba(231, 249, 251, 0.5);
}

.ocde-box {
  padding: 40px !important;
}


.tabcontent{
  display: none;
  animation: fadein .8s; 
}

@keyframes fadein {
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}

.tablinks{
  font-size: 1.25rem;
  color: #272727;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 300;
}

.ocde-slide{
  position: relative;
  height: 550px;
  overflow: hidden;
  background: #F7F7F7;
  margin-bottom: 20px;
/*  -webkit-box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.2);*/
  width: 330px;
}

.ocde-slide .head{
  width: 100%;
  height: 150px;
  line-height: 150px;
}

.ocde-slide .head .text{
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
  font-size: 2.875rem !important;
  color: white;
  font-weight: bold;
}

.ocde-slide .title{
  text-transform: uppercase;
  font-size: 20px;
}

.ocde-slide .content{
  padding-left: 30px;
  padding-right: 30px;
}

.ocde-slide .content p{
  color: black;
}

.bg-red{
  background-color: #E93C46;
}

.bg-dark-blue{
  background-color: #1968A8;
}

.ocde4-link{
  font-size: 20px;
  font-weight: 400;
}

.ocde4 .col-md-2{
  margin-bottom: 40px;
}

/*FIN ESTILOS 2*/

/*ESTILOS TABS*/
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
     background-color: transparent; 
     border-color:  transparent; 
     color: #E93C46;
}

.contenido ul li.nav-item:before {
  content: none !important;
}

ul.navs-late {
     border-bottom: 0px;
     display: flex;
     flex-direction: column; 
}

/*ul.navs-late li a {
    font-size: 1.25rem;
    color: #272727;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 300;
}*/

ul.navs-late li a.nav-link {
    width: 90%;
    font-size: 1rem;
    color: #707070;
    display: block;
    padding: 15px 50px 10px 20px;
    line-height: 1;
    border-bottom: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    position: relative;
}

ul.navs-late li a.nav-link.active {
    color: #E93C46;
    background: #F7F7F7;
}

ul.navs-late li a.nav-link.active:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 17px;
    border-color: transparent transparent transparent #f7f7f7;
    position: absolute;
    right: -16px;
    top: 37%;
}

ul.navs-late li {
    position: relative;
}

ul.navs-late li a.nav-link img {
    position: absolute;
    right: 20px;
    top: 37%;
    max-width: 20px;
    display: none;
}

ul.navs-late li a.nav-link.active img {
    display: block;
}


.sf_colsIn.row.center .menu-interior {
    width: 100%;
    display: flex;
    justify-content: center;
}

.sf_colsIn.row.left .menu-interior {
  width: 100%;
    display: flex;
    justify-content: flex-start;
}

.sf_colsIn.row.right .menu-interior {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sf_colsIn.row .menu-interior.left {
  width: 100%;
    display: flex;
    justify-content: flex-start;
}

.sf_colsIn.row .menu-interior.right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.gris-claro {
  background: #F7F7F7;
}

.contenido .nav-lat-tabs ul li {
   padding: 15px 0px;
   position: relative;
}

.contenido .nav-lat-tabs ul li img {
   position: absolute;
   right: 30px;
   display: none;
}

.contenido .nav-lat-tabs ul li.ui-tabs-active img {
   display: block;
}

.contenido .nav-lat-tabs ul li.ui-tabs-active {
    background: #fff;
}

.contenido .nav-lat-tabs ul li:before,
.contenido .menu-interior ul li:before {
    content: "";
    background: none;
}

.bg-gris-light.contenido .nav-lat-tabs ul li a {
    color: #707070;
    text-decoration: none;
}

.bg-gris-light.contenido .nav-lat-tabs ul li.ui-tabs-active a {
    color: #E93C46;
}

section.contenido section.s-block.contenido,
section.section-tabs section.s-block.contenido {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}

section.contenido .sf_colsIn.ac-default.accordion.s-block.contenido,
section.section-tabs .sf_colsIn.ac-default.accordion.s-block.contenido {
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}

 .cont-tab-lat .accordion h4 {
    font-size: 1.75em;
    color: #1968A8;
    background: transparent;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
    border: none;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
  }

 .cont-tab-lat .ac-default .item-ac button {
  font-weight: bold;
 }

/*FIN ESTILOS TABS*/

/*AJUSTES VARIOS*/
.bread a,
.bread span {
    margin: 0px;
}

.menu-interior li {
  list-style: none;
}

/*.bread a:first-child:before {
  content: url(/ResourcePackages/Subrei/assets/dist/images/casa.png);
  max-width: 1rem;

}*/
.menu-interior li.ui-tabs-active a {
    color: #E93C46;
    background-color: #EBEBEB;
}

section.section-tabs {
  min-height: 500px;
}

.bg-dev {
  background-color: #ff00ff;
}


.cifras-grandes h4 {
    margin: 0px;
    font-size: 2.5rem;
    color: #1968A8;
    font-weight: bold;
}

/*estructura interna*/
ul.primer_nodo {
  padding: 20px 20px 20px 20px;
  list-style-type: none;
  margin-left: 20px;
  margin-right: 20px;
  background: #FFF;
}

ul.menu {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 4px;
  padding-bottom: 0px;
  list-style-type: none;
  background: #FFF url(/ResourcePackages/Subrei/assets/dist/images/org-linea.png) repeat-y;
  margin-left: 15px;
}

ul.menu li {
  padding: 0 12px;
  background: url(/ResourcePackages/Subrei/assets/dist/images/org-rama.png) no-repeat;
}
  
ul.menu li.fin {
  padding: 0 12px;        
  background: #FFF url(/ResourcePackages/Subrei/assets/dist/images/org-rama.png) left top no-repeat;
}

.menu-interior.subrei {
  margin-bottom: 0px;
}

.cuadrado {
  max-width: 127px;
  max-height: 127px;
}

.banner .wrap .banner-der {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 991px) {

  .banner .wrap .banner-der {
    display: none;
  }

}

.s-block.contenido.container {
  padding-top: 0px;
}

.titulo {
    margin: 0 0 1rem;
}

ul.navs-late li.ui-tabs-active a.nav-link{
    color: #E93C46;
    background: #F7F7F7;
    font-weight: bold;
}

ul.navs-late li.ui-tabs-active a.nav-link img {
    display: block;
}

ul.navs-late li.ui-tabs-active a.nav-link:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 17px;
    border-color: transparent transparent transparent #f7f7f7;
    position: absolute;
    right: -16px;
    top: 40%;
    bottom: 40%;
    margin: auto 0;
}

.page-item:last-child .page-link {
     border-top-right-radius: 1.5rem;
     border-bottom-right-radius: 1.5rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
}

.page-item.active .page-link {
    /*z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;*/
    color: #1968A8;
    background: #F7F7F7;
}

.pagination a.page-link {
    /* color: #1968A8; */
    /* background: #F7F7F7; */
    border: none;
    color: #707070;
    background-color: transparent;
}

.pagination li.page-item:before {
    display: none;
}

.paginador {
  width: 100%;
}

#tabla-acuerdos_filter {
  margin-bottom: 1.5rem;
}

#tabla-acuerdos_filter input {
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1.125rem;
    height: 42px;
    width: 540px;
    max-width: 100%;
}

#tabla-acuerdos_length label {
    border-radius: 10px;
    padding: 5px 10px;
    height: 42px;
    max-width: 100%;
}
#tabla-acuerdos_length select {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    border: 1px solid #D9D9D9;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 1.125rem;
    height: 42px;
    max-width: 100%;    
    border-radius: 10px;
    padding: 5px 10px;
    height: 42px;
    max-width: 100%;
}

.dataTables_wrapper .dataTables_paginate a.paginate_button {

    border-radius: 50%;
    font-size: 1.125rem;
    font-weight: bold;
    color: #707070;
    margin: 0 2px;
}
.dataTables_wrapper .dataTables_paginate a.paginate_button:hover {
     color: #212121 !important; 
     border: 0px !important; 
     background-color: transparent; 
}

#tabla-acuerdos_next:hover,
#tabla-acuerdos_previous:hover {
  background: transparent !important;
  border: 0px !important; 
  color: red !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    color: #1968A8 !important;
    background: #F7F7F7;
    border: 0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: transparent !important;
  border:0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  border:0px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: transparent !important;
  border:0px !important;
  box-shadow: none !important;
}

table.dataTable thead .sorting_desc {
    background-image: url( /ResourcePackages/Subrei/assets/dist/images/sort_desc.png);
}

table.dataTable thead .sorting_asc {
    background-image: url( /ResourcePackages/Subrei/assets/dist/images/sort_asc.png);
}

table.dataTable thead .sorting {
    background-image: url( /ResourcePackages/Subrei/assets/dist/images/sort_both.png);
}

.s-block .tabla-acuerdos tbody tr td:nth-child(2) {
  width: 100%;
} 

.contactanos .wrap figure {
    /*width: 60%;*/
    margin: 0 auto;
    margin-bottom: 20px;
}

.contactanos .wrap a p {
  color:#fff;
}

.mito-1 a,
.mito-2 a,
.mito-3 a,
.mito-4 a,
.mito-5 a,
.mito-6 a {
  color: #fff;
}

.menu-interior.menu-ficha {
  flex-wrap: wrap;
  padding: 0 20px;
}

.menu-interior.menu-ficha li a {
    display: flex;
    align-items: center;
    padding: 0px 10px 10px 10px;
}

.menu-interior.menu-ficha li.ui-tabs-active a {
    background: #F7F7F7;
    color: #1968A8;
    font-weight: bold;
}

.menu-ficha.menu-ficha li.ui-tabs-active a span {
    color: #1968A8;
    font-weight: bold;
}

.menu-interior.menu-ficha a:after {
  content:none; 
}

.carrusel .text-blue a {
  color: #1968A8;
}

.cont-tabs {
  position: static;
}

.letras .ui-tabs-panel {
  width: 100%;
}

.lista-fichas-new {
    display: flex;
    flex-direction: column;
    text-align: left;
    background: #F7F7F7;
    padding: 20px 35px;
    margin: 0 15px;
    margin-top: 20px;
}

.lista-fichas-new a {
    font-size: 1.125rem;
    color: #272727;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;  
}

.contenido ul li ul {
  padding-top: 3rem;
  width: 80%;
}

.ocde-slide {
  height: auto;
  padding-bottom: 1rem;
}

a.text-red.anios {
  text-decoration: none;
}

img.flecha-lateral {
  max-width: 30px;
  margin-right: 10px;
}

td.list:before {
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E93C46;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: absolute;
}

table.cabecera-tabla-ac {
  margin-bottom: -60px;
}

.banner .wrap .banner-der {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.contenido ul li ul li:before {
    content: "";
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1968A8;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
}

.bg-gris-claro {
  background: #F7F7F7;
}

.solicitud-instancia {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.solicitud-instancia a {
  width: 75%
}

.carrusel.con-nav.img-svg figure img {
  max-width: 120px;
}

@media (min-width: 992px) {
  .cinco-anios  .sf_colsIn.col-lg-2 {
     -ms-flex: 0 0 12%;
     flex: 0 0 12%;
     max-width: 12%;
   }  
}

.menu-interior.menu-glosario a:after {
  content: none;
}

.menu-interior.menu-glosario a {
    font-size: 1.125rem;
    color: #707070;
    display: block;
    padding: 0 1rem;
    position: relative;
    font-weight: normal;
    min-width: 50px !important;
    text-align: center; 
}

.menu-interior.menu-glosario a.active {
  background: #F7F7F7;
  color: #1968A8;
  font-weight: bold;  
  border-radius: 30px;
}

.letras .letras-glosario {
    font-size: 5rem;
    color: #1968A8;
    font-weight: bold;
    background: #F7F7F7;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 2px solid #E93C46;
    margin-bottom: 5px;
    line-height: 90px;
    align-items: center;
    padding-top: 1%;
}

.contenido.glosa h3 {
    padding-top: .7rem;
    margin-bottom: 0px;
}

.contenido.glosa p {
    margin-bottom: .5rem;
}

ul.menu-interior.menu-glosario {
    display: flex;
    flex-wrap: wrap;
}

ul.menu-interior.menu-glosario li {
    margin-bottom: 15px;
}

/*estilos reemplazo incidencias*/

.contenido ul li {
    display: -webkit-box; 
    display: -ms-flexbox;
    display: flex;
    font-size: 1.10rem;
    color: #272727;
    line-height: 1.4rem;
    margin-bottom: 15px;
    font-weight: 300;
    padding-left: 1.4rem;
}

.box-autoridad a {
    color: #1968A8;
    text-decoration: none; 
}

.box-autoridad a i,
.box-autoridad a em {
        width: 2.06rem;
    height: 2.06rem;
    border-radius: 50%;
    border: 2px solid #1968A8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #1968A8;
    margin-left: .5rem; 
}

.autoridad-card {
  min-height: 90px;
}

.bg-azul-sunrei {
  background-color: #1968A8;
}

.normativa,
.actas {
  min-height: 245px;
}

.seleccione-ano select {
  width: 300px;
}

section.section-tabs {
    min-height: auto !important;
    padding-bottom: 1rem;
}

.menu-interior li.ui-tabs-active a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #EBEBEB transparent transparent transparent;
    bottom: -13px;
    z-index: 2;
    position: absolute;
    background-color: transparent;
    right: 40%;
    left: 40%;
    margin: 0 auto;
}

.w-tabla-b table tbody tr td {
    font-size: 1.0rem;
    color: #505050;
    padding: 3px 10px;
}

.text-blue.contenido .col  p {
    color: #272727 !important;
}

.idioma {
  display: none;
}

.menu-interior a.active {
/*    color: #E93C46;
    background-color: #EBEBEB;*/
    color: #fff;
    background-color: #1968A8;
}
.menu-interior a.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 10px 0 10px;
    border-color: #1968A8 transparent transparent transparent;
    bottom: -13px;
    z-index: 2;
    position: absolute;
    background-color: transparent;
    right: 40%;
    left: 40%;
    margin: 0 auto;
}

.menu-interior.menu-glosario a.active:before {
  content: none;
}

.contenido ul li strong {
  display: contents;
}


.menu-interior.no-tri li.ui-tabs-active a:before {
 display: none;
}

.s-block.enlaces .item a h2 { 
    text-align: center;
    font-size: 1.3rem;
    padding-top: .3rem;
}

.logo-depa {
  max-width: 50%;
  padding-top: 2rem;
}

.landing-depa h3,
.landing-depa p {
  color: #fff;
}

.landing-depa .links a {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 10px 10px;
    border: 2px solid #fff;
    border-radius: 7px;
    color: #fff;
    text-decoration: none;
    display: block;
    width: 168px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 10px;
    min-width: 200px;
  }  

.carrusel.participacion-home .tns-controls button {
    top: 20%;
}

.alert-warning.subrei {
  background-color: #FCEB6B;
  border-color: #FCEB6B; 
}

.alert-warning.subrei a {
  color: #E93C46;
}

.alert {
  margin-bottom: 0px;
} 

.alert.dos {
  height: 65px;
}

.alert .row.imgs {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-slide {
  padding-bottom: 1.5rem;
  margin-top: -1.5rem;
}

.banner-slide img { 
 width: 100%;
}

@media (max-width: 991px) {
  .alert.dos {
  height: auto;
  }
}

.carrusel.img-svg .acuerdos p {
  margin-bottom: 10px;
}
.carrusel.img-svg .acuerdos a {
      margin-left: -15px;
}

.new-ta .tabla-acuerdos td a {
  display: inline-block;
  width: 20px;
  margin-right: 15px;
}
.new-ta .w-tabla-b table tbody:before {
    content: none;
}

.new-ta td.list:before {
    margin-top: 7px;
}



@media (min-width: 991px) {
  .new-ta .tabla-acuerdos td a {
    display: inline-block;
    width: 20px;
    margin-right: 42px;
  }
}

#text-read{
display:none;
}

button.read{
  user-select:none;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  cursor:pointer;
  border:none;
  padding:12px;
  font-size:20px;
  background:#E93C46;
  color:white;
  border-radius: 5px;;
  
  box-sizing:border-box;
}

/*BUSCADOR*/
div.resultun-subrei.media.sf-media {
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
    padding-bottom: 10px;    
}
.resultun-subrei h3 a {
    color: #1968A8;
    font-size: 20px;
    font-weight: bold;
}

.resultados-subrei h1 em {
    text-decoration: underline;
    font-weight: bold;
}
.resultun-subrei a {
    color: #1968A8;
}
input.search-subrei {
    width: 300px;
    max-width: 100%;
    height: 45px;
    background: #fff;
    border: 1px solid #d0d0d0;
    padding: 5px 10px;
    color: #333;
    vertical-align: middle;
    border-radius: 5px;
}
.sec-bus-subrei button.btn.btn-primary {
    font-weight: 700;
    color: #fff;
    background: #E93C46;
    display: inline-block;
    padding: 10px 42px 10px;
    border-radius: 5px;
    transition: all .3s ease;
    margin-left: 15px;
}
.resultados-subrei {
  min-height: 200px;
}

@media (min-width: 576px) {
  .form-inline .form-control {
      width: 300px;
  }  
}

@media (max-width: 576px) {
  .sec-bus-subrei .form-group {
      width: 100%;
  } 
  .sec-bus-subrei button.btn.btn-primary {
    margin-left: 0px;
  }
  input.search-subrei {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {

  .menu-mobile ul li {
    display: block;
    margin: 0;
    position: relative;
    margin-bottom: 10px;

    }

    .menu-mobile ul li span {
      font-size: 1.4rem;
      color: #1968A8;
      font-weight: bold;
    }

    .menu-mobile ul.submenu {
    position: relative;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    overflow: hidden;
    background: #fff;
     padding-left: 1.5rem;
    padding-top: .5rem;
    z-index: 9999;
    }

    .menu-mobile ul li.visible .submenu {
      position: relative;
    max-height: 650px;
    -webkit-transition: max-height 0.25s ease-in;
    transition: max-height 0.25s ease-in;
        padding-left: 1.5rem;
    padding-top: .5rem;
    }

    .menu-mobile ul li i,
    .menu-mobile ul li em {
    position: absolute;
    right: 20px;
    top: 5px;
    padding-left: 30px;
    }

    .menu-mobile ul li i.ic-close,
    .menu-mobile ul li em.ic-close {
    display: block;
    }

    .menu-mobile ul li i.ic-open,
    .menu-mobile ul li em.ic-open {
    display: none;
    }

    .menu-mobile ul li.visible i.ic-close,
    .menu-mobile ul li.visible em.ic-close {
    display: none;
    }

    .menu-mobile ul li.visible i.ic-open,
    .menu-mobile ul li.visible em.ic-open {
    display: block;
    }
}


/*FIN BUSCADOR*/

.detalle-noticia .w-detalle .contenido ul li {
  display: inline-block !important;
}

.detalle-noticia .w-detalle .contenido ul li:before {
  margin-top: 0px;
}

.detalle-noticia .w-detalle .contenido ul li ul {
    padding-top: 1rem;
    width: 100%;
}

.contenido form .alert.alert-success {
  background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #272727;
}

.tabla-acuerdos_info {
  display: none;
}

.dataTables_info#tabla-acuerdos_info {
  display: none;
}

@media only screen and (max-width: 550px) {
  .acuerdos .link {
     margin:0px; 
  }
}

/*NUEVOS ESTILOS 2.0 PABLO*/

.logos {
    background: #EAEAEA;
}

.logos .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.logos a {
/*    display: block;
    margin: 0 2.5rem;
    padding: 10px;
    border: 2px solid #2C435A;
    border-radius: 10px;*/
}

.logos a img {
    max-width: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*.logos img.svg-covid {
  width: 202px;
  height: 44px;
}*/

@media only screen and (max-width: 991px) {
  .logos a {
      margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 550px) {
  .slide-home .carrusel .item .texto-slide .texto-slide-top .categoria {
      font-size: 1.2rem;
      line-height: 1;
      margin-bottom: .2rem;
  }

  .slide-home .carrusel .item .texto-slide h2 {
    max-width: 100%;
    font-size: 1.2rem;
  }
}

 .slide-home .carrusel.blanco button[data-action=stop],
 .slide-home .carrusel.blanco button[data-action=start] {
    display: none;
  }

  header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem;
    background: #E3E6E9;
    padding: .4rem 0;
}

header .header-top .wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top .menu-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header .header-top .menu-top a {
    color: #4D4D4E;
    font-size: .95rem;
    display: block;
    margin: 0 .5rem;
    padding-top: .2rem;
}

@media only screen and (max-width: 991px) {
  header .header-top {
    display: none;
  }
}

header .header-contenido nav ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.2rem 0 0;
}

header .header-contenido nav ul li {
    margin-left: 1rem;
}

header .header-contenido nav ul li a {
    font-size: .95rem;
    color: #14476F;
    text-transform: uppercase;
    display: block;
    padding-top: .2rem;
    padding-right: .25rem;
}

header nav ul li .submenu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 2;
    background: #1968A8;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 230px;
    max-height: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}

header nav ul li .submenu li {
  width: 100%;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

header nav ul li .submenu li a {
  /*color: #fff;
  padding: .8rem 1rem .6rem;
  font-size: 1rem;*/
  color: #fff;
  font-size: 1rem;
  padding: .5rem .5rem .2rem;
  line-height: 1.4rem;
}

header nav ul li .submenu li:hover {
  background: #165a92;
}

header nav ul li:hover .submenu {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}

header .header-contenido nav ul li ul {
  margin-top: .95rem;
}

header .header-contenido nav ul li ul li {
     padding-left: 1rem; 
     margin-left: 0px;
}

.carrusel-home {
  max-height: 40%;
}

.participar {
  border-bottom: 1px solid #EBEBEB;
}

.participar .titulo {
  margin-bottom: 4rem;
}

.participar .box-participar {
  text-align: center;
  display: block;
  padding: 0 1rem;
}

.participar .box-participar figure {
  position: relative;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto 1rem;
  border: 3px solid #1968A8;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.participar .box-participar figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.participar .box-participar figure img.circulo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  vertical-align: bottom;
  opacity: 0;
}

.participar .box-participar figure img.img-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.participar .box-participar figure img.img-2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.participar .box-participar p {
  font-size: 1.125rem;
  color: #1968A8;
}

.participar .box-participar:hover figure {
  background: #1968A8;
}

.participar .box-participar:hover figure img.img-2 {
  opacity: 1;
}

.participar .carrusel .tns-controls button {
  top: 22%;
}


.beneficios {
  position: relative;
}

.beneficios .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 991px) {
  .beneficios .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.beneficios .texto {
  width: 40%;
  min-width: 40%;
  padding-right: 4rem;
}

@media only screen and (max-width: 991px) {
  .beneficios .texto {
    width: 100%;
    min-width: 100%;
    margin-bottom: 2rem;
    padding-right: 0;
  }
}

.beneficios .texto h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #1968A8;
  margin: 0 0 .5rem;
}

.beneficios .texto p {
  font-size: 1.125rem;
  color: #1968A8;
}

.beneficios .cifras {
  width: 60%;
  min-width: 60%;
}

@media only screen and (max-width: 991px) {
  .beneficios .cifras {
    width: 100%;
    min-width: 100%;
  }
}

.beneficios .cifras .box-cifra {
  text-align: center;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  height: 100%;
}

@media only screen and (max-width: 768px) {
  .beneficios .cifras .box-cifra {
    margin-bottom: 2rem;
    height: auto;
  }
}

.beneficios .cifras .box-cifra .cifra1 {
  font-size: 2.8rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  background: #1968A8;
  padding: .8rem .5rem .4rem;
  border-radius: 10px 10px 0 0;
  height: 50%;
  position: relative;
}

.beneficios .cifras .box-cifra .cifra1:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #1968a8 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -12px;
}

.beneficios .cifras .box-cifra .cifra2 {
  border: 2px solid #1968A8;
  font-size: .9rem;
  color: #1968A8;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1.5rem 1rem 1rem;
  border-radius: 0 0 10px 10px;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.beneficios .bg-mapa {
  position: absolute;
  right: 0;
  top: 50%;
  left: 40%;
}

.estudios .titulo {
  margin-bottom: 60px;
}

.estudios .box-estudio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  padding: 1rem;
  border-radius: 10px;
}

.estudios .box-estudio figure {
  margin-top: 25px;
}

.estudios .box-estudio figure img.ic-doc2 {
  display: none;
}

@media only screen and (max-width: 991px) {
  .estudios .box-estudio figure img {
    margin-bottom: 1rem;
  }
}

.estudios .box-estudio .texto {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 20px;
}

@media only screen and (max-width: 991px) {
  .estudios .box-estudio .texto {
    padding-left: 0;
  }
}

.estudios .box-estudio .texto .fecha {
  color: #707070;
  font-size: 1rem;
  font-weight: 300;
}

.estudios .box-estudio .texto h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #1968A8;
  margin: .4rem 0;
}

.estudios .box-estudio .texto h4 a {
  color: #1968A8;
}

.estudios .box-estudio .texto h4 a:hover {
  color: #124d7c;
}

.estudios .box-estudio .texto p {
  color: #707070;
  font-size: 1rem;
}

.estudios .box-estudio:hover {
  background: #1968A8;
}

.estudios .box-estudio:hover figure img.ic-doc1 {
  display: none;
}

.estudios .box-estudio:hover figure img.ic-doc2 {
  display: block;
}

.estudios .box-estudio:hover .texto .fecha {
  color: #fff;
}

.estudios .box-estudio:hover .texto h4 {
  color: #fff;
}

.estudios .box-estudio:hover .texto p {
  color: #fff;
}

.organismos .titulo {
  margin-bottom: 60px;
}

.organismos .carrusel .tns-controls button {
  border-color: #1968A8;
  top: 70px;
}

.organismos .carrusel .tns-controls button:after {
  color: #1968A8;
}

.organismos .box-organismo {
  text-align: center;
  padding: 0px 0rem;
  cursor: pointer;
}

.organismos .box-organismo img {
  max-width: 80%;
  margin: 0 auto 20px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 50%;
  border: 2px solid transparent;
}

.organismos .box-organismo h4 {
  margin: 0 0 .2rem;
  font-size: 1.125rem;
  color: #272727;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.organismos .box-organismo p {
  font-size: 1.125rem;
  color: #707070;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.organismos .box-organismo:hover img {
  border: 2px solid #1968A8;
  border-radius: 50%;
}

.organismos .box-organismo:hover h4 {
  color: #1968A8;
}

.organismos .box-organismo:hover p {
  color: #1968A8;
}

.pro-chile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #0078ac;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #0078ac), color-stop(79%, #014e91), color-stop(100%, #004278));
  background: -webkit-gradient(linear, left top, left bottom, from(#0078ac), color-stop(79%, #014e91), to(#004278));
  background: linear-gradient(to bottom, #0078ac 0%, #014e91 79%, #004278 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078ac', endColorstr='#004278', GradientType=0 );
  padding: 3rem 0;
  background-image: url("/ResourcePackages/Subrei/assets/dist/images/bg-prochile.png");
  background-size: 100% 100%;
}

.pro-chile .contenido {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pro-chile .contenido img {
  margin-right: 1rem;
  min-width: 14rem;
  width: 14rem;
  height: auto;
}

.pro-chile .contenido .texto {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 100%;
  padding: 0 0 0 2rem;
}

.pro-chile .contenido .texto p {
  font-size: 1.05rem;
  color: #fff;
  margin-bottom: 25px;
}

.pro-chile .contenido .texto a {
  color: #006eac;
  padding: .6rem .4rem .4rem;
  border-radius: 5px;
}

@media only screen and (max-width: 991px) {
  .pro-chile {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .pro-chile .contenido {
    width: 100%;
    padding: 20px;
  }
  .pro-chile .contenido .texto {
    max-width: 100%;
  }
  .pro-chile figure {
    width: 100%;
  }
}

.acuerdos .wrap {
  position: relative;
  z-index: 2;
}

.acuerdos .block-titulo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .acuerdos .block-titulo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 550px) {
  .acuerdos .block-titulo .titulo {
    width: 100%;
    margin-bottom: 20px;
  }
}

.acuerdos .link {
  font-size: 1.125rem;
  color: #E93C46;
  font-weight: bold;
  border-bottom: 1px solid #E93C46;
  padding-top: 1rem;
}

.acuerdos .link img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}

@media only screen and (max-width: 550px) {
  .acuerdos .link {
    margin: 0 0 40px;
  }
}

.acuerdos .carrusel {
  margin-bottom: 2.5rem;
}

.grid-acuerdos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 -.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.grid-acuerdos .box-acuerdo {
  margin: 0 .5rem 1rem;
  width: calc(25% - 1rem);
  height: 170px;
  background: #fff;
  position: relative;
  padding: 25px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #D4D4D4;
}

.grid-acuerdos .box-acuerdo .cuadro {
  position: absolute;
  left: 25px;
  top: 20px;
  font-size: .875rem;
  color: #fff;
  background: #1968A8;
  font-weight: bold;
  padding: .2rem .6rem 0rem;
}

.grid-acuerdos .box-acuerdo h4 {
  color: #272727;
  font-size: 22px;
  margin: -10px 0 0;
  font-weight: normal;
}

.grid-acuerdos .box-acuerdo img {
  position: absolute;
  right: 25px;
  bottom: 25px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block;
}

.grid-acuerdos .box-acuerdo img:hover {
  opacity: .85;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
}

@media only screen and (max-width: 768px) {
  .grid-acuerdos .box-acuerdo {
    width: calc(50% - 1rem);
  }
  .grid-acuerdos .box-acuerdo h4 {
    font-size: 18px;
  }
}

@media only screen and (max-width: 550px) {
  .grid-acuerdos .box-acuerdo {
    padding: 15px;
    width: 100%;
  }
  .grid-acuerdos .box-acuerdo .cuadro {
    left: auto;
    right: 10px;
  }
}

.menu-interior {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
}

.menu-interior.left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.menu-interior a {
  font-size: 1.125rem;
  color: #707070;
  display: block;
  padding: 0 1rem;
  position: relative;
  font-weight: normal;
  min-width: 100px;
  text-align: center;
}

.menu-interior a:after {
  content: "";
  height: 1rem;
  width: 1px;
  background: #BDBDBD;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.menu-interior a.activo {
  color: #E93C46;
}

@media only screen and (max-width: 991px) {
  .menu-interior {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu-interior a {
    margin-bottom: 10px;
  }
}

.mapa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 2rem;
}

@media only screen and (max-width: 991px) {
  .mapa {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mapa .mapa-izq {
  width: 76%;
  min-width: 76%;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .mapa .mapa-izq {
    width: 100%;
    min-width: 100%;
  }
}

.mapa .mapa-izq img {
  vertical-align: bottom;
}

.mapa .mapa-izq .bg-m {
  width: 100%;
}

.mapa .mapa-izq .img-mapa {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.mapa .mapa-izq .img-mapa:hover {
  opacity: .4;
}

.mapa .mapa-izq .img-mapa.activo {
  opacity: 1;
}

.mapa .mapa-izq .img-mapa.norteamerica {
  width: 39.32%;
  left: 4.7%;
  top: 7.6%;
}

.mapa .mapa-izq .img-mapa.centroamerica {
  width: 8.805%;
  left: 20.9%;
  top: 48.56%;
}

.mapa .mapa-izq .img-mapa.sudamerica {
  width: 12.18%;
  left: 26.4%;
  top: 57.26%;
}

.mapa .mapa-izq .img-mapa.europa {
  width: 50.18%;
  left: 45.22%;
  top: 11.24%;
}

.mapa .mapa-izq .img-mapa.africa {
  width: 18.69%;
  left: 43.45%;
  top: 45.2%;
  z-index: 2;
}

.mapa .mapa-izq .img-mapa.asia {
  width: 38.48%;
  left: 54.25%;
  top: 35%;
}

.mapa .mapa-der {
  width: 24%;
  min-width: 24%;
  background: #fff;
  position: absolute;
  right: 0;
  height: 100%;
  overflow: auto;
  padding: 1.2rem 1rem;
}

@media only screen and (max-width: 991px) {
  .mapa .mapa-der {
    width: 100%;
    min-width: 100%;
    position: relative;
    height: 300px;
  }
}

.mapa .mapa-der .panel-item {
  display: none;
}

.mapa .mapa-der .panel-item.visible {
  display: block;
}

.mapa .mapa-der .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #E2E2E2;
  padding: .5rem 0;
  margin-bottom: .5rem;
}

.mapa .mapa-der .item .bandera {
  width: 1.5rem;
  height: auto;
}

.mapa .mapa-der .item .texto {
  padding-left: .5rem;
}

.mapa .mapa-der .item .texto h4 {
  font-size: 1.375rem;
  color: #1968A8;
  margin: 0;
}

.mapa .mapa-der .item .texto p {
  font-size: 1rem;
  color: #272727;
  margin-bottom: 0;
}

.banner.banner-beneficios {
  height: 200px;
}

.banner.banner-beneficios .wrap h1 {
  font-size: 2.5rem;
  margin: 3rem 0 0rem;
  font-weight: 900;
  color: 900;
  color: #134c7a;
}

@media only screen and (max-width: 550px) {
  .banner.banner-beneficios .wrap h1 {
    font-size: 2rem;
  }
}

.cifras-beneficios {
  padding: 2rem 0 3rem;
}

.cifras-beneficios .w-cifras {
  margin-left: 1rem;
  width: 46rem;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .cifras-beneficios .w-cifras {
    margin-left: 0;
  }
}

.cifras-beneficios .w-cifras .cifras-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #2f6991;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
  .cifras-beneficios .w-cifras .cifras-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cifras-beneficios .w-cifras .cifras-top .item {
  padding: 1rem;
  max-width: 11.8rem;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .cifras-beneficios .w-cifras .cifras-top .item {
    width: 50%;
    max-width: 100%;
  }
  .cifras-beneficios .w-cifras .cifras-top .item:last-child {
    width: 100%;
  }
}

.cifras-beneficios .w-cifras .cifras-top .item h4 {
  color: #2f6991;
  font-size: 3.125rem;
  margin: 0;
  font-weight: 900;
  line-height: 1;
}

@media only screen and (max-width: 550px) {
  .cifras-beneficios .w-cifras .cifras-top .item h4 {
    font-size: 2.5rem;
  }
}

.cifras-beneficios .w-cifras .cifras-top .item p {
  font-size: .8rem;
  margin-bottom: 0;
  color: #134c7a;
  text-transform: uppercase;
}

.cifras-beneficios .w-cifras .cifras-top .item.item-chile p {
  text-transform: none;
}

.cifras-beneficios .w-cifras .cifras-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .cifras-beneficios .w-cifras .cifras-bottom {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cifras-beneficios .w-cifras .cifras-bottom .texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .cifras-beneficios .w-cifras .cifras-bottom .texto {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.cifras-beneficios .w-cifras .cifras-bottom .texto img {
  margin-right: 1rem;
}

.cifras-beneficios .w-cifras .cifras-bottom .texto p {
  font-size: 1.07rem;
  color: #134c7a;
  margin-bottom: 0;
  font-weight: bold;
}

.cifras-beneficios .w-cifras .cifras-bottom a.btn {
  padding: .6rem .8rem .5rem;
  font-size: 1.08rem;
  border-radius: 5px;
}

.cifras-beneficios .w-cifras .cifras-bottom a.btn img {
  width: 1.5rem;
  margin-right: .5rem;
}

.w-ben {
  padding: 1.5rem 0;
}

.w-ben .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 768px) {
  .w-ben .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.w-ben .contenido {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 3rem 3.5rem 2rem 1rem;
  max-width: calc(100% - 185px);
}

@media only screen and (max-width: 768px) {
  .w-ben .contenido {
    padding: 3rem 0;
    width: 100%;
    max-width: 100%;
  }
}

.w-ben .contenido h2 {
  font-size: 1.875rem;
  margin: 0 0 .5rem;
  font-weight: 900;
  color: #fff;
}

.w-ben .contenido p {
  font-size: 1rem;
  color: #fff;
  font-weight: normal;
}

.w-ben .menu-lateral {
  width: 185px;
  min-width: 185px;
  background: #f7f7f7;
  padding: 1.5rem 1.5rem 1.5rem 2rem;
  border-radius: 10px;
  margin-top: 1rem;
}

@media only screen and (max-width: 768px) {
  .w-ben .menu-lateral {
    width: 100%;
  }
}

.w-ben .menu-lateral a {
  font-size: 1rem;
  color: #2d4253;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

.w-ben .menu-lateral a.activo {
  font-weight: bold;
  color: #e3353e;
}

.w-ben .menu-lateral a.activo:before {
  content: "\f0da";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  left: -.8rem;
  top: -.1rem;
  color: #4bb4cc;
}

.w-ben.exportaciones {
  background: #2f6991;
}

.w-ben.exportaciones p {
  max-width: 31.25rem;
}

.w-ben.exportaciones .imagenes-exp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -4rem;
  margin-bottom: 5rem;
}

@media only screen and (max-width: 768px) {
  .w-ben.exportaciones .imagenes-exp {
    margin-top: 0;
  }
}

@media only screen and (max-width: 550px) {
  .w-ben.exportaciones .imagenes-exp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.w-ben.exportaciones .imagenes-exp .barco {
  max-width: 50%;
}

.w-ben.exportaciones .imagenes-exp .barco img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .w-ben.exportaciones .imagenes-exp .barco {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.w-ben.exportaciones .imagenes-exp .grafico {
  max-width: 50%;
}

.w-ben.exportaciones .imagenes-exp .grafico img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .w-ben.exportaciones .imagenes-exp .grafico {
    max-width: 100%;
    margin-bottom: 1rem;
  }
}

.w-ben.exportaciones .detalles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .w-ben.exportaciones .detalles {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.w-ben.exportaciones .detalles .item {
  width: 25%;
  padding-right: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .w-ben.exportaciones .detalles .item {
    width: 50%;
  }
}

@media only screen and (max-width: 400px) {
  .w-ben.exportaciones .detalles .item {
    width: 100%;
    padding-right: 0;
  }
}

.w-ben.exportaciones .detalles .item figure {
  margin-bottom: .5rem;
}

.w-ben.exportaciones .detalles .item h4 {
  font-size: 2.875rem;
  line-height: 1;
  color: #fff;
  font-weight: 900;
  margin: 0 0 0rem;
}

.w-ben.exportaciones .detalles .item p {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}

.w-ben.exportaciones .detalles .item ul li {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0;
}

.w-ben.exportaciones .detalles .item ul li:before {
  background: #e18c42;
}

.w-ben.tratados h2 {
  color: #134c7a;
  font-size: 1.875rem;
  margin: 0 0 3rem;
  text-transform: uppercase;
  max-width: 42rem;
}

.w-ben.tratados .texto {
  padding-right: 2rem;
}

.w-ben.tratados .texto p {
  color: #37393a;
}

.w-ben.tratados figure {
  margin-bottom: 2.5rem;
}

.w-ben.tratados figure img {
  max-width: 100%;
}

.w-ben.tratados .tab-tratados {
  text-align: center;
}

.w-ben.tratados .tab-tratados a {
  color: #000000;
  font-weight: 900;
  font-size: 1.375rem;
  display: inline-block;
  padding: .3rem .7rem .2rem;
  border-radius: 20px;
}

.w-ben.tratados .tab-tratados a.activo {
  background: #4bb4cc;
  color: #fff;
}

.w-ben.tratados .panel-tratado {
  display: none;
}

.w-ben.tratados .panel-tratado.visible {
  display: block;
}

.w-ben.negociacion {
  background: #8ec6d3;
  padding-bottom: 0rem;
}

.w-ben.negociacion h2 {
  max-width: 36.25rem;
  margin-bottom: .8rem;
}

.w-ben.negociacion .carrusel {
  margin-top: 3rem;
  padding: 0 2rem;
}

.w-ben.negociacion .carrusel .tns-nav {
  display: none;
}

@media only screen and (max-width: 550px) {
  .w-ben.negociacion .carrusel {
    padding: 0;
  }
  .w-ben.negociacion .carrusel .tns-nav {
    display: block;
  }
}

.w-ben.negociacion .carrusel .tns-controls button {
  border-color: #fff;
  top: 35%;
}

.w-ben.negociacion .carrusel .tns-controls button:first-child {
  left: -30px;
}

.w-ben.negociacion .carrusel .tns-controls button:last-child {
  right: -30px;
}

.w-ben.negociacion .carrusel .tns-controls button:after {
  color: #fff;
  border-color: #fff;
}

.w-ben.negociacion .carrusel .item .box-neg {
  background: #336390;
  padding: 1rem 1rem 2.5rem;
  height: 15.5rem;
}

.w-ben.negociacion .carrusel .item .box-neg figure {
  text-align: center;
  margin-bottom: 1rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.w-ben.negociacion .carrusel .item .box-neg h4 {
  color: #fff;
  text-transform: uppercase;
  margin: 0;
}

.w-ben.negociacion .carrusel .item:nth-child(odd) .box-neg {
  background: #336390;
}

.w-ben.negociacion .carrusel .item:nth-child(even) .box-neg {
  background: #ec7c5c;
}

.w-ben.tematicas h2 {
  color: #0d64ab;
  margin: 0 0 1.5rem;
  font-weight: bold;
  max-width: 30.5rem;
}

.w-ben.tematicas p {
  color: #333638;
}

.w-ben.tematicas ul li {
  font-size: 1rem;
}

.w-ben.tematicas ul li:before {
  background: #ec7c5c;
}

.w-ben.hitos {
  background: #e9eaea;
}

.w-ben.hitos h2 {
  color: #0d64ab;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

.w-ben.hitos p {
  color: #44494d;
}

.w-ben.hitos .carrusel {
  padding: 0 2rem;
  margin-top: 4rem;
  position: relative;
}

.w-ben.hitos .carrusel .tns-nav {
  display: none;
}

@media only screen and (max-width: 550px) {
  .w-ben.hitos .carrusel {
    padding: 0;
  }
  .w-ben.hitos .carrusel .tns-nav {
    display: block;
  }
}

.w-ben.hitos .carrusel .tns-controls button {
  top: 30%;
}

.w-ben.hitos .carrusel .tns-controls button:first-child {
  left: -30px;
}

.w-ben.hitos .carrusel .tns-controls button:last-child {
  right: -30px;
}

.w-ben.hitos .carrusel .item {
  position: relative;
  z-index: 2;
}

.w-ben.hitos .carrusel .item:after {
  content: "";
  height: 2px;
  width: 100%;
  background: #e0e3e3;
  position: absolute;
  top: 20px;
  left: 0rem;
  display: block;
  z-index: 0;
}

.w-ben.hitos .carrusel .item .box-hito {
  position: relative;
  z-index: 2;
}

.w-ben.hitos .carrusel .item .box-hito .circulo {
  border: 1px solid #2d4459;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 1.5rem;
}

.w-ben.hitos .carrusel .item .box-hito .circulo:after {
  content: "";
  width: 1px;
  background: #2d4459;
  height: 100px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 20px;
  margin: 0 auto;
}

.w-ben.hitos .carrusel .item .box-hito .circulo span {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #2d4459;
  display: inline-block;
}

.w-ben.hitos .carrusel .item .box-hito .caja {
  background: #fff;
}

.w-ben.hitos .carrusel .item .box-hito .caja h4 {
  background: #2d4459;
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  font-weight: 900;
  padding: .7rem .5rem .5rem;
  margin: 0;
}

.w-ben.hitos .carrusel .item .box-hito .caja .item-hito {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .75rem;
  border-bottom: 1px solid #dcdede;
}

.w-ben.hitos .carrusel .item .box-hito .caja .item-hito img {
  margin-right: 1rem;
}

.w-ben.hitos .carrusel .item .box-hito .caja .item-hito p {
  color: #2d4459;
  margin-bottom: 0;
}
header#header {
  border-bottom: .5rem solid #0D64AB;
}

@media only screen and (max-width: 991px) {
  .pro-chile .contenido {
      width: 100%;
      padding: 20px;
      display: flex;
      flex-direction: column;
   }  

  .pro-chile .contenido img {
    margin-bottom: 1rem;
   }

   .banner .wrap .banner-der img {
    max-width: 150px !important;
    width: 150px !important;
   }

   p#firstWord span {
    left: 4.5%;
    margin-top: 4px;
   }
}

.w-ben.negociacion .carrusel .item .box-neg h4 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    font-size: 16px;
}

@media only screen and (min-width: 991px) {
.banner {
    background: #F7F7F7;
    height: 150px;
   }

}

@media only screen and (max-width: 768px) {
  .slide-home .carrusel-home figure {
    height: 100%;
  }
  .logos .box-logo {
    display: flex;
    justify-content: center;
  }
}

@media only screen and (max-width: 1400px) {
  .box-logo {
  width: 100%;
/*  height: 30px;*/
  }
}


@media only screen and (min-width: 1401px) {
  .box-logo {
/*  height: 35px;*/
  }

}

.logos img {
  height: 100%;
}

.logos .box-logo {
  display: flex;
  justify-content: center;
}

.logos .row {
  width: 100%;
}

/*.logos img.img-2-1,
.logos img.img-2-2, 
.logos img.img-2-3 {
  display: none;
}*/

.logos img.img-2-1,
.logos img.img-2-2, 
.logos img.img-2-3,
.logos img.img-2-4 {
  display: none;
}

.logos .col-lg-4 {
  padding: 1.4rem 0;
}

.logos .col-lg-4:hover  {
  background-color: #2C435A;
} 

.logos .col-lg-4:hover img.img-1-1,
.logos .col-lg-4:hover img.img-1-2,
.logos .col-lg-4:hover img.img-1-3  {
  display: none;
}

.logos .col-lg-4:hover img.img-2-1,
.logos .col-lg-4:hover img.img-2-2,
.logos .col-lg-4:hover img.img-2-3  {
  display: inline-block;
}

.logos .col-lg-3 {
  padding: 1.4rem 0;
}

.logos .col-lg-3:hover  {
  background-color: #2C435A;
} 

.logos .col-lg-3:hover img.img-1-1,
.logos .col-lg-3:hover img.img-1-2,
.logos .col-lg-3:hover img.img-1-3, 
.logos .col-lg-3:hover img.img-1-4 {
  display: none;
}

.logos .col-lg-3:hover img.img-2-1,
.logos .col-lg-3:hover img.img-2-2,
.logos .col-lg-3:hover img.img-2-3,
.logos .col-lg-3:hover img.img-2-4  {
  display: inline-block;
}

.text-success-form {
    font-size: 22px !important;
    padding: 10px 0px;
    text-align: center;
    font-weight:500 !important;   
}

.text-success-form:before {
    content: "";
    background: url(/ResourcePackages/Subrei/assets/dist/images/check_24.png);
    background-repeat: no-repeat;
    background-position: top;
    width: 30px;
    min-width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 5px;
}

.cifras-ap img {
  max-width: 100px;
}

@media only screen and (max-width: 768px) {
  .banner .wrap .banner-izq h1 {
    font-size: 1.5rem !important;
    line-height: 1;
    }
}

.w-menu-ben {
  position: relative;
}

.w-menu-ben .w-menu-lateral {
  position: absolute;
  top: 0rem;
  right: 10rem;
  padding-top: 2rem;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.w-menu-ben .w-menu-lateral.fixed {
  position: fixed;
}

.w-menu-ben .w-menu-lateral.fin {
  top: auto;
  bottom: 250px;
}

@media only screen and (max-width: 1550px) {
  .w-menu-ben .w-menu-lateral {
    right: 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .w-menu-ben .w-menu-lateral {
    position: relative;
    right: 0;
  }
  .w-menu-ben .w-menu-lateral.fixed {
    position: relative;
  }
  .w-menu-ben .w-menu-lateral.fin {
    top: auto;
    bottom: auto;
  }
}

.w-menu-ben .menu-lateral {
  width: 200px;
  min-width: 185px;
  background: #f7f7f7;
  padding: 1.5rem 1.2rem 1.5rem 1.8rem;
  border-radius: 10px;
  margin-top: 0rem;
}

@media only screen and (max-width: 768px) {
  .w-menu-ben .menu-lateral {
    width: 100%;
  }
}

.w-menu-ben .menu-lateral a {
  font-size: 1rem;
  color: #2d4253;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

.w-menu-ben .menu-lateral a.activo {
  font-weight: bold;
  color: #e3353e;
}

.w-menu-ben .menu-lateral a.activo:before {
  content: "\f0da";
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
  display: block;
  position: absolute;
  left: -.8rem;
  top: -.1rem;
  color: #4bb4cc;
}

@media only screen and (max-width: 768px) {
  .w-menu-ben .menu-lateral a.activo {
    color: #2d4253;
    font-weight: normal;
  }
  .w-menu-ben .menu-lateral a.activo:before {
    display: none;
  }
}
/*FIN NUEVOS ESTILOS 2.0 PABLO*/

#header nav ul li.nodes,
#header nav ul li.nodes a.this {
  cursor: default;
}

#header nav ul li.nodes ul.submenu,
#header nav ul li.nodes ul.submenu li, 
#header nav ul li.nodes ul.submenu li a {
   cursor: hand;
}

.resultados-subrei .select-subrei select {
    width: 250px;
}

/*buscador mobile nuevo - nuevos cambios*/

#search_mob {
  border:none;
  background: transparent;
}

#search_mob .fas.fa-search {
  color: #2C435A;
    border: none;
    font-size: 1.5rem;
    margin-right: .2rem;
}

@media (max-width: 991px) {
  #search_mob,
  .cont-busqueda,
  .estudios-mob {
    display: block;
  }

  .row-estudios-home {
    display: none;
  }
}


@media (min-width: 991px) {
  #search_mob,
  .cont-busqueda,
  .estudios-mob {
    display: none;
  }
}

.cont-busqueda {
    position: fixed;
    height: 200px;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 3rem;
    background: #fff;
    color: #414141;
    z-index: 999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.cont-busqueda.visible {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

@media only screen and (max-width: 991px) {
  header .header-contenido .header-bottom .buscador.nuevo {
    display: block;
  }
}

header .header-contenido .header-bottom .buscador.nuevo {
    width: 20.5rem;
    position: relative;
    margin: 60px auto;
}

.cerrar-bus-mob {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
}
.cerrar-bus-mob img {
  width: 40px;
}

.contenido h3.title-carru-home {
  font-weight: bold;
  color: #2C435A;
}
/* FIN buscador mobile nuevo - nuevos cambios*/

.detalle-noticia .w-detalle .contenido ul {
    display: flex;
    flex-direction: column;
}
.contenido .box-informacion ul li {
font-size: 1rem;
color: #272727;
line-height: 1.2;
}
.contenido .box-informacion p {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 10px;
}
.contenido .box-informacion img {
    max-width: 84%;
    width: 16px;
}

.contenido.detalle-noticia .contenido h6,
.contenido.detalle-noticia .contenido blockquote {
line-height:23px;
font-size:19px;
color:#39424d;
margin-bottom:20px;
border-left: 6px solid #d64b4c;
padding-left: 30px;
font-style: oblique;
display: block;
background: transparent;
}

@media only screen and (max-width: 991px) {
  .carrusel.con-nav .tns-controls {
       display: block; 
  } 
}

/*cambios nuevo acceso a PRD*/

.box-botones-n a {
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
    color: #272727;
    white-space: normal;
    word-break: word-break;
    display: inline-block;
    border: none;
    border-radius: 10px;
    padding: .5rem 2rem .5rem;
    font-family: "gobCL", sans-serif;
    min-width: 150px;
    background: #E93C46;
    color: #fff;
    width: 100%;
    margin-bottom: 1rem;
    padding-left: .8rem;
    letter-spacing: -0.1px;
    padding-right: .8REM;
}

.box-botones-n a:hover {
    color: #fff;
    background: #e62530;
}

.contenido .box-botones-n a img {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
}

/*ESTILOS NUEVO TPP11*/
.nuevas-infografias .col-lg-4 {
  margin-bottom: 2rem;
}
.title-tpp {
  color: #E93C46;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.box-text-tpp {
  background-color: #E93C46;
  padding: 10px;
  padding-left: 15px;
  text-align: left;
}
.box-text-tpp h5 {
  color: #fff;
  margin-bottom: 1rem;
  font-size: .95rem;
  text-transform: uppercase;
}
.box-text-tpp p {
  color: #fff;
  margin-bottom: 0px;
  text-decoration: underline;
}
.box-text-tpp p img {
  max-width: 20px;
  margin-top: -3%;
}

section.enlaces.tpp-once .carrusel .tns-nav {
  display: none;
}


section.enlaces.tpp-once .carrusel .tns-controls button:after {
    color: #fff;
    padding-left: 2px;
    margin-top: -3px;
}

section.enlaces.tpp-once .carrusel .tns-controls button:first-child {
    left: -30px;
    padding-left: 0px;
}
section.enlaces.tpp-once .carrusel .tns-controls button:last-child {
    right: -30px;
    padding-left: 0px;
}

section.enlaces.tpp-once .carrusel .tns-controls button {
    background: #E93C46;
    border: 3px solid #fff;
    top: 60px;
}


@media only screen and (max-width: 991px) {
  section.enlaces.tpp-once .carrusel .tns-nav {
  display: block;
  }
  section.enlaces.tpp-once .carrusel.con-nav .tns-controls {
    display: block;
  }

  section.enlaces.tpp-once .carrusel .tns-controls button:first-child {
    left: -15px;
  }
  section.enlaces.tpp-once .carrusel .tns-controls button:last-child {
    right: -15px;
  }
}
/*FIN ESTILOS NUEVO TPP11*/

/*ESTILOS IFRAME SUBREI NOTICIAS*/
iframe.iframe-subrei {
  min-height: 470px;  
}

@media only screen and (max-width: 768px) {
  iframe.iframe-subrei {
  min-height: 400px;  
  }
}

@media only screen and (max-width: 576px) {
  iframe.iframe-subrei {
  min-height: 200px;  
  }
}
/*FIN ESTILOS IFRAME SUBREI NOTICIAS*/
ul#ui-id-1 {
  display: none !important;
}

.buscador button[type="button"] {
  background: #fff;
}

/*banderas idiomas*/

.bandera ul.selection-idioma {
  display: flex;
  justify-content: flex-end;
  margin-left: 0px;
  padding-left: 1.5rem;
  padding-top: 1rem;
}
.bandera ul.selection-idioma li {
  list-style: none;
  margin-top: .5rem;
  opacity: .4;
}

.bandera ul.selection-idioma li:nth-child(2) {
  margin-left: .2rem;
}

.bandera ul.selection-idioma li.activa {
  opacity: 1;
}

.bandera ul.selection-idioma li a img {
  width: 82px;
  height: 23px;
}

.banner .wrap .banner-der img {
    width: 200px;
}

.bandera ul.selection-idioma {
    padding-top: 1.5rem;
    margin-bottom: 0px;
}

.banner .wrap .banner-der img {
    width: 200px;
}



/*AJUSTES NEWSLETTER 02*/

#newsletterDos {
  display: flex;
  justify-content: center;
  align-items: center;
}

#newsletterDos .t-newsletter {
  margin: 0 .5rem;
    height: 40px;
    display: flex;
    align-items: center;
}

#newsletterDos .t-newsletter h4 {
  margin-bottom: 0px;
}

#newsletterDos .box-input {
  margin: 0 .5rem;
    height: 40px;
}

#newsletterDos .form-group {
  height: 40px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    min-width: 300px;
}

#newsletterDos .form-group input {
  height: 42px;
    border: 1px solid #ADADAD;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 1.125rem;
    width: 100%;
}

#newsletterDos .box-btn {
  margin: 0 .5rem;
    height: 40px;
}

#newsletterDos .box-btn .btn.btn-rojo {
    height: 40px;
}

#newsletterDos .link {
    margin: 0 .5rem;
}

#newsletterDos .link a {
    color: #E93C46;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    #newsletterDos {
  flex-direction: column;
    padding: 1rem 1.5rem;
  }

  #newsletterDos > div {
  width: 100%;
  }

  #newsletterDos .link {
    text-align: center;
    margin-top: 1.8rem;
  }

  #newsletterDos .link a {
    margin-top: 1rem;
    padding-top: 2rem;
    width: 100%;
  }
}

#cookies {
    bottom: 0;
    width: 100%;
    display: flex;
    position: fixed;
    color: #fff;
    padding: 1rem;
    justify-content: center;
    align-items: center;
    background-color: rgba(65, 65, 65, .9);
    z-index: 9999
}

#cookies.d-none {
    display: none !important
}

#btn-cookies {
    background-color: #1968A8;
    color: #fff;
    padding: .5rem;
    font-size: .9rem;
    min-width: 100px
}

@media screen and (max-width:991px) {
    #cookies {
        flex-direction: column
    }
    #btn-cookies {
        width: 100%
    }
    .banner.banner-big .banner-der img {
        max-height: 2.9rem
    }
}

@media screen and (min-width:992px) {
    #cookies {
        max-height: 2.9rem
    }
}

/*FIN AJUSTES VARIOS*/


/*MEGA MENU*/

header.mega-menu {
  padding: 0 0 0; 
}
  @media only screen and (max-width: 991px) {
    header.mega-menu .wrap.border-blue {
      border-bottom: 7px solid #0065AB; 
    }
 }


  header.mega-menu .header-contenido nav ul li.nav-item {
    border-bottom: 4px solid transparent;
    transition: all ease 0.4s; 
}


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content {
display: none;
position: absolute;
background-color: #005cae;
width: 100%;
left: 0;
box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
z-index: 1;
padding: 1rem 2rem 2rem;
margin-top: 3px;
transition: all ease 0.4s; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .row {
width: 100%;
margin: 0 auto; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .detail {
color: #ffffff;
border-right: 3px solid #ffffff; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .detail i {
font-size: 1rem;
color: #ffffff; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul {
display: flex;
flex-wrap: wrap;
margin: 0; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li {
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
padding-left: 1rem;
margin-left: 0; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a {
color: #ffffff;
text-transform: none; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a h4 {
display: flex; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a i {
font-size: 2rem; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a i.f-1r {
  font-size: 1rem; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a i.f-1-5r {
  font-size: 1.5rem; }


header.mega-menu .header-contenido nav ul li.nav-item.dropdown:hover .dropdown-content {
  display: flex;
  flex-wrap: wrap;
  transition: all ease 0.4s; }


header.mega-menu .header-contenido nav ul li.nav-item:hover {
  border-bottom: 4px solid #ff1b2b;
  transition: all ease 0.4s; }


header.mega-menu .header-contenido nav ul li a {
padding: 0;
margin: 0.5rem 0 0.5rem; }



@media only screen and (max-width: 991px) {
.menu-mobile.mega-menu {
width: 80%;
right: initial;
left: 0;
background-color: #0065ab;
border-bottom: 7px solid #DC3545;
padding: 0;
transform: translateX(-100%); }


.menu-mobile.mega-menu.visible {
transform: translateX(0%);
overflow: hidden; }


.menu-mobile.mega-menu .links-wrap {
position: relative; }


.menu-mobile.mega-menu .links-wrap .mega-menu-title i {
margin-right: 15px; }


.menu-mobile.mega-menu .links-wrap .mega-menu-title h3 {
font-size: 20px;
color: #ffffff;
text-align: center;
margin-bottom: 50px; }


.menu-mobile.mega-menu .links-wrap .nav-item-submenu {
background-color: #0065ab;
position: fixed;
top: 0;
width: 100%;
height: 100%;
transform: translateX(100%);
transition: all 0.3s ease; }


.menu-mobile.mega-menu .links-wrap .all-items {
background-color: #0065ab; }


.menu-mobile.mega-menu .links-wrap .all-items ul {
list-style: none;
padding: 0 20px; }


.menu-mobile.mega-menu .links-wrap .all-items ul li {
  margin-bottom: 18px; }


  .menu-mobile.mega-menu .links-wrap .all-items ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    width: 100%; }


.menu-mobile.mega-menu .links-wrap .all-items.visible {
transform: translateX(0%); }

 }

  /*implementacion SF*/
  header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content {
    z-index: 99;
}

header.mega-menu .header-contenido nav ul li.nav-item {
    position: unset;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .detail h4 {
    font-size: 1rem;
    font-weight: bold;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .detail img {
    margin-bottom: 1.5rem;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .detail em {
  font-size: 1rem;
  color: #ffffff; 
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a {
    color: #ffffff;
    text-transform: none;
    border-bottom: 0px;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4  {
    display: flex;
    min-height: 52.47px;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4 a {
    display: flex;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4 a span {
    padding-left: 2.8rem;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4 a span.aladi {
    padding-left: 3.5rem;
}


header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a em {
    font-size: 1.8rem;
    padding-right: unset;
position: absolute;
right: unset;
bottom: unset;
left: 0.3rem;
width: unset;
}

header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li a .icon-ico-aladi {
    font-size: 1.5rem;
}

@media only screen and (max-width: 991px) {
  .menu-mobile.mega-menu,
  .nav-item-submenu.all-items {
      padding: 1rem 0rem;
  }

  .menu-mobile.mega-menu .links-wrap .mega-menu-title h3 {
      font-weight: bold;
  }

  .menu-mobile.mega-menu .links-wrap .mega-menu-title em {
      margin-right: 15px;
  } 
}

/* fin implementacion SF*/


/*iconos menu*/

@font-face {
  font-family: 'iconosmenu';
  src: url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.eot?98102341');
  src: url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.eot?98102341#iefix') format('embedded-opentype'),
       url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.woff2?98102341') format('woff2'),
       url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.woff?98102341') format('woff'),
       url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.ttf?98102341') format('truetype'),
       url('/ResourcePackages/Subrei/assets/dist/css/fonts/libreria-iconos/iconosmenu.svg?98102341#iconosmenu') format('svg');
  font-weight: normal;
  font-style: normal;
}
.demo-icon {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-family: "iconosmenu";
  font-style: normal;
  font-weight: normal;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  text-decoration: inherit;
  width: 2rem;
  margin: 0 0.5rem 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-flex;
  flex-wrap: wrap;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  font-family: "iconosmenu";
  font-style: normal;
  font-weight: normal;
  width: 2rem;
  margin: 0 0.5rem 0 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico-informe-mensual:before { content: '\e800'; } /* '' */
.icon-ico-acuerdos-comerciales:before { content: '\e801'; } /* '' */
.icon-ico-acuerdos-negociacion:before { content: '\e802'; } /* '' */
.icon-ico-aladi:before { content: '\e803'; } /* '' */
.icon-clock:before { content: '\e804'; } /* '' */
.icon-ico-apec:before { content: '\e805'; } /* '' */
.icon-ico-alianza:before { content: '\e806'; } /* '' */
.icon-ico-aspects-regulatorios:before { content: '\e807'; } /* '' */
.icon-ico-cadenas:before { content: '\e808'; } /* '' */
.icon-ico-comercio-inclusivo:before { content: '\e809'; } /* '' */
.icon-ico-comercio-laboral:before { content: '\e80a'; } /* '' */
.icon-ico-comercio-servicios:before { content: '\e80b'; } /* '' */
.icon-ico-comercio:before { content: '\e80c'; } /* '' */
.icon-ico-comite:before { content: '\e80d'; } /* '' */
.icon-ico-compras:before { content: '\e80e'; } /* '' */
.icon-ico-conducta:before { content: '\e80f'; } /* '' */
.icon-ico-ficha:before { content: '\e810'; } /* '' */
.icon-ico-flecha:before { content: '\e811'; } /* '' */
.icon-ico-informe-trimestral:before { content: '\e812'; } /* '' */
.icon-ico-inversiones-directas:before { content: '\e813'; } /* '' */
.icon-ico-itag:before { content: '\e814'; } /* '' */
.icon-ico-macoeconomico:before { content: '\e815'; } /* '' */
.icon-ico-newsletter:before { content: '\e816'; } /* '' */
.icon-ico-ocde:before { content: '\e817'; } /* '' */
.icon-ico-ompi:before { content: '\e818'; } /* '' */
.icon-ico-otros-documentos:before { content: '\e819'; } /* '' */
.icon-ico-presentaciones:before { content: '\e81a'; } /* '' */
.icon-ico-propiedd-intelectual:before { content: '\e81b'; } /* '' */
.icon-ico-solucion-controversias:before { content: '\e81c'; } /* '' */
.icon-ico-tpp11:before { content: '\e81e'; } /* '' */
.icon-ico-wto:before { content: '\e81f'; } /* '' */

/*fin iconos menu*/

@media screen and (min-width: 991px) {
  header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content ul li {
      border-right: 1px solid #fff;
      margin-bottom: 0.7rem;
      padding-right: 0.5rem;
  }

  header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4 a {
    display: flex;
    transition: cubic-bezier(.77, 0, .175, 1).5s;

  }

  header.mega-menu .header-contenido nav ul li.nav-item.dropdown .dropdown-content .other-links ul li h4 a:hover {
  transform: scale(1.03);
  
  }
}

/* FIN MEGA MENU*/