@import url(global.css);

/* Estilos de Blog */
body {
  background-color: #fff !important;
}
section#blog-principal {
  display: block;
  height: 100%;
  background-color: rgba(255, 255, 255, 1);
}
section#blog-principal > div.box-full-w {
  width: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 1);
  padding: 60px 0px;
  box-sizing: border-box;
}
div#block-categories-blog {
  width: 60%;
  margin: 0 auto;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
  border-left: 4px solid var(--secondary-cyan);
  padding-left: 15px;
}
div#block-categories-blog > div.list-categories-blog > div:last-child {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
div#block-categories-blog
  > div.list-categories-blog
  > div:last-child
  > div#grid-row-categories {
  margin-left: 120px;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
div#block-categories-blog > div.list-categories-blog > div:last-child > h1 {
  font-size: 40px;
  color: #555555;
  font-weight: 600;
}
div#block-categories-blog > div.list-categories-blog > div:first-child > span {
  font-size: "Source Sans Pro";
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #142e49;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#block-categories-blog
  > div.list-categories-blog
  > div:first-child
  > span
  > a {
  color: #142e49;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}

div#grid-row-categories > a {
  padding: 0px 15px 0px 5px;
  margin: 0px 5px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  font-size: "Source Sans Pro";
  color: #8e9296;
  text-transform: uppercase;
  border-left: 2px solid var(--secondary-cyan);
  line-height: 15px;
}

div#grid-row-categories > div > a {
  padding: 0px 15px 0px 5px;
  text-decoration: none;
  font-size: 13px;
  font-family: "Source Sans Pro";
  color: #555555;
  text-transform: uppercase;
  font-weight: bold;
}

div#grid-row-categories > div {
  border-left: 2px solid #8adcff;
  margin: 0px 5px;
}

div#grid-row-categories > div > div.subcategory {
  display: none;
  transition: all 0.4s ease-in;
  position: absolute;
}
div#grid-row-categories > div:hover > div.subcategory {
  display: block;
  padding-top: 8px;
}
div.subcategory > a {
  font-weight: 600;
  font-size: 12px;
  color: #555555;
  padding-left: 5px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px 5px;
}
div.subcategory > a::before {
  content: ">";
  margin-right: 4px;
  color: #c0ecff;
}
div#grid-row-categories > a:last-child {
  border-right: none;
}

