/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

main {
	display: block
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -0.25em
}

sup {
	top: -0.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-size: 100%;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText
}

input {
	overflow: visible
}

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	box-sizing: border-box;
	display: table;
	max-width: 100%;
	padding: 0;
	color: inherit;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

details {
	display: block
}

summary {
	display: list-item
}

menu {
	display: block
}

canvas {
	display: inline-block
}

template {
	display: none
}

[hidden] {
	display: none
}

/* NO TOCAR */
html {
	font-size: 62.5%;
}

@media(max-width: 100em) {
	html {
		font-size: 56%
	}
}

@media(max-width: 80em) {
	html {
		font-size: 52%
	}
}

@media(max-width: 64em) {
	html {
		font-size: 50%
	}
}
/* NO TOCAR */

body {
	margin: 0;
	padding: 0;
	color: #686462;
	background-color: #fefefe;
	font-size: 1.6rem
}

.box {
	width: 1320px;
	margin: 0 auto;
	position: relative
}

@media(max-width: 1360px) {
	.box {
		width: 100%;
		/* padding: 0 9rem */
	}
}

/* @media(max-width: 48em) {
	.box {
		padding: 0 1.25rem
	}
} */

@media(max-width: 1360px) {
	.box.extraSpace {
		width: 100%;
		padding: 0 5rem
	}
}

@media(max-width: 48em) {
	.box.extraSpace {
		padding: 0 2.5rem
	}
}

.clearfix {
	height: 0;
	line-height: 0;
	font-size: 0;
	clear: both
}

html[xmlns] .clearfix {
	display: block
}

* html .clearfix {
	height: 1%
}

a,
.smooth,
.mn-accordion .accordion-item .accordion-content,
.page-template-fidae .prodLink .txtBlock .selectFake:after,
.page-template-concurso .addtoany_list a span,
.overlay-contentpush .menuPhone .footerPhone .followus a:after,
#location .locationInfoBox,
#cta .followus a:after,
#cta .box .headerBottom a strong:before,
#cta .box .headerBottom a strong,
header .headerRight a:after,
header .menu-button span:after,
header .menu-button span:before,
.related strong,
.related:before,
.linkBox .infoLink,
.linkBox h6,
.linkBox h5,
#carrusel .linkBox:before,
.linkBox:after,
.btn,
.wpcf7-field-group-remove,
.wpcf7-field-group-add,
form.search button,
input.submit,
.share a:after,
.pagination .page-numbers,
.prodLink .txtBlock h4 {
	-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
}

a,
a:hover,
a:active,
a:focus {
	outline: 0
}

img {
	max-width: 100%;
	height: auto !important
}

@media(max-width: 48em) {
	img.alignleft {
		float: none;
		margin: 0 auto 5rem;
		display: block
	}
}

@media(max-width: 48em) {
	img.alignright {
		float: none;
		margin: 0 auto 5rem;
		display: block
	}
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::selection {
	color: #fefefe !important;
	background: #01662c !important
}

.nuclear ::selection,
#nuclear ::selection {
	background-color: #b6a724 !important
}

.espacial ::selection,
#espacial ::selection {
	background-color: #a43030 !important
}

.defensa ::selection,
#defensa ::selection {
	background-color: #439db5 !important
}

.medicina ::selection,
#medicina ::selection {
	background-color: #3c9279 !important
}

::-moz-selection {
	color: #fefefe !important;
	background: #01662c !important
}

.nuclear ::-moz-selection,
#nuclear ::-moz-selection {
	background-color: #b6a724 !important
}

.espacial ::-moz-selection,
#espacial ::-moz-selection {
	background-color: #a43030 !important
}

.defensa ::-moz-selection,
#defensa ::-moz-selection {
	background-color: #439db5 !important
}

.medicina ::-moz-selection,
#medicina ::-moz-selection {
	background-color: #3c9279 !important
}

*:focus {
	outline: none !important
}

select option {
	border: none !important;
	outline: none !important
}

select option:checked,
select option:hover {
	background: #01662c !important
}

.coverBg {
	background-position: center !important;
	background-repeat: no-repeat !important;
	background-size: cover !important
}

.mainGradient,
#cta,
.linkBox {
	background-image: -webkit-linear-gradient(top, #01662c, #3385ad);
	background-image: -moz-linear-gradient(top, #01662c, #3385ad);
	background-image: -o-linear-gradient(top, #01662c, #3385ad);
	background-image: -ms-linear-gradient(top, #01662c, #3385ad);
	background-image: linear-gradient(top, #01662c, #3385ad)
}

.section ul:not(.nav) {
	margin: 1.25rem 0 2.5rem;
	padding: 0
}

.section ul:not(.nav) li {
	list-style: none;
	position: relative;
	padding: .8333333333rem 0 .8333333333rem 5rem
}

.section ul:not(.nav) li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 2.1rem;
	color: #01662c
}

.nuclear .section ul:not(.nav) li:before {
	color: #b6a724
}

.espacial .section ul:not(.nav) li:before {
	color: #a43030
}

.defensa .section ul:not(.nav) li:before {
	color: #439db5
}

.medicina .section ul:not(.nav) li:before {
	color: #3c9279
}

.prodLink {
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	flex: 1;
	background-color: #fefefe;
	-webkit-box-shadow: 0px 10px 25px rgba(10, 10, 10, .1);
	-moz-box-shadow: 0px 10px 25px rgba(10, 10, 10, .1);
	box-shadow: 0px 10px 25px rgba(10, 10, 10, .1)
}

.prodLink .img {
	display: block;
	min-height: 250px
}

.prodLink .txtBlock {
	display: block;
	padding: 3.75rem 2.5rem
}

.prodLink .txtBlock h4 {
	font-size: 2.4rem;
	/* line-height: 3rem; */
	padding-bottom: 0
}

.prodLink:hover h4 {
	color: #01662c
}

.code {
	display: block;
	color: #686462;
	padding-bottom: 1.25rem;
	font-size: 1.4rem;
	letter-spacing: .5;
	text-transform: uppercase
}

.smallTxt {
	display: block;
	color: #686462;
	padding-bottom: 0;
	margin-bottom: 1.25rem !important;
	font-size: 1.4rem;
	letter-spacing: .5
}

.paddingLeft {
	padding-left: 2.5rem
}

.paddingTop {
	padding-top: 2.5rem
}

.paddingBottom {
	padding-bottom: 2.5rem
}

.noPaddingTop {
	padding-top: 0 !important
}

.nomargin {
	margin: 0 !important
}

@media(max-width: 1360px) {
	.pLeftTablet {
		padding-left: 2.5rem
	}
}

.pagination {
	padding-top: 2.5rem
}

.pagination .page-numbers {
	font-size: 1.4rem;
	border: 1px solid #e5e5e5;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover {
	border-color: #01662c;
	background-color: #01662c;
	color: #fefefe
}

.fa,
.far,
.fas {
	font-family: "FontAwesome" !important
}

.share {
	/* border-top: 1px solid #d6d6d6; */
	padding-top: 2.5rem;
	margin-top: 2.5rem
}

.noIntro .share {
	border-top: none;
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 2.5rem;
	padding-top: 0
}

.share span {
	display: inline-block;
	font-size: 1.3rem;
	line-height: 21px;
	text-transform: uppercase;
	padding-right: 2.5rem;
	vertical-align: middle;
	color: rgba(10, 10, 10, .6)
}

.share a {
	color: #0a0a0a;
	font-size: 1.6rem;
	display: inline-block;
	padding: 0 1.25rem;
	position: relative
}

.share a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -0.8333333333rem;
	right: 0;
	left: 0;
	margin: 0 auto;
	background-color: #686462
}

.share a:hover:after {
	width: 60%
}

.share .addtoany_list {
	line-height: 21px !important;
	display: inline-block !important
}

.share .addtoany_list a {
	padding: 0 !important;
	line-height: normal !important;
	height: 21px !important
}

.share .addtoany_list a svg {
	max-height: 21px
}

/* .share .addtoany_list a path {
	fill: #3385ad !important
}

.nuclear .share .addtoany_list a path {
	fill: #b6a724 !important
}

.espacial .share .addtoany_list a path {
	fill: #a43030 !important
}

.defensa .share .addtoany_list a path {
	fill: #439db5 !important
}

.medicina .share .addtoany_list a path {
	fill: #3c9279 !important
} */

.share .addtoany_list a:hover path {
	fill: #686462 !important
}

.share .addtoany_list span {
	padding: 0 1.25rem !important;
	height: 21px !important;
	line-height: unset !important;
	vertical-align: top
}

.share .addtoany_list span.a2a_label {
	height: 1px !important;
	line-height: unset !important
}

input,
select,
textarea {
	border: 1px solid #b7b7b9;
	padding: 1.5rem;
	font-size: 1.6rem
}

button,
input,
optgroup,
select,
textarea {
	font-family: 'Archivo-Regular', sans-serif;
}

.rellax {
	will-change: transform
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1 {
	font-size: 6rem;
	padding: 0 0 2.5rem
}

h2 {
	font-size: 5.2rem;
	padding: 0 0 2.5rem
}

h3 {
	font-size: 3.6rem;
	padding: 0 0 1.25rem
}

@media(max-width: 48em) {
	h3 {
		font-size: 3.2rem
	}
}

h4 {
	font-size: 2.8rem;
	padding: 0 0 1.25rem;
}

@media(max-width: 48em) {
	h4 {
		font-size: 2.4rem
	}
}

h5 {
	font-size: 1.8rem;
	padding: 0 0 1.25rem
}

.subtitleBox > * {
	font-family: 'ParqueChas-WideBold', sans-serif;
}

p {
	font-size: 1.8rem;
	padding: 0 0 2.5rem;
	margin: 0;
}

p:last-child {
	padding: 0
}

html,
body {
	overflow: hidden;
	width: 100%;
	height: 100%
}

/* a {
	text-decoration: none;
	color: #01662c
}

.nuclear a {
	color: #b6a724
}

.espacial a {
	color: #a43030
}

.defensa a {
	color: #439db5
}

.medicina a {
	color: #3c9279
}

a:hover {
	color: #013316
} */

figure {
	margin: 0
}

.alignRight {
	text-align: right
}

.alignCenter {
	text-align: center
}

.alignMiddle,
.linkSpecial,
.page-template-concurso .addtoany_list a span,
.comments .comment .comment-body p:first-of-type:before,
.socios .square .logoBox,
.contest header .headerRight .badge {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center
}

.alignLeft {
	text-align: left
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

#wrapper {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	position: relative;
	scroll-behavior: smooth;
}

#wrapper .content {
	overflow: hidden
}

#wrapper .content p {
	font-size: 1.8rem;
	padding: 0 0 2.5rem;
	margin: 0;
}

#wrapper .content p:last-child {
	padding: 0
}

/* .section {
	padding: 0 0 9rem;
	position: relative
} */

@media(max-width: 80em) {
	.section {
		padding: 0 0 7rem
	}
}

@media(max-width: 64em) {
	.section {
		padding: 0 0 7rem
	}
}

@media(max-width: 48em) {
	.section {
		padding: 0 0 5rem
	}
}

.section#download {
	margin-bottom: 0 !important
}

.section#busqueda {
	margin-top: -10rem
}

@media(max-width: 64em) {
	.section#busqueda {
		margin-top: -7rem
	}
}

@media(max-width: 48em) {
	.section#busqueda {
		margin-top: -5rem
	}
}

.section.lightGray {
	background-color: #f8f8f4;
	padding-top: 10rem;
	margin-bottom: 10rem
}

@media(max-width: 64em) {
	.section.lightGray {
		padding-top: 7rem;
		margin-bottom: 7rem
	}
}

@media(max-width: 48em) {
	.section.lightGray {
		padding-top: 5rem;
		margin-bottom: 5rem
	}
}

@media(max-width: 48em) {
	.section.lightGray {
		padding: 5rem 0 !important
	}
}

.section.gray {
	background-color: #eceeed;
	padding-top: 10rem;
	margin-bottom: 10rem
}

@media(max-width: 64em) {
	.section.gray {
		padding-top: 7rem;
		margin-bottom: 7rem
	}
}

@media(max-width: 48em) {
	.section.gray {
		padding-top: 5rem;
		margin-bottom: 5rem
	}
}

@media(max-width: 48em) {
	.section.gray {
		padding: 5rem 0 !important
	}
}

.section:last-child {
	margin-bottom: 0 !important
}

.section#about {
	padding-top: 9rem
}

@media(max-width: 80em) {
	.section#about {
		padding-top: 7rem
	}
}

@media(max-width: 48em) {
	.section#about {
		padding-top: 5rem
	}
}

.section#social {
	margin-bottom: 0
}

.section.dark {
	background-color: #2c2f35;
	padding-top: 10rem
}

@media(max-width: 64em) {
	.section.dark {
		padding-top: 7rem
	}
}

@media(max-width: 48em) {
	.section.dark {
		padding-top: 5rem
	}
}

@media(max-width: 48em) {
	.section.dark {
		background-color: #2c2f35;
		padding: 5rem 0 !important
	}
}

.section.main {
	background-color: #01662c;
	padding-top: 10rem;
	margin-bottom: 10rem
}

@media(max-width: 64em) {
	.section.main {
		padding-top: 7rem;
		margin-bottom: 7rem
	}
}

@media(max-width: 48em) {
	.section.main {
		padding-top: 5rem
	}
}

@media(max-width: 48em) {
	.section.main {
		background-color: #2c2f35;
		padding: 5rem 0 !important;
		margin-bottom: 5rem
	}
}

.section.noPadding {
	padding: 0 !important
}

.section.noPaddingTop {
	padding-top: 0 !important
}

.section.halfPaddingTop {
	padding-top: 5rem !important
}

@media(max-width: 64em) {
	.section.halfPaddingTop {
		padding-top: 3rem !important
	}
}

@media(max-width: 48em) {
	.section.halfPaddingTop {
		padding-top: 2rem !important
	}
}

.section.halfPaddingBottom {
	padding-bottom: 5rem !important
}

@media(max-width: 64em) {
	.section.halfPaddingBottom {
		padding-bottom: 3rem !important
	}
}

@media(max-width: 48em) {
	.section.halfPaddingBottom {
		padding-bottom: 2rem !important
	}
}

.section.noIntro {
	padding-top: 0 !important
}

.section.big {
	padding: 15rem 0
}

@media(max-width: 64em) {
	.section.big {
		padding: 9rem 0
	}
}

@media(max-width: 48em) {
	.section.big {
		padding: 7rem 0
	}
}

.section.borderTop {
	border-top: 1px solid #e5e5e5
}

.section.smallBottom {
	padding-bottom: 6rem
}

@media(max-width: 64em) {
	.section.smallBottom {
		padding-bottom: 4rem
	}
}

@media(max-width: 48em) {
	.section.smallBottom {
		padding-bottom: 2rem
	}
}

.section.noBottom {
	padding-bottom: 0 !important
}

.section.margintTop {
	margin-top: 6rem
}

@media(max-width: 64em) {
	.section.margintTop {
		margin-top: 4rem
	}
}

@media(max-width: 48em) {
	.section.margintTop {
		margin-top: 2rem
	}
}

.section.darkFloat {
	padding-top: 10rem
}

@media(max-width: 64em) {
	.section.darkFloat {
		padding-top: 7rem
	}
}

@media(max-width: 48em) {
	.section.darkFloat {
		padding-top: 5rem
	}
}

@media(max-width: 48em) {
	.section.darkFloat {
		background-color: #2c2f35;
		padding: 5rem 0 !important
	}
}

.section.darkFloat:before {
	content: "";
	background-color: #2c2f35;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 80%;
	width: 100%
}

@media(max-width: 48em) {
	.section.darkFloat:before {
		display: none
	}
}

.section#textPage {
	padding: 7rem 0
}

.section .section {
	clear: both;
	padding: 5rem 0;
	position: relative
}

@media(max-width: 64em) {
	.section .section {
		padding: 3rem 0
	}
}

@media(max-width: 48em) {
	.section .section {
		padding: 2rem 0
	}
}

.section .section.gray,
.section .section.padding {
	padding: 10rem 0;
	position: relative
}

@media(max-width: 64em) {

	.section .section.gray,
	.section .section.padding {
		padding: 7rem 0
	}
}

@media(max-width: 48em) {

	.section .section.gray,
	.section .section.padding {
		padding: 5rem 0
	}
}

.section .section:last-child {
	padding-bottom: 10rem
}

@media(max-width: 64em) {
	.section .section:last-child {
		padding-bottom: 6rem
	}
}

@media(max-width: 48em) {
	.section .section:last-child {
		padding-bottom: 4rem
	}
}

.title {
	position: relative;
	z-index: 1000
}

.title.bigSpace {
	padding-bottom: 5rem
}

.title.maxWidth {
	max-width: 60rem;
	margin: 0 auto
}

.title.maxWidth h4 {
	line-height: 1
}

#bloque02 .title.maxWidth {
	margin: 0
}

.dark .title h5,
.darkFloat .title h5,
.main .title h5,
.black .title h5 {
	color: #989898;
	font-size: 1.8rem;
	letter-spacing: .5px;
	margin-bottom: .625rem;
	padding-bottom: 0
}

.dark .title h4,
.darkFloat .title h4,
.main .title h4,
.black .title h4 {
	color: #fefefe
}

.title .line {
	display: block;
	top: 2.5rem;
	left: -5rem;
	position: absolute;
	height: 90px;
	width: 5px;
	background-color: #01662c
}

.main .title .line {
	background-color: #018e3d
}

.nuclear .title .line {
	background-color: #b6a724
}

.espacial .title .line {
	background-color: #a43030
}

.defensa .title .line {
	background-color: #439db5
}

.medicina .title .line {
	background-color: #3c9279
}

@media(max-width: 1360px) {
	.title .line {
		left: 0px
	}
}

@media(max-width: 1360px) {
	#news .title .line {
		left: 5px
	}
}

.title .line.big {
	top: -15rem;
	height: 24rem;
	width: 3px
}

@media(max-width: 1360px) {
	.title .line.big {
		height: 12rem;
		top: -5rem
	}
}

.title .line.thin {
	width: 3px
}

.title h4 {
	font-size: 3.8rem;
	/* line-height: 1.2; */
	padding-top: .8333333333rem
}

@media(max-width: 1360px) {
	.title h4 {
		/* padding-left: 2.5rem; */
		font-size: 3.2rem
	}

	.page-template-concurso .title h4 {
		padding-left: 0
	}
}

.title h5 {
	font-size: 2.1rem;
	letter-spacing: -0.5px;
	margin: -1.25rem 0 2.5rem
}

@media(max-width: 1360px) {
	.title h5 {
		padding-left: 2.5rem;
		font-size: 1.8rem
	}
}

.titleBlock {
	padding: 2.5rem
}

