@font-face{
	font-family: 'IgniteWeb';
	src: url(fonts/Ignite.otf);
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'DinConWeb';
	src: url(fonts/DIN Condensed Bold.ttf);
	font-weight: normal;
	font-style: normal;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin:0 0 0 0;
	cursor:default;
	font-size: 1vw;
}
input[type="button"],button{
	border:none;
	background:none;
	font-size:1em;
	cursor:pointer;
}
img{
	border:none;
}
a{
	color: inherit;
	text-decoration: none;
}
*[onclick],*[href]{
	cursor: pointer;
}
textarea{
	resize:none;
}
.clr{
	clear:both;
}
.columnas2{
	-webkit-column-count:2;
	-moz-column-count:2;
	column-count:2;
}
.columnas3{
	-webkit-column-count:3;
	-moz-column-count:3;
	column-count:3;
}
.columnas4{
	-webkit-column-count:4;
	-moz-column-count:4;
	column-count:4;
}

.site_error>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #C44;
	border:#C44 solid 1px;
	background: #EDD;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_error{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

.site_success>div{
	margin: 0 auto;
	padding: 0.5em;
	color: #494;
	border:#494 solid 1px;
	background: #DED;
	text-align: center;
	width: 50%;
	min-width: 280px;
	border-radius: 0.15em;
	font-weight:600;
}
.site_success{
	position: fixed;
	top:-20em;
	opacity: 0;
	z-index: 10;
	width: 100%;
	
	-webkit-animation: siteError 5s 1;
	-moz-animation: siteError 5s 1;
	animation: siteError 5s 1;
}

@keyframes siteError{
	0%{opacity:1;top:5em;}
	90%{opacity:1}
	99%{opacity:0;top:5em;}
	100%{opacity:0;top:-20em;}
}

.hide_me{
	height: 0;
	width: 0;
	overflow: hidden;
	opacity: 0;
	font-size: 1px;
}

a,input,button,*[onclick],*[href]{
	transition: all .25s ease-in-out;
	cursor: pointer;
}
h1,h2,h3{
	font-weight: normal;
	font-family: IgniteWeb,Ignite,Impact,sans-serif;
}
img{
	max-width: 100%;
	transition: all .25s ease-in-out;
}

/* GENERALES */

header{
	position: fixed;
	top:0;
	left:0;
	right: 0;
	z-index: 10;
	height: 5em;
	padding: 1em 0;
	background: rgba(0,0,0,0.7);
	overflow: visible;
}
#menu_opener{
	position: fixed;
	width: 1.5em;
	background: black;
	color: white;
	left: 0;
	bottom: 0;
	top: 0;
	text-align: center;
	font-size: 2em;
	line-height: 100vh;
	z-index: 12;
	transition: all .25s ease-in-out;
	box-shadow: rgba(250,255,250,0.2) 0 0 0 1px;
}
#menu_redes{
	position: fixed;
	width: 1.5em;
	background: black;
	color: white;
	left: 0;
	bottom: 0.5em;
	text-align: center;
	font-size: 2em;
	line-height: 1.5em;
	transition: all .25s ease-in-out;
	z-index: 12;
}
#logo{
	position: relative;
	left: 0;
	transition: all .25s ease-in-out;
	margin-left: 4em;
	display: inline-block;
	padding-left: 1.5em;
}
#logo>img{
	display: block;
	height: 5em;
}

menu{
	position: fixed;
	margin: 0;
	padding: 30vh 1em 0 1em;
	left: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,174,65,0.85) url(imagenes/monogram_w.png) 10% 95% no-repeat;
	background-size: 20% auto;
	color: white;
	font-size: 2em;
	width: 22%;
	min-width: 200px;
	text-align: right;
	transition: all .25s ease-in-out;
}
menu>a{
	display: block;
	line-height: 1.5em;
}
menu>a:hover{
	margin-right: 0.5em;
	color: black;
}

/* INICIO */

#home{
	height: 45vw;
	overflow: visible;
}
#video_container{
	filter: grayscale(100%);
	height: 0;
	overflow: visible;
	position: relative;
	z-index: -1;
}
#video_container>video{
	width: 100%;
	display: block;
}
#home h1{
	float: left;
	font-size: 10em;
	color: white;
	width: 40%;
	padding: 0 5%;
	line-height: 0.85em;
	margin: 20vw 0 0 0;
}
#home p{
	float: right;
	width: 37.5%;
	background: rgba(0,170,60,0.85);
	margin: 32.5vw 5% 0 0;
	padding: 1em;
	color: white;
	font-size: 2em;
	line-height: 1.5em;
}

