@charset "utf-8";
.button, article, footer, header, nav, section {
	display: block
}
h4, h4 strong {
	line-height: 30px
}
.shadow, .shadow_2 {
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.center, .txt_center, .veryold {
	text-align: center
}
a, nav a {
	text-decoration: none
}
.button, .popup_close, .popup_open {
	cursor: pointer
}
.button, .foo_col a h3, .navigation, nav a {
	text-transform: uppercase
}
.button:focus, a, button:focus, input:focus, nav a, nav a:focus, nav a:hover, select:focus, textarea:focus {
	outline: 0
}
*, body, html {
	margin: 0;
	padding: 0
}
.wrap, body, html {
	min-height: 100%
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body, html {
	font-family: Montserrat-Light, Arial, Helvetica, sans-serif;
	height: 100%
}
h1, h2, h3 {
	font-family: Aero, Arial, Helvetica, sans-serif
}
a {
	color: #000
}
a img, img {
	border: 0
}
a, h1, h2, h3, h4, p, li {
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	font-weight: 400
}
h1 strong, h4 strong {
	color: #2B4D6E;
	font-weight: 500
}
iframe {
	width: 100%;
	min-width: 300px;
	height: 100%;
	min-height: 450px
}
select {
	margin: 20px 0 60px;
	min-width: 35%;
	height: 45px;
	padding: 5px 20px;
	background: 0 0;
	border: 1px solid #CCC;
	font-size: 15px
}
::-moz-selection {
	color: #FFF;
	background: #2B4D6E
}
::selection {
	color: #FFF;
	background: #2B4D6E
}
@font-face {
	font-family: Montserrat-Bold;
	src: url(fonts/Montserrat-Bold.eot);
	src: url(fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-Bold.woff) format('woff'), url(fonts/Montserrat-Bold.ttf) format('truetype'), url(fonts/Montserrat-Bold.svg#svgFontName) format('svg');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: Montserrat-ExtraLight;
	src: url(fonts/Montserrat-ExtraLight.eot);
	src: url(fonts/Montserrat-ExtraLight.eot?#iefix) format('embedded-opentype'), url(fonts/Montserrat-ExtraLight.woff) format('woff'), url(fonts/Montserrat-ExtraLight.ttf) format('truetype'), url(fonts/Montserrat-ExtraLight.svg#svgFontName) format('svg');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: Aero;
	src: url(fonts/Aero.eot);
	src: url(fonts/Aero.eot?#iefix) format('embedded-opentype'), url(fonts/Aero.woff) format('woff'), url(fonts/Aero.ttf) format('truetype'), url(fonts/Aero.svg#svgFontName) format('svg');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
@font-face {
	font-family: Rage;
	src: url(fonts/Rage.eot);
	src: url(fonts/Rage.eot?#iefix) format('embedded-opentype'), url(fonts/Rage.woff) format('woff'), url(fonts/Rage.ttf) format('truetype'), url(fonts/Rage.svg#svgFontName) format('svg');
	font-weight: 400;
	font-style: normal;
  font-display: swap;
}
h1 {
	font-size: 60px;
	line-height: 62px
}
h1 strong {
	font-size: 80px;
	line-height: 82px
}
h2 {
	font-size: 50px;
	line-height: 52px
}
h3 {
	font-size: 24px;
	color: #2B4D6E
}
h4 {
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 20px
}
h4 strong {
	font-size: 25px
}
.signature {
	font-family: Rage, Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #808080;
	font-weight: 100;
	margin-top: 50px
}
p {
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	font-size: 16px
}
.hide {
	width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
.wrap {
	position: relative;
	overflow-x: hidden
}
.content {
	padding-bottom: 600px;
	margin-top: 0;
	overflow: hidden
}
.center {
	margin: 0 auto
}
.veryold {
	width: 100%;
	height: 400px;
	background: #FFF;
	position: absolute;
	z-index: 1100
}
#loader, header {
	width: 100%;
	position: fixed
}
.veryold h1 {
	font-size: 40px;
	line-height: 70px;
	color: #666;
	font-weight: 600
}
.veryold h2 {
	font-size: 17px;
	color: #666;
	margin-bottom: 50px
}
.veryold a {
	padding: 10px 20px;
	border: 1px solid #999;
	background: #666;
	color: #FFF
}
.veryold a:hover {
	background: #444
}
.transition {
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out
}
.grow {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.grow:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
#loader {
	z-index: 1111;
	height: 100%;
	background: #2B4D6E;
	margin-top: 0
}
.gradient {
	background: #ddc26f;
	background: -moz-linear-gradient(top,#ddc26f 0,#bd9a5f 100%);
	background: -webkit-linear-gradient(top,#ddc26f 0,#bd9a5f 100%);
	background: linear-gradient(to bottom,#ddc26f 0,#bd9a5f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc26f', endColorstr='#bd9a5f', GradientType=0 )
}
.shadow {
	background: #FFF;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.shadow_2 {
	background: #3B4559;
	margin: 100px 0;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.col_3:hover, .company_cv_txt img {
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.fly {
	opacity: 0;
	transition: all .5s ease-in-out;
	transform: translateY(100px) scale(1.05) translate3d(0,0,0)
}
.show-block {
	opacity: 1;
	transform: translateY(0) scale(1) translate3d(0,0,0)
}
.left {
	float: left
}
.right {
	float: right
}
.section_top {
	margin-top: 300px
}
.inline {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top
}
.button, .button > span {
	vertical-align: middle
}
.navigation {
	width: 100%;
	height: 40px;
	color: #ddc26f;
	margin-top: -20px;
	font-size: 16px
}
.navigation a {
	color: #ddc26f;
	margin: 0 5px
}
.navigation a:hover {
	color: #3B4559
}
.txt_center p {
	margin-bottom: 20px;
	line-height: 35px
}
header {
	z-index: 1011;
	height: 160px
}
.row {
	width: 103.33333333%;
	margin-left: -1.66666666%
}
.col_2 {
	width: 50%;
	float: left;
	text-align: left;
	padding: 50px 0 100px
}
.col_2 .tit {
	margin-top: 0
}
.col_3 {
	width: 30%;
	min-height: 400px;
	float: left;
	margin: 1.66666666%;
	background: #FFF;
	padding: 25px;
	text-align: center
}
.col_3_tit, .col_3_tit_2 {
	margin: 25px 0 15px;
	width: 100%;
	overflow: hidden
}
.col_3_r, .pag_opacity .center {
	text-align: left
}
.col_3:hover {
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.col_3_img {
	width: 100%;
	height: 220px;
	background-color: #CCC
}
.col_3_tit {
	height: 60px
}
.col_3_tit_2 {
	height: 150px
}
.col_3_txt, .txt p {
	margin-bottom: 20px
}
.col_3_txt {
	width: 100%;
	height: 60px;
	overflow: hidden
}
.col_3_l {
	float: left;
	width: 40%
}
.col_3_r {
	float: right;
	width: 60%
}
.pag, .pag_opacity {
	width: 100%;
	display: inline-block
}
.col_3_l strong, .col_3_r strong {
	font-size: 90px;
	color: #2B4D6E
}
.txt {
	margin-top: 50px
}
.txt .col_2 {
	padding-right: 60px
}
.pag {
	min-height: 500px
}
.pag_opacity {
	height: 500px;
	background: url(../img/back_pag.png) repeat-x;
	padding-top: 280px
}
.pag_opacity .tit {
	width: 60%;
	height: 190px;
	margin: 0;
	overflow-y: hidden
}
.company_cv, .company_home, .services, .tit {
	width: 100%
}
.pag_opacity .tit h1 {
	color: #FFF
}
.tit {
	min-height: 60px;
	margin: 50px 0;
	color: #2B4D6E
}
.tit .col_2 {
	min-height: 80px;
	padding: 0
}
.services_home {
	position: relative;
	z-index: 1001;
	background: url(../img/back_home.png) repeat-x;
	margin-top: -192px;
	padding-bottom: 80px
}
.company_home {
	min-height: 750px;
	margin-top: -280px;
	padding-top: 250px;
	margin-bottom: -50px
}
.company_home .center {
	padding: 0 2%
}
.company_cv_txt {
	width: 100%;
	height: 500px;
	background: #F7F7F7
}
.company_cv_txt img {
	width: 386px;
	margin-top: -100px;
	float: right;
	margin-right: 70px;
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.info{
	height: 500px;
	overflow: hidden;
}
.info img{
	width: 100%;
	min-height: 100%;
	margin-top: -500px;
	z-index: 1000;
	position: relative;
}
.info .pag_opacity{
	z-index: 1001;
	position: relative;
}
.video {
	width: 100%;
	height: 500px
}
.video_top {
	width: 100%;
	height: 300px;
	padding-top: 70px;
	background: #F7F7F7
}
.video_img {
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.video_opacity {
	width: 100%;
	height: 100%;
	background: url(../img/back_blue.png);
	padding-top: 90px
}
.video_home {
	width: 100%;
	min-height: 800px;
	padding: 200px 2% 0;
	-webkit-box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32);
	-moz-box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32);
	box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32)
}
.popup_open h1, .popup_open h2 {
	color: #FFF
}
.popup_open div {
	font-size: 80px;
	color: #FFF
}
.popup_video {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 99990;
	top: 0;
	margin: 0;
	padding: 0;
	left: 0
}
.g-recaptcha, .pagination, .pg {
	display: inline-block
}
.popup_txt {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 99991
}
.popup_txt iframe {
	height: 80vh
}
.popup_back {
	width: 100%;
	height: 100vh;
	background: #000;
	position: absolute;
	z-index: 99990;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8
}
.popup_close {
	width: 100%;
	height: 60px;
	text-align: right;
	font-size: 30px;
	color: #AAA;
	padding: 20px
}
.popup_close:hover {
	color: #FFF
}
.skills {
	width: 100%;
	background: #F7F7F7;
	padding: 70px 0 0
}
.skills .col_3 {
	min-height: 140px;
	padding: 0;
	background: 0 0
}
.skills .col_3:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.skills .col_3_l, .skills .col_3_r {
	height: 140px;
	overflow: hidden
}
.news_home {
	width: 100%;
	min-height: 600px
}
.news_home_back {
	width: 100%;
	height: 300px;
	background: #2B4D6E
}
.news_home .center {
	margin-top: -500px
}
.news_home .row {
	background: #FFF;
	padding-bottom: 10px;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 40px 0 rgba(0,0,0,.5)
}
.news_home .tit {
	color: #FFF;
	margin-bottom: -10px
}
.newsletter {
	padding-top: 50px
}
.contact {
	margin-bottom: 70px
}
.pagination {
	width: 100%;
	min-height: 50px;
	margin: 80px 0;
	text-align: center
}
.pg {
	width: 40px;
	height: 40px;
	border: 1px solid #CCC;
	color: #CCC;
	font-size: 18px;
	line-height: 40px
}
.foo_top, .map, footer {
	width: 100%
}
.pg:hover, .pg_active {
	background: #2B4D6E;
	color: #FFF
}
.map {
	height: 400px;
	margin-bottom: 100px
}
.map iframe {
	min-height: 400px
}
.g-recaptcha {
	overflow: hidden;
	margin: 50px 0 0
}
footer {
	height: 600px;
	bottom: 0;
	position: absolute;
	z-index: 1001;
	background: #2B4D6E;
	-webkit-box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32);
	-moz-box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32);
	box-shadow: 0 -14px 46px 26px rgba(43,77,110,.32);
	text-align: center;
	padding-top: 80px;
	overflow: hidden
}
.foo_bottom, .foo_top {
	height: 100px;
	display: inline-block
}
.foo_top {
	margin-bottom: 50px
}
.foo_top img {
	width: 300px;
	float: left
}
.foo_top strong {
	font-size: 30px;
	color: #FFF;
	float: right;
	margin-top: 40px
}
.foo_col {
	float: left;
	width: 33.333333%;
	min-height: 200px;
	color: #FFF;
	text-align: left
}
.foo_col p {
	margin-bottom: 8px;
}
.foo_col p, .foo_col a {
	font-weight: bold;
}
.foo_col a {
	color: #FFF
}
.foo_col h3 {
	color: #FFF;
	line-height: 70px
}
.foo_col a h3 {
	font-size: 16px;
	line-height: 24px;
	color: #CCC
}
.foo_col a:hover h3 {
	color: #FFF
}
.foo_bottom {
	width: 100%;
	border-top: 1px solid #CCC;
	color: #FFF;
	margin-top: 70px
}
.goon, .goon:hover {
	width: 77px;
	height: 20px;
	margin: 0 auto
}
.foo_bottom p {
	font-size: 12px;
	line-height: 70px;
	float: left;
}
.button_right, nav {
	float: right
}
footer .goonc {
	padding: 0;
	float: right
}
.goon {
	background: url(../img/sprite.png) -8px -5px no-repeat
}
.goon:hover {
	background: url(../img/sprite.png) -8px -25px no-repeat
}
.aspas1, .aspas2 {
	width: 17px;
	height: 17px;
	display: inline-block
}
.aspas1 {
	background: url(../img/sprite.png) -83px -4px no-repeat
}
.aspas2 {
	background: url(../img/sprite.png) -83px -24px no-repeat
}
.col_2 form {
	margin-top: 50px
}
form .button_color {
	padding: 10px 20px;
	margin: 20px 0
}
input {
	width: 100%;
	height: 50px;
	border: none;
	border-bottom: 1px solid currentColor;
	padding: 5px 15px;
	font-size: 18px;
	margin: 10px 0
}
input::placeholder {
	color: currentColor;
}
.button, .checkbox, .msg, nav a {
	font-size: 15px
}
.input2 {
	width: 48%
}
.checkbox {
	width: 100%;
	height: 30px;
	padding: 0;
	color: #666;
	margin: 20px 0
}
.error, .success {
	min-height: 40px;
	padding-top: 10px
}
.checkbox input {
	width: 20px;
	height: 20px
}
.error, .msg, .success {
	width: 100%
}
.msg {
	text-align: center
}
.success {
	color: #3c763d;
	background: #dff0d8;
	border: 1px solid #dff0d8
}
.error {
	color: #a94442;
	background: #f2dede;
	border: 1px solid #f2dede
}
nav {
	text-align: right
}
nav a {
	position: relative;
	display: inline-block;
	margin: 10px;
	color: #2B4E6F;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,.3);
	font-family: Aero, Arial, Helvetica, sans-serif
}
nav a.btn-highlight {
	display: inline-block;
	padding: 8px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,.3);
	font-family: Aero, Arial, Helvetica, sans-serif;
	box-shadow: none !important;
}
.hamburger, .menufixo .header_top {
	display: none
}
.cl-effect-3 a {
	padding: 8px 0
}
.cl-effect-3 a:not(.btn-highlight):after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #2B4D6E;
	content: '';
	opacity: 0;
	-webkit-transition: opacity .3s, -webkit-transform .3s;
	-moz-transition: opacity .3s, -moz-transform .3s;
	transition: opacity .3s, transform .3s;
	-webkit-transform: translateY(8px);
	-moz-transform: translateY(8px);
	transform: translateY(8px)
}
.cl-effect-3 a:focus::after, .cl-effect-3 a:hover::after {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	transform: translateY(0)
}
.menufixo {
	height: 72px;
	background: #FFF;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.75);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.75);
	box-shadow: 0 0 40px 0 rgba(0,0,0,.75)
}
.menufixo .header_menu {
	height: auto;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}
.menufixo .header_menu img {
	width: 200px;
	margin: 10px 0;
	float: left
}
.menufixo nav a {
	font-size: 14px
}
.button {
	padding: 10px 25px;
	border: none;
	background: 0 0;
	z-index: 1001;
	color: inherit;
	position: relative;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	font-family: Montserrat-Bold, Arial, Helvetica, sans-serif;
	border-radius: 5px;
	margin: 0 auto
}
.button_color::before, .button_line::before, .button_white::before {
	content: '';
	z-index: -1;
	position: absolute;
	top: 50%;
	left: 100%;
	margin: -15px 0 0 1px;
	width: 30px;
	height: 30px
}
.button_color {
	color: #fff;
	background: #2B4D6E;
	border: 1px solid #2B4D6E;
	padding: 20px 25px;
	overflow: hidden;
	-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
	-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 40px 0 rgba(0,0,0,.3)
}
.button_color > span, .button_line > span, .button_white > span {
	vertical-align: middle;
	padding-left: .75em
}
.button_color::before {
	border-radius: 50%;
	background: #FFF;
	border: 1px solid #2B4D6E;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
	transition-timing-function: cubic-bezier(.7,0,.9,1)
}
.button_color:hover, .button_line {
	color: #2B4E6F;
	border: 1px solid #2B4D6E
}
.button_color:hover::before {
	-webkit-transform: scale3d(9,9,1);
	transform: scale3d(9,9,1)
}
.button_line {
	background: 0 0;
	overflow: hidden
}
.button_line::before {
	border-radius: 50%;
	background: #2B4D6E;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
	transition-timing-function: cubic-bezier(.7,0,.9,1)
}
.button_line:hover::before {
	-webkit-transform: scale3d(9,9,1);
	transform: scale3d(9,9,1);
	color: #FFF
}
.button_line:hover {
	color: #FFF
}
.button_white:hover {
	color: #2B4D6E
}
.button_white {
	color: #FFF;
	border: 1px solid #FFF;
	background: #2B4D6E;
	overflow: hidden
}
.button_white::before {
	border-radius: 50%;
	background: #FFF;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
	-webkit-transform: scale3d(1,2,1);
	transform: scale3d(1,2,1);
	-webkit-transition: -webkit-transform .3s, opacity .3s;
	transition: transform .3s, opacity .3s;
	-webkit-transition-timing-function: cubic-bezier(.7,0,.9,1);
	transition-timing-function: cubic-bezier(.7,0,.9,1)
}
.button_white:hover::before {
	-webkit-transform: scale3d(9,9,1);
	transform: scale3d(9,9,1)
}
.button_center {
	margin: 50px 0;
	display: inline-block
}
@media screen and (min-width: 1280px) {
	.center {
		width: 1150px
	}
	/* nav {
		width: 65%;
		margin-top: 40px
	} */
}
@media screen and (max-width: 1280px) {
	.center {
		width: 1000px
	}
}
@media screen and (min-width: 1024px) {
	nav a {
		margin: 0 10px
	}
	.header_top {
		width: 100%;
		height: 50px
	}
	.header_top a, .header_top p {
		float: right;
		color: #EEE
	}
	.header_top a {
		margin: 15px 10px 0 0
	}
	.header_top a:hover {
		color: #FFF
	}
	.header_menu {
		width: 100%;
		background: #FFF;
		padding-right: 20px;
		-webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.75);
		-moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.75);
		box-shadow: 0 0 40px 0 rgba(0,0,0,.75);
		overflow: hidden;
		display: grid;
    grid-template-columns: 1fr auto;
    gap: 20px;
    align-items: center;
	}
	.header_menu img {
		width: 100%;
		max-width: 280px;
		z-index: 1001;
		margin: 20px;
		float: left
	}
}
@media screen and (max-width: 1024px) {
	.center {
		width: 80%
	}
	nav {
		width: 55%;
		margin-top: 3vh
	}
	nav a {
		margin: 5px 10px
	}
	.cl-effect-3 a {
		padding: 4px 0
	}
	.menufixo nav a {
		font-size: 10px
	}
	.services_home {
		margin-top: -250px;
		padding-top: 50px
	}
	.col_3_img {
		height: 180px
	}
}
@media screen and (max-width: 1023px) {
	.header_top, nav {
		display: none
	}
	.col_2, .header_menu nav, .pag_opacity .center {
		text-align: center
	}
	h2 {
		font-size: 24px;
		line-height: 26px
	}
	header {
		height: 72px;
		background: #FFF;
		border-bottom: 1px solid #EEE
	}
	.header_menu img {
		width: 160px;
		margin: 15px 0;
		float: left
	}
	.header_menu nav {
		position: fixed;
		width: 80%;
		background: #2B4E6F;
		margin-top: 75px
	}
	.header_menu nav a {
		color: #FFF;
		width: 100%;
		border: 1px solid #55718C;
		margin: 0;
		padding-top: 10px;
		padding-bottom: 10px
	}
	.header_menu nav a:hover {
		background: #55718C
	}
	nav {
		margin-top: 10px
	}
	.hamburger, .nav_active, footer nav {
		display: block
	}
	nav a {
		font-size: 14px
	}
	.hamburger {
		float: right;
		margin-top: 20px
	}
	.hamburger .line {
		width: 30px;
		height: 3px;
		background-color: #2B4E6F;
		display: block;
		margin: 5px auto;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out
	}
	.col_2, .pag_opacity .tit {
		width: 100%
	}
	.hamburger:hover {
		cursor: pointer
	}
	#hamburger-1.is-active .line:nth-child(2) {
		opacity: 0
	}
	#hamburger-1.is-active .line:nth-child(1) {
		-webkit-transform: translateY(8px) rotate(45deg);
		-ms-transform: translateY(8px) rotate(45deg);
		-o-transform: translateY(8px) rotate(45deg);
		transform: translateY(8px) rotate(45deg)
	}
	#hamburger-1.is-active .line:nth-child(3) {
		-webkit-transform: translateY(-8px) rotate(-45deg);
		-ms-transform: translateY(-8px) rotate(-45deg);
		-o-transform: translateY(-8px) rotate(-45deg);
		transform: translateY(-8px) rotate(-45deg)
	}
	.services_home {
		padding-top: 350px
	}
	.col_2 {
		padding: 20px 0;
		min-height: 200px
	}
	.company_cv_txt img {
		width: 200px;
		margin-top: 0;
		float: none;
		margin-right: 0
	}
	.company_cv_txt {
		height: 650px
	}
	.button_right {
		float: none;
		margin: 10px auto;
		display: inline-block
	}
	footer .goonc {
		float: none;
		margin: 0 auto
	}
}
@media screen and (max-width: 650px) {
	.col_3, .popup_txt .center {
		width: 100%
	}
	.foo_bottom, .foo_col {
		text-align: center
	}
	h1 {
		font-size: 32px;
		line-height: 37px
	}
	p {
		font-size: 15px
	}
	.col_3 {
		margin: 20px 0;
		padding: 0 0 50px
	}
	.tit {
		margin: 30px 0
	}
	.txt .col_2 {
		padding-right: 0
	}
	.pag {
		min-height: 250px
	}
	.pag_opacity {
		height: 255px;
		padding-top: 100px
	}
	.pag_opacity .tit {
		height: 150px
	}
	.company_home {
		padding-top: 200px;
		margin-bottom: 0
	}
	.news_home .col_3 {
		width: 90%;
		float: none;
		display: inline-block
	}
	.foo_col, .g-recaptcha, .map iframe {
		width: 100%
	}
	.input2 {
		min-width: 100%
	}
	.checkbox {
		font-size: 10px
	}
	.content {
		padding-bottom: 1100px
	}
	footer {
		height: 1100px
	}
	.foo_top img {
		width: 100%;
		float: none
	}
	.foo_top strong {
		display: inline-block;
		float: none;
		margin: 50px auto
	}
	.fb_iframe_widget {
		margin-left: -10px
	}
	.foo_bottom p {
		float: none;
		line-height: 15px
	}
}
.inputError {
	border-bottom: 1px solid #a94442;
	color: #a94442;
	background-color: #f2dede;
}

.cookies {
  position: fixed;
  z-index: 99992;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #ffffff;
  color: #000000;
  transform: translateY(100%);
  visibility: hidden;
  transition-duration: .5s;
  transition-property: transform, visibility;
}

.cookies::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	height: calc(100vh + 100%);
	transition-property: background-color;
	transition-duration: .5s;
}

.cookies.active {
	transform: translateY(0);
	visibility: visible;
}

.cookies.active::before {
	background-color: rgba(0, 0, 0, 50%);
}

.cookies__wrapper {
	max-width: 1150px;
	margin: 0 auto;
	padding: 20px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	text-align: center;
}

.cookies__text a {
	text-decoration: underline;
}

.cookies__button {
	padding: 8px;
	margin: 0;
}

@media screen and (min-width: 1024px) {
	.cookies__wrapper {
		flex-direction: row;
		text-align: left;
	}
}

.politics {
	text-align: left;
	padding-bottom: 50px;
}

.politics h2, .politics h3,
.politics h4, .politics h5 {
	display: inline-block;
	font-family: Aero, Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #2B4D6E;
	margin: 0 0 20px;
}

.politics h2 {
	font-size: 28px;
}

.politics h3 {
	font-size: 24px;
}

.politics h4 {
	font-size: 20px;
}

.politics h5 {
	font-size: 16px;
}

.politics p, .politics li {
	font-family: Montserrat-ExtraLight, Arial, Helvetica, sans-serif;
	margin: 0 0 20px;
}

.politics ul, .politics ol {
	list-style-position: inside;
}

.politics li li {
	margin: 20px 0 0 20px;
}

.politics a {
	text-decoration: underline;
}

.fixed-link {
  position: fixed;
  z-index: 99991;
  bottom: 4rem;
  right: 4rem;
  border-radius: 1rem;
  background-color: #4ab14f;
	color: white;
  text-decoration: none;
  box-shadow: 0 0 1.25rem 0 rgba(0, 0, 0, 0.3), 0 0 0.625rem 0 rgba(0, 0, 0, 0.3);
}

@media (max-width: 600px) {
  .fixed-link {
    bottom: 1.5rem;
    right: 2.5rem;
  }
}

.fixed-link:hover{
	color: white;
	text-decoration: none;
}

.fixed-link:hover span {
	max-width: 220px;
	padding: 0.5rem 2.5rem 0.5rem 1rem;
}

.fixed-link::after {
	content: '';
	position: absolute;
  top: 50%;
  right: 0;
	width: 4rem;
  height: 4rem;
  transform: translateX(45%) translateY(-50%);
	background-image: url(../img/whatsapp.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

@media (max-width: 600px) {
  .fixed-link::after {
		width: 3.5rem;
		height: 3.5rem;
  }
}

.fixed-link span {
  display: block;
	font-size: 1rem;
  line-height: 1;
	white-space: nowrap;
	max-width: 0;
  padding: 0.5rem 0;
  overflow: hidden;
	transition-property: max-width, padding;
  transition-duration: .25s;
}

@media (max-width: 600px) {
	.fixed-link span {
		max-width: 220px;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
	}
}