html, body {
font-family: 'Roboto Condensed', sans-serif;
margin: 0px auto; 

}


.appleLinksWhite a {
  color: #ffffff !important;
  text-decoration: underline;
} 

.appleLinksBlack a {
  color: #000000 !important;
  text-decoration: none;
}


.container-fluid.full-width {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}
.row.row-no-gutter {
    margin: 0
}
.row.row-no-gutter [class*="col-"] {
    padding: 0
}
.img-full-width {
    width: 100.5%;
    height: auto;
}
.has-inner .row.row-no-gutter {
    margin-left: -10px;
    margin-right: -10px;
}
.row.row-no-gutter .inner {
    padding-left: 10px;
    padding-right: 10px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 90px;
  z-index: 9999999999999;
}

#header {
  background-color: #252525;
  height: 90px;

}

.rayas {
  border:none;
  height:80px;
  width:60px;
  padding-top: 5px;
}


.logo img {
    z-index: 9999999999999;
    width: 220px;
    padding-top: 9px;
}


#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 200px;
    padding: 13px 20px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 18px;
    margin-right: 30px;
} 

#header .btn:hover {
    background-color:#eae4d1;
    border:1px solid #eae4d1;
    color:#000000;
    transition: 0.5s;
}


#slideshow {
  position: relative;
  width: 100%;
  height: 100%;
}


#mySidenav  {
  background-image:url(../img/fondo_sidenav1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#mySidenav img {
  width: 300px;
  margin-left: 60px;
  padding-bottom: 20px;
}

#mySidenav ul {
  padding-bottom: 15px;
  text-align:left;
  margin-left: 20px;
}

#mySidenav li {
  list-style: none;
  text-decoration: none;
}

#mySidenav li a {
  color:#ffffff;
  font-size: 50px;
  line-height: 70px;
  font-weight: 800;
  letter-spacing: 1px;
}

#mySidenav li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#mySidenav li a:active {
  text-decoration: none;
}

#mySidenav li a.active {
  color:#fad20c;
}




#mySidenav .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#mySidenav .fa-facebook {
border: 1px solid white;
  color: white;
}

#mySidenav .fa-facebook:hover {
  color: #fad20c;
  border: 1px solid #fad20c;
      transition: 0.5s;
}

#mySidenav .fa-instagram {
border: 1px solid white;
  color: white;
}

#mySidenav .fa-instagram:hover {
  color: #fad20c;
  border: 1px solid #fad20c;
      transition: 0.5s;
}


#mySidenav .redes {
  margin-left: 50px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgba(37,37,37);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a.closebtn {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 60px;
    margin-left: 50px;
}


#menus {
  padding-top: 100px;
  padding-bottom: 140px;
}

#menus h1 {
  font-size: 60px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
}

#menus p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 300;
}

#menus .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
} 

#menus .btn:hover {
    background-color:#252525;
    border:1px solid #252525;
    color:#ffffff;
    transition: 0.5s;
}


#picometro {
  background-color: #eae4d1;
  background-image:url(../img/fondo_picometro.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#picometro h1 {
  font-size: 80px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 150px;
  padding-bottom: 10px;
}

#picometro p {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  font-weight: 300;
}

#picometro1 {
  background-image:url(../img/fondo_login.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  margin-top: 10px;
}

#picometro1 h1 {
  font-size: 60px;
  line-height: 50px;
  color: #000000;
  text-align: right;
  font-weight: 700;
  padding-top: 80px;
  padding-bottom: 10px;
}

#picometro1 p {
  font-size: 20px;
  line-height: 27px;
  color: #000000;
  text-align: right;
  font-weight: 300;
}


#foto1 {
  padding-top: 130px;
  padding-bottom: 20px;
}

#foto2 {
  padding-top: 70px;
  padding-bottom: 20px;
}

#foto3 {
  padding-top: 70px;
  padding-bottom: 20px;
}


#foto1 h1, #foto3 h1 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: 60px;
}

#foto1 h2, #foto3 h2 {
  font-size: 50px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 30px;
}

#foto2 h2 {
  font-size: 50px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 30px;
}

#foto2 h1 {
  font-size: 40px;
  line-height: 40px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-left: 60px;
}

#foto1 p, #foto2 p, #foto3 p {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  margin-left: 60px;
  padding-bottom: 30px;
}

#foto1 .btn, #foto3 .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 60px;
} 

#foto1 .btn:hover, #foto3 .btn:hover {
    background-color:#252525;
    border:1px solid #252525;
    color:#ffffff;
    transition: 0.5s;
}


#foto2 .btn {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 60px;
} 

