/*  CSS3 ✰ Classes  */
.singutter {
  margin-left: 0px;
  margin-right: 0px;
}
.singutter > div[class^="col"] {
  padding-left: 0;
  padding-right: 0;
}
body {
  background-color: #fff;
  height: 100%;
  margin: 0;
}
.withnav {
  padding-top: 88px;
}
.clear {
  clear: both;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.pt40 {
  padding-top: 40px;
}
.pt50 {
  padding-top: 50px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb30 {
  padding-bottom: 30px;
}
#msg {
  background-color: #feefb3;
  border-bottom: 2px solid #bf9555;
  color: #a96b23;
  padding: 20px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 300;
}
#msg1 {
  background-color: #ff9494;
  border-bottom: 2px solid #bf9555;
  color: #a96b23;
  padding: 20px 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 300;
}
#m-navigation {
  background: #fff;
  height: 88px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000000;
}
#m-navigation #logo {
  display: block;
  left: 0;
  height: 84px;
  position: absolute;
  width: 200px;
}
#m-navigation #logo img {
  width: 100%;
}
#m-navigation .btnMobiMenu {
  position: absolute;
  right: 20px;
  top: 20px;
}
#m-navigation .btnMobiMenu a {
  background-color: #00197c;
  border: 1px solid #00197c;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 10px 20px;
}
#m-navigation .navbar-mobi {
  display: none;
  position: absolute;
  top: 88px;
  width: 100%;
}
#m-navigation .navbar-mobi ul {
  margin: 0;
  padding: 0;
}
#m-navigation .navbar-mobi li {
  border-bottom: 1px solid #a388b0;
  list-style: none;
}
#m-navigation .navbar-mobi li a {
  background: #fff;
  color: #00197c;
  display: block;
  font: 700 14px 'Roboto Slab', sans-serif;
  padding: 8px 20px;
}
#m-navigation .navbar-mobi li a:hover {
  text-decoration: none;
}
#navigation {
  background: #fff;
  height: 88px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 102;
  border-top: solid 10px #00197c;
}
#navigation .container {
  position: relative;
}
#navigation #logo {
  display: block;
  height: 164px;
  left: 100px;
  position: absolute;
}
#navigation #logo span {
  display: none;
}
#navigation #logo img {
  width: 100%;
}
#navigation ul {
  margin: 0 0 0 175px;
  padding: 30px 0 0;
}
#navigation ul li {
  margin: 0 2px;
  padding-right: 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: url("../img/border-nav.png") no-repeat right center;
}
#navigation ul li:last-child {
  background: none;
}
#navigation ul li a {
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #00197c;
  font: 700 14px 'Roboto Slab', sans-serif;
  display: block;
  padding: 5px 8px;
  -o-transition: all 0.2s ease 0.2s;
  -ms-transition: all 0.2s ease 0.2s;
  -moz-transition: all 0.2s ease 0.2s;
  -webkit-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}
