/*
Theme Name: Nuevo Enfoque La Gauss
Theme URI: http://www.bunquer.com
Description: Tema basado en bootstrap con boilerplate
Author: juanlu
Author URI: http://www.bunquer.com
Version: 2.0

Paleta gauss:

blanco falso - #f9f6ee
gris casi blanco - #e5e2dd
gris oscuro - #373c38
amarillo - #e6b426
azul - #4865a6
rojo - #c54442
morado - #451552
verdoso - #4c8287
.

*/


/* fuentes */
@font-face {
  font-family: 'GT-America-Standard-Regular';
  src:url('fonts/GT-America-Standard-Regular.woff') format('woff2') 
    url('fonts/GT-America-Standard-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
  font-family: 'GT-America-Standard-Medium';
  src:url('fonts/GT-America-Standard-Medium.woff') format('woff2'), 
    url('fonts/GT-America-Standard-Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
  font-family: 'GT-America-Compressed-Regular';
  src:url('fonts/GT-America-Compressed-Regular.woff') format('woff2'), 
    url('fonts/GT-America-Compressed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
  font-family: 'GT-America-Condensed-Regular';
  src:url('fonts/GT-America-Condensed-Regular.woff') format('woff2'), 
    url('fonts/GT-America-Condensed-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  }
  @font-face {
  font-family: 'Lyon Text Web';
  src: url('fonts/LyonText-Regular-Web.woff') format('woff2'),
         url('fonts/LyonText-Regular-Web.woff') format('woff');
  font-weight:  normal;
  font-style:   normal;
  font-stretch: normal;
  }
  
/* ICONOS */

@font-face {
	font-family: 'icomoon';
	src:url('fonts/icomoon_-apgepv.eot');
	src:url('fonts/icomoon.eot') format('embedded-opentype'),
		url('fonts/icomoon_-apgepv.woff') format('woff'),
		url('fonts/icomoon_-apgepv.ttf') format('truetype'),
		url('fonts/icomoon_-apgepv-icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="menu-item"], [class*=" menu-item"] {
	font-family: 'icomoon';
	speak-as: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cabecera-redes a[href*="gaussmultimedia"]:before {
  content: "\ea0f";
}
.cabecera-redes a[href*="facebook"]:before {
  content: "\ea8d";
}
.cabecera-redes a[href*="twitter"]:before {
  content: "\ea92";
}
.cabecera-redes a[href*="tumblr"]:before {
  content: "\eabc";
}
.cabecera-redes a[href*="vimeo"]:before {
  content: "\ea9d";
}
.cabecera-redes a[href*="instagram"]:before {
  content: "\ea90";
}
.cabecera-redes li {
  display: inline-block;
  margin: 0 1rem
}
.cabecera-redes a {font-size: 0}
.cabecera-redes a:before {
  display: block;
  padding: 10px;
  font-size: 20px
}

.no-relative {position: static;}

/* formateo */

* {text-decoration: none !important;margin:0; padding: 0;}
body {font-family: 'GT-America-Standard-Regular', sans-serif;line-height: 1;}
h1, h2, h3, h4, h5, h6, figure, hr {margin: 0}
ul {list-style: none;padding: 0;margin: 0}
a, a:hover {color: #373c38}
img {max-width: 100%; height: auto;}
label {display: block;margin:0}
input[type="text"] {outline:0}
i {font-style: normal;}
::selection {background:#e6b426}
.embed-responsive {margin-bottom: 1rem}
#result {display: none;}/*rturn del cambio de tema*/

/* animacion para el post de clip-path */
.animacion-clip-path {
  animation: CLIPPATH 3s infinite alternate;
}

@keyframes CLIPPATH {
  0% {clip-path: polygon(0 0, 0 0, 35% 100%, 35% 100%);}
  50% {clip-path: polygon(0 0, 70% 0, 100% 100%, 35% 100%);}
  100% {clip-path: polygon(70% 0, 70% 0, 100% 100%, 100% 100%);}
}


/* HEADER */

.cabecera {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 100060;
  background: #373c38;
}

.cabecera .col {
  position: static;
}

.cabecera__logo {
  width: 210px;
  position: relative;
  top: -3px;
  margin-right: 15px;
}

/* menu principal */
			
.cabecera__desplegable, #cabecera__checkbox{display: none;}
			
#cabecera__checkbox:checked + .cabecera__desplegable {display: flex;}

.cabecera__burguer {
  height: 100%;
  width: 63px;
  cursor: pointer;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

.cabecera__burguer > span {
display: block;
height: 2px;
background:#e5e2dd
}

.cabecera__burguer > span + span {margin-top: 7px;}

.cabecera__desplegable {
  background: #1e1e1e;
  width: 100%;
  height: calc(100vh - 50px);
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 50px;
  text-align: center;
  padding: 0 10px;
  flex-direction: column;
  justify-content: center;
}

.cabecera__menucategorias li {
  margin: 0.6rem 0;
  width: 131px;
  display: inline-block;
}

.cabecera__menucategorias a {
  font-size: 1.5rem;
	color:#e5e2dd;
	display: block;
	padding: 0.9rem;
  text-align: left;
}

/* buscador */

.cabecera__buscar {
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-bottom: 1.25rem;
}

.cabecera__buscar--input {
  width: 100%;
  border: 0;
  border-radius: 3rem;
  background: #e5e2dd;
  padding: 1rem;
  padding-left: 1rem;
  font-size: 1em;
}

.cabecera__buscar--input:focus {background-color: white;}

.cabecera__buscar--lupa {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(60, 60, 59);
  border-radius: 100%;
  position: absolute;
  top: 13px;
  left: 7px;
}

.cabecera__buscar--lupa:after {
  content: "";
  border: 1px solid;
  position: absolute;
  height: 10px;
  bottom: -6.5px;
  right: -3px;
  transform: rotate(-45deg);
}

.compartir-fb {position: fixed;
  right: 25px;
  top: 86px;}

.cabecera__buscar--boton {
  width: 50px;
  height: 50px;
  position: absolute;
  background: transparent;
  top: 0;
  right: 0;
  border: 0;
  cursor: pointer;
  z-index: 100;
}

/* menu RRSS */

.cabecera-redes {
  margin-top: 30px;
}

.cabecera-redes__menu > li > a {
  color: #e5e2dd;
}

/* INDEX entradas */



/* entrada en lista */

.titulo-categoria {
  padding-top: 1rem;
  font-size: 1.5em;
  text-align: right;
  font-family: 'Lyon Text Web';
}

.titulo-categoria__texto {
  position: relative;
  color: #e1ae1f;
  padding-left: 10px;
  background: #ffffff;
}

.titulo-categoria__linea {
  border:1px solid #e1ae1f;
  transform: translateY(0.9rem);
}

.entrada__lista {
  padding-top: 1rem;
}

.entrada {
  margin-bottom: 1rem;
  background: white;
  padding: 0.9rem;
  border: 1px solid #373c38;
  border-radius: 0.3rem;
}

.entrada__imagen {cursor: pointer;}

.entrada__textos {
  padding-left: 0.9rem;
}

.entrada__titulo {
  font-family: 'Lyon Text Web';
  font-size: 1.2em;
  padding-bottom: 0.2rem;
}

.entrada__titulo:hover a {
  color:#eac049
}

.entrada__separador {
      height: 4px;
    background-color: #eac049;
  width: 1rem;
  margin:0.3rem 0
}

.entrada__autor, .entrada__fecha {
  font-size: 0.8em;
  color:#838383;
}

.entrada__autor > a {
  display: inline;
  color:#838383;
  font-style: italic;
}

.post-categories {
  padding-top: 0.3rem;
}

.post-categories > li {
  display: inline-block;
}

.post-categories > li > a {
  display: block;
  font-size: 0.7em;
  margin: 0.6rem 0.6rem 0 0;
  border-radius: 0.1rem;
  text-transform: uppercase;
}

.post-categories > li:nth-child(n+4) {
  /* solo se muestran tres etiquetas de categoria */
  display: none;
}

/* ENTRADA SIMPLE */

.entrada-simple h3,
.entrada-simple h2 {
  padding: 1rem 0 1.5rem 0
}

.entrada-simple__imagen {
  /*position: absolute;*/
  background: #373c38;
  z-index: 20;
}

.entrada-simple__titulo {
  height: 30vh;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  z-index: 50;
  background-size:cover;
  background-position: center;
}

.entrada-simple__titulo--opaco {
  background: rgba(55,60,56,0.7);
  position: absolute;
  width: 100%;
  height: 100%;
}
.entrada-simple__titulo--texto {
  /*font-family: 'Lyon Text Web';*/
  font-family: 'GT-America-Condensed-Regular', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.7em;
  color: white;
  position: relative;
  z-index: 100;
  display: block;
  padding-bottom: 1rem;
  padding-right: 5rem;
}

.entrada-simple__meta {
  padding-top: 0.6rem;
}

.entrada-simple__meta > li {
  display: inline-block;
  margin-right: 0.5rem;
}

.entrada-simple__separador {
      height: 4px;
    background-color: #eac049;
  width: 1.5rem;
  margin: 0.7rem 0 0.5rem 0;
}

.entrada-simple__contenido {
  font-family: 'Lyon Text Web';
  padding: 1rem 0;
  line-height: 1.6em;
  font-size: 1.3em
}

.entrada-simple__contenido p {
  margin-bottom: 2rem
}

.entrada-simple__contenido h2 {
  font-family: 'GT-America-Condensed-Regular', sans-serif;
  font-size: 2em
}

.entrada-simple__contenido a {
  color: #c28f00
}

.entrada-simple__contenido ul {
  list-style: square;
  padding-left: 1rem
}

.entrada-simple__contenido li {
  padding-bottom: 1rem
}

.entrada-simple__contenido > img {
  padding-bottom: 1rem
}

.entrada-simple__contenido ol {
  padding-left: 1rem
}

.entrada-simple__contenido blockquote {
  padding: 1rem;
  color:#666;
}

.entrada-simple__contenido code {
  margin-bottom: 1rem;
  padding: 20px;
  background-color: #e5e2dd;
}


.entrada-simple__contenido figcaption {
  font-family: 'GT-America-Condensed-Regular', sans-serif;
  font-size: 0.9em;
  text-align: center;
  color:#666;
}

.entrada-simple__categorias .post-categories {
  padding-top: 0;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid;
}

.entrada-simple__categorias .post-categories > li > a {
  display: block;
  font-size: 0.7em;
  margin: 0 0.6rem 0 0;
  text-transform: uppercase;
}

/* entrada destacada */

.entrada-destacada {
  margin-top: 30px;
}

.entrada-destacada .entrada__titulo {
  font-size: 1.4em;
}

.entrada-destacada .entrada__textos {
  padding-left: 0;
  padding-top: 15px;
}

.entrada-destacada .entrada__intro {
  font-family: 'Lyon Text Web';
  margin-top: 15px;
  line-height: 22px;
}

/* entrada promo */
.entrada-promo {
  background-color: #e5e2dd;
  border-color: #e5e2dd;
  margin-bottom: 0;
}

.entrada-promo .entrada__intro {
  font-family: 'Lyon Text Web';
  margin-top: 15px;
  line-height: 22px;
}

.entrada-promo .entrada__intro a {
  background-color: white;
}

/* cuando empieza la paginación oculto la entrada destacada y la promo, tiene !important por BT */
.paged .entrada-promo,
.paged .entrada-destacada {
  display: none !important;
}

/* banners gancho */

.promo {
  padding: 40px;
  margin-top:40px;
}

.promo h3 {
  font-size: 22px;
}

.promo p {
  margin-top: 20px
}

.promo a {
  font-family: 'GT-America-Condensed-Regular', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 18px;
  line-height: 18px;
  display: block;
}

.promo__icono {
  margin: 0 auto;
  margin-bottom: 10px;
}

.promo__logo-gauss {
  display: block;
  width: 80%
}

.promo-web {
  background: #4865a6;
  color: #f9f6ee;
}

.promo-web a, 
.promo-grafico a,
.promo-editorial a {
  color:#f9f6ee;
}

.promo-grafico {
  background: #e6b426;
  color: #f9f6ee;
}

.promo-editorial {
  background: #4c8287;
  color: #f9f6ee;
}

.promo-hauss {
  background: #e5e2dd;
}

.promo-motion {
  background: #f9f6ee;
  color: #373c38;
}

.promo-motion a {
  color: #373c38
}

.promo-motion .promo__logo-gauss {
  background: #373c38;
}



/* textarea para escribir codigo en las entradas */

.codigo, .codigo p {
width: 100%;
padding: 20px;
background:#777f85;
font-family: Consolas, monaco, monospace;
color: white
}

/* ENTRADAS RELACIONADAS */

.entradas-relacionadas {
  border-top: 1px solid #373c38;
  border-bottom: 1px solid #373c38;
  padding-top: 1.5rem;
}

.entradas-relacionadas h4 {
  padding-bottom: 0.5rem;
  font-size: 1.2em;
  font-weight: lighter;
}

.entradas-relacionadas ul {
  display: flex;
  padding: 0;
  list-style: none;
  flex-direction: column;
}
.entradas-relacionadas ul li {
  flex:1;
  padding: 1rem 0
}

.entradas-relacionadas ul li .title_rel {
  font-family: 'Lyon Text Web';
  display: block;
  padding: 7px 0;
  /* height: 50px; */
  overflow: hidden;
  color: #373c38;
}
.entradas-relacionadas ul li .title_rel:hover {
  color: #eac049
}
.entradas-relacionadas ul li .thumb_rel {
display: block;
height: 180px;
overflow: hidden;
background-color: white
}

/* COMENTARIOS */

.pingback {padding: 10px;}

#comments ul {list-style:none; padding:0}

.comments-title, #reply-title {
  font-size: 1.3em;
  padding-bottom: 1rem;
}

.comments-title:before, #reply-title:before {
content: "";
  width: 100px;
  height: 10px;
  background: white;
  display: block;
  margin: 20px 0;
}
  
cite > a {font-style:normal; color:black;   display: block;padding-top: 10px;}

.comment-list > li {border:10px solid #e5e2dd; margin-bottom: 20px;}
.comment-author {padding-top:15px}
.comment-author, .comment-meta {padding-left:15px}
.comment-author > img {float:left;   margin-right: 10px;}
.comment-meta a {font-size: 12px;color: #838383;text-transform:uppercase}
.says {display:none}
.comment p {
  padding: 15px;
  margin-top: 10px;
  border-top: 1px solid #e5e2dd;
  border-bottom: 1px solid #e5e2dd;
  }
  
a.comment-reply-link {
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #e5e2dd;
  width: 100px;
  text-transform: uppercase;
  font-weight: bold;
  color: #666;
}

a.comment-reply-link:hover {background:grey; color:#e5e2dd}

ul.children {border-left: 20px solid #e5e2dd;}
  
.form-control {
  display: block;
  width: 100%;
  padding: 15px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 5px solid #e5e2dd;
  margin-bottom: 10px;
}

.comment-notes, .form-submit, #gasp_p {text-align: center;  padding-bottom: 10px;}

#submit {
border-color: transparent;
padding: 5px 35px;
font-weight: bold;
color: white;
background: #666;
}

/* Resultados de la búsqueda */

.titulo-buscar {
font-size: 2em;
padding-bottom: 1.6rem;
}

.titulo-buscar strong {
  color:#eac049
}

/* PIE */

.isologo {
  width: 6rem;
  display: block;
  margin: 0 auto;
}

.isologo img {
  width:12rem;
  height: auto;
}

.copy {
  font-size: 0.8em;
  padding: 0.6rem;
  color:#e5e2dd;
  text-align:center
}


/* mensaje cookies */

#contAdviseCookies {
  padding: 16px;
  background-color: #3C3C3B;
  bottom: 50px;
  position: fixed;
  width: 50%;
  text-align: center;
  right: 0;
  color: white;
  font-weight: 100;
}

#contAdviseCookies a {
  color: white;
  text-decoration: underline;
}

.cookie-boton {background:#dadada; padding:5px}

/* video responsive */

.embed-container {
position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
height: 0;
overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container video,
.embed-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* plugin compartir */

div#at4-share {/* a la derecha */
  left: auto;
  right: 0;
  margin-top: -5px !important;
  transition: none
}

/* paginador */

.paginador {
  padding: 10px 0;
  margin: 10px 0;
  /*border-top:1px solid #e5e2dd;
  border-bottom:1px solid #e5e2dd;*/
}

.paginador a {
  font-size: 16px;
  font-weight: 300;
  color: #666;
}

.paginador .previos span {
  display: block;
  width: 20px;
  height: 20px;
  border-left:1px solid;
  border-top:1px solid;
}

.paginador .siguientes span {
  display: block;
  width: 20px;
  height: 20px;
  border-right:1px solid;
  border-bottom:1px solid;
}

.numeros {text-align: center}
.numeros .prev, .numeros .next {display:none}
.numeros a, .numeros span{padding:0 15px}

/* subir boton */

.boton-subir {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: fixed;
  right: 1rem;
  bottom: 3.3rem;
  background: #373c38;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
}

.boton-subir__flecha {
  width: 20px;
  height: 20px;
  transform:rotate(45deg);
  border-left: 5px solid #e5e2dd;
  border-top: 5px solid #e5e2dd;
  position: relative;
    top: 17px;
    left: 15px;
}

/* MODO NOCHE */

body {
  transition: 
  background 0.3s,
  border-color 0.3s,
  color 0.3s
}

#tema {
width: 50px;
    height: 50px;
    outline: none;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.ico-solyluna {
  background: url(img/sol-luna.svg);
  height: 35px;
  flex: 0 35px;
  background-size: cover;
  transition:background 0.3s;
}

.noche .ico-solyluna {
  background-position: right;
}

.noche {
  background: #373c38;
}

.noche .cabecera {
  background: #1e1e1e;
}

.noche .cabecera__burguer {
  background: #eac049
}

.noche .cabecera__burguer > span {
  background: #373c38
}

.noche .cabecera__desplegable {
  border:5px solid #eac049;
}

.noche .titulo-categoria__texto a {
  color: #e5e2dd
}

.noche .entrada {
  background: transparent;
  border: 1px solid #e5e2dd;
}

.noche .entrada__titulo > a {
  color: #e5e2dd;
}

.noche .entrada__mas {
  opacity: 0.8
}

.noche .entrada__mas--flecha,
.noche .entrada__mas--palo {
  border-color:#eac049;
}

.noche .entrada__autor, 
.noche .entrada__fecha,
.noche .entrada-destacada,
.noche .entrada-promo,
.noche .entrada__autor > a,
.noche .post-categories > li > a,
.noche .paginador a {
    color: #e5e2dd;
}

.noche .numeros .current {
  color:#eac049
}

.noche .post-categories {
  border-color: #e5e2dd
}

.noche .titulo-categoria__texto {
  background: #373c38
}

.noche .entrada-simple__contenido {
  color: #e5e2dd;
}

.noche .entrada-simple__contenido a {
  color: #eac049
}
.noche .entradas-relacionadas ul li .title_rel,
.noche .comments-title, #reply-title,
.noche .comment-notes,
.noche .titulo-buscar,
.noche .entrada-simple__contenido figcaption {
  color: #e5e2dd;
}

/* ////////////////////////////////////////////////
//////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
//////////////////////////////////////////////// MEDIAQUERIES ///////////////////////////////////////////////*/


/* MOVIL GRANDE */
@media (min-width: 576px) {

  /* buscador */

  .cabecera__buscar {
    width: 70%;
  }

  .entrada {
    margin-bottom: 1.6rem;
    }

  .entrada__textos {
    padding: 0;
  }

  .entrada__titulo {
    padding: 1rem 0;
    font-size: 1.3em;
    height: 113px;
    overflow: hidden;
    padding-bottom: 0;
  }

  .entrada__mas {
    display: flex;
    width: 2.5rem;
    height: 2.5rem;
    align-items: center;
    position: relative;
    transition: 0.3s;
    opacity: 0.3;
  }

  .entrada__mas--flecha {
    width: 1.5rem;
    height: 1.5rem;
    transform: rotate(45deg);
    border-right: 2px solid #373c38;
    border-top: 2px solid #373c38;
    margin: 0 auto;
    transition: 0.4s;
  }

  .entrada__mas--palo {
    width: 2rem;
    right: 4px;
    position: absolute;
        height: 0.5px;
	background-color:#373c38;
    transition: 0.4s;
  }

  .entrada__mas:hover {
    opacity: 0.8
  }

  .entrada__mas:hover > .entrada__mas--palo {
    transform: translateX(1rem);
  }

  .entrada__mas:hover > .entrada__mas--flecha {
    transform: rotate(45deg) translate(0.7rem,-0.7rem);
  }

  .entrada__separador {
    margin: 0.6rem 0;
    width: 2rem;
  }

  .post-categories {
    padding-top: 0;
    margin-top: 0.6rem;
    height: 3rem;
    border-top: 1px solid;
  }

  .entrada-simple__categorias .post-categories {
    margin-top: 0;
    height: auto;
    border-top:0;
  }

/* entrada destacada */

.entrada-destacada .entrada__titulo {
  height: 77px;
}

.entrada-destacada .entrada__textos {
  padding-top: 0;
}

.entrada-promo {margin-bottom: 10px;}


}/* fin movil grande */


/* TABLET */
@media (min-width: 768px) {

.entrada__lista {padding-top: 1.8rem;}

.entrada__titulo {font-size: 1.4em;height: 97px;}

.entrada-simple__titulo {height: 40vh;}

.entrada-simple__titulo--texto {padding-right: 50%;font-size: 2.3em;}

.entrada-promo {
margin-top:30px;
margin-bottom: 0;
padding: 30px;
}

.entrada-destacada {margin-bottom: 0;}

.entradas-relacionadas ul {
display: flex;
padding: 0;
list-style: none;
flex-direction: row;
flex-wrap: wrap;
}
.entradas-relacionadas ul li {flex:0 50%;}

.entradas-relacionadas ul li:nth-child(odd) {padding: 10px 10px 10px 0;
}
.entradas-relacionadas ul li:nth-child(even) {padding: 10px 0 10px 10px;}

.entradas-relacionadas ul li .thumb_rel {height: 120px;}

}/* fin tablet */


/* ESCRITORIO PEQUEÑO */
@media (min-width: 992px) {

	.cabecera {
		top:0;
		bottom:auto
	}

.separador-fixed {
  height: 50px;
}

/* buscador */

.cabecera__buscar {
  width: 100%;
  margin: 0;
}

.cabecera__buscar--input {
  width: 100%;
  height: 50px;
  border: 0;
  border-radius: 0;
  background:rgba(229, 226, 221, 0.5);
  padding: 0.6rem 3rem 0.6rem 1rem;
  font-size: 1em;
}

.cabecera__buscar--input:focus {
  background:rgba(229, 226, 221, 1);
}

/* desplegable */

.cabecera__menu {
    padding-left: 8px;
}

.cabecera__desplegable {
  justify-content: flex-start;
  align-items: center;
  padding-top: 3rem;
  height: 200px;
top:50px;
	bottom:auto
}

.cabecera__menucategorias {
  display: flex;
}

.cabecera__menucategorias li a {
  padding: 0;
  text-align: center;
  padding-bottom: 0.6rem;
  transition: 0.3s;
  box-shadow: 0 3px 0 #1e1e1e
}

.cabecera__menucategorias li a:hover {
  color:#e6b426;
  box-shadow: 0 3px 0 #e6b426
}

/* lista entradas */

.entrada__titulo {
  height: 123px;
}

.entrada-simple__titulo {
  background-size: auto;
}

.entrada-simple__titulo--texto {
  padding-right: 40%;
  font-size: 2.7em;
}

.entrada-simple__titulo--opaco {
  background: rgba(55,60,56,0.8);
}

.entradas-relacionadas ul li .thumb_rel {
  height: 190px;
}

/* entrada destacada */
.entrada-destacada {
  margin-bottom: 0;
}

.entrada-destacada .entrada__titulo {
  font-size: 2em;
  line-height: 1em;
  height: 87px;

}

/* banners gancho */

.promo {
  margin-left: 30px;
}

.promo__logo-gauss {
  width: 60%
}

}/* fin escritorio pequeño */



/* ESCRITORIO grande */
@media (min-width: 1200px) {

.promo {
  margin-left: 60px;
}

.entrada-destacada .entrada__intro {
  width: 70%;
}


}