@charset "UTF-8";
.contenedor {
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width: 500px) {
  .contenedor {
    margin-right: 5%;
    margin-left: 5%;
  }
}

#miLogo {
  font-size: 30px;
  font-weight: 900;
  color: #5e17eb !important;
}

@media screen and (max-width: 712px) {
  #miLogo h1 {
    font-size: 20px !important;
  }
}

#miLogo span {
  color: #00051de8;
}

#miLogo::before {
  content: '<';
}

#miLogo::after {
  content: '/>';
}

.boton-1 {
  padding: 10px 30px;
  background: #5e17eb;
  margin: 10px 0px;
  border-radius: 5px;
  text-decoration: none;
  color: white !important;
  font-weight: 400;
  font-size: 16px !important;
  border: 2px solid #5e17eb;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 2px #5e17eb;
          box-shadow: 0px 2px 2px #5e17eb;
}

.boton-1 ion-icon {
  font-size: 20px;
  margin: -3px 2px;
}

.boton-1:hover {
  color: white;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #00051de8;
  background-color: transparent;
  text-decoration: none !important;
}

.boton-2 {
  padding: 10px 30px;
  background: #00051de8;
  margin: 10px 0px;
  border-radius: 5px;
  text-decoration: none;
  color: white !important;
  font-weight: 400;
  font-size: 16px !important;
  border: 2px solid #00051de8;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 2px #00051de8;
          box-shadow: 0px 2px 2px #00051de8;
}

.boton-2 ion-icon {
  font-size: 20px;
  margin: -3px 2px;
}

.boton-2:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #5e17eb;
  background-color: transparent;
  text-decoration: none !important;
  color: white !important;
}

.contenedor {
  margin-left: 10%;
  margin-right: 10%;
}

@media screen and (max-width: 500px) {
  .contenedor {
    margin-right: 5%;
    margin-left: 5%;
  }
}

#miLogo {
  font-size: 30px;
  font-weight: 900;
  color: #5e17eb !important;
}

@media screen and (max-width: 712px) {
  #miLogo h1 {
    font-size: 20px !important;
  }
}

#miLogo span {
  color: #00051de8;
}

#miLogo::before {
  content: '<';
}

#miLogo::after {
  content: '/>';
}

.divMenu {
  width: 100%;
  height: 15vh;
  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;
}

.divMenu .logo {
  width: 50%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 950px) {
  .divMenu .logo p {
    font-size: 20px !important;
  }
}

.divMenu nav {
  width: 50%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.divMenu nav .divIcoMenu {
  padding: 10px;
  width: 40px;
  z-index: 100000;
}

@media screen and (max-width: 950px) {
  .divMenu nav .divIcoMenu {
    width: 30px;
  }
}

.divMenu nav .divIcoMenu .icoMenu {
  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;
  z-index: 100000;
  border: none !important;
  background: transparent !important;
  cursor: pointer;
  margin: 0;
}

.divMenu nav .divIcoMenu .icoMenu ion-icon {
  font-size: 30px;
  color: white;
  font-weight: bold;
  padding: 10px;
  border-radius: 50%;
  background-color: #5e17eb;
}

@media screen and (max-width: 950px) {
  .divMenu nav .divIcoMenu .icoMenu ion-icon {
    z-index: 100000;
    color: #00051de8;
  }
}

.divMenu nav .linkMenu {
  position: absolute;
  top: 0px;
  right: 0;
  width: 0%;
  height: 0;
  background-color: #01000a;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.329);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.329);
  -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;
  -webkit-transition: all .6s;
  transition: all .6s;
  padding: 0px 0px;
  z-index: 1000;
}

.divMenu nav .linkMenu p {
  text-align: center;
  color: #00051de8;
  font-weight: bold;
  font-size: 20px;
}

.openMenu {
  position: absolute;
  top: 0px;
  right: 0;
  width: 450px;
  height: 100vh;
  background-color: #01000a;
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.329);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.329);
  -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;
  -webkit-transition: all .6s;
  transition: all .6s;
  padding: 0px 0px;
  z-index: 1000;
}