div.row-blog > div.content-row-blog {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
div.row-blog > div.content-row-blog > div.box-post {
  flex-basis: 50%;
  display: flex;
  flex-direction: row;
}
div.row-blog > div.content-row-blog > div.box-post:first-child {
  border-right: 2px solid #eeeeee;
}
div.row-blog > div.content-row-blog > div.box-post:last-child {
  flex-direction: row-reverse;
}
div.row-blog > div.content-row-blog > div.box-post > a {
  flex-basis: 50%;
  display: flex;
}
div.row-blog > div.content-row-blog > div.box-post > a > img {
  object-fit: cover;
  object-position: center center;
}
div.row-blog > div.content-row-blog > div.box-post > div.content-post {
  flex-basis: 50%;
  padding: 35px 55px;
  box-sizing: border-box;
}
div.row-blog > div.content-row-blog > div.box-post > div.content-post > a {
  text-decoration: none;
}
div.row-blog > div.content-row-blog > div.box-post > div.content-post > a > h3 {
  font-size: 28px;
  font-weight: bold;
  color: #555555;
  margin-top: 25px;
}
div.row-blog
  > div.content-row-blog
  > div.box-post
  > div.content-post
  > span.category-parent {
  text-transform: uppercase;
  font-size: 14px !important;
  color: #009fe3 !important;
  font-weight: 500;
  margin-bottom: 10px;
  display: block;
  line-height: 20px;
}
div.row-blog
  > div.content-row-blog
  > div.box-post
  > div.content-post
  > span
  > label {
  margin-right: 4px;
}
div.row-blog > div.content-row-blog > div.box-post > div.content-post > span {
  font-weight: 600;
  color: #555;
  font-size: 14px !important;
  text-transform: uppercase;
}
/* div.row-blog > div.content-row-blog > div.box-post > div.content-post > span::after{ content: ''; position: absolute; width: 2px; height: 100%; top: 0; left: -15px; background-color: #C0ECFF;} */
div.content-post > hr {
  width: 65%;
  float: left;
  margin: 15px 0 20px;
  display: block;
  border-bottom: 1px solid #848484;
}
div.content-post > label.date-post {
  display: block;
  clear: both;
  font-weight: bold;
  font-size: 14px;
  color: #009fe3;
  text-transform: uppercase;
}
div.content-post > div.extract-post {
  font-size: 16px;
  margin: 25px 0px;
}

div.row-blog-full > div.content-row-blog-full:nth-child(even) {
  justify-content: center;
}
div.row-blog-full > div.content-row-blog-full {
  display: flex;
  flex-direction: row;
  justify-content: end;
  background-size: cover;
  background-position: center center;
}
div.row-blog-full > div.content-row-blog-full > div.box-post-full {
  width: 25%;
  height: 100%;
  margin-right: 25%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 35px 55px;
}

div.box-post-full > span {
  color: #c0ecff;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  border-left: 2px solid #6cc5ec;
  padding-left: 10px;
  font-size: 14px;
  text-transform: uppercase;
}
div.box-post-full > a {
  text-decoration: none;
}
div.box-post-full > a > h3 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  line-height: 34px;
}
div.box-post-full > div.extract-post {
  font-size: 16px;
  margin: 25px 0px;
}
div.box-post-full > label.date-post {
  display: block;
  clear: both;
  padding-left: 5px;
  font-weight: bold;
  font-size: 14px;
  color: #c0ecff;
  text-transform: uppercase;
}
div.box-post-full > hr {
  width: 65%;
  float: left;
  margin: 15px 0 20px;
  display: block;
}

/* Single */
section#single-post {
  display: block;
  width: 100%;
  height: auto;
}
div.ancho-limitado-post {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  display: block;
}
div#content-cabecera-post {
  margin: 50px 0px;
  padding-left: 35px;
  box-sizing: border-box;
  border-left: 3px solid #8adcff;
}
div#content-cabecera-post > div:first-child {
  margin-bottom: 50px;
}
div#content-cabecera-post > div:first-child > span {
  font-size: "Source Sans Pro";
  margin: 0px 5px;
  font-size: 14px;
  font-weight: 500;
  color: #142e49;
  text-transform: uppercase;
  letter-spacing: 1px;
}
div#content-cabecera-post > div:first-child > span > a {
  color: #142e49;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
}
div#content-cabecera-post > h1 {
  font-size: 40px;
  font-weight: 600;
  color: #555555;
  line-height: 1.2;
  margin-bottom: 20px;
}
div#content-cabecera-post > p {
  font-size: 36px;
  font-weight: 300;
  color: #555555;
  line-height: 1.2;
}
div.share-post {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 30px;
}
div.share-post > img {
  height: fit-content;
}
div.share-post > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  font-size: 14px;
  font-weight: 600;
  border-left: 2px solid #c0ecff;
  padding-left: 10px;
}
div.share-post > div#block-other-opinion {
  border-left: 0;
  padding-left: 0;
}
div.share-post > div > label:first-child {
  color: #009fe3;
  margin-right: 10px;
  text-transform: uppercase;
}
div.share-post > div > label:last-child {
  color: #142e49;
  font-size: 14px;
  text-transform: uppercase;
}
div#content-post > div.img-post-content {
  display: flex;
  width: 75%;
  display: flex;
  justify-content: flex-end;
}
div#content-post > div.img-post-content > img {
  object-fit: cover;
  width: 100%;
  max-height: 550px;
}
div#content-post > div.ancho-limitado-post {
  margin: 40px auto;
  display: block;
}
div.content-text > h1 {
  margin: 25px auto;
}
div.content-text > h2 {
  margin: 20px auto;
}
div.content-text > h3 {
  margin: 15px auto;
}
div.content-text > h4 {
  margin: 10px auto;
}
div.content-text > p {
  font-size: 17px;
}
/* Estilos Generales */
div.content-text {
  font-size: 17px;
  margin: 75px 0;
}