#foto2 .btn:hover {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color:#000000;
    transition: 0.5s;
}

#foto4 {
  padding-top: 90px;
  padding-bottom: 40px;
}

#foto4 h1 {
  font-size: 65px;
  line-height: 60px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-left: 60px;
}

#foto4 p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  margin-left: 60px;
  padding-bottom: 30px;
}

#foto4 .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 60px;
} 

#foto4 .btn:hover {
    background-color:#252525;
    border:1px solid #252525;
    color:#ffffff;
    transition: 0.5s;
}


#accesorios {
  background-color: #ffffff;
  padding-top: 20px;
  padding-bottom: 30px;
}

#accesorios h1 {
  font-size: 18px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  font-weight: 300;
}


#slider-text{
  padding-top: 10px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}

#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 13px;
  margin: 10px auto 3px;
  text-align: center;
}

#itemslider h5{
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 13px;
  margin: 3px auto 2px;
    text-align: center;
}
#itemslider h6{
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
    text-align: center;
}

.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}

#slider-control img{
  margin-top: 40px;
}

@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}


#header_menu h1 {
  font-size: 70px;
  line-height: 50px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}

#header_menu img {
  padding-bottom: 60px;
  padding-left: 25px;
  padding-right: 25px;
}

#menu1 h1 {
  font-size: 40px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
  text-align: left;
}

#menu1 p {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  padding-bottom: 30px;
}

#regresar {display: none;}

#regresar p {
  padding-top: 17px;
  text-align: left;
  font-size: 17px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
}


#mapa {
    background-color:
    width: 1200px;
    height: 550px;
    margin-bottom: 50px;
}



#ubicaciones {
  padding-top: 40px;
  padding-bottom: 100px;
}

#header_ubicaciones h1 {
  font-size: 70px;
  line-height: 50px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 20px;
}

#header_ubicaciones p {
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  text-align: center;
  padding-bottom: 15px;
}

#ubicaciones .btn {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 260px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
} 

#ubicaciones .btn:hover {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color:#000000;
    transition: 0.5s;
}


#regresar1 p {
  padding-top: 25px;
  text-align: left;
  font-size:18px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: underline;
  margin-left: 60px;
  padding-bottom: 20px;
}

#header_direccion h1 {
  font-size: 70px;
  line-height: 60px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin-left: 60px;
}

#header_direccion p {
  font-size: 25px;
  line-height: 20px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  margin-left: 60px;
  padding-bottom: 20px;
}

#header_direccion h2 {
  font-size: 65px;
  line-height: 50px;
  font-weight: 700;
  color: #fad20c;
  text-align: left;
  margin-left: 60px;
  padding-top: 10px;
}


#mapa_baja {
    width: 700px;
    height: 550px;
    margin-bottom: 30px;

}

#mapa_chiapas {
    width: 700px;
    height: 550px;
    margin-bottom: 30px;

}

#mapa_chiapas1 {
    width: 700px;
    height: 550px;
    margin-bottom: 30px;
}

#mapa_chi, #mapa_chi1, #mapa_chi2, #mapa_chi3, #mapa_chi4, #mapa_chi5, #mapa_chi6, #mapa_chi7, #mapa_chi8, #mapa_chi9, #mapa_chi10, #mapa_chi11,
#mapa_chi12, #mapa_chi13, #mapa_chi14, #mapa_chi15, #mapa_chi16, #mapa_chi17, #mapa_chi18 {
    width: 700px;
    height: 550px;
    margin-bottom: 30px;
}

#mapas {
  padding-top: 20px;
}

#mapas h1 {
  font-size: 45px;
  line-height: 40px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin-left: 70px;
}

#mapas p {
  font-size: 20px;
  line-height: 22px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  margin-left: 70px;
  padding-bottom: 20px;
}

#mapas .btn {
    background-color:#ffffff;
    border:1px solid #252525;
    color: #000000;
    width: 300px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 70px;
} 

#mapas .btn:hover {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color:#000000;
    transition: 0.5s;
}

#mapas .on {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 300px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px;
    margin-left: 70px;
} 

#mapas .on:hover {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color:#000000;
    transition: 0.5s;
}

#line {
  background-color: #ffffff;
  padding-top: 10px;
}



#login {
  background-color: #ffffff;
  background-image:url(../img/fondo_login.png);
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
}


#login p {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  color: #000000;
}

#login label {
    width: 100%%;
    margin: 1% 0;
}

#login input[type=text], textarea {
    width: 100%;
    background-color: #eeeeee;
    color: #000;
    height: 45px;
}

