/* Fonts */
/*
@font-face {
  font-family: 'MyriadPro-old';
  src: url('fonts/myriad-pro/myriad-pro-regular.eot'); /* IE9 Compat Modes 
  src: url('fonts/myriad-pro/myriad-pro-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 
       url('fonts/myriad-pro/myriad-pro-regular.woff') format('woff'), /* Modern Browsers 
       url('fonts/myriad-pro/myriad-pro-regular.ttf')  format('truetype'), /* Safari, Android, iOS 
       url('fonts/myriad-pro/myriad-pro-regular.svg#b6b933d6eeb92d33db4fad36c45b0bff') format('svg'); /* Legacy iOS
  font-style:   normal;
  font-weight:  400;
}
*/


@font-face {
  font-family:"ChaparralPro";
  src:url("fonts/chaparral/ChaparralPro-Regular.woff2") format("woff2"),
      url("fonts/chaparral/ChaparralPro-Regular.woff") format("woff"),
      url("fonts/chaparral/ChaparralPro-Regular.otf") format("opentype");
  font-style:normal;
  font-weight:400;
}

/*@font-face {
  font-family: 'Enagas';
  src: url("fonts/enagas/Enagas-PT-serif-regular.otf") format("opentype");

  font-style:   normal;
  font-weight:  400;
}*/

/*@font-face {
  font-family: 'MyriadPro';
  src: url("fonts/myriad-pro-nueva/Myriad-Pro-Regular.ttf") format('truetype');

  font-style:   normal;
  font-weight:  400;
}*/

