/*
------------------------------------------------------------------------------------
COM.EZZATO.DEV
By : Andre Lorenzoni at andre@ezzato.com
------------------------------------------------------------------------------------
*/	

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Black.woff2') format('woff2'),
       url('../../fonts/Shape-Black.woff') format('woff');
   font-weight: 800;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Bold.woff2') format('woff2'),
       url('../../fonts/Shape-Bold.woff') format('woff');
   font-weight: bold;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape Hairline';
   src: url('../../fonts/Shape-Hairline.woff2') format('woff2'),
       url('../../fonts/Shape-Hairline.woff') format('woff');
   font-weight: 100;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Thin.woff2') format('woff2'),
       url('../../fonts/Shape-Thin.woff') format('woff');
   font-weight: 100;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Regular.woff2') format('woff2'),
       url('../../fonts/Shape-Regular.woff') format('woff');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Medium.woff2') format('woff2'),
       url('../../fonts/Shape-Medium.woff') format('woff');
   font-weight: 500;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-SemiBold.woff2') format('woff2'),
       url('../../fonts/Shape-SemiBold.woff') format('woff');
   font-weight: 600;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape';
   src: url('../../fonts/Shape-Light.woff2') format('woff2'),
       url('../../fonts/Shape-Light.woff') format('woff');
   font-weight: 300;
   font-style: normal;
   font-display: swap;
}

@font-face {
   font-family: 'Shape Super';
   src: url('../../fonts/Shape-Super.woff2') format('woff2'),
       url('../../fonts/Shape-Super.woff') format('woff');
   font-weight: 900;
   font-style: normal;
   font-display: swap;
}



/*
page
*/

.page {
   overflow: hidden;
}

.wrapper {
   position: relative;
   display: block;
   margin: 0 auto;
}

* {
   font-family: Arial, Helvetica, sans-serif;
   /*font-family: 'Shape';*/
} @media only screen and (min-width: 1200px) and (max-width: 10000px) {  .mobile {
    display: none!important;
 }

 div.wrapper {
   width:800px;
}
 }  @media only screen and (min-width: 20px) and (max-width: 1200px) {  /*
globals
*/

.desktop {
    display: none!important;
}

div.wrapper {
    width:100%;
} } footer {
    position: relative;
    display: block;
}
 @media only screen and (min-width: 20px) and (max-width: 1200px) {   } 
/*
header
*/

header {
	position: relative;
	display: block;
	margin: 0px auto;
}

header > .wrapper {
	position: relative;
}

header > .wrapper > .top {
	position: relative;
	display: block;
	text-align: right;
	padding: 30px 0px;
}

header > .wrapper > .top > figure {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
}

header > .wrapper > .top > figure > img {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	width: 100%;
}

header > .wrapper > .top > figcaption {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 140%;
	padding: 20px 30px 0px 0px;
}

header > .wrapper > .top > figcaption > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	color: #253551;
	font-family: 'Shape';
}

header > .wrapper > .splash {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
}

header > .wrapper > .splash > figure {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 400px;
	min-height: 400px;
}

header > .wrapper > .splash > figure > img {
	position: absolute;
	display: block;
	max-width: 100%;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
}

header > .wrapper > .splash > figcaption {
	position: relative;
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 360px;
	border-top: solid 8px #253551;
	color: #253551;
	margin-top: 50px;
}


header > .wrapper > .splash > figcaption > h1 {
	position: relative;
	display: block;
	color: #253551;
	font-size: 20px;
	padding: 20px 0px;
	text-align: left;
	font-family: 'Shape';
}

header > .wrapper > .splash > figcaption > h1 > span {
	position: relative;
	display: block;
	font-size: inherit;
	max-width: 90%;
	font-weight: normal;
	font-family: inherit;
}


/*
*/

div.language_menu {
	position: relative;
	text-align: center;
	padding-top: 16vh;
}

div.language_menu > ul {
	display: table;
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
}

