@font-face {
  font-family: 'BebasNeue';
  src:  url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff');
}

html {
  height: 100%;
}
body {
  min-height: 100%;
}

body {
	background-image: url("../imgs/background_pattern.jpg");
	background-repeat: repeat;
	/*font-family: 'Roboto', sans-serif;*/
	font-family: 'Darker Grotesque', 'Roboto', sans-serif;
	margin:0px;
	padding:0px;
	font-size: 17px;
}

header {
	height:70px;
	position:fixed;
	width: 100%;
	z-index: 10;
}
.looking-header {
	/*background: url('../imgs/cabecera_fondo.png') no-repeat scroll 50% 50%;*/
	background-color: rgba(0,0,0,.9);
	background-size:auto;
	position:relative;
	width: 100%;
    height: 75px;
    padding-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.4);
}

.looking-header-grid {
	background: url('../imgs/cabecera_fondo-grid.png') repeat-x;
	background-size:contain;
	position:relative;
	width: 100%;
    height: 0;
    padding-top: 10.05%;
}

.looking-landing-photo header {
	position:relative;
	height:70%;
}



.looking-landing-photo #nav {
	left:0px;
}

.photo-menu {
	text-align:center;
	margin-bottom:0px;
	color:#FFF;
	font-family: 'BebasNeue';
	font-size:1.6vw;
	text-shadow: 0px 0px 10px #111;
	position: relative;
}

.photo-menu-grid {
	margin-bottom:30px;
}

.photo-menu ul {
	list-style-type: none;
	padding: 0px;
	/* margin-bottom:-1%; */
}

.photo-menu ul li {
	display:inline;
}

.photo-menu ul li a{
	color:#FFF;
	text-decoration:none;
}

.photo-menu ul li a:hover{
	text-decoration:none;
	opacity:0.6;
}

.evento-full a { display:table;}

/*.header-circle {
	border-color:#000;
	border-radius: 50%;
	height:45px;
    width:90px;
    border-radius: 0 0 90px 90px;
    -moz-border-radius: 0 0 90px 90px;
    -webkit-border-radius: 0 0 90px 90px;
	background-color:#000;
}*/

@media all and (max-width: 767px){
	.looking-landing-photo header {
		height:auto!important;
	}
	.looking-landing-photo header .looking-header-grid{
		height: 90px;
	}
	#nav li.menu-item.logo-album {
    	height: 90px!important;
    }
	.photo-menu{
		margin-top: 10px;
		font-size: 26px;
	}
	body.looking-landing-photo #nav{
    	background: none;
    }
}

@media all and (max-width: 480px){
	.looking-landing-photo header{
		min-height: 100px;
	}
	.looking-landing-photo header .looking-header-grid{
		height: auto;
		width: 100%;
	}
	#nav li.menu-item.logo-album {
    	height: 80px!important;
    }
    .looking-landing-photo header{
    	height: 70px!important;
    }
    body.looking-landing-photo #nav{
    	height: 80px;
    }
}

.wp-contact {
  max-width: 300px;
  margin-top: 14px;
  font-family: 'Lato';
}
.wp-contact img {
  width: 26px;
  height:auto;
  margin-right: 10px;
}
.wp-contact a {
  font-size: 16px;
  color: #ffffff;
  background: #9154F7;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  border-style: hidden;
  text-decoration: none;
}

.btn-wp {
  justify-content: center;
  position: fixed;
  bottom: 0px;
  right: 0px;
  min-width: 289px;
  z-index: 10000;
}

.btn-wp a {
  font-size: 16px;
  color: #ffffff;
  background: #9154F7;
  line-height: 1.2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 120px;
  height: 50px;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  border-style: hidden;
  text-decoration: none;
}

.btn-wp p {
  position: absolute;
  bottom: 7px;
  left: 57px;
  font-family: 'Lato';
}

.btn-wp img {
  width: 26px;
  height: auto;
  position: absolute;
  left: 20px;
}

#nav {
	width:100%;
	top:0px;
	/*left:2.2%;*/
	margin:0 auto;
	padding: 15px 0 0 0;
	text-align:center;
	height:70%;
	position:absolute;
	font-family: 'BebasNeue';
}
body.looking-landing-photo #nav{
	padding: 5px 0 0 0;
	margin-top: 5px;
}
#nav .left{
	position: absolute;
	width: 50%;
	left: 0;
	padding-right:100px;
	text-align: right;
}
#nav .right{
	position: absolute;
	width: 50%;
	left: 50%;
	padding-left: 49px;
	text-align: left;
}
.looking-header .middle{
	left: 50%;
    margin-left: -95px;
    position: absolute;
    top: 3px;
    width: 140px;
}
.looking-header .middle a{
	display: block;
}

.looking-header .middle a img{
	width: 100%;
}

.looking-header button{
	z-index: 3;
}
.looking-header .middle{
	z-index: 2;
}
.looking-header #nav{
	z-index: 1;
}

#nav ul {
	list-style-type: none;
	padding: 0px;
}

#nav img {
	max-width:100%;
	max-height:100%;
	margin:auto;
}

#nav li {
	display:inline;
	color:#FFF;
	font-size: 26px;
	text-shadow: 0px 0px 10px #111;
}
#nav li.logo-album img{
	max-height: 95px;
	max-width: inherit;
	width: auto;
	display: block;
	margin: 0 auto;
}

#nav a {
	color:#FFF;
	/*display:grid;*/
	vertical-align: middle;
	position:relative;
	top:-3px;
}
.looking-header .middle li a{
	display: block;
}

#nav a:hover {
	text-decoration:none;
	opacity:0.6;
}

#nav li.menu-separator {
	margin:0px 15px 0px 15px;
}

#nav li span {
	display: table-cell;
    vertical-align: middle;
}

#nav li.menu-option span {
	padding-top:5px;
}

@media all and (max-width: 767px){
	.looking-header{
		display: table;
	}
	#nav{
		top: 0;
		left: 0!important;
		right: 0;
		height: auto;
		background: black;
		padding: 0;
	}
	#nav .left, #nav .right{
		width: 100%;
		text-align: center;
		left: 0;
		right: 0;
		position: relative;
		padding-right: 0;
		padding-left: 0;
	}
	#nav .left{
		margin-top: 80px;
		margin-bottom: 0;
	}
	#nav li.menu-separator{
		display: none;
	}
	#nav li{
		display: block;
		/*border-top: 1px solid #333;*/
		height: auto!important;
	}
	/*#nav li a{
		display: block;
		padding: 10px 0;
	}*/
}

.section-grid img{
	width:100%;
	margin-bottom:30px;
	border: 4px solid #fff;
}

.section-grid-row-open {
	text-align:center;
}

.section-grid-row-open img {
	width:auto;
	/* height:350px; */
}

.section-grid-row {
	text-align:center;
	position:relative;
	height:100%;
}


