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
}

a,
button,
input,
select,
textarea {
	outline: none
}

a {
	text-decoration: none
}

.container {
	width: 100%;
	max-width: 1140px;
	margin: 0 auto
}

.container-fluid {
	width: 100%;
	max-width: calc(100% - $gap);
	margin: 0 auto
}

:root {
	font-size: 15px
}

body {
	font-size: 1rem;
	font-family: "Poppins", sans-serif;
	line-height: 1.5em;
	font-weight: 400;
	color: #3C3C3C;
	-webkit-font-variant-ligatures: no-common-ligatures;
	font-variant-ligatures: no-common-ligatures
}

body b,
body strong {
	font-weight: bold
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	margin: 30px 0 15px;
	line-height: 1.1em;
	color: #212121
}

h1,
.h1 {
	font-size: 3.33333rem
}

h2,
.h2 {
	font-size: 2.8rem
}

h3,
.h3 {
	font-size: 2.26667rem
}

h4,
.h4 {
	font-size: 1.86667rem
}

h5,
.h5 {
	font-size: 1.4rem
}

h6,
.h6 {
	font-size: 1.2rem
}

.sub h1,
.sub .h1 {
	font-size: 3.33333rem
}

.sub h2,
.sub .h2 {
	font-size: 2.8rem
}

.sub h3,
.sub .h3 {
	font-size: 2.26667rem
}

.sub h4,
.sub .h4 {
	font-size: 1.86667rem
}

.sub h5,
.sub .h5 {
	font-size: 1.4rem
}

.sub h6,
.sub .h6 {
	font-size: 1.2rem
}

.lead {
	font-size: 1.2rem;
	line-height: 2rem
}

p,
ul,
ol {
	margin-bottom: 15px
}

ul,
ol {
	margin-left: 30px
}

ul>li,
ol>li {
	margin-bottom: 7.5px
}

ul>li {
	list-style: disc outside
}

ol>li {
	list-style: decimal outside
}

blockquote {
	display: block;
	padding-left: 90px;
	position: relative;
	margin-bottom: 1rem
}

blockquote em,
blockquote small {
	display: block
}

blockquote em {
	font-size: 2rem;
	line-height: 2.5rem;
	font-style: italic;
	margin-bottom: 1rem
}

blockquote small {
	text-align: right;
	font-size: 1rem
}

blockquote::before {
	position: absolute;
	top: 3.5rem;
	left: 0;
	content: "”";
	font-family: serif;
	opacity: 0.1;
	font-size: 180px
}

.well {
	background: rgba(0, 0, 0, 0.05);
	padding: 1rem 1.5rem
}

.text-left,
.tl {
	text-align: left
}

.text-center,
.tc {
	text-align: center
}

.text-right,
.tr {
	text-align: right
}

.bold,
.strong,
b,
strong {
	font-weight: bold
}

.fw-100 {
	font-weight: 100
}

.fw-200 {
	font-weight: 200
}

.fw-300 {
	font-weight: 300
}

.fw-400 {
	font-weight: 400
}

.fw-500 {
	font-weight: 500
}

.fw-600 {
	font-weight: 600
}

.fw-700 {
	font-weight: 700
}

.fw-800 {
	font-weight: 800
}

.fw-900 {
	font-weight: 900
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.alerts {
	position: relative
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px)
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2
}

.alert.alert-danger {
	background-color: #e42417;
	z-index: 1
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20
}

.btn {
	background: #308BE7;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	border: 1px solid #308BE7;
	border-radius: 12px;
	padding: .8rem 1.8rem;
	line-height: 1em;
	font-size: 1.06667rem;
	font-weight: 600;
	color: white;
	-webkit-transition: all .2s;
	transition: all .2s
}

.btn:hover {
	background: #559feb;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2)
}

.btn:focus {
	background: #1977d5;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.btn.block {
	display: block
}

.btn.big {
	padding: 1rem 3rem;
	font-size: 1.5rem
}

.btn.small {
	font-size: .9rem;
	padding: .4rem .8rem
}

button {
	cursor: pointer
}

.btn.alt {
	background: transparent;
	color: #308BE7;
	border: 1px solid #308BE7
}

.btn.alt:hover {
	color: white;
	background: #308BE7;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2)
}

.btn.alt:focus {
	color: white;
	background: #1977d5;
	-webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2)
}