#login input[type=password], textarea {
    width: 100%;
    background-color: #eeeeee;
    color: #000;
        height: 45px;
}

#login input[type=submit] {
  background-color: #000;
  width: 40%;
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 2px;
}

#login h1 {
  padding-top: 55px;
  font-size: 70px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

#login p.ff {
  font-size: 25px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  color: #000000;
}


/* Style all font awesome icons */
#footer .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
border: 1px solid black;
  color: black;
}

.fa-facebook:hover {
  color: #fad20c;
  border: 1px solid #fad20c;
      transition: 0.5s;
}

.fa-instagram {
border: 1px solid black;
  color: black;
}

.fa-instagram:hover {
  color: #fad20c;
    border: 1px solid #fad20c;
      transition: 0.5s;
}

#footer {
  background-color: #ffffff;
  padding-top: 30px;
}

#footer ul {
  margin-top:10px;
  text-align:left;
}

#footer li {
  display: inline-block;
  list-style: none;
  padding: 0px 15px;
}

#footer li a {
  color:#000000;
  font-size: 16px;
  line-height:15px;
  font-weight: 300;
  letter-spacing: 1px;
}

#footer li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#footer li a:active {
  text-decoration: none;
}

#footer li a.active {
  color:#fad20c;
}


hr.new3 {
  border-top: 2px dotted #d4d4d4;
}

hr.new4 {
  border-top: 2px dotted #fad20c;
}

hr.new5 {
  border-top: 2px dotted #fad20c;
}

#footer3 {
  background-color: #ffffff;
  padding-bottom: 30px;
}

#footer3 img {
  width: 180px;
  margin-left: 30px;
}

#footer3 p {
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: right;
  padding-top: 10px;
  margin-right: 40px;
}


#aviso1 h1 {
  color:#000000;
  font-size: 50px;
  font-weight: 600;
  padding-top: 40px;

}

#aviso1 p {
  color:#000000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

#aviso2 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;

}

#aviso2 p {
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}


#footer3  a {
  text-decoration: underline;
  color:#000000;
}

#footer3  a:hover {
  text-decoration: none;
  color:#fad20c;
}


















#gracias .gracias {
    padding-left: 80px;
    padding-right:70px;
}

#gracias h1 {
  text-align: center;
  font-weight: 800;
  padding-top: 250px;
  font-size: 70px;
  line-height: 70px;
}

#gracias p {
  font-family: 'Zilla Slab', serif;
  text-align: center;
  font-weight: 300;
  font-size: 20px;
  line-height: 20px;
}


    input.radio {
      height: 15px;
  }

  #form p.radio {
    clear:both;
    min-height: 25px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    letter-spacing: 1px;
    margin-left: 25px;
    padding-bottom: 20px;
  }



#form .forma {
    padding-left: 60px;
    padding-top: 100px;
}


#form {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url(../img/contacto.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#form h1 {
  font-weight: 900;
  font-size: 60px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  padding-top: 70px;
}

#form h2 {
  font-weight: 900;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
}

#form h3 {
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  color: #000000;
  letter-spacing: 2px;
  text-align: left;
  padding-bottom: 10px;
}

#form p {
    clear:both;
    min-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }

label, input, textarea, span {
    float: none;

  }

  label {
    width: 100%;
    margin: 1% 0;
  }

  input[type=text], textarea {
    width: 100%;
    background-color: #f4f4f4;
    color: #000;
  }

  input {
    height: 35px;
  }

  input, textarea {
    padding: 1%;
    border: 0;
    border-radius: 0px;
  }

  input:focus, textarea:focus { 
    outline: none;
    border: 0;
  }

  .required {
  }

  textarea {
    height: 100px;
  }

  #form span {
    border-radius: 0px;
    margin-left:15px;
    padding: 8px 35px;
    background: #000000;
    color:#fff;
    letter-spacing: 1px;
  }

  #form span.valid {
    background-color :#7ebc42;
    color: #fff;
  }

  #form span.error {
    background-color:#ee412a;
    color: #fff;
  }

 .btn-submit {
  width: 150px;
  float: left;
  margin: 2% 0;
  border: 0;
  padding: 10px 25px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  background-color: #fbd30b;
  border-radius: 25px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  text-transform: uppercase;
}

 .btn-submit:hover {
     background-color: #000000;
     color:#ffffff;
         transition: 0.5s;
  }




/*ipad landscape*/

@media (max-width: 1200px) and (min-width: 1000px) {



#menus {
  padding-top: 100px;
  padding-bottom: 120px;
}

#menus p {
  font-size: 18px;
  line-height: 28px;
}