.section-slide{
	width:100%;
	box-shadow: 10px 0px 20px #000;
}

.section-slide.welcome{
	max-height: 95vh;
    overflow: hidden;
    height: auto;
}



.section-slide.welcome .item{
	max-height: 95vh;
    height: auto;
}
.titleslide{
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent url(../imgs/diagonal_asc.png) no-repeat scroll 100% 0;
    background-size: cover;
}
.two .titleslide{
    background: transparent url(../imgs/diagonal_dec.png) no-repeat scroll 0 0;
}
.titleslide img{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.titleslide span{
    z-index: 2;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'BebasNeue',sans-serif;
    bottom: 0;
    width: 100%;
    font-size: 3.8em;
    padding: .4em 0;
    position: relative;
    padding-top: 2em;
}
.titleslide span p{
    /*background: linear-gradient(to right, #cdcecd 0%, #fefefb 100%);*/
    background: linear-gradient(to right, #FEFEFE 0%, #fefefb 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0;
    margin: 0;
}
.section-slide.interna .item{
	max-height: 80vh;
	height: auto;	
}
@media all and (max-width: 1350px){
    .titleslide span{
        font-size: 3em;
    }
}
@media all and (max-width: 991px){
    .titleslide span{
        font-size: 2.5em;
    }
}
@media all and (max-width: 767px){
    .titleslide span{
        line-height: 1em;
    }
    .titleslide img{
        width: 150%;
    }
}
@media all and (max-width: 600px){
    .titleslide img{
        width: 100%;
    }
    .titleslide span{
        font-size: 1.5em;
        padding: 1.5em 15px .5em 15px;
    }
}
@media all and (max-width: 520px){
    .titleslide img{
        width: 220%;
    }
}
@media all and (max-width: 480px){
	.section-slide {
		padding-top: 62px;
	}
}

.section-slide img{
	width:100%;
}

.looking-slider {
	z-index:-9;
}

.section-intro, .section-branding {
	text-align:center;
	color:#fff;
}

.section-intro h1, .section-branding h1 {
	font-family: 'BebasNeue';
	font-size:5.0vw;
}
@media all and (max-width: 480px){
	.section-intro h1, .section-branding h1{
		font-size: 1.5em;
	}
}

.section-intro p, .section-branding p {
	font-family: 'Roboto', sans-serif;
	padding-left:25px;
	padding-right:25px;
}

.section-branding {
	padding-top:20px;
	padding-bottom:20px;
}

/*sections*/

.section-one {
	background: url('../imgs/background_stripe_01.png') no-repeat;
	background-size:cover;
	position:relative;
	width: 100%;
    height: 100%;
    overflow:hidden;
    z-index:-9;
}

.section-two {
	position:relative;
	width: 100%;
    height: 100%;
    overflow:hidden;
    z-index:-9;
}

.section-three {
	background: url('../imgs/background_stripe_02.png') no-repeat;
	background-size:cover;
	position:relative;
	width: 100%;
    height: 100%;
    overflow:hidden;
    z-index:-9;
}

.section-four {
	position:relative;
	width: 100%;
    height: 100%;
    overflow:hidden;
    z-index:-9;
}

.section-branding {
	background: url('../imgs/background_stripe_01.png') no-repeat;
	background-size: 100% 50%;
	position:relative;
    overflow:hidden;
    z-index:-9;
}

.section-branding .looking
{
	float: left;
	width: 50%;
}

.section-branding .looking img
{
	width: 65%;
	height: auto;
	float: right;
}

.section-branding .txt-brand
{
	float: right;
	width: 50%;
	text-align: left;
	padding-top: 50px;
}

.section-branding .txt-brand h1
{
	margin-bottom: 0;
}

.section-branding .txt-brand p
{
	padding-left: 0;
}

.branding-content
{
	width: 70%;
	margin: 0 auto;
}

.clearfix
{
	clear: both;
}

.section-one img {
	width: inherit;
	max-width: 75%;
	height: auto;
	z-index:-9;
}

.section-two img {
	width: inherit;
	max-width: 70%;
	height: auto;
	z-index:-9;
}

.section-three img {
	width: inherit;
	max-width: 75%;
	height: auto;
	z-index:-9;
}

.section-four img {
	width: inherit;
	max-width: 100%;
	height: auto;
	z-index:-10;
}

.animation-one {
	width:100%;
	margin-left:25%;
	padding-top:13%;
	padding-bottom:10%;
}

.animation-two {
	width:100%;
	margin-right:25%;
}

.animation-three {
	width:100%;
	margin-left:25%;
	padding-top:10%;
	padding-bottom:10%;
}

.animation-four {
	width:100%;
}

.animation-element {
	opacity: 0;
	position: relative;
}

.section-intro {
	padding-top: 30px;
}

.section-grid-footer.open-picture{
	position: fixed!important;
	z-index: 70;
	background-image: url("../imgs/background_pattern.jpg")!important;
	background-repeat: repeat!important;
}
.section-grid-footer {
	background:#0a0a07;
	position:absolute;
	bottom:0px;
	width: 100%;
    margin-left: auto ;
    margin-right: auto ;
}

.section-grid-footer ul {
	display:table;
	text-align: center;
    margin: 0 auto;
    width:50%;
    padding-left:0px;
}

.section-grid-footer ul li{
	display:table-cell;
	margin-left: auto ;
    margin-right: auto ;
    padding-top:15px;
    padding-bottom:15px;
}

.section-grid-footer a:hover {
	opacity:0.6;
}

.section-grid-footer img{
	width:40px;
}

.section-faq {
	width:750px;
	margin:0 auto;
	padding-top:30px;
}

.section-contacto {
	color:#FFF;
	padding-top: 100px;
	padding-bottom: 30px;
	overflow:hidden;
}

.section-contacto ul {
	list-style-type:none;
	font-weight:400;
	font-size:18px;
}

.section-contacto strong{
	font-weight:500;
}

.contacto-separador {
	float:left;
	margin-right:30px;
	margin-top:-20px;
	margin-left:-20px;
}

.looking-faq-dropdown a {
	font-family: 'BebasNeue';
	color:#FFF;
	font-size:40px;
	cursor:hand;
	cursor:pointer;
}

.section-contacto-headline {
	font-family: 'BebasNeue';
	font-size:36px;
	text-align:right;
	line-height:36px;
	margin-right:50px;
	margin-top:20px;
}

.looking-faq-arrow-up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.looking-faq-dropdown a:hover {
	text-decoration:none;
}

.looking-faq-dropdown p {
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	margin-top:-30px;
}

.looking-faq-dropdown-menu {
	background:none;
	position:relative;
	border:0px;
	box-shadow:none;
}

.looking-faq-dropdown-ico img{
	width:20px;
	margin-left:10px;
}

.looking-faq-sublineado {
	display:block;
	position: relative;
    top: -20px;
}

.looking-faq-sublineado img{
	width:100%;
}

.section-grid .evento-full img
{
	width: 100%;
	height: auto;
}

/* social networks */

ul.looking-social {
	list-style-type: none;
	padding: 0px;
	padding-top:10px;
}

ul.looking-social li {
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

ul.looking-social li a:hover {
	opacity:0.6;
}

ul.looking-social li img {
	width:2%;
}

ul.looking-footer-links {
	list-style-type: none;
	padding: 0px;
}

ul.looking-footer-links {
	margin-top:18px;
	padding-left:15px;
	padding-right:15px;
}

ul.looking-footer-links li {
	display:inline;
	color:#FFF;
	font-family: 'Roboto', sans-serif;
	margin-left:5px;
	margin-right:5px;
}

ul.looking-footer-links li a{
	text-decoration:none;
	color:#FFF;
}

ul.looking-footer-links li a:hover{
	opacity:0.6;
}

footer {
	padding-top:80px;
	padding-bottom:25px;
	text-align:center;
	background: url('../imgs/fondo_foot.png') no-repeat;
	background-size:cover;
	clear: both;
}
.title-section{
	font-family: "BebasNeue";
	font-size: 1.8vw;
    text-shadow: 0 0 10px #111;
    color: #ffffff;
    font-size: 3vw;
    text-shadow: 0 0 10px #111;
}
.section-caso{
	padding: 40px 0 0 0;
	position: relative;
	overflow: hidden;
}
.section-caso .inner{
	width: 600px;
	margin: 0 auto;
}
.section-caso .link a{
	display: inline-block;
	background: transparent url(../imgs/case/case-more.png) no-repeat scroll 0 0;
	width: 94px;
	height: 29px;
	text-indent: -999999em;
	opacity: .5;
}
.section-caso .link a:hover{
	opacity: 1;
}
.section-caso .caso-left,
.section-caso .caso-right{
	width: 50%;
	float: left;
}
.section-caso ul.head{
	display: table;
	width: 100%;
	padding: 0 0 20px 0;
}
.section-caso ul.head li{
	display: table-cell;
	width: 33.3333%;
	vertical-align: middle;
}
.section-caso ul.head li.client{
	text-align: center;
	vertical-align: middle;
}
.section-caso ul.head li.link{
	text-align: right;
}
.section-caso ul{
	list-style: none;
	clear: both;
}
.section-caso ul.gallery{
	padding: 0 0 0 6px;
	margin: -5px 0 0;
}
.section-caso ul.gallery li{
	float: left;
	width: 33.3333%;
	min-height: 120px;
	position: relative;
}
.section-caso ul.gallery li span{
	padding: 7px 6px 7px 7px;
	display: block;
	width: 100%;
	height: 100%;
}
.section-caso ul.gallery li span img{
	width: 100%;
	border: 2px solid #333333;
}
.video_yt,.section-caso .video{
	width: 100%;
	padding: 40px 0 0 0;
}
.section-caso .video,.section-caso iframe{
	width: 100%;
	padding: 0;
}
.video_yt iframe,.section-caso iframe{
	-webkit-box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
-moz-box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #333333;
}

.maximize-width,.section-grid-row-open-wrap.maximize-width-cont{
	position: relative;
}
.section-grid-row-open-wrap.maximize-width-cont{
	margin-top: 0;
}
.footer-maximize{
	margin-top: -50px;
	z-index: 1;
}
.open-picture.maximize-width{
	z-index: 2;
}

/* popup */
.popup{
	border: 1px solid #333333;
	border-radius: 5px;
	z-index: 90;
	width: 90%;
	left: 50%;
	margin: 0 0 0 -45%;
	position: absolute;
	top: 100px;
	left: 50%;
	background:#000 url("../imgs/background_stripe_02.png") no-repeat scroll 50% 50%;
	text-align: center;
	-webkit-box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
	-moz-box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
	box-shadow: 0px 0px 33px 4px rgba(235,235,235,0.18);
	display: none;
}
.popup a.download{
	margin: 50px auto;
	display: inline-block;
	border: 2px solid #ffffff;
	border-radius: 10;
	padding: 40px;
	border-radius: 3px;
}
.popup a.download:hover{
	opacity: .8;
	background-color: #000;
}
.popup a.close{
	position: absolute;
	right: 5px;
	top: 5px;
	text-indent: -9999em;
	width: 20px;
	height: 20px;
	background: transparent url(../imgs/close.png) no-repeat scroll 50% 50%;
	opacity: .8;
}
.popup a.close:hover{
	opacity: .8;
}
.popup p{
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	padding: 20px 20px 50px 20px;
}
.canvas{
	background: rgba(000,000,000,.9);
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	z-index: 89;
	display: none;
}


/* carousel */
.carousel.carousel.fade {
  opacity: 1;
}

.carousel.carousel-fade .carousel-inner .item {
	left: 0 !important;
	-webkit-transition: opacity .4s; /*adjust timing here */
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
.carousel.carousel-fade .carousel-inner .active {
	opacity: 1;
	-moz-transition: opacity ease-in-out .7s;
	-o-transition: opacity ease-in-out .7s;
	-webkit-transition: opacity ease-in-out .7s;
	transition: opacity ease-in-out .7s;
	z-index:2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}

.animation-element.come-from-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-30%, 0px, 0px);
  -webkit-transform: translate3d(-30%, 0px, 0px);
  -o-transform: translate(-30%, 0px);
  -ms-transform: translate(-30%, 0px);
  transform: translate3d(-30%, 0px, 0px);
}

.animation-element.come-from-left.in-view {
  opacity: 1;
  -moz-transform: translate3d(0%, 0px, 0px);
  -webkit-transform: translate3d(0%, 0px, 0px);
  -o-transform: translate(0%, 0px);
  -ms-transform: translate(0%, 0px);
  transform: translate3d(0%, 0px, 0px);
}

.animation-element.come-from-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100%, 0px, 0px);
  -webkit-transform: translate3d(100%, 0px, 0px);
  -o-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate3d(100%, 0px, 0px);
}

