﻿@import 'normalize.css';
@import 'animation.css';
@import 'elfederal.css';
@import 'elfederal-codes.css';
@import 'elfederal-embedded.css';
@import 'elfederal-ie7.css';
@import 'elfederal-ie7-codes.css';

/* AGREGADO TRAMPOSO */

.tramp {
    height:0px !important;
    overflow:hidden;
}

.tramp .gradient {
    background: #fff !important;
    color: #fff !important;
}

.tramp p {
    color: #fff !important;
}



/* TYPOGRAFIA */

html, .root {
  font-size: 14px;
  line-height: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
body, .article {
  font-size: 1em;
  line-height: 1.51724138em;
}
h1, .h1, h2, .h2, h3, .h3{
  text-transform: uppercase;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5{
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
}
h1, .h1 {
  font-size: 2.07142857em;
  line-height: 1.29411765em;
  margin-top: 0.75862069em;
  margin-bottom: 1.51724138em;
}
h2, .h2 {
  font-size: 1.42857143em;
  line-height: 1.2em;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
h3, .h3 {
  font-size: 1.21428571em;
  line-height: 1.29411765em;
  margin-top: 1.29411765em;
  margin-bottom: 1.29411765em;
}
h4, .h4 {
  font-size: 1em;
  line-height: 1.57142857em;
  margin-top: 1.57142857em;
  margin-bottom: 0em;
}
h5, .h5 {
  font-size: 1em;
  line-height: 1.57142857em;
  margin-top: 1.57142857em;
  margin-bottom: 0em;
}
p, ul, ol, pre, table, blockquote {
  margin-top: 0em;
  margin-bottom: 1.57142857em;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0em;
  margin-bottom: 0em;
}


/* SCROLLBARS */
/* width */
::-webkit-scrollbar {
  height: 7px;
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* MODIFICADORES COLOR */

.gradient{
  background: #c9e3e0;
  background: -moz-linear-gradient(left, #c9e3e0 0%, #eee692 100%);
  background: -webkit-linear-gradient(left, #c9e3e0 0%,#eee692 100%);
  background: linear-gradient(to right, #c9e3e0 0%,#eee692 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e3e0', endColorstr='#eee692',GradientType=1 );
}
.celeste{
  color: #08bbb9;
}
.amarillo{
  color: #eee692;
}


  /* PUBLICIDAD */

  #push span {    
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;    
    text-transform: uppercase;
    display:inline-block;    
    color:#232322;
    padding:5px;
  }

  #push .scrollBaja {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 12px;    
    text-transform: uppercase;
    text-decoration: none;
    color:#fff;
    background-color: #232322;
    padding:5px;
  }

    #push i {
      background-image:url('../img/scrollBaja.png');
      background-size:100%;
      width:10px;
      height:10px;
      display:inline-block;
      margin-left:10px;     
    }


/* LAYOUT */

.main{
  position: relative;
}
.content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  box-sizing: border-box;
  padding: 10px calc((100% - 1200px)/2);
}
.content.content_reverse{
  flex-direction: row-reverse;
}
.content__404{
  margin: auto;
  text-align: center;
}
.content__head{
  width: 100%;
  margin-bottom: 20px;
}
.content__foot{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}
.content__main{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 315px);
}
.content__main.content__main_page{
  margin-bottom: 40px;
}
.content__main.content__main_nota,
.content__main.content__main_page{
  align-items: baseline;
  height: 100%;
}
.content__main.content__main_nota .main-content p{
  margin-top: 2em;
  margin-bottom: 2em;
}
.content__main.content__main_nota .main-content .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content__main.content__main_nota .main-content strong{
  font-weight: 600;
}
.content__main.content__main_nota .main-content a{
  color: #08bbb9;
}
.content__main.content__main_nota .main-content a:hover{
  color: #08bbb9;
}

.content__main.content__main_nota .main-content img,
.content__main.content__main_nota .main-content video,
.content__main.content__main_nota .main-content iframe {
  max-width: 100%;  
  margin-bottom: 20px;
}

.content__main.content__main_nota .main-content img {
  height:auto;
}

.content__main.content__main_nota .main-content #inread iframe {
  height:100%;
}


.content__main.content__main_nota .main-content video {
  width: 100%;
  min-height: 450px;
}
.content__main.content__main_weather{
  margin-bottom: 20px;
}
.content__main .nota,
.content__foot .nota-alt{
  width: calc((100%/3) - 7px);
}
.content__main .nota:nth-of-type(3n+2){
  margin-left: 10px;
  margin-right: 10px;
}
.content__main .nota-alt{
  width: calc(50% - 7px);
}
.content__list{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  width: 100%;
}
.content__sidebar{
  width: 300px;
}
.content__sidebar:not(.content__sidebar_hero){
  background-image: url('../img/background.png');
  background-size: auto;
}
.content__sidebar.content__sidebar_hero{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.content__sidebar.content__sidebar_hero{
  justify-content: space-between;
}

.content__sidebar .nota,
.content__sidebar .nota-alt{
  width: 100%;
}

.hero__main{
  height: 410px;
}
.hero__second,
.hero__third{
  height: 198px;
}

/* HELPERS */
.clearfix {
  overflow: auto;
  zoom: 1;
}
.show-on-tablet{
  display: none;
}
@media only screen and (min-width: 641px){
  .hide-on-desktop{
    display: none !important;
  }
}
@media (min-width: 641px) and (max-width: 900px){
  .show-on-tablet{
    display: block;
  }
}
@media only screen and (max-width: 640px){
  .hide-on-mobile{
    display: none !important;
  }
}


/* COMPONENTES */

/*MENÚ*/
.header{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 20px calc((100% - 1200px)/2);
  box-sizing: border-box;
  background-color: #fff;
}
.header__logo{
  display: inline-block;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.header__logo img{
  display: block;
  height: 40px;
}
.header__actions{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__actions .input-icon{
  width: calc(100% - 80px);
  max-width: 180px;
}
.header__actions>.cta{
  margin-left: 5px;
}
.clima{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  max-width: 315px;
  flex-wrap: wrap;
  font-size: 0.9em;
  color: #232322;
  text-decoration: none;
}
.clima:hover .clima__temperatura{
  opacity: 0.6;
}
.clima .clima__temperatura{
  max-width: 50px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 600;
}
.clima .clima__temperatura .temperatura{
  display: inline-block;
  width: 100%;
  font-size: 2em;
  color: #5fcabb;
  float: left;
}
.clima .clima__temperatura .st::before{
  content: 'ST ';
}
.clima .clima__estado .estado{
  font-weight: 500;
}
.clima .clima__icon{
  display: inline-block;
  max-height: 50px;
}
.nav{
  position: relative;
  z-index: 9999;
}
.nav.is-open{
  left: 0;
  box-shadow: 0 0 0 100vw rgba(0, 0, 0, 0.4);
}
.nav__social-share{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  box-sizing: border-box;
  padding: 0 calc((100% - 1200px)/2);
  background-color: #fff;
  border-bottom: 1px solid #b3b3b3;
  transform: translateY(-100%);
  transition: all ease .3s;
}
.nav__social-share.is-fixed{
  top: 42px;
  transform: translateY(0);
}
.nav__social-share a{
  box-shadow: none !important;
}
.nav__social-share a:hover{
  color: #000;
}
.menu{
  margin: auto;
  padding: 0;
  text-align: center;
  background: #c9e3e0;
  background: -moz-linear-gradient(left, #c9e3e0 0%, #eee692 100%);
  background: -webkit-linear-gradient(left, #c9e3e0 0%,#eee692 100%);
  background: linear-gradient(to right, #c9e3e0 0%,#eee692 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e3e0', endColorstr='#eee692',GradientType=1 );
}
.menu.is-fixed{
  position: fixed;
  top: 0;
  width: 100%;
}
.menu li{
  display: inline-block;
  list-style: none;
}
.menu .cta:hover a{
  color: #fff;
}
.menu li:hover .sub-menu{
  display: inline-block;
}
.menu li a{
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 15px;
  font-family: 'Archivo Narrow', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #232322;
}
.menu li a:hover,
.menu li.current-menu-item{
  background-color: rgba(0, 0, 0, 0.05);
}
.menu li ul{
  display: none;
}
.menu .trigger{
  position: relative;
}
.menu .trigger > a::after{
  margin-left: 5px;
  font-family: 'elfederal';
  content: '\f0c9';
  font-size: 12px;
}
.menu .sub-menu{
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100px;
  background-color: #fff;
  padding: 0;
  text-align: left;
}
.menu .sub-menu li{
  width: 100%;
}
.menu .sub-menu li a{
  width: 100%;
}

/* INSTAGRAM */
#instaHome {
  margin-top: 15px;
}

#instaHome .imagenes {
    text-align: center;
}

#instaHome .imagenes .container {
    width: 144px;
    height: 144px;
    background-color: #aaa;
    display: inline-block;
    margin-right: 13px;
    overflow: hidden;
    position: relative;
}

#instaHome .imagenes .container img, #instaHome .imagenes .container video {
    width: auto;
    height: 100%;
    max-width: initial;
}

#instaHome .container .overlay {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    text-align: right;
}

#instaHome .container:hover .overlay {
  display:none;
}

#instaHome .container .overlay .cont {
  padding:5px;
}

