@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../js/slick/fonts/slick.eot');
    src: url('../js/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../js/slick/fonts/slick.woff') format('woff'), url('../js/slick/fonts/slick.ttf') format('truetype'), url('../js/slick/fonts/slick.svg#slick') format('svg');
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10pt;
	vertical-align: baseline;
	font-family: inherit;
	line-height: 13pt;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* -----  Border box  ----- */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* -----  Micro clearfix  ----- */

.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }


body {
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Arial', sans-serif;
	color: #FFF;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
	display: block;
}


h2 {
	text-transform: uppercase;
	margin-bottom: 8px;
}

h2.big-title {
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 32px;
	margin-bottom: 32px;
}

h3 {
	color: #D9191B;
	margin-bottom: 12px;
}

h4 {
	position: absolute;
	background-color: #D9191B;
	display: inline-block;
	top: -30px;
	left: -30px;
	padding-top: 30px;
	padding-left: 60px;
	padding-bottom: 16px;
	padding-right: 16px;
	text-transform: uppercase;
	font-size: 18px;
}

.about-text {
	position: relative;
}

.about-text p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 12px;
}

.about-text p:last-child {
	margin-bottom: 0;
	text-align: justify;
	font-size: 12px;
}

.about-text h3 {
	margin-top: 32px;
}



.align-text-right {
	text-align: right;
}

.margin-right-1 {
	margin-right: 16px;
}

.margin-right-2 {
	margin-right: 32px;
}

.margin-bottom-1 {
	margin-bottom: 16px;
}

.margin-bottom-2 {
	margin-bottom: 32px;
}

.inline-block {
	display: inline-block;
	vertical-align: bottom;
}

.cover-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.absolute-full {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}

.box-block {
	background-color: #fff;
	background: rgba(0,0,0,0.2);
	padding: 20px;
	/*width: 62.40%;*/
	max-width: 570px;
	width: 100%;
	margin-bottom: 32px;
}


.box-block .image {
	margin-bottom: 1em;
}

.box-custom-padding-1 {
	padding: 60px 40px;
	text-align: justify;
}

.section {
	margin-top: 12px;
	margin-left: 20px;
	margin-right: 20px;
	padding-bottom: 120px;
	position: relative;
}

#logo {
	margin-bottom: 3em;
	margin-top: 3.22em;
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

.new-block-header {
	padding-left: 10%;
	padding-right: 10%;
	margin-bottom: 2em;
}

.new-block-header h3 {
	font-weight: 700;
	color: #FFF;
}

.new-block-header h3 span {
	font-weight: 400;
}


/* home slider */

#slider-home {
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}

#slider-home .item {
	width: 100vw;
	height: 100vh;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

/* */

#nav {
	background-color: #D9191B;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 3em;
    display: none;
}

#nav li {
	color: #FFF; 
}

#nav li:nth-child(even) {
	display: none;
}

#nav li a {
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	padding: 1em 2em;
	display: block;
}



/* */

#nav-social {
	position: fixed;
	top: 0.8em;
	right: 0.6em;
}

#nav-social ul {
	
}

#nav-social li {
	float: left;
	width: 28px;
	margin-left: 5px;
}

#nav-social li img {
	width: auto;
}


/* Ventas BTN */

#btn-sales {
	position: fixed;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
}


/* Contact */

.box-black-transparent-1 {
	background: rgba(0,0,0,0.8);
	padding: 32px;
	font-size: 13px;
	line-height: 15px;
}

.box-black-transparent-1 span {
	color: #e1171e;
}


#contact input[type="text"] {
	border: none;
	outline: none;
	background-color: #4d4d4d;
	width: 100%;
	-webkit-box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	-moz-box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	line-height: 12px;
	padding: 10px;
	color: #FFF;
}

#contact input[type="submit"] {
	background: #e1171e;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 12px;
	padding: 4px 12px;
	cursor: pointer;
}

#contact textarea {
	border: none;
	outline: none;
	background-color: #4d4d4d;
	width: 100%;
	-webkit-box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	-moz-box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	box-shadow: inset 5px 5px 33px -15px rgba(0,0,0,1);
	line-height: 12px;
	padding: 10px;
	color: #FFF;
}

/* */

.list-projects {  
}

.list-projects li {
	float: left;
	margin-right: 16px;
	margin-bottom: 8px;
}

.list-projects span {
	background: #e1171e;
	border: none;
	outline: none;
	color: #FFF;
	font-size: 12px;
	padding: 4px 12px;
	text-transform: uppercase;
	display: inline-block;
}

.list-projects span.active {
	background: rgba(0,0,0,0.8);
}

.list-projects a {
	border: none;
	outline: none;
	color: #FFF;
	font-size: 12px;
	padding: 4px 12px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #262626;
}

