/* Show it is fixed to the top */
body {
	font-family: Montserrat;
}

/*slider full inicio*/

.carousel-item {
  height: 85vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.carousel-overlay {
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
}

.caption-size{
    color: #fff;
    font-size: 50px;
    font-weight: 900;
}
.caption-size1{
    color: #fff;
    font-size: 50px;
    font-weight: 500;
}
@media (max-width: 767.98px) {
	.caption-size{
    	color: #fff;
    	font-size: 30px;
    	font-weight: 900;
	}
	.caption-size1{
    	color: #fff;
    	font-size: 30px;
    	font-weight: 500;
	}

}

/*slider full fin*/
/*menú transparente*/
.logo-size{
    color: #fff;
    font-size: 40px;
    font-weight: 900;
}
.logo-size1{
    color: #fff;
    font-size: 40px;
    font-weight: 500;
}

.navbar {
    transition: all 0.4s;
    background-color: rgba(0,0,0,.5);
    height: 100px;
}

.navbar .nav-link {
	height: 18px;
  font-family: Montserrat;
  font-size: 14px;
  font-weight: 500;
    color: #fff;
}

.navbar .nav-link:hover,
.navbar .nav-link:focus {
    color: #fff;
    text-decoration: underline;
}

.navbar .navbar-brand {
    color: #fff;
}


/* Change navbar styling on scroll */
.navbar.active {
    background: rgba(0,0,0,.5);
    box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar.active .nav-link {
    color: #fff;
}

.navbar.active .nav-link:hover,
.navbar.active .nav-link:focus {
    color: #fff;
    text-decoration: none;
}

.navbar.active .navbar-brand {
    color: #fff;
}


/* Change navbar styling on small viewports */
@media (max-width: 991.98px) {
    .navbar {
        background: rgba(0,0,0,.5);
    }



    .navbar .navbar-brand, .navbar .nav-link {
        color: #fff;
    }



    .navbar .nav-link {
        padding-bottom: 35px;
        padding-right: 25px;
        text-align: right;
         background: rgba(0,0,0,.9);
         float: right;
         width: 75%;
    }

    .navbar .nav-link:hover {
        text-decoration: none;
    }
}

.navbar-toggler {
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
    margin-bottom: 8px;
    margin-right: 15px;
    margin-top: 8px;
    padding: 9px 10px;
    position: relative;
}

.navbar-toggler li{
  color: white !important;
  font-size: 50px;
  }


/*termina menu transparente*/

/* colores*/
.azul-base {
  background-color: #192b41;
}

.azul-base-txt {
  color: #192b41;
}

.blanco-base {
  background-color: #fff;
}

.blanco-base-txt {
  color: #fff;
}

.gris-base {
  background-color: #32373e;
}

.gris-base-txt {
  color: #32373e;
}
/* fin colores*/



/*carrusel logos*/
#logos{
	height: 15vh;
	padding-top: 20px;
}

.customer-logos {
  background-color: #32373e;
  width: 90%;
  left: 5%;
  right: 5%;
  position: absolute;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*termina carrusel logos*/


/*seccion somos*/
#somos {
  height: 366px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    text-align: center;
}

.somos-texto {
  text-shadow: 0 2px 4px #000000;
  font-family: Montserrat;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  padding-top: 100px;
}
.somos-texto1 {
  font-weight: 900;
}

.elboton {
  width: 180px;
  height: 28px;
  border-radius: 4px;
  background-color: #f5a623;
  font-family: Montserrat;
  font-size: 12px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

/* fin seccion somos*/

/*seccion distribucion*/
#distribucion {
  height: auto;
  min-height: 350px;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

.distribucion-texto {
  font-family: Montserrat;
  font-size: 30px;
  font-weight: 800;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
}

@media (max-width: 991.98px) {
  #distribucion {
	  height: auto;
	  min-height: 350px;
	  text-align: center;
	  padding-top: 50px;
	  padding-bottom: 50px;
	}

	.distribucion-texto {
	  font-family: Montserrat;
	  font-size: 15px;
	  font-weight: 500;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  text-align: center;
	  color: #ffffff;
	}

}

/*fin seccion distribucion*/

/*seccion proyectos*/

#proyectos{
	padding-top: 50px;
	padding-bottom: 100px;
}

	.proyectos-texto {
	  font-family: Montserrat;
	  font-size: 30px;
	  font-weight: 800;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: normal;
	  letter-spacing: normal;
	  color: #000000;
	}

*,
*:before,
*:after {
	box-sizing: border-box;
}

.inrow {
	column-width: 15em;
	-moz-column-width: 15em;
	-webkit-column-width: 15em;
	column-gap: 1rem;
	-moz-column-gap: 1rem;
	-webkit-column-gap: 1rem;
}

.item {
	display: inline-block; 
	width: 100%;
	text-align:center;
	margin:0.5rem auto;
	position:relative;
	padding:2px;
	border-radius:2px;
	transition: 0.3s ease;
	font-size: 0;
}

.item img {max-width:100%;}

.content {position:absolute; height:0; width:0; top:50%; left:50%; transform:translate(-50%,-50%); background:rgba(0,0,0,0.65); z-index:1; display:flex; justify-content:center; flex-direction:column; height:100%; width:100%; transition: 0.3s ease-in-out; opacity:0; border:1px solid black;}

.content p {opacity:0; transition-delay:1s; transition:0.3s ease; font-size:20px;}

.content h2 {opacity:0; transition-delay:1s; transition:0.3s ease; font-size:25px; font-style:400;}

.item:hover {box-shadow:0 10px 15px 0 rgba(0,0,0,0.25);}
.item:hover .content {height:calc(100% - 30px); width:calc(100% - 30px); opacity:1;}
.item:hover .content p {opacity:1; color:#fff; font-family: Montserrat; font-size: 12px;}
.item:hover .content h2 {opacity:1; color:#fff; font-family: Montserrat; font-size: 18px; font-weight: bold;}
.item:hover .content a {opacity:1; color:#f5a623; font-family: Montserrat; font-size: 12px; text-decoration: none;}

/*fin proyectos*/

/*estilos lightbox*/
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

/*fin estilos lightbox*/