
@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url('https://fonts.googleapis.com/css?family=Fjalla+One');
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Indie+Flower');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: sans-serif;
}


header {
	height: 90px;
	background: #a0d5e5;
	color: #fff;
	/*display: flex;*/
	justify-content: flex-end;
	align-items: center;
	

}


#btn-menu {
	display: none;
}

header label {
	font-size: 30px;
	cursor: pointer;
	display: none;
}

.menu ul {
	background: #4f899f !important;
	display: flex;
	list-style: none;

}
.menu ul li img{
	margin-left:20px;
	margin-top:10px;
}
.menu ul ul {
	display: none;
}
.menu ul li ul li a{

	/*width:200px;*/
	vertical-align:center;
	height:50px;
}
.menu ul li:nth-child(2){
	margin-left:60%;
}

.menu ul li ul li:nth-child(2){
	margin-left:0;
}
.menu a {
	display: block;
	padding: 35px 30px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover:not(.submenu) {

	/*background: #e0f5fc;*/

background: rgba(190,234,249,0.47);
background: -moz-linear-gradient(top, rgba(190,234,249,0.47) 0%, rgba(224,245,252,0.19) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(190,234,249,0.47)), color-stop(100%, rgba(224,245,252,0.19)));
background: -webkit-linear-gradient(top, rgba(190,234,249,0.47) 0%, rgba(224,245,252,0.19) 100%);
background: -o-linear-gradient(top, rgba(190,234,249,0.47) 0%, rgba(224,245,252,0.19) 100%);
background: -ms-linear-gradient(top, rgba(190,234,249,0.47) 0%, rgba(224,245,252,0.19) 100%);
background: linear-gradient(to bottom, rgba(190,234,249,0.47) 0%, rgba(224,245,252,0.19) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beeaf9', endColorstr='#e0f5fc', GradientType=0 );


border-bottom: 1px solid white;
	color:#4f899f !important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,e0f5fc+100,7db9e8+100 */

}


.menu a span {
	margin-left: 10px;
}

.menu ul li:hover ul {
	display: block;
	position: absolute !important;
}

.business{
	/*position: relative;*/
	width:100%;
	height:35px;
	background: #fff;
	color:#000;
	font-family: helvetica;
	padding: 10px;
	text-align: left;
	font-weight: bold;
	z-index:100000;
	top:0;
	left:0;
	/*margin-top:-10px;*/
}

@media (max-width:768px) {
	header label {
		display: block;
	}
	
	.menu {
		position: absolute !important;
		top: 50px;
		left: 0;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.3s;
	}
	
	.menu ul {
		display: block;
		background: #555;
	}
	
	.menu ul li:hover ul {
		display: none;
		position: static !important
		;
	}
	
	.menu a span {
		position: absolute !important;
		right: 5px;
	}
	
	#btn-menu:checked ~ .menu {
		transform: translateX(0%);
	}
	
	.menu ul ul {
		background: rgba(0,0,0,0.4);
	}
	
	.menu ul ul a {
		padding: 15px 40px;
	}
}


/* imagen parallax 1 */ 

.parallax {
    /* The image used */
    background-image: url("../images/niebla.jpg");

    /* Set a specific height */
    /*min-height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-second{
	background-image: url("../images/wood-one.jpg");
	/*min-height: 500px; */

    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
/*portfolio*/

.fadeInUp{
  background:black;
  opacity: 0.3;

}
.fadeOut{
	opacity:1;
}
.block-port{
  /*padding-top:40px;*/
  /*margin-left:90px;*/
}
.container-fluid{

 padding:0px !important;
  margin:0px !important;
  background-color: #cbced3 !important;
  height:auto;


}
.portfolio{
  text-align:center;
}

/*div a img{
box-shadow: 4px 10px 5px -8px rgba(0,0,0,0.48);

}*/
#continue img{

	display: block;
    margin-left: auto;
    margin-right: auto;
    padding-top:100px;
    padding-bottom:100px;
}
#claim{

    text-align: center;
    color:white;
    /*font-size:50px;*/
    padding-top:17%;
    font-family: 'Fjalla One', sans-serif;

}
#claim h1{
	font-size:40px !important;
}
.description{

	width:400px;
	/*overflow:scroll;*/
	background-color:#bcc0c6;
	font-family: helvetica;
	color:white;
	padding:10px;
	border-radius:20px !important;
	margin-top:10px;
}
#about-me{
	/*width:100%;*/
	height:800px;
	text-align: center;
	height:auto;
	background-color:white;
}
#about-me h1{
	margin-top:0 !important;
	color:#a0d5e5;
	background-color: white;
	padding-top:25px;
	padding-bottom:25px;
	font-family: helvetica;
	text-decoration: underline;
	font-weight: bold;
    vertical-align: middle;
}
#about-me p{
	color:#666768;;
	font-family: 'Indie Flower', cursive;
	font-size:15px;
	padding:50px;
	font-weight: lighter;
}
#container{
	width:100%;
}
#photo{
	
	width:50% !important;
	background-image: url("../images/fondo.jpg");
	min-height: 940; 
	float:right;
	 margin-top:0px;
	
    /* Create the parallax scrolling effect */
   /* background-attachment: fixed;*/
    /*background-position: center;*/
    background-repeat: no-repeat;
    background-size: cover;
   

}
#description{
	

   font-family: 'Indie Flower', cursive;
	font-weight: lighter;
	font-size:14px;
	width:50% !important;
	min-height: 940px; 
	background-color:#d7dae0;
	
}
span{
	background-color: #f3f74f;
	font-family: 'Indie Flower', cursive;
}

