@charset "UTF-8";
/* INI PARTIALS */
/* INI MEDIA QUERIES */
/* USO: @include respond-to(small) { ... }/
/* FIN MEDIA QUERIES */
/* INI CALCULA REM */
/* USO: @include font-size(14px); */
/* FIN CALCULA REM */
/* INI CLEARFIX*/
/* USO: @include clearfix(); */
/* FIN CLEARFIX*/
/* INI BOX SIZING */
/* USO: @include box-sizing(border-box); */
/* FIN BOX SIZING */
/* INI CENTERER */
/* USO: con parent en position relative añadir a elemento child @include centerer; */
/* FIN CENTERER */
/* INI BORDER RADIUS */
/* USO: @include border-radius(5px); */
/* USO: @include border-top-radius(10px); */
/* FIN BORDER RADIUS */
/* INI OPACITY */
/* USO: @include opacity(0.8); */
/* FIN OPACITY */
/* INI CENTER BLOCK */
/* USO: @include center-block; */
/* FIN CENTER BLOCK */
/* INI TEXT OVERFLOW */
/* USO: @include text-truncate; */
/* FIN TEXT OVERFLOW */
/* INI BACKGROUND IMAGE */
/* USO: @include bgimage('../img/generic/flecha_top.png',no-repeat,100%); */
/* FIN BACKGROUND IMAGE */
/* INI TRANSITION */
/* USO: @include transition(color .3s ease); */
/* FIN TRANSITION */
/* INI TRANSFORM */
/*
  USO:
  @include skew(25,10);
  @include transform-origin(top left);
*/
/* FIN TRANSFORM */
/* INI PLACEHOLDER */
/*USO:
@include input-placeholder {
        color: $grey;
    }*/
/* FIN PLACEHOLDER */
/* INI WORD WRAPPING */
/* USO: @include mixin word-wrap; */
/* FIN WORD WRAPPING */
/* INI BACKGROUND COVER */
/* USO: @include bg-cover('../path/to/image.jpg', no-repeat 100%); */
/* FIN BACKGROUND COVER */
/* INI LINKS */
/* USO: @include linx (blue, green, red, orange); */
/* FIN LINKS */
/* INI RGBA */
/* USO: @include alpha-background-color(rgba(black, 0.5), white); */
/* FIN RGBA */
/* USO @include horizontal-gradient(#71c005, #88dd06); */
/* FIN PARTIALS */
/* INI FONTS */
@font-face {
  font-family: "MontserratRG";
  src: url(../fonts/Montserrat-Regular.woff);
}

@font-face {
  font-family: "MontserratLG";
  src: url(../fonts/Montserrat-Light.woff);
}

@font-face {
  font-family: "MontserratSB";
  src: url(../fonts/Montserrat-SemiBold.woff);
}

@font-face {
  font-family: "MontserratBD";
  src: url(../fonts/Montserrat-Bold.woff);
}

@font-face {
  font-family: "MontserratBK";
  src: url(../fonts/Montserrat-ExtraBold.woff);
}

/* END FONTS */
/* INI IMG ROUTE */
/* FIN IMG ROUTE */
/* INI TYPE */
/* FIN TYPE */
/* INI COLORS WEBSITE */
/* FIN COLORS WEBSITE */
/* INI COOCREA COLORS */
/* END COOCREA COLORS */
/* INI HIGHLIGHTS */
::selection {
  color: #ffffff;
  background: #e0001b;
}

::-moz-selection {
  color: #ffffff;
  background: #e0001b;
}

::-webkit-selection {
  color: #ffffff;
  background: #e0001b;
}

/* FIN HIGHLIGHTS */
/* INI NOTICIAS -- meter dentro de "blog-featured" toda la maquetación */
.blog-featured {
  max-width: 1024px;
  margin: auto;
}

.blog-featured .item-image {
  margin-bottom: 20px;
  width: 100%;
  max-width: 800px;
}

.blog-featured .item-image a img {
  width: 100%;
}

.blog-featured .item-title {
  color: #000000;
  font-family: "MontserratBD", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 10px;
  font-size: 25px;
  font-size: 1.5625rem;
}

