@charset "utf-8";

html {
    scroll-behavior: smooth
}

/*-------------------------------------------------------------------*/

a, a:hover, a:active{ 
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	outline:0px !important;
}

i{
	font-style: normal !important;
}

body {
	background:#fff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#888888;
	margin:0;
}

h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	margin:0 0 15px 0;
	text-align:center;
}
h3{
	font-family: 'Montserrat', sans-serif;
	color:#222222;
	font-size:16px;
	margin:0 0 5px 0;
	font-weight: 400;
}
h6{
	font-size:16px;
	color:#888888;
	font-family: 'Open-Sans', sans-serif;
	font-weight: 300italic;
	text-align:center;
	margin:0 0 60px 0;
}
p{
	line-height:24px;
	margin:0;
	color:#000;
}

.js div#preloader { 
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #fff url('../img/ajax-loader.gif') no-repeat center center;
}

.endsection, .startsection{
	height:35px;
	width: 100%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWN48ODBfwaiAE6VAEI9Bz/UyxD1AAAAAElFTkSuQmCC) repeat;
}


/* INICIO ------------------------------------------------------------*/

.inicio{
	display: flex;
	align-items: center;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
	min-height: 100vh;
	/*background: rgba(210,41,54,1);*/
	/*background-size: cover;
	background-repeat: no-repeat;*/
	color: #fff;
	text-align: center;
	transition:all 2s ease-in-out;
}

.social{
	width: 100%;
	background: rgba(0,0,0,0.8);
	padding:5px 0;
	margin:0 auto;
	display:flex;
	overflow:hidden;
	list-style:none;
	justify-content: center;
	align-self: flex-start;
}

.social li{
	float:left;
	margin-right:8px;
}
.social li a{
	display:block;
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	font-size:10px;
	color: rgba(210,41,54,1);
	background:#fff;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social li a:hover, .social li a:focus{
	text-decoration:none;
	color: #fff;
	box-shadow:0 -103px 38px -50px rgba(0,0,0,0);

}

.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.youtube a:hover, .gmail a:hover {
	background: #cb2026;
}
.linkedin a:hover, .infojobs a:hover{
	background: #55acee;
}

.logo{
	width: 100%;
	align-self: center;
	margin-top: auto;
	background: rgba(0,0,0,0.8);
	padding: 30px 0 30px;
}

.logo img{
   	max-width: 100%;
   	height: auto;

}

.chev, .chev:focus{
	width:100%;
	color: #fff;
	font-size: 35px;
	line-height:50px;
	padding: 15px 0;
	transition:all 0.6s ease-in-out;
}

.chev:hover, .chev:active{
	/*color: rgba(210,41,54,1);*/
	color: #fff !important;
	box-shadow: inset 0 -103px 38px -50px rgba(0,0,0,0.3);
	transition:all 0.3s ease-in-out;
}


/* NAV -----------------------------------------------------*/

.main-nav-outer{
	padding:0px;
	border-bottom:1px solid rgba(210,41,54,1);
	box-shadow:0 4px 5px -3px #000;
	position:relative;
	/*background:#fff;*/
	background: rgba(0,0,0,1);
}
.main-nav{
	height: 100%;
	text-align:center;
	margin: 0px;
	padding:0;
	list-style:none;
}
.main-nav li{
	display:inline;
	margin:0 1px;
}
.main-nav li a{
	display:inline-block;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-decoration: none;
	line-height:20px;
	margin:17px 32px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.main-nav li a:hover{ 
	text-decoration: none ;
	color: rgba(210,41,54,1);
}

.small-logo{ 
	padding:0 32px;
}

.main-section{
	width: 100%;
	/*-webkit-box-shadow: 0px 0px 20px 15px rgba(0, 0, 0, 1);
	-moz-box-shadow:    0px 0px 20px 15px rgba(0, 0, 0, 1);
	box-shadow:         0px 0px 20px 15px rgba(0, 0, 0, 1);*/
}

.resnavclick {
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	text-decoration: none !important;
	color:#fff;
	font-style: normal !important;
	display: none;
	width:42px;
	height:27px;
	margin:20px auto;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.resnavclick:hover, .resnavclick:active, .resnavclick:focus {
	color: #C51400 !important;
}


/* SOBRE MI ----------------------------------------------- */

#about{
	min-height: 100vh;
	padding: 0 0 60px 0 !important;
	background: #f5f5f5;
}

#about a{
	color: #000;
}

