@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Text:wght@500;600;700;900&family=Red+Hat+Display:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@keyframes gira {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
* {
  -webkit-overflow-scrolling: touch;
}
*:focus {
  outline: none;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  font-family: "Red Hat Display", sans-serif;
  margin: 0;
  color: #333;
}

a, a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  width: 100%;
  height: 100%;
  display: block;
}

.mensaje {
  padding: 15px 20px 15px 35px;
  word-wrap: break-word;
  border: 1px solid;
  border-width: 1px 1px 1px 0;
  border-radius: 2px;
  background: no-repeat 10px 17px;
  overflow-wrap: break-word;
}
.mensaje.status {
  color: #325e1c;
  border-color: #c9e1bd #c9e1bd #c9e1bd transparent;
  background-color: #f3faef;
  background-image: url(/core/misc/icons/73b355/check.svg);
  box-shadow: -8px 0 0 #77b259;
}
.mensaje.error {
  color: #a51b00;
  border-color: #f9c9bf #f9c9bf #f9c9bf transparent;
  background-color: #fcf4f2;
  background-image: url(/core/misc/icons/73b355/error.svg);
  box-shadow: -8px 0 0 #e62600;
}
.mensaje.warning {
  color: #734c00;
  border-color: #f4daa6 #f4daa6 #f4daa6 transparent;
  background-color: #fdf8ed;
  background-image: url(/core/misc/icons/73b355/warning.svg);
  box-shadow: -8px 0 0 #e09600;
}

#block-acc-corporative-breadcrumbs ol {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
  font-size: 0.85rem;
}
#block-acc-corporative-breadcrumbs ol li {
  margin: 0 0 0 0;
  padding: 0;
  display: inline-block;
}
#block-acc-corporative-breadcrumbs ol li:not(:last-child):after {
  content: "/";
  margin: 0 0.25rem;
  display: inline-block;
}
#block-acc-corporative-breadcrumbs ol li a {
  color: #333;
  transition: all 0.3s ease;
}
#block-acccompartir ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: start;
}
#block-acccompartir ul li {
  display: flex;
  align-content: center;
}
#block-acccompartir ul li i {
  background-size: 2rem auto;
  background-position: left center;
  background-repeat: no-repeat;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
}
#block-acccompartir ul li a {
  display: flex;
  align-items: center;
}
#block-acccompartir ul li.whatsapp i {
  background-image: url("../images/rrss/ico-whatsapp.svg");
}
#block-acccompartir ul li.facebook i {
  background-image: url("../images/rrss/ico-facebook.svg");
}
#block-acccompartir ul li.twitter i {
  background-image: url("../images/rrss/ico-twitter.svg");
}
#block-acccompartir ul li.pinterest i {
  background-image: url("../images/rrss/ico-pinterest.svg");
}
#block-acccompartir ul li.linkedin i {
  background-image: url("../images/rrss/ico-linkedin.svg");
}
#block-acccompartir ul li.email i {
  background-image: url("../images/rrss/ico-email.svg");
}
#block-acccompartir ul li.print i {
  background-image: url("../images/rrss/ico-print.svg");
}
#block-acccompartir ul li.youtube i {
  background-image: url("/images/rrss/ico-youtube.svg");
}

#edicion {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ff0054 url("/themes/custom/acc_corporative/images/acc.png") 99% 50% no-repeat;
  background-size: auto 30%;
  font-size: 0.9em;
  line-height: 20px;
  text-align: center;
  z-index: 9999;
  font-family: Arial, "sans-serif";
}
#edicion ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: auto;
  float: left;
  font-size: 0.9rem;
}
#edicion ul li {
  float: left;
}
#edicion ul li a {
  color: #fff;
  background-color: transparent;
  border: none;
  display: block;
  float: left;
  padding: 1em 1em 0.85em;
  line-height: 1;
  transition: all 0.3s linear;
}
#edicion ul li a:hover, #edicion ul li a.active {
  background: #000;
}
#edicion ul li.active a {
  background: #000;
}

