/*
negocio/plantillas/panels/gracias/style.css
negocio/plantillas/panels/footer/style.css
*/
/* 1024px */
/* 1366px */
/* 1600px */
/**/
/**/
/**/
/*morado*/
/*gris oscuro*/
/*azul*/
/*azul turquesa*/
/*gris fondo*/
/*azul turquesa claro*/
/**/
/**/
/**/
/**/
/**/
.contacto_00 {
  padding: 2.66rem 0;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.contacto_00__bg {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: auto;
  z-index: -1;
}
.contacto_00__title {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.contacto_00__items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-left: -1rem;
  margin-right: -1rem;
}
.contacto_00__item {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  z-index: 0;
  margin-bottom: 2.5rem;
}
.contacto_00__item__inner {
  padding-left: 1rem;
}
.contacto_00__item__position,
.contacto_00__item__name,
.contacto_00__item__descrip {
  display: block;
}
.contacto_00__item__position {
  margin-bottom: 1rem;
}
.contacto_00__item__name {
  margin-bottom: 0.8rem;
  position: relative;
  transition: color 0.3s ease;
}
.contacto_00__item__name:before {
  content: "";
  position: absolute;
  right: calc(100% + 1rem - 0.4rem);
  top: 50%;
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  margin-top: -0.15rem;
  border-radius: 50%;
  background-color: #d1232a;
}
.contacto_00__item__descrip__tit {
  font-weight: bold;
  color: black;
}
.contacto_00__item:hover .contacto_00__item__name {
  color: #d1232a;
}
@media (min-width: 48em) {
  .contacto_00__items {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .contacto_00__item {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 3.33rem;
  }
}
@media (min-width: 64em) {
  .contacto_00__title {
    margin-bottom: 6rem;
  }
  .contacto_00__breadcrumbs {
    padding-left: 2rem;
  }
  .contacto_00--overlap {
    margin-top: -3.33rem;
  }
  .contacto_00--overlap .contacto_00__top:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
  }
  .contacto_00--overlap .contacto_00__breadcrumbs {
    margin-bottom: 3.33rem;
  }
  .contacto_00--overlap .contacto_00__main {
    position: relative;
  }
  .contacto_00--overlap .contacto_00__main:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 3.33rem;
    width: 25%;
    height: 6rem;
    background-image: url("/content/img/shadow-corner.png");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
  }
  .contacto_00__item {
    width: 33.333%;
  }
}
.contacto_01 {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  padding-bottom: 2.66rem;
}
.contacto_01__main {
  padding-top: 2.66rem;
  position: relative;
  z-index: 1;
}
.contacto_01__bg {
  display: none;
}
.contacto_01__back {
  margin-bottom: 1.66rem;
}
.contacto_01__title {
  padding-bottom: 1rem;
  border-bottom: 4px solid currentColor;
  margin-bottom: 20px;
}
.contacto_01__info {
  color: #777;
  font-size: 1.098vw;
  line-height: 1.83vw;
  margin-bottom: 3.33rem;
}
.contacto_01__info > * + * {
  margin-top: 1.66rem;
}
@media (max-width: 550px) {
  .contacto_01__info {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: inherit;
  }
}
.contacto_01__date {
  display: flex;
  flex-wrap: wrap;
}
.contacto_01__date .icon {
  color: #d1232a;
}
.contacto_01__date > * {
  padding-right: 0.75rem;
  border-right: 1px solid #a0a0a0;
  margin-right: 0.75rem;
}
.contacto_01__date > *:last-child {
  padding-right: 0;
  border: 0;
  margin-right: 0;
}
.contacto_01__tools {
  margin-bottom: 2.66rem;
}
.contacto_01__tools > * + * {
  margin-top: 1.66rem;
}
.contacto_01__descrip {
  margin-bottom: 3rem;
}
.contacto_01__keys .icon {
  color: #d1232a;
}
.contacto_01__keys > * + * {
  margin-top: 3.66rem;
}
.contacto_01__key {
  width: 220px;
}
.contacto_01__key__head {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid black;
  margin-bottom: 1.5rem;
}
.contacto_01__key__main {
  margin-bottom: 0.66rem;
}
.contacto_01__key__body {
  padding-bottom: 1.75rem;
  border-bottom: 4px solid black;
}
.contacto_01__key__map {
  margin-top: 0.5rem;
}
@media (min-width: 48em) {
  .contacto_01__bg {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: auto;
  }
  .contacto_01__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contacto_01__info > * + * {
    margin-top: 0;
    margin-left: 2rem;
  }
  .contacto_01__tools {
    display: flex;
  }
  .contacto_01__tools > * + * {
    margin-top: 0;
    margin-left: 4.5rem;
  }
  .contacto_01__keys {
    display: flex;
  }
  .contacto_01__keys > * + * {
    margin-top: 0;
    margin-left: 4rem;
  }
  .contacto_01__key {
    min-width: 220px;
  }
}
@media (min-width: 64em) {
  .contacto_01__main {
    padding-top: 1.66rem;
  }
  .contacto_01__key {
    min-width: 240px;
  }
  .contacto_01--overlap {
    margin-top: -3.33rem;
  }
  .contacto_01--overlap .contacto_01__top:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 0;
  }
  .contacto_01--overlap .contacto_01__main {
    position: relative;
  }
  .contacto_01--overlap .contacto_01__main:before {
    content: "";
    display: block;
    position: absolute;
    right: 100%;
    top: 3.33rem;
    width: 25%;
    height: 6rem;
    background-image: url("/content/img/shadow-corner.png");
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
@media (min-width: 100em) {
  .contacto_01__key {
    min-width: 18vw;
  }
}
.heroless .contacto_00 {
  margin-top: 6rem;
  padding-bottom: 0;
}
.heroless .contacto_00__breadcrumbs {
  padding-left: 0;
}

.footer{overflow:hidden}.footer
ul{list-style:none;padding:0}.footer
a{color:currentColor;text-decoration:none}.footer__top{background-color:#d1232a;color:white;padding:3rem 0;overflow:hidden}.footer__top__inner>*+*{margin-top:2.66rem}.footer__top__news{text-align:center}.footer__top__news>*+*{margin-top:3rem}.footer__top__social{display:flex;justify-content:center}.footer__top__social>*+*{margin-left:3rem}.footer__top__menu{display:flex;flex-wrap:wrap;justify-content:center}.footer__top__menu>li{margin-bottom:1.33rem}.footer__top__menu>li:first-child{padding-right:2rem;border-right:1px solid currentColor;margin-right:2rem}.footer__top__menu>li:last-child{width:100%;text-align:center}.footer__top__tweet{text-align:center;position:relative;z-index:0}.footer__top__tweet:before{content:'';display:block;position:absolute;width:200px;height:150px;top:50%;left:50%;margin-left: -100px;margin-top: -80px;background-image:url('/content/img/twitter-footer.svg');background-size:contain;background-repeat:no-repeat;z-index: -1}.footer__bottom,.footer__aux{text-align:center;padding:2rem 0}.footer__bottom__main>*+*{margin-top:2rem}.footer__bottom__bcn,.footer__bottom__mad{line-height:2.66rem}.footer__bottom__email{margin-bottom:1rem}.footer__bottom__email{display:block}.footer__bottom__members>*+*{margin-left:2.66rem}.footer__bottom__colab{display:flex;width:30%;margin-left: -2.5rem}.footer__bottom__colab
div{margin-right:2.4rem}@media (max-width: 767px){.footer__bottom__colab{display:block;width:100%;margin-left:2rem}}@media (min-width: 768px) and (max-width: 1024px){.footer__bottom__colab{display:contents;width:20%;margin-left:0}.footer__bottom__colab
div{margin-right:0.2rem}.footer__bottom__colab
p{font-size:initial}}.footer__bottom__logos{display:flex}@media (max-width: 767px){.footer__bottom__logos{display:block}}.footer__bottom__imgs
img{width:8rem}.footer__aux{border-top:1px solid #cdcdcd;line-height:3rem;color:#777}@media (min-width: 48em){.footer__inner{-webkit-transform:translateY(var(--translateY));transform:translateY(var(--translateY));will-change:transform}.footer__top__inner{position:relative;display:flex;flex-direction:column-reverse}.footer__top__news,.footer__top__menu,.footer__top__tweet{width:50%}.footer__top__news{text-align:left;margin-top:1.5rem}.footer__top__news>*+*{margin-top:1.5rem}.footer__top__social{justify-content:flex-start}.footer__top__social>*+*{margin-left:1.5rem}.footer__top__menu{display:block;margin-top:0}.footer__top__menu>li{margin-bottom:0}.footer__top__menu>li:first-child{margin-right:0;padding-right:0;border-right:0}.footer__top__menu>li:last-child{width:auto;text-align:left}.footer__top__tweet{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin-top:0;padding-left:0 2.26rem;text-align:left}.footer__top__tweet:before{width:306px;height:230px;left:auto;right:50%;margin-left:0}.footer__bottom{text-align:left}.footer__bottom__main{display:flex;flex-wrap:wrap;margin-left: -2rem;margin-right: -2rem}.footer__bottom__main>*{width:50%;padding:0
2rem}.footer__bottom__bcn,.footer__bottom__mad{line-height:1.66rem}.footer__bottom__mad{margin-top:2.66rem}.footer__aux{text-align:left}.footer__aux__inner{display:flex;justify-content:space-between}.footer__aux__legal{display:flex}.footer__aux__legal>*+*{margin-left:1.66rem}}@media (max-width: 767px){.footer__bottom__bcn__img{width:65px;height:auto}}@media (min-width: 64em){.footer__top{padding:2.5rem 0}.footer__top__inner{align-items:center;flex-direction:row-reverse}.footer__top__menu{width:25%;position:relative;z-index:1}.footer__top__news{width:20%}.footer__top__tweet{width:55%;padding:0
4rem}.footer__top__menu{order:1}.footer__top__news{margin-top:0}.footer__top__tweet{position:relative;top:auto;-webkit-transform:none;transform:none}.footer__bottom{padding-top:5.5rem;padding-bottom:5rem}.footer__bottom
p{margin-top:0}.footer__bottom__main{flex-wrap:nowrap}.footer__bottom__main>*{width:25%;margin-top:0}.footer__bottom__bcn{display:flex;flex-direction:inherit;height:10rem}.footer__bottom__bcn__img{width:65px;height:auto}.footer__bottom__email{margin-bottom:0}.footer__aux{border-top:0;padding:0
0 1rem}}@media (max-width: 767px){.footer
.footer__aux__legal{margin-bottom:3rem}.footer .footer__aux__legal
li{line-height:2.66rem}}.footer__bottom__imgs
img{width:auto;max-width:100%}@media (min-width: 1300px){.footer__bottom__colab
div{white-space:nowrap}}
