/*
 *   Template Name: Junkhead - Creative Responsive CV & Resume Template
 *   Version: 1.1
 *   Author:  Idiosyncratic
 *   Website: idiosyncratic.net
*/

/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*  - GENERAL STYLESHEET
	- WRAPPER
	- SIDEBAR NAV
	- BUTTON
	- MODALS
	- EVERY SECTION TITLES
	- PAGES
		- 01. HOME/INTRO
		- 02. ABOUT
		- 03. RESUME
		- 04. SKILLS
		- 05. ACHIVEMENT
		- 06. SERVICES
		- 07. BLOG
		- 08. WORK/PORTOFOLIO
		- 09. TESTIMONIAL
		- 10. CLIENTS
		- 11. CONTACT
	- FOOTER
	- SOCIAL ICON
	- HAMBURGER CROSS
	 
 ------------------------------------------------------------*/


/* =================================================================== */
/*   GENERAL STYLESHEET
/* =================================================================== */


body {
    /*font-family:'Roboto Condensed', sans-serif;*/
    position: relative;
    overflow-x: hidden;
	color:#ecf0f1;

}
body,
html { height: 100%;}
/*.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}*/

p {
  letter-spacing: 0.5px;
  font-size: 14px;
  line-height: 1.7;
  color: #444;
  font-weight: 300;
  font-family:'Roboto Slab', sans-serif;
  text-align:justify;
}
a {
  color: #787878;
  /*font-size: 14px;*/
  font-weight: 300;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
  /*letter-spacing: 1.5px;*/
  color: #000000;
}
a:focus,
a:visited {
  outline: none;
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
small {
  font-family: 'Roboto Condensed', sans-serif;
}
h1 {
  font-size: 80px;
  font-weight: 700;
}
h2 {
  font-size: 60px;
  font-weight: 700;
}
h3 {
  font-size: 40px;
  font-weight: 100;
  color:#fff;
}
h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 1.5px;
}
h5 {
  font-size: 18px;
  letter-spacing: 1.5px;
}
h6 {
  font-size: 16px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 70px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
	font-size: 14px;
  }
  h6 {
	font-size:12px;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 24px;
  }
  h3 {
    font-size: 18px;
  }
  h4 {
	font-size: 14px;
  }
  h5 {
	font-size: 10px;
  }
  h6{
	font-size: 6px;
  }
}
.col-box {
  padding: 20px 30px;
  border: 1px solid #eee;
  margin-left: 0;
  margin-bottom: -1px;
}
.animated{
	visibility: hidden;
}
.text-center > .img-responsive{
	display: block;
	display: inline-block;
}

.valign{
	position: relative;
  	top: 40%;
  	-webkit-transform: translateY(-50%);
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

/*PAGE LOADER*/

#loader {
    background: #ccc;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#loaderInner {
    background:#ccc url(audio.svg) center center no-repeat;
    height: 60px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 60px;
}


/* =================================================================== */
/*   Languaje
/* =================================================================== */
/*.contactoHeader {
	position:absolute;
	right:40px;
	float:right;
  padding: 10px 10px 10px 10px ;
  
  z-index:100001;
  font-size: 1em; color: #000; font-family:'Roboto Slab', sans-serif;
  font-weight:600;
  background:rgba(255,255,255,0.5);
 }
.contactoHeader a{color: #000; font-size: 1.2em; font-family: 'Roboto Slab', sans-serif;}
.contactoHeader span{color: #000; font-size: 1.2em; font-family: 'Roboto Slab', sans-serif;}
.contactoHeader a:hover{color: #ccc; text-decoration:none; font-size: 1.2em; font-family: 'Roboto Slab', sans-serif;}
.contactoHeader i {padding: 0px 7px 0px 0px ;}*/
.nav1 {
	margin:0px 0px 0 0;
	font-family: 'Roboto Slab', sans-serif;
	padding: 0px 0 0 0;
	letter-spacing:0.05em;
	}
.nav1 i {font-size: 1.2em; margin-top:0px;}
.nav1 img {font-size:20px; padding:0px 0 0 0px;    margin-top: -7px;}
.nav-pills > li > a { padding-left: 10px; }
.nav-pills > li {list-style: none;}
.divider-vertical {
height: 25px;
padding: 0px 5px 0 5px;
/*border-left: 1px solid #f2f2f2;*/
border-right: 1px solid #000;
opacity:0.9;
}
/* =================================================================== */
/*   WRAPPER
/* =================================================================== */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 300px;
}

