@charset "UTF-8";
/* CSS Document */



    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: 100%;
    font: inherit;
    vertical-align: baseline;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
    }
    /* HTML5 display-role reset for older browsers */
    article, aside, details, figcaption, figure,
    footer, header, hgroup, menu, nav, section {
    display: block;
    }
	a{ text-decoration:none;}
	html {
				overflow:auto;

	}
    body {
    line-height: 1.3;
	 background:#fff;
	 font-family: 'HelveticaNeueLTStd-Roman';
	  background-position: 50% 50%;
        -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	 margin: 0px;
    padding: 0px;
    color:#fff;
    }
	
	
header{
 background: #78bbbb url(../assets/grain.png) repeat;
width:100%;
height:auto;
padding:0;
z-index:999;
position:fixed;
text-align:center;
top:0;
box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.3);

}

.subheader{
width:90%;
height:auto;
padding:10px 5% 10px 5%;
position:relative;
text-align:center;
top:0;
margin-bottom:10px;
z-index:2;
	
	
}


.column {
  columns: 1 8em;
  -moz-columns: 1 8em;
  -webkit-columns: 1 8em;
  text-align: left;
  width:30%;
  color:#fff;
  font-size:10px;
  display:inline-block;
  vertical-align:top;
  margin-right:15px;
  line-height:1.8;
}
.column3 {
	 line-height:1.8;
  columns: 3 8em;
  -moz-columns: 3 8em;
  -webkit-columns: 3 8em;
  text-align: left;
  width:100%;
  color:#383838;
  font-size:16px;
  display:inline-block;
  vertical-align:top;
}
.column3 span{
	font-size:22px;
	font-family: 'hamburgerheavenregular';
	text-shadow:1px 1px 0 #ffb499;
}
header ul{
	color: #f6edd8;
    display:inline-block;
    margin: 0 auto;
    padding: 0px;
    text-align: center;
    width: auto;
	min-width:570px;
	
}
header ul li {
	font-family: 'dk_carambolaregular';
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
	padding:0 12px;
	margin:20px 0 0 0  ;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		cursor:pointer;
}
li  hr {
	width:25px;
	height:3px;
	background:none;
	border:0;
	margin:10px auto 0 auto;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}

header ul li:hover > hr, header ul .activeMenu >hr{
	background:#f8844f !important;
}
.menu{
	display:none;
	}
#menuToggle{
	display:inline;
	height:auto;
}


#menu-toggle {
  display: none;
}
.hide{
	display: none;
	visibility: hidden;
}

header .logo{
	
    border-radius: 50%;
    /*background: #78bbbb url(../assets/grain.png) repeat; 
	box-shadow: 0 3px 2px 0px rgba(0, 0, 0, 0.3);*/
    cursor: pointer;
    display: inline-block;
    height: 100px;
    margin: 0 0 0px;
    padding: 5px 5px 8px;
    vertical-align: middle;
    width: 100px;

}
header .logo img {
	max-width:100px;
	}
header .logo2 {
	display:none ;
}
header .logo .subLogo{
	
    border-radius: 50%;
    height: 100%;
    width: 100%;
	background:#88bab9 url(../assets/bg1.jpg) repeat;

	
}

header .logo .subLogo  span{
	background: #4c4c4c none repeat scroll 0 0;
    border-radius: 50%;
    color: #f6edd8; 
	    float: left;
    font-family: "paragonmedium";
    font-size: 90px;
    height:90%;
    padding-top: 10%;
    position: relative;
    width: 100%;
	text-shadow: 2px 1px 0 rgba(255, 255, 255, 1), -2px -2px 0 rgba(0, 0, 0, 1);
}


header  .menuCircle{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:auto;
	padding:5px;
	margin:5px 5px 0 0 ;
	text-align:center;
	
}





header  .menuCircle hr{
	background:#333;
	height:2px;
	width:18px;
	border:0px;
	margin: 0 ;
	padding:0;
	display:inline-table;
	vertical-align:middle;
	margin:2px 0;
}