#instaHome .container .overlay .fa-video {
    color: #fff;
    opacity: 0.8;
}

@media screen and (max-width: 1280px) {
  #instaHome .imagenes .container {
      width: 142px;
      height: 142px;
  }
}

/*FOOTER*/
.footer{
  background-color: #1E1E1C;
  color: #fff;
}
.footer__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 40px 10px;
}
.footer__logo{
  /*width: 25%;*/
  max-width: 160px;
  opacity: 0.5;
  height:67px;
}
.footer__menu{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  width: 75%;
  max-width: 750px;
  padding: 0;
  list-style: none;
}
.footer__menu li{
  display: inline-block;
  width: auto;
  min-width: 25%;
  box-sizing: border-box;
  padding: 0 5px;
  float: left;
}
.footer__menu li a{
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: 'Archivo Narrow', sans-serif;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}
.footer__menu li a:hover{
  opacity: 0.5;
}
.footer__menu .sub-menu{
  padding: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer__menu .sub-menu.is-open{
  display: block;
}
.footer__menu .sub-menu li a  {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;
  opacity: 0.5;
  text-transform: capitalize;
}

.footer__menu .sub-menu li a h2 {
  display: inline-block;
  padding-top: 7px;
  padding-bottom: 7px;    
  margin:0;
  color: #fff;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 1em;  
  text-transform: capitalize;
}

.footer__wrapper a {
    color: #fff;
    text-decoration: none;    
}

.footer__wrapper a h1 {        
    padding-bottom: 7px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1em;
    text-transform: capitalize;
    opacity:0.5;
}

.footer__menu .sub-menu li a:hover{
  opacity: 1;
}
.footer__copyright{
  width: 100%;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.9em;
  opacity: 0.5;
  text-align: center;
}
/*Suscripccion newletter*/
.newsletter{
  background-color: #c9e3e0;
  margin-top: 10px;
}
.newsletter__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  box-sizing: border-box;
  padding: 20px 10px;
}
.newsletter__block.newsletter__block_suscription{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 60%;
}
.newsletter__block.newsletter__block_social{
  text-align: right;
}
.newsletter__block.newsletter__block_social span{
  margin-right: 10px;
}
.newsletter__block h3, .newsletter__block .h3{
  margin: 0;
}
.newsletter__text{
  max-width: 60%;
  margin-right: 20px;
}
.newsletter__form{
  width: 40%;
}

