@media screen and (max-width: 1680px) {
	header .swiper-slide img {
		width: 100%;
	}
}
@media screen and (max-width: 1199px) {
	.container {
		max-width: 94%;
	}
	#main img {
		max-width: 100%;
		height: auto;
		display: block;
		margin: 0;
	}

	.navbar-nav li {
		margin-left: 15px;
	}

	header h1 {
		font-size: 2.5rem;
	}

	.hexes {
		height: 80vh;
	}

	.hex2 {
		max-width: 33vw;
	}
	.hex1 {
		max-width: 25vw;
	}

	.card_img img {
		width: 100%;
	}
}
@media screen and (max-width: 1023px) {
	#navbar {
		height: 100px;
	}
	.logo img {
		height: 70px;
	}

	.navbar_right {
		display: flex;
		align-items: center;
	}

	.langs img {
		display: block;
	}

	.navbar__toggler {
		margin-left: 30px;
		display: block;
		padding: 4px;
		border: 1px solid #308be7;
		background: #fff;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler span {
		width: 30px;
		height: 3px;
		display: block;
		background: #308be7;
		margin: 4px;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	.navbar__toggler.show {
		border-color: transparent;
		padding: 0;
		background: transparent;
	}
	.navbar__toggler.show span:nth-child(2) {
		opacity: 0;
		height: 0;
	}
	.navbar__toggler.show span:first-child {
		-webkit-transform: rotate(-45deg) translateY(4.5px);
		transform: rotate(-45deg) translateY(4.5px);
		background: #fff;
	}
	.navbar__toggler.show span:last-child {
		-webkit-transform: rotate(45deg) translateY(-4.5px);
		transform: rotate(45deg) translateY(-4.5px);
		background: #fff;
	}
	.navbar-nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: rgba(0, 0, 0, 0.95);
		-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scaleY(0);
		transform: scaleY(0);
		opacity: 0;
	}
	.navbar-nav.show {
		-webkit-transform: scaleY(1);
		transform: scaleY(1);
		opacity: 1;
	}
	.navbar-nav li,
	.navbar-nav a {
		display: block;
		width: 100%;
		margin: 0;
	}
	.navbar-nav li::after,
	.navbar-nav a::after {
		display: none;
	}
	.navbar-nav a {
		width: calc(100% - 30px);
		padding: 10px 15px;
		border-top: 1px solid rgba(255, 255, 255, 0.1);
	}
	.navbar-nav a:hover,
	.navbar-nav a:focus,
	.navbar-nav a.active {
		background: #308be7;
		color: white;
	}
	.navbar-nav .dropdown {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		background: rgba(0, 0, 0, 0.05);
		max-height: 0;
	}
	.navbar-nav .dropdown a:hover,
	.navbar-nav .dropdown a:focus,
	.navbar-nav .dropdown a.active {
		background: #135da8 !important;
		color: white;
	}
	.navbar-nav li:hover > .dropdown {
		max-height: 100%;
	}

	.sub {
		padding-top: 100px;
	}

	header {
		background-position: 0 0;
	}

	article.col-8,
	aside.col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	.sub h1 {
		font-size: 2.7rem;
	}
}
@media screen and (max-width: 800px) {
	header .row {
		align-items: center;
		justify-content: center;
	}

	header .col,
	#main .col-3,
	#main .col-9 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}

	header h1 {
		text-align: center;
		margin: 20px 0;
	}

	.hexes {
		height: 60vh;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.hex2 {
		max-width: 80vw;
		max-height: 60vh;
		left: auto;
		display: block;
	}
	.hex1 {
		display: none;
	}

	.row_left,
	.row_right {
		width: 100%;
		display: flex;
		margin: 15px 0;
		align-items: center;
		justify-content: center;
	}

	.footer_white .row {
		justify-content: center;
		align-items: center;
	}

	.footer_white a {
		width: calc(50% - 30px);
		text-align: center;
		margin: 15px;
	}

	.footer_white img {
		max-width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#main .col-4,
	#main .col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
}
@media screen and (max-width: 640px) {
	.five-cols a {
		max-width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		width: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 3 - (30px - 30px * 1 / 3));
		margin-right: 30px;
	}
	.five-cols a:nth-child(5n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 0;
	}
}
@media screen and (max-width: 600px) {
	.four-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.four-cols a:nth-child(2n) {
		margin-right: 0;
	}
	form fieldset.col {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	#main .col-6,
	#main .col-5,
	#main .col-7,
	.col-8 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	header .swiper-slide img {
		width: 100%;
		height: 40vh;
		-o-object-fit: cover;
		object-fit: cover;
		-o-object-position: center;
		object-position: center;
	}
}
@media screen and (max-width: 480px) {
	.three-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.three-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.three-cols a:nth-child(2n) {
		margin-right: 0;
	}
	.five-cols a {
		max-width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		width: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		-ms-flex-preferred-size: calc(100% * 1 / 4 - (30px - 30px * 1 / 2));
		flex-basis: calc(100% * 1 / 2 - (30px - 30px * 1 / 2));
		margin-right: 30px;
	}
	.five-cols a:nth-child(3n) {
		margin-right: 30px;
	}
	.five-cols a:nth-child(2n) {
		margin-right: 0;
	}
	#main .col-6,
	.col-4 {
		width: 100%;
		max-width: 100%;
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		margin-right: 0;
	}
	footer .cb {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.madeby {
		margin-top: 15px;
	}

	.hex2 {
		max-width: 80vw;
		max-height: 50vh;
		left: auto;
		display: block;
		bottom: 35px;
	}

	.row_left {
		flex-direction: column;
	}

	.row_left .ic {
		margin-bottom: 15px;
	}

	.sub h1 {
		font-size: 2.3rem;
	}

	.sub h3, .sub .h3,
	#oferta h3 {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 414px) {
	.container {
		max-width: 90%;
	}

	.hex2 {
		max-width: 70vw;
		max-height: 50vh;
		left: auto;
		display: block;
		bottom: 35px;
	}

	header h1 {
		font-size: 2.1rem;
	}

	footer span {
		margin-right: 0;
		text-align: center;
	}
}
@media screen and (max-width: 375px) {
	.downloads a {
		padding: 15px;
		width: calc(100% - 30px);
		margin-bottom: 15px;
	}
	.downloads .text strong {
		line-height: 1.3em;
	}
	.downloads a img {
		max-width: 25px;
		margin-right: 15px;
	}
}
/*# sourceMappingURL=rwd.min.css.map */
