#mainNav{
  width: 100% !important;
}

.navbar {
	min-height: 100px !important; 
}

.navbar-nav li a {
    line-height: 70px;
}

.logo {
	padding-top: 10px;
	padding-bottom: 10px;
	max-height: 100px;
}

.bullet {
	color: #cbbaa3;
	font-size: 6px !important;
	vertical-align: center !important;
}

.titulo {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #cbbaa3;
  color: #585858;
}

#sobre h4 {
	text-transform: uppercase;
	font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #585858;
}

.texto-sobre {
  /*,,,,margin-top: 50px;*/
}
.img-sobre {
  padding: 50px 50px 0px 50px;
}

.img-sobre p, h5 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  color: #585858;
}

#hunter {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  background-image: url('../../img/hunterBk.jpg');
  text-align: center;
  color: white;
  margin-bottom: 50px;
}

#hunter a, h3 {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6em;
  line-height: 130%;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
}
#hunter img{
  max-width: 50%;
}

.contacto {
  position: relative;
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
  /*background-image: url('../../img/map.jpg');*/
  background-color: #686868;
  text-align: center;
  color: white;
  margin-top: 50px;
}

/*.iconos {
  height: 300px;
  background: rgba(54, 25, 25, .5);
}*/

.info {
  /*height: 300px;*/
  /*background: rgba(100, 25, 25, .5);*/
  text-align: left;
  padding-top: 50px;
  padding-bottom: 30px;
}

.input-md {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 1px solid #cbbaa3;
}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.form-control {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 1px solid #cbbaa3;
  color: white;
  font-weight: 300;
}

.btn-default{
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  border-radius: 0px !important;
  background-color: transparent !important;
  border: 1px solid #cbbaa3 !important;
  color: white !important;
  font-weight: 300 !important;
}

.gris {
  background-color: #cbbba5;
}  

#footer {
  color: white;
  text-align: center;
  font-weight: 300;
  line-height: 50px;
  min-height: 50px;
  height: 100%;
  margin-bottom: 0 !important;
}

#footer p { 
  line-height: 50px !important;
  margin-bottom: 0!important;
}

#contact {
  margin-top: 50px;
  padding: 0!important;
}

@media(max-width:767px) {
  .navbar-default .nav > li > a {
    line-height: 100%;
  }
  
  .info{
    text-align: center;
  }
  
  .img-sobre {
    padding: 0;
  }

  .logo img {
    height: 70px !important;
  }

}

@media(min-width:768px) {
  .info {
    text-align: center;
  }
}


/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #fff; 
    /*border-color: #f39c12;*/
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    text-align: center;
    /*text-transform: uppercase;*/
    /*text-shadow: 1px 1px 0 rgba(0,0,0,.75);*/	
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    /*font-size: 3em;    */
    margin: 0;
    padding: 0;
}

.hero h3 {
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #080d15;
    opacity: .4;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url("../../img/slide/1.jpg"); 
}
.fade-carousel .slides .slide-2 {
  background-image: url("../../img/slide/2.jpg");
}
.fade-carousel .slides .slide-3 {
  background-image: url("../../img/slide/3.jpg");
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 2.8em; }    
}

.popup-gallery {
  margin-top: 50px;
}