/* FOOTER METROMEDIA */

#inner-footer {
  background: #282230;
  padding:30px 15px;
  text-align:center;
}

#inner-footer .left {
  float:left;
}

#inner-footer .right {
  float:right;
}

.iab {
  display: block;
  width: 48px;
  height: 30px;
  background:url('../img/logo-iab2.png');
  margin-top:16px;
  margin-right:40px;
}

.fiscal {
  margin-top:16px;
}

.logo-metromedia {
  display: flex;
  align-items: center;
  width:530px;
  max-width:100%;
  margin:auto;
  background-image: url('../img/dottedBorder.png');
  background-repeat: repeat-x;
  background-position: left top;
  text-align: left;
  padding-top:25px;
}

.logo-metromedia img {
  display:inline-block;
  margin-right: 10px;
  max-width:185px;
}

.logo-metromedia span {
  display:inline-block !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
  line-height:12px;
  color: #fff;
}

/* BOTONES */
.cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.cta i{
  font-size: 18px;
}
.cta.cta_base{
  box-shadow: inset 0 0 0 1.2px #232322;
  color: #232322;
}
.cta.cta_base:hover{
  background-color: #232322;
  color: #fff;
}
.cta.cta_gris{
  box-shadow: inset 0 0 0 1.2px #b3b3b3;
  color: #b3b3b3;
}
.cta.cta_gris:hover{
  background-color: #b3b3b3;
  color: #fff;
}
.cta.cta_negro,
.cta.cta_negro a{
  background-color: #232322;
  color: #fff;
}
.cta.cta_negro:hover{
  background-color: #000;
}
.cta.cta_md{
  width: 49%;
  height: auto;
}
.cta.cta_block{
  width: 100%;
}
.cta.is-hidden{
  display: none;
}
.cta.cta_select{
  background-color: #fff;
}

