@charset "UTF-8";
/*
* Made with Template by studio.bio
* Based on Bones by Eddie Machado.
* One love :)
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

* {
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" — Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most*
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1–h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.

  Also, you don't have to include a separate name for
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography

p {
  -ms-word-wrap: break-word;
  word-break: break-word; //non-standart css for webkit
  word-wrap: break-word;
  // I don't like hyphens for web text so uncomment the next section if you do
  -webkit-hyphens: none;
     -moz-hyphens: none;
          hyphens: none;
  // -webkit-hyphens: auto;
  //   -moz-hyphens: auto;
  //        hyphens: auto;
  // sets a minimum number of characters before and after the break
  -webkit-hyphenate-before: 2;
   -webkit-hyphenate-after: 3;
           hyphenate-lines: 3;
  // enabling fancy ligatures when available
  -webkit-font-feature-settings: "liga", "dlig";
   -moz-font-feature-settings: "liga=1, dlig=1";
      -ms-font-feature-settings: "liga", "dlig";
       -o-font-feature-settings: "liga", "dlig";
          font-feature-settings: "liga", "dlig";
}*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/
---------------------------------------------------*/
/*@include flexbox(); */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
.last-col {
  float: right;
  padding-right: 0 !important;
}

/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
@media (max-width: 767px) {
  .m-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
}
/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .t-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%;
  }
}
/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    padding-right: 1.5em;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    padding-right: 1.5em;
    width: 50%;
  }
  .d-1of3 {
    float: left;
    padding-right: 1.5em;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    padding-right: 1.5em;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    padding-right: 1.5em;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    padding-right: 1.5em;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    padding-right: 1.5em;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    padding-right: 1.5em;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    padding-right: 1.5em;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    padding-right: 1.5em;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    padding-right: 1.5em;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    padding-right: 1.5em;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    padding-right: 1.5em;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    padding-right: 1.5em;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    padding-right: 1.5em;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    padding-right: 1.5em;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    padding-right: 1.5em;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    padding-right: 1.5em;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    padding-right: 1.5em;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    padding-right: 1.5em;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    padding-right: 1.5em;
    width: 9.0909090909%;
  }
  .d-1of12 {
    float: left;
    padding-right: 1.5em;
    width: 8.33%;
  }
}
/*! NO SE ESTAUSANDO, usa animations
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
.alert-success, .alert-error, .alert-info, .alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: rgb(231.8902439024, 220.3353658537, 88.6097560976);
  background: #ebe16f;
}

.alert-info {
  border-color: rgb(191.1428571429, 227.6326530612, 244.3571428571);
  background: #d5edf8;
}

.alert-error {
  border-color: rgb(247.8125, 204.6875, 206.484375);
  background: #fbe3e4;
}

.alert-success {
  border-color: rgb(221.7207792208, 233.7012987013, 173.7987012987);
  background: #e6efc2;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.reset-filtroloc, .open-filtroloc, .purple-btn, .black-btn, #submit, .comment-reply-link, .acf-button, [type=submit], .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more {
  display: inline-block;
  position: relative;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  color: #000000;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 0px;
  letter-spacing: 2px;
  border: 0;
  cursor: pointer;
  margin-bottom: 14px;
  text-transform: uppercase;
  transition: background-color 0.14s ease-in-out;
}
.reset-filtroloc:hover, .open-filtroloc:hover, .purple-btn:hover, .black-btn:hover, #submit:hover, .comment-reply-link:hover, .acf-button:hover, [type=submit]:hover, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:hover, .reset-filtroloc:focus, .open-filtroloc:focus, .purple-btn:focus, .black-btn:focus, #submit:focus, .comment-reply-link:focus, .acf-button:focus, [type=submit]:focus, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:focus {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.reset-filtroloc:active, .open-filtroloc:active, .purple-btn:active, .black-btn:active, #submit:active, .comment-reply-link:active, .acf-button:active, [type=submit]:active, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.black-btn, #submit, .comment-reply-link, .acf-button, [type=submit], .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more {
  background-color: transparent;
  border: 1px solid #000000;
}
.black-btn:hover, #submit:hover, .comment-reply-link:hover, .black-btn:focus, #submit:focus, .comment-reply-link:focus, .acf-button:hover, .acf-button:focus, [type=submit]:hover, [type=submit]:focus, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:hover, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:focus {
  background-color: rgba(255, 255, 255, 0.5);
}
.black-btn:active, #submit:active, .comment-reply-link:active, .acf-button:active, [type=submit]:active, .facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more:active {
  background-color: rgba(255, 255, 255, 0.5);
}

.acf-button, [type=submit] {
  background-image: url("../images/flechabot.png");
  padding-right: 38px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 15px;
}

.black-btn:after, #submit:after, .comment-reply-link:after {
  content: "";
  display: inline-block;
  height: 18px;
  vertical-align: middle;
  width: 15px;
  background-image: url("../images/iconos.png");
  background-size: auto 50px;
  background-position: -415px -16px;
}

button.gm-ui-hover-effect:after {
  background-image: none;
}

.purple-btn {
  background-color: #CC0099;
  border-bottom: 6px solid rgb(163.2, 0, 122.4);
}
.purple-btn:hover, .purple-btn:focus {
  background-color: rgb(183.6, 0, 137.7);
}
.purple-btn:active {
  background-color: rgb(178.5, 0, 133.875);
}

input[type=submit].yellow {
  background-color: #fff200;
  border-color: #fff200;
}

.open-filtroloc {
  background-image: url(../images/filtro.svg);
  background-size: 18px auto;
  background-position: 15px center;
  background-repeat: no-repeat;
  border: 1px solid #000000;
  padding-left: 45px;
  text-decoration: none !important;
  float: right;
  position: relative;
  z-index: 10;
}

.reset-filtroloc {
  border: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  text-decoration: none !important;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
input.with-description {
  margin-bottom: 0;
}

input::-webkit-input-placeholder {
  color: gray;
  opacity: 0.6;
}

input::-moz-placeholder {
  color: gray;
  opacity: 0.6;
}

input:-ms-input-placeholder {
  color: gray;
  opacity: 0.6;
}

input:-moz-placeholder {
  color: gray;
  opacity: 0.6;
}

input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
textarea,
.field {
  display: block;
  height: 40px;
  letter-spacing: 0.5px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #000000;
  border-radius: 0px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  background-color: #e6e6e6;
  transition: background-color 0.24s ease-in-out;
}
input[type=text]:focus, input[type=text]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=datetime]:focus,
input[type=datetime]:active,
input[type=datetime-local]:focus,
input[type=datetime-local]:active,
input[type=date]:focus,
input[type=date]:active,
input[type=month]:focus,
input[type=month]:active,
input[type=time]:focus,
input[type=time]:active,
input[type=week]:focus,
input[type=week]:active,
input[type=number]:focus,
input[type=number]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=tel]:focus,
input[type=tel]:active,
input[type=color]:focus,
input[type=color]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: rgb(240.2, 240.2, 240.2);
  outline: none;
}
input[type=text].error, input[type=text].is-invalid,
input[type=password].error,
input[type=password].is-invalid,
input[type=datetime].error,
input[type=datetime].is-invalid,
input[type=datetime-local].error,
input[type=datetime-local].is-invalid,
input[type=date].error,
input[type=date].is-invalid,
input[type=month].error,
input[type=month].is-invalid,
input[type=time].error,
input[type=time].is-invalid,
input[type=week].error,
input[type=week].is-invalid,
input[type=number].error,
input[type=number].is-invalid,
input[type=email].error,
input[type=email].is-invalid,
input[type=url].error,
input[type=url].is-invalid,
input[type=search].error,
input[type=search].is-invalid,
input[type=tel].error,
input[type=tel].is-invalid,
input[type=color].error,
input[type=color].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}
input[type=text].success, input[type=text].is-valid,
input[type=password].success,
input[type=password].is-valid,
input[type=datetime].success,
input[type=datetime].is-valid,
input[type=datetime-local].success,
input[type=datetime-local].is-valid,
input[type=date].success,
input[type=date].is-valid,
input[type=month].success,
input[type=month].is-valid,
input[type=time].success,
input[type=time].is-valid,
input[type=week].success,
input[type=week].is-valid,
input[type=number].success,
input[type=number].is-valid,
input[type=email].success,
input[type=email].is-valid,
input[type=url].success,
input[type=url].is-valid,
input[type=search].success,
input[type=search].is-valid,
input[type=tel].success,
input[type=tel].is-valid,
input[type=color].success,
input[type=color].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}
input[type=text][disabled], input[type=text].is-disabled,
input[type=password][disabled],
input[type=password].is-disabled,
input[type=datetime][disabled],
input[type=datetime].is-disabled,
input[type=datetime-local][disabled],
input[type=datetime-local].is-disabled,
input[type=date][disabled],
input[type=date].is-disabled,
input[type=month][disabled],
input[type=month].is-disabled,
input[type=time][disabled],
input[type=time].is-disabled,
input[type=week][disabled],
input[type=week].is-disabled,
input[type=number][disabled],
input[type=number].is-disabled,
input[type=email][disabled],
input[type=email].is-disabled,
input[type=url][disabled],
input[type=url].is-disabled,
input[type=search][disabled],
input[type=search].is-disabled,
input[type=tel][disabled],
input[type=tel].is-disabled,
input[type=color][disabled],
input[type=color].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}
input[type=text][disabled]:focus, input[type=text][disabled]:active, input[type=text].is-disabled:focus, input[type=text].is-disabled:active,
input[type=password][disabled]:focus,
input[type=password][disabled]:active,
input[type=password].is-disabled:focus,
input[type=password].is-disabled:active,
input[type=datetime][disabled]:focus,
input[type=datetime][disabled]:active,
input[type=datetime].is-disabled:focus,
input[type=datetime].is-disabled:active,
input[type=datetime-local][disabled]:focus,
input[type=datetime-local][disabled]:active,
input[type=datetime-local].is-disabled:focus,
input[type=datetime-local].is-disabled:active,
input[type=date][disabled]:focus,
input[type=date][disabled]:active,
input[type=date].is-disabled:focus,
input[type=date].is-disabled:active,
input[type=month][disabled]:focus,
input[type=month][disabled]:active,
input[type=month].is-disabled:focus,
input[type=month].is-disabled:active,
input[type=time][disabled]:focus,
input[type=time][disabled]:active,
input[type=time].is-disabled:focus,
input[type=time].is-disabled:active,
input[type=week][disabled]:focus,
input[type=week][disabled]:active,
input[type=week].is-disabled:focus,
input[type=week].is-disabled:active,
input[type=number][disabled]:focus,
input[type=number][disabled]:active,
input[type=number].is-disabled:focus,
input[type=number].is-disabled:active,
input[type=email][disabled]:focus,
input[type=email][disabled]:active,
input[type=email].is-disabled:focus,
input[type=email].is-disabled:active,
input[type=url][disabled]:focus,
input[type=url][disabled]:active,
input[type=url].is-disabled:focus,
input[type=url].is-disabled:active,
input[type=search][disabled]:focus,
input[type=search][disabled]:active,
input[type=search].is-disabled:focus,
input[type=search].is-disabled:active,
input[type=tel][disabled]:focus,
input[type=tel][disabled]:active,
input[type=tel].is-disabled:focus,
input[type=tel].is-disabled:active,
input[type=color][disabled]:focus,
input[type=color][disabled]:active,
input[type=color].is-disabled:focus,
input[type=color].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type=password] {
  letter-spacing: 0.3em;
}

textarea {
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  padding-right: 30px !important;
}

fieldset {
  border: 1px solid #ccc;
}
fieldset label {
  font-weight: 600;
}
fieldset p {
  margin-bottom: 0;
}

legend {
  padding: 0 0.5em;
}

.radio-buttons {
  margin-top: 0;
}
.radio-buttons li {
  margin-left: 2px;
}
.radio-buttons label {
  font-weight: normal;
}

body span.wpcf7-list-item {
  margin-left: 0;
}

.txt_legal_form {
  font-size: 0.8em;
  clear: both;
}

.animation {
  transition: all 0.62s ease;
}

.animation.delay-1 {
  transition-delay: 0.16s;
}

.animation.delay-2 {
  transition-delay: 0.32s;
}

.animation.delay-3 {
  transition-delay: 0.48s;
}

.animation.delay-4 {
  transition-delay: 0.64s;
}

.animation.delay-5 {
  transition-delay: 0.8s;
}

.animation.delay-6 {
  transition-delay: 0.96s;
}

.animation.delay-7 {
  transition-delay: 1.12s;
}

.animation.delay-75 {
  transition-delay: 1.2s;
}

.animation.delay-8 {
  transition-delay: 1.28s;
}

.animation.delay-85 {
  transition-delay: 1.36s;
}

.animation.delay-9 {
  transition-delay: 1.44s;
}

.animation.delay-95 {
  transition-delay: 1.52s;
}

.animation.delay-10 {
  transition-delay: 1.6s;
}

.animation.delay-11 {
  transition-delay: 1.76s;
}

.animation.delay-12 {
  transition-delay: 1.92s;
}

.animation.fadeLeft {
  opacity: 0;
  transform: translateX(160px);
}

.animation.fadeLeft.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.fadeTop {
  opacity: 0;
  transform: translateY(60px);
}

.animation.fadeTop.action {
  transform: translateY(0px);
  opacity: 1;
}

.animation.fadeBottom {
  opacity: 0;
  transform: translateY(-60px);
}

.animation.fadeBottom.action {
  transform: translateY(0px);
  opacity: 1;
}

.animation.fadeLeftMinus {
  opacity: 0;
  transform: translateX(60px);
}

.animation.fadeLeftMinus.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.fadeRightMinus {
  opacity: 0;
  transform: translateX(-60px);
}

.animation.fadeRightMinus.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.fadeRightBig {
  opacity: 0;
  transform: translateX(-360px);
}

.animation.fadeRightBig.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.fadeLeftBig {
  opacity: 0;
  transform: translateX(360px);
}

.animation.fadeLeftBig.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.opacity {
  opacity: 0;
}

.animation.opacity.action {
  opacity: 1;
}

.animation.fadeRight {
  opacity: 0;
  transform: translateX(-160px);
}

.animation.fadeRight.action {
  transform: translateX(0px);
  opacity: 1;
}

.animation.rotateRight {
  opacity: 0;
  transform: translateX(-160px) rotate(-80deg);
}

.animation.rotateRight.action {
  transform: translateX(0px) rotate(0deg);
  opacity: 1;
}

.animation.scaley {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
}

.animation.scaley.action {
  transform: scaleY(1);
  opacity: 1;
}

.animation.scaleyLeft {
  opacity: 0;
  transform: scaleX(0);
  transform-origin: right;
}

.animation.scaleyLeft.action {
  transform: scaleX(1);
  opacity: 1;
}

.animation.scalex {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
}

.animation.scalex.action {
  transform: scaleY(1);
  opacity: 1;
}

.animation.scalexTop {
  opacity: 0;
  transform: scale(0);
  transform-origin: bottom;
}

.animation.scalexTop.action {
  transform: scale(1);
  opacity: 1;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

***
***************************************************************/
/*compatibilidad con bloques 2025*/
:root {
  --font-size-xxxl: 60px;
  --font-size-xxl: 48px;
  --font-size-xl: 36px;
  --font-size-l: 30px;
  --font-size-lm: 24px;
  --font-size-m: 20px;
  --font-size-base: 18px;
  --font-size-s: 16px;
  --font-size-xs: 14px;
  --color-ppal: #fff200;
  --color-texto: #000000 ;
  --color-sec: #D41F32;
  --color-cta: #D41F32;
  --color-ppal-claro: #fefccc;
  --color-ppal-semi: #fefccc;
  --color-gris: #e6e6e6;
  --color-gris-semi: #ccc;
  --color-gris-claro: #e6e6e6;
  --color-gris-border: #EBEBEB;
  --gap_base: 20px;
  --bs-gutter-x: 20px;
  --border-radius: 0px;
  --border-radius-btn: 0px;
}