#servicios{
	background: transparent url(imagenes/servicios.png) center top no-repeat;
	background-size: 100% auto;
	padding: 0 5% 5% 5%;
	min-height: 40vw;
}

#servicios_title{
	width: 10%;
	height: 1px;
	overflow: visible;
}
#servicios_title>div{
	position: relative;
	transform: rotate(-90deg);
	font-size: 2em;
	top:32.5vw;
}
#servicios_title h4{
	margin: 0;
	width: 50vw;
}
#servicios_title h2{
	font-size: 6em;
	color:#00ae41;
	margin: 0;
	line-height: 0.8em;
}
#servicios_content{
	float: right;
	width: 85%;
	margin-top: 4em;
}
#servicios_content>div>div{
	width: 60%;
	margin: 0 auto 2em auto;
	background: #00ae41 url(imagenes/servicios_botones.jpg) center center no-repeat fixed;
	background-size: 100% auto;
	padding: 0.5em 1em;
	font-size: 1.5em;
	text-align: center;
	color: white;
	box-shadow: rgba(0,0,0,0.3) 0 0.1em 0.25em;
}
#servicios_content>div>div:hover{
	background: white;
	box-shadow: #00ae41 0 0 0 3px;
	color: #00ae41;
}
#servicios_content>div>div:hover svg .st0{
	stroke:#00ae41 !important;
}

#servicios_content h5{
	margin: 0.5em 0;
}
#servicios_content svg{
	display: block;
	margin: 0 auto;
	width: 80%;
}

#nosotros{
	background: #333 url(imagenes/nosotros.jpg) center center no-repeat fixed;
	background-size: 100% auto;
	color: white;
	padding: 5% 5% 15% 35%;
	font-size: 2em;
}
#nosotros span{
	color: #00ae41;
}
#nosotros h2{
	font-family: 'Saira Extra Condensed','DinConWeb','Din Condensed','IgniteWeb',Impact,sans-serif;
	font-size: 3em;
	font-weight: normal;
	text-transform: uppercase;
	text-indent: -3em;
	line-height: 1em;
}
#nosotros p{
	line-height: 1.6em;
	text-align: justify;
}

#portafolio{
	position: relative;
	margin-left:3em;
	top: -5em;
}
#portafolio_title{
	text-align: right;
	height: 0;
	overflow: visible;
	padding: 0 5%;
	font-size: 2em;
}
#portafolio_title>h4{
	color: white;
	margin: 0;
}
#portafolio_title>h2{
	color: #00ae41;
	font-size: 5.5em;
	margin: 0;
	line-height: 0.85em;
}
#portafolio_content>div{
	display: inline-block;
}
.portafolio_nav{
	width: 2.5%;
	color: white;
	background: #00ae41;
	opacity: 0.6;
	text-align: center;
	line-height: 8em;
	font-size: 2em;
	position: relative;
	top: -3.65em;
}
.portafolio_nav:hover{
	opacity: 1;
}
#portafolio_content_data{
	width:95%;
}
#portafolio_content_data>div>div{
	width: 47.5%;
	display: inline-block;
}
#portafolio_content_data>div{
	display: none;
	width: 100%;
	animation: fadeIn 1s 1;
}
@keyframes fadeIn{
	0%{ opacity:0; }
	100%{ opacity:1; }
}
#portafolio_content_data>div:first-child{
	display: block;
}
.portfolio_text{
	margin-left: 4%;
	font-size: 1.25em;
}
.portfolio_text>h4{
	font-size: 3em;
	margin: 0;
}
.portfolio_text>div{
	line-height: 1.5em;
	text-align: justify;
	width: 95%;
}
.portfolio_gallery{
	text-align: center;
}
.portfolio_gallery>a{
	display: inline-block;
	overflow: hidden;
	width: 31.3333%;
	margin: 0 1%;
	height: 8em;
}
.portfolio_gallery>a:first-child{
	width: 98%;
	margin-bottom: 1em;
	height: auto !important;
}
.portfolio_gallery>a:hover{
	box-shadow: #00ae41 0 0 0 2px;
}
.portfolio_gallery>a img{
	display: block;
}

