/*Estilos Css
WEB: Ese-Soluciones-Efectivas*/

@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

	body{

font­size: 16px; 
font­size: 1rem;
background:#000;
}

img{
	border: none;
}

h1{
	margin: 0;
}

img{
	max-width: 100%;
}
header{
	width: 80%;
	height: 150px;
	margin: auto;
	max-width: 1079px;
	background: #93c846;
	/*background: url(../images/back.jpg);*/
}

header div#logo{
	width: 27%;
	height: ;
	float: left;
	margin-left: 0px;
	padding-top: 0px;
	background: ##FFFF;
	height: 140px;
	border: 0px solid black;
}
#logo  img{     }
nav{
	width: 58%;
	height: 50px;
	float: right;
	padding-left: 2%;
	margin-top: 55px;
	border: 0px solid orange;
}
header div#redes{
	width: 10%;
	height: 50px;
	float: left;
	margin-top: 60px;	position: relative;
	display: block;
	text-align: right;
}
header div#redes a{
	text-decoration: none;
}
nav ul{
	list-style-type: none;
padding: 0;
margin:0;}

nav li{
	z-index:1000;
	position: relative;
}
nav li a{
	float: left;
	padding: 1em;text-decoration: none;
	text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif; 
  font-weight: lighter;
	font-size: 1em;
	text-align: center;
	color: #fff;
	text-shadow: 0px 2px 2px rgba(0, 0, 0,0);
}


nav li ul {
	padding: 0;
	margin: 0;
	position: absolute;
	width:0;
	max-width: 200px;
	display: none;
	list-style-type: none;
	opacity: 1;
	z-index: 1000;
}
nav li ul li{
	position: relative;
	float: left;
	width: 200px;
	height: auto;
    top: 40px;
    right: -150px;
	background: #93c846;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;

}
nav li ul li:hover{
	position: relative;
	float: left;
	width: 200px;
	height: auto;
    top: 40px;
    right: -150px;
	background: #787c7f;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;

}
nav li ul li a{
	position: relative;
	color: #fff;
	z-index: 5;
	font-family: 'Roboto Condensed', sans-serif; 
	font-size: 0.9em;
	text-align: left;
	left: 13px;
	right: 13px;
    


}
nav li:hover >ul{
	display: block;
}
nav li>ul{
top: auto;
left: auto;}

li.triangulo_inf {
	margin: 0;
	padding: 0;
    width: 0;
     right: -190px;
    height: 0;
    top: 50px;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #787c7f;
}
li.triangulo_inf:hover {
	margin: 0;
	padding: 0;
    width: 0 !important;
     right:-190px;
    height: 0;
    top: 50px;
    position: relative;
   border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 10px solid #787c7f !important;
    background: none;
}
li.triangulo_infor {
	margin: 0;
	padding: 0;
    width: 0;
     right: -290px;
    height: 0;
    top: 50px;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #787c7f;
}
li.triangulo_infor:hover {
	margin: 0;
	padding: 0;
    width: 0 !important;
     right:-290px;
    height: 0;
    top: 50px;
    position: relative;
   border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 10px solid #787c7f !important;
    background: none;
}
div#redes a.fa{
	color: rgba(0,0,0,.35);
	font-size: 35px;
	margin-right: 10px;
}
div#redes a.fa:last-child{
	margin-right: 0;
}

 .fa-facebook{
 	font-size: 40px;
 	padding: 5% 1% 5% 1%;
 	color: #FFF;
 }
 .fa-youtube{
 	font-size: 40px;
 	padding: 5% 1% 5% 1%;
 	 color: #FFF;
 }
 .fa-twitter{
 	font-size: 40px;
 	padding: 5% 1% 5% 1%;
 	color: #FFF;
 	}
section#contenedor{
	width: 80%;
	height: auto;
	max-width: 1079px;
	margin: auto;	
	background: white;
}
section#contenedor ul{
	 font-size: 0;
	padding: 0 !important;
	margin:0 !important;
	list-style-type: none;
}
section#contenedor li{
	display: inline-block;
	font-size: 16px;
	float: left;
