/*variables*/
#banner {
  width: 100%;
  height: 395px;
  background: url("../img/contacto/BannerContacto.jpg") fixed center no-repeat, #fad000;
  background-size: cover;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d; }
  #banner p {
    max-width: 400px;
    padding: 8px 0px 8px 0px;
    margin: auto;
    text-align: center;
    background: #000;
    color: #fff;
    font-family: "HeronSansCondL";
    font-size: 66px;
    position: relative;
    top: 60%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }

#contenido {
  width: 100%;
  min-height: 500px;
  background: #fad000; }
  #contenido #contenido950 {
    max-width: 950px;
    min-height: 500px;
    margin: auto;
    padding-top: 75px;
    padding-right: 20px;
    padding-left: 20px; }
    #contenido #contenido950 #datos {
      max-width: 55%;
      min-height: 500px;
      color: #000;
      margin: auto;
      text-align: center;
      /*
      max-width:45%;
      min-height:500px;
      float:left;
      color:#000;*/ }
      #contenido #contenido950 #datos h2 {
        font-family: "HeronSans700", sans-serif;
        text-transform: uppercase;
        font-size: 35px;
        line-height: 33px;
        padding-bottom: 15px; }
      #contenido #contenido950 #datos a {
        font-size: 30px;
        font-family: "HeronSansLight";
        color: #000;
        text-decoration: none; }
      #contenido #contenido950 #datos p {
        font-size: 25px;
        font-family: "HeronSansLight";
        color: #000;
        text-decoration: none;
        margin: 10px 0px 10px 0px; }
    #contenido #contenido950 #formulario {
      max-width: 45%;
      min-height: 500px;
      margin: auto;
      float: right; }

@media screen and (max-width: 1040px) {
  header nav li:nth-child(4) a {
    color: #fff !important; } }
@media screen and (max-width: 655px) {
  #banner {
    height: 340px; }

  #contenido #contenido950 #datos {
    max-width: 100%;
    min-height: 380px; }

  #contenido #contenido950 #formulario {
    max-width: 100%; } }

/*# sourceMappingURL=style_contacto.css.map */
