body {
    font-family: Helvetica;
}

#back{
  background-image: url(../../imagenes/dro.png);
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0px;
  padding: 0px;
}

.red{
  background: red;
}

.form{
    width: 500px;
    margin: auto;
    padding: 40px 50px;
    text-align: center;
    margin-top: 10%;
}

.contenido .circle, .contenido .thin {
    background-color: #2CA9D7;
    display: inline-block
}

.contenido .circle {
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.contenido .thin {
    height: 30px;
    width: 10px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
}


.titular {
    color: #FFF;
    display: inline;
    font-size: 34px;
}

.olvido{
    font-size: 14px;
    color: #7B828B;
    padding: 10px;
    margin-top: 10px;
    float: center;
}

.olvido:hover{
    color: #00a33b;
    transition: 0.5s;
}

.formu {
    display: block;
    border: 0;
    padding: 5px;
    background-color: #FFF;
    width:100%;
    height:36px;
    margin: 20px auto;
    font-size: 17px;
    border-radius: 3px;
    text-indent: 5px;
    color: #00a33b;
}

.envio {
    color: #FFF;
    background-color: #00a33b;
    border: 0;
    padding: 7px 8px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 3px;
    width: 100%;
}

.envio:hover {
    color: #FFF;
    background-color: #048432;
    border: 0;
    padding: 7px 8px;
    font-size: 17px;
    text-transform: capitalize;
    border-radius: 3px;
    width: 100%;
    transition: 0.5s;
}

::-webkit-input-placeholder {
   color: #7B828;
}

:-moz-placeholder { /* Firefox 18- */
   color: #7B828;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #7B828;
}

:-ms-input-placeholder {
   color: #7B828;
}

#boton-emergente{
    background: #00a33b !important;
    color: #fff;
}

@media(max-width: 768px){
    #street_number{
        margin-top: 10px;
    }

    #postal_code{
        margin-top: 10px;
    }
}

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:20px;
    height:20px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../../imagenes/checka.png) no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../../imagenes/check.png) no-repeat;
}

input:read-only {
    background-color: #F7F7F7 !important;
    color: black !important;
}

.error{
    border: 1px solid red;
}

.sin-error{
    border: none;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #00a33b;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 35px;
}
.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 0px 10px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 20;
  height: 35px;
  border: 1px solid #ccc;
  line-height: 35px;
  color: #999;
  border-radius: 3px;
  font-weight: 300;
}
.file-upload-wrapper:before {
  content: 'Subir';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 35px;
  background: #00a33b;
  color: #fff;
  font-weight: 300;
  z-index: 25;
  font-size: 16px;
  line-height: 38px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}
.file-upload-wrapper:hover:before {
  background: #00a33b;
}
.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}