width: 50%;
height: auto;
background: black;
}
section#contenedor li span img{
	float: right;
}
/*section#contenedor li span.img{
	float: left;
}
section#contenedor li span.img1{
	float: right;
}
*/.orange{
background: #f15c22 !important;
 }

   .oscuro{
background: #464f56 !important;

 }
    .oscuroclaro{
background: #787c7f !important;
 }  .green{
background: #94c849 !important;
 }
#derecha{
width: 60% !important;
}
#izquierda{
	width: 40% !important;
}
 .green1{
background: #538b04 !important;
 }
section#contenedor  p{
	font-size:1em; 
	text-align: left;
}


section#contenedor li a{
text-decoration: none;
color: #fff;
}
section#contenedor li a:hover{
text-decoration: none;
color: #ccc;
}
#wrapper{   /*a partir de aquí se edita el eslogan "SI LO IMAGINAS LO HACEMOS POSIBLE"*/
	max-width: 1079px; padding: 5px 0px 5px 0px; 

}
.head{    }
		.h3{font-family: gulim; font-size: 1.7rem; }        
        .h3::before{content:" ¡Si lo imaginas!" ; color: #FFFFFF; font-size: 3rem; font-family: gulim;}
        /*h2::first-line{content: "LO HACEMOS"; color: #FFF; font-size: 2rem}*/
        .h3::after{content:"¡LO HACEMOS POSIBLE..!" ; color: #93c846; font-size: 3rem; font-family: gulim;}

div.uno{
	padding-top:57px;
	width:45%;
	text-align: left;
	float: left;
	padding-left: 5%;
	font-size: 1rem;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-weight: lighter;
	line-height: 20px;
}
.p-1{
	margin-top:0px;
	height: 30px;
	text-align: left;

}
div.uno-green{
	margin-top:57px;
	width: 45%;
	text-align: left;
	float: left;
	padding-left: 5%;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-weight: lighter;
	line-height: 19px;
}
div.dos{
	padding-top:57px;
	width: 45%;
	float: right;
	padding-left: 5%;
	text-align: left;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-weight: lighter;
}
div.tres{
	width: 50%;
	float: right;
		font-weight: lighter; position: relative;
 top: 0;
 overflow:hidden;

}
div.cuatro{
	width: 50%;
	float: left;
 position: relative;
 top: 0;
 overflow: hidden;
}

pre{width: 60%; margin: auto; margin-top: 30px;}
.video-responsive {

position: relative;
padding-bottom: 56.25%; /* 16/9 ratio */
padding-top: 30px; /* IE6 workaround*/
height: 0;
overflow: hidden;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}



.negrita{
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-size: 1.1em;
	font-weight: bolder;



}.
.light{
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-size: 1em;
    margin-left: 5%;	
	margin-top: 10px;
	font-weight: lighter;
}

.espacio{
	width: 16px;
}
.arrow{
float: right;
margin-top: 18px;

}
.arrow2{
float: right;
margin-top:-5px;

}
.arrow1{
float: left;
margin-top: 6px;
	font-size: 1em;
	margin-right: 1%;

}



section#barra{

	width: 100%;
	height: 100px;margin: auto;
	background: #231f20;
	clear: both;
	color: #FFF;
	position: relative;
	text-align: center;
}
section#barra h2{
   padding-top:35px;
   font-size: 1.5em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #FFF;
	font-weight: normal;
	text-align: center;
}


section#barra ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

section#barra li{
width: 20%;
height: auto;
float: left;
}
.verde{
	background-color: green;
	display: block;
	padding: 2.7em;
}


section#barra div.cuadro7{
	width: 100%;
	height: auto;
	float: left;
	background: green;
}
 div.cuadro9{
	width: 100%;
	height: auto;
	float: left;
	background: #538b04;
}
div.imagen4{
	width: 20%;
	height: auto;
	float: left;
}
div.imagen5{
	display: block !important;
	background-image: url(img/cuadro7.jpg);
	width: 40%;
	text-align: left;
	height: auto;
	float: left;
}
.cuadrado img{
text-align: left;
	width: 10px !important;
	height: 10px;
}.cuadrado p::before {
  margin-top: 50px !important;
}