article {
	width:100%;
	height:auto;
	position:relative;
	float:left;
	clear:left;
	  -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
article section{
	width:100%;
	float:left;
	position:relative;
	box-shadow:1px -1px 2px 1px rgba(0, 0, 0, 0.3);
	opacity:.02;
  -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
}
article .animated{
	opacity:1;
}
article aside{
	width:100%;
	max-width:980px;
	height:100%;
	margin: 0 auto;
	padding: 0;
	text-align:center;
	position:relative;
	z-index:2;
	
}

.blog{
	position:fixed;
	left:0;
	top:40%;
	z-index:999;
	font-size:30px;
	font-family: "dk_carambolaregular";
	text-shadow: 2px 2px 0 rgba(217,134,98, .5), 3px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-border-radius:0 20px 0 20px ;
   -moz-border-radius:0 20px 0 20px ;
   -ms-border-radius:0 20px 0 20px ;
	border-radius:0 20px 0 20px ;
	padding:10px;
	/*	webkit-box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.4), inset 5px 5px 5px 0px rgba(0,0,0,0.75);*/

	webkit-box-shadow:  5px 4px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow:   5px 4px 5px 0px rgba(0,0,0,0.5);
	box-shadow:   5px 4px 5px 0px rgba(0,0,0,0.5);
	cursor:pointer;
	
	
}

.blog:hover{
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		
	webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
	box-shadow:  3px 3px 5px 0px rgba(0,0,0,0.5);
	
}

#sec1{ background: #78bbbb url(../assets/grain.png) repeat; }
#sec2{ background: #e6e1d0 url(../assets/grain.png) repeat; }
#sec3{ background: #e68966 url(../assets/grain.png) repeat; }
#sec4{ background: #e3e0dd url(../assets/grain.png) repeat; }
#sec6{ background: #4c5057 url(../assets/grain.png) repeat; }

.hr1, .hr2{
	position:absolute;
	background:none;
	height:1px;
	border:0;
	width:100%;
	margin:0;
	z-index:1;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
    border-top: 1px dashed rgba(0, 0, 0, 0.25);
	
	
}
.hr1{ top:8px;  }
.hr2{ bottom:10px;  }

h1{
	font-size:120px;
	color:#383838;
	width:100%;
	font-family:"dk_carambolaregular";
	text-shadow:4px 4px 0 rgba(252,250,247, .5), 7px 7px 0 rgba(0, 0, 0, 0.2);
}


#sec6 h1 { color:#f6edd8; }
h2, .h2 {
	color:#fff;
	width:100%;
	font-family: 'HelveticaNeueLTStd-Lt';
	margin-bottom:20px;
	color: #f6edd8;
	
}
h3 {
	font-size:160px;
	color:#fff;
	width:100%;
	color: #f6edd8;
	text-shadow: 0px 3px 3px rgba(76,76,76,0.5),0px -1px 1px rgba(0,0,100,.3);
	font-family: 'rieslingregular';
}
h4{
	font-size:21px;
	color:#fff;
	width:100%;
}


#sec1 h2{
	
	text-shadow: 0px 3px 3px rgba(255,255,255,0.5),0px -1px 1px rgba(0,0,0,.3);
	background:url(../assets/old.png) center top no-repeat;
	
	color: #4c4c4c;
    font-family: "ciudad_nueva_capsregular";
    font-size: 20px;
    letter-spacing: 4px;
    margin-top: 0;
    padding: 10px 0 30px;
}

#sec1 h2 .dots {
    background-color: #fff0ce;
    border-radius: 50%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
    height: 6px;
    position: absolute;
    margin-top: 25px;
    width: 6px;
}
#sec1 h2 .dots:nth-child(1){left: 200px; }
#sec1 h2 .dots:nth-child(2){left: 225px; }
#sec1 h2 .dots:nth-child(3){left: 250px; }
#sec1 h2 .dots:nth-child(4){right: 250px; }
#sec1 h2 .dots:nth-child(5){right: 225px; }
#sec1 h2 .dots:nth-child(6){right: 200px; }

p{
	font-size:10px;
	line-height:1.6;
    color: #383838;
    display: inline-block;
    font-size: 16px;
    text-align: left;
    vertical-align: top;
    width: 100%;
	
}
hr{
	width:41px;
	height:3px;
	background:#fff;
	border:0;
	position:relative;
	margin:15px 0 20px 0;
}

