@charset "utf-8";

body {
  overflow-x: hidden;
}
/* Conten Ads--------------------------------------------------*/
#publiLayer {
  font-size:0;
  height: 0;
  overflow: visible;
}

/* Cabecera----------------------------------------------------*/
#cabecera {
    background: #9a9a9a;
    margin: 0 auto;
    padding: 64px 0 0;
    position: relative;
    width: 100%;
}
#cabecera h1 {
    margin: 0 auto;
    max-width: 980px;
    padding: 0;
}
#cabecera h1 a {
    display: block;
}
#cabecera h1 a img {
    display: block;
    width: 100%;
}

/* Top navigation--------------------------------------------------*/
.nav {
  background: #ffffff;
  height: 54px;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-top: 10px solid #fff;
  border-bottom: 1px solid #f3f3f3;
  display: block;
  margin: 0 auto;
  position: fixed;
  z-index: 1000;
}
#site-wrapper .nav {
	line-height: 1.8em;
}
.conten--nav {
  box-sizing: border-box;
  height: 54px;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 75rem;
  display: block;
  margin: auto;
  padding: 0 2.5rem;
}
.nav--inner {
  height: 100%;
  position: relative;
}
.nav--menu {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.icoMenu {
  padding: 0;
  margin:0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  background:#fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.icoMenu:hover {
  opacity: 0.4;
}
.nav--logo {
  display: inline-block;
  vertical-align: middle;
}
.nav--logo svg {
  display: block;
  height: 28px;
  width: 82px;
  margin: 12px 0;
  padding:0;
}
.nav--all-menus {
  display: inline-block;
  vertical-align: middle;
}
.nav--primary {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  line-height: inherit;
}
.nav--primary--item {
  border: medium none;
  padding: 0 0 0 10px;
  margin:0;
  width: auto;
  display: inline-block;
  /*vertical-align: middle;*/
}
.nav--primary--link {
  color: #000;
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: 0.875rem;
  /*line-height: inherit;*/
  text-transform: uppercase;
  padding-left: 5px;
  /*vertical-align: middle;*/
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--primary--link:hover {
  color: #9f9f9f;
  text-decoration: none;
}
.nav--secondary {
  list-style: outside none none;
  margin: 0;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav--secondary--item {
  border: medium none;
  padding: 0 0 0 10px;
  width: auto;
  display: inline-block;
  /*vertical-align: middle;*/
  text-align: right;
  margin:0;
}
.nav--secondary--link {
  color: #9f9f9f;
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: 0.875rem;
  /*line-height: inherit;*/
  text-transform: uppercase;
  padding-left: 10px;
  vertical-align: top;
  /*vertical-align: middle;*/
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-weight: normal;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.nav--secondary--link:hover {
  color: #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.nav--secondary--link-list {
  display: none;
  position: absolute;
  top: 0;
}
.nav--secondary--item.item-subscribe ul {
  left: 0px;
  margin:0;
}
.nav--secondary--item.item-follow ul {
  left: 0px;
  margin:0;
}
.nav--secondary--item.item-follow ul li {
  padding: 0 2px;
  margin:0;
}
.nav--secondary--item.item-follow ul a img {
  background: #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-height: 13px;
  padding: 0;
  margin: 0;
}
.nav--secondary--item.item-follow ul a:hover img {
  background: #aaa;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nav--secondary--link-list li{
  display: inline-block;
  margin:0;
}

/* Publi Top--------------------------------------------------*/
.leaderboard {
  background-color: #f3f3f3;
  width: 100%;
  margin: 30px 0;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}

.leaderboard.bottom {
  margin-bottom: 0;
}

#publiTop, #publiBottom  {
  margin: auto;
  text-align: center;
  width: inherit;
  padding: 15px 0;
}

/* Sidepanel Menu--------------------------------------------------*/
#site-wrapper, .wrapper {
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;

}
#site-wrapper.sidepanel-move, .wrapper.sidepanel-move {
  -webkit-transform: translateX(20rem);
  transform: translateX(20rem);
}
.sidepanel {
  background-color: #000;
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: fixed;
  top: 0;
  width: 20rem;
  height: 100%;
  overflow-y: scroll;
  z-index: 5999997;
  -webkit-transform: translateX(-20rem);
  transform: translateX(-20rem);
}
.sidepanel.active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sidepanel-close-button {
  cursor: pointer;
  display: block;
  text-align: right;
  margin: 1.2rem 1.2rem 1.2rem 0;
}
.sidepanel-close-button img.icon{
  display: inline-block;
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidepanel-close-button img.icon:hover{
  opacity: 0.6;
}
.sidepanel-menu {
  margin: 0;
  padding: 0 1.3rem;
  list-style-type: none;
}
.sidepanel-item, .sidepanel-submenu-item {
    margin-bottom: 1.25rem;
}
.sidepanel-menu a {
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
  text-transform: uppercase;
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;
  position: relative;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
}
.sidepanel-menu a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidepanel-submenu {
  margin: 0;
  position: relative;
  height: 0;
  border-top: 0;
  border-bottom: 0;
  padding: 0 0 0 2.4rem;
  transition: padding .4s linear,border .4s ease-in-out;
  overflow: hidden;
  left: -1.27rem;
}
.sidepanel-item.has-children > a::before {
  content:url(/wp-content/themes/comunes/images/side-panel-arrow.png);
  display: inline-block;
  position: absolute;
  top:0;
  right: 0;
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.sidepanel-item.has-children.active > a::before {
  -webkit-transform: rotate(.5turn);
  transform: rotate(.5turn);
}
.sidepanel-item.active > .sidepanel-submenu {
  padding: 1.25rem 0 .325rem 2.4rem;
  height: 100%;
  width: 100%;
  background: #000;
  border-top: .063rem solid #676767;
  border-bottom: .063rem solid #676767;
  margin-top: 1.25rem;
}
.sidepanel-submenu a {
  font-size: .875rem;
}

/* footer
--------------------------------------------------*/
.footer {
  display: block;
  margin-top: .625rem;
  padding: 1.875rem 0;
  background-color: #000;
}
.footer a {
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: .75rem;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: normal;
}
.footer a:hover {
  color: #9f9f9f;
  text-decoration: none;
}
.footer-inner{
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.footer-logo {
  float: left;
  margin-right: 2%;
  width: 19.25%;
  margin-bottom: 1.25rem;
}
.footer-logo a {
  display: block;
}
.footer-logo svg {
  max-width: 6rem;
  max-height: 2.1875rem;
}
.footer-social-menu {
  position: absolute;
  top: 3.125rem;
  margin-bottom: 0;
}
.footer-social-menu-item {
  margin-right: .625rem;
  float: left;
  transition: color .3s ease-in-out;
}
.footer-social-menu-item img {
  background: #fff;
  max-height: 16px;
  margin-right: .15rem;
}
.footer-menu {
  float: left;
  margin-right: 0;
  width: 78.75%;
  clear: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 3.25rem 0
}
.footer-menu::after {
  content: ' ';
  display: table;
  clear: both;
}
.footer-menu-item.nav-item {
  margin: 0 0 .3125rem;
  line-height: 1;
  width: 25%;
  float: left;
}
.footer-network-tagline {
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: .75rem;
  line-height: 1;
  color: #fff;
  margin-bottom: .625rem;
  display: block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-affiliate-disclosure {
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: .6875rem;
  line-height: 1;
  line-height: 1.4;
  color: #fff;
  margin-bottom: .625rem;
  float: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-copyright {
  font-family: "Fonda",Arial,Helvetica,sans-serif;
  font-size: .75rem;
  line-height: 2;
  color: #fff;
  width: 100%;
  clear: both;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer-network-logo {
  padding-bottom: .625rem;
  display: block;
  clear: both;
}
.footer-legal-menu {
  margin: 0;
  width: 100%;
  padding: 0;
  list-style-type: none;
}
.footer-legal-menu-item {
  padding: 0 .5rem;
  display: inline-block;
  margin: 0;
  border-right: 1px solid #fff;
  line-height: 0.4;
}
.footer-legal-menu-item:nth-of-type(1) {
  padding: 0 .5rem 0 0;
}
.footer-legal-menu-item:nth-of-type(4) {
  border-right: none;
}
.footer-legal::after{
  content: "";
  float: none;
  clear: both;
  display: block;
  height: 0;
  width: 100%;

}


/* MEDIA QUERIES--------------------------------------------------*/

/* Smaller than 1024 */
@media only screen and (max-width: 1023px) {
  .icoMenu {
    float: left;
    margin: 15px 10px 0 0;
  }
}

/* Smaller than 980 */
@media only screen and (max-width: 979px) {
  .nav--secondary {
    display: none;
  }
  .nav, .conten--nav {
    height: 108px;
    text-align: center;
    position: inherit;
  }
  .nav--menu {
    display: inherit;
    text-align: center;
    border-bottom: 1px solid #f3f3f3;
  }
  .nav--all-menus {
    margin-top: 12px;
    position: relative;
    overflow: hidden;
    height: 25px;
    width: 100%;
  }
  .nav--all-menus::after {
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 85%);
    content: " ";
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 100px;
    height: 100%;
  }
  #cabecera {
    padding: 0;
  }
  /* Arreglos para quitar el submenu */
  .nav, .conten--nav {
    height: 52px;
  }
  .nav--all-menus {
    display: none;
  }
}

/* 768 */
@media only screen and (max-width: 768px) {
  .footer-logo {
    float: left;
    margin-right: 2%;
    width: 40.5%;
  }
  .footer-social-menu {
    float: right;
    position: inherit;
    top:inherit;
  }
  .footer-social-menu-item {
    margin-right: 0;
    margin-left: 1.25rem;
  }
  .footer-menu {
    float: none;
    width: 100%;
    clear: both;
    margin: 1rem 0;
    display: block;
  }
  .footer-copyright {
    float: none;
    margin-right: 0;
    width: 100%;
    clear: both;
    display: block;
  }
  .footer-legal-menu {
    float: none;
    width: 100%;
    clear: both;
    display: block;
    margin:1rem 0 0 0;
  }
}

/* Smaller than 768 */
@media only screen and (max-width: 767px) {
  .conten--nav {
    padding: 0 .938rem;
  }
  .footer-menu-item.nav-item {
    width: 33%;
  }
}

/* Smaller than 650 */
@media only screen and (max-width: 649px) {
  .footer-inner {
    padding-left: .938rem;
    padding-right: .938rem;
  }
  .footer-logo {
    float: none;
    margin-right: 0;
    width: auto;
    clear:both;
  }
  .footer-social-menu {
    float: none;
    clear:both;
    display: block;
  }
  .footer-social-menu:after{
    content: ' ';
    display: table;
    clear: both;
  }
  .footer-social-menu-item{
    margin-right: 1.25rem;
    margin-left: 0;
  }
}

/* Smaller than 480 */
@media only screen and (max-width: 479px) {
  .footer-menu-item.nav-item {
    width: 50%;
  }
}

/* Smaller than 360 */
@media only screen and (max-width: 359px) {
  #cabecera {
    margin: 0 auto 30px auto;
  }
}