.flecha{

	width: 15%;
	float: right;
	position: absolute;
right: 0;
top: 40px;
}
section#inferior{
	width: 100%;
	height: auto;
	margin:  auto;
	position:relative;

}
section#inferior img{
	width: 100%;
	height: auto;
	margin:  auto

}


.cuadrado{
	position: absolute;
width: 35%;
font-size: 1.3em;
opacity: 0.8;
padding-left: 3%;
height: 0;
right: 0;
top: 100px;
border-bottom: 150px solid #538b04;
border-left: 16px solid transparent;
}
.cuadrado p{
font-size: 1.1em;
color: #fff;
text-align: center !important;
padding: 2em 0em;
margin: 0;
font-weight: lighter;
font-family: 'Roboto Condensed', sans-serif; 

}
.cuadrado span{
font-size: 0.8em;
color: #fff;
text-align: center !important;
font-family: 'Roboto Condensed', sans-serif; 
font-weight:bold;

}
section#inferior1{
	width: 90%;
	height: auto !important;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-right: 5%;
padding-left: 5%;
background: white !important;



}

.circle img{
border-radius: 50%;
width:100%;
height: 100%;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;


}
.circle{
width: 19%;
height: auto;
float: left;
margin-left: 7%;
margin-right: 7%;-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
.informacion{
	width: 100%;
	height: 50px;
	background: none;
	clear: both;
}
.text{
	width: 33.3%;
margin-top: 15px;
text-align: center;
height: auto;
float: left;
/* margin-left: 7%; */
/* margin-right: 5%; */
color: #666;
font-weight: normal;
font-family: 'Roboto Condensed', sans-serif;
}
.titulares{
	font-weight: normal;
font-size: 1.2em;
font-family: 'Roboto Condensed', sans-
}
.texto{
	display: none;
}
.texto a{
	text-decoration: none;
	color: #666;
}
.text a{
	text-decoration: none;
	color: #666;
}
footer{
	width: 80%;
	padding-top: 30px;
	margin:auto;
	height: 170px;
	background: black;
	max-width: 1079px;

}

footer div.enlaces{
	width: 40%;
	height:150px;
	padding-top: 20px;
	float: left;
	padding-left: 5%;
	padding-right: 5%;
}


div.enlaces ul{
margin: 0;
padding:0;
list-style-type:none; 
}

footer div.enlaces li a{
text-align: left; 
text-decoration: none;
color: #fff;
text-transform: uppercase;
font-family: 'Roboto Condensed', sans-serif; 
line-height: 28px;
font-size: 1em;
font-weight: lighter;

}
.pieqr{
	text-align: right !important;
}

/*  NEW FOOTER  */
footer div#content{
	display: flex;
	justify-content: center;
	align-items: flex-star;
	color: #fff;
	font-size: 13px;
}
footer div#content a{
	color: #fff;
}
footer div#content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
footer div#content div, footer div#content div.enlaces{
	padding: 0;
	margin: 0 20px 0 0;
	flex: 1;
}
footer div#content div:last-child{
	margin: 0;
}
footer div#content ul li.title{
	text-transform: uppercase;
	color: #93c846;
	margin: 0 0 20px 0;
}
footer div#content div.enlaces{
	text-transform: uppercase;
}
footer div#content div.about li:last-child{
	line-height: 26px;
}
footer div#content div.datos-contact ul li{
	margin: 0 0 20px 0;
}
footer div#content div.datos-contact li img{
	max-width: 150px;
}
@media screen and (max-width: 769px){
	footer div#content{
		display: block;
	}
	footer div#content div, footer div#content div.enlaces{
		width: calc(100% - 40px);
		height: auto;
		padding: 0 20px;
		margin: 0 0 20px 0;
	}
	footer div#content div.pieqr{
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 480px){
	footer div#content div, footer div#content div.enlaces{
		text-align: center;
	}
}
/*    ------    */
div.copy{
	width: 100%;
	height:60px;
	padding-top: 25px;
	padding-bottom: 15px;
	clear: both;
	background: black;

}
div.copy a{
	text-decoration: none;
	color: #666;
	padding: 0.3em;
}



