@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;
	margin:0px;
	padding:0px;
	font-size: 17px;
}

header {
	height:70px;
	position:fixed;
	width: 100%;
	z-index: 10;
}

.clearfix
{
	clear: both;
}

/* safari menu */
body.safari .menu-item {
	display:inline-block!important;
}

::-webkit-input-placeholder {
  color: #FFF;
}
::-moz-placeholder {
  color: #FFF;
  opacity: 1
}
:-ms-input-placeholder {
  color: #FFF;
}
:-moz-placeholder {
  color: #FFF;
}

.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;
}

/* 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;
	padding-top: 0;
}
.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;
}

.floating-contact {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 1000;
}
.ctct-input {
  float: right;
  width: 94%;
  border: 2px solid #cccccc !important;
  border-radius: 4px;
}
.ctct-ico {
  padding-top: 8px;
  margin-right: 10px;
}
.ctct-no-border {
  border: 0px !important;
  overflow: hidden;
}
.fields-cont {
  min-height: 400px !important;
}
.btn-enviar-consulta {
  margin-top: 20px;
  margin-left: 30px;
}
.footer-profile {
  background: none;
  padding-bottom: 60px;
  padding-top: 0px;
}
.perfil-salon img {
  max-height: 90px;
  padding: 5px;
}
.sociales_prof {
  padding: 16px;
  margin-bottom: 0px;
  text-align: right !important;
}

.waze {
  display: none !important;
}
.uber {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .widget-module a.go {
    float: left;
    width: 30%;
    margin-left: 2%;
  }

  .go-inn {
    min-height: 106px;
  }

  .go-inn span {
    font-size: 12px;
  }
  .looking-footer-links {
    margin-bottom: 40px;
  }
  .waze {
    display: block !important;
  }
  .uber {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .floating-contact {
    width: 70%;
    bottom: 0px;
    margin-bottom: 5px;
    margin-right: 15%;
    margin-left: 15%;
  }

  .ctct-input {
    width: 92%;
  }

  .btn-enviar-consulta {
    margin-left: 8%;
  }

  .sociales_prof {
    padding: 16px !important;
  }

}
@media screen and (max-width: 740px) {
  .widget-module a.go span {
    display: none;
  }
  .widget-module a.go img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .logo-cont {
    width: 100% !important;
  }
  .social-cont {
    width: 100% !important;
    position: absolute;
    padding: 0px;
    z-index: 1000;
  }
  .logo {
    display: block;
    margin: 42px auto auto auto;
  }
  .sociales_prof {
    padding: 0px 0px 0px 0px !important;
    background: #000 !important;
    max-height: 40px;
    border-radius: 0px;
  }
  .sociales_prof img {
    max-height: 40px !important;
  }

  #sociales a {
      opacity: 1 !important;
  }
  h1 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 430px) {
  .floating-contact {
    width: 92%;
    bottom: 0px;
    margin-bottom: 5px;
    margin-right: 4%;
    margin-left: 4%;
  }
  .ctct-input {
    width: 90%;
  }

  .btn-enviar-consulta {
    margin-left: 10%;
  }

  .go-container {
    min-height: 200px;
  }
  .go-inn {

  }
}
@media screen and (max-width: 370px) {
  .ctct-input {
    width: 86%;
  }

  .btn-enviar-consulta {
    margin-left: 14%;
  }

  h1{
    font-size: 20px !important;
  }
}
@media screen and (max-width: 320px) {
  .go-container {
    min-height: 200px;
  }
  .go-inn {
    padding: 0px !important;
  }
  .widget-module a.go {
    width: 30%;
    margin-left: 3%;
    padding: 10px 10px;
  }
  .widget-module a.go span {
    display: none;
  }

  h1 {
    font-size: 18px !important;
  }
}

/*EXCLUSIVO PROFILE*/
.floating-contact {
  position: fixed;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  margin-right: 20px;
  margin-bottom: 20px;
  z-index: 1000;
}
.ctct-input {
  float: right;
  width: 94%;
  border: 2px solid #cccccc !important;
  border-radius: 4px;
}
.ctct-ico {
  padding-top: 8px;
  margin-right: 10px;
}
.ctct-no-border {
  border: 0px !important;
  overflow: hidden;
}
.fields-cont {
  min-height: 400px !important;
}
.btn-enviar-consulta {
  margin-top: 20px;
  margin-left: 30px;
}
.footer-profile {
  background: none;
  padding-bottom: 60px;
  padding-top: 0px;
}
.perfil-salon img {
  max-height: 90px;
  padding: 5px;
}
.sociales_prof {
  padding: 16px;
  margin-bottom: 0px;
  text-align: right !important;
}

.waze {
  display: none !important;
}
.uber {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .widget-module a.go {
    float: left;
    width: 30%;
    margin-left: 2%;
  }

  .go-inn {
    min-height: 106px;
  }

  .go-inn span {
    font-size: 12px;
  }
  .looking-footer-links {
    margin-bottom: 40px;
  }
  .waze {
    display: block !important;
  }
  .uber {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .floating-contact {
    width: 70%;
    bottom: 0px;
    margin-bottom: 5px;
    margin-right: 15%;
    margin-left: 15%;
  }

  .ctct-input {
    width: 92%;
  }

  .btn-enviar-consulta {
    margin-left: 8%;
  }

  .sociales_prof {
    padding: 16px !important;
  }

}
@media screen and (max-width: 740px) {
  .widget-module a.go span {
    display: none;
  }
  .widget-module a.go img {
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 519px) {
  .logo-cont {
    width: 100% !important;
  }
  .social-cont {
    width: 100% !important;
    position: absolute;
    padding: 0px;
    z-index: 1000;
  }
  .logo {
    display: block;
    margin: 42px auto auto auto;
  }
  .sociales_prof {
    padding: 0px 0px 0px 0px !important;
    background: #000 !important;
    max-height: 40px;
    border-radius: 0px;
  }
  .sociales_prof img {
    max-height: 40px !important;
  }

  #sociales a {
      opacity: 1 !important;
  }
  h1 {
    font-size: 26px !important;
  }
}
@media screen and (max-width: 430px) {
  .floating-contact {
    width: 92%;
    bottom: 0px;
    margin-bottom: 5px;
    margin-right: 4%;
    margin-left: 4%;
  }
  .ctct-input {
    width: 90%;
  }

  .btn-enviar-consulta {
    margin-left: 10%;
  }

  .go-container {
    min-height: 200px;
  }
  .go-inn {

  }
}
@media screen and (max-width: 370px) {
  .ctct-input {
    width: 86%;
  }

  .btn-enviar-consulta {
    margin-left: 14%;
  }

  h1{
    font-size: 20px !important;
  }
}
@media screen and (max-width: 320px) {
  .go-container {
    min-height: 200px;
  }
  .go-inn {
    padding: 0px !important;
  }
  .widget-module a.go {
    width: 30%;
    margin-left: 3%;
    padding: 10px 10px;
  }
  .widget-module a.go span {
    display: none;
  }

  h1 {
    font-size: 18px !important;
  }
}