.row {
  max-width: 1204px;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 1204px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before, .row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.row .row .column, .row .row .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.9375em;
  padding-left: 0.9375em;
  box-sizing: border-box;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.large-1 {
  position: relative;
  width: 8.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-1 {
    width: 100%;
  }
}

.large-2 {
  position: relative;
  width: 16.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-2 {
    width: 100%;
  }
}

.large-3 {
  position: relative;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .large-3 {
    width: 100%;
  }
}

.large-4 {
  position: relative;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-4 {
    width: 100%;
  }
}

.large-5 {
  position: relative;
  width: 41.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-5 {
    width: 100%;
  }
}

.large-6 {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .large-6 {
    width: 100%;
  }
}

.large-7 {
  position: relative;
  width: 58.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-7 {
    width: 100%;
  }
}

.large-8 {
  position: relative;
  width: 66.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-8 {
    width: 100%;
  }
}

.large-9 {
  position: relative;
  width: 75%;
}
@media screen and (max-width: 767px) {
  .large-9 {
    width: 100%;
  }
}

.large-10 {
  position: relative;
  width: 83.3333333333%;
}
@media screen and (max-width: 767px) {
  .large-10 {
    width: 100%;
  }
}

.large-11 {
  position: relative;
  width: 91.6666666667%;
}
@media screen and (max-width: 767px) {
  .large-11 {
    width: 100%;
  }
}

.large-12 {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .large-12 {
    width: 100%;
  }
}

#sliding-popup #popup-buttons {
  float: none;
  margin: 0;
  max-width: 100%;
}
#sliding-popup #popup-text {
  float: none;
  color: black !important;
  font-weight: normal;
  margin: 0;
  max-width: 100%;
}
#sliding-popup #eu-cookie-compliance-categories {
  max-height: 270px;
  overflow-y: scroll;
  margin: 0;
}
@media screen and (min-width: 1024px) {
  #sliding-popup #eu-cookie-compliance-categories {
    position: absolute;
    right: 0;
    left: 0;
    padding: 0 30px;
    margin: 0;
  }
}
#sliding-popup p {
  color: black;
}
#sliding-popup button.agree-button {
  margin: 0 auto 20px;
  display: block;
  transition: all 0.5s ease;
  background-color: #ff2e42;
  border: none;
  color: white;
  padding: 15px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: normal;
  text-shadow: none;
  background-image: none;
  box-shadow: none;
}
#sliding-popup button.agree-button:hover, #sliding-popup button.agree-button:active {
  background-color: black;
  background-image: none;
}
@media screen and (min-width: 768px) {
  #sliding-popup button.agree-button {
    margin: 20px 30px;
    float: right;
    display: inline-block;
  }
}
#sliding-popup button.eu-cookie-compliance-save-preferences-button {
  margin: 20px auto;
  display: block;
  text-align: center;
  color: #ff2e42;
  font-size: 14px;
  background-image: none;
  background-color: transparent;
  font-weight: normal;
  font-size: 16px;
  border: none;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #sliding-popup button.eu-cookie-compliance-save-preferences-button {
    margin: 25px 0 0 30px;
    font-size: 16px;
    display: inline-block;
    float: left;
  }
}
#sliding-popup .popup-content {
  box-sizing: border-box;
  height: auto;
  background-color: white;
  border-radius: 2px;
  padding: 30px;
  height: 90vh;
  position: absolute;
  min-height: 540px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 650px;
  min-width: 280px;
}
@media screen and (max-width: 479px) {
  #sliding-popup .popup-content {
    overflow-y: scroll;
  }
}
@media screen and (min-width: 480px) and (max-width: 1079px) {
  #sliding-popup .popup-content {
    width: 80%;
    height: 75vh;
  }
}
@media screen and (min-width: 1080px) {
  #sliding-popup .popup-content {
    width: 50%;
    height: 40vh;
  }
}
#sliding-popup .texto-cookies {
  margin-bottom: 5px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  #sliding-popup .texto-cookies {
    font-size: 16px;
  }
}
#sliding-popup .texto-cookies a {
  color: #ff2e42;
}
#sliding-popup .texto-cookies a:hover {
  text-decoration: underline;
}
#sliding-popup .txt-cookies p {
  font-weight: normal;
  display: block;
  color: black;
  font-size: 14px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sliding-popup .txt-cookies p {
    font-size: 16px;
  }
}
#sliding-popup .encabezado-cookies {
  font-weight: bold;
  font-size: 16px;
  color: black;
  margin: 0 0 20px;
}
#sliding-popup .eu-cookie-compliance-banner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}
#sliding-popup .eu-cookie-compliance-buttons {
  max-width: 100%;
  border-top: 1px solid #c1c1c1;
  background-color: white;
}
@media screen and (min-width: 768px) {
  #sliding-popup .eu-cookie-compliance-buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
  }
}
#sliding-popup .eu-cookie-compliance-category {
  border-bottom: 1px solid #ddd;
  padding-top: 0.85rem;
}
#sliding-popup .eu-cookie-compliance-category label {
  color: black;
  font-weight: 600;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch {
  float: right;
  position: relative;
  top: -6px;
  -webkit-appearance: none;
  outline: none;
  width: 32px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #D9DADC;
  border-radius: 25px;
  margin-bottom: -3px;
  box-shadow: inset -10px 0 0 0 #fff;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: transparent;
  width: 18px;
  height: 16px;
  border-radius: 50%;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked {
  box-shadow: inset 10px 0 0 0 #4CAF50;
  border-color: #4CAF50;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked:disabled {
  box-shadow: inset 10px 0 0 0 #196326;
  border-color: #196326;
}
#sliding-popup .eu-cookie-compliance-category input.apple-switch:checked:after {
  left: 10px;
  box-shadow: -2px 4px 3px rgba(0, 0, 0, 0.05);
}
#sliding-popup .eu-cookie-compliance-category:last-child {
  border-bottom: none;
}
#sliding-popup .seclayer:not(.hide) {
  display: block;
  color: #ff2e42;
  font-size: 16px;
  line-height: 4;
  cursor: pointer;
  margin: 0 auto;
  text-align: center;
}
#sliding-popup .seclayer:not(.hide):hover {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  #sliding-popup .seclayer:not(.hide) {
    float: left;
    margin: 10px 0 0 30px;
  }
}
#sliding-popup .hide {
  display: none !important;
}