div.copy p{
	color: #fff;
	text-align: center;
	font-size: 0.9em;
   font-family: 'Roboto Condensed', sans-serif; 

}

nav select {			/*Aqui se configura el menu seleccionar responsive*/
	display: none;
	margin: auto;
	height: 32px;
	margin-top: 12px;
text-transform: none /*initial capitalize uppercase lowercase*/;
color: #000;
background: #FFF;  /*#99cc33*/
border: 2px solid #CCCCCC;
border-radius: 15px;
font-family: 'Roboto Condensed', sans-serif;
font-size: 1rem;
    }

    /*  quienessoomos*/

article#articulo{
	width: 80%;
	padding: 5% 10%;

}
article#articulo p{
	text-align: justify !important;
   font-family: 'Roboto Condensed', sans-serif; 
   font-size: 1em;
   font-weight: lighter;
   line-height: 28px;

}
article#articulo h1{
font-size: 2em;
font-weight: lighter;
width: 100%;
color: #93c846;
height: auto;
   font-family: 'Roboto Condensed', sans-serif; 

}
article#articulo span.titular{
	color: #666;
	   font-family: 'Roboto Condensed', sans-serif; 

	margin-left: 2%;

}
article.fotos-articulo{
	width: 80%;
    padding-left: 19%;
	margin: auto;
	height: auto;
	background: red;

}
.imag-art {width: 25%;	margin-bottom: 50px;
height: auto;
float: left;}
.imag-art img{
border:none; 
	display: block;

}
.hasPlaceholder { color: #777; } 

span.titulos{
	text-align: left;
	color: #93c846;
	 font-family: 'Roboto Condensed', sans-serif;
}

article#mapa{
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
article#mapa iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
section#contenedor article#contacto{
	width: 90%;
	padding-top:30px; 
	padding-right: 5%;
	padding-left: 5%;
	height: 500px;

}
section#contenedor article#contacto h1{
	width: 90%;
	padding-top:30px; 
	padding-right: 5%;
	padding-left: 5%;
	height: 45px;
	color: #93c846;
	font-size: 2.5em;
	font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif; 

}

article.contact-input{
width: 40%;
padding-left: 5%;
padding-right: 5%;
/* margin-right: 3%; */
float: left;
padding-top: 10px;
  font-family: 'Roboto Condensed', sans-serif; 
}


article.contact-area{
	width: 45%;
	padding-top: 10px;
	float: left;
	height: auto;
	padding-left: 0%;
	padding-right: 5%;
	  font-family: 'Roboto Condensed', sans-serif; 
}
div.inputs{
	width: 100%;height: 50px;
	margin-bottom:39px;

}
.button {
width: 35%;
float: right;
background: #93c846;
border: none;
border-bottom: 3px solid #538b04;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 16px;
font-style: normal !important;
font-weight: 500 !important;
height: 50px;
line-height: 15px;
min-width: 125px;
padding: 10px 0 0 0 !important;
text-align: center;
text-transform: uppercase;
outline: 0;
color: #fff;
font-family: 'Roboto Condensed', sans-serif;}

.cajas{
	width: 100%;
	background: #dedede;
	border:none; 
	height: 38px;
	padding:0.5em; 
	outline:transparent;
}

.area{

	width: 97%;
	border:none; 
	margin-bottom:2px;
	height: 220px;
	background: #dedede;
	border:none;
	padding:1em 0.5em 0em 0.5em; 
	outline:transparent;

}	

	
}
.button{
width: 35%;
float: right;
background: #93c846;
border: none;
border-bottom: 3px solid #538b04;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 16px;
font-style: normal !important;
font-weight: 500 !important;
height: 50px;
line-height: 15px;
min-width: 125px;
padding: 10px 0 0 0 !important;
text-align: center;
text-transform: uppercase;
outline: 0;
color: #fff;
  font-family: 'Roboto Condensed', sans-serif; 

}
.error{
	color: #93c846;
}
#mensaje{
	width: 90%;
	height: 30px;
	color: #666;
	text-align: center;
	font-size: 1em;
}
#mensaje strong{
color: #666;
	text-align: center;
	font-size: 1em;
	width: 90%;
	height: 30px;
}