#sidebar-wrapper {
    z-index: 1;
    left: 300px;
    width: 0;
    height: 100%;
    margin-left: -300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #1a1a1a;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 300px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -300px;
}


/* =================================================================== */
/*   SIDEBAR NAV
/* =================================================================== */

.sidebar-nav {
    position: absolute;
    top: 0px;
    width: 300px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 3px;
    background-color: #1c1c1c;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}
.sidebar-nav li:first-child a {
    color: #ccc;
    background-color: transparent;
}
.sidebar-nav li:nth-child(2):before {
    background-color: #000000;   
}
.sidebar-nav li:nth-child(3):before {
    background-color: #000000;   
}
.sidebar-nav li:nth-child(4):before {
    background-color: #000000;   
}
.sidebar-nav li:nth-child(5):before {
    background-color: #000000;   
}
.sidebar-nav li:nth-child(6):before {
    background-color: #000000;   
}
.sidebar-nav li:nth-child(7):before {
    background-color: #000000;   
}
.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
      -moz-transition:  width .2s ease-in;
       -ms-transition:  width .2s ease-in;
            transition: width .2s ease-in;

}

.sidebar-nav li a {
    position: relative;
  letter-spacing: 1.5px;
  font-family:'Roboto Condensed', sans-serif;
  display: block;
  border-left: 0px;
  border-right: 5px solid transparent;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #ccc;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #ccc;
    text-decoration: none;
    background-color: transparent;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
	margin:70px 0px;
		
}
.sidebar-nav .sidebar-brand p {
	font-family:"Pacifico",sans-serif;
	font-weight:400;
	font-size:40px;
	 text-align: center;
	 text-transform:Initial;
	 color:#ccc;
	}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}

@media (min-width: 992px) {
  nav footer {
    display: block;
    position: absolute;
    background: transparent;
    bottom: 0px;
    width: 300px;
    height: 90px;
    text-align: center;
    color: #ccc;
  }
  nav footer .copyright {
    padding: 10px 20px;
    font-size: 12px;
  }
  nav footer .copyright a {
    color: #ccc;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
  }
}