/*********************
GENERAL STYLES
*********************/
html.js {
  margin-top: 0 !important;
  margin-top: 2px;
}

html.hidden {
  display: block;
}

html {
  font-size: 1em;
}

html.placeholder {
  opacity: 1;
  cursor: default;
}

strong {
  font-weight: 600;
}

main {
  margin-bottom: 30px;
}

.home main, .page-template-page-homenuevo main {
  margin-bottom: 0px;
}

body {
  background-color: #fff;
  color: #000000;
  font-size: 14px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  letter-spacing: 0.5px;
  line-height: 1.8em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.intro {
  font-weight: 600;
  font-size: 125%;
  line-height: 1.4;
}

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
.error404 .article-header {
  border: 0;
  text-align: center;
}
.error404 .article-header h1 {
  margin-bottom: 0;
}
.error404 .entry-content {
  text-align: center;
}
.error404 .entry-content .hal {
  position: relative;
  margin: 0 auto;
  width: 200px;
  height: auto;
}
.error404 .entry-content .hal .circle:before {
  color: yellow;
}
.error404 .entry-content .hal .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  animation: glow 1.5s linear infinite alternate;
}
.error404 .entry-content .hal img {
  margin-bottom: 0;
}
.error404 .search {
  display: block;
  padding: 1.5em;
  text-align: center;
}
.error404 .search .searchform {
  width: 100%;
}
.error404 .search .searchform input {
  margin: 0 auto;
  margin-bottom: 1em;
  width: 100%;
}

/* 404 page */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  margin: 0 auto;
  width: 96%;
  max-width: 100%;
}

#inner-content.colcentrada {
  text-align: center;
}
#inner-content.colcentrada #main {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/*********************
LINK STYLES
*********************/
a, a:visited, a:active, p a, p a:visited, p a:active, .entry-content a, .contentficha a, a.conlineas {
  text-decoration: underline;
  text-decoration-style: unset;
  text-decoration-color: #fff000;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

a:hover, a:visited:hover, p a:hover, p a:visited:hover, .entry-content a:hover, .contentficha a:hover, a.conlineas:hover {
  text-decoration: underline;
  text-decoration-style: unset;
  text-decoration-color: #000;
  text-decoration-thickness: 3px;
  text-underline-offset: 2px;
}

a, a:visited {
  color: #000000;
  /* mobile tap color */
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
HEADING STYLES
******************************************************************/
/* While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg, those all seemed
overly complex. What I wanted was simple defaults that looked good
out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.

*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1.333em 0 1em;
  color: rgb(30.6, 30.6, 30.6);
  font-weight: 400;
  line-height: 1.2em;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
  text-decoration: none;
}

h1, .h1 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 32px;
  margin-top: 1.2em;
  letter-spacing: 7px;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}

h1.conpreh1 {
  margin-top: 0;
  text-transform: none;
  font-size: 42px;
  letter-spacing: 2px;
}

h1.sinpre {
  margin-top: 35px;
}

.preh1 {
  font-size: 13px;
  text-transform: uppercase;
  color: #7f7f7f;
  margin-top: 40px;
  position: relative;
}

.preh1 a {
  color: #7f7f7f;
}

h2, .h2 {
  margin-top: 1.3em;
  font-size: 24px;
  letter-spacing: 1.5px;
  font-weight: 500;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 1.333em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px;
}

/*********************
LIST STYLES
*********************/
ul, ol {
  -webkit-padding-start: 20px;
  margin-top: 0;
}

.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square;
}

.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

/*********************
HEADER STYLES
*********************/
#fixedtop #inner-header {
  position: relative;
  height: 70px;
  padding-top: 0px;
}

.header, #fixedtop {
  background-color: #000000;
}

body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow,
body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow:hover,
body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active,
body #responsive-menu-container #responsive-menu li.responsive-menu-item a .responsive-menu-subarrow.responsive-menu-subarrow-active:hover {
  width: 100%;
  text-align: right;
  padding-right: 15px;
  background-color: transparent;
  color: #fff;
}

.rmp-menu-title-image {
  width: auto !important;
}

.rmp-menu-additional-content .responsive-menu-item {
  font-size: 13px;
}

body #responsive-menu-container #responsive-menu-additional-content {
  padding: 0;
}

#site-title {
  margin: 1em 0;
  font-size: 1.5em;
}

#banner .header-image {
  display: block;
}

#logo {
  position: absolute;
  top: 0px;
  left: 0;
  display: inline-block;
  margin-right: 1.5em;
  padding: 10px 0;
}
#logo img {
  display: block;
  height: 50px;
  width: auto;
}

#topaytomadrid, #bottomaytomadrid {
  width: 100%;
  background-color: white;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  text-align: center;
  height: 41px;
  line-height: 26px;
}

#topaytomadrid img {
  height: 40px;
  width: auto;
}

#topaytomadrid .titinformativo, #bottomaytomadrid .titayto, #bottomaytomadrid .ayto-enlaces {
  text-align: left;
  padding: 8px 30px 0 15px;
  float: left;
}

#bottomaytomadrid .ayto-enlaces {
  float: right;
  font-weight: normal;
}

#bottomaytomadrid .ayto-enlaces a {
  font-weight: normal;
}

#topaytomadrid .logoaytomadrid {
  text-align: right;
  float: right;
  height: 40px;
}

#bottomaytomadrid {
  border-bottom: none;
  border-top: 1px solid #e6e6e6;
  clear: both;
  margin-top: 30px;
  float: left;
  font-size: 13px;
}

.secondary-nav-wrapper {
  background-color: white;
}
.secondary-nav-wrapper ul {
  float: right;
  width: auto;
}
.secondary-nav-wrapper .nav li {
  position: relative;
}
.secondary-nav-wrapper .nav li a, .secondary-nav-wrapper .nav li a:hover, .secondary-nav-wrapper .nav li a:visited {
  color: #000000;
  font-size: 12px;
  text-decoration: none;
}
.secondary-nav-wrapper .nav li a:after {
  content: "|";
  position: absolute;
  right: 0;
}
.secondary-nav-wrapper .nav li:last-child a::after {
  content: "";
}

.header-nav a {
  text-transform: uppercase;
}

.h1hide {
  display: none;
  visibility: 0;
}

.sinimgtop {
  min-height: 0px;
  display: none;
}