#navigation ul li a:hover {
  background: #fccf35;
  color: #fff;
  text-decoration: none;
}
#navigation ul li .btnhome {
  background: transparent url("../img/sprite.png") no-repeat 0 0;
  height: 22px;
  position: relative;
  top: 2px;
  text-indent: -99999px;
  width: 20px;
}
#navigation ul li .btnhome:hover {
  background: transparent url("../img/sprite.png") no-repeat 0 0;
}
#navigation ul li .btnFb {
  background: transparent url("../img/sprite.png") no-repeat -19px 0;
  height: 24px;
  position: relative;
  top: 2px;
  text-indent: -99999px;
  width: 13px;
}
#navigation ul li .btnFb:hover {
  background: transparent url("../img/sprite.png") no-repeat -19px 0;
}
#navigation ul li .btnTw {
  background: transparent url("../img/sprite.png") no-repeat -34px 0;
  height: 23px;
  position: relative;
  top: 2px;
  text-indent: -99999px;
  width: 30px;
}
#navigation ul li .btnTw:hover {
  background: transparent url("../img/sprite.png") no-repeat -34px 0;
}
#navigation ul li .btnhome:hover,
#navigation ul li .btnTw:hover,
#navigation ul li .btnFb:hover {
  top: 8px;
}
#home {
  overflow: hidden;
  position: relative;
}
#home img {
  width: 100%;
}
#home .rslides {
  z-index: 50;
}
@media screen and (min-width: 50px) and (max-width: 839px) {
  #home .rslides img {
    width: 850px;
    float: left;
    overflow: hidden;
  }
}
#home .slide-bar {
  background: transparent url("../img/slide-title.png") no-repeat;
  z-index: 100;
  position: absolute;
  top: 60%;
  width: 100%;
  height: 154px;
}
@media screen and (min-width: 1050px) and (max-width: 1250px) {
  #home .slide-bar {
    top: 60%;
  }
}
@media screen and (min-width: 927px) and (max-width: 1049px) {
  #home .slide-bar {
    top: 55%;
  }
}
@media screen and (min-width: 840px) and (max-width: 926px) {
  #home .slide-bar {
    top: 50%;
  }
}
@media screen and (min-width: 100px) and (max-width: 839px) {
  #home .slide-bar {
    top: 75%;
    height: 100px;
  }
}
#home .slide-bar p {
  color: #fccf35;
  font: 600 48px 'Roboto Slab', sans-serif;
  padding: 30px 0 0 20%;
  text-align: left;
}
@media screen and (min-width: 50px) and (max-width: 839px) {
  #home .slide-bar p {
    font: 600 31px 'Roboto Slab', sans-serif;
    padding: 10px 0 0 1%;
  }
}
#home .slide-bar p span {
  display: block;
  margin-top: -25px;
  font: 300 48px 'Roboto Slab', sans-serif;
}
@media screen and (min-width: 50px) and (max-width: 839px) {
  #home .slide-bar p span {
    font: 300 35px 'Roboto Slab', sans-serif;
    padding: 10px 0 0 1%;
  }
}
#cont-home {
  background: #fff;
}
#cont-home .tit {
  color: #00197c;
  font: 600 24px 'Roboto Slab', sans-serif;
  padding: 10px 0 10px 0;
}
#cont-home .tit1 {
  color: #00197c;
  font: 400 14px 'Roboto Slab', sans-serif;
  padding: 7px 0;
}
#nosotros {
  background: #fff url("../img/bg-nosotros.jpg") 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  padding-bottom: 100px;
}
#nosotros h2 {
  color: #edebed;
  font: 700 42px 'Roboto Slab', sans-serif;
  margin-top: 140px;
  text-align: center;
  text-transform: uppercase;
}
#nosotros h3 {
  color: #edebed;
  font: 400 18px 'Roboto Slab', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#nosotros #list {
  margin: 40px 0;
  text-align: center;
}
#nosotros #list img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#nosotros #list p {
  color: #edebed;
  font: 300 14px 'Roboto Slab', sans-serif;
}
#nosotros #list p span {
  display: block;
}
#nosotros #list a {
  background-color: #dccfc7;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font: 400 14px 'Roboto Slab', sans-serif;
  padding: 8px 30px;
  text-align: center;
}
#nosotros .tit {
  color: #00197c;
  font: 600 14px 'Roboto Slab', sans-serif;
  padding: 0px 0 15px 0;
}
#nosotros .tit1 {
  color: #313131;
  font: 400 14px 'Roboto Slab', sans-serif;
  padding: 7px 0;
}
#nosotros .tit2 {
  color: #313131;
  font: 400 14px 'Roboto Slab', sans-serif;
  padding: 7px 0;
}
#servicios {
  background: url("../img/bg-servicios.jpg") 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
