/*
Theme Name: CPM 2018
Author: Gradiente SPA
Author URI: http://www.gradiente.cl
Description: Theme de Complejo Portuario Mejillones
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #000;
}

.cf:before,
.cpm-row:before .cf:after,
.cpm-row:after {
  content: " ";
  display: table;
}
.cf:after,
.cpm-row:after {
  clear: both;
}

html {
  height: 100%;
  font-size: 20px;
}

body {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  /*font-family: 'Lato', sans-serif;*/
  font-family: "CentraleSans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4rem;
}

strong {
  font-family: "CentraleSans XBold";
}

.cpm-row {
  width: 100%;
  display: table-row;
  height: 0;
}

.cpm-row-content {
  display: inline-block;
  width: 100%;
  /* padding: 0 20px; */
  /* max-width: 2000px; */
}

.row-content-halfwidth {
  max-width: 1200px !important;
}

/*-----------------------------header--------------------------*/

.header {
  position: relative;
  padding-top: 20px;
  z-index: 10;
  padding-bottom: 5px;
}

@media (max-width: 600px) {
  .header {
    padding-top: 10px;
    padding-bottom: 5px;
  }
}

.cpm-row-content.header {
  padding-left: 0;
  padding-right: 0;
}

.hamburguesa {
  position: absolute;
  top: 17px;
  left: 20px !important;
  right: auto;
  font-size: 30px !important;
  color: #06a7b4;
  cursor: pointer;
  display: none !important;
}

@media (max-width: 600px) {
  .hamburguesa {
    display: block !important;
    top: 19px;
  }
}

.header-logo {
  float: left;
  margin: 0;
}

@media (max-width: 600px) {
  .header-logo-link {
  }
  .header-logo {
    float: none;
    width: 150px;
    padding-top: 3px;
  }
}

ul.nav {
  list-style: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#menu-header, #menu-header-en {
  font-size: 15px;
  margin-bottom: -5px;
}

@media (max-width: 600px) {
  ul.nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: #fff;
    height: 100%;
    bottom: 0;
  }
  .nav-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.7);
    display: none;
  }
}

ul.nav li {
  display: inline-block;
  position: relative;
}

@media (max-width: 600px) {
  ul.nav li {
    display: block;
    clear: both;
    width: 100%;
  }
}

ul.nav > li:before {
  position: absolute;
  left: -5px;
  top: 14px;
  content: "·";
  font-size: 30px;
  display: block;
  color: #055b9a;
}

@media (max-width: 600px) {
  ul.nav > li:before {
    display: none;
  }
}

ul.nav > li > a {
  border-bottom: 5px solid #fff;
}

@media (max-width: 600px) {
  ul.nav > li > a {
    border-bottom: 1px solid #ccc;
    background: #fff;
    padding: 20px;
  }
}

ul.nav > li:hover > a,
ul.nav > li.current-menu-item a {
  border-color: #055b9a;
}

ul.nav > li:first-child:before {
  display: none;
}

ul.nav li a {
  display: block;
  color: #055b9a;
  text-align: center;
  padding: 0 34px;
  line-height: 55px;
  text-decoration: none;
}

@media (max-width: 600px) {
  ul.nav li a {
    text-align: left;
  }
}

ul.nav > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 11.4px;
  z-index: 1;
  background: rgba(255, 255, 255, 0.623);
  display: none;
}

@media (max-width: 600px) {
  ul.nav > li > ul {
    position: relative;
    top: auto;
    left: auto;
    background: rgba(255, 255, 255, 0.9);
    display: block;
  }

  ul.nav > li:hover > ul {
    align-items: flex-start !important;
  }
}

ul.nav > li:hover > ul {
  /* display: block; */
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

ul.nav > li > ul > li > a {
  white-space: nowrap;
  color: #055b9a;
  /* padding: 0 5px; */
}

@media (max-width: 600px) {
  ul.nav > li > ul > li > a {
    color: #333;
    padding: 0 10px 0 20px;
    font-size: 0.9em;
    line-height: 35px;
  }
}

ul.nav > li > ul > li > a:hover {
  text-decoration: underline;
}

.header-search-trigger {
  position: absolute;
  top: 34px;
  right: -5px;
}

@media (max-width: 600px) {
  .header-search-trigger {
    top: 22px;
    right: 20px;
  }
}

.header-search-trigger button {
  background: none;
  font-size: 20px;
  color: #055b9a;
  border: none;
  cursor: pointer;
}

.header-search-trigger button:hover {
  color: #000;
}

.header-search {
  display: none;
  width: 300px;
  position: absolute;
  text-align: left;
  top: 100%;
  right: -10px;
  z-index: 1;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}

@media (max-width: 600px) {
  .header-search {
    width: 100%;
    top: 100%;
    right: 0;
    padding: 30px;
    background: rgba(0, 0, 0, 0.8);
  }
}

.header-search input.search-field {
  color: #000;
  width: 100%;
  font-size: 14px;
  padding: 3px;
  display: block;
  margin-bottom: 15px;
}

.header-search h4 {
  margin-bottom: 5px;
}

.header-search h5 {
  margin-bottom: 5px;
}

.header-search p {
  font-size: 11px;
  margin-bottom: 5px;
}

.header-search input[type="checkbox"] {
  margin-right: 10px;
}

button#header-search-submit {
  padding: 5px 10px;
  background: #015b80;
  color: #fff;
  border: none;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
  cursor: pointer;
}

/*-----------------------------SLIDER--------------------------*/
.cpm-row.slider {
  height: auto;
  z-index: 0;
}

.slider {
  background-color: #000000;
  position: relative;
  vertical-align: top;
  display: block;
  overflow: hidden;
}

/*
.slider > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    background: #000000;
    opacity: 0.5;
}
*/

.slider-content {
  position: relative;
  height: 485px;
  width: 100%;
  z-index: 2;
  padding: 0;
  display: block;
}

.slider-content::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
  /* background: rgba(0,0,0,0.6);*/
  /* background: -moz-linear-gradient(top, rgba(3,79,139,1) 0%, rgba(0,164,181,0.7) 100%);*/ /* FF3.6-15 */
  /* background: -webkit-linear-gradient(top, rgba(3,79,139,1) 0%,rgba(0,164,181,0.7) 100%);*/ /* Chrome10-25,Safari5.1-6 */
  /* background: linear-gradient(to bottom, rgba(3,79,139,1) 0%,rgba(0,164,181,0.7) 100%);*/ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  /* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6034f8b', endColorstr='#0000a4b5',GradientType=0 );*/ /* IE6-9 */
  /* opacity: 0.5;*/
}

@media (max-width: 1560px) {
  .slider-content {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 2;
    padding: 0;
    display: block;
  }
}