#blog{
	padding: 0 5% 5% 5%;
	background: #333 url(imagenes/recent_blog.jpg) center center no-repeat fixed;
	background-size: 100% auto;
	color: white;
}
#blog_title{
	height: 0;
	overflow: visible;
	margin: 0 0 0 50%;
	font-size: 2em;
}
#blog_title>h4{
	margin:0;
	padding-top: 2em;
}
#blog_title>h2{
	font-size: 6em;
	margin: 0;
	line-height: 0.8em;
	color: #00ae41;
}
#blog_content>div{
	display: inline-block;
}
#blog_main{
	width: 47.5%;
}
#blog_others{
	width: 47.5%;
	margin-left: 2.5%;
}
.blog_item_small{
	
}
.blog_item_small>div{
	width: 30%;
	float: left;
	margin: 0 1em 1em 0;
}
.blog_item_small>h4{
	font-size: 2em;
}
.blog_item>div{
	position: relative;
	top: -3em;
}
.blog_item{
	font-size: 1.25em;
}
.blog_item>small{
	color: #999;
	text-transform: uppercase;
	transition: all .25s ease-in-out;
}
.blog_item>h4{
	margin: 0;
	font-size: 2em;
}
.blog_item p{
	text-align: justify;
}
.blog_item p span{
	color: #00ae41;
}
.blog_item:hover,.blog_item:hover>small,.blog_item_small:hover{
	color: #00ae41;
}
#blog_others>a:last-child{
	float: right;
	font-weight: bold;
	color: #00ae41;
	font-size: 2em;
}
.blog_item:hover img,.blog_item_small:hover img{
	box-shadow: #00ae41 0 0 0 2px;
}


#contacto{
	background: #EEE;
}
#contacto>div{
	padding: 2.5% 5%;
	width: 40%;
	float: left;
}

#contacto_left>h4{
	font-size: 2em;
	color: #00ae41;
	margin: 0 0 2em 0;
}
form input[type="text"],form input[type="tel"],form input[type="email"],form input[type="number"],form textarea{
	width: 96%;
	padding: 1em 2%;
	background: white;
	border: none;
	border-radius: 0.2em;
	margin-bottom: 1em;
	font: inherit;
}
form input[type="button"],form input[type="submit"],form button{
	background: #00ae41;
	color: white;
	font: inherit;
	font-size:1.5em;
	padding: 0.5em 2em;
	border-radius: 0.2em;
}
form input[type="button"]:hover,form input[type="submit"]:hover,form button:hover{
	background: white;
	color: #00ae41;
	box-shadow: #00ae41 0 0 0 3px;
}

#contacto_right{
	background: #CCC url(imagenes/contacto.jpg) right center no-repeat fixed;
	background-size: auto 100vh;
	padding: 5%;
	min-height: 40vw;
}
#contacto_right>div{
	padding: 5%;
	color: white;
	background: rgba(0,170,60,0.85);
	font-size: 2em;
}
#contacto_right h2{
	margin: 0;
	font-size: 4em;
}

footer{
	padding: 2.5% 5%;
	background: black url(imagenes/footer.jpg) center center;
	color: white;
	background-size: 100% auto;
}
footer>img{
	display: inline-block;
	height: 12em;
	margin-right: 2em;
}
footer>div{
	display: inline-block;
}
footer h4{
	font-size: 2em;
	margin: 0.5em 0;
}

footer a{
	display: inline-block;
	text-transform: uppercase;
	padding: 0 0.25em
}
footer a:hover{
	color: #00ae41;
}

/* BLOG */

.fillBlog{
	height: 50em;
}
.columnas3>div,.columnas4>div,.columnas3 *{
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
#articles{
	padding: 5%;
	text-align: justify;
}
#articles h2{
	text-align: right;
	margin: 0;
	font-size: 4em;
	color: #00ae41;
}
#articles .columnas3{
	column-gap:2em;
	margin-bottom: 2em;
}
.article_item>div{
	height: 15em;
	overflow: hidden;
	transition: all .25s ease-in-out;
}
.article_item>div:hover{
	box-shadow: #00ae41 0 0 0 3px;
}
.article_item>h4{
	font-size: 2em;
	margin: 0.5em 0;
	text-align: left;
}
.article_item>h4:hover{
	color: #00ae41;
}
.article_item>p{
	color: #666;
}
.article_item>p>a{
	font-weight: bold;
	color: #00ae41;
}
#blog_entry{
	background: #CCC;
}
#blog_entry_header{
	height: 45vw;
	overflow: hidden;
}
#blog_entry_header>div{
	max-height: 45vw;
	overflow: hidden;
}
#blog_entry_header img{
	display: block;
	width: 100%;
}
#blog_entry_header>h1{
	margin: 0;
	background: rgba(0,0,0,0.7);
	color: white;
	text-align: center;
	position: relative;
	top: -2em;
	line-height: 1em;
	padding: 0.5em 5%;
	font-size: 4em;
	font-family: 'Saira Extra Condensed','DinConWeb','Din Condensed',Impact,sans-serif;
}
#blog_entry_contents{
	margin: 0 10%;
	padding: 5%;
	background: white;
	line-height: 1.8em;
}

