/*
	Theme Name: portfolio micro
	Theme URI: http://portfolio.es/micro
	Description: portfolio micro WordPress Theme
	Version: 1.0.2
	Author: Portfolio Multimedia (@portfolio_es)
	Author URI: http://portfolio.es
	Tags: Portfolio, micro, simple, blank, clean

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    PRINCIPAL
\*------------------------------------*/

/* global box-sizing */
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,200);
*,
*:after,
*:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  max-width: 100vw;
  overflow-x: hidden;
}
body {
  font: 300 11px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #444;
}
/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}
.clear {
  zoom: 1;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  color: #00c7ff;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}
input:focus {
  outline: 0;
  border: 1px solid #04a4cc;
}

/*------------------------------------*\
    ESTRUCTURA
\*------------------------------------*/

/* header */
.header {
}
/* logo */
.logo {
}
.logo-img {
}
/* nav */
.nav {
}
/* sidebar */
.sidebar {
}
/* footer */
.footer {
}

/*------------------------------------*\
    PÁGINAS
\*------------------------------------*/

/*------------------------------------*\
    IMÁGENES
\*------------------------------------*/

/*------------------------------------*\
	TIPOGRAFÍA
\*------------------------------------*/

/*
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
*/

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.sticky {
}
.bypostauthor {
}

/*------------------------------------*\
    IMPRESION
\*------------------------------------*/

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  font-family: Raleway;
  font-weight: normal;
  overflow-x: hidden;
  color: #010e42;
}

.textoblanco {
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

div {
  transition: all 0.4;
}

.nav.menuprincipal {
  width: auto;
  float: right;
}

.menuprin {
  color: #fff;
  background-color: #451b3c;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 12px;
  text-align: left;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.menuprin a {
  color: #fff;
}

.logo-img {
  margin-bottom: 0px;
  margin-top: 2px;
}

.menuprin li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0;
  line-height: 14px;
  padding-bottom: 5px;
  padding-top: 6px;
  font-size: 14px;
}

.menuprin li a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.logo {
  float: left;
  margin-right: 10px;
}

#menu-principal,
#menu-principal-eng {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 15px;
  text-align: right;
  display: inline-block;
}

.icosredesmenu {
  padding-right: 10vw;
}

.wpml-ls-slot-3 a span {
  text-decoration: none;
}
.wpml-ls-slot-3 a span:hover {
  text-decoration: underline;
}
.wpml-ls-current-language a span {
  text-decoration: underline;
}

.wpml-ls-slot-3 {
  float: right;
}

#menu-principal a,
#menu-principal-eng a {
  font-size: 15px;
  color: #fff;
}

#menu-principal a:hover,
#menu-principal-eng a:hover {
  color: #00c7ff;
}

.menuprincipal ul ul {
  display: none;
  transition: all 0.5s ease;
}

.menuprincipal ul li:hover > ul {
  display: block;
}

.menuprincipal ul ul {
  display: none;
  position: absolute;
  top: 47px;
  left: -28px;
  z-index: 99999;
  width: 230px;
  background: #21333b;
  color: #fff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  padding-left: 0px;
}

.menuprincipal ul ul li {
  width: 100%;
  padding-bottom: 10px;
}

.menuprincipal #menu-item-503 ul ul {
  top: 51px !important;
  left: 1px !important;
  width: 110px !important;
}

.menuprincipal ul ul:hover {
  background: #21333b;
}

.menuprincipal .sub-menu li a {
  color: #fff !important;
  font-size: 17px;
}

.menuprincipal li {
  position: relative;
}

.desk {
  display: block;
}
.movil {
  display: none !important;
}

.ico_menu_mvl {
  display: none;
}

.clearboth {
  clear: both;
}

.menumovil {
  display: none;
  padding: 7px;
  background-color: #fff;
  position: fixed;
  top: 56px;
  z-index: 10000000;
  width: 100%;
  font-size: 17px;
  min-height: 208px;
}

