@charset "UTF-8";
/* CSS Document 
font-family: bebas-neue-by-fontfabric, sans-serif;
font-family: 'Montserrat', sans-serif;
;*/

html {
	text-align: justify;
}




body {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	background: #0F0F0F;
	font-size: 16px;
	font-weight: 400;
}


h1 {
	font-family: bebas-neue-by-fontfabric, sans-serif;
	color: white;
	text-align: center;
	font-weight: 300;
	padding-top: 1.5rem;
	
	
	
}


h2 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	color: #deff00;
	text-align: center;
	font-weight: 400;
	padding-top: 3rem;
	
	
}

a:hover {
	color: #deff00;
}

h3 {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	font-size: 15px;
	color: #E9E9E9;
	text-align: center;
	font-weight: 300;
	padding-top: 1rem;
	margin-left: 6rem;
	margin-right: 6rem;
	line-height: 1.4rem;
	
	
}

p {
	
	color: #E9E9E9;
	text-align: center;
	font-weight: 300;
	padding-top: .05rem;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	
	
}




.bg-image-1 {
    background-image: url("../img/hover.png");
   background-position: bottom center;
}

.bg-image-2 {
    background-image: url("../img/hover2.png");
   background-position: bottom center;
}

.bg-image-3 {
    background-image: url("../img/hover3.png");
   background-position: bottom center;
}


video {
  width: 100%;
  height: auto;
}

img {
	max-width: 100%;

}

.bg-image-4 {
    background-image: url("../img/hover4.png");
   background-position: bottom center;
}

.bg-image-5 {
    background-image: url("../img/hoverbranding.png");
   background-position: bottom center;
}

.bg-image-6 {
    background-image: url("../img/hover7.png");
   background-position: bottom center;
}

.bg-image-7 {
    background-image: url("../img/hover8.png");
   background-position: bottom center;
}

.bg-image-8 {
    background-image: url("../img/hover9.png");
   background-position: bottom center;
}

.bg-image-9 {
    background-image: url("../img/hoverextrr.png");
   background-position: bottom center;
}

.outer-box {
  width: 49.8%;
  height: auto;
  background-size: cover;
	opacity: 1;
	transition: all .5s ease;

	
}

.inner-box {
  position: relative;
  z-index: 5;
  background: black;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  opacity: 1;
  transition: all .5s ease;
	
	
}

.inner-box:hover {
  opacity: 0.1;
}

.outer-box:hover {
	opacity: 1;
}

.link {
	text-decoration: none;
	color: #E9E9E9;
}


.worksdb {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	padding: 0 5rem;
}





.works {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	padding: 0 6rem;
}

.workshome{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	padding: 0 4rem;
}

img {
	max-width: 100%;
}

.mitad {
	width: 49.3%;
	margin-top: 0.8rem;
}

.completo {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 1.5rem;
	margin: 0 auto;
}

.completo4 {
	display: flex;
	justify-content: center;
	width: 100%;
	padding-top: 3rem;
	margin: 0 20rem;
}


.completo3 {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 20rem;
}

.completodb {
	width: 40%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 2rem;
}

.completoimg {
	width: 42%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 3.5rem;
	
}

.completodb1 {
	width: 29.3333%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 3rem;
	padding-top: 1.2rem;
	padding-left:0.5rem;
}


.completo1 {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 2rem;
}

.completofinal {
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 1.5rem;
	margin-bottom: 8rem;
	
}

.final{
	margin-bottom: 8rem;
}



/* Style the navigation menu */
.topnav {
  overflow: hidden;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
	 color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1.6rem;;
  display: block;
	margin-top: 2rem;
}

.footer {
	color: #deff00;
	text-align: center;
	margin-top: 8rem;
	margin-bottom: 2rem;
	font-family: bebas-neue-by-fontfabric, sans-serif;
}

/* Style the hamburger menu */
.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  color: #deff00;
}

/* Style the active link (or home/logo) */
.active {
	text-align: center;
	
}


@media screen and (min-width: 600px) {
           
        }
/* Mobile Styles */
@media only screen and (max-width: 400px) {
	.mitad {
		width: 98%;
	}
	.works {
		justify-content: center;
		margin-top: 2rem;
	padding: 0 0.001rem;
		
	}
	
	.workshome {
		justify-content: center;
		margin-top: 2rem;
	padding: 0 0.001rem;
		
	}
	
	.final {
		margin-bottom: 0;
	}
	
	.topnav a{
		font-size: 1.2rem;
	}
	
	.footer {
		font-size: .6rem;
	}
	
	.completo {
		padding-top: 0.5rem;
	}
	
	.outer-box {
  width: 98%;
  height: auto;
}

.inner-box {
  width: 100%;
  height: auto;	
}
	
	h1 {
		padding-top: 1.9rem;
		font-size: 1.5rem;
	}
	
	h3 {
		font-size: 11px;
		margin-left: 3rem;
		margin-right: 3rem;
	}
	
	h2 {
		font-size: 15px;
	padding-top: 0.5rem;
	}
	
	
	.completo3 {
	
	margin: 0 1rem;
}
	
	.completo4 {
	
	margin: 0 1rem;
}
	

	.completodb {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
}
	
	p {
		font-size: 11px;
	}
	
	.completodb1 {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
}
	.completoimg {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
	
}

	.worksdb {
		max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
	padding: 0 1rem;
}

}
/* Tablet Styles */
@media only screen and (min-width: 401px) and (max-width: 960px) {
	
	.mitad {
		width: 98%;
	}
		.completoimg {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
	
}
	
	h2 {
		font-size: 15px;
	padding-top: 0.5rem;
	}
	
	h3 {
		font-size: 11px;
		margin-left: 3rem;
		margin-right: 3rem;
	}
		.completo3 {
	
	margin: 0 1rem;
}
	
	.completo4 {
	
	margin: 0 1rem; 
	}
	
	.workshome {
		justify-content: center;
		margin-top: 2rem;
	padding: 0 0.001rem;
		
	}
	.works {
		justify-content: center;
		margin-top: 2rem;
	padding: 0 0.001rem;
		
	}
	.final {
		margin-bottom: 0;
	}
	
	.topnav a{
		font-size: 1.2rem;
	}
	
	.footer {
		font-size: .6rem;
	}
	
	.completo {
		padding-top: 0.5rem;
	}
		.completodb {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
}
	
	.completodb1 {
	width: 100%;
	margin: 0 auto;
	justify-content: center;
	display: flex;
	padding-top: 1.2rem;
}
	
	.worksdb {
		max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3rem;
	padding: 0 1rem;
}
	.outer-box {
  width: 98%;
  height: auto;
}

.inner-box {
  width: 100%;
  height: auto;	
}
  
}
@media only screen and (min-width: 961px) {
  
}
	