#about a:hover{
	color: #C51400;
	text-decoration: none;
}

#about .row{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin:auto;
}

#about .row > [class*='col-'] {

  max-height:100%;
}

.aboutfigure{
	background: rgba(0,0,0,0) url(../img/about.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.aboutrow{
	width:80%;
	text-align: justify;
}

.avatar-container{
	margin: auto;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWN48ODBfwaiAE6VAEI9Bz/UyxD1AAAAAElFTkSuQmCC) repeat;;

}

.avatarbg{
	height: 60vh;
	/*background: url(../img/hbg.jpg) fixed;
	background-size: cover;*/
	box-shadow: inset 0 -103px 38px -50px rgba(0,0,0,0.3);
}

.avatar{
	position: relative;
	height: 130px;
	width: 130px;
	border-radius: 50%;
	background:#000 url(../img/avatar.jpg);
	background-size: 130px;
	/*margin: -65px auto;*/
	margin: -65px auto auto;
	z-index:2;
	border: 2px solid #F0F0F0;

	/*animation-name: border;
    animation-duration: 4s;
    animation-timing-function: cubic-bezier(.99,.01,.58,1);
	*/
}

.avatar-container h2{
	font-size:34px;
	color:#222222;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	text-align:center;
	text-transform: none;
	margin: 15px 0 15px 0;
}

.avatar-container h6{
	padding-bottom: 30px;
}

.colfigure{
	max-height: 100%;

}

.featured-work{
	font-size:14px;
}
.featured-work h2{
	text-align:right;
}
.featured-box{
	padding:0 0 0 0;
	margin-bottom:25px;
	font-size:14px;
}
.featured-box h3{
	margin-bottom:5px;
}
.featured-box p{
	line-height:22px;
}
.featured-work p.padding-b{
	padding-bottom:35px;
}
.featured-box-col1{
	width:60px;
	float:left;
}
.featured-box-col1 i{
	display:block;
	line-height:38px;
	font-family: 'FontAwesome';
	font-size:38px;
	color:#777777;
	font-style:normal;
}
.featured-box-col2{ overflow:hidden;}

/* Separador ---------------------------------------------------------*/

.sep-section{
}
.sep01{
	height:300px;
	background:#000 url(../img/sep01.jpg) 100% 0px fixed;
	background-size: cover;
	opacity: 0.8;
    width: 100%;
    padding: 0px;
}

.finn{
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0) url(../img/finn.png) 50% 0px fixed;
	background-size: 100vh;
	position: relative;
	background-repeat: no-repeat;
}

.sep02{
	height: 300px;
	background: #000 url(../img/himemoon.png) 100% 0px fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0px;
}

.hime{
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0) url(../img/hime.png) 50% 280px fixed;
	background-size: cover;
	position: absolute;
	background-repeat: no-repeat;
	margin-top: -300px;
}

.himehouse{
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0) url(../img/himehouse.png) 100% 350px fixed;
	background-size: 50%;
	background-align: right;
	position: relative;
	background-repeat: no-repeat;
}

.sep03{
	height: 300px;
	background: #585858 url(../img/f1b.png) 100% 0px fixed;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	padding: 0px;
}

.f1a{
	height: 300px;
	width: 100%;
	background: rgba(0,0,0,0) url(../img/f1a.png) 100% 0px fixed;
	background-size: 100%;
	position: absolute;
	background-repeat: no-repeat;
}

/* Portfolio ----------------------------------------------------------*/

.main-section.paddind{
	padding-bottom:60px;
}

.portfolioHead{
	padding-top: 120px;
	background: #f0f0f0;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWN48ODBfwaiAE6VAEI9Bz/UyxD1AAAAAElFTkSuQmCC) repeat;;

}