.blog-featured .item-title a {
  color: #000000;
}

.blog-featured .item-title a:hover, .blog-featured .item-title a:focus, .blog-featured .item-title a:active {
  color: #003880;
  text-decoration: none;
}

.blog-featured .article-info {
  color: #646568;
  font-family: "MontserratLG", sans-serif;
  margin-bottom: 20px;
}

.blog-featured .article-info dd {
  border-right: none;
}

.blog-featured .article-info dd span.icon-calendar {
  display: none;
}

.blog-featured .items-leading {
  width: 100%;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 16px;
  margin-bottom: 50px;
}

.blog-featured .items-leading .leading-0 p {
  color: #262626;
  font-family: "MontserratRG", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .blog-featured .items-leading .leading-0 p {
    float: right;
    width: 55%;
  }
}

@media (min-width: 767px) {
  .blog-featured .items-leading h2 {
    float: right;
    width: 55%;
    text-align: left;
  }
}

.blog-featured .items-leading p {
  color: #262626;
  font-family: "MontserratRG", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .blog-featured .items-leading p {
    float: right;
    width: 55%;
  }
}

.blog-featured .items-leading .icons {
  position: relative;
}

@media (min-width: 767px) {
  .blog-featured .items-leading .icons {
    float: right;
    clear: both;
    margin-top: -12px;
  }
}

.blog-featured .items-leading .icons .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #DDD;
  width: 25px;
  height: 25px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
  padding: 0;
}

@media (min-width: 767px) {
  .blog-featured .items-leading .icons .btn-group {
    top: 0px;
  }
}

.blog-featured .items-leading .icons .btn-group .dropdown-toggle:after {
  margin-left: 0;
}

.blog-featured .items-leading .icons .btn-group .dropdown-menu.show {
  display: block;
  left: -128px !important;
}

.blog-featured .items-leading .icons .btn-group .dropdown-menu li {
  padding-left: 10px;
}

@media (min-width: 767px) {
  .blog-featured .items-leading .article-info {
    width: 56%;
    float: right;
  }
}

@media (min-width: 992px) {
  .blog-featured .items-leading .article-info {
    width: 55%;
  }
  .blog-featured .items-leading .article-info dd {
    padding: 0;
  }
}

.blog-featured .items-leading .s__tl {
  color: #262626;
  font-family: "MontserratRG", sans-serif;
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}

@media (min-width: 767px) {
  .blog-featured .items-leading .s__tl {
    float: right;
    width: 55%;
  }
}

@media (min-width: 767px) {
  .blog-featured .items-leading .item-image {
    max-width: 40%;
    margin-right: 20px;
    margin-top: -50px;
  }
}

@media (min-width: 992px) {
  .blog-featured .items-leading .item-image {
    margin-top: -50px;
  }
}

.blog-featured .items-row {
  padding: 10px 30px;
  margin-bottom: 50px;
  background: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}

.blog-featured .items-row .icons {
  position: relative;
}

@media (min-width: 767px) {
  .blog-featured .items-row .icons {
    float: right;
    clear: both;
    margin-top: -12px;
  }
}

.blog-featured .items-row .icons .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #DDD;
  width: 25px;
  height: 25px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}

@media (min-width: 767px) {
  .blog-featured .items-row .icons .btn-group {
    top: 0px;
  }
}

.blog-featured .items-row .icons .btn-group .dropdown-toggle:after {
  margin-left: 0;
}

.blog-featured .items-row .icons .btn-group .dropdown-menu.show {
  display: block;
  left: -128px !important;
}

.blog-featured .items-row .icons .btn-group .dropdown-menu li {
  padding-left: 10px;
}

.blog-featured .nav-tabs {
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 40px;
  border-bottom: none;
}

