/** ============================================================================================== **/
/** ================================== Definicion de las fuentes ================================= **/
/** ============================================================================================== **/
@font-face {
	font-family: JosefinSans-Thin;
	src: url(../fonts/JosefinSans-Thin.ttf);
}
@font-face {
	font-family: JosefinSans-Light;
	src: url(../fonts/JosefinSans-Light.ttf);
}
@font-face {
	font-family: JosefinSans-Regular;
	src: url(../fonts/JosefinSans-Regular.ttf);
}
@font-face {
	font-family: JosefinSans-SemiBold;
	src: url(../fonts/JosefinSans-SemiBold.ttf);
}
@font-face {
	font-family: JosefinSans-Bold;
	src: url(../fonts/JosefinSans-Bold.ttf);
}
/** ############################################################################################## **/


@-ms-viewport{
	width: extend-to-zoom;
	zoom: 1.0;
}


/** ============================================================================================== **/
/** ============================== Cuerpo y contenedores principales ============================= **/
/** ============================================================================================== **/
body {
	color: #444;
	font-family: 'PT Sans';
	font-style: normal; 
	font-size: 14px; 
	line-height: 1.45;
	background: #fafafa;
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
}
#page {
	overflow: hidden;
	width: 100%;
}
#main-container-wrapper {
	width: 100%;
	height: 100%;
}
#main-container {
	position: relative;
	text-align: center;
}
#main-container::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.8s;
	-moz-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	-ms-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-moz-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-o-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	-ms-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
	transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
#subpage-wrapper {
	padding-top: 56px;
}
.subpage {
	padding-top: 48px;
}
.subpage:first-child {
	padding-top: 36px;
}
.subpage:nth-child(even){
	background-color: #f4f4f4;
}
.subpage:nth-child(odd){
	background-color: #fff;
}
.subpage-title > div {
	padding-bottom: 12px;
}
.subpage-body {
	padding-top: 8px;
	padding-bottom: 48px;
}
.subpage-body.row {
	padding-top: 0px;
}
.subpage-body.row [class*="col-"] {
	padding-top: 8px;
}


/** ############################################################################################## **/



/** ============================================================================================== **/
/** =========================================== Titulos ========================================== **/
/** ============================================================================================== **/
h1 {
	margin: 0 0 5px 0; 
	padding: 0; 
	font-family: 'Raleway';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 100; 
	font-size: 46px; 
	line-height: 1.10;
	/*color: #444;*/ 
}    
h2 {
	margin: 0; padding: 0; 
	font-family: 'Raleway';     
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 300; 
	font-size: 28px; 
	line-height: 1.45;
	color: #A00000; 
}
h2 > span {
	font-family: 'Raleway';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
}
.parallax-slide h3{
	font-size: 28px;
}
h3 {
	margin: 0; 
	padding: 0; 
	font-family: 'Economica';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 700; 
	font-size: 18px; 
	line-height: 1.15;
	/*color: #444;*/ 
}
h4 {   
	margin: 0 0 6px 0;
	padding: 0; 
	font-family: 'Raleway';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 300; 
	font-size: 20px; 
	line-height: 1.45;
	/*color: #444;*/ 
}
h5 {
	margin: 0; 
	padding: 0; 
	font-family: 'Raleway';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 100; 
	font-size: 18px; 
	line-height: 1.45;
	color: #A00000;
}
h6 {
	margin: 0; 
	padding: 0; 
	font-family: 'Raleway';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
	font-weight: 300; 
	font-size: 16px; 
	line-height: 1.45;
	/*color: #444;*/ 
}
/** ============================================================================================== **/



p {
	margin: 0 0 0 0; 
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
}
a {
	color: #DF6A63;
	outline: none; 
	text-decoration: none;
	-webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, opacity 0.3s; 
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
}
a:focus,a:hover {
	color: #E2807D;
	outline: none; 
	text-decoration: none;
}
img {
	max-width: 100%;
}
div, span, p {
	font-family: 'PT Sans';
	font-feature-settings: "lnum"; -moz-font-feature-settings: "lnum"; -webkit-font-feature-settings: "lnum"; -ms-font-feature-settings: "lnum"; -o-font-feature-settings: "lnum";
}