#servicios h2 {
  color: #fff;
  font: 700 36px 'Roboto Slab', sans-serif;
  margin-top: 100px;
  text-align: center;
}
#servicios h4 {
  color: #fbfbfb;
  font: 400 24px 'Roboto Slab', sans-serif;
  text-align: center;
}
#servicios #list {
  margin: 40px 0;
  text-align: center;
}
#servicios #list img {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#servicios #list p {
  color: #b4b4b4;
  font: 400 13px 'Roboto Slab', sans-serif;
}
#servicios #list p span {
  display: block;
}
#servicios #list a {
  background-color: #dccfc7;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  zoom: 1;
  *display: inline;
  font: 400 14px 'Roboto Slab', sans-serif;
  padding: 8px 30px;
  text-align: center;
}
#cobertura {
  background: url("../img/bg-cobertura.jpg") 50% 0 repeat-x;
  height: 750px;
}
#cobertura h2 {
  color: #00197c;
  font: 700 36px 'Roboto Slab', sans-serif;
  margin-top: 30px;
  text-align: center;
}
#gps-parallax {
  background: url("../img/bg-paralax-gps.jpg") 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 390px;
}
#gps-parallax h2 {
  color: #fff;
  font: 400 48px 'Roboto Slab', sans-serif;
  margin: 0;
  padding-top: 180px;
  text-align: center;
}
#gps-parallax h2 span {
  display: block;
}
#cobertura-parallax {
  background: url("../img/bg-paralax-cobertura.jpg") 50% 0 no-repeat fixed;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 390px;
}
#cobertura-parallax h2 {
  color: #fff;
  font: 400 48px 'Roboto Slab', sans-serif;
  margin: 0;
  padding-top: 180px;
  text-align: center;
}
#cobertura-parallax h2 span {
  display: block;
}
#contacto {
  background: url("../img/bg-contacto.jpg") no-repeat center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 700px;
}
#contacto h2 {
  color: #fccf35;
  font: 700 36px 'Roboto Slab', sans-serif;
  margin-top: 70px;
  text-align: center;
}
#contacto h3 {
  color: #fff;
  font: 700 19px 'Roboto Slab', sans-serif;
  text-align: center;
  text-transform: uppercase;
}
#contacto p {
  color: #fff;
  font: 400 15px 'Roboto Slab', sans-serif;
  text-align: left;
}
#contacto p span {
  display: block;
}
#contacto .box {
  width: 40%;
  text-align: center;
  display: block;
}
#contacto label {
  color: #edebed;
  display: block;
  font: 300 14px 'Roboto Slab', sans-serif;
  text-align: right;
  padding-right: 10px;
}
#contacto input,
#contacto textarea {
  border: none;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
  padding: 5px 10px;
  width: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#contacto button {
  background-color: #d1a81e;
  border: none;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font: 600 19px 'Roboto Slab', sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  height: 36px;
}
#contacto .row {
  margin-top: 15px;
}
footer {
  background: url("../img/bg-footer.png") repeat-x;
  height: 60px;
}
footer h3 {
  color: #fff;
  font: 600 13px 'Roboto Slab', sans-serif;
  text-align: left;
}
footer h4 {
  color: #fff;
  font: 600 13px 'Roboto Slab', sans-serif;
  padding-top: 10px;
  text-align: right;
}
footer h4 a {
  background: transparent url("../img/quimaira.png") no-repeat;
  display: inline-block;
  zoom: 1;
  *display: inline;
  height: 21px;
  text-align: left;
  text-indent: -99999px;
  width: 110px;
  padding-left: 10px;
}
.listStates {
  background-color: #2c3035;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  width: 160px;
  position: absolute;
  right: 25%;
  z-index: 101;
  padding: 15px 0;
  margin-top: 100px;
}
.listStates ul li {
  margin: 0;
  list-style: none;
}
.listStates a:hover {
  text-decoration: none;
}
.listStates span {
  margin: 0;
  padding: 0;
  color: #f4f4f4;
  font: 500 14px 'Roboto Slab', sans-serif;
}
.listStates span:hover {
  font: 700 14px 'Roboto Slab', sans-serif;
}
#mapa1 {
  position: relative;
  z-index: 100;
}
#mapa1 img#img_mapa {
  display: block;
  width: 80%;
  left: 0;
  right: 0;
  margin: -100px auto;
}
#mapa1 .zonas_estados {
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
#guadalajara {
  top: 59.3%;
  left: 30.5%;
  width: 18.5%;
  position: absolute;
}
#toluca {
  top: 71.3%;
  left: 50.1%;
  width: 13.5%;
}
#monterrey {
  top: 24.5%;
  left: 48.5%;
  width: 15.5%;
}
#leon {
  top: 60%;
  left: 47%;
  width: 13.5%;
}
#msgValid {
  font: 400 13px 'Roboto Slab', sans-serif;
  color: #fff;
  text-align: center;
}
@media (min-width: 100px) {
  .tr {
    text-align: center;
  }
}
@media (min-width: 100px) {
  #cobertura {
    background: url("../img/template/bg-cobertura.jpg") 50% 0 no-repeat;
    -moz-background-size: 250% 100%;
    -webkit-background-size: 250% 100%;
    background-size: 250% 100%;
    width: 100%;
  }
  #contacto {
    background: url("../img/bg-contacto.jpg") 50% 0 no-repeat fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #contacto input,
  #contacto textarea {
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto button {
    background-color: #d1a81e;
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font: 600 19px 'Roboto Slab', sans-serif;
    display: block;
    text-align: center;
    width: 100%;
  }
  #contacto .send {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto .direccion {
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer {
    background: url("../img/bg-footer.png") repeat;
    height: 120px;
  }
}
@media (min-width: 992px) {
  #cobertura {
    background: url("../img/bg-cobertura.jpg") 50% 0 no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #servicios {
    height: 900px;
  }
  #servicios #list-hoteles {
    text-align: left;
  }
  #evento .info {
    padding-right: 250;
  }
  #contacto {
    background: url("../img/bg-contacto.jpg") 50% 0 no-repeat fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #contacto input,
  #contacto textarea {
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
    width: 60%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto button {
    background-color: #d1a81e;
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font: 600 19px 'Roboto Slab', sans-serif;
    display: block;
    text-align: center;
    width: 100%;
  }
  #contacto .send {
    width: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto .direccion {
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #mapa button {
    display: inline-block;
    zoom: 1;
    *display: inline;
    float: right;
    width: auto;
  }
  footer {
    background: url("../img/bg-footer.png") repeat-x;
    height: 60px;
  }
}
@media (min-width: 1200px) {
  #servicios {
    height: 680px;
  }
  #servicios #list {
    text-align: left;
  }
  #cobertura {
    background: url("../img/bg-cobertura.jpg") 50% 0 no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    height: 750px;
  }
  #cobertura #list {
    text-align: left;
  }
  #contacto {
    background: url("../img/bg-contacto.jpg") 50% 0 no-repeat fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  #contacto input,
  #contacto textarea {
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
    width: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto button {
    background-color: #d1a81e;
    border: none;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font: 600 19px 'Roboto Slab', sans-serif;
    display: block;
    text-align: center;
    width: 100%;
  }
  #contacto .send {
    width: 45%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #contacto .direccion {
    width: 65%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  footer {
    background: url("../img/bg-footer.png") repeat-x;
    height: 60px;
  }
}
