
body {
  color: #5a5a5a;
  font-family: "champagne";
}

.clear{
  clear: both;
}

.flow{
  height: 120px;
}

.container {
      font-family: "Champagne";
      width: 100%;
  }

@font-face {
  font-family: 'champagne';
  src: url("./fonts/Champagne & Limousines.ttf");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'champagneBold';
  src: url("./fonts/Champagne & Limousines Bold.ttf");
  font-weight: 900;
  font-style: normal;
}

ul{
  font-family: 'champagne';
}

.bold{
  font-family: 'champagneBold'; 
}

/*Contacto*/

div.descripcion{
    position:absolute;
    bottom:0px;
    left:0px;
    display:none;
    background-color:black;
    font-size:15px;
    color:white;
    text-align: center;
}

div.descripcion a{
  color:white;
}
div.descripcion_contenido{  
    padding:10px;  
}

div.wrapper{  
    position:relative;
}

.featurette-divider-contact{
  margin: 5px 0;
  border-top: 1px solid rgba(255,0,0,.8);
}

.mapa{
  width: 100%;
}

.scrolloff {
    pointer-events: none;
}

.formulario{
  width: 100%;
}

textarea[name=message] {
    resize: none;
}

.contactp p{
  font-size: 18px;
}

/*Servicios*/

.imgCol{
  width: 100%;
}

/*Botones*/

.btn-primary {
    background-color: rgba(255,0,0,.8) !important;
    border-color: red !important;
}

.btn-primary.active, .btn-primary:active, .btn-primary:hover{
  background-color: rgba(222,0,0,.8) !important;
}

h2{
  font-family: "champagneBold" !important;
  text-transform: uppercase;
}

.page-title{
  color: red;
  font-size: 16px;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

.imgLogo img{
  height: 100px;
}

.imgLogoF img{
  height: 58px;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.lang{
  min-width: 60px !important;
}

.logo-idioma{
  height: 14px;
}

h1{
    font-family: "champagne" !important;
  }

p{
  font-family: "champagne" !important;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 900px;
  margin-bottom: 0px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  max-width: 100%;
  width:100%;
  left: 0 !important;
  background: black;
  background: -webkit-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: -o-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: -moz-linear-gradient(bottom,rgba(0,0,0,0),rgba(0,0,0,0.6));
  background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
}

.carousel-margin{
  margin-left: 20%;
  margin-right: 20%;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 900px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 900px;
}

.carousel-control {
    color: #a94442;
}

.glyphicon{
  color:  red;
}

.carousel-indicators .active {
    background-color: red;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
  font-family: "ChampagneBold";
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing li{
  font-size: 18px;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 50px 0; /* Space out the Bootstrap <hr> more */
  border-top: 1px solid rgba(255,0,0,.8);
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}

.featurette-heading img{
  width: 100%;
  }

.imgs-gps p{
  margin-top: 15px;
  font-size: 19px;
}

.imgs-gps img{
  height: 125px;
}

/* Historia
--------------------------*/
.container-menu {
  border-bottom: 1px solid red;
  text-align: center;
  margin-top: 50px;
  font-family: "champagneBold";
}
.container-menu nav a {
    text-decoration: none;
    display: inline-block;
    padding: 1px 15px;
    /*color: #ff0;*/
    color: white;
    border: 1px solid red;
    border-bottom: none;
    background-color: rgba(255,0,0,.8);
}

.container-menu nav a:hover {
  color: #ff0;
}

.container-menu a.active {
  color: #ff0;
  background-color: rgba(222,0,0,.8);
}

.direccion{
  font-size: 11px;
}

/* Footer
------------------------- */

footer{
  background: #010000;
  color: white;
  padding: 24.75px 0 9px 0;
}

footer h3{
  font-family: "champagneBold";
  font-size: 14px;
  margin-left: 10px;
}

.footer-icon{
  height: 14px;
}

.footer-social{
  height: 50px;
  padding-right: 15px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    /*margin-top: 20px;*/
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 30px;
  }

  h1.h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 40px;
    text-align: center;
  }

}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 100px;
  }
}

@media (max-width: 1600px){
  .carousel {
    height: 800px;
  }

  .carousel .item {
    height: 800px;
  }
  .carousel-inner > .item > img {
    height: 800px;
  }
}

@media (max-width: 1370px){
  .carousel {
    height: 600px;
  }

  .carousel .item {
    height: 600px;
  }
  .carousel-inner > .item > img {
    height: 600px;
  }
  .carousel-caption{padding-bottom:7% !important}
}

@media (max-width: 1280px){
  .carousel {
    height: 600px;
  }

  .carousel .item {
    height: 600px;
  }
  .carousel-inner > .item > img {
    height: 600px;
  }
  .carousel-caption{padding-bottom:7% !important}
}

@media (max-width: 1024px){
  .imgLogo img{
    margin-top: 34px;
    height: 55px;
    margin-left: 30px;
  }
  .carousel {
    height: 500px;
  }

  .carousel .item {
    height: 500px;
  }
  .carousel-inner > .item > img {
    height: 500px;
  }
  .carousel-caption{padding-bottom:6% !important}
}

@media (max-width: 900px){
  .imgLogo img{
    margin-top: 34px;
    height: 50px;
    margin-left: 12px;
  }
  .carousel {
    height: 450px;
  }

  .carousel .item {
    height: 450px;
  }
  .carousel-inner > .item > img {
    height: 450px;
  }
  .carousel-caption{padding-bottom:4% !important}
}

@media (max-width: 768px){
  .imgLogo img{
    margin-top: 42px;
    height: 38px;
    margin-left: 0px;
  }

  .carousel {
    height: 400px;
  }

  .carousel .item {
    height: 400px;
  }
  .carousel-inner > .item > img {
    height: 400px;
  }
  .carousel-caption{padding-bottom:4% !important}

  h2{
    font-size: 18px !important;
  }
}

@media (max-width: 711px){
  .carousel {
    height: 300px;
  }

  .carousel .item {
    height: 300px;
  }
  .carousel-inner > .item > img {
    height: 300px;
  }
  .carousel-caption{padding-bottom:4% !important}
  .btn-lg {
    padding: 5px 5px !important;
  }
  .flowSlider{
    height: 100px;
  }
}

@media (max-width: 611px){
  .btn-lg {
    padding: 3px 5px !important;
  }

  .imgs-gps img {
    height: 100px;
  }
}

@media (max-width: 475px){
  .container-menu nav a{
    margin-top: 5px;
  }
}

@media (max-width: 440px){
  .imgLogo img{
    margin-top: 27px;
    height: 50px;
  }

  .navbar-wrapper {
    height: 50px;
  }

  .carousel{
    height: 300px
  }

  .carousel .item {
    height: 300px;
  }
  .carousel-inner > .item > img {
    max-width: 640px !important;
    height: 300px !important;
  }
  .carousel-caption p{
    font-size: 13px;
  }
  .carousel-caption h1{
    font-size: 26px;
  }
  div.descripcion{
    position:absolute;
    bottom:0px;
    left:0px;
    background-color:black;
    font-size:15px;
    color:white;
    text-align: center;
    opacity: 0.7;
  }

  .imgs-gps img {
    height: 75px;
  }
}

@media (max-width: 320px){
  .imgLogo img{
    margin-top: 29px;
    height: 45px;
  }
  .carousel-caption h1{
    font-size: 24px;
  }
}

