﻿* {
  margin: 0;
  padding: 0;
}

body {
  display: flex;
  width: 100%;
  background: #ffffffff;
  background-size: cover;
  background-repeat: no-repeat;
  flex-wrap: wrap;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
}

p {
  margin-bottom: 1em;
}

.resaltadobold{
  font-weight: 700;
}
.inclinadas{
  font-style: italic;
}

html {
}

h1 {
  color: #7dcc4a;
  margin-bottom: 1em;
}

h2 {
  color: rgb(68, 68, 68);
}

h3 {}

h4 {}

a {}

ol {}

li {}

ul {
  margin-left: 2em;
  margin-bottom: 2em;
}

/* 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;
}

input[type=submit]{
  display: block;
  width: 30%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: #00ace6;
  margin: 0 auto;
  color: #ffffffff;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.5em;

}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}

:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 1em;
  color: rgb(129, 140, 153);
  font-family: 'Open Sans', sans-serif;
}

@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?o6qr6h');
  src:  url('fonts/icomoon.eot?o6qr6h#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?o6qr6h') format('truetype'),
    url('fonts/icomoon.woff?o6qr6h') format('woff'),
    url('fonts/icomoon.svg?o6qr6h#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-subir:before {
  content: "\e90b";
}
.icon-mas:before {
  content: "\e900";
}
.icon-youtube:before {
  content: "\e901";
}
.icon-instagram:before {
  content: "\e902";
}
.icon-twitter:before {
  content: "\e903";
}
.icon-linkedin:before {
  content: "\e904";
}
.icon-facebook:before {
  content: "\e905";
}
.icon-register:before {
  content: "\e906";
}
.icon-logo-up:before {
  content: "\e907";
}
.icon-place:before {
  content: "\e908";
}
.icon-passport:before {
  content: "\e909";
}
.icon-checklist:before {
  content: "\e90a";
}

header{
  width: 100%;
}

#btn-menu{
  display: none;
}

header label {
  display: none;
  width: 40px;
  margin: 20px;
}

header label:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.3);
}

.menu ul{
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  padding-top: 0.5em;
}

.menu li:hover{
  background: rgba(0,205,215,0.5);
}

.menu li a{
  display: block;
  padding: 15px 30px;
  color: rgb(65, 65, 65);
  text-decoration: none;
  text-transform: uppercase;
  border-left: 1px solid rgb(65, 65, 65);
  margin-left: -1px;
  font-size: 0.8em;
}

.logoup{
  display: block;
  width: 20em;
  position: absolute;
  margin-right: 2em;
  margin-top: 2em;
  position: absolute;
  top: 0;
  right: 0;
}

.texto-subir{
  display: block;
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 1em;
}


.contenedor-home {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5em;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.info-central{
  display: block;
  width: 100%;
  max-width: 1300px;
  flex-wrap: wrap;
  box-sizing: border-box;
  text-align: justify;
  margin: 0 auto;
  min-height: 728px;
}
.campo-form{
  display: flex;
  width: 100%;
  background: #f7f7f7;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 1em;
}


.campo-forma{
  display: block;
  width: 100%;
  height: 2.5em;
  border: 1px solid rgb(125, 125, 125);
  background-color: #ffffffff;
  border-radius: none;
  box-sizing: border-box;
  padding-left: 1em;
}

.campo-forma-minimo{
  width: 30%;
  height: 2.5em;
  border: 1px solid rgb(125, 125, 125);
  background-color: #ffffffff;
  border-radius: none;
  box-sizing: border-box;
  padding-left: 1em;
}

.enunciado-campo{
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: rgb(92, 92, 92);
  padding-left: 0.5em;
  margin-bottom: 0.3em;
}
.bajada-campo{
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: rgb(92, 92, 92);
  padding-left: 0.5em;
  font-size: 0.8em;
  text-align: left;
  margin-top: 0.2em;
}

.campo1{
  display: block;
  width: 12%;
  margin-right: 2%;
  margin-left: 2%;
}

.campo2{
  display: block;
  width: 38%;
  margin-right: 2%;
  margin-left: 2%;
}

.campo3{
  display: block;
  width: 17%;
  margin-right: 1%;
  margin-left: 2%;
}

.campo4{
  display: block;
  width: 37.2%;
  margin-left: 2%;
}

.campo5{
  display: block;
  width: 31%;
  margin-left: 2%;
}

.campo6{
  display: block;
  width: 50%;
  margin-left: 2%;
  margin-top: 1em;
}

#updFile {
  display: block;
  width: 100%;
  background: #c4c4c4;
  text-align: right;
  box-sizing: border-box;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(51, 51, 51);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.9em;
}

input[type=file] {
  display: block;
  width: 100%;
  background: #c4c4c4;
  text-align: right;
  box-sizing: border-box;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
  padding-right: 1em;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  color: rgb(51, 51, 51);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 0.9em;
}
.btn-subir a:visited{
  color: rgb(51, 51, 51);

}
.btn-subir a:hover{
  color: rgb(184, 184, 184);
  background: #4e4e4e;

}
.btn-subir a:active{
  color: rgb(51, 51, 51);
}

.ciere-form{
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.btn-send a:link{
  display: block;
  width: 30%;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  background: #00ace6;
  margin: 0 auto;
  color: #ffffffff;
  text-decoration: none;
  font-weight: 700;
  margin-bottom: 0.5em;

}

.btn-send a:visited{
  color: #ffffffff;

}
.btn-send a:hover{
  background: #0090c1;
}
.btn-send a:active{
  color: #ffffffff;

}


footer {
  display: flex;
  width: 100%;
  bottom: 0;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 2em;
  background-color: #000;
  color: #fff;
  font-size: 0.8em;
}

.register{
  display: flex;
  margin-bottom: 0.3em;
  align-items: center;
}
.icono-footer-espacio{
  margin-right: 0.5em;
}
.place-up{
  display: flex;
  margin-bottom: 0.3em;
  align-items: center;
}
.redes-up{
  display: flex;
  align-items: center;
}
.btn-reders a:link{
  color: #00c7e8;
  font-size: 1.7em;
  text-decoration: none;
  padding-left: 0.2em;
  padding-right: 0.2em;
}
.btn-reders a:visited{
  color: #00c7e8;
}
.btn-reders a:hover{
  color: #21f8ff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.btn-reders a:active{
  color: #00c7e8;
}


@media screen and (max-width:1500px) {
  body {
    font-size: 15px;
  }
  .btn-application a:link{
    width: 350px;
  }
  .btn-passport a:link{
    width: 350px;
  }

}

@media screen and (max-width:1400px) {
  body {
    font-size: 14px;
  }
  .info-central{
    max-width: 1200px;
  }

}

@media screen and (max-width:1300px) {
  .info-central{
    max-width: 1100px;
  }
}

@media screen and (max-width:1100px) {
  body {
    font-size: 12px;
  }

  .info-central{
    max-width: 900px;
  }

  header label{
    display: block;
  }

  .menu{
    position: absolute;
    background: rgba(0, 0, 0, 0.9);
    width: 50%;
    margin-left: -50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .menu ul{
    flex-direction: column;
  }
  .menu li{
    border-top: 1px solid #ffffffff;
  }
  .menu li a{
    padding: 25px 40px;
    font-size: 1.2em;
    color: #ffffffff;
  }

  #btn-menu:checked ~ .menu{
    margin: 0;
  }
}

@media screen and (max-width:900px) {
  .info-central{
    width: 90%;
  }
}

@media screen and (max-width:710px) {
  .info-central{
    width: 90%;
  }

  .campo3{
    width: 20%;
  }

  .campo4{
    width: 70%;
    margin-bottom: 1em;
  }

  .btn-send a:link{
    width: 80%;
  }



  footer {
    display: flex;
    width: 100%;
    position: relative;
    bottom: 0;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 2em;
    background-color: #000;
    font-size: 0.8em;
  }
}

@media screen and (max-width:590px) {
  .campo1{
    width: 30%;
    margin-bottom: 1em;
  }

  .campo2{
    width: 100%;
    margin-bottom: 1em;

  }

  .campo3{
    display: block;
    width: 40%;
    margin-bottom: 1em;
  }

  .campo4{
    display: block;
    width: 100%;
    margin-left: 2%;

  }

  .campo5{
    display: block;
    width: 100%;
    margin-left: 2%;
    margin-bottom: 1em;
  }

  .campo6{
    display: block;
    width: 100%;
    margin-left: 2%;
    margin-top: 1em;
  }

}

@media screen and (max-width:450px) {

  footer {
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 2em;
    font-size: 1em;
  }
  .redes-up{
    margin-top: 1em;
  }
  .menu{
    width: 90%;
    margin-left: -90%;
  }

  header label {
    margin-top: 32px;
  }

  .logoup{
    width: 17em;}

}

@media screen and (max-width:500px) {}

@media screen and (max-width:350px) {
  header label {
    width: 35px;
  }

  .logoup{
    width: 14em;
  }

}