#picometro h1 {
  font-size: 70px;
  line-height: 30px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 120px;
  padding-bottom: 10px;
}

#picometro p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  font-weight: 300;
}


#foto1 {
  padding-top: 130px;
  padding-bottom: 20px;
}

#foto2 {
  padding-top: 70px;
  padding-bottom: 20px;
}

#foto3 {
  padding-top: 70px;
  padding-bottom: 20px;
}


#foto1 h1, #foto3 h1 {
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-bottom: 0px;
  margin-left: 50px;
}

#foto2 h1 {
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 50px;
}

#foto1 h2, #foto3 h2 {
  font-size: 45px;
  padding-bottom: 20px;
}

#foto2 h2 {
  font-size: 45px;
  padding-bottom: 20px;
}

#foto1 p, #foto2 p, #foto3 p {
  font-size: 17px;
  line-height: 23px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  margin-left: 50px;
  padding-bottom: 10px;
}

#foto1 .btn, #foto3 .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 200px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 50px;
} 

#foto2 .btn {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 10px;
    margin-left: 50px;
} 

#foto4 {
  padding-top: 90px;
  padding-bottom: 40px;
}

#foto4 h1 {
  font-size: 53px;
  line-height: 50px;
  padding-top: 0px;
  padding-bottom: 30px;
  margin-left: 60px;
}

#foto4 p {
  font-size: 18px;
  line-height: 25px;
  margin-left: 60px;
  padding-bottom: 30px;
}


#header_menu h1 {
  font-size: 60px;
  line-height: 40px;
  padding-bottom: 15px;
}

#header_menu img {
  padding-bottom: 45px;
  padding-left: 30px;
  padding-right: 30px;
}

#menu1 h1 {
  font-size: 35px;
  line-height: 15px;
}

#menu1 p {
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 25px;
}

#picometro1 {
  padding-top: 40px;
  margin-top: 10px;
}

#picometro1 h1 {
  font-size: 55px;
  line-height: 45px;
  padding-top: 60px;
  padding-bottom: 10px;
}

#picometro1 p {
  font-size: 18px;
  line-height: 25px;
}


#header_direccion h1 {
  font-size: 65px;
  line-height: 55px;

}

#header_direccion p {
  font-size: 20px;
  line-height: 15px;
}

#header_direccion h2 {
  font-size: 60px;
  line-height: 45px;
  padding-top: 5px;
}

#mapa_baja {
    width: 550px;
    height: 450px;
    margin-bottom: 50px;

}

#mapa_chiapas {
    width: 550px;
    height: 450px;
    margin-bottom: 50px;

}

#mapa_chiapas1 {
    width: 550px;
    height: 450px;
    margin-bottom: 50px;
}

#mapa_chi, #mapa_chi1, #mapa_chi2, #mapa_chi3, #mapa_chi4, #mapa_chi5, #mapa_chi6, #mapa_chi7, #mapa_chi8, #mapa_chi9, #mapa_chi10, #mapa_chi11,
#mapa_chi12, #mapa_chi13, #mapa_chi14, #mapa_chi15, #mapa_chi16, #mapa_chi17, #mapa_chi18 {
    width: 550px;
    height: 450px;
    margin-bottom: 50px;
}

#mapas h1 {
  font-size: 40px;
  line-height: 35px;
}

#mapas p {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}

#mapa {
    height: 450px;
    margin-bottom: 40px;
}

#ubicaciones {
  padding-top: 30px;
  padding-bottom: 100px;
}

#header_ubicaciones h1 {
  font-size: 60px;
  line-height: 40px;
  padding-bottom: 10px;
}

#header_ubicaciones p {
  font-size: 20px;
  line-height: 15px;
  padding-bottom: 10px;
}

#ubicaciones .btn {
    width: 230px;
    font-size: 20px;
    margin-top: 12px;
}

#form .forma {
    padding-left: 50px;
    padding-right:50px;
    padding-top: 90px;
}

#form {
  padding-top: 100px;
  padding-bottom: 100px;
}

#form h1 {
  font-size: 50px;
  line-height: 20px;
  padding-top: 70px;
}

#form h2 {
  font-size: 27px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
}


#form p {
    clear:both;
    min-height: 25px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }










}



/*ipad portrait*/
@media (max-width: 999px) and (min-width: 740px) {

#mySidenav  {
  background-image:url(../img/fondo_sidenav2.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#regresar {display: inline-block;}
#accesorios {display: none;}

#header {
  background-color: #252525;
  height: 80px;

}

.rayas {
  border:none;
  height:80px;
  width:60px;
  padding-top: 0px;
}


.logo img {
    z-index: 9999999999999;
    width: 200px;
    padding-top: 9px;
    margin-left: 10px;
}


#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 180px;
    padding: 13px 15px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 30px;
} 