/*  DATOS CONTACTO FORM  */
div#datos-contacto-form li{
	background: #fff;
	color: rgba(0,0,0,.4);
	width: auto;
	padding: 0 40px 0 5%;
	border-right: solid 2px rgba(0,0,0,.4);
	font-size: 20px;
}
div#datos-contacto-form li:last-child{
	padding: 0 0 0 40px;
	border: none;
}
div#datos-contacto-form li a{
	color: rgba(0,0,0,.4);
}
/*  ------  */

div.uno p{
padding:0.2em; 
height: auto;
margin: 0 auto;
display: block;
}
div.dos p{
padding:0.2em; 
height: auto;
margin: 0 auto;
display: block;
}

div.uno-green p{
padding:0.1em; 
height: auto;
margin: 0 auto;
display: block;

}
footer .pieqr img{
max-width: 100% !important;
}
.scale:hover{
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
     transform:  scale(1.1); -ms-transform: scale(1.1);  /* IE 9 */
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer;

}
.filtro{
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer;
}
.filtro:hover{
    -webkit-filter: grayscale(0%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
}

.impresiones{
	width: 80%;
	font-size: 0;
	margin: auto;

}.callbacks .caption{
	display: none !important;
}
.ver{
	background: #93c846 !important;
}
.cuadros{
width: 25%;
height: auto;
float: left ;}
.cuadros img{
	border:none; 
	display: block;
}
.orange{
	background: orange;
}
.clear{
	width: 100%;
	height: 40px;
	clear: both;
}
.scrollToTop {
	opacity: 0.8;
}
.scrollToTop:hover{
	opacity: 100;
}
.icon-arrow-up{
text-decoration: none;
color: #fff;
font-size: 2em;
float: right;
margin-top:-40px;
margin-right: 5%;
}
section#content {
width: 80%;
height: auto;
max-width: 1079px;
margin: auto;
background: white;}
section#content ul {
	margin: 0;
	padding:0;
	list-style: none;
	

}
section#content li {
	list-style-image:url(../img/bullet.png);
	line-height: 28px;
		font-family: 'Roboto Condensed', sans-serif;
	font-weight:lighter;

}
.viñetas{
	width: 98%;
padding-top: 20px;
padding-left: 2%;
margin: auto;
}
#modulo{
	width: 100%;
	height: auto;
}
.h2{
	width: 80%;
	margin:auto;

}
.h2 h2{
	color: #93c846;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:lighter;
	font-size:1.8em;
	
}
.h2 p{
	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:lighter;
	font-size:1em;
	
}
.h2 span{
 	color: #93c846;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:lighter;
	font-size:1em;
	
}
.iconos{
	width: 80%;
	margin: auto;
	background: red;
}
.icons{
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	padding: 0.5em 1%;
	width: 22%;
	margin-right: 1%;
	height: auto;
	float: left;
	background: white !important;
	margin-bottom: 10px !important;
-webkit-box-shadow: -1px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    -1px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         -1px 2px 5px 0px rgba(50, 50, 50, 0.75);
}
.icons img{
	width: 40px;height:41px;
float: left !important;	
}
.icons p{
   font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 0.9em;
	
}
.scroll{
width: 100%;
height: 30px;
padding-top: 20px;
background: black;
}
@media (max-width:1200px){
	.icons img{
	width: 30px;height:31px;
	padding-top: 5px;
float: left !important;	
}
section#contenedor li {
display: inline-block;
font-size: 14px;
float: left;
width: 50%;
height: auto;
background: blue;}
div#datos-contacto-form li{
	background: #fff;
	color: rgba(0,0,0,.4);
	width: auto;
}
nav li a{
	font-size: 0.9em;
}
nav li ul li{
	width: 180px;
	right: -140px;
}
nav li ul li:hover{
	width: 180px;
	right: -140px;
}

