body {
  font-size: 12px;
  color: #fff;
  background-color: #000366;
  font-family: 'Raleway', sans-serif;
}
p {
    margin: 0 0 0px;
}
/** HEADER **/
#header-nav {
  background-color: #fff;
  border-radius: 0;
  border: 0;
  padding-left: 50px;
}
.navbar {
  margin-bottom: 15px;
}
#logo-img { /*logo de la empresa*/
  background: url('../images/logo-grande.png') no-repeat;
  width: 198px;
  height: 100px;
  margin: 5px 20px 5px 0;
}
.navbar-brand { /*texto al lado del logo compañia */
  width: 54vw;
  padding-top: 0px;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  font-size: 30px;
  line-height: 1.2;
}
#nav-list {/* menu*/
  margin-top: 20px;
}
#nav-list a {
  text-align: center;
  }
#nav-list li {
  content: " ";
  border-left: 1px solid #777;
}
#nav-list a:hover {
  background: #E7E7E7;
}
#nav-list a span {
  font-size: 1.8em;
}
.navbar-header button.navbar-toggle {
  clear: both;
  margin-top: -20px;
}
.dropdown ul.dropdown-menu {
    border-radius:4px;
    box-shadow:none;
    margin-top:15px;
    width:5px;
}
.dropdown ul.dropdown-menu:after {
    content: "";
    border-bottom: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent;
    position: absolute;
    top: -11px;
    z-index: 20;
    text-align: left;
}
.dropdown-menu {
    min-width: 130px;
}
#nav-list .dropdown-menu  li {
  text-align: left;
  border-left: 0px solid transparent;
  width: 130px;
}
/** END HEADER **/
/** BODY **/
/* CUSTOMIZE THE CAROUSEL
   -------------------------------------------------- */
.carousel {
  margin-bottom: 0px;
}
.carousel .item {
  height: 30vw;
}
.carousel img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 400px;
}
.carousel-control {
  height: 80px;
  margin-top: 0px;
  font-size: 5vw;
  text-shadow: 0 1px 1px rgba(0,0,0,1);
  background-color: transparent;
  border: 0;
}
.carousel-caption {
  background-color: transparent;
  padding: 30px;
  font-size: 4vw;
  font-weight: bold;
  text-shadow: 0 2px 2px rgba(0,0,0,1);

}
   /** Fin Carousel **/
#main-content {
  background-color: #fff;
}
#home-tiles {
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 15px;
  
}

#servicios-tile, #track-tile, #somos-tile {
  min-height: 240px;
  min-width: 240px;
  max-width: 284px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px  #000;
  font-weight: bold;
}
#map-tile{
  min-height: 240px;
  min-width: 240px;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px  #000;
  font-weight: bold;
}
#servicios-tile:hover, #track-tile:hover, #map-tile:hover, #somos-tile:hover {
  box-shadow: 0 1px 5px 1px #fff;
}
#servicios-tile {
  background: url('../images/imagen_servicio.png') no-repeat;
  background-position: center;
}
#somos-tile {
  background: url('../images/imagen_historia.png') no-repeat;
  background-position: center;
  margin-right: 55px;
}
#track-tile {
  background: url('../images/imagen_cargot.png') no-repeat;
  background-position: center;
}
#servicios-tile span, #track-tile span, #map-tile span, #somos-tile span {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  background-color: #fff;
  color: #000;
  opacity: .7;
}
#somos { /**texto central de la pagina**/
  margin-bottom: 15px;
}

#somos p {
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #777;
  padding-left: 5px;
  font-weight: bold;
  margin:  0 0 10px;
}

.panel-body {
  color: #000;
}

.titulo{
  color: #000;
  font-size: 1.5em;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
.titulo2{
  color: #000;
  font-size: 1em;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
.principal{
    float: none;
    display: block;
    margin: 0 auto;
    padding-top: 15px;
}
td, th{
  text-align: center;
}
.btn-group{
  padding-top: 5px;
  padding-left: 5px;
}
.btn_reg{
  background-color: transparent;
  border-color: transparent;
  text-align: center;
}
.img-thumbnail2{
  width: 100px;
  height: 100px;
}
table 
{
    table-layout:fixed;
    width:100%;
}
/* Style the tab */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #048fe02e;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.nav-tabs > li > a {
    border: 1px solid #00000014;
  }
/* Style the close button */
.topright {
    float: right;
    cursor: pointer;
    font-size: 28px;
}

.topright:hover {color: red;}
.zoom{
  width: 500px;
  height: 500px;
}

.input-group{
  width:100%;
}

.miniatura{
  margin-top: 10px;
  margin-left: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px 50px;
  border: 1px solid #0202022b;
  width: 100px;
  height: 100px;
}
.miniatura-tabla{
  padding: 0px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 15px 50px;
  border: 1px solid #0202022b;
  width: 100px;
  height: 100px;
}
/** END BODY **/
/*pag somos*/
#somos-pag h1 { /* Restaurant name */
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
#somos-pag{
  text-align: center;
  color:#000;
  margin-left: auto;
}
#somos-pag p{
  font-size: 17px;
}
#valores{
  margin-bottom: 15px;
  text-align: center;
}
/*pag certificaciones/reconocimientos*/
#certifi-pag .center-block {
  margin-bottom: 15px;
}
#certifi-pag h1, #recono-pag h1{
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
/*clientes*/
#cliente-pag .center-block, #recono-pag .center-block{
  margin-bottom: 15px;
  margin-top: 15px;
}