.animation-element.come-from-right.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.section-partners {
	width:700px;
	margin:auto;
	padding-top:40px;
}

.section-partners h3 {
	color: #FFF;
	font-family: 'BebasNeue';
	text-align:center;
	font-size:42px;
}

.section-partners p {
	color: #FFF;
	font-family: 'Roboto';
	text-align:center;
}


.section-partners-tit-uno {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	background-image: url("../imgs/subrayado_partners_texto01.png");
	height:50px;
	margin-bottom:15px;
}

.section-partners-tit-dos {
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
	background-image: url("../imgs/subrayado_partners_texto02.png");
	width:555px;
	margin:auto;
	height:50px;
	margin-bottom:15px;
}

.section-partners-p-uno {
	margin-bottom:55px;
}

.section-partners-p-dos {
	margin-bottom:25px;

}


.item-active {
	background-image: url("../imgs/menu_subrayado.png");
	background-repeat:no-repeat;
	background-size:contain;
	background-position:bottom;
}

.looking-form-contact-submit {
	display:block;
	width:140px;
	float:right;
	margin-top:10px;
	margin-right:-10px;
}

.maximize-width
{
	z-index: 0;
}

.footer-maximize.open_picture,.footer-maximize.with-social {
	padding-bottom: 70px;
}


#in-pop-iphone p
{
	text-transform: none;
}