.bg-info {
	background: #4babe2;
	border-color: #4babe2
}

.bg-danger {
	background: #e42417;
	border-color: #e42417
}

.bg-warning {
	background: #f59f00;
	border-color: #f59f00
}

.bg-success {
	background: #008020;
	border-color: #008020
}

.bg-primary {
	background: #308BE7;
	border-color: #308BE7
}

.bg-secondary {
	background: #F2F2F2;
	border-color: #F2F2F2
}

.color-white {
	color: white
}

.color-black {
	color: black
}

.color-info {
	color: #4babe2
}

.color-danger {
	color: #e42417
}

.color-warning {
	color: #f59f00
}

.color-success {
	color: #008020
}

.color-primary {
	color: #308BE7
}

.color-secondary {
	color: #F2F2F2
}

.bg-none {
	background: transparent !important
}

.navbar__toggler {
	display: none
}

#navbar {
	background: rgba(0, 0, 0, 0);
	height: 170px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

#navbar .container,
#navbar .container-fluid {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo img {
	height: 111px;
	display: block;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

.langs a {
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.langs a:hover {
	opacity: .8
}

.langs img {
	display: block
}

#navbar.affix {
	background: black;
	height: 70px
}

#navbar.affix .logo img {
	height: 50px!important;
}

.navbar-nav {
	margin: 0;
	padding: 0;
	list-style: none
}

.navbar-nav li {
	display: inline;
	list-style: none;
	margin-left: 30px;
	margin-bottom: 0;
	position: relative
}

.navbar-nav li:first-child {
	margin-left: 0
}

.navbar-nav a {
	text-decoration: none;
	font-family: "Poppins", sans-serif;
	font-size: 1rem;
	color: white;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 10px 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	display: inline-block;
	position: relative;
	overflow: hidden
}

.navbar-nav a::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: -25px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	background: white;
	width: 25px;
	height: 5px;
	border-radius: 2.5px
}

.navbar-nav .active>a::after,
.navbar-nav a.active::after,
.navbar-nav a:hover::after,
.navbar-nav a:focus::after {
	left: 0
}

.navbar-nav a:focus::after {
	width: 100%
}

.dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	min-width: 230px;
	background: #fff;
	border-radius: 0;
	-webkit-box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 15px -2px rgba(0, 0, 0, 0.2);
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all 0.2s;
	transition: all 0.2s
}

li:hover>.dropdown {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1
}

.dropdown .dropdown {
	top: 0;
	left: 100%
}

.navbar-nav>.toLeft>.dropdown {
	right: 0;
	left: auto
}

.dropdown>.toLeft>.dropdown {
	top: 0;
	right: 100%;
	left: auto
}

.dropdown li {
	margin: 0;
	list-style: none;
	padding: 0;
	display: block;
	width: 100%
}

.dropdown a {
	padding: 10px 15px;
	display: block;
	text-transform: none;
	letter-spacing: 1px;
	font-weight: 400;
	border-top: 1px solid #e2e2e2;
	line-height: 1.1;
	font-size: .93333rem;
	color: #212121;
	font-family: "Poppins", sans-serif;
	border-radius: 0
}

.dropdown a::after {
	display: none
}

.dropdown>li:hover>a {
	background: #308BE7;
	color: white
}

.dropdown>li:first-child>a {
	border: 0
}

body {
	width: 100%;
	overflow-x: hidden
}

#main a {
	color: #308BE7;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	text-decoration: none
}

#main a:hover {
	color: #1977d5;
	text-decoration: underline
}

header {
	background: url(/img/header.jpg) right bottom no-repeat;
	color: white;
	height: calc(100vh - 100px);
	padding-top: 100px;
	background-size: cover;
}

header .container,
header .row {
	height: 100%
}

header h1 {
	color: white;
	margin: 0 0 30px
}

.hexes {
	position: relative;
	height: 575px
}

.hex {
	position: absolute
}

.hex1 {
	right: 0;
	top: 0;
	z-index: 20
}

.hex2 {
	left: 0;
	bottom: 0;
	z-index: 10
}

#news {
	padding: 100px 0
}

.card {
	margin-bottom: 30px;
	margin-top: 30px;
}

.card_img {
	display: block;
	overflow: hidden;
	border-radius: 12px
}

.card_img img {
	display: block;
	border-radius: 12px;
	-webkit-transition: all .2s;
	transition: all .2s
}

