@font-face {
  font-family: luloBold;
  src: url(../fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf);
}
@font-face {
  font-family: raleway;
  src: url(../fonts/FontsFree-Net-Raleway-Regular.ttf);
}
.no-padding-lr {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.txt-center {
  text-align: center;
}
.header-content {
  z-index: 1;
}
#div_1 {
  background-image: url(../img/formulario_background.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
}
.div_elementos {
  padding-top: 8%;
}
.color_28 {
  color: #6cc044;
}
.estilos_transparente {
  background: rgba(25, 14, 40, 0) !important;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(140, 140, 140, 1);
}
.no-fondo {
  background: rgba(25, 14, 40, 0) !important;
}

.txt-titulos {
  font-family: arial, ｍｓ ｐゴシック, ms pgothic, 돋움, dotum, helvetica,
    sans-serif;
  font-size: 33px;
  font-weight: bolder;
}
.textos {
  color: #666565;
  font-family: arial, ｍｓ ｐゴシック, ms pgothic, 돋움, dotum, helvetica,
    sans-serif;
}

.pd-top4 {
  padding-top: 4%;
}

.pd-top5 {
  padding-top: 5%;
}

.div_botones {
  padding-top: 8%;
  padding-bottom: 15%;
  text-align: center !important;
}
.div_file {
  text-align: center !important;
  padding-bottom: 5%;
}
.boton_enviar {
  padding-left: 5%;
  padding-right: 5%;
  border-radius: 100px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #3b5cad !important;
  background: #3b5cad url(../../img/ui-bg_glass_55_fcf0ba_1x400.png) 50% 50%
    repeat-x !important;
  color: #ffffff !important;
}

/****************************************************/

/* hide the blue outline */
.form-control:focus {
  outline: 0 !important;
  border-color: initial;
  box-shadow: none;
}

/********************************/

.input-group.input-group-unstyled input.form-control {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.input-group-unstyled .input-group-addon {
  border-radius: 4px;
  border: 0px;
  background-color: transparent;
}

.input-file-container {
  position: relative;
  /*width: 225px;*/
  text-align: center;
}
.js .input-file-trigger {
  display: block;
  padding: 14px 18px;
  background: rgba(108, 192, 68, 1);
  color: #fff;
  font-size: 1em;
  transition: all 0.4s;
  cursor: pointer;
  font: normal normal normal 17px/1.4em helvetica-w01-light, helvetica-w02-light,
    sans-serif;
  text-align: center;
}
.js .input-file {
  position: absolute;
  top: 0;
  left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #daf6c1;
  color: #8ea483;
  border: #8ea483 solid 1px;
}

.file-return {
  margin: 0;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: 0.9em;
  font-weight: bold;
}
.js .file-return:not(:empty):before {
  content: "Selected file: ";
  font-style: normal;
  font-weight: normal;
  text-align: center;
}

/****************************************************************/

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {
  #div_1 {
    background-image: url(../img/formulario_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding-top:8%;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 575.98px) {
  #div_1 {
    background-image: url(../img/formulario_background.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    padding-top:8%;
  }
  .color_28 {
    font-size:24px;
  }
}