@media (max-width: 600px) {
  .slider-content {
    /* min-height: 200px; */
    height: auto;
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
  padding-top: 32%;
}

video#video-home {
  pointer-events: none;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.slider .caption {
  position: absolute;
  width: 100%;
  max-width: 1100px;
  bottom: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  text-align: left;
}

@media (max-width: 600px) {
  .slider .caption {
    /*position: relative;*/
    /*top: auto;
        left: auto;*/
    /*padding: 60px 20px 0 20px;*/
    bottom: 35%;
    padding-left: 20px;
  }
}

.slider h1 {
  color: #ffffff;
  font-weight: 100;
  font-size: 40px;
  line-height: 2rem;
}

.slider h1 span {
  border-bottom: 5px solid #fff;
  font-weight: 900;
  display: inline-block;
  font-size: 40px;
}

@media (max-width: 600px) {
  .slider h1 {
    font-size: 20px;
    line-height: 1.6rem;
  }

  .slider h1 span {
    font-size: 20px;
  }
}

/*-----------------------------MIRADA--------------------------*/
.mirada {
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  .mirada {
    margin-bottom: 10px;
  }
}

.meji-title-1 {
  padding-top: 15px;
  margin-bottom: 15px;
  font-weight: 100;
  line-height: 2rem;
  display: inline-block;
  font-size: 38px;
  color: #121212;
  padding-bottom: 5px;
  border-bottom: 5px solid #005f81;
}

.meji-title-1 strong {
  font-weight: 900;
}

.mirada > p {
  text-align: center;
  max-width: 70%;
  margin: 0 auto 10px auto;
}

@media (max-width: 600px) {
  .mirada > p {
    max-width: 80%;
  }
}

.mirada > div a {
  color: #005f81;
}

.row-grilla {
  padding-top: 5px;
  padding-bottom: 20px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: start;
  align-items: stretch;
  justify-content: center;
}

.column-grilla {
  width: 176px;
  max-width: 33.33%;
  margin-bottom: 25px;
}

.column-grilla img {
  width: 90px;
  height: auto;
}

@media (max-width: 600px) {
  .column-grilla {
    padding: 0 20px;
  }
}

.column-grilla h3,
.column-grilla p {
  font-size: 16px;
}

@media (max-width: 600px) {
  .column-grilla h3,
  .column-grilla p {
    font-size: 14px;
  }
}

.column-grilla h3 {
  color: #005f81;
}

.column-grilla p {
  font-weight: 500;
}

/*-----------------------------TERMINALES--------------------------*/

body.home .terminales {
  padding-bottom: 15px;
}

@media (max-width: 600px) {
  body.home .terminales {
    margin-bottom: 20px;
  }
}

.terminales-left {
  float: left;
  width: 50%;
  display: flex;
  flex-direction: column-reverse;
}

@media (max-width: 600px) {
  .terminales-left {
    float: none;
    width: 100%;
  }
}

.terminales-imagenes img {
  width: 100%;
  display: block;
  height: 180px;
}

.terminales-imagenes {
  position: relative;
  z-index: 0;
  margin-bottom: 10px;
  text-align: center;
}

.terminales-imagenes::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121212;
  opacity: 0.4;
  height: 99%;
}