.home .page-header-image, .page-template-page-homenuevo .page-header-image {
  max-height: 380px;
  min-height: 380px;
  height: 380px;
}
.home .page-header-image .sliderbghome, .page-template-page-homenuevo .page-header-image .sliderbghome {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.home .page-header-image .sliderbghome div, .page-template-page-homenuevo .page-header-image .sliderbghome div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.home .page-header-image .sliderbghome .withlink, .page-template-page-homenuevo .page-header-image .sliderbghome .withlink {
  cursor: pointer;
}
.home .page-header-image .sliderbghome .slideritem .videobgfull iframe, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem .videobgfull iframe {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption {
  height: auto;
  width: auto;
  text-transform: uppercase;
  position: absolute;
  left: 200px;
  top: 150px;
}
.home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption h2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption h2 {
  color: #fff;
  background: #000000;
  margin: 3px 0 6px 0px;
  display: inline-block;
  padding: 8px 15px;
  font-size: 42px;
  letter-spacing: 5px;
}
.home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text1, .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text1, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2 {
  color: #000000;
  background: #fff;
  margin-left: 60px;
  display: inline-block;
  margin: 3px 0 3px 40px;
  padding: 5px 15px;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 2px;
}
.home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2 {
  margin-left: 120px;
}
.home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .black-btn, .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption #submit, .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .comment-reply-link, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .black-btn, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption #submit, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .comment-reply-link {
  background-color: #fff;
  display: inline-block;
  margin-left: 160px;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo a:visited, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo a:visited {
  color: white;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption {
  height: auto;
  width: auto;
  text-transform: uppercase;
  position: absolute;
  left: 200px;
  top: 150px;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption h2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption h2 {
  margin: 3px 0 6px 0px;
  display: inline-block;
  font-size: 42px;
  letter-spacing: 5px;
  color: white;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text1, .home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text1, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text2 {
  display: inline-block;
  margin: 0px 0px 0 60px;
  line-height: 38px;
  font-weight: 600;
  font-size: 21px;
  letter-spacing: 5px;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .text2 {
  margin-left: 120px;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .black-btn, .home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption #submit, .home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .comment-reply-link, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .black-btn, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption #submit, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption .comment-reply-link {
  background-color: #fff;
  display: inline-block;
  text-shadow: none;
  color: #000000;
}
.home .page-header-image .sliderbghome .slideritem.plantillasinfondo:before, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100&0+0,0.65+50,0+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=0 ); /* IE6-9 */
}
.home .page-header-image div.popup-youtube, .page-template-page-homenuevo .page-header-image div.popup-youtube {
  position: relative;
  display: block;
  cursor: pointer;
}
.home .page-header-image .popup-youtube img, .page-template-page-homenuevo .page-header-image .popup-youtube img {
  vertical-align: top;
}
.home .page-header-image div.popup-youtube:after, .page-template-page-homenuevo .page-header-image div.popup-youtube:after {
  content: "";
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  height: 100px;
  width: 100px;
  background-image: url("../images/play.png");
}
.home .page-header-image .slideritem.popup-youtube:after, .page-template-page-homenuevo .page-header-image .slideritem.popup-youtube:after {
  top: calc(70% - 50px);
}
.home .page-header-image .textobanner-wrapper, .page-template-page-homenuevo .page-header-image .textobanner-wrapper {
  width: 440px;
  position: absolute;
  left: calc(50% - 220px);
  bottom: -40px;
}
.home .page-header-image .textobanner-wrapper .triangulotop, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .triangulotop {
  width: 440px;
  height: 0;
  border-left: 440px solid transparent;
  border-bottom: 125px solid #000000;
  display: block;
}
.home .page-header-image .textobanner-wrapper .textobanner, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner {
  background-color: #000000;
  color: #fff;
  min-height: 100px;
}
.home .page-header-image .textobanner-wrapper .textobanner h1, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner h1 {
  margin: 0;
  padding: 0 20px 20px 20px;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.home .page-header-image .textobanner-wrapper .textobanner h1 .tit, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner h1 .tit {
  display: block;
  margin-bottom: 15px;
}
.home .page-header-image .textobanner-wrapper .textobanner h1 .tit:before, .home .page-header-image .textobanner-wrapper .textobanner h1 .tit:after, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner h1 .tit:before, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner h1 .tit:after {
  content: " - ";
}
.home .page-header-image .textobanner-wrapper .textobanner h1 .sub, .page-template-page-homenuevo .page-header-image .textobanner-wrapper .textobanner h1 .sub {
  font-size: 0.45em;
  line-height: 1.3em;
  display: inline-block;
  letter-spacing: 3px;
}

.page-header-image {
  width: 100%;
  max-height: 500px;
  min-height: 400px;
  position: relative;
  margin: 0;
  background-size: cover;
  background-position: center;
}

.biglink {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}

.triangulo {
  width: 0;
  height: 0;
  border-top: 76px solid #fff200;
  border-left: 76px solid transparent;
  border-right: 76px solid transparent;
  display: block;
  position: absolute;
  bottom: -66px;
  left: calc(50% - 76px);
}

/*********************
NAVIGATION STYLES
*********************/
/* Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you need them.

For your main navigation, styles are in 768up.scss.
*/
/*********************
POSTS & CONTENT STYLES
*********************/
.hentry {
  padding-bottom: 1.5em 0;
  background-color: #fff;
}
.hentry header {
  padding: 0 0 0 0;
}
.hentry footer {
  padding: 1.5em 0;
}

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0;
}

figcaption {
  font-size: 0.8em;
}

/* post meta */
.byline {
  margin: 0;
  color: #9fa6b4;
  font-style: italic;
}

/* entry content */
.entry-content.t-2of3, .entry-content .t-2of3, body.tax-business_category main, body.taxonomy-professional_category main {
  padding-right: 3em;
}

.entry-content {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.entry-content p {
  margin: 0 0 1.2em;
  letter-spacing: 0px;
  line-height: 1.6em;
}
.entry-content p + ul, .entry-content p + ol {
  margin-top: -0.9em;
}
.entry-content ul, .entry-content ol {
  margin-bottom: 1.2em;
}
.entry-content ul li, .entry-content ol li {
  letter-spacing: 0px;
}
.entry-content table {
  margin-bottom: 1.5em;
  width: 100%;
}
.entry-content table caption {
  margin: 0 0 7px;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.75em;
}
.entry-content tr {
  border-bottom: 1px solid #e6e6e6;
}
.entry-content tr:nth-child(odd) {
  background-color: #e6e6e6;
}
.entry-content td {
  padding: 7px;
  border-right: 1px solid #e6e6e6;
}
.entry-content td:last-child {
  border-right: 0;
}
.entry-content th {
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  background-color: #e6e6e6;
  text-align: left;
  padding: 7px;
}
.entry-content th:last-child {
  border-right: 0;
}
.entry-content blockquote p {
  margin: 0 0 1em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid #0088cc;
  color: #808080;
  font-size: 0.88em;
  line-height: 1.3;
}
.entry-content dd {
  margin-bottom: 1.5em;
  margin-left: 0;
  color: #787878;
  font-size: 0.9em;
}
.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}
.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}
.entry-content pre {
  overflow-x: auto;
  margin: 0 0 1.5em;
  padding: 1.5em;
  background: #fdf6e3;
  color: #586e75;
  white-space: pre;
  font-size: 14px;
  font-family: monaco, Monaco, Consolas, "Lucida Console", monospace;
}
.entry-content code {
  font-size: 14px;
  font-family: monaco, Monaco, Consolas, "Lucida Console", monospace;
}

/* end .entry-content */
.wp-caption {
  margin-bottom: 1.5em;
  padding: 5px;
  max-width: 100%;
  background: #eee;
  /* images inside wp-caption */
}
.wp-caption img {
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.wp-caption p.wp-caption-text {
  margin: 4px 0 7px;
  text-align: center;
  font-size: 0.85em;
}

/* end .wp-caption */
.tags {
  margin: 0;
}

/* GENERICO */
.icono, .iconoloc, .iconohome {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  min-width: 40px;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background-color: #fff200;
  background-repeat: no-repeat;
  background-size: auto 40px;
  background-position: top left;
}

.icono.gray {
  background-color: #e6e6e6;
  margin-right: 10px;
}

.icono.white {
  background-color: white;
  margin-right: 10px;
}

.icono {
  background-image: url("../images/iconos.png");
}
.icono.estrella {
  background-position: 0px 0;
}
.icono.carpeta {
  background-position: -40px 0;
}
.icono.camara {
  background-position: -80px 0;
}
.icono.download {
  background-position: -120px 0;
}
.icono.ayuda {
  background-position: -160px 0;
}
.icono.check {
  background-position: -200px 0;
}
.icono.f_abajo {
  background-position: -240px 0;
}
.icono.f_arriba {
  background-position: -240px 0;
  transform: rotate(180deg);
}
.icono.f_derecha {
  background-position: -280px 0;
}
.icono.f_derecha_peq {
  background-position: -320px 0;
}
.icono.flecha {
  background-position: -360px 0;
}
.icono.lupa {
  background-position: -400px 0;
}
.icono.mas {
  background-position: -440px 0;
}
.icono.masover {
  background-position: -480px 0;
}
.icono.menos {
  background-position: -520px 0;
}
.icono.linkedin {
  background-position: -640px 0;
}
.icono.youtube {
  background-position: -680px 0;
}
.icono.vimeo {
  background-position: -720px 0;
}
.icono.twitter {
  background-position: -760px 0;
}
.icono.instagram {
  background-position: -800px 0;
}
.icono.facebook {
  background-position: -840px 0;
}
.icono.imdb {
  background-position: -880px 0;
}
.icono.catalogo {
  background-position: -1000px 0;
}
.icono.mapas {
  background-position: -1040px 0;
}
.icono.china {
  background-image: url("../images/bandera_china.png");
}
.icono.spain {
  background-image: url("../images/bandera_spain.png");
}
.icono.uk {
  background-image: url("../images/bandera_uk.png");
}

footer .icono.instagram, footer .icono.twitter, footer .icono.linkedin, footer .icono.youtube {
  background-color: #fff;
}

#asociaciones {
  text-align: center;
  float: right;
  width: 100%;
  margin-right: 0;
}
#asociaciones img.spaincom {
  width: auto;
  max-height: 65px;
}

.iconoloc, .iconohome {
  margin-right: 0;
  min-width: 50px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-size: auto 50px;
  background-color: white;
  background-image: url("../images/iconos_grandes.png");
}
.iconoloc.sonido, .iconohome.sonido {
  background-position: 0px 0;
}
.iconoloc.transporte, .iconohome.transporte {
  background-position: -50px 0;
}
.iconoloc.ascensor, .iconohome.ascensor {
  background-position: -100px 0;
}
.iconoloc.camerino, .iconohome.camerino {
  background-position: -150px 0;
}
.iconoloc.horariocompleto, .iconohome.horariocompleto {
  background-position: -200px 0;
}
.iconoloc.horariopacial, .iconohome.horariopacial {
  background-position: -250px 0;
}
.iconoloc.electricidad, .iconohome.electricidad {
  background-position: -300px 0;
}
.iconoloc.claqueta, .iconohome.claqueta {
  background-position: -350px 0;
}
.iconoloc.locmapa, .iconohome.locmapa {
  background-position: -400px 0;
}
.iconoloc.equipo, .iconohome.equipo {
  background-position: -450px 0;
}
.iconoloc.camara, .iconohome.camara {
  background-position: -500px 0;
}
.iconoloc.newsletter, .iconohome.newsletter {
  background-position: -550px 0;
}

.linklan {
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.iconohome {
  background-color: #fff200;
  margin-right: 20px;
}

h2.bgtriangle, h3.bgtriangle {
  background-image: url("../images/triangulo.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 10px;
  padding-bottom: 5px;
  background-size: 75px auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 21px;
  letter-spacing: 4px;
}

h3.bgtriangle {
  background-position: left top;
}

/* HOME */
.introhome {
  margin-top: 20px;
}
.introhome .wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.introhome .wrap > div {
  float: none;
}
.introhome h2 {
  font-size: 21px;
  letter-spacing: 4px;
  font-weight: 600;
  padding-top: 10px;
}
.introhome .bgtriangle {
  background-position: top left;
}
.introhome .introtext p {
  padding-left: 120px;
  background-image: url(../images/logo_negro.png);
  background-repeat: no-repeat;
  padding-right: 40px;
}

.introlinks {
  padding-top: 40px;
}
.introlinks ul {
  margin-bottom: 0;
}
.introlinks li {
  list-style: none;
  margin-bottom: 20px;
}
.introlinks li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}
.introlinks li:last-child {
  margin-bottom: 0;
}

.pqmadridhome {
  clear: both;
  float: left;
  width: 100%;
  background-color: #e6e6e6;
  margin: 50px 0 0 0;
  position: relative;
  text-align: center;
}
.pqmadridhome .triangulo {
  bottom: auto;
  top: -10px;
  z-index: 1;
}
.pqmadridhome h2 {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  margin-top: 40px;
}
.pqmadridhome ul {
  margin: 40px 0 0 0;
  padding: 0 40px;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.pqmadridhome ul h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 15px 0 10px 0;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.pqmadridhome ul li {
  min-width: 50%;
  list-style: none;
  text-align: center;
  margin-bottom: 40px;
}
.pqmadridhome ul li figure {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}

.destacadosmes {
  clear: both;
  float: left;
  margin: 0px 0 30px 0;
  width: 100%;
}
.destacadosmes a {
  text-decoration: none;
}
.destacadosmes h2 {
  text-align: center;
  margin-top: 40px;
}
.destacadosmes ul {
  list-style: none;
  padding: 0;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  flex-wrap: wrap;
}
.destacadosmes ul li:nth-child(even) {
  margin-top: 35px;
}
.destacadosmes ul li:hover .categoria {
  background-color: #fff200;
  color: #000000;
}
.destacadosmes ul li {
  list-style: none;
  position: relative;
  width: 46%;
}
.destacadosmes ul li .categoria {
  position: absolute;
  right: 0;
  top: 50px;
  height: 50px;
  background-color: #000000;
  color: #fff;
  text-transform: uppercase;
  z-index: 15;
  font-size: 18px;
  font-weight: 600;
  line-height: 50px;
  padding: 0 15px;
  letter-spacing: 2px;
}
.destacadosmes ul li figure {
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  position: relative;
}
.destacadosmes ul li figure img {
  position: relative;
  z-index: 12;
}
.destacadosmes ul li figure:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: #fff200 transparent transparent transparent;
}
.destacadosmes ul li h4 {
  padding-left: 10px;
  text-decoration: none;
  margin-top: 5px;
  font-weight: 600;
  margin-bottom: 3px;
}
.destacadosmes ul li p {
  padding-left: 10px;
  text-decoration: none;
  margin-top: 0;
}

.noticasdestacadas {
  clear: both;
  background-color: #e6e6e6;
  padding: 1px 0 60px 0;
}
.noticasdestacadas h2 {
  text-align: center;
  margin-top: 39px;
}

.logohome {
  display: none;
}

.logohome {
  width: 150px;
  height: auto;
  margin-top: 10px;
  float: left;
  margin-bottom: 13px;
}

/*LOCALIZACIONES*/
.single-location_type h4 {
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  margin-top: 16px;
}

.single-location_type h2 {
  font-size: 21px;
  margin-top: 16px;
}

.single-location_type .categorieslist a {
  border: none;
  background-color: #fff200;
  padding-left: 4px;
  padding-right: 4px;
}

.iconoslocalizaciones {
  margin-top: 24px;
}

.datosextra {
  background-color: #e6e6e6;
  padding: 20px;
  margin-bottom: 40px;
}
.datosextra input[type=email], .datosextra input[type=text] {
  background-color: #fff;
  max-width: 250px;
  margin-top: 5px;
}
.datosextra .acf-button, .datosextra [type=submit] {
  margin-bottom: 0;
  margin-top: 10px;
}

.txtficha {
  padding-right: 40px;
}

#indicelocalizaciones {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding: 0;
  margin-top: 0;
}
#indicelocalizaciones li {
  width: 50%;
  position: relative;
  list-style: none;
  margin: 30px 0 10px 0;
  min-height: 200px;
}
#indicelocalizaciones figure {
  margin: 0;
}
#indicelocalizaciones img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin-top: 0;
  margin-bottom: 0;
}
#indicelocalizaciones .textobanner-wrapper {
  width: calc(100% + 20px);
  position: absolute;
  left: -10px;
  bottom: -10px;
  overflow: hidden;
  border-bottom: 90px solid #000;
  display: none;
}
#indicelocalizaciones .triangulotop {
  width: 600px;
  height: 0;
  border-left: 600px solid transparent;
  border-bottom: 160px solid #000000;
}
#indicelocalizaciones li:hover .textobanner-wrapper {
  display: block;
  z-index: 290;
}
#indicelocalizaciones .textobanner {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  position: absolute;
  z-index: 300;
  left: 0px;
  width: 100%;
  bottom: 0px;
  color: #fff;
  padding: 5px 20px 20px 20px;
  text-align: left;
}
#indicelocalizaciones .textobanner a {
  text-decoration: none;
}
#indicelocalizaciones .textobanner .distrito {
  font-size: 12px;
  color: white;
}
#indicelocalizaciones .textobanner h2 {
  margin: 0;
  text-transform: uppercase;
  padding: 0 0;
  font-size: 13px;
  color: #fff;
}
#indicelocalizaciones .textobanner h2 a, #indicelocalizaciones .textobanner h2 a:hover {
  color: #fff;
  text-decoration: none;
}

#indicecatlocalizaciones {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding: 0;
}
#indicecatlocalizaciones li {
  width: 50%;
  position: relative;
  list-style: none;
  margin: 30px 0 10px 0;
}
#indicecatlocalizaciones figure {
  margin: 0;
}
#indicecatlocalizaciones img {
  width: 100%;
  height: auto;
  margin-top: 10px;
}
#indicecatlocalizaciones li:hover h2 {
  background-image: url(../images/forma300rev_2.png);
  color: #000000;
}
#indicecatlocalizaciones h2 {
  position: absolute;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  top: 0px;
  left: 20%;
  text-align: center;
  background-image: url(../images/forma300rev.png);
  background-size: cover;
  height: 0;
  padding: 15px 10px calc(30% - 10px) 10px;
  margin: 0;
  width: 60%;
  color: #fff;
}

#mosaic {
  margin-top: -1px;
  min-height: 400px;
}

body .nGY2 .toolbar .ngbt {
  font-size: 1em;
}

body i.nGY2Icon-ellipsis-vert {
  display: none;
}

body .acf-field[data-width] + .acf-field[data-width] {
  border-left: 0;
}

.acf-map {
  width: 100%;
  height: 270px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

.categorieslist {
  margin-top: 30px;
}

.categorieslist a, .categorieslist span {
  display: inline-block;
  padding: 0px 0px 0 0;
  margin-right: 0px;
  text-transform: lowercase;
  font-size: 12px;
  margin-bottom: 5px;
}

p.actualizacion {
  color: #808080;
}

.cuadrosloc {
  float: left;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.cuadrosloc div {
  background-repeat: no-repeat;
  background-position: center 30px;
  padding: 90px 20px 20px 20px;
  text-align: center;
  width: calc(33.33% - 6px);
  float: left;
}
.cuadrosloc .enlaces {
  background-color: #fff200;
  background-image: url("../images/icon_claqueta.png");
  margin-right: 4px;
}
.cuadrosloc .infoadicional {
  background-color: #fefccc;
  background-image: url("../images/icon_enlace.png");
  margin-right: 2px;
  margin-left: 2px;
}
.cuadrosloc .dudas {
  background-color: #e6e6e6;
  background-image: url("../images/icon_dudas.png");
  margin-left: 0;
  width: 100%;
}
.cuadrosloc h2 {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.cuadrosloc h2 .pre {
  font-size: 18px;
  display: block;
  font-weight: 400;
}
.cuadrosloc ul {
  list-style: none;
  padding-left: 0;
}
.cuadrosloc ul li {
  text-align: left;
}
.cuadrosloc ul li a {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.cuadrosloc ul .icono {
  margin-right: 0;
  background-color: transparent;
}

.enlacesinteres {
  clear: both;
  padding-left: 0;
}
.enlacesinteres li {
  list-style: none;
}
.enlacesinteres .icono {
  margin-right: 0;
  background-color: transparent;
}

.pageitem h2 {
  margin-bottom: 20px;
}

.icono.num {
  background-image: none;
  text-align: center;
  line-height: 40px;
  margin-right: 0px;
  padding-left: 4px;
  font-weight: 500;
  font-size: 22px;
  margin-right: 5px;
}

.wp-block-ub-content-toggle .wp-block-ub-content-toggle-accordion {
  border: 0;
}

.wp-block-ub-content-toggle-accordion-title {
  text-transform: uppercase;
}

.wp-block-ub-content-toggle-accordion-title-wrap {
  background-color: #fff200;
  margin-top: 10px;
  margin-bottom: 20px;
}

.wp-block-ub-content-toggle-accordion-content-wrap a.wp-block-button__link {
  text-decoration: none;
  background-color: #fff200;
}
.wp-block-ub-content-toggle-accordion-content-wrap a.wp-block-button__link:hover {
  text-decoration: underline;
}

.ub_image_slider .swiper-pagination {
  bottom: 0;
}
.ub_image_slider .swiper-wrapper {
  margin-bottom: 20px;
}
.ub_image_slider .swiper-pagination-bullet {
  background-color: #000000;
}
.ub_image_slider .swiper-pagination-bullet-active {
  background-color: #fff200;
}
.ub_image_slider .swiper-button-prev, .ub_image_slider .swiper-button-next {
  color: #000000;
}

.masinfo, .acordeon {
  /*	margin-top: 30px; */
  width: 100%;
  float: left;
  clear: both;
}
.masinfo h4, .acordeon h4 {
  text-transform: none;
  margin-top: 25;
  font-size: 16px;
}
.masinfo > div, .acordeon > div {
  margin-top: 15px;
}
.masinfo div .icono, .acordeon div .icono {
  background-color: transparent;
  margin-right: 0;
}
.masinfo h3:first-child, .acordeon h3:first-child {
  margin-top: 0;
}
.masinfo h2, .acordeon h2 {
  border-bottom: 1px solid #000000;
  text-transform: uppercase;
  cursor: pointer;
}
.masinfo h2 .icono, .acordeon h2 .icono {
  background-color: transparent;
  margin-right: 10px;
}

.acordeon .paginaitem {
  position: relative;
  overflow: hidden;
}
.acordeon .paginaitem h2 {
  cursor: pointer;
  border-bottom: 0;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 5px;
  background-color: #fff200;
  padding-top: 5px;
}
.acordeon .paginaitem h3 {
  text-decoration-color: #fff200;
  text-decoration-line: underline;
  text-decoration-thickness: 5px;
}
.acordeon .paginaitem .contenido {
  display: none;
  padding-bottom: 20px;
}
.acordeon .paginaitem .contenido .icono {
  background-color: transparent;
  margin-right: 0;
}

body .nGY2GThumbnailIconsFullThumbnail:not(:empty) {
  background-color: #fff200;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 40px;
  color: #000000;
  text-shadow: none;
}

.searchandfilter {
  font-size: 12px;
}
.searchandfilter h4 {
  font-size: 12px;
}

h1 span.filtroactivo {
  font-size: 12px;
  vertical-align: middle;
  margin-top: 0px;
  padding: 0px 5px;
  margin-left: 10px;
  line-height: 25px;
  display: inline-block;
  text-transform: none;
  background-color: #fff200;
  letter-spacing: 0;
}
h1 span.filtroactivo .quitarfiltro {
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
  padding-left: 5px;
}

.menutabswrapper {
  border-bottom: 1px solid #e6e6e6;
  height: 37px;
  margin-top: 8px;
}
.menutabswrapper .wrap .linksobrebuscador {
  float: right;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-style: dashed;
  border: none;
  font-size: 12px;
}
.menutabswrapper .wrap .linksobrebuscador i {
  margin-right: 0;
  background-color: transparent;
  width: 35px;
  min-width: 35px;
}

ul.tabs {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
  height: 37px;
  width: auto;
}
ul.tabs > li {
  float: left;
  margin: 0;
  padding: 0;
  height: 37px; /*--Subtract 1px from the height of the unordered list--*/
  line-height: 35px; /*--Vertically aligns the text within the tab--*/
  border-left: none;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
ul.tabs li a.linkstab {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 0 10px;
  outline: none;
  color: #808080;
}
ul.tabs li a.linkstab:hover, ul.tabs li.active a.linkstab {
  color: #000000;
  border-bottom: 3px solid #000000;
}

.tab_container {
  clear: both;
  float: left;
  width: 100%;
}

/* SINGLE LOCALIZACION */
.infowindow.itemloc figure {
  margin: 0;
}
.infowindow.itemloc figure img {
  width: 250px;
}
.infowindow.itemloc .textobanner {
  position: absolute;
  z-index: 300;
  padding: 5px 15px 10px 15px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 250px;
  bottom: 15px;
  color: #fff;
  text-align: left;
}
.infowindow.itemloc .textobanner-wrapper {
  width: 250px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 200;
  overflow: hidden;
  border-bottom: 60px solid #000;
}
.infowindow.itemloc .triangulotop {
  width: 600px;
  height: 0;
  border-left: 600px solid transparent;
  border-bottom: 160px solid #000000;
}
.infowindow.itemloc h2 {
  text-transform: uppercase;
  font-size: 13px;
}
.infowindow.itemloc h2 a {
  color: #fff;
}

.ficha figure {
  margin: 0;
}
.ficha img.imgppal {
  float: left;
}
.ficha .imggaleria {
  float: left;
}
.ficha .imggaleria img {
  width: 50%;
  float: left;
}

.searchwrapper {
  background-color: #e6e6e6;
  height: 100px;
}
.searchwrapper .wrap {
  position: relative;
}
.searchwrapper .linksobrebuscador {
  position: absolute;
  top: 25px;
  right: 0;
  text-transform: uppercase;
  border-bottom: 1px dashed #000000;
  text-decoration: none;
  font-size: 12px;
}
.searchwrapper .linksobrebuscador i {
  margin-right: 0;
  background-color: transparent;
  width: 35px;
  min-width: 35px;
}

.facetwp-facet-buscador {
  margin-bottom: 0;
}

.facetwp-radio.disabled[data-value=""].facetwp-radio[data-value=""], .facetwp-checkbox.disabled[data-value=""], .facetwp-checkbox[data-value=""] {
  display: none;
}

.facetwp-facet.facetwp-type-search {
  padding-top: 23px;
  width: 100%;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.facetwp-facet.facetwp-type-search .facetwp-search {
  background-color: #fff;
  margin-bottom: 0;
  width: 300px;
  height: 50px;
}
.facetwp-facet.facetwp-type-search .facetwp-btn {
  background-color: #fff200;
  border: 0;
  padding-left: 8px;
  height: 50px;
  margin-bottom: 0;
  line-height: 60px;
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  opacity: 1;
  position: relative;
  top: auto;
  width: 50px;
}

.buscadorloc {
  margin-bottom: 5px;
}
.buscadorloc div {
  text-align: center;
}
.buscadorloc div ul {
  margin: 23px auto 0px;
  padding: 0;
}
.buscadorloc div ul li {
  padding: 0;
  vertical-align: top;
}
.buscadorloc div input[type=text] {
  background-color: #fff;
  margin-bottom: 0;
  width: 450px;
  height: 50px;
}
.buscadorloc div input[type=submit] {
  background-color: #fff200;
  border: 0;
  padding-left: 8px;
  height: 50px;
  margin-bottom: 0;
  background-image: url(../images/lupa.png);
  background-position: center;
  background-size: 20px auto;
}

.searchwrapper .facetwp-icon {
  opacity: 1;
  background-color: #fff200;
}

.searchwrapper .facetwp-icon::before {
  background-image: url(../images/lupa.png);
  background-position: center;
  background-size: 20px auto;
  width: 50px;
}

/* Filtros localizaciones */
.open-filtroloc .num-filtros {
  position: absolute;
  border-radius: 50%;
  background-color: #fff200;
  top: -12px;
  right: -12px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  padding-left: 3px;
  display: none;
}

.filtroloc {
  padding: 0 0px;
  position: relative;
}
.filtroloc ul {
  padding-left: 0;
}
.filtroloc > div > ul {
  width: 100%;
}
.filtroloc h4 {
  margin-top: 5px;
}
.filtroloc label.chequeado {
  background-color: #fff200;
}
.filtroloc > div > ul > li:nth-child(3) {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
}

.filtroloc-v2-wrapper {
  position: relative;
  border: 0;
  padding: 0;
}
.filtroloc-v2-wrapper .reset-filtroloc {
  position: absolute;
  left: 25px;
  bottom: 0px;
  z-index: 10;
  top: auto;
}
.filtroloc-v2-wrapper .filtroloc-header {
  border-bottom: 1px solid #e6e6e6;
  padding: 20px;
}
.filtroloc-v2-wrapper .filtroloc-header .filtroloc-title {
  text-align: center;
  font-weight: 600;
  width: 100%;
  display: block;
}
.filtroloc-v2-wrapper .filtroloc-header .close-filtroloc {
  position: absolute;
  right: 20px;
  top: 25px;
}
.filtroloc-v2-wrapper::backdrop {
  background: rgba(0, 0, 0, 0.65);
}

.filtroloc-v2 {
  font-size: 14px;
}
.filtroloc-v2 input[type=submit] {
  background-color: #fff200;
  border-color: #fff200;
}
.filtroloc-v2 input[type=submit]:disabled {
  opacity: 0.5;
}
.filtroloc-v2 ul {
  padding-left: 0;
  width: 100%;
}
.filtroloc-v2 > div {
  position: relative;
  height: 600px;
  width: 780px;
  overflow-y: auto;
  border: 1px solid #e6e6e6;
}
.filtroloc-v2 > div > ul {
  width: 100%;
}
.filtroloc-v2 > div > ul > li > ul > li {
  width: 100%;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li {
  width: 100%;
  margin-top: 0px;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li > label {
  margin-bottom: 10px;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li .toggle-submenu {
  display: inline-block;
  cursor: pointer;
  background-image: url(../images/arrow_filter2.png);
  width: 25px;
  height: 25px;
  margin-left: 10px;
  margin-top: 5px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 18px auto;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li > ul.children {
  background-color: #e6e6e6;
  padding: 20px;
  display: none;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li.open > ul.children {
  display: flex;
  flex-wrap: wrap;
}
.filtroloc-v2 > div > ul > li > ul > li > ul.children > li > ul.children > li {
  width: 33.3%;
  margin-bottom: 10px;
}
.filtroloc-v2 > div > ul > li:nth-child(1) > ul > li {
  padding: 25px 25px 0 25px;
}
.filtroloc-v2 > div > ul > li:nth-child(1) > ul > li > label {
  font-size: 21px;
  background: none;
  padding-left: 0;
  margin-bottom: 10px;
}
.filtroloc-v2 > div > ul > li:nth-child(2) h4 {
  padding-left: 25px;
}
.filtroloc-v2 > div > ul > li:nth-child(2) > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 25px 0 25px;
}
.filtroloc-v2 > div > ul > li:nth-child(2) > ul > li {
  width: 33.3%;
  margin-bottom: 10px;
}
.filtroloc-v2 > div > ul > li:nth-child(2) > ul > li > label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.filtroloc-v2 > div > ul > li:nth-child(2) > ul > li h4 {
  font-size: 21px;
}
.filtroloc-v2 h4 {
  margin-top: 5px;
  font-size: 21px;
}
.filtroloc-v2 label {
  padding-left: 45px;
  background-image: url(../images/checkbox_unchecked.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left top;
}
.filtroloc-v2 label.child-checked {
  background-image: url(../images/checkbox_semichecked.png);
}
.filtroloc-v2 label.chequeado {
  background-image: url(../images/checkbox_checked.png);
}
.filtroloc-v2 > div > ul > li:nth-child(3) {
  float: none;
  clear: both;
  width: 100%;
  text-align: right;
  border-top: 1px solid #e6e6e6;
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 10;
  background-color: white;
  padding: 20px 25px 0 25px;
}

/* ACTUALIDAD INDICE NOTICIAS  */
.imgnoticia, img.wp-post-image.imgnoticia {
  float: left;
  margin: 0 20px 60px 0;
}

.preinfo {
  font-size: 12px;
  line-height: 15px;
}
.preinfo .footer-category {
  display: inline-block;
  background-color: #fff200;
  padding: 3px 5px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.preinfo .footer-category a {
  text-decoration: none;
  text-transform: lowercase;
}

.home #carruseldestacados {
  margin-bottom: 40px;
}

#carruseldestacados {
  margin-top: 40px;
}
#carruseldestacados .item {
  position: relative;
  padding: 0 20px;
}
#carruseldestacados .footer-category {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 30px;
  background-color: #fff200;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 15px;
  text-transform: lowercase;
}
#carruseldestacados .footer-category a {
  text-decoration: none;
}
#carruseldestacados .textobanner-wrapper {
  width: 300px;
  position: absolute;
  right: 10px;
  bottom: -20px;
}
#carruseldestacados .triangulotop {
  height: 0;
  border-left: 300px solid transparent;
  border-bottom: 80px solid #000000;
  display: block;
}
#carruseldestacados .textobanner {
  background-color: #000000;
  color: #fff;
  min-height: 110px;
  padding: 5px 10px 10px 10px;
  width: 300px;
  text-align: right;
  border-right: 1px solid #000000;
  position: relative;
}
#carruseldestacados .textobanner .post-date {
  color: #fff200;
  font-size: 11px;
  line-height: 1;
  position: absolute;
  display: block;
  right: 10px;
  top: -15px;
}
#carruseldestacados .textobanner h3 {
  margin: 0;
  padding: 0 0;
  font-size: 18px;
}
#carruseldestacados .textobanner h3 a {
  color: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-arrow {
  z-index: 800;
  padding: 0;
  border: none;
  outline: none;
  line-height: 0;
  height: 50px;
  width: 50px;
}

.slick-prev, .slick-prev:active {
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}

.slick-prev::before, .slick-next::before {
  background-image: url("../images/iconos.png");
  background-position: -700px 0;
  display: block;
  background-color: rgb(255, 255, 255);
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-size: auto 50px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: 1000;
  cursor: pointer;
}

.slick-next::before {
  background-image: url("../images/iconos.png");
  background-position: -350px 0;
  right: 0;
  left: auto;
}

.slick-next, .slick-next:active {
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
}

.slick-dots {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  transform: translateY(15px);
}
.slick-dots li {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #000000;
  margin: 0 5px;
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #fff200;
}

/*SINGLE noTICIA*/
.singleimagewrapper {
  position: relative;
}

.singleimagewrapper .triangulo {
  bottom: auto;
  top: -10px;
}

/* FORMS */
body .acf-fields > .acf-field {
  border-top: none;
  padding-left: 0;
  padding-right: 20px;
}

.txtcondiciones, .txtcondiciones p {
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}

/*gravity forms */
.ginput_container_multiselect select {
  height: 120px;
}

.ginput_container_textmno {
  width: 50%;
  float: left;
}

.datepicker .ui-datepicker-next, .datepicker .ui-datepicker-prev {
  background-image: none;
}

/* FORMULARIOS */
body .acf-field .acf-label {
  margin-bottom: 0px;
}

body .acf-field .acf-label .description {
  display: none !important;
}

body .acf-field .acf-label label {
  font-weight: 400;
}

body .acf-fields > .acf-field.cf {
  clear: none;
}

body .acf-fields > .acf-field.mensajeayuda {
  font-size: 10px;
  padding: 0;
}

#message p, .messagehigh {
  background-color: #fff200;
  padding: 3px 5px;
  display: inline-block;
}

.messagehigh a {
  text-decoration-color: black !important;
}

body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy, body .acf-fields .acf-field.acf-field-text, body .acf-fields .acf-field.acf-field-email, body .acf-fields .acf-field.acf-field-textarea,
body .acf-fields .acf-field.acf-field-date-picker, body .acf-fields .acf-field.acf-field-url, body .acf-fields .acf-field.acf-field-select, body .acf-fields .acf-field.acf-field-number, body .acf-fields .acf-field-wysiwyg,
body .acf-fields .acf-field.acf-field-taxonomy {
  position: relative;
  padding: 10px 10px 10px 0;
}
body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy .acf-label, body .acf-fields .acf-field.acf-field-text .acf-label, body .acf-fields .acf-field.acf-field-email .acf-label, body .acf-fields .acf-field.acf-field-textarea .acf-label,
body .acf-fields .acf-field.acf-field-date-picker .acf-label, body .acf-fields .acf-field.acf-field-url .acf-label, body .acf-fields .acf-field.acf-field-select .acf-label, body .acf-fields .acf-field.acf-field-number .acf-label, body .acf-fields .acf-field-wysiwyg .acf-label,
body .acf-fields .acf-field.acf-field-taxonomy .acf-label {
  position: absolute;
  z-index: 50;
  font-size: 10px;
  padding-left: 10px;
}
body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy .acf-input-wrap > input, body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy select, body .acf-fields .acf-field.acf-field-text .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-text select, body .acf-fields .acf-field.acf-field-email .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-email select, body .acf-fields .acf-field.acf-field-textarea .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-textarea select,
body .acf-fields .acf-field.acf-field-date-picker .acf-input-wrap > input,
body .acf-fields .acf-field.acf-field-date-picker select, body .acf-fields .acf-field.acf-field-url .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-url select, body .acf-fields .acf-field.acf-field-select .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-select select, body .acf-fields .acf-field.acf-field-number .acf-input-wrap > input, body .acf-fields .acf-field.acf-field-number select, body .acf-fields .acf-field-wysiwyg .acf-input-wrap > input, body .acf-fields .acf-field-wysiwyg select,
body .acf-fields .acf-field.acf-field-taxonomy .acf-input-wrap > input,
body .acf-fields .acf-field.acf-field-taxonomy select {
  padding: 10px 5px 0px 10px;
  height: 50px;
}
body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy textarea, body .acf-fields .acf-field.acf-field-text textarea, body .acf-fields .acf-field.acf-field-email textarea, body .acf-fields .acf-field.acf-field-textarea textarea,
body .acf-fields .acf-field.acf-field-date-picker textarea, body .acf-fields .acf-field.acf-field-url textarea, body .acf-fields .acf-field.acf-field-select textarea, body .acf-fields .acf-field.acf-field-number textarea, body .acf-fields .acf-field-wysiwyg textarea,
body .acf-fields .acf-field.acf-field-taxonomy textarea {
  padding: 20px 5px 0px 10px;
}
body tr.acf-row .acf-fields .acf-field.acf-field-taxonomy .acf-notice.-error, body .acf-fields .acf-field.acf-field-text .acf-notice.-error, body .acf-fields .acf-field.acf-field-email .acf-notice.-error, body .acf-fields .acf-field.acf-field-textarea .acf-notice.-error,
body .acf-fields .acf-field.acf-field-date-picker .acf-notice.-error, body .acf-fields .acf-field.acf-field-url .acf-notice.-error, body .acf-fields .acf-field.acf-field-select .acf-notice.-error, body .acf-fields .acf-field.acf-field-number .acf-notice.-error, body .acf-fields .acf-field-wysiwyg .acf-notice.-error,
body .acf-fields .acf-field.acf-field-taxonomy .acf-notice.-error {
  margin-bottom: 0;
}

.acf-field p.description {
  margin-bottom: 10px;
}

.acf-input-prepend, .acf-input-append, body .acf-input-wrap {
  height: 50px;
}

body tr.acf-row td.acf-fields {
  padding-bottom: 10px !important;
  padding-top: 10px !important;
}

body .acf-fields .acf-field.acf-field-taxonomy .select2-container--default .select2-selection--single {
  background-color: #e6e6e6;
  padding: 0px 5px 0px 10px;
  height: 50px;
  border: none;
  border-radius: 0;
}
body .acf-fields .acf-field.acf-field-taxonomy .select2-container--default .select2-selection--single span {
  height: 50px;
}
body .acf-fields .acf-field.acf-field-taxonomy .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 15px;
  padding-left: 0;
}