.btn,
.wpcf7-field-group-remove,
.wpcf7-field-group-add,
form.search button,
input.submit {
	padding: 1.5rem 3rem;
	display: inline-block;
	border: 1px solid #01662c;
	color: #9b9795;
	font-size: 1.6rem;
	margin: 1.25rem 0;
	color: #fefefe !important;
	background-color: #01662c;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.btn i,
.wpcf7-field-group-remove i,
.wpcf7-field-group-add i,
form.search button i,
input.submit i {
	display: inline-block;
	padding-right: 1.25rem
}

.btn:hover,
.wpcf7-field-group-remove:hover,
.wpcf7-field-group-add:hover,
form.search button:hover,
input.submit:hover {
	background-color: #014d21
}

.btn.white,
.white.wpcf7-field-group-remove,
.white.wpcf7-field-group-add,
form.search button.white,
input.submit.white {
	font-size: 1.8rem;
	border: 1px solid #fefefe;
	color: #fefefe !important;
	background-color: transparent !important
}

.btn.main,
.main.wpcf7-field-group-remove,
.main.wpcf7-field-group-add,
form.search button.main,
input.submit.main {
	font-size: 1.8rem;
	border: none;
	color: #fefefe !important;
	background-color: #01662c
}

.nuclear .btn.main,
.nuclear .main.wpcf7-field-group-remove,
.nuclear .main.wpcf7-field-group-add,
.nuclear form.search button.main,
form.search .nuclear button.main,
.nuclear input.submit.main {
	background-color: #b6a724
}

.espacial .btn.main,
.espacial .main.wpcf7-field-group-remove,
.espacial .main.wpcf7-field-group-add,
.espacial form.search button.main,
form.search .espacial button.main,
.espacial input.submit.main {
	background-color: #a43030
}

.defensa .btn.main,
.defensa .main.wpcf7-field-group-remove,
.defensa .main.wpcf7-field-group-add,
.defensa form.search button.main,
form.search .defensa button.main,
.defensa input.submit.main {
	background-color: #439db5
}

.medicina .btn.main,
.medicina .main.wpcf7-field-group-remove,
.medicina .main.wpcf7-field-group-add,
.medicina form.search button.main,
form.search .medicina button.main,
.medicina input.submit.main {
	background-color: #3c9279
}

.btn.main:hover,
.main.wpcf7-field-group-remove:hover,
.main.wpcf7-field-group-add:hover,
form.search button.main:hover,
input.submit.main:hover {
	background-color: #2c2f35
}

.btn.secondary,
.secondary.wpcf7-field-group-remove,
.secondary.wpcf7-field-group-add,
form.search button.secondary,
input.submit.secondary {
	font-size: 1.8rem;
	border: none;
	color: #fefefe !important;
	background-color: #3385ad
}

.btn.black,
.black.wpcf7-field-group-remove,
.black.wpcf7-field-group-add,
form.search button.black,
input.submit.black {
	font-size: 1.8rem;
	border: none;
	color: #fefefe !important;
	background-color: #0a0a0a
}

.btn.light,
.light.wpcf7-field-group-remove,
.light.wpcf7-field-group-add,
form.search button.light,
input.submit.light {
	font-size: 1.8rem;
	border: 1px solid #fefefe;
	color: #fefefe !important;
	margin: 2.5rem 0;
	background-color: transparent
}

.btn.light img,
.light.wpcf7-field-group-remove img,
.light.wpcf7-field-group-add img,
form.search button.light img,
input.submit.light img {
	opacity: .5
}

.btn.big,
.big.wpcf7-field-group-remove,
.big.wpcf7-field-group-add,
form.search button.big,
input.submit.big {
	padding: 3rem 6rem;
	font-size: 2rem
}

.btn.full,
.full.wpcf7-field-group-remove,
.full.wpcf7-field-group-add,
form.search button.full,
input.submit.full {
	padding: 3rem 6rem;
	font-size: 2rem;
	width: 100%;
	text-align: center;
	margin: 2.5rem 0
}

.btn.small,
.small.wpcf7-field-group-remove,
.small.wpcf7-field-group-add,
form.search button.small,
input.submit.small {
	display: inline-block !important;
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	width: auto !important;
	margin: .8333333333rem 0
}

@media(max-width: 48em) {

	.btn.small,
	.small.wpcf7-field-group-remove,
	.small.wpcf7-field-group-add,
	form.search button.small,
	input.submit.small {
		padding: 1rem
	}
}

.btn.smallest,
.smallest.wpcf7-field-group-remove,
.smallest.wpcf7-field-group-add,
form.search button.smallest,
input.submit.smallest {
	display: inline-block !important;
	font-size: 1.24rem;
	padding: .5rem .5rem;
	width: auto !important;
	margin: 0;
	text-align: center;
	border: 1px solid #e5e4e4
}

/* .swiper-button-prev,
.swiper-button-next {
	color: #686462 !important;
	width: 16px !important;
	height: 30px !important;
	margin-top: 0 !important
} */

.swiper-button-prev:after,
.swiper-button-next:after {
	font-size: 3rem !important;
	display: none
}

.swiper-button-prev {
	margin-right: 2.5rem
}

.swiper-button-prev img {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media(min-width: 48em) {
	.twoCols {
		column-count: 2;
		column-gap: 5rem
	}

	.twoCols h2 {
		padding-top: 5rem;
		column-span: all
	}

	.twoCols h3 {
		padding-top: 5rem;
		column-span: all
	}

	.twoCols h4 {
		padding-top: 5rem;
		column-span: all
	}

	.twoCols p:last-child {
		padding-bottom: 2.5rem !important
	}
}

.linkBox {
	display: block;
	min-height: 50rem;
	padding: 2.5rem;
	color: #fefefe;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}

@media(max-width: 64em) {
	.linkBox {
		min-height: 30rem
	}
}

@media(max-width: 48em) {
	.linkBox {
		min-height: 30rem
	}
}

.linkBox:after {
	content: "";
	display: block;
	height: 115rem;
	width: 115rem;
	top: -90rem;
	left: -40rem;
	border-radius: 50%;
	position: absolute;
	background: #3385ad;
	background: -moz-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: -webkit-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

/* .nuclear .linkBox:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .linkBox:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .linkBox:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .linkBox:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
} */

@media(max-width: 64em) {
	.linkBox:after {
		height: 80rem;
		width: 80rem;
		top: -55rem;
		left: -40rem
	}
}

.linkBox:before {
	content: "";
	display: block;
	height: 115rem;
	width: 115rem;
	bottom: -70rem;
	left: -50rem;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@media(max-width: 64em) {
	.linkBox:before {
		height: 80rem;
		width: 80rem;
		bottom: -50rem;
		left: -40rem
	}
}

#carrusel .linkBox:before {
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-image: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background: rgba(10, 10, 10, .4)
}

.linkBox.small {
	min-height: 30rem
}

.linkBox.small:after {
	height: 80rem;
	width: 80rem;
	top: -40rem;
	left: -40rem
}

.linkBox.small:before {
	height: 60rem;
	width: 60rem;
	bottom: -30rem;
	right: -30rem;
	left: auto;
	opacity: .6
}

.linkBox.small:hover:after {
	top: -40rem !important;
	left: -40rem !important
}

@media(max-width: 64em) {
	.linkBox.small:hover:after {
		top: -35rem !important;
		left: -35rem !important
	}
}

.linkBox.noAfter:after {
	display: none !important
}

.linkBox .date {
	display: block;
	position: absolute;
	top: 3.3333333333rem;
	left: 2.5rem;
	font-size: 1.2rem;
	line-height: 1.4rem;
	z-index: 10;
	color: #fefefe
}

.linkBox .date strong {
	display: inline-block;
	vertical-align: middle;
	font-size: 3.4rem;
	line-height: 3rem;
	padding-right: .625rem
}

.linkBox .date i {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.4rem
}

.linkBox .date .month-year {
	display: inline-block;
	vertical-align: middle
}

.linkBox h5, 
.linkBox.dameroLink h5, 
body.home .linkBox.dameroLink h5 {
	color: #fefefe;
	font-size: 1.8rem;
	line-height: 2.6rem;
	position: absolute;
	top: unset;
	bottom: 3.3333333333rem;
	left: 0;
	padding: 0 2.5rem;
	max-height: 7.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: block;
	z-index: 10
}

@media(max-width: 36em) {
	.linkBox h5 {
		padding-right: 7rem
	}
}

#carrusel .linkBox h5 {
	text-align: left
}

#carrusel .linkBox h5 strong {
	display: block
}

@media(max-width: 36em) {
	.linkBox h5 br {
		display: none
	}
}

.linkBox h5.comment {
	padding-left: 12.5rem;
	letter-spacing: .5px;
}

@media(max-width: 48em) {
	.linkBox h5.comment {
		padding-left: 2.5rem
	}
}

.linkBox h5.comment:before {
	position: absolute;
	left: 2.5rem;
	bottom: 2.5rem;
	font-size: 8rem;
	color: #3385ad;
	font-family: FontAwesome;
	content: ""
}

@media(max-width: 48em) {
	.linkBox h5.comment:before {
		bottom: auto;
		font-size: 4rem;
		top: -7.5rem
	}
}

.linkBox h6 {
	color: #e5e5e5;
	font-size: 1.6rem;
	line-height: 2.3rem;
	position: absolute;
	bottom: 3.3333333333rem;
	left: 0;
	padding: 0 2.5rem;
	max-height: 4.6rem;
	max-width: 350px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: block;
	z-index: 10
}

.linkBox .infoLink {
	color: #fefefe;
	font-size: 1.8rem;
	line-height: 2.6rem;
	position: absolute;
	bottom: 3.3333333333rem;
	left: 0;
	padding: 0 2.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: block;
	z-index: 10
}

@media(max-width: 36em) {
	.linkBox .infoLink {
		padding-right: 7rem
	}
}

.linkBox .infoLink h3 {
	color: #fefefe;
	padding-bottom: 0
}

.linkBox .infoLink p {
	padding-bottom: .8333333333rem !important
}

.linkBox .infoLink strong {
	display: block
}

.linkBox .tag {
	padding: 1.25rem 0 1.25rem 2.5rem;
	max-width: 30rem;
	display: block;
	position: absolute;
	top: 3.3333333333rem;
	left: 2.5rem;
	font-size: 2.8rem;
	line-height: 3.2rem;
	z-index: 10
}

/* .linkBox .tag:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 5px;
	background-color: #3385ad
} */

.linkBox .tag.noText {
	position: relative;
	padding: 0;
	display: inline-block
}

.linkBox .tag.noText:before {
	display: none
}

@media(max-width: 64em) {
	.linkBox .tag.noText img {
		max-height: 15rem;
		max-width: 10rem
	}

	.linkBox .tag.noText:before {
		display: block;
		height: 40rem;
		width: 40rem;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		background: #fefefe;
		background: -moz-radial-gradient(circle, #fefefe 0%, rgba(254, 254, 254, 0) 70%);
		background: -webkit-radial-gradient(circle, #fefefe 0%, rgba(254, 254, 254, 0) 70%);
		background: radial-gradient(circle, #fefefe 0%, rgba(254, 254, 254, 0) 70%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
		z-index: -1
	}
}

.linkBox .tag.small {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0px;
	color: rgba(254, 254, 254, .6)
}

.linkBox .tag.small:before {
	width: 3px
}

.linkBox .tag.small strong {
	font-size: 1.6rem;
	display: block;
	color: rgba(254, 254, 254, .9)
}

.linkBox img.more {
	position: absolute;
	bottom: 3.3333333333rem;
	right: 2.5rem;
	width: 42px;
	height: 13px;
	z-index: 100;
	filter: invert(98%) sepia(5%) saturate(88%) hue-rotate(240deg) brightness(117%) contrast(100%)
}

.linkBox:hover {
	color: #fefefe
}

.linkBox:hover:after {
	top: -90rem;
	left: -90rem
}

@media(max-width: 64em) {
	.linkBox:hover:after {
		top: -55rem;
		left: -60rem
	}
}

.linkBox:hover h5 {
	bottom: 5rem
}

#carrusel .linkBox:hover:before {
	background-color: rgba(10, 10, 10, 0)
}

.linkBox.dameroLink {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
	right: 0
}

.linkBox.dameroLink:after {
	height: 115rem;
	width: 115rem;
	top: -90rem;
	left: -40rem
}

.linkBox.dameroLink:before {
	height: 115rem;
	width: 115rem;
	bottom: -70rem;
	left: auto;
	right: -5rem
}

.linkBox.dameroLink.concursoLink:before {
	bottom: 0;
	right: 0;
	height: 70%;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -moz-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -o-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -ms-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: linear-gradient(top, rgba(0, 156, 222, 0), #009cde)
}

@media(min-width: 64em) {
	.linkBox.dameroLink.concursoLink:hover {
		width: 100% !important;
		height: 100% !important;
		z-index: 1000
	}
}

.linkBox.dameroLink.left {
	right: auto;
	left: 0
}

.linkBox.dameroLink h5 {
	max-width: 380px
}

@media(max-width: 36em) {
	.linkBox.dameroLink h5 br {
		display: none
	}
}

@media(min-width: 64em) {
	.linkBox.dameroLink:hover {
		width: 105%;
		height: 105%;
		z-index: 1000
	}
}

.linkBox.dameroLink .concurso {
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
	padding: 2.5rem
}

.linkBox.dameroLink .concurso img {
	margin: 0 auto;
	max-width: 70%;
	width: 240px
}

@media(min-width: 64em) {
	.linkBox.dameroLink .concurso img {
		max-height: 90%;
		width: auto !important
	}
}

.linkBox .bgImg {
	position: absolute;
	left: 0;
	top: -15%;
	width: 120% !important;
	height: 120% !important;
	max-width: initial !important
}

.smalllinkBox {
	display: block;
	min-height: 20rem;
	padding: 2.5rem;
	color: #fefefe;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%
}

@media(max-width: 64em) {
	.smalllinkBox {
		min-height: 180px
	}
}

@media(max-width: 48em) {
	.smalllinkBox {
		min-height: 150px
	}
}

.smalllinkBox .txtLink {
	position: absolute;
	bottom: 3.3333333333rem;
	left: 0;
	padding: 0 2.5rem;
	z-index: 10
}

.smalllinkBox .txtLink strong {
	font-size: 1.6rem;
	letter-spacing: -0.2px;
	display: block;
	color: rgba(229, 229, 229, .4)
}

@media(max-width: 48em) {
	.smalllinkBox .txtLink strong {
		font-size: 1.4rem
	}
}

.smalllinkBox .txtLink img {
	padding-bottom: 1.25rem
}

.smalllinkBox h6 {
	color: #e5e5e5;
	font-size: 1.6rem;
	line-height: 2.3rem;
	max-height: 4.6rem;
	max-width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: block
}

.smalllinkBox:hover {
	color: #fefefe
}

.smalllinkBox:hover h6 {
	bottom: 5rem
}

.related {
	display: block;
	min-height: 30rem;
	padding: 2.5rem;
	color: #fefefe;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-shadow: 0px 50px 120px rgba(0, 0, 0, .1)
}

@media(max-width: 64em) {
	.related {
		min-height: 25rem
	}
}

@media(max-width: 48em) {
	.related {
		min-height: 20rem
	}
}

/* .related:before {
	content: "";
	display: block;
	height: 115rem;
	width: 115rem;
	bottom: -70rem;
	left: -50rem;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@media(max-width: 64em) {
	.related:before {
		height: 80rem;
		width: 80rem;
		bottom: -55rem;
		left: -40rem
	}
}

@media(max-width: 48em) {
	.related:before {
		height: 40rem;
		width: 40rem;
		bottom: -25rem;
		left: -20rem
	}
} */

.related strong {
	color: #fefefe;
	font-size: 2.4rem;
	line-height: 2.6rem;
	position: absolute;
	bottom: 2.5rem;
	left: 0;
	padding: 0 2.5rem;
	max-height: 7.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	display: block;
	z-index: 10
}

.related:hover {
	color: #fefefe
}

.related:hover:before {
	bottom: -65rem;
	left: -45rem
}

@media(max-width: 64em) {
	.related:hover:before {
		bottom: -50rem;
		left: -40rem
	}
}

.related:hover strong {
	bottom: 3.75rem
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 5rem 0;
	z-index: 1000
}

header.aniversario {
	padding: 2.5rem 0
}

header a {
	color: #fefefe
}

header a.logo {
	max-height: 33px !important;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}

header a.logo img {
	display: inline-block;
	vertical-align: middle;
	width: 118px;
	height: 33px
}

@media(max-width: 48em) {
	header a.logo img {
		width: 100px;
		height: 29px
	}
}

header a.logo.aniversario {
	max-height: 100px !important
}

/* header a.areaName {
	max-height: 33px !important;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	max-width: 22rem;
	cursor: pointer
}

@media(max-width: 36em) {
	header a.areaName {
		display: none
	}
}

header a.areaName h2 {
	vertical-align: middle;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #fefefe;
	font-size: 1.7rem;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 0;
	border-left: 2px solid #fefefe;
	padding-left: 1.25rem;
	margin-left: .8333333333rem
}

.nuclear header a.areaName h2 {
	border-left: 2px solid #b6a724
}

.espacial header a.areaName h2 {
	border-left: 2px solid #a43030
}

.defensa header a.areaName h2 {
	border-left: 2px solid #439db5
}

.medicina header a.areaName h2 {
	border-left: 2px solid #3c9279
} */

header .menu-button {
	position: absolute;
	padding: 0;
	margin-top: 38px;
	left: -10rem;
	display: inline-block;
	width: 3.5rem;
	text-indent: 2.5rem;
	font-size: 1.5em;
	color: transparent;
	cursor: pointer;
	border: none;
	background-color: transparent
}

@media(max-width: 48em) {
	header .menu-button {
		display: inline-block
	}
}

@media(max-width: 1500px) {
	header .menu-button {
		position: relative;
		display: inline-block;
		margin-right: 5rem;
		left: 0;
		margin-top: 46px;
		vertical-align: top
	}
}

@media(max-width: 48em) {
	header .menu-button {
		margin-right: 2.5rem;
		margin-top: 40px
	}
}

header .menu-button span {
	position: relative;
	display: block;
	width: 100%;
	height: 2px;
	margin: 18px 0 0;
	background-color: #fefefe
}

header .menu-button span:before {
	content: "";
	position: absolute;
	display: block;
	top: -16px;
	right: 0;
	height: 2px;
	width: 100%;
	background: #fefefe;
	overflow: hidden
}

header .menu-button span:after {
	content: "";
	position: absolute;
	display: block;
	top: -8px;
	right: 0;
	height: 2px;
	width: 100%;
	background: #fefefe;
	overflow: hidden
}

header .menu-button:hover span:before {
	width: 90%
}

header .menu-button:hover span:after {
	width: 75%
}

header .headerRight {
	position: absolute;
	right: 5rem;
	top: 6rem;
	/* font-size: 1.2rem; */
	text-transform: uppercase;
	/* letter-spacing: -0.5px; */
	z-index: 1000
}

/* .page-template-press header .headerRight {
	display: none
} */

/* @media(max-width: 48em) {
	header .headerRight {
		right: 2.5rem
	}

	.producto header .headerRight {
		top: .8333333333rem;
		right: 0
	}
}

@media(max-width: 36em) {
	header .headerRight {
		right: 1.25rem
	}
}

header .headerRight .lang {
	padding-right: 3.75rem
}

@media(max-width: 48em) {
	header .headerRight .lang {
		padding-right: 0
	}
} */

header .headerRight .lang a {
	display: inline-block;
	color: rgba(254, 254, 254, .4);
	padding: 0 .8333333333rem
}

header .headerRight .lang a.active,
header .headerRight .lang a:hover {
	color: #fefefe
}

header .headerRight .lang a:not(:last-child) {
	border-right: 1px solid rgba(254, 254, 254, .4)
}

header .headerRight .lang a:after {
	margin: 0 auto;
	left: 0;
	right: 0
}

header .headerRight .lang .wpml-ls-current-language a {
	color: #fefefe
}

header .headerRight .lang .wpml-ls-legacy-list-horizontal {
	display: inline-block;
	padding: 0
}

header .headerRight .lang li:not(:last-child) {
	border-right: 1px solid rgba(254, 254, 254, .4)
}

header .headerRight a {
	color: #fefefe;
	position: relative;
	display: inline-block
}

header .headerRight a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -0.8333333333rem;
	right: -5%;
	background-color: #fefefe
}

header .headerRight a:hover:after {
	width: 60%
}

.contest header .headerRight {
	width: 26.2rem;
	height: 17.5rem;
	top: 0;
	right: 0;
	background: url(../images/corner.svg) no-repeat top right
}

@media(max-width: 48em) {
	.contest header .headerRight {
		width: 20rem
	}
}

.contest header .headerRight .badge {
	background: url(../images/badgeOK.png) no-repeat center;
	background-size: 100%;
	width: 132px;
	height: 132px;
	margin-left: auto;
	margin-right: 5rem
}

@media(max-width: 48em) {
	.contest header .headerRight .badge {
		margin-right: 1.25rem;
		width: 110px;
		height: 110px
	}
}

.contest header .headerRight .badge.error {
	background: url(../images/badgeCerrado.png) no-repeat center
}

.contest header .headerRight .badge>div {
	transform: skew(353deg, 348deg);
	text-transform: uppercase;
	line-height: 1.1;
	text-align: center;
	width: 120px;
	margin-bottom: 2rem
}

@media(max-width: 48em) {
	.contest header .headerRight .badge>div {
		width: 100px
	}
}

.contest header .headerRight .badge>div span {
	font-size: 1.1rem;
	color: #0a0a0a;
	display: block
}

.contest header .headerRight .badge>div strong {
	font-size: 2.2rem;
	color: #fefefe;
	display: block
}

#cta {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	color: #fefefe;
	margin: 0 0 10rem
}

@media(max-width: 64em) {
	#cta {
		margin: 0 0 7rem
	}
}

@media(max-width: 48em) {
	#cta {
		margin: 0 0 5rem
	}
}

#cta:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

/* .nuclear #cta:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial #cta:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa #cta:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina #cta:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
} */

@media(max-width: 64em) {
	#cta:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
}

#cta:before {
	content: "";
	display: block;
	height: 160rem;
	width: 160rem;
	bottom: -80rem;
	right: -80rem;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	z-index: 1;
	background: #3385ad;
	background: -moz-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: -webkit-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

/* .nuclear #cta:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial #cta:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa #cta:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina #cta:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
} */

@media(max-width: 64em) {
	#cta:before {
		height: 160rem;
		width: 160rem;
		bottom: -100rem;
		right: -100rem
	}
}

@media(max-width: 48em) {
	#cta:after {
		height: 120rem;
		width: 120rem;
		top: -70rem;
		left: -50rem
	}

	#cta:before {
		height: 120rem;
		width: 120rem;
		bottom: -70rem;
		right: -50rem
	}
}

#cta a {
	color: #fefefe
}

#cta .bgCover {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute
}

#cta .bgCover video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	-o-object-position: center;
	object-fit: cover;
	object-position: center
}

#cta .bgCover:after {
	content: "";
	display: block;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-image: -webkit-linear-gradient(top, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5));
	background-image: -moz-linear-gradient(top, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5));
	background-image: -o-linear-gradient(top, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5));
	background-image: -ms-linear-gradient(top, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5));
	background-image: linear-gradient(top, rgba(10, 10, 10, 0), rgba(10, 10, 10, 0.5))
}

#cta .bgCover .imgCta {
	position: absolute;
	top: -15%;
	left: 0;
	height: 115%;
	width: 100%;
	display: block
}

.page-template-jurado #cta .bgCover .imgCta {
	opacity: .2
}

#cta .imgBgCta {
	height: 110%;
	width: 100%;
	position: absolute;
	top: -10%;
	left: 0
}

#cta .box {
	top: unset;
	left: unset;
	right: unset;
	position: relative
}

.home #cta .box {
	z-index: 100;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute
}

.page-template-area #cta .box {
	z-index: 100;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute
}

.page-template-fidae #cta .box {
	z-index: 100;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute
}

.page-template-homesector #cta .box {
	z-index: 100;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	position: absolute
}

#cta .box .ctaTxt {
	max-width: 466px
}

@media(max-width: 48em) {
	#cta .box .ctaTxt {
		margin-top: 12.5rem
	}
}

#cta .box .ctaTxt h1 {
	line-height: 1.1;
	/* letter-spacing: -1px; */
	color: #fefefe
}

@media(max-width: 48em) {
	#cta .box .ctaTxt h1 {
		font-size: 5.2rem
	}
}

@media(max-width: 48em) {
	#cta .box .ctaTxt h1 {
		font-size: 4.2rem
	}
}

#cta .box .ctaTxt h2 {
	display: block;
	font-size: 3.2rem;
	line-height: 1.4;
	letter-spacing: 0;
	max-width: 310px;
	color: #fefefe
}

@media(max-width: 48em) {
	#cta .box .ctaTxt h2 {
		font-size: 2.8rem;
		max-width: 250px
	}
}

#cta .box .headerBottom {
	position: absolute;
	bottom: 5rem;
	left: 0;
	z-index: 100
}

/* @media(max-width: 1360px) {
	#cta .box .headerBottom {
		left: 2.5rem
	}
}

@media(max-width: 48em) {
	#cta .box .headerBottom {
		left: 1.25rem
	}
} */

/* @media(max-width: 36em) {
	#cta .box .headerBottom {
		left: 1.25rem;
		right: 1.25rem
	}
} */

#cta .box .headerBottom a {
	display: inline-block;
	font-size: 1.2rem;
	color: rgba(254, 254, 254, .6);
	padding-right: 3.75rem;
	margin-right: 3.75rem;
	line-height: 1.2
}

@media(max-width: 64em) {
	#cta .box .headerBottom a {
		padding-right: 2.5rem;
		margin-right: 2.5rem
	}
}

@media(max-width: 48em) {
	#cta .box .headerBottom a {
		padding-right: 1.25rem;
		margin-right: 1.25rem
	}
}

@media(max-width: 36em) {
	#cta .box .headerBottom a {
		display: none
	}
}

#cta .box .headerBottom a strong {
	display: block;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: #fefefe;
	position: relative
}

#cta .box .headerBottom a strong:before {
	content: "";
	display: block;
	position: absolute;
	top: -5%;
	left: 0;
	background-color: rgba(254, 254, 254, .8);
	width: 0;
	height: 110%;
	z-index: -1
}

#cta .box .headerBottom a:not(:last-child) {
	border-right: 1px solid rgba(254, 254, 254, .4)
}

#cta .box .headerBottom a.concurso {
	background-color: #009cde;
	padding: 0;
	margin: 0
}

#cta .box .headerBottom a.concurso i {
	display: inline-block;
	margin-right: 5px
}

#cta .box .headerBottom a.concurso strong {
	z-index: 100;
	padding: 10px 15px;
	display: inline-block
}

#cta .box .headerBottom a.concurso strong:before {
	background-color: #fefefe
}

#cta .box .headerBottom a.concurso:hover strong {
	padding: 10px 15px;
	color: #009cde
}

#cta .box .headerBottom a.concurso:hover strong:before {
	width: 100% !important
}

#cta .box .headerBottom a:hover strong {
	padding: 0 10px;
	color: #0a0a0a
}

#cta .box .headerBottom a:hover strong:before {
	width: 100% !important
}

#cta .box .headerBottom .breadcrumb {
	text-transform: uppercase;
	color: rgba(254, 254, 254, .6);
	font-size: 1.2rem
}

#cta .box .headerBottom .breadcrumb a {
	border: none;
	font-size: 1.2rem;
	color: rgba(254, 254, 254, .6);
	padding-right: .8333333333rem;
	margin-right: 0
}

#cta .box .headerBottom .breadcrumb a:hover {
	color: #fefefe
}

@media(max-width: 36em) {
	#cta .box .headerBottom .breadcrumb a {
		display: inline-block !important
	}
}

#cta .box .headerBottom .breadcrumb span:not(:first-child) {
	display: inline-block;
	padding-left: .8333333333rem
}

/* #cta .followus {
	position: absolute;
	right: 5rem;
	bottom: 5rem;
	z-index: 100
}

#cta .followus a {
	color: #fefefe;
	font-size: 1.4rem;
	display: inline-block;
	padding-left: 2.5rem;
	position: relative
}

#cta .followus a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -0.8333333333rem;
	right: -10%;
	margin: 0;
	background-color: #fefefe
}

#cta .followus a:hover:after {
	width: 60%
} */

#cta.page {
	height: auto;
	min-height: unset;
	padding-bottom: 0
}

#cta .pageTitle {
	padding-top: 35rem;
	padding-bottom: 15rem;
	position: relative;
	z-index: 10;
	max-width: 60rem;
	margin: 0 auto
}

@media(max-width: 64em) {
	#cta .pageTitle {
		padding-top: 30rem;
		padding-bottom: 10rem
	}
}

@media(max-width: 48em) {
	#cta .pageTitle {
		padding-top: 70%;
		padding-bottom: 10rem
	}
}

.page-template-concurso #cta .pageTitle {
	max-width: 100rem;
	padding-top: 20rem;
	padding-bottom: 25rem
}

@media(max-width: 64em) {
	.page-template-concurso #cta .pageTitle {
		padding-top: 20rem;
		padding-bottom: 30rem;
		max-width: 50%
	}
}

@media(max-width: 48em) {
	.page-template-concurso #cta .pageTitle {
		padding-top: 15rem;
		padding-bottom: 20rem;
		max-width: 70%
	}
}

#cta .pageTitle h1 {
	color: #fefefe;
	font-size: 4.2rem;
	line-height: 1.2;
	letter-spacing: -0.5px;
	padding-bottom: 1.25rem
}

#cta .pageTitle .code {
	color: #fefefe
}

.donde-estamos #cta {
	margin-bottom: 0
}

#cta.category,
#cta.page {
	height: auto;
	min-height: unset;
	padding-bottom: 0
}

#cta.category .pageTitle,
#cta.page .pageTitle {
	padding-top: 25rem;
	padding-bottom: 10rem;
	max-width: 100%;
	margin: 0
}

@media(max-width: 64em) {

	#cta.category .pageTitle,
	#cta.page .pageTitle {
		padding-top: 20rem;
		padding-bottom: 10rem
	}
}

@media(max-width: 48em) {

	#cta.category .pageTitle,
	#cta.page .pageTitle {
		padding-top: 35%;
		padding-bottom: 8rem
	}
}

@media(max-width: 36em) {

	#cta.category .pageTitle,
	#cta.page .pageTitle {
		padding-top: 60%;
		padding-bottom: 8rem
	}
}

#cta.category .pageTitle h1,
#cta.page .pageTitle h1 {
	text-align: left;
	padding-bottom: 0
}

#cta.category .pageTitle .code,
#cta.page .pageTitle .code {
	color: #fefefe
}

#cta.page .pageTitle {
	max-width: 60rem;
	margin: 0 auto
}

#cta.page .pageTitle h1 {
	text-align: center
}

#cta.page .headerBottom {
	left: 0;
	right: 0;
	text-align: center;
	width: 100%
}

@media(max-width: 1360px) {
	#cta.page .headerBottom {
		left: 2.5rem
	}
}

/* @media(max-width: 64em) {
	#cta.page .headerBottom {
		left: 0
	}
} */

/* #cta.page .headerBottom .breadcrumb {
	text-align: center
}

#cta.page .headerBottom .breadcrumb.alignLeft {
	text-align: left
} */

/* @media(max-width: 64em) {
	#cta.page .headerBottom .breadcrumb.alignLeft {
		text-align: center
	}
} */

/* @media(max-width: 1360px) {
	#cta.page.simple .headerBottom {
		left: 0
	}
} */

#cta.concurso:before {
	bottom: 0;
	right: 0;
	height: 70%;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -moz-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -o-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -ms-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: linear-gradient(top, rgba(0, 156, 222, 0), #009cde)
}

#cta.concurso .box {
	height: 100%;
	flex: 1
}

#cta.concurso .pageTitle h1 {
	font-size: 6.2rem
}

@media(max-width: 48em) {
	#cta.concurso .pageTitle h1 {
		font-size: 4.2rem
	}
}

.mobileGallery,
.webGallery {
	height: 100%
}

.mobileGallery .swiper-container,
.webGallery .swiper-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0
}

.areas {
	margin-bottom: 10rem
}

.area {
	padding: 0 0 10rem;
	position: relative
}

@media(max-width: 48em) {
	.area {
		padding: 0 0 5rem
	}

	.area .box {
		padding-left: 0;
		padding-right: 0
	}
}

.area .title {
	position: relative;
	z-index: 1
}

/* .area .title .line {
	top: 2.5rem;
	left: 5rem
} */

/* .area h3 {
	font-size: 7rem;
	margin: 0 5rem;
	margin-bottom: -2.5rem;
	padding: 0 0 0 2.5rem;
	line-height: 1;
	color: #0a0a0a;
	max-width: 80rem
} */

/* @media(max-width: 48em) {
	.area h3 {
		font-size: 4rem
	}
} */

/* .area .areaImage {
	position: relative;
	overflow: hidden;
	z-index: 0;
	max-height: 80vh
} */

/* .area .areaImage:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	opacity: .9;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
} */

/* @media(max-width: 64em) {
	.area .areaImage:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
} */

/* .area .grid {
	z-index: 1;
	position: relative
}

@media(max-width: 48em) {
	.area .grid>div:first-child {
		order: 2
	}
} */

/* .area video {
	display: block;
	width: 100%;
	-o-object-fit: cover;
	-o-object-position: center;
	object-fit: cover;
	object-position: center
}

.area .imgBgArea {
	padding: 50% 0 0;
	position: relative;
	min-height: 20rem
}

.area .galleryArea {
	min-height: 250px;
	position: relative
} */

/* .area .number {
	color: #f6f6f6;
	font-size: 60rem;
	line-height: .7;
	position: absolute;
	bottom: -7.5rem;
	right: -5rem;
	z-index: 0
} */