#in-pop-iphone input
{
	margin-top: 50px;
	background: #eaeaea;
	color: #333;
	padding: 10px;
	width: 90%;
	border: 1px solid #fff;
}

#in-pop-iphone input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333;
}
#in-pop-iphone input::-moz-placeholder { /* Firefox 19+ */
  color: #333;
}
#in-pop-iphone input:-ms-input-placeholder { /* IE 10+ */
  color: #333;
}
#in-pop-iphone input:-moz-placeholder { /* Firefox 18- */
  color: #333;
}

.btn-enviar, .btn-cancelar
{
	padding: 12px 20px;
	border: 1px solid #eaeaea;
	color: #fff;
	background: #333;
	display: table;
	float: left;
	width: 45%;
}

.btn-enviar:hover, .btn-cancelar:hover
{
	color: #fff;
	text-decoration: none;
	background: #666;
}

.btn-enviar{
	margin-right: 10%;
}

.btnsPopup
{
	width: 80%;
	margin: 0 auto;
	padding-bottom: 40px;
}

/* responsive */

@media (max-width: 767px) {

	header{
		height: auto;
	}

	ul.looking-social li img {
	width:5%;
	}

	.section-contacto-headline {
		text-align:left;
		padding-left:10px;
		margin-right:0px;
	}

	.section-contacto ul {
		font-size:18px;
		padding-left:0px;
	}

	.contacto-separador {
		display:none;
	}

	.section-partners h3 {
		font-size:32px;
	}

	.section-grid-row-open-wrap {
	    position: absolute;
	    top: 30%;
	    text-align: center;
	    left: 0px;
	    margin-top: -9.5em;
	    width: 100%;
	}

}

@media (max-width: 967px) {

	#nav {
		left:1.9%;
	}

	ul.looking-social li img {
	width:5%;
	}

	.photo-menu img {
		width:60px;
	}

	.section-grid-footer ul {
		width: 65%;
	}

	.section-faq {
		width:100%;
		padding-top:30px;
	}

	.section-grid img {
		width: auto;
	    height: 270px;
	}

	.section-partners {
		width:100%;
		margin:auto;
		padding-top:40px;
	}

	.section-partners h3 {
		font-size:36px;
	}

}


@media (max-width: 600px) {
	#nav {
		left:1.5%;
	}

	.section-partners h3 {
		font-size:30px;
	}

	.section-partners-tit-dos {
		width:390px;
	}

	.branding-content
	{
		width: 100%;
		font-size: 14px;
	}

	.section-branding .looking img
	{
		width: 100%;
	}

	.section-branding
	{
		background: no-repeat;
	}
	.video_yt iframe,.section-caso .inner{
		width: 90%;
		margin: 0 5%;
	}
	.section-caso .caso-left,
	.section-caso .caso-right{
		width: 100%;
		float: none;
		clear: both;
		padding-bottom: 20px;
	}
	.section-caso ul.gallery{
		padding: 0;
	}

	.btn-enviar, .btn-cancelar{
		width: 100%;
	}

	.btn-enviar
	{
		margin: 0;
		margin-bottom: 30px;
	}

}

@media (max-width: 480px) {
	.looking-header{
		padding-top: 0;
		background-position: 50% 100%;
	}

	.looking-header .middle{
		width: 150px;
		margin-left: -75px;
		top: 0;
	}

	body.looking-landing-photo #nav{
		top: 0;
	}
	body.looking-landing-photo .photo-menu-grid{
		margin-bottom: 10px;
		margin-top: 10px;
	}
	#nav{
		top: 0;
	}
	#nav img{
		max-height: 60px;
	}
	#nav .left {
    	margin-top: 78px;
    }
	ul.looking-social li img {
		width:10%;
	}
	.photo-menu img {
		width:110px;
	}
	.separador-menu-grid {
		width:75px;
	}

	.looking-header-grid {
		height:65px;
    width: 50%;
    margin:0 auto;
	}

	.section-grid-row-open-wrap {
    	position: absolute;
    	top: 33%;
    	text-align: center;
    	left: 0px;
    	/*margin-top: -8.8em;*/
    	width: 100%;
	}

	.section-grid-row-open img {
		width:285px;
		height:auto;
	}

	#nav a {
		top:-1px;
	}

	#nav li.menu-item {
		font-size:1.4em;
	}

	#nav li.menu-item.logo-album{
		height:80px!important;
		display: inline-block;
	}

	.section-grid img {
		width: auto;
	    height: 90%;
	    margin-top: 10%;
	    border: 4px solid #fff;
	}

	.section-grid-footer ul {
		width: 100%;
	}

	.section-contacto-headline {
		font-size:22px;
		line-height:22px;
	}

	.section-contacto {
		padding-top:20px;
	}

	.section-faq {
		width:100%;
		padding-top:30px;
	}

	.looking-faq-dropdown-ico img {
		width:15px;
	}
	.looking-faq-dropdown a {
		font-size:22px;
	}

	.looking-faq-dropdown p {
		font-size:12px;
	}

	.looking-faq-sublineado {
		top:-10px;
	}

	.section-contacto ul {
		font-size:14px;
	}

	.section-partners h3 {
		font-size:20px;
	}

	.section-partners-tit-uno {
		height:35px;
	}
	.section-partners-tit-dos {
		width:280px;
		height:35px;
	}

	.section-partners p {
		font-size:13px;
	}

	.section-partners {
		padding-top:15px;
	}

	.looking-form-contact-submit {
		width:110px;
	}

	.photo-menu {
		font-size:20px;
		z-index: 88;
	}

	.photo-menu-grid img.separador-menu-grid {
		width:75px;
	}

	.photo-menu img
	{
		visibility: hidden;
	}
	.title-section{
		font-size: 24px;
	}
	.section-caso .link a{
		background: transparent url(../imgs/case/case-more-mobile.png) no-repeat scroll 0 0;
		width: 29px;
	}
}
@media (max-width: 320px) {
	#nav img{
		max-height: 60px;
	}
	.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img{
		max-width: 150%;
	}
	.section-slide img{
		width: 150%;
		margin-left: -25%;
	}
}

/* safari menu */

body.safari .menu-item {
	display:inline-block!important;
}