.blog-featured .nav-tabs li {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

.blog-featured .nav-tabs li a:hover, .blog-featured .nav-tabs li a:focus, .blog-featured .nav-tabs li a:active {
  color: #003880;
  text-decoration: underline;
}

.pagination {
  background-color: transparent;
  font-family: "MontserratSB", sans-serif;
  padding-top: 10px;
  color: #ffffff;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
}

@media (min-width: 767px) {
  .pagination {
    flex-direction: row;
    justify-content: space-between;
  }
}

.pagination span.pagenav {
  background-color: #ffffff;
  color: #646568;
  border-radius: 5px;
}

.pagination ul {
  text-align: center;
}

.pagination ul li {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .pagination ul li {
    margin-bottom: 0px;
  }
}

.pagination a.pagenav {
  color: #000000;
  background-color: #ffffff;
  border-radius: 5px;
}

.pagination a:hover, .pagination a:active, .pagination a:focus {
  color: #003880;
}

.pagination p {
  color: #646568;
}

/* FIN NOTICIAS */
/*INICIO ARTICULO meter todo dentro de .article y .item-page*/
.article {
  background-color: #f4f8ff;
}

.article .boton-volver {
  display: block;
  padding: 8px 15px;
  border-radius: 4px;
  border: 1px solid #646568;
  margin-top: 20px;
  width: 100px;
  text-align: center;
  background-color: #ffffff;
  font-family: "MontserratSB", sans-serif;
}

.article .boton-volver:hover, .article .boton-volver:focus, .article .boton-volver:active {
  color: #003880;
  text-decoration: none;
}

.article .item-page {
  margin-top: 20px;
  background-color: #ffffff;
  border: none;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06), 0 6px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 40px;
  border-radius: 16px;
  margin-bottom: 50px;
  /*  BOTONES DROPDOWN ESTILOS
    .btn-group {
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid #DDD;
        width: 25px;
        height: 25px;
        align-items: center;
        text-align: center;
        justify-content: center;
        display: flex;

        @include respond-to (medium) {
          top: 0px;
        }
        .dropdown-toggle {
          &:after {
            margin-left: 0;
          }
        }
        .dropdown-menu {
          &.show{
            display: block;
            left: -128px !important;
          }
          li {
            padding-left: 10px;
          }

        }
      }*/
  /*
    img {
      margin-bottom: 30px;

      @include respond-to(medium) {
        max-width: 50%;


      }
    }
    */
}

.article .item-page .page-header {
  font-family: "MontserratBD", sans-serif;
  margin-bottom: 15px;
  margin-top: 20px;
}

.article .item-page .page-header h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000000;
  line-height: 1.2;
}

@media (min-width: 767px) {
  .article .item-page .page-header h2 {
    float: right;
    width: 55%;
    text-align: left;
  }
}

.article .item-page .icons {
  float: right;
  clear: both;
  margin-top: -12px;
  position: relative;
}

.article .item-page .icons .btn-group {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #DDD;
  width: 25px;
  height: 25px;
  align-items: center;
  text-align: center;
  justify-content: center;
  display: flex;
}

@media (min-width: 767px) {
  .article .item-page .icons .btn-group {
    top: 0px;
  }
}

.article .item-page .icons .btn-group .dropdown-toggle:after {
  margin-left: 0;
}

.article .item-page .icons .btn-group .dropdown-toggle .dropdown-menu.show {
  display: block;
  left: -128px !important;
}

.article .item-page .icons .btn-group .dropdown-toggle li {
  padding-left: 10px;
}

@media (min-width: 767px) {
  .article .item-page .article-info {
    width: 50%;
    float: right;
  }
}

@media (min-width: 992px) {
  .article .item-page .article-info {
    width: 55%;
  }
  .article .item-page .article-info dd {
    padding: 0;
  }
}

.article .item-page .item-image {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .article .item-page .item-image {
    max-width: 40%;
    margin-right: 20px;
    margin-bottom: 25px;
  }
}

.article .item-page .s__tl {
  color: #262626;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  margin-bottom: 20px;
  font-family: "MontserratSB", sans-serif;
}

.article .item-page .article-info {
  color: #646568;
  font-family: "MontserratLG", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
  margin-top: 10px;
}

.article .item-page .article-info-term {
  display: none;
}

.article .item-page p {
  color: #000000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.article .item-page p b {
  font-family: "MontserratSB", sans-serif;
}

