@font-face {
  font-family: "go_medium";
  src: url('/static/font/Gotham-Medium.otf?e19c20e966bd');
}
@font-face {
  font-family: "go_book";
  src: url('/static/font/Gotham-Book.woff?cbfe2e7daac9');
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  /*background: #ECECEC;*/
  margin: 0;
}
a {
  text-decoration: none;
}
.h1,
h1 {
  font-size: 24px;
}
h3,
span,
a {
  color: #00B1E9;
}
.content {
  margin: 0 auto;
  max-width: 90%;
  width: 650px;
}
.privacy_notice {
  font-size: 10px;
  text-align: justify;
}
.legal {
  padding: 10px 0;
  text-align: center;
}
/*.row {
    width: 100%;
}*/
/*.row p{
    display: inline-block;
    margin-left: 20px;
    width: 42%;
    vertical-align: top;
    color:#777;
}*/
/*.row p + p{
    margin-left: 6%;
}*/
input[type="email"],
input[type="text"],
select,
textarea {
  width: 100%;
}
.helptext {
  font-size: 11px;
  width: 100%;
}
.error {
  color: #BA4B48;
  font-weight: 600;
}
label span {
  font-size: 15px;
  font-weight: 900;
  padding-right: 5px;
  color: #777;
}
button {
  border: none;
  border-radius: 6px;
  background: #000;
  color: #fff;
  cursor: pointer;
  font-size: 1.2em;
  padding: 10px 20px;
}
button:hover {
  background: #00B1E9;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
.notification {
  top: 0;
  height: 45px;
  left: 0;
  position: relative;
  z-index: 100000;
  margin-bottom: 15px;
}
.error_notification {
  background: #F2DEDE;
  border: 1px solid #BA4B48;
  color: #BA4B48;
  padding: 0 10px;
  font-weight: bold;
  text-align: center;
}
#overlay {
  position: fixed;
  top: 45%;
  left: 45%;
  width: 50px;
  height: 50px;
  background: #000;
  filter: alpha(opacity=40);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  z-index: 10000;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hidden {
  display: none;
}
.fleet_black {
  background: transparent;
  color: white;
}
.fleet_white {
  color: black;
}
#regresar {
  margin-top: 15px;
}
div#container_state p {
  font-family: "go_medium";
  font-size: 30px;
  position: relative;
  bottom: 69px;
  right: 170px;
  font-weight: bold;
}
p#txt_representante {
  font-size: 18px;
  font-family: "go_book";
  width: 100%;
}
section#titulo {
  margin-bottom: 1.5em;
}
/* Categorias representantes*/
section#seccion_categorias {
  margin-top: 40px;
  margin-left: 15px;
}
.contenedor_categoria:nth-child(1),
.contenedor_categoria:nth-child(3) {
  /*border-right: 10px solid #ececec;*/
}
div.contenedor_categoria {
  background: white;
  /* padding: 6px; */
  padding-left: 0;
  /* margin-bottom: 10px; */
  /*border-bottom: 10px solid #ECECEC;*/
  border: 2px solid #FFFFFF;
  background-color: #ececec;
}
div.contenedor_categoria figure {
  margin: 0;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
}
div.contenedor_categoria figure > div {
  padding-left: 0;
}
div.contenedor_categoria figcaption {
  font-family: "go_book";
  text-align: center;
}
div.contenedor_categoria a {
  color: #909090;
}
/* /categoria representantes */
section#seccion_select_proveedores {
  height: 469px;
  width: 100%;
  background: url('/static/img/headercity.jpg?44b97719cd0a');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.position_select {
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transform: translate(0, -50%);
}
.position_select h2 {
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #444444;
  font-size: 37px;
  text-transform: uppercase;
  font-family: "go_book";
}
.position_select p {
  max-width: 32%;
  text-align: left;
  margin: 0 auto 10px auto;
  color: #FFFFFF;
  text-shadow: 1px 1px 10px #444444;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "go_book";
}
select.center_select {
  /*
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    */
}
select.select_state_appearance {
  max-width: 32%;
  font-size: 1em;
  color: #A3A3A3;
  font-weight: bold;
  border: 1px solid #ccc;
  background-image: url('/static/img/button.svg?84968d45cdc8');
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 6px 12px;
  height: 30px;
  text-align-last: center;
}
section#ficha {
  /*height: 405px;*/
  overflow-y: scroll;
  overflow-x: hidden;
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px;
  max-height: 520px;
}
div.contenedor_ficha {
  border: 2px solid #FFFFFF;
  background-color: #ececec;
}
div.contenedor_ficha .txt_ficha {
  width: 99%;
  padding-left: 1%;
  margin-top: 2px;
  /*position:relative;*/
}
div.contenedor_ficha .txt_ficha > div {
  /*position:absolute;*/
  margin-top: 4%;
  margin-left: 5%;
  /*transform:translate(0,-50%);*/
}
div.contenedor_ficha > .imagen_ficha,
div.contenedor_ficha > .txt_ficha {
  display: table-cell;
  vertical-align: top;
  height: 90px;
}
div.contenedor_ficha > .txt_ficha {
  display: table-cell;
  vertical-align: top;
  height: 90px;
}
div.contenedor_ficha > .imagen_ficha {
  background: #58BAE9;
}
div.contenedor_ficha > .imagen_ficha figcaption {
  color: white;
  font-size: 9px;
}
.imagen_ficha figure {
  text-align: center;
  margin: 17px;
}
img.img-responsive {
  width: 100%;
}
.contenedor_categoria img.img-responsive {
  width: 110px;
}
.cat_copy {
  height: 110px;
}
.cat_copy p {
  margin: 0px;
  margin-top: 50px;
  width: 100%;
}
section#info > div {
  /*display: table-cell;*/
  display: block;
}
select.select_state_finder {
  /*margin-left: 12px;*/
  /*width:100%;*/
  display: block;
  position: relative;
}
hr {
  margin-top: 10px;
  margin-bottom: 25px;
}
section#footer {
  font-family: "go_book";
  font-size: 12px;
  margin: 30px 0px;
  color: #B6B6B6;
  text-align: center;
}
section#ficha {
  vertical-align: top;
}
section#ficha > article {
  /*padding-left: 35px;*/
  font-size: 11px;
  background: white;
  /*margin: 15px 0px;*/
  font-family: Verdana, Geneva, sans-serif;
  color: #B1B6BF;
  display: inline-block;
  /*width:49%;*/
  vertical-align: top;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
  min-height: 90px;
}
section#ficha > article p {
  margin-bottom: 5px;
  margin-left: 0px;
  color: #777;
}
.imagen_ficha figure {
  margin: 13px 8px;
}
section#info {
  margin-bottom: 15px;
  /*width: 90%;*/
  /*display: table;
    width:100%;*/
}
div.contenedor_info {
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  color: white;
  /*margin-left: 20px;
    width: 44%;*/
  /*display: inline-block;*/
  /*margin-left:0px;
    margin-right:0px;*/
  margin-bottom: 10px;
  background: #58BAE9;
}
div.contenedor_finder {
  /*margin-left: 6%;
    width: 42%;*/
  /*display: inline-block;*/
  /*margin-left: 10px;*/
  padding-bottom: 10px;
  vertical-align: bottom;
}
section#contact_form {
  /*background: #f3f3fc;*/
}
textarea#id_comments {
  width: 100%;
}
section.gracias {
  height: 100%;
}
div#contenedor_gracias {
  font-size: 1.5em;
  /*padding-top: 50%;*/
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media only screen and (max-width: 428px) {
  .contenedor_categoria img.img-responsive {
    width: 80px;
  }
  .cat_copy {
    height: 67px;
  }
  .cat_copy p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .contenedor_categoria:nth-child(1),
  .contenedor_categoria:nth-child(3) {
    border-right: none;
  }
}
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  div.contenedor_ficha > .imagen_ficha,
  div.contenedor_ficha > .txt_ficha {
    display: block;
  }
  section#ficha > article {
    padding-left: 0;
  }
  div.contenedor_ficha .txt_ficha {
    padding-left: 35px;
  }
  select.select_state_appearance {
    max-width: 80%;
  }
  .row p {
    display: block;
    width: auto;
  }
  textarea#id_comments {
    width: auto;
  }
  select.select_state_finder {
    width: auto;
    background: #71B9E5;
    margin-left: 68px;
    margin-top: 20px;
    color: white;
  }
  /*section#info{
        width: 100%;
    }*/
  section#info > div {
    display: block;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .contenedor_categoria img.img-responsive {
    width: 150px;
  }
  div.contenedor_finder {
    margin-top: 83px;
  }
}