/* Contact Form */

.looking-contact-form input[type='text'] {
  border: 1px solid #9154F7;
  display: block;
  background: #EEE;
  /*border-top: 0px;
  border-right: 0px;
  border-bottom: 0px;*/
  width: 100%;
  height: 40px;
  margin-bottom: 15px;
  color: #333;
  padding-left: 10px;
  font-weight: 500;
}

.looking-contact-form textarea {
	border: 1px solid #9154F7;
	display:block;
	background: #EEE;
	/*border-top:0px;
	border-right:0px;
	border-bottom:0px;*/
	color: #333;
	width: 100%;
	height:110px;
	padding-top:8px;
  padding-left: 10px;
  font-weight: 500;
  margin-left: 20px;
}

::-webkit-input-placeholder {
  color: #FFF;
}
::-moz-placeholder {
  color: #FFF;
  opacity: 1
}
:-ms-input-placeholder {
  color: #FFF;
}
:-moz-placeholder {
  color: #FFF;
}

.page-nav{
	height: 60px;
	display: block;
	position: relative;
	text-align: center;
	color: #fff;
	line-height: 24px;
	font-size: 18px;
	width: 260px;
	margin: 20px auto;
}
.page-nav .pag{
	padding: 4px 8px;
	display: inline-block;
	text-decoration: none;
	color: #ffffff;
}
.page-nav .pag.current{
	color: #cccccc;
}
.page-nav .page-prev,.page-nav .page-next{
	width: 33px;
	height: 33px;
	display: block;
	background: transparent url(../imgs/page_nav.png);
	background-repeat: no-repeat;
	position: absolute;
	text-indent: -99999em;
}
.page-nav .page-prev{
	background-position: left top;
	left: 20px;
	top: 0;
}
.page-nav .page-next{
	background-position: left bottom;
	right: 20px;
	top: 0;
}

.btn-loking{
	padding: 10px 15px;
	display: inline-block;
	background: transparent;
	border-radius: 4px;
	border-style: solid;
    border-width: 1px;
    border-color: #dfdfdf;
    border-image-source: linear-gradient(to bottom, #878787 , #404040 );
    border-image-slice: 1;
    width: 200px;
}
.open-picture{
	position: relative!important;
}
.section-grid-footer.open-picture{
	background: transparent;
}
.navbar-toggle .icon-bar{
	border-color: rgba(255,255,255,.6);
    background: rgba(255,255,255,.6);
}
.looking-header button{
	top: 22px;
}
@media all and (max-width: 480px){
	.looking-header button{
		top: 0;
	}
}
.modal .modal-content{
	background-color: #333;
}
.modal .modal-content .modal-header{
	background-color: #1e0f27;
	border-bottom: 1px solid #000000;
}
.modal .modal-content .modal-header h4{
	display: inline-block;
	color: #fff;
}
.modal .modal-content label{
	color: rgba(255,255,255,.7);
	font-weight: 400;
}

.modal .close {
    color: #fff;
    opacity: .8;
}
.modal .close:hover{
	opacity: 1;
}
.modal hr{
	border-color: rgba(0,0,0,.4);
}
body.noscroll{
    position:fixed;
    overflow:hidden;
}

/* BLOCKED */
.blocked-canvas{
	background: rgba(0,0,0,.9) url(../imgs/bgblocked.png);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
}

.blocked{
	z-index: 91;
	display: flex;
    justify-content: center;
    flex-wrap: center;
    align-items: center;
    color: #ffffff;
    text-align: center;
    font-size: 1.3em;
    position: absolute;
    width: 100%;
}

.blocked .box{
	background: rgba(0,0,0,.9);
	z-index: 91;
	display: flex;
	width: 80vw;
	margin: 0 10vw;
	border: 10px solid rgba(255,255,255,.3);
	text-align: center;
}
.blocked .inn{
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding: 30px 30px 30px 0;
}
.blocked .inn:first-child{
	width: 150px;
	float: left;
	padding: 30px;
}

.blocked .inn p,.blocked .inn hr{
	width: 100%;
	font-size: 18px;
}

.blocked .box input{
	background: #222222;
	color: #cccccc;
	border: none;
	height: 40px;
	font-size: .8em;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    border: 1px solid #cccccc;
}
.blocked .box .btn{
	text-transform: uppercase;
	font-size: 1.3em;
	display: inline-block;
	height: 40px;
    font-size: .8em;
}
.blocked .box .btn img{
	width: 26px;
	margin-right: 5px;
}
.blocked hr{
	border: none;
	border-bottom: 1px solid rgba(255,255,255,.5);
}

@media all and (min-width: 800px){
	.blocked .box{
		width: 50vw;
	}
}
@media all and (max-width: 480px){
	.blocked .box{
		flex-wrap: wrap;
	}
	.blocked .inn{
		padding: 30px;
	}
	.blocked .inn:first-child{
		width: 100%;
		padding: 30px 30px 0 30px;
	}
	.blocked .box input,.blocked .box .btn{
		width: 100%;
	}
}

/* PROYECTOR */
#projector{
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
#projector .fs-container{
	width: 96vw;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#projector .fs-container > div{
	height: 60vh;
}
#projector .fs-container > div img{
	height: 100%;
	width: inherit;
}
/* PERFIL DE SALON */