/* .area .menuArea ul {
	padding: 0;
	margin: 1.25rem .625rem
}

.area .menuArea ul li {
	padding: 0;
	margin: 0;
	list-style: none
}

.area .menuArea ul li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5
}

.area .menuArea ul li a {
	display: block;
	padding: 2.5rem;
	font-family: 'ParqueChas-WideBold', sans-serif;
	color: #0a0a0a
}

.area .menuArea ul li a img {
	margin-right: 5rem
} */

/* .area .descArea {
	background-color: #f8f8f4;
	margin: 0 2.5rem;
	margin-top: -10rem;
	padding: 7.5rem;
	position: relative;
	z-index: 100
}

@media(max-width: 48em) {
	.area .descArea {
		padding: 5rem 2.5rem;
		margin-top: -5rem
	}
}

.area .descArea h4 {
	padding-bottom: 3.75rem;
	font-size: 2.4rem;
	letter-spacing: -1px
}

.area .descArea p {
	font-size: 2.1rem;
	line-height: 1.8
}

@media(max-width: 48em) {
	.area .descArea p {
		font-size: 1.8rem
	}
}

.area .descArea a.more {
	display: block;
	margin-top: 5rem
}

.area .descArea a.more img {
	width: 6.7rem;
	height: 2rem
}

.area .descArea a.more:hover {
	padding-left: 2.5rem
} */

/* .area#nuclear .title .line {
	background-color: #b6a724
}

.area#nuclear img {
	filter: invert(57%) sepia(81%) saturate(386%) hue-rotate(16deg) brightness(95%) contrast(94%)
}

.area#nuclear h4 a {
	color: #b6a724
}

.area#nuclear h4 a:hover {
	color: #8b801c
}

.area#nuclear .descArea {
	-webkit-box-shadow: 0px 50px 120px rgba(51, 47, 14, .2);
	-moz-box-shadow: 0px 50px 120px rgba(51, 47, 14, .2);
	box-shadow: 0px 50px 120px rgba(51, 47, 14, .2)
}

.area#nuclear .menuArea ul li a:hover {
	color: #b6a724
}

.area#nuclear .areaImage:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.area#espacial .title .line {
	background-color: #a43030
}

.area#espacial img {
	filter: invert(23%) sepia(31%) saturate(5369%) hue-rotate(343deg) brightness(82%) contrast(85%)
}

.area#espacial h4 a {
	color: #a43030
}

.area#espacial h4 a:hover {
	color: #7d2424
}

.area#espacial .descArea {
	-webkit-box-shadow: 0px 50px 120px rgba(43, 16, 16, .2);
	-moz-box-shadow: 0px 50px 120px rgba(43, 16, 16, .2);
	box-shadow: 0px 50px 120px rgba(43, 16, 16, .2)
}

.area#espacial .menuArea ul li a:hover {
	color: #a43030
}

.area#espacial .areaImage:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.area#defensa .title .line {
	background-color: #439db5
}

.area#defensa img {
	filter: invert(59%) sepia(63%) saturate(409%) hue-rotate(146deg) brightness(84%) contrast(84%)
}

.area#defensa h4 a {
	color: #439db5
}

.area#defensa h4 a:hover {
	color: #357d90
}

.area#defensa .descArea {
	-webkit-box-shadow: 0px 50px 120px rgba(30, 57, 65, .2);
	-moz-box-shadow: 0px 50px 120px rgba(30, 57, 65, .2);
	box-shadow: 0px 50px 120px rgba(30, 57, 65, .2)
}

.area#defensa .menuArea ul li a:hover {
	color: #439db5
}

.area#defensa .areaImage:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.area#medicina .title .line {
	background-color: #3c9279
}

.area#medicina img {
	filter: invert(52%) sepia(20%) saturate(955%) hue-rotate(112deg) brightness(91%) contrast(91%)
}

.area#medicina h4 a {
	color: #3c9279
}

.area#medicina h4 a:hover {
	color: #2d6e5b
}

.area#medicina .descArea {
	-webkit-box-shadow: 0px 50px 120px rgba(18, 35, 30, .2);
	-moz-box-shadow: 0px 50px 120px rgba(18, 35, 30, .2);
	box-shadow: 0px 50px 120px rgba(18, 35, 30, .2)
}

.area#medicina .menuArea ul li a:hover {
	color: #3c9279
}

.area#medicina .areaImage:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
} */

#gallery,
#gallery2 {
	position: relative
}

#gallery .box,
#gallery2 .box {
	overflow: visible;
	position: unset
}

/* @media(max-width: 48em) {
	#gallery .box,
	#gallery2 .box {
		padding: 0 1.25rem
	}
} */

#gallery .newsSlider:after,
#gallery2 .newsSlider:after {
	content: "";
	position: absolute;
	width: 15rem;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -moz-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -o-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -ms-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	z-index: 100
}

.page-template-concurso #gallery .newsSlider:after,
.page-template-concurso #gallery2 .newsSlider:after {
	background-image: -webkit-linear-gradient(right, rgba(254, 254, 254, 0), #fefefe);
	background-image: -moz-linear-gradient(right, rgba(254, 254, 254, 0), #fefefe);
	background-image: -o-linear-gradient(right, rgba(254, 254, 254, 0), #fefefe);
	background-image: -ms-linear-gradient(right, rgba(254, 254, 254, 0), #fefefe);
	background-image: linear-gradient(right, rgba(254, 254, 254, 0), #fefefe)
}

@media(max-width: 48em) {

	#gallery .newsSlider:after,
	#gallery2 .newsSlider:after {
		display: none
	}
}

.page-template-concurso #gallery .newsSlider:before,
.page-template-concurso #gallery2 .newsSlider:before {
	content: "";
	position: absolute;
	width: 15rem;
	height: 100%;
	top: 0;
	right: 0;
	background-image: -webkit-linear-gradient(left, rgba(254, 254, 254, 0), #fefefe);
	background-image: -moz-linear-gradient(left, rgba(254, 254, 254, 0), #fefefe);
	background-image: -o-linear-gradient(left, rgba(254, 254, 254, 0), #fefefe);
	background-image: -ms-linear-gradient(left, rgba(254, 254, 254, 0), #fefefe);
	background-image: linear-gradient(left, rgba(254, 254, 254, 0), #fefefe);
	z-index: 100
}

@media(max-width: 48em) {

	.page-template-concurso #gallery .newsSlider:before,
	.page-template-concurso #gallery2 .newsSlider:before {
		display: none
	}
}

#gallery .swiper-container,
#gallery2 .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible
}

#gallery .swiper-slide,
#gallery2 .swiper-slide {
	background: #fefefe;
	height: auto
}

#gallery .actions,
#gallery2 .actions {
	padding-top: 7.5rem;
	position: relative
}

#gallery .actions .arrows,
#gallery2 .actions .arrows {
	text-align: right
}

#gallery .actions .arrows .swiper-button-prev,
#gallery .actions .arrows .swiper-button-next,
#gallery2 .actions .arrows .swiper-button-prev,
#gallery2 .actions .arrows .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block
}

#carrusel {
	position: relative
}

#carrusel .box {
	overflow: visible;
	position: unset
}

/* @media(max-width: 48em) {
	#carrusel .box {
		padding: 0 1.25rem
	}
} */

#carrusel .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible
}

#carrusel .swiper-slide {
	background: #fefefe;
	height: auto
}

#carrusel .actions {
	padding-top: 7.5rem;
	position: relative
}

#carrusel .actions .arrows {
	text-align: right
}

#carrusel .actions .arrows .swiper-button-prev,
#carrusel .actions .arrows .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block
}

#news {
	position: relative;
	margin-bottom: 0 !important
}

#news .box {
	overflow: visible;
	position: unset
}

/* @media(max-width: 48em) {
	#news .box {
		padding: 0 1.25rem
	}
} */

#news .newsSlider:after {
	content: "";
	position: absolute;
	width: 15rem;
	height: 100%;
	top: 0;
	left: 0;
	background-image: -webkit-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -moz-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -o-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: -ms-linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	background-image: linear-gradient(right, rgba(236, 238, 237, 0), #eceeed);
	z-index: 100
}

@media(max-width: 48em) {
	#news .newsSlider:after {
		display: none
	}
}

#news .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible
}

#news .swiper-slide {
	background: #fefefe;
	height: auto
}

#news .actions {
	padding-top: 7.5rem;
	position: relative
}

#news .actions .arrows {
	text-align: right
}

#news .actions .arrows .swiper-button-prev,
#news .actions .arrows .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block
}

#about {
	position: relative
}

#about .box {
	padding-left: 5rem
}

/* #about nav ul {
	padding: 0;
	margin: 1.25rem .625rem
}

#about nav ul li {
	padding: 0;
	margin: 0;
	list-style: none
}

#about nav ul li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5
}

#about nav ul li a {
	display: block;
	padding: 2.5rem;
	font-family: 'ParqueChas-WideBold', sans-serif;
	color: var(--brand-green);
}

@media(max-width: 48em) {
	#about nav ul li a {
		padding: 2.5rem 0
	}
}

#about nav ul li a img {
	margin-right: 5rem;
	filter: invert(29%) sepia(13%) saturate(4548%) hue-rotate(107deg) brightness(93%) contrast(99%)
}

#about nav ul li a:hover {
	color: #01662c
} */

#about .txt {
	position: relative
}

@media(max-width: 48em) {
	#about .txt {
		padding-top: 7.5rem
	}
}

#about .txt .line {
	display: block;
	top: 2.5rem;
	left: -5rem;
	position: absolute;
	height: 90px;
	width: 5px;
	background-color: #01662c
}

@media(max-width: 48em) {
	#about .txt .line {
		position: relative;
		width: 90px;
		height: 5px
	}
}

#about .txt .line.big {
	top: -2.5rem;
	height: 12rem;
	width: 3px
}

@media(max-width: 48em) {
	#about .txt .line.big {
		width: 12rem;
		height: 3px;
		left: -1.25rem
	}
}

#about .infoPlus {
	position: relative
}

@media(max-width: 64em) {
	#about .infoPlus {
		padding-top: 5rem
	}
}

#about .prices {
	position: absolute;
	bottom: 0;
	right: 0;
	position: absolute;
	width: 100%
}

@media(max-width: 64em) {
	#about .prices {
		position: relative;
		padding-top: 5rem
	}
}

#grid .square {
	padding-top: 100%;
	position: relative
}

#grid .square.half {
	padding-top: 50%
}

#grid .halfHeight>div {
	height: 50% !important
}

#location {
	position: relative;
	min-height: 30rem;
	padding: 0 !important
}

@media(max-width: 48em) {
	#location {
		padding: 0 !important
	}
}

@media(max-width: 48em) {
	#location .box {
		display: none
	}
}

.page-template-contact #location {
	margin-top: 8rem
}

@media(max-width: 48em) {
	.page-template-contact #location {
		margin-bottom: 4rem
	}
}

.page-template-where #location .title {
	display: none
}

@media(max-width: 48em) {
	.page-template-where #location a {
		display: none !important
	}
}

#location .mobile {
	height: 100%;
	z-index: 1000;
	position: relative;
	width: 100%
}

#location .mobile a {
	display: inline-block;
	margin: 0 auto
}

#location nav {
	padding-top: 2.5rem
}

@media(max-width: 48em) {
	#location nav {
		display: none
	}
}

#location nav ul {
	padding: 0;
	margin: 0;
	font-size: 1.8rem
}

#location nav ul li {
	list-style: none;
	padding: .625rem 0
}

#location nav ul li a {
	color: #989898
}

#location nav ul li a:hover,
#location nav ul li a.active {
	color: #fefefe
}

#location nav ul ul {
	padding: .625rem 0;
	padding-left: 2.5rem;
	font-size: 1.4rem
}

#location .locationMargin {
	position: relative;
	padding: 10rem 0
}

@media(max-width: 48em) {
	#location .locationMargin {
		padding: 5rem 0;
		position: static;
		height: 100%
	}
}

#location .locationInfoBox {
	position: absolute;
	bottom: -5rem;
	right: 21rem;
	max-width: 50rem;
	padding: 5rem 7.5rem;
	background-color: #353940
}

@media(max-width: 64em) {
	#location .locationInfoBox {
		padding: 2.5rem 5rem
	}
}

@media(max-width: 48em) {
	#location .locationInfoBox {
		display: none
	}
}

#location .locationInfoBox h5 {
	color: #fefefe
}

#location .locationInfoBox p {
	color: #989898;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: -0.3px;
}

#location .map {
	position: absolute;
	right: 0;
	width: 80%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
	max-height: 100%
}

@media(max-width: 48em) {
	#location .map {
		width: 100%
	}
}

#location .map svg {
	height: 100%
}

#location .map img,
#location .map svg {
	width: 100%;
	max-height: 100%;
	top: 50%;
	position: relative;
	transform: translateY(-50%)
}

#location .map .mapBox {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	max-height: 100%
}

#location .map .dot {
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #3385ad;
	border-radius: 50%;
	-webkit-box-shadow: 0px 5px 10px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 5px 10px rgba(10, 10, 10, .2);
	box-shadow: 0px 5px 10px rgba(10, 10, 10, .2)
}

#location .map .dot#bariloche {
	top: 87%;
	left: 31.6%
}

#video .videoLink {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 30rem;
	padding: 20% 10rem 12%;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

@media(max-width: 48em) {
	#video .videoLink {
		padding: 20% 5rem 12%
	}
}

#video .videoLink:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

#video .videoLink:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear #video .videoLink:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial #video .videoLink:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa #video .videoLink:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina #video .videoLink:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	#video .videoLink:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
}

#video .videoLink strong,
#video .videoLink h3 {
	color: #fefefe;
	display: block;
	position: relative;
	z-index: 10
}

#video .videoLink strong {
	text-transform: uppercase;
	padding-top: 5rem;
	font-size: 1.4rem;
	letter-spacing: -0.5px
}

#video .videoLink h3 {
	padding-top: 2.5rem;
	font-size: 4.2rem;
	line-height: 5.2rem;
	letter-spacing: -0.5px;
	max-width: 90rem
}

@media(max-width: 48em) {
	#video .videoLink h3 {
		font-size: 3.2rem;
		line-height: 4.2rem
	}
}

#video .videoLink .coverBg {
	position: absolute;
	display: block;
	top: -10%;
	height: 120%;
	left: 0;
	width: 100%;
	z-index: -1
}

#dataIcons {
	margin-top: -20rem !important;
	z-index: 0;
	padding-top: 15rem !important;
	padding-bottom: 0;
	margin-bottom: 10rem
}

@media(max-width: 64em) {
	#dataIcons {
		margin-bottom: 7rem;
		margin-top: -17.5rem !important
	}
}

@media(max-width: 48em) {
	#dataIcons {
		margin-bottom: 5rem;
		margin-top: -15rem !important
	}
}

/* .nuclear #dataIcons img {
	filter: invert(56%) sepia(91%) saturate(361%) hue-rotate(16deg) brightness(97%) contrast(91%)
}

.espacial #dataIcons img {
	filter: invert(24%) sepia(37%) saturate(2722%) hue-rotate(334deg) brightness(98%) contrast(89%)
}

.defensa #dataIcons img {
	filter: invert(65%) sepia(10%) saturate(2486%) hue-rotate(146deg) brightness(84%) contrast(76%)
}

.medicina #dataIcons img {
	filter: invert(51%) sepia(13%) saturate(1548%) hue-rotate(112deg) brightness(93%) contrast(88%)
} */

.playBtn {
	position: relative;
	box-sizing: content-box;
	display: inline-block;
	width: 32px;
	height: 44px;
	border-radius: 50%;
	padding: 20px 20px 18px 20px;
	text-align: center;
	border: 0px;
	cursor: pointer;
	background: transparent;
	z-index: 10;
	color: #01662c;
	line-height: 44px
}

.nuclear .playBtn {
	color: #b6a724
}

.espacial .playBtn {
	color: #a43030
}

.defensa .playBtn {
	color: #439db5
}

.medicina .playBtn {
	color: #3c9279
}

.playBtn:before,
.playBtn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fefefe;
	border-radius: 50%
}

.playBtn:focus {
	outline: none;
	box-shadow: none
}

.playBtn:before {
	z-index: -2;
	-webkit-animation: pulse-border 2000ms ease-out infinite;
	-moz-animation: pulse-border 2000ms ease-out infinite;
	-o-animation: pulse-border 2000ms ease-out infinite;
	animation: pulse-border 2000ms ease-out infinite
}

.playBtn:after {
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease
}

.playBtn span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 16px solid #fff;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent
}

.playBtn img {
	position: relative;
	z-index: 3;
	max-width: 32px;
	margin: 4px 0
}

.playBtn:hover {
	color: #fefefe
}

.playBtn:hover:after {
	background-color: #01662c
}

.nuclear .playBtn:hover:after {
	background-color: #b6a724
}

.espacial .playBtn:hover:after {
	background-color: #a43030
}

.defensa .playBtn:hover:after {
	background-color: #439db5
}

.medicina .playBtn:hover:after {
	background-color: #3c9279
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: .7
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		opacity: .1
	}
}

@-moz-keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: .7
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		opacity: .1
	}
}

@-o-keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: .7
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		opacity: .1
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1);
		transform: translate(-50%, -50%) translateZ(0) scale(1);
		opacity: .7
	}

	100% {
		-webkit-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-moz-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-ms-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		-o-transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		transform: translate(-50%, -50%) translateZ(0) scale(1.5);
		opacity: .1
	}
}

#bloque02 {
	padding-bottom: 0;
	margin-bottom: 7.5rem
}

#bloque02 .prodsBox {
	z-index: 1000;
	position: relative
}

@media(max-width: 48em) {
	.featuredProd .box {
		padding: 0
	}
}

.featured {
	position: relative
}

.featured:not(:first-child) {
	padding: 5rem 0 0
}

@media(max-width: 48em) {
	.featured .box {
		padding: 0
	}
}

.featured .title {
	position: relative;
	z-index: 1
}

.featured .title .line {
	top: 2.5rem;
	left: 5rem
}

.featured h3 {
	font-size: 7rem;
	margin: 0 5rem;
	margin-bottom: -2.5rem;
	padding: 0 0 0 2.5rem;
	line-height: 1;
	color: #0a0a0a;
	max-width: 80rem
}

@media(max-width: 48em) {
	.featured h3 {
		font-size: 4rem
	}
}

.featured .prodImageBox {
	padding: 50% 0 0;
	position: relative;
	overflow: hidden;
	display: block;
	min-height: 30rem;
	z-index: 0
}

.featured .prodImageBox:after {
	content: "";
	display: block;
	height: 200rem;
	width: 200rem;
	top: -120rem;
	left: -100rem;
	border-radius: 50%;
	position: absolute;
	opacity: .9;
	background: #3385ad;
	background: -moz-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: -webkit-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear .featured .prodImageBox:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .featured .prodImageBox:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .featured .prodImageBox:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .featured .prodImageBox:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	.featured .prodImageBox:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
}

.featured .prodImageBox:before {
	content: "";
	display: block;
	height: 200rem;
	width: 200rem;
	bottom: -120rem;
	right: -100rem;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	background: #3385ad;
	background: -moz-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: -webkit-radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	background: radial-gradient(circle, #3385ad 0%, rgba(51, 133, 173, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear .featured .prodImageBox:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .featured .prodImageBox:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .featured .prodImageBox:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .featured .prodImageBox:before {
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	.featured .prodImageBox:before {
		height: 160rem;
		width: 160rem;
		bottom: -100rem;
		right: -100rem
	}
}

.featured .prodImage {
	display: block;
	position: absolute;
	top: -10%;
	left: 0;
	height: 120%;
	width: 100%
}

.featured .descArea {
	background-color: #fefefe;
	margin: 0 2.5rem;
	margin-top: -10rem;
	padding: 7.5rem;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	-moz-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	box-shadow: 0px 10px 35px rgba(10, 10, 10, .1)
}

@media(max-width: 48em) {
	.featured .descArea {
		padding: 5rem 2.5rem 5rem 5rem
	}
}

.featured .descArea .line {
	display: block;
	top: -1.25rem;
	left: 5rem;
	position: absolute;
	height: 90px;
	width: 3px;
	background-color: #01662c
}

.nuclear .featured .descArea .line {
	background-color: #b6a724
}

.espacial .featured .descArea .line {
	background-color: #a43030
}

.defensa .featured .descArea .line {
	background-color: #439db5
}

.medicina .featured .descArea .line {
	background-color: #3c9279
}

@media(max-width: 48em) {
	.featured .descArea .line {
		left: 1.875rem
	}
}

.featured .descArea h4 {
	padding-bottom: 2.5rem;
	font-size: 2.8rem;
	letter-spacing: -1px
}

.featured .descArea h4 a {
	color: #0a0a0a
}

.featured .descArea h4 a:hover {
	color: #01662c
}

.nuclear .featured .descArea h4 a:hover {
	color: #b6a724
}

.espacial .featured .descArea h4 a:hover {
	color: #a43030
}

.defensa .featured .descArea h4 a:hover {
	color: #439db5
}

.medicina .featured .descArea h4 a:hover {
	color: #3c9279
}

.featured .descArea p {
	font-size: 1.8rem;
	line-height: 1.8
}

.featured .descArea a.more {
	display: block;
	margin-top: 2.5rem
}

.featured .descArea a.more img {
	width: 6.7rem;
	height: 2rem
}

.nuclear .featured .descArea a.more img {
	filter: invert(56%) sepia(91%) saturate(361%) hue-rotate(16deg) brightness(97%) contrast(91%)
}

.espacial .featured .descArea a.more img {
	filter: invert(24%) sepia(37%) saturate(2722%) hue-rotate(334deg) brightness(98%) contrast(89%)
}

.defensa .featured .descArea a.more img {
	filter: invert(65%) sepia(10%) saturate(2486%) hue-rotate(146deg) brightness(84%) contrast(76%)
}

.medicina .featured .descArea a.more img {
	filter: invert(51%) sepia(13%) saturate(1548%) hue-rotate(112deg) brightness(93%) contrast(88%)
}

.featured .descArea a.more:hover {
	padding-left: 2.5rem
}

.divisor {
	position: relative;
	margin: 0 0 10rem
}

@media(max-width: 64em) {
	.divisor {
		margin: 0 0 7rem
	}
}

@media(max-width: 48em) {
	.divisor {
		margin: 0 0 5rem
	}
}

.divisor.noBottom {
	margin-bottom: 0 !important
}

.divisor.noMarginBottom {
	margin-bottom: 0
}

.divisor.marginTop {
	margin-top: 8rem
}

@media(max-width: 48em) {
	.divisor.marginTop {
		margin-bottom: 4rem
	}
}

.page-template-contact .divisor {
	margin-bottom: 0rem
}

.divisor.imagen .imgSeparator {
	padding: 50% 10rem 0%
}

.divisor.imagen .imgSeparator:before {
	display: none
}

.divisor.imagen .imgSeparator:after {
	height: 160rem;
	width: 160rem;
	top: -100rem;
	left: -100rem
}

.divisor .imgSeparator {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 30rem;
	padding: 20% 10rem 12%;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

@media(max-width: 48em) {
	.divisor .imgSeparator {
		padding: 20% 5rem 12%
	}
}

/* .divisor .imgSeparator:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

.divisor .imgSeparator:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear .divisor .imgSeparator:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .divisor .imgSeparator:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .divisor .imgSeparator:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .divisor .imgSeparator:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	.divisor .imgSeparator:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
} */

.divisor .imgSeparator strong,
.divisor .imgSeparator h3 {
	color: #fefefe;
	display: block;
	position: relative;
	z-index: 10
}

/* .divisor .imgSeparator strong {
	text-transform: uppercase;
	padding-top: 5rem;
	font-size: 1.4rem;
	letter-spacing: -0.5px
} */

.divisor .imgSeparator h3 {
	padding-top: 2.5rem;
	font-size: 4.2rem;
	line-height: 5.2rem;
	letter-spacing: -0.5px;
	max-width: 90rem;
	margin: 0 auto
}

@media(max-width: 48em) {
	.divisor .imgSeparator h3 {
		font-size: 3.2rem;
		line-height: 4.2rem
	}
}

.divisor .imgSeparator .btn,
.divisor .imgSeparator .wpcf7-field-group-remove,
.divisor .imgSeparator .wpcf7-field-group-add,
.divisor .imgSeparator form.search button,
form.search .divisor .imgSeparator button {
	position: relative;
	z-index: 100
}

.divisor .tableData {
	position: relative;
	overflow: hidden;
	min-height: 50rem;
	padding: 5rem 0;
	z-index: 100;
	color: #fefefe
}

@media(max-width: 48em) {
	.divisor .tableData {
		padding: 20% 0 12%
	}
}

.divisor .tableData:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

.divisor .tableData:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear .divisor .tableData:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .divisor .tableData:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .divisor .tableData:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .divisor .tableData:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	.divisor .tableData:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
}

.divisor .tableData h2,
.divisor .tableData h5 {
	color: #fefefe;
	padding: 0
}

.divisor .tableData .coverBg:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(10, 10, 10, .6)
}

.divisor .tableData table {
	width: 100%;
	margin-top: 2.5rem;
	border-spacing: 0px
}

.divisor .tableData table thead tr th {
	text-align: left;
	padding: 1.25rem .625rem;
	background-color: rgba(10, 10, 10, .6)
}

.nuclear .divisor .tableData table thead tr th {
	background-color: rgba(182, 167, 36, .8)
}

.espacial .divisor .tableData table thead tr th {
	background-color: rgba(164, 48, 48, .8)
}

.defensa .divisor .tableData table thead tr th {
	background-color: rgba(67, 157, 181, .8)
}

.medicina .divisor .tableData table thead tr th {
	background-color: rgba(60, 146, 121, .8)
}

.divisor .tableData table tr td {
	padding: 1.25rem .625rem;
	border-bottom: 1px dotted rgba(254, 254, 254, .4)
}

.divisor .tableData table tr:last-child td {
	border-bottom: none
}

/* .divisor .coverBg {
	position: absolute;
	display: block;
	top: -10%;
	height: 120%;
	left: 0;
	width: 100%;
	z-index: -1
} */

.gallery .imgGallery {
	padding: 100% 0 0
}

#listInfo .number {
	font-size: 5rem;
	letter-spacing: -2px;
	color: #01662c
}

.nuclear #listInfo .number {
	color: #b6a724
}

.espacial #listInfo .number {
	color: #a43030
}

.defensa #listInfo .number {
	color: #439db5
}

