img {
  max-width: 100%;
}
.img100 {
  width: 100%;
}
.npnm {
  margin: 0;
  padding: 0;
}
body {
  background: #41221c;
  font-family: 'COCOGOOSE';
  font-size: 16px;
  color: #ffffff;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a0908d;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0908d;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #a0908d;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #a0908d;
}
.bgyellow {
  background: url(../../images/bgyellow.png) no-repeat center;
  background-size: cover;
}
.bgyellow img {
  height: 70%;
  width: auto;
  position: relative;
  top: 50%;
  left: -10%;
  transform: translateY(-50%);
}
.bgplane {
  background: url(../../images/plane.png) no-repeat bottom;
  background-size: cover;
}
.redes {
  padding-top: 20px;
}
.redes a {
  display: inline-block;
  margin: 0 10px;
}
.sec2 {
  background: #5c272a;
}
.sec2 h2 {
  padding: 10px 0;
}
.sec2 h2 span {
  color: #ebc400;
}
.sec2 .yy {
  width: 20%;
  margin: auto;
  height: 3px;
  background: #ebc400;
  margin-top: -10px;
}
.sec2 .elma img {
  margin: 20px 0;
}
.sec2 .elma .blue {
  color: #83b2e0;
}
.sec3 {
  padding: 40px 0 20px 0;
}
.sec3 .bgcf {
  background: #5c272a;
}
.sec3 form {
  display: block;
  padding: 10px 20px;
}
.sec3 form .form-control,
.sec3 form select {
  height: 50px;
}
.sec3 form .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #5c272a;
  border: 3px solid #FFF;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.sec3 form .form-control:focus {
  border-color: #ebc400;
}
.sec3 input[type="text"]:disabled {
  background: #fff;
}
.sec3 .image-preview-input {
  position: relative;
  overflow: hidden;
  margin: 0px;
  color: #333;
  height: 50px;
  background-color: #ebc400;
  color: #FFF;
  vertical-align: middle;
  padding-top: 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.sec3 .image-preview-input input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.sec3 .image-preview-input-title {
  margin-left: 2px;
}
.sec3 .btsubmit {
  color: #FFF;
  background: #ebc400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 30px;
}
.sec3 .checkbox {
  font-size: 14px;
}
.yy {
  width: 20%;
  height: 3px;
  background: #ebc400;
  margin-top: -10px;
}
.yellow {
  color: #ebc400;
}
.gracias .yy {
  margin: auto;
  width: 10%;
}
.gracias .codigo {
  background: #FFF;
  color: #000;
  padding: 10px;
  text-transform: uppercase;
  font-size: 30px;
  margin: 30px 15px;
}
.terminos {
  padding: 20px;
  font-size: 12px;
  color: #41221c;
}
.onlyBig {
  display: none;
}
@media (min-width: 1800px) {
  .onlyBig {
    display: block;
  }
  .hideBig {
    display: none;
  }
}
@media (min-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
  .btsubmit {
    display: block;
    width: 100%;
  }
}
a,
a:hover,
a:focus,
a:active {
  color: #FFF;
}
.ckk {
  border: 2px solid transparent;
}
.parsley-errors-list {
  display: none;
}
.parsley-error {
  border-color: #ff0000 !important;
}
footer {
  font-size: 10px;
  padding: 12px 0;
  text-align: center;
  background: #000;
}
