/* CSS Document */
@font-face {
  font-family: "Gilroy ExtraBold";
  src: url("fonts/Gilroy-ExtraBold.eot");
  src: url("fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Gilroy-ExtraBold.woff2") format("woff2"),
    url("fonts/Gilroy-ExtraBold.woff") format("woff"),
    url("fonts/Gilroy-ExtraBold.ttf") format("truetype"),
    url("fonts/Gilroy-ExtraBold.otf") format("opentype"),
    url("fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Regular.eot");
  src: url("fonts/Lato-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Regular.woff2") format("woff2"),
    url("fonts/Lato-Regular.woff") format("woff"),
    url("fonts/Lato-Regular.ttf") format("truetype"),
    url("fonts/Lato-Regular.otf") format("opentype"),
    url("fonts/Lato-Regular.svg#Lato Regular") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Medium.eot");
  src: url("fonts/Lato-Medium.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Medium.woff2") format("woff2"),
    url("fonts/Lato-Medium.woff") format("woff"),
    url("fonts/Lato-Medium.ttf") format("truetype"),
    url("fonts/Lato-Medium.otf") format("opentype"),
    url("fonts/Lato-Medium.svg#Lato Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Semibold.eot");
  src: url("fonts/Lato-Semibold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Semibold.woff2") format("woff2"),
    url("fonts/Lato-Semibold.woff") format("woff"),
    url("fonts/Lato-Semibold.ttf") format("truetype"),
    url("fonts/Lato-Semibold.otf") format("opentype"),
    url("fonts/Lato-Semibold.svg#Lato Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Bold.eot");
  src: url("fonts/Lato-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Bold.woff2") format("woff2"),
    url("fonts/Lato-Bold.woff") format("woff"),
    url("fonts/Lato-Bold.ttf") format("truetype"),
    url("fonts/Lato-Bold.otf") format("opentype"),
    url("fonts/Lato-Bold.svg#Lato Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Black.eot");
  src: url("fonts/Lato-Black.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Black.woff2") format("woff2"),
    url("fonts/Lato-Black.woff") format("woff"),
    url("fonts/Lato-Black.ttf") format("truetype"),
    url("fonts/Lato-Black.otf") format("opentype"),
    url("fonts/Lato-Black.svg#Lato Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
@font-face {
  font-family: "Lato";
  src: url("fonts/Lato-Heavy.eot");
  src: url("fonts/Lato-Heavy.eot?#iefix") format("embedded-opentype"),
    url("fonts/Lato-Heavy.woff2") format("woff2"),
    url("fonts/Lato-Heavy.woff") format("woff"),
    url("fonts/Lato-Heavy.ttf") format("truetype"),
    url("fonts/Lato-Heavy.otf") format("opentype"),
    url("fonts/Lato-Heavy.svg#Lato Heavy") format("svg");
  font-weight: 800;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2044;
}
html {
  font-size: 18px;
  font-family: "Lato", sans-serif;
}
body {
  overflow-x: hidden;
  font-family: "Lato", sans-serif;
}
p {
  color: #3c3c3c;
  font-family: "Lato", sans-serif;
}
.navbar-brand {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.navbar-brand img {
  margin-bottom: 1rem;
}
.cargador {
  position: fixed;
  z-index: 9999;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #009ddc;
  opacity: 1;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
/*footer*/
footer {
  background: #2a2c7f;
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}
footer ul {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 0;
  padding-left: 0;
}
footer ul li {
  display: inline-block;
}
footer ul li a {
  color: #fff;
  font-size: 0.889rem;
  padding: 0 1rem;
}
footer ul li a:first-child {
  padding-left: 0;
}
footer .line-bottom {
  border-bottom: 1px solid #ffffff;
}
footer .col-md-4 {
  padding-top: 1rem;
}
footer h3 {
  font-family: "Gilroy ExtraBold";
  color: #fff;
  font-size: 1.444rem;
  padding-bottom: 1.5rem;
}
footer .redes {
  margin-bottom: .50rem;
  /*margin-bottom: 2rem;*/
}
footer .redes a {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 2px solid #8f90a7;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
footer .redes a i {
  font-size: 1.2rem;
  color: rgba(248, 248, 248, 0.7);
}
footer a.btn {
  color: #fff;
  border: 1px solid #fff;
}
footer a.btn::before {
  background: url("../images/familia.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 47px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
footer a.btn:hover {
  color: #fff;
}
footer .bloque_link {
  background: #252772;
  padding: 1.5rem;
  display: block;
  color: #fff;
  font-size: 0.889rem;
}
footer .bloque_link::before {
  background: url("../images/sobre.svg");
  content: "";
  width: 41px;
  height: 26px;
  display: block;
  margin-bottom: 0.5rem;
}
footer .direccion:nth-child(2) {
  background: #373998;
}
footer .direccion:nth-child(3) {
  background: #252772;
}
footer .direccion figure {
  padding: 0 1rem 0 2rem;
}
footer .direccion {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.833rem;
  align-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .direccion p {
  margin-bottom: 0;
  padding-bottom: 0;
  color: rgba(255, 255, 255, 0.5);
}
footer .direccion strong {
  color: #fff;
}
@media screen and (max-width: 768px) {
  footer ul li a {
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
  footer ul li {
    margin-bottom: 1rem;
  }
  footer ul {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #fff;
  }
  footer .line-bottom {
    border-bottom: 0 none;
  }
  footer h3,
  footer .direccion,
  footer .redes {
    margin-left: 15px;
    margin-right: 15px;
  }
  footer .direccion p {
    font-size: 1.2rem;
  }
  footer .direccion figure {
    width: 3rem;
    box-sizing: content-box;
    padding: 0 2rem 0 2rem;
  }
  footer .direccion figure img {
    width: 100%;
  }
  footer .redes {
    margin-bottom: 2rem;
  }
  footer .col-md-4 {
    margin-bottom: 2rem;
  }
  footer .redes a {
    border-color: #fff;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.8rem;
  }
  footer .redes a i {
    color: #fff;
    font-size: 1.8rem;
  }
  footer .bloque_link {
    font-size: 1.1rem;
  }
}

/*header */
.navbar {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  padding-bottom: 0;
  z-index: 5;
}
.navbar .row {
  width: 100%;
}
.navbar-nav li a {
  font-weight: 700;
  font-size: 1.111rem;
  color: #33485b;
  padding: 5px 15px !important;
  display: block;
}
.navbar_fijo > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  padding-left: 0;
}
.navbar_fijo ul li {
  display: inline-block;
  width: auto;
}
.navbar-nav li a:hover {
  color: #009ddc;
}
.boton-covid {
  border: 2px solid #2a2c7f;
  border-radius: 4px;
  background: #fff;
  color: #2a2c7f;
  line-height: 100%;
  padding: 0.2rem 1rem;
  font-weight: 600;
  vertical-align: middle;
}
.menu_oculto {
  width: 100%;
  position: absolute;
  border-top: 1px solid #707070;
  background: #2a2c7f;
  z-index: 2;
  padding-bottom: 0;
}
.menu_oculto .col-12 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  padding-top: 2rem;
  padding-bottom: 2rem;
  justify-content: flex-end;
}
.menu_oculto .redes {
  margin-right: 25px;
}
.menu_oculto .redes a {
  height: 38px;
  width: 38px;
  line-height: 35px;
  color: #fff;
}
.menu_oculto .redes a i {
  color: #fff;
  font-size: 1rem;
}
.menu_oculto ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.ver-buscador {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  cursor: pointer;
}
.buscador {
	border-top: 1px solid #707070;
	background: #2a2c7f;
	z-index: 2;
	width: 100%;
	transition: 0.5s;
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
	height: 0;
	display: block;
	opacity: 0;
}
.buscador input {
  border: 0 none;
  border-bottom: 2px solid #fff;
  width: 55%;
  position: relative;
  background-color: transparent;
  color: #fff;
  text-indent: 10px;
}
.buscador input::placeholder {
  color: #fff;
}
.buscador input:focus {
  outline: none;
}
.buscador.visible {
  display: block;
  height: auto;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
	opacity: 1;
}
.buscador .btn {
  background: #009ddc;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.menu_oculto ul li a {
  color: #fff;
  font-size: 1rem;
  padding: 5px 25px !important;
}
.menu_oculto ul li a::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 11px;
  background-image: url("../images/angle-right.png");
  background-repeat: no-repeat;
}
.menu_oculto ul li a:hover {
  text-decoration: none;
}
.menu_oculto .redes a {
  height: 38px;
  width: 38px;
  line-height: 35px;
  border: 2px solid #fff;
}
.menu_oculto ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
  margin: 0 25px;
}
.boton-covid::after {
  background: url("../images/coronavirus.svg");
  content: "";
  height: 22px;
  width: 22px;
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  font-size: 0.889rem;
}
.navbar-toggler .fa-times {
  display: block;
}
.navbar-toggler .fa-equals {
  display: none;
}
.navbar-toggler.collapsed .fa-times {
  display: none;
}
.navbar-toggler.collapsed .fa-equals {
  display: block;
}
button.navbar-toggler {
  color: #33485b;
  padding-left: 0;
  padding-right: 0;
  vertical-align: middle;
}
button.navbar-toggler:focus {
  outline: 0 !important;
}
a.ver-buscador {
  color: #009ddc;
  vertical-align: middle;
}

/*home generales*/
h3.title {
  font-size: 2.222rem;
  text-transform: uppercase;
  font-family: "Gilroy ExtraBold";
  position: relative;
  margin-left: 4rem;
}
.vermas {
  font-size: 0.889rem;
  text-decoration: underline;
}
.pt1rem {
  padding-top: 1rem;
}
.vermas:after {
  content: "";
  width: 19px;
  height: 14px;
  display: inline-block;
  margin-left: 5px;
}
.bg_blanco {
  background: #fff;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.hidden-xs {
  display: inline-block;
}
.only-xs {
  display: none;
}
i.calendario {
  background: url("../images/calendario.svg");
  display: inline-block;
  width: 14px;
  height: 14px;
}
.data {
  color: #b1b3b6;
  font-size: 0.778rem;
}
.btn.vermas {
  font-size: 0.889rem;
  color: #fff;
  background: #009ddc;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  padding: 0.3rem 1.5rem;
}
.btn.vermas::after {
  background: url("../images/arrow-left-width-small.svg");
}
.linea {
  height: 1px;
  width: 5rem;
  background: #fff;
  vertical-align: middle;
  display: inline-block;
}
@media (min-width: 576px) {
  .medio-container {
    max-width: 270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .medio-container {
    max-width: 360px;
  }
}
@media (min-width: 992px) {
  .medio-container {
    max-width: 480px;
  }
  .politicas-f{
    margin-bottom: 3.5rem;
    }
    .damos-f{
    margin-top: -1rem;
    }
}
@media (min-width: 1200px) {
  .medio-container {
    max-width: 570px;
  }
}
@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none;
  }
  .only-xs {
    display: inline-block;
  }
}
/*slide principal */
.slick-principal .slick-slide > div > div {
  height: calc(100vh - 100px);
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.slick-principal h2 {
  font-family: "Gilroy ExtraBold";
  text-transform: uppercase;
  color: #fff;
  font-size: 2.778rem;
}
.slick-principal .btn {
  background: #009ddc !important;
  color: #fff !important;
  font-size: 1.222rem;
  text-transform: none;
  font-weight: 600;
  padding: 0.5rem 2rem;
}
.slick-principal .btn::after {
  display: inline-block;
  content: "";
  background: url("../images/arrow-left-white.svg");
  height: 22px;
  width: 30px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: contain;
  vertical-align: bottom;
  margin-left: 5px;
}
.slick-principal .slick-slide > div > div {
  position: relative;
}
/*.slick-principal .slick-slide > div > div::before {
  content: "";
  position: absolute;
  background: rgba(19, 20, 56, 1);
  background: -moz-linear-gradient(
    left,
    rgba(19, 20, 56, 1) 0%,
    rgba(19, 20, 56, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(19, 20, 56, 1)),
    color-stop(100%, rgba(19, 20, 56, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(19, 20, 56, 1) 0%,
    rgba(19, 20, 56, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(19, 20, 56, 1) 0%,
    rgba(19, 20, 56, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(19, 20, 56, 1) 0%,
    rgba(19, 20, 56, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(19, 20, 56, 1) 0%,
    rgba(19, 20, 56, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131438', endColorstr='#131438', GradientType=1 );
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 1;
  opacity: 0.58;
}*/
.slick-principal .container {
  z-index: 2;
  position: relative;
}
.slick-principal .slick-dots {
  z-index: 3;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -4rem;
  margin-bottom: 1.8rem;
}
.slick-active button:focus {
  outline: none;
}
.slick-principal .slick-dots {
  text-align: right;
}
.slick-principal .slick-dots li {
  display: inline-block;
}
.slick-principal .slick-dots li button {
  background-color: transparent;
  border: 0 none;
  color: #fff;
  font-weight: 900;
  font-size: 0.889rem;
  opacity: 0.5;
  border-bottom: 3px solid transparent;
  padding: 5px;
}
.slick-principal .slick-dots li {
  border-bottom: 1px solid #fff;
  padding: 0 5px;
}
.slick-principal .slick-dots li:first-child {
  padding-left: 0;
}
.slick-principal .slick-dots li:last-child {
  padding-right: 0;
}
.slick-principal .slick-dots li.slick-active button {
  opacity: 1;
  border-bottom: 3px solid #fff;
}
.slick-principal .slick-dots li.slick-active button:active,
.slick-principal .slick-dots li.slick-active button:hover,
.slick-principal .slick-dots li.slick-active button:focus {
  outline: none;
}
.slick-principal .slick-dots li button:before {
  content: "0";
}
@media (min-width: 576px) {
  .slick-principal .slick-dots {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .slick-principal .slick-dots {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .slick-principal .slick-dots {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .slick-principal .slick-dots {
    max-width: 1140px;
  }
}

/*operaciones*/
.operaciones {
  background-image: url("../images/bg_operaciones.jpg");
  background-position: top center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.operaciones h3.title {
  color: #fff;
}
.operaciones h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.operaciones .nav-tabs {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-left: 2rem;
  margin-right: 2rem;
}
.operaciones .tab-content {
  margin-left: 2rem;
  margin-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 0;
}
.operaciones .tab-content .tab-pane.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row;
}
.operaciones .nav-tabs li a {
  border-radius: 0;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding-left: 2rem;
  padding-right: 2rem;
  opacity: 0.7;
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
}
.operaciones .nav-tabs li a:hover {
  border: 0 !important;
  border-bottom: 3px solid transparent !important;
}
.operaciones .nav-tabs li a.active {
  background: transparent;
  border: 0;
  border-bottom: 3px solid #fff !important;
  opacity: 1;
  color: #fff;
}
.operaciones .vermas {
  color: #fff;
  margin-right: 2rem;
}
.operaciones .vermas:after {
  background: url("../images/arrow-left-width-small.svg");
}

.cifras > div {
  padding: 2rem 1rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}
.cifras {
  max-width: 25%;
  position: relative;
  background: #fff;
  overflow: hidden;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.cifras:first-child {
  margin-left: 0;
}
.cifras:last-child {
  margin-right: 0;
}
.cifras img {
  margin: 0 auto 1rem;
  display: block;
  max-width: 110px;
}
.cifras .rollover {
  background: #009ddc;
  position: absolute;
  bottom: -100%;
  transition: 0.5s;
  opacity: 0;
}
.cifras:hover .rollover {
  bottom: 0px;
  opacity: 1;
  top: 0;
}
.cifras h5 {
  text-align: center;
  font-size: 1.111rem;
  color: #191919;
}
.cifras h5 strong {
  color: #009ddc;
  display: block;
  font-size: 2.333rem;
}
.cifras h5 strong span {
  display: block;
  font-size: 1.111rem;
}
.cifras .rollover h5 strong,
.cifras .rollover h5 {
  color: #fff;
}

/*cifras relevantes*/
.relevantes {
  background-image: url("../images/bg_relevantes.jpg");
  background-position: top center;
  background-size: cover;
  padding-top: 3rem;
 /*padding-top: 5rem;*/
  /*padding-bottom: 3rem;*/
}
.relevantes h3.title {
  margin-left: 0;
}
.relevantes .vermas {
  color: #33485b;
  margin-right: 2rem;
}
.relevantes .vermas:after {
  background: url("../images/arrow-left-grey-small.svg");
}
.relevantes .nav-tabs {
  border: 0 !important;
  border-right: 1px solid #6d6e71 !important;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.relevantes .nav-tabs li {
  text-align: right;
  display: block;
  width: 100%;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.relevantes .nav-tabs li a {
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
  text-align: right;
  display: inline-block;
  border-radius: 0;
  border: 0 !important;
  border-right: 3px solid transparent !important;
}
.relevantes .nav-tabs li a.active {
  background: transparent;
  border: 0;
  border-right: 3px solid #009ddc !important;
  opacity: 1;
  color: #009ddc;
}
.relevantes .tab-pane {
  padding: 50px;
}
.relevantes .tab-content {
 /* border-right: 1px solid #6d6e71 !important; */
 /* margin-right: 2rem; */
}
.relevantes .tab-pane h4 {
  font-size: 1.333rem;
  color: #3c3c3c;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.relevantes .contenido_tab ul {
  column-count: 2;
  padding-left: 0;
}
.relevantes .contenido_tab ul li {
  display: block;
  color: #6d6e71;
  font-size: 1.111rem;
  padding: 15px 15px 15px 0;
}
.relevantes .contenido_tab ul li strong {
  display: block;
  color: #3c3c3c;
  line-height: 100%;
  font-size: 2.333rem;
  font-weight: 900;
  font-weight: bold;
}
/*proceso*/
.proceso {
  background: #00b6ad;
  background-position: center;
  background-size: cover;
}
.proceso .medio-container {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.proceso h3.title {
  color: #fff;
}
.proceso h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.proceso p {
  color: #fff;
  margin-left: 4rem;
}
.proceso .vermas {
  color: #fff;
  margin-left: 4rem;
}
.proceso .vermas:after {
  background: url("../images/arrow-left-width-small.svg");
}
.slick_procesos p {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 0.998rem;
}
.slick_procesos .slick-arrow {
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  border: 0px;
  font-size: 0;
  background-color: transparent;
  z-index: 2;
}
.slick_procesos .slick-prev {
  left: -37px;
  background-image: url("../images/slick-arrow-left-celeste.svg");
}
.slick_procesos .slick-prev:focus,
.slick_procesos .slick-next:focus {
	outline: none;
}
.slick_procesos .slick-next {
  right: -32px;
  background-image: url("../images/slick-arrow-right-celeste.svg");
}
.slick_procesos img {
  width: 100%;
}
.slick_procesos {
  width: 100%;
  max-width: calc(570px - 25%);
  overflow: visible;
  margin-left: 40px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.slick_procesos .slick-list {
  overflow: visible;
}
.contenedor_slick_proceso {
  overflow: hidden;
}
.slick_procesos .slick-slide {
  margin-right: 15px;
}

/*comunidad*/
.comunidad {
  background: #00b6ad;
  background-position: center;
  background-size: cover;
}
.comunidad .medio-container {
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.comunidad h3.title {
  color: #fff;
}
.comunidad h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.comunidad p {
  color: #fff;
  padding-left: 2rem;
}
.contenedor_slick_comunidad {
  padding-left: 0;
}
.comunidad .vermas {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 2rem;
  display: inline-block;
  border-radius: 5px;
}
.comunidad .vermas:after {
  background: url("../images/arrow-left-width-small.svg");
}
.slick_comunidad .slick-dots {
  position: absolute;
  bottom: 0;
  right: 1rem;
  padding-left: 0;
}
.slick_comunidad .slick-dots li {
  display: inline-block;
  font-size: 0;
}
.slick_comunidad .slick-dots li button {
  border: 0;
  background: transparent;
}
.slick_comunidad .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  display: block;
  transition: 0.5s;
}
.slick_comunidad .slick-dots li.slick-active button::before {
  width: 30px;
}
.slick_comunidad img {
  margin-bottom: 0;
}
/*detalle noticia*/

.single {
  background: url("../images/bg-noticias2.jpg");
  background-repeat: no-repeat;
  background-position: 0 60px;
  -webkit-background-size: contain;
  background-size: contain;
}
.single nav {
  margin-bottom: 2rem;
}
.single .nota {
  background: #fff;
  padding: 2.5rem;
}
.single .nota h2 {
  padding-bottom: 0.5rem;
  font-size: 2.667rem;
  font-family: "Gilroy ExtraBold";
  position: relative;
}
.single .nota figure {
  margin-top: 1rem;
  margin-bottom: 1.5rem;
}
.single .nota .data {
  margin-bottom: 1rem;
}
.single .nota p {
  font-size: 1rem;
  margin-bottom: 1.2rem;
}
.single .nota p.lead {
  font-size: 1.2rem;
  font-weight: 700;
}
.single .nota .content {
  width: 90%;
}
.single .nota p a {
  text-decoration: underline;
  color: #009ddc;
}
.single .nota blockquote {
  max-width: 50%;
  padding: 3rem 1.5rem 1.2rem;
  background: #f8fbff;
  position: relative;
  margin-top: 3rem;
  float: left;
  clear: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: 600;
}
.single .nota blockquote::before {
  background: url("../images/cita.svg");
  width: 123px;
  height: 88px;
  display: block;
  position: absolute;
  content: "";
  top: -2rem;
}
.single .nota h3 {
  font-weight: 900;
  color: #3c3c3c;
  font-size: 1rem;
  margin-bottom: 1rem;
  margin-top: 2rem;
}
.single .nota ul li {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
.single .nota ul li::before {
  content: "•";
  color: #009ddc;
  display: inline-block;
  text-indent: -1.1rem;
  position: absolute;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.2rem;
}
.volver {
  color: #fff;
  font-size: 0.8rem;
}
.volver::before {
  display: inline-block;
  background: url("../images/arrow-volver-white.svg");
  width: 15px;
  height: 14px;
  content: "";
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
/*compartir*/
.share {
  border-top: 1px solid #22292e;
  border-bottom: 1px solid #22292e;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.share a {
  border: 2px solid #555559;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: inline-block;
  line-height: 35px;
  text-align: center;
  color: #555559;
}
.share::after {
  content: "";
  width: 100%;
  clear: both;
  display: block;
}
.share .float-left a:nth-child(1) {
  color: #3b5999;
  border-color: #3b5999;
}
.share .float-left a:nth-child(2) {
  color: #1da2f3;
  border-color: #1da2f3;
}
.share .float-left a:nth-child(3),
.share .float-left a:nth-child(4){
  color: #25d466;
  border:0 none;
	line-height: 39px;
	font-size: 39px;
    vertical-align: bottom;
}
/*Page noticias*/

/*noticias */
.page-template-page-noticias {
  background: url("https://www.gnlquintero.com/wp-content/uploads/2021/06/bg-noticias-02.jpg");
/*	background: url("../images/bg-noticias.jpg");*/
  background-repeat: no-repeat;
  background-color: #002c49;
  background-position: 0 60px;
  -webkit-background-size: contain;
  background-size: contain;
}
.page-template-page-noticias h2.title {
  color: #fff;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 2.222rem;
  text-transform: uppercase;
  font-family: "Gilroy ExtraBold";
  position: relative;
}
.page-template-page-noticias .card {
  border: 0 none;
  border-radius: 0px;
  height: 100%;
}
.page-template-page-noticias #noticias > div {
  margin-bottom: 1.5rem;
}
.destacada {
  margin-bottom: 2rem;
}
.destacada .card {
  flex-direction: row;
}
.destacada img {
  width: 50%;
  order: 2;
}
.destacada .card-body {
  padding: 3rem;
}
.destacada .card-body h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 120%;
  color: #3c3c3c;
}
/*Estamos*/
.estamos {
  background-image: url("../images/bg_estamos.jpg");
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.estamos h3.title {
  color: #fff;
}
.estamos h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.slick_noticias .slick-dots {
  bottom: -50px;
  width: calc(100% - 50px);
  padding-left: 0;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}
.slick_noticias .slick-dots li {
  display: inline-block;
  font-size: 0;
}
.slick_noticias .slick-dots li button {
  border: 0;
  background: transparent;
}
.slick_noticias .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  display: block;
  transition: 0.5s;
}
.slick_noticias .slick-dots li.slick-active button::before {
  width: 30px;
}
.slick_noticias .slick-slide > div {
  height: 100%;
}
.slick_noticias .slick-slide > div > div {
  height: 100%;
}
.slick_noticias .card {
  border-radius: 0;
  border: 0 !important;
  margin: 0 15px;
  height: 100%;
}
.slick_noticias .card .card-img-top {
  border-radius: 0;
}
.slick_noticias .card h5.card-title {
  font-size: 1rem;
  color: #3c3c3c;
  line-height: 144%;
}
.slick_noticias .card .data {
  margin-bottom: 0.3rem;
}
.slick_noticias .card-body {
  padding: 1.5rem;
}

/*generales - interiores*/
figure {
  margin-bottom: 0;
}
.bg_celeste {
  margin-bottom: 2.5rem;
  background-attachment: fixed;
  transition: 1s;
  background-position: center;
  background-size: cover;
}
.top_bg_celeste {
  padding-top: 3.5rem;
  background: rgba(244, 244, 244, 0.8);
}
.page h2 {
  color: #3c3c3c;
  font-size: 3.333rem;
  font-family: "Gilroy ExtraBold";
  text-transform: uppercase;
}
.page .lead {
  font-size: 1.056rem;
  font-family: "Lato", sans-serif;
  color: #33485b;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 3.5rem;
}
.page .sticky {
  position: fixed;
  top: 0;
  z-index: 1;
  width: 100%;
}
.page .sticky ul.hijas {
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.page .sticky ul.padres {
  background: #fff;
  border-top: 1px solid #ebebeb;
}
.page .sticky ul.hermanas {
  background: #fff;
  border-top: 1px solid #ebebeb;
}
#navegacion {
  transition: 0.8s;
  background: rgba(244, 244, 244, 0.8);
}
#navegacion .col-md-12 ul {
  margin-left: -15px;
  margin-right: -15px;
  width: calc(100% + 30px);
  transition: 0.8s;
}
#navegacion.sticky .col-md-12 ul {
  background: #fff !important;
  border-top: 1px solid #ebebeb !important;
}
.sticky + .row {
  padding-top: 90px;
}
.page ul.hermanas {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}
.page ul.hermanas li {
  display: inline-block;
}
.page ul.hermanas li a {
  color: #33485b;
  font-size: 1rem;
  display: block;
  padding: 10px 25px;
}
.page ul.hermanas li a.active {
  font-weight: 700;
  color: #2a2c7f;
}
.page ul.padres {
  width: 100%;
  padding-left: 0;
  text-align: center;
  margin-bottom: 0;
}
.page ul.padres li {
  display: inline-block;
}
.page ul.padres li a {
  color: #33485b;
  font-size: 1rem;
  display: block;
  padding: 10px 25px;
}
.page ul.padres li a.active {
  font-weight: 900;
  color: #2a2c7f;
}
#navegacion .col-md-12 ul:nth-child(2) {
  background: rgba(0, 0, 0, 0.05);
}
#navegacion .col-md-12 ul:nth-child(2) a {
  padding: 10px 0px;
  margin: 0px 25px;
}
#navegacion .col-md-12 ul:nth-child(2) a.active {
  border-bottom: 2px solid #2a2c7f;
  font-weight: 700;
}
.page ul.hijas {
  transition: 1.2s;
  width: calc(100% + 30px);
  padding-left: 0;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
}
.page ul.hijas li {
  display: inline-block;
}
.page ul.hijas li a {
  color: #33485b;
  font-size: 0.944rem;
  display: block;
  margin: 0 30px;
  padding: 10px 0px;
}
.page ul.hijas li a.active {
  font-weight: 900;
  border-bottom: 2px solid #2a2c7f;
}
.page figure.principal {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
}
.page figure.principal2 {
  background-size: cover;
  height: 0;
  padding-bottom: 27.7%;
  background-attachment: fixed;
  transition: 1s;
  background-position: center;
}
.page figure.principal::before {
  content: "";
  background: rgba(190, 212, 248, 1);
  background: -moz-linear-gradient(
    top,
    rgba(190, 212, 248, 1) 0%,
    rgba(190, 212, 248, 0) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(190, 212, 248, 1)),
    color-stop(100%, rgba(190, 212, 248, 0))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(190, 212, 248, 1) 0%,
    rgba(190, 212, 248, 0) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(190, 212, 248, 1) 0%,
    rgba(190, 212, 248, 0) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(190, 212, 248, 1) 0%,
    rgba(190, 212, 248, 0) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(190, 212, 248, 1) 0%,
    rgba(190, 212, 248, 0) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed4f8', endColorstr='#bed4f8', GradientType=0 );
  height: 25%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  display: none !important;
}
.bloque {
  padding-bottom: 2.5rem;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}
.bloque figure {
  margin-right: -15px;
  width: calc(100% + 15px);
  text-align: center;
}
.bloque .flex-md-row-reverse figure {
  margin-left: -15px;
  margin-right: 0;
  width: calc(100% + 15px);
}
.bloque .txt {
  max-width: 429px;
  width: 100%;
  float: right;
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.bloque .flex-md-row-reverse .txt {
  float: left;
}
.bloque h3.title {
  color: #009ddc;
  margin-left: 2rem;
}
.bloque h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #009ddc;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.bloque .txt p {
  font-size: 0.944rem;
  margin-left: 2rem;
}
.bloque ul {
  margin-left: 3rem;
  padding-left: 0;
}
.bloque ul li {
  display: block;
  font-size: 0.944rem;
  margin-bottom: 0.5rem;
  color: #191919;
  position: relative;
}
.bloque ul li::before {
  content: "•";
  color: #009ddc;
  display: inline-block;
  text-indent: -1.1rem;
  position: absolute;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1rem;
}
.bloque ul li h4 {
  font-size: 1.111rem;
  font-weight: 700;
  margin-bottom: 0;
}
.bloque ul li h5 {
  font-size: 0.889rem;
  font-weight: 400;
  margin-bottom: 0;
}
.bloque .col-md-12 ul {
  column-count: 3;
}
.bloque .txt a.btn.vermas {
  margin-left: 2rem;
}

.bloque-cuatroitems {
  background-image: url("../images/bg_operaciones.jpg");
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.bloque-cuatroitems.calipso {
  background-image: none;
  background-color: #00b6ad;
}
.bloque-cuatroitems h3.title {
  color: #fff;
  margin-bottom: 1.5rem;
}
.bloque-cuatroitems h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #fff;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.contenedor_cuatro {
}
.contenedor_cuatro .card {
  border-radius: 0px;
  padding: 2rem 1.5rem;
  height: 100%;
}
.contenedor_cuatro .card h4 {
  font-size: 1.333rem;
  color: #00b6ad;
  font-weight: 700;
}
.contenedor_cuatro .card p {
  color: #3c3c3c;
  font-size: 0.944rem;
}
.page-template-page-infraestructura .proceso,
.page-template-page-proceso .proceso {
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: #2a2c7f;
}

.azul + footer {
  margin-top: 8px;
}
.proceso .row {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
}
.proceso .slick-dots {
  padding-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 35%;
  text-align: left;
  left: 50%;
  margin-left: 5rem;
  position: absolute;
  bottom: -15px;
}
.proceso .slick-dots li {
  display: inline-block;
  font-size: 0;
}
.proceso .slick-dots li button {
  border: 0;
  background: transparent;
}
.proceso .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  display: block;
  transition: 0.5s;
}
.proceso .slick-dots li.slick-active button::before {
  width: 30px;
}
/*Nuestra energÃ­a*/

.proyectos.calipso {
  background-image: none;
  background-color: #00b6ad;
  background-position: center;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem;
}
.proyectos.calipso .slick_proyectos .slick-dots {
  text-align: right;
  padding-right: 3rem;
  bottom: 15px;
}

.video-container {
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slick_proyectos {
  background: #fff;
  padding: 25px;
}
.slick_proyectos .slick-dots {
  position: absolute;
  bottom: -50px;
  width: calc(100% - 50px);
  padding-left: 0;
  text-align: center;
}
.slick_proyectos .slick-dots li {
  display: inline-block;
  font-size: 0;
}
.slick_proyectos .slick-dots li button {
  border: 0;
  background: transparent;
}
.slick_proyectos .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #fff;
  display: block;
  transition: 0.5s;
}
.slick_proyectos .slick-dots li.slick-active button::before {
  width: 30px;
}
/*reportes*/
.reportes {
  background-image: url("../images/bg_reportes.jpg");
  background-position: center;
  background-size: cover;
}
.reportes h3.title {
  color: #2a2c7f;
}
.page .reportes h3.title {
  color: #00b6ad;
}
.reportes h3.title::before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 5px;
  background: #2a2c7f;
  position: absolute;
  left: -2rem;
  top: 1rem;
}
.page .reportes h3.title::before {
  background: #00b6ad !important;
}
.reportes p {
  color: #3c3c3c;
  margin-left: 4rem;
}
.reportes .bg_blanco {
  height: 100%;
}
.page .reportes p {
  color: #3c3c3c;
}
.reportes .vermas {
  color: #2a2c7f;
  margin-left: 4rem;
}
.page .reportes .vermas {
  color: #00b6ad;
}
.reportes .vermas:after {
  background: url("../images/arrow-left-blue-small.svg");
}
.page .reportes .vermas:after {
  background: url("../images/arrow-left-calipso-small.svg");
}
.slick_reportes .slick-disabled,
.slick_procesos .slick-disabled {
  display: none !important;
}
.slick_reportes .slick-arrow:active,
.slick_reportes .slick-arrow:focus {
  outline: none;
}
.slick_reportes .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -37px;
  width: 74px;
  height: 74px;
  border: 0px;
  font-size: 0;
  background-color: transparent;
  z-index: 2;
}
.slick_reportes .slick-prev {
  left: -37px;
  background-image: url("../images/slick-arrow-left-azul.svg");
}
.slick_reportes .slick-next {
  right: calc(50% - 37px);
  background-image: url("../images/slick-arrow-right-azul.svg");
}
.slick_reportes .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.slick_reportes {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.slick_reportes p,
.slick_reportes_interior p {
  margin-left: 0;
  color: #3c3c3c;
  font-size: 0.889rem;
  margin-bottom: 0;
}
.slick_reportes p .linea,
.slick_reportes_interior p .linea {
  background: #3c3c3c;
}
.reportes_items {
  position: relative;
  display: block;
  overflow: hidden;
}
.reportes_items a {
  background: rgba(42, 40, 117, 0.81);
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  padding-left: 25%;
  padding-right: 25%;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  transition: 0.3s;
}
.reportes_items a:hover {
  opacity: 1;
}
.reportes_items a i {
  background: url("../images/download_white.svg");
  width: 15px;
  height: 27px;
  display: block;
  margin: 10px auto;
}
.celeste_claro {
  background: #f8fbff;
}
.celeste_claro .slick_reportes {
  margin-top: 0;
}
.celeste_claro .slick_reportes > div {
  margin-bottom: 15px;
}
.pdf.btn {
  border: 2px solid #2a2c7f;
  margin-left: 0 !important;
  margin-top: 1rem;
  max-width: 50%;
  text-align: left;
  color: #2a2c7f;
  font-size: 0.8rem;
  line-height: 105%;
}
.pdf.btn::before {
  background: url("../images/icon_pdf.svg");
  width: 25px;
  height: 33px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  display: block;
  content: "";
  float: left;
  margin-right: 10px;
}

.banner_comunidad {
  background: #009ddc;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.banner_comunidad .col-12 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.banner_comunidad a {
  border-bottom: 2px solid #fff;
  color: #fff;
  display: flex;
  margin: 0 auto;
  width: auto;
  padding-bottom: 5px;
  flex-direction: row;
  align-items: flex-end;
  font-size: 1rem;
}
.banner_comunidad a::before {
  background: url("../images/familia.svg");
  content: "";
  display: block;
  width: 90px;
  height: 60px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 15px;
}
.banner_comunidad a::after {
  background: url("../images/link-externo.svg");
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  -webkit-background-size: contain;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner_comunidad strong {
  display: block;
  text-align: left;
  font-size: 2rem;
  line-height: 100%;
}
.banner_comunidad span {
  display: block;
  text-transform: uppercase;
  font-size: 1.444rem;
  line-height: 100%;
}
/*area de comunicaciones*/
.page-template-page-canal h2,
.page-template-page-formulario h2 {
  color: #fff;
  font-size: 3rem;
  font-family: "Gilroy ExtraBold";
}
.page-template-page-canal .col-md-4 {
  margin-bottom: 15px;
}
.canal {
  background: url("../images/bg_canal.jpg");
  background-position: top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 15rem;
}
.page-template-page-canal .card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 0;
}
.page-template-page-canal h5 {
  color: #3c3c3c;
  margin-top: 15px;
  margin-bottom: 0;
}
.page-template-page-canal .icono {
  max-width: 100px;
}
.menu_oculto ul li.current-menu-item a {
  color: #009ddc;
}
ul.lista-formularios {
  width: 100%;
  padding-left: 0;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
ul.lista-formularios li {
  display: inline-block;
}
ul.lista-formularios li a {
  color: #fff;
  font-size: 1rem;
  display: block;
  padding: 10px 25px;
  opacity: 0.7;
}
ul.lista-formularios li a.active {
  opacity: 1;
}
ul.lista-formularios li a img {
  vertical-align: inherit;
  max-width: 20px;
  max-height: 20px;
  display: inline-block;
}
.formulario {
  background: #fff;
  padding: 1rem 2rem;
}
.texto_formulario h5 {
  font-size: 1.1rem;
}
.texto_formulario p {
  font-size: 1rem;
}
.texto_formulario p,
.texto_formulario h5 {
  color: #fff;
}
.search-results h2 {
  color: #3c3c3c;
  font-size: 3rem;
  font-family: "Gilroy ExtraBold";
  text-transform: uppercase;
  margin-top: 2rem;
}

.search-results footer {
  margin-top: 3rem;
}
.search-results .w-buscador {
  background: #fff;
  z-index: 2;
  width: 100%;
  transition: 0.5s;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 2rem;
}
.search-results .w-buscador input {
  border: 0 none;
  border-bottom: 2px solid #4e4e4e;
  width: 55%;
  position: relative;
}
.search-results .w-buscador input:focus {
  outline: none;
}
.search-results .w-buscador .btn {
  background: #009ddc;
  color: #fff;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.search-results .card {
  border: 0 none;
  border-bottom: 1px solid #22292e;
}
.redes a {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  border: 2px solid #8f90a7;
  height: 40px;
  width: 40px;
  line-height: 40px;
}
/*panel noticia*/
.panel_lateral {
	/*el panel deslizable*/
	position: absolute;
	width: 28%;
	height: auto;
	top: 25%;
	right: -28%; /*Ocultamos el menÃº en la parte izquierda para que no se vea a menos que pulsemos sobre la hamburguesa*/
	padding: 47px;
	background-color: #a1cecb;
	transition: all 0.5s ease;
	z-index: 5;
	display: none !important;
}
.panel_lateral h4 {
  font-size: 1.222rem;
  color: #2a2c7f;
  font-weight: bold;
}
.panel_lateral h3 {
  font-size: 1rem;
  color: #3c3c3c;
}
.panel_lateral p {
  color: #3c3c3c;
  font-size: 0.889rem;
}
.panel_lateral img {
  max-width: 100%;
}
.panel_lateral a.btn {
  color: #2a2c7f;
  font-size: 0.889rem;
  padding: 0;
  margin-right: 15px;
}
.panel_lateral a.btn.adelante::after,
.panel_lateral a.btn.atras::before {
  display: inline-block;
  width: 19px;
  height: 14px;
  content: "";
  background: url("../images/arrow-left-blue-small.svg");
}
.panel_lateral figure {
	height: auto !important;
}
.panel_lateral a.btn.atras::before {
  margin-right: 5px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.panel_lateral a.btn.adelante::after {
  margin-left: 5px;
}
.menu-toogle {
  cursor: pointer;
  height: 300px;
  color: #3c3c3c;
  font-size: 0.889rem;
  padding: 1rem;
  line-height: 1.1;
  text-align: center;
  top: 50%;
  writing-mode: vertical-lr;
  position: absolute;
  transform: translateY(-50%);
  transition: all 0.5s ease;
  z-index: 10;
  background: rgba(182, 225, 222, 1);
  background: -moz-linear-gradient(
    left,
    rgba(182, 225, 222, 1) 0%,
    rgba(161, 206, 203, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(182, 225, 222, 1)),
    color-stop(100%, rgba(161, 206, 203, 1))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(182, 225, 222, 1) 0%,
    rgba(161, 206, 203, 1) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(182, 225, 222, 1) 0%,
    rgba(161, 206, 203, 1) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(182, 225, 222, 1) 0%,
    rgba(161, 206, 203, 1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(182, 225, 222, 1) 0%,
    rgba(161, 206, 203, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e1de', endColorstr='#a1cecb', GradientType=1 );
  border-radius: 33px;
  right: 0;
}
/*AÃ±adimos la haburguesa y le damos unos estilos*/
.menu-toogle::before {
  content: "ï“";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  background-color: #b6e1de;
  border-radius: 50% 0 0 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
  left: -30px;

  /*
	font-size:15px;
	color:#3C3C3C;
	display: block;
	margin-left: -.8rem;
	bottom: -20px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	background-position: center;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);*/
}
.checkbox:checked ~ .menu-toogle:before {
  content: ">";
}
.checkbox {
  display: none; /*Ocultamos el checkbox pues no nos interesa que se vea*/
}
.checkbox:checked ~ .panel_lateral {
  right: 0px; /*Le quitamos el left negativo para que el menÃº vuelva a su posiciÃ³n original*/
  position: fixed; /* Fijamos el menÃº lateral para que se desplace cuando hagamos scroll*/
}
.checkbox:checked ~ .menu-toogle {
  right: 28%;
  position: fixed; /*Fijamos la hamburgues para que se desplace junto con el menÃº*/
}

/*nuevo menu*/
/*container*/
#mega-menu-wrap-primary-menu #mega-menu-primary-menu input,
#mega-menu-wrap-primary-menu #mega-menu-primary-menu img {
  border: 5px solid #f4f4f4;
  max-width: calc(100% - 10px);
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  float: none !important;
}

@media (min-width: 576px) {
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  #mega-menu-wrap-primary-menu
    #mega-menu-primary-menu
    li.mega-menu-megamenu
    > ul.mega-sub-menu
    > li.mega-menu-row {
    max-width: 1140px;
  }
}

#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row {
  border-top: 1px solid #eaeaea;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #2a2c7f !important;
  font-weight: 900 !important;
  margin-bottom: 20px !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link,
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-megamenu
  > ul.mega-sub-menu
  li.mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item
  li.mega-menu-item
  > a.mega-menu-link {
  color: #3c3c3c !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 120% !important;
  margin-bottom: 15px !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #33485b !important;
  font-weight: 600 !important;
  padding: 10px 0 !important;
  margin: 0 20px !important;
  font-size: 20px !important;
  height: auto !important;
  border-bottom-color: #fff !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item.mega-current_page_item
  > a.mega-menu-link,
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item.mega-toggle-on
  > a.mega-menu-link {
  border-bottom-color: #009ddc !important;
  color: #009ddc !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item:first-child
  > a.mega-menu-link {
  margin-left: 0 !important;
}
#mega-menu-wrap-primary-menu
  #mega-menu-primary-menu
  > li.mega-menu-item:last-child
  > a.mega-menu-link {
  margin-right: 0 !important;
}

#noticias > div {
  display: none;
}
#noticias > div.display {
  display: block;
}
.contenedor-resultados > div {
  display: none;
}
.contenedor-resultados > div.display {
  display: block;
}
.contenedor-resultados #loadMore,
#noticias #loadMore {
  width: 100%;
  clear: both;
  color: #fff;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}
.contenedor-resultados #loadMore {
  color: #2a2c7f;
  display: block;
}
/*preguntas frecuentes*/
.filtro_preguntas {
  text-align: center;
  padding-left: 0;
  border-bottom: 1px solid rgba(51, 72, 91, 0.1);
  margin-bottom: 2rem;
}
.filtro_preguntas li {
  display: inline-block;
}
.filtro_preguntas a {
  color: #33485b;
  display: block;
  padding: 10px 35px;
  font-weight: 600;
}
.filtro_preguntas .active a {
  font-weight: 900;
  color: #2a2c7f;
}
.page-template-page-preguntas-frecuentes {
  background: #f8fbff;
}
.page-template-page-preguntas-frecuentes h2.title {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 3rem;
}
.box-conv h4 {
  color: #2a2c7f;
  font-size: 1rem;
  font-weight: 700;
}
.box-conv p {
  color: #3c3c3c;
  font-weight: 600;
  font-size: 0.9rem;
}
.cat-conv .col-md-4 {
  border-right: 1px solid rgba(51, 72, 91, 0.1);
  padding-bottom: 1rem;
}
.cat-conv .col-md-4:nth-child(3n) {
  border-right: 0 none;
}
/*cifras relevantes*/
.page-template-page-cifras h2.title {
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  font-size: 3rem;
}
.page-template-page-cifras section {
  padding-top: 3rem;
  padding-bottom: 4rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
.page-template-page-cifras section.es_uno {
  padding-top: 0;
}

.page-template-page-noticias .destacada .card > .btn.vermas {
  display: none;
}
@media (max-width: 1200px) {
  .navbar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 992px) {
  .navbar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .page-template-page-noticias .destacada .card {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-page-noticias .destacada img {
    height: auto;
    width: calc(100% - 6rem);
    margin-left: 3rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 14px;
  }
  .slick-principal .slick-dots {
    text-align: center;
  }
  .navbar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 10px;
  }
  .navbar-brand {
    max-width: 100%;
  }
  .navbar-brand img {
    max-width: 100%;
  }
  .operaciones .tab-content .tab-pane.active {
    flex-wrap: wrap;
  }
  .cifras {
    width: calc(50% - 0.5rem);
    max-width: 50%;
    margin-bottom: 1rem;
  }
  .cifras:nth-child(2) {
    margin-right: 0;
  }
  .cifras:nth-child(3) {
    margin-left: 0;
  }
  .operaciones {
    background: #2a2c7f;
  }
  .relevantes .nav-tabs li {
    display: inline-block;
    width: auto;
  }
  .relevantes .nav-tabs {
    flex-direction: row;
    border-right: 0 none !important;
  }
  .relevantes .nav-tabs li a.active {
    border-bottom: 3px solid #009ddc !important;
    border-right: 0 none !important;
  }
  .relevantes .tab-content {
    border-right: 0 none !important;
    margin-right: 0;
  }
  .relevantes .tab-pane {
    padding: 1rem 0rem;
  }
  .relevantes .contenido_tab ul {
    column-count: 1;
  }
  .operaciones .vermas,
  .relevantes .vermas {
    margin-right: 0rem;
    width: 100%;
    text-align: center;
    display: block;
  }
  .proceso p {
    margin-left: 0;
  }
  .operaciones .nav-tabs,
  .operaciones .tab-content {
    margin-left: 0;
    margin-right: 0;
  }
  h3.title {
    margin-left: 2rem;
  }
  .proceso .medio-container {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
  .proceso {
    padding-bottom: 1.5rem;
  }
  .slick_procesos {
    max-width: 100%;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .slick_procesos .slick-dots {
    padding-left: 0;
    text-align: right;
    margin-top: 1rem;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  .slick_procesos .slick-dots li {
    display: inline-block;
    font-size: 0;
  }
  .slick_procesos .slick-dots li button {
    border: 0;
    background: transparent;
  }
  .slick_procesos .slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    display: block;
    transition: 0.5s;
  }
  .slick_procesos .slick-dots li.slick-active button::before {
    width: 30px;
  }
  .proceso .vermas {
    margin-left: 0;
  }
  .reportes {
    background: #fff;
  }
  .reportes p {
    margin-left: 0;
  }
  .slick_reportes {
    max-width: 100%;
    margin-left: 0;
  }
  .reportes {
    margin-bottom: 2rem;
  }
  .slick_reportes .slick-dots {
    padding-left: 0;
    text-align: right;
    margin-top: 1rem;
    padding-right: 0;
    position: absolute;
    right: 0;
  }
  .slick_reportes .slick-dots li {
    display: inline-block;
    font-size: 0;
  }
  .slick_reportes .slick-dots li button {
    border: 0;
    background: transparent;
  }
  .slick_reportes .slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #2a2c7f;
    display: block;
    transition: 0.5s;
  }
  .slick_reportes .slick-dots li.slick-active button::before {
    width: 30px;
  }
  .reportes .vermas {
    margin-left: 0;
  }
  .reportes .slick_reportes img {
    width: 100%;
  }
  .slick_reportes .slick-list {
    overflow: visible;
  }
  .slick_reportes .slick-slide {
    margin-right: 15px;
    padding: 0;
  }
  .contenedor_slick_comunidad {
    padding-right: 0;
  }
  .comunidad p {
    padding-left: 0;
  }
  .comunidad .vermas {
    margin-left: 0;
  }
  .proyectos {
    padding-top: 2rem;
  }
  .proyectos h3.title {
    margin-bottom: 1rem;
  }
  .slick_proyectos {
    padding: 0;
    background-color: transparent;
  }
  .slick_proyectos .slick-slide {
    background: #fff;
    padding: 1.5rem 0.5rem;
  }
  .slick_proyectos .slick-dots {
    width: 100%;
  }
  .slick_proyectos .col-md-7 {
    order: -1;
  }
  .slick_proyectos .col-md-7 img {
    margin-bottom: 1rem;
  }
  .slick_proyectos .slick-slide {
    margin-right: 15px;
  }
  .slick_proyectos .slick-list {
    overflow: visible;
  }
  .slick_noticias .slick-dots {
    width: 100%;
  }
  .estamos {
    padding-top: 2rem;
  }
  .estamos h3.title {
    margin-bottom: 1rem;
  }
  .estamos .slick-slide {
    margin-right: 15px;
  }
  .contenedor_cuatro .slick-slide {
    margin-right: 15px;
  }
  .slick_noticias .card {
    margin: 0;
  }
  .estamos .slick-list {
    overflow: visible;
  }
  .contenedor_cuatro .slick-list {
    overflow: visible;
  }
  footer ul li a {
    font-size: 1.2rem;
    padding: 0 1.5rem;
  }
  footer ul li {
    margin-bottom: 1rem;
  }
  footer ul {
    margin-left: 15px;
    margin-right: 15px;
    border-bottom: 1px solid #fff;
  }
  footer .line-bottom {
    border-bottom: 0 none;
  }
  footer h3,
  .direccion,
  .redes {
    margin-left: 15px;
    margin-right: 15px;
  }
  .direccion p {
    font-size: 1.2rem;
  }
  .direccion figure {
    width: 3rem;
    box-sizing: content-box;
    padding: 0 2rem 0 2rem;
  }
  .direccion figure img {
    width: 100%;
  }
  .redes {
    margin-bottom: 2rem;
  }
  footer .col-md-4 {
    margin-bottom: 2rem;
  }
  .redes a {
    border-color: #fff;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.8rem;
  }
  .redes a i {
    color: #fff;
    font-size: 1.8rem;
  }
  .bloque_link {
    font-size: 1.1rem;
  }
  .menu-toogle {
    border-radius: 50px 0 0 50px;
    padding: 1rem 0.5rem;
  }
  .menu-toogle::before {
    width: 20px;
    line-height: 150%;
    left: -15px;
    border-radius: 50px 0 0 50px;
  }
  /* lEÓN */
  .panel_lateral {
    width: 90%;
    right: -90%;
    top: 20%;
  }
  .checkbox:checked ~ .menu-toogle {
    right: 90%;
    position: fixed; /*Fijamos la hamburgues para que se desplace junto con el menÃº*/
  }

  /*interiores*/
  .page figure.principal img {
    margin-left: -25%;
    width: 150%;
    max-width: none;
  }
  .bloque .txt {
    max-width: none;
    padding-bottom: 2rem;
  }
  .bloque .txt p {
    margin-left: 0;
  }
  .bloque .flex-md-row-reverse figure,
  .bloque figure {
    margin-left: -15px;
    width: calc(100% + 30px);
  }
  .bloque .txt a.btn.vermas {
    margin-left: 0;
  }

  .contenedor_cuatro {
    padding: 0;
    background-color: transparent;
    margin-left: 15px;
    margin-right: 15px;
  }
  .contenedor_cuatro .slick-slide {
    background: #fff;
    padding: 1.5rem 0.5rem;
  }
  .contenedor_cuatro .slick-dots li button::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background: #fff;
    display: block;
    transition: 0.5s;
  }
  .contenedor_cuatro .slick-dots {
    position: relative;
    padding-left: 0;
    text-align: center;
    width: 100%;
    padding-top: 1rem;
  }
  .contenedor_cuatro .slick-dots li button {
    border: 0;
    background: transparent;
  }
  .contenedor_cuatro .slick-dots li.slick-active button::before {
    width: 30px;
  }
  .contenedor_cuatro .slick-dots li {
    display: inline-block;
    font-size: 0;
  }
  .contenedor_cuatro .col-md-7 {
    order: -1;
  }
  .contenedor_cuatro .col-md-7 img {
    margin-bottom: 1rem;
  }
  .contenedor_cuatro .slick-slide {
    margin-right: 15px;
  }
  .contenedor_cuatro .slick-list {
    overflow: visible;
  }
  .contenedor_cuatro .card {
    /*padding: 0;
    border: 0 none;*/
  }
  .banner_comunidad a {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 0 none;
  }
  .banner_comunidad a strong {
    text-align: center;
    font-size: 1.8rem;
  }
  .banner_comunidad a::before {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .banner_comunidad a::after {
    display: none;
  }
  .bloque .col-md-12 ul {
    column-count: 1;
  }
  #navbarSupportedContent {
    display: none;
  }
  .page-template-page-cifras section .col-md-4 {
    margin-bottom: 3.5rem;
  }
  .page-template-page-noticias .destacada .card {
    flex-direction: column;
    align-items: flex-start;
  }
  .page-template-page-noticias .destacada img {
    height: auto;
    width: calc(100% - 3rem);
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }
  .page-template-page-noticias .destacada .card-body h4 {
    margin-bottom: 0;
  }
  .page-template-page-noticias .destacada .card-body {
    padding: 1.5rem;
  }
  .page-template-page-noticias .destacada .card > .btn.vermas {
    display: inline-block;
    margin-bottom: 1.5rem;
    order: 3;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .page-template-page-noticias .destacada .card .card-body > .btn.vermas {
    display: none;
  }
}
@media (max-width: 576px) {
  .navbar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  /* 29 march León */
  .pdf.btn {
    max-width: 100%;
    text-align: center;
    line-height: 15px;
  }
  .page-template-page-reportes .reportes_items {
    display: flex;
    justify-content: center;
	  margin-bottom: 1rem;
  }
  .page-template-page-accionistas .contenedor_cuatro .card {
    padding: 20px 30px;
  }
  .page-template-page-accionistas .contenedor_cuatro div {
    margin-bottom: 20px;
  }
}

/*formularios*/
.page-template-page-formulario .mauticform_wrapper {
}
.page-template-page-formulario .mauticform-row {
}
.page-template-page-formulario .mauticform-freehtml h3 {
  font-size: 1.1rem;
  color: #191919;
}
.page-template-page-formulario .mauticform-text {
}
.page-template-page-formulario .mauticform-label {
  text-transform: uppercase;
  font-weight: 700;
  color: #3c3c3c;
  font-size: 0.9rem;
}
.page-template-page-formulario .mauticform-input,
.page-template-page-formulario .mauticform-textarea {
  border: 0 none;
  border-radius: 0;
  border-bottom: 2px solid #3c3c3c;
  font-size: 0.9rem;
  padding: 0;
}
.page-template-page-formulario .mauticform-errormsg {
}
.page-template-page-formulario button.mauticform-button.btn.btn-default {
  background: #009ddc;
  color: #fff;
  text-align: center;
  padding: 5px 50px;
  font-weight: 600;
  border-radius: 0;
}
.politicas {
  color: #fff;
  font-size: 1.1rem;
  padding-top: 1.5rem;
  font-family: "Gilroy ExtraBold";
  padding-bottom: 10px;
}
.contenido_tab {
  display: flex;
  flex-direction: row;
}
.contenido_tab div {
  width: 40%;
  align-items: center;
  text-align: center;
  /*width: 33%;*/
}
.contenido_tab h3 {
  color: #009ddc;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  width: 90%;
}
.contenido_tab img {
  margin-bottom: 0.5rem;
}
.contenido_tab h2 {
  color: #009ddc;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  width: 90%;
}
.contenido_tab p {
  color: #3c3c3c;
  font-size: 0.8rem;
  font-weight: 700;
  width: 60%;
}

/*March 23 León */
/*header */
.navbar {
  padding-left: 0;
  padding-right: 0;
  background: #fff;
  padding-bottom: 0;
  /* León */
  /*height: 140px; */
}
.boton-covid {
  line-height: 100%;
  /* line-height: 100%; */
  border: 2px solid #2a2c7f;
  border-radius: 4px;
  background: #fff;
  color: #2a2c7f;
  padding: 0.2rem 1rem;
  font-weight: 600;
  vertical-align: middle;
}
.boton-covid::after {
  background: url("../images/coronavirus.svg");
  background-repeat: no-repeat;
  height: 24px;
  margin-left: 10px;
  content: "";
  width: 22px;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.889rem;
}
.home h3.title {
  font-size: 2.222rem;
  text-transform: uppercase;
  font-family: "Gilroy ExtraBold";
  position: relative;
  margin-left: 4rem;
  line-height: 40px;
}
.home .bg_blanco {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  /* padding-top: 5rem;
  padding-bottom: 3rem; */
}
.home .operaciones {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-image: url("../images/bg_operaciones.jpg");
  background-position: top center;
  background-size: cover;
}
.home .operaciones .vermas {
  color: #fff;
  margin-right: 2rem;
  font-weight: 800;
}
.home .relevantes {
  background-image: url("../images/bg_relevantes.jpg");
  background-position: top center;
  background-size: cover;
  /* padding-top: 5rem;
  padding-bottom: 3rem; */
}
.home .relevantes > .row {
  display: flex;
  justify-content: center;
  align-items: center;
  /*height: 700px;*/
}
.home .relevantes .vermas {
  color: #33485b;
  margin-right: 2rem;
  font-weight: 800;
}
.home .relevantes .tab-pane {
  padding: 50px;
  /*height: 500px; */
}
.home .proceso .medio-container {
  padding-top: 0;
  padding-bottom: 0;
}
.home .proceso h3.title {
  color: #fff;
  line-height: 40px;
}
.home .proceso p {
  color: #fff;
  margin-left: 4rem;
  padding-right: 50px;
}
/* León */
.home .proceso .vermas {
  color: #fff;
  margin-left: 4rem;
  font-weight: 800;
}
.home .comunidad p {
  color: #fff;
  padding-left: 0rem;
  margin-left: 4rem;
}
.home .comunidad .vermas {
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin-left: 4rem;
  display: inline-block;
  border-radius: 5px;
}
.home .proceso .row {
  display: flex !important;
  height: 700px;
  justify-content: center;
  align-items: center;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
}
.home .reportes {
  height: 700px;
  background-image: url("../images/bg_reportes.jpg");
  background-position: center;
  background-size: cover;
}
.home .reportes h3.title {
  color: #2a2c7f;
  line-height: 40px;
  padding-right: 50px;
}
.home .reportes p {
  color: #3c3c3c;
  margin-left: 4rem;
  padding-right: 50px;
}
.home .reportes .bg_blanco {
  height: 700px;
}
.home .reportes .vermas {
  color: #2a2c7f;
  margin-left: 4rem;
  font-weight: 800;
}
.home .menu-toogle {
	font-weight: 800;
	margin-right: -10px;
	height: 190px;
	line-height: 1;
	top: 60%;
	border-radius: 33px 0 0 33px;
	cursor: pointer;
	color: #3c3c3c;
	font-size: 0.889rem;
	padding: 1rem;
	text-align: center;
	writing-mode: vertical-lr;
	position: absolute;
	transform: translateY(-50%);
	transition: all 0.5s ease;
	z-index: 10;
	display: none !important;
}
.home .menu-toogle::before {
  transform: rotate(-90deg);
  content: "<";
  left: -20px;
  border-radius: 50%;
  height: 30px;
  font-weight: 800;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  background-color: #b6e1de;
  width: 40px;
  text-align: center;
  line-height: 40px;
  top: 50%;
  margin-top: -20px;
}
.home .proceso .medio-container {
  /* padding-top: 2.5rem;
    padding-bottom: 0; */
}
.home .slick_reportes .slick-list {
  overflow: hidden;
}
.home .estamos .slick-list {
  overflow: hidden;
}
.home .contenido_tab div {
  display: flex;
  flex-direction: column;
  /*align-items: center;
  text-align: center;
  width: 33%;*/
}
.home .contenido_tab h3 {
  /*padding-bottom: 10px;*/
  color: #009ddc;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;

  /* width: 90%; */
}
.home .contenido_tab h2 {
  padding-bottom: 10px;
  color: #009ddc;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  /* width: 90%; */
}
/* León */
.home .contenido_tab p {
  /*text-align: center;*/
  color: #3c3c3c;
  font-size: 0.8rem;
  font-weight: 700;
  width: 60%;
}
/* León */
.home .navbar-collapse .navbar_fijo {
  margin-top: 15px;
}
.home .container-reportes {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home .title .wow .fadeIn {
  margin-left: 0;
}
.home figure {
  margin-bottom: 10px;
  height: 100px;
}
@media (max-width: 768px) {
  .menu-toogle {
    /* display: none; */
  }
  .panel_lateral {
    /* display: none; */
  }
}
/* 24 march León */
.footer-politicas {
  color: white;
  font-size: 0.889rem;
}
.footer-politicas:hover {
  color: #009ddc;
}
footer .redes {
  margin-top: 1rem;
  /*margin-top: 2rem;*/
}

/* 25 march León */
.home h3.estamos-text {
  margin-left: 0.9rem;
}
@media (min-width: 576px) {
  .home .medio-container {
    max-width: 100%;
    /* padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; */
  }
}
@media (max-width: 768px) {
  .footer-politicas {
    margin-left: 15px;
  }
  .home h3.title {
    margin-left: 2rem;
    line-height: 30px;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
  .home h3.cifras-text {
    margin-left: 0;
  }
  .home .relevantes .tab-pane {
    padding: 10px;
   /* height: 400px; */
  }
  .home .contenido_tab div {
    align-items: center;
    text-align: center;
  }
  .home figure {
    margin-bottom: 20px;
    height: 70px;
  }
  .home .contenido_tab img {
    width: 70px;
  }
  .home .proceso p {
    margin-left: 0;
  }
  .home .proceso .row {
    height: auto;
  }
  .home .proceso .vermas {
    margin-left: 0rem;
  }
  .home .reportes .bg_blanco {
    height: auto;
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    padding-left: 15px;
  }
  .home .reportes p {
    margin-left: 0;
  }
  .home .reportes .vermas {
    margin-left: 0;
  }
  .home .comunidad p {
    margin-left: 0;
    padding-right: 50px;
  }
  .home .comunidad .vermas {
    margin-left: 0;
  }
  .home .proceso h3.title {
    line-height: 30px;
  }
  .home .reportes h3.title {
    line-height: 30px;
  }
  .home .proceso .medio-container {
    padding-top: 5rem;
    padding-bottom: 3rem;
  }
  .home .relevantes {
    padding-top: 0;
    padding-bottom: 0;
  }
  .home .reportes {
    margin-bottom: 0rem;
  }
  .page-template-page-formulario .page-template-page-canal h2,
  .page-template-page-formulario h2 {
    font-size: 2.5rem;
  }
  .home .menu-toogle {
    top: 50%;
  }
  .page h2 {
    font-size: 2.5rem;
  }
}

@media (max-width: 370px) {
  .home .reportes p {
    margin-left: 2rem;
    padding-right: 50px;
  }
  .home .reportes h3.title {
    margin-left: 2rem;
  }
  .home .reportes h3.title {
    margin-left: 4rem;
  }
  .page h2 {
    font-size: 2rem;
  }
}
/*Formularios*/
.page-template-page-formulario .mauticform-input:focus,
.page-template-page-formulario .mauticform-textarea:focus {
  border: 0;
  outline: none;
  border-bottom: 2px solid #009ddc;
}
.mauticform_wrapper {
  position: relative;
}
.mauticform-post-success .mauticform-innerform {
  display: none;
}
.mauticform-post-success .mauticform-message {
  background: #fff;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  color: #2a2c7f;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  min-height: 250px;
}
.mauticform-row {
  position: relative;
}
.mauticform-errormsg {
  background: red;
  color: #fff;
  position: absolute;
  right: 0;
  bottom: 2px;
  padding: 5px;
  line-height: 100%;
  font-size: 14px;
}
/*slick con video*/
.main-slider figure {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 0;
}
.main-slider figure img {
  width: 100%;
}
.main-slider .slide-video {
  width: 100%;
  display: block;
  position: absolute;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
}
.main-slider video[poster] {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
/*Nuevo menu*/
.navbar_fijo .div-sub {
  display: none;
  position: absolute;
  background: #2a2c7f;
}
.navbar_fijo li:hover .div-sub {
  display: block;
}

.navbar_fijo li .div-sub li {
  display: block;
}
.navbar_fijo li .div-sub ul {
  padding-left: 0;
}
.navbar_fijo li .div-sub ul > li > a {
  color: #fff;
  font-size: 18px;
  border-bottom: 0;
  text-align: left;
  padding: 0;
}
.navbar_fijo li > .div-sub .div-sub {
  border-bottom: 1px solid #fff;
  padding: 0 1rem;
  padding-bottom: 0.5rem;
}
.navbar_fijo li .div-sub ul > li > a {
  padding: 0.5rem;
}
.navbar_fijo li > .div-sub > ul > li > a::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("../images/angle-right.png");
  margin-right: 5px;
}
.navbar_fijo li > .div-sub .current_page_item a {
  color: #009ddc;
  font-weight: bold;
  text-decoration: underline;
}
.navbar_fijo li .div-sub ul > li .div-sub li a::before {
  content: "•";
  background: none;
  height: auto;
  width: auto;
}
.navbar_fijo li .div-sub ul > li .div-sub {
  display: block;
  position: relative;
}
.navbar_fijo li .div-sub {
  flex-direction: column;
}

.navbar_fijo li .div-sub ul > li .div-sub li a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px;
}
.navbar_fijo .menu-item-has-children > a::after {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background: url("../images/angle-bottom.png");
  background-repeat: no-repeat;
  margin-left: 5px;
}
.navbar_fijo a {
  /* line-height: 40px;*/
  vertical-align: baseline;
  width: auto;
  display: block;
  text-transform: none;
  text-decoration: none;
  text-align: right;
  background: rgba(0, 0, 0, 0);
  border-radius: 0;
  font-family: inherit;
  outline: none;
  color: #33485b;
  font-weight: 600;
  padding: 1rem 0;
  margin: 0 6px;
	/*margin: 0 14px;*/
  font-size: 20px;
  height: auto;
  border-bottom: 1px solid #fff;
}
#menu-id {
  margin-bottom: 0;
}
.primary-menu.only-mobile {
  display: none;
}
.share .float-left .only_desktop {}
.share .float-left .only_mobile {
	display: none;
}
.mobile {
	display: none !important;
}
@media (max-width: 768px) {
	.share .float-left .only_desktop {
		display: none;
	}
	.share .float-left .only_mobile {
		display: inline-block;
	}
	.primary-menu.only-mobile {
		display: block;
	}
	.menu_oculto .navbar-nav.mr-auto {
		flex-direction: column;
	}
	.primary-menu.only-mobile ul {
		display: block;
		margin-bottom: 1rem;
		padding-left: 0;
	}
	.menu_oculto .col-12 {
		flex-direction: column;
		align-items: center;
	}
	.pdf.btn {
		font-size: 1rem;
		text-align: left;
	}
	.menu_oculto ul {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		margin: 0px;
		padding: 0;
		width: 80%;
	}
	.menu_oculto .redes {
		margin-bottom: 0;
		margin-top: 1.5rem;
	}
	.menu_oculto ul li {
		list-style:none;
	}
	.menu_oculto ul ul {
		margin-left:1rem;
	}
	
	.mobile {
		display: block !important;
	}
	.slick-principal > .container,
	.slick-principal  .item.video > .container,
	.main-slider video {
		display: none !important;
	}
	.main-slider .mobile figure {
		top: 0;
	}
	.slick-principal .slick-slide > div > div {
		height:60vh;
	}
	.slick-principal .slick-slide > div > div .slide-image {
		height: 100%;
		-webkit-background-size: cover;
		background-size: cover;
	}
	.slick-principal .slick-slide > div > div .slide-image img {
		height: 100%;
		
	}
}
footer .redes a i:hover{
	color:#FFF;
}
footer .redes a:hover{
	border: 2px solid #FFF !important;
}
@media (max-width: 920px){
  .politicas-f {
  margin-bottom: 2rem;
  margin-top: -1rem;
  }
  .damos-f {
  margin-top: -1rem;
  margin-left: 1rem;
  }
}
@media (max-width: 560px) {
	.bg_celeste {
		background-position: top center;
		background-size: 200%;
	}
}
.contenedor_cuatro .col-md-3 {
	margin-bottom: 1rem;
}
@media (min-width: 1800px) {
.canal {
    background-position: bottom;
}
}