.medicina #listInfo .number {
	color: #3c9279
}

/* .bloqueTxtList h3 {
	line-height: 1.2
}

.bloqueTxtList ul {
	margin: 0 !important
}

.bloqueTxtList .number {
	font-size: 5rem;
	line-height: 1;
	letter-spacing: -2px;
	color: #e5e5e5
}

.bloqueTxtList .txtBlock {
	padding: 2.5rem;
	border: 1px solid #e5e5e5;
	margin-bottom: 2.5rem
}

.bloqueTxtList .txtBlock:last-child {
	margin-bottom: 0
}

.bloqueTxtList .txtBlock.gray {
	background-color: #f8f8f4
}

.bloqueTxtList .txtBlock.gray p {
	padding-bottom: 0 !important
}

.bloqueTxtList .iconList .number {
	margin-bottom: 2.5rem;
	padding: 1.25rem;
	border-radius: 4px
}

.bloqueTxtList .iconList img {
	max-height: 80px
} */

/* .logosTexto {
	padding-top: 0;
	text-align: center
}

.logosTexto .title {
	margin: 0 auto
}

.logosTexto img {
	max-width: 20rem;
	padding: 0 1.25rem
} */

.slider .title {
	margin: 0 auto
}

.slider .LogosBox {
	position: relative;
	padding: 0 5rem
}

.slider .LogosBox .arrows {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px
}

.slider .LogosBox .swiper-slide {
	min-height: 100%;
	height: auto
}

.slider .LogosBox .swiper-slide img {
	margin: 0 auto
}

.blockText .blockBox:not(:first-child) {
	padding-top: 7.5rem
}

@media(max-width: 36em) {
	.blockText .blockBox .alignRight {
		text-align: left
	}
}

.blockText .imgSeparator {
	display: block;
	position: relative;
	overflow: hidden;
	min-height: 60rem;
	margin-top: 2.5rem;
	padding: 20% 10rem 12%;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

@media(max-width: 64em) {
	.blockText .imgSeparator {
		min-height: 30rem;
		padding: 20% 5rem 12%
	}
}

.blockText .imgSeparator:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

.blockText .imgSeparator:after,
.blockText .imgSeparator:before {
	display: none
}

.blockText .imgSeparator .coverBg {
	position: absolute;
	display: block;
	top: -5%;
	height: 110%;
	left: 0;
	width: 100%;
	z-index: -1
}

.frases .swiper-container {
	overflow: visible
}

.frases .testimonioBox {
	display: block;
	position: relative;
	overflow: hidden;
	margin-top: 2.5rem;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

@media(max-width: 48em) {
	.frases .testimonioBox {
		padding: 20% 5rem 12%;
		min-height: 450px
	}
}

.frases .testimonioBox h5 {
	max-height: unset;
	text-overflow: unset;
	font-size: 1.8rem;
	line-height: 1.6;
	overflow: visible
}

.frases .testimonioBox:after {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-image: none;
	background-color: rgba(10, 10, 10, .4);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.frases .testimonioBox:hover:after {
	background-color: rgba(10, 10, 10, .2)
}

.frases .actions {
	padding-top: 7.5rem;
	position: relative
}

.frases .actions .arrows {
	text-align: right
}

.frases .actions .arrows .swiper-button-prev,
.frases .actions .arrows .swiper-button-next {
	position: relative;
	right: auto;
	left: auto;
	display: inline-block
}

#relatedInvap .description {
	padding: 3.75rem 0 2.5rem
}

/* #relatedInvap .description p {
	font-size: 1.4rem;
	line-height: 2.3;
	color: #b2b2b2
} */

#relatedInvap .playBox {
	border-left: 1px solid #434851
}

#relatedInvap .playBtn {
	color: #b2b2b2 !important;
	margin: 0 auto
}

#relatedInvap .playBtn:before,
#relatedInvap .playBtn:after {
	background-color: #434851
}

#relatedInvap .playBtn:hover {
	color: #2c2f35 !important
}

#relatedInvap .playBtn:hover:after {
	background-color: #fefefe !important
}

.relatedBox .title.maxWidth {
	margin: 0
}

.sliderBox {
	padding: 0 7.5rem;
	min-height: 50rem
}

@media(max-width: 48em) {
	.sliderBox {
		padding: 0 5rem
	}
}

@media(max-width: 36em) {
	.sliderBox {
		padding: 0 2.5rem
	}
}

.sliderBox .sboard .sb-item .sb-inner {
	padding: 2.5rem;
	border: none !important;
	-webkit-box-shadow: 0px 2px 5px rgba(10, 10, 10, .05);
	-moz-box-shadow: 0px 2px 5px rgba(10, 10, 10, .05);
	box-shadow: 0px 2px 5px rgba(10, 10, 10, .05)
}

.sliderBox .sboard .sb-item .sb-inner .sb-user {
	margin-bottom: 1.25rem
}

.sliderBox .sboard .sb-item .sb-inner .sb-user .sb-uthumb {
	border: none;
	padding: 0
}

.sliderBox .sboard .sb-item .sb-inner .sb-metadata {
	display: none
}

@media(max-width: 36em) {
	.sliderBox .sboard .sb-item .sb-inner .sb-share {
		width: auto !important
	}
}

.sliderBox .sboard .sb-item .sb-icon2 {
	top: 0
}

.sliderBox .sboard .sb-item .sb-thumb {
	clear: both;
	margin-top: 1.25rem
}

.sliderBox .sboard .sb-info .sb-date i {
	display: none
}

.sliderBox .sboard .sb-cicon {
	background-image: url(../images/social-icons-colored-green.png);
	height: 23px;
	width: 23px
}

.sliderBox .sboard .slick-next,
.sliderBox .sboard .slick-prev {
	background-color: transparent
}

.sliderBox .sboard .slick-next:before,
.sliderBox .sboard .slick-prev:before {
	display: none
}

.sliderBox .sboard .slick-prev {
	background: url(../images/arrowLeft.svg) no-repeat center;
	background-size: 16px 31px;
	left: -5rem !important
}

@media(max-width: 36em) {
	.sliderBox .sboard .slick-prev {
		left: -1.25rem !important;
		background-color: #fefefe;
		-webkit-box-shadow: 0px 5px 10px rgba(10, 10, 10, .1);
		-moz-box-shadow: 0px 5px 10px rgba(10, 10, 10, .1);
		box-shadow: 0px 5px 10px rgba(10, 10, 10, .1)
	}
}

.sliderBox .sboard .slick-next {
	background: url(../images/arrow.svg) no-repeat center;
	background-size: 16px 31px;
	right: -5rem !important
}

@media(max-width: 36em) {
	.sliderBox .sboard .slick-next {
		right: -1.25rem !important;
		background-color: #fefefe;
		-webkit-box-shadow: 0px 5px 10px rgba(10, 10, 10, .1);
		-moz-box-shadow: 0px 5px 10px rgba(10, 10, 10, .1);
		box-shadow: 0px 5px 10px rgba(10, 10, 10, .1)
	}
}

.sliderBox .sboard .slick-dots {
	display: none !important
}

.sliderBox .sboard.sb-carousel li::before {
	display: none !important
}

footer {
	padding: 10rem 0 5rem;
	font-size: 1.4rem;
	color: #b4b1af
}

@media(max-width: 64em) {
	footer {
		padding: 7.5rem 0 5rem
	}
}

@media(max-width: 48em) {
	footer {
		text-align: center !important;
		padding: 5rem 0 2.5rem
	}
}

footer a {
	color: #686462
}

footer .redes {
	padding-bottom: 2.5rem
}

footer .redes a {
	color: #686462;
	font-size: 1.6rem;
	display: inline-block;
	padding-right: 2.5rem
}

footer .redes a:hover {
	color: #01662c
}

footer .logo {
	width: 118px;
	height: 33px;
	padding-bottom: 2.5rem
}

@media(max-width: 48em) {
	footer .logo {
		margin: 0 auto
	}
}

footer .links a {
	color: #686462;
	display: inline-block
}

footer .links a:not(:last-child) {
	padding-right: 1.25rem;
	margin-right: 1.25rem;
	border-right: 1px solid #cdcac9
}

footer .links a:hover {
	color: #01662c
}

footer .copyr a {
	display: inline-block;
	padding-left: 2.5rem
}

@media(max-width: 48em) {
	footer .alignRight {
		text-align: center;
		padding-top: 5rem
	}
}

footer .newsletter input {
	width: 100%;
	line-height: 1.2;
	padding: 1.2rem;
	font-size: 1.4rem;
	border-right: 0
}

footer .newsletter .btn,
footer .newsletter .wpcf7-field-group-remove,
footer .newsletter .wpcf7-field-group-add,
footer .newsletter form.search button,
form.search footer .newsletter button {
	margin: 0 0 0 -5px;
	background-color: #fefefe;
	line-height: 1.2;
	padding: 1.2rem;
	font-size: 1.4rem;
	border: 1px solid #b7b7b9;
	border-left: 0;
	background: url(../images/arrow.svg) no-repeat center;
	background-size: 5px auto;
	text-indent: -9999px;
	overflow: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px
}

footer .newsletter .mc4wp-response p {
	font-size: 1.6rem !important;
	line-height: 1.2 !important;
	padding: 1.25rem 0 0 !important;
}

footer .newsletter .yikes-easy-mc-form {
	border: 1px solid #b7b7b9
}

footer .newsletter .yikes-easy-mc-form .btn,
footer .newsletter .yikes-easy-mc-form .wpcf7-field-group-remove,
footer .newsletter .yikes-easy-mc-form .wpcf7-field-group-add,
footer .newsletter .yikes-easy-mc-form form.search button,
form.search footer .newsletter .yikes-easy-mc-form button {
	display: inline-block;
	width: 25%;
	margin: 0;
	border: none
}

footer .newsletter .yikes-easy-mc-form label {
	display: inline-block;
	margin-bottom: 0;
	width: 73%
}

footer .newsletter .yikes-easy-mc-hidden {
	font-size: 1.6rem !important;
	padding: 1.25rem !important;
	line-height: 1.6 !important
}

footer .newsletter .yikes-easy-mc-form .field-no-label .EMAIL-label,
footer .newsletter .yikes-easy-mc-form label .EMAIL-label {
	display: none
}

footer .newsletter .yikes-easy-mc-form .field-no-label .inputNewsletter,
footer .newsletter .yikes-easy-mc-form label .inputNewsletter {
	margin: 0;
	line-height: 1.2;
	padding: 1.2rem;
	background-color: transparent;
	font-size: 1.4rem;
	border: none;
	border-right: 0
}

@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: .5cm
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

/* @-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}

	to {
		opacity: 1
	}
} */

/* .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.fast {
	-webkit-animation-duration: 800ms;
	animation-duration: 800ms
}

.animated.faster {
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms
}

.animated.slower {
	-webkit-animation-duration: 2500ms;
	animation-duration: 2500ms
}

.animated.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
} */

#swipebox-overlay {
	background-color: rgba(10, 10, 10, .9) !important
}

.bloque01 .titleBlock {
	max-width: 60rem !important;
	margin: 0 auto
}

.bloque01 .titleBlock p {
	font-size: 1.6rem
}

@media(max-width: 64em) {
	.bloque01 .columnas4.alignRight {
		text-align: center
	}
}

@media(max-width: 48em) {
	.bloque01 .alignRight {
		text-align: center
	}
}

form.search {
	margin-top: -5rem;
	margin-bottom: 5rem
}

@media(max-width: 80em) {
	form.search {
		margin-top: -2.5rem;
		margin-bottom: 2.5rem
	}
}

@media(max-width: 48em) {
	form.search {
		margin-top: 1.25rem;
		margin-bottom: 3.75rem
	}
}

form.search input.search-input {
	width: 79%
}

@media(max-width: 36em) {
	form.search input.search-input {
		width: 70%
	}
}

form.search button {
	float: right;
	width: 20%;
	margin: 0 !important;
	padding: 1.5rem !important
}

@media(max-width: 36em) {
	form.search button {
		width: 30%
	}
}

form.search button i {
	padding-right: 0
}

.searchloop article.page {
	padding: 0 !important
}

.searchloop article.page .date {
	display: none
}

/* .single .datePost {
	display: block;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6rem;
	z-index: 10;
	text-align: right;
	padding-right: 2.5rem
}

@media(max-width: 36em) {
	.single .datePost {
		text-align: left;
		padding-left: 2.5rem
	}
}

.single .datePost strong {
	display: block;
	font-size: 4.1rem;
	line-height: 4rem;
	padding-right: 0;
}

@media(max-width: 36em) {
	.single .datePost strong {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.5;
		padding-right: 5px
	}
}

.single .datePost i {
	display: block;
	text-transform: uppercase;
	font-style: normal;
	font-size: 1.4rem
}

@media(max-width: 36em) {
	.single .datePost i {
		display: inline-block;
		font-size: 1.6rem;
		line-height: 1.5;
		font-weight: 500
	}

	.single .datePost i::after {
		content: ", "
	}
}

.single .datePost .month-year {
	display: inline-block;
	vertical-align: middle
}

@media(max-width: 36em) {
	.single .datePost .month-year {
		line-height: 1.5;
		font-weight: 500;
		font-size: 1.6rem
	}
}

.single .datePost .line {
	display: block;
	top: 2.5rem;
	right: 0;
	position: absolute;
	height: 90px;
	width: 5px;
	background-color: #01662c
}

@media(max-width: 36em) {
	.single .datePost .line {
		position: relative;
		width: 90px;
		height: 5px
	}
}

.single .datePost .line.big {
	top: -2.5rem;
	height: 12rem;
	width: 3px
}

@media(max-width: 48em) {
	.single .datePost .line.big {
		width: 2px
	}
}

@media(max-width: 36em) {
	.single .datePost .line.big {
		left: 0;
		right: auto;
		position: absolute;
		top: auto;
		bottom: 0;
		height: 7rem;
		width: 3px
	}
} */

.single .tags {
	margin-top: 2.5rem
}

.single .tags a {
	background-color: #01662c;
	color: #fefefe;
	border-radius: 15px;
	line-height: 2;
	font-size: 1.2rem;
	padding: 0 1rem;
	margin-right: 1px;
	display: inline-block
}

.single .tags a:hover {
	background-color: #3385ad
}

.single article h2 {
	font-size: 3.2rem
}

.single article h3 {
	font-size: 2.6rem
}

.single article h4 {
	font-size: 2.2rem
}

.single article h5 {
	font-size: 1.8rem
}

.single article ul {
	margin: 0 0 2.5rem;
	padding: 0
}

.single article ul li {
	list-style: none;
	position: relative;
	padding: .625rem 0 .625rem 3.75rem
}

.single article ul li:before {
	font-family: FontAwesome;
	content: "";
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 1.8rem;
	color: #01662c
}

.nuclear .single article ul li:before {
	color: #b6a724
}

.espacial .single article ul li:before {
	color: #a43030
}

.defensa .single article ul li:before {
	color: #439db5
}

.medicina .single article ul li:before {
	color: #3c9279
}

.single article ol {
	margin: 0 0 2.5rem;
	padding: 0;
	counter-reset: item
}

.single article ol li {
	text-indent: -2rem;
	list-style-type: none;
	counter-increment: item;
	font-size: 1.6rem;
	padding: .625rem 0 .625rem 3.75rem;
	margin: 0;
	position: relative
}

.single article ol li:before {
	display: inline-block;
	width: 2rem;
	padding-right: 1rem;
	text-align: right;
	color: #01662c;
	content: counter(item) "."
}

.nuclear .single article ol li:before {
	color: #b6a724
}

.espacial .single article ol li:before {
	color: #a43030
}

.defensa .single article ol li:before {
	color: #439db5
}

.medicina .single article ol li:before {
	color: #3c9279
}

.single article blockquote {
	position: relative;
	margin: 0;
	padding: 0 5rem;
	margin: 5rem 0;
	color: #01662c
}

.single article blockquote:before {
	font-family: FontAwesome;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0
}

.single article blockquote:after {
	font-family: FontAwesome;
	content: "";
	position: relative;
	display: block;
	position: absolute;
	bottom: 0;
	right: 0
}

.single article .wp-caption {
	background-color: transparent;
	border: none;
	max-width: 100%;
	padding: 0 0 2.5rem
}

.single article .wp-caption img {
	max-width: 100%
}

.single article .wp-caption .wp-caption-text,
.single article .wp-caption .gallery-caption {
	font-size: 1.4rem !important;
	line-height: 1.5 !important;
	text-align: left
}

.single #intro {
	margin-bottom: 10rem
}

.page-template-contact .single #intro {
	margin-bottom: 2.5rem
}

.notfoundBox {
	padding-top: 5rem
}

.notfoundBox h3 {
	margin-bottom: 0;
	padding-bottom: 0
}

.notfoundBox img {
	max-width: 160px;
	margin: 0 auto;
	display: block
}

@media(max-width: 48em) {
	.notfoundBox img {
		margin: 0
	}
}

.wpcf7-form {
	padding: 5rem 5rem 0;
	margin-left: -5rem;
	margin-right: -5rem;
	margin-bottom: 5rem;
	border: 1px solid #e5e5e5
}

@media(max-width: 48em) {
	.wpcf7-form {
		padding: 2.5rem 2.5rem 0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 2.5rem
	}
}

.gray .wpcf7-form {
	background-color: transparent;
	border: none;
	margin-bottom: 0
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
	width: 100%;
	margin-top: .625rem
}

.wpcf7-form .btn,
.wpcf7-form .wpcf7-field-group-remove,
.wpcf7-form .wpcf7-field-group-add,
.wpcf7-form form.search button,
form.search .wpcf7-form button {
	margin: 0;
	text-transform: uppercase
}

.wpcf7-form .msj {
	padding: 1.5rem 3rem
}

#newsletter .newsletterBox {
	margin: 5rem 0 0
}

#newsletter .mc4wp-form-fields {
	padding: 0;
	margin: 0;
	border: none
}

#newsletter .mc4wp-form-fields input {
	width: 100%
}

#newsletter .mc4wp-form-fields input.btn,
#newsletter .mc4wp-form-fields input.wpcf7-field-group-remove,
#newsletter .mc4wp-form-fields input.wpcf7-field-group-add {
	margin: 0
}

#newsletter .redes a {
	color: #fefefe;
	padding: 1.5rem;
	width: 56px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.5;
	display: inline-block;
	margin: 0 .8333333333rem 0 0;
	background-color: rgba(254, 254, 254, .1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

#newsletter .redes a:hover {
	background-color: #01662c
}

.menuPhoneBox {
	width: 100%
}

@media(max-width: 48em) {
	.menuPhoneBox {
		padding: 5rem
	}

	.menuPhoneBox .alignRight {
		text-align: left
	}
}

@media(max-width: 36em) {
	.menuPhoneBox {
		padding: 2.5rem
	}

	.menuPhoneBox .alignRight {
		text-align: left
	}
}

.overlay-close {
	position: absolute;
	left: 2.5rem;
	top: 2.5rem;
	width: 52px;
	height: 52px;
	opacity: 1;
	display: block
}

@media(max-width: 48em) {
	.overlay-close {
		position: relative;
		top: unset;
		left: unset
	}
}

.overlay-close:hover {
	opacity: .4
}

.overlay-close:before,
.overlay-close:after {
	position: absolute;
	left: 25px;
	content: " ";
	height: 52px;
	width: 2px;
	background-color: #fefefe
}

.overlay-close:before {
	transform: rotate(45deg)
}

.overlay-close:after {
	transform: rotate(-45deg)
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.overlay a.logo {
	margin-bottom: 5rem;
	display: block
}

.overlay .areasMenu {
	padding-top: 2.5rem;
	padding-top: 0
}

.overlay .search {
	margin: 5rem 0 0
}

.overlay .search input.search-input {
	border: none;
	background-color: rgba(254, 254, 254, .1);
	color: #fefefe
}

.overlay .search input.search-input::placeholder {
	color: rgba(254, 254, 254, .5)
}

.overlay .search .search-submit {
	background-color: #015c28
}

.overlay .navBox {
	padding: 2.5rem
}

@media(max-width: 48em) {
	.overlay .navBox {
		padding: 5rem 0 0
	}
}

.overlay nav {
	position: relative
}

@media(max-width: 64em) {
	.overlay .related {
		min-height: 150px
	}
}

@media(max-width: 36em) {
	.overlay .related {
		min-height: 120px
	}
}

.overlay .lang {
	position: absolute;
	top: 2.5rem;
	right: 2.5rem;
	display: block;
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: -0.5px
}

.overlay .lang a {
	display: inline-block;
	color: rgba(254, 254, 254, .4);
	padding: 0 .8333333333rem;
	font-size: 1.2rem
}

.overlay .lang a.active,
.overlay .lang a:hover {
	color: #fefefe
}

.overlay .lang a:not(:last-child) {
	border-right: 1px solid rgba(254, 254, 254, .4)
}

.overlay .lang a:after {
	margin: 0 auto;
	left: 0;
	right: 0
}

.overlay .lang .wpml-ls-legacy-list-horizontal {
	display: inline-block;
	padding: 0
}

.overlay .lang .wpml-ls-current-language a {
	color: #fefefe
}

.overlay .lang li:not(:last-child) {
	border-right: 1px solid rgba(254, 254, 254, .4)
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative
}

.overlay ul li {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.overlay ul li a {
	color: rgba(254, 254, 254, .4);
	font-size: 2.6rem;
	display: block;
	padding: .25rem 0
}

/* @media(max-width: 48em) {
	.overlay ul li a {
		font-size: 2.1rem
	}
} */

.overlay ul li a:hover,
.overlay ul li a:focus,
.overlay ul li a.active {
	color: #fefefe
}

.container {
	overflow-x: hidden;
	will-change: transform;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .6s cubic-bezier(0.55, 0, 0.53, 1)
}

.container.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%)
}

.container.overlay-open:after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.container:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	-webkit-transition: opacity .6s, visibility 0s .6s;
	transition: opacity .6s, visibility 0s .6s
}

.overlay-contentpush {
	background-color: #01662c;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .6s, visibility 0s .6s;
	transition: transform .8s cubic-bezier(0.25, 0.1, 0.25, 1), visibility 0s .6s
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform .5s;
	transition: transform .8s cubic-bezier(0.25, 0.1, 0.25, 1)
}

.overlay-contentpush .menuPhone {
	padding: 2.5rem 2.5rem 7.5rem;
	height: 100vh;
	overflow-y: auto
}

@media only screen and (orientation: landscape) {
	.overlay-contentpush .menuPhone {
		padding: 2.5rem
	}
}

@media(max-width: 64em) {

	.overlay-contentpush .menuPhone.alignMiddle,
	.overlay-contentpush .menuPhone.linkSpecial,
	.overlay-contentpush .page-template-concurso .addtoany_list a span.menuPhone,
	.page-template-concurso .addtoany_list a .overlay-contentpush span.menuPhone,
	.overlay-contentpush .comments .comment .comment-body p.menuPhone:first-of-type:before,
	.comments .comment .comment-body .overlay-contentpush p.menuPhone:first-of-type:before,
	.overlay-contentpush .socios .square .menuPhone.logoBox,
	.socios .square .overlay-contentpush .menuPhone.logoBox,
	.overlay-contentpush .contest header .headerRight .menuPhone.badge,
	.contest header .headerRight .overlay-contentpush .menuPhone.badge {
		padding: 7.5rem 0;
		display: block;
		-ms-flex-align: unset;
		-webkit-align-items: unset;
		-webkit-box-align: unset;
		align-items: unset
	}
}

@media(max-width: 48em) {

	.overlay-contentpush .menuPhone.alignMiddle,
	.overlay-contentpush .menuPhone.linkSpecial,
	.overlay-contentpush .page-template-concurso .addtoany_list a span.menuPhone,
	.page-template-concurso .addtoany_list a .overlay-contentpush span.menuPhone,
	.overlay-contentpush .comments .comment .comment-body p.menuPhone:first-of-type:before,
	.comments .comment .comment-body .overlay-contentpush p.menuPhone:first-of-type:before,
	.overlay-contentpush .socios .square .menuPhone.logoBox,
	.socios .square .overlay-contentpush .menuPhone.logoBox,
	.overlay-contentpush .contest header .headerRight .menuPhone.badge,
	.contest header .headerRight .overlay-contentpush .menuPhone.badge {
		padding: 0
	}
}

.overlay-contentpush .menuPhone h3 {
	color: #0a0a0a;
	font-size: 2.1rem;
	letter-spacing: 1px;
	margin-bottom: 0
}

.overlay-contentpush .menuPhone h3 img {
	opacity: .6;
	max-width: 55px
}

.overlay-contentpush .menuPhone .footerPhone {
	padding-top: 2.5rem;
	margin-top: 5rem;
	bottom: 2.5rem;
	right: 2.5rem;
	position: absolute
}

@media(max-width: 48em) {
	.overlay-contentpush .menuPhone .footerPhone {
		position: relative;
		bottom: unset;
		right: unset;
		text-align: right
	}
}

/* .overlay-contentpush .menuPhone .footerPhone:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin-bottom: 1.25rem;
	display: block;
	height: 1px;
	width: 2.5rem;
	background-color: rgba(254, 254, 254, .2)
}

.overlay-contentpush .menuPhone .footerPhone .followus a {
	color: #fefefe;
	font-size: 1.4rem;
	display: inline-block;
	padding-left: 2.5rem;
	position: relative
}

.overlay-contentpush .menuPhone .footerPhone .followus a:after {
	content: "";
	display: block;
	position: absolute;
	width: 0%;
	height: 2px;
	bottom: -0.8333333333rem;
	right: -10%;
	margin: 0;
	background-color: #fefefe
}

.overlay-contentpush .menuPhone .footerPhone .followus a:hover:after {
	width: 60%
} */

#wrapper .content #storyjs-timeline p {
	font-family: 'ParqueChas-ExpandedBlack', serif;
	line-height: 1.4;
	font-size: 1.6rem
}

.socios .col-6_xs-12.square {
	padding: 50% 0 0;
	background-color: #fefefe
}

.socios .col-6_xs-12 img {
	max-width: 80%
}

@media(max-width: 36em) {
	.socios .col-6_xs-12 img {
		max-width: 50%
	}
}

.socios .col-12.square {
	padding: 100% 0 0;
	background-color: #fefefe
}

.socios .col-12 img {
	max-width: 65%
}

.socios .square {
	position: relative;
	height: 0
}