.menumovil a {
  color: #010e42;
  display: block;
  height: 37px;
  line-height: 43px;
  border-bottom: 1px solid #010e42;
}

.menumovil ul {
  list-style-type: none;
}

p {
  font-size: 17px;
}

nav .cerrar_menu {
  display: none;
}

.nav {
  -webkit-animation: linear;
  -webkit-animation-duration: 0.5s;
}

@-webkit-keyframes ocultar {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes mostrar {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}

.menu_top a:hover {
  color: #283ba2;
}

.menuprin.header .contenedormenu {
  max-width: 100%;
  width: 100%;
  margin: auto;
}

nav ul#menu_top {
  text-align: right;
}

.redes_footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.redes_footer .redes a:hover span {
  color: #00c7ff;
}

.redes_footer .redes span {
  font-size: 30px;
  display: inherit;
  padding: 0px 10px;
  color: #fff;
}

.copyright {
  text-align: center;
}

/***** BLOG *****/

/* filtros */

#busqueda_filtros_orden_entrada {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#busqueda_filtros_orden_entrada > div {
  padding: 20px 15px 0px;
}

#busqueda_filtros_orden_entrada > div .texto_filtro {
  font-size: 25px;
  font-weight: bold;
  color: #eb4800;
}

#busqueda_filtros_orden_entrada > div input {
  width: 100%;
  border: 0px;
  background: #eaeaea;
  font-size: 20px;
  font-weight: bold;
  color: #afafaf;
  padding: 5px 40px 5px 5px;
}

#busqueda_filtros_orden_entrada > div select {
  width: 100%;
  border: 0px;
  background: #eaeaea;
  font-size: 20px;
  font-weight: bold;
  color: #afafaf;
  padding: 4px 5px;
}

#busqueda_filtros_orden_entrada > div .div_busqueda_texto {
  position: relative;
}

#busqueda_filtros_orden_entrada > div .div_busqueda_texto span {
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 15px;
  font-size: 28px;
}