.card_img:hover img {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
	opacity: .9
}

.card_body h3 {
	margin: 15px 0;
	font-size: 1.2rem
}

.card_body h3 a {
	color: #212121;
	-webkit-transition: color .2s;
	transition: color .2s
}

.card_body h3 a:hover {
	color: #308BE7
}

.card_body small {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 400;
	font-size: .93333rem;
	color: rgba(0, 0, 0, 0.45)
}

.card_body small img {
	display: block;
	margin-right: 15px
}

.card_body small span {
	font-family: monospace;
	display: inline-block;
	margin: 0 0.3rem
}

#news .btn {
	padding: 1rem 3rem;
	background: rgba(60, 60, 60, 0.07);
	color: rgba(60, 60, 60, 0.5);
	border: 0
}

#news .btn:hover,
#news .btn:focus {
	background: rgba(60, 60, 60, 0.2);
	color: rgba(60, 60, 60, 0.8);
	-webkit-box-shadow: none;
	box-shadow: none
}

.circle {
	display: block;
	border-radius: 100%
}

footer {
	font-size: .93333rem;
	color: white
}

footer span {
	margin-right: 30px
}

footer a {
	color: white;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

footer a:hover {
	opacity: .7
}

footer img {
	margin-right: 5px
}

.row_right a:not(#top) {
	margin-right: 5px
}

#top {
	margin-left: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

footer hr {
	margin: 30px 0;
	border: 0;
	height: 1px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2)
}

.footer_black,
.footer_white {
	padding: 30px 0
}

.footer_black {
	background: #000
}

.footer_white {
	background: #ffffff;
	color: #999;
}

.madeby {
	line-height: 1em
}

.madeby img {
	display: block;
	width: 92px
}

.madeby small {
	float: left;
	color: white;
	font-size: .66667rem;
	margin: 1.5px 3px 0 0;
	display: inline-block;
	font-family: arial
}

.sub {
	padding-top: 170px
}

.sub #main h1 {
	margin: 60px 0 30px
}

.sub #news {
	padding: 0
}

.sub section {
	margin-bottom: 15px
}

.sub #navbar {
	background: url(/img/header.jpg) right -200px;
	background-size: cover
}

.sub footer {
	margin-top: 50px
}

aside h4 {
	margin: 80px 0 20px
}

aside .card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #e2e2e2
}

aside .card_img {
	max-width: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 15px 0 0
}

aside .card_img img {
	width: 100%
}

aside .card_body {
	-ms-flex-negative: 1;
	flex-shrink: 1
}

aside .card_body h3 {
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 1.06667rem
}

aside .card_body .autor {
	width: 21px;
	margin-right: 10px
}

aside .card_body small {
	font-size: .73333rem
}

.fluid {
	max-width: 100%;
	height: auto;
	display: block
}

.responsive-media,
.r-m {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%
}

.responsive-media iframe,
.r-m iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.alerts {
	position: relative
}

.alert {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	padding: 10px 15px;
	margin-bottom: 10px;
	color: white;
	font-weight: bold;
	background-color: #cccccc;
	width: calc(100% - 30px)
}

.alert.alert-success {
	background-color: #008020;
	z-index: 20
}

.alert.alert-warning {
	background-color: #f59f00;
	z-index: 2
}

.alert.alert-danger {
	background-color: #e42417;
	z-index: 1
}

.alert.alert-info {
	background-color: #4babe2;
	z-index: 20
}

.fb_slider_right {
	position: fixed;
	top: 180px;
	right: -320px;
	z-index: 10000;
	width: 348px;
	height: 100px;
	overflow: hidden;
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out
}

.fb_slider_right .sliderbody {
	float: left;
	width: 320px
}

.fb_slider_right:hover {
	right: 0;
	height: 100%
}

.fb_slider_right .button,
.fb_slider_right iframe {
	float: left;
	background: white
}

#oferta {
	padding-bottom: 30px;
}

#oferta .row {
	margin-top: 3rem;
}

#oferta h3 {
	margin-top: 15px;
	font-size: 2rem;
	line-height: 1.2;
}

#oferta .foto img {
	float: left;
	width: 100%;
	height: auto;
}

small {
	font-size: 75%;
	opacity: 0.48;
	display: block;
}

.ue-widget {
	position: fixed;
	top: 200px;
	right: 0;
	z-index: 9999;
}

.ue-widget img {
	display: block;
}