[class*="col-md"].sidebar {display: none;}

.full-width-container, .fullwidth {width: 100%;}
.relative {position: relative;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.block {display: block;}



/** ============================================================================================== **/
/** ================================ COLORES (tonalidades de ROJO) =============================== **/
/** ============================================================================================== **/
.background-color1 { background-color: #750600; }
.background-color3 { background-color: #880700; }
.background-color6 { background-color: #9C0800; }
.background-color4 { background-color: #AF0900; }
.background-color5 { background-color: #C30A00; }
.background-color2 { background-color: #D70B00; }
/** ============================================================================================== **/

/** ============================================================================================== **/
/** ================================ COLORES (tonalidades de GRIS) =============================== **/
/** ============================================================================================== **/
.background-color-body1 { background-color: #f4f4f4; }
.background-color-body2 { background-color: #fff; }
/** ============================================================================================== **/


/** ============================================================================================== **/
/** ============================================= LOGO =========================================== **/
/** ============================================================================================== **/
span.logo_in {
	color: #A00000;
	font-family: 'Raleway';
	font-weight: 600;
	/*text-transform: uppercase;*/
}
span.logo_g {
	/*color: #444;*/ 
	font-family: 'Raleway';
	font-weight: 300;
	color: #656565;
}
span.logo_out {
	color: #A00000;
	font-family: 'Raleway';
	font-weight: 600;
}
span.logo_out:before {
	content: "•";
	color: #555;
}
.image-caption-wrapper span.logo_g, .image-caption-wrapper  span.logo_out:before { color: #fff; }
.image-caption-wrapper  span.logo_in, .image-caption-wrapper  span.logo_out {color: #d27171 /*#e41f1f #a9a9a9*/;}
/** ============================================================================================== **/



/** ============================================================================================== **/
/** =============================== BARRA SEPARADORA DE LOS TITULOS ============================== **/
/** ============================================================================================== **/
.border-bottom-gray {
	border-bottom: 1px solid #8D8E8D; 
	display: inline-block; 
	width: 80px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
h2 + div.border-bottom-gray {
	margin-top: 14px;
	margin-bottom: 12px;
 }
.border-bottom-white {
	border-bottom: 1px solid #fff; 
	display: inline-block; 
	width: 80px;
	box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;
}
/** Descripcion de los TITULOS =================================================================== **/
.text-caption {
	font-size: 16px; 
	line-height: 1.45;
	font-weight: 400; font-family: 'Raleway';
}
.gray-letters {color: #8C8C8B; padding: 5px 0;}
.white-letters {color: #fff}
.engavant-letters {color: #750600; font-family: 'Raleway'; font-weight: 800;}
/** ============================================================================================== **/


.text-center{text-align: center;}
.display-table {display: table; vertical-align: middle;}
.table-row {display: table-row; vertical-align: middle;}
.table-cell {display: table-cell; vertical-align: middle;}
.border-box { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.hover-triangle {
	display: block; 
	position: absolute;
	top: 50%; left: 50%; 
	margin-left:-15px; margin-top:-15px; 
	width: 30px; height: 30px; 
	background: url(../images/more.png) no-repeat center center; 
	opacity: 0; 
	filter: alpha(opacity=0);
	-webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-moz-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-o-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	-ms-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
	transition: color 0.3s, background-color 0.3s, opacity 300ms; 
}
/** ============================================================================================== **/


.hover-effect {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 5;
	opacity: 0; 
	background: rgba(0,0,0,0.80);
}
.hover-effect .text-caption {
	font-size: 18px;
}
.hover-effect img {
	position: absolute;
	top: 50%; 
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.services-wrapper i {font-size: 30px; color: #A00000;}

/*****************************************************************************/
/** portfolio-elements																		 **/
/*****************************************************************************/
.portfolio-elements {margin: 0; padding: 0; list-style: none;}
.portfolio-elements li {display: block; width: 100%; float: left;}
.portfolio-elements li a {display: block; position: relative; overflow: hidden;}
.portfolio-elements li a.noclick {cursor: default;}
.portfolio-elements li a img {
	display: block; max-width: 100%;
	position: relative;
   left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
   transform: translateX(-50%);
}
.port-elem-images {position: absolute; top: 0; left: 0; width: 100%;}
.port-elem-text {position: absolute; left: 0; z-index: 5; width: 100%; height: auto; background: #fff; padding: 12px 0; text-align: center;color: #444;}

/*****************************************************************************/
/** image-caption																				 **/
/*****************************************************************************/
.image-caption {
	margin: 0;
	font-size: 14px; 
	line-height: 1.45;
}
.image-caption-wrapper {
	padding: 5px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	z-index: 100;
	position: absolute;
	color: #fff;
	background: rgba(190,176,155, 0.4);
	border-left: 2px solid rgba(255,255,255,0.7);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-o-transition: all 200ms;
	-ms-transition: all 200ms;
	transition: all 200ms;
}
ul.portfolio-elements li a .image-caption-wrapper {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 1;
}
.image-caption-wrapper:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
	filter: alpha(opacity=99);	
	background: rgba(190,176,155, 0.7);
}
.image-caption-wrapper h3 {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	color: #fff;
	text-align: left;
	font-weight: 500;
}
.image-caption-wrapper h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}
/*****************************************************************************/
.descrip-inner {
	padding-bottom: 12px;
   padding-top: 12px;
   border-bottom: 1px solid #999;
	text-align: justify;
}
.img-inner {
	text-align: center;
	padding-bottom: 12px;
   padding-top: 12px;
}
/*****************************************************************************/
footer {
	background-color: #750600;
	-webkit-box-shadow: inset -40px 0px 40px 0px rgba(0,0,0,0.2), 0px 0px 20px 0px rgba(0,0,0,0.3);
   -moz-box-shadow: inset -40px 0px 40px 0px rgba(0,0,0,0.2), 0px 0px 20px 0px rgba(0,0,0,0.3);
   -o-box-shadow: inset -40px 0px 40px 0px rgba(0,0,0,0.2), 0px 0px 20px 0px rgba(0,0,0,0.3);
   -ms-box-shadow: inset -40px 0px 40px 0px rgba(0,0,0,0.2), 0px 0px 20px 0px rgba(0,0,0,0.3);
   box-shadow: inset -40px 0px 40px 0px rgba(0,0,0,0.2), 0px 0px 20px 0px rgba(0,0,0,0.3);
	font-size: 13px;
   line-height: 1.66667;
   font-weight: 400;
   letter-spacing: normal;
   color: #666;
   overflow: hidden;
   position: relative;
   z-index: 1;
}
footer .container {
	margin-top: 20px;
	margin-bottom: 20px;
}
@media (max-width: 767px) {
	.container {
		max-width: 96%;
	}
}
footer .container:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
footer h1 {
	font-size: 18px;
	line-height: 1.66667;
	font-weight: 600;
	letter-spacing: normal;
	color: #a4a4a4;
	margin: 0;
	float: left;
}
footer .legal-links {
	float: right;
}
footer .legal-links > a {
   white-space: nowrap;
	color: #124e66;
	float: right;
	clear: both;
}
footer span.logo_in {
	color: #e6e6e6;
	font-family: 'Raleway';
	font-weight: 600;
}
footer span.logo_g {
	font-family: 'Raleway';
	font-weight: 300;
	color: #acacac;
}
footer span.logo_out {
	color: #e6e6e6;
	font-family: 'Raleway';
	font-weight: 600;
}
footer span.logo_out:before {
	content: "•";
	color: #acacac;
}