.contact-form p{
  color: #000;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
#success_message{
  display: none;
}
/*contacto*/
#contac-pag{
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5em;
  text-align: center;
  width: 900px;
  clear: right;
}
#contac-pag .cont-add{
  margin-top: 25px;
  margin-bottom: 25px;
  height: 220px;
  overflow:hidden;
}
#contac-pag .cont-col{
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 0.9em;
  height: 235px;
  overflow:hidden;
}
/*servicios */
#servicios-pag{
  color: #000;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
}
#servicios-pag .serv-img{
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
#servicios-pag .serv-img img {
  padding-bottom: 15px;
}
#servicios-pag .serv-img span{
  height: 50px;
  margin: 0;
  padding: 0 20px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 100;
  line-height: 50px;
  background: #f7f4ed;
  border: 3px solid #d9d7cb;
  color: #000;
  -moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
  text-shadow: 0px 1px 1px #777;
}
.serv-titulo{
  color: #000;
  font-size: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 0px 1px 1px #777;
  text-align: center;
}
/*porque nosotros*/
#porque-pag{
  width: 100%;
  text-align: center;
  font-size: 2em;
  color: #000;
  font-weight: bold;
  margin:  0 0 10px;
  margin-top: 15px;
}
#porque-pag img{
  margin-top: 15px;
  margin-bottom: 15px;
}
/* FOOTER */
.panel-footer {
  margin-top: 15px;
  padding-top: 25px;
  padding-bottom: 20px;
  background-color: #222;
  border-top: 0;
}
.panel-footer div.row {
  margin-bottom: 15px;
  margin-right: auto;
  margin-left: auto;
}
#address, #redes {
  line-height: 1.5;
  text-align: center;
}
#address{
  margin-bottom:15px;
}
#address a{
  text-decoration: none;
  color: #fff;
}
#address a:hover{
  color: #26455d;
}
#facebook, #twitter, #instagram{
  margin:0;
  list-style:none;
  padding-left:0
}
#facebook a, #twitter a, #instagram a{
  text-decoration: none;
  color: #fff;
}
#facebook {
  text-align: right;
}
#instagram{
  text-align: left;
}
.btn-facebook, .btn-instagram {
  background-color: #55ACEE;
}
.btn-facebook:hover, .btn-twitter:hover, .btn-facebook:active, .btn-twitter:active, .btn-facebook:focus, .btn-twitter:focus{
  background-color: #26455d;
}
.btn-twitter:active:hover, .btn-twitter.active:hover, .open>.dropdown-toggle.btn-twitter:hover, .btn-twitter:active:focus, .btn-twitter.active:focus, .open>.dropdown-toggle.btn-twitter:focus, .btn-twitter:active.focus, .btn-twitter.active.focus, .open>.dropdown-toggle.btn-twitter.focus {
  background-color: #26455d;
}
.btn-facebook:active:hover, .btn-facebook.active:hover, .open>.dropdown-toggle.btn-facebook:hover, .btn-facebook:active:focus, .btn-facebook.active:focus, .open>.dropdown-toggle.btn-facebook:focus, .btn-facebook:active.focus, .btn-facebook.active.focus, .open>.dropdown-toggle.btn-facebook.focus {
  background-color: #26455d;
}
/* END FOOTER */
/********** Large devices only **********/
@media (min-width: 1200px) {
  /** HEADER **/
  .navbar-brand { /*texto al lado del logo compañia */
    width:800px;
  }
  /** END HEADER **/
}
/********** Medium devices only **********/
@media (min-width: 992px) and (max-width: 1199px) {
  /** HEADER **/
  #nav-list a {
    font-size: 0.9vW;
  }
  .navbar-brand { /*texto al lado del logo compañia */
    font-size: 1.6vW;
    width:550px;
  }
  /** END HEADER **/
}
/********** Small devices only **********/
@media (min-width: 768px) and (max-width: 991px) {
  /** HEADER **/
  #nav-list a {
    font-size: 0.65vW;
  }
  .navbar-brand { /*texto al lado del logo compañia */
    font-size: 1.3vW;
    width:380px;
  }
  /** END HEADER **/
  #contac-pag{
    width:550px;
  }
  #contac-pag .cont-add, #contac-pag .cont-col{
    height: auto;
  }
  #map-tile{
    max-height: 250px;
    max-width: 284px;
  }
}
/********** Extra small devices only **********/
@media (max-width: 767px) {
  /** HEADER **/
  #nav-list a {/* lista del menu */
    text-align: left;
  }
  #nav-list li {
    border-left: 0;
  }
  .glyphicon{/* lista del menu */
    margin-right: 10px;
  }
  .navbar-brand { /*texto al lado del logo compañia */
    font-size: 1.5vW;
    width:250px;
  }
  /** END HEADER **/
  /** BODY **/
  #servicios-tile, #track-tile, #somos-tile {
    width: 360px;
    margin: 0 auto 15px;
  }
  #somos {
    font-size: 1.5vw;
  }
  /** END BODY **/
  #instagram{
    text-align: center;
    margin-top: 15px;
  }
  #twitter{
    text-align: left;
  }
  #contac-pag{
    width:550px;
  }
  #contac-pag .cont-add, #contac-pag .cont-col{
    height: auto;
  }
}
/********** Extra Extra small devices only **********/
@media (max-width: 630px) {
  /** HEADER **/
  .navbar-brand { /*texto al lado del logo compañia */
      display: none ;
  }
  .navbar-header button.navbar-toggle {
    margin-top: -60px;
  }
  /** END HEADER **/
  /** BODY **/
  #servicios-tile, #track-tile, #somos-tile, #map-tile, #map-tile{
    width: 240px;
    height: 240px;
    margin: 15px -40px 15px;
  }

  #contac-pag{
    width:250px;
  }
  #contac-pag .cont-add, #contac-pag .cont-col{
    height: auto;
  }
/** END BODY **/
}
