@charset "UTF-8";
/*
Theme Name: Yebra Peluqueros
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Santed Fincas Theme is a customized version of Blankslate template.
Version: 2024
Requires at least: 5.2
Tested up to: 5.9
Requires PHP: 7.0
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html

BlankSlate WordPress Theme © 2011-2022 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
/******************************MIXINS******************************/
/*Variables*/
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");
@font-face {
  font-family: 'Nyght Serif';
  src: url("/wp-content/themes/yebra/fonts/NyghtSerif-Light.eot");
  src: url("/wp-content/themes/yebra/fonts/NyghtSerif-Light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/yebra/fonts/NyghtSerif-Light.woff2") format("woff2"), url("/wp-content/themes/yebra/fonts/NyghtSerif-Light.woff") format("woff"), url("/wp-content/themes/yebra/fonts/NyghtSerif-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Nyght Serif';
  src: url("/wp-content/themes/yebra/fonts/NyghtSerif-LightItalic.eot");
  src: url("/wp-content/themes/yebra/fonts/NyghtSerif-LightItalic.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/yebra/fonts/NyghtSerif-LightItalic.woff2") format("woff2"), url("/wp-content/themes/yebra/fonts/NyghtSerif-LightItalic.woff") format("woff"), url("/wp-content/themes/yebra/fonts/NyghtSerif-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'icomoon';
  src: url("/wp-content/themes/yebra/fonts/icomoon.eot?qjuy6h");
  src: url("/wp-content/themes/yebra/fonts/icomoon.eot?qjuy6h#iefix") format("embedded-opentype"), url("/wp-content/themes/yebra/fonts/icomoon.ttf?qjuy6h") format("truetype"), url("/wp-content/themes/yebra/fonts/icomoon.woff?qjuy6h") format("woff"), url("/wp-content/themes/yebra/fonts/icomoon.svg?qjuy6h#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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;
}

.icon-up:before {
  content: "\e900";
}

.icon-down:before {
  content: "\e901";
}

.icon-right:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-close:before {
  content: "\e904";
}

.icon-link:before {
  content: "\e905";
}

.icon-back:before {
  content: "\e906";
}

.icon-instagram:before {
  content: "\e907";
}

.icon-pinterest:before {
  content: "\e908";
}

.icon-play:before {
  content: "\e909";
}

/*General*/
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

@media only screen and (max-width: 1199px) {
  * {
    text-rendering: auto;
  }
}

*, *::after, *::before {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

body {
  background: #f4f0ea;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  color: #101010;
  font-size: 22px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  position: relative;
  overflow-x: hidden;
  /*&:before {
    @include responsive(responsive1199){
      content: "";
      position: absolute;
      top: 0;
      left: -105%;
      display: block;
      width: 100%;
      height: 100%;
      z-index: -1;
      background-color: white;
      @include transition(opacity .3s ease);
      @include opacity(0);
    }
  }*/
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 22px;
  }
}

body.body-fade-in {
  -webkit-animation: fadeIn ease 2s;
  -moz-animation: fadeIn ease 2s;
  -ms-animation: fadeIn ease 2s;
  -o-animation: fadeIn ease 2s;
  animation: fadeIn ease 2s;
}

body strong {
  font-weight: 600;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  color: #101010;
  margin: 0 0 20px 0;
  font-weight: normal;
  font-style: normal;
  padding: 0;
  font-family: "Nyght Serif";
}

@media only screen and (max-width: 600px) {
  h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    margin: 0 0 10px 0;
  }
}

h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, .h1 strong, .h2 strong, .h3 strong, .h4 strong, .h5 strong {
  font-weight: normal;
}

h1 {
  font-size: 50px;
  line-height: 55px;
}

@media only screen and (max-width: 1199px) {
  h1 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 600px) {
  h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

h2, .h2 {
  font-size: 40px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  h2, .h2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 991px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  h2, .h2 {
    font-size: 25px;
    line-height: 35px;
  }
}

h3, .h3 {
  font-size: 35px;
  line-height: 42px;
}

@media only screen and (max-width: 1199px) {
  h3, .h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h3, .h3 {
    font-size: 22px;
    line-height: 28px;
  }
}

h4, .h4 {
  font-size: 30px;
  line-height: 36px;
}

@media only screen and (max-width: 991px) {
  h4, .h4 {
    font-size: 26px;
    line-height: 32px;
  }
}

@media only screen and (max-width: 600px) {
  h4, .h4 {
    font-size: 22px;
    line-height: 28px;
  }
}

h5, .h5 {
  font-size: 26px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  h5, .h5 {
    font-size: 22px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  h5, .h5 {
    font-size: 18px;
    line-height: 22px;
  }
}

ul, ol {
  padding: 0 0 5px 40px;
  margin: 0;
}

ul li, ol li {
  margin: 0 0 10px 0;
  padding: 0;
}

ul li {
  list-style: disc;
  font-weight: 300;
}

p, .p {
  margin: 0 0 10px 0;
  padding: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 300;
  color: #101010;
  font-size: 22px;
  line-height: 30px;
  color: #101010;
}

@media only screen and (max-width: 991px) {
  p, .p {
    font-size: 19px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  p, .p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  p, .p {
    font-size: 14px;
    line-height: 20px;
  }
}

p strong, .p strong {
  font-weight: 600;
}

.cita {
  font-size: 22px;
  line-height: 26px;
  color: #101010;
}

@media only screen and (max-width: 991px) {
  .cita {
    font-size: 20px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .cita {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 30px 0;
  }
}

.parrafo-peque p, .parrafo-peque a, .parrafo-peque li {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  .parrafo-peque p, .parrafo-peque a, .parrafo-peque li {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .parrafo-peque p, .parrafo-peque a, .parrafo-peque li {
    font-size: 14px;
    line-height: 20px;
  }
}

.parrafo-intro {
  max-width: 400px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
  text-decoration: underline;
  color: #101010;
  font-weight: 500;
  position: relative;
}

:active, :focus {
  outline: none;
}

::placeholder {
  color: #bababa;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #bababa;
}

::-ms-input-placeholder {
  color: #bababa;
}

textarea, input, select {
  border-radius: 0;
  font-family: "DM Sans", sans-serif;
  height: 44px;
  padding: 12px 14px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  border: 0;
  background: white;
  border-radius: 24px;
}

@media only screen and (max-width: 991px) {
  textarea, input, select {
    font-size: 15px;
    line-height: 24px;
    height: auto;
    padding: 8px 12px;
  }
}

@media only screen and (max-width: 600px) {
  textarea, input, select {
    font-size: 14px;
    line-height: 22px;
  }
}

input {
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
  height: 100px;
  resize: none;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

[type="radio"]:checked,
[type="radio"]:not(:checked), [type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label, [type="checkbox"]:checked + span,
[type="checkbox"]:not(:checked) + span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: block;
  color: #101010;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before, [type="checkbox"]:checked + span:before,
[type="checkbox"]:not(:checked) + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 2px solid white;
  background: white;
  border-radius: 20px;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after, [type="checkbox"]:checked + span:after,
[type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 10px;
  height: 10px;
  background: #101010;
  border-radius: 10px;
  position: absolute;
  top: 5px;
  left: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

[type="radio"]:not(:checked) + label:after, [type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after, [type="checkbox"]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* General */
section, footer {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: auto;
  padding: 90px 0;
}

@media only screen and (max-width: 1360px) {
  section, footer {
    padding: 80px 0;
  }
}

@media only screen and (max-width: 1199px) {
  section, footer {
    padding: 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  section, footer {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  section, footer {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  section, footer {
    padding: 30px 0;
  }
}

section .container, section .container-mini, section .container-post, section .container-big, footer .container, footer .container-mini, footer .container-post, footer .container-big {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  section .container, section .container-mini, section .container-post, section .container-big, footer .container, footer .container-mini, footer .container-post, footer .container-big {
    max-width: 100%;
    padding: 0 20px;
  }
}

section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row {
  margin-left: -30px;
  margin-right: -30px;
  max-width: none;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media only screen and (max-width: 767px) {
  section .container .row, section .container-mini .row, section .container-post .row, section .container-big .row, footer .container .row, footer .container-mini .row, footer .container-post .row, footer .container-big .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col {
  position: relative;
  padding: 0 30px;
}

@media only screen and (max-width: 991px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  section .container .row .col, section .container-mini .row .col, section .container-post .row .col, section .container-big .row .col, footer .container .row .col, footer .container-mini .row .col, footer .container-post .row .col, footer .container-big .row .col {
    padding: 0 10px;
  }
}

section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
  width: 12.5%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col12, section .container-mini .row .col.col12, section .container-post .row .col.col12, section .container-big .row .col.col12, footer .container .row .col.col12, footer .container-mini .row .col.col12, footer .container-post .row .col.col12, footer .container-big .row .col.col12 {
    width: 100%;
  }
}

section .container .row .col.col15, section .container-mini .row .col.col15, section .container-post .row .col.col15, section .container-big .row .col.col15, footer .container .row .col.col15, footer .container-mini .row .col.col15, footer .container-post .row .col.col15, footer .container-big .row .col.col15 {
  width: 15%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col15, section .container-mini .row .col.col15, section .container-post .row .col.col15, section .container-big .row .col.col15, footer .container .row .col.col15, footer .container-mini .row .col.col15, footer .container-post .row .col.col15, footer .container-big .row .col.col15 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col15, section .container-mini .row .col.col15, section .container-post .row .col.col15, section .container-big .row .col.col15, footer .container .row .col.col15, footer .container-mini .row .col.col15, footer .container-post .row .col.col15, footer .container-big .row .col.col15 {
    width: 100%;
  }
}

section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
  width: 16.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col16, section .container-mini .row .col.col16, section .container-post .row .col.col16, section .container-big .row .col.col16, footer .container .row .col.col16, footer .container-mini .row .col.col16, footer .container-post .row .col.col16, footer .container-big .row .col.col16 {
    width: 100%;
  }
}

section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
  width: 20%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col20, section .container-mini .row .col.col20, section .container-post .row .col.col20, section .container-big .row .col.col20, footer .container .row .col.col20, footer .container-mini .row .col.col20, footer .container-post .row .col.col20, footer .container-big .row .col.col20 {
    width: 100%;
  }
}

section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
  width: 25%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col25, section .container-mini .row .col.col25, section .container-post .row .col.col25, section .container-big .row .col.col25, footer .container .row .col.col25, footer .container-mini .row .col.col25, footer .container-post .row .col.col25, footer .container-big .row .col.col25 {
    width: 100%;
  }
}

section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
  width: 30%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col30, section .container-mini .row .col.col30, section .container-post .row .col.col30, section .container-big .row .col.col30, footer .container .row .col.col30, footer .container-mini .row .col.col30, footer .container-post .row .col.col30, footer .container-big .row .col.col30 {
    width: 100%;
  }
}

section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
  width: 33.3333%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col33, section .container-mini .row .col.col33, section .container-post .row .col.col33, section .container-big .row .col.col33, footer .container .row .col.col33, footer .container-mini .row .col.col33, footer .container-post .row .col.col33, footer .container-big .row .col.col33 {
    width: 100%;
  }
}

section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36 {
  width: 36.6666%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col36, section .container-mini .row .col.col36, section .container-post .row .col.col36, section .container-big .row .col.col36, footer .container .row .col.col36, footer .container-mini .row .col.col36, footer .container-post .row .col.col36, footer .container-big .row .col.col36 {
    width: 100%;
  }
}

section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
  width: 40%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col40, section .container-mini .row .col.col40, section .container-post .row .col.col40, section .container-big .row .col.col40, footer .container .row .col.col40, footer .container-mini .row .col.col40, footer .container-post .row .col.col40, footer .container-big .row .col.col40 {
    width: 100%;
  }
}

section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
  width: 45%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col45, section .container-mini .row .col.col45, section .container-post .row .col.col45, section .container-big .row .col.col45, footer .container .row .col.col45, footer .container-mini .row .col.col45, footer .container-post .row .col.col45, footer .container-big .row .col.col45 {
    width: 100%;
  }
}

section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50 {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col50, section .container-mini .row .col.col50, section .container-post .row .col.col50, section .container-big .row .col.col50, footer .container .row .col.col50, footer .container-mini .row .col.col50, footer .container-post .row .col.col50, footer .container-big .row .col.col50 {
    width: 100%;
  }
}

section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55 {
  width: 55%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col55, section .container-mini .row .col.col55, section .container-post .row .col.col55, section .container-big .row .col.col55, footer .container .row .col.col55, footer .container-mini .row .col.col55, footer .container-post .row .col.col55, footer .container-big .row .col.col55 {
    width: 100%;
  }
}

section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60 {
  width: 60%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col60, section .container-mini .row .col.col60, section .container-post .row .col.col60, section .container-big .row .col.col60, footer .container .row .col.col60, footer .container-mini .row .col.col60, footer .container-post .row .col.col60, footer .container-big .row .col.col60 {
    width: 100%;
  }
}

section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63 {
  width: 63.3333%;
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col63, section .container-mini .row .col.col63, section .container-post .row .col.col63, section .container-big .row .col.col63, footer .container .row .col.col63, footer .container-mini .row .col.col63, footer .container-post .row .col.col63, footer .container-big .row .col.col63 {
    width: 100%;
  }
}

section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66 {
  width: 66.6666%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col66, section .container-mini .row .col.col66, section .container-post .row .col.col66, section .container-big .row .col.col66, footer .container .row .col.col66, footer .container-mini .row .col.col66, footer .container-post .row .col.col66, footer .container-big .row .col.col66 {
    width: 100%;
  }
}

section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70 {
  width: 70%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col70, section .container-mini .row .col.col70, section .container-post .row .col.col70, section .container-big .row .col.col70, footer .container .row .col.col70, footer .container-mini .row .col.col70, footer .container-post .row .col.col70, footer .container-big .row .col.col70 {
    width: 100%;
  }
}

section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75 {
  width: 75%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col75, section .container-mini .row .col.col75, section .container-post .row .col.col75, section .container-big .row .col.col75, footer .container .row .col.col75, footer .container-mini .row .col.col75, footer .container-post .row .col.col75, footer .container-big .row .col.col75 {
    width: 100%;
  }
}

section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80 {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80 {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  section .container .row .col.col80, section .container-mini .row .col.col80, section .container-post .row .col.col80, section .container-big .row .col.col80, footer .container .row .col.col80, footer .container-mini .row .col.col80, footer .container-post .row .col.col80, footer .container-big .row .col.col80 {
    width: 100%;
  }
}

section .container-mini, footer .container-mini {
  max-width: 1020px;
}

section .container-post, footer .container-post {
  max-width: 860px;
}

/*General*/
.boton {
  font-size: 16px;
  line-height: 34px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #101010;
  color: #101010;
  display: table;
  border-radius: 16px;
  background: transparent;
  padding: 0 35px;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .boton {
    font-size: 15px;
    line-height: 32px;
    padding: 0 26px;
  }
}

@media only screen and (max-width: 600px) {
  .boton {
    font-size: 14px;
    line-height: 30px;
    padding: 0 16px;
  }
}

.boton:hover {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .boton:hover {
    background: transparent;
  }
}

.boton.boton-secret {
  border: 1px solid #f1ff00;
  color: #f1ff00;
}

.boton.boton-secret:hover {
  background: #f1ff00;
  color: #101010;
}

@media only screen and (max-width: 1199px) {
  .boton.boton-secret:hover {
    color: #f1ff00;
    background: transparent;
  }
}

.link-back {
  font-size: 14px;
  line-height: 30px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 0 0 0 40px;
  color: #101010;
  display: table;
  text-decoration: none;
}

.link-back:before {
  font-family: "icomoon";
  content: "\e906";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border: 1px solid #101010;
  border-radius: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}

.link-back:hover:before {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .link-back:hover:before {
    background: transparent;
  }
}

/*.boton {
  font-size: 16px;
  line-height: 16px;
  background: $azul;
  color: white;
  display: table;
  border-radius: 30px;
  padding: 15px 30px;
  text-decoration: none;
  &:after {
    font-family: $icon;
    content: "\e90c";
    font-size: 25px;
    line-height: 0;
    position: relative;
    margin: 0 0 0 10px;
    top: 5px;
    @include transition(all 0.3s ease);
  }
  @include responsive(responsive991){
    font-size: 15px;
    line-height: 15px;
  }
  @include responsive(responsive600){
    font-size: 14px;
    line-height: 14px;
    padding: 12px 25px;
  }
  &:hover {
    color: white;
    background: $negro;
    @include responsive(responsive1199){
    background: $azul;
    }
    &:after {
      margin: 0 0 0 20px;
      @include responsive(responsive1199){
        margin: 0 0 0 10px;
      }
    }
  }
}

.boton-grande, .boton-mediano, .boton-peque {
  font-size: 16px;
  line-height: 38px;
  background: $negro;
  border-radius: 30px;
  height: 40px;
  padding: 0 25px;
  color: white;
  text-decoration: none;
  font-family: $dmsans;
  font-weight: 500;
  display: table;
  @include responsive(responsive991){
    font-size: 15px;
    line-height: 36px;
    height: 38px;
  }
  @include responsive(responsive600){
    font-size: 14px;
    line-height: 14px;
    padding: 12px 25px;
  }
  &:hover {
    background: $azul;
    color: white;
    @include responsive(responsive1199){
      background: $negro;
    }
  }
}
.boton-grande {
  font-size: 18px;
  line-height: 46px;
  height: 46px;
  @include responsive(responsive991){
    font-size: 16px;
    line-height: 44px;
    height: 44px;
  }
  @include responsive(responsive600){
    font-size: 15px;
    line-height: 42px;
    height: 42px;
    padding: 0 25px;
  }
}
.boton-peque {
  font-size: 14px;
  line-height: 36px;
  height: 36px;
  @include responsive(responsive600){
    font-size: 13px;
    line-height: 34px;
    height: 34px;
    padding: 0 20px;
  }
}
.invertido {
  background: $azul;
  &:hover {
    background: $negro;
    color: white;
    @include responsive(responsive1199){
      background: $azul;
    }
  }
}*/
/* Titles */
/*.header-title {
  font-size: 70px;
  line-height: 80px;
  font-weight: 700;
  margin: 0;
  color: $amarillo;
  @include responsive(responsive1199){
    font-size: 60px;
    line-height: 70px;
  }
  @include responsive(responsive991){
    font-size: 50px;
    line-height: 60px;
  }
  @include responsive(responsive767){
    font-size: 40px;
    line-height: 50px;
  }
  @include responsive(responsive480){
    font-size: 30px;
    line-height: 40px;
  }
   span {
     font-weight: 300;
     color: $azul;
     display: block;
     margin: 5px 0 0 0;
   }
}*/
/* Scroll */
/*.scroll {
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  color: $negro;
  margin: 40px auto;
  width: 100px;
  display: block;
  padding: 90px 0 0 0;
  z-index: 1;
  @include responsive(responsive600){
    font-size: 14px;
    line-height: 14px;
  }
  span {
    @include animation(bounce 5s infinite);
    position: absolute;
    top: 0;
    left: calc(50% - 25px);
    background-image: url("/wp-content/themes/yebra/img/scroll.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    height: 150px;
    width: 50px;
    z-index: -1;

  }
  &:hover {
  color: $negro;
    @include responsive(responsive1199){
  color: $negro;
    }
  }
}
*/
/*Header*/
.header {
  width: 100%;
  z-index: 222;
  position: fixed;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 121;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
}

.header:after {
  content: "";
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(244, 240, 234, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 40px;
}

@media only screen and (max-width: 1199px) {
  .header:after {
    display: block;
  }
}

.header .navbar {
  width: 100%;
  margin: 0 auto;
  background: rgba(244, 240, 234, 0.8);
  border: 1px solid #101010;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 40px;
  position: relative;
  height: 66px;
  padding: 0 40px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 1360px) {
  .header .navbar {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar {
    height: 56px;
  }
}

.header .navbar .logo {
  height: 32px;
  width: 180px;
  margin: 17px 0;
  display: block;
}

@media only screen and (max-width: 600px) {
  .header .navbar .logo {
    height: 24px;
    width: 135px;
    margin: 15px 0;
  }
}

.header .navbar .logo span {
  background-image: url("/wp-content/themes/yebra/img/logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}

.header .navbar .header-icon {
  margin: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transform: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .header-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 45612;
    right: 30px;
    top: 21px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .header-icon {
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar .header-icon {
    top: 16px;
    width: 28px;
  }
}

.header .navbar .header-icon span {
  display: block;
  position: absolute;
  height: 2px;
  border-radius: 2px;
  width: 100%;
  background: #101010;
  left: 0;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transform: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 600px) {
  .header .navbar .header-icon span {
    height: 1px;
  }
}

.header .navbar .header-icon span:nth-child(1) {
  top: 0px;
}

.header .navbar .header-icon span:nth-child(2), .header .navbar .header-icon span:nth-child(3) {
  top: 10px;
}

.header .navbar .header-icon span:nth-child(4) {
  top: 20px;
}

.header .navbar .header-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.header .navbar .header-icon.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .navbar .header-icon.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header .navbar .header-icon.open span:nth-child(4) {
  top: 14px;
  width: 0%;
  left: 50%;
}

.header .navbar .nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav {
    top: 65px;
    position: fixed;
    width: 340px;
    right: -350px;
    z-index: 10;
    height: auto;
    border-radius: 40px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transform: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    background: rgba(244, 240, 234, 0.8);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid #101010;
    opacity: 0;
    filter: alpha(opacity=0);
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar .nav {
    top: 55px;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav {
    width: 100vw;
    right: -101vw;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu {
  padding: 0;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
  margin: 0;
  /*&.current-menu-parent, &.current_page_parent {
                      a {
                        &:before {
                          bottom: 20px;
                          @include opacity(1);
                        }
                      }
                    }*/
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
    display: block;
    padding: 15px 35px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item {
    display: block;
    padding: 15px 30px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  color: #101010;
  display: block;
  position: relative;
  z-index: 1;
  padding: 24px 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
    text-align: left;
    padding: 0;
    color: #101010 !important;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:before {
  content: "";
  height: 2px;
  display: block;
  background: #101010;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:hover:before {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:hover:before {
    bottom: 0;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a {
    display: table;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a:before {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.current-menu-item a:before {
    bottom: -5px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children {
  position: relative;
  cursor: pointer;
  padding: 15px 10px 15px 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children {
    padding: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
    display: block;
    width: 50px;
    height: 46px;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 13;
    color: #101010 !important;
    line-height: 46px;
    font-size: 12px;
    text-align: center;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a {
  padding-right: 20px;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a:after {
  font-family: "icomoon";
  font-size: 12px;
  content: "\e901";
  position: absolute;
  right: 0px;
  top: 25px;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children a:after {
    display: none;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  width: 200px;
  right: 0;
  background: rgba(244, 240, 234, 0.9);
  border: 1px solid #101010;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  margin: 0;
  padding: 0;
  right: calc(50% - 100px);
  text-align: left;
  opacity: 0;
  filter: alpha(opacity=0);
  top: -1127px;
  border-radius: 10px;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transform: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu {
    position: initial;
    right: initial;
    top: initial;
    display: none;
    opacity: 1;
    filter: alpha(opacity=100);
    width: 100%;
    border-radius: 0;
    border-radius: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li {
  position: relative;
  width: 100%;
  padding: 0;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li:last-child {
  border-bottom: 0;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
  padding: 15px 30px;
  text-transform: inherit;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
    padding: 15px 25px 15px 50px;
    color: #101010 !important;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a {
    padding: 15px 20px 15px 40px;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:after, .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu li a:before {
  content: none !important;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover a:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover a:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  filter: alpha(opacity=100);
  top: 80px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li a:hover {
  background: #f1ff00;
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:first-child a {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:first-child a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:last-child a {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children:hover .sub-menu li:last-child a {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children.active a:after {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children.active .sub-menu {
    display: block;
  }
}

.header .navbar .nav .mobile-nav {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .nav .mobile-nav {
    display: block;
    margin: 0 35px 35px 35px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar .nav .mobile-nav {
    margin: 0 30px 35px 30px;
  }
}

.header .navbar .reservar-menu {
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .reservar-menu {
    display: flex;
    margin: 0 40px 0 auto;
    position: relative;
    z-index: 2;
  }
}

@media only screen and (max-width: 600px) {
  .header .navbar .reservar-menu {
    margin: 0 40px 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .header .navbar .reservar-menu {
    margin: 0 30px 0 auto;
  }
}

.header .navbar .reservar-menu .boton {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 1199px) {
  .header .navbar .reservar-menu .social-header {
    display: none;
  }
}

.header.large {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .header.large {
    top: 0;
  }
}

.header.large .navbar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .header.large .navbar {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.header.small {
  top: 0;
}

@media only screen and (max-width: 1199px) {
  .header.small .navbar {
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
}

.open-menu {
  /*overflow: hidden!important;
  &:before {
    @include responsive(responsive1199){
      z-index: 30;
      left: 0;
      @include opacity(0.9);
    }
  }*/
}

.open-menu .header .navbar .nav {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}

body.home .header.large {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

body.home .header.large .navbar .nav .menu-nav .menu-header-menu-container .menu .menu-item a {
  color: white;
}

.social-header a {
  width: 36px;
  height: 36px;
  color: #101010;
  border-radius: 20px;
  border: 1px solid #101010;
  background: transparent;
  display: inline-block;
  margin: 0 0 0 10px;
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}

.social-header a:hover {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .social-header a:hover {
    background: transparent;
  }
}

.supertitulo, .titulo, .minititulo {
  font-family: "Nyght Serif";
  font-weight: 300;
  color: #101010;
}

.supertitulo {
  font-size: 75px;
  line-height: 85px;
}

@media only screen and (max-width: 1360px) {
  .supertitulo {
    font-size: 70px;
    line-height: 78px;
  }
}

@media only screen and (max-width: 1199px) {
  .supertitulo {
    font-size: 65px;
    line-height: 72px;
  }
}

@media only screen and (max-width: 991px) {
  .supertitulo {
    font-size: 60px;
    line-height: 66px;
  }
}

@media only screen and (max-width: 767px) {
  .supertitulo {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 600px) {
  .supertitulo {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 480px) {
  .supertitulo {
    font-size: 40px;
    line-height: 45px;
  }
}

.titulo {
  font-size: 60px;
  line-height: 66px;
}

@media only screen and (max-width: 1199px) {
  .titulo {
    font-size: 55px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .titulo {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .titulo {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 600px) {
  .titulo {
    font-size: 40px;
    line-height: 45px;
  }
}

@media only screen and (max-width: 480px) {
  .titulo {
    font-size: 35px;
    line-height: 40px;
  }
}

.minititulo {
  font-size: 45px;
  line-height: 50px;
}

@media only screen and (max-width: 1199px) {
  .minititulo {
    font-size: 42px;
    line-height: 47px;
  }
}

@media only screen and (max-width: 991px) {
  .minititulo {
    font-size: 39px;
    line-height: 44px;
  }
}

@media only screen and (max-width: 767px) {
  .minititulo {
    font-size: 36px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .minititulo {
    font-size: 33px;
    line-height: 37px;
  }
}

@media only screen and (max-width: 480px) {
  .minititulo {
    font-size: 30px;
    line-height: 34px;
  }
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.border-top {
  border-top: 1px solid #101010;
}

.oculto {
  font-size: 1px;
  line-height: 0;
  color: transparent;
  margin: 0;
  padding: 0;
}

.img-full {
  padding: 0 40px;
}

@media only screen and (max-width: 1360px) {
  .img-full {
    padding: 0 30px;
  }
}

@media only screen and (max-width: 767px) {
  .img-full {
    padding: 0 20px;
  }
}

.img-full img {
  border-radius: 40px;
}

.botones-servicios {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 480px) {
  .botones-servicios {
    display: block !important;
    text-align: center;
  }
}

.botones-servicios .boton {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 480px) {
  .botones-servicios .boton {
    margin: 10px auto 0 auto;
  }
}

.bloque-seo .container .row {
  justify-content: space-between;
}

.bloque-seo .container .row .col.col-izq {
  padding-right: 80px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col.col-izq {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col.col-izq {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-izq {
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-izq {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo .container .row .col.col-izq {
    margin-bottom: 20px;
  }
}

.bloque-seo .container .row .col.col-dcha {
  padding-left: 80px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col.col-dcha {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col.col-dcha {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-dcha {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-dcha {
    padding-left: 10px;
  }
}

.bloque-seo .container .row .col.col-izq-big {
  padding-right: 120px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col.col-izq-big {
    padding-right: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col.col-izq-big {
    padding-right: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-izq-big {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-izq-big {
    padding-right: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo .container .row .col.col-izq-big {
    padding-right: 10px;
    margin-bottom: 20px;
  }
}

.bloque-seo .container .row .col.col-dcha-big {
  padding-left: 120px;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo .container .row .col.col-dcha-big {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo .container .row .col.col-dcha-big {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-dcha-big {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-dcha-big {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo .container .row .col.col-dcha-big {
    padding-left: 10px;
  }
}

.bloque-seo .container .row .col.col-imagen img {
  border-radius: 40px;
}

.bloque-seo .container .row .col.col-texto .supertitulo, .bloque-seo .container .row .col.col-texto .titulo {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-texto .supertitulo, .bloque-seo .container .row .col.col-texto .titulo {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-texto .supertitulo, .bloque-seo .container .row .col.col-texto .titulo {
    margin: 0 0 30px 0;
  }
}

.bloque-seo .container .row .col.col-texto .boton {
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .bloque-seo .container .row .col.col-texto .boton {
    margin: 20px 0 0 0;
  }
}

.bloque-seo .container .row .col.col-texto .botones-servicios {
  display: flex;
  justify-content: left;
  margin: 30px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-texto .botones-servicios {
    display: block;
    margin: 20px auto 30px auto;
  }
}

.bloque-seo .container .row .col.col-texto .botones-servicios .boton {
  margin: 0 10px 0 0;
}

@media only screen and (max-width: 991px) {
  .bloque-seo .container .row .col.col-texto .botones-servicios .boton {
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-seo .container .row .col.col-texto .botones-servicios .boton {
    margin: 0 0 10px 0;
  }
}

.bloque-seo .container .row .col.col-parrafo {
  margin-top: 15px;
}

@media only screen and (max-width: 600px) {
  .bloque-seo .container .row .col.col-parrafo {
    margin-top: 0;
  }
}

.bloque-seo.bloque-full .img-full {
  margin: 30px auto 0 auto;
}

.bloque-seo.bloque-col-parrafo {
  padding: 75px 0 90px 0;
}

@media only screen and (max-width: 1360px) {
  .bloque-seo.bloque-col-parrafo {
    padding: 65px 0 80px 0;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-seo.bloque-col-parrafo {
    padding: 55px 0 70px 0;
  }
}

@media only screen and (max-width: 991px) {
  .bloque-seo.bloque-col-parrafo {
    padding: 45px 0 60px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-col-parrafo {
    padding: 25px 0 40px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo.bloque-col-parrafo {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo.bloque-col-parrafo .container .row .col.col-texto {
    margin-bottom: 0;
  }
}

.bloque-seo.bloque-secret {
  background: #101010;
}

.bloque-seo.bloque-secret .container .row .col h1, .bloque-seo.bloque-secret .container .row .col h2, .bloque-seo.bloque-secret .container .row .col h3, .bloque-seo.bloque-secret .container .row .col h4, .bloque-seo.bloque-secret .container .row .col h5, .bloque-seo.bloque-secret .container .row .col p {
  color: #f1ff00;
}

.bloque-seo.bloque-nosotros {
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
  margin: 30px 0 0 0;
}

.bloque-seo.bloque-nosotros:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  background: #101010;
  display: block;
  height: 100%;
}

@media only screen and (max-width: 600px) {
  .bloque-seo.bloque-nosotros:after {
    display: none;
  }
}

.bloque-seo.bloque-shooting .container .row .col {
  position: relative;
}

.bloque-seo.bloque-shooting .container .row .col .p {
  text-transform: uppercase;
  font-weight: 500;
}

.bloque-seo.bloque-shooting .container .row .col .link-back {
  position: absolute;
  bottom: 10px;
  right: 30px;
}

@media only screen and (max-width: 767px) {
  .bloque-seo.bloque-shooting .container .row .col .link-back {
    display: none;
  }
}

.bloque-seo.bloque-cabecera {
  margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
  .bloque-seo.bloque-cabecera {
    margin-top: 75px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo.bloque-cabecera {
    margin-top: 70px;
  }
}

.bloque-seo.bloque-extra-seo .container {
  max-width: 720px;
}

.bloque-seo.bloque-extra-seo .container p {
  text-align: center;
  font-family: "Nyght Serif";
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
}

@media only screen and (max-width: 991px) {
  .bloque-seo.bloque-extra-seo .container p {
    font-size: 23px;
    line-height: 31px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-seo.bloque-extra-seo .container p {
    font-size: 21px;
    line-height: 28px;
  }
}

.sliderlogos {
  overflow: hidden;
  padding: 30px 0;
  white-space: nowrap;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .sliderlogos {
    padding: 25px 0;
  }
}

@media only screen and (max-width: 480px) {
  .sliderlogos {
    padding: 20px 0;
  }
}

.sliderlogos .logos-slide {
  -webkit-animation: 20s slide infinite linear;
  -moz-animation: 20s slide infinite linear;
  -ms-animation: 20s slide infinite linear;
  -o-animation: 20s slide infinite linear;
  animation: 20s slide infinite linear;
  display: inline-block;
}

.sliderlogos .logos-slide img {
  width: 160px;
  height: auto;
  margin: 0 40px;
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .sliderlogos .logos-slide img {
    margin: 0 30px;
  }
}

@media only screen and (max-width: 600px) {
  .sliderlogos .logos-slide img {
    margin: 0 25px;
    width: 140px;
  }
}

@media only screen and (max-width: 480px) {
  .sliderlogos .logos-slide img {
    width: 120px;
  }
}

#cursor {
  position: absolute;
  width: auto;
  height: 40px;
  background: #f1ff00;
  border: 1px solid #101010;
  color: #101010;
  border-radius: 15px;
  pointer-events: none;
  transition: all .15s ease;
  opacity: 0;
  z-index: 123;
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
  padding: 0 10px;
}

@media only screen and (max-width: 1199px) {
  #cursor {
    display: none !important;
  }
}

.bloque-novias {
  text-align: center;
}

@media only screen and (max-width: 480px) {
  .bloque-novias {
    overflow: hidden;
  }
}

.bloque-novias .owl-slider {
  margin: 60px 0 0 0;
}

@media only screen and (max-width: 1199px) {
  .bloque-novias .owl-slider {
    margin: 50px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-novias .owl-slider {
    margin: 40px 0 0 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-novias .owl-slider {
    margin: 30px 0 0 0;
    width: 100%;
  }
}

.bloque-novias .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 480px) {
  .bloque-novias .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    margin: 0 20px;
  }
}

.bloque-novias .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item img {
  border-radius: 40px;
}

.bloque-novias .owl-slider .owl-carousel .owl-dots {
  display: none !important;
}

.bloque-novias .boton {
  margin: 40px auto 0 auto;
}

.bloque-novias.bloque-local {
  padding-top: 0;
  margin-top: -20vh;
  width: 120vw;
}

@media only screen and (max-width: 1199px) {
  .bloque-novias.bloque-local {
    margin-top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-novias.bloque-local {
    width: 100%;
  }
}

.bloque-novias.bloque-local .owl-slider {
  margin: 0;
}

.bloque-novias.bloque-local .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
  margin: 0 0 0 20px;
}

@media only screen and (max-width: 600px) {
  .bloque-novias.bloque-local .owl-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item .item {
    margin: 0 20px;
  }
}

.bloque-novias.bloque-local .owl-slider .owl-carousel .owl-nav .owl-next {
  right: calc(20vw + 40px);
}

@media only screen and (max-width: 1199px) {
  .bloque-novias.bloque-local .owl-slider .owl-carousel .owl-nav .owl-next {
    right: calc(20vw + 30px);
  }
}

@media only screen and (max-width: 600px) {
  .bloque-novias.bloque-local .owl-slider .owl-carousel .owl-nav .owl-next {
    right: 30px;
  }
}

.bloque-novias.bloque-local .owl-slider .owl-carousel .owl-dots {
  display: none !important;
}

.bloque-novias.bloque-cv {
  margin-top: 0;
}

.bloque-novias.bloque-cv .owl-slider {
  margin: 0;
}

/*
form {
  .form-row {
    height: 75px;
    @include responsive(responsive991){
     height: 70px;
   }
    p {
      margin: 0;
    }
    input, select, textarea {
      width: 100%;
    }
    .wpcf7-not-valid-tip {
      font-size: 13px;
      line-height: 13px;
      padding: 6px 0 0 14px;
      font-weight: 500;
      color: $amarillo;
    }
    &.form-textarea {
      height: 110px;
    }
    &.form-check {
      display: flex;
      align-items: start;
      height: auto;
      p {
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 10px 0;
        color: white;
        a {
          color: white;
          text-decoration: underline;
        }
      }
      .wpcf7-checkbox {
        .wpcf7-list-item {
          margin: 0;
          display: block;
          .wpcf7-list-item-label {
            font-size: 0;
          }
        }
        &.wpcf7-not-valid {
          .wpcf7-list-item {
            [type=radio]:checked + label:before, [type=radio]:not(:checked) + label:before, [type=checkbox]:checked + span:before, [type=checkbox]:not(:checked) + span:before {
              border: 2px solid $amarillo;
            }
          }
        }
      }
      .wpcf7-not-valid-tip {
        display: none;
      }
    }
    &.form-select {
      p {
        background: white;
        border-radius: 25px;
        select {
          width: calc(100% - 20px);

        }
      }
    }
  }
  .form-captcha {
    font-size: 15px;
  }
  .form-send {
    margin: 10px 0 0 0;
    p {
      margin: 0;
      display: flex;
      input {
        width: auto;
        border-bottom: 0;
        @include transition(all 0.3s ease);
        cursor: pointer;
        display: inline-block;
        background: $negro;
        color: white;
        display: table;
        border-radius: 30px;
        padding: 12px 40px;
        text-decoration: none;
        @include responsive(responsive991){
          font-size: 15px;
          line-height: 15px;
          height: auto;
        }
        @include responsive(responsive600){
          font-size: 14px;
          line-height: 14px;
          padding: 12px 35px;
        }
        &:hover {
          color: $azul;
          background: white;
          @include responsive(responsive1199){
            background: $negro;
            color: white;
          }
        }
      }
      .wpcf7-spinner {
        top: 6px;
      }
    }
  }
  .condiciones {
    margin: 20px 0;
    p {
      font-size: 9px;
      line-height: 12px;
      margin: 0;
      a {
        color: $negro;
        text-decoration: underline;
      }
    }
  }
  .wpcf7-response-output {
    font-size: 13px;
    line-height: 18px;
    border: 2px solid $amarillo!important;
    border-radius: 10px;
    color: $amarillo;
    font-weight: 500;
    padding: 10px 15px!important;
  }
}
*/
/*Home*/
.video-home {
  padding: 0;
  overflow: hidden;
  height: 100vh;
}

@media only screen and (max-width: 991px) {
  .video-home {
    height: auto;
  }
}

.video-home video {
  height: 100%;
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

@media only screen and (max-width: 991px) {
  .video-home video {
    width: 120%;
    margin: 0 -10%;
    height: auto;
  }
}

.video-home video.video-desktop {
  display: block;
}

@media only screen and (max-width: 480px) {
  .video-home video.video-desktop {
    display: none;
  }
}

.video-home video.video-mobile {
  display: none;
}

@media only screen and (max-width: 480px) {
  .video-home video.video-mobile {
    display: block;
    width: 100%;
    margin: 0;
  }
}

.popup-btn {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 70px);
  color: #f4f0ea;
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  width: 140px;
  height: 140px;
  font-size: 135px;
  line-height: 140px;
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .popup-btn {
    width: 120px;
    height: 120px;
    font-size: 115px;
    line-height: 120px;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
  }
}

@media only screen and (max-width: 991px) {
  .popup-btn {
    width: 100px;
    height: 100px;
    font-size: 95px;
    line-height: 100px;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
  }
}

@media only screen and (max-width: 767px) {
  .popup-btn {
    width: 80px;
    height: 80px;
    font-size: 75px;
    line-height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 30px);
  }
}

@media only screen and (max-width: 600px) {
  .popup-btn {
    width: 60px;
    height: 60px;
    font-size: 55px;
    line-height: 60px;
    left: calc(50% - 30px);
    top: calc(50% - 20px);
  }
}

@media only screen and (max-width: 480px) {
  .popup-btn {
    display: none;
  }
}

.popup-btn:hover {
  background: none;
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media only screen and (max-width: 1199px) {
  .popup-btn:hover {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 4378;
}

@media only screen and (max-width: 480px) {
  .video-popup {
    display: none;
  }
}

.video-popup .popup-bg {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}

.video-popup .popup-content {
  background: #101010;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 800px;
  height: auto;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content {
    width: calc(100% - 60px);
    left: 30px;
    transform: translate(0%, -50%);
  }
}

@media only screen and (max-width: 767px) {
  .video-popup .popup-content {
    width: calc(100% - 40px);
    left: 20px;
  }
}

.video-popup .popup-content .video {
  width: 100%;
  height: 450px;
  margin: auto;
  display: block;
  border: none;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content .video {
    height: 400px;
  }
}

@media only screen and (max-width: 767px) {
  .video-popup .popup-content .video {
    height: 350px;
  }
}

@media only screen and (max-width: 600px) {
  .video-popup .popup-content .video {
    height: 300px;
  }
}

.video-popup .popup-content .close-btn {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 20px;
  line-height: 50px;
  display: block;
  text-align: center;
  position: absolute;
  top: -50px;
  right: -50px;
  cursor: pointer;
  color: #f4f0ea;
}

@media only screen and (max-width: 991px) {
  .video-popup .popup-content .close-btn {
    right: -10px;
  }
}

.gsap-marker-end, .gsap-marker-start, .gsap-marker-scroller-end, .gsap-marker-scroller-start {
  display: none !important;
}

.bloque-equipo {
  overflow: hidden;
  padding-bottom: 260px;
}

@media only screen and (max-width: 1600px) {
  .bloque-equipo {
    padding-bottom: 180px;
  }
}

@media only screen and (max-width: 1360px) {
  .bloque-equipo {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-equipo {
    padding-bottom: 0;
    display: none;
  }
}

.bloque-equipo-mobile {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .bloque-equipo-mobile {
    display: block;
  }
}

.bloque-equipo-mobile .container .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual {
  width: 33.333%;
  padding: 0 10px;
  margin: 10px 0;
  /*a {
          color: $negro;
          background: transparent;
          font-size: 18px;
          font-weight: normal;
          line-height: 34px;
          width: 32px;
          height: 32px;
          border: 1px solid $negro;
          border-radius: 20px;
          margin: 10px 0 0 auto;
          text-align: center;
          display: block;
          text-decoration: none;
          &:hover {
            background: $amarillo;
            @include responsive(responsive1199){
              background: transparent;
            }
          }
        }*/
}

@media only screen and (max-width: 767px) {
  .bloque-equipo-mobile .container .row .ficha-individual {
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row .ficha-individual {
    padding: 0 5px;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual:after {
  content: "";
  height: 1px;
  width: calc(100% - 20px);
  display: block;
  background: #101010;
  position: absolute;
  left: 10px;
  bottom: 0;
}

.bloque-equipo-mobile .container .row .ficha-individual img {
  border-radius: 40px;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 767px) {
  .bloque-equipo-mobile .container .row .ficha-individual img {
    border-radius: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row .ficha-individual img {
    border-radius: 20px;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual .equipo-datos {
  display: flex;
  width: 100%;
  padding: 20px 0 10px;
  border-bottom: 1px solid #101010;
}

@media only screen and (max-width: 1199px) {
  .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos {
    border-bottom: none;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos {
    flex-wrap: wrap;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual .equipo-datos h3, .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  width: 40%;
  margin: 0;
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos h3, .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos p {
    width: 100%;
    margin: 0 0 5px 0;
    font-size: 13px;
    line-height: 16px;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual .equipo-datos p {
  text-align: right;
  width: 60%;
}

@media only screen and (max-width: 480px) {
  .bloque-equipo-mobile .container .row .ficha-individual .equipo-datos p {
    text-align: left;
    width: 100%;
    margin: 0;
  }
}

.bloque-equipo-mobile .container .row .ficha-individual .boton {
  display: table;
  margin: 15px auto 0 auto;
}

@media only screen and (max-width: 1199px) {
  .bloque-equipo-mobile .container .row .ficha-individual .boton {
    margin: 5px auto 15px auto;
  }
}

.container-equipo {
  display: flex;
  flex-direction: row;
  gap: 80px;
  padding-left: 30%;
  padding-right: 0;
}

@media only screen and (max-width: 600px) {
  .container-equipo {
    padding-left: 20%;
    gap: 100px;
  }
}

@media only screen and (max-width: 480px) {
  .container-equipo {
    padding-left: 40px;
  }
}

.container-equipo .ficha-individual {
  /*a {
      color: $negro;
      background: transparent;
      font-size: 18px;
      font-weight: normal;
      line-height: 34px;
      width: 32px;
      height: 32px;
      border: 1px solid $negro;
      border-radius: 20px;
      margin: 10px 0 0 auto;
      text-align: center;
      display: block;
      text-decoration: none;
      &:hover {
        background: $amarillo;
        @include responsive(responsive1199){
          background: transparent;
        }
      }
    }*/
}

.container-equipo .ficha-individual img {
  border-radius: 40px;
}

.container-equipo .ficha-individual .equipo-datos {
  display: flex;
  width: 300px;
  padding: 20px 0 10px;
  border-bottom: 1px solid #101010;
}

@media only screen and (max-width: 600px) {
  .container-equipo .ficha-individual .equipo-datos {
    width: 260px;
  }
}

.container-equipo .ficha-individual .equipo-datos h3, .container-equipo .ficha-individual .equipo-datos p {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  width: 40%;
  margin: 0;
}

.container-equipo .ficha-individual .equipo-datos p {
  text-align: right;
  width: 60%;
}

.container-equipo .ficha-individual .boton {
  display: table;
  margin: 15px auto 0 auto;
}

.single-servicios .bloque-seo .container .row .col.col-texto .botones-servicios {
  display: none !important;
}

.single-servicios .servicio-Corte .bloque-seo .container .row .col.col-texto .botones-servicios {
  display: block !important;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  right: 40px;
  top: calc(50% - 20px);
  text-align: center;
  background: rgba(244, 240, 234, 0.3) !important;
  border: 1px solid #101010 !important;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1199px) {
  .owl-nav .owl-prev, .owl-nav .owl-next {
    right: 30px;
  }
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  font-family: "icomoon";
  content: "\e905";
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #101010;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (min-width: 1200px) {
  .owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    background: #f1ff00 !important;
  }
}

.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}

.owl-nav .owl-prev {
  right: inherit;
  left: 40px;
}

@media only screen and (max-width: 1199px) {
  .owl-nav .owl-prev {
    left: 30px;
  }
}

.owl-nav .owl-prev:before {
  font-family: "icomoon";
  content: "\e906";
}

.owl-dots {
  margin: 10px 0 0 0;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .owl-dots {
    margin: 5px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .owl-dots {
    margin: 0;
  }
}

.owl-dots .owl-dot {
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  margin: 20px 5px 0 5px;
  background: #655a99;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.owl-dots .owl-dot.active {
  background: white;
}

.owl-dots .owl-dot:hover {
  background: white;
}

/* Servicios */
@media only screen and (max-width: 991px) {
  .bloque-listado-servicios .container .row .col {
    width: 50% !important;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-listado-servicios .container .row .col {
    width: 100% !important;
  }
}

.bloque-listado-servicios .container .row .col a {
  padding: 0 0 0 100px;
  display: block;
  color: #101010;
  text-decoration: none;
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 1360px) {
  .bloque-listado-servicios .container .row .col a {
    padding: 0 0 0 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-listado-servicios .container .row .col a {
    padding: 0 0 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-listado-servicios .container .row .col a {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 480px) {
  .bloque-listado-servicios .container .row .col a {
    margin: 0 0 30px 0;
  }
}

.bloque-listado-servicios .container .row .col a .orden {
  font-size: 60px;
  line-height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Nyght Serif";
  font-weight: normal;
  font-style: italic;
}

@media only screen and (max-width: 1360px) {
  .bloque-listado-servicios .container .row .col a .orden {
    font-size: 50px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .bloque-listado-servicios .container .row .col a .orden {
    font-size: 40px;
    line-height: 40px;
  }
}

.bloque-listado-servicios .container .row .col a img {
  border-radius: 40px;
}

.bloque-listado-servicios .container .row .col a h2 {
  font-size: 18px;
  line-height: 20px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  padding: 25px 50px 20px 0;
  border-bottom: 1px solid #101010;
}

@media only screen and (max-width: 1199px) {
  .bloque-listado-servicios .container .row .col a h2 {
    font-size: 16px;
    line-height: 18px;
    padding: 20px 50px 15px 0;
  }
}

.bloque-listado-servicios .container .row .col a h2:after {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  top: 15px;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  width: 32px;
  height: 32px;
  border: 1px solid #101010;
  border-radius: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .bloque-listado-servicios .container .row .col a h2:after {
    font-size: 16px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    top: 12px;
  }
}

.bloque-listado-servicios .container .row .col a:hover h2:after {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .bloque-listado-servicios .container .row .col a:hover h2:after {
    background: transparent;
  }
}

.bloque-listado-servicios.bloque-listado-shootings .container .row .col a {
  padding: 0;
}

@media only screen and (max-width: 1199px) {
  .single-servicios .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-38 a {
    display: table;
  }
}

.single-servicios .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-38 a:before {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .single-servicios .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-38 a:before {
    bottom: -5px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-shootings .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2518 a {
    display: table;
  }
}

.single-shootings .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2518 a:before {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .single-shootings .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2518 a:before {
    bottom: -5px;
  }
}

@media only screen and (max-width: 1199px) {
  .single-post .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2519 a {
    display: table;
  }
}

.single-post .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2519 a:before {
  bottom: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 1199px) {
  .single-post .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item#menu-item-2519 a:before {
    bottom: -5px;
  }
}

.accordion {
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .accordion {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .accordion {
    margin: 0 auto 0 auto;
  }
}

.accordion .extra-box .link-acordeon:after {
  cursor: pointer;
  font-family: "icomoon";
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  content: "\e905";
  margin: 0 0 0 auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  width: 32px;
  height: 32px;
  border: 1px solid #101010;
  border-radius: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 1199px) {
  .accordion .extra-box .link-acordeon:after {
    font-size: 16px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    top: 12px;
  }
}

.accordion .extra-box .link-acordeon.open:after {
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion .extra-box .link-acordeon:hover:after {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .accordion .extra-box .link-acordeon:hover:after {
    background: transparent;
  }
}

.accordion .extra-box .submenu {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 0 0;
}

@media only screen and (max-width: 991px) {
  .accordion .extra-box .submenu {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .accordion .extra-box .submenu {
    font-size: 14px;
    line-height: 20px;
  }
}

.accordion .extra-box .submenu p {
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  .accordion .extra-box .submenu p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .accordion .extra-box .submenu p {
    font-size: 14px;
    line-height: 20px;
  }
}

.accordion .extra-box .submenu table {
  width: 100%;
  border-spacing: 0px;
  margin: 0 0 20px 0;
}

.accordion .extra-box .submenu table tr th, .accordion .extra-box .submenu table tr td {
  width: 25%;
  text-align: center;
  padding: 10px;
}

.accordion .extra-box .submenu table tr th {
  border-bottom: 1.5px solid #101010;
}

.accordion .extra-box .submenu table tr td {
  border-bottom: 1px solid #101010;
}

.accordion .extra-box .submenu table tr td:first-child {
  text-align: left;
  padding-left: 0;
  font-weight: 700;
}

/* Secret Room */
.page-template-template-secret-room {
  background: #101010;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header:after {
    background: rgba(16, 16, 16, 0.7);
  }
}

.page-template-template-secret-room .header .navbar {
  background: rgba(16, 16, 16, 0.7);
  border: 1px solid #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar {
    background: transparent !important;
  }
}

.page-template-template-secret-room .header .navbar .logo span {
  background-image: url("/wp-content/themes/yebra/img/logo-secret-room.svg");
}

.page-template-template-secret-room .header .navbar .header-icon span {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar .nav {
    background: rgba(16, 16, 16, 0.7);
    border: 1px solid #f1ff00;
  }
}

.page-template-template-secret-room .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
  color: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a {
    color: #f1ff00 !important;
  }
}

.page-template-template-secret-room .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item a:before {
  content: "";
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children span {
    color: #f1ff00 !important;
  }
}

.page-template-template-secret-room .header .navbar .nav .menu-nav .menu-menu-principal-container .menu .menu-item.menu-item-has-children .sub-menu {
  background: rgba(16, 16, 16, 0.9);
  border: 1px solid #f1ff00;
}

.page-template-template-secret-room .header .navbar .nav .mobile-nav {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar .nav .mobile-nav {
    display: block;
    margin: 0 35px 35px 35px;
    text-align: right;
  }
}

@media only screen and (max-width: 767px) {
  .page-template-template-secret-room .header .navbar .nav .mobile-nav {
    margin: 0 30px 35px 30px;
  }
}

.page-template-template-secret-room .header .navbar .nav .mobile-nav a {
  color: #f1ff00;
  border: 1px solid #f1ff00;
}

.page-template-template-secret-room .header .navbar .reservar-menu .social-header a {
  color: #f1ff00;
  border: 1px solid #f1ff00;
}

.page-template-template-secret-room .header .navbar .reservar-menu .social-header a:hover {
  background: #f1ff00;
  color: #101010;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .header .navbar .reservar-menu .social-header a:hover {
    background: transparent;
    color: #f1ff00;
  }
}

.page-template-template-secret-room .header.large .navbar {
  background: rgba(16, 16, 16, 0.5);
}

.page-template-template-secret-room .header.small .navbar {
  background: rgba(16, 16, 16, 0.9);
}

.page-template-template-secret-room .boton {
  border: 1px solid #f1ff00;
  color: #f1ff00;
}

.page-template-template-secret-room .boton:hover {
  background: #f1ff00;
  color: #101010;
}

@media only screen and (max-width: 1199px) {
  .page-template-template-secret-room .boton:hover {
    background: transparent;
    color: #f1ff00;
  }
}

.page-template-template-secret-room .bloque-seo .container .row .col.col-texto h1, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto h2, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto h3, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto h4, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto h5, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto p, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto li, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto .minititulo, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto .titulo, .page-template-template-secret-room .bloque-seo .container .row .col.col-texto .supertitulo {
  color: #f1ff00;
}

.page-template-template-secret-room .bloque-seo.bloque-nosotros {
  border-top: none;
  border-bottom: 1px solid #f1ff00;
  margin: 0;
}

.page-template-template-secret-room .bloque-seo.bloque-nosotros.bloque-seo.bloque-nosotros:after {
  content: "";
  background: #f1ff00;
}

.page-template-template-secret-room .sliderlogos .logos-slide img {
  width: 600px;
  margin: 0;
}

@media only screen and (max-width: 600px) {
  .page-template-template-secret-room .sliderlogos .logos-slide img {
    width: 400px;
  }
}

.page-template-template-secret-room .footer {
  border-top: 1px solid #f1ff00;
}

.page-template-template-secret-room .footer .container .row .col .titulo-footer {
  color: #f1ff00;
}

.page-template-template-secret-room .footer .container .row .col.col-menu ul li a {
  color: #f1ff00;
}

.page-template-template-secret-room .footer .container .row .col.col-logo .logo span {
  background-image: url("/wp-content/themes/yebra/img/logo-secret-room.svg");
}

.page-template-template-secret-room .footer .container .row .col.col-datos .datos-contacto p, .page-template-template-secret-room .footer .container .row .col.col-datos .datos-contacto a {
  color: #f1ff00;
}

.page-template-template-secret-room .footer .container .copyright p {
  color: #f1ff00;
}

/* Shooting */
.masonry {
  width: 100%;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -moz-column-count: 3;
  column-count: 3;
}

@media only screen and (max-width: 991px) {
  .masonry {
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (max-width: 600px) {
  .masonry {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.masonry img {
  border-radius: 40px;
  margin-bottom: 20px;
}

/* Administracion */
.cta {
  background-image: url("/wp-content/themes/yebra/img/cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.cta .container .boton-grande {
  margin: 40px auto 0 auto;
}

@media only screen and (max-width: 991px) {
  .cta .container .boton-grande {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .cta .container .boton-grande {
    margin: 20px auto 0 auto;
  }
}

.cta:after, .cta:before {
  content: "";
  background-image: url("/wp-content/themes/yebra/img/shape-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 600px;
  width: 870px;
  position: absolute;
  z-index: -1;
  opacity: 0.35;
  filter: alpha(opacity=35);
}

.cta:after {
  left: calc(50% - 1000px);
  bottom: -250px;
}

.cta:before {
  right: calc(50% - 1000px);
  bottom: inherit;
  top: -250px;
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  background-size: 80%;
}

.faqs {
  background: #f6f5f6;
}

/* Newsroom */
.newsroom-list .container {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1199px) {
  .newsroom-list .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsroom-list .container {
    padding: 0 10px;
  }
}

.newsroom-list .container #ajax-load-more {
  width: 100%;
}

.newsroom-list .container #ajax-load-more .alm-listing {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .newsroom-list .container #ajax-load-more .alm-listing {
    display: block;
  }
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item {
  padding: 0 10px;
  margin: 0 0 50px 0;
  text-decoration: none;
  color: #101010;
  width: 33.333333%;
}

@media only screen and (max-width: 991px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item {
    width: 100%;
    display: block;
    margin: 0 0 40px 0;
  }
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item .miniatura {
  height: 400px;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  border-radius: 40px;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1360px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item .miniatura {
    height: 350px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item .miniatura {
    height: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item .miniatura {
    height: auto;
    margin: 0 0 20px 0;
  }
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item .miniatura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 40px;
  mix-blend-mode: multiply;
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item .p {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item .boton {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsroom-list .container #ajax-load-more .alm-listing .post-item:hover .boton {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .newsroom-list .container #ajax-load-more .alm-listing .post-item:hover .boton {
    background: transparent;
  }
}

@media only screen and (max-width: 1199px) {
  .newsroom-related {
    display: none !important;
  }
}

.newsroom-related .container {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1360px) {
  .newsroom-related .container {
    max-width: 1270px;
  }
}

@media only screen and (max-width: 1199px) {
  .newsroom-related .container {
    max-width: 100%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .newsroom-related .container {
    padding: 0 10px;
  }
}

.newsroom-related .container .supertitulo {
  margin: 0 0 50px 0;
}

@media only screen and (max-width: 991px) {
  .newsroom-related .container .supertitulo {
    margin: 0 0 40px 0;
  }
}

@media only screen and (max-width: 767px) {
  .newsroom-related .container .supertitulo {
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 1360px) {
  .newsroom-related .container .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.newsroom-related .container .row .post-item {
  padding: 0 10px;
  margin: 0 0 50px 0;
  text-decoration: none;
  color: #101010;
  width: 33.333333%;
}

.newsroom-related .container .row .post-item .miniatura {
  height: 400px;
  width: 100%;
  margin: 0 0 30px 0;
  overflow: hidden;
  border-radius: 40px;
  background: white;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsroom-related .container .row .post-item .miniatura img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 40px;
  mix-blend-mode: multiply;
}

.newsroom-related .container .row .post-item .p {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  padding: 0 20px 0 0;
}

.newsroom-related .container .row .post-item p {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
}

.newsroom-related .container .row .post-item .boton {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newsroom-related .container .row .post-item:hover .boton {
  background: #f1ff00;
}

.contenido-articulo .container .img-post {
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 991px) {
  .contenido-articulo .container .img-post {
    margin: 0 0 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .contenido-articulo .container .img-post {
    margin: 0 0 30px 0;
  }
}

.contenido-articulo .container .img-post img {
  border-radius: 40px;
}

@media only screen and (max-width: 767px) {
  .contenido-articulo .container .row .col-izq-big {
    width: 100% !important;
  }
}

.contenido-articulo .container .row .col-izq-big .titulo-post {
  font-size: 55px;
  line-height: 65px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "DM Sans", sans-serif;
  letter-spacing: 1px;
  margin: 0 0 40px 0;
}

@media only screen and (max-width: 1199px) {
  .contenido-articulo .container .row .col-izq-big .titulo-post {
    font-size: 50px;
    line-height: 55px;
  }
}

@media only screen and (max-width: 991px) {
  .contenido-articulo .container .row .col-izq-big .titulo-post {
    font-size: 45px;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .contenido-articulo .container .row .col-izq-big .titulo-post {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 30px 0;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-articulo .container .row .col-izq-big .titulo-post {
    font-size: 35px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .contenido-articulo .container .row .col-izq-big .titulo-post {
    font-size: 30px;
    line-height: 35px;
  }
}

.contenido-articulo .container .row .col-izq-big .meta-post {
  font-size: 14px;
  line-height: 20px;
}

.contenido-articulo .container .row .col-izq-big .meta-post a, .contenido-articulo .container .row .col-izq-big .meta-post p {
  color: #101010;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  text-decoration: none;
}

.contenido-articulo .container .row .col-izq-big .meta-post p {
  display: inline-block;
  margin: 0 5px 0 0;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .contenido-articulo .container .row .col-dcha {
    width: 100% !important;
  }
}

.contenido-articulo .container .row .col-dcha h1, .contenido-articulo .container .row .col-dcha h2, .contenido-articulo .container .row .col-dcha h3, .contenido-articulo .container .row .col-dcha h4, .contenido-articulo .container .row .col-dcha h5, .contenido-articulo .container .row .col-dcha p {
  margin: 0 0 30px 0;
}

.contenido-articulo .container .row .col-dcha blockquote {
  margin: 0;
  padding: 20px 40px;
  position: relative;
}

@media only screen and (max-width: 600px) {
  .contenido-articulo .container .row .col-dcha blockquote {
    padding: 10px 30px;
  }
}

.contenido-articulo .container .row .col-dcha blockquote:before {
  content: "“";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 100px;
  line-height: 100px;
  color: #101010;
  font-family: sans-serif;
  font-weight: 500;
}

@media only screen and (max-width: 991px) {
  .contenido-articulo .container .row .col-dcha blockquote:before {
    font-size: 85px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-articulo .container .row .col-dcha blockquote:before {
    font-size: 70px;
    line-height: 70px;
  }
}

.contenido-articulo .container .row .col-dcha blockquote p {
  font-style: italic;
  font-weight: 300;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 991px) {
  .contenido-articulo .container .row .col-dcha blockquote p {
    font-size: 21px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 600px) {
  .contenido-articulo .container .row .col-dcha blockquote p {
    font-size: 18px;
    line-height: 25px;
  }
}

.contenido-articulo .container .row .col-dcha img, .contenido-articulo .container .row .col-dcha iframe, .contenido-articulo .container .row .col-dcha video {
  display: block;
  width: 100%;
  max-width: initial;
  margin: 30px auto;
  border-radius: 40px;
}

.contenido-articulo .container .row .col-dcha table {
  width: 100%;
}

.contenido-articulo .container .row .col-dcha table tr td {
  width: auto;
}

.contenido-articulo .container .row .col-dcha .wp-caption {
  width: 100% !important;
}

.contenido-articulo .container .row .col-dcha .wp-caption-text {
  margin: -30px -100px 30px -100px;
  font-size: 14px;
  font-weight: 500;
}

/*.post-item {
  width: 33.33333%;
  margin: 60px 0 0 0;
  padding: 0 20px;
  @include responsive(responsive1199){
    margin: 50px 0 0 0;
  }
  @include responsive(responsive991){
    margin: 40px 0 0 0;
    padding: 0 15px;
  }
  @include responsive(responsive767){
    margin: 30px 0 0 0;
  }
  @include responsive(responsive600){
    padding: 0 10px;
    width: 100%;
  }
  .link-img {
    height: 200px;
    display: block;
    overflow: hidden;
    border-radius: 10px;
    margin: 0 0 20px 0;
    background: $beige;
    @include responsive(responsive991){
      height: 160px;
    }
    img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center center;
      @include transition(all 0.3s ease);
      @include transform(scale(1));
      @include opacity(1);
      border-radius: 10px;
      @include responsive(responsive1199){
        mix-blend-mode: normal;
      }
    }
    &:hover {
      img {
        @include transform(scale(1.1));
        @include opacity(.8);
        @include responsive(responsive1199){
          @include transform(scale(1));
          @include opacity(1);
        }
      }
    }
  }
  .link-text {
    .post-link {
      text-decoration: none;
      margin: 0 0 10px 0;
      a {
        font-size: 22px;
        line-height: 26px;
        font-weight: normal;
        padding: 0 35px 0 0;
        color: $negro;
        display: block;
        text-decoration: none;
        position: relative;
        @include responsive(responsive600){
          font-size: 20px;
          line-height: 24px;
        }
        &:after {
            content: "\e90b";
            font-family: $icon;
            font-size: 16px;
            font-weight: normal;
            line-height: 16px;
            color: $azul;
            position: absolute;
            top: 5px;
            right: 10px;
            @include transition(all 0.3s ease);
        }
        &:hover {
          &:after {
            top: -5px;
            right: 0;
          }
        }
      }
    }
    .trim-text {
      font-size: 14px;
      line-height: 20px;
    }
    .boton-peque {
      margin: 20px 0 0 0;
      background: $azul;
      &:hover {
        background: $negro;
        @include responsive(responsive1199){
          background: $azul;
        }
      }
    }
  }
}

.highlight-new {
  padding: 0;
  margin-top: -40px;
  @include responsive(responsive991){
    margin-top: -20px;
  }
  @include responsive(responsive767){
    margin-top: 40px;
  }
  @include responsive(responsive600){
    margin-top: 30px;
  }
  .container {
      .post-item {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding-bottom: 10px;
        align-content: center;
        padding: 0;
        margin: 0;
        @include responsive(responsive600){
          display: block;
        }
        .link-img {
          width: calc(50% - 40px);
          height: 400px;
          margin: 0;
          @include responsive(responsive1199){
            width: calc(50% - 30px);
            height: 360px;
          }
          @include responsive(responsive991){
            width: calc(50% - 20px);
            height: 320px;
          }
          @include responsive(responsive767){
            width: calc(50% - 10px);
            height: 280px;
          }
          @include responsive(responsive600){
            width: 100%;
            height: auto;
            margin: 0 0 20px 0;
          }
        }
        .link-text {
          width: calc(50% + 40px);
          padding-left: 80px;
          align-self: center;
          @include responsive(responsive1199){
            width: calc(50% + 30px);
            padding-left: 60px;
          }
          @include responsive(responsive991){
            width: calc(50% + 20px);
            padding-left: 40px;
          }
          @include responsive(responsive767){
            width: calc(50% + 10px);
            padding-left: 20px;
          }
          @include responsive(responsive600){
            width: 100%;
            padding: 0;
          }
          .titulo {
            padding: 50px 0 0 0;
            @include responsive(responsive991){
              margin: 0 0 15px 0;
            }
            @include responsive(responsive767){
              padding: 0;
            }
            a {
              text-decoration: none;
              color: $negro;
              padding: 0 50px 0 0;
              width: 100%;
              display: block;
              &:after {
                  content: "\e90b";
                  font-family: $icon;
                  font-size: 22px;
                  font-weight: normal;
                  line-height: 22px;
                  color: $azul;
                  position: absolute;
                  top: 5px;
                  right: 10px;
                  @include transition(all 0.3s ease);
              }
              &:hover {
                &:after {
                  top: -5px;
                  right: 0;
                }
              }
            }
          }
          .boton-mediano {
            margin: 30px 0 0 0;
            background: $azul;
            @include responsive(responsive991){
              margin: 20px 0 0 0;
            }
            &:hover {
              background: $negro;
              @include responsive(responsive1199){
                background: $azul;
              }
            }
          }
        }
      }
    }
}

.newsroom-list {
  padding-top: 0;
  .container {
    display: flex;
    flex-wrap: wrap;
    max-width: 1060px;
    @include responsive(responsive1199){
      max-width: 100%;
      padding: 0 15px;
    }
    @include responsive(responsive767){
      padding: 0 10px;
    }
    #ajax-load-more {
      width: 100%;
      .alm-listing {
        display: flex;
        flex-wrap: wrap;
        @include responsive(responsive767){
          display: block;
        }
        .post-item {
          .link-img {
            @include responsive(responsive767){
              width: 240px;
              margin: 0 20px 0 0;
            }
            @include responsive(responsive600){
              width: 200px;
            }
            @include responsive(responsive480){
              width: 100%;
              height: auto;
              margin: 0 0 20px;
            }
          }
          .link-text {
            @include responsive(responsive767){
              width: calc(100% - 240px);
            }
            @include responsive(responsive600){
              width: calc(100% - 200px);
            }
            @include responsive(responsive480){
              width: 100%;
            }
          }
        }
      }
    }
    .post-item {
      @include responsive(responsive767){
        display: flex;
        flex-wrap: nowrap;
        width: 100%;
      }
      @include responsive(responsive480){
        display: block;
      }
    }
  }
}
.alm-btn-wrap {
  width: 100%;
}

*/
/* Article */
.intro-articulo {
  padding-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .intro-articulo {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .intro-articulo {
    padding-bottom: 30px;
  }
}

.intro-articulo .intro .container {
  margin: 0 auto;
  max-width: 1020px;
}

.intro-articulo .intro .container .texto-intro {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .intro-articulo .intro .container .texto-intro {
    display: block;
  }
}

.intro-articulo .intro .container .texto-intro .migas {
  width: 100%;
}

.intro-articulo .intro .container .texto-intro .supertitulo {
  width: calc(100% - 200px);
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .intro-articulo .intro .container .texto-intro .supertitulo {
    width: 100%;
  }
}

.intro-articulo .intro .container .texto-intro .date {
  width: 200px;
  font-size: 18px;
  line-height: 24px;
  color: #101010;
  font-weight: 500;
  text-align: right;
}

.intro-articulo .intro .container .texto-intro .date strong {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.intro-articulo .intro .container .texto-intro .date strong:after {
  content: "";
  background-image: url("/wp-content/themes/yebra/img/strong.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 40px;
  width: 140%;
  left: -20%;
  position: absolute;
  bottom: -25px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .intro-articulo .intro .container .texto-intro .date {
    font-size: 16px;
    line-height: 22px;
    width: 100%;
    text-align: left;
    margin: 20px 0 30px 0;
    display: block;
  }
}

.intro-articulo .intro .container .img-post img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  position: relative;
  top: 50px;
}

@media only screen and (max-width: 767px) {
  .intro-articulo .intro .container .img-post img {
    position: inherit;
    top: inherit;
    margin: 0 auto;
  }
}

/* Contacto */
.intro-contacto .intro .container .texto-intro .lista-contacto .item-footer {
  font-size: 18px;
  line-height: 24px;
  color: #101010;
  font-weight: 500;
  padding: 0 0 0 35px;
  position: relative;
  text-decoration: none;
  display: block;
  margin: 0 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .intro-contacto .intro .container .texto-intro .lista-contacto .item-footer {
    font-size: 16px;
    line-height: 22px;
  }
}

.intro-contacto .intro .container .texto-intro .lista-contacto .item-footer span {
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  color: #f1ff00;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .intro-contacto .intro .container .texto-intro .lista-contacto .item-footer span {
    font-size: 22px;
    line-height: 22px;
  }
}

.intro-contacto .formulario-intro {
  padding: 150px 0 0 0;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 1360px) {
  .intro-contacto .formulario-intro {
    padding: 120px 0 0 0;
  }
}

@media only screen and (max-width: 1199px) {
  .intro-contacto .formulario-intro {
    padding: 90px 0 0 0;
  }
}

@media only screen and (max-width: 991px) {
  .intro-contacto .formulario-intro {
    padding: 60px 0 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro-contacto .formulario-intro {
    padding: 40px 0 0 0;
  }
}

@media only screen and (max-width: 600px) {
  .intro-contacto .formulario-intro {
    padding: 30px 0 0 0;
  }
}

.intro-contacto .formulario-intro form {
  margin: 60px auto 0 auto;
  max-width: 600px;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .intro-contacto .formulario-intro form {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .intro-contacto .formulario-intro form {
    margin: 40px auto 0 auto;
    padding: 0 20px;
  }
}

.intro-contacto .formulario-intro form [type="radio"]:checked + label:before,
.intro-contacto .formulario-intro form [type="radio"]:not(:checked) + label:before, .intro-contacto .formulario-intro form [type="checkbox"]:checked + span:before,
.intro-contacto .formulario-intro form [type="checkbox"]:not(:checked) + span:before {
  border: 1px solid #101010;
}

.intro-contacto .formulario-intro form .form-row.form-check p, .intro-contacto .formulario-intro form .form-row.form-check a {
  color: #101010;
}

.page-template-template-contacto .footer .container:before, .error404 .footer .container:before {
  display: none;
}

/* Footer */
.footer {
  border-top: 1px solid #101010;
  padding-bottom: 30px;
}

@media only screen and (max-width: 480px) {
  .footer .container {
    padding: 0 60px;
  }
}

.footer .container .row {
  justify-content: space-between;
}

@media only screen and (max-width: 991px) {
  .footer .container .row {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col {
    width: 100% !important;
  }
}

.footer .container .row .col .titulo-footer {
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-menu {
    order: 3;
    width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .row .col.col-menu {
    margin-bottom: 30px;
  }
}

.footer .container .row .col.col-menu ul {
  margin: 0;
  padding: 0;
}

.footer .container .row .col.col-menu ul li {
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-menu ul li {
    margin: 0 0 5px 0;
  }
}

.footer .container .row .col.col-menu ul li a {
  font-size: 14px;
  line-height: 18px;
  display: table;
  font-weight: 600;
  color: #101010;
  text-transform: uppercase;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-menu ul li a {
    font-size: 13px;
    line-height: 18px;
  }
}

.footer .container .row .col.col-menu ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-menu ul li a:hover {
    text-decoration: none;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-logo {
    order: 1;
    width: 100%;
  }
}

.footer .container .row .col.col-logo .logo {
  height: 32px;
  width: 180px;
  margin: 0 auto;
  display: block;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-logo .logo {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-logo .logo {
    margin: 0 0 40px 0;
  }
}

.footer .container .row .col.col-logo .logo span {
  background-image: url("/wp-content/themes/yebra/img/logo.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-datos {
    order: 2;
    width: 50%;
  }
}

.footer .container .row .col.col-datos .datos-contacto {
  margin: 0 0 30px 0;
}

.footer .container .row .col.col-datos .datos-contacto p, .footer .container .row .col.col-datos .datos-contacto a {
  font-size: 16px;
  line-height: 20px;
  color: #101010;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  display: block;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .footer .container .row .col.col-datos .datos-contacto p, .footer .container .row .col.col-datos .datos-contacto a {
    font-size: 15px;
    line-height: 19px;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .row .col.col-datos .datos-contacto p, .footer .container .row .col.col-datos .datos-contacto a {
    font-size: 14px;
    line-height: 18px;
  }
}

.footer .container .row .col.col-datos .datos-contacto a {
  text-decoration: none;
}

.footer .container .row .col.col-datos .datos-contacto a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 1199px) {
  .footer .container .row .col.col-datos .datos-contacto a:hover {
    text-decoration: none;
  }
}

.footer .container .copyright {
  margin: 60px auto 0 auto;
}

@media only screen and (max-width: 991px) {
  .footer .container .copyright {
    margin: 50px auto 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .footer .container .copyright {
    margin: 40px auto 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .footer .container .copyright {
    margin: 30px auto 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .footer .container .copyright {
    margin: 0 auto;
  }
}

.footer .container .copyright p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  position: relative;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .footer .container .copyright p {
    font-size: 13px;
    line-height: 18px;
  }
}

@media only screen and (max-width: 480px) {
  .hide-mobile {
    display: none;
  }
}

.phone-mobile {
  width: 50px;
  height: 50px;
  display: none;
  border-radius: 40px;
  background: #f1ff00;
  border: 1px solid #101010;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 12324;
}

@media only screen and (max-width: 480px) {
  .phone-mobile {
    display: block;
  }
}

.phone-mobile img {
  width: 24px;
  height: 24px;
  margin: 13px auto;
  display: block;
}

/* Encuesta */
@media only screen and (max-width: 767px) {
  .bloque-encuesta .container {
    padding: 0;
  }
}

.bloque-encuesta .container .supertitulo {
  text-align: center;
}

.bloque-encuesta .container #wrap {
  margin: 40px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap {
    border-top: 1px solid #101010;
  }
}

.bloque-encuesta .container #wrap #output {
  padding: 80px 120px;
  border: 1px solid #101010;
  border-radius: 20px;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output {
    max-width: 100%;
    padding: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output {
    border: none;
    border-radius: 0;
    padding: 40px 20px 10px 20px;
  }
}

.bloque-encuesta .container #wrap #output a {
  white-space: nowrap;
}

.bloque-encuesta .container #wrap #output p .boton {
  margin: 30px auto 0 auto;
}

.bloque-encuesta .container #wrap #output ul {
  display: none;
  margin: 30px 0 0 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output ul {
    margin: 20px 0 0 0;
  }
}

.bloque-encuesta .container #wrap #output ul li {
  margin: 0;
  padding: 15px 20px;
  list-style: none;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output ul li {
    padding: 10px 12px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output ul li {
    padding: 6px 8px;
  }
}

.bloque-encuesta .container #wrap #output ul.lista-inicial {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bloque-encuesta .container #wrap #output ul.lista-corte {
  display: block;
}

.bloque-encuesta .container #wrap #output ul.lista-corte li {
  padding: 20px 0;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li {
    padding: 15px 0;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li {
    padding: 10px 0;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li {
    padding: 5px 0;
  }
}

.bloque-encuesta .container #wrap #output ul.lista-corte li.hide-link {
  padding: 0;
}

.bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte {
  white-space: normal;
  font-weight: 300;
  padding: 0 0 0 40px;
  position: relative;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte {
    font-size: 19px;
    line-height: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte {
    font-size: 14px;
    line-height: 20px;
    padding: 0 0 0 33px;
  }
}

.bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:before {
  font-family: "icomoon";
  content: "\e905";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  width: 30px;
  height: 30px;
  border: 1px solid #101010;
  border-radius: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:before {
    top: -2px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:before {
    top: -4px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:before {
    font-size: 12px;
    font-weight: normal;
    line-height: 22px;
    width: 24px;
    height: 24px;
  }
}

.bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:hover:before {
  background: #f1ff00;
}

@media only screen and (max-width: 1199px) {
  .bloque-encuesta .container #wrap #output ul.lista-corte li .link-corte:hover:before {
    background: transparent;
  }
}

.bloque-encuesta .container #wrap #output .boton span {
  font-size: 12px;
  position: relative;
  margin: 0 5px 0 0;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bloque-encuesta .container #wrap #output .boton:hover span {
  left: -5px;
}

@media only screen and (max-width: 1199px) {
  .bloque-encuesta .container #wrap #output .boton:hover span {
    left: 0;
  }
}

.bloque-encuesta .container #wrap #output .boton.boton-volver {
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 0 20px;
  line-height: 30px;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output .boton.boton-volver {
    padding: 0 16px;
    line-height: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .bloque-encuesta .container #wrap #output .boton.boton-volver {
    top: -15px;
    background: #f4f0ea;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output .boton.boton-volver {
    padding: 0 12px;
    line-height: 26px;
  }
}

.bloque-encuesta .container #wrap #output .extrainfo {
  margin: 30px 0 0 0;
}

.bloque-encuesta .container #wrap #output .extrainfo p {
  font-size: 18px;
  line-height: 24px;
}

@media only screen and (max-width: 991px) {
  .bloque-encuesta .container #wrap #output .extrainfo p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  .bloque-encuesta .container #wrap #output .extrainfo p {
    font-size: 15px;
    line-height: 20px;
  }
}

/* Cookies */
#cookie-notice {
  font-weight: 400 !important;
}

#cookie-notice .cookie-notice-container .cn-text-container a {
  color: #f1ff00 !important;
  text-decoration: underline;
}

#cookie-notice .cookie-notice-container .cn-text-container a:hover {
  color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-text-container a:hover {
    color: #f1ff00 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button {
  font-weight: 500 !important;
  background: #f1ff00 !important;
  border-radius: 30px;
  padding: 8px 16px !important;
  text-decoration: none;
}

#cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
  background: #f1ff00 !important;
}

@media only screen and (max-width: 991px) {
  #cookie-notice .cookie-notice-container .cn-buttons-container .cn-button:hover {
    background: #f1ff00 !important;
  }
}

#cookie-notice .cookie-notice-container .cn-close-icon {
  top: 25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#cookie-notice .cookie-notice-container .cn-close-icon:before, #cookie-notice .cookie-notice-container .cn-close-icon:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

#cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transform: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: white !important;
}

@media only screen and (max-width: 1199px) {
  #cookie-notice .cookie-notice-container .cn-close-icon:hover:before, #cookie-notice .cookie-notice-container .cn-close-icon:hover:after {
    background-color: white !important;
  }
}

/* Animaciones */
@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
