
/* MAIN STYLES
---------------------------------- 


.flex-direction-nav{
	display: none;
	}*/

	body, html {
		height: 100% !important;
	}


	body {
		overflow-x: hidden;

		font-family: 'Raleway', sans-serif;
		font-weight: 400;
		letter-spacing: .02em;
		font-size: 15px;
		line-height: 26px;
		color: #000;
		position: relative;
		BACKGROUND-COLOR:#38414A;
		background-image: url('../img/ruido.png');
		text-rendering: geometricPrecision;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}


	.fondoMarron2{
		BACKGROUND-COLOR:#b9afa7;
	}
	.fondoBlanco{
		BACKGROUND-COLOR:#fffeff;
	}

	.naranja{
		color:#FF5D3B !important;
	}




	.tapadera{
		height: 23px;
		width: 500px;
		background-color: #b9afa7;
		position: relative;
		top: -23px;
		z-index: 99;
	}


	.tapadera2 {
  height: 349px;
  border-left: 87px solid #b9afa7;
  border-right: 105px solid #b9afa7;
  border-top: 60px solid #b9afa7;
  border-bottom: 53px solid #b9afa7;
  top: -396px;
  left: -10px;
  background-color: transparent;
  width: 532px;
  position: relative;
  z-index: 99;
  margin: 60px auto;
	}

	.tapadera22 {
		height: 43px;
		top: -374px;
	}

	.clear{
		clear:both;
	}


	::selection {
		background: #BAB0A8;
		color: #fff;
	}
	::-moz-selection {
		background: #BAB0A8;
		color: #fff;
	}
	* {
		margin: 0;
		padding: 0;
		outline: 0;
	}

	:focus {
		outline: 0
	}

	a, a:hover, a:focus {
		color: #000;
		outline: 0;
		text-decoration: none;
	}
	a {
		text-decoration: underline;
	}
	.text-light a {
		color: #fff;
	}

	.logosCalidades a:hover{
		filter: gray; /* IE6-9 */
		filter: grayscale(1); /* Firefox 35+ */
		-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
		opacity: 0.7;
	}

	img {
		max-width: 100%;
		height: auto;
		display: inline-block;
		border: none;
	}


/* TYPOGRAPHY
---------------------------*/
h1, h2, h3, h4, h5, h6,label {
	color:white;

}
h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 7em;
	line-height: 54px;
	font-weight: 300;
	text-align: center;
}

h2 {
	font-family: 'Shadows Into Light', cursive;
	color:#FF5D3B;
	font-size: 36px;
	line-height: 48px;
	text-align: center;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-size:1.4em;
	line-height: 36px;
	text-align: center;
	font-weight: 400;
}

label, .titulosContacto, .contactoDerecha,.error, .correcto, .firmaPresentacion{
	font-family: 'Oswald', sans-serif;
	text-align: left;
	font-weight: 400;
	color:#BAB0A8;
	font-weight: lighter;
	text-rendering: geometricPrecision;
}



label{
	cursor: pointer !important;
	font-size:1.2em;
}

label:hover{
	color:white;
}

.contact-message {
	font-size: 1.8em;
	text-align: center;
	text-transform: capitalize;
}




.error{
	color:#FF5D3B;
}

.error404{
	  text-align: center;
  min-height: 1000px;
  font-size: 33em;
  color: #38414A;
  padding-top: 300px;
}

.correcto{
	color: #BAB0A8;
}

.contactoDerecha{
	color:white;
	margin-left: 10%;

}

.contactoDerecha a{
	color:white;
	text-decoration: none;
}

.contactoDerecha p{
	margin:0;
	padding-top: 7px;

}

.contactoDerecha p:nth-child(1){
  margin-bottom: 22px;
}

.contactoDerecha a{
	font-size:1.1em;
}

.titulosContacto {
	color:#FF5D3B;	
	margin:0;
	font-size:1.2em;
	
}

.titulosContacto em{
	font-family: 'Shadows Into Light', cursive;
	font-weight: 300;
	color: #BAB0A8;
	font-size: 1.3em;

}

.firmaPresentacion{
  margin-top: 50px !important;
}
 
.firmaPresentacion em{
	font-family: 'Shadows Into Light', cursive;
	font-weight: 300;
	color: #38414A;
	font-size: 2em;
}


.contactoDerecha p i{
	color:#BAB0A8;
  font-size: 1.7em;
	vertical-align: middle;
	margin-right: 10px;
	  margin-bottom: 4px;
}

.pe-7s-mail:before {
	content: "\e639";

}
.pe-7s-phone:before {
	content: "\e627";
}


h4 {
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	line-height: 36px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 10px;
}

h5{
	font-family: 'Oswald', sans-serif;
	font-size:1.6em;
	line-height: 36px;
	text-align: center;
	font-weight: 300;
	letter-spacing: 5px;
	color:#BAB0A8;
}

.submenuAbajo div, .submenuAbajo div>p{
	text-align: justify;
	float:left;
	margin-top: 0;
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
	line-height: 36px;
	font-weight: 300;
	letter-spacing: 5px;
	color: #BAB0A8;
}

.submenuAbajo{
	padding-left: 10px;
}
.submenuAbajo span:after{
	content: '  -';
}

.submenuAbajo span:last-child::after{
	content: '';
}

.submenuAbajo a.seleccionado {
	color: #FF5D3B !important;
	text-decoration: none;
}
.submenuAbajo a {
	text-decoration: none;
	color:white;
}
.submenuAbajo a:hover {
	color: #BAB0A8 !important;
}

h6 {
	font-size: 14px;
	line-height: 18px;
}

p{
	font-family: 'Muli', sans-serif;
}


/* Responsive TYPOGRAPHY
---------------------------*/

@media (max-width: 768px) {
	body { font-size: 15px; line-height: 23px}
	h1   { font-size: 34px; line-height: 40px}
	h2   { font-size: 30px; line-height: 35px}
	h3   { font-size: 20px; line-height: 29px}
	h4   { font-size: 22px; line-height: 24px}
	h5   { font-size: 17px; line-height: 19px}
	h6   { font-size: 13px; line-height: 15px}
}

.bottom-line{
	position: relative;
	margin-bottom: 30px;
}
.bottom-line:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #111;
	bottom: -13px;
}
.text-light .bottom-line:after{
	background: #fff;
}

.font-alt{
	font-family: 'Raleway';
	font-weight: 300;
}
.monospace {
	font-family: 'Source Code Pro';
	color: #494949;
}
.text-light .monospace {
	color: #D0D0D0;
}