div.language_menu > ul > li {
	display: table-cell;
	vertical-align: middle;
	cursor: pointer;
	pointer-events: initial;
	padding: 5px;

}

div.language_menu > ul > li > a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	background-color: #243551;
	color: #fff;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	line-height: 70px;
	border-radius: 100%;
	font-weight: bold;

	-o-transition:.6s;
    -ms-transition:.6s;
    -moz-transition:.6s;
    -webkit-transition:.6s;
    transition:.6s;

	font-family: 'Shape';
}

div.language_menu > ul > li:hover > a,
div.language_menu > ul > li.active > a {
	font-weight: bold;
	pointer-events: initial;
	background-color: #CF7529;

}

div.language_menu:not(.active) > ul > li.active  {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	
}
 @media only screen and (min-width: 1200px) and (max-width: 10000px) {  header[data-track="matutice"] > .wrapper > .splash > figure {
    max-width: 700px;
} }  @media only screen and (min-width: 20px) and (max-width: 1200px) {  header > .wrapper > .top {
    text-align: center;
    padding: 10px 0px 20px 0px;
}

header > .wrapper > .splash > figcaption {
    width: auto;
    max-width: 90%;
    margin-top: 20px;
}

header > .wrapper > .splash > figure {
    max-width: 75%;
    min-height: 75vw;
    vertical-align: middle;
    vertical-align: center;
}

header > .wrapper > .splash > figure > img {
    display: block;
    vertical-align: middle;
    vertical-align: center;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
}

header > .wrapper > .splash > figcaption > h1 {
    font-size: 14px!important;
    text-align: center;
}

header > .wrapper > .splash > figcaption > h1 > span {
    max-width: initial!important;
}

div.language_menu {
    padding-top: 20px;
} } .lightbox {
	/*
	transform-style: preserve-3d;
	transform-origin: center;
	perspective: 800px;
	*/
	opacity: 1;
	z-index: 11;
	background-color: rgba(0,0,0,.4);
	
}

.lightbox:not(.lightbox-open) {
	pointer-events: none;
	opacity: 0;
}

.lightbox > .wrapper {
	position: absolute;
	transform-style: preserve-3d;
	transform-origin: center;
	perspective: 800px;


	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%) ;
	max-width: initial;

	transition: transform .5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.lightbox-default .wrapper, 
.lightbox .wrapper {
	/*background-color: var(--transparent-bg);*/
	background-color: transparent;
	vertical-align: top;
}

.lightbox-default  .wrapper .wrapper-content .close:hover,
.lightbox .wrapper .wrapper-content .close:hover {
	color:var(--text-color);
}

.lightbox-default .wrapper .wrapper-content ,
.lightbox .wrapper .wrapper-content {
	background-color: var(--light-bg-color);
	/*
	-webkit-box-shadow: -10px 0px 31px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: -10px 0px 31px 0px rgba(0,0,0,0.39);
	box-shadow: -10px 0px 31px 0px rgba(0,0,0,0.39);
	*/
	/*
	width: 40vh;
	height: 40vh;
	*/
	/*
	width: 50vw;
	float: right;
	height: 100vh;
	*/
	/*height: 50vh;
	width: 50vw;*/
	height: 60vh;
	width: 60vh;
}