.content_entradas.cuadricula {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.content_entradas .cuerpo_entrada {
  display: table;
  padding: 58px 100px;
}

.content_entradas.fila .cuerpo_entrada {
  display: flex;
  padding: 58px 100px;
  flex-direction: row;
  align-items: center;
}

.content_entradas.cuadricula .cuerpo_entrada {
  padding: 20px 15px;
  display: flex;
  flex-direction: column;
}

.content_entradas .cuerpo_entrada .contenedor_entrada,
.content_entradas .cuerpo_entrada .imagen_entrada {
  display: table-cell;
  vertical-align: top;
  vertical-align: middle;
}

.content_entradas.cuadricula .cuerpo_entrada .contenedor_entrada {
  display: block;
  max-width: 80%;
  margin: auto;
  margin-top: 10px;
}

.content_entradas .cuerpo_entrada .leermas_entrada {
  font-size: 16px;
  font-weight: bold;
  color: white;
  border-radius: 200px;
  padding: 8px 15px;
  background-color: #253ba2;
  border: 1px solid #253ba2;
}

.content_entradas .cuerpo_entrada .leermas_entrada:hover {
  color: #253ba2;
  background-color: #fff;
  border: 1px solid #253ba2;
}

.content_entradas .cuerpo_entrada .imagen_entrada div {
  width: 331px;
  height: 220px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_entradas.cuadricula .cuerpo_entrada .imagen_entrada div {
  width: 80%;
  margin: auto;
  height: 230px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content_entradas.cuadricula .cuerpo_entrada.cuadro2 .imagen_entrada div {
  height: 350px;
}

.content_entradas.cuadricula .cuerpo_entrada.cuadro1 .imagen_entrada div {
  height: 450px;
}

.content_entradas .cuerpo_entrada .imagen_entrada + .contenedor_entrada {
  padding-left: 40px;
  padding-right: 40px;
}

.content_entradas.cuadricula
  .cuerpo_entrada
  .imagen_entrada
  + .contenedor_entrada {
  padding-left: 0px;
}

.content_entradas .cuerpo_entrada .contenedor_entrada .titulo_entrada {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 30px;
}

.content_entradas .cuerpo_entrada .contenedor_entrada .contenido_entrada {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}

.content_entradas
  .cuerpo_entrada
  .contenedor_entrada
  .contenido_entrada
  a.view-article {
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #253ba2;
  border: 1px solid #253ba2;
  border-radius: 200px;
  padding: 8px 15px;
  display: block;
  width: fit-content;
  width: -webkit-fit-content;
  margin-top: 10px;
}

.content_entradas
  .cuerpo_entrada
  .contenedor_entrada
  .contenido_entrada
  a.view-article:hover {
  color: #253ba2;
  background-color: #fff;
  border: 1px solid #253ba2;
}

.content_entradas + .paginacion {
  text-align: center;
  padding-bottom: 50px;
}

.content_entradas + .paginacion .page-numbers {
  font-size: 20px;
  font-weight: 800;
  background-color: #f0f0f0;
  border-radius: 200px;
  padding: 6px 13px;
  margin: 0px 7px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.content_entradas + .paginacion .page-numbers.current,
.content_entradas + .paginacion .page-numbers:hover {
  color: #fff;
  background-color: #253ba2;
}

/***** ENTRADAS *****/

.single article {
  max-width: 1400px;
  margin: auto;
  padding: 0px 25px;
  text-align: center;
  font-size: 16px;
  margin-top: 100px;
}

.single article img.attachment-post-thumbnail {
  max-width: 80%;
}

.single article h1.titulo {
  text-align: center;
  font-size: 18px;
}

.single article p,
.single article ul,
.single article ol,
.single article blockquote,
.single article h2,
.single article h3 {
  text-align: left;
}

/**** ENTRADAS SIDEBAR *****/

.single article .sidebaron {
  display: flex;
  margin-bottom: 50px;
}

.single article .sidebaron .sidebar {
  text-align: left;
  /* margin-top: 25px; */
  border-left: 1px solid #00d9db;
  margin-left: 60px;
  padding-top: 20px;
  padding-left: 20px;
}

/***** BÚSQUEDA *****/

.search section.content_entradas {
  margin-top: 100px;
}

.search section.content_entradas > h1 {
  padding: 0px 100px;
}

.search section.content_entradas .fecha_entrada {
  font-size: 16px;
  text-transform: capitalize;
}

/***** BÚSQUEDA AUTOR *****/

.author section.content_entradas {
  margin-top: 100px;
}

.author section.content_entradas > h1 {
  padding: 0px 100px;
}

.author section.content_entradas .fecha_entrada {
  font-size: 16px;
  text-transform: capitalize;
}

/***** BÚSQUEDA CATEGORíAS *****/

.category section.content_entradas {
  margin-top: 100px;
}

.category section.content_entradas > h1 {
  padding: 0px 100px;
}

.category section.content_entradas .fecha_entrada {
  font-size: 16px;
  text-transform: capitalize;
}

/***** ARCHIVOS *****/

.archive section.content_entradas {
  margin-top: 100px;
}

.archive section.content_entradas > h1 {
  padding: 0px 100px;
}

.archive section.content_entradas .fecha_entrada {
  font-size: 16px;
  text-transform: capitalize;
}

/***** SIDEBAR *****/

aside.sidebar form input.search-input {
  padding: 10px 2px;
  margin-bottom: 10px;
  border: none;
  border-bottom: 2px solid #04cdd1;
}

aside.sidebar form button.search-submit {
  width: 100%;
  border-radius: 0;
  border: none;
  padding: 10px 0px;
  background-color: #047dac;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}

aside.sidebar .sidebar-widget .wp-block-calendar {
  margin-top: 20px;
}

aside.sidebar .sidebar-widget .wp-block-calendar table caption {
  text-transform: uppercase;
  font-weight: bold;
}

aside.sidebar .sidebar-widget .wp-block-calendar table th {
  background-color: #00d9db;
  border-color: #fff;
  color: #fff;
  font-weight: bold;
}

aside.sidebar .sidebar-widget .wp-block-calendar table th:nth-child(6),
aside.sidebar .sidebar-widget .wp-block-calendar table th:nth-child(7) {
  background-color: #0084b4;
}

aside.sidebar .sidebar-widget .wp-block-calendar tbody td {
  border: 1px solid #00d9db;
}

/***** COMENTARIOS *****/

.comments > ul {
  padding-left: 0px;
}

.comments .bypostauthor {
  list-style: none;
}

.comments .comment-body {
  border: 2px solid #00d9db;
  padding: 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.comments .comment-author.vcard {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 20px;
}

.comments .comment-author.vcard img {
  margin-bottom: 10px;
}

.comments .comment-respuesta a.comment-reply-link {
  border-radius: 0;
  border: none;
  padding: 10px 10px;
  background-color: #047dac;
  color: white;
  text-transform: capitalize;
  font-weight: bold;
}

.comment-form-comment > label {
  display: block;
}

.comment-form-comment textarea#comment {
  resize: none;
  padding: 10px;
}

.form-submit input[type="submit"] {
  border-radius: 0;
  border: none;
  padding: 10px 10px;
  background-color: #047dac;
  color: white;
  font-weight: bold;
}

/** Landing **/
.logo_top img {
  max-width: 100px !important;
  margin: 15px 0px 15px 20px;
}

.btn_pide img {
  margin: 0px 15px 0px 0px;
}

.img_manos img {
  width: 100%;
  height: 340px !important;
  object-fit: cover;
  z-index: 1;
  position: relative;
}
.titular {
  margin-bottom: 0px !important;
  z-index: 1;
  position: relative;
}
.titular p {
  font-family: "PassionOne";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 87px;
  line-height: 70px;
  color: #000;
  margin-top: 0px;
}
.titular p strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.titular p strong::after {
  content: "";
  width: 302px;
  height: 37px;
  position: absolute;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Line-46_rosa.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 9px;
  right: -55px;
  transform: rotate(180deg) rotateY(180deg);
  z-index: -1;
}
.sub_titular {
  margin-bottom: 0px !important;
}
.sub_titular p {
  font-family: "PassionOne";
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  font-size: 42px;
  line-height: 46px;
  color: #000;
  margin-top: 0px;
}
.meneo_texto {
  margin-bottom: 0px !important;
}
.meneo_texto p {
  font-family: "PassionOne";
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-size: 80px;
  line-height: 88px;
  color: #e55ccd;
  margin-top: 0px;
}
.meneo_100_estilo {
  margin-bottom: 0px !important;
}
.meneo_100_estilo p {
  font-family: "PassionOne";
  font-weight: 400;
  text-align: left;
  font-size: 50px;
  line-height: 38px;
  color: #fff;
  margin-top: 0px;
}
.meneo_100_estilo p strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.meneo_100_estilo p strong::after {
  content: "";
  width: 177px;
  height: 28px;
  position: absolute;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Underline-05_verde.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 1px;
  right: -60px;
  z-index: -1;
}
.content_selector {
  margin-bottom: 0px !important;
}
.content_selector .wpb_wrapper {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
.content_selector .btn_selector {
  margin-bottom: 0px !important;
  /*width: calc(90% / 3);*/
  min-width: 86px;
  font-size: 20px;
  line-height: 22px;
  color: #fff;
  font-family: "PassionOne";
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 100px;
  text-align: center;
  /*padding: 2px 0px;*/
  padding: 2px 20px;
  cursor: pointer;
}
.content_selector .btn_selector.selected {
  background-color: #fff;
  color: #e55ccd;
}
#slide_slider_landing_salsas,
#slide_slider_landing_toppings {
  display: none;
}
.texto_120 {
  margin-bottom: 0px !important;
}
.texto_120 p {
  font-weight: 300;
  text-align: left;
  font-size: 90px;
  line-height: 70px;
  color: #fff;
  margin-top: 0px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  font-variation-settings: "slnt" 0;
  padding-bottom: 5px;
}
.texto_120 p strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.texto_120 p strong::after {
  content: "";
  width: 264px;
  height: 119px;
  position: absolute;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Circles-09_verde.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -10px;
  transform: rotate(-6deg);
  right: -37px;
  z-index: -1;
}
.texto_montarpollo {
  margin-bottom: 0px !important;
}
.texto_montarpollo p {
  font-family: "PassionOne";
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  font-size: 84px;
  line-height: 70px;
  color: #e55ccd;
  margin-top: 0px;
}
.content_rwefs {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
  left: -20px;
}
.content_rwefs::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 141px;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/aros-colores.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  transform: rotate(-164deg) rotateX(180deg);
  right: -145px;
  z-index: 0;
}
.content_rwefs .izquierda {
  width: 80px;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/rectanguloverde_90.png);
  background-origin: border-box;
  background-position: center;
  background-size: cover;
  background-position-x: right;
  background-position-y: center;
  background-repeat: no-repeat;
  text-align: center;
  padding: 35px 0px 25px 0px;
}
.content_rwefs .num {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 80px;
  line-height: 68px;
  color: #e55ccd;
}
.content_rwefs .text {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 50px;
  line-height: 65px;
  color: #fff;
  padding-left: 15px;
}
.titular2 {
  margin-bottom: 0px !important;
}
.titular2 p {
  font-family: "PassionOne";
  font-weight: 400;
  text-transform: uppercase;
  font-size: 87px;
  line-height: 70px;
  color: #000;
  margin-top: 0px;
  text-align: left;
  padding-bottom: 35px;
}
.titular2 p strong {
  font-weight: 400;
  position: relative;
  z-index: 1;
}
.titular2 p strong::after {
  content: "";
  width: 268px;
  height: 121px;
  position: absolute;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Circles-09.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -15px;
  right: -50px;
  z-index: -1;
  transform: rotatey(180deg);
}
.gif_meneo {
  margin-top: -175px;
  margin-right: -80px;
}
.gif_meneo img {
  max-width: 220px !important;
}
.pide_blk .vc_single_image-wrapper {
  position: relative;
}
.pide_blk .vc_single_image-wrapper::before {
  content: "";
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/flc1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 98px;
  height: 72px;
  position: absolute;
  top: -71px;
  right: -30px;
  transform: rotate(180deg);
}
.pide_blk .vc_single_image-wrapper::after {
  content: "";
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/flc2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 109px;
  height: 88px;
  position: absolute;
  bottom: -50px;
  right: -130px;
  transform: rotate(65deg);
}
.swiper_titulo {
  display: none;
}
.monta .wpb_wrapper.vc_figure {
  position: relative;
}
.monta .wpb_wrapper.vc_figure::before {
  content: "";
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Capa-24.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 257px;
  height: 189px;
  position: absolute;
  top: 0px;
  right: -50px;
  z-index: 0;
  transform: rotate(-188deg) rotateX(180deg);
}
.monta img {
  position: relative;
  z-index: 0;
  left: -90px;
}
.alergenos {
  margin-bottom: 0px !important;
}
.alergenos p {
  margin-top: 0px !important;
}
.alergenos a {
  font-family: "PassionOne";
  font-weight: 700;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-decoration: underline;
}
.titulo_img {
  margin-bottom: 0px !important;
}
.titulo_img p {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 50px;
  line-height: 38px;
  color: #fff;
  margin-top: 0px !important;
  text-align: center;
}
@keyframes scrollText {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
.scroll {
  position: relative;
  width: 100vw;
  overflow: hidden;
  z-index: 1;
  margin: 0;
  padding: 0;
}
.scroll .m-scroll {
  overflow: hidden;
  height: 100%;
  white-space: nowrap;
  animation: scrollText 20s infinite linear;
  margin: 0;
  font-size: 0;
  display: inline-block;
  width: fit-content;
}
.scroll .m-scroll .span {
  display: inline-block;
  min-width: 100vw;
  margin: 0;
  padding: 0;
}
.scroll .m-scroll .span img {
  width: 992px;
  padding-bottom: 1px;
}
.tira1 {
  margin-bottom: 0px !important;
  transform: rotate(-3deg);
  position: absolute;
  top: 80px;
  z-index: 0;
}
.tira1 .scroll {
  width: 115vw;
  margin-left: -25px;
}
.tira2 {
  margin-bottom: 0px !important;
  transform: rotate(4deg);
  position: absolute;
  top: 285px;
  z-index: 0;
}
.tira2 .scroll {
  width: 115vw;
  margin-left: -25px;
}
.tira3 {
  margin-bottom: 0px !important;
  transform: rotate(-2deg);
  position: absolute;
  top: 320px;
  z-index: 0;
}
.tira3 .scroll {
  width: 115vw;
  margin-left: -25px;
}
.tira4 {
  margin-bottom: 0px !important;
  transform: rotate(-15deg);
}
.tira4 .scroll {
  width: 115vw;
  margin-left: -25px;
}
.tira5 {
  margin-top: 23px;
  margin-bottom: 0px !important;
  transform: rotate(4deg);
}
.tira5 .scroll {
  width: 115vw;
  margin-left: -25px;
}
.content_popup {
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.6);
}
.content_popup .popup {
  background: #e55ccd;
  border-radius: 30px;
  max-width: 358px;
  width: 100%;
  min-height: 326px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.content_popup .popup .cerrar_popup {
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
}
.content_popup .popup .titulo_popup {
  text-align: center;
  padding-top: 24px;
}
.content_popup .popup .titulo_popup img {
  width: 144px;
}
.content_popup .popup .texto_inicio {
  font-family: "PassionOne";
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding-top: 50px;
  text-align: center;
  color: #000;
}
.content_popup .popup .input_inicio {
  text-align: center;
  padding-top: 14px;
}
.content_popup .popup .input_inicio input {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  max-width: 277px;
  width: 100%;
  border: 3px solid #000;
  text-align: center;
  padding: 8px 0px;
}
.content_popup .popup .btn_inicio {
  text-align: center;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-decoration: underline;
  padding-top: 32px;
  cursor: pointer;
}
.content_popup .popup .pideya {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  font-size: 33px;
  line-height: 40px;
  color: #000;
  padding-top: 50px;
}
.content_popup .popup .btn_pideya {
  text-align: center;
  padding-top: 20px;
}
div#formulario_inscripcion {
  display: none;
}
div#formulario_inscripcion span.wpcf7-list-item {
  max-width: 277px;
  margin: auto;
  text-align: left;
}
div#formulario_inscripcion .texto_input {
  text-align: center;
}
div#formulario_inscripcion span.wpcf7-list-item-label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
div#formulario_inscripcion input.mail {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  max-width: 277px;
  width: 100%;
  border: 3px solid #000;
  text-align: center;
  padding: 8px 0px;
}
.content_popup .popup .popup_cont #formulario_inscripcion {
  display: block;
}
.content_popup .popup .popup_cont #formulario_inscripcion .texto_input_btn {
  text-align: center;
}
.content_popup .popup .popup_cont #formulario_inscripcion .wpcf7-submit {
  background: none;
  border: 0px;
  text-decoration: underline;
}
.content_popup
  .popup
  .popup_cont
  #formulario_inscripcion
  .wpcf7-submit
  :disabled {
  cursor: not-allowed;
}
.content_popup .popup .popup_cont #formulario_inscripcion .wpcf7-spinner {
  display: block;
}
.content_popup .popup .popup_cont .oops_texto {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

.ui-menu.ui-widget {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 20px;
  line-height: 22px;
  color: #000;
  max-height: 200px;
  overflow-y: scroll;
}

.mailsent {
  max-width: 277px;
  width: 100%;
  height: 44px;
  border: 3px solid #000;
  background-color: #00c072;
  margin: auto;
  margin-bottom: 58px;
  margin-top: 20px;
  background-image: url(https://www.pollomeneo.es/wp-content/uploads/2024/03/Vector.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.sticker img {
  position: relative;
  right: -20px;
}

.recurso11 img {
  transform: rotate(180deg) rotateY(180deg);
  left: -70px;
  bottom: -30px;
  position: relative;
}

.recurso9 img {
  position: relative;
  right: -55px;
}

.btn_popup img {
  cursor: pointer;
}

.politica {
  text-align: center;
  margin-bottom: 0px !important;
}

.politica p {
  margin-top: 0px !important;
}

.politica a {
  font-family: "PassionOne";
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #e55ccd;
}

.copyright {
  display: none;
}

.redes_footer {
  justify-content: space-around;
}

.finpagina {
  margin-top: -60px !important;
}
footer {
  z-index: 1;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .vc_row[data-vc-full-width] {
    overflow: inherit !important;
  }
}

@media only screen and (min-width: 767px) {
  .tira2 {
    margin-bottom: 0px !important;
    transform: rotate(4deg);
    position: absolute;
    top: auto;
    bottom: 50%;
    z-index: 0;
  }
  .tira3 {
    margin-bottom: 0px !important;
    transform: rotate(-2deg);
    position: absolute;
    top: auto;
    bottom: 40%;
    z-index: 0;
  }
  .tira4 {
    bottom: 0px;
    left: -420px;
    position: absolute;
    transform: rotate(21deg);
    z-index: 1;
  }
  .tira5 {
    position: absolute;
    margin-bottom: 0px !important;
    transform: rotate(-23deg);
    bottom: -105px;
    z-index: 1;
  }
  .footer .wpb_column.vc_column_container {
    max-width: 1440px;
    margin: auto !important;
    float: none;
  }
  .hidden {
    overflow: hidden;
  }
  /* .swiper.slider_landing_pollo
    .swiper-slide
    .swiper_slider_contenido
    .swiper_imagen_post
    img {
    max-width: 400px;
  } */
  .img_uygd {
    position: absolute;
    bottom: 0px;
    right: 0px;
    margin-bottom: 0px !important;
  }
  .meneo_100_estilo p,
  .meneo_texto p {
    text-align: center;
  }

  .meneo_100_estilo p br {
    display: none;
  }

  .meneo_100_estilo p strong::after {
    bottom: -5px;
    right: -51px;
  }

  .fila_img_unica {
    background: -webkit-linear-gradient(0deg, #76e4be 47.77%, #000 47.77%);
    background: -o-linear-gradient(0deg, #76e4be 47.77%, #000 47.77%);
    background: -moz-linear-gradien(0deg, #76e4be 47.77%, #000 47.77%);
    background: linear-gradient(0deg, #76e4be 47.77%, #000 47.77%);
  }

  .monta .wpb_wrapper.vc_figure::before {
    background-image: none;
  }
  .gif2 {
    top: -70px;
    left: 440px;
    position: absolute;
  }
  .pide_blk {
    position: absolute;
    top: 120px;
    right: 195px;
    margin-bottom: 0px !important;
    z-index: 1;
  }
  .pide_blk .vc_single_image-wrapper::after {
    position: absolute;
    bottom: auto;
    top: -120px;
    right: 130px;
    transform: rotate(-75deg);
  }
  .titular2 p {
    margin-left: 85px;
  }
  .img_gjdth img {
    transform: rotateX(180deg);
  }
  .gif2 img {
    max-width: 261px !important;
  }
  .gif1 img {
    width: 385px;
    left: 85px;
    position: relative;
  }
  .monta img {
    left: auto;
  }

  .content_rwefs .text {
    font-size: 40px;
    line-height: 60px;
  }

  .content_rwefs .num {
    font-size: 50px;
    line-height: 50px;
  }

  .finpagina {
    margin-top: 0px !important;
  }
  .content_selector {
    text-align: center;
  }
  .content_selector .wpb_wrapper {
    max-width: 800px;
  }
  .scroll .m-scroll {
    animation: scrollText 40s infinite linear;
  }
  .content_rwefs .izquierda {
    width: 110px;
    background-position-x: center;
    background-size: contain;
    padding: 30px 0px 30px 0px;
  }
  .mapa_et4 {
    max-width: 70%;
    margin: auto;
  }
  .scroll .m-scroll .span img {
    width: 100%;
    height: auto;
    padding-bottom: 1px;
  }
  .img_manos img {
    height: auto !important;
  }
}

@media only screen and (min-width: 500px) {
  .gif_meneo img {
    max-width: 400px !important;
  }
}

@media only screen and (min-width: 991px) {
  .monta2 {
    position: absolute;
    bottom: -50px;
    left: 25%;
  }
}

@media only screen and (min-width: 1330px) {
  .monta2 {
    position: absolute;
    bottom: -50px;
    left: 45%;
  }
}

@media only screen and (max-width: 991px) and (min-width: 767px) {
  .monta2 {
    position: absolute;
    bottom: -55px;
    left: 10%;
  }
  .monta2 img {
    max-width: 280px !important;
  }
  .pide_blk {
    position: absolute;
    top: 140px;
    right: 20px;
    margin-bottom: 0px !important;
    z-index: 1;
  }
  .img_uygd {
    position: absolute;
    bottom: -120px;
    right: 0px;
    margin-bottom: 0px !important;
    z-index: -1;
  }
}

/* .swiper.slider_landing_pollo .swiper-slide {
  width: 100% !important;
} */

/** Misce **/

main.autoheight {
  transition: all 0.5s;
  margin-top: var(--alturamenucompleto);
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width: 1016px) {
  .menuprin li {
    padding-left: 20px;
    padding-right: 20px;
  }

  .vc_gitem-post-data-source-post_title div {
    font-size: 2vw !important;
    margin-bottom: 0px !important;
  }

  .vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin-bottom: 0px !important;
  }

  .vc_gitem-post-data-source-post_excerpt div {
    font-size: 2vw !important;
  }

  .textoint {
    font-size: 1.3vw;
    display: inline-table;
    line-height: 2vw;
    font-weight: 600;
  }
}

@media only screen and (max-width: 950px) {
  .content_entradas.fila .cuerpo_entrada,
  .content_entradas.fila .cuerpo_entrada .contenedor_entrada,
  .content_entradas.fila .cuerpo_entrada .imagen_entrada {
    display: block;
    vertical-align: top;
  }

  .content_entradas.fila .cuerpo_entrada .contenedor_entrada {
    padding-left: 0px;
    padding-top: 20px;
  }
}

@media only screen and (max-width: 850px) {
  .menuprin li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .movil {
    display: block !important;
  }
  .desk {
    display: none !important;
  }

  #menu-principal {
    display: none;
  }

  .menuprin {
    min-height: 58px;
  }

  .icosredesmenu {
    display: none;
  }

  .comiteduomovil .vc_grid-container-wrapper {
    float: left;
    width: 50%;
  }

  .vc_gitem-post-data-source-post_title div {
    font-size: 3vw !important;
    margin-bottom: 0px !important;
  }

  .vc_gitem-post-data.vc_gitem-post-data-source-post_title {
    margin-bottom: 0px !important;
  }

  .vc_gitem-post-data-source-post_excerpt div {
    font-size: 3vw !important;
  }
  .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    margin-bottom: 2px !important;
  }

  .primeracolumnacomite {
    margin-right: 5%;
    margin-top: 110px;
  }
  .segundacolumnacomite {
    margin-left: 5%;
  }

  .textoint {
    font-size: 3vw;
    line-height: 5.3vw;
    font-weight: 400;
  }

  #menu_top {
    width: 75%;
  }

  .content_entradas.fila .cuerpo_entrada {
    padding: 58px 40px;
  }
}

@media screen and (max-width: 500px) {
  #menu_top {
    width: 100%;
  }

  .content_entradas.fila .cuerpo_entrada {
    padding: 58px 20px;
  }
}
