body {
  background-color: #ffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

a {
  text-decoration: none;
}

.contenedor-comun img {
  padding-bottom: 20px;
}

@-webkit-keyframes textAlpha {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes textAlpha {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes slide-carousel {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}

@keyframes slide-carousel {
  0% {
    opacity: 0;
    left: 0;
  }
  100% {
    opacity: 1;
    left: 15px;
  }
}

.ds-inline-block {
  display: inline-block;
}

* {
  padding: auto;
  margin: auto;
  font-family: 'Georama', sans-serif;
}

p {
  font-size: 1.2em;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #6c24af;
  text-align: center;
}

h2 h3 h4 h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10em;
}

.formato-parrafo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  margin-left: 5%;
  margin-right: 5%;
  padding: 0%;
}

.nav {
  margin-bottom: 10px;
  padding: 0;
  height: 80px;
  background: #a35cff;
  background: -webkit-gradient(linear, left bottom, left top, from(#a35dff), color-stop(42%, #853fad), color-stop(74%, #582e73), to(#40245b));
  background: linear-gradient(0deg, #a35dff 0%, #853fad 42%, #582e73 74%, #40245b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.nav ul {
  margin: 0;
}

.nav-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
}

.searchBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-right: 0;
}

.list-nav li {
  margin: 0;
  padding: 20px;
  color: #9e4fee;
}

#hover-list li a:hover {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #9e4fee;
  text-decoration: none;
}

.vio {
  background-color: #9e4fee;
}

.color-principal {
  background-color: #9e4fee;
}

h1 {
  -webkit-animation-name: textAlpha;
          animation-name: textAlpha;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

h2 {
  -webkit-animation-name: textAlpha;
          animation-name: textAlpha;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

h3 {
  -webkit-animation-name: textAlpha;
          animation-name: textAlpha;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.slide-carousel {
  -webkit-animation-name: slide-carousel;
          animation-name: slide-carousel;
  -webkit-animation-duration: .6s;
          animation-duration: .6s;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
  position: relative;
}

.img-de-3 {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #6c24afbd;
}

.aparecer {
  -webkit-animation-name: textAlpha;
          animation-name: textAlpha;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.contenedor-comun {
  margin: 15px 5% 20px 5%;
  padding: 5px;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9e4fee71;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 5px 5px #6c24af6c;
          box-shadow: 0 5px 5px 5px #6c24af6c;
  overflow: hidden;
}

.arrow {
  background-color: #6c24af62;
  border-radius: 50px;
  position: fixed;
  top: 90%;
  right: 5px;
}

.indexh3 {
  color: #6c24af;
  text-align: center;
}

.cenTer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cards {
  margin-top: 15px;
  padding: 0;
  -webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.562);
          box-shadow: 0 12px 16px rgba(0, 0, 0, 0.562);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: 10px;
      flex-wrap: 10px;
}

.cards:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.contenedor-texto {
  margin: 10px;
  padding: 10px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(158, 79, 238, 0.443);
  border-radius: 7px;
  overflow: hidden;
  border-solid: 30px;
  border-radius: 10px;
  padding: 15px;
}

.title-verde {
  color: #1f9c00;
  text-align: center;
  padding: 10px;
}

.borde-verde {
  border-solid: 30px;
  border-radius: 10px;
  padding: 15px;
}

.title-rosa {
  padding: 10px;
  color: #b337a8;
  text-align: center;
}

.borde-rosa {
  border-solid: 30px;
  border-radius: 10px;
  padding: 15px;
}

.title-naranja {
  padding: 10px;
  color: #D16D0F;
  text-align: center;
}

.borde-naranja {
  border-solid: 30px;
  border-radius: 10px;
  padding: 15px;
}

.title-marron {
  padding: 10px;
  color: #966B45;
  text-align: center;
}

.borde-marron {
  border-solid: 30px;
  border-radius: 10px;
  padding: 15px;
}

.contenedor-formulario {
  margin: 15px 10% 0 10%;
  padding: 0;
  width: auto;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #9e4fee71;
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 5px 5px #6c24af6c;
          box-shadow: 0 5px 5px 5px #6c24af6c;
  overflow: hidden;
  margin-bottom: 20px;
}

.form-register {
  width: 400px;
  height: 60vh;
  background: #9e4fee69;
  padding: 25px;
  margin: auto;
  border-radius: 4px;
  font-family: 'calibri';
  color: white;
  -webkit-box-shadow: 7px 13px rgba(0, 0, 0, 0.425);
          box-shadow: 7px 13px rgba(0, 0, 0, 0.425);
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #ffffff;
  font-family: 'calibri';
  font-size: 18px;
  color: #000;
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
}

.form-register a {
  color: white;
  text-decoration: none;
}

.form-register a:hover {
  color: white;
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #a320b4;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}

@media only screen and (max-width: 1200px) {
  .contenedor-comun {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contenedor-formulario img {
    display: none;
  }
}

@media only screen and (max-width: 990px) {
  body {
    font-size: .8em;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
  }
  nav div ul {
    margin: 0;
    padding: 20px 0;
    background-color: #b973ff;
    top: 80px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    position: fixed;
    left: 0;
  }
  .cards {
    display: none;
  }
  .contenedor-comun {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contenedor-comun img {
    width: 100%;
  }
  .img-de-3 {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .img-de-3 {
    display: none;
  }
  .navbar {
    height: 3%;
  }
  nav div ul {
    top: 60px;
  }
}

.footer {
  margin-bottom: 0;
  padding: 0;
  height: 40px;
  background: #a35dff;
  background: -webkit-gradient(linear, left top, left bottom, from(#a35dff), color-stop(42%, #853fad), color-stop(72%, #582e73), to(#40245b));
  background: linear-gradient(180deg, #a35dff 0%, #853fad 42%, #582e73 72%, #40245b 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.footer-fix {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0%;
}
/*# sourceMappingURL=estilos.css.map */