/*
    Theme Name: Day
    Theme URL: https://bootstrapmade.com/day-multipurpose-html-template-for-free/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Barlow+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:200);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url('font-awesome.css');
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');


html{
}
body {
	font-family:'Open Sans', Arial, sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.1em;
}

p {
	color:#aaa;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}
	
/*===========================
  Menu and Navigation
============================ */
.hidden-space{
  width: 100%;
  height: 70px;
  background-color: #fff;
}
header{
  position: fixed;
  top: 0px;
  z-index: 999;
  width: 100%;
  border: 1px solid #E6E6E6;
  border-bottom-color:#E6E6E6;

}
.navbar{
  margin-bottom: 0px!important;
}
.navbar-brand {
  height: auto;
  float: left;
  padding: 0px;
}
.navbar-brand a h1:hover{
  background-color: none;
}

.navbar-brand h1 {
  font-family: 'Raleway', sans-serif;
  letter-spacing: 5px;	
	font-size: 40px;	
	color:#555555;	
	text-transform:uppercase;
	font-weight:200;
  margin: 0px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
  }
}

.menu {
	float:right;
	text-transform:uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;

}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#000;
	padding:5px;
  letter-spacing: 2px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

.nav-tabs > li > a:hover {
	color:#fff;
	background:#555555;	
} 

.nav-tabs > li a.active {
	color: #555555;
	cursor: default;
	background-color: #F1F1F1;
	border: 1px solid #FFF;
	border-bottom-color:#D1D1D1;
}

.navbar-default {
	background-color: #fff;
	border-color:#fff;
}

/*===========================
  slider
============================ */
.slider {
	position: relative;	
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -50px;
}
#carousel-slider .carousel-indicators .active{
  background-color: yellow;
}
#carousel-slider .carousel-indicators li {
  background-color:  #aaa;
  width: 20px;
  height: 20px;
}

#carousel-slider a i {
	font-size: 60px;
	position: absolute;
	top: 50%;
	color:#fff;
}

#carousel-slider a i:hover {
	color:yellow;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.my-carousel-caption{
	position: absolute;
	bottom: -30px;
	left: 5%;
	z-index: 10;
	color: #fff;
}
.my-carousel-caption a:hover h2{
	color: yellow;
}
.my-carousel-caption a h2{
	font-family: 'Roboto Condensed', sans-serif;
  	font-weight: 700;
  	font-size: 160px;
  	line-height: 120px;
  	color: #fff;
  	text-align: left;
}

@media only screen and (max-width: 768px){
	.my-carousel-caption{
		bottom: -20px;
	}
    .my-carousel-caption a h2{
		font-size: 70px;
		line-height: 55px;
    }
}

/*===========================
  NOSOTROS
============================ */

.nosotros {
	width: 100%;
	height: 80vh;
	background: #f2f2f2;
	display: flex;
	flex-flow: row;
	overflow: hidden;
}
.nosotros .left-text{
	width: 50%;
	padding: 10%;
	margin: auto;
}
.nosotros .left-text h4{
	font-family: 'Roboto Condensed', sans-serif;
	letter-spacing: -4px;
	font-weight: 300;
	font-size: 50px;
	text-transform: uppercase;
}
.nosotros .left-text h4 span{
	font-size: 70px;
	font-weight: 700;
}
.nosotros .left-text p{
	letter-spacing: 1px;
}
.nosotros .right-image{
	width: 50%;
	margin: auto;
	min-height: 400px;
	height: 100%;
	background-image: url(../img/hair-salon.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: grayscale(.8);
}
@media only screen and (max-width: 768px){
	.nosotros{
		height: auto;
		flex-flow: column;
	}
	.nosotros .left-text{
		margin: 0px;
		width: 100%;
		padding: 20% 10%;
	}
	.nosotros .right-image{
		width: 100%;
	}
}

/*===========================
  servicios
============================ */

.gallery {
  padding-top: 70px;
}
.gallery .text-center{
  padding: 0 10%;
  padding-bottom: 30px;
}

.gallery .text-center h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  font-size:60px;
  margin-bottom:30px;
}
.gallery .text-center p{
  letter-spacing: 1px;
}
.no-padding{
  padding: 0px;
}
.no-padding [class*="col-"] {
    padding: 0;
}
.gallery figure {
  position: relative;
  background: black;
  text-align: center;
  cursor: pointer;
}
.img-responsive{
  width: 100%;
}