li.triangulo_inf,li.triangulo_inf:hover{
	right: -180px;
 }
}
@media (max-width: 1100px){
.espacio {
width: 10px;}
section#contenedor li{
	display: inline-block;
	font-size: 11px !important;
	float: left;
width: 50%;
height: auto;
background: blue;
}
div#datos-contacto-form li{
	background: #fff;
	color: rgba(0,0,0,.4);
	width: auto;
}
  }
  @media (max-width: 960px){
header div#redes{
	display: none;
}
nav{
	width: 65%;
  }
}

@media(max-width: 769px){
	section#content {
width: 100%;
height: auto;
max-width: 1079px;
margin: auto;
background: white;
}
div.dos {
padding-top: 80px !important
;
width: 46%;
float: right;
padding-left: 4%;
text-align: left;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-weight: lighter}
	section#contenedor li span img {
float: left;
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-bottomleft: 10px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
}
section#contenedor li {
display: inline-block;
float: none;
width:100% !important;
height: auto;
border-radius:5px;
margin-bottom: 10px !important;
background: blue;
}c
section#contenedor{

text-align: center;
}
	header,	#contenedor,footer,#wrapper{
			width: 100% !important;
	}
		.scale:hover{
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
     transform: none;  /* IE 9 */
-webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
cursor: pointer;

}
	div.uno {
	padding-top: 70px !important;
	width: 45%;
	text-align: left;
	float:right !important;
	padding-left: 5%;
	font-size: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	font-weight: lighter;
	line-height: 28px;
	}

	div.uno-green {
	margin-top: 60px !important;
	width: 45%;
	text-align: left;
	float: right !important;
	font-size: 1.5em !important;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	padding-left: 5%;
	font-weight: lighter;
	line-height: 28px;
	}

		div.dos {
	
	font-size: 1.5em !important;

	}
section#barra{
margin-top: -20px;

}
	section#contenedor li span img {

float: left;
}
	.text{
		display: none;
	}
	.texto{
		margin: auto;
		display: block;
		padding: 1.2em;
		text-align: center;
		font-size: 1.2em;
		font-weight: bolder;
		color: #666;
		 font-family: 'Roboto Condensed', sans-serif; 
	}
	.circle img{
border-radius: 50%;
width:100%;
height: 100%;
transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
.circle{
width: 180px;
height: 180px;
float: none;
margin: auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
	body{
	font-size: 0.2em;
}
nav ul{
	display: none;
}
nav select {
	display: inline-block;

    }
header div#logo{
	width: 100% !important;
	float: none !important;
	padding-top: 10px;
	margin-left: -5px;
	background: /*#99cc33 url(../images/back.jpg)*/;
	height: 100px;
}
nav{
	width: 100% !important;
	height: 50px;
	float: none !important;
	margin-top: 60px;
	padding-left: 0%;
}
header div#redes{
	display: none;
	width: 100%;
	height: 50px;
	float: none;
	top:120px;
	right: 0px;
	position: absolute;
	display: block;
	text-align: center;
}
header{
	position: relative;
	text-align: center;
	height: auto;
	background: #FFF  /* #99cc33 url(../images/back.jpg)*/;
}
.icon-facebook{
 	font-size: 40px;
 	color: #5b861d;

 }
 .icon-twitter{
 	font-size: 40px;
 	margin-right: 5%;
 	 color: #5b861d;

 }
section#contenedor li {
display: inline-block;
float: none;
width: 100%;
height: auto;
margin-bottom: 0;
background: blue;

}
div#datos-contacto-form li{
	background: #fff;
	color: rgba(0,0,0,.4);
	width: auto !important;
	margin-top: 20px;
}
  }
@media (max-width: 1024px){

body{
	font-size: 0.9em;
}

nav li>ul{
top: auto;
left: -35px;

}
  }

@media (max-width: 800px){
	section#contenedor {
width: 90%;
height: auto;
margin: auto;
background: white;
}
header{
	width: 90%;
}
div.uno {
padding-top: 25px;
width: 45%;
text-align: left;
float: left;
padding-left: 5%;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-weight: lighter;
line-height: 28px;
}
 div.uno-green {
margin-top: 20px;
width: 45%;
text-align: left;
float: left;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
padding-left: 5%;
font-weight: lighter;

}

footer{
	width: 90%;
  }

      }


