/************* fonts **************/
@font-face {
  font-family: 'Gotham Medium';
  src: url("../fonts/gotham-medium.woff") format("woff");
}

@font-face {
  font-family: 'Bebas Neue';
  src: url("../fonts/BebasNeue Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Gotham Book';
  src: url("../fonts/Gotham Book Regular.otf") format("opentype");
}

@font-face {
  font-family: 'Gotham Bold';
  src: url("../fonts/Gotham-Bold.ttf") format("truetype");
}

* {
  font-size: 15px;
  font-weight: 100;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

span {
  font-size: inherit;
}

.center {
  text-align: center;
}

.rwd-line {
  display: block;
}

.image-center img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

@media (min-width: 381px) and (max-width: 667px) {
.img1{
  width: 80%;
  top: -35px;
 
}
.img2{
  width: 80%;
  top: -35px;
 
}
}


@media only screen and (min-width: 602px) {
  .img1{
    position:absolute;
    width: 70%;
    top: -85px;
  }
  .img2{
    position:absolute;
    width: 40%;
    top: -85px;
    
  }
  }
  


.justify {
  text-align: justify;
}

.form-control{
  border-color: #FFE433;

}
p.description {
  font-family: 'Gotham Book';
  color: #383838;
  letter-spacing: .8px;
  line-height: 2.4rem;
  font-size: 2.2rem;
}

.line-separator {
  height: 4px;
  width: 100%;
  margin: 10px 0;
}

.line-separator.red {
  background: #FFD000;
  
}

.title {
  text-transform: uppercase;
  font-family: 'Bebas Neue';
  letter-spacing: 1.5px;
  font-size: 3.5rem;
  line-height: 6rem;
  font-weight: 900;
}

.title.black {
  color: #211915;
}

h4.subtitle {
  font-family: 'Bebas Neue';
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #c5c5c5;
}
h3.subtitle {
  font-family: 'Bebas Neue';
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #646464;
}
h4.subtitle2 {
  font-family: 'Gotham Book';
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 3px;
  color: #646464;
}
h4.subtitle3 {
  font-family: 'Gotham Book';
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 3px;
  color: #363636;
}

.section-padded {
  padding: 30px;
}

.section-padded .header-inner {
  padding-bottom: 40px;
}

.section-padded .header-inner img {
  max-width: 180px;
}

.welcome-text {
  padding: 20px 0;
}

.inputGroupContainer {
  margin: 10px 0;
 
}

.input-title {
  font-family: 'Gotham Book';
  display: block;
}

.space {
  height: 100px;
  clear: both;
}

.space-half {
  height: 50px;
  clear: both;
}

.space-quarter {
  height: 25px;
  clear: both;
}

.radio label, .checkbox-inline label, .checkbox label, .radio-inline label {
  font-weight: 100;
  cursor: pointer;
}

span.input-group-addon {
  background: #FFE433;
  border: none;
  padding: 6px 6px;
}
span.input-group-addon.otro {
  background: transparent;
  border: none;
  padding: 6px 0;
}

span.input-group-addon.otro + input[type="text"] {
  box-shadow: none;
  margin-left: 4px;
  padding: 6px;
  border: 1px solid #d0d0d0;
}

.textarea-description {
  width: 100%;
  height: 209px;
  border: 1px solid #d0d0d0;
  border-radius: .5rem;
}

.textarea-description:focus {
  border-color: #FFE433;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

select {
  width: 100%;
  height: 30px;
  background: white;
  border: 1px solid #cccccc;
}

.clear {
  clear: both;
}

/**********************+ Estilos radio buttons ******************/
label input[type="radio"] ~ i.fa.fa-circle-o {
  color: #555555;
  display: inline;
}

label input[type="radio"] ~ i.fa.fa-dot-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-circle-o {
  display: none;
}

label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o {
  color: #FFD000;
  display: inline;
}

label:hover input[type="radio"] ~ i.fa {
  color: #FFD000;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  display: none;
}

.radio label span, .radio-inline label span, .checkbox label span, .checkbox-inline label span {
  margin-left: 5px;
}

/**********************+ Estilos checkbox ******************/
label input[type="checkbox"] ~ i.fa.fa-square-o {
  color: #555555;
  display: inline;
}

label input[type="checkbox"] ~ i.fa.fa-check-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-square-o {
  display: none;
}

label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o {
  color: #FFD000;
  display: inline;
}

label:hover input[type="checkbox"] ~ i.fa {
  color: #FFD000;
}

.btn-primary {
  background: #FFD000;
  border-color: #FFD000;
}

.center {
  text-align: center;
}

input[type="submit"] {
  font-family: Bebas Neue;
  letter-spacing: 4px;
  font-size: 2rem;
  padding: 7px 30px;
  transition: all .15s linear;
  cursor: pointer;
}

input[type="submit"]:hover {
  border-color: #FFD000;
  background: #000;
  color: #FFD000;
}

/*# sourceMappingURL=styles.css.map */