input, textarea{
  min-height: 35px;
  box-sizing: border-box;
  padding: 0.3em 0.5em;
  background-color: transparent;
}
input[type='search']{
  padding-right: 2em;
}

.input-icon{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: inset 0 0 0 1.2px #b3b3b3;
  background: #fff;
}
.input-icon input:not(#submitButton){
  width: calc(100% - 2.5em);
  box-shadow: none;
  border: 0;
}
.input-icon__submit{
  appearance: none;
  background-color: transparent;
  border: 0;
  box-shadow: 0;
  color: #cccccc;
}
.header__actions.is-active{
  left: 10px;
  background: #fff;
  opacity: 1;
}
.header__actions.is-active .search-form input{
  width: 100%;
}
.search-fail{
  margin-bottom: 40px;
}
form#signin{
  width: 100%;
}
.form-signin .form-group{
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.form-signin .form-group.has-error{
  box-shadow: inset 0 0 1px 1px red;
}
.form-signin .help-block{
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.9em;
  font-weight: 500;
  color: red;
}

/* NOTAS */
/*label*/
.label{
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font-size: 0.8em;
  line-height: 1.6em;
}
.label.label_celeste{
  background-color: #c9e3e0;
}
.label.label_blanco{
  background-color: #ffffff;
}
.label.label_outline{
  box-shadow: inset 0 0 0 1.2px #232322;
}
/*barra superior*/
.topbar{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
  padding: 7px;
  padding-left: 10px;
}
.topbar h3{
  margin: 0;
}
/*ajuste de texto y hover*/
.nota,
.nota-hero,
.nota-alt{
  color: #232322;
  text-decoration: none;
  transition: opacity ease .3s;
}
.nota:hover h3,
.nota-hero:hover h1,
.nota-hero:hover h2,
.nota-alt:hover h2{
  opacity: 0.9;
}
/*hero*/
.nota-hero{
  position: relative;
  background-size: cover;
  background-position: center center;
}
/*regular*/
.nota{
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 20px;
  overflow: hidden;
}
.nota__img{
  position: relative;
  display: block;
  min-width: 100%;
  height: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.nota p,
.destacado p{
  position: relative;
  overflow: hidden;
  max-height: calc(22px * 3);
}
.nota p:after,
.destacado p:after{
  content: '...';
  position: absolute;
  bottom: 2.5px;
  right: 0;
  width: 1em;
  text-align: right;
}
.nota p:after{
  background-color: #fff;
}
.destacado p:after{
  background-color: #eee692;
}
/*con img de fondo*/
.nota-alt{
  position: relative;
  overflow: hidden;
}
.nota-alt__img{
  position: relative;
  display: block;
  min-width: 100%;
  transform: translateX(-50%);
  left: 50%
}
.nota-alt__content,
.nota-hero__content{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 10px;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
}
.nota-hero__content{
  position: relative;
  width: 100%;
  height: 100%;
}
.nota-alt__content h2,
.nota-hero__content h1,
.nota-hero__content h2{
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;
}

.nota-alt__content h3, .nota-hero__content h3, .content__sidebar_hero h3 {
  margin-top: auto;
  margin-bottom: 0;
  font-weight: 600;
  color: #ffffff;  
}

.content__main .nota-hero__content h3 {
  font-size: 2.07142857em;
  line-height: 1.29411765em; 
}

@media only screen and (min-width: 501px) {
  .content__main .nota-hero__content h3 {
      margin-top: 0.75862069em;
  }
}

.nota-alt__content h3, .content__sidebar_hero .hero__second h3, .content__sidebar_hero .hero__third h3 {
  font-size: 1.42857143em;
  line-height: 1.2em;  
}

/*destacada grande*/
.destacado{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-height: 250px;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: inset 0 0 0 1.2px #232322;
  color: #232322;
  text-decoration: none;
}
.destacado__text,
.destacado__img{
  width: calc(50% - 7px);
}
.destacado__text{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
}
.destacado__img{
  background-size: cover;
  background-position: center center;
}
.category .destacado{
  margin-bottom: 20px;
}
/*listado sidebar*/
.list{
  background-color: #fff;
}
.list.list_w-image ul{
  list-style: none;
}
.list ul{
  list-style: decimal;
  padding: 0;
}
.crp-list-title {
  display:none;
}
.list-item,
.crp-list-item{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  counter-increment: step-counter;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0 !important;
}
.list-item:not(:last-of-type),
.crp-list-item:not(:last-of-type){
  border-bottom: 1px solid #b3b3b3;
}
.list:not(.list_w-image) .list-item:before{
  content: counter(step-counter);
  width: 50px;
  height: 50px;
  background-color: #c9e3e0;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-size: 1.42857143em;
}
.list-item h2,
.list-item h4{
  margin: 0;
}
.list-item h4 a,
.crp-list-item-title a{
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.57142857em;
  text-decoration:none;
  color: #232322;
}
.list-item:hover,
.crp-list-item:hover{
  background-color: #c9e3e04a;
}
.list-item__side,
.crp-list-item-image{
  width: 50px;
  height: 50px;
  background-size: cover;
  background-position: center center;
}
.list-item__content,
.crp-list-item-title{
  width: calc(100% - 60px);
}
/*especial*/
.special-content{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items:center;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  box-shadow: inset 0 0 0 1px #232322;
  background-color: #fff;
}
.special-content__wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
  padding: 15px;
  background-color: #c9e3e0;
}

/*BANNER CATEGORIA*/
.banner-category{
  min-height: 250px;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*BREADCRUMB*/
.breadcrumb,
.date{
  width: 50%;
  padding-top: 7px;
  padding-bottom: 7px;
}
.breadcrumb a{
  color: #08bbb9;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  margin-right: 5px;
}
.breadcrumb a:hover{
  color: #5fcabb;
}
.breadcrumb a:not(:last-of-type)::after{
  content: '-';
  display: inline;
  margin-left: 7px;
}
.breadcrumb a.disabled{
  pointer-events: none;
}

/*PAGINA DE NOTA*/
.date{
  margin: 0;
  text-align: right;
  opacity: 0.5;
}
.title{
  width: 100%;
  margin-top: 2.2em;
}
.bajada{
  width: 100%;
  margin-bottom: 2.2em;
  font-style: italic;
  font-size: 1em;
  line-height: 1.4em;  
  text-transform: none;
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}
.author{
  max-width: calc(100% - 160px);
  margin: 0;
  opacity: 0.5;
  font-weight: 500;
  min-width:1px;
}
.main-img{
  width: 100%;
  margin-top: 20px;
}
.caption{
  margin-top: 10px;
  font-style: italic;
  opacity: 0.5;
}
.tags{
  width: 100%;
  border-top: 1px solid #b3b3b3;
  border-bottom: 1px solid #b3b3b3;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 20px;
  color: #232322;
}
.tags__wrapper{
  width: calc(100% - 2.5em);
  float: right;|
}
.tags__wrapper a{
  padding: 5px 3px;
  color: #b3b3b3;
  text-decoration: none;
  font-weight: 500;
  font-style: italic;
}
.tags a:hover{
  color: #232322;
}
.tags a::after{
  content: '/';
  display: inline;
  margin-left: 5px;
}

/* TAGS ARCHIVO */
.tag h2 {
  font-size: 1.21428571em;
  line-height: 1.29411765em;
  margin-top: 1.29411765em;
  margin-bottom: 1.29411765em;
}

.tag .content h3 {
    margin-top: 0em;
    margin-bottom: 1.57142857em;
    font-size: 1em;
    line-height: 1.51724138em;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    max-height: calc(22px * 3);
}  

.tag .content h3:after{
  content: '...';
  position: absolute;
  bottom: 2.5px;
  right: 0;
  width: 1em;
  text-align: right;
}


/*PAGINACION*/
.pagination{
  width: 100%;
}
.pagination__controls{
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
}
.pagination__controls li{
  display: inline-flex;
}
.pagination__controls a{
  padding: 5px;
  color: #232322;
  text-decoration: none;
  font-weight: 400;
}
.pagination__controls li:not(.cta) a{
  opacity: 0.5;
}
.pagination__controls li:hover a,
.pagination__controls li.active a{
  opacity: 1;
}
.pagination__controls .cta:hover a{
  color: #fff;
}

/*PAGINA DE  CLIMA*/
.weather{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: inset 0 0 0 1px #232322;
  padding: 15px;
}
.weather__info{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.weather__info-block{
  width: calc(100%/3);
  box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  text-align: center;
}

.weather__info-block:nth-child(1) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.weather__info-block:nth-child(3n+2){
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(0,0,0,0.4);
  border-left: 1px solid rgba(0,0,0,0.4);
}
.weather__info-block span{
  font-size: 12px;
  font-weight: 400;
}
.weather__info-block span.special{
  margin-top: 12px;
}
.weather__info-block h2, .weather__info-block .h2 {
  margin: 0;
  margin-top: 5px;
}
.weather__block strong{
  font-weight: 600;
}
.weather__block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.weather__block:not(.main-weather){
  flex-direction: column;
  width: 100%;
  max-width: 25%;
}
.weather__block:last-of-type{
  justify-content: center;
}
.weather__block:last-of-type p{
  margin: 0;
}
.weather__location,
.weather__updated{
  color: #b3b3b3;
  font-weight: 400;
}
.weather__name{
  margin-top: 0;
  margin-bottom: 3px;
  font-size: 1em;
  font-weight: 500;
  color: #08bbb9;
}
.weather__minmax span:first-of-type{
  margin-right: 10px;
}
.share{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: auto;
  font-family: 'Archivo Narrow', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #b3b3b3;
}
.share .cta{
  margin-left: 5px;
}
.share span{
  margin-right: auto;
}
/*Clima principal*/

.weather__date {
  color: #08bbb9;
  text-transform: none;
}

.weather_title {
  margin:0;
}

.content__head .weather__info{
  margin-bottom: 40px;
}
.weather__block.main-weather{
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(50% - 30px);
  min-height: 300px;
  box-sizing: border-box;
  padding: 10px;
  background-color: #EAF4F3;
}
.main-weather__block{
  width: calc(50% - 15px);
}
.main-weather__block:first-of-type{
  text-align: center;
}
.main-weather__img{
  max-width: 100%;
}
.main-weather__state,
.main-weather__st{
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 600;
  font-size: 1.21428571em;
}
.main-weather__state{
  font-size: 3em;
  color: #08bbb9;
  margin-right: 5px;
}
.main-weather__st{
  margin-left: 5px;
}
.main-weather__minmax{
  margin-top: 0.4em;
  color: rgba(0,0,0,0.4);
}
.main-weather__sunrise{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.main-weather__sunrise span{
  width: 100%;
}
.main-weather__sunrise div{
  margin-top: 5px;
  margin-right: 20px;
  font-family: 'Archivo Narrow', sans-serif;
  font-weight: 700;
  font-size: 1.21428571em;
}
/*Pronostico extendido*/
.secondary-weather{
  width: calc((100%/3) - 7px);
  box-sizing: border-box;
  padding: 20px 15px;
  background-color: #EAF4F3;
  color: rgba(0,0,0,0.4);
}
.secondary-weather__day{
  margin-top: 0;
  margin-bottom: 10px;
  color: #232322;
}
.secondary-weather__img{
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
}
.secondary-weather__img img{
  max-width: 100%;
}
.secondary-weather__minmax{
  margin: 0;
  margin-bottom: 7px;
}
.secondary-weather .weather__info{
  margin-top: 20px;
}
.secondary-weather .weather__info .weather__info-block{
  border-color: rgba(0,0,0,0.4);
}
/*Pronostico por porvincias*/
.listed-weather{
  width: 100%;
  margin-top: 20px;
}

.listed-weather h2 {
  font-size: 1.21428571em;
  line-height: 1.29411765em;
  margin-top: 1.29411765em;
  margin-bottom: 1.29411765em;
}

.listed-weather__selector{
  margin-bottom: 20px;
}
.listed-weather__selector label{
  display: inline-block;
  margin-bottom: 5px;
}
.listedItem-weather{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(0,0,0,0.4);
}
.listedItem-weather__block{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.listedItem-weather__block:first-of-type{
  margin-right: auto;
}
.listedItem-weather__block:not(:first-of-type){
  color: rgba(0,0,0,0.4);
  width: 35%;
}
.listedItem-weather__img{
  width: 25%;
  max-width: 100%;
  float: left;
}
.listedItem-weather__state{
  width: 70%;
  max-width: 100%;
  float: left;
}
.listedItem-weather__minmax{
  margin: 0;
}

/*CONTACTOS COMERCIALES*/
.contact{
  width: 100%;
}
.staff-member{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid rgba(0,0,0,0.4);
}
.staff-member:last-of-type{
  border-bottom: 1px solid rgba(0,0,0,0.4);
}
.staff-member p{
  margin: 0;
}
.staff-member__block.staff-member__block_info{
  width: 50%;
  max-width: 300px;
}
.staff-member__block.staff-member__block_contact{
  color: #b3b3b3;
}
.staff-member__name{
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 7px;
}
.staff-member__mail{
  display: inline-block;
  margin-bottom: 7px;
  color: #b3b3b3;
  text-decoration: none;
}
.staff-member__mail:hover{
  color: #232322;
}
.staff-member__phone{
  display: inline-block;
  width: 100%;
}


/*RESPONSIVE*/

@media only screen and (max-width: 1200px) {
  .content{
    padding: 10px;
  }
  .header{
    padding: 20px 10px;
  }
}
@media only screen and (min-width: 901px) {
  .content__sidebar.content__sidebar_hero{
    flex-direction: column;
  }
}
@media only screen and (max-width: 900px) {
  .content__main{
    width: 100%;
  }
  .content__main.content__main_nota .main-content iframe{
    min-height: calc(100vw/2);
  }
  .content__sidebar:not(.content__sidebar_hero){
    display: none;
  }
  .content__sidebar_hero{
    flex-direction: row;
    width: 100%;
    margin-top: 10px;
  }
  .hero__main{
    height: calc(100vw/2);
  }
  .hero__second,
  .hero__third,
  .content__foot .nota-alt{
    width: calc(50% - 5px);
    height: calc(100vw/4);
  }
  .content__foot .nota-alt:last-of-type{
    display: none;
  }
  .weather__block:last-of-type{
    flex-direction: row;
    justify-content: space-between;
    max-width: 100%;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 10px;
    border-top: 1px solid #232322;
  }
  .content__head .weather__info{
    max-width: calc(100%/3);
    margin-bottom: 0;
  }
  .weather__block.main-weather{
    max-width: 65%;
  }
  .secondary-weather{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  .secondary-weather .secondary-weather__block{
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .content__main .nota{
    width: calc((100%/2) - 10px);
    margin-left: 5px;
    margin-right: 5px;
  }
  .content__main .nota:nth-of-type(3n+2){
    margin-left: 5px;
    margin-right: 5px;
  }
  .clima .clima__estado{
    display: none;
  }
  .footer__menu{
    justify-content: space-between;
    width: 100%;
    margin-top: 40px;
  }
  .newsletter__wrapper{
    align-items: flex-end;
  }
  .newsletter__block.newsletter__block_suscription{
    width: 100%;
    max-width: 300px;
    flex-wrap: wrap;
  }
  .newsletter__text,
  .newsletter__form{
    width: 100%;
  }
  .newsletter__block span:not(.help-block){
    display: none;
  }
  .form-signin .help-block{
    top: auto;
    left: 95px;
    bottom: 100%;
  }
  .nota__img{
    height: calc(100vw/4);
  }
}
@media only screen and (min-width: 641px) {
  .header__trigger{
    display: none;
  }
  .header__clima,
  .header__actions{
    width: calc(100%/3);
  }
  .listedItem-weather:last-of-type{
    border-bottom: 1px solid rgba(0,0,0,0.4);
  }
}
@media only screen and (max-width: 640px) {
  h1, .h1{
    font-size: 1.42857143em;
    line-height: 1.2em;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
  }
  .cta{
    width: 40px;
    height: 40px;
  }
  .cta i{
    font-size: 1.4em;
  }
  input, textarea{
    min-height: 40px;
  }
  .main{
    margin-top: 50px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px 10px;
    border-bottom: 1px solid #b3b3b3;
    z-index: 999999;
  }
  .header__logo img{
    height: 30px;
  }
  .header__actions{
    position: fixed;
    top: 7px;
    left: 100%;
    width: calc(100% - 4.5em);
    opacity: 0;
  }
  .header__actions .search-form{
    width: 100%;
    max-width: none;
    box-shadow: none;
  }
  .header__actions .input-icon__submit{
    display: none;
  }
  .header__clima{
    display: none;
  }
  .nav{
    position: fixed;
    top: 50px;
    left: -100%;
    width: 100%;
    max-width: 360px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    transition: all ease 0.3s;
  }
  .nav__social-share.is-fixed{
    top: 50px;
  }
  .menu{
    background: #fff;
  }
  .menu li a{
    width: 100%;
    padding: 10px 0;
  }
  .menu:not(.menu_user) li{
    width: 100%;
    text-align: left;
  }
  .menu.menu_user{
    margin-top: 10px;
  }
  .menu li ul{
    display: block;
  }
  .menu .sub-menu{
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #b3b3b3;
  }
  .menu .sub-menu li a{
    font-family: 'Roboto', sans-serif;
    text-transform: capitalize;
    font-weight: 400;
  }
  .footer__wrapper{
    padding: 20px 10px;
  }
  .footer__logo{
  /*  width: 50%;*/
  }
  .footer__menu{
    flex-wrap: wrap;
  }
  .footer__menu li,
  .footer__menu li a{
    position: relative;
    width: 100%;
  }
  .footer__menu .sub-menu{
    display: none;
  }
  .footer__trigger > a::after{
    position: absolute;
    right: 0;
    content: '\e80e';
    font-family: 'elfederal';
    font-size: 0.8em;
  }
  .banner-category{
    min-height: 200px;
  }
  .weather__block{
    max-width: none !important;
  }
  .weather__block.main-weather{
    margin-top: 20px;
  }
  .weather__block:last-of-type{
    flex-direction: column;
  }
  .weather__block .weather__info{
    max-width: none;
    margin-bottom: 30px;
  }
  .listedItem-weather{
    display: none;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0,0,0,0.4);
  }
  .listedItem-weather__block:first-of-type{
    margin-left: auto;
  }
  .listedItem-weather__block{
    width: 100% !important;
    max-width: 320px;
  }
  .listedItem-weather .weather__info{
    margin-top: 10px;
  }
  .listedItem-weather__location{
    margin: 0;
  }
}
@media only screen and (min-width: 501px) {
  .content__main{
    min-height: 250px;
  }
  .nota-hero__content,
  .nota-alt__content{
    padding: 15px;
  }
  .hero__main .nota-hero__content{
    justify-content: flex-end;
    padding: 30px;
  }
  .nota-hero__content h1{
    margin-top: 0.75862069em;;
  }
  .nota-alt__img{
    width: auto;
    min-width: 100%;
    max-height: calc(250px - 56px);
    left: 50%;
    transform: translateX(-50%);
  }
  .destacado__text p{
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  body, .article, .bajada, .weather__name {
    font-size:1.1em;
  }
  .content__sidebar_hero{
    display: none;
    margin: 0;
  }
  .hero__main{
    margin-bottom: 20px;
  }
  .hero__main::after{
    position: absolute;
    bottom: -20px;
    content: '';
    display: block;
    width: 100%;
    margin-top: 10px;
    border-bottom: 1px solid #b3b3b3;
  }
  .hero__second,
  .hero__third{
    display: none;
  }
  .content__main .nota,
  .content__main .nota-alt,
  .content__foot .nota-alt{
    width: 100%;
  }
  .content__foot .nota-alt{
    height: auto;
  }
  .content__main .nota-alt:last-of-type{
    display: none;
  }
  .content__foot .nota-alt:nth-child(n+3){
    display: none;
  }
  .content__main .nota{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .nota__img{
    height: calc(100vw/2);
  }
  .nota-alt .nota-alt__img{
    max-height: calc(100vw/2);
  }
  .destacado{
    padding: 15px;
  }
  .destacado__text,
  .destacado__img{
    width: 100%;
    min-height: calc((100vw - 30px)/2);
  }
  .banner-category{
    min-height: 150px;
  }
  .author{
    margin-bottom: 10px;
  }
  .date,
  .breadcrumb{
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .breadcrumb,
  .date,
  .author,
  .social-share{
    width: 100%;
    max-width: 100%;
    text-align: left;
  }
  .weather__block.main-weather{
    flex-direction: column;
    margin-top: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .main-weather__block{
    width: 100%;
    text-align: center;
  }
  .main-weather__sunrise{
    justify-content: center;
    margin-top: 20px;
  }
  .main-weather__sunrise div{
    margin-left: 10px;
    margin-right: 10px;
  }
  .secondary-weather .secondary-weather__block{
    width: 100%;
    text-align: center;
  }
  .staff-member{
    flex-direction: column;
  }
  .staff-member__block.staff-member__block_info{
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 425px) {
  .newsletter__block.newsletter__block_suscription{
    max-width: none;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 320px) {
/*
  h1, .h1, h2, .h2{
    font-size: 1.21428571em;
    line-height: 1.29411765em;
    margin-top: 1.29411765em;
    margin-bottom: 1.29411765em;
  }
*/
}
