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

html {
	scroll-behavior: smooth;
}
body{
	font-family: 'Muli', sans-serif;
	background: #dbd5c9;
	
}
header {
  text-align: center;
  color: black;
  font-weight: bold;
  top: 0;
  width: 100%;
  margin: 0 auto;
  transition: 0.2s; /* Add a transition effect (when scrolling - and font size is decreased) */
  left: 0;
  height: auto;
  z-index: 100;
  position: fixed;
	background: rgba(219,213,201,0.5);
}
p{
	font-size: 1.2em;
}
h2{
	margin: 2.5em 0 1em 0;
}
.contenedor-header{
	max-width: 1300px;
	margin: 0 auto;
	height: auto;
	display: block;
	padding:0 0.3em;
	position: relative;
}
.contenedor-header svg{
	margin: 0;
	padding: 0.2em 0;
	 /* transition: 0.2s; Add a transition effect (when scrolling - and font size is decreased) */
	
}
.contenedor-header img{
	float: left;
}
.contenedor-header h1 {
	font-size: 70px;
	width: 70%;
	margin: 0.5em 0 1em auto;
	text-align: right;
	font-weight: 100;
	line-height: 1;
	color: #2c2c2c;
	
}
/*PARALLAX*/
.content-parallax-mas-txt{
	display: table;
	margin: 5em auto 2em auto;
	max-width: 1300px;
	width: 100%;
}

.content-parallax-mas-txt h1{
	display: table;
	width: 70%;
	text-align: right;
	float: right;
	font-size: 5em;
	font-family: 'Cardo', serif;
	color:#fff;
	line-height: 1;
}
.content-parallax-mas-txt h1 > span{
	font-family: 'Muli', sans-serif;
	color: rgba(0, 0, 0, .75)
}
.txt-pink{
	color: #7d6767;
}
.content-parallax{
	width: 45%;
    position: absolute;
	height: 80%;
	float: left;
}
.background {
  position: absolute;
  bottom: 10%;
  left: 0%;
  width: 100%;
  height: auto;
  z-index: 1;
}
.cloud {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 2;
}
.cloud-tall {
  position: absolute;
  width: 100%;
  height: auto;
  bottom:0;
  left: 0;
  z-index: 3;
}
.girl {
  position: absolute;
 bottom:10%;
  left: 30%;
  z-index: 4;
	max-width: 525px;
	width: 57%;

}

.header a {
  font-size: 32px;
  text-decoration: none;
  padding-bottom: 2px;
  color: #fff;
}

/*END PARALLAX*/
#work{
	padding: 2em 0;
	background: #f2f2f2;
	-webkit-box-shadow: 0px 0px 9px 0px rgba(163,163,163,1);
	-moz-box-shadow: 0px 0px 9px 0px rgba(163,163,163,1);
	box-shadow: 0px 0px 9px 0px rgba(163,163,163,1);
}
#about h1, #contact h1{
	font-family: 'Cardo', serif;
	font-size: 4em;
	padding-top: 1em;
}
#about h2, #contact h2{
	font-family: 'Cardo', serif;
		font-size: 2em;
	}
#about ul{
	text-align: center;
	display: table;
}
#about li{
	font-size: 3em;
	font-family: 'Cardo', serif;
	margin-right: 2em;
	text-align: center;
	padding: 0.3em 0 0 0;
	float: left;
	letter-spacing: 3px;
}
#about li:hover{
	   color: #7d6767;
	 /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
	cursor: context-menu;
}
footer{
	background: #ededed;
	color: #9E9E9E;
	text-align: center;
}
footer p{
	margin: 0 auto;
	padding: 0 0 10px 0;
	font-size: 12px;
}
/*MENU*/
.header {
  background-color:rgba(219,213,201,0.5);
  position: fixed;
  width: 100%;
  z-index: 3;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.header li a {
  	display: block;
  	padding: 20px 20px;
	color: #2c2c2c;
  	font-family: 'Muli', sans-serif;
	font-size: 1.2em;
	font-weight: 100;
	font-weight: 700;
	 background-image: linear-gradient(180deg,transparent 75%,#aeaeae 0);
  	background-size: 0% 100%;
  	background-repeat: no-repeat;
  	text-decoration: none;
  	transition: background-size .2s ease; 
}

.header li a:hover,
.header .menu-btn:hover {
	 color: #7d6767;
    /* Firefox */
    -moz-transition: all 1s ease-in;
    /* WebKit */
    -webkit-transition: all 1s ease-in;
    /* Opera */
    -o-transition: all 1s ease-in;
    /* Standard */
    transition: all 1s ease-in;
	    background-size: 100% 100%
}
.header li a:active,
.header li a:focus {
	color: #7d6767;
}

.header #logo {
  display: block;
  text-align: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
  transition: max-height .2s ease-out;
	position: absolute;
	left: 0;
	top: 0;
	height: auto;

}

/* menu */

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 55px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 350px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}