article section .content{
	flaot:left;
	position:relative;
	clear:left;
}

#sec4 h3{
	font-size:20px;
	font-family: 'roboto_slabregular';
	color:#78bbbb;
	margin:20px 0;
	text-shadow:1px 1px 0 #fff, -1px -1px 0  rgba(0,0,0,.5);
}
#sec4 ul {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
#sec4 ul li {
		display:inline-block;
	vertical-align:top;
	list-style:none;
	margin:10px 1%;
	width:calc(100% / 12 * 2.5);
	border: 1px dashed rgba(0, 0, 0, 0.25);
	text-align:center;
	padding-top:7px;
	background:#f6edd8;
           -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
			box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
			z-index:1;
			  -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
	position: relative;
}
#sec4 ul li:hover{
	z-index: 2!important;
	cursor:crosshair;
}	
#sec4 ul li .image{
	
	display:inline-block;
}

#sec4 ul li span{
	display:inline-block;
	width:40px;
	height:40px;
	background:#fff  url(../assets/hand.jpg) center no-repeat;
	background-size:cover !important;
	-webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		border-radius:50%;
		margin-bottom:-20px;
		z-index:2;
		position:relative;
		border-top: 1px dashed rgba(0, 0, 0, 0.25);
	    z-index: 4;

}
#sec4 ul li:hover > span{
	 -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
	margin-bottom:-10px;
}

#sec4 ul li h4{
	z-index:1;
	display:inline-block;
	font-size:16px;
	color:#383a3c;
    font-family: 'roboto_slabbold';
	text-shadow:0 3px 3px rgba(255, 255, 255, 0.5), 0 -1px 1px rgba(0, 0, 0, 0.3);
	background:#fff;
	padding:20px 0 5px 0;
position:relative;
border-top: 1px dashed rgba(0, 0, 0, 0.25);
	z-index: 2;
}

#sec4 ul li .image img {
		   max-width:90%;
		   height:auto;
		   opacity:1;
		 -webkit-transition: all .5s ease-in-out;
		-moz-transition: all .5s ease-in-out;
		-o-transition: all .5s ease-in-out;
		-ms-transition: all .5s ease-in-out;
		transition: all .5s ease-in-out;
		-ms-transform-origin: center center ;
  -webkit-transform-origin: center center ;
  -moz-transform-origin: center center ;
  -o-transform-origin: center center ;
  transform-origin: center center ;
		cursor:pointer;
	   }
#sec4 ul li:hover { z-index:9999999 !important; }
#sec4 ul li:hover > .image img{
		   box-shadow:0 1px 30px rgba(0, 0, 0, 0.6);
	  -moz-transform: scale(2.8,2.8) !important;
    -webkit-transform: scale(2.8,2.8) !important;
    transform: scale(2.8,2.8) !important;
	z-index:9999999;
	 -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
	   }