@font-face {
    font-family: 'MyriadPro';
    src: url('fonts/myriad-pro-nueva/myriad_pro_regular-webfont.woff2') format('woff2'),
         url('fonts/myriad-pro-nueva/myriad_pro_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'enags_pt_serifbold';
    src: url('fonts/enagas/enagas_pt_bold-webfont.woff2') format('woff2'),
         url('enagas_pt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'enags_pt_serifitalic';
    src: url('fonts/enagas/enagas_pt_italic-webfont.woff2') format('woff2'),
         url('fonts/enagas/enagas_pt_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Enagas';
    src: url('fonts/enagas/enagas_pt_serif_regular-webfont.woff2') format('woff2'),
         url('fonts/enagas/enagas_pt_serif_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'enags_pt_serifbold_italic';
    src: url('fonts/enagas/enagaspt_serif_bold_italic-webfont.woff2') format('woff2'),
         url('fonts/enagas/enagaspt_serif_bold_italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* Global Styles */

.container {
  position: relative;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  padding-right: calc(var(--bs-gutter-x) * 1.5);
  padding-left: calc(var(--bs-gutter-x) * 1.5);
}

*{
  outline: 0!important;
}

.vc_column_container {
    padding-left: 15px!important;
    padding-right: 15px!important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0!important;
}

dl, ol, ul {
    margin: 0 0 20px 0;
    padding: 0 0 0 17px;
}

.row.row-double-space {
    --bs-gutter-x: 60px;
}

.row.row-double-space [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
}

html, body {
  font-size: 16px;
  height:100%;
  font-family: 'MyriadPro', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, a:focus, a:active, a:visited{
  color: #000;
  text-decoration: none;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

a:hover{
	color: #000;
	text-decoration: none;
}

.thumbnail-link{
  display: block;
  position: relative;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.thumbnail-link:before{
  content: '';
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

.thumbnail-link:hover:before{
  opacity: 1;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 32px;
    border-radius: 1px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .navbar-fixed .header-revista .hamburger-inner,  .navbar-fixed .header-revista .hamburger-inner::before, .navbar-fixed .header-revista .hamburger-inner::after{
    background-color: #000;
}

.header-revista .hamburger-inner, .header-revista .hamburger-inner::before, .header-revista .hamburger-inner::after{
  background-color: #fff;
}

.hamburger {
  padding: 0;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.hamburger-box {
  width: 32px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  height: 2px;
}

@-webkit-keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

@keyframes stuckMoveDown{
  0% {
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
  }

  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}

body.navbar-fixed{
  padding-top: 81px;
}

body.single.navbar-fixed, body.archive.navbar-fixed{
  padding-top: 0;
}

@-webkit-keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes stuckFadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



.navbar-nav li a {
  color: #fff;
  padding: 15px;
  font-weight: bold;
  -webkit-transition: opacity .4s ease-in-out;
     -moz-transition: opacity .4s ease-in-out;
      -ms-transition: opacity .4s ease-in-out;
       -o-transition: opacity .4s ease-in-out;
          transition: opacity .4s ease-in-out;
}
/*

.navbar-nav li a{
  position: relative;
}

.navbar-nav li a::after{
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;

}
.navbar-nav li a:hover::after{
  width: 100%;
}
*/

.navbar-nav li a:hover {
  opacity: 0.7;
}

.navbar{
  margin-top: 30px;
}

.page-template-template-revista.navbar-fixed .navbar{
  animation: stuckFadeIn 1s ease forwards;
  -webkit-animation: stuckFadeIn 1s ease forwards;
  opacity: 0;
}

.single.navbar-fixed-top .navbar, .archive.navbar-fixed-top .navbar{
  animation: stuckFadeIn 1s ease forwards;
  -webkit-animation: stuckFadeIn 1s ease forwards;
  opacity: 0;
}

.page-template-template-revista.navbar-fixed .navbar .navbar-toggler.align-self-end{
  align-self: center !important;
}

.page-template-template-revista.navbar-fixed .navbar .nav{
  text-align: left;
}
/*
.navbar-fixed .navbar .nav{
  margin-right: 15px;
}
*/


.navbar-fixed .navbar{
  /*-webkit-animation: stuckMoveDown .6s;*/
  /*animation: stuckMoveDown .6s;*/
  top: 40px;
  position: fixed;
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff;
  box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
  width: 1320px;
  width: 1248px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
}

.navbar-fixed .navbar, .navbar-inner .navbar{
  width: 100%;
  max-width: 1600px;
  position: absolute;
}



.navbar-fixed-top .navbar, .navbar-fixed-top .navbar-inner .navbar{
  width: 100% !important;
  max-width: 100%;
  top: 0;
  border-radius: 0;
  position: fixed;
}

.navbar-fixed .navbar .container{
  width: 100%;
  max-width: 100%;
}

.navbar-fixed .navbar .navbar-nav li a {
   color: #007AAE;
}


.navbar-inner .navbar{
  /*-webkit-animation: stuckMoveDown .6s;*/
  /*animation: stuckMoveDown .6s;*/
  margin: 0 auto;
  z-index: 1030;
  height: auto;
  background: #fff;
  box-shadow: 0 0px 20px rgb(0 0 0 / 8%);
  width: 1320px;
  width: 1248px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 12px;
  position: absolute;
  top: 40px;
} 

.navbar-inner .navbar .container{
  width: 100%;
  max-width: 100%;
}

.navbar-inner .navbar .navbar-brand{
  display: block;
}




.page-header {
  background: #000000;
  /*padding: 25px 0;*/
  color: #fff;
  min-height: 300px;
  /*display: flex;*/
  align-items: end;
}

h1.page-title {
    margin: 0;
    font-family: 'Enagas','ChaparralPro'; /*AÑADIDA FUENTE Enagas*/
    letter-spacing: 0px;
    font-size: 75px;
    margin-top: 185px;
    margin-left: 140px;
}

.widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-gallery a, .custom-gallery a:focus, .custom-gallery a:active{
  margin-bottom: 30px!important;
  display: block;
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-gallery a:hover{
  opacity: 0.5;
  filter: alpha(opacity=50);
}

@-webkit-keyframes slideIn{
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.dropdown-menu{
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

/* CAROUSEL */
.main-swiper {
    width: 100%;
    height: 650px;
    background: #232b2f;
    color: #fff;
    position: relative;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
}

.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination-bullet {
    background: #fff;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}
/* CAROUSEL */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.full-table {
    display: table;
    width: 100%;
    height: 100%;
}

.full-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.section {
	padding: 50px 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.btn-check:active+.btn:focus, .btn-check:checked+.btn:focus, .btn.active:focus, .btn.show:focus, .btn:active:focus, .btn:focus {
  box-shadow: none;
}


/* footer */
footer.site-footer {
	position: relative;
  z-index: 2;
}
/* /footer*/

/* footer always bottom */
body.footer-always-bottom #page {
   min-height:100%;
   position:relative;
}

body.footer-always-bottom #primary {
   padding-bottom:100px;   /* Height of the footer */
}

body.footer-always-bottom footer.site-footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:100px;   /* Height of the footer */
}
/* /footer always bottom */

/* Checkbox */
input[type=checkbox], input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  transition: background-color 0.3s;
}

input[type=radio]{
  border-radius: 50%;
}

input[type=checkbox]:checked, input[type=radio]:checked {
  /* background-color: #2196f3; */
}

input[type="checkbox"]:before {
  background: #000;
  content: "";
  position: absolute;
  height: 2px;
  border-radius: 2px;
  -webkit-transition: all .2s ease .1s;
  transition: all .2s ease .1s;
  border-radius: 5px;
  z-index: 100;
  width: 0px;
  bottom: 13px;
  left: 4px;
  transform: rotate(45deg);
}

input[type="checkbox"]:after {
  right: 0;
  z-index: 100;
  background: #000;
  content: "";
  position: absolute;
  height: 0px;
  border-radius: 5px;
  -webkit-transition: all .2s ease .3s;
  transition: all .2s ease .3s;
  width: 2px;
  left: 8px;
  bottom: 5px;
  transform: rotate(45deg);
}

input[type="checkbox"]:checked::before{
  width: 6px;
  bottom: 7px;
}

input[type="checkbox"]:checked::after{
  height: 10px;
  left: 11px;
}

input[type=radio]:before {
  background: #000;
  content: "";
  position: absolute;
  height: 0px;
  border-radius: 50%;
  -webkit-transition: all .2s ease .1s;
  transition: all .2s ease .1s;
  border-radius: 50%;
  z-index: 100;
  width: 0px;
  bottom: 6px;
  left: 6px;
}

input[type=radio]:checked:before{
  height: 8px;
  width: 8px;
}

.woocommerce form .form-row .input-checkbox {
  margin: 0;
  vertical-align: initial;
  display: inline-block;
  text-align: initial;
}
/* Checkbox */

/* pagination */
.pagination {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.pagination > li > a, .pagination > li > span {
  border: none;
  margin: 0 1px;
  background: transparent;
}

.pagination > li > span.current{
  background: #4BB4E3;
  color: #FFF;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
/**************/

/* Contact form 7 */
.wpcf7 input[type="text"], .wpcf7 textarea{
  border-radius: 13px;
  color: #192b33;
  font-size: 17px;
  padding: 15px 20px;
  resize: none;
  width: 100%;
  border: none;
  height: 60px;
  line-height: 60px;
}

.wpcf7 textarea{
  height: 200px;
  line-height: 27px;
}

span.wpcf7-not-valid-tip {
  color: #E05D5B;
  margin-top: 5px;
}

div.wpcf7-validation-errors{
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

div.wpcf7-mail-sent-ok{
  background-color: #DFF0D8;
  border-color: #3C763D;
  color: #3C763D;
  padding: 15px;
  border: none;
  margin: 10px 0;
  border-left: 4px solid;
}

input[type="submit"].wpcf7-submit{
  background: #000000;
  color: #FFF;
  cursor: pointer;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 13px;
  padding: 6px 25px;
  margin: 20px 0;
  text-shadow: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;

  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}

input[type="submit"].wpcf7-submit:hover, input[type="submit"].wpcf7-submit:active{
  background: #000000;
  color: #FFF;
}

div.wpcf7 img.ajax-loader {
  width: 25px;
  margin: -5px 0 0 15px;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
    margin: 0;
}
/* /Contact form 7 */

/* magnific jquery */
.mfp-arrow-left:before, .mfp-arrow-left .mfp-b, .mfp-arrow-left:after, .mfp-arrow-left .mfp-a, .mfp-arrow-right:before, .mfp-arrow-right .mfp-b, .mfp-arrow-right:after, .mfp-arrow-right .mfp-a{
  display: none;
}

button.mfp-arrow {
  background: #000;
  color: #FFF;
  padding: 0 20px;
  width: auto;
  font-size: 25px;
  height: 50px;
  border-radius: 0;
  margin-top: -25px;
  margin-left: 20px;
  margin-right: 20px;
}

.mfp-arrow:active{
  margin-top: -25px;
}

.mfp-counter{
  display: none;
}
/* ./magnific-jquery */

#topcontrol{
  background-color: #63666A;
  /* padding: 10px 11px; */
  border-radius: 100%;
  font-size: 22px;
  line-height: 20px;
  color: #FFF;
  z-index: 99;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 10px #00000029;
}

#topcontrol:hover{
  background: #007AAE;
}

.go-to-content{
  position: absolute;
  right: 36px;
  margin-top: 50px;
  background: transparent;
  color: #fff;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  font-size: 18px;
  line-height: 20px;
  color: #FFF;
  padding: 0;
}

.go-to-content:hover{
  background-color: #fff;
  border-color: #fff;
  color: #007AAE;
}


.gm-style img {
  max-width: none;
}

/* Comentarios */
ol.comment-list {
    list-style: none;
    margin: 0;
}

ol.comment-list ol{
  list-style: none;
}

.comment-body {
    background: #FFF;
    padding: 40px 40px 40px 140px;
    position: relative;
    margin: 0 0 15px 0;
}

.comment-form-comment textarea {
    background: #FFF;
    border: 1px solid #CCC;
}

.comment-form-comment label {
    font-weight: normal;
    font-size: 20px;
}

.comment-author .avatar {
    width: 70px;
    border-radius: 50px;
    position: absolute;
    left: 40px;
}

.comment-metadata time {
    color: #868686;
    margin: 5px 0 20px 0;
    display: block;
    font-size: 12px;
}

.reply{
  text-align: right;
}

a.comment-reply-link, a.comment-reply-link:focus {
    background: #009483;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 3px;
    color: #FFF;
}

a.comment-reply-link:hover{
  background: #343440;
  color: #FFF;
}

.logged-in-as img.avatar {
    width: 30px;
    border-radius: 50px;
    margin: 0 5px 0 0;
}

.comments-area {
    margin: 30px 0 0 0;
}

h3.comment-reply-title {
    margin: 50px 0 20px 0;
}

.comment-form-captcha label {
    display: block;
    margin-bottom: 10px;
}

p.comment-awaiting-moderation {
    font-style: italic;
}
/* Comentarios */

/* animsition */
.animsition-loading {
    background-color: rgba(0, 0, 0, 0);
    border-top: 2px solid rgba(0, 0, 0, 0.2);
    border-right: 2px solid rgba(0, 0, 0, 0.2);
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    border-left: 2px solid #eee;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading;
}

.animsition-loading {
    border-left: 2px solid #2a2a2a;
}
/* animsition */

/* CRP */
.crp_related h3{
  font-size: 15px;
  margin: 0 0 15px 0;
}

.crp_related{
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding: 30px 0;
  margin: 40px 0;
}

.crp_related a img {
    margin-bottom: 10px;
}

.crp_related a {
    display: block;
    margin: 15px 0;
}
/* CRP */

/* select2 */
.select2-container--default .select2-selection--single {
    border-color: #d5d8da;
    border-radius: 10px;
    height: 60px;
    width: 100%;
}

.select2-container {
    width: 100%!important;
    display: block;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 60px;
    padding-left: 25px;
    padding-right: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 60px;
    position: absolute;
    top: 0;
    right: 15px;
    width: 20px;
}

ul.select2-results__options li {
    margin: 0;
    padding: 10px 25px;
    font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #192b33;
    color: white;
}
/* /select2 */

::selection{
  background:#000;
  color:#fff;
}

::-moz-selection{
  background:#000;
  color:#fff;
}

html{
  margin-top: 0 !important;
}


#page{
  height: 100%;
}

.archive #page{
  height: auto;
}



header.header-revista, header.header-post{
  min-height: 600px;
  height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

header.header-revista, header.header-post{
  min-height: 500px;
  height: 100%;
}

header.header-post{
  min-height: 600px;
  height: 700px;
}

header.header-post{
  background-size: 50% 100%;
  background-position: right;
}

.overlay-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 45%;
  z-index: -1;
}


/*
header .container{
  width: 100%;
  min-width: 100%;
  max-width: 1080px;
}
*/

header .container, header .container-fluid{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header .container-fluid{
  position: relative;
  max-width: 1600px;
}

.header-revista-inner{
  padding-top: 30px;
}

.navbar{
  width: 100%;
}

.navbar li a{
  font-weight: bold;
  text-transform: uppercase;
}

body:not(.navbar-fixed) .header-revista .navbar li:last-child a{
  padding-right: 0;
}

.header-revista .navbar .container{
  padding: 0;
  align-items: end;
}

.navbar-fixed .navbar .container, .navbar-inner .navbar .container{
  align-items: end;
  padding: 0;
}

.navbar .navbar-brand{
  display: none;
}

.navbar-fixed .navbar .navbar-brand, .navbar-inner .navbar .navbar-brand{
  display: block;
}

.navbar-fixed .navbar .navbar-brand img, .navbar-inner .navbar .navbar-brand img{
  width: 180px;
  margin: 10px 0px 10px 15px;
}

.navbar-fixed .navbar .container, .navbar-inner .navbar .container{
  flex-direction: row;
  padding: 0 25px !important;
  align-items: center;
}

.navbar-fixed .navbar .container .nav, .navbar-inner .navbar .container .nav{
  margin-left: auto !important;
}

.header-locuciones{
  background: #fff;
  width: 400px;
  height: 200px;
  border-radius: 400px 400px 0 0;
  padding: 0 40px;
  padding-top: 20px;
  position: relative;
}

.header-locuciones .btn-green{
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
  z-index: 99;
  width: 140px;
}

.header-locuciones .avatar{
  width: 120px;
  border-radius: 100%;
  margin-right: 15px;
}

.header-locuciones .box-reproductor img {
  width: 35px;
}

.header-locuciones span{
  color: #63666A;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  margin-left: 5px;
}

.pretitulo-revista{
  font-size: 30px;
  line-height: 43px;
  color: #FFFFFF;
}

.title-revista{
  font-size: 80px;
  line-height: 80px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 15px;
}


header .navbar-default{
  margin: 0;
  padding-top: 20px;
}

header .navbar-default .navbar-brand img{
  width: 250px;
}

header .navbar-default .navbar-title{
  color: #63666A;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  font-family: 'Enagas','ChaparralPro';/*AÑADIDA FUENTE Enagas*/
}

.navbar-default .container{
  flex-direction: row;
}

p:last-child{
  margin-bottom: 0;
}

.btn-green{
  background: #9CB700;
  border-radius: 29px;
  border: 0;
  letter-spacing: 0px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  padding: 8px 15px;
  text-align: center;
}

.bubble{
  position: relative;
  width: 390px;
  height: 119px;
  padding: 0px;
  background: #E1E3E6;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  position: absolute;
  top: -75px;
  left: -80px;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  padding-top: 27px;
  color: #63666A;
}

.bubble:after{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 33px 0px 0px 25px;
    border-color: #E1E3E6 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -33px;
    left: 105px;
}

.box{
  border: 0;
  border-radius: 0;
}

.box-editorial .box-text {
  padding: 50px 50px 0 20px;
}

.box-editorial .pretitulo{
  text-align: left;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #63666A;
  font-weight: bold;
  margin-bottom: 15px;
}

.box h3{
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  letter-spacing: 0px;
  color: #63666A;
  margin-bottom: 0;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
       transition: all .4s ease-in-out;
}

.box h3:hover{
  opacity: 0.6;
}

.box-editorial{
  background-color: #DFE2E6;
}

h2.section-title{
  font-size: 65px;
  line-height: 112px;
  font-family: 'Enagas','ChaparralPro'; /*AÑADIDA FUENTE Enagas*/
  letter-spacing: 0px;
  color: #007AAE;
  margin-bottom: 0;
  position: relative;
}

h2.section-title span{
  background: #fff;
  padding-right: 30px;
}

h2.section-title::after{
  content: '';
  display: block;
  height: 3px;
  background-color: #007AAE;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  margin: 0;
  margin-top: -5px;
  z-index: -1;
}


.revista-home-content .container{
  padding: 0;
}

.revista-home-content .section{
  padding: 120px 0;
}

.revista-home-content .section:not(:last-child){
  padding-bottom: 0;
}

.revista-home-content .section .row:not(:first-child):not(:last-child){
  margin-bottom: 30px;
}

.revista-home-content .section .row:last-child{
  margin-bottom: 0;
}

.box.box-post{
  background-color: #007AAE;
  height: 100%;
  position: relative;
}

.box.box-post h3{
  color: #fff;
}

.box.box-post .box-text{
  padding: 25px 30px;
}

.box-good-new-energy{
  background-color: #9CB700;
  padding: 60px 50px;
}

.box-good-new-energy .pretitulo{
  color: #fff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}

.box-good-new-energy h3{
  font-weight: 600;
  font-size: 23px;
  line-height: 27px;
  color: #ffffff;
  margin-top: 20px;
}

.box-good-new-energy .simple-link{
  font-size: 19px;
  line-height: 26px;
  text-decoration: underline;
  letter-spacing: 0px;
  color: #FFFFFF;
  margin-top: 24px;
  display: block;
}

.box-good-new-energy .simple-link:hover{
  opacity: .7;
}


footer{
  background: #F5F5F5 0% 0% no-repeat padding-box;
}

.post-footer{
  background: #63666A 0% 0% no-repeat padding-box;
  padding: 15px 0;
  display: flex;
  justify-content: center;
}

.post-footer a{
  font-family: 'MyriadPro';
  font-size: 17px;
  line-height: 23px;
  color: #FFFFFF;
  margin: 0 20px;
  position: relative;
}

.post-footer a:after{
  content: '';
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  margin-top: 0;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.post-footer a:last-child:after{
  display: none;
}
.post-footer a:hover{
  color: #ccc;
}

.btn.btn-footer{
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 3px 3px 10px #00000029;
  border-radius: 29px;
  font-weight: 600;
  font-size: 16px;
  line-height: 30px;
  color: #007AAE;
  padding-left: 21px;
  margin-right: 23px;
  width: 230px;
  text-align: left;
  border: 0;
}

.btn.btn-footer span{
  vertical-align: bottom;
}

.btn.btn-footer:hover{
  color: #9CB700;
}

.btn.btn-footer img{
  width: 32px;
  margin-right: 10px;
}

.social-networks a {
  color: #63666A;
  align-items: center;
  border-radius: 100%;
  font-size: 35px;
  line-height: 35px;
  margin-right: 5px;
}

.social-networks a:last-child{
  margin-right: 0;
}

.social-networks a:hover{
  opacity: .7;
}

.social-networks-footer{
  margin-top: 30px;
}

.section.main-footer{
  padding-bottom: 30px;
}


.label-ia{
  color: #63666A;
  margin-top: 30px;
  font-style: italic;
}



.box-locuciones{
  background: #007AAE;
  border-radius: 15px;
  padding: 15px;
  padding-top: 80px;
  margin-top: 50px;
}

.box-locuciones.fixed-box{
  position: fixed;
  width: 400px;
  margin-left: 32px;
  top: 20%;
  z-index: 1;
  margin-top: 0;
}

.box-locuciones-inner{
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 15px;
}

.box-locuciones-inner .avatar{
  width: 120px;
  margin-top: -60px;
  display: block;
  border-radius: 100%;
}

.box-locuciones-inner span{
  font-size: 19px;
  color: #63666A;
  margin-top: 15px;
  margin-bottom: 15px;
}

.box-locuciones-inner span.text-post{
  color: #63666A;
  font-weight: bold;
}

.box-reproductor{
  background: #007AAE;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 8px;  
  padding: 15px;
  width: 100%;
  display: flex;
}

.box-reproductor .reproductor{
  width: calc(100% - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  position: relative;
}

.box-reproductor .progress-audio{
  width: 100%;
  height: 12px;
}

.box-reproductor .progress-audio::after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.progress-audio-fill {
  transition: left 0.1s linear;
}

.box-reproductor .time{
  position: absolute;
  font-size: 13px;
  color: #fff;
  bottom: -5px;
  left: 0;
}

.box-reproductor .time.duration{
  right: 0;
  left: auto;
}

.box-reproductor img{
  width: 45px;
}

.box-reproductor button.play-button {
  background-color: #fff;
  border-color: #fff;
  border-radius: 100%;
  padding: 0;
  width: 45px;
  height: 45px;
  display: inline-block;
  color: #187aae;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box-reproductor button.play-button i{
  line-height: 1;
}

.box-reproductor button.play-button i.icon-play{
    margin-top: 2px;
    margin-left: 6px;
}

.box-reproductor button.play-button i.icon-pause{
    margin-top: 3px;
    font-size: 19px;

}

.progress-audio-fill {
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: calc(6% - 12px);
  left: 0;
}

.box-locuciones .social-networks{
  text-align: center;
  padding-top: 17px;
}

.box-locuciones .social-networks a{
  font-size: 42px;
  line-height: 42px;
  margin-right: 10px;
  color: #fff;
}

.box-locuciones.fixed-box, .box-locuciones.post-box-locuciones{
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: opacity 0.8s ease-in-out;
     -moz-transition: opacity 0.8s ease-in-out;
      -ms-transition: opacity 0.8s ease-in-out;
       -o-transition: opacity 0.8s ease-in-out;
          transition: opacity 0.8s ease-in-out;
}

.box-locuciones.fixed-box.fixed-box-oculto, .post-box-locuciones.fixed-box-oculto{
  opacity: 0;
  pointer-events: none;
}


.post-overlay{
  background: #007AAE;
  position: absolute;
  top: -1000%;
  left: -1000%;
  right: 0;
  bottom: 0;
}

.post-header-info{
  margin-bottom: 30px;
  z-index: 9;
  position: relative;
}

.post-categoria{
  font-family:"Enagas","ChaparralPro";/*AÑADIDA FUENTE Enagas*/
  font-size: 100px;
  line-height: 150px;
  font-weight: 300;
  letter-spacing: 0px;
  color: #FFFFFF;
  display: inline-block;
  margin-top: 170px;
  z-index: 999;
  position: relative;
}

.post-etiqueta{
  background: #FFFFFF;
  border-radius: 18px;
  color: #007AAE;
  display: inline-block;
  font-family: 'MyriadPro';
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 21px;
  padding: 7px 15px 4px 15px;
  font-weight: bold;
}

.box-post .post-etiqueta{
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 15px;
  margin: 0;
  text-transform: uppercase;
}

.post-titulo{
  font-family: 'MyriadPro';
  font-size: 60px;
  line-height: 68px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.bg-editorial .post-titulo, .bg-editorial .post-categoria{
  color: #63666A;
}

.box.box-post.bg-editorial .box-text h3, .post-etiqueta.color-editorial{
  color: #63666A !important;
}


.navbar li.menu-item-editorial a{
  color: #63666A !important;
}

.post-autor{
  font-family: 'MyriadPro';
  font-size: 35px;
  line-height: 42px;
  margin-top: 20px;
  color: #FFFFFF;
}

.post-box-locuciones{
  width: 400px;
  position: fixed;
  top: 20%;
  background-color: #D3D3D3;
  margin-left: 30px;
}

.related-posts{
  background-color: #F5F5F5;
  position: relative;
  padding: 80px 0 40px;
  z-index: 2;
}

.related-posts .container{
  border-bottom: 1px solid #707070;
  padding-bottom: 80px;
}

.related-posts h3.related-title{
  color: #63666A;
  font-family:"Enagas","ChaparralPro";/*AÑADIDA FUENTE Enagas*/
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 30px;
}

.related-posts .swiper-slide{
  height: auto;
}

.swiper {
  position: relative;
}

.swiper-button-next-related,
.swiper-button-prev-related {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  position: absolute;
  color: #63666A;
  font-size: 40px;
}

.swiper-button-prev-related {
  left: -25px;
}

.swiper-button-next-related {
  right: -25px;
}


/* Asegúrate de que están posicionados respecto al slider */
.swiper {
  position: relative;
}


.section-texto-cabecera{
  font-family: 'MyriadPro';
  font-size: 30px;
  line-height: 40px;
}

.section-404{
  padding: 120px 0;
}

.section-404 p {
  margin: 0;
  font-size: 300px;
  line-height: 300px;
  font-weight: 900;
  color: #007AAE;
  text-align: center
}

.box-revista{
  height: 472px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.19);
  -webkit-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.19);
  -moz-box-shadow: 5px 6px 5px -4px rgba(0,0,0,0.19);
}

.box-revista .box-inner{
  background: #fff;
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  padding: 20px 15px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
       transition: all .4s ease-in-out;
  
}

.box-revista a:hover .box-inner{
  background-color: #007AAE;
}

.box-revista a:hover .box-inner h2, .box-revista a:hover .box-inner p{
  color: #fff;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
   -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
       transition: all .4s ease-in-out;
}

.box-revista a{
  display: block;
  width: 100%;
  height: 100%;
}

.box-revista .box-inner p{
  font-size: 25px;
  line-height: 30px;
  color: #63666A;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-revista .box-inner h2{
  font-size: 30px;
  line-height: 34px;
  color: #63666A;
  margin-bottom: 0;
}

.reproductor-responsive{
  display: none;
}

.header-post-responsive{
  display: none;
}

.header-post-responsive {
  height: 400px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 90px;
  align-items: center;
  justify-content: center;
}

.header-post-responsive.no-audio{
  margin-bottom: 0;
}

.header-post-responsive .box-locuciones.post-box-locuciones {
  display: block;
  width: 450px;
  padding: 0;
  margin: 0;
  position: relative;
  box-shadow: 7px 7px 30px #00000029;
  margin-bottom: -220px;
}

.header-post-responsive .box-locuciones-inner .avatar{
  margin: 0;
  margin-right: 15px;
}

.header-post-responsive .box-locuciones-inner{
  flex-direction: row;
  padding: 15px 15px 15px;
}

.header-post-responsive .box-locuciones-inner {
  display: flex;
  flex-wrap: wrap; 
}

.header-post-responsive .text-post {
  order: 1;
  width: 100%; 
}

.header-post-responsive .avatar {
  order: 2;
  width: 120px; 
  max-width: 120px; 
}

.header-post-responsive .box-reproductor {
  order: 3;
  width: calc(100% - 145px);
}

.entry-content{
  color: #63666A;
  font-size: 19px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: bold;
  margin-bottom: 20px;
}

.entry-content blockquote{
  font-size: 25px;
}

.entry-content a{
  text-decoration: underline;
}

.entry-content a:hover{
  opacity: .7;
}

.entry-content .section .col-sm-4 img{
  margin-bottom: 15px;
}

.single .content-area{
  overflow: hidden;
}

.section-bg {
  position: relative;
  z-index: 1; /* Asegura que el contenido esté sobre el ::before si es necesario */
  background-color: #007aae !important;
  color: #fff;
}


.content-area .entry-content .section-bg h1, .content-area .entry-content .section-bg h2, .content-area .entry-content .section-bg h3, .content-area .entry-content  .section-bg h4, .content-area .entry-content  .section-bg h5, .content-area .entry-content  .section-bg h6 {
  color: #fff !important;
}

 .entry-content .section-bg p, .entry-content .section-bg blockquote{
  color: #fff !important;
}

 .entry-content .section-bg strong, .entry-content .section-bg b {
  color: #fff !important;
}

.entry-content a strong, .entry-content a b {
  text-decoration: underline;
}


.section-bg::before {
  content: "";
  background-color: #007aae;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  transform: translateX(-100%);
  z-index: -1;
}

.section-bg::after {
  content: "";
  background-color: #007aae ;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100vw;
  transform: translateX(100%);
  z-index: -1;
}

.empleado-nombre{
  margin-top: 15px;
}

.empleado-nombre, .empleado-cargo{
    color: #63666A;
    font-size: 19px;
}

body .cmplz-cookiebanner .cmplz-title {
    justify-self: flex-start;
}
body .cmplz-cookiebanner .cmplz-header {
    max-width: 1300px;
    margin: 0 auto;
    grid-template-columns: 0px 1fr 0px;
    margin-bottom: 10px;
}
body .cmplz-cookiebanner {
		display: block;
    margin: 0;
    width: 100%;
}
button.cmplz-btn.cmplz-accept, button.cmplz-btn.cmplz-deny {
    margin-right: 17px;
    border: 0;
    background: linear-gradient(90deg, #007aae 0, #798f00 100%);
    color: #fff !important;
    background-size: 100% 100%;
    background-position: 100% 100%;
    border: 0 !important;
    text-transform: uppercase;
}
.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-view-preferences {
    border: 2px solid transparent;
    color: #798f00;
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),linear-gradient(90deg,#007aae 0,#798f00 100%);
    background-origin: border-box;
    box-shadow: 2px 1000px 1px #fff inset;
}
.cmplz-cookiebanner .cmplz-body {
    max-width: 1300px;
    margin: 0 auto 20px;
}
.cmplz-cookiebanner .cmplz-buttons {
    max-width: 600px;
    margin: 0 auto;
    display: flex;
}

.section-legal #cmplz-document{
  width: 100% !important;
  max-width: 100% !important;
}

.entry-content .section .col-sm-4{
  padding-left: 50px;
}



@media (max-width: 1599px){

  .navbar-fixed .navbar, .navbar-inner .navbar {
    width: 95%;
  }

  header .container-fluid{
    max-width: 1500px;
  }

  .box-locuciones.fixed-box {
    margin-left: 14px;
  }

}

@media (max-width: 1499px){

  header .container-fluid{
    max-width: 1400px;
  }

  .box-locuciones.fixed-box {
    margin-left: -2px;
  }

}


/* Large devices (Larger desktops, 1200px and up) */
@media (max-width: 1399px){

  header .container-fluid{
    max-width: 1300px;
  }

  .box-locuciones.fixed-box {
    width: 394px;
    margin-left: 10px;
  }

  .post-box-locuciones {
    width: 340px;
  }

  .revista-home-content .section{
    padding: 80px 0;
  }
	
}

@media (max-width: 1299px){

  header .container-fluid{
    max-width: 1200px;
  }

  .box-locuciones.fixed-box {
    width: 360px;
    margin-left: -4px;
  }

  .post-categoria {
    font-family: "Enagas", "ChaparralPro";
    font-size: 90px;
    line-height: 140px;
  }

  

}

@media (min-width: 1199px){
  
  .page-template-template-revista:not(.navbar-fixed) .header-revista .navbar-nav li a{
    color: #fff !important;
  }
  
}

/* Medium devices (desktops, 992px and up) */
@media (max-width: 1199px){

  body.navbar-fixed{
    padding-top: 0;
  }

  .page-template-template-revista .col-md-7{
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 55px;
  }

  .post-box-locuciones {
    width: 304px;
  }

  .header-revista .align-items-end{
    justify-content: center !important;
  }

  .title-revista{
    margin-bottom: 150px;
  }

  .box-locuciones.fixed-box{
    display: none;
  }

  .go-to-content{
    display: none;
  }

  .title-revista br{
    display: none;
  }

  .title-revista {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 180px;
  }


  .btn.btn-footer{
    width: 215px;
  }

  .reproductor-responsive{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    animation: stuckFadeIn 1s ease forwards;
    -webkit-animation: stuckFadeIn 1s ease forwards;
  }

  .reproductor-responsive.reproductor-revista.reproductor-visible{
    display: block;
    opacity: 1;
  }

  body:not(.single) footer.site-footer{
    padding-bottom: 75px;
  }

  body.archive footer.site-footer{
    padding-bottom: 0;
  }


  .reproductor-responsive .box-reproductor {
    border-radius: 0;
  }

  #topcontrol{
    display: none;
  }

  .post-categoria {
    font-size: 75px;
    line-height: 120px;
  }

	


  

  .page-template-template-revista:not(.navbar-fixed) .header-revista .navbar-toggler{
    z-index: 9999;
    position: absolute;
    right: 15px;
    top: 15px;

  }

  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar-toggler{
    position: fixed;
    top: 23px;
  }

  /*
  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar .navbar-brand{
        position: fixed;
        top: 15px;
        left: 15px;
        z-index: 7;
        display: block;

  }
  */


  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar .navbar-brand{
    position: fixed;
    top: 15px;
    left: 15px;
    z-index: 7;
    display: block;
  }

  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar .navbar-brand img.logo-revista-color{
    display: block;
    width: 150px;
  }

  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar .navbar-brand img.logo-revista-negativo{
    display: none;
  }

  .page-template-template-revista:not(.navbar-fixed) .header-revista .navbar-collapse{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .page-template-template-revista:not(.navbar-fixed) .header-revista .navbar li {
    padding: 5px 0;
    font-size: 18px;
  }

  .page-template-template-revista.menu-open:not(.navbar-fixed) .header-revista .navbar li a{
    padding-left: 0;
  }

}


/* Small devices Tablets  */
@media (max-width: 991px) {


  .navbar-inner .navbar, .single .navbar-fixed .navbar{
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    transform: translate(0%, 0%);
    margin: 0;
  }

  .navbar li a{
    padding: 0;
  }

  .navbar li{
    padding: 5px 0;
    font-size: 18px;
  }

  .navbar-fixed .navbar .navbar-brand img, .navbar-inner .navbar .navbar-brand img, .header-revista .navbar .navbar-brand img{
    margin-left: 0;
    width: 150px;
  }

  .navbar-fixed .navbar .nav{
    margin-right: 0;
    margin-top: 20px;
  }

  .header-revista .navbar{
    width: 100%;
    border-radius: 0;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    transform: translate(0%, 0%);
    margin: 0;
    z-index: 1030;
    height: auto;
  }

  .page-template-template-revista.navbar-fixed .navbar .navbar-brand img{
    margin: 0;
    width: 220px;
  }

  .page-template-template-revista.navbar-fixed .navbar{
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -ms-animation: none !important;
    -o-animation: none !important;
    animation: none !important;
    opacity: 1;
    width: 100%;
    position: fixed;
  }

  .page-template-template-revista.navbar-fixed .navbar .navbar-brand img.logo-revista-negativo{
    display: none;
  }
  .page-template-template-revista.navbar-fixed .navbar .navbar-brand img.logo-revista-color{
    display: block;
    width: 150px;
    margin: 10px 0px 10px 0;
  }
  
  .header-revista .navbar .container{
    flex-direction: row;
    padding: 0;
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
  }

  .header-revista .header-revista-inner .navbar-brand{
    display: none;
  }

  .header-revista .navbar .navbar-brand{
    display: block;
  }

  .header-revista .navbar .navbar-brand img.logo-revista-color{
    display: none;
  }

  .header-revista .navbar .navbar-toggler{
    align-self: center !important;
  }

  .header-revista .navbar .navbar-nav{
    text-align: left;
  }

  .single.navbar-fixed-top .navbar, .archive.navbar-fixed-top .navbar{
    animation: none !important;
    -webkit-animation: none !important;
    opacity: 1;
  }


  h1.page-title{
    margin-top: 0;
    margin-left: 0;
  }

  .post-box-locuciones{
    display: none;
  }

  .btn.btn-footer {
    width: 215px;
    display: block;
    margin-bottom: 15px;
  }

  .btn.btn-footer:last-child{
    margin-bottom: 0;
  }

  .site-footer .col-sm-10{
    width: 50%;
  }

  .site-footer .col-sm-2{
    width: 50%;
    text-align: right;
  }

  .site-footer .col-sm-2 img{
    width: 200px;
  }

  h2.section-title {
    font-size: 50px;
    line-height: 80px;
  }

  .page-header{
    padding: 152px 0 70px 0;
  }

  .post-overlay {
    top: -1000%;
    left: -1000%;
    right: -1000%;
  }

  .post-titulo{
    font-size: 40px;
    line-height: 50px;
  }

  header.header-post {
    min-height: auto;
    height: 400px;
  }

  header.header-post .post-categoria {
    font-size: 75px;
    line-height: 75px;
    margin-top: 130px;
  }

  header.header-post .post-titulo {
    font-size: 25px;
    line-height: 35px;
  }

  .header-post-responsive{
    display: flex;
  }

  .entry-content .section .col-sm-8{
    width: 100%;
    order: 2;
  }
  .entry-content .section .col-sm-4{
    width: 100%;
    order: 1;
    margin-bottom: 30px;
    padding-left: 15px;
  }

  
  .reproductor-responsive.reproductor-post.reproductor-visible{
    display: block;
    opacity: 1;
  }

  .single footer.site-footer{
    padding-bottom: 75px;
  }

  .revista-home-content .section {
    padding: 50px 0;
  }

	
}

/* Small devices Phones */
@media (max-width: 767px) {

  .swiper-button-next-related,
  .swiper-button-prev-related {
    display: none;
  }

  .bubble{
    left: 0px;
  }

  .bubble:after {
    bottom: -32px;
    left: 24px;
  }

  .box-editorial .box-text {
    padding: 50px 50px 0 20px;
    padding: 25px 30px;
  }




	
}

/* Extra small devices Phones */
@media (max-width: 577px) {

  .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    padding-right: 20px;
    padding-left: 20px;
  }

  header.header-revista .container-fluid{
    padding: 0;
  }

  

  .header-locuciones{
    width: 100%;
  }

  header .navbar-defulat {
    margin: 0;
    padding: 20px 36px 0;
  }

  .navbar-default .container{
    flex-direction: column;
    justify-content: center !important;
  }

  header .navbar-default .navbar-brand img{
    width: 200px;
  }

  header .navbar-default .navbar-title {
    font-size: 22px;
    line-height: 20px;
    margin-top: 10px;
  }

  header .container{
    padding: 0 15px;
  }

  .header-revista .navbar .container {
    padding: 0 15px;
  }

  .bubble {
    width: 90%;
    left: 5%;
    right: 5%;
  }

  .title-revista{
    margin-left: 20px;
  }

  .pretitulo-revista{
    margin-left: 20px
  }
  

  .box-revista {
    height: 350px;
  }

  .header-post-responsive .box-locuciones.post-box-locuciones{
    width: 90%;
  }

  header.header-post .post-categoria {
    font-size: 55px;
    line-height: 55px;
  }

  

  header.header-revista{
    height: 100%;
    /*padding-top: 87px;*/
    min-height: 600px;
  }


  h1.page-title {
    font-size: 50px;
  }

  .section-texto-cabecera {
    font-size: 22px;
    line-height: 32px;
  }

  .box-good-new-energy, .box.box-post .box-text, .box-editorial .box-text {
    padding: 25px 15px;
  }

  .revista-home-content .section {
      padding: 30px 0;
  }

  h2.section-title {
    font-size: 35px;
    line-height: 35px;
  }

  h2.section-title::after{
    height: 1px;
  }

  .revista-home-content .section .row:not(:first-child):not(:last-child) {
    margin-bottom: 30px;
  }

  .revista-home-content .section .row:not(:first-child):not(:last-child){
    margin-bottom: 0;
  }

  .revista-home-content .col-sm-12, .revista-home-content .col-sm-6{
    margin-bottom: 30px;
  }


  .site-footer .col-sm-10{
    width: 100%;
    order: 2;
    text-align: center;
  }

  .site-footer .col-sm-2{
    width: 100%;
    text-align: center;
    order: 1;
    padding-bottom: 30px;
  }

  .btn.btn-footer {
    margin: 0 auto 15px;
  }

  .post-footer a{
    display: block;
    text-align: center;
  }

  .post-footer a:after{
    display: none;
  }

  
  
}


@media (max-width: 450px) {

  .bubble {
    top: -100px;
    height: 140px;
    font-size: 20px;
  }
  

}

@media (max-width: 390px) {

  .bubble {
    font-size: 18px;
    line-height: 30px;
  }


  .header-revista .align-items-end{
    padding: 0;
  }

  .header-post-responsive {
    height: 150px;
  }

  header.header-post {
    height: 350px;
  }

  .header-post-responsive{
    margin-bottom: 150px;
  }

  header.header-post .post-categoria {
    font-size: 40px;
    line-height: 35px;
  }

  header.header-post .post-titulo {
    font-size: 18px;
    line-height: 28px;
  }

}