/*
0-600PX: phone
600-900: tablet portrait
900-1200: tablet landscape
{1200 - 1800} is where our normal style apply
1800 +: big desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1 em = 16px

ORDER: base + typo > general layout + grid > page layout > components
*/
.row {
  max-width: 114rem;
  margin: 0 auto;
}

.row:not(:last-child) {
  margin-bottom: 8rem;
}

@media (max-width: 56.25em) {
  .row:not(:last-child) {
    margin-bottom: 6rem;
  }
}

@media (max-width: 56.25em) {
  .row {
    max-width: 50rem;
    padding: 0 3rem;
  }
}

.row::after {
  content: "";
  display: table;
  clear: both;
}

.row [class^="col-"] {
  float: left;
}

.row [class^="col-"]:not(:last-child) {
  margin-right: 6rem;
}

@media (max-width: 56.25em) {
  .row [class^="col-"]:not(:last-child) {
    margin-right: 0;
    margin-bottom: 6rem;
  }
}

@media (max-width: 56.25em) {
  .row [class^="col-"] {
    width: 100% !important;
  }
}

.row .col-1-of-2 {
  width: calc((100% - 6rem) / 2);
}

.row .col-1-of-3 {
  width: calc((100% - 2 *6rem) / 3);
}

.row .col-1-of-4 {
  width: calc((100% - 3 *6rem) / 4);
}

.row .col-2-of-3 {
  width: calc(2 *((100% - 2 *6rem) / 3) + 6rem);
}

.row .col-2-of-4 {
  width: calc(2 *((100% - 3 *6rem) / 4) + 6rem);
}

.row .col-3-of-4 {
  width: calc(3 *((100% - 3 *6rem) / 4) + 2 *6rem);
}