.cont form hr { width:90%; background:#fff; border:0; height:2px;  margin: 10px 0;  display:inline-block;}
.cont form {
	
    display: inline-block;
    float: inherit;
    margin: auto;
    position: relative;
    width: 60%;
	color:#fff;
}
.cont form input{
	border:0;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 20px;;
	width:35%;
	display:inline-block;
	vertical-align:top;
	background:none;
	color:#fff;
	text-align:right;
	margin:20px;
	text-align:left;
	font-size:11px;
	font-family:"dk_carambolaregular";
}


.cont form textarea{
	border:0;
	border-bottom:1px solid #fff;
	padding:10px;
	width:85%;
	display:inline-block;
	vertical-align:top;
	background:none;
	color:#fff;
	text-align:left;
	font-size:11px;
	font-family:"dk_carambolaregular";
}

.cont form button{
	cursor:pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0dd0f+0,f5c11f+100 */

background: rgb(240,221,15); /* Old browsers */

background: -moz-linear-gradient(top,  rgba(240,221,15,1) 0%, rgba(245,193,31,1) 100%); /* FF3.6-15 */

background: -webkit-linear-gradient(top,  rgba(240,221,15,1) 0%,rgba(245,193,31,1) 100%); /* Chrome10-25,Safari5.1-6 */

background: linear-gradient(to bottom,  rgba(240,221,15,1) 0%,rgba(245,193,31,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0dd0f', endColorstr='#f5c11f',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   -ms-border-radius: 3px;
	border-radius: 3px;

	width:50%;
	max-width:190px;
	text-align:center;
	color:#333;
	font-size:14px;
	padding:8px 0 5px 0;
	border:0;
	margin:20px 0;
	font-family:"wabeneregular";
}

.dir { text-align:center; font-size:12px; margin-bottom:5px; font-family: 'roboto_slabregular';color: #fff;}
.number { padding-right: 20px; background:url(../assets/bgs/phone.png) top right no-repeat; }
.nombre {background:url(../assets/bgs/name.png) center left no-repeat !important; }
.correo {background:url(../assets/bgs/mail.png) center left no-repeat !important; }


.downa { clear:left;  margin:20px 0 20px 0;}
.downb{  margin:20px 0 20px 0;}


::-webkit-input-placeholder {   color: #FFF;  }
:-moz-placeholder {    color: #FFF;  }
::-moz-placeholder {     color: #FFF;  }
:-ms-input-placeholder {     color: #FFF;  }
input[placeholder], [placeholder], *[placeholder] { color:#fff; }

.redes{
	color:#fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    margin:  0;
    padding: 0 10px;
    transition: all 0.5s ease-in-out 0s;
    vertical-align: middle;
	text-align:right;
	float:right;
}
.redes span { margin-top:10px; }
.redes span, .redes img{
	display:inline-block;
	vertical-align:middle;
	margin-left:10px;
}
.redes img {
	padding:5px;
	-webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   -ms-border-radius: 20px;
	border-radius: 20px;
}






.video {
	width:100%;
	
	position: absolute;
	left:0;
	top:80px;
	z-index:1;
}

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

.video  .slides li{
	width:100%;
	position: absolute;
	left:0;
	top:0;
	height:100%;
	z-index:1;
	background-size:cover !important;
	background-position: center top !important;
}


.blueberry .pager {
	height: 40px;
	text-align: center;
	z-index:2;
	position:absolute;
	left:15%;
}
.blueberry .pager li { display: inline-block; }
.blueberry .pager li a,
.blueberry .pager li a span {
	display: block;
	height: 6px;
	width: 6px;
}
.blueberry .pager li a {
	padding: 18px 8px;
-webkit-border-radius: 16px;
   -moz-border-radius: 16px;
	border-radius: 16px;
}
.blueberry .pager li a span {
	overflow: hidden;
	background: none;
	border:2px solid #fff;
	text-indent: -9999px;
-webkit-border-radius: 16px;
   -moz-border-radius: 16px;
	border-radius: 16px;
}
.blueberry .pager li.active a span { background: #fff; }

.logo2 { display:none; cursor:pointer;}



footer{
	position:fixed;
	bottom:0;
	text-align:center;
	width:100%;
	z-index:9999999;
	background:rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(120, 187, 187, 0.3) 100%) repeat scroll 0 0
}
footer label {
	width:50px;
	height:50px;
	display:inline-block;
	vertical-align:top;
	cursor:pointer;
	margin:  0 10px;
	background-size:contain !important;
	background-position: center center !important;
	-webkit-transition: all .2s ease-in-out;
		-moz-transition: all .2s ease-in-out;
		-o-transition: all .2s ease-in-out;
		-ms-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
}
footer label:hover{
	-ms-transform-origin: center bottom ;
  -webkit-transform-origin: center bottom ;
  -moz-transform-origin: center bottom ;
  -o-transform-origin: center bottom ;
  transform-origin: center bottom ;
	-moz-transform: scale(1.1,1.1) !important;
    -webkit-transform: scale(1.1,1.1) !important;
    transform: scale(1.2,1.2) !important;
}
footer label:nth-child(1){ background:url(../assets/fb.png) no-repeat; }
footer label:nth-child(2){ background:url(../assets/tw.png) no-repeat; }
footer label:nth-child(3){ background:url(../assets/pn.png) no-repeat; }
footer label:nth-child(4){ 
    width: auto;
    font-family: "maxwell_regularregular";
    font-size: 22px;
    text-shadow: 1px 1px 0 #000; 
	line-height:1;
	pointer-events:none;
	}



@media screen and (max-width: 1023px) {
	#sec4 ul li:hover > .image img{
		   box-shadow:0 1px 30px rgba(0, 0, 0, 0.6);
	  -moz-transform: scale(1.4,1.4) !important;
    -webkit-transform: scale(1.4,1.4) !important;
    transform: scale(1.4,1.4) !important;
	z-index:9999999;
	 -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
	   }
	   
#sec4 ul li {
	width:calc(100% / 3);
}
.blueberry .pager {
	height: 40px;
	text-align: center;
	z-index:2;
	position:absolute;
	left:20px;
}
.column3 {
  columns: 2 8em;
  -moz-columns: 2 8em;
  -webkit-columns: 2 8em;
  text-align: left;
  width:100%;
  color:#383838;
  font-size:16px;
  display:inline-block;
  vertical-align:top;
}
.column3 img { margin:150px 0;  }


header ul{ min-width:300px; }
#menu-toggle {
  display: none;
}	
header .menuCircle span{
	position:relative;
	padding:10px;
	display:inline-block;
	vertical-align:middle;
}


header  label{
	pointer-events: auto;
	cursor:pointer;
	margin:15px 0 5px 0;
}
header label .menuCircle { margin: 0 ; }
header { text-align:center; background:#000;padding:  0; width:100%;}
header .subHeader {
	display:none;
}
header .hederTitle {
color: #fff;
    float: left;
    font-size: 26px;
    margin: 15px 0 0;
    position: relative;
}
.logo2 { display: inline-block; vertical-align:middle; width:40px; height:auto;  }


header .menuCircle hr {
    background: #fff none repeat scroll 0 0;
   }





header .logo  img{
	width:auto;
}
#menuToggle {
  display:none;
   position: absolute;
    right: 0;
	padding:0 2%;
	width:96%;
	top:75px;
	text-align:left;

background:  rgba(56,56,56,.9) 0%; /* IE6-9 */


}
article aside { 
padding: 80px 5%;
width:90%;
}
article section .div50 aside {
    margin: 0 0 0 5%;
    max-width: 90%;
    width: 90%;
}

h1{
	font-size:55px;
	color:#383838;
}
h2 {
	font-size:40px;

}
h3 {
	font-size:160px;
	color:#f6edd8;
	width:100%;
	
}

article section .div70 aside p{
	text-align: left;
    width: 100%;
	max-width:100%;
}
#menuToggle  li{
	clear: left;
    color: #fff;
    display: list-item;
    font-size: 20px;
    list-style: outside none none;
    margin: auto;
    padding: 10px 0;
    text-align: left;
    width: 50%;
}
#menuToggle  li:nth-child(1){
	border-top:0;
}
#menuToggle  li:nth-last-child(1){
	border-bottom:0;
}
header ul ul li:nth-child(3){
	float:none;
}


#menu-toggle:checked + #menuToggle {
  display: block;
}

.menu{
	display:block;
	}

header .logo {
	display:none !important;
}
header .logo2 {
	display:block ;
	
}
.cont form {width:100%;  margin:80px 0 30px 0;}
.cont form input, .cont form textarea{ width:90%; margin:20px 0; 		}


article section {
    background-position: bottom 50% !important;
    


}
article aside{
	padding: 0 10px; 
	}
}
	
	@media screen and (max-width: 500px) {
		.blog{
	
	top:10%;
		}
		.redes span{
		display:none !important;
	}
		#sec1 h2 .dots  { display:none; }

	#sec1 h2 {
   background-size: contain;
    font-size: 13px;
    padding: 8px 0 30px;
    
}
		#sec4 ul li {
	width:calc(100% );
}
	#form p{ 
	padding-right:0;
	}