#privacidad{
	padding: 15%;
	text-align: justify;
	line-height: 1.8em;
}
#privacidad h1{
	font-size: 4em;
	color: #00ae41;
}
#privacidad h4{
	font-size: 1.5em;
}


/* MODAL */

#modal{
	background:rgba(0,0,0,0.8);
	position:fixed;
	display:none;
	top:0;
	left:0;
	bottom:0;
	right:0;
	z-index:5;
	text-align:center;
}
#modal>div{
	background: white;
	padding: 10% 5% 5% 5%;
	text-align: left;
	width: 40%;
	position:fixed;
	right: 0;
	top: 0;
	bottom: 0;
	animation: modalAnim 0.5s 1;
}
#modal>div>input[type="button"]:first-child{
	float: right;
	opacity: 0.4;
	margin: 0;
	padding: 0;
	font-size: 4em;
	line-height: 1em;
}
#modal>div>input[type="button"]:first-child:hover{
	color: #00ae41;
	opacity: 1;
}
#modal>div h2{
	color: #00ae41;
	font-size: 4em;
	text-transform: uppercase;
	margin: 0 0 0.5em 0;
}
#modal>div img{
	margin: 0 2em 6em 0;
	display: block;
	max-height: 14em;
	float: left;
}
#modal>div p{
	color: #666;
	font-size: 1.25em;
	line-height: 1.5em;
	text-align: justify;
}
#modal>div>a{
	display: block;
	font-size: 1.5em;
	color: white;
	font-weight: 600;
	background: #00ae41;
	padding: 0.5em 1em;
	border-radius: 0.25em;
	text-align: center;
}
#modal>div>a:hover{
	color: #00ae41;
	background: #EEE;
	box-shadow: #00ae41 0 0 0 3px;
}


@keyframes modalAnim{
	0%{ right: -50%; }
	100%{ right: 0; }
}

#content h2,#content h3,#content h4,#content h5,#content h6,#content p,#content img,#content li,#content a{
	opacity: 0;
	position: relative;
	top: 2em;
	transition: all .25s ease-in-out;
}

#whatsapp_link{
	float: right;
	position: fixed;
	bottom: 3em;
	right: 1em;
	color: white;
}
#whatsapp_link>i.fa{
	font-size: 2em;
	background: #00ae41;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	border-radius: 2em;
	text-align: center;
	transition: all .25s ease-in-out;
	z-index: 10000;
}
#whatsapp_link>i.fa:hover{
	background: white;
	color: #49C87A;
	box-shadow: #49C87A 0 0 0 3px;
}



/* RESPONSIVO */

.mobile_only{
	display:none !important;
}