.terminales-imagenes p {
  position: absolute;
  text-align: center;
  height: 100%;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 200px;
  width: 100%;
  padding: 0 15px;
  color: white;
  z-index: 2;
  font-weight: 400;
  font-size: 1.2em;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.terminales-imagenes a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media (max-width: 600px) {
  .terminales-imagenes p {
    font-size: 1.1em;
  }
}

.terminales-texto {
  float: right;
  width: 50%;
  padding-left: 7%;
  text-align: center;
  margin: 5% 0;
}

@media (max-width: 600px) {
  .terminales-texto {
    float: none;
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
}

.terminales-texto p {
  font-weight: 400;
  line-height: 1.5em;
}

/*-----------------------------PROYECTOS--------------------------*/

.proyectos {
  margin-bottom: 50px;
}

body.page-template-page-proyectos-php .proyectos .cpm-row-content {
  padding: 50px 20px 0px 20px;
  position: relative;
  text-align: left;
  z-index: 1;
  height: 100%;
}

body.page-template-page-proyectos-php .proyectos:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

body.page-template-page-proyectos-php .proyectos h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  max-width: 70%;
  margin-left: 8%;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  body.page-template-page-proyectos-php .proyectos h1 {
    margin-left: 0;
  }
}

.proyectos > p {
  max-width: 70%;
  line-height: 1.4em;
  margin: 0 auto 35px auto;
}

@media (max-width: 600px) {
  .proyectos > p {
    max-width: 80%;
    margin: 0 auto 20px auto;
  }
}

.proyectos-contenedor {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

@media (max-width: 600px) {
  .proyectos-contenedor {
    display: flex;
    flex-direction: column;
    width: 100%;
    clear: both;
  }
}

.imagen-proyectos {
  flex: 1;
  position: relative;
  z-index: 0;
  order: 1;
}

@media (max-width: 600px) {
  .imagen-proyectos {
    width: 100%;
    display: block;
    overflow: hidden;
    margin-bottom: 15px;
  }
}

.imagen-proyectos img {
  max-width: 100%;
  display: block;
}

@media (max-width: 600px) {
  .imagen-proyectos img {
    max-width: 100%;
    display: block;
  }
}

.imagen-proyectos:first-child img {
  float: left;
}

.imagen-proyectos:last-child img {
  float: right;
}

.imagen-proyectos::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-color: #121212;
  opacity: 0.6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 600px) {
  .imagen-proyectos::after {
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.imagen-proyectos:first-child::after {
  left: 0;
}

.imagen-proyectos:last-child::after {
  right: 0;
}

.imagen-proyectos:first-child {
  margin-left: 1%;
  order: 2;
}

.imagen-proyectos:last-child {
  margin-left: 1%;
  order: 3;
}

@media (max-width: 600px) {
  .imagen-proyectos:first-child {
    margin-left: 0;
    /* margin-right: 0; */
  }

  .imagen-proyectos:last-child {
    margin-left: 0;
  }
}

.imagen-proyectos h3 {
  font-size: 19px;
  line-height: 1.2rem;
  max-width: 90%;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -1.1rem;
  left: 20px;
  right: 20px;
  z-index: 2;
  font-weight: 700;
  text-align: left;
  color: #fff;
  overflow: hidden;
}

.imagen-proyectos h3 a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 600px) {
  .imagen-proyectos h3 {
    height: auto;
    overflow: auto;
  }
}

.imagen-proyectos .imagen-caption p {
  font-size: 12px;
  margin-bottom: 15px;
}
/* hola */

.imagen-proyectos > a {
  position: absolute;
  left: 6%;
  bottom: 6%;
  z-index: 2;
  text-decoration: none;
  color: #fff;
}

.cpm-btn-tipo-1 {
  font-size: 14px;
  display: inline-block;
  border: 1px solid #fff;
  padding: 5px 15px;
}

.ellip {
  display: block;
  height: 100%;
}
.ellip-line {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.ellip,
.ellip-line {
  position: relative;
  overflow: hidden;
  max-width: 100%;
}

/*-----------------------------MEJIPORT--------------------------*/
.mejiport {
  margin-bottom: 30px;
}

.contenedor-mejiport {
  position: relative;
  z-index: 0;
}

.contenedor-mejiport img {
  width: 100%;
  display: block;
}

.contenedor-mejiport::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121212;
  opacity: 0.3;
  z-index: 1;
}

.imagen-mejiport {
  width: 270px;
  height: 270px;
  position: absolute;
  top: 12%;
  left: 10%;
  right: 0;
  bottom: 0;
  z-index: 2;
}

@media (max-width: 600px) {
  .imagen-mejiport {
    display: none;
  }
}

.texto-mejiport {
  position: absolute;
  top: 7%;
  right: -30px;
  width: 800px;
  /*background-color: rgba(255,255,255,0.45);*/
  z-index: 3;
  padding: 0 4% 10px 4%;
  text-align: left;
  color: #fff;

  background: -moz-linear-gradient(
    top,
    rgba(3, 79, 139, 1) 0%,
    rgba(0, 164, 181, 0.7) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(3, 79, 139, 1) 0%,
    rgba(0, 164, 181, 0.7) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(3, 79, 139, 1) 0%,
    rgba(0, 164, 181, 0.7) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6034f8b', endColorstr='#0000a4b5',GradientType=0 ); /* IE6-9 */
}

.texto-mejiport .meji-title-1 {
  color: #fff;
  border-color: #fff;
}

@media (max-width: 600px) {
  .texto-mejiport {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.45);
    z-index: 3;
    padding: 0 20px 20px 20px;
  }
}

.texto-mejiport p {
  margin-bottom: 20px;
}

.texto-mejiport a {
  color: #fff;
}

/*-----------------------------DOCUMENTOS Y NOTICIAS--------------------------*/

.documentos-noticias {
  margin-bottom: 30px;
}
.documentos-container {
  width: 70% !important;
}

.noticias {
  width: 70%;
  padding-right: 70px;
  float: left;
  text-align: left;
}

@media (max-width: 600px) {
  .noticias {
    width: 100%;
    padding-right: 0;
    float: none;
  }
}

.documentos {
  width: 30%;
  float: left;
  text-align: left;
}

@media (max-width: 600px) {
  .documentos {
    width: 100%;
    float: none;
    clear: both;
  }
}

.noticias header,
.documentos header {
  clear: both;
  position: relative;
  padding: 25px 0 0 0;
}

.noticias header h2,
.documentos header h2 {
  display: block;
  margin-top: 0;
}

.noticias header a,
.documentos header a {
  display: block;
  color: #005f81;
  font-size: 15px;
  margin-top: 7px;
}

.display-flex {
  display: flex !important;
}

.noticia-item,
.documento-item {
  width: 100%;
  clear: both;
  padding: 15px 0;
  border-bottom: 1px solid #005f81;
  overflow: hidden;
  display: block;
  align-items: center;
}
.noticia-div-item-2 {
  width: 100%;
  clear: both;
  padding: 0px 0px;
  cursor: pointer;
  overflow: hidden;
}
.noticia-div-item-2 figure {
  width: 150px;
  float: left;
  margin-right: 20px;
}

.contenido-documento {
  display: flex;
  flex-direction: column;
}

body.post-type-archive-documento .noticia-item {
  position: relative;
}

.documento-item {
  padding: 15px 20px;
}

.documentos .documento-item {
  padding: 15px 0;
}

@media (max-width: 600px) {
  .documento-item {
    padding: 15px 0;
  }
}

.noticia-div-item-2 figure {
  float: left;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  height: 174px;
  width: 239px;
}
.noticia-item figure {
  width: 150px;
  float: left;
  margin-right: 20px;
  background-position: center;
  background-size: cover;
  height: 222px;
  width: 180px;
  /* margin-top: 26px; */
}

.figure-noticia-home {
  height: auto !important;
  margin-top: 0;
}

@media (max-width: 600px) {
  .noticia-div-item-2 figure {
    width: 75px;
  }
  .titulo-noticias {
    margin-top: -95px !important;
    display: block;
  }
  .titulo-noticias h2 {
    height: auto !important;
  }
  .ultimas-noticias {
    margin-top: 552px !important;
  }
  .noticia-item h3 {
    font-size: 13px !important;
  }
  .noticia-item p {
    font-size: 12px !important;
  }
  .noticia-item figure {
    width: 145px !important;
  }

  .noticia-destacada-container {
    width: 98% !important;
  }
  .titulo-noticias {
    display: block !important;
  }
  .filtros-noticias-nav {
    flex-wrap: wrap !important;
  }
  .titulo-noticias {
    margin-top: -129px !important;
  }
}

@media (max-width: 400px) {
  .noticia-item figure {
    width: 100px !important;
  }
  .noticia-div-item-2 figure {
    width: 75px;
  }
  .noticia-item h3 {
    font-size: 13px !important;
  }
  .noticia-item p {
    font-size: 12px !important;
  }
  .filtros-noticias-nav {
    margin: 3px !important;
  }
  .noticia-container {
    width: 106px !important;
  }
  .noticia-destacada-container {
    top: 5px !important;
  }
  .titulo-noticias {
    margin-top: -126px !important;
  }
  .ultimas-noticias {
    margin-top: 556px !important;
  }
  .filtros-noticias-nav {
    flex-wrap: wrap;
  }
}
@media (max-width: 374px) and (min-width: 359px) {
  .ultimas-noticias {
    margin-top: 628px !important;
  }
  .titulo-noticias {
    margin-top: -127px !important;
  }
  .noticias-container {
    padding: 15px 2px !important;
  }
  .noticia-destacada-container {
    padding-left: 11px !important;
  }
  .filtros-container-nav {
    display: flex;
    justify-content: flex-start;
  }
}
@media (max-width: 380px) {
  .ultimas-noticias {
    margin-top: 616px !important;
  }

  .titulo-noticias h2 {
    height: auto !important;
  }
  .titulo-noticias {
    margin-top: -133px !important;
  }
}
@media (max-width: 399px) and (min-width: 380px) {
  .ultimas-noticias {
    margin-top: 585px !important;
  }

  .titulo-noticias h2 {
    height: auto !important;
  }
}
.cargar-mas {
  margin: 0 auto;
  width: 90.5% !important;
}
.noticia-item h3,
.documento-item h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.noticia-div-item-2 h3 {
  font-size: 20px;
  margin-bottom: 0;
}
.noticia-div-item-2 h3 a {
  color: #111;
  text-decoration: none;
}

.noticia-div-item-2 h3 a:hover {
  text-decoration: underline;
}

.noticia-item h3 a,
.documento-item h3 a {
  color: #111;
  text-decoration: none;
}

.noticia-item h3 a:hover,
.documento-item h3 a:hover {
  text-decoration: underline;
}

.banner-documentos {
  margin-top: 20px;
}

.documento-item a.descarga {
  display: inline-block;
  color: #005f81;
  font-size: 15px;
}

.noticia-div-item-2 p {
  font-size: 15px;
  margin-bottom: 5px;
  overflow: auto;
  line-height: 1.7em;
}
.noticia-item p,
.documento-item p {
  font-size: 15px;
  margin-bottom: 5px;
  overflow: auto;
  line-height: 1.7em;
}

.noticia-item p {
  margin-bottom: 0;
}
.noticia-div-item-2 p {
  margin-bottom: 0;
}

.ver-noticia {
  color: #005f81;
  font-size: 15px;
}

@media (max-width: 600px) {
  .noticia-item p.noticia-extracto {
    clear: both;
    overflow: visible;
  }
  .noticia-div-item-2 p.noticia-extracto {
    overflow: visible;
  }
  .noticia-div-item-2 p {
    font-size: 13px;
  }
  .noticia-div-item-2 h3 {
    font-size: 17px;
  }
}

.noticia-item-p .noticia-fecha {
  font-style: italic;
}
.noticia-div-item-2 .noticia-fecha {
  font-style: italic;
}

/*-----------------------------PIES--------------------------*/
.footer {
  background: #111111;
  color: #fff;
  padding: 0;
}

body.page-template-page-nosotros .footer {
  /* display: none; */
}

.footer-top,
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;

  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;

  align-items: center;

  padding: 0 20px;
}

.footer-top {
  padding: 20px 0;
  background: transparent url("i/home-terminales-1.png") center;
  background-size: cover;
}

.footer-bottom {
  padding: 15px 0;
}

.footer-item {
  flex: 1;
}

@media (max-width: 600px) {
  .footer-item {
    padding: 0 10px;
  }
  .footer-bottom .footer-item:first-child {
    display: none;
  }
}

.footer ul {
  list-style: none;
  font-size: 12px;
}

.footer ul li {
  margin-bottom: 5px;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

.footer-top h4 {
  font-size: 15px;
  margin-bottom: 10px;
}

.footer-top p {
  font-size: 12px;
  font-weight: 100;
}

.linea-denuncia {
  font-size: 20px;
}

@media (max-width: 600px) {
  .linea-denuncia {
    font-size: 15px;
  }
}

img.footer-logo {
  width: 50%;
}

/*----------------------------- Sobre Nosotros --------------------------*/
.sobre-nosotros {
  background-color: transparent;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

.sobre-nosotros:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.65);
}

.sobre-nosotros .cpm-row-content {
  padding: 50px 20px;
  position: relative;
  text-align: left;
  z-index: 1;
  height: 100%;
}

.sobre-nosotros h1 {
  font-size: 30px;
  color: #1ba8b4;
  font-weight: 100;
}

.sobre-nosotros h1 strong {
  font-weight: 900;
}

.sobre-nosotros .tab-menu {
  padding-top: 30px;
  width: 20%;
  margin-right: 5%;
  float: left;
}

@media (max-width: 600px) {
  .sobre-nosotros .tab-menu {
    display: none;
  }
}

.sobre-nosotros .tab-menu-mobile {
  margin-top: 30px;
  display: none;
}

@media (max-width: 600px) {
  .sobre-nosotros .tab-menu-mobile {
    display: block;
  }
}

.sobre-nosotros .tab-menu a {
  color: #808081;
  border-bottom: 2px solid #808081;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 17px;
  font-weight: 600;
}

.sobre-nosotros .tab-menu a.activo {
  color: #fff;
  border-color: #1ba8b4;
  font-weight: 900;
}

.sobre-nosotros .tab-menu a:hover {
  color: #fff;
}

.sobre-nosotros .tab-content {
  color: #fff;
  padding-top: 30px;
  overflow: auto;
  width: 75%;
  float: right;
}

@media (max-width: 600px) {
  .sobre-nosotros .tab-content {
    width: 100%;
    float: left;
  }
}

.sobre-nosotros .tab-content {
  display: none;
}

.sobre-nosotros .tab-content:first-of-type {
  display: block;
}

.tab-content#nuestro-equipo .content-column {
}