#menus {
  padding-top: 60px;
  padding-bottom: 120px;

}

#menus h1 {
  font-size: 55px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
}

#menus p {
  font-size: 18px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 300;
}


#picometro {
  background-color: #eae4d1;
  background-image:url(../img/fondo_picometro.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#picometro h1 {
  font-size: 65px;
  line-height: 20px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 120px;
  padding-bottom: 10px;
}

#picometro p {
  font-size: 20px;
  line-height: 25px;
  color: #000000;
  text-align: left;
  font-weight: 300;
}


#foto1 {
  padding-top: 80px;
  padding-bottom: 20px;
}

#foto2 {
  padding-top: 50px;
  padding-bottom: 20px;
}

#foto3 {
  padding-top: 50px;
  padding-bottom: 20px;
}


#foto1 h1, #foto3 h1 {
  font-size: 25px;
  line-height: 23px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 30px;
}

#foto2 h1 {
  font-size: 25px;
  line-height: 23px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-left: 30px;
}

#foto1 h2, #foto3 h2 {
  font-size: 40px;
  padding-bottom: 10px;
}

#foto2 h2 {
  font-size: 40px;
  padding-bottom: 10px;
}

#foto1 p, #foto2 p, #foto3 p {
  font-size: 15px;
  line-height: 17px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  margin-left: 30px;
  margin-right: 40px;
  padding-bottom: 10px;
}

#foto1 .btn, #foto3 .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 200px;
    padding: 15px 0px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 0px;
    margin-left: 30px;
} 

#foto2 .btn {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 200px;
    padding: 15px 0px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 30px;
} 


#foto4 {
  padding-top: 90px;
  padding-bottom: 30px;
}

#foto4 h1 {
  font-size: 45px;
  line-height: 40px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: 40px;
}

#foto4 p {
  font-size: 17px;
  line-height: 20px;
  margin-left: 40px;
  padding-bottom: 10px;
  margin-right: 25px;
}

#foto4 .btn {
    width: 200px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 40px;
} 

#login {
  background-color: #ffffff;
  background-image:url(../img/fondo_login.png);
  background-repeat: no-repeat;
  padding-top: 80px;
  padding-bottom: 110px;
}

#login h1 {
  padding-top: 45px;
  font-size: 70px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

#header_menu h1 {
  font-size: 55px;
  line-height: 35px;
  padding-bottom: 10px;
}

#header_menu img {
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

#menu1 h1 {
  font-size: 30px;
  line-height: 10px;
}

#menu1 p {
  font-size: 17px;
  line-height: 22px;
  padding-bottom: 25px;
}

#picometro1 {
  padding-top: 20px;
  margin-top: 10px;
}

#picometro1 h1 {
  font-size: 55px;
  line-height: 45px;
  padding-top: 60px;
  padding-bottom: 10px;
}

#picometro1 p {
  font-size: 18px;
  line-height: 25px;
}


#regresar1 p {
  padding-top: 20px;
  margin-left: 50px;
  padding-bottom: 10px;
}

#header_direccion h1 {
  font-size: 65px;
  line-height: 55px;
  margin-left: 50px;

}

#header_direccion p {
  font-size: 20px;
  line-height: 15px;
    margin-left: 50px;
}

#header_direccion h2 {
  font-size: 60px;
  line-height: 45px;
  padding-top: 5px;
  margin-left: 50px;
}

#mapa_baja {
    width: 360px;
    height: 400px;
    margin-bottom: 50px;

}

#mapa_chiapas {
    width: 360px;
    height: 400px;
    margin-bottom: 50px;

}

#mapa_chiapas1 {
    width: 360px;
    height: 400px;
    margin-bottom: 50px;
}

#mapa_chi, #mapa_chi1, #mapa_chi2, #mapa_chi3, #mapa_chi4, #mapa_chi5, #mapa_chi6, #mapa_chi7, #mapa_chi8, #mapa_chi9, #mapa_chi10, #mapa_chi11,
#mapa_chi12, #mapa_chi13, #mapa_chi14, #mapa_chi15, #mapa_chi16, #mapa_chi17, #mapa_chi18 {
    width: 360px;
    height: 400px;
    margin-bottom: 50px;
}



#mapas h1 {
  font-size: 35px;
  line-height: 30px;
  margin-left: 50px;
}

#mapas p {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
    margin-left: 50px;
}

#mapas .btn {
    width: 260px;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 50px;
} 