.column {
  columns: 1 ;
  -moz-columns: 1 ;
  -webkit-columns: 1 ;
  text-align: center;
  width:100%;
  color:#383838;
  font-size:10px;
  display:inline-block;
  vertical-align:top;
  margin-right:0;
}
.column3 {
  columns: 1 8em;
  -moz-columns: 1 8em;
  -webkit-columns: 1 8em;
  text-align: center;
  width:100%;
  color:#383838;
  font-size:16px;
  display:inline-block;
  vertical-align:top;
}
#sec3 p { text-align:center; }
.column3 img { margin:0 auto ;     
clear: both;
    width: 90%;}

.toHide { display:none; }
.column3 h2{ margin-top:20px; }

#sec4 ul li:hover > .image img{
		   box-shadow:0 1px 30px rgba(0, 0, 0, 0.6);
	  -moz-transform: scale(1.2,1.2) !important;
    -webkit-transform: scale(1.2,1.2) !important;
    transform: scale(1.2,1.2) !important;
	z-index:9999999;
	 -webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;
	   }

h3 {
	font-size:80px;
	color:#f6edd8;
	width:100%;
	
}
    @media screen and (-webkit-min-device-pixel-ratio:0) {
	.types li h1 {
    font-size: 25px;
    margin: 200px 0 10px 0;
    }

    }
}