.title {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child
{
	margin-top: 0
}

.bigtext {
	font-size: 160px;
	line-height: 1
}
@media (max-width: 992px) {
	.bigtext{font-size: 130px;}
}
@media (max-width: 768px) {
	.bigtext{font-size: 70px;}
}	

.text-light {
	color: #fff
}
.text-dark {
	color: #000
}
.text-center {
	text-align: center
}
.text-left {
	text-align: left
}
.text-right {
	text-align: right
}
.uppercase {
	text-transform: uppercase
}
.capitalize {
	text-transform: capitalize
}
.bold {
	font-weight: bold
}
.bolder {
	font-weight: bolder
}
.italic {
	font-style: italic
}

/*helper classes*/
.fullwidth {
	width: 100%
}
.fullheight {
	height: 100%
}
.grey {
	background-color: #F7F7F7
}
.black {
	background-color: #000
}
.white {
	background-color: #fff
}

.vCenter {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}



/* Spacers & Separators
---------------------------*/
.spacer-mini, .spacer-small, .spacer-medium, .spacer-big {
	width: 100%;
	display: inline-block;
	position: relative;
	margin: 0;
}
.spacer-mini {
	height: 14px
}
.spacer-small {
	height: 40px
}
.spacer-medium {
	height: 80px
}
.spacer-big {
	height: 120px
}
@media (max-width: 992px) {
	.spacer-big {
		height: 100px
	}
}
@media (max-width: 768px) {
	.spacer-mini {
		height: 10px
	}
	.spacer-small {
		height: 30px
	}
	.spacer-medium {
		height: 50px
	}
	.spacer-big {
		height: 80px
	}
}
.separator, .separator-left, .separator-right {
	width: 100%;
	display: inline-block;
	position: relative;
}
.separator:after, .separator-left:after, .separator-right:after {
	content: '';
	width: 40px;
	height: 2px;
	background-color: #000;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}
.separator:after {
	left: 50%;
	margin-left: -20px;
}
.separator-left:after {
	left: 0;
	margin-left: 0;
}
.separator-right:after {
	right: 0;
	margin-left: 0;
	left: auto;
}
.text-light [class*="separator"]:after {
	background-color: #fff
}
.darkbg [class*="separator"]:after {
	background-color: #fff
}

[class*="spacer-"] {
	font-size: 4em
}
[class*="spacer-"]:before {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}




/* BUTTONS
---------------------------*/

.button {
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	padding: 5px 24px;
	display: inline-block;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: background .2s, color .2s, border-color .2s;
	-moz-transition: background .2s, color .2s, border-color .2s;
	-ms-transition: background .2s, color .2s, border-color .2s;
	-o-transition: background .2s, color .2s, border-color .2s;
	transition: background .2s, color .2s, border-color .2s;
}
.button:hover {
	text-decoration: none;
	background: #333;
	color: #fff;
}
.button.light {
	background: #fff;
	color: #000;
}
.button.light:hover {
	background: #f4f4f4;
}
.button.outline {
	background: none;
	color: #000;
	border: 2px solid;
	padding: 3px 22px;
}
.button.outline.light {
	color: #fff;
}
.button.outline:hover {
	background: #000;
	border-color: #000;
	color: #fff;
}
.button.outline.light:hover {
	background: #fff;
	border-color: #fff;
	color: #000;
}
@media (max-width: 768px) {
	.button{
		font-size: 14px;
		padding: 3px 17px;
	}
	.button.outline{
		padding: 1px 15px;
	}
}	


/* OVERLAYS
---------------------------*/

.overlay-light {
	background-color: rgba(255, 255, 255, 0.25)
}
.overlay-light-2x {
	background-color: rgba(255, 255, 255, 0.5)
}
.overlay-light-3x {
	background-color: rgba(255, 255, 255, 0.75)
}
.overlay-light-4x {
	background-color: rgba(255, 255, 255, 0.9)
}

.overlay-dark {
	background-color: rgba(0, 0, 0, 0.25)
}
.overlay-dark-2x {
	background-color: rgba(0, 0, 0, 0.5)
}
.overlay-dark-3x {
	background-color: rgba(0, 0, 0, 0.75)
}
.overlay-dark-4x {
	background-color: rgba(0, 0, 0, 0.9)
}

[class*="overlay-dark"] ~ *,
[class*="overlay-light"] ~ *
{
	position: relative
}




/* PARALLAX IMAGES
---------------------------*/
[data-stellar-background-ratio] {
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
}
@media (max-width: 1024px) {
	[data-stellar-background-ratio] {
		background-attachment: scroll;
		background-position-y: center !important;
	}
}



/* BS COLUMNS
---------------------------*/
.container, section, section > * {
	position: relative;
}
.col-center {
	float: none;
	margin: 0 auto;
}
.col-right {
	float: right;
}

@media (max-width: 991px) {
	[class*="col-md"] {
		margin-bottom: 40px;
	}
}
@media (max-width: 767px) {
	[class*="col-sm"] {
		margin-bottom: 40px;
	}
}






/* HEADER
---------------------------*/

header {
	width: 100%;
	z-index: 999;
	/*position: absolute;
	top: 0;*/
	height: 170px;
	background-color: transparent;
}
header .container {
	height: 90px;
	background-color: #BAB0A8;
	position: fixed;
	width: 100%;
	z-index: 99;
}
header.whitebg {
	
}

.logo {
	display: block;
	float: left;
	font-size: 33px;
	font-weight: 400;
	color: #333;
	padding-top: 26px;
	text-decoration: none;
}
/* logo mobile */
.logo img{
	max-height: 40px;
	width: 220px;
}


/* MENU
---------------------------*/
.menu-wrapper {
	float: right;
	padding-top: 35px;
	position: relative;
}
.menu-icon {
	display: block;
	width: 31px;
	height: 20px;
	position: relative;
}
.menu-icon span {
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	background-color: #333;
	-webkit-transition: transform .2s;
	-moz-transition: transform .2s;
	-ms-transition: transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
}
.menu-icon span:first-child {
	-webkit-transform: translateY(-7px);
	-moz-transform: translateY(-7px);
	-ms-transform: translateY(-7px);
	-o-transform: translateY(-7px);
	transform: translateY(-7px);
}
.menu-icon span:last-child {
	-webkit-transform: translateY(7px);
	-moz-transform: translateY(7px);
	-ms-transform: translateY(7px);
	-o-transform: translateY(7px);
	transform: translateY(7px);
}

.menu-icon:hover span:first-child {
	-webkit-transform: translateY(-9px);
	-moz-transform: translateY(-9px);
	-ms-transform: translateY(-9px);
	-o-transform: translateY(-9px);
	transform: translateY(-9px);
}
.menu-icon:hover span:last-child {
	-webkit-transform: translateY(9px);
	-moz-transform: translateY(9px);
	-ms-transform: translateY(9px);
	-o-transform: translateY(9px);
	transform: translateY(9px);
}

.menu-icon.active span:first-child {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu-icon.active span:last-child {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.menu-icon.active span:nth-child(2) {
	opacity: 0;
}


.main-menu {
	background-color: #f9f8f7;
	list-style: none;
	text-align: right;
	font-family: 'Montserrat', sans-serif;
	min-width: 210px;
	/*MIN-WIDTH: 761px;*/
	padding: 15px;
	position: absolute;
	right: 14px;
	top: 70px;
	/*visually hidden (out of the viewport)*/
	right: -9999px;
	/* show/hide */
	opacity: 0;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: transform .3s, opacity .3s;
	-moz-transition: transform .3s, opacity .3s;
	-ms-transition: transform .3s, opacity .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.main-menu.visible {
	right: 14px;
}
.main-menu.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.main-menu:after, .fixed-filter ul:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -10px;
	right: 0;
	border: 10px solid;
	border-color: transparent;
	border-right-color: #f9f8f7;
}
/*.main-menu > li {

	FLOAT: LEFT;
  PADDING: 15PX;
  }*/

.main-menu a{
	text-decoration: none;
}


.main-menu > li > a {
	font-family: 'Oswald', sans-serif;
	font-size: 1.5em;
  	line-height: 50px;
	text-decoration: none;
	display: block;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 0;
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	-ms-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.main-menu > li > a:hover {
	color:#FF5D3B !important;
}
.main-menu > li > a.dropdown:after {
	content: '+';
	font-family: 'Raleway';
}
.main-menu > li > a.dropdown.opened:after {
	content: '-';
}
.main-menu ul {
	list-style: none;
	padding: 5px 13px 5px 0;
	display: none;
}
.main-menu ul li a {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	font-family: 'Source Code Pro';
	color: #898989;
	text-transform: capitalize;
}
.main-menu ul li a:hover {
	color: #222;
}


/*MENU PRINCIPAL NO MOVIL*/


.menu-wrapper2{
	position: fixed;
	top: 130px;
	width: 100%;
	background-color:#BAB0A8;
	height: 3em;
	margin: 0 auto;
	clear: both;
	z-index: 999;

}


.sombraAbajoMenu{
  box-shadow: 0px 11px 11px 1px rgba(0,0,0,0.7);

}

.sombraArribaMenu {

	   box-shadow: 0px 6px 36px 0px rgba(0,0,0,0.5);
}

.main-menu2{
	/*width: 80%;*/
	width: 100%;
	margin: 0 auto;

	/**/
	text-align: center;
}



.main-menu2 li{
	list-style-type: none;
	/*float:left;*/
	/*width: 16.666666%;*/
	/*width: 14.2857%;*/
	text-align: center;
	display: inline-block;
}
.main-menu2 a{
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	text-rendering: geometricPrecision;
	font-size: 1.3em !important;
	color: #38414A;
	line-height: 2.3em;
	text-transform: uppercase;
	/**/
	padding-left: 1em;
	padding-right: 1em;
}

.main-menu2 a:hover{
	color:white;
}

.logo2{
	width:100%;
	position: fixed;
	background-color:#38414A;
	height: 155px;
	background-image: url('../img/ruido.png');
	z-index: 999;
}

.logo2 img{
	margin: 30px 40%;
	width: 20%;
	max-width: 405px;
}

/*--------*/

/* overlay menu */
.menu-wrapper.menu-overlay nav {
	position: fixed;
	background-color: rgba(0, 0, 0, .6);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}
.menu-wrapper.menu-overlay .menu-icon {
	z-index: 99
}
.menu-wrapper.menu-overlay .menu-icon.active span {
	background-color: #fff !important
}

.menu-wrapper.menu-overlay .main-menu {
	background: none;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) !important;
	-moz-transform: translate(-50%, -50%) !important;
	-ms-transform: translate(-50%, -50%) !important;
	-o-transform: translate(-50%, -50%) !important;
	transform: translate(-50%, -50%) !important;
}
.menu-wrapper.menu-overlay .main-menu > li > a {
	color: #fff;
	font-size: 20px;
}
.menu-wrapper.menu-overlay .main-menu ul li a {
	color: #CACACA;
}
.menu-wrapper.menu-overlay .main-menu ul li a:hover {
	color: #fff;
}

.menu-wrapper.menu-overlay .main-menu:after {
	display: none
}

/*HOME SLIDER
------------------------*/
/*
.home-slider{
	opacity: 0;
	height: 0;

}
*/

/* HERO
---------------------------*/

#hero.t200{
	top: -200px !important;
}

#hero {
	top: 0px !important;
	position: relative;
	width: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 0;
	BACKGROUND-COLOR:#38414A;
}
#hero.fullscreen {
	height: 100%;
}
#hero[data-stellar-background-ratio]{
	background-position: center top;
}
#hero.hero-fixed, #hero.hero-parallax {
	position: fixed;
	top: 0
}

#hero .hero-title .button {
	margin-top: 20px;
}
.page-title h1 {
	font-family: 'montserrat' !important;
}

#hero .container {
	display: table;
	height: 100%;
}
#hero .hero-title {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	padding: 100px 0 50px;
}
#hero.fullscreen .hero-title {
	padding: 100px 0;
}
#hero .hero-title.vtop {
	vertical-align: top;
}
#hero .hero-title.vbottom {
	vertical-align: bottom;
}
#hero.darkbg {
	color: #fff;
}


.play-btn {
	display: inline-block;
	font-size: 90px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	color: #efefef;
	line-height: 80px;
	text-align: center;
}
.play-btn:hover {
	color: #efefef;
}




/* HERO SLIDER
---------------------------*/
.flex-viewport {
	height: 100%;
}
.hero-slider{
	position: relative;
	overflow: hidden;
	
}

.siScroll{
	overflow: auto !important;	
}

.hero-slider .slides {

	margin: 0 auto;
	width: 90%;
}
.hero-slider .slides > li {
	margin: 0
}
.hero-slider .slidebg, .hero-slider .slidebg2{
	position: absolute;
	left: -10%;
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	-webkit-background-size: contain;
	background-size:contain;
	background-repeat: no-repeat;
	z-index: 2;
}
.hero-slider .hero-title {
	opacity: 0;
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 1.9s ease .7s;
	-moz-transition: all 1.9s ease .7s;
	-ms-transition: all 1.9s ease .7s;
	-o-transition: all 1.9s ease .7s;
	transition: all 1.9s ease .7s;
}
.hero-slider .flex-active-slide .hero-title {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
}

.slidebg, .slidebg2 {
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.hero-slider > .slides > li .slidebg{
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 10s ease;
	-moz-transition: transform 10s ease;
	-ms-transition: transform 10s ease;
	-o-transition: transform 10s ease;
	transition: transform 10s ease;


	opacity:0.05;
}
.hero-slider > .slides > li.flex-active-slide .slidebg{
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}

.hero-slider > .slides > li .slidebg2{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);


	-webkit-transform: rotate(10deg);
	-moz-transform: rotate(10deg);
	-ms-transform: rotate(10deg);
	-o-transform: rotate(10deg);
	transform: rotate(10deg);

	-webkit-transition: transform 20s ease;
	-moz-transition: transform 20s ease;
	-ms-transition: transform 20s ease;
	-o-transition: transform 20s ease;
	transition: transform 20s ease;

	opacity:0.15;
}
.hero-slider > .slides > li.flex-active-slide .slidebg2{
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);



}


.hero-slider .flex-direction-nav {
	list-style: none;
	
}
.hero-slider .flex-direction-nav li a{
	position: absolute;
	width: 50%;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.ruidoInicio {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	z-index: 3;
}



.hero-slider .flex-prev{
	left: 0;
	cursor: url(../img/cur/prevCAV.png),url(../img/cur/prevCAV.cur),w-resize;
}
.hero-slider.light-arrows .flex-prev{
	cursor: url(../img/cur/prevCAV.png),url(../img/cur/prevCAV.cur),w-resize;
}
.hero-slider .flex-next{
	right: 0;
	cursor: url(../img/cur/nextCAV.png), url(../img/cur/nextCAV.cur),e-resize;
}
.hero-slider.light-arrows .flex-next{
	cursor: url(../img/cur/nextCAV.png), url(../img/cur/nextCAV.cur), e-resize;
}

.swiffy{  

	height: 800px;
	  position: relative;
  height: 800px;
  top: 0;
  z-index: -1;

}

.swiffy400{  

	height: 400px;

}

#swiffycontainer5{
	position: relative;
	top: -100px;
	z-index: -1;
}

#swiffycontainer6{
	position: relative;
	z-index: -1;
}
#swiffycontainer8{
	top: -90px;
	position: relative;
	z-index: -1;
}

.rayaNaranja{
	border: 2px solid #FF5D3B;
	max-width: 30px;
	margin-bottom: 20px;
}


/* PAGE BODY
------------------------- */

.page-body {
	DISPLAY:NONE;
	position: relative;
	padding-top: 120px;
	z-index: 1;
	background-color: #fff;
}




/* PORTFOLIO FILTERS
---------------------------------- */
/* fixed filter */
.fixed-filter {
	position: absolute;
	right: 68px;
	top: 28px;
	display: none;
	font-family: montserrat;
}
.fixed-filter a {
	font-size: 15px;
	display: block;
	text-decoration: none;
	width: 100%;
	text-align: right;
	opacity: .7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.fixed-filter a.active,
.fixed-filter a:hover {
	opacity: 1
}

.fixed-filter ul {
	list-style: none;
	text-align: right;
	background: #f9f8f7;
	padding: 8px 15px 8px 20px;
	min-width: 150px;
	position: absolute;
	right: 13px;
	top: 42px;
	/*visually hidden (out of the viewport)*/
	right: -9999px;
	/* show/hide */
	opacity: 0;
	-webkit-transform: translateY(-15px);
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-o-transform: translateY(-15px);
	transform: translateY(-15px);
	-webkit-transition: transform .3s, opacity .3s;
	-moz-transition: transform .3s, opacity .3s;
	-ms-transition: transform .3s, opacity .3s;
	-o-transition: transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
}
.fixed-filter ul.visible {
	right: 13px
}
.fixed-filter ul.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.fixed-filter ul li {
	line-height: 1.5;
	text-transform: capitalize;
	cursor: pointer;
}
.fixed-filter ul li.active {
	text-decoration: underline;
}

/*inline filter*/
.inline-filter {
	text-align: center;
}
.inline-filter ul {
}
.inline-filter ul li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 0 10px;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.inline-filter ul li:hover,
.inline-filter ul li.active {
	opacity: 1;
}

.parrafoL{
	padding-right: 3%;
	width: 50%;
	float: left;
}

.parrafoR{
	padding-left: 3%;
	width: 50%;
	float: left;
}


/* PORTFOLIO
---------------------------------- */

#portfolio2 {
	background-color: transparent;
	z-index: 9;
	width: 90%;
	position: relative;
	margin: 0 5%;
	top: 30px;
	min-height: 1000px;
}



.portfolio {
	max-width: 100%;
	margin: auto;
}
.portfolio:after {
	content: "";
	display: table;
	clear: both;
}
.portfolio.fullwidth {
	width: 100%
}
.portfolio .item {
	text-align: center;
	padding: 0;
	margin: 0;
}
.portfolio .item .item-content {
	position: relative;
}


/* SPACE BETWEEN ITEMS */
.portfolio.spaced .item .item-content {
	margin: 30px
}

@media (min-width: 768px) {
	.portfolio {
		width: 720px
	}
	.portfolio.spaced {
		width: 780px
	}
}
@media (min-width: 992px) {
/*	.portfolio {
		width: 940px
		}*/
		.portfolio.spaced {
			width: 1000px
		}
	}
	@media (min-width: 1200px) {
		.portfolio {
			width:100%;
		}
		.portfolio.spaced {
			width: 1200px
		}
	}

	@media (max-width: 768px) {
		.portfolio.spaced .item .item-content {
			margin: 15px
		}
	}

	/* classic grid */
	.classic-grid .item-content:before {
		content: "";
		display: block;
		/*aspect ratio*/
		padding-top: 75%;
	}
	.classic-grid .item-img {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-background-size: contain;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center center;
	}
	/* /classic grid */


	/*item fade animation*/
	.item-fade .item {
		opacity: 0 !important;
		-webkit-transition: opacity 1.5s ease .3s !important;
		-moz-transition: opacity 1.5s ease .3s !important;
		-ms-transition: opacity 1.5s ease .3s !important;
		-o-transition: opacity 1.5s ease .3s !important;
		transition: opacity 1.5s ease .3s !important;
	}
	.item-fade .item.visible {
		opacity: 1 !important;
	}



	@media (max-width: 991px) {
		.portfolio .item {
			width: 100%
		}
	}



	.portfolio .item .item-overlay {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: -1px;
		opacity: 1;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.portfolio .item .item-overlay.overlay-dark {
		background: rgba(0, 0, 0, 0.7);
		color: #fff;
	}
	.portfolio .item .item-overlay.overlay-dark .item-info {
		color: #E5E5E5
	}

	.portfolio .item .item-overlay:hover {
		opacity: 1;
	}

	.portfolio .item .item-details {
		position: absolute;
		width: 100%;
		text-align: center;
		padding: 0 5px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.portfolio .item .item-title {
		opacity: 1;
	}

	.portfolio .item .item-title {
		text-transform: uppercase;
		letter-spacing: 0.1em;
		
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-moz-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		-o-transform: translateY(-20px);
		transform: translateY(-20px);
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.portfolio .item .item-info {
		font-family: 'Source Code Pro';
		text-transform: capitalize;
		letter-spacing: 0.1em;
		color: #444;
		
		opacity: 0;
		-webkit-transform: translateY(20px);
		-moz-transform: translateY(20px);
		-ms-transform: translateY(20px);
		-o-transform: translateY(20px);
		transform: translateY(20px);
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.portfolio .item .item-details .separator:after {
		height: 1px;
		background: #7d7d7d;
		opacity: 0;
		-webkit-transition: all .4s ease;
		-moz-transition: all .4s ease;
		-ms-transition: all .4s ease;
		-o-transition: all .4s ease;
		transition: all .4s ease;
	}
	.portfolio .item .item-content {
		position: relative;
		overflow: hidden;
	}
	.portfolio .item img, .classic-grid .item-img {
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}
	.portfolio .item .item-content:hover img, .item-content:hover .item-img {
		-webkit-transform: scale(0.95);
		-moz-transform: scale(0.95);
		-ms-transform: scale(0.95);
		-o-transform: scale(0.95);
		transform: scale(0.95);
	}
	.portfolio .item .item-overlay:hover .item-title,
	.portfolio .item .item-overlay:hover .item-info {
		color:#FF5D3B;
		opacity: 1;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
	.portfolio .item .item-overlay:hover .item-details .separator:after {
		opacity: 1;
	}

	.item-img{
		opacity: 0.4;
	}

	.item-content:hover .item-img{
		opacity: 1;
	}



/* BLOG POST
---------------------*/
.post {
	margin-bottom: 30px;
}
.post a {
	text-decoration: none
}
.post-content {
}
.post-img {
	position: relative;
	overflow: hidden;
}
.post img {
	-webkit-transition: all 5s ease;
	-moz-transition: all 5s ease;
	-ms-transition: all 5s ease;
	-o-transition: all 5s ease;
	transition: all 5s ease;
}
.post-info {
	background: #f9f8f7;
	padding: 20px;
}
.post h4 {
	text-transform: capitalize;
	margin-bottom: 10px;
}
.post h6 {
	text-transform: capitalize;
}
.post-content:hover .post-img img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}





/* TEAM
---------------------*/
.team-member {
}
.team-member > p {
	font-family: 'Source Code Pro';
	color: #666;
}
.team-member .overlay {
	background: rgba(255, 255, 255, 0.9);
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.team-member:hover .overlay {
	opacity: 1;
}
.team-member .overlay p {
	padding: 0 30px;
}
.team-member .social-links a {
	font-size: 18px;
	margin: 5px;
}




/* SKILLS
---------------------*/
.skills {
	width: 100%;
	padding-top: 9px;
}
.skill {
	width: 100%;
	height: 42px;
	position: relative;
	margin-bottom: 15px;
}
.skill-title, .skill-bar {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.7em;
	white-space: nowrap;
	padding: 4px 0px;
	text-indent: 22px;
	font-family: montserrat
}
.skill-title {
	color: #000;
}
.skill-bar {
	background: #000;
	color: #fff;
	width: 0;
	overflow: hidden;
	-webkit-transition: all 1s ease-out;
	-moz-transition: all 1s ease-out;
	-ms-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}
@media (max-width: 768px) {
	.skill-title, .skill-bar{
		font-size: 12px;
		letter-spacing: 0.6em;
		text-indent: 13px;
	}
}	



/* TABS
---------------------*/
.tabs {
	width: 100%;
	max-width: 100%;
	position: relative;
}
.tab-nav {
	list-style: none;
}
.tab-nav > li {
	display: inline-block;
	cursor: pointer;
	margin-right: 10px;
	font-size: 17px;
}
.tab-nav > li:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #444;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.tab-nav > li.active:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.tab-panels {
}
.tab-panels > div {
	display: none;
}
.tab-panels > div.active {
	display: block;
}


/* TOGGLES
---------------------*/
.toggle {
	margin-bottom: 10px;
}
.toggle-title {
	font-size: 17px;
	text-decoration: none;
}
.toggle-title:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #444;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.toggle.active .toggle-title:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
.toggle-content {
	display: none;
	margin-top: 8px;
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
.toggle.active .toggle-content {
	display: block;
	opacity: 1;
}


/* COUNTERS
---------------------*/
/*.counter-item {*/
	/*text-align: center;*/
/*}*/
/*.counter-num {*/
	/*font-size: 60px;*/
	/*line-height: 1;*/
/*}*/
/*.counter-title {*/
	/*font-size: 20px;*/
	/*font-family: 'montserrat';*/
	/*text-transform: uppercase;*/
	/*letter-spacing: 0.1em*/
/*}*/





/* SCROLL TO TOP
---------------------*/
.to-top {
	display: none;
	width: 50px;
	height: 50px;
	font-size: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #f7f7f7;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.to-top:hover {
	opacity: 1;
}



/* BLOCKQUOTE
---------------------*/
blockquote {
	border-left: 2px solid #636363;
	font-family: 'georgia';
	font-style: italic;
	text-align: left;
}
blockquote cite {
	font-family: 'Source Code Pro';
}
@media (max-width: 768px) {
	blockquote{ 
		font-size: 16px; 
		padding: 10px 12px; 
	}
}




/* HIGHLIGHT
---------------------*/
.highlight {
	background-color: #000;
	color: #fff;
}




/* IMAGE SLIDER
---------------------*/
.img-slider {
	position: relative;
}
.img-slider li img {
	width: 100%;
}




.img-slider .flex-direction-nav {
	list-style: none;
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin: 0;
	opacity: 0.5;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.img-slider:hover .flex-direction-nav {
	opacity: 1
}
.img-slider .flex-direction-nav li {
	float: left;
}
.img-slider .flex-direction-nav li a {
	background: #fff;
	color: #333;
	display: block;
	font-size: 40px;
}



/* ICON BOX
---------------------*/
.icon-box {
	margin-bottom: 60px;
}
.icon-box i {
	float: left;
	font-size: 60px;
}
.box-info {
	margin-left: 70px
}
.box-info h4 {
	text-transform: capitalize;
}
.box-info p {
	font-size: 14px;
}



/* VIDEO CONTAINER
---------------------*/
.video-container iframe {
	border: 0;
}





/* PAGINATION
---------------------*/
.pagination {
	width: 100%;
	text-align: center;
	margin: 50px 0;
}
.pagination a {
	font-family: 'montserrat';
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: .7;
}
.pagination a:hover {
	opacity: 1;
}
.pagination i {
	font-size: 30px;
	vertical-align: middle;
	margin-top: -3px;
}
.pagination .all {
	margin: 0 20px;
}




/* CONTACT FORM
---------------------*/
#contact {
	margin-left: 10%;
	padding: 0 30px;
}
#name, #email, #message {
	width: 100%;
	border: none;
	border-bottom: 1px solid #bababa;
	padding: 5px 0 5px;
	-webkit-transition: border-bottom-color .8s ease, border-bottom-width .3s ease;
	-moz-transition: border-bottom-color .8s ease, border-bottom-width .3s ease;
	-ms-transition: border-bottom-color .8s ease, border-bottom-width .3s ease;
	-o-transition: border-bottom-color .8s ease, border-bottom-width .3s ease;
	transition: border-bottom-color .8s ease, border-bottom-width .3s ease;
}

#message {
	resize: none;
}
#name:focus, #email:focus, #message:focus {
	border-bottom-color: white;
	border-bottom-width: 4px;
}

#contact ::-webkit-input-placeholder {
	color: #FF5D3B;
}
#contact :-moz-placeholder {
	color: #FF5D3B;
}
#contact ::-moz-placeholder {
	color: #FF5D3B;
}
#contact :-ms-input-placeholder {
	color: #FF5D3B;
}

#submit {

	text-transform: uppercase;

	margin-top: 20px;
	margin-bottom: 90px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition:all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	text-align: center;
	color: #BAB0A8;
	border-radius: 0;
	width: 100%;
}

.perspective {
	display: inherit;
}

.btn-8b:after {
	background: #BAB0A8;
	width: 0;
}

.btn{
	margin: 0;
	font-weight: 800;
}

.btn:focus {
	outline:0;
}

.btn-8b:hover {
	-webkit-transform: rotateX(-25deg);
	-moz-transform: rotateX(-25deg);
	-ms-transform: rotateX(-25deg);
	transform: rotateX(-25deg);
}

.progress-button[data-perspective] .content {
	background-color: #38414A;
	background-image: url('../img/ruido.png');

	border: 1px solid #bababa;	
}
.progress-button[data-style="rotate-angle-top"] .progress {

	box-shadow: none;

}

.progress-button .progress {
	background: #BAB0A8;
}

.progress-button .progress-inner {
	background: white;
}

.progress {
	margin-bottom:0;
	border-radius: 0;
}

.progress-button .content::before, .progress-button .content::after {
	color: white;
}

/* CONTACT INFO
---------------------*/
.contact-info {
	border-top: 1px solid #f5f4f4;
	padding: 50px 0;
	text-align: center;
}
.contact-info a {
	font-size: 18px;
	text-decoration: none;
}
.contact-info i {
	font-size: 30px;
	display: block;
	margin-bottom: 15px;
}




/* FOOTER
---------------------*/
#footer {
	border-top: 1px solid #EAEAEA;
}
#footer .social {
}
#footer .social ul {
}
#footer .social ul li {
	display: inline-block;
}
#footer .social ul li a {
	padding: 0 10px;
	display: block;
	float: left;
	color: #4F4F4F;
	font-size: 17px;
	text-decoration: none;
}
#footer .social ul li a:after {
	content: "";
	display: block;
	left: 0;
	right: 0;
	height: 1px;
	background: #4F4F4F;
	opacity: 0;
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	-o-transform: translateY(5px);
	transform: translateY(5px);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#footer .social ul li a:hover:after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#footer .copyright {
	color: #ABABAB;
	font-size: 14px;
}




/* PAGE LOADER
---------------------*/

.page-loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #38414A;
	background-image: url('../img/ruido.png');
	z-index: 1984;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.logo-img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: -120px;
}
.logo-img img {
	/*max-height: 30px;*/
		/*max-width: 176px;*/
	height: 100px;
	width: 100px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.pace-done .page-loader .logo-img img {
	-webkit-transform: translateY(-30px);
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-o-transform: translateY(-30px);
	transform: translateY(-30px);
	opacity: 0;
}
.pace-done .page-loader {
	opacity: 0;
}
.page-loader.done {
	display: none;
}

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	
	z-index: 2000;
	position: fixed;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 5px;
	width: 200px;
	background: #fff;
	border: 1px solid #000;
	
	overflow: hidden;
}
.pace .pace-progress {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	max-width: 200px;
	position: fixed;
	z-index: 2000;
	display: block;
	position: absolute;
	top: 0;
	right: 100%;
	height: 100%;
	width: 100%;
	background: #000;
}
.pace.pace-inactive {
	display: none;
}




/*NUEVO*/


#map-canvas, #map-canvas2, #map-canvas3, #map-canvas4 {
  width: 600px;
  height: 500px;
 border: 3px solid #BAB0A8;
   border-radius: 15px;
  box-shadow: 0 0 17px rgba(0,0,0,5);
  z-index: 12
}


#show, #show1, #show2,#show3, #show4{
	margin-top: 40px;
}


#show, #show1, #show2,#show3, #show4{
font-family: 'Oswald', sans-serif;
  text-align: left;
  font-weight: 400;
  color: #BAB0A8;
  font-weight: lighter;
font-size: 1.2em;
}


.overlay1, .overlay2, .overlay3, .overlay4  {
  position: fixed;
  top: 0; 
  left: 0;
  z-index: 10;
  background-color: rgba(56,65,74,0.5);
  width: 100%; 
  height: 100%;
  display: none;
}

.overlay-bg {
  background-color: rgba(56,65,74,0.9);
  width: 100%; 
  height: 100%;
  z-index: 11;
}

.center {
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
}

.show { display: block; }



 .marcas1{
	  margin-top: 30px;
}

.marcas p{
	float: left;
	color:#BAB0A8;
	font-family: 'Oswald', sans-serif;
	font-size: 1em;
  letter-spacing: 5px;
	font-weight: 500;
	  padding: 0 10px;
}

.marcas hr{
	  border-top: 1px solid #BAB0A8;
	    margin-top: 1em;
  margin-bottom: 1em;
}

.marcasLinea{
  margin: 65px 0;
  width: 100%;
  height: auto;
  text-align: center;
}
.marcasLinea img{

	padding: 10px;
}

.todosBloques{
  max-width: 1000px;
  min-width: 1000px;
  margin: 0 auto;
}


.textosGeneral .todosBloques  p{
  margin: 30px auto;
  }


.despuesIntro.textos2 img{
width:327px;  
 padding-top: 36px;
}

.navMovil{
  position: absolute;
  top: -10%;
  z-index: 1;
      	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;

}

.navMovil img{
	width: 30%;
	  max-width: 10px;
}

.navMovilDer{
  right: 3%;
  text-align: right;

}

.navMovilIzq{
  left: 3%;
}


.navMover{
  top: 20px;
  height: 100%;
  width: 50%;


}

.hero-slider .slides {
	list-style-type: none;
}



input,textarea{
	BACKGROUND-COLOR:#38414A;
	background-image: url('../img/ruido.png');
	margin-bottom: 45px;

	font-family: 'Muli', sans-serif;
	color: white;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 15px;
	line-height: 19px;

}

.lineaError{
	border-bottom-color:#FF5D3B !important;

}

[class*=" pe-7s-"] {
	background-color: #BAB0A8;
}



#hero{
	display: none;
}

.imagenHome{
	background-image: url('../img/cav-mesa-sonido1.png');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position-x: 100px;
	height: 500px;

}

.citaHome{
	color: #BAB0A8 !important;
	margin-top: 110px;
	margin-left: 100px;
}


.centrar{
	margin: 0 10%;
	width: 80%;
}

/*.despuesIntro{*/
	/*display: none;*/

/*}*/

.despuesIntro.textos2{
	text-align: left;
}

.margen6L{
	margin-left: 6%;
}
.margen6R{
	margin-right: 6%;
}

.margenInferior150{
	margin-bottom: 150px !important;
}

.movil, .serviciosMoviles, .serviciosIpad{
	display: none;
}


.pace {
	border: 0;
	background: #38414A;
}

.pace .pace-progress {
	background: #BAB0A8;
}

.seleccionado{
	color:white !important;
}

.intro img{
	position: absolute;
	top: 0;
	z-index: 99;
	opacity: 0.20;
}


.zoom img{
	-webkit-transition: all 4s ease;
	-moz-transition: all 4s ease;
	-ms-transition: all 4s ease;
	-o-transition: all 4s ease;
	transition: all 4s ease;
}

.zoom img{
	opacity: 0.10;
}

.intro img{
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
	-ms-transform: scale(1.5);
	-o-transform: scale(1.5);
	transform: scale(1.5);
}


.intro img:nth-child(1){
	-webkit-transition: all 3s ease;
	-moz-transition: all 3s ease;
	-ms-transition: all 3s ease;
	-o-transition: all 3s ease;
	transition: all 3s ease;
}
.intro img:nth-child(2){
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.intro img:nth-child(3){
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}
.intro img:nth-child(4){
	-webkit-transition: all 4s ease;
	-moz-transition: all 4s ease;
	-ms-transition: all 4s ease;
	-o-transition: all 4s ease;
	transition: all 4s ease;
}

.zoom img{
	-webkit-transform: scale(2.15);
	-moz-transform: scale(2.15);
	-ms-transform: scale(2.15);
	-o-transform: scale(2.15);
	transform: scale(2.15);
}




.hero-slider .flex-direction-nav li a, .ruido, .ruidoInicio,.casos{
	background-image: url('../img/ruido.png');
	background-size: initial;
	background-repeat: repeat;

}


.textos{
	text-align: justify;
	color: white;
	margin-top: 50px;
	line-height: 19px;
	/*display: none;*/
}

.textos2{
	text-align: justify;
	color: white;
	margin-top: 50px;
	line-height: 19px;
	margin-bottom: 100px;
}


.textos h1{
	margin-top: 70px;
	margin-bottom: 40px;
	line-height: 1em;
}


#swiffycontainerPortada{
	height: 100%;	
}



.animacionColocacionL{
	margin-top: 150px;
}



.desenfoque{
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px);
	display: none;
}

.imagenMovil{
	display: none;
	padding: 20px 0;
}


p {
	margin: 0 0 40px;
}

.casos, .submenuAbajo{

	width: 90%;
	height: auto;
	margin: 0 auto;

	position: relative;
	z-index: 4;
}
.submenuAbajo{
	margin-top: 50px;

}




.casos h2{
	text-align: left;
	text-indent: 1%;
	font-size: 25px;
}

.casos .item-content{
	margin: 0 10px;
}

.subTitulo{
	height: 200px;
	margin-top: 100px;
}

.subTitulo2{
	height: 0;
}


.subTitulo h1 {
	font-family: 'Oswald', sans-serif;
	font-size: 4em;
	line-height: 54px;
	letter-spacing: 15px;
	font-weight: 500;
	text-align: center;
}
.subTitulo h3 {
	font-weight: 300;
}

.presentacion,.calidades{
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 0;
}

.calidades p{
	color:#38414A !important;
}



.lineasPresentacion1{
	background-image: url('../img/lineasPresentacion1.png');
	background-size: cover;
	height: 453px;
	width: 397px;
	position: relative;
	top: -418px;
	left: 0px;

}


.lineasPresentacion2{
	background-image: url('../img/lineasPresentacion2.png');
	background-size: cover;
	height: 500px;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.calidadesLineas1{
	background-image: url('../img/calidadesLineas1.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 453px;
	width: 397px;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: 23s ease-in-out;
	-moz-transition: 23s ease-in-out;
	-o-transition: 23s ease-in-out;
	transition: 23s ease-in-out;
}

.calidadesLineas2 {
	background-image: url('../img/calidadesLineas2.png');
	background-size: contain;
	background-repeat: no-repeat;
	height: 287px;
	width: 397px;
	position: relative;
	top: -0;
	left: 10%;
	-webkit-transition: 33s ease-in-out;
	-moz-transition: 33s ease-in-out;
	-o-transition: 33s ease-in-out;
	transition: 33s ease-in-out;
	opacity: 0.3;
}

.calidadesSubtitulo{
	position: relative;
	/*top: -700px;*/
	top: 100px;
}

.moverZoom{
	-webkit-transform: rotate(10deg) scale(1.1);
	-moz-transform: rotate(10deg) scale(1.1);
	-o-transform: rotate(10deg) scale(1.1);
	-ms-transform: rotate(10deg) scale(1.1);
	transform: rotate(10deg) scale(1.1);
}



.giroOut{
	-webkit-transform:  rotate(10deg) !important;
	-moz-transform:  rotate(10deg) !important;
	-o-transform:  rotate(10deg) !important;
	-ms-transform: rotate(10deg) !important;
	transform: rotate(10deg) !important;
}


.calidadesFondo{
	background-image: url('../img/calidades.png');
	background-size: contain;
	min-height: 700px;
	height: 700px;
	background-repeat: no-repeat;

}
/* */
.prensaFondo{
	background-image: url('../img/salon-prensa.png');
	background-size: contain;
	min-height: 700px;
	height: 700px;
	background-repeat: no-repeat;

}
/* */

.logosCalidades p{
	margin-top: 0 !important;
	text-align: center !important;
}

.izquierda p{
	text-align: left !important;
}

.calidadesFondo p{
	margin-top: 30% !important;
}

.p5{
	padding-top: 5%;
}

.animacionBloque{
	max-height: 400px;
	position: relative;
	top: 0px;
}


.animacionBloque2{
	max-height: 400px;
	position: relative;
	top: 300px;

}

.animacionBloque3{
	max-height: 400px;
}



.animacionBloqueColor {
	filter: hue-rotate(0deg);
	-webkit-filter: hue-rotate(0deg);
	-moz-filter: hue-rotate(0deg);
	-o-filter: hue-rotate(0deg);
	-ms-filter: hue-rotate(0deg);
}

.textosGeneral p , .textosGeneral li{
	font-family: 'Muli', sans-serif;
	color: white;
	font-weight: 400;
	letter-spacing: .02em;
	font-size: 15px;
	line-height: 19px;
	text-align: justify;
	max-width: 500px;
	margin: 60px auto;
}

.textosGeneral li{
	max-width: 500px;
	margin: 10px auto;
	list-style-type: none;
	padding-left: 20px;
	display: flex;
}

.textosGeneral ul li:before{
	content: '-';
	position: relative;
	left: -20px;
}

.textosGeneral h2{
	max-width: 500px;
	margin: 60px auto;
	margin-bottom: 0;
	color: white;
	text-align: left;	

}

.textosGeneral video{
	
	max-width: 500px;
	/*
	min-width: 100%;
	margin: 60px auto;
	*/
}


.video1{
  min-width: 509px;
}

.video3{
  min-width: 352px;
}


.citas p{
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: lighter;
	text-rendering: geometricPrecision;
	color: #38414A;
	font-size: 3em;
	line-height: 50px;
	letter-spacing: 8px;

}

.inicioParrafo{
	  font-family: 'Shadows Into Light', cursive;
	  	font-size: 3em;
	  	padding-right: 5px;
}

.citas2{
	font-family: 'Oswald', sans-serif !important;
	font-weight: 300 !important;
	font-size: 1.2em !important;
	margin: 40px auto !important;
}

.todoContacto{
	min-height: 1000px;
}



footer{
	padding-top: 25px;
	height: 150px;
	width: 100%;
	background-color: #38414A;
	clear: both;
	text-align: center;
	background-image: url('../img/ruido.png');
	font-family: 'Muli', sans-serif;
	color: white;
	font-weight: 400;
}

footer p{
	font-size: 1em;
	margin: 0;
	line-height: 21px;
}

footer p:first-child{
	font-family: 'Shadows Into Light', cursive;
	font-weight: 300;
	color: #FF5D3B;
	font-size: 1.5em;

}

footer p a, footer p a:hover{
	color: white;
	text-decoration: none;
}


footer div:first-child{
	text-align: right;
	padding: 20px;
	border-right:1px solid #FF5D3B;
}

footer div:nth-child(2){
	text-align: left;
	padding-left: 30px;
  padding-top: 20px;
}


/*----------------- COOKIE--------------*/

.cc-cookies {
  position: fixed;
  bottom: 2% !important;
  left: 2%;
  z-index: 999;
  width: 300px;
  color: #BAB0A8;
  line-height: 16px;
  font-size: 12px;
  border: 1px solid #BAB0A8;
  padding: 16px;
  height: 100px;
  text-align: justify;
  BACKGROUND-COLOR: #38414A;
  background-image: url('../img/ruido.png');
}

.cc-cookies a{
  color: white;
  font-weight: bold;
  text-decoration: none;


}

a.cc-cookie-accept{
  font-size: 15px;
   padding-right: 53px;

}

.cc-cookies a:hover{
  color: #BAB0A8;
}

/*----------------- POLITICA PRIVACIDAD--------------*/

.politicaPrivacidad  a{
text-decoration: none;
  float: right;
  padding-right: 20px;
  color: rgb(92, 99, 107);
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 10px;
}

.politicaPrivacidad  a:hover{
	 color: white;
}

.politicaPrivacidadTexto p{
	margin: 0;
	color:white;
	text-align: justify;

}


.politicaPrivacidadTexto  p:nth-child(2){
		margin-top: 55px;
}

.politicaPrivacidadTexto  p:last-child{
		margin-bottom: 50px;
}

.politicaPrivacidadTexto ul, .politicaPrivacidadTexto table {
  margin: 40px 55px;
  color: rgb(186, 176, 168);
  text-align: justify;
    margin-right: 0;

}

.politicaPrivacidadTexto a{
	 color: rgb(186, 176, 168);
	 text-decoration: none;
}
.politicaPrivacidadTexto td:nth-child(odd){
text-align: left;
}

.politicaPrivacidadTexto td:nth-child(even){
	padding-left: 2rem;
}
.politicaPrivacidadTexto td{
	vertical-align: initial;
}

/* RESPONSIVE
   ========================================================================= /



   /*especiales textos*/


   @media (max-width: 1350px){
   	h1 {
   		font-size: 5em;
   	}
   }


   /*@media (max-width: 1115px){*/
	/*.main-menu2 {*/
		 /*width: 100%;*/
   	/*}*/
   /*}*/





/* Móviles  o tablets en vertical
------------------------------------------------------------------------- */
@media (max-width: 767px) {

	header {
		height: 90px;
	}

	.despuesIntro.textos2 img{

 padding-top: 0px;
}

footer div:first-child {
  border-right: 0;
}

footer div:nth-child(2) {
	padding-top: 0;

}

.presentacion {
  padding-top: 10px;
    padding-bottom: 0;
}

input,textarea{
	font-size: 14px;
}

.contactoDerecha a {
  font-size: 1em;
  letter-spacing: 0;
}

.todosBloques {
  min-width: initial;
}

	.marcasLinea2{
		margin-bottom: 0;
	}

	.marcasLinea3{
		margin-top: 0;
	}

	.serv3 .textos h1{
		font-size: 3em;
	}
	.serv4 .textos h1{
		line-height: 60px !important;
		font-size: 3em;
	}

	.serv4 .parrafoL {
		margin-top: 0
	}

	.serv6 .textos h1{
		font-size: 2.1em;
	}


	.serv6 .textos h2{
		padding-bottom: 10px;
	}

	.serv6 .parrafoUnico{
		padding-top: 20px;
	}


	.serv7 .textos h1{
		font-size: 2.4em;
	}

	.serv7 .textos h2{
		padding-bottom: 25px;
	}

	.serv7 .parrafoUnico{
		padding-top: 25px;
	}

	.serv9 .parrafoUnico{
		margin-top: -30px;

	}

.animacionBloque3{
	padding-bottom: 100px;
}

	.noPadding{
		padding-right: 0;
		padding-left: 0;
	}

	.img-slider .flex-direction-nav {
		display: none;
	}
	.textos h1 {
		margin-top: 0;
	}

	.calidadesLineas2{
		top: -50%;
	}
	.imagenHome {
		background-image: url('../img/cav-mesa-sonido.png');
		height: 450px;
		padding-top: 110px;
	}

	.centrar {
		margin: 10% 0;
		width: 100%;
	}

	.serviciosMoviles{
		display: block;
	}

	.serviciosNo{
		display: none !important;
	}

	.citas p{
		font-size: 2em;
	}


	.textosGeneral video {
		max-width:300px;
	}


	.logo2,.menu-wrapper2{
		display: none;
	}

	#portfolio2{
		top: 0px;
	}

	header.whitebg {
		background: rgba(56,65,74,0);
		height: 90px;
		border:0;
	}

	.movil {
		display:block;
	}

	.subTitulo{
		height: auto;
		margin-top: 50px;
	}

	.subTitulo h1 {

		font-size: 2em;
		letter-spacing: 5px;

	}

	.textosGeneral p, .textosGeneral li {
		margin: inherit;

	}

	.creatividad.textosGeneral p{
	    max-width: 800px;
	}

	.animacionBloque {
		top:0;
		max-height: initial;
	}

	.ultimaCita{
		margin-top: 60px;
		padding-bottom: 0 !important;
	}

	#hero{
		top:0 !important;	
	}

	#hero.fullscreen {
		height: auto;
	}

	.seleccionado {
		color: #FF5D3B !important;
	}

	.desapareceMovil{
		display: none !important;
	}

	.imagenMovil{
		display: block;
	}
	.textos {
		width: 100%;
		padding: 0 2%;
	}

	.parrafoL,.parrafoR{
		padding:0;
		width: 100%;
	}

	.textos h1 {
		font-size: 4em;
		margin-bottom: 0;
	}

	.textos h3 {
		font-size: 1.6em;
	}
	.textos h4 {
		font-size: 1.2em;
	}

	.parrafoL{
		margin-top: 15px;
	}

	.fixed-filter a{
		display: none !important;
	}


	.submenuAbajo {
		padding-left: 0;
	}
	.submenuAbajo span:after{
		content: '';
	}
	.submenuAbajo h5{
		clear: both;
	}
	.submenuAbajo h5>p{
		text-align: center;
	}

	.izquierda p {
		text-align: center !important;
	}

	.fuenteMovil h1{
		font-size: 3em;
	}

	.portfolio .item {

		margin-bottom: 5px;
	}

.submenuAbajo div>p{
	text-align: center;

}	

#map-canvas , #map-canvas2, #map-canvas3 , #map-canvas4{
  width: 300px;
  height: 250px;
}


.fondo{
  width: 100%;
  height: 100%;
  background-image: url('../img/ruido.png');
  top: 0;
  z-index: 98;
  position: absolute;
}	

.politicaPrivacidad a {
	top:0;
}


}




 /* Tablets en vertical
 ------------------------------------------------------------------------- */
 @media (min-width: 768px) and (max-width: 1024px) { 

 	 	.fondo{
	  width: 100%;
  height: 100%;
  background-image: url('../img/ruido.png');
  top: 0;
  z-index: 99;
  position: absolute;
}	


.overlay {
  top: 75px;
}

.textosGeneral video {
  min-width: 100%;
}
 	.presentacion{
  padding-top: 10px;
}


footer div:first-child {
  border-right: 0;
}

.todosBloques {
  min-width: initial;
}

.animacionBloque2 {
	top:0;
}

.bloque2Tablet{

 margin-top: 260px;
}


.citasTablet2{
  padding-top: 30px;
}

 	.hero-slider.servicios-hero{
 		margin-top: 0px;
 	}

 	.subTitulo {
 		margin-top: 100px;
 		margin-bottom: 0;
 	}


 	.calidadesLineas2{
 		top: -50%;
 	}

 	/*.main-menu2 {*/
 		/*width: 90%;*/
 	/*}*/

 	.textosGeneral p,   .textosGeneral h2,	.textosGeneral li{
 		max-width: initial;

 	}
 	.textosGeneral p, .textosGeneral h2{
 		margin: 30px auto;
 		margin-bottom: 0;
 	}

 	.lineasPresentacion1 {
 		left:0;
 	}

 	.intro img {
 		-webkit-transform: initial;
 		-moz-transform: initial;
 		-ms-transform: initial;
 		-o-transform: initial;
 		transform: initial;
 	}

 	.zoom img{
 		-webkit-transform: scale(0.7);
 		-moz-transform: scale(0.7);
 		-ms-transform: scale(0.7);
 		-o-transform: scale(0.7);
 		transform: scale(0.7);
 	}



 	header.whitebg {
 		background: rgba(56,65,74,0);
 		border:0;
 	}

 	#hero{
 		top:0 !important;	
 	}

 
 	.logo2 img {
	    margin: 39px 33%;
	    width: 34%;
 	}

 	#hero.fullscreen {
 		height: auto;
 	}

 	#swiffycontainerPortada{
 		width: 100%;
 		margin-top: 0;
 		height: 768px;

 	}

 	#portfolio2 {
 		min-height: 0;
 		margin-top: 30px;
 		top:0;
 	}

 	h4{
 		font-size: 1.7em;
 	}

 	#swiffycontainer1 canvas {
 		left: -40px !important;
 		top: -110px !important;
 	}


 	#swiffycontainer4 canvas {
 		top: -105px !important;
 	}

 	#swiffycontainer8 {
 		top: -90px;
 		padding-left: 50px;
 	}

 	#swiffycontainer9 {

 		padding-left: 50px;
 	}


 	#swiffycontainer8.swiffy {
 		height: 400px;
 	}

 	.imagenMovil{
 		display: none;
 	}
 	.textos {
 		margin-top: 50px;
 		width: 100%;
 	}

 	.parrafoUnico{
 		margin-top: 0;
 	}


 	.hero-slider .slidebg{
 		top:150px;
 	}
 	.hero-slider{
 		margin-top: 100px;
 	}

 	.lineasPresentacion2 {
 		left: -42px;
 	}


 	.casos .portfolio .item {

 		width: 100%;

 		text-align: center;
 	}

 	.casos .portfolio .item img{
 		border:10px solid #38414A;
 	}

 	h1 {
 		font-size: 7em;
 		margin-top: 260px;
 		text-rendering: geometricPrecision;
 	}

 	h2 {
 		font-size: 2.5em;
 		line-height: 65px;
 		text-rendering: geometricPrecision;
 	}

 	h5{
 		font-size: 0.9em;
 	}

 	.izquierda p {
 		text-align: center !important;
 	}

 	.textos h3 {
 		font-size: 1.6em;
 	}
 	.textos h4 {
 		font-size: 1.2em;
 	}

 	.textos p{
 		margin-top: 40px;
 	}

 	.fixed-filter a{
 		display: none !important;
 	}

 	.footer {
 		padding-top: 0;
 	}

 	.animacionBloque {
 		max-height: 620px;
 	}

 	.ultimaCita{
 		padding-bottom: 0px !important;
 		margin-top: 60px;
 	}



 	.serviciosIpad{
 		display: block;
 		margin-top: 0 !important;
 	}

 	.serviciosNo{
 		display: none !important;
 	}
 	.animacionColocacionL {
 		margin-top:0;
 	}

 	.marcasLinea.imagen img {
  padding: 20px;
}


 }
 


 /* Tablets en horizontal
 ------------------------------------------------------------------------- */
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 


 	.swiffy {
 		height: 600px;
 	}

 	#swiffycontainer1 canvas {
 		left: 0px !important;
 		top: 0px !important;
 	}

 	#swiffycontainer2 canvas {
 		top: -50px !important;
 	}

 	#swiffycontainer4 canvas {
 		top: 0px !important;
 	}
 	.logo2 img {
	    margin: 33px 35%;
	    width: 30%;
 	}

 	.textos h3 {
 		font-size: 1.6em;
 	}
 	.logosCalidades{
 		margin-top: 15%;
 		margin-bottom: 30px;
 	}