.article .item-page p a {
  color: #003880;
  text-decoration: none;
  font-family: "MontserratSB", sans-serif;
}

.article .item-page p a:hover, .article .item-page p a:focus, .article .item-page p a:active {
  text-decoration: underline;
}

.article .item-page .pager.pagenav {
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article .item-page .pager.pagenav a {
  color: #646568;
}

.article .item-page .pager.pagenav a:hover, .article .item-page .pager.pagenav a:focus, .article .item-page .pager.pagenav a:active {
  text-decoration: none;
  color: #e0001b;
}

.article .item-page .pager.pagenav li.previous {
  border: 1px solid #646568;
  background-color: white;
  padding: 0 14px;
  border-radius: 5px;
  line-height: 2em;
  font-family: "MontserratSB", sans-serif;
}

.article .item-page .pager.pagenav li.previous a {
  color: #000000;
}

.article .item-page .pager.pagenav li.previous a:hover, .article .item-page .pager.pagenav li.previous a:focus, .article .item-page .pager.pagenav li.previous a:active {
  color: #003880;
}

.article .item-page .pager.pagenav li.previous:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/default/icon-flecha-blue.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
  transform: rotate(179deg);
}

.article .item-page .pager.pagenav li.next {
  border: 1px solid #646568;
  background-color: white;
  padding: 0 14px;
  border-radius: 5px;
  line-height: 2em;
  font-family: "MontserratSB", sans-serif;
  color: #000000;
  margin-left: auto;
}

.article .item-page .pager.pagenav li.next a {
  color: #000000;
}

.article .item-page .pager.pagenav li.next a:hover, .article .item-page .pager.pagenav li.next a:focus, .article .item-page .pager.pagenav li.next a:active {
  color: #003880;
}

.article .item-page .pager.pagenav li.next:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../img/default/icon-flecha-blue.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  vertical-align: middle;
}

/*FIN ARTICULO*/
/* INI NO IMAGE ARTICULO */
@media (min-width: 767px) {
  .article .item-page.no-image .page-header h2 {
    float: right;
    width: 100%;
    text-align: left;
  }
}

@media (min-width: 767px) {
  .article .item-page.no-image .icons .btn-group {
    top: 0px;
  }
}

@media (min-width: 767px) {
  .article .item-page.no-image .article-info {
    width: 100%;
    float: right;
  }
}

@media (min-width: 992px) {
  .article .item-page.no-image .article-info {
    width: 100%;
  }
  .article .item-page.no-image .article-info dd {
    padding: 0;
  }
}

@media (min-width: 767px) {
  .article .item-page.no-image .item-image {
    max-width: 100%;
    margin-right: 20px;
    margin-bottom: 25px;
  }
}

/* FIN NO IMAGE ARTICULO */
/* INI NO IMAGE ITEMS LEADING  */
.blog-featured .items-leading.no-image .leading-0 p {
  width: 100%;
}

@media (min-width: 767px) {
  .blog-featured .items-leading.no-image h2 {
    width: 100%;
  }
}

.blog-featured .items-leading.no-image .icons {
  position: relative;
  width: 100%;
}

@media (min-width: 767px) {
  .blog-featured .items-leading.no-image .icons {
    float: left;
    clear: both;
    margin-top: 0px;
  }
}

@media (min-width: 767px) {
  .blog-featured .items-leading.no-image .article-info {
    width: 100%;
    float: right;
  }
}

@media (min-width: 992px) {
  .blog-featured .items-leading.no-image .article-info {
    width: 100%;
  }
  .blog-featured .items-leading.no-image .article-info dd {
    padding: 0;
  }
}

@media (min-width: 767px) {
  .blog-featured .items-leading.no-image .s__tl {
    float: right;
    width: 100%;
  }
}

@media (min-width: 767px) {
  .blog-featured .items-leading.no-image .item-image {
    max-width: 100%;
    margin-right: 0px;
    margin-top: 0px;
  }
}

@media (min-width: 992px) {
  .blog-featured .items-leading.no-image .item-image {
    margin-top: 0px;
  }
}

/* FIN NO IMAGE ITEMS LEADING */
