/*
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
.

*/

/* variables */
:root {
	--grey-100: #f9f6ee;
	--grey-400: #808481;
	--grey-900: #101010;
	--azul400: #427eff;
	--azul100: #e1e9ff;
	--rojo: #f23d3d;
	--morado: #451552;
  --md:1.5rem;
}

/* fuentes */
@font-face {
  font-family: 'GT-America-Standard-Regular';
  src: url('fonts/GT-America-Standard-Regular.woff2') 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.woff2') 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-Standard-Bold';
	src: url('fonts/GT-America-Standard-Bold.woff2') format('woff2'),
		url('fonts/GT-America-Standard-Bold.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.woff2') 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.woff2') 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.woff2') format('woff2'),
    url('fonts/LyonText-Regular-Web.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
	font-family: 'playfair_displaySBdIt';
	src: url('fonts/playfairdisplay-semibolditalic-webfont.woff2') format('woff2'),
		url('fonts/playfairdisplay-semibolditalic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* ICONOS */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-apgepv');
  src: url('fonts/icomoon.eot?#iefix-apgepv') format('embedded-opentype'),
    url('fonts/icomoon.woff?-apgepv') format('woff'),
    url('fonts/icomoon.ttf?-apgepv') format('truetype'),
    url('fonts/icomoon.svg?-apgepv#icomoon') 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__menu {
  display: flex;
}

.cabecera-redes__menu li {
  display: flex;
  margin: 0 1rem;
}

.cabecera-redes__menu 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;
  top: 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: 62px;
  cursor: pointer;
  background: #1e1e1e;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px;
}

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

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

#cabecera__checkbox:checked~.cabecera__burguer>span:first-child {
  transform: translateY(9px);
}
#cabecera__checkbox:checked~.cabecera__burguer>span:last-child {
  transform: translateY(-9px);
}

.cabecera__desplegable {
  background: #1e1e1e;
  width: 90%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 84px;
  margin: auto;
  text-align: center;
  border-radius: 12px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
  z-index: 999;
}

.cabecera__menu {
  position: fixed;
  bottom: 24px;
  width: 100px;
  background: #1e1e1e;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.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: var(--azul400);
  padding-left: 10px;
  background: #ffffff;
}

.titulo-categoria__linea {
  border: 1px solid var(--azul400);
  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: var(--azul400)
}

.entrada__separador {
  height: 4px;
  background-color: var(--azul400);
  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: var(--azul400);
  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,
.entrada-simple__contenido figure {
  margin-bottom: 1.5rem
}

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

.entrada-simple__contenido a {
  color: var(--azul400)
}

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

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

.entrada-simple__contenido ol,
.entrada-simple__contenido li {
  padding-left: 1rem;
  margin-left: 1.5rem;
}

.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;
  padding-top: 0.5rem;
  font-size: 0.9em;
  text-align: center;
  color: #666;
  line-height: 110%;
}

.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;
}

/* 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;
}

/* BANNER PROMO PORTADA */

.entrada-promo {
  background-color: #373c38;
  border: none;
  margin-bottom: 0;
}

.entrada-promo .entrada__intro h1 {
  font-family: 'GT-America-Standard-Bold';
  color:var(--grey-100);
  margin-bottom: 16px;
  font-size: 2.6rem;
}

.entrada-promo .entrada__intro span {
  font-family: 'playfair_displaySBdIt';
}

.entrada-promo .entrada__intro p {
  font-family: 'GT-America-Standard-Bold';
  color:var(--grey-100);
  margin-bottom: var(--md);
  font-size: 1.5rem;
  line-height: 130%;
}

.entrada-promo .entrada__intro a {
  background-color: white;
  color: var(--grey-900);
}

/* 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;
}


/* 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-left: 0;
  margin-left: 0;
  list-style: none;
  flex-direction: column;
}

.entradas-relacionadas ul li {
  flex: 1;
  padding: 1rem 0;
  margin-left: 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: var(--azul400)
}

.entradas-relacionadas ul li .thumb_rel {
  display: block;
  height: 180px;
  overflow: hidden;
  background-color: white
}

.entradas-relacionadas ul li .thumb_rel>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}




/* 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: var(--azul400)
}

/* 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: 0;
  left: 0;
  bottom: 24px;
  margin: auto;
  transform: translateX(90px);
  background: #1e1e1e;
  align-items: center;
  justify-content: center;
  display: none;
  cursor: pointer;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

.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__menu {
  background: var(--azul400);
  border-radius: 0;
  padding-left: 0;
}

.noche .cabecera__burguer {
  background: var(--azul400)
}

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

.noche .cabecera__desplegable {
  border: 5px solid var(--azul400);
}

.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: var(--azul400);
}

.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: var(--azul400)
}

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

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

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

.noche .entrada-simple__contenido a {
  color: var(--azul400)
}

.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;
}

.noche .boton-subir {
  background: var(--azul400);
  color: #373c38
}

.noche .boton-subir__flecha {
border-color: #1e1e1e;
}

/* ////////////////////////////////////////////////
//////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
/////////////////////////////////////////////////
//////////////////////////////////////////////// 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;
  }

  .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;
    position: static;
    background: transparent;
    box-shadow: none;
  }

  .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%
  }

  /* BANNER PROMO PORTADA */

  .entrada-promo {
    background: 
    url(img/isologo-hauss.svg) no-repeat -30px 20px,
    url(img/isologo-gauss.svg) no-repeat 120% 100%;
    background-color: #373c38;
    background-size: 50%;
  }

}

/* fin escritorio pequeño */



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

  .promo {
    margin-left: 60px;
  }

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


}