﻿* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3x2myd');
  src:  url('fonts/icomoon.eot?3x2myd#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3x2myd') format('truetype'),
    url('fonts/icomoon.woff?3x2myd') format('woff'),
    url('fonts/icomoon.svg?3x2myd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-idioma:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e905";
}
.icon-up:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\e901";
}
.icon-blog:before {
  content: "\e902";
}
.icon-atras:before {
  content: "\e903";
}
.icon-siguiente:before {
  content: "\e904";
}

/* http://sonspring.com/journal/clearing-floats */
.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 0;
}

.row:after, .clearfix:after, .container12:after, .container16:after {
  clear: both;
}

/* For IE7. Move this to separate file when you notice some problems */
.row, .clearfix {
  zoom: 1;
}

img, object, embed {
  max-width: 100%;
}

img {
  height: auto;
}

.blanco {
  color: rgb(255, 255, 255);
}

.gris {
  color: rgb(87, 95, 102);
}

.negro {
  color: rgb(51, 54, 56);
}

.azul-textos {
  color: rgb(26, 45, 91);
}

.azul-botones {
  color: #1E2286;
}

.celeste-botones {
  color: #09D8D2;
}



html {
  width: 100%;
  height: 100%;
}

body {
  background: #370454;
  font-family: 'KoHo', sans-serif;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  height: 100%;
}


h1 {
  color: #ffffffff;
  font-size: 1.3em;
  line-height: 1.8em;
  text-transform: uppercase;
  display: block;
  width: 100%;
}


body .arrows {
  position: relative;
  /**/
  position: absolute;
  top: 80%;
  left: 50%;
  /**/
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  z-index: 999999999999999999999;
}
body .arrows:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: translate(2px, 2px) rotate(-45deg);
  animation: arrows 3s linear infinite;
}
body .arrows:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-left: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.7);
  transform: translate(2px, 0px) rotate(-45deg);
  animation: arrows 3s linear infinite -1.5s;
}

.texto-mas{
  color: #FFFFFFFF;
  display: block;
  width: 200px;
  text-align: center;
  margin-left: -100px;
  margin-top: -30px;
  position: absolute;

}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, -23.3333333333px) rotate(-45deg);
  }
  10%, 90% {
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
  }
  50% {
    border-left: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    transform: translate(-13.3333333333px, 0px) rotate(-45deg);
  }
  100% {
    border-left: 2px solid rgba(255, 255, 255, 0);
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    transform: translate(-13.3333333333px, 23.3333333333px) rotate(-45deg);
  }
}



header{
  position: absolute;
  top: 0;
  display: flex;
  width: 100%;
  z-index: 999999999999999999999;
  box-sizing: border-box;
  padding: 2em;
  justify-content: space-between;
}
.logo-up{
  color: #ffffffff;
  font-size: 5em;
}
.redes-header{
  display: flex;
}