#sliding-popup button.agree-button {
  background-color: #FF2E42;
}
#sliding-popup button.agree-button:hover {
  background-color: #94000e;
}

#sliding-popup .seclayer:not(.hide) {
  text-decoration: none;
  color: #FF2E42;
}
#sliding-popup .seclayer:not(.hide):hover {
  text-decoration: none;
  color: #94000e;
}

#sliding-popup .texto-cookies a {
  text-decoration: none;
  color: #FF2E42;
}
#sliding-popup .texto-cookies a:hover {
  text-decoration: none;
  color: #94000e;
}

#sliding-popup button.eu-cookie-compliance-save-preferences-button {
  text-decoration: none;
  color: #FF2E42;
}
#sliding-popup button.eu-cookie-compliance-save-preferences-button:hover {
  text-decoration: none;
  color: #94000e;
}

#sliding-popup p {
  line-height: 152.5%;
}
#sliding-popup p.cookie-cat {
  width: 100%;
  font-size: 0.9em;
  margin: 0.7em 0 0.9em;
}

#sliding-popup .eu-cookie-compliance-category label + p {
  margin-top: 5px;
  margin-bottom: 6px;
}

header {
  height: 110px;
  background: #E8E8E8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  header .large-6 {
    width: 50%;
  }
}
header h1.logo {
  margin: 0;
}
header .language-switcher-language-url ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
header .language-switcher-language-url ul li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: #7B7B7B;
}
header .language-switcher-language-url ul li a {
  color: #7B7B7B;
  position: relative;
}
header .language-switcher-language-url ul li a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #7B7B7B;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  opacity: 0;
  transition: all 0.3s ease;
}
header .language-switcher-language-url ul li a:hover:before {
  opacity: 1;
}
header .language-switcher-language-url ul li a.is-active {
  pointer-events: none;
}
header .language-switcher-language-url ul li a.is-active:before {
  opacity: 1;
}
header .language-switcher-language-url ul li:first-child:after {
  content: "•";
  display: inline-block;
  margin: 0 0.5rem;
}

footer {
  margin-top: 7.5rem;
}
footer .row {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .columns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  footer .columns {
    display: block;
  }
  footer .columns #block-legal {
    margin-top: 1rem;
  }
}
footer .columns p {
  margin: 0;
  font-size: 0.75rem;
}
footer .columns p a {
  color: #000;
  transition: all 0.3s ease;
}
footer .columns p a:hover {
  color: #FF2E42;
}