@media (max-width: 970px){
	.icons{
	padding: 0.5em 1%;
	width: 47%;
	margin-right: 1%;
	height: auto;
	float: left;
	background: yellow;
	margin-bottom: 5px;
}
nav li>ul{
top: -10px;
left: -35px;

}
div.dos {
width: 46%;
float: right;
padding-left: 4%;
text-align: left;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-weight: lighter;
}
div.uno {
padding-top:40px;
width: 45%;
text-align: left;
float: left;
padding-left: 5%;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-weight: lighter;
line-height: 28px;}



 

  div.uno-green {
margin-top: 30px;
width: 45%;
text-align: left;
float: left;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
padding-left: 5%;
font-weight: lighter;
line-height: 20px;}

}
@media (max-width: 900px){
div.dos {
	padding-top: 40px;
width: 46%;
float: right;
padding-left: 4%;
text-align: left;
font-size: 0.9em;
font-family: 'Roboto Condensed', sans-serif;
color: #fff;
font-weight: lighter;
}
	.cuadrado {
position: absolute;
width: 35%;
font-size: 1.3em;
opacity: 0.8;
padding-left: 3%;
height: 0;
right: 0;
top: 70px;
border-bottom: 120px solid #538b04;
border-left: 16px solid transparent;
}
.cuadrado p{
font-size: 1.1em;
color: #fff;
text-align: center !important;
padding: 2em 0em;
margin: 0;
font-weight: lighter;
font-family: 'Roboto Condensed', sans-serif; 

}
 }
@media (max-width: 600px){

	.cuadrado {
position: absolute;
width: 45%;
font-size: 1.2em;
opacity: 0.8;
padding-left: 3%;
height: 0;
right: 0;
top: 40px;
border-bottom: 100px solid #538b04;
border-left: 16px solid transparent;
}
.cuadrado p{
font-size: 1.1em;
color: #fff;
text-align: center !important;
padding: 2em 0em;
margin: 0;
font-weight: lighter;
font-family: 'Roboto Condensed', sans-serif; 

}
div.dos {

font-size: 1.3em !important;

}
div.uno {

font-size: 1.3em !important;

}


 

  div.uno-green {

font-size:1.3em !important; 

}
}

@media (max-width: 500px){
	section#contenedor li span img {
float: left;
webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

	.cuadrado {
position: absolute;
width: 55%;
font-size: 1em;
opacity: 0.8;
padding-left: 3%;
height: 0;
right: 0;
top:20px;
border-bottom: 80px solid #538b04;
border-left: 16px solid transparent;
}
.cuadrado p{
font-size: 1.1em;
color: #fff;
text-align: center !important;
padding: 1em 0em;
margin: 0;
font-weight: lighter;
font-family: 'Roboto Condensed', sans-serif; 

}
 }
@media (max-width: 480px){

section#contenedor li{
	border-radius: 0 !important;
	margin-bottom: 0px !important;
	margin-top: 0px !important;
}
	.icons{
	padding: 0.5em 1%;
	width: 97%;
	margin-right: 1%;
	height: auto;
	float: left;
	background: yellow;
	margin-bottom: 5px;
}
	section#contenedor li span img {
float: left;
border: none;

}
div#datos-contacto-form li, div#datos-contacto-form li:last-child{
	width: 100% !important;
	margin-top: 20px !important;
	padding: 0;
	border: none;
	font-size: 18px !important;
}
	article#articulo h1{
font-size: 2em;
font-weight: lighter;
width: 100%;
color: #93c846;
height: auto;
text-align:center;
   font-family: 'Roboto Condensed', sans-serif; 

}
	.arrow1 {
		float: none;
font-size: 1em;

}
	section#contenedor article#contacto{
	width: 90%;
	padding-top:30px; 
	padding-right: 5%;
	padding-left: 5%;
	height: 800px;

}
	article.contact-input{
width: 90%;
padding-left: 5%;
padding-right: 5%;
/* margin-right: 3%; */
float: none;
padding-top: 10px;
  font-family: 'Roboto Condensed', sans-serif; 
}


