@charset "UTF-8";


h1{
	font-family:'Open Sans', sans-serif;
}

.header-text{
  font-family:'Open Sans', sans-serif;
  font-size: 60px;
  color: white;
  text-align: center;
  padding: 250px 200px 250px 200px;
  background: rgba(54, 25, 25, .5); 
}

p{
	font-family:'Roboto', sans-serif;
}

.header {
  width: 100%;
  max-height: 500px;
  background-image:url(../img/bg1.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  -ms-background-position-x: center;
  -ms-background-position-y: bottom;
  background-position: center bottom;
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding-top: 50vw;

}

@media only screen and (min-width : 320px) {
  .header {
    height:400px; 
    padding-top:160px;
}}


@media only screen and (min-width : 480px) {
  .header {height:400px;
    padding-top: 160px;
}}


@media only screen and (min-width : 768px) {
  .header {height:500px;
  padding-top: 200px;
}}

@media only screen and (min-width : 992px) {
  .header { height: 500px;
    padding-top: 270px;
}}

@media only screen and (min-width : 1200px) {
  .header { height: 500px;
  padding-top: 270px;
}}


.fa-instagram{
	transition: all 0.35s ease-in-out;
  padding:0 4vw 3vw 4vw;
}

.fa-instagram:hover {
	color:#336699;
}

.fa-facebook-square{
	transition: all 0.35s ease-in-out;
  padding:0 4vw 3vw 4vw;
}

.fa-facebook-square:hover {
	color:#336699;
}

.fa-twitter-square{
	transition: all 0.35s ease-in-out;
  padding:0 4vw 3vw 4vw;
}

.fa-twitter-square:hover {
	color:#336699;
}

.fa-male{
  margin-bottom: 10px;
  color: #336699;
}

.fa-truck{
  margin-bottom:10px;
  color: #336699;
}

.fa-home{
  margin-bottom:10px;
  color: #336699;
}

.fa-users{
 margin-bottom:10px;
 color: #336699;
}


p{font-size:16px;}

#Inicio {
padding-top: 45px;
margin-top: -45px;
}

#Nosotros {
padding-top: 45px;
margin-top: -45px;
}

#Contacto {
padding-top: 45px;
margin-top: -45px;
}

#Productos {
padding-top: 45px;
margin-top: -45px;
}

#center-small {
	max-width:800px;
}

#center-xsmall {
  max-width:500px;
}

#down-margin{
	margin-bottom:25px;
}

.panel-transparent {
        background: none;
}

.thumb {
    margin-bottom: 1vw;
}

#product-description {
	margin-bottom:30px;
	max-width:800px;
}

#section-gray{
  background-color:#f5f5f5;
  padding: 19px;
  width: 100%;
}

#section-blue{
  background-color:#336699;
  padding: 19px;
  width: 100%;
  color: #FFF;
}

#section-white{
  padding: 19px;
  width: 100%;
}

#small-width{
  margin: 0 50px 0 50px 0;
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #transparent;
  border: 0px;
  border-radius: 0px;
  -webkit-transition: border .2s ease-in-out;
       -o-transition: border .2s ease-in-out;
          transition: border .2s ease-in-out;
}

.navbar{
  background-color: black;
}

#white{
  color: white;
}

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

.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    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: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

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

.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/bg1.jpg);
}
.fade-carousel .slides .slide-2 {
  background-image:url(../img/bg5.jpg);
}
.fade-carousel .slides .slide-3 {
  background-image:url(../img/bg3.jpg);
}

@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 3.5em; }    
}

#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .caption {
  background: #336699;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: .7;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 3.5em;
  text-align: center;
  top: 50%;
  margin-top: -1vh;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 2vh 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content .item-details {
  margin: 30px 0;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2C3E50;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2C3E50;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

  .disappear {
  margin: 0 auto;
}

@media (max-width: 568px) {
  .disappear {
    display: none;
  }}

@media (max-width: 1080px) {
  .caption-content {
    display: none;
  }}

@media (max-width: 568px) {
  .navlogodeluxe {
  margin-left: 15px;
  width: 102.5px;
  height: 18px;
  }}

.navlogodeluxe{
  height:23px;
  width:131px;
  margin-top:15px
}