@media all and (max-width:960px){
	body{
		font-size:16px;
	}
	.mobile_only{
		display:block !important;
	}
	.desktop_only{
		display:none !important;
	}
	.columnas2,.columnas3{
		-webkit-column-count:1;
		-moz-column-count:1;
		column-count:1;
	}
	.columnas4{
		-webkit-column-count:2;
		-moz-column-count:2;
		column-count:2;
	}
	header{
		height:50px;
		background: white;
		box-shadow: rgba(0,0,0,0.3) 0 0 1em;
		padding: 0 5px 0 0;
	}
	#logo{
		float: right;
		position: static;
	}
	#logo>img:first-child{
		display: block !important;
		height: 40px;
		margin: 5px;
	}
	menu{
		padding-top: 10vh;
	}
	#menu_opener,#menu_redes{
		font-size: 1.2em;
	}
	#content{
		margin-top: 50px;
	}
	
	#home{
		height: auto !important;
		z-index: 0;
		overflow: hidden;
		width: 100%;
	}
	#home>h1,#home>p{
		float: none !important;
		width: auto !important;
		margin: 0;
		padding: 5% 10%;
	}
	#home>h1{
		font-size: 3.5em;
		padding-top: 20vh;
		padding-bottom: 10vh;
		text-align: right;
	}
	#home>p{
		font-size: 1em;
		text-align: center;
	}
	#video_container video{
		width: 250%;
		position: relative;
		left: -70%;
	}
	
	#servicios{
		background: #EEE;
		padding: 5% 2.5%;
	}
	#servicios_title,#servicios_content{
		float: none;
		width: auto !important;
	}
	#servicios_title{
		font-size: 1em;
		height: auto !important;
	}
	#servicios_title>div{
		transform: rotate(0deg);
		text-align: right;
		height: auto !important;
		top:0;
		margin: 0.5em 0;
		font-size: 1em;
	}
	#servicios_title>div>h4{
		font-size: 1em;
		width: auto !important;
	}
	#servicios_title>div>h2{
		font-size: 3em;
		width: auto !important;
	}
	#servicios_content{
		margin-top: 1em;
		margin-left: 2em;
	}
	
	#servicios_content>div>div{
		padding: 5%;
		font-size: 1em;
		background-size: auto 100vh;
		width: 80%;
	}
	
	#nosotros{
		padding: 5% 5% 5% 10%;
		font-size: 1em;
		background-size: auto 100vh;
	}
	#nosotros h2{
		font-size: 2em;
		text-indent: 0;
	}
	
	#portafolio{
		position: static;
		padding: 0 0 0 2em;
		margin-left: 0;
	}
	#portafolio_title{
		font-size: 1em;
		height: auto !important;
		padding: 0.5em 0;
		text-align: right;
	}
	#portafolio_title>h4{
		font-size: 1em;
		color: black;
	}
	#portafolio_title>h2{
		font-size: 3em;
	}
	#portafolio_content_data{
		width: 99%;
	}
	#portafolio_content_data>div>div{
		width: auto !important;
		margin: 0;
	}
	.portfolio_gallery>a{
		height: auto !important;
	}
	.portfolio_text{
		font-size: 0.85em;
	}
	.portafolio_nav.mobile_only{
		top: 0;
		line-height: 3em;
		width: 50%;
		display: inline-block !important;
	}
	#blog{
		background-size: auto 100vh;
	}
	#blog_title{
		height: auto !important;
		margin: 0;
		padding: 0.5em;
		font-size: 1em;
		text-align: right;
	}
	#blog_content{
		padding: 5% 5% 5% 10%;
	}
	#blog_content>div{
		width: auto !important;
		margin: 0 !important;
	}
	.blog_item>div{
		position: static;
		top: 0;
	}
	.blog_item{
		font-size: 0.85em;
		padding-bottom: 5em;
	}
	.blog_item_small{
		font-size: 0.85em;
		margin-bottom: 2em;
	}
	.blog_item_small>div{
		float: none;
		width: auto !important;
		margin: 0 !important;
	}
	.blog_item_small>h4{
		margin: 0 0 1em 0;
		font-size: 1.5em;
	}
	
	#contacto>div{
		float: none !important;
		width: auto !important;
		font-size: 0.85em;
		padding: 5% 5% 5% 10%;
	}
	#contacto_left>h4{
		margin: 0 0 0.5em 0;
		font-size: 1.5em;
	}
	#contacto_right>div{
		font-size: 1em
	}
	footer{
		text-align: center;
		font-size: 0.5em;
		padding: 5% 5% 5% 10%;
	}
	footer>img{
		display: block;
		height: 8em;
		margin: 0 auto;
		
	}
	footer>div>div{
		display: none;
	}
	
	#articles{
		padding: 5% 5% 5% 10%;
		font-size: 0.8em;
	}
	#articles .columnas3{
		margin-bottom: 0;
	}
	.article_item{
		margin-bottom: 2em;
	}
	.article_item>div{
		height: auto !important;
	}
	.article_item img,#blog_entry_header img{
		display: block;
	}
	#blog_entry{
		background: white;
	}
	#blog_entry_header,#blog_entry_header>div{
		height: auto !important;
		max-height: none !important;
	}
	#blog_entry_header>h1{
		top: 0;
		font-size: 2em;
		padding: 0.5em 5% 0.5em 10%;
	}
	#blog_entry_contents{
		margin: 0;
		padding: 5% 5% 5% 10%;
		font-size: 0.8em;
		text-align: justify;
	}
	
	#privacidad{
		padding: 5% 5% 5% 10%;
	}
	#privacidad h1{
		line-height: 1em;
		text-align: left;
	}
	
	#modal>div{
		width: 75%;
		font-size: 0.8em;
		padding-top: 60px;
	}
	#modal>div p{
		font-size: 1em;
	}
	#modal>div h2{
		font-size: 2.5em;
		margin: 0.5em 0;
	}
	#modal>div img{
		max-height: 8em;
		float: none;
		margin: 0 auto 1em auto;
	}
	
	
}