div#content-post-opinion {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
div#content-post-opinion > div.destacado-recurso {
  flex-basis: 50%;
  position: relative;
  overflow: hidden;
}
div#content-post-opinion > div.content-opinion {
  flex-basis: 27%;
  justify-content: space-between;
  padding: 0px 25px;
  box-sizing: border-box;
}
div#content-post-opinion > div.content-opinion > h3 {
  margin-top: 20px;
}
div#content-post-opinion > div.content-opinion > span {
  font-size: 28px;
  font-weight: 300;
}

ul.slick-dots {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  justify-content: center;
  padding-top: 10px;
}
ul.slick-dots > li {
  margin: 0px 5px;
}
ul.slick-dots > li > button {
  border-radius: 50%;
  padding: 5px;
  font-size: 0;
  background-color: #C0C0C0;
}

ul.slick-dots .slick-active button {
  background-color: #004A98; 
}

section#proyecto-post {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
div#content-post-proyecto {
  width: 75%;
  float: left;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
div#content-post-proyecto > div.destacado-recurso {
  flex-basis: 65%;
  position: relative;
  overflow: hidden !important;
}
div#content-post-proyecto > div.destacado-recurso > img {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
div#content-post-proyecto > div.content-proyecto {
  flex-basis: 35%;
  padding: 0px 25px;
  box-sizing: border-box;
}
div#content-post-proyecto > div.content-proyecto > h2 {
  font-size: 42px;
  line-height: 45px;
}
div#content-post-proyecto > div.content-proyecto > hr {
  margin: 45px 0px;
}
div#data-custom-fields {
  width: 60%;
  float: right;
  margin: 30px 0px;
  border-left: 2px solid #8adcff;
}
div#data-custom-fields > ul {
  list-style-type: none;
  margin: 0px 0px 0px 15px;
}
div#block-other-proyecto {
  margin: 40px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
div#block-other-proyecto > div:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
div#block-other-proyecto > div:last-child > span {
  font-size: 13px;
  margin-right: 10px;
}
#hover-item-tele {
  list-style-type: none;
  width: fit-content;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 10px auto;
  font-size: 12px;
  width: 100%;
  display: none;
}
#hover-item-tele > li {
  margin: 0px 15px;
}
#hover-item-tele > li > a {
  color: #828282;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
}
.aparecer {
  transition: all 0.4s ease-in;
  display: flex !important;
}

.content-row-blog .box-post .content-post h3 {
  color: #555555;
  font-size: 28px;
  font-weight: 600;
  line-height: 34px;
  color: #555555;
  margin: 15px 0 0 0;
}

.box-post a,
.box-post a img.ver-mas {
  display: flex;
  transition: all 250ms ease-in-out;
}

.box-post a img.ver-mas:hover {
  transform: translateX(50%);
}

div#box-tags {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  margin: 0 auto 45px auto;
}

div#box-tags > a {
  text-decoration: none;
  font-size: 14px;
  padding: 5px 10px;
  color: #999;
  transition: all 0.15ms ease-in;
}

div#box-tags > a:hover {
  color: #009fe3;
}

.addtoany_shortcode > div > a > span {
  background-color: white !important;
  border: 1px solid #999;
  border-radius: 50px !important;
  padding: 5px;
}

.addtoany_shortcode > div > a > span > svg {
  stroke: #999 !important;
}

.nav-links {
  font-size: 16px;
}

.heading-single-mobile {
  display: none;
}

.paginacion-mobile {
  display: none;
}