.login-username label, .login-password label {
  font-weight: 600;
}

#signupform .form-row {
  position: relative;
  width: 50%;
  float: left;
  padding: 10px 10px 10px 0;
  margin-bottom: 0;
}
#signupform .form-row label {
  position: absolute;
  z-index: 50;
  font-size: 10px;
  padding-left: 20px;
  left: 0;
}
#signupform .form-row label.notificacion {
  padding-left: 20px;
}
#signupform .form-row input[type=text], #signupform .form-row input[type=email], #signupform .form-row select {
  padding: 10px 5px 0px 10px;
  height: 50px;
  margin-bottom: 0;
  float: left;
}
#signupform .form-row textarea {
  padding: 20px 5px 0px 10px;
  margin-bottom: 0;
}
#signupform .form-row label.normalsize {
  font-size: inherit;
}
#signupform .form-row #notificaciones ~ label {
  padding-left: 18px;
}

#signupform .wrapfullwidth {
  width: 100%;
  clear: both;
}

body .acf-fields .acf-field.acf-field-url .acf-label {
  padding-left: 24px;
}

.acf-taxonomy-field .acf-checkbox-list ul.children span {
  font-size: 10px;
}

.acf-taxonomy-field .categorychecklist-holder {
  background-color: #e6e6e6;
  max-height: 250px;
  overflow: hidden;
}

.acf-taxonomy-field .categorychecklist-holder > .acf-checkbox-list {
  height: 200px;
  overflow: auto;
  margin-top: 50px;
}

.acf-field.acf-field-true-false {
  padding-top: 2px;
}
.acf-field.acf-field-true-false .message {
  padding-left: 5px;
}

.acf-input .acf-checkbox-list {
  margin-bottom: 0;
}

.acf-field-true-false .acf-true-false label {
  font-size: 13px;
}

body .acf-fields > .acf-field-group {
  padding-right: 0;
}
body .acf-fields > .acf-field-group > .acf-label > label {
  font-weight: 600;
  font-size: 16px;
}
body .acf-fields > .acf-field-group .acf-fields.-border {
  border: 0;
}

body .acf-field.acf-error .acf-label {
  top: 50px;
}
body .acf-field.acf-error .acf-notice.-error {
  margin-bottom: 0;
}

body .acf-ui-datepicker .ui-widget select {
  display: inline-block;
  padding-right: 15px !important;
  padding-left: 5px;
  font-size: 11px;
  height: 30px;
}

.titlegroup {
  font-size: 16px;
}

body .acf-field-5bfbe674186a7 > .acf-label label, body .acf-field-5c779e6006398 > .acf-label label, body .acf-field-5c892d820234b > .acf-label label, body .acf-field-5b114e498df27 > .acf-label label {
  font-size: 16px;
  font-weight: 600;
}
body .acf-field-5bfbe674186a7 .acf-actions, body .acf-field-5c779e6006398 .acf-actions, body .acf-field-5c892d820234b .acf-actions, body .acf-field-5b114e498df27 .acf-actions {
  text-align: left;
}
body .acf-field-5bfbe674186a7 .acf-button, body .acf-field-5c779e6006398 .acf-button, body .acf-field-5c892d820234b .acf-button, body .acf-field-5b114e498df27 .acf-button {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 0;
  font-family: inherit;
  text-transform: none;
  text-decoration: underline;
  cursor: pointer;
  background-image: none;
}
body .acf-field-5bfbe674186a7 td.acf-fields, body .acf-field-5c779e6006398 td.acf-fields, body .acf-field-5c892d820234b td.acf-fields, body .acf-field-5b114e498df27 td.acf-fields {
  padding-bottom: 40px;
}
body .acf-field-5bfbe674186a7 .acf-table, body .acf-field-5c779e6006398 .acf-table, body .acf-field-5c892d820234b .acf-table, body .acf-field-5b114e498df27 .acf-table {
  border: 0;
}
body .acf-field-5bfbe674186a7 input[type=file], body .acf-field-5c779e6006398 input[type=file], body .acf-field-5c892d820234b input[type=file], body .acf-field-5b114e498df27 input[type=file] {
  font-family: inherit;
  vertical-align: bottom;
}
body .acf-field-5bfbe674186a7 .acf-row-handle, body .acf-field-5c779e6006398 .acf-row-handle, body .acf-field-5c892d820234b .acf-row-handle, body .acf-field-5b114e498df27 .acf-row-handle {
  display: none;
}
body .acf-field-5bfbe674186a7 .acf-field, body .acf-field-5c779e6006398 .acf-field, body .acf-field-5c892d820234b .acf-field, body .acf-field-5b114e498df27 .acf-field {
  width: 50%;
  clear: none;
  float: left;
}
body .acf-field-5bfbe674186a7 td, body .acf-field-5bfbe674186a7 th, body .acf-field-5bfbe674186a7 .acf-field, body .acf-field-5c779e6006398 td, body .acf-field-5c779e6006398 th, body .acf-field-5c779e6006398 .acf-field, body .acf-field-5c892d820234b td, body .acf-field-5c892d820234b th, body .acf-field-5c892d820234b .acf-field, body .acf-field-5b114e498df27 td, body .acf-field-5b114e498df27 th, body .acf-field-5b114e498df27 .acf-field {
  border: 0 !important;
}

body .acf-field-5c779e6006398 > .acf-label label {
  font-size: 16px;
  font-weight: 600;
}
body .acf-field-5c779e6006398 .acf-actions {
  text-align: left;
}
body .acf-field-5c779e6006398 .acf-button {
  border: 0;
  padding-left: 0;
  margin-left: 0;
  letter-spacing: 0;
  font-family: inherit;
  text-transform: none;
  text-decoration: underline;
  cursor: pointer;
  background-image: none;
}
body .acf-field-5c779e6006398 .acf-table {
  border: 0;
}
body .acf-field-5c779e6006398 input[type=file] {
  font-family: inherit;
  vertical-align: bottom;
}
body .acf-field-5c779e6006398 .acf-row-handle {
  display: none;
}
body .acf-field-5c779e6006398 .acf-field {
  width: 50%;
  clear: none;
  float: left;
}
body .acf-field-5c779e6006398 td, body .acf-field-5c779e6006398 th, body .acf-field-5c779e6006398 .acf-field {
  border: 0 !important;
}

span.status {
  float: right;
  letter-spacing: 0;
}
span.status.enviado {
  color: red;
}
span.status.enproceso {
  color: orange;
}
span.status.terminado {
  color: green;
}
span.status.desarrollo {
  color: red;
}
span.status.preproduccion {
  color: orange;
}
span.status.rodaje {
  color: green;
}
span.status.promocion {
  color: blue;
}
span.status.postproduccion {
  color: black;
}

.masinfo.consulta h2 {
  font-size: 14px;
  clear: both;
  text-transform: none;
}