#mapas .on {
    width: 260px;
    font-size: 18px;
    margin-top: 10px;
    margin-left: 50px;
} 


#mapa {
    height: 400px;
    margin-bottom: 30px;
}

#ubicaciones {
  padding-top: 30px;
  padding-bottom: 100px;
}

#header_ubicaciones h1 {
  font-size: 55px;
  line-height: 40px;
  padding-bottom: 10px;
}

#header_ubicaciones p {
  font-size: 20px;
  line-height: 15px;
  padding-bottom: 10px;
}

#ubicaciones .btn {
    width: 230px;
    font-size: 20px;
    margin-top: 10px;
} 







/* Style all font awesome icons */
#footer .fa {
  padding: 7px;
  font-size: 15px;
  width: 30px;
  height: 30px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}

#footer {
  background-color: #ffffff;
  padding-top: 30px;
}

#footer ul {
  margin-top:10px;
  text-align:left;
}

#footer li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
}

#footer li a {
  color:#000000;
  font-size: 15px;
  line-height:10px;
  font-weight: 300;
  letter-spacing: 1px;
}

#footer3 img {
  width: 180px;
  margin-left: 40px;
}

#footer3 p {
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 14px;
  text-align: right;
  padding-top: 12px;
  margin-right: 40px;
}


#form .forma {
    padding-left: 0px;
    padding-right:0px;
    padding-top: 20px;
}

#form {
  padding-top: 40px;
  padding-bottom: 100px;
}

#form h1 {
  font-size: 50px;
  line-height: 20px;
  padding-top: 50px;
}


}


/*movil*/

@media (max-width: 767px) and (min-width: 320px) {


#login {display:none;}
#regresar {display: inline-block;}
#accesorios {display: none;}


  .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  z-index: 9999999999999;
}

#header {
  background-color: #252525;
  height: 70px;

}

.rayas {
  border:none;
  height:70px;
  width:50px;
  padding-top: 0px;
}

.logo img {
    z-index: 9999999999999;
    width: 200px;
    padding-top: 10px;
}

#header .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 120px;
    padding: 9px 10px;
    border-radius: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    margin-top: 13px;
    margin-right: 10px;
} 



#mySidenav  {
  background-image:url(../img/fondo_sidenav3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#mySidenav img {
  width: 200px;
  margin-left: 40px;
  padding-bottom: 20px;
}

#mySidenav ul {
  padding-bottom: 15px;
  text-align:left;
  margin-left: 20px;
}

#mySidenav li a {
  color:#ffffff;
  font-size: 45px;
  line-height: 55px;
  font-weight: 800;
  letter-spacing: 1px;
}

#mySidenav .redes {
  margin-left: 50px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 500;
    top: 0;
    left: 0;
    background-color: rgba(37,37,37);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}

.sidenav a.closebtn {
    text-decoration: none;
    color: #ffffff;
    display: block;
    font-weight: 400;
    letter-spacing: 1px;
    transition: 0.5s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 50px;
    margin-left: 50px;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}



#menus {
  padding-top: 70px;
  padding-bottom: 140px;
}

#menus h1 {
  font-size: 60px;
  line-height: 50px;
  color: #000000;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 700;
}

#menus p {
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  padding-bottom: 30px;
  font-weight: 300;
}

#menus .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 600;
    margin-top: 20px;
} 

#menus .btn:hover {
    background-color:#252525;
    border:1px solid #252525;
    color:#ffffff;
    transition: 0.5s;
}


#picometro {
  background-color: #eae4d1;
  background-image:url(../img/fondo_picometro.png);
  background-repeat: no-repeat;
  background-size: cover;
}

#picometro h1 {
  font-size: 60px;
  line-height: 30px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  padding-top: 90px;
  padding-bottom: 10px;
}

#picometro p {
  font-size: 20px;
  line-height: 20px;
  color: #000000;
  text-align: center;
  font-weight: 300;
  padding-bottom: 10px;
}

#picometro1 {
  padding-top: 20px;
  margin-top: 10px;
}

#picometro1 h1 {
  font-size: 45px;
  line-height: 25px;
  color: #000000;
  text-align: center;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 10px;
}

#picometro1 p {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-align: center;
  font-weight: 300;
}

#picometro1 img {
  margin-left: 30px;

}


#foto1 {
  padding-top: 90px;
  padding-bottom: 10px;
}

#foto2 {
  padding-top: 70px;
  padding-bottom: 10px;
}

#foto3 {
  padding-top: 70px;
  padding-bottom: 60px;
}