.cabeceraCookies {
  background: #E8E8E8;
  padding-top: 3.125rem;
  padding-bottom: 5rem;
}
.cabeceraCookies .textoCabecera {
  padding-right: 30px;
}
@media screen and (max-width: 900px) {
  .cabeceraCookies .textoCabecera {
    width: 100%;
    padding-right: 0.9375rem;
  }
}
.cabeceraCookies .textoCabecera h1 {
  font-family: "Big Shoulders Text";
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.2;
  text-align: left;
  color: #000;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 600px) {
  .cabeceraCookies .textoCabecera h1 {
    font-size: 2rem;
  }
}
.cabeceraCookies .textoCabecera h1 strong {
  font-weight: 900;
  color: #FF2E42;
}
.cabeceraCookies .textoCabecera p {
  font-family: "Red Hat Display", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
}
@media screen and (max-width: 600px) {
  .cabeceraCookies .textoCabecera p {
    font-size: 1.25rem;
  }
}
.cabeceraCookies .textoCabecera p strong {
  color: #FF2E42;
  transition: all 0.3s ease;
}
.cabeceraCookies .textoCabecera p a {
  color: #FF2E42;
  transition: all 0.3s ease;
}
.cabeceraCookies .textoCabecera p a:hover {
  color: #000;
}
.cabeceraCookies .textoCabecera p a:hover strong {
  color: #000;
}
@media screen and (max-width: 900px) {
  .cabeceraCookies .formularioContacto {
    width: 100%;
    margin-top: 3.75rem;
  }
}
.cabeceraCookies .formularioContacto h3 {
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: left;
  color: #000;
  margin: 0 0 1rem 0;
}
.cabeceraCookies .formularioContacto p {
  color: #000;
}
.cabeceraCookies .formularioContacto p strong {
  color: #FF2E42;
}
.cabeceraCookies .formularioContacto p em {
  font-size: 0.875rem;
  font-style: normal;
}
.cabeceraCookies .formularioContacto form input[type=text], .cabeceraCookies .formularioContacto form input[type=email], .cabeceraCookies .formularioContacto form textarea {
  font-family: "Red Hat Display", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #000;
  background: none;
  height: auto;
  padding: 1rem;
  border: 1px solid #D0D0D0;
  background: #fff;
  border-radius: 3px;
  box-shadow: none;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.cabeceraCookies .formularioContacto form input[type=text]::placeholder, .cabeceraCookies .formularioContacto form input[type=email]::placeholder, .cabeceraCookies .formularioContacto form textarea::placeholder {
  color: #000;
  opacity: 0.5;
}
.cabeceraCookies .formularioContacto fieldset {
  margin-bottom: 2rem;
}
.cabeceraCookies .formularioContacto fieldset .fieldset-wrapper .description {
  font-size: 90%;
  margin: 0.5rem 0;
  font-style: italic;
  color: #9E9E9E;
}
.cabeceraCookies .formularioContacto fieldset .fieldset-wrapper .js-form-type-radio {
  margin: 0.5rem 0;
}
.cabeceraCookies .formularioContacto .riesgo {
  display: block;
  padding-left: 105px;
  min-height: 165px;
  background-size: 75px auto;
}
.cabeceraCookies .formularioContacto .riesgo p:first-of-type {
  text-transform: uppercase;
}
.cabeceraCookies .formularioContacto .riesgo.sin-riesgo {
  background: url(../images/riesgo/sin-riesgo.png) no-repeat 0 0;
  background-size: 85px;
}
.cabeceraCookies .formularioContacto .riesgo.riesgo-bajo {
  background: url(../images/riesgo/riesgo-bajo.png) no-repeat 0 0;
  background-size: 85px;
}
.cabeceraCookies .formularioContacto .riesgo.riesgo-alto {
  background: url(../images/riesgo/riesgo-alto.png) no-repeat 0 0;
  background-size: 85px;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-header {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
  color: #7b7b7b;
  text-transform: uppercase;
  position: relative;
}
@media screen and (max-width: 400px) {
  .cabeceraCookies .formularioContacto .proteccion .accordion-header {
    font-size: 11px;
  }
}
.cabeceraCookies .formularioContacto .proteccion .accordion-header:hover {
  color: #FF2E42;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-header:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(../images/plus.svg) center center;
  background-size: cover;
  margin-left: 8px;
  display: inline-block;
  top: 3px;
  position: relative;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-header.active:after {
  background: url(../images/minus.svg) center center;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table {
  border-collapse: collapse;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table tbody tr td {
  font-family: "Red Hat Display", sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  color: #7b7b7b;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  padding: 0.5rem 0;
  vertical-align: top;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table tbody tr td strong {
  font-weight: 500;
  white-space: nowrap;
  margin-right: 1rem;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table tbody tr td.label {
  width: 11.25rem;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table tbody tr td a {
  color: #FF2E42;
  transition: all 0.3s ease;
}
.cabeceraCookies .formularioContacto .proteccion .accordion-content table tbody tr td a:hover {
  color: #000;
}
.cabeceraCookies .formularioContacto .webform-actions {
  text-align: right;
}
@media screen and (max-width: 900px) {
  .cabeceraCookies .formularioContacto .webform-actions {
    text-align: center;
    margin-top: 1rem;
  }
}
.cabeceraCookies .formularioContacto .webform-actions .webform-button--submit, .cabeceraCookies .formularioContacto .webform-actions .webform-button--next, .cabeceraCookies .formularioContacto .webform-actions .webform-button--previous {
  margin-left: 1rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  color: #FF2E42;
  text-transform: uppercase;
  background: none;
  border: 1px solid #FF2E42;
  padding: 0.82rem 2.5rem;
  height: auto;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.cabeceraCookies .formularioContacto .webform-actions .webform-button--submit:hover, .cabeceraCookies .formularioContacto .webform-actions .webform-button--next:hover, .cabeceraCookies .formularioContacto .webform-actions .webform-button--previous:hover {
  background: #FF2E42;
  color: #fff;
}

.accordion .accordion-header {
  cursor: pointer;
  transition: all 0.3s ease;
}
.accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.accordion .accordion-content.active {
  max-height: 120rem;
}

.cuerpoCookies {
  margin-top: 60px;
}
.cuerpoCookies h2 {
  font-family: "Big Shoulders Text", cursive;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1;
  text-align: left;
  color: #000;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 7.5rem 0 40px 0;
  text-transform: uppercase;
}
.cuerpoCookies h2.first {
  margin: 0 0 40px 0;
}
.cuerpoCookies p {
  line-height: 1.5;
}
.cuerpoCookies ul {
  padding-left: 1rem;
  list-style: none;
  margin: 2rem 0;
}
.cuerpoCookies ul li {
  position: relative;
  margin: 0 0 2rem 0;
}
.cuerpoCookies ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #FF2E42;
  border-radius: 50%;
  position: absolute;
  left: -1rem;
  top: 7px;
}
.cuerpoCookies ul li h3 {
  font-size: 18px;
  margin: 0 0 0.625rem 0;
}
.cuerpoCookies ul li ul {
  padding-left: 30px;
  margin-top: 1rem;
}
.cuerpoCookies ul li ul li {
  margin-bottom: 0.625rem;
}
.cuerpoCookies ul li ul li:before {
  content: "";
  width: 20px;
  height: 1px;
  background: #FF2E42;
  border-radius: 0;
  position: absolute;
  left: -30px;
  top: 10px;
}
.cuerpoCookies .accordion {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cuerpoCookies .accordion.mt {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.cuerpoCookies .accordion .accordion-header {
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5;
  text-align: left;
  color: #000;
  padding: 1rem 0;
  margin: 0;
  position: relative;
}
@media screen and (max-width: 500px) {
  .cuerpoCookies .accordion .accordion-header {
    font-size: 1rem;
  }
}
.cuerpoCookies .accordion .accordion-header:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
  top: 30px;
  transition: all 0.3s ease;
}
.cuerpoCookies .accordion .accordion-header:before {
  content: "";
  width: 1px;
  height: 24px;
  background: #000;
  position: absolute;
  right: 12px;
  top: 19px;
  transition: all 0.3s ease;
}
.cuerpoCookies .accordion .accordion-header.active:before {
  opacity: 0;
  transform: rotate(90deg);
}
.cuerpoCookies .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
}
.cuerpoCookies .accordion .accordion-content.active {
  max-height: 500rem;
  padding: 2rem 0;
}
.cuerpoCookies .taco {
  background: #E8E8E8;
  box-sizing: border-box;
  padding: 30px;
  text-align: center;
  margin: 2.5rem auto;
}
.cuerpoCookies .taco h3 {
   font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  color: #000;
}
.cuerpoCookies .taco h3 a {
  color: #FF2E42;
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
}
.cuerpoCookies .taco h3 a:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  background: #FF2E42;
  transition: all 0.3s ease;
}
.cuerpoCookies .taco h3 a:hover {
  color: #000;
}
.cuerpoCookies .taco h3 a:hover:after {
  background: #000;
}
.cuerpoCookies .taco p {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
}