article.contact-area{
	width: 90%;
	padding-top: 10px;
	float: left;
	height: auto;
	padding-left: 5%;
	padding-right: 0%;
	  font-family: 'Roboto Condensed', sans-serif; 
}
	.pieqr{
display: none;
	}
footer{
	width: 90%;
	height: auto;
}
footer div.enlaces {
width: 100%;
height: 170px;
float: none;
padding-left: 0%;
padding-right: 0%;
text-align: center;
}
	.circle{
width: 140px;
height: 140px;
float: none;
margin: auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
	header{
		width: 90%;
	}
	header div#logo{
	width: 100% !important;
	float: none !important;
	padding-top: 10px;
	text-align: center;
	height: 140px;
}
header div#redes{
	display: none;
	width: 100%;
	height: 50px;
	float: none;
	top:90px;
	right: 0px;
	position: absolute;
	display: block;
	text-align: center;
}
div.uno{
	padding:3em 0em !important;
	width:100%;
	text-align: center;
	float: left;
	padding-left: 0%;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;;
	font-weight: lighter;
	line-height: 28px;
	border-radius: none !important;
}

div.uno p{
	padding: 0em;
}

div.uno-green{
    padding:3em 0em !important;
    margin-top: 0 !important;
	width: 100%;
	text-align: center;
	float: none;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	padding-left: 0%;
	font-weight: lighter;
	line-height: 28px;
}
div.dos{
    padding:3em 0em !important;
    width: 100%;
	float: center;
	text-align: center;
	padding-left:0%;
	text-align: none;
font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-weight: lighter;
}
div.tres{
	width: 100%;
	float: none;
		font-weight: lighter;
		top: auto;
		left: auto;

}
div.cuatro{
	width: 100%;
	float:none;

}
section#contenedor {
width: 90%;
height: auto;
margin: auto;
background: white;
}

#mensaje{
	width: 90%;
	height: auto;
	color: #666;
	text-align: center;
	font-size: 0.9em;
}section#contenedor p {
font-size: 1em;
text-align: center;
}

@media(max-width: 320px){
	section#contenedor li span img {
float: left;
webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
	section#contenedor li {

border-radius: none;

}
	.cuadrado {
position: absolute;
width: 55%;
font-size: 1em;
opacity: 0.8;
padding-left: 3%;
height: 0;
right: 0;
top:20px;
border-bottom: 60px solid #538b04;
border-left: 16px solid transparent;
}
.cuadrado p{
font-size: 1.1em;
color: #fff;
text-align: center !important;
padding: 1em 0em;
margin: 0;
font-weight: lighter;
font-family: 'Roboto Condensed', sans-serif; 

}
	#mensaje strong{
color: #666;
	text-align: center;
	font-size: 1em;
	width: 100%;
	margin: auto;
	height: 100px;
}
	header{
		width: 100%;
	}
	footer{
	width: 95%;
	height: auto;
}
	.circle{
width: 123px;
height: 123px;
float: none;
margin: auto;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
}
section#inferior1{
	width: 90%;
	height: 300px;
	margin:  auto;
	padding-top: 35px;
	padding-bottom: 15px;
	padding-right: 5%;
padding-left: 5%;
background: white !important;



}

section#contenedor {
width: 95%;
height: auto;
margin: auto;
background: white;
}

section#contenedor li {

	font-size: 10px;

}

div.uno{
	padding:3em 0em !important;
	width:100%;
	text-align: center;
	float: left;
	padding-left: 0%;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;;
	font-weight: lighter;
	line-height: 28px;
}

div.uno p{
	padding: 0em;
}

div.uno-green{
    padding:3em 0em !important;
    margin-top: 0 !important;
	width: 100%;
	text-align: center;
	float: none;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	padding-left: 0%;
	font-weight: lighter;
	line-height: 28px;
}
div.dos{
    padding:3em 0em !important;
    width: 100%;
	float: center;
	padding-left:0%;
	text-align: none;
font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif; 
	color: #fff;
	font-weight: lighter;
}
div.tres{
	width: 100%;
	float: none;
		font-weight: lighter;

}
div.cuatro{
	width: 100%;
	float:none;

}
section#contenedor p {
font-size: 1em;
text-align:center;

  }
}