@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: abel;
    src:
		url("https://greencap.com.ar/content/fonts/Abel-Regular.otf") format("opentype"), /* Safari, Android, iOS */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.woff2') format('woff2'), /* Super Modern Browsers */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.woff') format('woff'), /* Pretty Modern Browsers */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.svg#svgFontName') format('svg'), /* Legacy iOS */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.eot'), /* IE9 Compat Modes */
		url('https://greencap.com.ar/content/fonts/Abel-Regular.eot?#iefix') format('embedded-opentype'); /* IE6-IE8 */
}
* {
	margin: 0;
	padding: 0;
	hyphens: none !important;
	-webkit-hyphens: none !important;
	-ms-hyphens: none !important;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
	scroll-behavior: smooth;
	scroll-behavior: -ms-smooth;
	scroll-behavior: -webkit-smooth;
}
html {
	width: 100%;
	height: 100%;
	background-color: #458FBA;
}
body, td, th {
	font-family: abel;
	color: #000000;
}
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
h1 {
	margin-bottom: 10px;
	font-size: 3.0rem;
	font-weight: 300;
	line-height: 3.0rem;
	letter-spacing: 0.0rem;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 10px;
	font-size: 2.3rem;
	font-weight: 300;
	line-height: 2.3rem;
	letter-spacing: 0.0rem;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 300;
	line-height: 1.3rem;
	letter-spacing: 0.0rem;
	text-transform: uppercase;
}
h4 {
	margin-bottom: 10px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.8rem;
	letter-spacing: 0.0rem;
	text-transform: uppercase;
}
p {
	font-weight: 300;
	font-size: 1.0rem;
	line-height: 1.0rem;
	letter-spacing: 0.0rem;
}
.flexbox-container {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}
.flexbox-container > div {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.flexbox-container-footer {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
}
.flexbox-container-footer > div {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}





/* LOGOS */
.logo-header {
	padding: 20px 0px 0px 0px;
	width: 200px;
	height: auto;
	cursor: pointer;
}
.logo-footer {
	padding: 20px;
	width: 150px;
	height: auto;
	float: right;
	cursor: pointer;
}
.info-footer {
	padding: 40px 20px 0px 20px;
	text-align: left;
}





/* BUTTONS */
.button-header {
	padding: 10px 30px;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 7px;
	font-family: abel;
	text-transform: uppercase;
	cursor: pointer;
}
.button-header:hover {
	background-color: #000000;
	color: #FFFFFF;
}
.icon-arrow {
	color: #FFFFFF;
	font-size: 2.5rem;
	font-weight: 100;
	cursor: pointer;
}
.icon-arrow:hover {
	opacity: 0.5;
}
.icon-bullet-01 {
	padding: 0px 0px 5px 0px;
	color: #458FBA;
	font-weight: 500;
	font-size: 2.5rem;
	line-height: 3.5rem;
}
.mas-info {
	padding: 4px 30px 4px 25px;
    background-color: #FFFFFF;
    color: #458FBA;
	font-weight: 700;
    font-size: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 0.0rem;
	border-style: solid;
	border-width: 1px;
	border-color: #458FBA;
	border-radius: 7px;
}
.mas-info:hover {
    background-color: #458FBA;
    color: #FFFFFF;
}





/* FORMS */
.form-consulta {
	padding: 25px;
	max-width: 500px;
	background: #EEEEEE;
}
.campo-form {
	margin: 2px 0 6px;
	padding-left: 6px;
	width: 100%;
	height: 36px;
	box-sizing: border-box;
	border-radius: 3px;
	border: 0;
	font-size: 1em;
}
label span {
	color: #FF0000;
}
textarea {
	min-height: 150px!important;
}
.btn-form {
	display: inline-block;
	border: 0;
	background: #000000;
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	border-radius: 6px;
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-form:hover {
	background: #444444;
}





/* BANNERS */
.banner {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
}
.intro-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0px 20px 0px 20px;
}
.info-container {
	display: flex;
	flex-direction: row;
	padding: 30px;
}
.info-container > div {
	padding: 20px;
	width: 100%;
	text-align: left;
}





/* HEADER */
header {
	width: 100%;
	height: 80vh;
	background-size: cover;
	background-position: center;
}
.header-content {
	width: 100%;
	height: 40vh;
	background-size: cover;
	background-position: center;
}
.color-overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(69,143,186, 0.5);
}
.header-menu-container {
	height: 20%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #FFFFFF;
	padding: 0px 30px 0px 30px;
}
nav {
	padding: 35px 0px 0px 0px;
	color: #FFFFFF;
	text-transform: uppercase;
}
nav ul  {
	display: table;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
nav ul li {
	float: left;
	display: inline-block;
	margin: 0;
	padding: 0;
}
nav ul li a {
	display: block;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-size: 1.0rem;
	transition: all 0.6s;
}
nav ul li a:hover {
	background-color: #000000;
}
nav ul li ul {
	display: none;
	position: absolute;
	max-width: 200px;
	background-color: #000000;
	border-radius: 3px;
}
nav UL li:hover > ul {
	display: block;
}
.icon-social {
	display: block;
	margin: 0;
	padding: 20px 15px 20px 0px;
	text-decoration: none;
	font-size: 1.0rem;
	transition: all 0.6s;
}
.icon-social:hover {
	opacity: 0.3;
}





/* MAIN */
main {
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}





/* FOOTER */
footer {
	padding: 0px 0px 70px 0px;
	background-color: #458FBA;
	color: #FFFFFF;
}