.red-header a:link{
  display: flex;
  justify-content: flex-start;
  color: rgb(255, 255, 255);
  font-size: 1.7em;
  text-decoration: none;
  margin-right: 0.2em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.red-header a:visited{
  color: rgb(255, 255, 255);
}
.red-header a:hover{
  color: rgb(185, 250, 0);
}
.red-header a:active{
  color: rgb(255, 255, 255);
}

.mail-header a:link{
  display: flex;
  justify-content: flex-start;
  color: rgb(255, 255, 255);
  font-size: 1em;
  text-decoration: none;
  margin-right: 0.2em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.mail-header a:visited{
  color: rgb(255, 255, 255);
}
.mail-header a:hover{
  color: rgb(185, 250, 0);
}
.mail-header a:active{
  color: rgb(255, 255, 255);
}
.datos-header{
  font-size: 1em;
  color: rgb(255, 255, 255);
}
.texto-fotos{
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 999999999999999999999;
  justify-content: center;
  align-items: center;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgb(185, 250, 0);
  text-align: center;
}

.seccion-form{
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.campos-llenar {
  display: block;
  width: 47%;
  box-sizing: border-box;
  padding-left: 1em;
  -webkit-border-radius: 5px 5px 5px;
  border-radius: 5px 5px 5px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: #370454;
  color: rgb(255, 255, 255);
  margin: 1em;
  font-size: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.seccion-areas{
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.contenedor-areas{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.area{
  display: flex;
  width: 18%;
  align-items:flex-start;
  margin: 0.5em;
}

.caja-check {
  background-color: #370454;
  border: 1px solid rgb(255, 255, 255);
}

.linea-separadora {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 1em;
  margin-bottom: 1em;
}

.texto-areas{
  color: rgb(255, 255, 255);
  padding-left: 0.5em;
  margin-top: -0.2em;
}






::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
}


#seccion-botones {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.contenedor-footer{
  display: flex;
  width: 100%;
  max-width: 1100px;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  padding-bottom: 3em;
}

.redes{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: center;
}
.red{
  display: flex;
}

.red a:link{
  display: flex;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.5em;
  text-decoration: none;
  margin-right: 0.2em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.red a:visited{
  color: rgba(255, 255, 255, 0.5);
}
.red a:hover{
  color: rgb(255, 255, 255);
}
.red a:active{
  color: rgba(255, 255, 255, 0.5);
}

.mail-footer a:link{
  display: flex;
  justify-content: flex-start;
  color: rgba(255, 255, 255, 0.5);
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  margin-right: 0.2em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  margin-top: 0.5em;
}
.mail-footer a:visited{
  color: rgba(255, 255, 255, 0.5);
}
.mail-footer a:hover{
  color: rgb(255, 255, 255);
}
.mail-footer a:active{
  color: rgba(255, 255, 255, 0.5);
}
.datos-footer{
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.8em;
}

.seccion-autorizaciones{
  display: flex;
  width: 750px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.seccion-boton{
  display: flex;
  width: 300px;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content:flex-start;
  vertical-align: top;
  flex-direction: column;
  padding: 1em;
}


.btn-enviar a:link {
  display: block;
  width: 100%;
  background-color: rgb(185, 250, 0);
  padding-left: 1.3em;
  padding-right: 1.3em;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  box-sizing: border-box;
  color: #1E2286;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0.5em;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-border-radius: 6px 6px 6px 6px;
border-radius: 6px 6px 6px 6px;
}

.btn-enviar a:visited {
  background-color: rgb(185, 250, 0);
  color: #1E2286;
}

.btn-enviar a:hover {
  background-color: rgb(0, 250, 235);
  color: #1E2286;
}

.btn-enviar a:active {
  background-color: rgb(185, 250, 0);
  color: #1E2286;
}
.btn-terminos a:link {
    color: #ffffff;
    display: block;
    font-size: 0.7em;
    font-weight: 700;
    padding-left: 1.9em;
    padding-right: 0.8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    text-decoration: none;
}

.btn-terminos a:visited {
    color: #ffffff;
}

.btn-terminos a:hover {
  color: rgb(185, 250, 0)
}

.btn-terminos a:active {}


.autorizacion{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: flex-start;
  margin-bottom: 0.5em;
}

.marcar-autorizaciones{
  display: flex;
  flex-wrap: wrap;
  width: 15%;
  align-items: center;
  padding-top: 5px;
}

.texto-autorizaciones{
  display: flex;
  flex-wrap: wrap;
  width: 85%;
  color: rgb(255, 255, 255);
}

.btn-idioma a:link{
  display: block;
  position: absolute;
  z-index: 99999999999999999999999999999999999999999;
  bottom: 0;
  right: 0;
  padding-left: 2em;
  padding-bottom: 1em;
  padding-top: 1em;
  padding-right: 2em;
  -webkit-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
  font-size: 1em;
  position: fixed;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  background-color: rgba(0, 0, 0, 0.5);
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.btn-idioma a:visited{
  color: rgb(255, 255, 255);
}
.btn-idioma a:hover{
  color: rgba(185, 250, 0, 1);
}
.btn-idioma a:active{
  color: rgb(255, 255, 255);
}

.cierre{
  display: block;
  width: 100%;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 2em;
  padding-bottom: 3em;
}


@media screen and (max-width:1500px) {
  body {
    font-size: 14px;
  }

}

@media screen and (max-width:1400px) {
  body {
    font-size: 14px;
  }
  .seccion-form, .contenedor-footer{
    max-width: 900px;
  }
  .campos-llenar {
    width: 46%;
  }
}

@media screen and (max-width:800px) {
  body {
    font-size: 12px;
  }
  .seccion-form, .contenedor-footer{
    max-width: 100%;
    padding-left: 2em;
    padding-right: 2em;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .campos-llenar {
    width: 46%;
  }
  body .arrows {
    display: none;
  }
  .area{
    width: 100%;
    font-size: 1.4em;
  }
  .seccion-autorizaciones{
    width: 100%;
  }
  .seccion-boton{
    display: flex;
    width: 100%;
    padding: 1em;
    margin-top: 2em;
  }

  header{
    display: flex;
    padding: 1em;
    flex-direction: column-reverse;
    justify-content:space-between;
    align-items: center;
    vertical-align: inherit;
    width: 100%;
    height: auto;
  }

  .datos-header{
    font-size: 1em;
    margin-top: 8em;
    justify-content: center;
    text-align: center;
  }

  .mail-header a:link{
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .logo-up{
    color: #ffffffff;
    font-size: 4em;

  }
  .redes-header{
    display: flex;
    justify-content: center;
  }

  .seccion-logo-up{
    display: block;
  }
  .seccion-form, .contenedor-footer{
    max-width: 100%;
  }
  .campos-llenar {
    width: 100%;
  }
  .marcar-autorizaciones{
    width: 25%;
  }

  .texto-autorizaciones{
    width: 75%;
    padding-left: 1em;
    box-sizing: border-box;
  }

}
@media screen and (max-height:600px) {

}

@media screen and (max-width:1100px) {

}

@media screen and (max-width:900px) {


}

@media screen and (max-width:700px) {

}

@media screen and (max-width:600px) {

}

@media screen and (max-width:400px) {


}

@media screen and (max-width:350px) {

}
