/*==============================================*/
/*              CLASES GENERALES                */
/*==============================================*/
@font-face {
  font-family: "gothamBold";
  src: url("../fonts/Gotham-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamBook";
  src: url("../fonts/Gotham-Book.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothamBlack";
  src: url("../fonts/Gotham-Black.otf");
  font-weight: normal;
  font-style: normal;
}
body {
  min-height: 100%;
  font-family: "gothamBook";
  font-size: 14px;
  overflow-x: hidden;
  text-rendering: auto !important;
  background-color: #fff;
}

.noVisible {
  visibility: hidden;
  position: absolute;
  margin-top: -100000px;
}

.logoTop {
  width: 15%;
  margin-left: 42.5%;
}

.txtPie {
  color: #fff !important;
}
.txtPie a {
  text-decoration: none;
}

.contenedorContacto {
  padding: 0px;
}

.contenedorBanner {
  background-image: url("../img/gc/banner.jpg");
  background-size: 100%;
  min-height: 220px;
  background-repeat: no-repeat;
  padding: 0px;
}

.txtTituloForm {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  width: 50%;
}
.txtTituloForm h2 {
  font-family: "gothamBold";
  font-size: 28px !important;
  text-align: center;
  color: #000 !important;
}
.txtTituloForm p {
  font-family: "gothamBook";
  font-size: 18px !important;
  text-align: left;
  color: #000 !important;
}

.imgModuloContacto {
  width: 80%;
}

.contenedorFormulario {
  background-color: #000;
  min-height: 250px;
  padding: 25px;
}

.formulario {
  width: 80%;
  margin-left: 10%;
}
.formulario .form-group .form-control {
  border: solid rgba(59, 59, 59, 0.7) !important !important;
  border-width: 1px !important;
  border-radius: 0px !important;
  font-weight: bold;
}
.formulario label {
  color: #fff !important;
}
.formulario input {
  border: none !important;
  background-color: #e9e9e9 !important;
  color: #303030 !important;
}
.formulario input:focus {
  box-shadow: none !important;
}
.formulario .txtFormulario {
  font-family: "gothamBold";
  font-size: 18px !important;
  margin-bottom: 5px;
  margin-top: 10px;
}
.formulario .dividerForm {
  position: absolute;
  height: 2px;
  background-color: #000 !important;
  margin-top: 45px;
  transition: 0.35s ease-in-out;
}
.formulario .btnEnviar {
  border-style: none;
  background-color: #fff !important;
  margin-top: 20px;
}
.formulario .btnEnviar span i {
  transition: 0.35s ease-in-out;
  opacity: 0;
  -moz-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.formulario .btnEnviar:hover i {
  opacity: 1;
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

#contenedorPie {
  background-color: #000;
  padding: 25px;
}

.txtPie {
  text-align: center;
}

@media screen and (max-width: 500px) {
  .contenedorBanner {
    background-image: url("../img/gc/banner.jpg");
    background-size: 200%;
    min-height: 220px;
    background-repeat: no-repeat;
    padding: 0px;
    background-position-x: -180px;
  }
}

/*# sourceMappingURL=main.css.map */