.socios .square .logoBox {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5rem;
	-webkit-box-shadow: 0px 50px 120px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0px 50px 120px rgba(0, 0, 0, .1);
	box-shadow: 0px 50px 120px rgba(0, 0, 0, .1)
}

.socios .square img {
	margin: 0 auto
}

.rl-gallery-container {
	padding: 2.5rem 0
}

.rl-gallery-container .rl-basicgrid-gallery {
	margin: 0 !important
}

.rl-gallery-container .rl-gallery-item {
	overflow: hidden
}

.rl-gallery-container .rl-gallery-item a {
	display: block;
	height: 100%
}

.rl-gallery-container .rl-gallery-item img {
	object-fit: cover;
	width: 100%;
	height: 100% !important
}

#storyjs-timeline {
	background-color: transparent !important;
	position: relative;
	z-index: 0
}

#storyjs-timeline .content {
	overflow: visible !important
}

#storyjs-timeline .timenav-tag-row-1,
#storyjs-timeline .timenav-tag-row-6 {
	background-color: #777
}

#storyjs-timeline .vco-slider .slider-item .content .content-container {
	max-width: 1280px;
	margin: 0 auto
}

#storyjs-timeline .timenav-tag-row-2 {
	background-color: #b6a724
}

#storyjs-timeline .timenav-tag-row-3 {
	background-color: #a43030
}

#storyjs-timeline .timenav-tag-row-4 {
	background-color: #439db5
}

#storyjs-timeline .timenav-tag-row-5 {
	background-color: #3c9279
}

#storyjs-timeline .vco-slider .nav-previous,
#storyjs-timeline .vco-slider .nav-next {
	color: #888
}

#storyjs-timeline.vco-timeline .vco-navigation .timenav-background .timenav-tag div h3 {
	text-shadow: none;
	color: #fefefe;
	font-size: 1.4rem;
	letter-spacing: 0
}

#storyjs-timeline.vco-timeline .vco-navigation .timenav-background .timenav-tag-size-half {
	height: 30px
}

#storyjs-timeline.vco-timeline .vco-navigation .timenav .content .marker .flag-small h3 {
	color: #686462;
	letter-spacing: 0
}

#storyjs-timeline.vco-timeline .vco-navigation .timenav-background {
	color: transparent !important
}

#storyjs-timeline.vco-storyjs {
	/* font-family: "Poppins", sans-serif; */
	background-color: transparent !important
}

#storyjs-timeline.vco-storyjs p,
#storyjs-timeline.vco-storyjs blockquote,
#storyjs-timeline.vco-storyjs blockquote p,
#storyjs-timeline.vco-storyjs .twitter blockquote p {
	font-family: 'ParqueChas-ExpandedBlack', serif;
}

#storyjs-timeline.vco-storyjs .vco-feature h1,
#storyjs-timeline.vco-storyjs .vco-feature h2,
#storyjs-timeline.vco-storyjs .vco-feature h3,
#storyjs-timeline.vco-storyjs .vco-feature h4,
#storyjs-timeline.vco-storyjs .vco-feature h5,
#storyjs-timeline.vco-storyjs .vco-feature h6 {
	font-family: 'ParqueChas-ExpandedBlack', serif;
}

