/*
	Theme Name: Kore
	Version: 11.2
	Author: Promokore
	Author URI: http://promokore.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

/*------------------------------------*\
    MAIN
\*------------------------------------*/
:root {
	--main-color: #e45a3a;
}
/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color:#444;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
.vc_row {
	margin-left: 0px !important;
	margin-right: 0px !important;
}
.vc_column_container > .vc_column-inner {
	padding-left: 0px;
	padding-right: 0px;
}
/* header */
#top-bar {
	display: block;
    position: relative;
    height: 40px;
    background-color: var(--main-color);
	padding: 0 30px;
	color: #fff;
	float: left;
	clear: both;
	width: 100%;
	font-size: 12px;
}
#top-bar > div {
	display: block;
    position: relative;
    width: 50%;
	float: left;
}
#top-bar > div a { color: #fff; }
#top-bar > .left { line-height: 40px; }
#top-bar > .right { text-align: right; }
#top-bar > .right > p {
	display: block;
    position: relative;
	float: right;
	margin: 0 0 0 30px;
}
#top-bar > .right > p > .tit {
	display: inline-block;
	position: relative;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 5px;
}
#top-bar > .right > p > a { margin-left: 10px; }
#top-bar > .right > p:last-child { line-height: 40px; }
.header {
	display: block;
    position: relative;
    height: 80px;
    padding: 0 30px;
	z-index: 1;
}
/* logo */
.logo {
	display: block;
    position: absolute;
    width: 160px;
    top: 50%;
    transform: translateY(-50%);
}
.logo-img {

}
/* nav */
.nav {
	display: block;
    position: relative;
    right: 0;
    top: 50%;
    float: right;
    clear: both;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.nav > ul {
	display: block;
    position: relative;
    list-style: none;
	margin: 0;
	padding: 0;
}
.nav > ul  > li {
	display: block;
    position: relative;
    float: left;
	text-transform: uppercase;
	margin-left: 25px;
	font-weight: 600;
}
.nav > ul  > li > .sub-menu {
    display: block;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    line-height: 2.2;
    opacity: 0;
    visibility: hidden;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
}
.nav > ul  > li > .sub-menu > li { white-space: nowrap; }
.nav > ul  > li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
.nav > ul  > li a {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
}
.nav > ul li.current_page_item > a,
.nav > ul  > li a:hover { color: var(--main-color); }
/* sidebar */
.sidebar {
	display: none !important;
}
main {
	display: block;
    position: relative;
	min-height: calc(100vh - 180px);
}
/* footer */
.footer {
	display: block;
    position: relative;
	height: 60px;
    background-color: var(--main-color);
	padding: 0 30px;
}
.footer > div {
    margin: 0;
    display: block;
    position: relative;
	float: left;
    width: 50%;
	height: 100%;
    color: #fff;
}
.copyright, .address {
    margin: 0;
    display: block;
    position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.address { text-align: right; }
.copyright a { color: #fff; }

.home .rev_slider_wrapper,
.home .rev_slider,
.home .tp-fullwidth-forcer {
    max-height: calc(100vh - 180px) !important;
	overflow: hidden !important;
}
#imgHead {
	display: block;
	position: relative;
	width: 100%;
	height: 30vh;
	background-color: #f0f0f0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 8vh;
} 
.titPage,
article.type-page {
	max-width: 900px;
	margin: 0 auto;
}
article.type-page p { line-height: 1.5; }
.titPage {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 15px;
}
.subPages a {
	transition: 0.3s ease-in-out;
	-webkit-transition: 0.3s ease-in-out;
	line-height: 1.8;
	font-weight: 600;
	color: var(--main-color); 
}
.subPages a:hover { color: #333; }
.block-proyecto {
    padding-bottom: 0px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--main-color);
}
.block-proyecto.last { border-bottom: 0px solid var(--main-color); }
.wpcf7-form { margin-bottom: 50px; }
.wpcf7-form div:not(.wpcf7-response-output) {
    display: block;
    position: relative;
    width: 100%;
}
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    padding: 0 10px;
}

.wpcf7-form input { line-height: 30px; }
.wpcf7-form textarea { padding: 10px; }

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



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