@media screen and (max-width: 950px) {
  .openMenu {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media screen and (max-width: 712px) {
  .openMenu {
    width: 100% !important;
    height: 100vh;
  }
}

.openMenu .padre {
  width: 50%;
  height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 40px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 950px) {
  .openMenu .padre {
    height: 80vh;
    margin: 0px;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}

.openMenu .padre .boton-1 {
  font-size: 20px;
  padding: 12px 40px !important;
}

.openMenu .padre a {
  padding: 10px 0px;
  text-decoration: none;
  color: white !important;
  font-weight: bold;
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 950px) {
  .openMenu .padre a {
    font-size: 20px;
  }
}

.openMenu .padre a:hover {
  color: #5e17eb;
}

.openMenu .padre a ion-icon {
  font-size: 20px;
  padding: 0px 10px;
  color: white !important;
}

.openMenu .padre a:hover {
  -webkit-transition: all .2s;
  transition: all .2s;
}

@media screen and (max-width: 950px) {
  .openMenu .padre .boton-1 {
    padding: 5px 10px !important;
  }
}

#00051dd2#00051de3 * {
  margin: 0 !important;
  padding: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  cursor: auto;
  overflow-x: hidden !important;
  margin: 0;
  padding: 0;
}

.ligth {
  background-color: white;
}

.ligth h1 {
  color: #00051de8;
}

.ligth h3 {
  color: #00051de8;
}

.ligth p {
  color: #00051de8;
}

.ligth a {
  color: #00051de8;
}

.ligth .port-learn {
  background-color: white !important;
}

.ligth .port-learn .tar-learn {
  background-color: white !important;
}

.ligth .port-learn .tar-learn h3 {
  color: #00051de8;
}

.ligth .port-learn .tar-learn p {
  color: #00051de8;
}

.ligth .port-learn .tar-learn:hover {
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: #5e17eb !important;
}

.ligth .port-learn .tar-learn:hover h3 {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: white !important;
}

.ligth .port-learn .tar-learn:hover p {
  -webkit-transition: all .4s;
  transition: all .4s;
  color: white !important;
}

.ligth .boton-1:hover {
  color: #5e17eb !important;
}

.ligth .boton-2:hover {
  color: #5e17eb !important;
}

.dark {
  -webkit-transition: all .8s;
  transition: all .8s;
  background-color: #05001b;
}

.dark h1,
.dark h3,
.dark p,
.dark a {
  color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dark .seccionSk .color {
  -webkit-transition: all .4s;
  transition: all .4s;
  background-color: rgba(0, 0, 0, 0.808);
}

.dark .icoMenu ion-icon {
  color: white !important;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dark #miLogo span {
  color: white;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.dark .camb-color {
  background-color: white;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.dark .camb-color ion-icon {
  color: #00051de8;
}

.dark .tarjeB {
  background-color: #00051de8 !important;
}

.div-color-pagina {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: auto;
  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;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  z-index: 100000;
}

.div-color-pagina div {
  margin-top: auto;
  cursor: pointer;
  background-color: #00051de8;
  border-radius: 50% !important;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  justify-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.div-color-pagina div ion-icon {
  font-size: 30px;
  color: white;
  margin: 0px;
  padding: 0px;
}

header {
  width: 100%;
  height: auto;
  z-index: 10;
}

header .div-header {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0px;
}

@media screen and (max-width: 950px) {
  header .div-header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0px !important;
  }
}

header .div-header .divText {
  width: 45%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 950px) {
  header .div-header .divText {
    padding: 10px 0px !important;
    margin: 10px 0px !important;
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
    text-align: center !important;
  }
  header .div-header .divText h3 {
    margin: 0;
  }
  header .div-header .divText hr {
    display: none;
  }
}

header .div-header .divText #div-redes {
  padding: 20px 0px;
}

header .div-header .divText #div-redes a {
  padding: 20px 10px;
  font-size: 30px;
  text-decoration: none;
}

header .div-header .divText div {
  padding: 5px 0px;
}

@media screen and (max-width: 950px) {
  header .div-header .divText {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
  }
}

@media screen and (max-width: 712px) {
  header .div-header .divText {
    padding: 10px 0px;
  }
  header .div-header .divText h1 {
    font-size: 200% !important;
  }
}

@media screen and (max-width: 550px) {
  header .div-header .divText {
    padding: 10px 0px;
    margin: 10px 0px;
  }
}

header .div-header .divText hr {
  width: 40px;
  border: 1px solid black;
  margin: 10px 0px;
}

header .div-header .divText h3 {
  font-size: 150%;
  font-weight: normal;
}

header .div-header .divText h3 span {
  color: #5e17eb;
  font-weight: bold;
}

header .div-header .divText h1 {
  font-size: 280%;
  margin: 0;
  font-weight: bold !important;
}

@media screen and (max-width: 550px) {
  header .div-header .divText h1 {
    padding: 10px 0px;
  }
}

header .div-header .divText h1 span {
  color: #5e17eb;
}

header .div-header .divText p {
  font-size: 120%;
  font-weight: normal;
}

header .div-header .divText p a {
  text-decoration: none;
  color: #5e17eb;
}

header .div-header .divText p a::after {
  content: '📲';
}

header .div-header .divText #div-botones {
  width: 100%;
  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;
}

@media screen and (max-width: 950px) {
  header .div-header .divText #div-botones {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header .div-header .divImg {
  width: 45%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0px 0px;
  margin: 0px 0px;
}

@media screen and (max-width: 950px) {
  header .div-header .divImg {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  header .div-header .divImg img {
    width: 70% !important;
  }
}

header .div-header .divImg img {
  width: 100%;
}

.mensajeBienvenida {
  position: fixed;
  top: -1000px;
  width: 100%;
  height: 100vh;
  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;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  z-index: 100000000;
}

.mensajeBienvenida .tarjeB {
  position: relative;
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -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: white;
  border-radius: 10px;
}

.mensajeBienvenida .tarjeB .quit {
  position: absolute;
  width: auto;
  top: -50px;
  right: 0px;
  text-align: right;
  padding: 20px;
}

.mensajeBienvenida .tarjeB .quit p {
  font-size: 22px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  background: red;
  padding: 10px 20px;
  border-radius: 50%;
}

.mensajeBienvenida .tarjeB div {
  text-align: center;
  padding: 5px;
  text-decoration: none;
}

.mensajeBienvenida .tarjeB div p {
  font-size: 20px;
}

.mensajeBienvenida .tarjeB div h2 {
  font-size: 30px;
  color: #5e17eb;
}

.mensajeBienvenida .tarjeB div a {
  text-decoration: none;
}

.mensajeBienvenida .tarjeB div ion-icon {
  background-color: #5e17eb;
  font-size: 40px;
  color: white;
  padding: 12px;
  border-radius: 100%;
}

@media screen and (max-width: 950px) {
  .mensajeBienvenida .tarjeB {
    width: 80%;
  }
}

.seccionMi {
  width: 100%;
  position: relative;
}

.seccionMi .divSecMi {
  width: 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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0px;
}

.seccionMi .divSecMi .text {
  width: 700px;
  margin: 0px auto;
}

.seccionMi .divSecMi .text h3 {
  position: relative;
  font-size: 150%;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.seccionMi .divSecMi .text h1 {
  font-size: 200%;
  margin: 0;
  font-weight: bold;
}

.seccionMi .divSecMi .text p {
  font-size: 130%;
  line-height: 30px;
}

.seccionMi .divSecMi .text .habi {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seccionMi .divSecMi .text .habi p {
  padding: 10px;
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}

.seccionMi .divSecMi .text .habi p::before {
  content: '⇨';
  font-size: 25px;
  padding: 0px 10px;
  color: #5e17eb;
  font-weight: bold;
}

.seccionMi .divSecMi .desc {
  position: relative;
  width: 300px;
  text-align: center;
}

@media screen and (max-width: 712px) {
  .seccionMi .divSecMi {
    padding: 50px 0px;
  }
  .seccionMi .divSecMi div {
    width: 100%;
    text-align: center;
    margin: 20px 0px;
  }
  .seccionMi .divSecMi div h1 {
    font-size: 40px;
  }
  .seccionMi .divSecMi div p {
    font-size: 18px;
  }
}

.seccion-portafolio {
  width: 100%;
  padding-bottom: 80px;
}

.seccion-portafolio .tit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}

.seccion-portafolio .tit div {
  width: 100%;
}

.seccion-portafolio .tit div h1 {
  font-size: 280%;
  margin: 0;
  font-weight: bold;
  padding: 10px 0px;
}

.seccion-portafolio .tit div p {
  margin: 0;
  padding: 0;
  font-size: 120%;
}

.seccion-portafolio .div-portafolio {
  width: 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;
  padding: 20px 0px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio {
  width: 450px;
  margin: 20px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden !important;
  position: relative;
  background-color: #5e17eb;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio .text {
  width: 100%;
  padding: 1em 0;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio .text h1 {
  font-size: 20px;
  color: white;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio .text p {
  color: white;
  font-size: 16px !important;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio .text p span {
  font-weight: bold;
  text-transform: uppercase;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio:hover .text {
  width: 100%;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: inherit;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio:focus .text {
  width: 100%;
  height: inherit;
  -webkit-transition: all .4s;
  transition: all .4s;
  height: inherit;
  background-color: rgba(131, 0, 218, 0.692);
}

.seccion-portafolio .div-portafolio .tarjt-portafolio div {
  width: 100%;
  text-align: center;
  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;
  overflow: hidden !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio div img {
  width: 100% !important;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.seccion-portafolio .div-portafolio .tarjt-portafolio .d-vermas {
  width: 100%;
}

.seccion-form {
  width: 100%;
  overflow: hidden;
}

.seccion-form .div-form {
  width: 100%;
  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;
}

.seccion-form .div-form form {
  width: 100%;
  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;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.seccion-form .div-form form div {
  width: 50%;
  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;
  padding: 12px 0px;
}

@media screen and (max-width: 955px) {
  .seccion-form .div-form form div {
    width: 100%;
    padding: 5px 0px;
    margin: 0px;
  }
}

.seccion-form .div-form form label {
  width: 100%;
  font-size: 16px;
  color: white;
  font-weight: bold;
}

.seccion-form .div-form form input {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 2px solid #5e17eb;
  border-radius: 8px;
}

.seccion-form .div-form form textarea {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  border: 2px solid #5e17eb;
  border-radius: 5px;
}

.seccion-form .div-form form #btnValidar {
  width: auto;
  padding: 10px 30px;
  background: #00051de8;
  margin: 10px 0px;
  border-radius: 5px;
  text-decoration: none;
  color: white !important;
  font-weight: 400;
  font-size: 16px !important;
  border: 2px solid #00051de8;
  font-weight: bold;
  -webkit-box-shadow: 0px 2px 2px #00051de8;
          box-shadow: 0px 2px 2px #00051de8;
}

.seccion-form .div-form form #btnValidar:hover {
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 2px solid #5e17eb;
  background-color: transparent;
  color: white !important;
}

.otra {
  width: 100%;
  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;
  padding: 20px 0px;
}

.otra h1 {
  color: white;
  text-align: center;
}

.seccion-trab {
  width: 100%;
  background-color: #5e17eb;
}

.seccion-trab .div-trab {
  padding: 50px 0px;
  width: 100%;
  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;
}

.seccion-trab .div-trab div {
  text-align: center;
  width: 80%;
  margin: 0;
  padding: 10px 0px;
}

.seccion-trab .div-trab div h3 {
  color: rgba(255, 255, 255, 0.829);
  font-size: 20px;
}

.seccion-trab .div-trab div h1 {
  font-size: 35px;
  color: white;
}

@media screen and (max-width: 712px) {
  .seccion-trab .div-trab div {
    width: 100%;
  }
  .seccion-trab .div-trab div h3 {
    font-size: 18px;
  }
  .seccion-trab .div-trab div h1 {
    font-size: 25px;
  }
}

footer {
  width: 100%;
  background-color: #5e17eb;
}

footer hr {
  width: 50%;
  color: rgba(255, 255, 255, 0.164);
}

footer .divFooter {
  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;
}

footer .divFooter div {
  padding: 10px 0px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .divFooter div p {
  color: white;
}

footer .divFooter div a {
  text-decoration: none;
}

footer .divFooter div a ion-icon {
  color: white;
  font-size: 30px;
  padding: 0px 10px;
}

.arrayBottom {
  width: 100%;
  text-align: left;
}

.arrayBottom ion-icon {
  color: #5e17eb;
  font-size: 40px;
}

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot);
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(https://example.com/MaterialIcons-Regular.woff2) format("woff2"), url(https://example.com/MaterialIcons-Regular.woff) format("woff"), url(https://example.com/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

.material-icons.md-light {
  color: white;
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}
/*# sourceMappingURL=main.css.map */