nav{
	position: fixed !important;
	z-index: 3000px;
	width:100%;
}



#navegate{
	position:absolute !important;
	z-index:100000;
	top:0;
	left:0;
}

#portfolio{
	height:800px;
	text-align: center;
	height:auto;
	background-color:white;
}

#portfolio h1{
	margin-top:0 !important;
	color:#a0d5e5;
	background-color: white;
	padding-top:25px;
	padding-bottom:25px;
	font-family: helvetica;
	text-decoration: underline;
	font-weight: bold;
    vertical-align: middle;
}


#contacto{
	height:700px;
	text-align: center;
	/*height:auto;*/
	background-color:#424242;
}

#contacto h1{
	margin-top:0 !important;
	color:#a0d5e5;
	background-color: white;
	padding-top:25px;
	padding-bottom:25px;
	font-family: helvetica;
	text-decoration: underline;
	font-weight: bold;
    vertical-align: middle;
}
#politicas{
height:200px;
	text-align: center;
	/*height:auto;*/
	background-color:black;

}



.wrap{
  max-width: 960px;
  margin: 0 auto;
  position: relative !important;
  padding: 0 20px;
}
.section-title h1{
    margin: 0;
    line-height: 50px;
    letter-spacing: 5px;
    font-weight: 600;
    color: white;
}.border{
  display: block;
  height: 10px;
  margin-bottom: 40px;
  width: 100px;
  background: #ED5565;
}
.row{
  width: 90%;
  height:30%;
  min-height: 1px;
  float: left;
  position: relative !important;
  display: inline-block;
  padding-left:30px;
}
.row ul {
  margin: 0 20px 0 0 !important;
  text-align: left !important;
  padding: 0;
}
.row ul li{
  list-style: none !important;
}
.row ul li em{
  display: block;
  margin-bottom: 15px;
}
.row ul li div{
  margin-bottom: 35px;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  background: #09131B;
  height: 42px;
  overflow: hidden;
}
.row ul li div span{
  height: 42px;
  width: 50%;
  display: block;
  border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
}
.row ul li.html div span { background: #E13C4C; width: 90%; }
.row ul li.photoshop div span { background: #3498db; width: 88%; }
.row ul li.css div span { background: #FF8137; width: 88%; }
.row ul li.illustrator div span { width: 85%; background: #0CBFB3; }
/*.row ul li.seo div span { background: #ffdb43; width: 90%; }
.row ul li.php div span { background: #9D2027; width: 80%; }
.row ul li.jquery div span { background: #2ecc71; width: 60%; }
.row ul li.javascript div span { background: #A94034 }*/



.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}


/* form contact */


textarea {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}
.wrap{
	width: 100%;
	/*height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.box{
	font-size: 1.2em;
	line-height: 1.6em;
  text-align: center;
}
/*screen resolutions lower than 620px*/
@media all and (max-width: 1180px){
	.wrap{
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	}
}


#section h2{
	margin-bottom: 50px;
  position: relative;
  display: block;
}
#section p a{
	color: #00B16A;
  text-decoration: none;
}
#section .wrap {
	text-align: center;
	width: 100%;
}
#section .box{
	text-align: center;
	margin: 5% 0 0 0;
	width: 100%;
}

.contact-form {
  width: 50%;
  margin: 0 auto;
  padding: 40px;
}
.contact-form .input-block {
  background-color: transparent;
  border: none;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #b0b1b1;
  margin: 0;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 10px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 400;
  z-index: 1;
  color: #aaa;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  margin: 0;
  outline: none;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
    padding: 30px 10px;
  width: 100%;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: #b0b1b1;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  cursor: pointer;
  outline: none;
  border: none;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: #436875;
  box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
  transform: translateY(-4px);
}
.contact-color{
	color:#436875;
}

@media (min-width: 768px) {
  .contact-wrap {
    margin: auto;
  }
}
@media (max-width: 868px) {
	.contact-form {
	  width: 100%;
	  padding: 40px;
	}
}
@media (max-width: 568px) {
	.contact-form {
	  padding: 10px;
	}
}
/*----page styles---*/

.contact-wrap {
  padding: 15px;
  /*background: #ecf0f1;*/
}
.contact-wrap h1 {
  background-color: white;
  color: #ff7c62;
  padding: 40px;
  margin: 0 0 50px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.contact-wrap h1 small {
  font-size: 18px;
  display: block;
  text-transform: none;
  font-weight: 300;
  margin-top: 10px;
  color: #ff7c62;
}

/* section invisible*/
#portfolio-info{
	height:800px;
	text-align: center;
	display:none;
	height:auto;
	background-color:black;
}

#portfolio-info2{
	height:800px;
	text-align: center;
	display:inline-block;
	height:auto;
	background-color:black;
}