.list-projects a:hover {
	background-color: #e1171e;
}

.max-proyects {
	max-width: 749px;
	margin: 0 auto;
}


/* */

.excerpt {
	font-size: 13px;
	line-height: 15px;
}

/* Footer */

#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-size: 10px;
}

#footer .copy {
	line-height: 30px;

}


/* Slick */

/* Dots */

.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: 24px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .50;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: red;
}

/* */

.slick-dots-dev
{
    position: absolute;
    bottom: -30px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots-dev li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots-dev li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots-dev li button:hover,
.slick-dots-dev li button:focus
{
    outline: none;
}
.slick-dots-dev li button:hover:before,
.slick-dots-dev li button:focus:before
{
    opacity: 1;
}
.slick-dots-dev li button:before
{
    font-family: 'slick';
    font-size: 10px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .50;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots-dev li.slick-active button:before
{
    opacity: .75;
    color: red;
}


/* */



.projects li {
	float: left;
	margin-bottom: 32px;
	position: relative;
}

.projects a {
	position: relative;
}

.projects h2 {
	font-weight: 700;
	font-size: 18px;
	color: #FFF;
}


.slide {
	position: relative;
}

.slide-cover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#texto-hover {
	font-size: 24px;
	line-height: 26px;
}

.align-center {
	text-align: center;
}

a.mobile_nav {
	display: inline-block;
	padding: 8px 16px;
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
}

.margin-top-2 {
	margin-top: 64px;
}

.sm-title {
	margin-left: 20px;
}

@media screen and (min-width: 749px) {

	.sm-title {
		margin-left: 0;
	}

	a.mobile_nav {
		display: none;
	}
	
	h2.big-title {
		font-size: 64px;
	}

	#nav {
		position: fixed;
		width: 100%;
		top: 0.6em;
		left: 0;
		background: transparent;
		padding: 0;
		display: initial;
	}

	#nav ul {
		text-align: center;
	}

	#nav li:nth-child(even) {
		display: initial;
	}

	#nav li {
		display: inline-block;
		margin-right: 4px;
		color: #FFF; 
	}

	#nav li a {
		padding: 0;
	}

	#nav li a:hover,
	#nav li a.active {
		color: #D9191B;
	}

	.section {
		/*margin-left: 316px;
		margin-right: 143px;*/
		margin-left: auto;
		margin-right: auto;
		max-width: 749px;
		padding-bottom: 150px;
	}


	#logo {
		margin-bottom: 0em;
		margin-left: 3.51em;
		display: inline-block;
	}

	.box-block .image {
		width: 29.78%;
		margin-bottom: 0;
	}

	.box-block.text-right .image {
		float: left;
	}

	.box-block.text-left .image {
		float: right;
		
	}

	.box-block .text {
		width: 62.59%;
		padding-right: 24px;
		line-height: 22px;
	}

	.box-block.text-right .text {
		float: right;
	}

	.box-block.text-left .text {
		float: left;
	}


	.projects li a img {
		width: auto;
		-webkit-filter: grayscale(1);
	  	filter: grayscale(1);
	  	transition-property: all;
	  	transition-duration: 1s;
	  	transition-timing-function: linear;
	}

	.projects li a:hover img {
		-webkit-filter: none;
		filter: brightness(60%);
	}

	.projects h2 {
		color: #FFF;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: all 0.5s ease;
	}

	.projects a:hover h2 {
		opacity: 1;
	}

	.form {
		width: 40%;
		float: left;
	}

	.form-about {
		width: 52.96%;
		float: right;
	}


}


@media screen and (min-width: 1024px) {

	.max-proyects{
		position: relative;
	}

	#texto-hover {
		position: absolute;
		top: 8px;
		left: 280px;
		width: 200px;
	}

	.projects a {
		display: inline-block;
	}

	.projects li.project1 {
		position: absolute;
		top: 0;
		left: 0;
	}

	.projects li.project2 {
		position: absolute;
		left: 258px;
		top: 80px;
	}

	.projects li.project3 {
		position: absolute;
		top: 0;
		left: 520px;
	}

	.projects li.project4 {
		position: absolute;	
		top: 176px;
		left: -120px;
	}

	.projects li.project5  {
		position: absolute;
		top: 254px;
		left: 190px;
	}

	.projects li.project6  {
		position: absolute;
		top: 190px;
		left: 519px;
	}

	.projects li.project7  {
		position: absolute;
		top: 526px;
		left: 90px;
	}

	.projects li.project8  {
		position: absolute;
		top: 414px;
		left: 376px;
	}

	.projects li.project9 {
		position: absolute;
		top: 350px;
		left: -136px;
	}

}