/*END MENU*/

/*RRSS*/
.icon-bar {
  width:300px;
  overflow: auto;
  margin: 0 auto;
	text-align: center;
}

.icon-bar a {
  float: left;
  text-align: center;
  padding: 5px 20px;
  transition: all 0.3s ease;
  color: white;
  font-size: 36px;
}
/*Menu imagenes*/
.listado li:first-child{
	margin: 0;
}
.listado li {
    list-style: none;
    font-size: 13px;
    line-height: 13px;
    padding: 8px 13px;
    margin-left: 50px;
    text-transform: uppercase;
    display: inline-block;
}
 .listado li a {
  background-image: linear-gradient(180deg,transparent 75%,#aeaeae 0);
  background-size: 0% 100%;
  background-repeat: no-repeat;
  color: #111;
  text-decoration: none;
  transition: background-size .4s ease; 
}
.listado li a:hover {
	color: #7d6767;	
	background-size: 100% 100%
}
.listado li a:focus{
	color: #7d6767;	
}
ul.listado {
	margin:  0 0 2em 0;
}

/*END RRSS*/

#contact, #about{
	max-width: 1300px;
	margin: 0 auto 3em auto;
	text-align: center;
	display: table;
}

#contact{
	text-align: center;
}
/*FORMULARIO CONTACTO*/
.formulario{
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
input, textarea, select{
	color: #222;
    vertical-align: top;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    border: 0;
    border: 1px solid #ccc;
    font-size: 13px;
    font-weight: 600;
	text-align: left;
	margin-bottom: 2em;
	background: rgba(255,255,255,0.3)
}
input[type=submit]  {
    cursor: pointer;
    position: relative;
    background: transparent;
    border: 2px solid #222;
    color: #222;
    padding: 16px;
    margin: 20px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
	width: 160px;
	
}
input:hover[type=submit] {
  background: #c2c1c2;
	color: #7d6767;
	border: 2px solid #7d6767;
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.contact-icons{
	fill:#9E9E9E;
}
/*-------------MEDIA QUERY----------------*/

	@media screen and (min-width: 48.25em) {
			a.menu-link {
			   display: none;
			}
			.js nav[role=navigation] {
				max-height: none;
			}
			nav[role=navigation] ul {
				margin: 0 0 0 -0.25em;
				border: 0;
				
			}
			
			nav[role=navigation]  li {
				display: inline-block;
				margin: 0 0.25em;
				font-size: 14px;
				font-weight: 400;
				color: #4e4e4e;
			}
		nav[role=navigation]  li a:hover {
				color:#333237;
			}
			nav[role=navigation] li a {
				padding: 0.5em;
				font-size: 14px;
				border: 0;
			}
			
		}
/* 48em = 768px */

@media (min-width: 48em) {
  .header li {
    float: left;
  }
  .header li a {
    padding: 35px 30px 0 30px;
	  margin: 0 0 2em 0;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
	.header #logo{
		padding: 11px;
		width: 180px !important;
		left: 0;
		top: 0;
	}



}
@media only screen and (max-width: 480px)
{
.header{
		background: rgba(219,213,201,0.9);
		
	}
		.content-parallax-mas-txt h1{
		font-size: 3em;
		margin-top: 2.5em;
		width: 100%;
			text-align: right;
	}
	.header li a {
		font-size: 2em;
		padding: 15px 20px;
	}
	.listado li{
		margin-left: 0px;
		font-size: 15px;
		
	}
	#about h1, #contact h1{
		font-size: 3em;
	}
	#about h2, #contact h2{
		font-size: 1.8em;
	}
	
	#about li{
		width: 100%;
		text-align: center;
		font-size: 2em;
		float: none;
		line-height: 1.3em;
	}
	
}