.portfolioFilter{
	display: flex-wrap;
	justify-content: center;

}
.vidframe{
	margin-bottom: 50px;
	border-radius:5px;
	max-width: 560px;
	max-height: 315px;
	min-width: 560px;
	min-height: 313px
}

.Portfolio-nav{
	padding:0;
	margin:0 0 45px 0;
	list-style:none;
	text-align:center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.Portfolio-nav li{
    margin: 0 10px;
    /* display: inline; */
}
.Portfolio-nav li a{
	display:inline-block;
	padding:10px 22px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	border-radius:0 0 5px 0 ;
	text-transform:uppercase;
	font-family: 'Quicksand', 700, sans-serif;
	background:#f7f7f7;
	margin-bottom:5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.Portfolio-nav li a:hover{
	background:#C51400;
	color:#fff;
	text-decoration:none;
}

.portfolioContainer{
	margin:20px auto;
	width:100%;
	min-height:100%;
}

.portfolioContainer h4{
	font-family: 'Open Sans', 400, sans-serif;
	font-style: italic;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #000;
}

/*.imgpopup img{ width:100%; }*/

.Portfolio-box{
	text-align:center;
	width:16.66%;
	min-height: 100px;
	overflow:hidden;
	float:left;
	margin-bottom: 15px;
}

.doble{
	text-align:center;
	width:33.33%;
	min-height: 100px;
	overflow:hidden;
	float:left;
	margin-bottom: 15px;
}

.Portfolio-box img{
	border-radius: 5px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
}

.grid-sizer{
	width: 16.66%;
	height: 100%;
	display:none;
}

.margen{
	width: 30px;
}

.Portfolio-nav li a.current{
	background:#C51400;
	color:#fff;
	text-decoration:none;
}
img {
   	max-width:100%;
}

.title{
	background:#fff;
    position: absolute;
    top: -1%;
    left: -1%;
    margin: 0;
    width: 102%;
    height: 102%;
    opacity: 0;
    z-index: 1;
  	border-radius: 5px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.title:hover{
	opacity: 0.9;
	z-index:1;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;	
	text-decoration:none;
}

/* no transition on .isotope container */

.isotope .isotope-item {
  /* change duration value to whatever you like */
  -webkit-transition-duration: 0.6s;
     -moz-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}


/* TIENDA ----------------------------------------------------*/

.tienda{
	min-height: 100vh;
	position:relative;
	padding: 120px 0 100px;

}

.shoprow{
	align: middle;
	width: 100%;
	height: 100px;
	background-color: #f7f7f7 !important;
	border-radius: 50px;
	box-sizing: border-box;
	display: flex;
	align-items: left;
	justify-content: center;
	flex-direction: column;
	padding-left: 100px;
	margin-bottom: 25px;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size:34px;
	color:#222222;
	font-family: 'Quicksand', sans-serif;
	font-weight:700;
	letter-spacing: -1px;
}

.shoprow h2{
	margin-bottom: 0px;
	text-decoration: none;
}

.shoprow h2:hover{
	color: #fff !important;
}

.shoprow:hover{
	background-color: #C51400 !important;
	color: #fff !important;
}

.dibujo-shop{
	background: rgba(0,0,0,0) url(../img/senhaku.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	position: absolute;
	height: 600px;
	width: 500px;
 	pointer-events: none;
 	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.top{top:0}
.middle{top:20%;/*half of the .box height*/}
.bottom{bottom:0}

.left{left:0;}
.center{left:50%;/*half of the .box width*/}
.right{right:15%;}

.service-list{
	padding:0 0 0 0;
	font-size:14px;
	margin-bottom:40px;
}
.service-list-col1{
	float:left;
	width:60px;
}
.service-list-col1 i{
	font-style:normal;
	font-size:38px;
	display:block;
	color:#222;
	font-family: 'FontAwesome';
	line-height:38px;
}
.service-list-col2{
	overflow:hidden;	
}


/* Contact ---------------------------------------------*/
.main-section.contact{
	padding:90px 0 100px;
	min-height: calc(100vh - 65px);
}

.contact-info-box{
	font-size:15px;
	margin:0 0 14px 68px;
	padding-left:0;
}
.contact-info-box h3{
	font-size: 15px;
	font-weight:400;
	float:left;
	width:102px;
	margin-right:12px;
	line-height:28px;
}
.contact-info-box h3 i{
	font-style:normal;
	font-size:18px;
	color:#222222;
	font-family: 'FontAwesome';
	font-weight:normal;
	margin-right:7px;
}
.contact-info-box span{
	line-height:28px;
	display:block;
	overflow:hidden;
}
.social-link{
	padding:35px 0;
	margin:0 0 0 68px;
	display:flex;
	overflow:hidden;
	list-style:none;
	justify-content: center;
}

.social-link li{
	float:left;
	margin-right:8px;
}
.social-link li a{
	display:block;
	width:35px;
	height:35px;
	text-align:center;
	line-height:35px;
	font-size:15px;
	color:#fff;
	background:#222222;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
}
.social-link li a:hover, .social-link li a:focus{
	text-decoration:none;
}

.twitter a:hover {
	background: #55acee;
}
.facebook a:hover {
	background: #3b5998;
}
.pinterest a:hover {
	background: #cb2026;
}
.linkedin a:hover {
	background: #55acee;
}
.dribbble a:hover {
	background: #ea4c89;
}

.form{
	margin:0 0 0 68px;
}
.input-text{
	padding:15px 16px;
	border:1px solid #ccc;
	width:100%;
	height:50px;
	display:block;
	border-radius:4px;
	font-size:15px;
	color:#aaa;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid #C51400;
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 20, 0, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 20, 0, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(197, 20, 0, 0.3);
}

.input-text.text-area{
	height:165px;
	resize:none;
	overflow:auto;
}
.input-btn{
	display:block;
	width:175px;
	height:50px;
	background:#C51400;
	border-radius:4px;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat';
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.input-btn:hover{
	background: #111;
	color: #fff;
}

#respuesta{
	display:none;
	height: 75px;
	border: 0px none;
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
	border-radius: 4px;
}

.php{
	background: red;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #888888;
	margin: 15px;
}

/* Footer ---------------------------------*/

.footer{
	/*background:#fff;*/
	background: #000;
	padding:20px 0 20px;
	border-top:1px solid rgba(210,41,54,1);
	box-shadow:0 4px 5px 3px #000;
}
.footer-logo{
	margin:15px auto 35px;
	width: 76px;
}
.copyright{
	color:#FFF;
	font-size:11px;
	display:block;
	text-align:center;
	text-shadow: 2px 2px 4px #000000;
}
.copyright a{
	color:#FFF;
	font-weight:600;
	text-decoration: none;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.copyright a:hover {
	color: #000;
}



/* Animation Timers
---------------------------------*/
.delay-02s { 
	animation-delay: 0.2s; 
	-webkit-animation-delay: 0.2s; 
}
.delay-03s { 
	animation-delay: 0.3s; 
	-webkit-animation-delay: 0.3s; 
}
.delay-04s { 
	animation-delay: 0.4s; 
	-webkit-animation-delay: 0.4s; 
}

.delay-05s { 
	animation-delay: 0.5s; 
	-webkit-animation-delay: 0.5s; 
}
.delay-06s { 
	animation-delay: 0.6s; 
	-webkit-animation-delay: 0.6s; 
}

.delay-07s { 
	animation-delay: 0.7s; 
	-webkit-animation-delay: 0.7s; 
}
.delay-08s { 
	animation-delay: 0.8s; 
	-webkit-animation-delay: 0.8s; 
}

.delay-09s { 
	animation-delay: 0.9s; 
	-webkit-animation-delay: 0.9s; 
}
.delay-1s { 
	animation-delay: 1s; 
	-webkit-animation-delay: 1s; 
}
.delay-12s { 
	animation-delay: 1.2s; 
	-webkit-animation-delay: 1.2s; 
}