*{
	box-sizing: border-box;
}
@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/GothamBold.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Light';
  src: url('../fonts/AvenirLTStd-Light.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Book';
  src: url('../fonts/AvenirLTStd-Book.woff') format('woff');
}
@font-face {
  font-family: 'Avenir Black';
  src: url('../fonts/AvenirLTStd-Black.woff') format('woff');
}
body.body-salon{
	background: #ffffff;
	color: #333;
	font-family: 'Avenir Light', 'Helvetica', sans-serif;
<<<<<<< HEAD
	padding-top: 0;
=======
>>>>>>> 56eac864f557faae037398e5762aeb9ed3f23598
}
.flex{
	display: flex!important;
}
.widget-module a,
.widget-module a:visited{
	color: rgb(170,56,238);
}
.widget-module a.btn{
	color: white;
	font-size: 18px;
	border-bottom: 6px solid rgba(0,0,0,.2);
	transition: background-color .5s;
	-webkit-transition: background-color .5s; /* Safari */
}
.widget-module a.btn.btn-default{
	color: #333;
}
.widget-module .btn.btn-primary{
	background-color: rgba(170,56,238,1);
}
.widget-module .btn.btn-primary:hover{
	background-color: rgba(170,56,238,.8);
}
.widget-module{
	background-color: rgba(0,0,0,.02);
	border-radius: 5px;
	padding: 25px;
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
}
.widget-module span.title{
	font-size: 20px;
	font-weight: bold;
	font-family: 'Avenir Book', 'Helvetica', sans-serif;
	padding: 0 0 20px 0;
	display: block;
}
.widget-module.logotipo{
	background-color: rgba(255,255,255,1);
}
.widget-module dl{
	margin: 0;
}
.widget-module dt{
	padding: 0 0 5px 0;
	font-size: 16px;
}
.widget-module dd{
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.widget-module dl dd:last-child{
	margin-bottom: 0;
	border-bottom: none;
}
.widget-module .form-control{
	background: none;
	margin-bottom: 10px;
	color: #333333;
	border-color: rgba(255,255,255,.2);
}
.widget-module .inn{
	padding: 15px;
	border-radius: 6px;
	background-color: #ffffff;
}
.widget-module a.go{
	display: block;
	padding: 10px 15px;
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #333333;
	background-color: #fcfcfc;
	text-decoration: none;
	transition: background-color .5s;
	-webkit-transition: background-color .5s; /* Safari */
	/*border-top: 1px solid rgba(255,255,255,.1);*/
	border: 1px solid rgba(0,0,0,.1);
	border-bottom: 6px solid rgba(0,0,0,.1);
	border-radius: 6px;
}
.widget-module a.go:last-child{
	margin-bottom: 0;
}
.widget-module a.go:hover{
	background-color: #ffffff;
}
.widget-module .icon{
	width: 48px;
	height: 48px;
	border-radius: 4px;
	overflow: hidden;
	display: inline-block;
	margin-right: 10px;
}
.widget-module.description h5{
	font-weight: bold;
	font-family: 'Avenir Book', 'Helvetica', sans-serif;
	font-size: 20px;
	padding: 30px 0 15px 0;
}
.widget-module.description h5:first-child{
	padding-top: 0;
}
.widget-module.description p{
	margin-bottom: 15px;
}
.widget-module.description .btn{
	clear: both;
	margin-top: 30px;
	display: block;
	font-family: 'Avenir Book', 'Helvetica', sans-serif;
	font-weight: bold;
	white-space: inherit;
}
.widget-module#sociales{
	background: #ffffff;
	text-align: right;
}
.widget-module#sociales a{
	margin: 0 0 0 5px;
	opacity: .7;
	transition: opacity .5s ease;
}
.widget-module#sociales a:hover{
	opacity: 1;
}
@media all and (max-width: 767px){
	.widget-module#sociales a{
		margin: 0 5px 0 0;
	}
	.widget-module#sociales{
		text-align: left;
		padding: 5px 0;
	}
}
.thumbs{
	padding: 10px 0 0 0;
	background: rgba(0,0,0,.3);
}
.thumbs img{
	margin: 0 5px;
	height: 120px;
	cursor: pointer;
}

.slick-prev:before, .slick-next:before{
	font-size: 26px;
}
.slick-prev{
	width: 50px;
	left: 0;
	z-index: 100;
}
.slick-next{
	width: 50px;
	right: 0;
	z-index: 100;
}
#salon-gallery .picture{
	height: 450px;
	overflow: hidden;
}
#salon-gallery .picture img{
	max-width: 100%;
	max-height: 450px;
	display: block;
	margin: 0 auto;
}
#salon-gallery .picture .slick-next:before,
#salon-gallery .picture .slick-prev:before{
	font-size: 40px;
	color: #333;
}
@media all and (max-width: 768px){
	#salon-gallery .picture{
		height: 250px!important;
	}
	#salon-gallery .picture img{
		height: auto;
		min-height: 250px;
	}
}

/* SALON */
.modules{
	width: 100%;
	height: 70vh;
	background: #dfdfdf;
	margin-bottom: 30px;
	display: flex;
	position: relative;
}
.modules:after{
	content: '';
	display: table;
	clear: both;
}
.modules .btn{
	position: absolute;
	bottom: 30px;
	right: 30px;
	z-index: 2;
	text-transform: uppercase;
    background: #fff;
    font-weight: bold;
    padding: 10px 12px;
}
.module{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	height: 70vh;

}
.module .inn-gallery{
	display: none;
}
.module .inn{
	display: block;
	height: 70vh;
	background-size: cover!important;
	background-position: 50% 50%!important;
	background-repeat: no-repeat!important;
	border: 1px solid #ffffff;
}
.module.all{
	width: 100%;
}
.w-big{
	width: 50vw;
}
.w-small{
	width: 50vw;
}
.inn b {
  font-family: 'Avenir Black', 'Helvetica', sans-serif;
}
.all .inn{
	width: 100%;
}
.w-big .inn{
	width: 100%;
}
.w-small .inn{
	width: 100%;
}
.w-small.inn-2{
	width: 25vw;
}
.w-small.inn-2 .inn{
	height: 35vh;
}
.w-small.inn-3 .inn,.w-small.inn-4 .inn{
	height: 35vh;
	width: 50%;
}
.w-small.inn-3 .inn:first-child{
	height: 35vh;
	width: 100%;
}
.w-small.inn-4 .inn{
	height: 35vh;
	width: 50%;
}
.w-big.correction{
	width: 75vw;
}



#gallery-salon{
	/*background: rgba(255,255,255,.7);*/
	background: white;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: none;
	align-items: center;
	padding: 30px;
}

.slick-list{
	max-width: 40vw;
	margin: 0 auto;
}
.slick-prev:before, .slick-next:before{
	font-size: 26px;
	position: absolute;
}
.slick-prev{
	width: 50px;
	left: 0;
	z-index: 100;
}
.slick-next{
	width: 50px;
	right: 0;
	z-index: 100;
}
#salon-gallery{
	width: calc( 100vw - 500px);
	margin: 50px auto;
	position: relative;
}
.btn-view-photos-mobile {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
.mini-galery{
	margin: 0 15px;
	overflow: hidden;
	height: 300px;
	position: relative;
	border-radius: 8px;
  background: #000;
}
#salon-gallery .picture,
.mini-galery .picture{
	overflow: hidden;
	border-radius: 8px;
	position: relative;
	display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
}
#salon-gallery .picture img,
.mini-galery .picture img{
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	border-radius: 8px;
}
#salon-gallery .picture .linkfoto{
	height: 450px;
	display: flex;
	align-items: center;
}
#salon-gallery .picture img{
	max-height: 450px;
	max-width: 100%;
	width: inherit;
	height: auto;
}
.mini-galery img{
	min-height: 300px;
}
#salon-gallery .picture .slick-next:before,
#salon-gallery .picture .slick-prev:before{
	font-size: 40px;
	color: #ffffff;
}

.thumbs{
	padding: 0;
	background: white;
	width: 500px;
	height: 70px;
	position: relative;
}

.thumbs img{
	margin: 0 5px;
	cursor: pointer;
	border-radius: 6px;
	height: 70px;
}
.thumbs:before{
	content: '';
	background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90.82%) !important;
	transform: rotate(180deg) !important;
	height: 70px;
	width: 70px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
}
.thumbs:after{
	content: '';
	background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 90.82%) !important;
	height: 70px;
	width: 70px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