/* =================================================================== */
/*   BUTTON
/* =================================================================== */
.button,
.button:hover,
.button:visited,
.button:focus,
.button:active {
    display: inline-block;
    height: 40px;
    border: transparent 2px solid;
    font-size: 15px;
    line-height: 34px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
    margin: 0 0 40px 0;
    background: transparent;
	  border-color: #fff;
  color: #fff;
}
.button:active,
.button.active,
.active > .button {
    color: #fff !important;
}
.button.button-icon > .fa,
.button.button-icon-clear > .fa {
    margin: 0;
}
.button.button-icon,
.button.button-icon-clear {
    width: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.button.button-icon-clear,
.button.button-icon-clear:active {
    border-color: transparent !important;
    background-color: transparent !important;
}
.button > .fa {
    width: 15px;
    text-align: center;
    margin: 0 15px;
}
.btn-zankhead{
	border-radius: 0px;
	text-decoration: none;
	padding: 15px 20px;
	font-size: 12px;
	line-height: 19px;
	text-transform: uppercase;
	font-family:'Roboto Condensed', sans-serif; 
	font-weight:400;
	letter-spacing: 1px;
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-zankhead:hover{
	-webkit-transition: all .4s ease-in-out;
	   -moz-transition: all .4s ease-in-out;
		-ms-transition: all .4s ease-in-out;
		 -o-transition: all .4s ease-in-out;
			transition: all .4s ease-in-out;
}
.btn-zankhead-gold{
	border:solid 1px #000000;
	background: #000000;
	color: #fff;
}
.btn-zankhead-gold:hover{
	border:solid 1px #000000;
	background: transparent;
	color: #000000;
}

/* =================================================================== */
/*   MODALS
/* =================================================================== */

.works-box {
	max-width: 550px;
	background: #fff;
	position: relative;
	margin: 0 auto;
}
.works-box img {
	width: 100%;
	height: 100%;
}
.works-box-content {
	padding: 25px;
}
.works-box-content h2 {
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 2px;
}
.works-box-content p {
	color: #777777;
	line-height: 21px;
	letter-spacing: 2px;
	font-size: 11px;
}

/* =================================================================== */
/*   EVERY SECTION TITLES
/* =================================================================== */

.sectionTitle {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 25px;
}
.sectionTitle h1 {
  	letter-spacing: 2px;
  	font-size: 24px;
  	font-weight: 600;
  	text-transform: uppercase;
	padding-bottom:5px;
	color:#666;
}
.sectionTitle h4 {
	color:#666;
  	letter-spacing: 2px;
  	font-size: 12px;
  	font-weight: 400;
  	text-transform: uppercase;
		padding-bottom:5px;
}
.sectionTitle p {
  	font-size: 14px;
  	font-weight: 300;
  	line-height: 25px;
  	color: #787878;
	font-family:'Roboto Slab', sans-serif;
	text-align:center;
	padding-bottom:20px;
	font-style:italic;

}
.sectionTitle .separatorlineblack {
  	margin-bottom: 30px;
}
.separatorlineblack {
  	width: 100px;
  	height: 2px;
  	margin: 0 auto;
  	background: #000;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* PAGES 
/*-------------------------------------------------------------------------------------------------------------------------------*/

/* ======== 01. HOME/INTRO ========== */
.intro{

}
.intro-caps{
	padding:  10%;
}

.intro-caps h1{
	margin-top: 30px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size: 64px;
	letter-spacing:10px;
	text-transform:uppercase;
	color:#000;
}
.intro-caps h6{
	margin-top: 5px;
	letter-spacing: 10px;
	font-weight:300;
	text-transform: uppercase;
	font-size: 12px;
	color:#000;
}

@media(max-width: 767px){
	.intro-caps h1{
		font-size:40px;
	}
	.intro-caps h6{
		font-size:10px;
	}
}

.main-caps{
}
.main-caps > h3{
	font-family:'Roboto Condensed', sans-serif;
	font-weight:700;
	font-size:32px;
	line-height: 31px;
	font-weight: normal;
	margin-top: 15px;
	color:rgba(0,0,0,0.8);
}
.main-caps > h6{
	margin-top: 20px;
	letter-spacing: 2px;
	font-family:'Roboto Condensed', sans-serif; 
	font-weight:400;
	text-transform: uppercase;
	font-size: 12px;
	line-height:19px;
	font-weight: normal;
	color:#000000;
}
.main-caps > p{
	font-family:'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 14px;
	line-height:21px;
	color:#000000;
	text-align:center;
}


/* ======== 02. ABOUT ========== */

.about {
  background-color: #f5f5f5;
}
.about h3{
	color:#323232;
	text-transform:uppercase;
	color:#787878;
	padding-bottom:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:700;
	}
	
.about p{
	font-size: 14px;
  	font-weight: 300;
  	line-height: 25px;
  	color: #787878;
	font-family:'Roboto Slab', sans-serif;
	text-align:justify;
	padding-bottom:20px;

	}

.my-profile {
  position: relative;
}
.my-profile .my-pict {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/dra-miranda.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.my-profile .my-pict-blanca {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/dra-blanca.jpg);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
@media (max-width: 880px) {
  .my-profile .my-pict {
    position: relative;
    height: 300px;
  }
  .my-profile .my-pict-blanca {
    position: relative;
    height: 300px;
  }
}
.my-profile .my-pict .overfly, .my-profile .my-pict-blanca .overfly {
  background: rgba(0, 0, 0,0.5);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.my-profile .my-pict .overfly .text-botttom,.my-profile .my-pict-blanca .overfly .text-botttom {
  position: absolute;
  width: 100%;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  bottom: 0;
  right: 0;
  padding: 40px;
  text-align: center;

}
.my-profile .my-pict .overfly:hover,.my-profile .my-pict-blanca .overfly:hover {
background: transparent;
                .text-botttom{
                  bottom: -100%;
                }

}

.mypict-title h2{
		font-family:'Roboto Condensed', sans-serif;
		font-weight: 100;
		text-transform: uppercase;
		font-size: 54px;
		display: block;
		padding-left: 10px;
		padding-right: 10px;
		letter-spacing: 0.1em;
		line-height: 50px;
		margin-bottom: 15px;
		text-align: center;
		color:#ccc;
	} 

.mypict-caption h5{
		color:#ccc;
		display: inline-block;
		font-size: 14px;
		border: 2px solid #ccc;
		text-transform: uppercase;
		padding: 5px 20px;
		letter-spacing: 0.1em;
		text-align:center;
	}

	
.my-profile .my-desc,
.my-profile .my-pict,
.my-profile .my-pict-blanca {
  width: 50%;
}
@media (max-width: 880px) {
  .my-profile .my-desc,
  .my-profile .my-pict,
  .my-profile .my-pict-blanca {
    width: 100% !important;
  }
}
.my-profile .my-desc {
  float: right;
}
.my-profile .my-desc .inner-text {
  max-width: 585px;
  padding: 40px;
}
@media (max-width: 880px) {
  .my-profile .my-desc .inner-text {
    max-width: 100%;
  }
}	
	
.hire-me.btn, .download-resume.btn {
  background: none repeat scroll 0 0 #787878;
  border-color: #787878;
  border-radius: 0;
  color: #ffffff;
  font-size: 13px;
  margin: 15px auto 5px;
  padding: 15px 50px;
  text-transform: uppercase;
}

.hire-me.btn:hover,.download-resume.btn:hover {
  background:#FFFFFF;
  text-transform: uppercase;
  color:#000000;
  border-color:#000000;
}

.hire-me.btn:after {
  color: #000000;
}

.download-resume.btn:after {
  color: #000000;
}

/* ======== 03.RESUME ========== */

#resume {
	background: #ffffff;
	min-height: 600px;
}
#resume h2 {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 30px;
	color:#666;
}
.resumeLeft span, .resumeRight span {
	font-size: 30px;
}
.resumeLeft {
	text-align: right;
	border-right: 1px solid #eee;
}

.resumeRight {
	text-align: left;
}
.resumeList {
	-webkit-padding-start: 0px;
	-moz-padding-start:0px;
	padding: 0 10px;
}
.resumeList li{
	list-style: none;
	margin-top: 40px;
	margin-bottom: 60px;
}
.resumeList li h4 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top:10px;
	margin-bottom:10px;
	color:#666;
}

.resumeList p {
	font-size: 14px;
  	font-weight: 300;
  	line-height: 25px;
  	color: #787878;
	font-family:'Roboto Slab', sans-serif;
}

.resumePeriod {
	background: #000000;
	color: #fff;
	padding: 2px 4px;
	font-size: 12px;
	font-style: italic;
	
}

.resumeStats {
  	margin-top: 25px;
  	text-align: center;
}
.resumeStats span {
	font-size: 30px;
}
.resumeStats .col-md-2 {
  	padding: 50px;
  	border-left: 1px solid #eee;
  	border-top: 1px solid #eee;
}

.statsIconPerc {
  	font-size: 50px;
  	font-weight: 500;
  	letter-spacing: 1px;
}
.statsName {
  	text-transform: uppercase;
  	font-size: 14px;
  	font-weight: 600;
  	letter-spacing: 1px;
}

/* ======== 04. SKILLS ========== */

.skills {
	background: #ffffff;
	min-height: 400px;
}
.skills ul {
  margin-top: 30px;
}
.skills ul li {
  position: relative;
  margin-top: 30px;
  height: 28px;
  background: #fff;
  border: 1px solid #f7f7f7;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 2px #ffffff;
  box-shadow: inset 0 1px 2px #ffffff;
}
.skills ul li:first-child {
  margin-top: 0;
}
.skills ul li .progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  overflow: visible !important;
  background: #444;
}
.skills ul li:hover .progress-percent {
  background: #000000;
  border-color: #000000;
  color: #fff;
}
.skills ul li:hover .progress-percent:after,
.skills ul li:hover .progress-percent:before {
  border-top-color: #ff1919;
}
.skills ul li .progress-percent {
  position: absolute;
  top: -27px;
  right: 0;
  background: #f7f7f7;
  border: 1px solid #fff;
  color: #444;
  height: 22px;
  line-height: 22px;
  padding: 0px 5px;
  font-size: 13px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.skills ul li .progress-percent:after,
.skills ul li .progress-percent:before {
  top: 100%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.skills ul li .progress-percent:after {
  border-top-color: #fff;
  border-width: 4px;
  left: 50%;
  margin-left: -4px;
}
.skills ul li .progress-percent:before {
  border-top-color: #fff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
}
.skills ul li span {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
.skillsLeft{

   background: url();
   height: 400px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.skillsLeft-text{
    margin: 50px 60px;
    text-align: right;
    z-index: 999999;
}
.skillsLeft h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px; 
	font-weight:400;
	color:#ccc;
	padding-top:150px;
	}
.skillsLeft p {
font-family:'Roboto Condensed', sans-serif;
color: #ccc;
font-weight:400;
text-align:right;
}
.skillsRight{
background:#ffffff;
   height: 400px; 
}
.page-header {
  padding: 0px;
  margin: 0;
  margin-bottom: 20px;
  border: 0;
  color: #b38441;
  text-transform: uppercase;
}

/* ======== 05. ACHIVEMENT ========== */

.achivement{
background:#ffffff;
}
.achivement .achivement-box {
  text-align: center;
  padding: 30px 0;
}
.achivement .achivement-box i {
  color: #000000;
  font-size: 64px;
}
.achivement .achivement-box .name {
  margin: 10px 0;
  letter-spacing: 2px;
  font-weight: 300;
}
.achivement .achivement-box .count {
  letter-spacing: 2px;
  display: block;
  font-size: 36px;
  color:#666;
}

/* ======== 06. WORK/PORTOFOLIO ========== */

#works {
	background: #ffffff;
	min-height: 600px;
	padding-top: 25px;
	padding-bottom: 0;
	text-align: center;
	color: #ffffff;
}

/* ==== WORKS GRID ==== */
#worksGrid {
	display: table;
}
.worksItem {
  	display: none;
  	padding: 0px;
  	overflow: hidden;
  	height: auto;
  	text-align: center;
}
.worksItem img {
	width: 100%;
	height: auto;
  	-webkit-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.worksItem .itemCaption {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
  	color: #fff!important;
	background: rgba(22,22,22,0.5);
}
.worksItem:hover .itemCaption {
	background: rgba(22,22,22,0.9);
}
.itemCaption h3 {
	font-size: 12px;
	letter-spacing: 5px;
	text-transform: uppercase;
	font-weight: 400;
	color:#ffffff;
}
.capContent {
	padding-top: 15%;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

.capContent p{
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	text-align:center;
}

.capPreview {
	color: #000000;
	text-transform: uppercase;
	font-size: 10px;
	letter-spacing: 3px;
	border: 2px solid #000000;
	padding: 5px;
	margin-top: 10px;
}
.worksItem:hover .capContent{
	opacity: 1;
	padding-top:20%;
}

/* ==== WORKS FILTERS ==== */
.worksFilters {
  	-webkit-padding-start:0px;
}
.worksFilters {
  	margin: 0 auto;
  	text-align: center;
  	margin-bottom: 50px;
}
.worksFilters li {
  	display: inline-block;
  	cursor: pointer;
  	padding: 5px;
  	margin:0 10px;
  	font-weight: 400;
  	font-size: 12px;
  	text-transform: uppercase;
  	-webkit-transition: all .2s ease-out;
  	transition: all .2s ease-out;
  	letter-spacing: 3px;
  	color: #777777;
}
.current-filter {
  	color: #787878!important;
  	border-bottom: 1px solid #000000;
}

/* ======== 07.SERVICES ========== */
#services {
  	background: #f5f5f5;
	background-image: url(../images/servicios.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#ffffff;
	height: 400px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	color: #ffffff;
}

#services2 {
  	background: #f5f5f5;
	background-image: url(../images/tratamientos.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color:#ffffff;
	height: 400px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: center;
	color: #ffffff;
}

.small-section{
  width: 100%;
  display: block; 
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;    
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;  
  padding: 0px 0 0px 0;
}

.services {
    text-align: center;
    margin-bottom: 100px;
}
.services2 {
    text-align: center;
    margin-bottom: 100px;
}

.services-buttons a {
    display: inline-block;
    text-align: center;  
    width: 60px;
    margin: 130px 16px 0px 16px; 
    padding: 0 8px;
    opacity: .5;
    font-size: 60px;
    color: #fff;
}

.services-buttons a:hover {
    opacity: 1;
    -webkit-transition: all 0.27s ;  
    -moz-transition: all 0.27s ; 
    -o-transition: all 0.27s ;
    -ms-transition: all 0.27s; 
    transition: all 0.27s ;
}

.services-buttons a.current {
    opacity: 1;
    -webkit-transition: all 0.27s ;  
    -moz-transition: all 0.27s ; 
    -o-transition: all 0.27s ;
    -ms-transition: all 0.27s; 
    transition: all 0.27s ;
}

.bg-services {
    height: 400px;
    border: 1px solid #eee;
    border-top: 0;
    border-left: 0;
    text-align: center;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.bg-services-one {
     background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-one:hover {
	/*opacity:1;
    background: url('') center no-repeat; */
    /*background-size: cover;*/
    transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}


.bg-services-1 {
     background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-1:hover {
	opacity:1;
    /*background: url('') center no-repeat; */
    /*background-size: cover;*/
    transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.bg-services-2 {
     background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;

}
.bg-services-2:hover {
    opacity:1;
    /*background: url('') center no-repeat; */
    background-size: cover;
   transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.bg-services-3 {
     background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-3:hover {
    opacity:1;
    /*background: url('') center no-repeat; */
    background-size: cover;
   transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.bg-services-4 {
    background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-4:hover {
    opacity:1;
    /*background: url('') center no-repeat; */
    background-size: cover;
    transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.bg-services-5 {
    background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-5:hover {
    opacity:1;
    /*background: url('') center no-repeat;*/ 
    background-size: cover;
   transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.bg-services-6 {
    background: rgba(255, 255, 255,1);
	transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
}
.bg-services-6:hover {
    opacity:1;
    /*background: url('') center no-repeat;*/ 
    background-size: cover;
    transition: all 0.8s ease 2s;
  -webkit-transition: all 0.8s ease 2s;
  -moz-transition: all 0.8s ease 2s;
  -o-transition: all 0.8s ease 2s;
  -ms-transition: all 0.8s ease 2s;
}
.service-section {
    margin: 0px 60px;
    text-align: center;
    margin-top: 15%;
    display: inline-block;
}
.service-section i {
    font-size: 50px;
    color: #000000;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;

}

.service-section h1 {
    color: #444;
    margin-top: 4px;
    font-family: 'sans';
    font-size: 20px; 
    line-height: 34px;
    font-weight: 900;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.service-section a {
	opacity:0.5;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}
.service-section a:hover {
	opacity:1;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.service-section p {
    color: #999;
    margin-top: 20px;
    font-size: 16px; 
    font-family:'Roboto Slab', sans-serif;
	text-align:center;
}
.service-section:hover p {
    display: inline-block;
}
.serv {
    position: relative;
    padding: 40px 20px 70px 20px;
    margin:  40px 30px 40px 30px;
    text-align: center;
    border: 1px solid ;
    border-color: rgba(255,255,255,.2);
}
.serv p {
	font-family:'Roboto Condensed', sans-serif;
    color: #ccc;
    font-size: 28px;
    text-align: center;
    text-transform: uppercase;
    margin: 30px 0 40px 0 ;
    display: inline-block;
    padding: 2px 0px;
    letter-spacing: 8px;
    font-weight: 0 !important;
}
.serv p  img {
    margin: 0 10px;
    opacity: .5;
}
.serv p strong {
    font-weight: 900 !important;
}
.serv p span {
    font-weight: 900 !important;
}
.serv h1 {
    color: #ccc;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
    text-align: center;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	text-transform:uppercase;
}
.serv h1 span {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: center;
    font-weight: normal !important;
}
h1,h2,h3,h4,h5,h6{
color:#666; 
margin-top:12px;}


/* ======== 08. TESTIMONIAL ========== */
.testimonial{
background:#f2f2f2;
padding-bottom: 120px;

}
.testimonial-carousel{
	padding-top: 100px;
	padding-bottom: 0px;
}

.testimonial-wrap{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.testimonial-wrap > h6{
	margin-top: 30px;
	letter-spacing: 1px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 25px;
}
.testimonial-wrap > p{
    margin-top: 20px;
	text-align:center;
}

.testimonial-wrap > p > span{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	font-size: 12px;
    letter-spacing: 2px;
    line-height: 19px;
    text-transform: uppercase;
    border:solid 1px #000000;
    padding: 10px;
}

.testimonial-wrap > p > span > i{
	font-style: normal;
	font-family: 'Roboto Condensed', sans-serif; 
	font-weight:300;
	font-size: 12px;
    letter-spacing: 0px;
    line-height: 19px;
    text-transform: none;
}


/* ======== 09. BLOG ========== */

.blog{
  width: 100%;
  display: block; 
  position: relative;
    overflow: hidden;
    background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
    background-color:#ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;    
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;    
  padding: 0px 0px 30px 0px ;
}

.bg-blog-left-1 {
    background: url();
    height: 400px; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-blog-left-1 .overfly {
  background: rgba(0, 0, 0,0.3);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.bg-blog-left-1 .overfly:hover {
background: transparent;
                .text-botttom{
                  bottom: -100%;
                }

}

.bg-blog-left-2 {
    background: url();
    height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-blog-left-2 .overfly {
  background: rgba(0, 0, 0,0.3);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.bg-blog-left-2 .overfly:hover {
background: transparent;
                .text-botttom{
                  bottom: -100%;
                }

}
.bg-blog-left-3 {
    background: url();
    height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bg-blog-left-3 .overfly {
  background: rgba(0, 0, 0,0.3);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -moz-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  -ms-transition: all 0.8s ease 0s;
  overflow: hidden;
  height: 100%;
}
.bg-blog-left-3 .overfly:hover {
background: transparent;
                .text-botttom{
                  bottom: -100%;
                }

}
.blog-caps-left {
    margin: 50px 60px;

    text-align: right;
    z-index: 99999;
}
.blog-caps-left h2 {
    font-size: 30px;
    color: #fff;
    text-align: right;
    line-height: 100px;
    border-radius: 50%;
    margin-bottom: 20px;
    -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    -webkit-text-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
    -moz-text-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
    text-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
}
.blog-caps-left h2 span {
    font-size: 80px;
    margin-right: 25px;
    color: #fff;
      -webkit-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.blog-caps-left:hover h2 span {
    margin-right: 20px;
}
.blog-caps-left h1 {
    color: rgba(255,255,255,.6);
    margin-top: 4px;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 18px; 
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 40px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-caps-left h1 span {
    border-bottom: 4px solid #000000;
    padding-bottom: 16px;
}
.blog-caps-left:hover h1 {
    color: #fff;
}
.blog-caps-left p {
    color: #ccc;
    margin-top: 28px;
}
.bg-blog-right {
    background: #fff;
    height: 400px;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.bg-blog-right-1 {
    background: #fff;
    height: 400px;
    border: 1px solid #ddd;
}
.blog-caps-right {
    margin: 76px 60px;
    text-align: left;
}
.blog-caps-right img {
    width: 76px;
    height: 76px;
    border: 2px solid #eee;
    border-radius: 50%;
    margin-bottom: 10px;
}
.blog-caps-right h1 {
    color: #666;
    margin-top: 34px;
    font-family: 'sans';
    font-size: 14px; 
    font-weight: 900;
}
.blog-caps-right h1:hover {
    color: #333;
}
.blog-caps-right p {
    color: #aaa;
    margin-top: 20px;
    line-height: 30px;
}

/* ======== 10. CLIENTS ========== */
.clients {
	background:#ffffff;
	padding: 30px 0;
}
.clients-carousel .owl-next, .clients-carousel .owl-prev{
	margin-top: -10px !important;
}
.clients-carousel .owl-next{
	background: transparent url(../images/next-dark.png) no-repeat center center !important;
}
.clients-carousel .owl-prev{
	background: transparent url(../images/prev-dark.png) no-repeat center center !important;
}
.client-stage > img{
	margin-top: 25px;
}

/* ======== 11. CONTACT ========== */
#contact {
	background: #eee;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url(../images/contacto.jpg);
}
#contact h2 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 30px;
	color:#666;
}
.contact{
	padding: 100px 0;
}
.contact-button{
	margin-top: 20px;
}
.content-contact {
	position:absolute;
	width:100%;
	/*min-height: 600px;*/
	/*height: 600px;*/
	background-size: cover !important;
	-webkit-transform: translate3d(0,0,0);
}
.contact-form{
	display: none;
	background:#ffffff;
}
.contactFooter {
	background-color: #0a0a0a;
	padding: 40px 0 30px 0;
	color: #fff;
}
input {
    background: rgba(39,39,39,0); !important;
    border: none !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif !important; 
	font-weight:300 !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 10px !important;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
select {
    background: rgba(39,39,39,0); !important;
    border: none !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif !important; 
	font-weight:300 !important;
    font-size: 18px !important;
    height: 50px !important;
    line-height: 35px !important;
    margin-bottom: 10px !important;
    padding: 5px 10px 10px 10px !important;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
input:focus, textarea:focus {
    border-bottom: solid 1px #000 !important;
    background: #fff !important;
    color: #000 !important;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
textarea {
    background: rgba(35,35,35,0); !important;
    border: none !important;
    border: 1px solid #000000 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    color: #000 !important;
    font-family: 'Roboto Condensed', sans-serif !important;
	font-weight:300 !important;
    font-size: 18px !important;
    line-height: 30px !important;
    margin-top: 0;
    padding: 10px !important;
    resize: none;
    width: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
fieldset {
    border: 0 none;
    float: left;
    padding: 0;
    position: relative;
    width: 100%;
}
fieldset h1 {
    color: #000000;
    font-size: 24px;
}
.contact .alert{
	box-shadow: none;
	border:none;
	border-radius: 0;
	text-shadow:none;
	font-size: 12px;
	line-height: 19px;
    	font-family: 'Open Sans', sans-serif; font-weight:300;
	margin-bottom:10px;
	padding:10px;
	background:#000;
	color: #fff;
	text-align: left;
}
.alert{
	margin-top: 30px;
	border-radius: 0px;
	padding: 5px;
	-webkit-transition: all .8s linear;
	   -moz-transition: all .8s linear;
		-ms-transition: all .8s linear;
		 -o-transition: all .8s linear;
			transition: all .8s linear;
}
.alert > p{
	text-shadow:none;
	font-size: 14px;
	line-height: 21px;
    	font-family: 'Open Sans', sans-serif; font-weight:300;
}

/* ======== 12. WHERE WE ARE ========== */
#whereweare {
	background: #eee;
	min-height: 600px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	/*background-image: url(../images/contacto.jpg);*/
}
#whereweare h2 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
	margin-bottom: 30px;
	color:#666;
}
.whereweare{
	padding: 100px 0;
}
iframe { height:100%; width:100%;}
/* =================================================================== */
/*   FOOTER
/* =================================================================== */

footer {
	color:#fff;
    background: #171717;
    position: relative;
}
footer h4{
	color:#fff;
	font-size: 20px;
    margin: -3px 0 38px 0;
	font-family:'Roboto Slab', sans-serif;
	font-weight:300;
}
footer .copyright {
	font-family:'Roboto Slab', sans-serif;
	font-weight:300;
    font-size: 12px;
    margin: -5px 0 36px 0;
}
footer a{
color:#ccc;
}

footer .top,
footer .top:hover,
footer .top:active,
footer .top:focus,
footer .top:visited {
    display: block;
    position: absolute;
    top: -40px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: 0 0 0 -20px;
    font-size: 15px;
    line-height: 40px;
    color: #ffffff;
    text-decoration: none;
    background: rgba(75, 71,78, 1);
}
.footerLeft {
	font-size: 13px;
	font-weight: 400;
	color:#000000;
	padding-top: 15px;
}
.footerRight {
	text-align: right;
	font-size: 30px;
}
.footerRight a{
	color: #777;
	padding: 0 10px;
}
.footerRight a:hover {
	color: #000000;
}
.footer-page{
    padding-top: 75px !important;
	padding-bottom: 35px !important;
}



/* =================================================================== */
/*   SOCIAL ICON
/* =================================================================== */

.social-icons {
  display: block;
  list-style: none;
  margin: 5px 0;
  padding: 0;
  background: none;
}
.social-icons li {
  display: inline-block;
  margin: 0 6px;
  padding: 0;
  font-size: 18px;
}
.social-icons li a {
  color: #ffffff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.social-icons li a:hover {
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: none;
}


/* =================================================================== */
/*   HAMBURGER CROSS
/* =================================================================== */

.hamburger {
  position: fixed;
  top: 20px;  
  z-index: 999;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
  
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #000000;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #000000;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}
#aviso  h2 { margin:30px 0 0px 30px; padding:0;font-family:'Circe-Light',  sans-serif; font-size:23px; font-weight:600;text-align:left;color: #000;  }
#aviso  h3 { font-family: 'Bitter', serif; font-size:12px; font-weight:100;text-align:left;color: #000;margin:30px;}
#aviso  h4 { padding-top:10px;font-family:'Circe-Light',  sans-serif; font-size:23px; font-weight:100;text-align:left;color: #000;}
#aviso  span { font-weight:100;}
#aviso .boton {text-align:center;margin:10px 10px 0 0;font-family:'Circe-Light',  sans-serif;font-size:16px; font-weight:600;float:right;background-color:#bd9da3;text-align:center;line-height:30px;padding:5px 15px 5px 15px;
	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;*/
	width:100px;
	max-width:270px;
	max-height:95px; color:#000
	}
	#aviso .boton:hover {color:#000,background-color:#ccc;}
#aviso a{text-decoration: none;color:#0084b5;}
#aviso input{text-decoration: none;color:#000;}
#aviso input:hover{ text-decoration:none;color:#000;}
#aviso a:hover{text-decoration:none;color:#0084b5;}
#aviso .last{margin-right:40px;}