#storyjs-timeline.vco-storyjs .vco-feature h2 span {
	font-family: 'ParqueChas-ExpandedBlack', serif;
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .nuclear h2 span {
	background-color: #b6a724
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .nuclear h3 {
	color: #b6a724
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .nuclear a {
	color: #b6a724
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .nuclear a:hover {
	color: #8b801c
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .industrial h2 span {
	background-color: #439db5
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .industrial h3 {
	color: #439db5
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .industrial a {
	color: #439db5
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .industrial a:hover {
	color: #357d90
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .medicos h2 span {
	background-color: #3c9279
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .medicos h3 {
	color: #3c9279
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .medicos a {
	color: #3c9279
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .medicos a:hover {
	color: #2d6e5b
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .espacial h2 span {
	background-color: #a43030
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .espacial h3 {
	color: #a43030
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .espacial a {
	color: #a43030
}

#storyjs-timeline.vco-storyjs .vco-feature .slider-item .espacial a:hover {
	color: #7d2424
}

.grecaptcha-badge {
	visibility: hidden
}

.comments cite {
	font-style: normal;
	/* font-family: "Poppins", sans-serif; */
	font-size: 1.8rem;
	margin-bottom: 1.25rem;
	display: block;
	color: #0a0a0a
}

.comments input,
.comments textarea {
	width: 100%
}

.comments input.submit {
	display: inline-block;
	width: auto
}

.comments label {
	display: block
}

.comments .says,
.comments .commentmetadata {
	display: none !important
}

.comments .comment-respond {
	padding-top: 5rem
}

.comments .comment {
	list-style: none !important;
	background-color: rgba(254, 254, 254, .3);
	padding: 5rem !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

@media(max-width: 48em) {
	.comments .comment {
		padding: 5rem 1.25rem !important
	}
}

.comments .comment.byuser {
	background-color: rgba(254, 254, 254, .6);
	margin-left: 2.5rem
}

.comments .comment.byuser .comment-body p:before {
	background-color: #01662c !important
}

.comments .comment:not(:last-child) {
	margin-bottom: 2.5rem
}

.comments .comment:before {
	display: none !important
}

.comments .comment .comment-body p {
	font-size: 1.6rem !important;
	line-height: 1.5 !important;
	padding-bottom: 0 !important;
	padding-left: 10rem !important;
	padding-right: 5rem !important;
	position: relative;
	display: block
}

.comments .comment .comment-body p:first-of-type:before {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #0a0a0a;
	color: #fefefe;
	padding: 5px;
	width: 4rem;
	height: 4rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-family: FontAwesome;
	font-style: normal;
	text-decoration: inherit;
	content: ""
}

@media(max-width: 48em) {
	.comments .comment .comment-body p:first-of-type:before {
		width: 3rem
	}
}

.comments .comment .comment-body p:not(:last-child) {
	padding-bottom: 2.5rem !important
}

@media(max-width: 48em) {
	.comments .comment .comment-body p {
		padding-left: 5rem !important;
		padding-right: 1.25rem !important
	}
}

.page-template-concurso header a.logo img {
	display: none
}

.page-template-concurso .bottomTitle {
	position: absolute;
	bottom: 5rem;
	left: 0;
	right: 0;
	padding: 0 1.25rem;
	text-align: center
}

@media(max-width: 48em) {
	.page-template-concurso .bottomTitle {
		bottom: 2.5rem
	}
}

.page-template-concurso .bottomTitle .title h3 {
	color: #fff;
	font-size: 2.4rem
}

@media(max-width: 48em) {
	.page-template-concurso .bottomTitle .title h3 {
		font-size: 2.1rem
	}
}

.page-template-concurso .bottomTitle .title p {
	margin-top: .625rem;
	display: inline-block;
	background-color: #009cde;
	padding: .625rem 1.25rem !important;
	color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.page-template-concurso .fontBigger p {
	font-size: 2.2rem !important
}

@media(max-width: 48em) {
	.page-template-concurso .fontBigger p {
		font-size: 2.1rem !important
	}
}

.page-template-concurso .linkBox {
	min-height: 35rem
}

.page-template-concurso .jurados .linkBox {
	min-height: 50rem
}

.page-template-concurso .jurados .linkBox:hover:after {
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	height: 100%;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-linear-gradient(bottom, rgba(51, 133, 173, 0), #3385ad);
	background-image: -moz-linear-gradient(bottom, rgba(51, 133, 173, 0), #3385ad);
	background-image: -o-linear-gradient(bottom, rgba(51, 133, 173, 0), #3385ad);
	background-image: -ms-linear-gradient(bottom, rgba(51, 133, 173, 0), #3385ad);
	background-image: linear-gradient(bottom, rgba(51, 133, 173, 0), #3385ad)
}

.page-template-concurso .videoSeparator {
	display: block;
	overflow: hidden;
	margin-top: 2.5rem;
	z-index: 100;
	position: relative;
	line-height: 0;
	font-size: 0;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

.page-template-concurso .videoSeparator:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

.page-template-concurso .videoSeparator video {
	position: relative;
	width: 100% !important;
	height: auto !important
}

.page-template-concurso .videoSeparator .imgBgBox {
	position: relative;
	padding-top: 62.5%
}

.page-template-concurso .descArea {
	background-color: #fefefe;
	margin: 0 2.5rem;
	margin-top: -10rem;
	padding: 7.5rem;
	position: relative;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	-moz-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	box-shadow: 0px 10px 35px rgba(10, 10, 10, .1)
}

@media(max-width: 48em) {
	.page-template-concurso .descArea {
		padding: 5rem 2.5rem 5rem 5rem
	}
}

.page-template-concurso .descArea .line {
	display: block;
	top: -1.25rem;
	left: 5rem;
	position: absolute;
	height: 90px;
	width: 3px;
	background-color: #01662c
}

@media(max-width: 48em) {
	.page-template-concurso .descArea .line {
		left: 1.875rem
	}
}

.page-template-concurso .descArea h4 {
	padding-bottom: 2.5rem;
	font-size: 2.8rem;
	letter-spacing: -1px
}

.page-template-concurso .descArea h4 a {
	color: #0a0a0a
}

.page-template-concurso .descArea h4 a:hover {
	color: #01662c
}

.page-template-concurso .descArea p {
	font-size: 1.8rem;
	line-height: 1.8
}

.page-template-concurso .descArea a.more {
	display: block;
	margin-top: 2.5rem
}

.page-template-concurso .descArea a.more img {
	width: 6.7rem;
	height: 2rem
}

.page-template-concurso .descArea a.more:hover {
	padding-left: 2.5rem
}

.page-template-concurso .counterBox {
	background: url("../concurso/concurso-escultura-FOTO_15.jpg") center no-repeat;
	margin-top: 10rem;
	position: relative;
	overflow: hidden;
	padding: 0
}

@media(max-width: 64em) {
	.page-template-concurso .counterBox {
		margin-top: 7rem
	}
}

@media(max-width: 48em) {
	.page-template-concurso .counterBox {
		margin-top: 5rem
	}
}

.page-template-concurso .counterBox:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	height: 70%;
	width: 100%;
	opacity: .6;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-image: -webkit-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -moz-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -o-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: -ms-linear-gradient(top, rgba(0, 156, 222, 0), #009cde);
	background-image: linear-gradient(top, rgba(0, 156, 222, 0), #009cde)
}

.page-template-concurso .counterBox:after {
	content: "";
	display: block;
	height: 260rem;
	width: 260rem;
	top: -160rem;
	left: -130rem;
	border-radius: 50%;
	position: absolute;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

@media(max-width: 64em) {
	.page-template-concurso .counterBox:after {
		height: 160rem;
		width: 160rem;
		top: -100rem;
		left: -100rem
	}
}

.page-template-concurso .counterBox .box {
	position: relative;
	z-index: 20
}

.page-template-concurso .timelineBox {
	background-color: #fff;
	padding: 5rem 2.5rem 2.5rem;
	position: relative;
	overflow: hidden;
	margin: 2.5rem 0;
	-webkit-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	-moz-box-shadow: 0px 10px 35px rgba(10, 10, 10, .1);
	box-shadow: 0px 10px 35px rgba(10, 10, 10, .1)
}

.page-template-concurso .timeline {
	position: relative;
	padding: 2.5rem 0 0 1rem
}

.page-template-concurso .timeline:before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	border-left: 2px dashed #e5e5e5
}

.page-template-concurso .timeline .event {
	position: relative;
	margin-left: 3rem;
	background-color: #e5e5e5;
	padding: 1.25rem 2.5rem;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.page-template-concurso .timeline .event:not(:last-child) {
	margin-bottom: 1.25rem
}

.page-template-concurso .timeline .event:before {
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	border-radius: 50%;
	border: 2px solid #e5e5e5;
	position: absolute;
	background: #009cde;
	left: -3.7rem;
	top: 0
}

.page-template-concurso .timeline .event p {
	font-size: 1.4rem
}

.page-template-concurso .pbc-unit {
	border-radius: 25% !important
}

.page-template-concurso .pbc-unit-content {
	background: #009cde !important;
	color: #fefefe !important;
}

.page-template-concurso .pbc-label {
	background: #009cde !important;
	padding-bottom: 1rem;
	color: #fefefe !important;
	position: relative
}

.page-template-concurso .pbc-label::before {
	content: "";
	display: block;
	height: 1px;
	background-color: rgba(254, 254, 254, .5);
	width: 50%;
	margin: -2rem auto 1rem
}

@media(max-width: 48em) {
	.page-template-concurso .marginTB {
		margin: 5rem 0
	}
}

.page-template-concurso .addtoany_list a span {
	background-color: #009cde !important;
	border-radius: 50% !important;
	display: flex !important
}

.page-template-concurso .addtoany_list a span svg {
	max-height: 26px
}

.page-template-concurso .addtoany_list a span path {
	fill: #fefefe !important
}

.page-template-concurso .addtoany_list a:hover span {
	opacity: 1 !important;
	background-color: #01662c !important
}

.wpcf7-field-group-add {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	width: auto !important;
	margin: .8333333333rem 1.25rem 1.25rem 0 !important;
	border: none;
	color: #fefefe !important;
	background-color: #3385ad
}

@media(max-width: 48em) {
	.wpcf7-field-group-add {
		padding: 1rem
	}
}

.wpcf7-field-group-add::after {
	content: "Agregar participante de proyecto colectivo";
	display: inline-block;
	padding-left: 1.25rem
}

.wpcf7-field-group-remove {
	font-size: 1.4rem;
	padding: 1rem 1.5rem;
	width: auto !important;
	margin: .8333333333rem 1.25rem 1.25rem 0 !important;
	border: none;
	color: #fefefe !important;
	background-color: #0a0a0a
}

@media(max-width: 48em) {
	.wpcf7-field-group-remove {
		padding: 1rem
	}
}

.wpcf7-field-group-remove::after {
	content: "Eliminar participante";
	display: inline-block;
	padding-left: 1.25rem
}

.wpcf7-list-item [type=checkbox],
.wpcf7-list-item [type=radio] {
	box-sizing: border-box;
	padding: 0;
	float: left;
	width: auto !important;
	margin-right: 1.25rem
}

.linkSpecial {
	position: relative;
	overflow: hidden;
	min-height: 45rem;
	padding: 2.5rem;
	z-index: 100;
	background-color: #0a0a0a;
	-webkit-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	-moz-box-shadow: 0px 10px 20px rgba(10, 10, 10, .2);
	box-shadow: 0px 10px 20px rgba(10, 10, 10, .2)
}

@media(max-width: 64em) {
	.linkSpecial {
		min-height: 30rem
	}
}

.linkSpecial:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: rgba(1, 102, 44, .2)
}

.linkSpecial:after {
	content: "";
	display: block;
	height: 160rem;
	width: 160rem;
	top: -100rem;
	left: -90rem;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	background: #01662c;
	background: -moz-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: -webkit-radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	background: radial-gradient(circle, #01662c 0%, rgba(1, 102, 44, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.nuclear .linkSpecial:after {
	background: #b6a724;
	background: -moz-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: -webkit-radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	background: radial-gradient(circle, #b6a724 0%, rgba(182, 167, 36, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.espacial .linkSpecial:after {
	background: #a43030;
	background: -moz-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: -webkit-radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	background: radial-gradient(circle, #a43030 0%, rgba(164, 48, 48, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.defensa .linkSpecial:after {
	background: #439db5;
	background: -moz-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: -webkit-radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	background: radial-gradient(circle, #439db5 0%, rgba(67, 157, 181, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

.medicina .linkSpecial:after {
	background: #3c9279;
	background: -moz-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: -webkit-radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	background: radial-gradient(circle, #3c9279 0%, rgba(60, 146, 121, 0) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="$color", endColorstr="$color", GradientType=1)
}

@media(max-width: 64em) {
	.linkSpecial:after {
		height: 100rem;
		width: 100rem;
		top: -60rem;
		left: -60rem
	}
}

.linkSpecial .coverBg {
	position: absolute;
	display: block;
	top: -10%;
	height: 120%;
	left: 0;
	width: 100%;
	z-index: -1;
	filter: grayscale(100%)
}

.linkSpecial .coverBg:after {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	content: "";
	display: block;
	position: absolute;
	opacity: .4;
	background-color: #0a0a0a
}

.linkSpecial>div {
	width: 100%
}

.linkSpecial strong,
.linkSpecial h3 {
	color: #fefefe;
	display: block;
	position: relative;
	z-index: 10
}

.linkSpecial strong {
	text-transform: uppercase;
	padding-top: 5rem;
	font-size: 1.4rem;
	letter-spacing: -0.5px
}

.linkSpecial h3 {
	padding-top: 2.5rem;
	font-size: 4rem;
	line-height: 5rem;
	letter-spacing: -0.5px;
	max-width: 90rem;
	margin: 0 auto
}

@media(max-width: 48em) {
	.linkSpecial h3 {
		font-size: 3rem;
		line-height: 4rem
	}
}

.linkSpecial .btn,
.linkSpecial form.search button,
form.search .linkSpecial button,
.linkSpecial .wpcf7-field-group-add,
.linkSpecial .wpcf7-field-group-remove {
	position: relative;
	z-index: 100
}

.page-template-fidae .fideaHide {
	display: none
}

.page-template-fidae .lang {
	display: none
}

.page-template-fidae #cta .box .ctaTxt h1 {
	background: url(../images/fidae.png) no-repeat bottom right;
	text-indent: -9000px;
	background-size: 100% auto;
	width: 22rem;
	height: 26rem;
	position: absolute;
	bottom: 0;
	z-index: 1000
}

.page-template-fidae #relatedInvap {
	background-color: #25282d
}

.page-template-fidae .wpcf7-checkbox span {
	margin: 0 0 1.25rem;
	display: block
}

.page-template-fidae form h5 {
	margin: 5rem 0 0;
	padding: 0
}

.page-template-fidae .prodLink .txtBlock {
	padding: 2.5rem 1.25rem
}

.page-template-fidae .prodLink .txtBlock.check {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.page-template-fidae .prodLink .txtBlock .selectFake {
	width: 3rem;
	height: 3rem;
	border: 2px solid #01662c;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.page-template-fidae .prodLink .txtBlock .selectFake:after {
	content: "";
	width: 1.4rem;
	height: 1.4rem;
	display: block;
	background-color: transparent;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.page-template-fidae .prodLink .txtBlock .selectFake.active:after {
	background-color: #01662c
}

.page-template-fidae .prodLink .img {
	position: relative
}

.page-template-fidae .prodLink .actions {
	position: absolute;
	display: flex;
	justify-content: space-between;
	bottom: 1.25rem;
	left: 0;
	width: 100%;
	padding: 0 1.25rem
}

.page-template-fidae .prodLink .code {
	padding-bottom: 0;
	text-transform: none
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
	font-style: normal
}

:root {
	--swiper-theme-color: #007aff
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
	flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-container-3d {
	perspective: 1200px
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
	scroll-snap-type: y mandatory
}

:root {
	--swiper-navigation-size: 44px
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	/* width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size); */
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}

.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: "prev"
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: "next"
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000
}

.swiper-button-lock {
	display: none
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33)
}

.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}

.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, .25);
	position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000
}

.swiper-pagination-lock {
	display: none
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, .5);
	border-radius: 10px;
	left: 0;
	top: 0
}

.swiper-scrollbar-cursor-drag {
	cursor: move
}

.swiper-scrollbar-lock {
	display: none
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

.swiper-slide-zoomed {
	cursor: move
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg)
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube {
	overflow: visible
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
	pointer-events: auto;
	visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}

.swiper-container-flip {
	overflow: visible
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

[class~=grid],
[class*=grid-],
[class*=grid_] {
	box-sizing: border-box;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -1.5rem
}

[class~=col],
[class*=col-],
[class*=col_] {
	box-sizing: border-box;
	padding: 0 1.5rem 3rem;
	max-width: 100%
}

[class~=col],
[class*=col_] {
	flex: 1 1 0%
}

[class*=col-] {
	flex: none
}

[class~=grid][class~=col],
[class~=grid][class*=col-],
[class~=grid][class*=col_],
[class*=grid-][class~=col],
[class*=grid-][class*=col-],
[class*=grid-][class*=col_],
[class*=grid_][class~=col],
[class*=grid_][class*=col-],
[class*=grid_][class*=col_] {
	margin: 0;
	padding: 0
}

[class*=grid-][class*=-noGutter] {
	margin: 0
}

[class*=grid-][class*=-noGutter]>[class~=col],
[class*=grid-][class*=-noGutter]>[class*=col-] {
	padding: 0
}

[class*=grid-][class*=-noWrap] {
	flex-wrap: nowrap
}

[class*=grid-][class*=-center] {
	justify-content: center
}

[class*=grid-][class*=-right] {
	justify-content: flex-end;
	align-self: flex-end;
	margin-left: auto
}

[class*=grid-][class*=-top] {
	align-items: flex-start
}

[class*=grid-][class*=-middle] {
	align-items: center
}

[class*=grid-][class*=-bottom] {
	align-items: flex-end
}

[class*=grid-][class*=-reverse] {
	flex-direction: row-reverse
}

[class*=grid-][class*=-column] {
	flex-direction: column
}

[class*=grid-][class*=-column]>[class*=col-] {
	flex-basis: auto
}

[class*=grid-][class*=-column-reverse] {
	flex-direction: column-reverse
}

[class*=grid-][class*=-spaceBetween] {
	justify-content: space-between
}

[class*=grid-][class*=-spaceAround] {
	justify-content: space-around
}

[class*=grid-][class*=-equalHeight]>[class~=col],
[class*=grid-][class*=-equalHeight]>[class*=col-],
[class*=grid-][class*=-equalHeight]>[class*=col_] {
	align-self: stretch
}

[class*=grid-][class*=-equalHeight]>[class~=col]>*,
[class*=grid-][class*=-equalHeight]>[class*=col-]>*,
[class*=grid-][class*=-equalHeight]>[class*=col_]>* {
	height: 100%
}

[class*=grid-][class*=-noBottom]>[class~=col],
[class*=grid-][class*=-noBottom]>[class*=col-],
[class*=grid-][class*=-noBottom]>[class*=col_] {
	padding-bottom: 0
}

[class*=col-][class*=-top] {
	align-self: flex-start
}

[class*=col-][class*=-middle] {
	align-self: center
}

[class*=col-][class*=-bottom] {
	align-self: flex-end
}

[class*=col-][class*=-first] {
	order: -1
}

[class*=col-][class*=-last] {
	order: 1
}

[class*=grid-1]>[class~=col],
[class*=grid-1]>[class*=col-],
[class*=grid-1]>[class*=col_] {
	flex-basis: 100%;
	max-width: 100%
}

[class*=grid-2]>[class~=col],
[class*=grid-2]>[class*=col-],
[class*=grid-2]>[class*=col_] {
	flex-basis: 50%;
	max-width: 50%
}

[class*=grid-3]>[class~=col],
[class*=grid-3]>[class*=col-],
[class*=grid-3]>[class*=col_] {
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%
}

[class*=grid-4]>[class~=col],
[class*=grid-4]>[class*=col-],
[class*=grid-4]>[class*=col_] {
	flex-basis: 25%;
	max-width: 25%
}

[class*=grid-5]>[class~=col],
[class*=grid-5]>[class*=col-],
[class*=grid-5]>[class*=col_] {
	flex-basis: 20%;
	max-width: 20%
}

[class*=grid-6]>[class~=col],
[class*=grid-6]>[class*=col-],
[class*=grid-6]>[class*=col_] {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%
}

[class*=grid-7]>[class~=col],
[class*=grid-7]>[class*=col-],
[class*=grid-7]>[class*=col_] {
	flex-basis: 14.2857142857%;
	max-width: 14.2857142857%
}

[class*=grid-8]>[class~=col],
[class*=grid-8]>[class*=col-],
[class*=grid-8]>[class*=col_] {
	flex-basis: 12.5%;
	max-width: 12.5%
}

[class*=grid-9]>[class~=col],
[class*=grid-9]>[class*=col-],
[class*=grid-9]>[class*=col_] {
	flex-basis: 11.1111111111%;
	max-width: 11.1111111111%
}

[class*=grid-10]>[class~=col],
[class*=grid-10]>[class*=col-],
[class*=grid-10]>[class*=col_] {
	flex-basis: 10%;
	max-width: 10%
}

[class*=grid-11]>[class~=col],
[class*=grid-11]>[class*=col-],
[class*=grid-11]>[class*=col_] {
	flex-basis: 9.0909090909%;
	max-width: 9.0909090909%
}

[class*=grid-12]>[class~=col],
[class*=grid-12]>[class*=col-],
[class*=grid-12]>[class*=col_] {
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%
}

@media(max-width: 80em) {

	[class*=_lg-1]>[class~=col],
	[class*=_lg-1]>[class*=col-],
	[class*=_lg-1]>[class*=col_] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class*=_lg-2]>[class~=col],
	[class*=_lg-2]>[class*=col-],
	[class*=_lg-2]>[class*=col_] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class*=_lg-3]>[class~=col],
	[class*=_lg-3]>[class*=col-],
	[class*=_lg-3]>[class*=col_] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class*=_lg-4]>[class~=col],
	[class*=_lg-4]>[class*=col-],
	[class*=_lg-4]>[class*=col_] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class*=_lg-5]>[class~=col],
	[class*=_lg-5]>[class*=col-],
	[class*=_lg-5]>[class*=col_] {
		flex-basis: 20%;
		max-width: 20%
	}

	[class*=_lg-6]>[class~=col],
	[class*=_lg-6]>[class*=col-],
	[class*=_lg-6]>[class*=col_] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class*=_lg-7]>[class~=col],
	[class*=_lg-7]>[class*=col-],
	[class*=_lg-7]>[class*=col_] {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%
	}

	[class*=_lg-8]>[class~=col],
	[class*=_lg-8]>[class*=col-],
	[class*=_lg-8]>[class*=col_] {
		flex-basis: 12.5%;
		max-width: 12.5%
	}

	[class*=_lg-9]>[class~=col],
	[class*=_lg-9]>[class*=col-],
	[class*=_lg-9]>[class*=col_] {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%
	}

	[class*=_lg-10]>[class~=col],
	[class*=_lg-10]>[class*=col-],
	[class*=_lg-10]>[class*=col_] {
		flex-basis: 10%;
		max-width: 10%
	}

	[class*=_lg-11]>[class~=col],
	[class*=_lg-11]>[class*=col-],
	[class*=_lg-11]>[class*=col_] {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%
	}

	[class*=_lg-12]>[class~=col],
	[class*=_lg-12]>[class*=col-],
	[class*=_lg-12]>[class*=col_] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}
}

@media(max-width: 64em) {

	[class*=_md-1]>[class~=col],
	[class*=_md-1]>[class*=col-],
	[class*=_md-1]>[class*=col_] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class*=_md-2]>[class~=col],
	[class*=_md-2]>[class*=col-],
	[class*=_md-2]>[class*=col_] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class*=_md-3]>[class~=col],
	[class*=_md-3]>[class*=col-],
	[class*=_md-3]>[class*=col_] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class*=_md-4]>[class~=col],
	[class*=_md-4]>[class*=col-],
	[class*=_md-4]>[class*=col_] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class*=_md-5]>[class~=col],
	[class*=_md-5]>[class*=col-],
	[class*=_md-5]>[class*=col_] {
		flex-basis: 20%;
		max-width: 20%
	}

	[class*=_md-6]>[class~=col],
	[class*=_md-6]>[class*=col-],
	[class*=_md-6]>[class*=col_] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class*=_md-7]>[class~=col],
	[class*=_md-7]>[class*=col-],
	[class*=_md-7]>[class*=col_] {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%
	}

	[class*=_md-8]>[class~=col],
	[class*=_md-8]>[class*=col-],
	[class*=_md-8]>[class*=col_] {
		flex-basis: 12.5%;
		max-width: 12.5%
	}

	[class*=_md-9]>[class~=col],
	[class*=_md-9]>[class*=col-],
	[class*=_md-9]>[class*=col_] {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%
	}

	[class*=_md-10]>[class~=col],
	[class*=_md-10]>[class*=col-],
	[class*=_md-10]>[class*=col_] {
		flex-basis: 10%;
		max-width: 10%
	}

	[class*=_md-11]>[class~=col],
	[class*=_md-11]>[class*=col-],
	[class*=_md-11]>[class*=col_] {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%
	}

	[class*=_md-12]>[class~=col],
	[class*=_md-12]>[class*=col-],
	[class*=_md-12]>[class*=col_] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}
}

@media(max-width: 48em) {

	[class*=_sm-1]>[class~=col],
	[class*=_sm-1]>[class*=col-],
	[class*=_sm-1]>[class*=col_] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class*=_sm-2]>[class~=col],
	[class*=_sm-2]>[class*=col-],
	[class*=_sm-2]>[class*=col_] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class*=_sm-3]>[class~=col],
	[class*=_sm-3]>[class*=col-],
	[class*=_sm-3]>[class*=col_] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class*=_sm-4]>[class~=col],
	[class*=_sm-4]>[class*=col-],
	[class*=_sm-4]>[class*=col_] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class*=_sm-5]>[class~=col],
	[class*=_sm-5]>[class*=col-],
	[class*=_sm-5]>[class*=col_] {
		flex-basis: 20%;
		max-width: 20%
	}

	[class*=_sm-6]>[class~=col],
	[class*=_sm-6]>[class*=col-],
	[class*=_sm-6]>[class*=col_] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class*=_sm-7]>[class~=col],
	[class*=_sm-7]>[class*=col-],
	[class*=_sm-7]>[class*=col_] {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%
	}

	[class*=_sm-8]>[class~=col],
	[class*=_sm-8]>[class*=col-],
	[class*=_sm-8]>[class*=col_] {
		flex-basis: 12.5%;
		max-width: 12.5%
	}

	[class*=_sm-9]>[class~=col],
	[class*=_sm-9]>[class*=col-],
	[class*=_sm-9]>[class*=col_] {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%
	}

	[class*=_sm-10]>[class~=col],
	[class*=_sm-10]>[class*=col-],
	[class*=_sm-10]>[class*=col_] {
		flex-basis: 10%;
		max-width: 10%
	}

	[class*=_sm-11]>[class~=col],
	[class*=_sm-11]>[class*=col-],
	[class*=_sm-11]>[class*=col_] {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%
	}

	[class*=_sm-12]>[class~=col],
	[class*=_sm-12]>[class*=col-],
	[class*=_sm-12]>[class*=col_] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}
}

@media(max-width: 36em) {

	[class*=_xs-1]>[class~=col],
	[class*=_xs-1]>[class*=col-],
	[class*=_xs-1]>[class*=col_] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class*=_xs-2]>[class~=col],
	[class*=_xs-2]>[class*=col-],
	[class*=_xs-2]>[class*=col_] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class*=_xs-3]>[class~=col],
	[class*=_xs-3]>[class*=col-],
	[class*=_xs-3]>[class*=col_] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class*=_xs-4]>[class~=col],
	[class*=_xs-4]>[class*=col-],
	[class*=_xs-4]>[class*=col_] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class*=_xs-5]>[class~=col],
	[class*=_xs-5]>[class*=col-],
	[class*=_xs-5]>[class*=col_] {
		flex-basis: 20%;
		max-width: 20%
	}

	[class*=_xs-6]>[class~=col],
	[class*=_xs-6]>[class*=col-],
	[class*=_xs-6]>[class*=col_] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class*=_xs-7]>[class~=col],
	[class*=_xs-7]>[class*=col-],
	[class*=_xs-7]>[class*=col_] {
		flex-basis: 14.2857142857%;
		max-width: 14.2857142857%
	}

	[class*=_xs-8]>[class~=col],
	[class*=_xs-8]>[class*=col-],
	[class*=_xs-8]>[class*=col_] {
		flex-basis: 12.5%;
		max-width: 12.5%
	}

	[class*=_xs-9]>[class~=col],
	[class*=_xs-9]>[class*=col-],
	[class*=_xs-9]>[class*=col_] {
		flex-basis: 11.1111111111%;
		max-width: 11.1111111111%
	}

	[class*=_xs-10]>[class~=col],
	[class*=_xs-10]>[class*=col-],
	[class*=_xs-10]>[class*=col_] {
		flex-basis: 10%;
		max-width: 10%
	}

	[class*=_xs-11]>[class~=col],
	[class*=_xs-11]>[class*=col-],
	[class*=_xs-11]>[class*=col_] {
		flex-basis: 9.0909090909%;
		max-width: 9.0909090909%
	}

	[class*=_xs-12]>[class~=col],
	[class*=_xs-12]>[class*=col-],
	[class*=_xs-12]>[class*=col_] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}
}

[class~=grid]>[class*=col-1],
[class*=grid-]>[class*=col-1],
[class*=grid_]>[class*=col-1] {
	flex-basis: 8.3333333333%;
	max-width: 8.3333333333%
}

[class~=grid]>[class*=col-2],
[class*=grid-]>[class*=col-2],
[class*=grid_]>[class*=col-2] {
	flex-basis: 16.6666666667%;
	max-width: 16.6666666667%
}

[class~=grid]>[class*=col-3],
[class*=grid-]>[class*=col-3],
[class*=grid_]>[class*=col-3] {
	flex-basis: 25%;
	max-width: 25%
}

[class~=grid]>[class*=col-4],
[class*=grid-]>[class*=col-4],
[class*=grid_]>[class*=col-4] {
	flex-basis: 33.3333333333%;
	max-width: 33.3333333333%
}

[class~=grid]>[class*=col-5],
[class*=grid-]>[class*=col-5],
[class*=grid_]>[class*=col-5] {
	flex-basis: 41.6666666667%;
	max-width: 41.6666666667%
}

[class~=grid]>[class*=col-6],
[class*=grid-]>[class*=col-6],
[class*=grid_]>[class*=col-6] {
	flex-basis: 50%;
	max-width: 50%
}

[class~=grid]>[class*=col-7],
[class*=grid-]>[class*=col-7],
[class*=grid_]>[class*=col-7] {
	flex-basis: 58.3333333333%;
	max-width: 58.3333333333%
}

[class~=grid]>[class*=col-8],
[class*=grid-]>[class*=col-8],
[class*=grid_]>[class*=col-8] {
	flex-basis: 66.6666666667%;
	max-width: 66.6666666667%
}

[class~=grid]>[class*=col-9],
[class*=grid-]>[class*=col-9],
[class*=grid_]>[class*=col-9] {
	flex-basis: 75%;
	max-width: 75%
}

[class~=grid]>[class*=col-10],
[class*=grid-]>[class*=col-10],
[class*=grid_]>[class*=col-10] {
	flex-basis: 83.3333333333%;
	max-width: 83.3333333333%
}

[class~=grid]>[class*=col-11],
[class*=grid-]>[class*=col-11],
[class*=grid_]>[class*=col-11] {
	flex-basis: 91.6666666667%;
	max-width: 91.6666666667%
}

[class~=grid]>[class*=col-12],
[class*=grid-]>[class*=col-12],
[class*=grid_]>[class*=col-12] {
	flex-basis: 100%;
	max-width: 100%
}

[class~=grid]>[data-push-left*=off-0],
[class*=grid-]>[data-push-left*=off-0],
[class*=grid_]>[data-push-left*=off-0] {
	margin-left: 0
}

[class~=grid]>[data-push-left*=off-1],
[class*=grid-]>[data-push-left*=off-1],
[class*=grid_]>[data-push-left*=off-1] {
	margin-left: 8.3333333333%
}

[class~=grid]>[data-push-left*=off-2],
[class*=grid-]>[data-push-left*=off-2],
[class*=grid_]>[data-push-left*=off-2] {
	margin-left: 16.6666666667%
}

[class~=grid]>[data-push-left*=off-3],
[class*=grid-]>[data-push-left*=off-3],
[class*=grid_]>[data-push-left*=off-3] {
	margin-left: 25%
}

[class~=grid]>[data-push-left*=off-4],
[class*=grid-]>[data-push-left*=off-4],
[class*=grid_]>[data-push-left*=off-4] {
	margin-left: 33.3333333333%
}

[class~=grid]>[data-push-left*=off-5],
[class*=grid-]>[data-push-left*=off-5],
[class*=grid_]>[data-push-left*=off-5] {
	margin-left: 41.6666666667%
}

[class~=grid]>[data-push-left*=off-6],
[class*=grid-]>[data-push-left*=off-6],
[class*=grid_]>[data-push-left*=off-6] {
	margin-left: 50%
}

[class~=grid]>[data-push-left*=off-7],
[class*=grid-]>[data-push-left*=off-7],
[class*=grid_]>[data-push-left*=off-7] {
	margin-left: 58.3333333333%
}

[class~=grid]>[data-push-left*=off-8],
[class*=grid-]>[data-push-left*=off-8],
[class*=grid_]>[data-push-left*=off-8] {
	margin-left: 66.6666666667%
}

[class~=grid]>[data-push-left*=off-9],
[class*=grid-]>[data-push-left*=off-9],
[class*=grid_]>[data-push-left*=off-9] {
	margin-left: 75%
}

[class~=grid]>[data-push-left*=off-10],
[class*=grid-]>[data-push-left*=off-10],
[class*=grid_]>[data-push-left*=off-10] {
	margin-left: 83.3333333333%
}

[class~=grid]>[data-push-left*=off-11],
[class*=grid-]>[data-push-left*=off-11],
[class*=grid_]>[data-push-left*=off-11] {
	margin-left: 91.6666666667%
}

[class~=grid]>[data-push-right*=off-0],
[class*=grid-]>[data-push-right*=off-0],
[class*=grid_]>[data-push-right*=off-0] {
	margin-right: 0
}

[class~=grid]>[data-push-right*=off-1],
[class*=grid-]>[data-push-right*=off-1],
[class*=grid_]>[data-push-right*=off-1] {
	margin-right: 8.3333333333%
}

[class~=grid]>[data-push-right*=off-2],
[class*=grid-]>[data-push-right*=off-2],
[class*=grid_]>[data-push-right*=off-2] {
	margin-right: 16.6666666667%
}

[class~=grid]>[data-push-right*=off-3],
[class*=grid-]>[data-push-right*=off-3],
[class*=grid_]>[data-push-right*=off-3] {
	margin-right: 25%
}

[class~=grid]>[data-push-right*=off-4],
[class*=grid-]>[data-push-right*=off-4],
[class*=grid_]>[data-push-right*=off-4] {
	margin-right: 33.3333333333%
}

[class~=grid]>[data-push-right*=off-5],
[class*=grid-]>[data-push-right*=off-5],
[class*=grid_]>[data-push-right*=off-5] {
	margin-right: 41.6666666667%
}

[class~=grid]>[data-push-right*=off-6],
[class*=grid-]>[data-push-right*=off-6],
[class*=grid_]>[data-push-right*=off-6] {
	margin-right: 50%
}

[class~=grid]>[data-push-right*=off-7],
[class*=grid-]>[data-push-right*=off-7],
[class*=grid_]>[data-push-right*=off-7] {
	margin-right: 58.3333333333%
}

[class~=grid]>[data-push-right*=off-8],
[class*=grid-]>[data-push-right*=off-8],
[class*=grid_]>[data-push-right*=off-8] {
	margin-right: 66.6666666667%
}

[class~=grid]>[data-push-right*=off-9],
[class*=grid-]>[data-push-right*=off-9],
[class*=grid_]>[data-push-right*=off-9] {
	margin-right: 75%
}

[class~=grid]>[data-push-right*=off-10],
[class*=grid-]>[data-push-right*=off-10],
[class*=grid_]>[data-push-right*=off-10] {
	margin-right: 83.3333333333%
}

[class~=grid]>[data-push-right*=off-11],
[class*=grid-]>[data-push-right*=off-11],
[class*=grid_]>[data-push-right*=off-11] {
	margin-right: 91.6666666667%
}

@media(max-width: 80em) {

	[class~=grid]>[class*=_lg-1],
	[class*=grid-]>[class*=_lg-1],
	[class*=grid_]>[class*=_lg-1] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	[class~=grid]>[class*=_lg-2],
	[class*=grid-]>[class*=_lg-2],
	[class*=grid_]>[class*=_lg-2] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class~=grid]>[class*=_lg-3],
	[class*=grid-]>[class*=_lg-3],
	[class*=grid_]>[class*=_lg-3] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class~=grid]>[class*=_lg-4],
	[class*=grid-]>[class*=_lg-4],
	[class*=grid_]>[class*=_lg-4] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class~=grid]>[class*=_lg-5],
	[class*=grid-]>[class*=_lg-5],
	[class*=grid_]>[class*=_lg-5] {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	[class~=grid]>[class*=_lg-6],
	[class*=grid-]>[class*=_lg-6],
	[class*=grid_]>[class*=_lg-6] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class~=grid]>[class*=_lg-7],
	[class*=grid-]>[class*=_lg-7],
	[class*=grid_]>[class*=_lg-7] {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	[class~=grid]>[class*=_lg-8],
	[class*=grid-]>[class*=_lg-8],
	[class*=grid_]>[class*=_lg-8] {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	[class~=grid]>[class*=_lg-9],
	[class*=grid-]>[class*=_lg-9],
	[class*=grid_]>[class*=_lg-9] {
		flex-basis: 75%;
		max-width: 75%
	}

	[class~=grid]>[class*=_lg-10],
	[class*=grid-]>[class*=_lg-10],
	[class*=grid_]>[class*=_lg-10] {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	[class~=grid]>[class*=_lg-11],
	[class*=grid-]>[class*=_lg-11],
	[class*=grid_]>[class*=_lg-11] {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	[class~=grid]>[class*=_lg-12],
	[class*=grid-]>[class*=_lg-12],
	[class*=grid_]>[class*=_lg-12] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class~=grid]>[data-push-left*=_lg-0],
	[class*=grid-]>[data-push-left*=_lg-0],
	[class*=grid_]>[data-push-left*=_lg-0] {
		margin-left: 0
	}

	[class~=grid]>[data-push-left*=_lg-1],
	[class*=grid-]>[data-push-left*=_lg-1],
	[class*=grid_]>[data-push-left*=_lg-1] {
		margin-left: 8.3333333333%
	}

	[class~=grid]>[data-push-left*=_lg-2],
	[class*=grid-]>[data-push-left*=_lg-2],
	[class*=grid_]>[data-push-left*=_lg-2] {
		margin-left: 16.6666666667%
	}

	[class~=grid]>[data-push-left*=_lg-3],
	[class*=grid-]>[data-push-left*=_lg-3],
	[class*=grid_]>[data-push-left*=_lg-3] {
		margin-left: 25%
	}

	[class~=grid]>[data-push-left*=_lg-4],
	[class*=grid-]>[data-push-left*=_lg-4],
	[class*=grid_]>[data-push-left*=_lg-4] {
		margin-left: 33.3333333333%
	}

	[class~=grid]>[data-push-left*=_lg-5],
	[class*=grid-]>[data-push-left*=_lg-5],
	[class*=grid_]>[data-push-left*=_lg-5] {
		margin-left: 41.6666666667%
	}

	[class~=grid]>[data-push-left*=_lg-6],
	[class*=grid-]>[data-push-left*=_lg-6],
	[class*=grid_]>[data-push-left*=_lg-6] {
		margin-left: 50%
	}

	[class~=grid]>[data-push-left*=_lg-7],
	[class*=grid-]>[data-push-left*=_lg-7],
	[class*=grid_]>[data-push-left*=_lg-7] {
		margin-left: 58.3333333333%
	}

	[class~=grid]>[data-push-left*=_lg-8],
	[class*=grid-]>[data-push-left*=_lg-8],
	[class*=grid_]>[data-push-left*=_lg-8] {
		margin-left: 66.6666666667%
	}

	[class~=grid]>[data-push-left*=_lg-9],
	[class*=grid-]>[data-push-left*=_lg-9],
	[class*=grid_]>[data-push-left*=_lg-9] {
		margin-left: 75%
	}

	[class~=grid]>[data-push-left*=_lg-10],
	[class*=grid-]>[data-push-left*=_lg-10],
	[class*=grid_]>[data-push-left*=_lg-10] {
		margin-left: 83.3333333333%
	}

	[class~=grid]>[data-push-left*=_lg-11],
	[class*=grid-]>[data-push-left*=_lg-11],
	[class*=grid_]>[data-push-left*=_lg-11] {
		margin-left: 91.6666666667%
	}

	[class~=grid]>[data-push-right*=_lg-0],
	[class*=grid-]>[data-push-right*=_lg-0],
	[class*=grid_]>[data-push-right*=_lg-0] {
		margin-right: 0
	}

	[class~=grid]>[data-push-right*=_lg-1],
	[class*=grid-]>[data-push-right*=_lg-1],
	[class*=grid_]>[data-push-right*=_lg-1] {
		margin-right: 8.3333333333%
	}

	[class~=grid]>[data-push-right*=_lg-2],
	[class*=grid-]>[data-push-right*=_lg-2],
	[class*=grid_]>[data-push-right*=_lg-2] {
		margin-right: 16.6666666667%
	}

	[class~=grid]>[data-push-right*=_lg-3],
	[class*=grid-]>[data-push-right*=_lg-3],
	[class*=grid_]>[data-push-right*=_lg-3] {
		margin-right: 25%
	}

	[class~=grid]>[data-push-right*=_lg-4],
	[class*=grid-]>[data-push-right*=_lg-4],
	[class*=grid_]>[data-push-right*=_lg-4] {
		margin-right: 33.3333333333%
	}

	[class~=grid]>[data-push-right*=_lg-5],
	[class*=grid-]>[data-push-right*=_lg-5],
	[class*=grid_]>[data-push-right*=_lg-5] {
		margin-right: 41.6666666667%
	}

	[class~=grid]>[data-push-right*=_lg-6],
	[class*=grid-]>[data-push-right*=_lg-6],
	[class*=grid_]>[data-push-right*=_lg-6] {
		margin-right: 50%
	}

	[class~=grid]>[data-push-right*=_lg-7],
	[class*=grid-]>[data-push-right*=_lg-7],
	[class*=grid_]>[data-push-right*=_lg-7] {
		margin-right: 58.3333333333%
	}

	[class~=grid]>[data-push-right*=_lg-8],
	[class*=grid-]>[data-push-right*=_lg-8],
	[class*=grid_]>[data-push-right*=_lg-8] {
		margin-right: 66.6666666667%
	}

	[class~=grid]>[data-push-right*=_lg-9],
	[class*=grid-]>[data-push-right*=_lg-9],
	[class*=grid_]>[data-push-right*=_lg-9] {
		margin-right: 75%
	}

	[class~=grid]>[data-push-right*=_lg-10],
	[class*=grid-]>[data-push-right*=_lg-10],
	[class*=grid_]>[data-push-right*=_lg-10] {
		margin-right: 83.3333333333%
	}

	[class~=grid]>[data-push-right*=_lg-11],
	[class*=grid-]>[data-push-right*=_lg-11],
	[class*=grid_]>[data-push-right*=_lg-11] {
		margin-right: 91.6666666667%
	}

	[class~=grid] [class*=_lg-first],
	[class*=grid-] [class*=_lg-first],
	[class*=grid_] [class*=_lg-first] {
		order: -1
	}

	[class~=grid] [class*=_lg-last],
	[class*=grid-] [class*=_lg-last],
	[class*=grid_] [class*=_lg-last] {
		order: 1
	}
}

@media(max-width: 64em) {

	[class~=grid]>[class*=_md-1],
	[class*=grid-]>[class*=_md-1],
	[class*=grid_]>[class*=_md-1] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	[class~=grid]>[class*=_md-2],
	[class*=grid-]>[class*=_md-2],
	[class*=grid_]>[class*=_md-2] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class~=grid]>[class*=_md-3],
	[class*=grid-]>[class*=_md-3],
	[class*=grid_]>[class*=_md-3] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class~=grid]>[class*=_md-4],
	[class*=grid-]>[class*=_md-4],
	[class*=grid_]>[class*=_md-4] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class~=grid]>[class*=_md-5],
	[class*=grid-]>[class*=_md-5],
	[class*=grid_]>[class*=_md-5] {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	[class~=grid]>[class*=_md-6],
	[class*=grid-]>[class*=_md-6],
	[class*=grid_]>[class*=_md-6] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class~=grid]>[class*=_md-7],
	[class*=grid-]>[class*=_md-7],
	[class*=grid_]>[class*=_md-7] {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	[class~=grid]>[class*=_md-8],
	[class*=grid-]>[class*=_md-8],
	[class*=grid_]>[class*=_md-8] {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	[class~=grid]>[class*=_md-9],
	[class*=grid-]>[class*=_md-9],
	[class*=grid_]>[class*=_md-9] {
		flex-basis: 75%;
		max-width: 75%
	}

	[class~=grid]>[class*=_md-10],
	[class*=grid-]>[class*=_md-10],
	[class*=grid_]>[class*=_md-10] {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	[class~=grid]>[class*=_md-11],
	[class*=grid-]>[class*=_md-11],
	[class*=grid_]>[class*=_md-11] {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	[class~=grid]>[class*=_md-12],
	[class*=grid-]>[class*=_md-12],
	[class*=grid_]>[class*=_md-12] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class~=grid]>[data-push-left*=_md-0],
	[class*=grid-]>[data-push-left*=_md-0],
	[class*=grid_]>[data-push-left*=_md-0] {
		margin-left: 0
	}

	[class~=grid]>[data-push-left*=_md-1],
	[class*=grid-]>[data-push-left*=_md-1],
	[class*=grid_]>[data-push-left*=_md-1] {
		margin-left: 8.3333333333%
	}

	[class~=grid]>[data-push-left*=_md-2],
	[class*=grid-]>[data-push-left*=_md-2],
	[class*=grid_]>[data-push-left*=_md-2] {
		margin-left: 16.6666666667%
	}

	[class~=grid]>[data-push-left*=_md-3],
	[class*=grid-]>[data-push-left*=_md-3],
	[class*=grid_]>[data-push-left*=_md-3] {
		margin-left: 25%
	}

	[class~=grid]>[data-push-left*=_md-4],
	[class*=grid-]>[data-push-left*=_md-4],
	[class*=grid_]>[data-push-left*=_md-4] {
		margin-left: 33.3333333333%
	}

	[class~=grid]>[data-push-left*=_md-5],
	[class*=grid-]>[data-push-left*=_md-5],
	[class*=grid_]>[data-push-left*=_md-5] {
		margin-left: 41.6666666667%
	}

	[class~=grid]>[data-push-left*=_md-6],
	[class*=grid-]>[data-push-left*=_md-6],
	[class*=grid_]>[data-push-left*=_md-6] {
		margin-left: 50%
	}

	[class~=grid]>[data-push-left*=_md-7],
	[class*=grid-]>[data-push-left*=_md-7],
	[class*=grid_]>[data-push-left*=_md-7] {
		margin-left: 58.3333333333%
	}

	[class~=grid]>[data-push-left*=_md-8],
	[class*=grid-]>[data-push-left*=_md-8],
	[class*=grid_]>[data-push-left*=_md-8] {
		margin-left: 66.6666666667%
	}

	[class~=grid]>[data-push-left*=_md-9],
	[class*=grid-]>[data-push-left*=_md-9],
	[class*=grid_]>[data-push-left*=_md-9] {
		margin-left: 75%
	}

	[class~=grid]>[data-push-left*=_md-10],
	[class*=grid-]>[data-push-left*=_md-10],
	[class*=grid_]>[data-push-left*=_md-10] {
		margin-left: 83.3333333333%
	}

	[class~=grid]>[data-push-left*=_md-11],
	[class*=grid-]>[data-push-left*=_md-11],
	[class*=grid_]>[data-push-left*=_md-11] {
		margin-left: 91.6666666667%
	}

	[class~=grid]>[data-push-right*=_md-0],
	[class*=grid-]>[data-push-right*=_md-0],
	[class*=grid_]>[data-push-right*=_md-0] {
		margin-right: 0
	}

	[class~=grid]>[data-push-right*=_md-1],
	[class*=grid-]>[data-push-right*=_md-1],
	[class*=grid_]>[data-push-right*=_md-1] {
		margin-right: 8.3333333333%
	}

	[class~=grid]>[data-push-right*=_md-2],
	[class*=grid-]>[data-push-right*=_md-2],
	[class*=grid_]>[data-push-right*=_md-2] {
		margin-right: 16.6666666667%
	}

	[class~=grid]>[data-push-right*=_md-3],
	[class*=grid-]>[data-push-right*=_md-3],
	[class*=grid_]>[data-push-right*=_md-3] {
		margin-right: 25%
	}

	[class~=grid]>[data-push-right*=_md-4],
	[class*=grid-]>[data-push-right*=_md-4],
	[class*=grid_]>[data-push-right*=_md-4] {
		margin-right: 33.3333333333%
	}

	[class~=grid]>[data-push-right*=_md-5],
	[class*=grid-]>[data-push-right*=_md-5],
	[class*=grid_]>[data-push-right*=_md-5] {
		margin-right: 41.6666666667%
	}

	[class~=grid]>[data-push-right*=_md-6],
	[class*=grid-]>[data-push-right*=_md-6],
	[class*=grid_]>[data-push-right*=_md-6] {
		margin-right: 50%
	}

	[class~=grid]>[data-push-right*=_md-7],
	[class*=grid-]>[data-push-right*=_md-7],
	[class*=grid_]>[data-push-right*=_md-7] {
		margin-right: 58.3333333333%
	}

	[class~=grid]>[data-push-right*=_md-8],
	[class*=grid-]>[data-push-right*=_md-8],
	[class*=grid_]>[data-push-right*=_md-8] {
		margin-right: 66.6666666667%
	}

	[class~=grid]>[data-push-right*=_md-9],
	[class*=grid-]>[data-push-right*=_md-9],
	[class*=grid_]>[data-push-right*=_md-9] {
		margin-right: 75%
	}

	[class~=grid]>[data-push-right*=_md-10],
	[class*=grid-]>[data-push-right*=_md-10],
	[class*=grid_]>[data-push-right*=_md-10] {
		margin-right: 83.3333333333%
	}

	[class~=grid]>[data-push-right*=_md-11],
	[class*=grid-]>[data-push-right*=_md-11],
	[class*=grid_]>[data-push-right*=_md-11] {
		margin-right: 91.6666666667%
	}

	[class~=grid] [class*=_md-first],
	[class*=grid-] [class*=_md-first],
	[class*=grid_] [class*=_md-first] {
		order: -1
	}

	[class~=grid] [class*=_md-last],
	[class*=grid-] [class*=_md-last],
	[class*=grid_] [class*=_md-last] {
		order: 1
	}
}

@media(max-width: 48em) {

	[class~=grid]>[class*=_sm-1],
	[class*=grid-]>[class*=_sm-1],
	[class*=grid_]>[class*=_sm-1] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	[class~=grid]>[class*=_sm-2],
	[class*=grid-]>[class*=_sm-2],
	[class*=grid_]>[class*=_sm-2] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class~=grid]>[class*=_sm-3],
	[class*=grid-]>[class*=_sm-3],
	[class*=grid_]>[class*=_sm-3] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class~=grid]>[class*=_sm-4],
	[class*=grid-]>[class*=_sm-4],
	[class*=grid_]>[class*=_sm-4] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class~=grid]>[class*=_sm-5],
	[class*=grid-]>[class*=_sm-5],
	[class*=grid_]>[class*=_sm-5] {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	[class~=grid]>[class*=_sm-6],
	[class*=grid-]>[class*=_sm-6],
	[class*=grid_]>[class*=_sm-6] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class~=grid]>[class*=_sm-7],
	[class*=grid-]>[class*=_sm-7],
	[class*=grid_]>[class*=_sm-7] {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	[class~=grid]>[class*=_sm-8],
	[class*=grid-]>[class*=_sm-8],
	[class*=grid_]>[class*=_sm-8] {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	[class~=grid]>[class*=_sm-9],
	[class*=grid-]>[class*=_sm-9],
	[class*=grid_]>[class*=_sm-9] {
		flex-basis: 75%;
		max-width: 75%
	}

	[class~=grid]>[class*=_sm-10],
	[class*=grid-]>[class*=_sm-10],
	[class*=grid_]>[class*=_sm-10] {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	[class~=grid]>[class*=_sm-11],
	[class*=grid-]>[class*=_sm-11],
	[class*=grid_]>[class*=_sm-11] {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	[class~=grid]>[class*=_sm-12],
	[class*=grid-]>[class*=_sm-12],
	[class*=grid_]>[class*=_sm-12] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class~=grid]>[data-push-left*=_sm-0],
	[class*=grid-]>[data-push-left*=_sm-0],
	[class*=grid_]>[data-push-left*=_sm-0] {
		margin-left: 0
	}

	[class~=grid]>[data-push-left*=_sm-1],
	[class*=grid-]>[data-push-left*=_sm-1],
	[class*=grid_]>[data-push-left*=_sm-1] {
		margin-left: 8.3333333333%
	}

	[class~=grid]>[data-push-left*=_sm-2],
	[class*=grid-]>[data-push-left*=_sm-2],
	[class*=grid_]>[data-push-left*=_sm-2] {
		margin-left: 16.6666666667%
	}

	[class~=grid]>[data-push-left*=_sm-3],
	[class*=grid-]>[data-push-left*=_sm-3],
	[class*=grid_]>[data-push-left*=_sm-3] {
		margin-left: 25%
	}

	[class~=grid]>[data-push-left*=_sm-4],
	[class*=grid-]>[data-push-left*=_sm-4],
	[class*=grid_]>[data-push-left*=_sm-4] {
		margin-left: 33.3333333333%
	}

	[class~=grid]>[data-push-left*=_sm-5],
	[class*=grid-]>[data-push-left*=_sm-5],
	[class*=grid_]>[data-push-left*=_sm-5] {
		margin-left: 41.6666666667%
	}

	[class~=grid]>[data-push-left*=_sm-6],
	[class*=grid-]>[data-push-left*=_sm-6],
	[class*=grid_]>[data-push-left*=_sm-6] {
		margin-left: 50%
	}

	[class~=grid]>[data-push-left*=_sm-7],
	[class*=grid-]>[data-push-left*=_sm-7],
	[class*=grid_]>[data-push-left*=_sm-7] {
		margin-left: 58.3333333333%
	}

	[class~=grid]>[data-push-left*=_sm-8],
	[class*=grid-]>[data-push-left*=_sm-8],
	[class*=grid_]>[data-push-left*=_sm-8] {
		margin-left: 66.6666666667%
	}

	[class~=grid]>[data-push-left*=_sm-9],
	[class*=grid-]>[data-push-left*=_sm-9],
	[class*=grid_]>[data-push-left*=_sm-9] {
		margin-left: 75%
	}

	[class~=grid]>[data-push-left*=_sm-10],
	[class*=grid-]>[data-push-left*=_sm-10],
	[class*=grid_]>[data-push-left*=_sm-10] {
		margin-left: 83.3333333333%
	}

	[class~=grid]>[data-push-left*=_sm-11],
	[class*=grid-]>[data-push-left*=_sm-11],
	[class*=grid_]>[data-push-left*=_sm-11] {
		margin-left: 91.6666666667%
	}

	[class~=grid]>[data-push-right*=_sm-0],
	[class*=grid-]>[data-push-right*=_sm-0],
	[class*=grid_]>[data-push-right*=_sm-0] {
		margin-right: 0
	}

	[class~=grid]>[data-push-right*=_sm-1],
	[class*=grid-]>[data-push-right*=_sm-1],
	[class*=grid_]>[data-push-right*=_sm-1] {
		margin-right: 8.3333333333%
	}

	[class~=grid]>[data-push-right*=_sm-2],
	[class*=grid-]>[data-push-right*=_sm-2],
	[class*=grid_]>[data-push-right*=_sm-2] {
		margin-right: 16.6666666667%
	}

	[class~=grid]>[data-push-right*=_sm-3],
	[class*=grid-]>[data-push-right*=_sm-3],
	[class*=grid_]>[data-push-right*=_sm-3] {
		margin-right: 25%
	}

	[class~=grid]>[data-push-right*=_sm-4],
	[class*=grid-]>[data-push-right*=_sm-4],
	[class*=grid_]>[data-push-right*=_sm-4] {
		margin-right: 33.3333333333%
	}

	[class~=grid]>[data-push-right*=_sm-5],
	[class*=grid-]>[data-push-right*=_sm-5],
	[class*=grid_]>[data-push-right*=_sm-5] {
		margin-right: 41.6666666667%
	}

	[class~=grid]>[data-push-right*=_sm-6],
	[class*=grid-]>[data-push-right*=_sm-6],
	[class*=grid_]>[data-push-right*=_sm-6] {
		margin-right: 50%
	}

	[class~=grid]>[data-push-right*=_sm-7],
	[class*=grid-]>[data-push-right*=_sm-7],
	[class*=grid_]>[data-push-right*=_sm-7] {
		margin-right: 58.3333333333%
	}

	[class~=grid]>[data-push-right*=_sm-8],
	[class*=grid-]>[data-push-right*=_sm-8],
	[class*=grid_]>[data-push-right*=_sm-8] {
		margin-right: 66.6666666667%
	}

	[class~=grid]>[data-push-right*=_sm-9],
	[class*=grid-]>[data-push-right*=_sm-9],
	[class*=grid_]>[data-push-right*=_sm-9] {
		margin-right: 75%
	}

	[class~=grid]>[data-push-right*=_sm-10],
	[class*=grid-]>[data-push-right*=_sm-10],
	[class*=grid_]>[data-push-right*=_sm-10] {
		margin-right: 83.3333333333%
	}

	[class~=grid]>[data-push-right*=_sm-11],
	[class*=grid-]>[data-push-right*=_sm-11],
	[class*=grid_]>[data-push-right*=_sm-11] {
		margin-right: 91.6666666667%
	}

	[class~=grid] [class*=_sm-first],
	[class*=grid-] [class*=_sm-first],
	[class*=grid_] [class*=_sm-first] {
		order: -1
	}

	[class~=grid] [class*=_sm-last],
	[class*=grid-] [class*=_sm-last],
	[class*=grid_] [class*=_sm-last] {
		order: 1
	}
}

@media(max-width: 36em) {

	[class~=grid]>[class*=_xs-1],
	[class*=grid-]>[class*=_xs-1],
	[class*=grid_]>[class*=_xs-1] {
		flex-basis: 8.3333333333%;
		max-width: 8.3333333333%
	}

	[class~=grid]>[class*=_xs-2],
	[class*=grid-]>[class*=_xs-2],
	[class*=grid_]>[class*=_xs-2] {
		flex-basis: 16.6666666667%;
		max-width: 16.6666666667%
	}

	[class~=grid]>[class*=_xs-3],
	[class*=grid-]>[class*=_xs-3],
	[class*=grid_]>[class*=_xs-3] {
		flex-basis: 25%;
		max-width: 25%
	}

	[class~=grid]>[class*=_xs-4],
	[class*=grid-]>[class*=_xs-4],
	[class*=grid_]>[class*=_xs-4] {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%
	}

	[class~=grid]>[class*=_xs-5],
	[class*=grid-]>[class*=_xs-5],
	[class*=grid_]>[class*=_xs-5] {
		flex-basis: 41.6666666667%;
		max-width: 41.6666666667%
	}

	[class~=grid]>[class*=_xs-6],
	[class*=grid-]>[class*=_xs-6],
	[class*=grid_]>[class*=_xs-6] {
		flex-basis: 50%;
		max-width: 50%
	}

	[class~=grid]>[class*=_xs-7],
	[class*=grid-]>[class*=_xs-7],
	[class*=grid_]>[class*=_xs-7] {
		flex-basis: 58.3333333333%;
		max-width: 58.3333333333%
	}

	[class~=grid]>[class*=_xs-8],
	[class*=grid-]>[class*=_xs-8],
	[class*=grid_]>[class*=_xs-8] {
		flex-basis: 66.6666666667%;
		max-width: 66.6666666667%
	}

	[class~=grid]>[class*=_xs-9],
	[class*=grid-]>[class*=_xs-9],
	[class*=grid_]>[class*=_xs-9] {
		flex-basis: 75%;
		max-width: 75%
	}

	[class~=grid]>[class*=_xs-10],
	[class*=grid-]>[class*=_xs-10],
	[class*=grid_]>[class*=_xs-10] {
		flex-basis: 83.3333333333%;
		max-width: 83.3333333333%
	}

	[class~=grid]>[class*=_xs-11],
	[class*=grid-]>[class*=_xs-11],
	[class*=grid_]>[class*=_xs-11] {
		flex-basis: 91.6666666667%;
		max-width: 91.6666666667%
	}

	[class~=grid]>[class*=_xs-12],
	[class*=grid-]>[class*=_xs-12],
	[class*=grid_]>[class*=_xs-12] {
		flex-basis: 100%;
		max-width: 100%
	}

	[class~=grid]>[data-push-left*=_xs-0],
	[class*=grid-]>[data-push-left*=_xs-0],
	[class*=grid_]>[data-push-left*=_xs-0] {
		margin-left: 0
	}

	[class~=grid]>[data-push-left*=_xs-1],
	[class*=grid-]>[data-push-left*=_xs-1],
	[class*=grid_]>[data-push-left*=_xs-1] {
		margin-left: 8.3333333333%
	}

	[class~=grid]>[data-push-left*=_xs-2],
	[class*=grid-]>[data-push-left*=_xs-2],
	[class*=grid_]>[data-push-left*=_xs-2] {
		margin-left: 16.6666666667%
	}

	[class~=grid]>[data-push-left*=_xs-3],
	[class*=grid-]>[data-push-left*=_xs-3],
	[class*=grid_]>[data-push-left*=_xs-3] {
		margin-left: 25%
	}

	[class~=grid]>[data-push-left*=_xs-4],
	[class*=grid-]>[data-push-left*=_xs-4],
	[class*=grid_]>[data-push-left*=_xs-4] {
		margin-left: 33.3333333333%
	}

	[class~=grid]>[data-push-left*=_xs-5],
	[class*=grid-]>[data-push-left*=_xs-5],
	[class*=grid_]>[data-push-left*=_xs-5] {
		margin-left: 41.6666666667%
	}

	[class~=grid]>[data-push-left*=_xs-6],
	[class*=grid-]>[data-push-left*=_xs-6],
	[class*=grid_]>[data-push-left*=_xs-6] {
		margin-left: 50%
	}

	[class~=grid]>[data-push-left*=_xs-7],
	[class*=grid-]>[data-push-left*=_xs-7],
	[class*=grid_]>[data-push-left*=_xs-7] {
		margin-left: 58.3333333333%
	}

	[class~=grid]>[data-push-left*=_xs-8],
	[class*=grid-]>[data-push-left*=_xs-8],
	[class*=grid_]>[data-push-left*=_xs-8] {
		margin-left: 66.6666666667%
	}

	[class~=grid]>[data-push-left*=_xs-9],
	[class*=grid-]>[data-push-left*=_xs-9],
	[class*=grid_]>[data-push-left*=_xs-9] {
		margin-left: 75%
	}

	[class~=grid]>[data-push-left*=_xs-10],
	[class*=grid-]>[data-push-left*=_xs-10],
	[class*=grid_]>[data-push-left*=_xs-10] {
		margin-left: 83.3333333333%
	}

	[class~=grid]>[data-push-left*=_xs-11],
	[class*=grid-]>[data-push-left*=_xs-11],
	[class*=grid_]>[data-push-left*=_xs-11] {
		margin-left: 91.6666666667%
	}

	[class~=grid]>[data-push-right*=_xs-0],
	[class*=grid-]>[data-push-right*=_xs-0],
	[class*=grid_]>[data-push-right*=_xs-0] {
		margin-right: 0
	}

	[class~=grid]>[data-push-right*=_xs-1],
	[class*=grid-]>[data-push-right*=_xs-1],
	[class*=grid_]>[data-push-right*=_xs-1] {
		margin-right: 8.3333333333%
	}

	[class~=grid]>[data-push-right*=_xs-2],
	[class*=grid-]>[data-push-right*=_xs-2],
	[class*=grid_]>[data-push-right*=_xs-2] {
		margin-right: 16.6666666667%
	}

	[class~=grid]>[data-push-right*=_xs-3],
	[class*=grid-]>[data-push-right*=_xs-3],
	[class*=grid_]>[data-push-right*=_xs-3] {
		margin-right: 25%
	}

	[class~=grid]>[data-push-right*=_xs-4],
	[class*=grid-]>[data-push-right*=_xs-4],
	[class*=grid_]>[data-push-right*=_xs-4] {
		margin-right: 33.3333333333%
	}

	[class~=grid]>[data-push-right*=_xs-5],
	[class*=grid-]>[data-push-right*=_xs-5],
	[class*=grid_]>[data-push-right*=_xs-5] {
		margin-right: 41.6666666667%
	}

	[class~=grid]>[data-push-right*=_xs-6],
	[class*=grid-]>[data-push-right*=_xs-6],
	[class*=grid_]>[data-push-right*=_xs-6] {
		margin-right: 50%
	}

	[class~=grid]>[data-push-right*=_xs-7],
	[class*=grid-]>[data-push-right*=_xs-7],
	[class*=grid_]>[data-push-right*=_xs-7] {
		margin-right: 58.3333333333%
	}

	[class~=grid]>[data-push-right*=_xs-8],
	[class*=grid-]>[data-push-right*=_xs-8],
	[class*=grid_]>[data-push-right*=_xs-8] {
		margin-right: 66.6666666667%
	}

	[class~=grid]>[data-push-right*=_xs-9],
	[class*=grid-]>[data-push-right*=_xs-9],
	[class*=grid_]>[data-push-right*=_xs-9] {
		margin-right: 75%
	}

	[class~=grid]>[data-push-right*=_xs-10],
	[class*=grid-]>[data-push-right*=_xs-10],
	[class*=grid_]>[data-push-right*=_xs-10] {
		margin-right: 83.3333333333%
	}

	[class~=grid]>[data-push-right*=_xs-11],
	[class*=grid-]>[data-push-right*=_xs-11],
	[class*=grid_]>[data-push-right*=_xs-11] {
		margin-right: 91.6666666667%
	}

	[class~=grid] [class*=_xs-first],
	[class*=grid-] [class*=_xs-first],
	[class*=grid_] [class*=_xs-first] {
		order: -1
	}

	[class~=grid] [class*=_xs-last],
	[class*=grid-] [class*=_xs-last],
	[class*=grid_] [class*=_xs-last] {
		order: 1
	}
}

@media(max-width: 80em) {
	[class*=lg-hidden] {
		display: none
	}
}

@media(max-width: 64em) {
	[class*=md-hidden] {
		display: none
	}
}

@media(max-width: 48em) {
	[class*=sm-hidden] {
		display: none
	}
}

@media(max-width: 36em) {
	[class*=xs-hidden] {
		display: none
	}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
	font-family: "FontAwesome";
	src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
	src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
	font-style: normal;
	font-display: swap
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.3333333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.2857142857em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.1428571429em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.1428571429em;
	width: 2.1428571429em;
	top: .1428571429em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.8571428571em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: ""
}

.fa-music:before {
	content: ""
}

.fa-search:before {
	content: ""
}

.fa-envelope-o:before {
	content: ""
}

.fa-heart:before {
	content: ""
}

.fa-star:before {
	content: ""
}

.fa-star-o:before {
	content: ""
}

.fa-user:before {
	content: ""
}

.fa-film:before {
	content: ""
}

.fa-th-large:before {
	content: ""
}

.fa-th:before {
	content: ""
}

.fa-th-list:before {
	content: ""
}

.fa-check:before {
	content: ""
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: ""
}

.fa-search-plus:before {
	content: ""
}

.fa-search-minus:before {
	content: ""
}

.fa-power-off:before {
	content: ""
}

.fa-signal:before {
	content: ""
}

.fa-gear:before,
.fa-cog:before {
	content: ""
}

.fa-trash-o:before {
	content: ""
}

.fa-home:before {
	content: ""
}

.fa-file-o:before {
	content: ""
}

.fa-clock-o:before {
	content: ""
}

.fa-road:before {
	content: ""
}

.fa-download:before {
	content: ""
}

.fa-arrow-circle-o-down:before {
	content: ""
}

.fa-arrow-circle-o-up:before {
	content: ""
}

.fa-inbox:before {
	content: ""
}

.fa-play-circle-o:before {
	content: ""
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: ""
}

.fa-refresh:before {
	content: ""
}

.fa-list-alt:before {
	content: ""
}

.fa-lock:before {
	content: ""
}

.fa-flag:before {
	content: ""
}

.fa-headphones:before {
	content: ""
}

.fa-volume-off:before {
	content: ""
}

.fa-volume-down:before {
	content: ""
}

.fa-volume-up:before {
	content: ""
}

.fa-qrcode:before {
	content: ""
}

.fa-barcode:before {
	content: ""
}

.fa-tag:before {
	content: ""
}

.fa-tags:before {
	content: ""
}

.fa-book:before {
	content: ""
}

.fa-bookmark:before {
	content: ""
}

.fa-print:before {
	content: ""
}

.fa-camera:before {
	content: ""
}

.fa-font:before {
	content: ""
}

.fa-bold:before {
	content: ""
}

.fa-italic:before {
	content: ""
}

.fa-text-height:before {
	content: ""
}

.fa-text-width:before {
	content: ""
}

.fa-align-left:before {
	content: ""
}

.fa-align-center:before {
	content: ""
}

.fa-align-right:before {
	content: ""
}

.fa-align-justify:before {
	content: ""
}

.fa-list:before {
	content: ""
}

.fa-dedent:before,
.fa-outdent:before {
	content: ""
}

.fa-indent:before {
	content: ""
}

.fa-video-camera:before {
	content: ""
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: ""
}

.fa-pencil:before {
	content: ""
}

.fa-map-marker:before {
	content: ""
}

.fa-adjust:before {
	content: ""
}

.fa-tint:before {
	content: ""
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: ""
}

.fa-share-square-o:before {
	content: ""
}

.fa-check-square-o:before {
	content: ""
}

.fa-arrows:before {
	content: ""
}

.fa-step-backward:before {
	content: ""
}

.fa-fast-backward:before {
	content: ""
}

.fa-backward:before {
	content: ""
}

.fa-play:before {
	content: ""
}

.fa-pause:before {
	content: ""
}

.fa-stop:before {
	content: ""
}

.fa-forward:before {
	content: ""
}

.fa-fast-forward:before {
	content: ""
}

.fa-step-forward:before {
	content: ""
}

.fa-eject:before {
	content: ""
}

.fa-chevron-left:before {
	content: ""
}

.fa-chevron-right:before {
	content: ""
}

.fa-plus-circle:before {
	content: ""
}

.fa-minus-circle:before {
	content: ""
}

.fa-times-circle:before {
	content: ""
}

.fa-check-circle:before {
	content: ""
}

.fa-question-circle:before {
	content: ""
}

.fa-info-circle:before {
	content: ""
}

.fa-crosshairs:before {
	content: ""
}

.fa-times-circle-o:before {
	content: ""
}

.fa-check-circle-o:before {
	content: ""
}

.fa-ban:before {
	content: ""
}

.fa-arrow-left:before {
	content: ""
}

.fa-arrow-right:before {
	content: ""
}

.fa-arrow-up:before {
	content: ""
}

.fa-arrow-down:before {
	content: ""
}

.fa-mail-forward:before,
.fa-share:before {
	content: ""
}

.fa-expand:before {
	content: ""
}

.fa-compress:before {
	content: ""
}

.fa-plus:before {
	content: ""
}

.fa-minus:before {
	content: ""
}

.fa-asterisk:before {
	content: ""
}

.fa-exclamation-circle:before {
	content: ""
}

.fa-gift:before {
	content: ""
}

.fa-leaf:before {
	content: ""
}

.fa-fire:before {
	content: ""
}

.fa-eye:before {
	content: ""
}

.fa-eye-slash:before {
	content: ""
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: ""
}

.fa-plane:before {
	content: ""
}

.fa-calendar:before {
	content: ""
}

.fa-random:before {
	content: ""
}

.fa-comment:before {
	content: ""
}

.fa-magnet:before {
	content: ""
}

.fa-chevron-up:before {
	content: ""
}

.fa-chevron-down:before {
	content: ""
}

.fa-retweet:before {
	content: ""
}

.fa-shopping-cart:before {
	content: ""
}

.fa-folder:before {
	content: ""
}

.fa-folder-open:before {
	content: ""
}

.fa-arrows-v:before {
	content: ""
}

.fa-arrows-h:before {
	content: ""
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: ""
}

.fa-twitter-square:before {
	content: ""
}

.fa-facebook-square:before {
	content: ""
}

.fa-camera-retro:before {
	content: ""
}

.fa-key:before {
	content: ""
}

.fa-gears:before,
.fa-cogs:before {
	content: ""
}

.fa-comments:before {
	content: ""
}

.fa-thumbs-o-up:before {
	content: ""
}

.fa-thumbs-o-down:before {
	content: ""
}

.fa-star-half:before {
	content: ""
}

.fa-heart-o:before {
	content: ""
}

.fa-sign-out:before {
	content: ""
}

.fa-linkedin-square:before {
	content: ""
}

.fa-thumb-tack:before {
	content: ""
}

.fa-external-link:before {
	content: ""
}

.fa-sign-in:before {
	content: ""
}

.fa-trophy:before {
	content: ""
}

.fa-github-square:before {
	content: ""
}

.fa-upload:before {
	content: ""
}

.fa-lemon-o:before {
	content: ""
}

.fa-phone:before {
	content: ""
}

.fa-square-o:before {
	content: ""
}

.fa-bookmark-o:before {
	content: ""
}

.fa-phone-square:before {
	content: ""
}

.fa-twitter:before {
	content: ""
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: ""
}

.fa-github:before {
	content: ""
}

.fa-unlock:before {
	content: ""
}

.fa-credit-card:before {
	content: ""
}

.fa-feed:before,
.fa-rss:before {
	content: ""
}

.fa-hdd-o:before {
	content: ""
}

.fa-bullhorn:before {
	content: ""
}

.fa-bell:before {
	content: ""
}

.fa-certificate:before {
	content: ""
}

.fa-hand-o-right:before {
	content: ""
}

.fa-hand-o-left:before {
	content: ""
}

.fa-hand-o-up:before {
	content: ""
}

.fa-hand-o-down:before {
	content: ""
}

.fa-arrow-circle-left:before {
	content: ""
}

.fa-arrow-circle-right:before {
	content: ""
}

.fa-arrow-circle-up:before {
	content: ""
}

.fa-arrow-circle-down:before {
	content: ""
}

.fa-globe:before {
	content: ""
}

.fa-wrench:before {
	content: ""
}

.fa-tasks:before {
	content: ""
}

.fa-filter:before {
	content: ""
}

.fa-briefcase:before {
	content: ""
}

.fa-arrows-alt:before {
	content: ""
}

.fa-group:before,
.fa-users:before {
	content: ""
}

.fa-chain:before,
.fa-link:before {
	content: ""
}

.fa-cloud:before {
	content: ""
}

.fa-flask:before {
	content: ""
}

.fa-cut:before,
.fa-scissors:before {
	content: ""
}

.fa-copy:before,
.fa-files-o:before {
	content: ""
}

.fa-paperclip:before {
	content: ""
}

.fa-save:before,
.fa-floppy-o:before {
	content: ""
}

.fa-square:before {
	content: ""
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: ""
}

.fa-list-ul:before {
	content: ""
}

.fa-list-ol:before {
	content: ""
}

.fa-strikethrough:before {
	content: ""
}

.fa-underline:before {
	content: ""
}

.fa-table:before {
	content: ""
}

.fa-magic:before {
	content: ""
}

.fa-truck:before {
	content: ""
}

.fa-pinterest:before {
	content: ""
}

.fa-pinterest-square:before {
	content: ""
}

.fa-google-plus-square:before {
	content: ""
}

.fa-google-plus:before {
	content: ""
}

.fa-money:before {
	content: ""
}

.fa-caret-down:before {
	content: ""
}

.fa-caret-up:before {
	content: ""
}

.fa-caret-left:before {
	content: ""
}

.fa-caret-right:before {
	content: ""
}

.fa-columns:before {
	content: ""
}

.fa-unsorted:before,
.fa-sort:before {
	content: ""
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: ""
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: ""
}

.fa-envelope:before {
	content: ""
}

.fa-linkedin:before {
	content: ""
}

.fa-rotate-left:before,
.fa-undo:before {
	content: ""
}

.fa-legal:before,
.fa-gavel:before {
	content: ""
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: ""
}

.fa-comment-o:before {
	content: ""
}

.fa-comments-o:before {
	content: ""
}

.fa-flash:before,
.fa-bolt:before {
	content: ""
}

.fa-sitemap:before {
	content: ""
}

.fa-umbrella:before {
	content: ""
}

.fa-paste:before,
.fa-clipboard:before {
	content: ""
}

.fa-lightbulb-o:before {
	content: ""
}

.fa-exchange:before {
	content: ""
}

.fa-cloud-download:before {
	content: ""
}

.fa-cloud-upload:before {
	content: ""
}

.fa-user-md:before {
	content: ""
}

.fa-stethoscope:before {
	content: ""
}

.fa-suitcase:before {
	content: ""
}

.fa-bell-o:before {
	content: ""
}

.fa-coffee:before {
	content: ""
}

.fa-cutlery:before {
	content: ""
}

.fa-file-text-o:before {
	content: ""
}

.fa-building-o:before {
	content: ""
}

.fa-hospital-o:before {
	content: ""
}

.fa-ambulance:before {
	content: ""
}

.fa-medkit:before {
	content: ""
}

.fa-fighter-jet:before {
	content: ""
}

.fa-beer:before {
	content: ""
}

.fa-h-square:before {
	content: ""
}

.fa-plus-square:before {
	content: ""
}

.fa-angle-double-left:before {
	content: ""
}

.fa-angle-double-right:before {
	content: ""
}

.fa-angle-double-up:before {
	content: ""
}

.fa-angle-double-down:before {
	content: ""
}

.fa-angle-left:before {
	content: ""
}

.fa-angle-right:before {
	content: ""
}

.fa-angle-up:before {
	content: ""
}

.fa-angle-down:before {
	content: ""
}

.fa-desktop:before {
	content: ""
}

.fa-laptop:before {
	content: ""
}

.fa-tablet:before {
	content: ""
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: ""
}

.fa-circle-o:before {
	content: ""
}

.fa-quote-left:before {
	content: ""
}

.fa-quote-right:before {
	content: ""
}

.fa-spinner:before {
	content: ""
}

.fa-circle:before {
	content: ""
}

.fa-mail-reply:before,
.fa-reply:before {
	content: ""
}

.fa-github-alt:before {
	content: ""
}

.fa-folder-o:before {
	content: ""
}

.fa-folder-open-o:before {
	content: ""
}

.fa-smile-o:before {
	content: ""
}

.fa-frown-o:before {
	content: ""
}

.fa-meh-o:before {
	content: ""
}

.fa-gamepad:before {
	content: ""
}

.fa-keyboard-o:before {
	content: ""
}

.fa-flag-o:before {
	content: ""
}

.fa-flag-checkered:before {
	content: ""
}

.fa-terminal:before {
	content: ""
}

.fa-code:before {
	content: ""
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: ""
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: ""
}

.fa-location-arrow:before {
	content: ""
}

.fa-crop:before {
	content: ""
}

.fa-code-fork:before {
	content: ""
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: ""
}

.fa-question:before {
	content: ""
}

.fa-info:before {
	content: ""
}

.fa-exclamation:before {
	content: ""
}

.fa-superscript:before {
	content: ""
}

.fa-subscript:before {
	content: ""
}

.fa-eraser:before {
	content: ""
}

.fa-puzzle-piece:before {
	content: ""
}

.fa-microphone:before {
	content: ""
}

.fa-microphone-slash:before {
	content: ""
}

.fa-shield:before {
	content: ""
}

.fa-calendar-o:before {
	content: ""
}

.fa-fire-extinguisher:before {
	content: ""
}

.fa-rocket:before {
	content: ""
}

.fa-maxcdn:before {
	content: ""
}

.fa-chevron-circle-left:before {
	content: ""
}

.fa-chevron-circle-right:before {
	content: ""
}

.fa-chevron-circle-up:before {
	content: ""
}

.fa-chevron-circle-down:before {
	content: ""
}

.fa-html5:before {
	content: ""
}

.fa-css3:before {
	content: ""
}

.fa-anchor:before {
	content: ""
}

.fa-unlock-alt:before {
	content: ""
}

.fa-bullseye:before {
	content: ""
}

.fa-ellipsis-h:before {
	content: ""
}

.fa-ellipsis-v:before {
	content: ""
}

.fa-rss-square:before {
	content: ""
}

.fa-play-circle:before {
	content: ""
}

.fa-ticket:before {
	content: ""
}

.fa-minus-square:before {
	content: ""
}

.fa-minus-square-o:before {
	content: ""
}

.fa-level-up:before {
	content: ""
}

.fa-level-down:before {
	content: ""
}

.fa-check-square:before {
	content: ""
}

.fa-pencil-square:before {
	content: ""
}

.fa-external-link-square:before {
	content: ""
}

.fa-share-square:before {
	content: ""
}

.fa-compass:before {
	content: ""
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: ""
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: ""
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: ""
}

.fa-euro:before,
.fa-eur:before {
	content: ""
}

.fa-gbp:before {
	content: ""
}

.fa-dollar:before,
.fa-usd:before {
	content: ""
}

.fa-rupee:before,
.fa-inr:before {
	content: ""
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: ""
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: ""
}

.fa-won:before,
.fa-krw:before {
	content: ""
}

.fa-bitcoin:before,
.fa-btc:before {
	content: ""
}

.fa-file:before {
	content: ""
}

.fa-file-text:before {
	content: ""
}

.fa-sort-alpha-asc:before {
	content: ""
}

.fa-sort-alpha-desc:before {
	content: ""
}

.fa-sort-amount-asc:before {
	content: ""
}

.fa-sort-amount-desc:before {
	content: ""
}

.fa-sort-numeric-asc:before {
	content: ""
}

.fa-sort-numeric-desc:before {
	content: ""
}

.fa-thumbs-up:before {
	content: ""
}

.fa-thumbs-down:before {
	content: ""
}

.fa-youtube-square:before {
	content: ""
}

.fa-youtube:before {
	content: ""
}

.fa-xing:before {
	content: ""
}

.fa-xing-square:before {
	content: ""
}

.fa-youtube-play:before {
	content: ""
}

.fa-dropbox:before {
	content: ""
}

.fa-stack-overflow:before {
	content: ""
}

.fa-instagram:before {
	content: ""
}

.fa-flickr:before {
	content: ""
}

.fa-adn:before {
	content: ""
}

.fa-bitbucket:before {
	content: ""
}

.fa-bitbucket-square:before {
	content: ""
}

.fa-tumblr:before {
	content: ""
}

.fa-tumblr-square:before {
	content: ""
}

.fa-long-arrow-down:before {
	content: ""
}

.fa-long-arrow-up:before {
	content: ""
}

.fa-long-arrow-left:before {
	content: ""
}

.fa-long-arrow-right:before {
	content: ""
}

.fa-apple:before {
	content: ""
}

.fa-windows:before {
	content: ""
}

.fa-android:before {
	content: ""
}

.fa-linux:before {
	content: ""
}

.fa-dribbble:before {
	content: ""
}

.fa-skype:before {
	content: ""
}

.fa-foursquare:before {
	content: ""
}

.fa-trello:before {
	content: ""
}

.fa-female:before {
	content: ""
}

.fa-male:before {
	content: ""
}

.fa-gittip:before,
.fa-gratipay:before {
	content: ""
}

.fa-sun-o:before {
	content: ""
}

.fa-moon-o:before {
	content: ""
}

.fa-archive:before {
	content: ""
}

.fa-bug:before {
	content: ""
}

.fa-vk:before {
	content: ""
}

.fa-weibo:before {
	content: ""
}

.fa-renren:before {
	content: ""
}

.fa-pagelines:before {
	content: ""
}

.fa-stack-exchange:before {
	content: ""
}

.fa-arrow-circle-o-right:before {
	content: ""
}

.fa-arrow-circle-o-left:before {
	content: ""
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: ""
}

.fa-dot-circle-o:before {
	content: ""
}

.fa-wheelchair:before {
	content: ""
}

.fa-vimeo-square:before {
	content: ""
}

.fa-turkish-lira:before,
.fa-try:before {
	content: ""
}

.fa-plus-square-o:before {
	content: ""
}

.fa-space-shuttle:before {
	content: ""
}

.fa-slack:before {
	content: ""
}

.fa-envelope-square:before {
	content: ""
}

.fa-wordpress:before {
	content: ""
}

.fa-openid:before {
	content: ""
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: ""
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: ""
}

.fa-yahoo:before {
	content: ""
}

.fa-google:before {
	content: ""
}

.fa-reddit:before {
	content: ""
}

.fa-reddit-square:before {
	content: ""
}

.fa-stumbleupon-circle:before {
	content: ""
}

.fa-stumbleupon:before {
	content: ""
}

.fa-delicious:before {
	content: ""
}

.fa-digg:before {
	content: ""
}

.fa-pied-piper-pp:before {
	content: ""
}

.fa-pied-piper-alt:before {
	content: ""
}

.fa-drupal:before {
	content: ""
}

.fa-joomla:before {
	content: ""
}

.fa-language:before {
	content: ""
}

.fa-fax:before {
	content: ""
}

.fa-building:before {
	content: ""
}

.fa-child:before {
	content: ""
}

.fa-paw:before {
	content: ""
}

.fa-spoon:before {
	content: ""
}

.fa-cube:before {
	content: ""
}

.fa-cubes:before {
	content: ""
}

.fa-behance:before {
	content: ""
}

.fa-behance-square:before {
	content: ""
}

.fa-steam:before {
	content: ""
}

.fa-steam-square:before {
	content: ""
}

.fa-recycle:before {
	content: ""
}

.fa-automobile:before,
.fa-car:before {
	content: ""
}

.fa-cab:before,
.fa-taxi:before {
	content: ""
}

.fa-tree:before {
	content: ""
}

.fa-spotify:before {
	content: ""
}

.fa-deviantart:before {
	content: ""
}

.fa-soundcloud:before {
	content: ""
}

.fa-database:before {
	content: ""
}

.fa-file-pdf-o:before {
	content: ""
}

.fa-file-word-o:before {
	content: ""
}

.fa-file-excel-o:before {
	content: ""
}

.fa-file-powerpoint-o:before {
	content: ""
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: ""
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: ""
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: ""
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: ""
}

.fa-file-code-o:before {
	content: ""
}

.fa-vine:before {
	content: ""
}

.fa-codepen:before {
	content: ""
}

.fa-jsfiddle:before {
	content: ""
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: ""
}

.fa-circle-o-notch:before {
	content: ""
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: ""
}

.fa-ge:before,
.fa-empire:before {
	content: ""
}

.fa-git-square:before {
	content: ""
}

.fa-git:before {
	content: ""
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: ""
}

.fa-tencent-weibo:before {
	content: ""
}

.fa-qq:before {
	content: ""
}

.fa-wechat:before,
.fa-weixin:before {
	content: ""
}

.fa-send:before,
.fa-paper-plane:before {
	content: ""
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: ""
}

.fa-history:before {
	content: ""
}

.fa-circle-thin:before {
	content: ""
}

.fa-header:before {
	content: ""
}

.fa-paragraph:before {
	content: ""
}

.fa-sliders:before {
	content: ""
}

.fa-share-alt:before {
	content: ""
}

.fa-share-alt-square:before {
	content: ""
}

.fa-bomb:before {
	content: ""
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: ""
}

.fa-tty:before {
	content: ""
}

.fa-binoculars:before {
	content: ""
}

.fa-plug:before {
	content: ""
}

.fa-slideshare:before {
	content: ""
}

.fa-twitch:before {
	content: ""
}

.fa-yelp:before {
	content: ""
}

.fa-newspaper-o:before {
	content: ""
}

.fa-wifi:before {
	content: ""
}

.fa-calculator:before {
	content: ""
}

.fa-paypal:before {
	content: ""
}

.fa-google-wallet:before {
	content: ""
}

.fa-cc-visa:before {
	content: ""
}

.fa-cc-mastercard:before {
	content: ""
}

.fa-cc-discover:before {
	content: ""
}

.fa-cc-amex:before {
	content: ""
}

.fa-cc-paypal:before {
	content: ""
}

.fa-cc-stripe:before {
	content: ""
}

.fa-bell-slash:before {
	content: ""
}

.fa-bell-slash-o:before {
	content: ""
}

.fa-trash:before {
	content: ""
}

.fa-copyright:before {
	content: ""
}

.fa-at:before {
	content: ""
}

.fa-eyedropper:before {
	content: ""
}

.fa-paint-brush:before {
	content: ""
}

.fa-birthday-cake:before {
	content: ""
}

.fa-area-chart:before {
	content: ""
}

.fa-pie-chart:before {
	content: ""
}

.fa-line-chart:before {
	content: ""
}

.fa-lastfm:before {
	content: ""
}

.fa-lastfm-square:before {
	content: ""
}

.fa-toggle-off:before {
	content: ""
}

.fa-toggle-on:before {
	content: ""
}

.fa-bicycle:before {
	content: ""
}

.fa-bus:before {
	content: ""
}

.fa-ioxhost:before {
	content: ""
}

.fa-angellist:before {
	content: ""
}

.fa-cc:before {
	content: ""
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: ""
}

.fa-meanpath:before {
	content: ""
}

.fa-buysellads:before {
	content: ""
}

.fa-connectdevelop:before {
	content: ""
}

.fa-dashcube:before {
	content: ""
}

.fa-forumbee:before {
	content: ""
}

.fa-leanpub:before {
	content: ""
}

.fa-sellsy:before {
	content: ""
}

.fa-shirtsinbulk:before {
	content: ""
}

.fa-simplybuilt:before {
	content: ""
}

.fa-skyatlas:before {
	content: ""
}

.fa-cart-plus:before {
	content: ""
}

.fa-cart-arrow-down:before {
	content: ""
}

.fa-diamond:before {
	content: ""
}

.fa-ship:before {
	content: ""
}

.fa-user-secret:before {
	content: ""
}

.fa-motorcycle:before {
	content: ""
}

.fa-street-view:before {
	content: ""
}

.fa-heartbeat:before {
	content: ""
}

.fa-venus:before {
	content: ""
}

.fa-mars:before {
	content: ""
}

.fa-mercury:before {
	content: ""
}

.fa-intersex:before,
.fa-transgender:before {
	content: ""
}

.fa-transgender-alt:before {
	content: ""
}

.fa-venus-double:before {
	content: ""
}

.fa-mars-double:before {
	content: ""
}

.fa-venus-mars:before {
	content: ""
}

.fa-mars-stroke:before {
	content: ""
}

.fa-mars-stroke-v:before {
	content: ""
}

.fa-mars-stroke-h:before {
	content: ""
}

.fa-neuter:before {
	content: ""
}

.fa-genderless:before {
	content: ""
}

.fa-facebook-official:before {
	content: ""
}

.fa-pinterest-p:before {
	content: ""
}

.fa-whatsapp:before {
	content: ""
}

.fa-server:before {
	content: ""
}

.fa-user-plus:before {
	content: ""
}

.fa-user-times:before {
	content: ""
}

.fa-hotel:before,
.fa-bed:before {
	content: ""
}

.fa-viacoin:before {
	content: ""
}

.fa-train:before {
	content: ""
}

.fa-subway:before {
	content: ""
}

.fa-medium:before {
	content: ""
}

.fa-yc:before,
.fa-y-combinator:before {
	content: ""
}

.fa-optin-monster:before {
	content: ""
}

.fa-opencart:before {
	content: ""
}

.fa-expeditedssl:before {
	content: ""
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: ""
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: ""
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: ""
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: ""
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: ""
}

.fa-mouse-pointer:before {
	content: ""
}

.fa-i-cursor:before {
	content: ""
}

.fa-object-group:before {
	content: ""
}

.fa-object-ungroup:before {
	content: ""
}

.fa-sticky-note:before {
	content: ""
}

.fa-sticky-note-o:before {
	content: ""
}

.fa-cc-jcb:before {
	content: ""
}

.fa-cc-diners-club:before {
	content: ""
}

.fa-clone:before {
	content: ""
}

.fa-balance-scale:before {
	content: ""
}

.fa-hourglass-o:before {
	content: ""
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: ""
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: ""
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: ""
}

.fa-hourglass:before {
	content: ""
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: ""
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: ""
}

.fa-hand-scissors-o:before {
	content: ""
}

.fa-hand-lizard-o:before {
	content: ""
}

.fa-hand-spock-o:before {
	content: ""
}

.fa-hand-pointer-o:before {
	content: ""
}

.fa-hand-peace-o:before {
	content: ""
}

.fa-trademark:before {
	content: ""
}

.fa-registered:before {
	content: ""
}

.fa-creative-commons:before {
	content: ""
}

.fa-gg:before {
	content: ""
}

.fa-gg-circle:before {
	content: ""
}

.fa-tripadvisor:before {
	content: ""
}

.fa-odnoklassniki:before {
	content: ""
}

.fa-odnoklassniki-square:before {
	content: ""
}

.fa-get-pocket:before {
	content: ""
}

.fa-wikipedia-w:before {
	content: ""
}

.fa-safari:before {
	content: ""
}

.fa-chrome:before {
	content: ""
}

.fa-firefox:before {
	content: ""
}

.fa-opera:before {
	content: ""
}

.fa-internet-explorer:before {
	content: ""
}

.fa-tv:before,
.fa-television:before {
	content: ""
}

.fa-contao:before {
	content: ""
}

.fa-500px:before {
	content: ""
}

.fa-amazon:before {
	content: ""
}

.fa-calendar-plus-o:before {
	content: ""
}

.fa-calendar-minus-o:before {
	content: ""
}

.fa-calendar-times-o:before {
	content: ""
}

.fa-calendar-check-o:before {
	content: ""
}

.fa-industry:before {
	content: ""
}

.fa-map-pin:before {
	content: ""
}

.fa-map-signs:before {
	content: ""
}

.fa-map-o:before {
	content: ""
}

.fa-map:before {
	content: ""
}

.fa-commenting:before {
	content: ""
}

.fa-commenting-o:before {
	content: ""
}

.fa-houzz:before {
	content: ""
}

.fa-vimeo:before {
	content: ""
}

.fa-black-tie:before {
	content: ""
}

.fa-fonticons:before {
	content: ""
}

.fa-reddit-alien:before {
	content: ""
}

.fa-edge:before {
	content: ""
}

.fa-credit-card-alt:before {
	content: ""
}

.fa-codiepie:before {
	content: ""
}

.fa-modx:before {
	content: ""
}

.fa-fort-awesome:before {
	content: ""
}

.fa-usb:before {
	content: ""
}

.fa-product-hunt:before {
	content: ""
}

.fa-mixcloud:before {
	content: ""
}

.fa-scribd:before {
	content: ""
}

.fa-pause-circle:before {
	content: ""
}

.fa-pause-circle-o:before {
	content: ""
}

.fa-stop-circle:before {
	content: ""
}

.fa-stop-circle-o:before {
	content: ""
}

.fa-shopping-bag:before {
	content: ""
}

.fa-shopping-basket:before {
	content: ""
}

.fa-hashtag:before {
	content: ""
}

.fa-bluetooth:before {
	content: ""
}

.fa-bluetooth-b:before {
	content: ""
}

.fa-percent:before {
	content: ""
}

.fa-gitlab:before {
	content: ""
}

.fa-wpbeginner:before {
	content: ""
}

.fa-wpforms:before {
	content: ""
}

.fa-envira:before {
	content: ""
}

.fa-universal-access:before {
	content: ""
}

.fa-wheelchair-alt:before {
	content: ""
}

.fa-question-circle-o:before {
	content: ""
}

.fa-blind:before {
	content: ""
}

.fa-audio-description:before {
	content: ""
}

.fa-volume-control-phone:before {
	content: ""
}

.fa-braille:before {
	content: ""
}

.fa-assistive-listening-systems:before {
	content: ""
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: ""
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: ""
}

.fa-glide:before {
	content: ""
}

.fa-glide-g:before {
	content: ""
}

.fa-signing:before,
.fa-sign-language:before {
	content: ""
}

.fa-low-vision:before {
	content: ""
}

.fa-viadeo:before {
	content: ""
}

.fa-viadeo-square:before {
	content: ""
}

.fa-snapchat:before {
	content: ""
}

.fa-snapchat-ghost:before {
	content: ""
}

.fa-snapchat-square:before {
	content: ""
}

.fa-pied-piper:before {
	content: ""
}

.fa-first-order:before {
	content: ""
}

.fa-yoast:before {
	content: ""
}

.fa-themeisle:before {
	content: ""
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: ""
}

.fa-fa:before,
.fa-font-awesome:before {
	content: ""
}

.fa-handshake-o:before {
	content: ""
}

.fa-envelope-open:before {
	content: ""
}

.fa-envelope-open-o:before {
	content: ""
}

.fa-linode:before {
	content: ""
}

.fa-address-book:before {
	content: ""
}

.fa-address-book-o:before {
	content: ""
}

.fa-vcard:before,
.fa-address-card:before {
	content: ""
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: ""
}

.fa-user-circle:before {
	content: ""
}

.fa-user-circle-o:before {
	content: ""
}

.fa-user-o:before {
	content: ""
}

.fa-id-badge:before {
	content: ""
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: ""
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: ""
}

.fa-quora:before {
	content: ""
}

.fa-free-code-camp:before {
	content: ""
}

.fa-telegram:before {
	content: ""
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: ""
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: ""
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: ""
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: ""
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: ""
}

.fa-shower:before {
	content: ""
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: ""
}

.fa-podcast:before {
	content: ""
}

.fa-window-maximize:before {
	content: ""
}

.fa-window-minimize:before {
	content: ""
}

.fa-window-restore:before {
	content: ""
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: ""
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: ""
}

.fa-bandcamp:before {
	content: ""
}

.fa-grav:before {
	content: ""
}

.fa-etsy:before {
	content: ""
}

.fa-imdb:before {
	content: ""
}

.fa-ravelry:before {
	content: ""
}

.fa-eercast:before {
	content: ""
}

.fa-microchip:before {
	content: ""
}

.fa-snowflake-o:before {
	content: ""
}

.fa-superpowers:before {
	content: ""
}

.fa-wpexplorer:before {
	content: ""
}

.fa-meetup:before {
	content: ""
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

@-ms-viewport {
	width: device-width
}

.hidden {
	display: none;
	visibility: hidden
}

.visible-phone {
	display: none !important
}

.visible-tablet {
	display: none !important
}

.hidden-desktop {
	display: none !important
}

.visible-desktop {
	display: inherit !important
}

.hidden-desktop-big {
	display: none !important
}

.visible-desktop-big {
	display: inherit !important
}

@media(max-width: 1160px) {
	.visible-desktop-big {
		display: none !important
	}

	.hidden-desktop-big {
		display: inherit !important
	}
}

@media(min-width: 768px)and (max-width: 979px) {
	.hidden-desktop {
		display: inherit !important
	}

	.visible-desktop {
		display: none !important
	}

	.visible-tablet {
		display: inherit !important
	}

	.hidden-tablet {
		display: none !important
	}
}

@media(max-width: 767px) {
	.hidden-desktop {
		display: inherit !important
	}

	.visible-desktop {
		display: none !important
	}

	.visible-phone {
		display: inherit !important
	}

	.hidden-phone {
		display: none !important
	}
}

.visible-print {
	display: none !important
}

@media print {
	.visible-print {
		display: inherit !important
	}

	.hidden-print {
		display: none !important
	}
}

.mn-accordion {
	padding-top: 5rem
}

.mn-accordion .accordion-item {
	background-color: #fefefe;
	margin-bottom: .8333333333rem;
	border-radius: 2px
}

.mn-accordion .accordion-item .accordion-heading {
	position: relative;
	cursor: pointer;
	padding: 2.5rem
}

.mn-accordion .accordion-item .accordion-heading h5 {
	padding-bottom: 0;
	padding-right: 5rem
}

.mn-accordion .accordion-item .accordion-heading .icon {
	position: absolute;
	top: 50%;
	right: 2.5rem;
	margin-top: -11px
}

.mn-accordion .accordion-item .accordion-heading .icon img {
	width: 8px
}

.mn-accordion .accordion-item .accordion-heading .icon i {
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	display: inline-block
}

.mn-accordion .accordion-item .accordion-heading .icon i.right {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.mn-accordion .accordion-item .accordion-content {
	overflow: hidden;
	height: 0;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: ease;
	transition-delay: initial
}

.mn-accordion .accordion-item .accordion-content p:first-child {
	margin-top: 0
}

.mn-accordion .accordion-item .accordion-content p:last-child {
	margin-bottom: 0
}

.mn-accordion .accordion-item .accordion-content .accordion-content-box {
	padding: 0 2.5rem 2.5rem
}

.mn-accordion .accordion-item.state-open .accordion-heading .icon i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg)
}