/* ------- LAYOUT & GENERAL ------- */

.container {
  max-width: 80vw;
}
.navigation {
  margin: 0 1% 0 1%;
}
body {
  font-family: "Work Sans", sans-serif;
  font-weight: 400;
  color: #181818;
}

a:hover {
  color: #20b1ea !important;
  text-decoration: none;
}

ul {
  margin-bottom: 0;
  list-style: none;
}

button:focus {
  outline: none;
  box-shadow: none !important;
}

.form-control:focus {
  outline: 0;
  box-shadow: none !important;
}

.separator-fluid {
  height: 6px;
}

.h1,
h1 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.9rem;
  letter-spacing: -0.05rem;
}

.h2,
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 1rem;
}

h1.inner-section {
  font-weight: 400;
  font-size: 2.2rem;
}

em {
  font-style: normal;
}

.img-fluid {
  width: 100%;
}

.menu-current {
  font-weight: 600;
  color: #3d7dbf !important;
}

/* ------- UTILITIES ------- */

.light-gray {
  background-color: #f9f9f9;
}
.light-gray-2 {
  background-color: #efefef;
}
.light-gray-2 {
  background-color: #efefef;
}
.lilac {
  background-color: #9798c9;
}
.dark-gray {
  background-color: #4d4d4d;
}
.medium-gray {
  background-color: #989590;
}
.gray {
  background-color: #ece8e3;
}
.dark-blue {
  background-color: #265d8a;
}
.medium-gray {
  background-color: #989590;
}
.turquoise {
  background-color: #20b1ea;
}
.medium-blue {
  background-color: #005ca4;
}
.blue {
  background-color: #3d7dbf;
}
.white {
  background-color: #ffffff;
}
.red {
  background-color: #ea5657;
}

.lilac-txt {
  color: #9798c9;
}
.turquoise-txt {
  color: #20b1ea;
}
.black-txt {
  color: #181818;
}
.dark-gray-txt {
  color: #4d4d4d;
}
.white-txt {
  color: #fff;
}
.dark-blue-txt {
  color: #265d8a;
}
.medium-gray-txt {
  color: #989590;
}
.red-txt {
  color: #fe3a26;
}
.green-txt {
  color: #78c38f;
}
.blue-txt {
  color: #3d7dbf;
}
.green-txt {
  color: #81bb41;
}
.fuchsia-txt {
  color: #e73772;
}
.purple-txt {
  color: #6b55a8;
}
.purple-txt {
  color: #6b55a8;
}
.light-orange-txt {
  color: #f2990b;
}
.dark-orange-txt {
  color: #f16034;
}
.light-blue-txt {
  color: #93bec9;
}
.red-txt {
  color: #ea5657;
}

.dark-blue-svg {
  fill: #265d8a;
}

.gdt-turqoise-purple {
  background: rgb(32, 177, 234); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgba(32, 177, 234, 1) 1%,
    rgba(112, 115, 188, 1) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgba(32, 177, 234, 1) 1%,
    rgba(112, 115, 188, 1) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgba(32, 177, 234, 1) 1%,
    rgba(112, 115, 188, 1) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b1ea', endColorstr='#7073bc',GradientType=1 ); /* IE6-9 */
}

/* ------- BOTONES ------- */

.btn-primary:hover {
  background-color: #265d8a;
}

.form-control::placeholder {
  color: #2b2b2b;
}

.btn-secondary:hover {
  color: #20b1ea;
  background-color: #fff;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  color: #20b1ea;
  background-color: #fff;
  border-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: #fff !important;
}

.btn-primary:hover {
  background-color: #005da8;
}

/* ------- PAGINATION ------- */

.page-link {
  border: 0;
}

.page-item:last-child .page-link {
  border-radius: 10rem;
}

.page-link:hover {
  border-radius: 10rem;
}

/* ------- HEADINGS ------- */

.main-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.main-title .ornament {
  width: 20px;
  height: 4px;
  background-color: #20b1ea;
}

.main-title a {
  font-size: 1rem;
  font-weight: 400;
}

/* Headings responsive */

@media (max-width: 768px) {
  .main-title {
    flex-direction: column;
  }

  .main-title a {
    margin-top: 1.8rem;
  }
}

/* ------- HEADER ------- */

.rrss a {
  color: #181818;
}

.lang span {
  color: #d4d4d4;
}

.lang a {
  color: #b3b3b3;
}

.lang a.active {
  color: #20b1ea;
}

.secondary-menu a {
  font-size: 0.9rem;
  font-weight: 300;
}

.logo .lite {
  display: none;
}

/* Header Responsive */