.single-template_projects .enviarconsulta {
  clear: both;
  float: left;
  width: 100%;
}
.single-template_projects .selection {
  border: none;
}
.single-template_projects .acf-relationship .selection .values, .single-template_projects .acf-relationship .selection .choices {
  width: 100%;
}
.single-template_projects .acf-relationship .selection .choices {
  border: solid 1px #DFDFDF;
  border-top: 0;
}
.single-template_projects .acf-relationship .selection .choices ul.list {
  height: 220px;
}
.single-template_projects .acf-relationship .selection .choices .thumbnail {
  width: 50px;
  height: 50px;
}
.single-template_projects .acf-relationship .selection .choices .thumbnail img {
  max-width: 50px;
  max-height: 50px;
}
.single-template_projects .acf-relationship .selection .choices .linkproject {
  display: none;
}
.single-template_projects .acf-relationship .selection .choices .acf-rel-item {
  min-height: 56px;
}
.single-template_projects .acf-relationship .selection .values {
  padding-top: 20px;
}
.single-template_projects .acf-relationship .selection .values ul.list {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.single-template_projects .acf-relationship .selection .values ul.list li {
  width: 33%;
}
.single-template_projects .acf-relationship .selection .values .thumbnail {
  width: 100%;
  height: auto;
  background: transparent;
}
.single-template_projects .acf-relationship .selection .values .thumbnail img {
  max-width: 100%;
  max-height: 400%;
  margin-top: 25px;
}
.single-template_projects .acf-relationship .selection .values .acf-rel-item {
  min-height: 128px;
}

body .acf-field-5d822b7e3c296 > .acf-input > .acf-fields > .acf-field > .acf-label > label {
  font-size: 14px;
  font-weight: normal;
}

div.my_formlocation .wp-editor-tabs, div.my_formlocation .quicktags-toolbar {
  display: none;
}

div.my_formlocation input.campoestimacion {
  width: 80px;
  display: inline;
  height: 30px;
}
div.my_formlocation label.campoestimacion {
  margin-left: 0px;
}
div.my_formlocation .acf-field-wysiwyg textarea {
  height: 120px !important;
  min-height: 120px !important;
  color: #000;
}
div.my_formlocation .acf-field-wysiwyg .wp-editor-area {
  color: #000;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
div.my_formlocation .acf-field-5b0bdc616e829 textarea {
  height: 180px !important;
}
div.my_formlocation .acf-required {
  color: red;
}
div.my_formlocation .acf-field-wysiwyg.conopciones label {
  font-size: 12px;
}
div.my_formlocation .acf-field-wysiwyg.conopciones .acf-label label {
  padding-left: 0px;
  font-size: 10px;
}
div.my_formlocation .acf-field-wysiwyg.conopciones .acf-label label:last-of-type {
  margin-bottom: 20px;
}
div.my_formlocation .acf-field-wysiwyg.conopciones .wp-editor-wrap {
  padding-left: 0px;
}
div.my_formlocation .acf-field-wysiwyg.conopciones textarea {
  min-height: 50px !important;
  height: 50px !important;
}
div.my_formlocation .acf-field-wysiwyg.inputconpredef input[type=checkbox] {
  margin-left: 0px;
}
div.my_formlocation .acf-field-wysiwyg.inputconpredef textarea {
  height: 50px !important;
}

div[data-taxonomy=professional_category] .categorychecklist-holder > ul > li > label > input,
div[data-taxonomy=business_category] .categorychecklist-holder > ul > li > label > input,
div[data-taxonomy=business_category] .categorychecklist-holder > ul > li > ul > li > label > input {
  display: none;
}

.acf-field-5acce0f536efb ul.acf-checkbox-list, .acf-field-5acb95e5688ed ul.acf-checkbox-list, .acf-field-5acb959fa77d5 ul.acf-checkbox-list {
  margin-top: 40px;
}

/*DIRECTORIO*/
.page-template-page-directorio h1 {
  margin-bottom: 0px;
  margin-top: 1em;
}

h2.titdirectorio {
  margin-top: 15px;
  margin-bottom: 10px;
}

.indicedirectorio {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
  padding: 0;
}
.indicedirectorio > div {
  margin: 30px 0 20px 0;
  background-color: #e6e6e6;
  position: relative;
}
.indicedirectorio > div:nth-child(2n+1) {
  background-color: #e6e6e6;
}
.indicedirectorio ul {
  padding-left: 30px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.indicedirectorio li {
  list-style: none;
  margin-bottom: 4px;
  font-size: 0.9em;
  line-height: 1.5em;
}
.indicedirectorio li a {
  text-decoration: none;
}
.indicedirectorio li a:hover {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.indicedirectorio div:hover h3 {
  background-image: url(../images/forma300rev_2.png);
  color: #000000;
}
.indicedirectorio div:hover h3 a {
  color: #000000;
}
.indicedirectorio figure {
  margin: 0;
  padding: 0;
  margin-right: -1.5em;
}
.indicedirectorio img {
  width: 100%;
  height: auto;
  margin-top: 0px;
}
.indicedirectorio h3 {
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  top: -10px;
  text-align: center;
  background-image: url(../images/forma300rev.png);
  background-size: cover;
  height: 0;
  padding: 15px 10px calc(25% - 10px) 10px;
  margin: 0px 0 20px 25%;
  width: 50%;
  color: #fff;
}
.indicedirectorio h3 a {
  color: #fff;
}

.businesslist-expand-all, .businesslist-close-all {
  cursor: pointer;
  border-bottom: 1px dashed #000000;
  text-decoration: none;
  float: right;
  margin-top: -34px;
  height: 20px;
  display: block;
  font-size: 12px;
}

.wrapperbusinesscat {
  margin-bottom: 30px;
}

.titlebusiness {
  border-bottom: 2px solid #000000;
  margin-bottom: 0;
  padding-bottom: 9px;
  padding-right: 95px;
}

.businesslist {
  border-radius: 5px;
  margin-left: 0px;
  background-color: #fff;
}
.businesslist .item-content {
  padding: 0 20px 0px 0;
}
.businesslist .item-content .datoscontacto {
  font-size: 12px;
  line-height: 1.6em;
}
.businesslist .item-content .colall {
  float: left;
  margin: 20px 0 0px 0;
  margin-left: 40px;
}
.businesslist .item-content .colall .iconoslinks {
  padding-bottom: 20px;
}
.businesslist .item-content .colall p {
  margin-top: 0px;
  margin-bottom: 0px;
}
.businesslist .item-content .col1 {
  float: left;
  margin: 20px 0 0 0;
  margin-left: 40px;
}
.businesslist .item-content .col2 {
  float: left;
  margin: 20px 0 0 0;
}
.businesslist .item-content a {
  text-decoration: none;
}
.businesslist .item-content .categorieslist a {
  border: none;
  background-color: #fff200;
  padding: 0 7px;
  margin-right: 5px;
}
.businesslist .info-content {
  padding-bottom: 20px;
}
.businesslist .info-content .categorieslist a {
  border: none;
  background-color: #fff200;
}
.businesslist .wrapitem {
  padding-right: 20px;
  float: left;
  width: 100%;
  clear: both;
  min-height: 50px;
  line-height: 28px;
  border-top: 1px dashed #ccc;
  margin: 0;
  padding-top: 12px;
  padding-bottom: 8px;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
}
.businesslist .wrapitem .clicmore {
  cursor: pointer;
  min-height: 30px;
  float: left;
}
.businesslist .wrapitem.over {
  background-color: #e6e6e6;
}
.businesslist .wrapitem.open {
  background-color: #e6e6e6;
  border-top: 2px solid #000000;
}
.businesslist .wrapitem h4 {
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  margin: 0;
  line-height: 28px;
}
.businesslist .wrapitem span.icono.mas {
  background-color: transparent;
  height: 30px;
  background-position-y: -6px;
  margin-right: 0;
  float: left;
}
.businesslist .wrapitem:first-child {
  border-top: transparent;
}
.businesslist .wrapitem .name {
  width: calc(100% - 50px);
  float: left;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.businesslist .wrapitem .tel, .businesslist .wrapitem .web, .businesslist .wrapitem .email {
  float: left;
  display: block;
  border-bottom: 1px dashed #000000;
  text-decoration: none;
  border: none;
}
.businesslist .wrapitem .web:hover, .businesslist .wrapitem .email:hover {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.businesslist .wrapitem .tel {
  text-decoration: none;
}
.businesslist .wrapitem .email {
  float: right;
  text-align: right;
}
.businesslist .wrapitem .web {
  float: right;
  text-align: right;
}
.businesslist p {
  margin: 0;
  padding: 0 0 15px 0;
}

.businesslist .item-content .colall, .businesslist .item-content .col1, .businesslist .item-content .col2 {
  width: calc(100% - 40px);
  margin-left: 40px;
}
.businesslist .item-content .categorieslist {
  margin-bottom: 20px;
  margin-top: 0px;
}
.businesslist .item-content img {
  max-width: 180px;
  height: auto;
  max-height: 120px;
}
.businesslist .wrapitem .clicmore {
  width: 100%;
}
.businesslist .wrapitem .tel {
  display: none;
}
.businesslist .wrapitem .email {
  display: none;
}
.businesslist .wrapitem .web {
  display: none;
}
.businesslist .experiencelist table {
  font-size: 0.85em;
  margin-bottom: 20px;
}
.businesslist .experiencelist table td, .businesslist .experiencelist table th {
  padding: 3px 5px;
  vertical-align: top;
}
.businesslist .experiencelist table td a {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.businesslist .experiencelist table th {
  background-color: #e6e6e6;
  text-align: left;
}

.businesslist.singleitem .item-content .colall, .businesslist.singleitem .item-content .col1, .businesslist.singleitem .item-content .col2 {
  margin-left: 0px;
}

.table-of-contents .menucats li {
  padding-left: 20px;
  background-image: url(../images/bullet_blanco.png);
  background-repeat: no-repeat;
  background-position: 5px 6px;
}
.table-of-contents .menucats li a {
  text-decoration: none;
}
.table-of-contents .menucats > li {
  background-image: none;
  margin-bottom: 15px;
}
.table-of-contents .menucats > li > a {
  font-weight: 600;
}
.table-of-contents .menucats ul.children {
  display: none;
  padding-right: 0;
  margin-top: 0;
  padding: 5px 0;
}
.table-of-contents .menucats li.current-cat > a, .table-of-contents .menucats li.current-cat-ancestor > a {
  font-weight: 600;
}
.table-of-contents .menucats li.open > ul.children, .table-of-contents .menucats li.open > ul.children, .table-of-contents .menucats li.current-cat > ul.children, .table-of-contents .menucats li.current-cat-ancestor > ul.children {
  display: block;
}

.table-of-contents .menucats.business_category > li > ul > li {
  padding-left: 25px;
  background-image: url(../images/bullet_on.png);
  background-position: 5px 0px;
}
.table-of-contents .menucats.business_category > li > ul > li > a {
  margin-left: -30px;
  padding-left: 30px;
}
.table-of-contents .menucats.business_category > li > ul > li.current-cat-ancestor, .table-of-contents .menucats.business_category > li > ul > li.current-cat, .table-of-contents .menucats.business_category > li > ul > li.openchild {
  background-image: url(../images/bullet_down.png);
  background-position: 0px 8px;
}
.table-of-contents .menucats.business_category > li > ul.children {
  display: block;
}

.table-of-contents .menucats.professional_category li {
  padding-left: 25px;
}
.table-of-contents .menucats.professional_category > li > a {
  font-weight: 600;
  margin-left: -30px;
  padding-left: 30px;
}
.table-of-contents .menucats.professional_category > li {
  padding-left: 45px;
  background-image: url(../images/bullet_on.png);
  background-position: 25px 0px;
}
.table-of-contents .menucats.professional_category > li.current-cat-ancestor, .table-of-contents .menucats.professional_category > li.current-cat, .table-of-contents .menucats.professional_category > li.openchild {
  background-image: url(../images/bullet_down.png);
  background-position: 20px 8px;
}

/* FILMOGRAFIA */
.filmo-mapicon {
  background-image: url(../images/iconmapa2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.filmo-mapicon.selectedMarker {
  background-image: url(../images/iconmapa2_yellow.png);
}
.filmo-mapicon.selectedMarker span {
  color: #000000;
}
.filmo-mapicon span {
  display: block;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.filmo-mapicon.icon-l span {
  line-height: 60px;
  font-size: 2em;
}
.filmo-mapicon.icon-m span {
  line-height: 45px;
  font-size: 1.3em;
}

.marker-cluster {
  width: 30px !important;
  height: 30px !important;
  background-color: black;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.contentfilmografia .tab_container {
  width: inherit;
  clear: none;
}

.facetwp-counts, .facetwp-facet-count {
  display: inline;
}

.facetwp-facet.facetwp-facet-cargarmas {
  margin-bottom: 10px;
  margin-top: -20px;
}
.facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more {
  padding: 5px 10px;
  letter-spacing: 0;
}
.facetwp-facet.facetwp-facet-cargarmas .facetwp-load-more.facetwp-hidden {
  display: none;
}

body .facetwp-selections ul {
  padding-left: 0;
}
body .facetwp-selections ul li span {
  display: block;
  background-color: #fff200;
  padding: 3px;
  margin-right: 5px;
}
body .facetwp-selections .facetwp-selection-value {
  background-position: calc(100% - 3px) center;
  padding-right: 20px;
}
body .facetwp-selections .facetwp-selection-label {
  display: none;
}

#filtrofilmografia {
  background-color: #e6e6e6;
  padding: 0;
  float: right;
  border-bottom: 1px solid #ccc;
}
#filtrofilmografia .grupofiltros {
  display: none;
}
#filtrofilmografia h3 {
  font-size: 13px;
  font-weight: 600;
  padding-left: 12px;
  margin-top: 13px;
  margin-bottom: 11px;
}
#filtrofilmografia .fs-label-wrap-mfo, #filtrofilmografia .fs-label-wrap {
  background-color: #e6e6e6;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-color: #ccc;
  cursor: pointer;
  position: relative;
  border-top: 1px solid #ccc;
  width: 100%;
}
#filtrofilmografia .fs-wrap-mfo {
  margin-bottom: 7px;
}
#filtrofilmografia .fs-label-wrap-mfo .fs-label-mfo, #filtrofilmografia .fs-label-wrap .fs-label {
  padding: 12px 22px 6px 45px;
  font-weight: 600;
  line-height: 14px;
}
#filtrofilmografia .fs-open .fs-label, #filtrofilmografia .fs-open .fs-label-mfo {
  font-weight: 600;
}
#filtrofilmografia .fs-dropdown {
  background-color: #e6e6e6;
  position: relative;
}
#filtrofilmografia .fs-arrow-mfo, #filtrofilmografia .fs-arrow {
  border: 0;
  background-image: url(../images/bullet_on.png);
  right: 10px;
  width: 30px;
  height: 30px;
  top: 6px;
  opacity: 1;
  margin: 0;
  position: absolute;
  top: 3px;
  left: 10px;
  transition: none;
  transform: none;
  background-repeat: no-repeat;
  background-position: center center;
}
#filtrofilmografia .fs-open .fs-arrow, #filtrofilmografia .fs-open .fs-arrow-mfo {
  opacity: 1;
  background-image: url(../images/bullet_down.png);
}
#filtrofilmografia .options {
  border: 0;
  padding: 10px 10px 10px 45px;
  line-height: 1.2em;
}
#filtrofilmografia .options .facetwp-type-fselect .fs-label-wrap {
  display: none !important;
}
#filtrofilmografia .options .facetwp-type-fselect .fs-dropdown.hidden {
  display: block;
}
#filtrofilmografia .options .facetwp-radio, #filtrofilmografia .options .facetwp-checkbox {
  margin-bottom: 9px;
}
#filtrofilmografia .fs-option-label {
  overflow: hidden;
}
#filtrofilmografia .fs-dropdown .fs-options {
  overflow-x: hidden;
  overflow-y: auto;
}
#filtrofilmografia .fs-dropdown {
  border: 0;
  padding-left: 38px;
  z-index: 500;
}
#filtrofilmografia .fs-option, #filtrofilmografia .fs-search, #filtrofilmografia .fs-optgroup-label {
  border: 0;
}
#filtrofilmografia .fs-wrap, #filtrofilmografia .facetwp-type-fselect .fs-wrap, #filtrofilmografia .facetwp-type-fselect .fs-dropdown {
  width: 100%;
}
#filtrofilmografia .facetwp-facet {
  margin-bottom: 0;
}
#filtrofilmografia .fs-search input {
  background-color: #fff;
  padding-left: 10px;
}
#filtrofilmografia .facetwp-radio {
  background-image: url("../images/radio2.png");
}
#filtrofilmografia .facetwp-radio.checked {
  background-image: url("../images/radio-on2.png");
}

#indicecatlocalizaciones.indicefilmografia h2 {
  background-image: url(../images/forma300.png);
  padding: calc(30% - 25px) 10px 40px 10px;
  bottom: -3px;
  top: auto;
}
#indicecatlocalizaciones.indicefilmografia li:hover h2 {
  background-image: url(../images/forma300_2.png);
}

.headerfilmo {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.headerfilmo h1 {
  width: auto;
}
.headerfilmo h1 span.counts {
  font-size: 0.5em;
  letter-spacing: 1px;
  position: absolute;
  line-height: 1em;
  bottom: -10px;
  left: 0;
}
.headerfilmo .facetwp-selections {
  margin-top: 45px;
  margin-left: 40px;
}
.headerfilmo ul.tabs.extratablink {
  flex-grow: 3;
}

ul.tabs.extratablink {
  margin-top: 35px;
  position: relative;
  z-index: 10;
  height: auto;
}
ul.tabs.extratablink li {
  float: right;
  height: 40px;
  margin-right: 0;
  margin-left: 15px;
}
ul.tabs.extratablink .linkstab {
  border: none;
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
ul.tabs.extratablink .linkstab i {
  margin-right: 10px;
}

.contentficha .extratablink {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.contentficha .extratablink .linkstab {
  border: none;
  text-decoration: underline;
  text-decoration-style: dashed;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
}
.contentficha .extratablink .linkstab i {
  margin-right: 10px;
}

#indicefilmografia {
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
}
#indicefilmografia .facetwp-template {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#indicefilmografia .facetwp-template div.item {
  width: 50%;
  padding-right: 2px;
  margin-bottom: 30px;
}
#indicefilmografia .facetwp-template div.item figure {
  height: 80%;
  overflow: hidden;
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
#indicefilmografia .facetwp-template div.item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0;
}
#indicefilmografia .facetwp-template div.item h2 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 0 0;
  font-weight: 600;
}

.galwrapper {
  height: 100%;
  background-color: black;
}

.contenidos_adicionales {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.contenidos_adicionales div.imggallery {
  overflow: hidden;
  height: calc(100% - 53px);
  position: relative;
}
.contenidos_adicionales .slick-list, .contenidos_adicionales .slick-track, .contenidos_adicionales .slick-slide div, .contenidos_adicionales .slick-slide img {
  width: 100%;
  height: 100%;
}
.contenidos_adicionales .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
}
.contenidos_adicionales h3 {
  font-weight: 500;
  margin: 0.8em 0 0.5em;
  width: 100%;
}

.txtfichaproduccion table {
  margin-top: 20px;
  margin-bottom: 30px;
  padding-right: 0;
}
.txtfichaproduccion table td, .txtfichaproduccion table th {
  padding: 0;
  line-height: 1.6em;
  padding-top: 5px;
}
.txtfichaproduccion table tr.locationinfo {
  background-color: #e6e6e6;
}
.txtfichaproduccion table th {
  padding-left: 5px;
  font-weight: 600;
  min-width: 170px;
  text-align: left;
  vertical-align: top;
}
.txtfichaproduccion .contentficha .categorieslist {
  margin: 0;
}
.txtfichaproduccion .contentficha .categorieslist span, .txtfichaproduccion .contentficha .categorieslist a {
  font-size: 14px;
  text-transform: none;
}
.txtfichaproduccion .contentficha .icono.flecha {
  background-color: transparent;
  margin-right: 0;
}
.txtfichaproduccion h3 {
  font-weight: 600;
  margin: 1.2em 0 0.5em;
}

.iframewrapper {
  padding-bottom: 59.5%;
  position: relative;
  display: block;
  width: 100%;
}
.iframewrapper iframe {
  height: calc(100% - 8px);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebarficha {
  margin-top: 35px;
}
.sidebarficha iframe {
  max-width: 100%;
}
.sidebarficha h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.trianguleoncorner {
  position: relative;
  padding-left: 8px;
  padding-top: 8px;
}
.trianguleoncorner > img, .trianguleoncorner .slick-list {
  position: relative;
  z-index: 15;
}
.trianguleoncorner iframe {
  top: 8px;
  left: 8px;
  width: calc(100% - 8px);
  z-index: 15;
}
.trianguleoncorner .slick-next, .trianguleoncorner .slick-next:active, .trianguleoncorner .slick-prev, .trianguleoncorner .slick-prev:active {
  top: 50%;
}

.trianguleoncorner:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: #fff200 transparent transparent transparent;
}

/*PAGINA DATOS */
.img-cabecera {
  margin-bottom: 50px;
  align-content: flex-end;
  overflow: visible;
  aspect-ratio: 2/1;
  width: calc(100% - 10px);
  min-height: auto;
  display: block;
  padding: 10px;
}
.img-cabecera .wp-block-cover__image-background, .img-cabecera .wp-block-cover__inner-container {
  position: relative;
}
.img-cabecera:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 150px 150px 0 0;
  border-color: #fff200 transparent transparent transparent;
}
.img-cabecera img {
  aspect-ratio: 2/1;
  z-index: 15;
}
.img-cabecera .wp-block-cover__background {
  opacity: 0 !important;
}
.img-cabecera .wp-block-cover__inner-container {
  text-align: center;
  width: calc(100% - 20px);
  margin: -10px auto 0 auto;
  z-index: 20;
}
.img-cabecera .wp-block-cover__inner-container p {
  background-color: #fff200;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 600;
  padding: 7px 12px;
  margin: 0 auto;
  font-size: 28px !important;
  color: #000 !important;
  letter-spacing: 2px;
}

/*TEXTO PAGINA*/
.table-of-contents {
  background-color: #e6e6e6;
  overflow-y: auto;
}
.table-of-contents ul {
  padding: 1.5em 20px 20px 0;
  margin-top: 20px;
}
.table-of-contents ul li {
  list-style: none;
  /*
  background-image: url('../images/bullet_blanco.png');
  background-repeat: no-repeat;
  background-position: 0px 3px;
  */
  padding-left: 20px;
}
.table-of-contents ul li a {
  text-decoration: none;
}
.table-of-contents ul li a:hover {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.table-of-contents ul li.headerH2 {
  margin-top: 7px;
}
.table-of-contents ul li.headerH2:first-child {
  margin-top: 0;
}
.table-of-contents ul li.headerH3 {
  font-size: 0.8em;
  padding-left: 30px;
}

body.page-template-page-producciones main {
  margin-bottom: 0;
}
body.page-template-page-producciones main .filmowrapper {
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

#textficha.animate__animated, #ventanabuscador.animate__animated, .single-versos_tipo #textficha {
  display: block;
}

.anterior, .siguiente, .aleatorio, #textficha .volverresultado {
  cursor: pointer;
  color: #e6e6e6;
  font-size: 12px;
  text-transform: uppercase;
}

.anterior i, .siguiente i, .aleatorio i, .numresultado, .totalresultados {
  line-height: 40px;
}

body .leaflet-top, body .leaflet-bottom {
  z-index: 400;
}

#textficha {
  background-color: #e6e6e6;
  position: absolute;
  height: 100%;
  right: 0;
  top: auto;
  display: none;
  text-align: center;
  padding: 30px 30px 20px 30px;
  border-right: 1px solid #ddd;
  z-index: 500;
  padding-right: 10px;
}
#textficha h2, #textficha p, #textficha span {
  color: #000000;
}
#textficha h2 {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 600;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
#textficha a.linklocficha {
  text-transform: uppercase;
  border-bottom: 0;
  text-decoration: none;
  font-size: 12px;
  text-align: left;
  display: block;
  padding-left: 40px;
  margin-top: -40px;
  padding-bottom: 15px;
  position: relative;
}
#textficha > h2 {
  font-weight: 200;
  text-align: left;
  background-image: url(../images/iconmap.png);
  background-repeat: no-repeat;
  padding-left: 40px;
  font-size: 1.35em;
  letter-spacing: 0px;
  padding-bottom: 20px;
  margin-top: 0;
  width: calc(100% - 30px);
}
#textficha #innertextficha {
  overflow-y: auto;
  height: calc(100% - 75px);
  padding-right: 20px;
}
#textficha #innertextficha ul {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#textficha #innertextficha ul li {
  list-style: none;
  width: 50%;
  clear: both;
  text-align: left;
  margin-bottom: 20px;
}
#textficha #innertextficha ul li figure {
  margin: 0 0px 10px 0;
  width: calc(100% - 0px);
  height: 200px;
  text-align: center;
  float: left;
}
#textficha #innertextficha ul li figure img {
  margin: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#textficha #innertextficha ul li figure img.pordefecto {
  border: 1px solid black;
}
#textficha #innertextficha ul li .textoprod {
  float: left;
  font-size: 0.8rem;
}
#textficha #innertextficha ul li h2 {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  font-weight: 600;
  padding-right: 0px;
  margin-bottom: 0;
  margin-top: 0;
}
#textficha #innertextficha ul li:nth-child(2n+1) {
  padding-right: 5px;
}
#textficha #innertextficha ul li:nth-child(2n) {
  padding-left: 5px;
}
#textficha .pasoid {
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}
#textficha .pasoid:after {
  content: " ";
  background-color: #000000;
  display: block;
  width: 50px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 25px);
}
#textficha .botcerrarficha {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  color: #e6e6e6;
  background-size: contain;
  height: 20px;
  width: 20px;
  background-image: url(../images/cerrar.png);
}
#textficha .acciones {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 0 20px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
#textficha .acciones .anterior i {
  color: #e6e6e6;
}
#textficha .acciones .siguiente i {
  color: #e6e6e6;
}
#textficha .acciones .resultados {
  display: none;
  color: #e6e6e6;
  cursor: pointer;
}
#textficha .acciones .numresultado, #textficha .acciones .totalresultados {
  color: #e6e6e6;
}
#textficha .acciones .disable {
  color: #e6e6e6;
}
#textficha .acciones .disable i {
  color: #e6e6e6;
}

/* PRIVATE AREA */
.h2subarea {
  float: left;
  width: 100%;
}

#pa_menu {
  margin-top: 30px;
  padding-right: 5%;
}
#pa_menu ul {
  padding-left: 0;
}
#pa_menu li {
  list-style: none;
  margin-bottom: 2px;
}
#pa_menu li.logout a, #pa_menu li.logout a:hover {
  background-color: transparent;
  padding-left: 30px;
  background-image: url("../images/logout_negro.png");
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: 5px 5px;
  margin-top: 10px;
}
#pa_menu li a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #e6e6e6;
}
#pa_menu li a:hover {
  background-color: #e6e6e6;
}

.listproyectoitem:first-child {
  border-top: 1px solid #e6e6e6;
  padding-top: 10px;
}

.listproyectoitem {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.listproyectoitem h3 {
  margin-top: 10px;
  float: left;
  width: auto;
}
.listproyectoitem div.projectextradata {
  float: right;
  margin-top: 10px;
  font-size: 0.8em;
}
.listproyectoitem div.projectextradata span.status {
  float: none;
}
.listproyectoitem .projectlinks {
  width: 100%;
  float: left;
}
.listproyectoitem .projectlinks div {
  width: 50%;
  padding-right: 20px;
  display: inline-block;
}

.print_version #menu-secundario, .print_version #pa_menu, .print_version #menu-principal, .print_version .acf-form-submit, .print_version #inner-footer, .print_version .redessociales, .print_version .acf-actions, .print_version .acf-field-5bfbe674186a7, .print_version .menutabswrapper, .print_version .tab_content h2, .print_version .acf-required {
  display: none !important;
}
.print_version select {
  background-image: none !important;
}
.print_version #main {
  float: none !important;
  margin: 0 auto !important;
  width: 100% !important;
}
.print_version footer.footer {
  margin-top: 40px;
}

/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000; /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal;
}

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}
.pagination ul {
  display: inline-block;
  clear: both;
  padding: 0;
  border-radius: 3px;
  background-color: #fff;
  white-space: nowrap;
}
.pagination li {
  display: inline;
  float: left;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border-right: 1px solid #e6e6e6;
}
.pagination a, .pagination span {
  display: block;
  margin: 0;
  padding: 0;
  padding: 0.75em;
  min-width: 1em;
  color: #0088cc;
  text-decoration: none;
  font-weight: normal;
  font-size: 1em;
  line-height: 1em;
}
.pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
  background-color: #004466;
  color: #fff;
}
.pagination .current {
  color: #000000;
  cursor: default;
}
.pagination .current:hover, .pagination .current:focus {
  background-color: #fff;
  color: #000000;
}

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left;
}
.wp-prev-next .next-link {
  float: right;
}

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  margin: 0;
  padding: 0.75em;
  border-top: 1px solid #e6e6e6;
}

.commentlist {
  margin: 0;
  list-style-type: none;
}

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #e6e6e6;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */
}
.comment .comment-author {
  padding: 7px;
  border: 0;
}
.comment .vcard {
  margin-left: 50px;
}
.comment .vcard cite.fn {
  font-weight: 600;
  font-style: normal;
}
.comment .vcard time {
  display: block;
  font-style: italic;
  font-size: 0.9em;
}
.comment .vcard time a {
  color: #9fa6b4;
  text-decoration: none;
}
.comment .vcard time a:hover {
  border-bottom: 1px dashed #000000;
  text-decoration: none;
}
.comment .vcard .avatar {
  position: absolute;
  left: 16px;
  border-radius: 50%;
}
.comment:last-child {
  margin-bottom: 0;
}
.comment .children {
  margin: 0;
}
.comment[class*=depth-] {
  margin-top: 1.1em;
}
.comment.depth-1 {
  margin-top: 0;
  margin-left: 0;
}
.comment:not(.depth-1) {
  margin-top: 0;
  margin-left: 7px;
  padding: 7px;
}
.comment.odd {
  background-color: #fff;
}
.comment.even {
  background: #e6e6e6;
}

/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em;
}

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  float: right;
  font-size: 0.9em;
} /* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  margin: 0 7px;
  text-decoration: none;
  font-style: italic;
  font-size: 0.9em;
}

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #e6e6e6;
}

#reply-title {
  margin: 0;
}

.comment-form-comment {
  margin: 1.5em 0 0.75em;
}

.form-allowed-tags {
  padding: 1.5em;
  background-color: #e6e6e6;
  font-size: 0.9em;
}

/* comment submit button */
#submit {
  float: right;
  font-size: 1em;
}

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em;
}

/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0;
}

/* no comments */
.nocomments {
  margin: 0 20px 1.1em;
}

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar {
  letter-spacing: 0;
}

.widgettitle {
  display: none;
}

.widget {
  padding: 20px 20px 20px 30px;
  background-color: #e6e6e6;
}
.widget ul {
  padding: 0px 0px 0px 0px;
  margin-top: 20px;
}
.widget ul li {
  list-style: none;
}

body.blog .widget.widget_recent_entries {
  display: none;
}

.widget.widget_recent_entries {
  background-color: transparent;
  padding: 0;
}
.widget.widget_recent_entries li {
  background-color: #000000;
  color: #fff;
  position: relative;
  padding: 40px 20px 20px 30px;
  line-height: normal;
}
.widget.widget_recent_entries li .post-date {
  color: #fff200;
  font-size: 11px;
  position: absolute;
  top: 20px;
  left: 30px;
}
.widget.widget_recent_entries li a {
  color: #fff;
  text-decoration: none;
}

.widget.widget_categories li {
  padding-left: 30px;
  background-image: url(../images/bullet_blanco.png);
  background-repeat: no-repeat;
  background-position: left center;
}
.widget.widget_categories li a {
  text-decoration: none;
}
.widget.widget_categories li.current-cat {
  background-image: url(../images/bullet_on.png);
}

.no-widgets {
  margin-bottom: 1.5em;
  padding: 1.5em;
  border-radius: 2px;
  background-color: #fff;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
.footer section {
  background-color: #000000;
  color: #fff;
  padding: 20px 0;
}
.footer .logo img {
  display: block;
  height: 50px;
  width: auto;
  float: left;
  margin-right: 40px;
}
.footer .direccion {
  float: left;
  font-size: 12px;
  font-weight: 24px;
  margin-right: 40px;
}
.footer .direccion p {
  margin: 0;
}
.footer .redessociales {
  float: right;
}
.footer .nav {
  width: auto;
  float: left;
  margin-top: 11px;
}
.footer .nav li {
  list-style: none;
  float: left;
  color: #fff;
}
.footer .nav > li > a {
  text-transform: uppercase;
}
.footer .nav li ul.sub-menu, .footer .nav .nav li ul.children {
  position: relative;
  visibility: visible;
}
.footer .nav li ul.sub-menu a, .footer .nav .nav li ul.children a {
  width: auto;
}
.footer .nav.secondary-nav-footer li {
  float: none;
}
.footer .nav ul.sub-menu li, .footer .nav li ul.children li {
  float: none;
}
.footer .nav ul.sub-menu li a, .footer .nav li ul.children li a {
  border-bottom: none;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 0px;
  line-height: 14px;
}
.footer #inner-footer {
  font-size: 12px;
  line-height: 2em;
}
.footer #inner-footer nav {
  float: right;
  width: 100%;
}
.footer #inner-footer nav li {
  margin-right: 10px;
}
.footer #inner-footer nav a {
  color: #000000;
  text-transform: none;
  font-size: 12px;
}

/*********************
CSS ANIMATION KEYFRAMES
For the HAL 9000 404 error ;)
*********************/
@keyframes glow {
  to {
    box-shadow: 0px 0px 60px 20px #8d0005;
  }
}
.gallery:after {
  content: "";
  display: table;
  clear: both;
}

img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {
  display: block;
  margin: 1em auto;
}

img.alignright, div.alignright, figure.alignright {
  float: right;
  margin: 1em 0 1em 2em;
}

img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
  float: left;
  margin: 1em 1em 2em 0;
}

figure {
  max-width: 100%;
  height: auto;
  margin: 1em 0;
}

p img.alignright, p img.alignleft {
  margin-top: 0;
}

.gallery figure img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.gallery figure {
  float: left;
  margin: 0 2% 1em 0;
}

.gallery.gallery-columns-1 figure {
  width: 100%;
  margin: 0 0 1em 0;
  float: none;
}

.gallery.gallery-columns-3 figure {
  width: 32%;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
  margin-right: 0;
}

.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
  clear: left;
}

.gallery.gallery-columns-2 figure {
  width: 49%;
}

.gallery.gallery-columns-2 figure:nth-of-type(even) {
  margin-right: 0;
}

.gallery.gallery-columns-2 figure:nth-of-type(odd) {
  clear: left;
}

.gallery.gallery-columns-4 figure {
  width: 23.25%;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
  margin-right: 0;
}

.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
  clear: left;
}

.gallery.gallery-columns-5 figure {
  width: 18%;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
  margin-right: 0;
}

.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
  clear: left;
}

.gallery.gallery-columns-6 figure {
  width: 14.2%;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
  margin-right: 0;
}

.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
  clear: left;
}

.gallery.gallery-columns-7 figure {
  width: 12%;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
  margin-right: 0;
}

.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
  clear: left;
}

.gallery.gallery-columns-8 figure {
  width: 10.2%;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
  margin-right: 0;
}

.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
  clear: left;
}

.gallery.gallery-columns-9 figure {
  width: 8.85%;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
  margin-right: 0;
}

.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
  clear: left;
}

.aligncenter .wp-block-embed__wrapper {
  text-align: center;
}
.aligncenter .wp-block-embed__wrapper iframe {
  margin: 0 auto;
}

.wp-block-image figure.aligncenter {
  text-align: center;
}

.entry-content a.wp-block-button__link, a.wp-block-button__link, a.wp-block-button__link:hover, .entry-content a.wp-block-button__link:hover {
  text-decoration: none;
}

/* CAMBIOS 2026 */
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption)::before {
  display: none;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  margin-bottom: 0;
}