.gallery figure img {
  position: relative;
  display: block;
  opacity: 0.8;
}
.gallery figure:hover img {
  opacity: 0.4;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.gallery figure figcaption {
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.gallery figure figcaption h4{
  font-weight: 300;
  font-size: 40px;
  text-shadow: 0 0 16px pink;
}
.gallery figure figcaption p{
  letter-spacing: 1px;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
  pointer-events: none;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
  text-align: right;
}

figure.effect-marley h4,
figure.effect-marley p {
  position: absolute;
  right: 30px;
  left: 30px;
  padding: 10px 0;
}


figure.effect-marley p {
  bottom: 30px;
  color:#fff;
  line-height: 1.5;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
  top: 30px;
  color:#fff;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h4 {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*===========================
  services
============================ */

.productos {
  padding:80px 0 80px 0;
}
.productos .text-center{
  padding: 0 10%;
  padding-bottom: 30px;
}
.productos .text-center h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  font-size:60px;
  margin-bottom:30px;
}

.productos h3 {
  margin-bottom:20px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
 }
.productos p span{
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
  font-weight: 400;
  color: #525252;
}
.item-producto{
  margin-bottom: 30px;
}
.img-productos{
  width: 100%;
  margin: auto;
  max-width: 200px;
}
.off{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  top: 0px;
  left: 15px;
  height: 30px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  background-color: red;
  display: block;
  position: absolute;
}
.new{
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  top: 0px;
  left: 15px;
  height: 30px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  background-color: yellow;
  color: #343434;
  display: block;
  position: absolute;
}

/*===========================
  about
============================ */

.about {
  padding:80px 0 80px 0;
  background:#fff;
  background-image: url(../img/citas.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about .text-center h2 {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform:uppercase;
  font-weight:700;
  font-size:60px;
  margin-bottom:30px;
  color: #fff;
}

.about .text-center p {
  margin-top:20px;
  margin-bottom:80px;
  color:#fff;
  text-shadow: 0 0 16px black;
}
.iracontacto{
  text-align: center;
}

.gamp-btn a {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.gamp-btn a:hover {
  background-color: yellow;
  color: #343434;
  transition: all 0.2s;
}

.center span {
  color:#E8CE0E;
}

#about-us {
  margin-bottom:50px;
}

#about-us .text-center h2 {
  text-transform:uppercase;
  font-weight:550;
  font-size:24px;
  margin-bottom:30px;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;
}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
   color: #FFFFFF;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}

.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

/* --- Map --- */
.map{
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
}

.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.contact-page p {	
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
  border-radius:0;
}

textarea#message{
   resize: none;
   padding: 10px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

/*===========================
  Footer
============================ */
footer {
	padding:50px;
	background:#65AAF0;
}

footer p {
	color:#fff;
}

footer h4 {
	margin-bottom:30px;
	text-transform:uppercase;
	text-shadow:none;
	font-weight:550;
	color:#272727;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}

.contact-info {
	color:#fff;
}

.contact-info ul {
	list-style:none;
	padding-left: 0;
}

.contact-info ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

ul.social-network {
	list-style:none;
	margin-top:20px;	
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-footer  {
	background:#272727;
	padding:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 50px;	
	font-size:25px;	
	margin-left:-10px;
}

ul.social-network li a {
	color:#d0d0d0;	
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top:30px;
    text-align: right;
}

.copyright a {
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-shadow:none;
} 