.tab-content#nuestro-equipo .content-column ul > li {
  font-size: 18px;
  margin-bottom: 10px;
  list-style: none;
  margin-top: 20px;
}

.tab-content#nuestro-equipo .content-column ul > li > ul > li {
  color: #1ba8b4;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 13px;
  list-style: none;
}

.tab-content#modelo-de-desarrollo {
  /*column-count: 2;
    column-gap: 50px;*/
}

.tab-content#modelo-de-desarrollo img {
}

.sobre-nosotros .tab-content p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

.sobre-nosotros .tab-content ul {
  font-size: 13px;
  line-height: 1.4em;
}

.sobre-nosotros .tab-content ul li {
  margin-bottom: 10px;
}

.sobre-nosotros .tab-content h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 900;
  margin: 20px 0 15px 0;
  letter-spacing: 1px;
  column-span: all;
}

/* ======= Terminales ======= */

body.page-template-page-terminales-php .footer {
  /* display: none; */
}

body.page-template-page-terminales-php .terminales {
  background-color: transparent;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

body.page-template-page-terminales-php .terminales:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

body.page-template-page-terminales-php .terminales .cpm-row-content {
  padding: 50px 20px;
  position: relative;
  text-align: left;
  z-index: 1;
  height: 100%;
}

@media (max-width: 600px) {
  body.page-template-page-terminales-php .terminales .cpm-row-content {
    display: flex;
    flex-direction: column;
  }
}

body.page-template-page-terminales-php .terminales h1 {
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  max-width: 70%;
  margin-left: 8%;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  body.page-template-page-terminales-php .terminales h1 {
    max-width: 100%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 70px;
  }
}

.terminales h1 strong {
  font-weight: 900;
  display: block;
  margin-top: 15px;
}

.page-pdp-content {
  max-width: 70%;
  margin: 0 0 0 8%;
  color: #fff;
  float: left;
  padding-bottom: 200px;
}

@media (max-width: 600px) {
  .page-pdp-content {
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 100px;
  }
}

.page-pdp-content p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

/*----- Continuidad Secciones. ----*/
.landing-siguiente {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 30%;
  position: absolute;
  top: 40% !important;
  left: 80% !important;
}

.landing-siguiente:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}