.lightbox > .wrapper > .wrapper-content {
	transition: transform .8s;
	transform-style: preserve-3d;
	/*backface-visibility: hidden;*/
	transform-origin: center;
	transform: rotateY(-90deg) ;

	transition: transform .5s;
	-o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.lightbox.lightbox-open > .wrapper > .wrapper-content {
	transform: rotateY(0deg);
	transform: rotateY(0deg) ;

	background-color: var(--bg-color);
	border-radius: 20px;
}

.lightbox-default .wrapper .wrapper-content .close, .lightbox .wrapper .wrapper-content .close {
	background-color: var(--bg-color)!important;	
}

.lightbox-default  .wrapper .wrapper-content .content .timeout-timer,
.lightbox .wrapper .wrapper-content .content .timeout-timer
.lightbox-default .wrapper .wrapper-content .content .text,
.lightbox .wrapper .wrapper-content .content .text,
.lightbox-default .wrapper .wrapper-content .content .title,
.lightbox .wrapper .wrapper-content .content .title {
	color:var(--text-color);
	font-weight: normal;
	padding: 0px;
}

.lightbox-default .wrapper .wrapper-content .content .text,
.lightbox .wrapper .wrapper-content .content .text {
	padding-bottom: 10px;
	font-size: 40px;
}

.lightbox-default .wrapper .wrapper-content .content .text .system-error,
.lightbox .wrapper .wrapper-content .content .text .system-error {
	font-size: 14px;
	/*color:var(--alert-color);*/
	line-height: 100%;
	display: block;
}

.lightbox-default button:hover,
.lightbox button:hover {
	background-color: var(--bg-color);
	color:var(--text-color);
}

.lightbox-default .wrapper .wrapper-content .close, 
.lightbox .wrapper .wrapper-content .close {
	color:var(--text-color);
	background-color: var(--light-bg-color);;
	line-height: 100%;
}

.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper, 
.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
    position: relative;
    display: block;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0px 40px;
	text-align: left;
}

.lightbox .field {
	border: none;
	vertical-align: middle;
	padding: 20px 0px;
}

.lightbox .field input {
	background-color: transparent;
	border: solid 2px #c2c2c2;
	font-size: 14px;
}

.lightbox iframe {
	position: relative;
	display: table;
	margin: 0 auto;
	width: 100%;
	height: 80vh;
	margin: 70px 0px 0px 0px;
	border: none;
}


/* */

.lightbox .backend-form {
	position: relative;
	padding: 10px 0px;
}

.lightbox .backend-form > fieldset {
	position: relative;
	/*border: solid 1px var(--light-border-color);*/
	border-right: none;
	border-bottom: solid 1px var(--light-border-color);
}

.lightbox .backend-form .button-container {
	position: relative;
	display: block;
	padding: 20px 0px;
}

/* */

.lightbox-default .wrapper .wrapper-content .content .title, .lightbox .wrapper .wrapper-content .content .title {
	font-size: 18px;
	font-weight: bold;
}

.lightbox-default .wrapper .wrapper-content .content .exception::after, .lightbox .wrapper .wrapper-content .content .exception::after {
	font-weight: normal;
	padding: 5px;
}

.lightbox-default button, .lightbox button {
	font-size: 16px;
	padding: 10px;
	border-radius: 10px;
}

.lightbox title {
	position: absolute;
	top: 0px;
	display: block;
	font-size: 18px;
	color: var(--text-color);
	padding: 20px;
}

.lightbox[data-class="explorer"] .wrapper .wrapper-content .content {
	padding-top: 40px;
	vertical-align: top;
	
} @media only screen and (min-width: 20px) and (max-width: 1200px) {  .lightbox-default .wrapper .wrapper-content .content .text, 
.lightbox .wrapper .wrapper-content .content .text {
    font-size: 16px;
}

.lightbox-default .wrapper .wrapper-content, .lightbox .wrapper .wrapper-content {
    width: 100vw;
    height: 100vw;
}

/*
.lightbox-default .wrapper .wrapper-content, .lightbox .wrapper .wrapper-content {
    width: 100vw;
}

.lightbox-default .wrapper .wrapper-content .lightbox-content-wrapper, 
.lightbox .wrapper .wrapper-content .lightbox-content-wrapper {
    padding: 0px 40px;
}

.lightbox-default button, .lightbox button {
    font-size: 20px;
}
*/ } .cookie-modal {
    position: fixed;
    display: none;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 22;
    background-color: rgba(0,0,0,.4);
}

.cookie-modal.active {
    display: block;
}