#gallery-salon .close-modal{
	display: block;
	text-indent: -99999em;
	background: transparent url(../imgs/close.svg) no-repeat scroll 50% 50%;
	background-size: cover!important;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 30px;
}
.prev-slick-prev,
.next-slick-next{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	margin-top: -20px;
}
.slick-prev:before,
.slick-next:before{
	content: '';
}
.prev-slick-prev{
	background: transparent url(../imgs/prev.svg) no-repeat scroll 50% 50%;
	background-size: cover!important;
	left: 50px;
}
.next-slick-next{
	background: transparent url(../imgs/next.svg) no-repeat scroll 50% 50%;
	background-size: cover!important;
	right: 50px;
}
.mini-galery{
	display: none;
}

@media all and (max-width: 1260px){
	.prev-slick-prev{
		left: 0;
	}
	.next-slick-next{
		right: 0;
	}
}
@media all and (max-width: 980px){
	#gallery-salon{
		flex-wrap: wrap;
	}
	#salon-gallery{
		width: 90vw;
	}
	#salon-gallery .picture{
		min-height: 300px!important;
	}
	#salon-gallery .picture img{
		height: auto;
		min-height: 300px;
		border-radius: 8px;
	}
	.slick-list{
		max-width: 70vw;
	}
	.w-small.inn-4 .inn{
		width: 100%;
	}
	.w-small.inn-4 .inn:first-child,
	.w-small.inn-4 .inn:last-child{
		display: none;
	}
	.thumbs{
		margin: 0 auto;
	}

}
@media all and (max-width: 767px){
	.w-small{
		display: none;
	}
	.w-big,.w-big.correction{
		width: 100vw;
	}
	.module .inn-gallery{
		display: block;
		height: 70vh;
	}
	.module .inn-single{
		display: none;
	}
	#gallery-salon{
		flex-wrap: wrap;
	}
	#gallery-salon .close-modal{
		width: 20px;
		height: 20px;
	}
	.modules{
		display: none;
	}

	.go-gallery{
		display: none;
	}

	.slick-list{
		max-width: inherit;
	}
	.thumbs{
		display: none;
	}
	.mini-galery{
		display: block;
	}
}

.slick-dots{
	position: absolute;
	bottom: 15px;
}
.mini-galery .slick-dots{
	bottom: inherit;
	top: 320px;
}
.slick-dots li button:before{
	font-size: 13px;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fff;
}
.slick-dots li button:before{
	opacity: .35;
    color: #fff;
}
.modal-body{
	padding: 0;
}
button.close{
	position: absolute;
	top: 15px;
	right: 15px;
}
.modal-body .widget-module{
	margin-bottom: 0;
}
#btn-presupuesto{
	width: 100%;
}
.btn{
	white-space: inherit!important;
}
.module .inn{
	position: relative;
}
.module .inn:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #000;
	opacity: .15;
	cursor: pointer;
	z-index: 1;
	transition: opacity .3s ease;
}
.module .inn:hover:before{
	opacity: 0;
}
.widget-module.logotipo img{
	max-width: 100%;
    max-height: 160px;
}
.body-salon .modal-content {
    background-color: #fff;
}

/* how works home */
.section-how{
    padding-top: 30px;
    font-size: 18px;
    line-height: 30px;
    background-color: #ffffff;
    position: relative;
    padding-bottom: 30px;
    -webkit-box-shadow: inset 0px 9px 5px 0px rgba(0,0,0,0.12);
-moz-box-shadow: inset 0px 9px 5px 0px rgba(0,0,0,0.12);
box-shadow: inset 0px 9px 5px 0px rgba(0,0,0,0.12);
}
.section-how:before{
    z-index: 0;
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: transparent url(../imgs/patt.png) repeat scroll 0 100%;
    opacity: .3;
}
.section-how h1,.section-reserva h1,.section-salones h1{
    font-family: 'BebasNeue';
    font-size: 3.8em;
    color: #333333;
    text-align: center;
}
.section-reserva h1,.section-salones h1{
    color: #ffffff;
}
.howgallery{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}
.howgallery img{
    border-radius: 4px;
    width: 29%;
    margin: 7px 2%;
    height: auto;
}
@media all and (max-width: 991px){
    .howgallery img{
        border-radius: 4px;
        width: 44%;
        margin: 20px 2%;
        height: inherit!important;
    }

    .howgallery img:nth-child(5),
    .howgallery img:nth-child(6){
        display: none;
    }
}

.section-reserva,.section-salones{
    padding-top: 30px;
    font-size: 18px;
    line-height: 30px;
    position: relative;
    text-align: center;
}
.section-reserva{
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    -webkit-box-shadow: inset 0px 15px 17px 0px rgba(0,0,0,0.58);
-moz-box-shadow: inset 0px 15px 17px 0px rgba(0,0,0,0.58);
box-shadow: inset 0px 15px 17px 0px rgba(0,0,0,0.58);
}
.section-reserva label{
    display: block;
    text-align: left;
}
.section-reserva .btn{
    height: 50px;
    border-radius: 25px;
    font-family: 'BebasNeue',sans-serif;
    font-size: 1.2em;
    text-transform: uppercase;
    /*background: rgb(88,17,120);
    background: linear-gradient(0deg, rgba(88,17,120,1) 0%, rgba(140,95,193,1) 100%);*/
    background: #9154F7;
    border: none;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: .02em;
    margin-top: 20px;
    font-size: 1.3em;
    padding-top: 8px;
    margin-left: 27px;
}
.section-reserva .btn:hover{
    /*background: rgb(88,17,120);
    background: linear-gradient(0deg, rgba(88,17,120,1) 0%, rgba(169,122,225,1) 100%);*/
}
.section-reserva label{
    float: left;
    text-align: left;
    margin-left: 20px;
}
.section-reserva input{
    margin-left: 20px;
    /*width: calc(100% - 138px)!important;*/
}
.section-reserva form{
    margin-top: 17px;
}
.section-salones{
    background: url(../imgs/stripe2.png) no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #ffffff;
}
body{
    background: url(../imgs/background_pattern.jpg) repeat!important
}
footer {
    padding-top:80px;
    padding-bottom:25px;
    text-align:center;
    background: url('../imgs/fondo_foot.png') no-repeat;
    background-size:cover;
    clear: both;
}
@media all and (max-width: 991px){
  .section-how .content{
      display: flex;
      flex-wrap: wrap;
  }
  .section-how .content .col-xs-12:first-child{
      order: 2;
  }
  .section-how .content .col-xs-12:last-child{
      order: 1;
  }
}
@media all and (max-width: 767px){
    .section-how h1,.section-reserva h1,.section-salones h1{
        font-size: 2.8em;
    }
    .howgallery img:nth-child(5),
    .howgallery img:nth-child(6){
        display: none;
    }
    .section-how{
        text-align: center;
    }
    .section-reserva label{
        float: none;
        text-align: left;
        width: inherit;
    }
    .section-reserva input{
        margin-left: 0;
        width: 100%!important;
    }
}
@media all and (max-width: 640px){
    .howgallery{
        display: block;
    }
}

