/*************  RESET ********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Muli', sans-serif;
}

body {
    line-height:1;

}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
    font-family: 'Inconsolata', monospace;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none !important;
    color: initial !important;
}

li{
	list-style: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

body.is-loading *{
	-moz-transition: none !important;
	-webkit-transition: none !important;
	-o-transition: none !important;
	-ms-transition: none !important;
	transition: none !important;
	-moz-animation: none !important;
	-webkit-animation: none !important;
	-o-animation: none !important;
	-ms-animation: none !important;
	animation: none !important;
}
header{
	padding: 2.3em;
}
footer{
	padding:1rem;
}
.book div{
	opacity: 1.0;
	-moz-transition: opacity 0.75s ease-in-out;			
	-webkit-transition: opacity 0.75s ease-in-out;			
	-o-transition: opacity 0.75s ease-in-out;			
	-ms-transition: opacity 0.75s ease-in-out;			
	transition: opacity 0.75s ease-in-out;		
}
.book div.loading{
	opacity: 0;
}

.book.container{
	width: 100%;
	max-width: 100%;
}

.navbar-brand{
	max-width: 300px;
}
	
	.navbar-brand>img{
		width: 300px;
		height: 113px;
	}
/**********************************************************/
nav a{
	display: inline-block;
	margin: 0 1em;
	text-decoration: none !important;
	color: #2b2b2b;
	font-size: .8em;
}
nav a:hover{
	color: #47e7b8;
}
/**********************************************************/
.hidden-xs{
 display: block;
}
.visible-xs{
	display: none;
}
.no-padding{
	padding: 0 !important;
}
.img-responsive{
	width: 100%;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.link{
	position: relative;
	letter-spacing: .1em;
	cursor: pointer;

}
.link:hover{
	color: #47e7b8;
}
.link:hover:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: -5px;
	background: #47e7b8;
}
.title{
	color: #47e7b8;
}
.subtitle{
	font-weight: 800;
	font-size: 80%;
	color: #9ea8b5;
	margin: 1em 0;
	letter-spacing: 1px;
}

.divider {
    text-align: center;
    margin: 1.5em auto;
    position: relative;
    width: 100%;
}
.divider>div>span {
    font-size: 13px;
    line-height: 1;
    background: #fff;
    color: #1b1b1b;
    padding: 2px 20px;
    position: relative;
    z-index: 2;
    letter-spacing: 1px;
}
.divider>div:before {
    content: "";
    display: block;
    border-top: solid 1px #ddd;
    width: 100%;
    position: absolute;
    top: 13px;
    z-index: 1;
}

.carousel-indicators{
	bottom: -2.5em !important;
}
.carousel-item h4{
	font-weight: 200;
}
/***************  Modal  ****************************/
#contact .modal-content{
	background-color: #000;
	color: #a4a4a4;
}
#studio .modal-content{
	background-color: #41ffb9;
}
.modal-content{
	height: 100vh;
}
.modal-body .container{
	margin-left: 25%;
}
.modal-body .navbar-brand{
	margin-left: -2em;
}
.modal-content a.link{
	color: #a4a4a4 !important;
}

.modal-content .link:hover{
	color: #fff !important;
}
.modal-content .link:hover:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	bottom: -5px;
	background: #fff;
}
.modal-content header{
	padding: 2.5rem;
}
.modal-content p{
	margin: 1rem 0;
}

.modal.fade .modal-dialog{
	 animation-duration: .5s;
	animation-name: slidein;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 100%; 
  }

  to {
    margin-left: 0%;
    width: 100%;
  }
}
/**********************************************************/


/**********************************************************/

.vista {
	width: 100%;
	visibility: none;
	cursor: default;
	float: left;
	overflow: hidden;
	position: relative;
	text-align: center;
	-moz-transition: opacity 0.75s ease-in-out;			
			-webkit-transition: opacity 0.75s ease-in-out;			
			-o-transition: opacity 0.75s ease-in-out;			
			-ms-transition: opacity 0.75s ease-in-out;			
			transition: opacity 0.75s ease-in-out;	
}

	.vista .mascara,
	.vista .contenidoMascara {
		left: 0;
		overflow: hidden;
		position: absolute;
		top: 0;
        width: 100%;
        height: 100%;
	}
	
	.vista img {
		display: block;
		position: relative;
	}
	
	.vista h2 {
		background: rgba(0,0,0,0.8);
		color: #47e7b8;
		font-size: 17px;
		margin: 20px 0 0 0;
		padding: 10px;
		position: relative;
		text-align: center;
	}
	
/* Estilos Animacion */

.vistaDecima img {
		-webkit-transform: scaleY(1);
		-moz-transform: scaleY(1);
		-o-transform: scaleY(1);
		-ms-transform: scaleY(1);
	transform: scaleY(1);
		-webkit-transition: all 0.7s ease-in-out;
		-moz-transition: all 0.7s ease-in-out;
		-o-transition: all 0.7s ease-in-out;
		-ms-transition: all 0.7s ease-in-out;
	transition: all 0.7s ease-in-out;
	width: 100%;
}

.vistaDecima .mascara {
	background:rgba(0,0,0,.5);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	opacity: 0;
}

.vistaDecima h2 {
	position: absolute;
	color: #47e7b8;
	margin-top: -10px;
	height: 20px;
	top: 50%;
	text-align: center;
	width: 100%;
	text-shadow: 0px 0px 10px #000000;
	background: transparent;
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		-ms-transform: scale(0);
	transform: scale(0);
		-webkit-transition: all 0.5s linear;
		-moz-transition: all 0.5s linear;
		-o-transition: all 0.5s linear;
		-ms-transition: all 0.5s linear;
	transition: all 0.5s linear;
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	opacity: 0;
}

.vistaDecima:hover img {
		-webkit-transform: scale(1.5);
		-moz-transform: scale(1.5);
		-o-transform: scale(1.5);
		-ms-transform: scale(1.5);
	transform: scale(1.5);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
	opacity: 1;
	 -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.vistaDecima:hover .mascara {
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	opacity: 1;
}
.vistaDecima:hover h2{
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
	transform: scale(1);
		-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
	opacity: 1;
}


/************ MEDIA ************/

@media (max-width: 768px) {
  	.hidden-xs{
		display: none;
	}
	.visible-xs{
		display: block;
	}
	.modal-body .container{
		margin-left: 0;
	}
	.modal-content header {
    	padding: 2em 1em;
	}
	.modal-body .navbar-brand{
		margin-left: 0;
		padding-top: 0 !important;
	}
	header {
    	padding: 2em 1em 3em;
	}
	.navbar-brand{
		padding-top: 3rem !important;
	}
	.carousel-item h4{
		font-size: 1.1rem;
	}
	
}