.cuadroshome {
  margin-top: 80px;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.cuadroshome div {
  background-repeat: no-repeat;
  background-position: center 30px;
  padding: 90px 20px 20px 20px;
  text-align: center;
  width: calc(33.33% - 6px);
  float: left;
}
.cuadroshome .localizacion {
  background-color: #fff200;
  background-image: url("../images/icon_localizaciones.png");
  margin-right: 4px;
}
.cuadroshome .directorio {
  background-color: #fefccc;
  background-image: url("../images/icon_directorio.png");
  margin-right: 2px;
  margin-left: 2px;
}
.cuadroshome .permiso {
  background-color: #e6e6e6;
  background-image: url("../images/icon_permiso.png");
  margin-left: 4px;
}
.cuadroshome h2 {
  margin-top: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.cuadroshome h2 .pre {
  font-size: 18px;
  display: block;
  font-weight: 400;
}

.registrohome {
  background-color: #e6e6e6;
  margin: 90px 0;
  position: relative;
  text-align: center;
}
.registrohome .triangulo {
  bottom: auto;
  top: -10px;
  z-index: 1;
}
.registrohome h2 {
  z-index: 2;
  position: relative;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  margin-top: 40px;
  letter-spacing: 4px;
}
.registrohome ul {
  margin: 40px 10%;
}
.registrohome ul li {
  width: 50%;
  float: left;
  list-style: none;
  text-align: left;
  margin-bottom: 40px;
  line-height: 1.2em;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: left;
  -ms-justify-content: left;
  justify-content: left;
  -ms-flex-pack: left;
}
.registrohome ul li span {
  -ms-align-self: flex-start;
  align-self: flex-start;
}

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
    margin-top: 11px;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
    margin-top: 11px;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
    margin-top: 11px;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Below Tablet

  This stylesheet will show on devices smaller than an iPad or tablet.
  Use this to add styles that will *only* show on mobile.

  I find it easier to do it this way than to have to override base styles.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  body .acf-field.m-all {
    width: 100% !important;
  }
  h1, .h1 {
    font-size: 25px;
    letter-spacing: 0;
  }
  h2, .h2 {
    font-size: 18px;
    letter-spacing: 0;
  }
  #toc {
    display: none;
  }
  .entry-content.t-2of3, .entry-content .t-2of3, body.tax-business_category main, body.taxonomy-professional_category main {
    padding-right: 0em;
  }
  .main-menu, .secondary-nav {
    display: none;
  }
  .secondarymov-nav li {
    list-style: none;
  }
  .secondarymov-nav li a {
    color: #fff;
  }
  .footer .redessociales {
    margin-top: 20px;
    margin-right: 0;
  }
  footer section .nav {
    display: none;
  }
  .footer .direccion.direccion2 {
    padding-left: 82px;
  }
  body button#responsive-menu-button {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
  body button#responsive-menu-button:after {
    display: none;
  }
  figure {
    margin-left: 0;
    margin-right: 0;
  }
  #topaytomadrid, #topaytomadrid .titinformativo {
    display: none;
  }
  img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {
    display: block;
    margin: 1em auto;
    float: none;
  }
  .gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {
    width: 100%;
    margin: 0 0 1em 0;
    float: none;
  }
  /*HOME*/
  .home .page-header-image .textobanner-wrapper .triangulotop {
    width: 300px;
    border-left: 300px solid transparent;
    border-bottom: 80px solid #000;
  }
  .home .page-header-image .textobanner-wrapper .textobanner h1 .tit {
    font-size: 38px;
    letter-spacing: 2px;
  }
  .registrohome ul {
    margin-left: 0px;
    margin-right: 0;
  }
  .home .page-header-image .textobanner-wrapper {
    width: 300px;
    left: calc(50% - 150px);
  }
  #content .cuadroshome div {
    width: 100%;
    margin: 0;
  }
  .registrohome ul li {
    width: 100%;
  }
  .home .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillasinfondo .wrapper-caption {
    left: 0px;
  }
  .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption {
    left: 20px;
  }
  .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text1, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text1 {
    margin-left: 30px;
    margin-right: 20px;
  }
  .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .text2 {
    margin-left: 60px;
    margin-right: 20px;
  }
  .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .black-btn, .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .comment-reply-link, .home .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption #submit, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .black-btn, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption .comment-reply-link, .page-template-page-homenuevo .page-header-image .sliderbghome .slideritem.plantillafondo .wrapper-caption #submit {
    margin-left: 70px;
  }
  ul.tabs.extratablink {
    display: none;
  }
  .introhome .introtext p {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
  .introhome .introlinks {
    padding-top: 10px;
  }
  .introhome .introlinks ul {
    padding-left: 0;
  }
  .pqmadridhome ul {
    padding: 0 10px;
  }
  .pqmadridhome ul figure {
    width: 100px;
    height: 100px;
  }
  .pqmadridhome ul li {
    max-width: 50%;
  }
  .pqmadridhome ul li h4 {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .destacadosmes ul li {
    width: 100%;
  }
  .destacadosmes ul li:nth-child(2n) {
    margin-top: 0;
  }
  .destacadosmes ul li figure:before {
    border-width: 100px 100px 0 0;
  }
  #sliderhome .slick-prev,
  #sliderhome .slick-next {
    display: none !important;
  }
  #sliderhome .slick-dots {
    bottom: 20px;
    position: absolute;
    left: 5px;
  }
  #carruseldestacados .footer-category {
    display: none;
  }
  .triangulo {
    border-top: 60px solid #fff200;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    display: block;
    position: absolute;
    bottom: -46px;
    left: calc(50% - 60px);
  }
  /*LOCALIZACIONES*/
  #indicelocalizaciones li, #indicecatlocalizaciones li {
    width: 100%;
  }
  #mosaic {
    min-height: 200px;
  }
  ul.tabs li a.linkstab {
    font-size: 13px;
    padding: 0 10px;
  }
  .buscadorloc {
    margin-bottom: 0;
  }
  .buscadorloc div ul {
    width: 100%;
  }
  .buscadorloc div ul li:first-child {
    width: calc(100% - 52px);
  }
  .buscadorloc div input[type=text] {
    width: 100%;
    max-width: 100%;
  }
  .searchwrapper {
    text-align: center;
  }
  .searchwrapper .linksobrebuscador {
    position: relative;
    text-transform: lowercase;
    font-size: 10px;
    text-decoration: none;
    top: auto;
    margin-top: -25px;
  }
  .searchwrapper .linksobrebuscador i {
    width: 15px;
    min-width: 12px;
    height: 12px;
    background-position: -620px -20px;
  }
  .filtroloc ul {
    width: 100%;
  }
  .filtroloc li {
    display: block;
  }
  .filtroloc > div > ul > li {
    padding: 10px 10px 0 10px;
  }
  .filtroloc > div > ul > li > ul > li > ul, .filtroloc > div > ul > li:nth-child(2) ul {
    background-color: #fff;
    display: none;
  }
  .filtroloc > div > ul > li > ul > li > label, .filtroloc > div > ul > li:nth-child(2) h4 {
    width: 100%;
    background-color: #e6e6e6;
    padding-left: 5px;
    cursor: pointer;
  }
  .filtroloc > div > ul > li > ul > li.open > label, .filtroloc > div > ul > li:nth-child(2).open h4 {
    background-color: #000000;
    color: #fff;
  }
  .filtroloc > div > ul > li > ul > li.open > ul, .filtroloc > div > ul > li:nth-child(2).open ul {
    display: block;
  }
  .filtroloc > div > ul > li:nth-child(1) > ul > li, .filtroloc > div > ul > li:nth-child(2) {
    width: 100%;
    padding-right: 0;
  }
  .filtroloc > div > ul > li:nth-child(2) {
    padding-right: 10px;
    padding-top: 0px;
  }
  .filtroloc > div > ul > li:nth-child(1) > ul > li > label, .filtroloc > div > ul > li:nth-child(2) > h4 {
    text-transform: uppercase;
    font-weight: bold;
  }
  .filtroloc > div > ul > li:nth-child(2) > h4 {
    margin: 0;
    line-height: 2em;
  }
  .filtroloc > div > ul > li > ul > li > ul > li > label {
    font-weight: bold;
  }
  .filtroloc .botonform {
    width: 100% !important;
    text-align: left;
  }
  .filtroloc > div > ul > li:nth-child(3) {
    display: none;
  }
  /* DIRECTORIO*/
  .titlebusiness {
    padding-right: 78px;
  }
  .businesslist-expand-all, .businesslist-close-all {
    font-size: 10px;
    text-decoration: none;
    text-transform: lowercase;
  }
  .businesslist .item-content {
    padding: 0 20px 0px 0;
  }
  .businesslist .item-content .colall, .businesslist .item-content .col1, .businesslist .item-content .col2 {
    width: calc(100% - 40px);
    margin-left: 40px;
  }
  .businesslist .wrapitem .clicmore {
    width: 100%;
  }
  .businesslist .wrapitem .tel {
    display: none;
  }
  .businesslist .wrapitem .email {
    display: none;
  }
  .businesslist .wrapitem .web {
    display: none;
  }
  /*FILMOGRAFIA */
  #textficha {
    width: 100%;
    height: 100%;
    padding: 80px 10px 10px 10px;
    position: fixed;
    bottom: auto;
    top: 0;
    padding-top: 0px;
    z-index: 999999;
  }
  #textficha #innertextficha {
    padding-right: 0;
    height: calc(100% - 50px);
  }
  #textficha #innertextficha ul li figure {
    height: 250px;
  }
  #textficha h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 0px;
    width: calc(100% - 50px);
  }
  #textficha .botcerrarficha {
    top: 15px;
    height: 15px;
    width: 15px;
  }
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  .wrap {
    width: 760px;
  }
  .footer #inner-footer nav {
    float: right;
    width: auto;
  }
  .logohome {
    display: block;
  }
  .main-menu > li {
    margin: 0 10px;
  }
  .header-nav {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .header-nav ul {
    margin: 0 auto;
    display: inline-block;
  }
  /*PAGINA DATOS */
  .img-cabecera {
    display: flex;
  }
  .img-cabecera .wp-block-cover__image-background, .img-cabecera .wp-block-cover__inner-container {
    position: absolute;
  }
  .img-cabecera img {
    left: 10px !important;
    top: 10px !important;
  }
  .img-cabecera .wp-block-cover__inner-container {
    position: absolute;
    bottom: -20px;
    z-index: 20;
    width: auto;
    margin: 0px;
  }
  /* Filtros localizaciones */
  .filtroloc {
    padding: 0 0px;
    position: relative;
  }
  .filtroloc ul {
    padding-left: 0;
  }
  .filtroloc > div {
    position: relative;
  }
  .filtroloc > div > ul {
    width: 100%;
    min-height: 500px;
  }
  .filtroloc > div > ul > li {
    float: left;
  }
  .filtroloc > div > ul > li:nth-child(1) {
    width: 85.7%;
    padding-right: 0;
  }
  .filtroloc > div > ul > li:nth-child(2) {
    width: 14.2%;
    height: 120px;
    padding-right: 0;
  }
  .filtroloc > div > ul > li:nth-child(1) > ul {
    width: 100%;
  }
  .filtroloc > div > ul > li:nth-child(1) > ul > li {
    width: 16.3%;
    height: 120px;
    padding-right: 0;
  }
  .filtroloc > div > ul > li:nth-child(1) > ul > li > label, .filtroloc > div > ul > li:nth-child(2) > h4 {
    padding: 15px 0px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    background-color: transparent !important;
  }
  .filtroloc > div > ul > li > ul > li > ul > li > label {
    font-weight: bold;
  }
  .filtroloc > div > ul > li > ul > li > ul > li label, .filtroloc > div > ul > li:nth-child(2) li label {
    display: inline-block;
    cursor: pointer;
  }
  .filtroloc > div > ul > li > ul > li > ul > li > ul.children {
    width: 100%;
  }
  .filtroloc > div > ul > li > ul > li > ul, .filtroloc > div > ul > li:nth-child(2) ul {
    background-color: #fff;
    display: none;
    position: absolute;
    top: 140px;
    left: 0px;
    padding: 0 10px 10px 10px;
    z-index: 900;
  }
  .filtroloc > div > ul > li > ul > li.open, .filtroloc > div > ul > li:nth-child(2).open {
    background-image: url(../images/forma300rev.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-right: 0;
  }
  .filtroloc > div > ul > li > ul > li.open > label, .filtroloc > div > ul > li:nth-child(2).open h4 {
    color: white;
  }
  .filtroloc > div > ul > li > ul > li.open > ul, .filtroloc > div > ul > li:nth-child(2).open ul {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
  }
  .filtroloc > div > ul > li > ul > li > ul {
    flex-grow: 1;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .filtroloc > div > ul > li:nth-child(2) ul {
    flex-grow: 1;
    flex-wrap: wrap;
  }
  .filtroloc > div > ul > li > ul > li > ul > li, .filtroloc > div > ul > li:nth-child(2) ul li {
    width: 16.6%;
  }
  .filtroloc > div > ul > li > ul > li > ul > li > ul > li {
    width: 100%;
  }
  .filtroloc > div > ul > li:nth-child(3) {
    display: none;
  }
  .filtroloc .botonform {
    width: 100% !important;
    text-align: center;
    margin-top: 15px;
  }
  .filtroloc:before {
    border-top: 1px solid #808080;
    content: "";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
  }
  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    margin-top: 0;
    background: #000000;
    padding-left: 0;
  }
  .nav li {
    position: relative;
    float: left;
    list-style: none;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    display: block;
    padding: 5px 10px;
    border-bottom: 0;
    color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    font-size: 14px;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #fff;
    text-decoration: underline;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    position: absolute;
    z-index: 8999;
    visibility: hidden;
    margin-top: 0;
    border-top: 0;
    left: 0;
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    text-align: left;
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    display: block;
    padding: 10px;
    width: 190px;
    border-right: 0;
    border-bottom: 1px solid #ccc;
    text-transform: none;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  .nav li.current-menu-item a,
  .nav li.current_page_item a,
  .nav li.current_page_ancestor a {
    font-weight: 500;
  }
  /* end .nav */
  .top-nav {
    /* highlight current page */
    /* end current highlighters */
  }
  .top-nav a {
    font-weight: 500;
  }
  .top-nav > li > a {
    height: 70px;
    padding-top: 26px;
    letter-spacing: 1px;
  }
  .top-nav li:hover a,
  .top-nav li.current-menu-item a,
  .top-nav li.current_page_item a,
  .top-nav li.current_page_ancestor a {
    border-bottom: 3px solid #fff200;
    text-decoration: none;
  }
  .secondary-nav a {
    font-size: 12px;
  }
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  .error404 .search {
    display: flex;
    justify-content: center;
  }
  .error404 .search .searchform {
    width: 45%;
    margin: 0;
  }
  /* 404 page */
  .home #logo {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  }
  .home .scroll-to-fixed-fixed #logo {
    visibility: visible;
    opacity: 1;
  }
  .home .page-header-image, .page-template-page-homenuevo .page-header-image {
    max-height: 380px;
    min-height: 380px;
    height: 380px;
  }
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 0em;
  }
  .widgettitle {
    margin-bottom: 0.75em;
    border-bottom: 2px solid #444;
  }
  .widget {
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  body .acf-field.d-all {
    width: 100% !important;
  }
  .pqmadridhome ul li {
    min-width: 33%;
  }
  .wrap-content-filmografia {
    display: flex;
    flex-direction: row-reverse;
    overflow: hidden;
    position: relative;
  }
  #indicefilmografia {
    padding-top: 0px;
  }
  #indicefilmografia .facetwp-template div.item {
    width: 33.33%;
  }
  #filtrofilmografia .grupofiltros {
    display: block;
  }
  .facetwp-facet.facetwp-type-search .facetwp-search {
    width: 450px;
  }
  .headerfilmo h1 span.counts {
    bottom: -20px;
  }
  .contenidos_adicionales > div:nth-of-type(even) {
    padding-left: 15px;
    padding-right: 0px;
  }
  .contenidos_adicionales > div:nth-of-type(odd) {
    padding-left: 0px;
    padding-right: 15px;
  }
  .txtfichaproduccion .sidebarficha {
    padding-left: 30px;
    padding-right: 0;
  }
  .table-of-contents {
    max-height: calc(100vh - 140px);
  }
  #asociaciones {
    text-align: center;
    float: right;
    width: auto;
    margin-right: 40px;
  }
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .wrap {
    width: 1040px;
  }
  /*LOCALIZACIONES*/
  #indicelocalizaciones li, #indicecatlocalizaciones li {
    width: 33%;
  }
  .businesslist .item-content .colall {
    width: calc(100% - 40px);
  }
  .businesslist .item-content .col1 {
    width: calc(55% - 100px);
  }
  .businesslist .item-content .col2 {
    width: 45%;
  }
  .businesslist .wrapitem .clicmore {
    width: 55%;
    display: block;
  }
  .businesslist .wrapitem .tel {
    width: 25%;
    display: block;
  }
  .businesslist .wrapitem .email {
    width: 10%;
    display: block;
  }
  .businesslist .wrapitem .web {
    width: 10%;
    display: block;
  }
  div.my_formlocation .acf-field--post-title {
    width: 50%;
    float: left;
  }
  .pqmadridhome ul li {
    min-width: 16%;
  }
  .home .page-header-image, .page-template-page-homenuevo .page-header-image {
    max-height: 500px;
    min-height: 500px;
    height: 500px;
  }
  #indicefilmografia {
    padding-left: 0px;
  }
  #indicefilmografia .facetwp-template div.item {
    width: 25%;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens like the 4K or 5K iMac.

  ******************************************************************/
  .wrap {
    width: 1240px;
  }
  /*LOCALIZACIONES*/
  #indicelocalizaciones li, #indicecatlocalizaciones li {
    width: 25%;
  }
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */