
body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -10;
    background: url("Fondos/Careers.jpeg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#published-title, #subtitle{
  color:white;
}

.form-group{
  margin-bottom:0!important;
}

.mc-field-group{
  text-align:center;
}

label, span, .indicates-required, .response{
  color:white!important;
}

.response a{
  color:white!important;
  text-decoration:underline!important;
}

.container-mensaje h2{
  font-size:1.7em;
}

.container-mensaje{
  margin-top:10%!important;
  margin-bottom:10%!important;
}

.container-mensaje h5{
  font-size:1.1em;
}

.container-mensaje a{
  color: white;
  text-decoration: underline;
  cursor:pointer;
}

.container-mensaje h5{
  line-height: 1.5em;
}

.container-mensaje{
  line-height: 0.5em;
  background-color:rgba(0, 0, 0, 0.5)!important;
  padding:25px;
  color:white;
  text-align:center!important;

}

label{
  font-weight:normal!important;
}

.aux-archivo label{
  text-align:center;
  margin-right:2%;
}

.aux-archivo{
  text-align:right!important;
  overflow:auto;
}

h4{
  text-align:center;
  text-shadow: 1px 1px 20px #DCDCDC;
  font-weight:bold!important;
}

#subtitle{
  text-align:center;
}

#published-title{
  text-align:center;
  font-weight: 500!important;
  margin-bottom:30px!important;
}

.container{
  text-align:center;
  background-color:rgba(0,0,0,0.4);
  padding:25px;
}

.container p{
  color:white;
}

form{
  margin-top:3%!important;
  text-align:center;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif!imporant;
}

h3{
  margin-top:10px!important;
}

p{
  text-shadow: 2px 2px 10px #000000;
  color:  #505050;
  opacity: 1;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

#header {
  position: relative;
  min-height: 150px;
}

#header-content {
  position: absolute;
  bottom: 0;
  left:50;
}

#logo{
  margin-top:1%;
  width:250px;
  max-width:45%;
  float:right;
  margin-right: 5%;
}

#cabecera{
  height: 50%;
  overflow:auto;
}

#hanway-text{
  float:left;
  max-width:400px;
  text-align:left;
  margin-left:3%;
  color: white;
  bottom: 0;
  margin-bottom:5%;
  display: inline-block; vertical-align: bottom;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

.flex-container > div {
  margin: 10px;
}

.flex-container-in {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: center;
  align-content:center;*/
}

.flex-container-in > div {
  background-color: #f1f1f1;
  margin-bottom:10px;
  margin-top:10px;
  font-size: 30px;
  /*margin-left:2%;/*Quitar cuando se añadan más!*/
  margin-right:2%;

  margin-left:2%; 
  margin-top:1%;
}

.title{
  text-transform: uppercase;
  text-align:left;
}


.flex-container2 > div {
  text-align: center;
}

.tit-des{
  min-height:70%;
}


#barra-abajo{
  margin:0;
  background-color:rgb(25,44,79);
  padding:10px;
  border-top:1px solid white;
}

#paraguas{
  height:80px;
}

#div-par{
  margin:auto;
  margin-bottom:2%;
  margin-top:1%;
}

#div-p-par{
  min-width:300px;
  width:30%;
  margin:auto;
  margin-top:1%;
}

#div-cop{
  min-width:300px;
  width:30%;
  margin:auto;
}

#div-cop > p{
  color:white;

}

#hanway-paraguas{
  font-size:14px;
  color:rgb(25,44,79);
  color:white;
  text-align:left;
  max-width:300px;
  margin:auto;
}

.flex-container2 {
  display: flex;
  flex-wrap: wrap;
  background-color: DodgerBlue;
}

ul li{
  margin-right:10px;
  margin-left:10px;
}

#legal{
    color:white!important;
}

#div-cop{
    text-align:left;
}

@media screen and (min-width: 501px) {

  .form-control{
    width:70%!important;
    margin:auto!important;
  }

  p {
    font-size: 1em;
  }

  #published-title{
    font-size:2em;
    text-align:center!important;
    margin:auto;
  }

  #copy, #hanway-paraguas, #legal{
    font-size: 1em;
  }

  .flex-container-in > div {
    width:80%;
  }

  #logout{
    cursor:pointer;
  }

  .flex-container-in {
    margin-left:3%!important;
  }
  h3{
    font-size:17px!important;
  }

  #cabecera h4{
    color:black!important;
    font-weight:bold;
  }

  .container{
    width:35%!important;
    margin:auto;
    margin-top:1%!important;
    margin-bottom:10%!important;
  }

  #message, #message2 {
    width:70%;
    margin:auto;
  }

  .aux-archivo{
    width:70%;
  }

  .aux-archivo input{
    margin:auto; color:white;
    width:67%;
  }

  .aux-archivo label{
    float:left;color:white;
    width:30%;
  }

  .container-mensaje{
    margin-top:10%!important;
    margin-bottom:10%!important;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 500px) {

  .form-control{
    width:90%!important;
    margin:auto!important;
  }

  p {
    font-size: 1em;
  }

  #published-title{
    font-size:1.4em;
    margin-top:10%!important;
    margin-bottom:5%;
    text-align:center!important;
    margin:auto;
  }


  #copy, #hanway-paraguas, #legal{
    font-size: 0.7em;
  }

  #paraguas{
    height:50px;
  }

  .title, .descripcion, .fecha, .pdf-view{
    font-size:0.4em;
  }
  .flex-container-in > div {
    width:90%;
    margin:auto;
    margin-bottom:10px;
    margin-top:10px;
    margin-top:1%;
  }

  h3{
    font-size:17px!important;
  }
  .container{
    width:90%!important;
    margin:auto!important;
    text-align:center;
    margin-top:7%!important;
    margin-bottom:10%!important;
  }

  #message, #message2 {
    width:90%;
    margin:auto;
  }
  .aux-archivo{
    width:100%;
  }
  .aux-archivo input{
    margin:auto; color:white;
  }

  .aux-archivo label{
    float:left;color:white;
  }

  .container-mensaje{
    margin-top:50%!important;
    margin-bottom:50%!important;
  }

}


