
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
/*Fonts*/
@font-face {
    font-family: 'ProximaNovaCondensedLight';
    src: url('../fonts/proximanovacond-light-webfont.eot');
    src: url('../fonts/proximanovacond-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanovacond-light-webfont.woff') format('woff'),
         url('../fonts/proximanovacond-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanovacond-light-webfont.svg#ProximaNovaCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'proxima_novalight';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proxima_novalight_italic';
    src: url('../fonts/proximanova-lightitalic-webfont.eot');
    src: url('../fonts/proximanova-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-lightitalic-webfont.woff') format('woff'),
         url('../fonts/proximanova-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-lightitalic-webfont.svg#proxima_novalight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'chaletmedium';
    src: url('../fonts/chalet-parisnineteenseventy-webfont.eot');
    src: url('../fonts/chalet-parisnineteenseventy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chalet-parisnineteenseventy-webfont.woff') format('woff'),
         url('../fonts/chalet-parisnineteenseventy-webfont.ttf') format('truetype'),
         url('../fonts/chalet-parisnineteenseventy-webfont.svg#chaletmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bebas_neuebook';
    src: url('../fonts/bebasneue_book-webfont.eot');
    src: url('../fonts/bebasneue_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_book-webfont.woff') format('woff'),
         url('../fonts/bebasneue_book-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_book-webfont.svg#bebas_neuebook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neue_regular';
    src: url('../fonts/bebasneue_regular-webfont.eot');
    src: url('../fonts/bebasneue_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_regular-webfont.woff') format('woff'),
         url('../fonts/bebasneue_regular-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_regular-webfont.svg#bebas_neue_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neuethin';
    src: url('../fonts/bebasneue_thin-webfont.eot');
    src: url('../fonts/bebasneue_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bebasneue_thin-webfont.woff') format('woff'),
         url('../fonts/bebasneue_thin-webfont.ttf') format('truetype'),
         url('../fonts/bebasneue_thin-webfont.svg#bebas_neuethin') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* General Demo Style */
body {
	font-family: 'proxima_novalight', sans-serif;
	/*background: #f9f9f9 url(../images/bg.jpg) repeat top left;*/
        background: #fff;
	background: rgba(255, 255, 255, 0.8);
	font-size: 14px;
	color: #666666;
	overflow: scroll;
	overflow-x: hidden; 
}
a {color: #555;text-decoration: none;}
a img {border: none;}

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }

.container {position: relative;background: transparent url(../images/light.png) fixed no-repeat center top;}
.hea{background: #fff;background: rgba(255, 255, 255, 0.8);padding: 2% 1% 0;overflow: hidden;}
.hea .contacto{font-size: 1.2em;text-align: center;}
.hea .contacto a{}
.hea .contacto a:hover{color: #50B379;}


/*Mosaico*/
#ri-grid{margin-bottom: 0;}

.ri-grid{margin: 30px auto 30px;position: relative;height: auto;}

.ri-grid ul {list-style: none;display: block;width: 100%;margin: 0;padding: 0;}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before, .ri-grid ul:after{content: '';display: table;}

.ri-grid ul:after {clear: both;}

.ri-grid ul {zoom: 1; /* For IE 6/7 (trigger hasLayout) */} 

.ri-grid ul li {
	-webkit-perspective: 400px;
	-moz-perspective: 400px;
	-o-perspective: 400px;
	-ms-perspective: 400px;
	perspective: 400px;	
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	display: block;
	overflow: hidden;
	background: #000;
}

.ri-grid ul li a{
	display: block;
	outline: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #333;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{width: 55%;}
.ri-grid-size-2{width: 100%;}
.ri-grid-size-3{width: 100%;margin-top: 0px;}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
	content: "";
	position: absolute;
	z-index: -2;
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 20%;
	max-width: 300px;
	max-height: 100px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.ri-shadow:after{
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}
.ri-grid-loading:after, .ri-grid-loading:before{display: none;}
.ri-loading-image{display: none;}
.ri-grid-loading .ri-loading-image{position: relative;width: 30px;height: 30px;left: 50%;margin: 100px 0 0 -15px;display: block;}
.scroll{text-align:center;}
/*Termina mosaico*/
/*Quienes*/
.medio{margin: 0 auto;padding: 2% 0 3%;}
.logo{text-align: center;}
.logo img{width: 100%;}
.quienes{padding-bottom: 7%;text-align: center;}
.quienes p{margin: 2% 0;}
.quienes .txt1{font-family: 'chaletmedium';font-size: 1.8em;}
.quienes .txt1 span{font-family: 'proxima_novalight';}
.quienes h1{color: #888;font-family: 'bebas_neuebook';font-size: 4em; margin: 1% 0;}
.quienes h1 span{color: #f74e43; font-family: 'bebas_neue_regular';font-size: 1.3em;}
.quienes .txt2{font-family: 'chaletmedium';font-size: 1.37em;line-height: 1.3em;margin: 2% auto;width: 55%;}
.quienes h2{color: #888;font-family: 'bebas_neuebook';font-size: 2.6em; margin: 1% 0;}
.quienes h2 span{color: #f74e43; font-family: 'bebas_neue_regular';}
.quienes .txt3{font-family: 'ProximaNovaCondensedLight';font-size: 1.15em;line-height: 1.2em;margin: 2% auto;width: 50%;}
.quienes .txt3 .uno{color: #50b379;font-family: 'chaletmedium';}
.quienes .txt3 .dos{color: #f74e43;}

/*Servicios*/
.all{background: url('../images/bg.jpg');position: relative;width: 100%;}
.boxTriangle{background: url('../images/triangle.png')no-repeat; height: 22px;background-position: top center;}
.title{font-family: 'bebas_neuethin';font-size: 3.42857143em;padding: 3% 0;text-align: center;}
.servicios{width: 100%;}
.servicios li{float: left;font-family: 'bebas_neuebook';font-size: 1.28571429em; height: 165px;width: 25%;}
.servicios li .triangle{border-style: solid;border-width: 0 2em 35px 0;border-color: transparent #f74f43 transparent;float: left;width: 20%;}
.servicios li .txt{float: left;font-size: 1.075em;line-height: 1.2em;margin: 0 4%; width: 38%;}
.servicios li .img{float: left; width: 34%;}

/*Clientes*/
#clientes{margin: 0 auto;overflow: hidden;width: 80%;}
#clientes li{float: left;width: 25%;}
#clientes li img{width: 100%;}

/*casos de éxito*/

#contenedor_slider{
	margin:auto; 
	width:72%; 
	height:390px; 
	/*border:1px solid;*/
	}
	#contenedor_slider ul li iframe{
		width:auto;
		width: 100%;
		height: 374px;
		}

/*Contacto*/
.allSin{width: 100%;}
.allSin .medio{padding: 0 0 3%;}
#elementoMapa{height: 220px;width: 100%;}
.adress{background: url(../images/icon_adress.png) no-repeat;line-height: 1.4em;margin: 0 auto;padding-left: 26px;width: 55%;}
#formInfo{box-sizing: border-box;margin: 3% auto;overflow: hidden;width: 65%;}
#formInfo .requerido{font-family: 'proxima_novalight_italic';}
#formInfo .izq{float: left;width: 50%;}
#formInfo .der{float: right;width: 50%;}
#formInfo .txtinput { 
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
    color: #a7a7a7;
    display: block;
    font-family: 'proxima_novalight';
    font-size: 1em;
    margin: 2% 0;
    padding: 2% 3%;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    width: 96%;
}
#formInfo .txtinput:focus { 
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
    outline: 0 none; 
}
#formInfo textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #dedede;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset; 
    color: #a7a7a7;
    display: block;
    font-family: 'proxima_novalight';
    font-size: 1em;
    padding: 2% 3%;
    transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    -o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
    width: 98%;
}
#formInfo textarea:focus {
    color: #333;
    border-color: rgba(41, 92, 161, 0.4);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(40, 90, 160, 0.6);
    outline: 0 none; 
}
#enviar{
    background: #f74e43;
    border: none;
    color: #fff;
    cursor: pointer;
    float: right;
    font-family: 'bebas_neuebook';
    font-size: 2.57142857em;
    margin: 2%;
    padding: 1% 3%;
}
#enviar:hover{
    background: #50b379;
}
/*Footer*/
footer{text-align: center;padding: 3% 0;}
footer a{color: #50B379;text-transform: uppercase;}
footer a:hover{color: #F74E43;}

/*Privacidad*/
.privacidad{margin: 0 auto;text-align: justify;width: 70%;}
.privacidad p{font-size: 1.1em;line-height: 1.3em;margin: 4% 0;}
.privacidad p span{color: #50B379;font-family: 'chaletmedium';}
.privacidad .logo_privacidad{margin: 0 auto;width: 40%;}
.privacidad .logo_privacidad img{width: 100%;}

#capa_flick{
	width:100%;
	/*background:url(../images/flik1.jpg);*/
	background-size: 100% 690px;
	height: 690px;
	z-index: 200;
	overflow: hidden;
	position: absolute;
	animation: transicion 1s;
	animation-play-state: running;
	animation-timing-function: linear;
	-ms-animation:transicion 1s;
	/*animation-iteration-count: infinite;*/
	-webkit-animation: transicion 1s; /* Safari and Chrome */
	-webkit-animation-play-state: running;
	-webkit-animation-timing-function: linear;
	/*-webkit-animation-iteration-count: infinite;*/
	-moz-animation: transicion 1s; /* Safari and Chrome */
	-moz-animation-play-state: running;
	-moz-animation-timing-function: linear;
	}

		@keyframes transicion
		{
		0%{ 
		background:url(../images/flik1.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		12%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		25%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		35%{ 
		background:url(../images/flik3.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		50%{
		background:url(../images/flik3.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		65%{
		background:url(../images/flik4.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		75%{
		background:url(../images/flik4.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		85%{
		background:url(../images/flik5.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		100%{
		background:url(../images/flik5.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		}
		
		@-webkit-keyframes transicion
		{
		0%{ 
		background:url(../images/flik1.jpg)  10px 20px;
		background-size: 100% 690px;
		height: 690px;
		}
		12%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		25%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		35%{ 
		background:url(../images/flik3.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		50%{
		background:url(../images/flik3.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		65%{
		background:url(../images/flik4.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		75%{
		background:url(../images/flik4.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		85%{
		background:url(../images/flik5.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		100%{
		/*background:url(../images/flik5.jpg) no-repeat;*/
		background:#FFF;
		background-size: 100% 690px;
		height: 690px;
		}
}
@-moz-keyframes transicion
		{
		0%{ 
		background:url(../images/flik1.jpg) 10px 20px;
		background-size: 100% 690px;
		height: 690px;
		}
		12%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		25%{ 
		background:url(../images/flik2.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		35%{ 
		background:url(../images/flik3.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		50%{
		background:url(../images/flik3.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		65%{
		background:url(../images/flik4.jpg) no-repeat; 
		background-size: 100% 690px;
		height: 690px;
		}
		75%{
		background:url(../images/flik4.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		85%{
		background:url(../images/flik5.jpg) no-repeat;
		background-size: 100% 690px;
		height: 690px;
		}
		100%{
		/*background:url(../images/flik5.jpg) no-repeat;*/
		background:#FFF;
		background-size: 100% 690px;
		height: 690px;
		}
}

#capa_logo{
	width:100%;
	background:#FFF;	
	height: 690px;
	overflow: hidden;
	position: absolute;
	z-index: 200;
	}
	#capa_logo .logo{
		/*background: url(../images/l3ven_ag.png);
		background-size: 92% 100%;
		background-repeat: no-repeat;
		width: 100%;
		border: 1px solid;
		height: 672px;*/
		background: url(../images/l3ven_ag.png);
		background-size: 92% 136%;
		background-repeat: no-repeat;
		width: 80%;
		/*border: 1px solid;*/
		height: 512px;
		left: 13%;
		position:relative;
		animation:logo 5s;
		-webkit-animation: logo 10s;
		-webkit-animation-timing-function: linear;
		}

		@-webkit-keyframes logo
		{
			0%{ left: -68%; }
			25%{left: -48%; }
			50%{left: -28%; }
			75%{left: -8%; }
			100%{left:13%; }
		} 

/**************************************************************************************MEDIAS QUERYS*******************/

@media only screen
and (min-width : 1024px) {
    #wrapper{/*border: 2px solid red;*/}
    .medio{width: 960px;}
}

@media only screen
and (min-width : 769px)
and (max-width : 1023px) {
    #wrapper{/*border: 2px solid SaddleBrown;*/}
    .medio{width: 100%;}
}

@media only screen
and (min-width : 321px)
and (max-width : 768px) {
    #wrapper{/*border: 2px solid grey;*/}
    .quienes{padding: 5% 7%;}
    .quienes p{margin: 0;}
    .quienes .txt1{font-size: 1.5em;}
    .quienes h1{font-size: 3.5em;}
    .quienes .txt2{font-size: 1.1em;width: 90%;}
    .quienes .txt3{width: 65%;}
    .servicios li{width: 50%;}
    .servicios li .txt{font-size: 1em;}
    .servicios li .img{width: 25%;}
    .servicios li .img img{width: 100%;}
    #clientes li{width: 33.333%;}
    .adress{width: 90%;}
    #formInfo{width: 85%;}
    #formInfo .izq{float: none;width: 100%;}
    #formInfo .der{float: none;width: 100%;}
    #formInfo .txtinput{width: 100%;}
    #formInfo textarea{width: 100%;}
    #enviar{display: block; float: none; margin: 2% 0;width: 100%;}
    footer{padding: 10%;}
}

@media only screen
and (min-width : 0px)
and (max-width : 320px) {
    #wrapper{/*border: 2px solid orange;*/}
    .title{padding: 10% 0;}
    .quienes{padding: 5% 7%;}
    .quienes p{margin: 0;}
    .quienes .txt1{font-size: 1.5em;}
    .quienes h1{font-size: 2.2em; margin: 7% 0;}
    .quienes .txt2{font-size: 1.1em;width: 90%;}
    .quienes h2{font-size: 2.2em; margin: 7% 0;}
    .quienes .txt3{width: 90%;}
    .servicios li{height: auto;padding-bottom: 5%;width: 100%;}
    .servicios li .txt{font-size: 1em; width: 50%;}
    .servicios li .img{width: 20%;}
    .servicios li .img img{width: 100%;}
    #clientes li{width: 50%;}
    #clientes li{width: 33.333%;}
    .adress{width: 90%;}
    #formInfo{width: 85%;}
    #formInfo .izq{float: none;width: 100%;}
    #formInfo .der{float: none;width: 100%;}
    #formInfo .txtinput{margin:3% 0;padding: 4% 3%;width: 100%;}
    #formInfo textarea{padding: 6% 3%;width: 100%;}
    #enviar{display: block; float: none; margin: 4% 0;padding:4% 3%;width: 100%;}
    footer{padding: 8% 5%;}
    
}

/*************************************************IPAD****/
@media only screen
and (min-device-width : 481px)
and (max-device-width : 1023px) 
and (orientation : landscape){
    #wrapper{/*border: 2px solid DeepPink;*/}
    .title{font-size: 5em;}
    #enviar{background: #f74e43;border: none;border-radius: 0;color: #fff;}
    #enviar:hover{background: #50b379;}
    #formInfo .txtinput{font-size: 1.3em;padding: 4% 3%;}
    #formInfo textarea{font-size: 1.3em;padding: 6% 3%;}
    
}

/*************************************************IPAD (portrait)****/
@media only screen
and (min-device-width : 481px)
and (max-device-width : 1023px)
and (orientation : portrait) {
    #wrapper{/*border: 2px solid Orange;*/}
    .title{font-size: 5em;}
    .adress{width: 75%;}
    #formInfo{width: 60%;}
}
 
/*************************************************GALAXY****/
@media only screen
and (min-device-width : 321px)
and (max-device-width : 480px) {
    #wrapper{/*border: 2px solid GreenYellow;*/} 
    .quienes h1{font-size: 2.5em; margin: 7% 0;}
    .quienes h2{font-size: 2.5em; margin: 7% 0;}
    .quienes .txt2{width: 90%;}
    .quienes .txt3{width: 90%;}
    #formInfo .txtinput{font-size: 1.3em;padding: 4% 3%;}
    #formInfo textarea{font-size: 1.3em;padding: 6% 3%;}
    .privacidad{width: 90%;}
    #enviar{display: block; float: none; margin: 4% 0;padding:4% 3%;width: 100%;}
	#contenedor_slider{ height:100px;}
}

/*************************************************IPHONE****/
@media only screen
and (min-device-width : 0px)
and (max-device-width : 320px) {
    #wrapper{/*border: 2px solid LightBlue;*/} 
    .adress{width: 95%;}
    #formInfo .txtinput{font-size: 1.3em;padding: 4% 3%;}
    #formInfo textarea{font-size: 1.3em;padding: 6% 3%;}
    .privacidad{width: 90%;}
	#contenedor_slider{ height:100px;}
}