.cookie-modal > .wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 600px;
    height: auto;
    background-color:#fff;

    padding: 40px;
    border-radius: 10px;
}

.cookie-modal > .wrapper > a.close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.cookie-modal > .wrapper > a.close:after {
    position: relative;
    display: block;
    font-size: 30px;
    color: #000;
    font-family: "Material Icons";
    content:"";
}

.cookie-modal > .wrapper > .content {
    position: relative;
    display: block;
}

.cookie-modal > .wrapper > .content > h2 {
    position: relative;
    display: block;
    font-size: 20px;
}

.cookie-modal > .wrapper > .content > text {
    position: relative;
    display: block;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 300;
}

.cookie-modal > .wrapper > .content > text > a {
    position: relative;
    display: block;
    text-decoration: underline!important;
    padding: 5px 0px;
    font-weight: 500;
}

.cookie-modal > .wrapper > .content > ul {
    position: relative;
    display: block;
    padding: 10px 0px;
}

.cookie-modal > .wrapper > .content > ul > li {
    position: relative;
    display: block;
    border-top: solid 1px var(--light-border-color);
}

.cookie-modal > .wrapper > .content > ul > li > div {
    position: relative;
    display: block;
}

.cookie-modal > .wrapper > .content > ul > li > div > span {
    position: relative;
    display: block;
    padding: 10px 0px;
    max-height: 20vh;
    overflow: auto;
}

.cookie-modal > .wrapper > .content > ul > li > div > span:nth-child(2) {
    padding: 0px;
}