@media (max-width: 992px) {
  .logo {
    display: block;
    text-align: center;
  }
  .logo img {
    width: 220px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .logo .full {
    display: none;
  }

  .logo img {
    width: 160px;
    height: auto;
    margin: 0 auto;
  }

  .logo .lite {
    display: block;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .logo img {
    width: 100px;
  }
}

/* ------- NAVBAR ------- */

.navbar-light .navbar-nav .nav-link {
  color: rgb(0, 0, 1);
  font-size: 1.1rem;
  font-weight: 500;
}

.navbar-expand-sm .navbar-nav .nav-link {
  padding-right: 2rem;
  padding-left: 0;
}

.dropdown-toggle::after {
  margin-left: 0.555em;
  vertical-align: 0.18em;
  color: #20b1ea;
}

.dropdown-menu {
  margin: 0;
  padding: 0.5rem 0.5rem;
  font-size: 1rem;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: -1px 10px 28px 6px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: -1px 10px 28px 6px rgba(0, 0, 0, 0.07);
  box-shadow: -1px 10px 28px 6px rgba(0, 0, 0, 0.07);
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; // remove the gap so it doesn't close
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.dropdown-item {
  padding: 0.55rem 1.5rem;
  font-weight: 400;
  font-size: 0.9rem;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #20b1ea;
  color: #fff !important;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.navbar {
  padding: 0 0.5rem;
  z-index: 999999;
}

.nav-link {
  padding: 1rem 1rem;
}

.navbar-toggler {
  border: none;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 92, 164, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.top-menu-mobile,
.secondary-menu-mobile {
  display: none !important;
}

.top-menu-mobile {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

/* Navbar Responsive */

@media (max-width: 992px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0rem;
  }

  .nav-link {
    margin: 0.8rem;
  }

  .nav-link {
    padding: 0.3rem 0 !important;
    margin: 0.5rem 1.2rem;
  }
}

@media (max-width: 768px) {
  .top-menu,
  .secondary-menu {
    display: none !important;
  }

  .top-menu-mobile,
  .secondary-menu-mobile {
    display: flex !important;
  }

  .navigation {
    position: absolute;
    top: 60px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .navbar-collapse {
    background-color: #fff;
    margin-top: 26px;
    /*-webkit-box-shadow: -1px 10px 28px 6px rgba(0,0,0,0.07);
		-moz-box-shadow: -1px 10px 28px 6px rgba(0,0,0,0.07);
		box-shadow: -1px 10px 28px 6px rgba(0,0,0,0.07);*/
    padding-bottom: 3rem;
  }

  .navbar-toggler {
    margin-left: 1rem;
  }

  .navbar {
    padding: 0px !important;
    margin: 0px !important;
  }

  .dropdown-menu {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0;
    padding: 0 0 1.2rem 0;
  }

  .dropdown-item {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #e9e8e5;
  }

  .nav-link {
    margin: 1rem 1.5rem !important;
    font-size: 1.2rem !important;
  }

  /*.dropdown:hover > .dropdown-menu {
		display: block;
	}*/
}

@media (max-width: 480px) {
  .navigation {
    position: absolute;
    top: 75px;
  }

  .navbar-toggler {
    margin-left: 0.2rem;
  }

  .navbar-collapse {
    background-color: #fff;
    margin-top: 15px;
  }
}

/* ------- SEARCH ------- */

.sb-search {
  position: relative;
  margin-top: 0;
  width: 0%;
  min-width: 50px;
  height: 50px;
  float: right;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 53px;
  margin: 0;
  z-index: 10;
  padding: 10px 65px 10px 20px;
  font-family: inherit;
  font-size: 1.2rem;
  color: #181818;
  /* border-radius: 100px; */
  border-radius: 1000px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #b3b3b3;
}

.sb-search-input:-moz-placeholder {
  color: #b3b3b3;
}

.sb-search-input::-moz-placeholder {
  color: #b3b3b3;
}

.sb-search-input:-ms-input-placeholder {
  color: #b3b3b3;
}

.sb-icon-search,
.sb-search-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 57px;
  text-align: center;
  cursor: pointer;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  z-index: 90;
  font-size: 2rem;
}

.sb-icon-search:hover {
  color: #005da8;
  z-index: 90;
  font-size: 2rem;
}

/* Open state */

.sb-search.sb-search-open,
.no-js .sb-search {
  width: 25%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #20b1ea;
  color: #fff;
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/* Search Responsive */

@media (max-width: 768px) {
  .sb-search {
    margin-left: 1rem;
    min-width: 100%;
    border-top: 1px solid #c3c3bb;
    border-bottom: 1px solid #c3c3bb;
    height: 65px;
  }

  .sb-search.sb-search-open,
  .no-js .sb-search {
    width: 100%;
  }

  .sb-search-input {
    padding: 20px 65px 10px 20px;
  }
  .sb-icon-search,
  .sb-search-submit {
    top: 5px;
  }
}

/* ------- CARRUSEL PRINCIPAL ------- */

.carousel {
  margin-top: -5px;
}

.carousel .cont-img {
  height: 500px;
  overflow: hidden;
}

.carousel-item {
  /*height: 500px;*/
  overflow: hidden;
}

.carousel-caption {
  position: relative;
  margin-left: -60px;
  min-height: 445px;
  margin-top: 55px;
  right: auto;
  bottom: auto;
  left: auto;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  padding: 2rem 8rem 2rem 3rem;
}

.carousel-caption .date {
  font-size: 1.1rem;
}

.carousel-indicators li {
  width: 12px;
  height: 12px;
  opacity: 1;
  background-color: #c2c2c2;
  margin: 0 0.4rem;
  border-top: 0;
  border-bottom: 0;
  border-radius: 100px;
}

.carousel-indicators .active {
  opacity: 1;
  background-color: #20b1ea;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  width: 40px;
  height: 40px;
  padding: 9px;
  background-color: #20b1ea;
  border-radius: 100px;
}

.carousel-control-next,
.carousel-control-prev {
  z-index: 99999;
  opacity: 1;
}

.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-prev-icon {
  background-image: none;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff !important;
}

.carousel-item .cont-img > div {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}

/* Carrusel responsive */

@media (max-width: 1200px) {
  .carousel-item h1 {
    font-size: 2.2rem;
    line-height: 2.6rem;
  }
}

@media (max-width: 992px) {
  .carousel-item h1 {
    font-size: 1.9rem;
    line-height: 2.3rem;
  }

  .carousel-caption {
    padding: 2rem 4rem 2rem 3rem;
  }

  .carousel-indicators {
    display: none;
  }
}

@media (max-width: 768px) {
  .carousel-item {
    height: auto;
    overflow: hidden;
  }

  .carousel-caption {
    margin-left: 0;
    min-height: auto;
    margin-top: -30px;
    margin: -76px auto 10px auto;
    width: 83%;
    padding: 2rem;
  }

  .carousel-caption p {
    display: none;
  }

  .carousel-control-prev,
  .carousel-control-next {
    display: none;
  }

  .carousel-indicators {
    display: flex;
    bottom: -15px;
  }

  .carousel .cont-img {
    height: 335px;
  }

  .carousel-item h1 {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}

/* ------- INFO PYME ------- */

.info-pyme .info span {
  font-size: 1.4rem;
  line-height: 1.6rem;
}

.info-pyme .info a:hover {
  color: #fff !important;
}

.info-pyme a:hover {
  opacity: 0.7;
}

/* Info Pyme responsive */

@media (max-width: 992px) {
  .info-pyme {
    padding: 2rem 0 1rem 0 !important;
  }

  .info-pyme .item {
    flex-direction: column;
    text-align: center;
  }

  .info-pyme .item .ico {
    padding-right: 0 !important;
    padding-bottom: 1rem;
  }

  .info-pyme .item .info {
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .info-pyme .info a {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .info-pyme .info span {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .info-pyme .item {
    margin: 0 0.6rem;
  }
}

/* ------- NOTICIAS ------- */

.card {
  border: 0;
}

.card .cont-img {
  height: 350px;
}

.card .cont-img > div {
  transition: all 0.3s ease;
}

.card .cont-img > div {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}

/*a:hover .card .cont-img > div {
	transform: scale(1.2);
}*/

a:hover .card h2,
a:hover .card h3 {
  color: #20b1ea;
}

.card.square .cont-img {
  height: 260px;
}

.card.lite .cont-img {
  height: 145px;
}

.card.lite .info {
  margin: auto;
  width: 100%;
  padding: 0;
}

.card .info {
  width: 88%;
  margin-top: -20px;
  background-color: #fff;
  margin: -45px auto 20px auto;
  z-index: 9999999;
}

.volanta {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.1rem;
}

.volanta .ornament {
  width: 3px;
}

.volanta.xs {
  font-size: 0.9rem;
  line-height: 0.9rem;
}

/* Noticias responsive */

@media (max-width: 1200px) {
  .card .cont-img {
    height: 250px;
  }

  .card.lite .cont-img {
    height: 110px;
  }

  .card.lite h3 {
    font-size: 0.8rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 992px) {
  .card.lite .cont-img {
    height: 250px;
  }

  .card .cont-img {
    height: 300px;
  }

  .card .info {
    margin: -45px auto 10px auto;
  }

  .card.lite h3 {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
}

@media (max-width: 768px) {
  .card .cont-img {
    height: 300px;
  }

  .card.lite .cont-img {
    height: 120px;
  }

  .card.lite h3 {
    font-size: 1rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 480px) {
  .card .cont-img {
    height: 220px;
  }

  .card.lite .cont-img {
    height: 90px;
  }
}

/* ------- INFORMES ------- */

.data-block span {
  font-weight: 600;
  min-height: 45px;
  line-height: 1.1rem;
}

.data-block .value {
  font-size: 5rem;
  letter-spacing: -0.3rem;
  line-height: 5rem;
}

.data-block .value small {
  font-size: 3.5rem;
}

/* Informes responsive */

@media (max-width: 1200px) {
  .informes p {
    margin-bottom: 2.5rem;
  }
}

@media (max-width: 768px) {
  .data-block {
    margin-bottom: 2rem;
  }

  .informes {
    padding-bottom: 1rem !important;
  }
}

/* ------- FEATURES ------- */

.feat-box {
  background-size: cover !important;
  background-position: left !important;
  height: 300px;
}

.feat-box .info {
  width: 60%;
  overflow: hidden;
  font-size: 0.9rem;
}

.feat-box .info a {
  font-weight: 500;
}

.feat-box .title {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.9rem;
}

.feat-box a {
  background-color: #20b1ea;
  display: inline-block !important;
  padding: 2px 7px;
  color: #fff;
  border-radius: 3px;
  line-height: 1.3rem;
}

.feat-box a:hover {
  background-color: #fff !important;
  color: #20b1ea !important;
}

/* Features responsive */

@media (max-width: 768px) {
  .feat-box .title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
}

/* ------- MULTISLIDE CAROUSEL ------- */

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 10px;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-current {
  opacity: 1;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  margin: 0 10px;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  /*height: 100%;*/
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -9px;
}

[dir="rtl"] .slick-prev {
  right: -9px;
  left: auto;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -13px;
  background-image: url(/images/iconos/ico-arrow-next.svg) !important;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -px;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
  margin-right: 20px;
  margin-left: 20px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slick-prev::before,
.slick-next::before {
  font-size: 35px;
  line-height: 0;
}

.arrow-prev {
  top: 50%;
  position: absolute;
  display: block;
  left: -7px;
  cursor: pointer;
}

.arrow-prev img,
.arrow-next img {
  width: 15px;
  height: 15px;
}

.arrow-next {
  top: 50%;
  position: absolute;
  display: block;
  right: -11px;
  cursor: pointer;
}

.arrow-prev.slick-disabled,
.arrow-next.slick-disabled {
  opacity: 0.3;
}

/* ------- TABULADOS ------- */

.nav-pills .nav-link {
  font-size: 1.2rem;
  font-weight: 400;
  color: #232323;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: transparent;
  border-bottom: 4px solid #20b1ea;
  border-top: 2px solid #e9e9e9;
}

.nav-pills .nav-link {
  border-radius: 0;
  border-top: 2px solid #fff;
  margin: 1.2rem 1.2rem 0 1.2rem;
}

.nav-link.active {
  color: #20b1ea !important;
}

.nav-link {
  padding: 0.7rem 0;
  margin: 0.5rem 1rem;
}

/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: block; /* undo display:none          */
  height: 0; /* height:0 is also invisible */
  overflow-y: hidden; /* no-overflow                */
}
.tab-content > .active,
.pill-content > .active {
  height: auto; /* let the content decide it  */
  overflow-y: visible;
} /* bootstrap hack end */

.tab-content > .active {
  height: auto;
}

/* ------- SECTORES ------- */

.card-sector {
  text-align: center;
  min-height: 360px;
}

.card-sector:hover {
  opacity: 0.8;
}

.card-sector .title-sector {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.7rem;
}

.card-sector p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: left;
  font-size: 0.9rem;
}

.logo-sector {
  margin: 0 auto;
  min-height: 93px;
}

/* Sectores responsive */

@media (max-width: 768px) {
  .sectores {
    padding-top: 2rem !important;
  }
}

/* ------- RELATED ------- */

.item-related {
  min-height: 145px;
}

.item-related:hover {
  opacity: 0.8;
}

.item-related img {
  max-width: 65%;
  height: auto;
}

.related span {
  font-size: 1rem;
  text-align: center;
  font-weight: 400;
}

#more {
  display: none;
}

/* Related responsive */

@media (max-width: 1200px) {
  .item-related {
    min-height: 120px;
  }
}

@media (max-width: 992px) {
  .item-related {
    min-height: 210px;
  }
}

@media (max-width: 768px) {
  .item-related {
    min-height: 230px;
  }

  .item-related img {
    max-width: 60%;
    height: auto;
  }
}

/* ------- FOOTER ------- */

.cta-jobs {
}

.cta-jobs img {
  width: 3rem;
  margin-right: 1rem;
}

.cta-jobs a {
  font-size: 1.2rem;
  color: #fff;
  line-height: 1.4rem;
  font-weight: 400;
}

.link-block .top {
  font-weight: 600;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.link-block li a {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

.link-block li a:hover {
  color: #fff !important;
}

.footer-end {
  border-color: #1a7bcc !important;
  font-size: 0.8rem;
}

.footer-end a {
  color: #20b1ea;
}

.footer-end a:hover {
  color: #fff !important;
}

footer .rrss a {
  color: #fff;
}

/* Footer responsive */

@media (max-width: 992px) {
  .legales {
    justify-content: flex-start !important;
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .link-block {
    padding-left: 0;
  }

  .cta-jobs {
    margin-bottom: 2rem;
  }

  .link-block {
    margin-bottom: 2rem;
  }
}

/* ------- BREADCRUMBS ------- */

.pathway a {
  color: #000;
}

.pathway .path-xl {
  margin-top: 10px;
}

.pathway .path-xl a,
.pathway .path-xl span {
  font-size: 2.2rem;
}

.pathway .path-xl img,
.pathway .path-xl img {
  width: 40px;
  margin-top: -10px;
}

/* ------- LISTADO PRENSA ------- */

.media-box p {
  display: inline-block;
}

.media-box span {
  font-size: 1.1rem;
  font-weight: 600;
}

.filter-module {
  border-bottom: 1px solid #e4e4e4;
}

.dropdown-filter {
  color: #2b2b2b;
  background-color: #fff;
  border-color: #fff;
  font-size: 1.4rem;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-radius: 0;
  padding: 0.4rem 3.7rem 0.7rem;
  margin: 0 3rem;
}

.searchbox-filter {
  font-size: 1.4rem;
  font-weight: 400;
  color: #2b2b2b;
  border: 0;
  padding-bottom: 0rem;
  border-radius: 0;
}

h2.prensa {
  font-size: 1.2rem;
  line-height: 1.58rem;
  font-weight: 600;
}

.featured-article .cont-img {
  height: 400px;
  overflow: hidden;
}

.featured-article .cont-img > div {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 100%;
}

.info-caption {
  position: relative;
  margin-left: -139px;
  /*min-height: 445px;*/
  margin-top: 55px;
  right: auto;
  bottom: auto;
  left: auto;
  padding-top: 0;
  padding-bottom: 0;
  background-color: #fff;
  padding: 2rem 3rem 2rem 3rem;
}

.featured-article h1 {
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 2.6rem;
}

.featured-article:hover h1 {
  color: #20b1ea;
}

/* Listado Prensa responsive */

@media (max-width: 1200px) {
  .dropdown-filter {
    padding: 0.4rem 2rem 0.7rem;
    margin: 0 1rem;
  }

  .searchbox-filter {
    font-size: 1.3rem;
  }

  .dropdown-filter {
    font-size: 1.3rem;
  }
}

@media (max-width: 992px) {
  .searchbox-filter {
    font-size: 1.2rem;
  }

  .dropdown-filter {
    font-size: 1.2rem;
  }

  .filter-module .nav-pills {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media (max-width: 768px) {
  .filter-module .dropdown {
    width: 100%;
  }

  .dropdown-filter {
    margin: 0 0 2rem 0;
    width: 100%;
    padding: 1rem 2rem 1rem;
    border-bottom: 1px #e4e4e4 !important;
    border-top: 1px #e4e4e4 !important;
    border-right: 0;
    border-left: 0;
  }

  .filter-module .nav-pills {
    width: 100%;
    margin-bottom: 1rem;
  }

  .form-inline {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    /* width: 100%; */
  }

  .form-control {
    width: 86%;
  }

  .filter-module .dropdown {
    display: none;
  }

  .info-caption {
    padding: 0;
    margin: 30px 0 28px 0;
  }

  .featured-article h1 {
    font-size: 1.7rem;
    font-weight: 900;
    line-height: 2.2rem;
  }

  .featured-article .cont-img {
    height: 315px;
  }
}

/* ------- MASTER MODULES ------- */

.mod-header-seccion h1 {
  font-weight: 400;
}

.mod-header-seccion .ornament {
  width: 53px;
  height: 5px;
}

.menu-sector li a {
  font-size: 1.05rem;
}

.mod-photo-wide .cont-img .overlay {
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 400px;
}

.mod-photo-wide .cont-img {
  background-size: cover !important;
  background-position: center !important;
  width: 100%;
  height: 400px;
}

.mod-photo-wide.x2 .cont-img {
  height: 650px;
}

.mod-photo-wide.x2 .txt {
  width: 60%;
}

.mod-photo-wide.x2 .txt span {
  color: #005ca4;
  background-color: #fff;
  display: inline-block;
  border-radius: 3px;
  /* padding-top: -16px; */
  /* padding: 5px; */
  line-height: 37px;
  padding: 0px 5px;
}

.mod-photo-wide h2 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: -1px;
}

.mod-photo-wide.x2 h2 {
  font-size: 2.2rem;
  line-height: 2.5rem;
}

.mod-photo-wide .container {
  z-index: 99999;
}

.master-modules a,
.mod-main-content a {
  color: #20b1ea !important;
}

.master-modules a:hover,
.mod-main-content a:hover {
  text-decoration: underline;
}

.master-modules h3,
.mod-main-content h3,
.autoridades h3 {
  border-left: 4px solid #20b1ea;
  font-weight: 600;
  font-size: 1.4rem;
  padding-left: 1rem !important;
  margin-bottom: 1.5rem !important;
}

.master-modules ul,
.mod-main-content ul {
  margin-bottom: 0;
  padding-left: 0 !important;
}

.master-modules ul > ul,
.mod-main-content ul > ul {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.mod-main-content .cont-img > div {
  height: 320px;
  width: 500px;
  background-size: cover !important;
  background-position: center !important;
}

.mod-main-content .cont-img small {
  display: block;
  margin-top: -14px;
  width: 80%;
  font-size: 1rem;
}

.mod-main-content .image {
  overflow: hidden;
  text-align: center;
}

.master-modules .highlight,
.mod-main-content .highlight {
  font-size: 1.4rem;
  color: #fff;
}

.master-modules p,
.mod-main-content p {
  margin-bottom: 1.4rem;
}

.mod-main-content li {
  background: url(/images/iconos/ico-check.svg) 2px 6px no-repeat;
  padding-left: 29px;
  border-bottom: 1px solid #dfdfdf;
  /* margin-left: 29px; */
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mod-main-content li ul li {
  list-style-type: square;
  background: none;
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.mod-organigrama .title {
  border-left: 6px solid #20b1ea;
}

.mod-organigrama .title .name {
  font-size: 2rem;
}

.mod-photo-text .cont-img {
  background-size: cover !important;
  background-position: center !important;
  height: 363px;
}

.mod-photo-text .title h2 {
  font-size: 2.4rem;
}

.mod-photo-text .title .ornament {
  width: 56px;
  height: 6px;
}

.mod-video {
  /*background-color: #000;*/
  text-align: center;
}

.mod-cards .cont-img {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px auto;
}

.mod-cards .feature-card {
  -webkit-box-shadow: 1px 2px 20px 2px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 1px 2px 20px 2px rgba(0, 0, 0, 0.09);
  box-shadow: 1px 2px 20px 2px rgba(0, 0, 0, 0.09);
}

.mod-cards .svg-inline--fa {
  color: #fff;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  height: 500px;
  width: 100%;
}

.video-responsive.live iframe,
.video-responsive.live object,
.video-responsive.live embed {
  height: 635px;
  width: 80%;
}

/* .image .img img {
		width: 100%;
	}
*/

/* master module responsive */

@media (max-width: 1200px) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    height: 400px;
    width: 100%;
  }

  .video-responsive.live iframe,
  .video-responsive.live object,
  .video-responsive.live embed {
    height: 470px;
    width: 80%;
  }
}

@media (max-width: 992px) {
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    height: 300px;
    width: 100%;
  }

  .video-responsive.live iframe,
  .video-responsive.live object,
  .video-responsive.live embed {
    height: 430px;
    width: 80%;
  }

  .feature-card {
    margin-bottom: 40px;
  }

  .mod-main-content .cont-img {
    width: 100%;
    overflow: hidden;
  }

  .mod-main-content .cont-img > div {
    height: 360px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .video-responsive.live iframe,
  .video-responsive.live object,
  .video-responsive.live embed {
    height: 400px;
    width: 100%;
  }

  .mod-header-seccion img {
    margin: 0 auto;
  }

  .menu-sector li {
    margin-bottom: 10px;
  }

  .mod-header-seccion .logo-sec {
    text-align: center;
    margin-bottom: 20px;
  }

  .mod-photo-wide h2 {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }

  .mod-main-content .cont-img > div {
    height: 320px;
  }

  .mod-main-content .cont-img {
    float: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mod-organigrama .nav-pills {
    margin-bottom: 20px;
  }

  .mod-organigrama .cont-img {
    margin-bottom: 20px;
    padding: 30px;
  }

  .video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
  }
  .video-responsive iframe,
  .video-responsive object,
  .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .mod-video .container-fluid {
    padding: 0 !important;
  }

  .mod-header-seccion .title {
    margin-bottom: 35px;
  }

  .mod-video {
    background-color: transparent;
  }

  .highlight {
    padding: 20px !important;
  }

  .mod-photo-wide.x2 .cont-img {
    height: auto;
    padding: 30px;
  }

  .mod-photo-wide.x2 .txt {
    width: 100%;
  }

  .mod-photo-wide.x2 .txt span {
    line-height: 33px;
    padding: 0px 5px;
  }

  .mod-photo-wide.x2 h2 {
    font-size: 1.7rem;
    line-height: 2.2rem;
  }
}

@media (max-width: 480px) {
  .mod-main-content .cont-img > div {
    height: 225px;
  }

  .video-responsive.live iframe,
  .video-responsive.live object,
  .video-responsive.live embed {
    height: 200px;
    width: 100%;
  }
}

/* ------- ARTICLE ------- */

.nota-completa .hd-article {
  border-bottom: 1px solid #e4e4e4;
}

.nota-completa .hd-article h1 {
  font-size: 2.7rem;
  font-weight: 400;
  line-height: 3.3rem;
}

.nota-completa .hd-article .date {
  font-size: 1.1rem;
}

.sharing span {
  font-weight: 600;
}

.sharing .square {
  border: 1px solid #c8c8c8;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.sharing .square:hover {
  background-color: #eeeeee;
}

.side-module {
  width: 100%;
  height: 238px;
  background-size: cover !important;
  background-position: center !important;
  text-align: center;
}

.side-module span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.sidebar a:hover {
  opacity: 0.8;
}

.sidebar .icon span {
  font-size: 1.8rem;
  line-height: 2rem;
}

/* nota completa responsive */

@media (max-width: 768px) {
  .nota-completa .hd-article h1 {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 2.8rem;
  }

  .sharing {
    flex-direction: row !important;
  }

  .sharing .square {
    margin-right: 5px;
  }

  .sharing span {
    margin-right: 20px;
  }

  .hd-article {
    margin-bottom: 30px !important;
  }

  .sharing {
    justify-content: end !important;
  }

  .fa-caret-down {
    display: none;
  }

  .nota-completa .article-body img {
    width: 100%;
  }
}

/* ------- FORMS ------- */

:root {
  --input-padding-x: 0.75rem;
  --input-padding-y: 0.75rem;
}

.contacto-secretaria p {
  border-left: 4px solid #20b1ea;
  font-size: 1.2rem;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

.form-control {
  height: calc(2em + 0.75rem + 2px);
}

.contacto-secretaria .form-control {
  width: 100%;
}

.mensaje-ok {
  border-radius: 7px;
  border: 1px solid #b6d9be;
  background-color: #daeddf !important;
  color: #28a745;
}

.mensaje-ok strong {
  font-size: 1.8rem;
  display: block;
}

.mensaje-ok p {
  font-size: 1.1rem;
  color: #fff;
}

/* forms responsive */

@media (max-width: 768px) {
  .contacto-secretaria button {
    width: 100%;
  }

  .contacto-secretaria .btn {
    font-size: 1.5rem;
  }

  .contacto-secretaria {
    padding: 30px 0 !important;
  }
}

/* ------- MAPAS ------- */

.map-responsive {
  overflow: hidden;
  padding-bottom: 430px;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

/* ------- FORM GENERAL ------- */

.telefono .info {
  font-size: 1.4rem;
}

/* ------- ENTIDADES ASOCIADAS ------- */

.map-responsive-2 {
  /*overflow:hidden;
    padding-bottom:38.25%;*/
  position: relative;
  /*height:0;*/
  margin-top: -8px;
}
.map-responsive-2 iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.map-select .dropdown-filter {
  padding-bottom: 1.3rem;
}

.balloon {
  position: absolute;
  top: 25%;
  right: 10%;
  z-index: 1;
  width: 320px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.18);
  box-shadow: 10px 10px 5px -5px rgba(0, 0, 0, 0.18);
}

.balloon .entidad,
.asociado .entidad {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2rem;
  border-bottom: 1px solid #e0e0e0;
}

.balloon .telefono span {
  font-size: 1.5rem;
}

.asociado {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f1f1f1;
  width: 100%;
}

/* Entidades asociadas responsivo */

@media (max-width: 1200px) {
  .map-select .dropdown-menu {
    width: 335px !important;
  }
}

@media (max-width: 992px) {
  .map-select .dropdown-menu {
    width: 320px !important;
  }
}

@media (max-width: 768px) {
  .map-select {
    width: 100%;
  }

  .map-select .dropdown-filter {
    text-align: left;
    padding: 0 0 0 0.2rem;
  }

  .map-select .dropdown-menu {
    width: 100% !important;
    -webkit-box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 10px 10px 11px -8px rgba(0, 0, 0, 0.18) !important;
  }
}

/* ------- PREGUNTAS FRECUENTES ------- */

.card-body ul {
  list-style: circle !important;
}

/* ------- ESTILO PARA FOTO WIDE ------- */

@media (max-width: 768px) {
  .image .img img {
    width: 100%;
  }
}

/* ------ AUTORIDADES ------- */

.autoridades {
}

.box-autoridad {
  border: 1px solid #dee2e6;
  background-color: #efefef;
  width: 300px;
}

.box-autoridad .cargo {
  text-transform: uppercase;
  color: #20b1ea;
  font-size: 0.9rem;
  padding-bottom: 3px;
  margin-bottom: 3px;
  border-bottom: 1px solid;
  display: block;
}

.box-autoridad .name {
  font-weight: 600;
  line-height: 1.3rem;
  margin-top: 0.4rem;
}

.box-autoridad p {
  font-size: 0.7rem;
  color: grey;
  margin-bottom: 0;
}

/* ------- SCROLLING --------- */

.scroll-top {
  background: #20b1ea;
  border-radius: 20px;
  position: fixed;
  bottom: 14px;
  right: 20px;
  height: 40px;
  width: 40px;
  z-index: 9999999;
  text-align: center;
  /*line-height: 40px;*/
  font-size: 19px;
  color: #fff;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: translateY(86px);
  transform: translateY(86px);
  padding-top: 10px;
}

.scroll-top:hover,
.scroll-top:focus {
  color: #fff;
}

.scroll-top.scroll-top-visible {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* ------- NOTIFICACION PUSH ------- */

.push-notification {
}

.push-notification .overlay {
  background-color: #000;
  width: 100%;
  height: 100%;
  opacity: 0.73;
  position: absolute;
  z-index: 1000000;
}

.push-notification .box-push {
  background-color: #fff;
  width: 90%;
  z-index: 9999999;
  margin-top: 5%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.push-notification .box-push .info-push {
  font-size: 1.1rem;
}

/* ------- BUSQUEDAS ------- */

.search-field {
  margin: 0;
  border-right: 1px solid #e4e4e4;
}

.search-field input {
  /*font-size: 1.7rem;*/
  padding: 0.95rem;
}

.result-count {
  color: #20b1ea;
  font-size: 1.1rem;
}

.form-control .date-pick {
  border: 0;
}

.gj-datepicker .form-control {
  border: 0;
}

.gj-datepicker-bootstrap [role="right-icon"] button {
  border: 0 !important;
}

.dropdown.search-results {
  border-right: 1px solid #e4e4e4;
}

.dropdown.search-results .dropdown-filter {
  border: 0;
  padding: 1rem 2.7rem;
}

.date-pick {
  /*border-right: 1px solid #e4e4e4;*/
}

.gj-datepicker-bootstrap [role="right-icon"] button {
  border: 0;
}

.results-item a {
  color: #20b1ea;
  display: inline-block;
}

.results-item {
  border-bottom: 1px solid #e4e4e4;
}

.results-item:last-child {
  border-bottom: 0;
}

/* Resultado de busqueda responsive */

@media (max-width: 768px) {
  .filter-module .dropdown.search-results {
    display: block;
  }

  .search-field {
    border-right: 0;
  }

  .date-pick {
    border-right: 0;
  }

  .dropdown.search-results {
    border-right: 0;
  }
}

/* ------- MODULO LIVE STREAM ------- */

.live-module {
  background-color: #000;
  margin-top: -6px;
}

/* ------- MODULO MEGA ARTICULO ------- */

.mega-article .cont-img small {
  display: block;
  font-size: 1rem;
  border-bottom: 1px solid #dfdfdf;
}

.mega-article a h1 {
  color: #000;
}

.mega-article a:hover h1 {
  color: #20b1ea;
}