/* Incluído por Rodrigo el 11/Oct/2019 para la nueva Home */
@font-face {
  font-family: BrandonRegular;
  src: url("/fonts/BrandonGrotesque/Brandon_reg.otf") format("opentype");
}
.instructions {
  text-align: center;
  margin-top: 5%;
  margin-bottom: 50px;
}
.branding .instructions{
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.branding .instructions div{
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.instructions div {
  padding-top: 18px;
}
.instructions strong {
  font-family: 'BebasNeue';
  font-size: 27px;
}
.instructions p {
  font-family: 'Darker Grotesque';
  font-size: 21px;
}

.check-the-video {
  margin-top: 30px;
}
.btn-video {
  border: 1px;
  border-style: solid;
  border-color: #9154F7;
  border-radius: 64px;
  width: 189px;
  padding: 10px;
  padding-bottom: 10px;
  padding-top: 10px !important;
  margin: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 20px;
  font-family: 'Darker Grotesque';
  color: #9154F7;
  font-size: 20px;
  cursor: pointer;
}
.reserva-razones {
  font-family: 'Darker Grotesque';
  font-size: 21px;
  /*background: #17141d;*/
  background: #fff;
  -webkit-box-shadow: 0 4px 80px #070509;
  box-shadow: 0 4px 80px #070509;
  padding: 2rem;
  border-radius: 16px;
  color: #333;
  padding: 30px 50px 37px 50px;
}
.reserva-razones h2 {
  font-family: 'BebasNeue';
  font-size: 22px;
  margin-bottom: 15px;
}
.reserva-razones img {
  width: 30px;
  height: auto;
  margin-right: 15px;
  float: left;
}
.inf-icon {
  margin-top: 2px;
}
.clk-icon {

}
.cal-icon {
  margin-top: 6px;
}
.mp-icon {
  margin-top: 8px;
}
.reserva-razones p {
  margin-left: 45px;
}
.reserva-razones ul {
  list-style-type: none;
  text-align: left;
  padding: 0px;
}
.reserva-razones li {
  margin-bottom: 10px;
}
.btn-video img {
  margin-bottom: 4px;
}
.how-to-btrp img, .gridpic img {
  border-radius: 4px;
  width: 100%;
  margin-bottom: 20px;
  height: auto;
}
.branding .gridpic{
	padding-top: 30px;
	padding-bottom: 30px;
}

@media all and (min-width: 992px){
	.branding .gridpic .instructions{
		min-height: inherit;
	}
	.branding .gridpic .instructions p {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0;
	}
}
@media all and (max-width: 991px){
	.branding .gridpic {
	    padding-top: 0px;
	    padding-bottom: 0px;
	}
}
@media all and (min-width: 1200px){
	.branding .gridpic .instructions{
		min-height: 280px;
	}
	.branding .gridpic .instructions p{
		font-size: 26px;
		line-height: 32px;
	}
}
.branding .gridpic span{
    height: 3px;
    width: 80%;
    left: 10%;
    display: block;
}
.branding span.mob{
	display: none;
}
.branding span.mob img{
	width: 100%;
	display: block;
	height: 2px;
}
@media all and (max-width: 991px){
	.branding span.mob{
		display: block;
	}
}
.branding .gridpic span img{
	display: block;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    height: 2px;
}
.branding .instructions p img{
    display: inline-block;
    margin-right: 11px;
    width: 11px;
    height: 10px;
    top: 7px;
    position: relative;
    opacity: .8;
}

.branding .instructions p{
    padding-left: 30px;
    padding-right: 30px;
}
.branding .instructions.second{
    clear: both;
}
@media all and (max-width: 991px){
    .branding .instructions p{
        padding-left: 0;
        padding-right: 0;
    }
    .branding .gridpic{
        display: flex;
        flex-direction:column;
        flex-flow: row wrap;
        justify-content:space-between;
    }
    .branding .gridpic .first{
        order: 1;
    }
    .branding .mob{
        order: 2;
    }
    .branding .gridpic .second{
        order: 3;
    }
    .branding .gridpic .col-md-2{
        order: 4;
    }
}
.section-branding{
    color: #ffffff;
    padding-top: 50px;
    background: none;
}
.branding span.separator{
    background: none;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    clear: both;
}
@media all and (max-width: 991px){
    .branding span.separator{
        display: none;
    }
}
.section-reserva label {
  font-family: 'BebasNeue';
  font-size: 22px;
}
.section-slide h1, .section-how h1, .section-reserva h1 {
  margin-bottom: 40px;
}

.divisoria {
  border-left: 1px solid #333;
}

@media screen and (max-width: 1199px) {
  .instructions {
    margin-top: 1%;
  }
  .section-reserva .btn {
    font-size: 1.2em;
    margin-left: 40px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 991px) {
  .section-reserva .btn {
      font-size: 0.9em;
      margin-left: 20px;
      padding-top: 12px;
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .divisoria {
    border-left: none;
    margin-top: 40px;
  }
  .section-reserva label {
    margin-left: 0px;
  }
  .section-reserva .btn {
    margin-left: 0px;
    width: auto;
  }
  .reserva-razones {
    margin-left: 0px;
    margin-right: 0px;
  }
  .looking-contact-form textarea {
    margin-left: 0px;
  }
}
@media screen and (max-width: 600px) {
  .reserva-razones {
    padding: 30px 10px 37px 10px;
  }
}

@media screen and (max-width: 450px) {

  .section-reserva .btn {
    font-size: 1.0em;
    padding-top: 11px;
  }

  .section-how h1, .section-reserva h1, .section-salones h1 {
      font-size: 2.5em;
  }
}
@media screen and (max-width: 325px) {
  .section-reserva .btn {
    font-size: 0.9em;
    padding-top: 13px;
  }
}

section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.section-headline{
    font-family: 'BebasNeue';
    color: #FFF;
    font-size: 40px;
    display: block;
    padding: 15px 0 30px 0;
    line-height: 42px;
}
.section-headline.invert{
    color: #333;
}
.btn.play{
    background-image: url(/public/imgs/btn-play.svg);
    background-repeat: no-repeat;
    background-size: 30px 30px;
    background-position: 8px 50%;
    padding-left: 45px;
    font-family: 'BebasNeue';
}
.btn-bgloop{
    background-color: #aa38ef;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 25px;
    margin: 15px auto;
    display: inline-block;
}

.flexcenter{
	display: flex;
	align-items: center;
	justify-content: center;
}