.fondo-footer {
  background-image: url(/img/montanas.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (max-width: 56.25em) {
  .fondo-footer {
    background-size: cover;
    background-attachment: scroll;
  }
}

@media (max-width: 37.5em) {
  .fondo-footer {
    background-size: cover;
    background-attachment: scroll;
  }
}

.redes-sociales {
  text-align: center;
  padding-top: 1rem;
  margin-bottom: 32rem;
}

.redes-sociales ul li {
  display: inline-block;
  padding: 2rem;
}

.redes-sociales ul li a {
  color: #707070;
}

.derechos-footer {
  padding: 1rem 0;
  background-color: #d1d1d1;
  background-attachment: fixed;
  background-position: bottom;
}

@media (max-width: 56.25em) {
  .derechos-footer {
    padding: 1rem 2rem;
  }
}

@media (max-width: 37.5em) {
  .derechos-footer {
    padding: 1rem 2rem;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}

@media (max-width: 56.25em) {
  html {
    font-size: 60%;
  }
}

@media (max-width: 37.5em) {
  html {
    font-size: 60%;
  }
}

@media (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

body {
  font-family: 'Advent Pro', sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: #707070;
}

h1,
h2 {
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #BFB3A5;
}

p {
  color: #707070;
}

.subtitulo1, .subtitulo2 {
  font-family: 'Advent Pro', sans-serif;
  font-size: 4rem;
  display: block;
  color: #bea9e7;
}

.subtitulo1 {
  margin-top: -3rem;
  margin-left: 52rem;
}

.subtitulo2 {
  margin-top: -2rem;
  margin-left: 15rem;
}

.capital::first-letter {
  text-transform: uppercase;
  font-size: 3em;
  font-weight: bold;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1px;
  line-height: 0;
}

.centrado {
  text-align: center;
}

.titulo1 {
  text-align: center;
  padding-bottom: 2rem;
}

.titulo2 {
  text-align: center;
  padding: 12rem 0 6rem 0;
  margin-left: -8rem;
  font-size: 4rem;
}

@media (max-width: 56.25em) {
  .titulo2 {
    padding: 0rem 0rem 6rem;
  }
}

.titulo2-hago {
  font-size: 4rem;
  margin-left: -5rem;
}

.titulo-size {
  font-size: 4rem;
}

@media (max-width: 37.5em) {
  .titulo-size {
    font-size: 2.4rem;
  }
}

.titulo-size-inicio {
  font-size: 4rem;
}

.titulo-contacto {
  font-size: 4rem;
  text-align: center;
  margin-left: -8rem;
  padding: 4rem 0rem 3rem;
}

.titulo3 {
  text-align: center;
  padding: 6rem 0 3rem 0;
  margin-left: -8rem;
}

.titulo-seccion {
  text-align: center;
  padding: 10rem 0 0;
  position: relative;
}

.titulo-seccion-alt {
  background-color: #fff;
  display: inline-block;
  padding: 2rem;
}

.titulo-seccion-alt-1 {
  display: block;
  font-size: 4rem;
}

@media (max-width: 56.25em) {
  .titulo-seccion-alt-1 {
    font-size: 3rem;
  }
}

.fondo-grisclaro {
  background-color: #f3f3f3;
  padding-bottom: 17rem;
}

.fondo-grisclaro-2 {
  background-color: #f1f1f1;
}

.margen-sup {
  margin-top: 6rem;
}

.padding-sup {
  padding-top: 10rem;
}

.margen-inf {
  padding-bottom: 5rem;
}

.margen-iz {
  margin-left: 1rem;
}

@media (max-width: 56.25em) {
  .margen-iz {
    margin-left: 0;
  }
}

.flecha {
  right: 0;
  bottom: 0;
  margin-right: 4rem;
  margin-bottom: 4rem;
  position: fixed;
  z-index: 1;
}

@media (max-width: 37.5em) {
  .flecha {
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.flecha .im {
  font-size: 5rem;
  color: #bea9e7;
  padding: 1rem 0 0;
}

.flecha0 {
  display: none;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.slick-prev {
  left: 1.5rem;
  z-index: 1;
}

.slick-next {
  right: 5rem;
}

.slick-prev:before,
.slick-next:before {
  font-size: 5rem;
}

button.slick-prev.slick-arrow {
  width: 6rem;
  height: 6rem;
}

button.slick-next.slick-arrow {
  width: 5rem;
  height: 5rem;
  margin-right: -3rem;
}

.slider {
  position: relative;
}

.texto-slider, .texto-slider-1, .texto-slider-2, .texto-slider-3 {
  background-color: #fff;
  padding-bottom: 1rem;
}

.texto-slider h2, .texto-slider-1 h2, .texto-slider-2 h2, .texto-slider-3 h2 {
  padding: 2rem 2rem 1rem;
  text-align: center;
}

.texto-slider-1 {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.texto-slider {
  position: absolute;
  bottom: 0%;
  left: 44%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 75em) {
  .texto-slider {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 56.25em) {
  .texto-slider {
    left: 50%;
  }
}

@media (max-width: 37.5em) {
  .texto-slider {
    left: 50%;
    width: 100%;
  }
}

.texto-slider h2 {
  font-size: 3rem;
}

@media (max-width: 37.5em) {
  .texto-slider h2 {
    font-size: 3.5rem;
  }
}

.texto-slider-1 {
  position: absolute;
  bottom: 0%;
}

@media (max-width: 75em) {
  .texto-slider-1 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 37.5em) {
  .texto-slider-1 {
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
  }
}

.texto-slider-2 {
  position: absolute;
  bottom: 0%;
  right: 13%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}

@media (max-width: 75em) {
  .texto-slider-2 {
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 56.25em) {
  .texto-slider-2 {
    right: 8%;
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

@media (max-width: 37.5em) {
  .texto-slider-2 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

@media (max-width: 37.5em) {
  .texto-slider-2 h2 {
    font-size: 3rem;
  }
}

.texto-slider-3 {
  position: absolute;
  bottom: 0%;
  left: 70%;
  -webkit-transform: translateX(-68%);
          transform: translateX(-68%);
}

@media (max-width: 75em) {
  .texto-slider-3 {
    left: 69%;
    -webkit-transform: translateX(-69%);
            transform: translateX(-69%);
    background-color: rgba(255, 255, 255, 0.8);
  }
}

@media (max-width: 56.25em) {
  .texto-slider-3 {
    left: 44%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media (max-width: 37.5em) {
  .texto-slider-3 {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
  }
}

.texto-slider-3 h2 {
  font-size: 3rem;
}

.texto-slider p {
  color: #707070;
  text-align: center;
  padding: 0 2rem;
}

.boton-contacto-slider {
  display: inline-block;
  background-color: #AAC18F;
  color: #fff;
  border: 1px solid #AAC18F;
  border-radius: .6rem;
  padding: .7rem 4rem;
  margin: 2rem 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.boton-contacto-slider:hover {
  background-color: #bea9e7;
  color: #fff;
  border-color: #bea9e7;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.boton-contacto-slider:after {
  display: inline-block;
  content: " ";
  background-image: url(/img/conejo2.png);
  width: 5rem;
  height: 9rem;
  margin-right: -5rem;
  margin-top: -3.6rem;
  margin-bottom: -4.6rem;
  margin-left: -.3rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

.parrafo-slider {
  width: 70rem;
}

.logo {
  width: 22rem;
  height: auto;
  margin-top: 7.2rem;
  margin-bottom: .5rem;
}

.menu-principal {
  border-bottom: 1px solid #d1d1d1;
  padding: 1rem;
  text-align: center;
}

@media (max-width: 37.5em) {
  .menu-principal {
    display: none;
  }
}

.menu-principal li {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 2rem;
}

@media (max-width: 75em) {
  .menu-principal li {
    padding: 0 1rem;
  }
}

@media (max-width: 56.25em) {
  .menu-principal li {
    padding: 0;
  }
}

@media (max-width: 37.5em) {
  .menu-principal li {
    display: block;
    padding: 2rem;
  }
}

.menu-principal a {
  padding: 2rem;
  color: #707070;
}

.menu-principal a:hover {
  border-bottom: 2px solid #bea9e7;
  padding-bottom: 1rem;
}

@media (max-width: 56.25em) {
  .menu-principal a {
    padding: 1rem;
  }
}

.menu-movil {
  cursor: pointer;
  display: none;
}

@media (max-width: 37.5em) {
  .menu-movil {
    display: inline-block;
    padding: 2rem;
  }
}

.menu-movil i {
  color: #707070;
}

.sticky-menu {
  position: fixed;
  background-color: white;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.boton-contacto {
  display: inline-block;
  background-color: #AAC18F;
  color: #fff;
  border: 1px solid #AAC18F;
  border-radius: .6rem;
  padding: 1rem 5rem;
  margin: 2rem 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.boton-contacto:hover {
  background-color: #bea9e7;
  color: #fff;
  border-color: #bea9e7;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}

.boton-contacto:after {
  display: inline-block;
  content: " ";
  background-image: url(/img/conejo2.png);
  width: 7rem;
  height: 9.9rem;
  margin-right: -5rem;
  margin-top: -3.6rem;
  margin-bottom: -4.6rem;
  margin-left: -.8rem;
  background-repeat: no-repeat;
  background-size: 100%;
}

button {
  font-family: 'Advent Pro', sans-serif;
  font-size: 1.6rem;
}

.btn, .btn:link {
  padding: 1rem 3rem;
  margin: 4rem 0;
  background-color: #AAC18F;
  color: #fff;
  border: 1px solid #AAC18F;
  border-radius: 6px;
  cursor: pointer;
}

@media (max-width: 56.25em) {
  .btn, .btn:link {
    padding: 1rem 7rem;
    margin: 1rem 0;
  }
}

@media (max-width: 37.5em) {
  .btn, .btn:link {
    padding: 1rem 8rem;
  }
}

.btn:active {
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
  -webkit-box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
}

.btn:hover {
  background-color: #bea9e7;
  color: #fff;
  border-color: #bea9e7;
}

.btn:focus {
  outline: none;
  background-color: #bea9e7;
  border: 1px solid #bea9e7;
}

.filter-button-group {
  text-align: center;
  margin-top: -3rem;
  margin-bottom: 3rem;
}

.is-checked {
  background-color: #bea9e7;
  border: 1px solid #bea9e7;
}

.escarcha {
  background-image: url(/img/fondo-escarcha.png);
  background-repeat: no-repeat;
}

.fondo {
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.4))), url(/img/fondo.jpg);
  background-image: linear-gradient(to right bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4)), url(/img/fondo.jpg);
  padding-bottom: 6rem;
  clear: both;
}

.texto-2 {
  margin: -5rem auto;
  width: 80%;
  padding: 9rem 6rem 6rem 6rem;
  border: 1px solid #BFB3A5;
  outline-offset: 1rem;
  outline: 1rem solid #fff;
}

@media (max-width: 56.25em) {
  .texto-2 {
    width: 100%;
    padding: 9rem 3rem 3rem 3rem;
    text-align: left;
  }
}

.texto3 {
  text-align: center;
  padding: 0 0 3rem 0;
}

.animacion-1,
.animacion-0,
.animacion-2,
.animacion-3,
.animacion-4,
.animacion-5 {
  opacity: 0;
}

.animacion-1 .animated,
.animacion-0 .animated,
.animacion-2 .animated,
.animacion-3 .animated,
.animacion-4 .animated,
.animacion-5 .animated {
  opacity: 1;
}

.foto1 {
  background-image: url(/img/fotografia-fantasia-1.jpg);
}

.foto2 {
  background-image: url(/img/natalicio-10.jpg);
}

.foto3 {
  background-image: url(/img/constelacion-0.jpg);
}

.foto4 {
  background-image: url(/img/octubre.jpg);
}

.productos {
  padding-top: 3rem;
}

.productos__padre {
  width: 25%;
  height: 60rem;
  overflow: hidden;
  position: relative;
  float: left;
  cursor: pointer;
}

@media (max-width: 75em) {
  .productos__padre {
    width: 50%;
    height: 40rem;
  }
}

@media (max-width: 56.25em) {
  .productos__padre {
    width: 50%;
    height: 40rem;
  }
}

@media (max-width: 37.5em) {
  .productos__padre {
    width: 100%;
  }
}

.productos__padre:hover .productos__hijo, .productos__padre:focus .productos__hijo {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.productos__padre:hover .productos__hijo:before, .productos__padre:focus .productos__hijo:before {
  display: block;
}

.productos__padre:hover .anchor-producto, .productos__padre:focus .anchor-producto {
  display: block;
}

.productos__hijo {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
}

.productos__hijo:before {
  content: "";
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(190, 169, 231, 0.9);
}

.anchor-producto {
  display: none;
  font-size: 3rem;
  color: #f3f3f3;
  text-align: center;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 5rem;
  cursor: pointer;
}

.padding-seccion-inicio {
  padding: 3rem 0 6rem 0;
}

.fondo-fantasia, .fondo-libro-luna, .fondo-natalicio {
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}

.fondo-fantasia {
  background-image: url(/img/oso-angela.jpg);
  background-position: 0% 26%;
  background-attachment: fixed;
  height: 30rem;
}

@media (max-width: 75em) {
  .fondo-fantasia {
    background-attachment: scroll;
  }
}

@media (max-width: 56.25em) {
  .fondo-fantasia {
    background-attachment: scroll;
  }
}

@media (max-width: 37.5em) {
  .fondo-fantasia {
    background-attachment: scroll;
    background-position: 0% 0%;
    height: 17rem;
  }
}

.fondo-libro-luna {
  background-image: url(/img/fondo-libro-luna.jpg);
  height: 30rem;
  background-position: center;
  background-attachment: fixed;
}

@media (max-width: 75em) {
  .fondo-libro-luna {
    background-attachment: scroll;
  }
}

@media (max-width: 56.25em) {
  .fondo-libro-luna {
    background-attachment: scroll;
  }
}

@media (max-width: 37.5em) {
  .fondo-libro-luna {
    height: 17rem;
  }
}

.fondo-natalicio {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1f1f1), color-stop(0%), color-stop(#f1f1f1), color-stop(50%), to(transparent)), url(/img/fondo-natalicio1.jpg);
  background-image: linear-gradient(0deg, #f1f1f1, 0%, #f1f1f1, 50%, transparent 100%), url(/img/fondo-natalicio1.jpg);
  height: 50rem;
}

@media (max-width: 37.5em) {
  .fondo-natalicio {
    height: 30rem;
  }
}

.fondo-constelacion {
  background-image: url(/img/fondo-constelacion.jpg);
  background-size: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width: 75em) {
  .fondo-constelacion {
    background-attachment: scroll;
  }
}

@media (max-width: 56.25em) {
  .fondo-constelacion {
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
  }
}

.overlay, .overlay-2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay {
  background: rgba(0, 0, 0, 0.2);
}

.overlay-2 {
  background: rgba(241, 241, 241, 0.4);
}

.fantasia {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 2rem;
  outline: 1rem solid #fff;
  border: 1px solid #d1d1d1;
}

.imagen-servicio {
  padding: 10rem 4rem;
}

.imagen-servicio-libro {
  padding: 10rem 4rem;
}

@media (max-width: 56.25em) {
  .imagen-servicio-libro {
    padding: 0 0 7rem;
  }
}

@media (max-width: 37.5em) {
  .imagen-servicio-libro {
    padding-bottom: 7rem;
  }
}

.imagen-servicio-natalicio {
  padding: 0rem 7rem 8rem 8rem;
  background-color: #f1f1f1;
}

@media (max-width: 56.25em) {
  .imagen-servicio-natalicio {
    padding: 0 0 3rem;
  }
}

@media (max-width: 56.25em) {
  .imagen-servicio {
    padding: 6rem 0rem 2rem;
  }
}

.borde-imagen {
  outline: 1px solid #d1d1d1;
  outline-offset: 1rem;
}

.borde-imagen-sombra-1 {
  -webkit-box-shadow: 0 1.3rem 0.6rem -0.6rem #777;
          box-shadow: 0 1.3rem 0.6rem -0.6rem #777;
}

.borde-imagen-sombra-2 {
  -webkit-box-shadow: 0 1rem 0.6rem -0.6rem #777;
          box-shadow: 0 1rem 0.6rem -0.6rem #777;
}

.texto-servicio {
  padding-top: 21rem;
}

@media (max-width: 75em) {
  .texto-servicio {
    padding-top: 17rem;
    margin-right: 2rem;
  }
}

.texto-servicio-libro {
  padding-top: 21rem;
}

@media (max-width: 75em) {
  .texto-servicio-libro {
    margin-left: 2rem;
  }
}

@media (max-width: 56.25em) {
  .texto-servicio-libro {
    padding-top: 7rem;
    margin-left: 0;
  }
}

.texto-servicio-natalicio {
  padding-top: 8rem;
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 56.25em) {
  .texto-servicio-natalicio {
    width: 100%;
  }
}

@media (max-width: 56.25em) {
  .texto-servicio {
    padding-top: 0;
    margin-right: 0;
  }
}

.miniatura, .miniatura-alt {
  float: left;
  width: 28.5rem;
  outline: 1px solid #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media (max-width: 75em) {
  .miniatura {
    width: 37.8rem;
  }
}

@media (max-width: 56.25em) {
  .miniatura {
    width: 100%;
  }
}

@media (max-width: 75em) {
  .miniatura-alt {
    width: 37.8rem;
  }
}

@media (max-width: 56.25em) {
  .miniatura-alt {
    width: 100%;
  }
}

.miniatura-alt:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}

.miniatura:hover {
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}

@media (max-width: 56.25em) {
  .tab-port {
    padding-top: 5rem;
  }
}

.element-item {
  position: relative !important;
}

.titulo-constelacion {
  position: absolute;
  display: inline-block;
  margin-top: 10rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #fff;
  padding: 2rem;
  outline: 1rem solid #fff;
  border: 1px solid #d1d1d1;
}

.texto-constelacion {
  width: 50%;
  margin: 0 auto;
  padding: 27rem 0 7rem 0;
}

@media (max-width: 56.25em) {
  .texto-constelacion {
    width: 100%;
    padding-top: 32rem;
  }
}

.texto-constelacion p {
  color: #fff;
}

.animacion-derecha,
.animacion-izquierda,
.animacion-abajo {
  opacity: 0;
}

.animacion-derecha .animated,
.animacion-izquierda .animated,
.animacion-abajo .animated {
  opacity: 1;
}

.contacto {
  background-image: linear-gradient(105deg, rgba(255, 255, 255, 0.9), 0%, rgba(255, 255, 255, 0.9), 50%, transparent 50%), url(/img/fotografia-fantasia-7.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 70rem;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
  margin-top: 2rem;
  margin-bottom: 10rem;
}

@media (max-width: 75em) {
  .contacto {
    width: 95%;
    margin: 8rem auto;
    background-size: cover;
    background-position-y: center;
  }
}

@media (max-width: 56.25em) {
  .contacto {
    margin: 6rem auto;
    background-repeat: no-repeat;
    height: 75rem;
    background-size: cover;
  }
}

@media (max-width: 37.5em) {
  .contacto {
    height: 75rem;
    background-size: cover;
  }
}

.contacto-form {
  width: 50%;
  padding: 4rem 6rem;
}

@media (max-width: 56.25em) {
  .contacto-form {
    width: 100%;
    padding: 4rem 4rem;
    background-image: url(/img/fotografia-fantasia-7.jpg);
    background-position: 85%, 50%;
    height: 75rem;
    background-size: cover;
  }
}

@media (max-width: 37.5em) {
  .contacto-form {
    padding: 4rem 3rem;
    height: 75rem;
  }
}

.texto-contacto {
  text-align: center;
  padding: 0 0 3rem 0;
}

@media (max-width: 75em) {
  .texto-contacto {
    padding: 0;
  }
}

h2.estrellas {
  line-height: 5rem;
  font-size: 4rem;
}

@media (max-width: 56.25em) {
  h2.estrellas {
    color: #978e83;
  }
}

@media (max-width: 37.5em) {
  h2.estrellas {
    color: #978e83;
    font-size: 3.5rem;
  }
}

.estrellas:before, .estrellas:after {
  display: inline-block;
  content: " ";
  background-image: url(/img/rayas.png);
  background-size: 50%;
  opacity: .2;
  background-repeat: no-repeat;
  width: 7rem;
  height: 7rem;
}

.estrellas:before {
  margin-bottom: -1.9rem;
  margin-right: -3.7rem;
}

.estrellas:after {
  margin-bottom: -3.9rem;
  margin-left: .5rem;
}

.form__input:focus, .form__textarea:focus {
  outline: none;
  -webkit-box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #bea9e7;
}

.form__input, .form__textarea {
  font-family: inherit;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.form__group {
  margin-bottom: 1rem;
}

@media (max-width: 56.25em) {
  .form__input {
    width: 100%;
  }
}

.form__input:focus:invalid {
  border-bottom: 3px solid #BFB3A5;
}

.form__input::-webkit-input-placeholder {
  color: #707070;
}

.form__label {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2rem;
  margin-top: .7rem;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #707070;
}

.form__input:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.form__textarea {
  margin-top: 4rem;
  resize: none;
}

@media (max-width: 56.25em) {
  .form__textarea {
    width: 100%;
  }
}

.form__textarea:focus:invalid {
  border-bottom: 3px solid #BFB3A5;
}

.form__textarea::-webkit-input-placeholder {
  color: #707070;
}

.form__textarea:placeholder-shown + .form__label {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.form__opciones {
  font-family: inherit;
  color: inherit;
  font-size: 1.5rem;
  padding: 1.5rem 2rem;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-bottom: 3px solid transparent;
  width: 90%;
  display: block;
  resize: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.respuesta .contenido-mensaje {
  background-color: #fff;
  width: 90%;
  padding: 2rem;
  border-radius: 2px;
}

@media (max-width: 37.5em) {
  .respuesta .contenido-mensaje {
    width: 100%;
    padding: 1rem;
  }
}

.respuesta .contenido-mensaje .im {
  font-size: 1.7rem;
  color: #AAC18F;
}

@media (max-width: 37.5em) {
  .respuesta .contenido-mensaje .im {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.respuesta .contenido-mensaje h2 {
  display: inline-block;
}

@media (max-width: 37.5em) {
  .respuesta .contenido-mensaje h2 {
    margin-top: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */