/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */


/* #Reset & Basics (Inspired by E. Meyers)
================================================== */
@font-face {
    font-family: 'GothamBook';
    src: url('../fonts/GothamBook.eot');
    src: url('../fonts/GothamBook.eot') format('embedded-opentype'),
         url('../fonts/GothamBook.woff2') format('woff2'),
         url('../fonts/GothamBook.woff') format('woff'),
         url('../fonts/GothamBook.ttf') format('truetype'),
         url('../fonts/GothamBook.svg#GothamBook') format('svg');
}
@font-face {
    font-family: 'GothamBlack';
    src: url('../fonts/GothamBlack.eot');
    src: url('../fonts/GothamBlack.eot') format('embedded-opentype'),
         url('../fonts/GothamBlack.woff2') format('woff2'),
         url('../fonts/GothamBlack.woff') format('woff'),
         url('../fonts/GothamBlack.ttf') format('truetype'),
         url('../fonts/GothamBlack.svg#GothamBlack') format('svg');
}
@font-face {
    font-family: 'NexaLightRegular';
    src: url('../fonts/nexa-light.eot');
    src: url('../fonts/nexa-light.eot') format('embedded-opentype'),
         url('../fonts/nexa-light.woff2') format('woff2'),
         url('../fonts/nexa-light.woff') format('woff'),
         url('../fonts/nexa-light.ttf') format('truetype'),
         url('../fonts/nexa-light.svg#NexaLightRegular') format('svg');
		font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Interstate ExtraLight Compressed';
	src: url('../fonts/interstate_extralight_compressed.eot');
	src: url('../fonts/interstate_extralight_compressed.eot?#iefix') format('embedded-opentype'),
	url('../fonts/interstate_extralight_compressed.svg#Interstate ExtraLight Compressed') format('svg'),
	url('../fonts/interstate_extralight_compressed.woff') format('woff'),
	url('../fonts/interstate_extralight_compressed.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'InterstateRegular';
    src: url('../fonts/interstate-regular.eot');
    src: url('../fonts/interstate-regular.eot') format('embedded-opentype'),
         url('../fonts/interstate-regular.woff2') format('woff2'),
         url('../fonts/interstate-regular.woff') format('woff'),
         url('../fonts/interstate-regular.ttf') format('truetype'),
         url('../fonts/interstate-regular.svg#InterstateRegular') format('svg');
}
@font-face {
    font-family: 'AkzidenzGroteskRegular';
    src: url('../fonts/AkzidenzGroteskRegular.eot');
    src: url('../fonts/AkzidenzGroteskRegular.eot') format('embedded-opentype'),
         url('../fonts/AkzidenzGroteskRegular.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskRegular.woff') format('woff'),
         url('../fonts/AkzidenzGroteskRegular.ttf') format('truetype'),
         url('../fonts/AkzidenzGroteskRegular.svg#AkzidenzGroteskRegular') format('svg');
}
@font-face {
    font-family: 'AkzidenzGroteskCond';
    src: url('../fonts/AkzidenzGroteskCond.eot');
    src: url('../fonts/AkzidenzGroteskCond.eot') format('embedded-opentype'),
         url('../fonts/AkzidenzGroteskCond.woff2') format('woff2'),
         url('../fonts/AkzidenzGroteskCond.woff') format('woff'),
         url('../fonts/AkzidenzGroteskCond.ttf') format('truetype'),
         url('../fonts/AkzidenzGroteskCond.svg#AkzidenzGroteskCond') format('svg');
}
@font-face {
    font-family: 'TitilliumRegular';
    src: url('../fonts/TitilliumRegular.eot');
    src: url('../fonts/TitilliumRegular.eot') format('embedded-opentype'),
         url('../fonts/TitilliumRegular.woff2') format('woff2'),
         url('../fonts/TitilliumRegular.woff') format('woff'),
         url('../fonts/TitilliumRegular.ttf') format('truetype'),
         url('../fonts/TitilliumRegular.svg#TitilliumRegular') format('svg');
}
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }


/* #Basic Styles
================================================== */
	body {
		background: #FFF;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #444;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
		background-color: transparent;
 }


/* #Typography
================================================== */
	h1, h2, h3, h4, h5, h6 {
		color: #181818;
		font-family: "Georgia", "Times New Roman", serif;
		font-weight: normal; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; line-height: 50px; margin-bottom: 14px;}
	h2 { font-size: 35px; line-height: 40px; margin-bottom: 10px; }
	h3 { font-size: 28px; line-height: 34px; margin-bottom: 8px; }
  h3:focus{outline: none;}
	h4 { font-size: 21px; line-height: 30px; margin-bottom: 4px; }
	h5 { font-size: 17px; line-height: 24px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	hr.dots { border: solid #000; border-width: 1px 0 0; clear: none; margin: 10px 0 30px; height: 0; }

/* #Links
================================================== */
	a, a:visited { color: #333; text-decoration: underline; outline: none; }
	a:hover, a:focus { color: #000; outline: none;}
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 0; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; font-size: 90%;  }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 18px; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }


/* #Buttons
================================================== */

	.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
	  color: #FFF;
	  background-color:transparent;
    outline: none;
	  display: inline-block;
	  font-size: 12px;
	  width:100%;
	  text-decoration: none;
	  cursor: pointer;
    border:none;
	  line-height: normal;
	  padding: 8px 10px;
    text-align: right;
	  font-family: 'GothamBook', "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {

	}

	.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
 }

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}


/* #Forms
================================================== */

	form {
	}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="tel"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #C8A34D;
		padding: 6px 4px;
		outline: none;
		font: 13px 'GothamBook', "Helvetica Neue", Helvetica, Arial, sans-serif;
		color: #C8A34D;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 9px;
		background: transparent; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #C8A34D;
 		color: #C6A34C;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		height:62px;
		 }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 18px;
		font-family:'AkzidenzGroteskCond';
		color:#FFF;
		padding: 3px 0;
	}
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
    .wpcf7 .watermark {
        color: #C6A34C !important;
        font-family:'GothamBook', sans-serif;
    }
    ::-webkit-input-placeholder {
        color: #C6A34C !important;
        font-family:'GothamBook', sans-serif;
    }
    :-moz-placeholder {
        color: #C6A34C !important;
        font-family:'GothamBook', sans-serif;
    }
    ::-moz-placeholder {
        color: #C6A34C !important;
        font-family:'GothamBook', sans-serif;
    }
    :-ms-input-placeholder {
        color: #C6A34C !important;
        font-family:'GothamBook', sans-serif;
    }
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }
#menu-top-menu {
	z-index: 900000;
	position: relative;
}
.menu-top-menu-container {
	margin: 40px 0 0 0px;
	float:left;
	}
ul.main-nav li {
	margin:0 0 0 0;
	float:left;
}
ul.main-nav li a {
	font-family: 'GothamBlack';
	font-size:12px;
	color:#263E73;
	text-transform: uppercase;
	text-rendering: optimizeLegibility;
	padding:0px 0;
}
ul.main-nav li.logos a:hover {padding:0; border:none;}
ul.main-nav li a:hover {
	padding: 0 0;
	text-decoration: underline;
	/*-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;*/

}
iframe {width:100%;}
p.foot {
	font-family: 'GothamBlack';
	font-size: 16px;
	margin:0;
	color:#FFF;
	text-align: center;
}
.centers {
	text-align: center;
}
.centerp {
	text-align: justify;
}

img {
	max-width: 100%;
}

