* {
  font-family: 'Rubik', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h4 {
  color: #df8292;
}

h5 {
  color: black;
}

p {
  color: rebeccapurple;
}

body {
  background-image: -webkit-gradient(linear, right top, left top, from(silver), to(white));
  background-image: linear-gradient(to left, silver, white);
}

article {
  color: #e095a2;
  justify-items: center;
  font-size: 20px;
}

/* ANIMACIONES */
.animate__animated.animate__heartBeat {
  --animate-duration: 3s;
}

.animate__animated.animate__backInDown {
  --animate-duration: 2s;
}

.animate__animated.animate__flipInX {
  --animate-duration: 5s;
}

.animate__animated.animate__slideInLeft {
  --animate-duration: 4s;
}

.animate__animated.animate__zoomIn {
  --animate-duration: 8s;
}

.animate__animated.animate__pulse {
  --animate-duration: 5s;
}

.animate__slideOutLeft {
  --animate-duration: 10s;
}

.animate__fadeIn {
  --animate-duration: 10s;
}

.trans {
  height: 100px;
  -webkit-transition: height 2s;
  transition: height 2s;
}

.trans:hover {
  height: 200px;
}

.textoCarrusel {
  color: white;
  font-family: 'Roboto Mono', monospace;
  font-size: xx-large;
}

.NuevoFooter {
  background-image: url(../multimedia/background-maderaBlanca.jpg);
  height: auto;
  width: auto;
}

.fondoConoceme {
  background-image: url(../multimedia/universe-g9e0278449_1920.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
}

.FondoReserva {
  background-image: url(../multimedia/FondoBlancoRESERVA.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin: 50px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
}

.FondoPreguntasF {
  background-image: url(../multimedia/tori-1976609_1280.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
}

.redes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.redes-container ul li {
  margin: 0 5px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.redes-container a {
  display: block;
  margin: 8px;
  padding: 0 10px;
  color: black;
  line-height: 50px;
  font-size: 18px;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
  -webkit-transition: .2s;
  transition: .2s;
}

.redes-container ul:hover a {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.redes-container ul li a:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 5px 5px 0px black;
          box-shadow: 0 5px 5px 0px black;
  -webkit-filter: none;
          filter: none;
}

.redes-container ul li .whatsapp:hover {
  background: #05b105;
}

.redes-container ul li .email:hover {
  background: blueviolet;
}

.redes-container ul li .linkedin:hover {
  background: #1a1aee;
}

.redes-container ul li .Instagram:hover {
  background: #fd6028;
}

.NavFooter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: block;
}

.NavFooter ul li {
  margin: 0 5px;
  text-align: center;
  display: block;
}

.NavFooter a {
  display: block;
  margin: 8px;
  padding: 0 10px;
  color: black;
  line-height: 40px;
  font-size: 18px;
  -webkit-transition: .2s;
  transition: .2s;
}

.NavFooter a:hover {
  color: black;
}

.NavFooter ul:hover a {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.NavFooter ul:hover a {
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.NavFooter ul li a:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-box-shadow: 0 5px 5px 0px black;
          box-shadow: 0 5px 5px 0px black;
  -webkit-filter: none;
          filter: none;
  background: rebeccapurple;
}

.columna1footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  color: black;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  margin: 0px;
  color: rebeccapurple;
}

.primeraSesion {
  text-align: center;
  font-size: 25px;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
  border-radius: 80px 20px;
  margin: 50px;
  padding: 10px;
  color: black;
}

.LIC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.click {
  font-size: 30px;
  color: black;
}

.click a:hover {
  color: #df8292;
}

.clickEmail {
  font-size: 30px;
  color: black;
}

.clickEmail a:hover {
  color: #df8292;
}

.img-fluid {
  -webkit-box-shadow: 0 3px 20px 0px rebeccapurple;
          box-shadow: 0 3px 20px 0px rebeccapurple;
}

.TextoConoceme {
  color: rebeccapurple;
}

.cajitas {
  margin: 50px;
  padding: 50px;
  text-align: center;
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
}

.preguntas {
  -webkit-box-shadow: 0 3px 10px 0px #242222;
          box-shadow: 0 3px 10px 0px #242222;
}
/*# sourceMappingURL=style.css.map */