@charset "UTF-8";
@import "../lib/bootstrap/css/bootstrap.min.css";
@import "../lib/aos/aos.css";
@import "../lib/slick/slick.css";
@import "../lib/slick/slick-theme.css";
@import "../lib/swiper/swiper-bundle.min.css";
/* ==========================================================================
Variables & FONTS SASS-CSS
========================================================================== */
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
:root {
  font-size: 16px;
}

/* ==========================================================================
   Typography Variables & Colors Variables
   ========================================================================== */
.lato-thin-italic {
  font-family: "Lato", serif;
  font-weight: 100;
  font-style: italic;
}

.lato-light-italic {
  font-family: "Lato", serif;
  font-weight: 300;
  font-style: italic;
}

.lato-regular-italic {
  font-family: "Lato", serif;
  font-weight: 400;
  font-style: italic;
}

.lato-bold-italic {
  font-family: "Lato", serif;
  font-weight: 700;
  font-style: italic;
}

.lato-black-italic {
  font-family: "Lato", serif;
  font-weight: 900;
  font-style: italic;
}

/*.container { 
  max-width: calc(100vw - 7vw) !important;

  	@media (min-width: 1700px) { 
		max-width: calc(100vw - 15vw) !important;
	}
	@include for-tablet-portrait-up {
		max-width: calc(100vw - 5vw) !important;
	}
  	@include for-phone-only {
		max-width: calc(100vw - 5vw) !important;
	}
}*/
/* ==========================================================================
Layout SASS-CSS
========================================================================== */
/*
Fòrmula per tipografia fluida i margin fluid
margin-bottom: calc(20px + 14*(100vw - 980px)/820);
*/
html {
  margin-top: 0px !important;
}

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

/* make keyframes that tell the start state and the end state of our object */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
::-moz-selection { /* Code for Firefox */
  background: black;
  color: black;
}

::selection {
  background: black;
  color: black;
}

/* Estilo general para elementos de enfoque */
:focus {
  outline: 2px solid #005fcc; /* Azul brillante */
  outline-offset: 2px;
}

/* Estilos específicos para botones */
button:focus {
  outline: 2px solid #005fcc; /* Naranja */
  outline-offset: 2px;
}

/* Estilos específicos para enlaces */
a:focus {
  outline: 2px solid #005fcc; /* Verde */
  outline-offset: 2px;
}

/* Estilos específicos para campos de formulario */
input:focus,
textarea:focus,
select:focus {
  outline: 2px solid #005fcc; /* Rojo */
  outline-offset: 2px;
}

/* generic */
body {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  animation: fadeIn 0.6s forwards;
  animation-delay: 0.2s;
  opacity: 0;
}
@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
}
body.no-scroll {
  overflow: hidden;
}

html a, body a {
  transition: all 0.2s ease;
  text-decoration: none;
  color: black;
}
html a:hover, body a:hover {
  text-decoration: none !important;
  outline: none;
  color: black;
  /*opacity: 0.45;*/
}

figure {
  position: relative;
}