.portafolio {
	padding:0 10px;
}
ul.subs li {
	padding: 0 10px;
	display: inline;
}
ul.subs li a {
	font-size: 12px;
	color: #333;
	font-family: 'NexaBoldRegular';
	font-weight: normal;
	text-transform: uppercase;
	margin:0;
}
ul.subs li a:hover {
	text-decoration: underline;
}
#galleria{height:500px}
.ssba {

}
a img.attachment-post-thumbnail:hover {
	opacity: 0.5;
	transform: scale(1,1);
	transition: all 0.2s ease-in;
}
/* new css */
.whites{
	background-color:#FFF;
}
.dropdown-menus{display:none;}
.bg-descuentos {
	background: url(../img/descuentos.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 32px 0 66px;

}
.google-maps {
    position: relative;
    padding-bottom: 75%; // This is the aspect ratio
    height: 250px;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.cont p {
	margin:0;
}
.bg-comen {
	background-color:#000;
}
/* Nuevos estilos */
.logot {
  position: absolute;
  top:-96px;
}
a.logo-hd {
  background: url(../img/logo.png) no-repeat;
  display: block;
  width:161px;
  height:154px;
}
.margen-texto p {
  text-align: justify;
}
a.leer {
  font-family: 'GothamBlack';
  font-size: 10px;
  color:#253E72;
}
a.serv {
  color:#fff;
  font-size: 12px;
  font-family: 'GothamBlack';
  letter-spacing: 2px;
}
a.aviso {
  font-family: 'GothamBook';
  font-size: 12px;
  color:#FFF;
  text-decoration: underline;
}
a.descuentos {
	border: 1px solid #fff;
  color: #fff;
  font-family: 'GothamBook';
  font-size: 12px;
  padding: 10px 10px
}
a.ver {
  border: 1px solid #D5B97F;
  font-family: 'GothamBook';
  color:#D5B97F;
  font-size: 12px;
  padding: 10px 10px;
  letter-spacing:3px;
  width:200px;
}
.ver:hover {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
a.proy {
  border: 1px solid #243B74;
  font-family: 'GothamBook';
  color:#243B74;
  font-size: 12px;
  padding: 14px 63px;
  letter-spacing:3px;

}
.asf p {
  color: #FFF;
  text-align: justify;
}
.bg-servicios {
  background: url(../img/KAWAC-IMAGES-09.jpg)no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 94px 0;
  height:400px;
}
.bg-asfaltos {
  background: url(../img/KAWAC-IMAGES-10.jpg)no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  padding: 33px 0;
  height:400px;
}
.bg-contact {
	background: url(../img/KAWAC-IMAGES-11.jpg)no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 40px 0;

}
.bg-grey {
  background-color: #BBBBBB;
}
.pad-pro {
  padding: 0 27px !important;
}
.home-txt p {
  color:#FFF;
  font-family: 'GothamBook';
  font-size: 12px;
}
.call {
  background-color: #C8A34D;
  /* width: 300px; */
  height: 46px;
  padding: 9px 0;
  text-align: center;
  margin: 0 auto 10px auto;

}
.cuadro {
  width:300px;
  margin: 0 auto;
}
.owl-carousel .owl-item {
  padding: 0 77px;
}
span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 100%;
}
p.subt{
  font-family: 'TitilliumLight';
  font-size: 16px;
  text-transform:uppercase;
  color:white;
}
span.text-content:hover {
  opacity: 1;
}
span.text-content {
  background: rgba(200, 163, 77, 0.5);
  color: #FFF;
  cursor: pointer;
  display: table;
  height: 214px;
  left: 0px;
  position: absolute;
  top: 0px;
  width: 300px;
  opacity: 0;
  text-transform: uppercase;
  font-family: 'GothamBlack';
  font-size: 15px;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 700ms;
  letter-spacing: 2px;
}
.texts {

}
.texts {
	width: 300px;
    height: 214px;
    position: relative;
    top: 0;
    left: 4px;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius:0;
	/*background-color: rgba(0,0,0,0.75);*/
	display: table;
}
.texts {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.texts {
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
div.wpcf7-validation-errors {
  color: red;
  border: 1px solid #C8A34D !important;
}
div.wpcf7-response-output {
  margin:0 !important;
}
span.wpcf7-not-valid-tip {
  margin: 0 0 10px 0 !important;
}
.ui-accordion .ui-accordion-header {
  display: block !important;
  cursor: pointer !important;
  position: relative !important;
  margin: 0 !important;
  padding: 23px 0 !important;
  font-size: 15px !important;
}
.ui-state-active {
  border: 1px solid #243C76 !important;
  background: #243C76 !important;
  font-weight: normal !important;
  color: #C7A455 !important;
}
.ui-widget-content {
  border:none !important;
}
.ui-button.ui-state-disabled:active {
  background: white !important;
}
