@font-face {
  font-family: 'nexa_lightregular';
  src: url('../../fonts/Nexa_Free_Light-webfont.eot');
  src: url('../../fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/Nexa_Free_Light-webfont.woff') format('woff'),
       url('../../fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
       url('../../fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'nexa_boldregular';
  src: url('../../fonts/Nexa_Free_Bold-webfont.eot');
  src: url('../../fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
       url('../../fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
       url('../../fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
       url('../../fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
  margin: 0; 
  background:url("../images/fondo_landing_blur.jpg") no-repeat center center fixed;
  -webkit-background-size:cover;
  -moz-background-size:cover;
  -o-background-size:cover;
  -ms-background-size:cover;
  background-size:cover;
  background-color: #5195AC;
}

body {
  padding: 15px 100px;
  font-size: 16pt;
  color: #FFF !important;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  font-family: 'Alegreya Sans', sans-serif !important;
  color: rgba(0, 0, 0, 0.8);  
  text-shadow: 2px 3px 5px rgba(0,0,0,0.2);
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  color: #FFF !important;
  font-family: 'nexa_boldregular', Arial, sans-serif;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.8);
  text-rendering: optimizelegibility; 
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.main-title {
  margin-bottom: 40px;
  font-size: 32pt;
  text-transform: uppercase;
}

.section-title {
  font-size: 18pt;
  text-transform: uppercase;
}

.section-title > span {
  font-family: 'nexa_lightregular', Arial, sans-serif;
  
}

.main-section-wrapper {
  margin-bottom: 25px;
}

.form-wrapper {
  border: 1px solid #FFF;
  padding-bottom: 20px;
  background-color: rgba(191, 186, 186, 0.5); 
}

.form-wrapper #icon-book {
  margin-top: 20px;
}

.alert-safety{
  font-size: 13px
}

.alert-private{
  color: white;
}

.alert-private:hover {
  color: white;
}

form .form-control {
  font-size: 11pt;
}

form .form-submit-button {
  text-transform: uppercase; 
  background-color: #3CB371;
  border: 2px solid #3CB371;
  font-size: 13pt;
  line-height: 1.1em;
  font-weight: bold;
  padding: 12px 30px;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

form .form-submit-button:hover {
  background-color: #4BC037;
  border-color: #4BC037;
  color: #ffffff;
    -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.img-section img {
  max-width: 130px;
}

.img-section {
  margin-bottom: 3em;
}

.social-media-section {
  margin-top: 0.4em;
}
.social-media-section img {
  max-width: 40px;
  padding-left: 0.5em;
}

.required-field-symbol {
  color: red;
}
.padlock-icon {
  max-width: 20px;
}

.logo-talenteca {
  margin-top: 0;
  margin-bottom: 30px;
  max-width: 280px;

}

.private-info {
  color:white;
  margin-top: 2em;
}

.radio label{
    margin-bottom: 1em;
  }

@media (max-width: 991px) { 
  body {
    padding: 15px 75px;
  }
}

@media (max-width: 480px) { 
  body {
    padding: 15px 35px;
  }

  .main-title {
    font-size: 23pt;
  }

  .section-title {
    font-size: 16pt;
  }

  .radio label{
    margin-bottom: 1.5em;
  }
}