.g-5, .gx-5 {
  --bs-gutter-x: 5rem;
}
@media (max-width: 767px) {
  .g-5, .gx-5 {
    --bs-gutter-x: 0rem;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: "Lato", sans-serif;
  font-size: 3.75rem;
  line-height: 4.375rem;
}
@media (min-width: 980px) and (max-width: 1450px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

h2 {
  font-family: "Lato", sans-serif;
  font-size: 34px;
  line-height: 40px;
}
@media (min-width: 1800px) {
  h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2.25rem;
  }
}

h3 {
  font-family: "Lato", sans-serif;
  font-size: 45px;
  line-height: 48px;
}
h4 {
  font-family: "Lato", sans-serif;
  font-size: 1.75rem;
  line-height: 2.125rem;
}
h5 {
  font-family: "Lato", sans-serif;
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

p {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: black;
  font-weight: 400;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
@media (min-width: 1800px) {
  p {
    font-size: 1.25rem;
    line-height: 1.625rem;
  }
}
p.large {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
ul {
  list-style: none;
}
strong {
  font-weight: normal;
  font-family: "Lato", sans-serif;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #222 !important;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

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

textarea:hover,
textarea:active,
input:active,
textarea:focus,
input:focus,
button:focus,
button:active,
button:hover {
  outline: none !important;
}

hr {
  border-top: 1px solid black;
}
hr.margin {
  margin: 4rem 0 0;
}
hr.m4 {
  margin: 5rem 0;
}

/* //////////////////// Animation //////////////////// */
.circle-animation {
  max-width: 700px;
  height: auto;
  position: absolute;
  bottom: -20rem;
  right: 20rem;
  z-index: 0;
}
@media (max-width: 767px) {
  .circle-animation {
    max-width: 100%;
    bottom: -10rem;
    right: 0rem;
  }
}

.rotate {
  animation: rotation 35s infinite linear;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
/*! HTML5 Boilerplate v8.0.0 | MIT License | https://html5boilerplate.com/ */
/* main.css 2.1.0 | MIT License | https://github.com/h5bp/main.css#readme */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1 */
}

/*
 * Extends the .sr-only class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.sr-only.focusable:active,
.sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}

.clearfix::after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*! normalize.css v8.0.1 | 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 iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 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 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/* ==========================================================================
Layout SASS-CSS
========================================================================== */
/* ///// LOGIN WORDPRESS ADMIN BAR ///// */
::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-family: "Lato", sans-serif;
  opacity: 1; /* Firefox */
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  font-family: "Lato", sans-serif;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
  font-family: "Lato", sans-serif;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
  font-family: "Lato", sans-serif;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #1a4087;
  color: #fff !important;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}
body.no-scroll {
  overflow: hidden;
}

.container-fluid {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .container-fluid {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.only-phone {
  display: none;
}
@media (max-width: 767px) {
  .only-phone {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .only-phone {
    display: block !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .only-phone {
    display: block !important;
  }
}

.no-phone {
  display: block;
}
@media (max-width: 767px) {
  .no-phone {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .no-phone {
    display: none !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .no-phone {
    display: none !important;
  }
}

h1.gradient, h2.gradient, h3.gradient {
  font-family: "Lato", sans-serif;
  font-size: 40px;
  line-height: 50px;
  background: #452E80;
  background: linear-gradient(to right, #452E80 0%, #2FE5DF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul.socials {
  display: flex;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  ul.socials {
    justify-content: flex-start !important;
    flex-direction: row !important;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.socials {
    justify-content: flex-start !important;
    flex-direction: row !important;
    margin-top: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  ul.socials {
    justify-content: flex-start !important;
    flex-direction: row !important;
    margin-top: 2rem;
  }
}
ul.socials li {
  margin-left: 0.25rem;
}
@media (min-width: 980px) and (max-width: 1199px) {
  ul.socials li {
    margin-right: 1rem;
    margin-left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  ul.socials li {
    margin-right: 1rem;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  ul.socials li {
    margin-right: 1rem;
    margin-left: 0px;
  }
}
ul.socials li img {
  width: 40px;
  height: auto;
}

/* /////// HEADER /////// */
#mainMenu_trigger {
  top: 80px;
  right: 1rem;
  position: absolute;
  z-index: 999999;
  height: 20px;
  width: 30px;
  cursor: pointer;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  display: none;
}
@media (min-width: 980px) and (max-width: 1199px) {
  #mainMenu_trigger {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #mainMenu_trigger {
    display: block;
  }
}
@media (max-width: 767px) {
  #mainMenu_trigger {
    display: block;
  }
}

#mainMenu_trigger span {
  position: absolute;
  width: 100%;
  height: 2px;
  transition: all 280ms;
  background: #000;
}

#mainMenu_trigger span.top-line {
  top: 0;
}

#mainMenu_trigger span.center-line {
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  transition: all 200ms;
}

#mainMenu_trigger span.bottom-line {
  bottom: 0;
}

#mainMenu_trigger.open span.top-line {
  top: 0;
  transform: translateY(9px) translateX(-1px) rotate(45deg) !important;
  background: #000;
}

#mainMenu_trigger.open span.center-line {
  opacity: 0;
  left: -25px;
  background: #000;
}

#mainMenu_trigger.open span.bottom-line {
  bottom: 0;
  width: 100% !important;
  transform: translateY(-9px) translateX(-1px) rotate(-45deg) !important;
  background: #000;
}

.pre-header {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding-left: 2rem;
  padding-right: 2rem;
  align-items: center;
  background-color: black;
}
@media (max-width: 767px) {
  .pre-header {
    justify-content: flex-end;
    z-index: 99;
    position: relative;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.pre-header .ayunt-claim {
  font-size: 15px;
  font-weight: bold;
  color: white;
}
@media (max-width: 767px) {
  .pre-header .ayunt-claim {
    display: none;
  }
}
.pre-header .ayunt {
  width: 135px;
  padding: 0;
  margin: 0;
}
.header {
  margin: 0 2rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid;
}
@media (max-width: 767px) {
  .header {
    margin: 0;
    padding: 1rem;
    padding-top: 5rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: all 250ms cubic-bezier(0.08, 0.76, 0.17, 0.99);
    transform: translateX(-100%);
    z-index: 99;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header {
    margin: 0;
    padding: 1rem;
    padding-top: 5rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: all 250ms cubic-bezier(0.08, 0.76, 0.17, 0.99);
    transform: translateX(-100%);
    z-index: 99;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header {
    margin: 0;
    padding: 1rem;
    padding-top: 5rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    transition: all 250ms cubic-bezier(0.08, 0.76, 0.17, 0.99);
    transform: translateX(-100%);
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .header.open {
    transform: translateX(0%);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header.open {
    transform: translateX(0%);
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header.open {
    transform: translateX(0%);
  }
}
.header .left-header, .header .right-header {
  display: flex;
}
@media (max-width: 767px) {
  .header .left-header, .header .right-header {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .left-header, .header .right-header {
    flex-direction: column;
    width: 100%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header .left-header, .header .right-header {
    flex-direction: column;
    width: 100%;
  }
}
.header .left-header #searchform, .header .right-header #searchform {
  display: flex;
}
@media (max-width: 767px) {
  .header .left-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header .left-header {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header .left-header {
    margin-bottom: 1.5rem;
  }
}
.header .right-header {
  z-index: 999;
}
.header ul {
  display: inline-flex;
  align-items: flex-end;
  text-align: left;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 767px) {
  .header ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header ul {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
  }
}
.header form {
  border: 1px solid black;
  border-radius: 120px;
  margin-right: 2.5rem;
  min-width: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .header form {
    margin-right: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header form {
    margin-right: 0rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header form {
    margin-right: 0rem;
  }
}
.header input {
  border: none;
  border-radius: 120px;
  padding-left: 1rem;
  text-transform: uppercase;
  min-width: 258px;
}
@media (max-width: 767px) {
  .header input {
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header input {
    height: 40px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header input {
    height: 40px;
  }
}
.header button[type=submit] {
  width: 42px;
  height: 38px;
  background: transparent;
  border: none; /* Si vols treure el contorn */
  border-top-right-radius: 120px;
  border-bottom-right-radius: 120px;
  cursor: pointer; /* Per indicar que és un botó clicable */
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .header button[type=submit] {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .header button[type=submit] {
    position: absolute;
    right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .header button[type=submit] {
    position: absolute;
    right: 0;
  }
}
.header button[type=submit] img {
  width: 16px;
  height: 16px;
}

.menu li {
  margin-right: 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .menu li {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu li {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu li {
    width: 100%;
    display: block;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .menu li a {
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    border-radius: 120px;
    height: 38px;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu li a {
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    border-radius: 120px;
    height: 38px;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu li a {
    width: 100%;
    background-color: black;
    color: white;
    border: none;
    border-radius: 120px;
    height: 38px;
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding-left: 1rem;
  }
}

.menu li:hover > ul {
  display: flex !important;
  align-items: flex-start !important;
}

.campana-link > ul > li {
  width: 100%;
}
.campana-link > ul > li:first-child {
  border-top: 1px solid;
  padding-top: 2rem;
}
.campana-link > ul > li:last-child {
  border-bottom: 1px solid;
  padding-bottom: 2rem;
}

.sub-menu {
  display: none !important;
  position: absolute;
  background-color: #fff;
  z-index: 99;
  padding: 2.5rem 0;
  margin: 0;
  width: auto;
  left: 0;
  width: calc(100vw - 4rem) !important;
  left: 0;
  top: 100%;
  flex-direction: column;
  text-align: left !important;
}
.sub-menu a {
  text-decoration: none !important;
  font-weight: normal !important;
  border: none !important;
  text-transform: uppercase;
}

.current-menu-item a {
  font-weight: 600;
  border-bottom: 2px solid;
}

.menu-burguer {
  width: 32px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  margin-right: 30px;
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 999999;
}
@media (max-width: 767px) {
  .menu-burguer {
    display: flex;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .menu-burguer {
    display: flex;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .menu-burguer {
    display: none;
  }
}
@media (min-width: 1200px) {
  .menu-burguer {
    display: none;
  }
}
@media (min-width: 1800px) {
  .menu-burguer {
    display: none;
  }
}

.menu-line {
  height: 2px;
  background-color: #ffffff;
  border-radius: 3px;
  transition: all 250ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.open .menu-line {
  background-color: #1a4087; /* Cambia este color al que prefieras */
}

.menu-line:first-child {
  animation: firstLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.open .menu-line:first-child {
  animation: firstLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
  animation-fill-mode: forwards;
}

@keyframes firstLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(12px);
  }
  100% {
    transform: translateY(8px) rotate(45deg);
  }
}
@keyframes firstLinetoClose {
  0% {
    transform: translateY(8px) rotate(0);
  }
  100% {
    transform: translateY(0);
  }
}
.open .menu-line:nth-child(2) {
  opacity: 0;
}

.menu-line:last-child {
  animation: lastLinetoClose 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
}

.open .menu-line:last-child {
  animation: lastLinetoOpen 240ms cubic-bezier(0.23, 0.95, 0.58, 1.37);
  animation-fill-mode: forwards;
}

@keyframes lastLinetoOpen {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes lastLinetoClose {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/* /////// HOME ////////////// */
@media (max-width: 767px) {
  .principal-bold {
    margin-top: -3rem;
  }
}

.intro {
  padding: 3rem 0 0;
}
@media (max-width: 767px) {
  .intro {
    padding-top: 4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .intro {
    padding-top: 4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .intro {
    padding-top: 4rem;
  }
}
.intro h1 {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.intro h1 span {
  font-weight: 300;
  font-family: "Lato", sans-serif;
}
.intro img {
  max-width: 215px;
  height: auto;
}
@media (max-width: 767px) {
  .intro img {
    max-width: 125px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .intro img {
    max-width: 125px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .intro img {
    max-width: 125px;
  }
}
.intro .col-lg-8 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.intro .col-lg-4 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}

main#search-results {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  main#search-results {
    margin-bottom: 1rem;
  }
}
main#campanas {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  main#campanas {
    margin-bottom: 1rem;
  }
}
main#dudas {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  main#dudas {
    margin-bottom: 4rem;
  }
}
main#materiales {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  main#materiales {
    margin-bottom: 1rem;
  }
}
main#single-post {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  main#single-post {
    margin-bottom: 1rem;
  }
}
main#limpieza {
  margin-bottom: 7rem;
}
@media (max-width: 767px) {
  main#limpieza {
    margin-bottom: 1rem;
  }
}

/* Generic SECTION */
section.block {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  section.block {
    margin-top: 2.5rem;
  }
}
section.block .col-lg-3.border-right {
  border-right: 1px solid black; /* Línea separadora */
  padding-right: 2.5rem;
}
@media (max-width: 767px) {
  section.block .col-lg-3.border-right {
    border: none;
    padding-right: 0;
  }
}
section.block .col-lg-8.border-right {
  border-right: 1px solid black;
  padding-right: 2.5rem;
}
@media (max-width: 767px) {
  section.block .col-lg-8.border-right {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  section.block .col-lg-8.border-right {
    border-right: none;
    padding-right: 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  section.block .col-lg-8.border-right {
    border-right: none;
    padding-right: 0;
  }
}
section.block .divider {
  margin-top: 3rem;
}
section .margin-y {
  margin: 3rem 0 !important;
}
section h2 {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 767px) {
  section h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  section h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  section h2 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 1rem;
  }
}
section .divider {
  margin: 0;
  border-color: black;
  opacity: 1;
  height: 0 !important;
  border-top: 1px solid black;
}

@media (max-width: 767px) {
  .image-icon {
    position: relative;
    margin-top: -3.75rem;
  }
}
@media (max-width: 767px) {
  .image-icon img {
    max-width: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .image-icon img {
    max-width: 70px !important;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .image-icon img {
    max-width: 70px !important;
  }
}

.btn {
  border: 1px solid black;
}
.btn:hover {
  background-color: white;
  color: black;
  border: 1px solid black;
}

.btn-more {
  border-radius: 120px;
  padding: 0.5rem 1rem;
  background-color: black;
  color: white;
  display: inline-block;
  text-transform: uppercase;
}
.puntos-limpios .btn-more {
  margin-bottom: 2rem;
}

.btn-more-large {
  border-radius: 120px;
  padding: 1rem 1.5rem;
  background-color: black;
  font-size: 45px;
  font-weight: bold;
  color: white;
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .btn-more-large {
    font-size: 25px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .btn-more-large {
    font-size: 25px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .btn-more-large {
    font-size: 25px;
  }
}
.campanyas {
  margin-top: 3.5rem;
}
@media (max-width: 767px) {
  .campanyas .right-cont {
    margin-top: 1.25rem;
  }
}
.campanyas h2 {
  margin-bottom: 1rem;
}
.campanyas p {
  font-size: 20px;
  line-height: 24px;
}
@media (max-width: 767px) {
  .campanyas p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .campanyas p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .campanyas p {
    font-size: 16px;
    line-height: 20px;
  }
}
.campanyas .item-campanya {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .campanyas .item-campanya {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .campanyas .item-campanya {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .campanyas .item-campanya {
    margin-bottom: 1.5rem;
  }
}
.campanyas .item-campanya img {
  border-radius: 8px;
}
.campanyas h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 1rem 0 0.25rem;
}
.campanyas h4, .campanyas p.subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}

@media (max-width: 767px) {
  .item-material {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .item-material {
    margin-bottom: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .item-material {
    margin-bottom: 2rem;
  }
}
.item-material img.icono-material {
  width: 23px;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0 !important;
}
.item-material .title {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.item-material .archive {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 767px) {
  .margin-mobile {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .margin-mobile {
    margin-bottom: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .margin-mobile {
    margin-bottom: 2rem;
  }
}
/* ///////// Resuelve tus duda ///////// */
section.superior {
  padding: 6rem 0 3rem;
}
@media (max-width: 767px) {
  section.superior {
    padding: 1rem 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  section.superior {
    padding: 1rem 0;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  section.superior {
    padding: 1rem 0;
  }
}
section.superior h1 {
  font-weight: 300;
}

.button-dudas {
  padding: 3.5rem 0 7rem;
}
@media (max-width: 767px) {
  .button-dudas {
    padding: 3.5rem 0 4rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .button-dudas {
    padding: 3.5rem 0 4rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .button-dudas {
    padding: 3.5rem 0 4rem;
  }
}
.filtres {
  padding-top: 2.5rem;
  display: flex;
  justify-content: flex-end;
}
.filtres li {
  margin-left: 2rem;
  position: relative;
  padding-left: 22px;
}
.filtres li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 3px;
  border: 2px solid #000;
}
.filtres li.current:before {
  background-color: #000;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.list-dudas #accordion {
  border-top: 1px solid #000;
}
.list-dudas .accordion-item {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-radius: 0 !important;
  border: none;
  border-bottom: 1px solid #000;
}
.list-dudas .accordion-item a {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .list-dudas .accordion-item h2 {
    margin-top: 0rem !important;
  }
}
.list-dudas .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.list-dudas .accordion-button {
  padding: 2rem 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.5;
  padding-right: 20%;
}
@media (max-width: 767px) {
  .list-dudas .accordion-button {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .list-dudas .accordion-button {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .list-dudas .accordion-body {
    padding: 1rem 0;
  }
}
@media (max-width: 767px) {
  .list-dudas .accordion-button {
    padding: 2rem 3rem 2rem 0rem;
  }
}

.accordion-button:after {
  right: 0;
  position: absolute;
  background-image: url("/wp-content/themes/campana-madrid/img/plus.svg");
  background-size: 8px 8px;
  background-position: center;
  background-color: black;
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .accordion-button:after {
    top: 2.25rem;
  }
}
/* /// buttons colors /// */
.accordion-button.verde:after {
  background-color: #47a975;
}

.accordion-button.azul:after {
  background-color: #4b9bdc;
}

.accordion-button.amarillo:after {
  background-color: #ffcd00;
}

.accordion-button.marron:after {
  background-color: #c78659;
}

.accordion-button.naranja:after {
  background-color: #ed8d0f;
}

.accordion-button.rojo:after {
  background-color: #ee6d66;
}

.accordion-button.rosa:after {
  background-color: #ff8dbb;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: white;
  box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/wp-content/themes/campana-madrid/img/minus.svg");
}

.accordion-body {
  background-color: white;
  padding: 2rem 0;
  padding-top: 0rem;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-size: 16px;
  line-height: 20px;
}
.accordion-body ul {
  list-style: disc !important;
  margin-left: 1rem;
  margin-bottom: 1.5rem !important;
  font-size: 16px;
  line-height: 20px;
}
.accordion-body ol {
  list-style: disc !important;
  margin-left: 1rem;
  margin-top: 1rem !important;
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .accordion-body {
    padding: 1rem 1rem;
  }
}
.accordion-body p {
  margin-bottom: 1.5rem;
}

.accordion-body table p {
  margin-bottom: 0.5rem;
}

/* ///////// Materiales ////////// */
section.list h2 {
  font-size: 26px;
  text-transform: uppercase;
}
section.list .item-material {
  margin-bottom: 2.5rem;
}

/* ///////// SINGLE POST /////////// */
#single-post h1 {
  margin-bottom: 1rem;
}
#single-post img {
  border-radius: 8px;
}

.single-post-sep .divider {
  margin-top: 0rem !important;
}

.website {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .website {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .website {
    font-size: 20px;
    line-height: 26px;
  }
}
.categories p {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .categories p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .categories p {
    font-size: 18px;
    line-height: 24px;
  }
}

.post {
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .post {
    margin-bottom: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .post {
    margin-bottom: 3rem;
  }
}

.counters {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.counters div {
  margin-right: 2rem;
  margin-bottom: 2rem;
}

.contador {
  font-weight: 300;
  font-size: clamp(20px, 6.05vw, 80px);
  line-height: clamp(20px, 6.05vw, 80px);
}

/* /////// LIMPIEZA ///////////// */
#limpieza .superior {
  padding-bottom: 4rem;
}
@media (max-width: 767px) {
  #limpieza .superior {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #limpieza .superior {
    padding-bottom: 2rem;
  }
}
#limpieza .superior h1 {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #limpieza .superior h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #limpieza .superior h1 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  #limpieza .superior h1 {
    margin-bottom: 1rem;
  }
}
#limpieza .superior p {
  font-size: 26px;
  line-height: 36px;
}
@media (max-width: 767px) {
  #limpieza .superior p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #limpieza .superior p {
    font-size: 20px;
    line-height: 30px;
  }
}
#limpieza .limpieza .divider {
  margin-bottom: 2rem;
}

.ciudadania h2, .comercios h2 {
  font-size: 40px !important;
}
@media (max-width: 767px) {
  .ciudadania h2, .comercios h2 {
    font-size: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ciudadania h2, .comercios h2 {
    font-size: 26px !important;
  }
}
@media (max-width: 767px) {
  .ciudadania .item-material, .comercios .item-material {
    display: flex;
    align-items: flex-start;
    margin: 1rem 0 !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ciudadania .item-material, .comercios .item-material {
    display: flex;
    align-items: flex-start;
    margin: 1rem 0 !important;
  }
}
.ciudadania .item-material img, .comercios .item-material img {
  width: 100px;
  height: auto;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .ciudadania .item-material img, .comercios .item-material img {
    width: 70px;
    margin-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .ciudadania .item-material img, .comercios .item-material img {
    width: 70px;
    margin-right: 1rem;
  }
}
@media (max-width: 767px) {
  .mobile-separador {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .mobile-separador {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
  }
}
/* //////////// residuos-list //////////////// */
.residuos-list .accordion-item {
  border-radius: 14px;
  border: none;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .residuos-list .accordion-item {
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .residuos-list .accordion-item {
    margin-bottom: 1rem;
  }
}
.residuos-list .accordion-item h3 {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}
.residuos-list .accordion-item:last-child {
  margin-bottom: 0;
}
.residuos-list .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}
.residuos-list .accordion-item:last-of-type, .residuos-list .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}
.residuos-list .accordion-button {
  border-radius: 14px;
  padding: 3rem 2rem;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 767px) {
  .residuos-list .accordion-button {
    padding: 1.5rem 3rem 1.5rem 1rem;
    font-size: 18px;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .residuos-list .accordion-button {
    padding: 1.5rem 1rem;
    font-size: 18px;
    line-height: 20px;
  }
}
.residuos-list .accordion-button:after {
  top: inherit;
  right: 1.75rem;
}
@media (max-width: 767px) {
  .residuos-list .accordion-button:after {
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .residuos-list .accordion-button:after {
    right: 1rem;
  }
}
.residuos-list .accordion-body {
  padding: 0 2rem 2rem;
  -webkit-border-bottom-right-radius: 14px;
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-radius-bottomright: 14px;
  -moz-border-radius-bottomleft: 14px;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
@media (max-width: 767px) {
  .residuos-list .accordion-body {
    padding: 0 1rem 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .residuos-list .accordion-body {
    padding: 0 1rem 2rem;
  }
}
.content-contenedor {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .content-contenedor {
    padding-right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-contenedor {
    padding-right: 1rem;
  }
}
.content-contenedor p {
  margin-bottom: 2rem;
}
.content-contenedor img {
  height: 160px;
  width: auto;
}
@media (max-width: 767px) {
  .content-contenedor img {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .content-contenedor img {
    margin-bottom: 2rem;
  }
}
.icon-group {
  margin-bottom: 2rem;
}
.icon-group img {
  margin-bottom: 1rem;
}

.icon-group:last-child {
  margin-bottom: 0px;
}
.icon-group:last-child p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .puntos-limpios-list {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .puntos-limpios-list {
    margin-top: 2rem;
  }
}
.puntos-limpios .element {
  font-size: 20px;
  line-height: 24px;
}
.puntos-limpios .element:last-child p:last-of-type {
  margin-bottom: 0;
}
.puntos-limpios .element:last-child .btn-more {
  margin-bottom: 0;
}

.servicios-recogida h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0;
}

.flex-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.flex-between p {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .servicios-list {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .servicios-list {
    margin-top: 3rem;
  }
}
.servicios-list .margen:last-of-type {
  display: none;
}

/* ///////// SEARCH Results ///////////// */
#search-results {
  padding: 4rem 0;
}
#search-results h1 {
  margin-bottom: 3rem;
}
#search-results .buscador_content {
  padding: 0;
}
#search-results hr {
  display: block;
  border-top: 0px solid #000000;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  opacity: 0.15;
}

/* //////// FOOTER /////////// */
footer {
  background-color: #e6e6e6;
  padding-top: 3.5rem;
  color: black;
}
footer h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
footer strong.title {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}
footer ul {
  font-weight: 300;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  footer ul {
    padding-bottom: 2rem;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer ul {
    padding-bottom: 2rem;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  footer ul {
    padding-bottom: 2rem;
  }
}
footer ul li {
  margin-bottom: 0.35rem;
}
footer .item-footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
  padding-bottom: 3.5rem;
}
@media (max-width: 767px) {
  footer .item-footer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .item-footer {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
footer .item-footer img.madrid-360 {
  max-width: 110px;
}
footer .socket-footer {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: black;
  align-items: center;
}
@media (max-width: 767px) {
  footer .socket-footer {
    height: auto;
    display: inline-block;
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
footer .socket-footer .footer-left {
  display: flex;
}
@media (max-width: 767px) {
  footer .socket-footer .footer-left {
    display: block;
  }
}
footer .socket-footer span {
  margin-right: 1rem;
}
footer .socket-footer a {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  color: white;
  text-decoration: underline;
}
footer .socket-footer p {
  font-family: "Lato", sans-serif;
  font-size: 0.875rem;
  margin: 0;
  color: white;
}
@media (max-width: 767px) {
  footer .socket-footer p {
    text-align: left;
    line-height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  footer .socket-footer p {
    text-align: left;
    line-height: 20px;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  footer .socket-footer p {
    text-align: left;
    line-height: 20px;
  }
}
footer .socket-footer p a {
  text-decoration: underline;
  color: white;
}

/*# sourceMappingURL=main.css.map */