.landing-siguiente p {
  color: #fff;
  font-weight: 200;
}

.landing-siguiente a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 600px) {
  .landing-siguiente {
    display: block;
    max-width: 100%;
    margin: 40px auto;
    position: static;
    text-align: center;
    /* background-color: red; */
  }
}
.landing-siguiente-nosotros {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 30%;
  position: absolute;
  top: 85% !important;
  right: -10% !important;
  /* background-color: red; */
  /* left: 100%; */
}

.landing-siguiente-nosotros:hover {
  transition: all 0.3s;
  transform: scale(1.1);
}

.landing-siguiente-nosotros p {
  color: #fff;
  font-weight: 200;
}

.arrow {
  display: block !important;
  max-width: 90%;
  width: 75px !important;
  margin: 0 auto !important;
  align-self: flex-end !important;
  color: #fff;
  cursor: pointer;
  /* display: none !important; */
}

@media (max-width: 600px) {
  .arrow {
    margin-top: 10px !important;
  }
}

.landing-siguiente-nosotros a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

@media (max-width: 1500px) {
  .landing-siguiente-nosotros {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 30%;
    position: absolute;
    top: 82% !important;
    right: 90% !important;
  }
}
@media (max-width: 600px) {
  .landing-siguiente-nosotros {
    display: block;
    max-width: 100%;
    margin: 40px auto;
    position: static;
    text-align: center;
    /* background-color: red; */
  }
}
/* ----------------------------------------------- */
.subpage-bloques-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 600px) {
  .subpage-bloques-wrapper {
    z-index: 1;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;

    position: relative;
    left: 0;
    bottom: 0;
    /* bottom: -30px; */
    right: 0;
  }
}

a.subpage-bloque {
  flex: 1;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  background-repeat: no-repeat;
  background-position: 100% 200px;
  border-left: 1px solid #eee;
}

@media (max-width: 600px) {
  a.subpage-bloque {
    display: flex;
    justify-content: center;
    align-items: center;

    padding: 0 10px;
    height: 60px;
    width: 100%;
    border-left: none;
    border-bottom: 1px solid #eee;
  }
  a.subpage-bloque:last-of-type {
    border-bottom: none;
  }
}

a.subpage-bloque:first-of-type {
  border-left: none;
}

a.subpage-bloque:hover {
  background-size: cover;
  background-position: center;
  background: rgba(0, 0, 0, 0);
}

a.subpage-bloque h4 {
  display: block;
  font-weight: 400;
  font-size: 1.2em;
  margin: 85px 0 0 0;
  letter-spacing: 2px;
  /*border-bottom: 3px solid transparent;*/
}

@media (max-width: 600px) {
  a.subpage-bloque h4 {
    font-size: 12px;
    margin: 20px 0;
    border-bottom: none;
  }
}

a.subpage-bloque:hover h4 {
}

.header-pdp {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-top: 20%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.header-pdp:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.5);
}

.header-pdp .cpm-row-content {
  padding-top: 20%;
  width: 100%;
  position: relative;
  max-width: 1100px;
  margin-top: -20%;
  text-align: left;
}

.header-pdp .cpm-row-content img {
  width: 100%;
  height: auto;
}

.header-pdp .cpm-row-content h1 {
  position: absolute;
  left: 20px;
  top: 30px;
  font-size: 30px;
  color: #1ba8b4;
  font-weight: bold;
}

@media (max-width: 600px) {
  .header-pdp .cpm-row-content h1 {
    position: absolute;
    top: 5px;
    font-size: 25px;
    padding-right: 20px;
  }
}

.pdp-back-link {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  list-style: none;
}

.pdp-back-link li {
  display: inline-block;
}

.pdp-back-link li a {
  color: #fff;
  text-decoration: none;
}

.pdp-back-link li a:hover {
  text-decoration: underline;
}

.pdp-back-link strong {
}

.terminal {
}

.terminal .cpm-row-content {
  padding-bottom: 30px;
}

/* ======= Proyectos ======= */

body.page-template-page-proyectos .footer {
  display: none;
}

body.page-template-page-proyectos .proyectos {
  background-color: transparent;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: block;
  height: 100%;
}

table.specs-pdp {
  width: 100%;
  text-align: left;
}

.titulo-seccion-bloque {
  width: 30%;
  padding-right: 20px;
  vertical-align: top;
}

@media (max-width: 600px) {
  .titulo-seccion-bloque {
    width: 100%;
    padding-right: 0;
    vertical-align: top;
    display: block;
    clear: both;
  }
}

.titulo-seccion-bloque h4 {
  margin: 0;
  font-size: 22px;
  color: #005f81;
}

@media (max-width: 600px) {
  .titulo-seccion-bloque h4 {
    margin-bottom: 20px;
  }
}

.item-caracteristica {
  width: 70%;
}

@media (max-width: 600px) {
  .item-caracteristica {
    width: 100%;
    display: block;
    clear: both;
  }
}

.item-caracteristica ul {
  list-style: none;
}

.item-caracteristica ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.item-caracteristica ul li:last-child {
  margin-bottom: 50px;
}

.item-caracteristica ul li:before {
  content: "·";
  display: block;
  color: #005f81;
  font-size: 50px;
  position: absolute;
  top: -2px;
  left: 0;
}

.content-specs-pdp {
  width: 70%;
  float: right;
  text-align: left;
}

@media (max-width: 600px) {
  .content-specs-pdp {
    width: 100%;
    float: left;
  }
}

.content-specs-pdp.col-1 {
  float: none;
  margin: 0 auto;
}

.content-specs-pdp h2 {
  font-size: 22px;
  color: #005f81;
  margin-bottom: 30px;
}

body.single-post .content-specs-pdp h2 {
  font-size: 22px;
  color: #121212;
  padding-bottom: 5px;
  border-bottom: 5px solid #005d81;
  margin-bottom: 30px;
}

.content-specs-pdp .extracto {
  font-weight: bold;
  font-style: italic;
  margin-bottom: 30px;
}

.content-specs-pdp .fecha-pdp-noticia {
  font-weight: normal;
  font-style: italic;
}

.content-specs-pdp p {
  margin-bottom: 15px;
  line-height: 1.6em;
}

.content-specs-pdp ul {
  list-style: none;
}

.content-specs-pdp ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
}

.content-specs-pdp ul li:last-child {
  margin-bottom: 30px;
}

.content-specs-pdp ul li:before {
  content: "·";
  display: block;
  color: #005f81;
  font-size: 50px;
  position: absolute;
  top: -2px;
  left: 0;
}

.col-archive {
  position: relative;
  width: 100%;
  float: left;
  text-align: left;
}

.ultimas-noticias {
  margin-top: 200px;
}
@media (max-width: 1024px) {
  .ultimas-noticias {
    margin-top: 207px;
  }
}
@media (max-width: 600px) {
  .col-archive {
    width: 100%;
    padding-right: 0;
  }
}

.cargando-filtros {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.noticias-container {
  display: grid;
  grid-template-columns: repeat(2, 50%);
  grid-column-gap: 13px;
  margin-top: 65px;
  padding: 15px;
  padding-right: 36px;
  width: 94%;
  margin: 0 auto;
  padding-right: 36px;
}
.ver-mas-documentos {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #005f81;
  text-decoration: none;
}
.noticia-destacada-container {
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: -142px;
  right: 46px;
  left: 0;
  width: 93%;
  padding: 4px;
  text-align: left;
  display: grid;
  padding-right: 4px;
  padding-left: 33px;
  grid-template-columns: 71% 30%;
}

.div-noticia-destacada {
  background: white;
  padding: 8px 10px;
}

.documentos-recientes-container {
  background-color: white;
  text-align: center;
  padding: 8px 10px;
}
.documentos-recientes-container h2 {
  font-size: 23px !important;
}
.documentos-recientes-container img {
  width: 70%;
  border: 1px solid black;
}

.container-gris {
  max-width: 1151px !important;
  padding-bottom: 30px;
  background-color: rgb(229, 229, 229);
  min-height: 636px;
  margin-top: -30px;
}

@media (max-width: 910px) {
  .noticias-container {
    display: grid;
    grid-template-columns: repeat(1, 100%);
    grid-column-gap: 13px;
  }
  .noticia-destacada-container {
    display: block;
    top: -36px;
  }
  .documentos-recientes-container {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
  }
  .documentos-recientes-container img {
    width: 25%;
  }
  .ultimas-noticias {
    margin-top: 561px;
  }
  .noticias-container {
    padding-right: 0 !important;
  }
}

.noticia-div-item {
  background-color: white;
  padding: 15px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
}

.cargando-filtros img.lupa-loader {
  width: 160px;
  height: 160px;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -80px;
  top: 20px;
  display: none;
}

.filtros-noticias-wrapper {
    flex-grow: 1;
    max-width: 904px;
}

.titulo-noticias {
  background: rgb(178, 178, 178);
  width: 100%;
  padding: 34px 53px;
  margin-top: -62px;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.col-archive h2 {
  display: inline-block;
  font-size: 25px;
  color: #121212;
  padding-bottom: 5px;
  border-bottom: 5px solid #005d81;
  margin-bottom: 20px;
  font-weight: 100;
}
.titulo-noticias h2 {
  display: inline-block;
  font-size: 25px;
  color: #121212;
  border-bottom: 5px solid #005d81;
  font-weight: 100;
  height: 40px;
  margin: 0;
  padding: 0;
}
.noticia-destacada-titulo {
  display: inline-block;
  font-size: 25px;
  color: #121212;
  padding-bottom: 5px;
  border-bottom: 5px solid #005d81;
  margin-bottom: 20px;
  font-weight: 100;
}

.col-archive h2 strong {
  font-weight: 900;
}

.col-archive .noticia-item .tags {
  font-size: 12px;
  margin-bottom: 8px;
}

.col-archive .noticia-item .tags span:after {
  content: ", ";
}

.col-archive .noticia-item .tags span:last-child:after {
  display: none;
}

.col-archive .noticia-item h3 {
  margin-bottom: 10px;
}

.noticia-fecha {
  display: block;
}

.noticia-item-content {
  overflow: auto;
}

.docs-loop .noticia-item-content {
  overflow: visible;
}

@media (max-width: 600px) {
  .docs-loop .noticia-item-content {
    overflow: auto;
  }
}

.docs-loop .noticia-item h3 {
  max-width: 85%;
}

@media (max-width: 600px) {
  .docs-loop .noticia-item h3 {
    max-width: 100%;
  }
}

.docs-loop .noticia-item-content p {
  max-width: 55%;
}

@media (max-width: 600px) {
  .docs-loop .noticia-item-content p {
    max-width: 100%;
  }
}

.docs-loop .noticia-item-content .descarga {
  display: block;
  padding-left: 30px;
  color: #005f81;
  font-size: 13px;
  font-weight: bold;
}

body.post-type-archive-documento .docs-loop .noticia-item-content .descarga {
  position: absolute;
  right: 0;
  top: 45%;
}

@media (max-width: 600px) {
  .docs-loop .noticia-item-content .descarga {
    clear: both;
    padding-left: 0;
    float: none;
    font-size: 15px;
    margin-top: 10px;
    display: contents;
  }
}

.sidebar {
  width: 30%;
  float: left;
  min-height: 400px;
  text-align: left;
  padding-left: 100px;
}

.sidebar > a img {
  width: 80%;
  margin-top: 35px;
  display: block;
}

@media (max-width: 600px) {
  .sidebar {
    width: 100%;
    min-height: auto;
    text-align: center;
  }
}

.filtros-noticias,
.filtros-tags {
  text-align: left;
}
.filtros-noticias-nav {
  text-align: left;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .filtros-noticias,
  .filtros-tags {
    padding-top: 0;
    width: 100%;
    text-align: center;
  }
}
.sidebar .filtros-tags {
  display: none;
}
.post-type-archive-documento .sidebar h2 {
  display: inline-block;
  font-size: 19px;
  color: #121212;
  padding-bottom: 5px;
  border-bottom: 5px solid #005d81;
  margin-bottom: 5px;
  font-weight: 100;
}

.post-type-archive-documento .filtros-noticias,
.post-type-archive-documento .filtros-tags {
  padding-top: 20px;
}

.filtros-noticias h4,
.filtros-tags h4 {
  color: #005f81;
  margin: 0 0 20px 0;
  font-size: 14px;
  text-align: center;
}

.filtros-tags a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 7px;
  color: #fff;
  font-size: 12px;
  border-bottom: 1px solid #fff;
  background: rgb(0, 95, 129); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f81', endColorstr='#00949c',GradientType=1 ); /* IE6-9 */
}

.filtro-noticias-a, .filtros-noticias > a {
    text-decoration: none;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 0 3px;
    position: relative;
    padding-left: 14px;
}

.filtros-noticias > a::before {
    content: "-";
    color: #000;
    position: absolute;
    left: 1px;
    z-index: 1;
}

.filtros-noticias > a:first-child {
  padding-left: 0;
}

.filtros-noticias > a:last-child {
  padding-right: 0;
}

.filtros-noticias > a:first-child::before {
    display: none;
}

.selected-tag {
  transform: scale(1.2);
}
.filtros-noticias a.selected,
.filtros-tags a.selected {
  color: #eee;
  opacity: 0.7;
}

.filtros-noticias a:hover,
.filtros-tags a:hover {
  opacity: 0.9;
}

.mensaje-filtro {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  font-size: 15px;
  font-style: italic;
  z-index: 10;
  background: #eee;
  text-align: center;
}

.mensaje-filtro p {
  padding: 20px;
}

.tag-loader,
.docs-tag-loader {
  width: 100%;
  margin-bottom: 15px;
}

.tag-loader span,
.docs-tag-loader span {
  border-radius: 10px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 5px 5px 5px 5px;
  margin: 0 10px 5px 0;
  color: #fff;
  font-size: 11px;
  background: rgb(0, 95, 129); /* Old browsers */
  background: -moz-linear-gradient(
    left,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    rgb(0, 95, 129) 0%,
    rgb(0, 148, 156) 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005f81', endColorstr='#00949c',GradientType=1 ); /* IE6-9 */
}

.cpm-row.desarrollo-sustentable .cpm-row-content {
  padding: 10px 0 30px 0;
}

@media (max-width: 600px) {
  .cpm-row.desarrollo-sustentable .cpm-row-content {
    padding: 10px 20px 30px 20px;
  }
}

.cpm-row.desarrollo-sustentable .cpm-row-content img.attachment-full {
  float: left;
  width: 40%;
}

@media (max-width: 600px) {
  .cpm-row.desarrollo-sustentable .cpm-row-content img.attachment-full {
    float: none;
    width: 100%;
  }
}

.cpm-row.desarrollo-sustentable .cpm-row-content .content-container {
  text-align: left;
  float: right;
  width: 50%;
}

@media (max-width: 600px) {
  .cpm-row.desarrollo-sustentable .cpm-row-content .content-container {
    text-align: left;
    float: right;
    width: 100%;
  }
}

.cpm-row.compromiso {
}

.cpm-row.compromiso p {
  font-size: 18px !important;
}

.cpm-row.compromiso .cpm-row-content {
  position: relative;
  height: 460px;
}

@media (max-width: 600px) {
  .cpm-row.compromiso .cpm-row-content {
    position: relative;
    height: auto;
  }
}

.cpm-row.compromiso .cpm-row-content .content-container {
  text-align: right;
  width: 60%;
  position: absolute;
  top: 60px;
  z-index: 2;
  padding: 0 30px 30px 30px;
  right: 250px;
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 600px) {
  .cpm-row.compromiso .cpm-row-content .content-container {
    text-align: left;
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    background: rgba(255, 255, 255, 0.5);
    margin: 20px auto;
  }
}

.cpm-row.compromiso .cpm-row-content .square {
  position: absolute;
  top: 30px;
  right: 0;
  width: 400px;
  height: 400px;
  z-index: 1;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.8);
}

@media (max-width: 600px) {
  .cpm-row.compromiso .cpm-row-content .square {
    display: none;
  }
}

.cpm-row.gaviotin-chico .cpm-row-content {
  padding: 30px 0;
}

@media (max-width: 600px) {
  .cpm-row.gaviotin-chico .cpm-row-content {
    padding: 30px 20px;
  }
}

.cpm-row.gaviotin-chico .cpm-row-content img.attachment-full {
  float: right;
  width: 40%;
}

@media (max-width: 600px) {
  .cpm-row.gaviotin-chico .cpm-row-content img.attachment-full {
    float: none;
    width: 100%;
  }
}

.cpm-row.gaviotin-chico .cpm-row-content .content-container {
  text-align: right;
  float: left;
  width: 50%;
}

@media (max-width: 600px) {
  .cpm-row.gaviotin-chico .cpm-row-content .content-container {
    text-align: left;
    float: none;
    width: 100%;
  }
}

.cpm-row.desarrollo-sustentable .cpm-row-content p {
  line-height: 1.6em;
}

.cpm-row.desarrollo-sustentable .cpm-row-content p,
.cpm-row.compromiso .cpm-row-content p,
.cpm-row.gaviotin-chico .cpm-row-content p {
  line-height: 1.6em;
}

#carga-nuevo-lote,
#carga-nuevo-lote-docs {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.8em;
}