#foto1 h1, #foto3 h1 {
  font-size: 40px;
  line-height: 35px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 40px;
}

#foto2 h1 {
  font-size: 40px;
  line-height: 35px;
  color: #000000;
  text-align: left;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 10px;
  margin-left: 40px;
}

#foto1 h2, #foto3 h2 {
  font-size: 40px;
  padding-bottom: 10px;
}

#foto2 h2 {
  font-size: 40px;
  padding-bottom: 10px;
}

#foto1 p, #foto2 p, #foto3 p {
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  text-align: left;
  font-weight: 300;
  margin-left: 40px;
  padding-bottom: 20px;
}

#foto1 .btn, #foto3 .btn {
    background-color:#fad20c;
    border:1px solid #fad20c;
    color: #000000;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 40px;
} 


#foto2 .btn {
    background-color:#252525;
    border:1px solid #252525;
    color: #ffffff;
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 40px;
} 

#foto4 {
  padding-top: 40px;
  padding-bottom: 30px;
}

#foto4 h1 {
  font-size: 50px;
  line-height: 45px;
  padding-top: 0px;
  padding-bottom: 20px;
  margin-left: 40px;
}

#foto4 p {
  font-size: 19px;
  line-height: 21px;
  margin-left: 40px;
  padding-bottom: 20px;
  margin-right: 10px;
}

#foto4 .btn {
    width: 250px;
    padding: 18px 20px;
    border-radius: 0px;
    letter-spacing: 3px;
    font-size: 17px;
    margin-top: 10px;
    margin-left: 40px;
} 

#header_menu h1 {
  font-size: 50px;
  line-height: 30px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  padding-bottom: 10px;
}

#header_menu img {
  padding-bottom: 30px;
  padding-left: 25px;
  padding-right: 25px;
}

#menu1 h1 {
  font-size: 30px;
  line-height: 15px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  margin-left: 25px;
}

#menu1 p {
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  color: #000000;
  text-align: left;
  padding-bottom: 20px;
  margin-left: 25px;
}

hr.new4 {
  border-top: 2px dotted #fad20c;
  margin-left: 25px;
}


#regresar1 p {
  padding-top: 20px;
  margin-left: 35px;
  padding-bottom: 0px;
  font-size:16px;
}

#header_direccion h1 {
  font-size: 55px;
  line-height: 50px;
  margin-left: 35px;

}

#header_direccion p {
  font-size: 16px;
  line-height: 13px;
  margin-left: 35px;
}

#header_direccion h2 {
  font-size: 55px;
  line-height: 43px;
  padding-top: 5px;
  margin-left: 35px;
}


#mapas {
  padding-top: 0px;
}

#mapa_baja {
    width: 330px;
    height: 330px;
    margin-left: 35px;
}

#mapa_chiapas {
    width: 330px;
    height: 330px;
    margin-left: 35px;

}

#mapa_chiapas1 {
    width: 330px;
    height: 330px;
    margin-left: 35px;
}

#mapa_chi, #mapa_chi1, #mapa_chi2, #mapa_chi3, #mapa_chi4, #mapa_chi5, #mapa_chi6, #mapa_chi7, #mapa_chi8, #mapa_chi9, #mapa_chi10, #mapa_chi11,
#mapa_chi12, #mapa_chi13, #mapa_chi14, #mapa_chi15, #mapa_chi16, #mapa_chi17, #mapa_chi18 {
    width: 330px;
    height: 330px;
    margin-left: 35px;
}


#mapas h1 {
  font-size: 35px;
  line-height: 30px;
  margin-left: 35px;
}

#mapas p {
  font-size: 17px;
  line-height: 20px;
  padding-bottom: 10px;
  margin-left: 35px;
}

#mapas .btn {
    width: 260px;
    font-size: 20px;
    margin-top: 10px;
    margin-left: 35px;
} 

#mapas .on {
   width: 260px;
   font-size: 18px;
   margin-top: 10px;
   margin-left: 35px;
   margin-bottom: 40px;
} 

#mapa {
    height: 300px;
    margin-bottom: 30px;
}

#ubicaciones {
  padding-top: 10px;
  padding-bottom: 100px;
}

#header_ubicaciones h1 {
  font-size: 50px;
  line-height: 40px;
  padding-bottom: 10px;
}

#header_ubicaciones p {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}

#ubicaciones .btn {
    width: 300px;
    font-size: 20px;
    margin-top: 10px;
} 








#login {
  background-color: #ffffff;
  background-image:url(../img/fondo_login.png);
  background-repeat: no-repeat;
  padding-top: 70px;
  padding-bottom: 60px;
}


#login p {
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  letter-spacing: 1px;
  color: #000000;
  text-align: center;
}

#login h1 {
  padding-top: 50px;
  font-size: 60px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  text-align: center;
}

#login p.ff {
  font-size: 23px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: 1px;
  color: #000000;
}


#login .fran {
  margin-left: 40px;
}


/* Style all font awesome icons */
#footer .fa {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  margin: 5px;
}




#footer {
  background-color: #ffffff;
  padding-top: 30px;
}


#footer ul {
  margin-top:10px;
  margin-left: 20px;
  text-align:center;
}

#footer li {
  display: inline-block;
  list-style: none;
  padding: 0px 10px;
  padding-bottom: 5px;
}

#footer li a {
  color:#000000;
  font-size: 16px;
  line-height:15px;
  font-weight: 300;
  letter-spacing: 1px;
}

#footer li a:hover {
  color:#fad20c;
  text-decoration:none;
      transition: 0.5s;
}

#footer li a:active {
  text-decoration: none;
}

#footer li a.active {
  color:#fad20c;
}



hr.new3 {
  border-top: 2px dotted #d4d4d4;
}

#footer3 {
  background-color: #ffffff;
  padding-bottom: 20px;
}

#footer3 img {
  width: 180px;
  margin-left: 30px;
}

#footer3 p {
  color: #000000;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 12px;
  text-align: left;
  padding-top: 10px;
  margin-right: 0px;
  margin-left: 0px;
}


#aviso1 h1 {
  color:#000000;
  font-size: 50px;
  font-weight: 600;
  padding-top: 40px;

}

#aviso1 p {
  color:#000000;
  font-size: 17px;
  line-height: 25px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
}

#aviso2 h1 {
  text-align: left;
  color:#000000;
  font-size: 25px;
  font-weight: 600;
  padding-top: 20px;

}

#aviso2 p {
  text-align: left;
  color:#000000;
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 20px;
}


#footer3  a {
  text-decoration: underline;
  color:#000000;
}

#footer3  a:hover {
  text-decoration: none;
  color:#fad20c;
}

#form .forma {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#form {
  padding-top: 10px;
  padding-bottom: 120px;
  padding-left: 10px;
}

#form h1 {
  font-weight: 900;
  font-size: 45px;
  line-height: 20px;
  padding-top: 30px;
}

#form h2 {
  font-weight: 900;
  font-size: 25px;
  line-height: 10px;
  letter-spacing: 1px;
  color: #000000;
  text-align: left;
  padding-bottom: 10px;
}



#form p {
    clear:both;
    min-height: 25px;
    font-size: 17px;
    line-height: 19px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px;
    text-align: left;
  }




}





.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
 }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

.rslides {
  margin: 0 auto;
  }

.rslides_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.centered-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 50%;
  left: 0;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../img/themes.gif") no-repeat left top;
  margin-top: -45px;
  }

.centered-btns_nav:active {
  opacity: 1.0;
  }

.centered-btns_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }

.transparent-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 0;
  left: 0;
  display: block;
  background: #fff; /* Fix for IE6-9 */
  opacity: 0;
  filter: alpha(opacity=1);
  width: 48%;
  text-indent: -9999px;
  overflow: hidden;
  height: 91%;
  }

.transparent-btns_nav.next {
  left: auto;
  right: 0;
  }

.large-btns_nav {
  z-index: 3;
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  opacity: 0.6;
  text-indent: -9999px;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  background: #000 url("../img/themes.gif") no-repeat left 50%;
  width: 38px;
  }

.large-btns_nav:active {
  opacity: 1.0;
  }

.large-btns_nav.next {
  left: auto;
  background-position: right 50%;
  right: 0;
  }

.centered-btns_nav:focus,
.transparent-btns_nav:focus,
.large-btns_nav:focus {
  outline: none;
  }

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
  margin-top: 10px;
  text-align: center;
  }

.centered-btns_tabs li,
.transparent-btns_tabs li,
.large-btns_tabs li {
  display: inline;
  float: none;
  _float: left;
  *float: left;
  margin-right: 5px;
  }

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a {
  text-indent: -9999px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #ccc;
  background: rgba(0,0,0, .2);
  display: inline-block;
  _display: block;
  *display: block;
  -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  width: 9px;
  height: 9px;
  }

.centered-btns_here a,
.transparent-btns_here a,
.large-btns_here a {
  background: #222;
  background: rgba(0,0,0, .8);
}




/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.material-icons.green { color: #6ab943; }




@media 
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

  html,
  body{
    width:100%;
    overflow-x:hidden;
  }

}