.cookie-modal > .wrapper > .content > ul > li > div > span:empty {
    display: none;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > h3 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    width: 60%;
    vertical-align: middle;
    cursor: pointer;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > h3:before {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: inherit;
    content:'+';
    padding-right: 5px;
}

.cookie-modal > .wrapper > .content > ul > li.active > div > span > h3:before {
    content:'-';
}

.cookie-modal > .wrapper > .content > ul > li > div > span > fieldset {
    position: relative;
    display: inline-block;
    width: 40%;
    text-align: right;
    vertical-align: middle;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > text {
    position: relative;
    display: block;
    font-size: 12px;
    display: none;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > text p {
    font-size: inherit;
    position: relative;
    display: block;
    padding: 2px 0px;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > text a {
    font-size: inherit;
    color: var(--text-color);
    text-decoration: underline!important;
}

.cookie-modal > .wrapper > .content > ul > li.active > div > span > text {
    display: block;
    padding: 0px 20px 10px 20px;
    font-weight: 300;
}

.cookie-modal > .wrapper > .content > .button-container {
    position: relative;
    display: block;
    padding: 20px 0px 0px 0px;
}


.cookie-modal > .wrapper > .content > .button-container .button.reject {
    border: none;
    padding: 10px;
    background-color: transparent;
    color:var(--text-color)!important;
}
/*
.cookie-modal > .wrapper > .content > .button-container .button.reject:hover {
    background-color: transparent;
}
*/

.cookie-modal > .wrapper > .content > .button-container .button.reject:before {
    display: none;
}

.cookie-modal > .wrapper > .content > .button-container .button.accept {
    float: right;
    border: none;
}



.floater.lpd {
    text-align: right;
}

.floater.lpd > .wrapper {
    width: 900px;
    max-width: 900px;
}

.floater.lpd > .wrapper > span:nth-child(1) {
    width: 50%;
}

.floater.lpd > .wrapper > span:nth-child(2) {
    width: 50%;
}

.floater.lpd > .wrapper > span > label {
    width: auto;
    font-size: 12px;
    padding: 10px 0px;
}

.institutional {
    position: relative;
    display: block;
    font-size: 14px;
    color: #fff;
}
.button.dp-policy {
    font-size: 14px;
    margin: 0px 10px;
    border: transparent;
}
.button.dp-policy::before {
    display: none;
}
.button.dp-policy:hover {
    background-color: transparent;
}
.button.dp-reject {
    font-size: 10px;
    margin: 0px 5px;
}
.button.dp-accept {
    font-size: 10px;
    margin: 0px 5px;
}

.button.dp-reject,
.button.dp-accept {
    font-size: 14px;
    border: solid 2px var(--text-color-invert);
    border:none;
    background-color: var(--text-color);
    background-color: var(--bg-color);
    color: var(--light-bg-color)!important;
    padding: 6px;
    border-radius: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.cookie-modal .accept {
    border: solid 2px var(--text-color);
    margin: 0;
    padding: 5px 20px;
}

.button.dp-reject:before,
.button.dp-accept:before,
.button.dp-reject:after,
.button.dp-accept:after {
    display: none!important;
}

.floater.lpd .button {
    color: var(--text-color);
}

.contact-contract {
    position: relative;
    display: block;
    padding: 20px 0px;
    font-size: 12px;
    color: #000;
    font-weight: normal;
}

.contact-contract p {
    position: relative;
    display: block;
    font-size: inherit;
    padding: 4px 0px;
}

.contact-contract .small {
    font-size: 11px;
}

.contact-contract a {
    color: var(--text-color);
    font-weight: bold;
    font-weight: inherit;
    text-decoration: underline!important;
}

/*
*/

.floater {
    position: fixed;
    bottom: -100px;
    left: 0px;
    background-color: var(--light-bg-color);
    width: 100%;
    z-index: 20;
    padding: 10px 0px;

    transition: transform .8s;
	-o-transition:ease-in-out .8s;
	-ms-transition:ease-in-out .8s;
	-moz-transition:ease-in-out .8s;
	-webkit-transition:ease-in-out .8s;
	transition: ease-in-out .8s;
}

.floater.scrolled {
    bottom: 0px;
}

.floater > .wrapper {
    position: relative;
    display: table;
    max-width: 1200px;
    margin:0 auto;
}

.floater > .wrapper > span {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.floater > .wrapper > span > ul {
    position: relative;
    display: block;
}

.floater > .wrapper > span > ul > li {
    position: relative;
    display: inline-block;
}

.floater > .wrapper > span > ul > li *:after,
.floater > .wrapper > span > ul > li *:before,
.floater > .wrapper > span > ul > li * {
    color: #fff;
    font-size: 12px;
}

.floater > .wrapper > span > ul > li *:before {
    padding-right: 8px;
    font-size: 20px;
}

.floater > .wrapper > span > label {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    font-size:18px;
    font-weight: bold;
    padding-right: 10px;
    color: var(--text-color);
    font-weight: normal;
    width: 50%;

    display: inline-block;
}

.floater > .wrapper > span > fieldset {
    display: table-cell;
    vertical-align: middle;

    display: inline-block;
}

.floater.lpd {
    text-align: right;
}

.floater.lpd > .wrapper > span:nth-child(1) {
    width: 50%;
}

.floater.lpd > .wrapper > span:nth-child(2) {
    width: 50%;
}

.floater.lpd > .wrapper > span > label {
    width: auto;
    font-size: 14px;
    padding: 10px 0px;
    color: var(--text-color);
} @media only screen and (min-width: 20px) and (max-width: 1200px) {  .cookie-modal > .wrapper {
    padding: 15px;
 
}

.cookie-modal > .wrapper > .content > h2 {
    font-size: 16px;
}

.cookie-modal > .wrapper > .content > text {
    font-size: 11px;
}

.cookie-modal > .wrapper > .content > ul > li > div > span > h3 {
    font-size: 12px;
}

.cookie-modal > .wrapper > .content > .button-container {
    padding: 20px 0px 0px 20px;
}

/*
floater lpd
*/

.floater.lpd {
    padding: 10px;
}

.floater.lpd > .wrapper {
    max-width: auto;
    width: auto;
}

.floater.lpd > .wrapper > span > label {
    font-size: 11px;
    padding-right: 10px;
}


.floater > .wrapper > span {
    display: block;
    width: 100%!important;
}

.button.dp-reject,
.button.dp-accept,
.button.dp-policy {
    font-size: 9px;
} } 
/*
section
*/

section {
	position: relative;
	display: block;
   width:100%;
   height: 100%;
	overflow-x: hidden;
   overflow: hidden;
   padding: 20px 0px;
}

section > .wrapper {
   position: relative;
   display: block;
}

section > .wrapper > .content {
   position: relative;
   display: block;
   padding: 40px 0px 20px 0px;
}

section > .wrapper > .content > .table {
   position: relative;
   display: block;
}

section > .wrapper > .content > .table > .col {
   position: relative;
   display: inline-block;
   vertical-align: top;
   width: 50%;
}

section > .wrapper > .content > .table > .col > h2 {
   position: relative;
   display: block;
   font-size: 36px;
   color: #FFF8CC;
   text-align: right;
}

section > .wrapper > .content > .table > .col > text {
   position: relative;
   display: block;
   font-size: 15px;
   color: #FFF8CC;
}

section > .wrapper > .content > .table > .col > text * {
   font-size: inherit;
   color: inherit;
   line-height: inherit;
}

section > .wrapper > .content > .table > .col:nth-child(1) {
   padding-right: 20px;
}

section > .wrapper > .content > .table > .col:nth-child(2) {
   padding-left: 20px;
}

section > .wrapper > .contact {
   position: relative;
   display: block;
   padding: 40px 0px;
}

section > .wrapper > .contact > h3 {
   position: relative;
   display: block;
   padding: 10px 0px;
   font-size: 20px;
   color: #243551;;
   font-family: 'Shape';
}

section > .wrapper > .contact > div {
   position: relative;
   display: block;
   vertical-align: middle;
}

section > .wrapper > .contact > div > fieldset {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   width: calc(100% - 120px);
   padding-right: 40px;
}

section > .wrapper > .contact > div > label {
   position: relative;
   display: block;
   padding: 10px 0px;
   font-size: 20px;
   color: #243551;;
   font-family: 'Shape';
}

section > .wrapper > .contact > div > fieldset > input {
   position: relative;
   display: block;
   background-color: transparent;
   font-size: 16px;
   color: #fff;;
   text-align: center;
   background-color: transparent;
   border: none;
   border-bottom: solid 1px #243551;
   padding: 10px 0px;
   margin: 0px;
   text-align: left;
   font-weight: bold;
   width:100%;
}

section > .wrapper > .contact > div > fieldset.invalid > input {
   border-bottom: solid 3px #CF7529;

}

section > .wrapper > .contact > div > a.send {
   position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	background-color: #243551;
	color: #fff;
	width: 80px;
	height: 80px;
	vertical-align: middle;
	line-height: 80px;
	border-radius: 100%;
	font-weight: bold;
   text-align: center;
   text-transform: uppercase;

   -o-transition:.6s;
   -ms-transition:.6s;
   -moz-transition:.6s;
   -webkit-transition:.6s;
   transition:.6s;

   top: 15px;
   font-family: 'Shape';
}

section > .wrapper > .contact > div > a.send:hover {
   background-color: #CF7529;;
}

section > .wrapper > .contact > span {
   position: relative;
   display: block;
   text-align: right;
   padding: 40px 0px;
}

section > .wrapper > .contact > span > span {
   position: relative;
   display: inline-block;
   vertical-align: middle;
   font-size: 16px;
   color: #fff;
   max-width: 220px;
   text-align: left;
   font-family: 'Shape';
}

/*
*/

section > .image {
   position: relative;
   display: block;
}

section > .image > figure {
   position: relative;
   display: block;
}

section > .image > figure > img {
   position: relative;
   display: block;
   width: 100%;
}

/*
*/

section > .wrapper > .institutional {
   position: relative;
   display: block;
   padding: 40px 0px;
}

section > .wrapper > .institutional > .table {
   position: relative;
   display: block;
}

section > .wrapper > .institutional > .table > .col {
   position: relative;
   display: inline-block;
   vertical-align: top;
}

section > .wrapper > .institutional > .table > .col:nth-child(1) {
   width: 60%;
   padding-right: 20px;
}

section > .wrapper > .institutional > .table > .col:nth-child(2) {
   width: 40%;
   padding-left: 20px;
}

section > .wrapper > .institutional > .table > .col > text {
   position: relative;
   display: block;
   font-size: 15px;
   color: #FFF8CC;
   text-align: justify;
}

section > .wrapper > .institutional > .table > .col > text * {
   font-size: inherit;
   color: inherit;
   line-height: inherit;
}

section > .wrapper > .institutional > .table > .col > figure {
   position: relative;
   display: block;
   width: 140px;
}

section > .wrapper > .institutional > .table > .col > figure > img {
   position: relative;
   display: block;
   max-width: 100%;
}

section > .wrapper > .institutional > .table > .col > h4 {
   position: relative;
   display: block;
   color: #FFF8CC;
   font-size: 20px;
   padding: 40px 0px;
}

section > .wrapper > .institutional > .table > .col > h5 {
   position: relative;
   display: block;
   color: #FFF8CC;
   font-size: 30px;
} @media only screen and (min-width: 20px) and (max-width: 1200px) {  section {
    padding: 20px 0px;
}

section > .wrapper > .contact {
    padding: 20px 0px;
}


section > .wrapper > .contact > div {
    padding: 0px 20px 20px 20px;
}

section > .wrapper > .content {
    padding: 20px 0px 20px 0px;
}

section > .wrapper > .content > .table > .col {
    width: 100%!important;
    display: block!important;
    padding: 20px 0px!important;
}

section > .wrapper > .content > .table > .col > h2 {
    text-align: center!important;
    font-size: 22px!important;
}

section > .wrapper > .content > .table > .col > text {
    text-align: center;
    
}

section > .wrapper > .contact > div > label,
section > .wrapper > .contact > h3 {
    text-align: center;
    font-size: 16px !important;
}


section > .wrapper > .contact > div > a.send {
    font-size: 9px!important;
    width: 48px!important;
    height: 48px!important;
    line-height: 48px!important;
    top: 15px;
}

section > .wrapper > .contact > span {
    padding: 20px 0px;
}

section > .wrapper > .contact > span > span {
    text-align: center !important;
    width: 100%;
    max-width: initial !important;
    font-size: 14px !important;
}

section > .wrapper > .contact > span > span > a {
    position: relative;
    display: block;
    margin: 0 auto;
}

section > .wrapper > .institutional {
    padding: 20px!important;
}

section > .wrapper > .institutional > .table > .col {
    /*display: block!important;*/
    width: 100%!important;
    padding: 20px 0px!important;
    text-align: center;
}

section > .wrapper > .institutional > .table > .col > h5 {
    font-size: 22px!important;
}

section > .wrapper > .institutional > .table > .col > figure {
    margin: 0 auto;
}

section > .wrapper > .contact > div > fieldset > input {
    font-size: 12px!important;
}

section > .wrapper > .contact > div > fieldset {
    width: calc(100% - 90px)!important;
} }  @media only screen and (min-width: 1200px) and (max-width: 10000px) {  /*:nth-child > * { --nth-child: 1 }*/
:nth-child(1) > * { --nth-child: 1 }
:nth-child(2) > * { --nth-child: 2 }
:nth-child(3) > * { --nth-child: 3 }
:nth-child(4) > * { --nth-child: 4 }
:nth-child(5) > * { --nth-child: 5 }
:nth-child(6) > * { --nth-child: 6 }
:nth-child(7) > * { --nth-child: 7 }
:nth-child(8) > * { --nth-child: 8 }
:nth-child(9) > * { --nth-child: 9 }
:nth-child(10) > * { --nth-child: 10 }

.revealer-bottom > * { --multiplier:.4s }
.revealer-bottom.slow > * { --multiplier:.7s }
.revealer-bottom.ultra-slow > * { --multiplier:1.6s }
.revealer-bottom.fast > * { --multiplier:.1s }

/* revealer */

.revealer-bottom {
    overflow: hidden;
}

.revealer-bottom > * {
  top: 300px;
  opacity: 0;
  transition:calc(var(--nth-child) * var(--multiplier));
  -o-transition:calc(var(--nth-child) * var(--multiplier));
  -ms-transition:calc(var(--nth-child) * var(--multiplier));
  -moz-transition:calc(var(--nth-child) * var(--multiplier));
  -webkit-transition:calc(var(--nth-child) * var(--multiplier));
}

.revealer-bottom.done > * {
    top: 0;
    opacity: 1;
}

.revealer-bottom.done.nocut {
    overflow: initial;
}

/**/

.revealer-opacity > * {
  opacity: 0;
  opacity: 0;
  transition:calc(var(--nth-child) * var(--multiplier));
  -o-transition:calc(var(--nth-child) * var(--multiplier));
  -ms-transition:calc(var(--nth-child) * var(--multiplier));
  -moz-transition:calc(var(--nth-child) * var(--multiplier));
  -webkit-transition:calc(var(--nth-child) * var(--multiplier));
}

.revealer-opacity.done > * {
    opacity: 1;
    left: 0px;
}

.revealer-opacity.done.nocut {
    overflow: initial;
    left: 0px;
}

/*
*/

.apear-container > .apear {
  opacity: 1 ;
  transition: transform .8s;
	-o-transition:ease-in-out .8s;
	-ms-transition:ease-in-out .8s;
	-moz-transition:ease-in-out .8s;
	-webkit-transition:ease-in-out .8s;
	transition: ease-in-out .8s;

}

.apear-container > .apear:not(.active) {
  /*display: none!important;*/
  position: absolute!important;

   opacity: 0;
}

@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(359deg);
    }
  }

  .rotate {
    animation: rotation 8s infinite linear;
  }

  
 /*
 animaton
 */

 .animated-e {
  -o-transition:1.2s;
  -ms-transition:1.2s;
  -moz-transition:1.2s;
  -webkit-transition:1.2s;
  transition:1.2s;
}

.animated-d {
  -o-transition:1s;
  -ms-transition:1s;
  -moz-transition:1s;
  -webkit-transition:1s;
  transition:1s;
}

.animated-c {
  -o-transition:.8s;
  -ms-transition:.8s;
  -moz-transition:.8s;
  -webkit-transition:.8s;
  transition:.8s;
}

.animated-b {
  -o-transition:.6s;
  -ms-transition:.6s;
  -moz-transition:.6s;
  -webkit-transition:.6s;
  transition:.6s;
}

.animated-a {
  -o-transition:.4s;
  -ms-transition:.4s;
  -moz-transition:.4s;
  -webkit-transition:.4s;
  transition:.4s;
}

.scroll-hide {
  opacity: 0;
  top: 100px;

  /*
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: blur(10px);
  */
}

.scroll-show {
  opacity: 1;
  top: 0px;

  /*
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -o-filter: blur(0px);
  -ms-filter: blur(0px);
  filter: blur(0px);
  */
}

.the-trans {
  transition: transform .8s;
	-o-transition:ease-in-out .8s;
	-ms-transition:ease-in-out .8s;
	-moz-transition:ease-in-out .8s;
	-webkit-transition:ease-in-out .8s;
	transition: ease-in-out .8s;
}

@media not all and (min-resolution:.001dpcm) { @media {

  /*safari only*/

  .revealer-bottom > * {
    top: initial;
    opacity: 1;
  }

}} } 