#carga-nuevo-lote a,
#carga-nuevo-lote p,
#carga-nuevo-lote-docs a,
#carga-nuevo-lote-docs p {
  padding: 30px 0;
  display: block;
  color: #005f81;
  text-decoration: none;
}

#carga-nuevo-lote a:hover,
#carga-nuevo-lote-docs a:hover {
  text-decoration: underline;
}

#carga-nuevo-lote a i,
#carga-nuevo-lote-docs a i {
  font-size: 25px;
  vertical-align: middle;
}

.doc-mimetype-icon {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doc-mimetype-icon a {
  color: #005d81;
  display: table-cell;
  vertical-align: middle;
}

.doc-mimetype-icon span {
  color: #005d81;
  display: inline-block;
  vertical-align: middle;
  display: none;
}

.doc-mimetype-icon span[class^="flaticon-"]:before,
.doc-mimetype-icon span[class*=" flaticon-"]:before,
.doc-mimetype-icon span[class^="flaticon-"]:after,
.doc-mimetype-icon span[class*=" flaticon-"]:after {
  font-size: 90px;
  vertical-align: middle;
}

.doc-mimetype-icon.docx span.flaticon-document,
.doc-mimetype-icon.doc span.flaticon-document,
.doc-mimetype-icon.pdf span.flaticon-document,
.doc-mimetype-icon.xlsx span.flaticon-document,
.doc-mimetype-icon.xls span.flaticon-document {
  display: inline-block;
}

.doc-mimetype-icon.m4v span.flaticon-play-button,
.doc-mimetype-icon.mp4 span.flaticon-play-button,
.doc-mimetype-icon.mov span.flaticon-play-button {
  display: inline-block;
}

.doc-mimetype-icon.png span.flaticon-picture,
.doc-mimetype-icon.jpg span.flaticon-picture {
  display: inline-block;
}

.plyr-contenedor {
  display: none;
}

.plyr-contenedor video {
  width: 100%;
  height: auto;
  position: relative;
  display: block;
}

iframe,
iframe * {
  pointer-events: none !important;
}

iframe {
  position: relative;
}

iframe::before {
  content: " ";
  background-color: transparent;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cpm-sc-1 {
  clear: both;
  display: block;
  margin-bottom: 0;
  font-size: 0.7rem;
  height: auto !important;
}

.cpm-sc-1 .contenedor-mejiport {
}

.cpm-sc-1 .contenedor-mejiport img {
}

.cpm-sc-1 .contenedor-mejiport::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #121212;
  opacity: 0.3;
  z-index: 1;
}

.cpm-sc-1 .imagen-mejiport {
  width: 170px;
  height: 170px;
  position: absolute;
  top: 15%;
  left: 20px;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.cpm-sc-1 .texto-mejiport {
  position: absolute;
  top: 20px;
  right: -20px;
  left: auto;
  width: 80%;
  padding: 20px 20px 0 20px;
}

.cpm-sc-1 .texto-mejiport .meji-title-1 {
  color: #fff;
  border-color: #fff;
  font-size: 1.5em;
  padding-top: 0;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.cpm-sc-1 .texto-mejiport p {
  font-size: 0.9em;
}

#indicadores iframe {
  max-width: 600px;
  background: rgba(0, 0, 0, 0.3);
}

#indicadores p:nth-child(2) iframe {
  background: rgba(255, 255, 255, 0.3);
}

.gaviotin-chico h1.meji-title-1,
.desarrollo-sustentable h1.meji-title-1 {
  padding-top: 0 !important;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 0;
  /* margin: 5px 20px 20px 0; */
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.cpm-row-content.row-content-halfwidth.noticia-destacada {
  padding: 20px 20px 50px 20px;
}

.noticia-destacada h3,
.noticia-destacada p {
  text-align: left;
}

.noticia-destacada h3 {
  margin-bottom: 15px;
}

.noticia-destacada p {
  font-weight: 300;
  overflow: auto;
}

@media (max-width: 600px) {
  .noticia-destacada p {
    overflow: unset;
  }
}

.noticia-destacada.destacado-2 h3 {
  font-size: 28px;
  line-height: 1.3em;
}

.noticia-destacada img {
  float: left;
  margin-bottom: 20px;
  margin-right: 50px;
  width: calc(50% - 50px);
}

@media (max-width: 600px) {
  .noticia-destacada img {
    margin-right: 20px;
    width: 30% !important;
  }
}

.noticia-destacada.destacado-3 img {
  width: calc(25% - 50px);
}

body.single .ss-social-sharing {
  margin: -10px auto 25px auto;
}

body.single .ss-social-sharing a {
  margin-right: 10px;
}

.noticia-destacada h3 a {
  text-decoration: none;
}

@media (max-width: 600px) {
  .contenedor-flecha-subitem {
    display: flex;
    flex-direction: column-reverse;
  }
}


/* -------- Gustavo 2023: -------- */

.pll-menu {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background: #fff;
  border-radius: 0 0 5px 5px;
  list-style: none;
  box-shadow: 0 0 5px #015ea8;
}

.pll-menu li {
  line-height: 25px;
  display: none;
}

.pll-menu li.current-lang {
  display: block;
}

.pll-menu:hover li {
  display: block;
}

.pll-menu a {
  text-decoration: none;
  color: #015ea8;
  padding: 0px 12px 0px 12px;
  font-size: 13px;
  text-transform: uppercase;
}

.pll-menu a img {
  margin-right: 3px;
  vertical-align: text-top;
}

/* 
.inner-body {
  width: 700px;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  background-color: rgb(255, 248, 239);
}

ul.menu-tags {
  list-style: none;
  padding: 0;
  margin: 30px auto;
}

ul.menu-tags li {
  display: inline-block;
}

ul.menu-tags li a {
  display: block;
}

.respuesta {
  padding: 10px;
  border-radius: 10px;
  margin: 20px 0;
  background-color: limegreen;
}

.no-quedan {
  display: none;
}

.respuesta-loop {
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
  background-color: pink;
}

.ajax-post-item {
  padding: 10px;
  margin: 10px;
  border-radius: 10px;
  border: 1px solid blue;
}

.cargar-mas.disabled {
  pointer-events: none;
  cursor: not-allowed;
  color: black;
}

.boton {
box-shadow: 0px 1px 0px 0px #fff6af;
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
background-color:#ffec64;
border-radius:6px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
margin-top: 15px;
}

.boton:hover {
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
background-color:#ffab23;
}

.boton:active {
position:relative;
top:1px;
}

*/

.respuesta-docs {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  font-size: 15px;
  font-style: italic;
  z-index: 10;
  background: #eee;
  text-align: center;
}

.respuesta-docs p {
  padding: 20px;
}

.respuesta-loop-docs {
  
}

.cargando-filtros img.lupa-loader.respuesta-loop-docs-lupa {
  width: 160px;
  height: 160px;
  position: fixed;
  z-index: 1000;
  left: 50%;
  margin-left: -80px;
  top: 50%;
}

#cargar-mas-docs {
  width: 100%;
  clear: both;
  text-align: center;
  font-size: 0.8em;
  cursor: pointer;
  padding: 30px 0;
  color: #005f81;
  text-decoration: none;
}

#cargar-mas-docs:hover {
  background-color: #eee;
}