.citasTablet{
  padding-top: 60px;
}

.contactoDerecha a {
  font-size: 1em;
  letter-spacing: 0;
}

 	.serviciosIpad{
 		display: block;
 	}

 	footer div:first-child {
  border-right: 1px solid #FF5D3B;
}

 	.serviciosNo{
 		display: none !important;
 	}

.textosGeneral video {
  max-width: 490px;
}
.tapadera{
	  top: -25px;
}

 	.casos .portfolio .item {
 		width:auto;
 		text-align: initial;
 	}

 	.portfolio .item img{
 		border:10px solid #38414A;
 	}

.bloque2Tablet {
  margin-top: initial;
}

.animacionBloque2 {
  top: 130px;
}

 	.subTitulo {
 		margin-top: 100px;
 	}

 	.textosGeneral p,   .textosGeneral h2,	.textosGeneral li{
 		max-width: initial;

 	}

 	.textosGeneral p, .textosGeneral h2{
 		margin: 30px auto;
 		margin-bottom: 0;
 	}

 	.animacionBloque {
 		top: -46px;
 	}


#swiffycontainer5 {
	top:0;
}
 	.tapadera{
 		width: 120%;
 	}
 	.tapadera2 {
 		width: 100%;
 	}

 	.marginTop100{
 		margin-top: 100px;
 	}

 	.ultimaCita{
 		padding-bottom: 30px !important;
 	}

.marcasLinea img {
  padding: 30px;
}

.marcasLinea.imagen img {
  padding: 30px 50px;
}

 }



/* Escritorios muy anchos
------------------------------------------------------------------------- */


@media (min-width: 1200px){
	.container {
		width: 90%;
	}
}
/* Generic PC
------------------------------------------------------------------------- */
@media (max-height: 800px){

}


/* menu letras
------------------------------------------------------------------------- */
/*@media (max-width: 870px){*/
@media (max-width: 980px){

	.main-menu2 a {
    font-size: 1em !important;
    line-height: 2.9em;
	}
}





/* SMALL
------------------------------------------------------------------------- */
@media (max-width: 991px){
	.noFloat-sm{
		float: none;
	}

	.float-sm{
		float: left;
		width: 100%;
	}

	.imagenHome{
		background-position-x: 0px;
	}

	.citaHome{
		margin-left: 0px;
	}

	#contact {
		margin-left: 0;
	}
	.contactoDerecha {
		margin-left: 0; 
		padding: 0;
		padding-bottom: 50px;
		text-align: center;

	}

	.contactoDerecha p {
		text-align: center;
	}

	.contactoDerecha p:nth-child(1) {
		margin-bottom: 10px;
	}

	footer{
		height: 300px;
		    padding-top: 0;
	}

	footer div:first-child {
		text-align: center;
	}

	footer div:nth-child(2) {
		text-align: center;

	}



}

/* large
------------------------------------------------------------------------- */


@media (min-width: 1281px) { 

	.textosGeneral p{
		max-width: 700px;

	}


	.marcasLinea img {
  padding: 20px;
}

}



/**/
footer img.logoFooter {
	width: 250px;
}


.menu-lang {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;

	font-family: 'Oswald', sans-serif;
	font-size: 0.9em;
	line-height: 1.1em;
	font-weight: 300;

}
.menu-lang li {
	list-style-type: none;
	color: #BAB0A8;
	text-align: right;
}
.menu-lang li a {
	text-decoration: none;
	font-family: 'Oswald', sans-serif;
	text-rendering: geometricPrecision;
	font-weight: 600;
	color: #BAB0A8;

}

.menu-lang li .lang-es,
.menu-lang li .lang-en,
.menu-lang li .lang-zh {

	padding: 3px 20px 3px 0px;
	background-position: right 4px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	display: inline-block;
}
.menu-lang li span.lang-es,
.menu-lang li span.lang-en,
.menu-lang li span.lang-zh {
	opacity: 0.5;
}
.menu-lang li .lang-es {
	background-image: url("../img/flag-es.png");
}
.menu-lang li .lang-en {
	background-image: url("../img/flags-en.png");
}
.menu-lang li .lang-zh {
	background-image: url("../img/flags-zh.png");
}

.menu-lang li a:hover {
	color: #fff;
}

.main-menu > li.lang-mob {
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	line-height: 30px;
	color: #aaa;
}
.main-menu > li.lang-mob > a {
	font-size: 15px;
	line-height: 30px;
}




.grid-sizer, .item {
	width: 33%;
	margin-bottom: 10px;

}

#container {
	margin: 0 auto;
	max-width: 1200px;
}

.gutter-sizer {
	width: 0.5%;
}

.item img {
	max-width: 100%;
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 0;
	left: 0;
	text-decoration: none;
	color: #fff;
	display: none;
}


.overlay .title {
	text-align: center;
	font-size: 20px;
	background: #FF5D3B;
	margin: 0px 0 5px;
}

.overlay .description {
	position: absolute;
	bottom: 2px;
	left: 0;
	background-color: rgba(0,0,0,0.25);
	width: 100%;
	margin: 0;
	padding: 5px;
	text-transform: uppercase;
	font-size: 80%;
}

.overlay .enlarge {
	display: block;
	width: 100%;
	height: 100%;;

	position: absolute;
	top: 0px;
	left: 0px;


}
.overlay .enlarge .plus {
	display: block;
	width: 50px;
	height: 50px;
	font-size: 50px;
	line-height: 50px;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
}

.overlay .description a, .overlay .description a:visited {
	color: #f8ede9;
	text-decoration: none;
	display:block;
}

.overlay .description a:hover {
	color: #666666;
}

.overlay .description p {
	text-align: center;
	margin: 0.5em 0;
}


.item:hover .overlay {
	display: block;
}

@media only screen and (max-width: 960px) {
	.grid-sizer, .item {
		width: 49%;
		padding: 5px;
	}
	.gutter-sizer {
		width: 2%;
	}
}

@media only screen and (max-width: 767px) {
	.grid-sizer, .item {
		width: 49%;
		margin-bottom: 0px;
		padding: 5px;
	}
	.overlay .title {
		font-size: 14px;
		line-height: 18px;
	}
	.overlay .description {
		display: none;
	}
	.overlay .enlarge .plus {
		width: 30px;
		height: 30px;
		font-size: 30px;
		line-height: 30px;
	}
}

.citas.citascasos p {
	color: #B9AFA7;
	padding-top: 60px;
	padding-bottom: 40px;
}
.citas.citascasos p span {
	color: #F85C3B;
	font-size: 60%;
}


.foot-aoo {
	font-size: 11px;
	margin-top: 40px;
}

/**/

.media p,
.media h4,
.media h5 {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
	letter-spacing: 0px;
}

/**/
.mapaservicios {
	color: #BAB0A8;
	line-height: 150%;
}
.mapaservicios h3 {
	text-align: left;
	color: #BAB0A8;
	font-size: 1.2em;
	line-height: 120%;
}
.mapaservicios a {
	text-decoration: none;
	color: #BAB0A8;
	border-bottom: 1px dotted #BAB0A8;
}
.mapaservicios a:hover {
	color: #fff;
	border-bottom: 1px solid #ffffff;
}