@media screen and (max-width: 310px) {
	
}









/*animaciones*/
 
 .animated#sec4 ul .animed {

	 -webkit-animation-name:rubberBand;
animation-name:rubberBand;
animation-duration: 1s;
 }
 
header{
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: .8s;
 }
 
 header ul li{
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: 1.4s;
 }
  header ul  .logo{
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: 1.8s;
 }
.blog{
-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft;
animation-duration: 1s;
 }
 .animated aside h3{
	-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: 2s;
 
 }
 
  .animated aside h2{
	-webkit-animation-name:bounceInUp;
animation-name:bounceInUp;
animation-duration: 2s;
 }
 
 .animated aside h1{
	-webkit-animation-name:bounceInUp;
animation-name:bounceInUp;
animation-duration: 2s;
 }
  .animated aside .column3{
	-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: 2s;
 }
.animated aside p{
	-webkit-animation-name:bounceInUp;
animation-name:bounceInUp;
animation-duration: 2s;
 }
#sec3.animated aside .column3{
	-webkit-animation-name:bounceInRight;
animation-name:bounceInRight;
animation-duration: 1.3s;
 }
 
 #sec3.animated aside .column3 img{
	-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft;
animation-duration: 1.5s;
 }
 
  .animated .cont form input,
  .animated .cont form textarea{
	-webkit-animation-name:bounceInLeft;
animation-name:bounceInLeft;
animation-duration: 1s;
 }
  .animated#sec6 h1{
-webkit-animation-name:bounceInDown;
animation-name:bounceInDown;
animation-duration: 2s; 
 }
 
  .animated .cont form button{
	-webkit-animation-name:bounceInRight;
animation-name:bounceInRight;
animation-duration: 1s;
 }
 
 
 
 
 
 
 
 
 #sec7{
	text-align:center; 
}
section #sec7 aside{
	width:99.8% !important;
	max-width:100% !important;
	padding-left:0 !important;
	padding-right:0 !important;
	text-align:center;
	overflow:hidden;
	left:0;
}
.FormWrap2Content{
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
#myDiv .FormWrap2{
	float:left;
	position:relative;
	clear:left;
	height:auto;
	margin-bottom: 20px;
	width:500%;
	overflow:hidden;
}
#myDiv .FormWrap2 li {
	float:left;
	position:relative;
	height:auto;
	text-align:center;
	list-style:none;
	display:inline-block;
	vertical-align:middle;
	opacity:0;
}

#myDiv .FormWrap2 li img{
	max-width:80%;
	height:auto;
}


#myDiv .buttons {
    float: left;
    position: relative;
    width: 100%;
    z-index: 5;
	cursor:pointer;
}
#myDiv .buttons img{
   
	cursor:pointer;
}
#myDiv{
	overflow:hidden;
	width:80%;
	margin:10% auto;
	height:auto;
	text-align:center;

}
.bg{
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	background:rgba(0,0,0,.8);
	z-index:999999;
}
.close{
	position:fixed;
	right:50px;
	top:50px;
	font-size:30px;
	cursor:pointer;
}