#cargar-mas-docs.fin {
  pointer-events: none;
}

.loop-item-documento {
  width: 100%;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 170px;
  border-bottom: 1px solid #eee;
}

.documento-mimetype-icon {
  width: 150px;
}

.contenido-loop-item-documento {
  width: calc(100% - 280px);
  padding-right: 20px;
}

.contenido-loop-item-documento .tags {
  font-size: 12px;
  margin-bottom: 8px;
}

.contenido-loop-item-documento .tags span:after {
  content: ", ";
}

.contenido-loop-item-documento .tags span:last-child:after {
  display: none;
}

.contenido-loop-item-documento h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.contenido-loop-item-documento p {
  font-size: 14px;
}

.contenido-loop-item-documento-link {
  width: 130px;
  font-size: 13px;
}

.contenido-loop-item-documento-link a {
    color: #005f81;
    font-weight: bold;
}

.documento-mimetype-icon span {
  color: #005d81;
  display: none; 
} 

.documento-mimetype-icon span[class^="flaticon-"]:before,
.documento-mimetype-icon span[class*=" flaticon-"]:before,
.documento-mimetype-icon span[class^="flaticon-"]:after,
.documento-mimetype-icon span[class*=" flaticon-"]:after {
  font-size: 90px;
  vertical-align: middle;
} 

.documento-mimetype-icon.docx span.flaticon-document,
.documento-mimetype-icon.doc span.flaticon-document,
.documento-mimetype-icon.pdf span.flaticon-document,
.documento-mimetype-icon.xlsx span.flaticon-document,
.documento-mimetype-icon.xls span.flaticon-document,
.documento-mimetype-icon.m4v span.flaticon-play-button,
.documento-mimetype-icon.mp4 span.flaticon-play-button,
.documento-mimetype-icon.mov span.flaticon-play-button,
.documento-mimetype-icon.png span.flaticon-picture,
.documento-mimetype-icon.jpg span.flaticon-picture {
  display: block;
}