/*------------------------
--- General      ---------
------------------------*/
* {
  font-family: 'Inter';
}
.default-text.small {
  font-size: 14px;
}
.default-text.small p {
  font-size: 14px;
}
.default-text.menu {
  font-size: 16px;
}
.default-text.menu p {
  font-size: 16px;
}
.default-text.normal {
  font-size: 18px;
  line-height: 28px;
}
.default-text.normal p {
  font-size: 18px;
  line-height: 28px;
}
/*TODO - Refactor titles to use this classes*/
.default-title {
  font-weight: bold;
}
.default-title.normal {
  font-size: 24px;
}
.default-title.large {
  font-size: 32px;
}
.default-title.thin {
  font-weight: normal;
}
.background-cover {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='.myBackground.jpg', sizingMethod='scale') !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='myBackground.jpg', sizingMethod='scale')" !important;
  background-size: cover !important;
}
.background-contain {
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-background-size: contain !important;
  -moz-background-size: contain !important;
  -o-background-size: contain !important;
  background-size: contain !important;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
.fill-wh {
  width: 100%;
  height: 100%;
}
.semi-black-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 8px;
  background-color: black;
  opacity: 0.4;
}
.captionImage p {
  font-size: 18px;
}
#ForgotPassword a {
  font-size: 18px;
}
.apagar {
  display: none !important;
}
.opacity-0 {
  opacity: 0;
}
.opacity-04 {
  opacity: 0.4;
}
.display-flex {
  display: flex;
}
.pl-313 {
  padding-left: 313px;
}
.ml-18 {
  margin-left: 18px;
}
.max-width-500px {
  max-width: 500px;
}
.max-width-450px {
  max-width: 450px;
}
.max-width-400px {
  max-width: 400px;
}
.max-width-350px {
  max-width: 350px;
}
body > .wrapper #content {
  padding-bottom: 180px !important;
}
* {
  /*
    input[type=text]:required:invalid,
    textarea:required:invalid,
    input[type=date]:required:invalid {
        border: 2px solid #dc4731 !important;
    }*/
}
* .input-error {
  color: #dc4731;
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  margin-top: -8px;
  margin-bottom: 17px;
}
* .input-error.candidature {
  margin-top: 10px;
}
* .icon-fechar {
  width: 28px;
  height: 28px;
}
* .btn.svg-style svg:hover path {
  fill: #fff !important;
}
* .btn.svg-style svg path {
  fill: #336a6e !important;
  opacity: 1;
}
* .btn.svg-style.close {
  opacity: 1;
}
* textarea {
  resize: vertical !important;
  min-height: 60px;
}
* :focus {
  outline: none !important;
}
* html,
* body {
  max-width: 100% !important;
  overflow-x: hidden;
  color: #183234;
  background-color: transparent;
  height: 100%;
}
* body {
  padding-right: 0px !important;
}
* h1 {
  font-size: 40px;
  font-weight: bold;
  color: #336a6e;
}
* h2 {
  font-size: 32px;
  font-weight: bold;
  color: #336a6e;
}
* h3 {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
* a:hover i {
  color: #336a6e !important;
}
* .vspace.top {
  display: block;
  height: 105px;
}
* .vspace.s5 {
  display: block;
  height: 5px;
}
* .vspace.s10 {
  display: block;
  height: 10px;
}
* .vspace.s20 {
  display: block;
  height: 20px;
}
* .vspace.s30 {
  display: block;
  height: 30px;
}
* .vspace.s40 {
  display: block;
  height: 40px;
}
* .vspace.s50 {
  display: block;
  height: 50px;
}
* .vspace.s60 {
  display: block;
  height: 60px;
}
* .vspace.s70 {
  display: block;
  height: 70px;
}
* .vspace.s80 {
  display: block;
  height: 80px;
}
* .vspace.s90 {
  display: block;
  height: 90px;
}
* .vspace.s100 {
  display: block;
  height: 100px;
}
* .vspace.s110 {
  display: block;
  height: 110px;
}
* .vspace.s120 {
  display: block;
  height: 120px;
}
* .vspace.s130 {
  display: block;
  height: 130px;
}
* .vspace.s140 {
  display: block;
  height: 140px;
}
* .vspace.s150 {
  display: block;
  height: 150px;
}
* .vspace.s160 {
  display: block;
  height: 160px;
}
* .vspace.s170 {
  display: block;
  height: 170px;
}
* .vspace.s180 {
  display: block;
  height: 180px;
}
* .vspace.s190 {
  display: block;
  height: 190px;
}
* .vspace.s200 {
  display: block;
  height: 200px;
}
* .horizontal-space-50 {
  display: block;
  height: 50px;
}
* .vertical-space-30 {
  display: inline-block;
  width: 30px;
}
* .d-flex {
  display: flex;
}
* .justify-center {
  justify-content: center;
}
* .justify-end {
  justify-content: flex-end;
}
* #btn {
  display: block;
  color: #ffffff;
  margin: auto;
  width: 100%;
  max-width: 352px;
  height: 73px;
  border-radius: 40px;
  border: 0px solid #336a6e;
  margin: 4px auto 30px 8px;
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
}
* #btn.submit {
  padding-top: 18.5px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  margin: auto;
  font-weight: bold;
  white-space: nowrap;
  min-width: 330px;
}
* #btn.submit.txt-up {
  padding: 0;
}
* #btn:hover {
  background-image: none;
  background-color: #459f84;
}
* .message-holder {
  text-align: -webkit-center;
}
* .message-holder .message-border {
  height: 50px;
  max-width: 970px;
  border-radius: 8px;
  margin-top: 25px;
  margin-bottom: 15px;
}
* .message-holder .message-border.candidature {
  max-width: 100%;
}
* .message-holder .message-border.error {
  background-color: #DC4731;
}
* .message-holder .message-border.success {
  background-color: #81B622;
}
* .message-holder .message-border .error-holder {
  align-items: center;
  display: flex;
}
* .message-holder .message-border .error-holder .icon-holder {
  padding: 14px 18px 14px 20px;
}
* .message-holder .message-border .error-holder .icon-holder .error-icon i {
  font-size: 22px;
  color: #ffffff;
}
* .message-holder .message-border .error-holder .title-holder .title-text p {
  font-weight: bold;
  margin-top: 8px;
  color: #ffffff !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
}
* .message-holder .message-border .error-holder .message-text-holder .message-text p {
  font-weight: normal;
  margin-top: 8px;
  color: #ffffff !important;
  font-family: 'Inter' !important;
  font-size: 14px !important;
}
* .mleft.ml-14 {
  margin-left: 14px;
}
* .mtop.mt-1 {
  margin-top: 1px;
}
* .mtop.mt-5 {
  margin-top: 5px;
}
* .form-group {
  position: relative;
}
* .form-group.upload .upload-btn-wrapper {
  position: absolute;
  overflow: hidden;
  display: inline-block;
}
* .form-group.upload .upload-btn {
  padding: 8px 20px;
  padding-bottom: 13px;
  font-size: 20px;
  font-weight: bold;
  margin-left: 20px;
  background-color: #73aed2;
  color: #ffffff;
  border-radius: 30px;
  white-space: nowrap;
  border: none;
  height: 50px;
  cursor: pointer;
  z-index: 6;
  position: relative;
}
* .form-group.upload .upload-btn:hover {
  background-color: #459f84;
}
* .form-group.upload .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.canvas-rect {
  width: 100%;
  height: 100%;
  position: absolute;
}
canvas.home {
  width: 100%;
  height: 100%;
}
/*------------------------
--- Generic-Page ---------
------------------------*/
#generic-page {
  max-width: 1090px;
  margin-left: 3.5%;
  margin-right: 3.5%;
}
#generic-page h1 {
  font-size: 40px;
  font-weight: bold;
  color: #336a6e;
}
#generic-page h2 {
  font-size: 32px;
  font-weight: bold;
  color: #336a6e;
}
#generic-page h3 {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border {
  border: 4px solid #c1d2d3;
  border-radius: 8px;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content {
  padding: 50px;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-title {
  max-width: 50%;
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-subtitle {
  max-width: 50%;
  color: #6abea5;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-text {
  max-width: 66%;
  color: #1e3d3f;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-text .captionImage {
  margin-top: 45px;
  margin-bottom: 10px;
  border-radius: 8px;
  background-color: #6abea5;
  padding-top: 50px;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-text .captionImage img {
  border-radius: 8px;
}
#generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-text .captionImage p {
  color: #ffffff;
  padding: 20px;
}
/*------------------------
--- Start-Page ---------
------------------------*/
.play1 img {
  top: 5px;
}
.play2 img {
  top: -5px;
}
#start-page {
  /*Video container*/
}
#start-page #gomenu {
  position: absolute;
  top: calc(100vh - 80px);
}
#start-page #header #menu {
  opacity: 0;
  position: absolute;
}
#start-page #header #menu #header-container {
  background: none;
}
#start-page #header #homeSlider {
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  width: 100%;
  min-height: 840px;
  height: 100vh;
}
#start-page #header #homeSlider .rocket {
  height: 222px;
  margin-top: 60px;
}
#start-page #header #homeSlider .rocket img {
  height: 200px;
  width: auto;
}
#start-page #header #homeSlider #header-fixed-images {
  margin-top: 115px;
}
#start-page #header #homeSlider #header-fixed-images .planets {
  display: flex;
  margin: 0px 0px 0px 0px;
}
#start-page #header #homeSlider #header-fixed-images .planets .image1 {
  margin: 80px 0px 0px 52px;
}
#start-page #header #homeSlider #header-fixed-images .planets .image2 {
  margin: -111px 0px 0px -6px;
  opacity: 0.3;
}
#start-page #header #homeSlider #header-fixed-images .planets .image3 {
  margin: auto;
  margin-right: 80px;
  margin-top: -138px;
}
#start-page #header #homeSlider .slogan {
  background-position-y: 390px !important;
  background-repeat: no-repeat !important;
  height: 100%;
  position: absolute;
  background-position-x: center !important;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
#start-page #header #homeSlider #itens .head-itens {
  margin: auto;
  margin-top: -80px;
  text-align: center;
}
#start-page #header #homeSlider #itens .head-itens h2 {
  color: #ffffff;
}
#start-page #header #homeSlider #itens .head-itens .dot._0 {
  display: none;
}
#start-page #competition {
  position: relative;
}
#start-page #competition #div_competition {
  margin: -20px 0px 0px 0px;
  display: block;
  width: 100%;
  min-height: 1950px;
  overflow: hidden;
  background-color: #336a6e;
}
#start-page #competition #div_competition h1 {
  color: #6abea5;
  font-size: 40px;
  font-weight: bold;
}
#start-page #competition #div_competition h2 {
  color: #6abea5;
  font-size: 24px;
  font-weight: bold;
}
#start-page #competition #div_competition h3 {
  text-transform: uppercase;
  color: #6abea5;
  font-size: 20px;
  font-weight: bold;
}
#start-page #competition #div_competition p {
  color: #ffffff;
}
#start-page #competition #div_competition .competition-ideas {
  margin-top: 75px;
}
#start-page #competition #div_competition .competition-ideas .text {
  max-width: 500px;
  position: relative;
  margin: auto;
}
#start-page #competition #div_competition .competition-ideas .objetive {
  max-width: 500px;
  position: relative;
  margin: auto;
  margin-top: 55px;
}
#start-page #competition #div_competition #sections {
  margin-right: 4%;
  margin-left: 4%;
}
#start-page #competition #div_competition #sections .sections-holder {
  text-align: -webkit-center;
}
#start-page #competition #div_competition #sections .sections-holder .sections-content {
  max-width: 1087px;
}
#start-page #competition #div_competition #sections .sections-holder .sections-content .section-els {
  display: flex;
  text-align: center;
  justify-content: space-between;
  width: 100%;
}
#start-page #competition #div_competition #sections .sections-holder .sections-content .section-els .sections-el {
  max-width: 200px;
}
#start-page #competition #div_competition #sections .sections-holder .sections-content .section-els .sections-el .item-el-text {
  min-height: 60px;
}
#start-page #competition #div_competition #sections .sections-holder .sections-content .section-els .sections-el .item-el-img {
  padding-top: 20px;
}
#start-page #competition #div_competition .presentation {
  margin-top: 70px;
  margin-right: 4%;
  margin-left: 4%;
}
#start-page #competition #div_competition .presentation #lines-container {
  display: flex;
  width: 100%;
  opacity: 0.35;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container {
  width: 50%;
  height: 610px;
  max-width: 650px;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container .mobileline {
  display: none;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container .mobileline .innerline {
  display: none;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container .line_esquerdo_1 {
  width: 100%;
  height: 50px;
  max-height: 50px;
  max-width: 650px;
  border-color: #ffffff;
  border-style: solid solid none solid;
  border-width: 4px 4px 0px 4px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container .line_esquerdo_2 {
  width: 68.46%;
  height: 247px;
  max-width: 445px;
  border-color: #ffffff;
  border-style: none none solid solid;
  border-width: 0px 0px 4px 4px;
  padding-top: 247px;
  border-bottom-left-radius: 8px;
}
#start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container .line_esquerdo_3 {
  width: 32%;
  max-height: 220px;
  margin-left: 67.7%;
  max-width: 205px;
  border-color: #ffffff;
  border-style: none none solid solid;
  border-width: 0px 0px 4px 4px;
  margin-top: -3px;
  padding-top: 46%;
  border-bottom-left-radius: 8px;
}
#start-page #competition #div_competition .presentation #lines-container .line_direito-container {
  width: 50%;
  height: 580px;
  margin-left: -2px;
}
#start-page #competition #div_competition .presentation #lines-container .line_direito-container .line_direito_1 {
  width: 100%;
  height: 50px;
  max-height: 50px;
  max-width: 460px;
  border-color: #ffffff;
  border-style: none none none none;
  border-width: 0px 0px 0px 0px;
}
#start-page #competition #div_competition .presentation #lines-container .line_direito-container .line_direito_2 {
  margin-top: -3px;
  width: 100%;
  height: 250px;
  border-color: #ffffff;
  border-style: solid solid none none;
  border-width: 4px 4px 0px 0px;
  padding-top: 250px;
  border-top-right-radius: 8px;
}
#start-page #competition #div_competition .presentation #lines-container .line_direito-container .line_direito_3 {
  margin-top: -3px;
  width: 100%;
  max-height: 220px;
  border-color: #ffffff;
  border-style: none solid solid none;
  border-width: 0px 4px 4px 0px;
  padding-top: 46%;
  border-bottom-right-radius: 8px;
}
#start-page #competition #div_competition .presentation #presentation-text-holder {
  position: relative;
  margin-top: -585px;
  text-align: -webkit-center;
}
#start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container {
  max-width: 1050px;
}
#start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text {
  text-align: left;
  height: 212px;
}
#start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text p,
#start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text h2 {
  max-width: 300px;
  margin-left: 28px;
}
#start-page #competition #div_competition .presentation #video-container-holder {
  position: relative;
  margin-top: -200px;
  text-align: -webkit-center;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container {
  max-width: 1050px;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder {
  text-align: right;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-img img {
  width: 60%;
  max-height: 509px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-right: 24px;
  border-radius: 8px;
  filter: brightness(65%);
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder {
  position: relative;
  text-align: -webkit-right;
  pointer-events: none;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
  margin-top: -305px;
  width: 65%;
  margin-right: -30px;
  text-align: center;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1-holder {
  text-align: -webkit-center;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1 {
  pointer-events: none;
  width: 50px;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1 img {
  top: 5px;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  pointer-events: none;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 img {
  top: -5px;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1,
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  position: relative;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img img {
  width: 41px;
  height: 41px;
  position: relative;
  pointer-events: none;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img img.img-shadow {
  margin-top: -65px;
  margin-left: 22px;
  opacity: 0.35;
}
#start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img p {
  color: #ffffff;
}
#start-page #steps #div_steps {
  margin: -20px 0px 0px 0px;
  display: block;
  width: 100%;
  margin-bottom: 120px;
  overflow: hidden;
  background-color: transparent;
}
#start-page #steps #div_steps h1 {
  color: #336a6e;
  font-size: 40px;
  font-weight: bold;
}
#start-page #steps #div_steps h2 {
  color: #6abea5;
  font-size: 24px;
  font-weight: bold;
}
#start-page #steps #div_steps h3 {
  text-transform: uppercase;
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
}
#start-page #steps #div_steps p {
  color: #000000;
}
#start-page #steps #div_steps p.green {
  color: #6abea5;
}
#start-page #steps #div_steps .idea {
  display: block;
  margin-top: 80px;
}
#start-page #steps #div_steps .idea #ideas-who-container {
  width: 100%;
  max-width: 1159px;
  margin-left: auto;
  margin-right: auto;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder {
  margin-left: 5.5%;
  margin-right: 5.5%;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who div {
  width: 60%;
  border: 4px solid #c1d2d3;
  border-radius: 7px;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who div h3,
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who div p {
  width: 101.5%;
  text-transform: none;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n1 {
  margin-right: -4.5%;
  padding-right: 4.5%;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n3 {
  margin-left: -4.5%;
  padding-left: 4.5%;
}
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n3 h3,
#start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n3 p {
  width: 101.5%;
  text-transform: none;
}
#start-page #steps #div_steps #prize div {
  text-align: center;
  text-align: -webkit-center;
}
#start-page #steps #div_steps #how-to-steps .how-to-steps-conteiner {
  max-width: 1140px;
  width: 100%;
  padding: 0px 55px;
  margin: auto;
}
#start-page #steps #div_steps #how-to-steps .step-block-line {
  display: flex;
  width: 736px;
  max-width: 100%;
  align-items: center;
  position: relative;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.left {
  margin-right: auto;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.right {
  margin-left: auto;
}
#start-page #steps #div_steps #how-to-steps .step-block-item {
  background-color: #6abea5;
  border-radius: 8px;
  width: 630px;
  min-height: 174px;
  padding: 24px;
}
#start-page #steps #div_steps #how-to-steps .step-block-arrow {
  position: absolute;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.right .step-block-item {
  margin-left: auto;
}
#start-page #steps #div_steps #how-to-steps .step-item-content {
  display: flex;
}
#start-page #steps #div_steps #how-to-steps .step-item-content-image {
  width: 126px;
  height: 94px;
  margin: 12px;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.left .step-item-content-image.img-right {
  display: none;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.right .step-item-content-image.img-left {
  display: none;
}
#start-page #steps #div_steps #how-to-steps .step-item-content-text {
  margin: 12px;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.left .step-item-content-text {
  margin-right: auto;
}
#start-page #steps #div_steps #how-to-steps .step-block-line.right .step-item-content-text {
  margin-left: auto;
}
#start-page #steps #div_steps #how-to-steps .step-item-content-text .event-title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
#start-page #steps #div_steps #how-to-steps .step-item-content-text .event-date {
  color: #336a6e;
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
}
#start-page #steps #div_steps #motivational {
  text-align: -webkit-center;
}
#start-page .areas-items-holder {
  /* background-color: olive; */
  max-width: 1098px;
  padding: 20px;
  width: 100%;
  margin: auto;
}
#start-page .areas-items-container {
  /* background-color: navajowhite; */
  min-height: 50px;
  width: 100%;
}
#start-page .areas-item-content {
  padding: 24px;
  max-width: 238px;
  border: 4px solid #7A9EA1;
  border-radius: 8px;
}
#start-page .areas-item-content .item-icon {
  width: 64px;
  height: 64px;
  margin: auto;
}
#start-page .areas-item-content .item-title {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  min-height: 60px;
}
#start-page .areas-item-content .item-video {
  height: 130px;
  width: calc(100% + 48px);
  border: 4px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: -48px;
}
#start-page .areas-item-content .item-video:hover .layer {
  background-color: rgba(0, 0, 0, 0);
}
#start-page .areas-item-content .item-video .layer {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
}
#start-page .item-video .items-play-button {
  width: 42px;
  height: 42px;
  margin: auto;
  cursor: pointer;
  position: relative;
}
#start-page .lines-rack,
#start-page .lines-rack {
  max-width: 1098px;
  padding: 20px;
  width: 100%;
  margin: auto;
}
#start-page .lines-rack .rack {
  position: relative;
  width: 100%;
}
#start-page .lines-rack.mobile {
  border: 4px solid #7A9EA1;
  border-radius: 8px;
  max-width: calc(100% - 40px);
}
#start-page .lines-rack .rack-content {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
#start-page .rack-content .left {
  width: 42%;
  height: 100%;
  padding: 28px 28px 19.5% 28px;
  padding-bottom: calc(19.5% + 28px);
}
#start-page .rack-content .right {
  width: 58%;
  height: 100%;
  padding: 4.4% 28px 28px 28px;
  padding-top: calc(4.4% + 28px);
}
#start-page .side-content {
  text-align: left;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  position: relative;
}
#start-page .side-content-title {
  color: #6abea5;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#start-page .side-content-text {
  margin: 8px 0;
  color: #ffffff;
  font-size: 18px;
}
a.footer-dstgroup {
  pointer-events: all;
}
a.footer-dstgroup .logo-footer-dstgroup {
  width: 120px;
  height: 116px;
  background: url('../images/logo-dstgroup.png') no-repeat center;
  background-size: contain;
}
a.footer-dstgroup:hover .logo-footer-dstgroup {
  background: url('../images/logo-dstgroup-hover.png') no-repeat center;
  background-size: contain;
}
@media only screen and (min-width: 769px) {
  /*Desktop*/
  .mt-n28px-desktop {
    margin-top: -28px;
  }
  .how-to-steps-conteiner .step-block-item {
    max-width: calc(100% - 142px);
  }
  .how-to-steps-conteiner .step-block-arrow {
    width: 142px;
    height: 118px;
    top: 34%;
  }
  .step-block-line.right .step-block-arrow {
    left: 28px;
  }
  .step-block-line.left .step-block-arrow {
    right: 28px;
  }
  .step-block-item {
    border: 4px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  /*tablet*/
  .how-to-steps-conteiner .step-block-item {
    max-width: calc(100% - 12px);
  }
  .how-to-steps-conteiner .step-block-arrow {
    width: 88px;
    height: 46px;
    top: 90%;
  }
  .step-block-line.right .step-block-arrow {
    left: 8px;
  }
  .step-block-line.left .step-block-arrow {
    right: 8px;
  }
  .step-block-item {
    border: 2px solid #fff;
  }
}
@media only screen and (max-width: 500px) {
  /*smartphone*/
  .step-item-content {
    display: block !important;
  }
  .step-block-line .step-item-content-image.img-right {
    display: none;
  }
  .step-block-line .step-item-content-image.img-left {
    display: block !important;
  }
}
@media only screen and (min-width: 995px) {
  /*Desktop*/
  .areas-items-container {
    display: flex;
    justify-content: space-between;
  }
  .areas-item-content {
    width: 25%;
  }
}
@media only screen and (max-width: 994px) {
  /*tablet*/
  .areas-items-container {
    display: block;
  }
  .areas-item-content {
    width: 100%;
    margin: 24px auto;
  }
}
@media only screen and (max-width: 500px) {
  /*smartphone*/
}
@media only screen and (min-width: 995px) {
  /*desktop*/
  .d-tablet-only {
    display: none;
  }
  .d-smartphone-only {
    display: none;
  }
  .d-mobile-only {
    display: none;
  }
}
@media only screen and (max-width: 994px) {
  /*mobile*/
}
@media only screen and (min-width: 501px) and (max-width: 994px) {
  /*tablet*/
  .d-desktop-only {
    display: none;
  }
  .d-smartphone-only {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  /*smartphone*/
  .d-desktop-only {
    display: none;
  }
  .d-tablet-only {
    display: none;
  }
}
/*------------------------
--- About-Us-Page --------
------------------------*/
#about-us-page {
  margin-left: 3.5%;
  margin-right: 3.5%;
  max-width: 1028px;
  margin-top: -2px;
}
#about-us-page .div_about-us-page .block-holder {
  width: 100%;
}
#about-us-page .div_about-us-page .block-holder.move-right {
  text-align: -webkit-right;
}
#about-us-page .div_about-us-page .block-holder .block-container {
  width: 684px;
  max-width: 100%;
  border: 4px solid #c1d2d3;
  border-radius: 8px;
  background-color: transparent;
  margin-top: -83px;
}
#about-us-page .div_about-us-page .block-holder .block-container .block-el {
  text-align: -webkit-left;
}
#about-us-page .div_about-us-page .block-holder .block-container .block-el .block-content {
  padding-left: 40px;
  padding-right: 40px;
}
#about-us-page .div_about-us-page .block-holder.one .block-container {
  border: 4px solid #c1d2d3;
  margin-top: 34px;
}
#about-us-page .div_about-us-page .block-holder.two {
  margin-bottom: -10px;
}
#about-us-page .div_about-us-page .block-holder.two .block-container {
  border: 4px solid #6abea5;
  background-color: #6abea5;
}
#about-us-page .div_about-us-page .block-holder.three .block-container {
  border: none;
  margin-top: -89px;
}
#about-us-page .div_about-us-page .block-holder.three .block-container .block-el {
  background-color: #336a6e;
  border-radius: 8px;
}
#about-us-page .div_about-us-page .block-holder.three .block-container .block-el .block-content {
  padding-left: 0px;
  padding-right: 0px;
}
#about-us-page .div_about-us-page .block-holder.four .block-container {
  border: 4px solid #c1d2d3;
}
#about-us-page .div_about-us-page .block-holder.five .block-container {
  border: 4px solid #c1d2d3;
  margin-top: -89px;
}
#about-us-page .div_about-us-page .block-holder.five .block-container .block-el {
  background-color: #ffffff;
}
#about-us-page .div_about-us-page .block-holder.five .block-content {
  position: relative;
}
#about-us-page .div_about-us-page .block-holder.five .line-separator {
  height: 4px;
  background-color: #c1d2d3;
  width: 100%;
  position: absolute;
  left: 0;
}
#about-us-page .div_about-us-page .block-holder.five .line-separator {
  height: 4px;
}
#about-us-page .div_about-us-page .block-content .el-title {
  font-size: 36px;
  font-weight: bold;
  color: #336a6e;
}
#about-us-page .div_about-us-page .block-content .el-title-secondary {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
#about-us-page .div_about-us-page .block-content .el-text {
  color: #1e3d3f;
  /*width: 450px*/
  max-width: 100%;
  text-align: justify;
}
#about-us-page .div_about-us-page .block-content .el-image img {
  width: 430px;
  max-width: 100%;
}
#about-us-page .div_about-us-page .block-content #video-container-holder img#thumbeffect {
  max-width: calc(100% + 1px);
}
#about-us-page .div_about-us-page .block-content.one .el-title {
  max-width: 100%;
}
#about-us-page .div_about-us-page .block-content.two .el-text {
  color: #ffffff;
}
#about-us-page .div_about-us-page .block-content.three .el-title {
  color: #ffffff;
  max-width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
#about-us-page .div_about-us-page .block-content.four {
  text-align: -webkit-center;
}
#about-us-page .div_about-us-page .block-content.four .el-title {
  width: 300px;
  max-width: 100%;
}
#about-us-page .div_about-us-page .block-content.four .el-text {
  color: #000000;
}
#about-us-page .div_about-us-page .block-content.five .el-text {
  max-width: 100%;
  width: 100%;
}
/*------------------------
--- FAQ / Rules page -----
------------------------*/
.panel.panel-default .panel-heading a .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  margin-top: -20px;
  margin-bottom: -8px;
}
.panel.panel-default .panel-heading a .panel-title img {
  width: 32px;
  margin-top: 16px;
}
#about-rules-page {
  max-width: 1090px;
  margin-left: 3.5%;
  margin-right: 3.5%;
}
#about-rules-page a {
  text-decoration: none;
}
#about-rules-page h1 {
  text-transform: none;
}
#about-rules-page h1.faq-title {
  text-transform: uppercase;
  letter-spacing: -2.92px;
}
#about-rules-page h3 {
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
}
#about-rules-page p {
  color: #262626;
  font-weight: 400;
}
#about-rules-page p.faq-title {
  color: #183234;
  font-weight: normal;
}
#about-rules-page #div_about-rules-page .panel.panel-default {
  border: 3px solid #c1d2d3;
  border-radius: 8px;
  border-style: none solid none solid;
}
#about-rules-page #div_about-rules-page .panel.panel-default div[aria-expanded="true"] {
  border-bottom: 3px solid #c1d2d3;
  border-radius: 8px;
  width: calc(100% + 6px);
  margin-left: -2.5px;
}
#about-rules-page #div_about-rules-page .panel.panel-default .panel-heading {
  background: none;
  border-radius: 8px;
  border: 3px solid #c1d2d3;
  width: calc(100% + 6px);
  margin-left: -2.5px;
}
#about-rules-page #div_about-rules-page .panel.panel-default .panel-heading a {
  text-decoration: none;
}
#about-rules-page #div_about-rules-page .regulaments-cols .title {
  width: 100%;
  display: block;
}
#about-rules-page #div_about-rules-page .regulaments-cols .cols {
  display: flex;
  justify-content: space-between;
}
#about-rules-page #div_about-rules-page .regulaments-cols .cols div {
  width: calc(50% - 25px);
}
/*------------------------
--- FAQ / Rules page -----
------------------------*/
#candidature-page {
  color: #3b8770;
  max-width: 1090px;
  margin-left: 4%;
  margin-right: 4%;
}
#candidature-page p {
  color: #183234;
}
#candidature-page hr {
  border: 2px solid #c1d2d3;
  width: 103.5%;
  margin-left: -1.5%;
}
#candidature-page #div_candidature-page .action-button-holder {
  position: absolute;
  margin-top: 0px;
  margin-left: 200px;
  pointer-events: none;
  background: none;
  z-index: 1;
}
#candidature-page #div_candidature-page .action-button-holder.close-btn {
  position: relative;
  margin: 0;
}
#candidature-page #div_candidature-page .action-button-holder .add-button,
#candidature-page #div_candidature-page .action-button-holder .close-button {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border,
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border {
  pointer-events: all;
  width: 71px;
  height: 57px;
  border: 4px solid #c1d2d3;
  background-color: #ffffff;
  border-radius: 8px;
  z-index: 3;
}
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border i,
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border i,
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border img,
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border img {
  z-index: 4;
}
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border i,
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border i {
  padding: 13px 22px 13px 22px;
  font-size: 24px;
  color: #336a6e;
}
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border img,
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border img {
  width: 63px;
  padding: 8px 15px 9px 15px;
}
#candidature-page #div_candidature-page .action-button-holder .add-button {
  margin-top: 23px;
  margin-left: 64px;
}
#candidature-page #div_candidature-page .action-button-holder .add-button .button-border:hover {
  background-color: #c1d2d3;
}
#candidature-page #div_candidature-page .action-button-holder .close-button {
  position: relative;
  float: right;
}
#candidature-page #div_candidature-page .action-button-holder .close-button .button-border {
  border: none;
  background: none;
}
#candidature-page #div_candidature-page .custom-radio {
  display: flex;
  font-size: 14px;
  margin-top: 2px;
  font-weight: 400;
  margin-left: 0px;
}
#candidature-page #div_candidature-page .custom-radio a {
  font-size: 14px;
  font-weight: 400;
}
#candidature-page #div_candidature-page .custom-radio a:hover {
  text-decoration: underline !important;
}
#candidature-page #div_candidature-page .custom-radio .container {
  font-weight: 400;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  padding-left: 40px;
  padding-top: 6px;
  margin-bottom: 12px;
  width: fit-content;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#candidature-page #div_candidature-page .custom-radio .radio-text {
  font-size: 14px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder.section_1 {
  padding-bottom: 80px;
  padding-top: 325px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border {
  border: 4px solid #c1d2d3;
  border-radius: 8px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border.section_1 {
  height: 645px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container {
  text-align: -webkit-center;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container.section_1 {
  margin-top: -325px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 {
  width: 490px;
  height: 700px;
  z-index: 1;
  background-color: #6abea5;
  position: relative;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .image-rocket img {
  width: 430px;
  height: 160px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .image-ok {
  padding: 5px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .image-ok img {
  width: 72px;
  height: 72px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .text-congrats p {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .title-success p {
  color: #336a6e;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_1 .text-success p {
  max-width: 300px;
  color: #ffffff;
  font-size: 16px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_2 {
  margin-top: -85px;
  position: absolute;
  width: 100vw;
  left: 0;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_2 img {
  bottom: 50px;
  position: relative;
  z-index: 0;
  width: 720px;
  height: 480px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_3 .title-secondary p {
  max-width: 250px;
  color: #336a6e;
  font-size: 36px;
  font-weight: bold;
  line-height: 42px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_3 .text-secondary p {
  width: 250px;
  color: #000000;
  font-size: 16px;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_3 .subtext-secondary p a {
  color: #6abea5;
  font-size: 24px;
  font-weight: bold;
}
#candidature-page #div_candidature-page #success-subpage .success-holder .success-border .success-container .success-els .success-el.el_3 .subtext-secondary p a:hover {
  color: #6abea5;
  text-decoration: underline;
}
#candidature-page #div_candidature-page .page-head .page-text {
  max-width: 450px;
}
#candidature-page #div_candidature-page .form-region {
  width: 104%;
  margin-left: -2%;
  margin-bottom: 32px;
}
#candidature-page #div_candidature-page .form-region .panel {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#candidature-page #div_candidature-page .form-region .panel-heading,
#candidature-page #div_candidature-page .form-region .panel-body {
  padding-bottom: 0px;
  margin-bottom: 0px;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  border: none;
}
#candidature-page #div_candidature-page .form-region .panel-body {
  margin-top: 25px;
}
#candidature-page #div_candidature-page .form-region .collapse.in {
  margin-bottom: -80px;
}
#candidature-page #div_candidature-page .form-region .form-title-holder {
  position: relative;
  z-index: 1;
}
#candidature-page #div_candidature-page .form-region .form-title-holder .form-title-border {
  height: 57px;
  border: 4px solid #c1d2d3;
  border-radius: 8px;
  position: absolute;
  margin-top: 23px;
  background-color: #ffffff;
  display: flex;
  align-items: baseline;
  z-index: 2;
}
#candidature-page #div_candidature-page .form-region .form-title-holder .form-title-border:hover {
  background-color: #c1d2d3;
}
#candidature-page #div_candidature-page .form-region .form-title-holder .form-title-border .form-title {
  text-align: center;
  padding-top: 5px;
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
  padding-left: 30px;
  z-index: 3;
}
#candidature-page #div_candidature-page .form-region .form-title-holder .form-title-border img {
  margin-right: 21px;
  margin-left: 21px;
  margin-top: -4px;
  z-index: 3;
  width: 32px;
}
#candidature-page #div_candidature-page .form-border {
  border: 4px solid #c1d2d3;
  border-radius: 8px;
}
#candidature-page #div_candidature-page .form-border.first-promoter {
  margin-top: -4px;
}
#candidature-page #div_candidature-page .form-border .form-content {
  padding: 60px 25px 15px 15px;
  z-index: 0;
}
#candidature-page #div_candidature-page .form-border .form-content .Section-title {
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
  margin-left: 10px;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group,
#candidature-page #div_candidature-page .form-border .form-content .group-fields {
  display: flex;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-label,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label {
  width: 30%;
  min-width: 160px;
  z-index: 0;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-label label,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label label {
  color: #3b8770;
  font-size: 18px;
  z-index: 0;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select {
  width: 100%;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input input,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input input,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select input,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select input,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input select,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input select,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select select,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select select,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input textarea,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input textarea,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select textarea,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select textarea {
  height: 50px;
  border: 1px solid #336a6e;
  background-color: #ffffff;
  border-radius: 4px;
  color: #183234;
  font-size: 18px;
  padding-left: 14px;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  z-index: 0;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input select,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input select,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select select,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select select {
  background-color: white;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #336a6e 50%), linear-gradient(135deg, #336a6e 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), 100% 0;
  background-size: 9px 6px, 6px 9px, 2.5em 2.5em;
  background-repeat: no-repeat;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input textarea,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input textarea,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select textarea,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select textarea {
  height: 120px;
}
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-input img,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input img,
#candidature-page #div_candidature-page .form-border .form-content .form-group .form-select img,
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select img {
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-left: 10px;
}
#candidature-page #div_candidature-page .form-border .form-content .group-fields > .form-group {
  min-width: 62%;
}
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label {
  width: 30%;
  min-width: 255px;
}
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label label {
  white-space: nowrap;
}
#candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input {
  margin-left: -180px;
}
#candidature-page #div_candidature-page .percent.p100 {
  width: 100%;
  min-width: 130px;
}
#candidature-page #div_candidature-page .percent.p75 {
  width: 75%;
  min-width: 130px;
}
#candidature-page #div_candidature-page .percent.p50 {
  width: 50%;
  min-width: 130px;
}
#candidature-page #div_candidature-page .percent.p25 {
  width: 130px;
}
#candidature-page #div_candidature-page .percent.p100-50px {
  width: calc(100% - 50px);
  min-width: 130px;
}
/*------------------------
--- Community ------------
------------------------*/
#community-page {
  max-width: 1090px;
  margin-left: 3.5%;
  margin-right: 3.5%;
}
#community-page h2 {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
#community-page h3 {
  font-size: 18px;
  font-weight: bold;
  color: #336a6e;
  text-transform: uppercase;
}
#community-page p {
  color: #183234;
  font-size: 14px;
}
#community-page p.green-area {
  color: #ffffff;
}
#community-page p.description {
  color: #6abea5;
  font-size: 14px;
}
#community-page #div_community-page #header p {
  max-width: 450px;
}
#community-page #div_community-page #floating {
  display: none;
}
#jurys,
#mentors,
#speakers {
  text-align: -webkit-center;
}
#jurys #staff-photos,
#mentors #staff-photos,
#speakers #staff-photos {
  max-width: 1060px;
  text-align: -webkit-left;
}
#staff-photos h2 {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
#staff-photos h3 {
  font-size: 18px;
  font-weight: bold;
  color: #336a6e;
  text-transform: uppercase;
}
#staff-photos p {
  color: #183234;
  font-size: 14px;
}
#staff-photos p.green-area {
  color: #ffffff;
}
#staff-photos p.description {
  color: #6abea5;
  font-size: 16px;
  line-height: 20px;
}
#staff-photos .label-holder {
  margin-top: -57px;
  /*Align center*/
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#staff-photos .label-holder .title_label {
  background-color: #ffffff;
  border: 4px solid #c1d2d3;
  border-radius: 8px;
  width: 158px;
  height: 57px;
  position: absolute;
}
#staff-photos .label-holder .title_label h2 {
  margin-top: 6px;
}
#staff-photos .outline {
  border: 4px solid #c1d2d3;
  border-radius: 8px;
}
#staff-photos .outline .photos {
  margin-left: 50px;
  margin-top: 75px;
}
#staff-photos .outline .photos > div:nth-of-type(even) {
  margin-left: 250px;
}
#staff-photos .outline .photos .photos-line {
  display: flex;
  width: 65%;
  max-width: 700px;
  justify-content: space-between;
}
#staff-photos .outline .photos .photos-line.up {
  margin-top: -90px;
}
#staff-photos .outline .photos .photos-line #photo-holder.left .out-image-border,
#staff-photos .outline .photos .photos-line #photo-holder.right .out-image-border {
  position: relative;
  z-index: 2;
}
#staff-photos .outline .photos .photos-line #photo-holder.left .out-image-border .out-image,
#staff-photos .outline .photos .photos-line #photo-holder.right .out-image-border .out-image {
  background: url('../images/photoborder.png');
  width: 200px;
  height: 210px;
  position: absolute;
  background-repeat: no-repeat;
  margin: -29px 0px 0px 0px;
  pointer-events: none;
}
#staff-photos .outline .photos .photos-line #photo-holder.left .out-image-border .photo,
#staff-photos .outline .photos .photos-line #photo-holder.right .out-image-border .photo {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
#staff-photos .outline .photos .photos-line #photo-holder.left .out-image-border .photo img,
#staff-photos .outline .photos .photos-line #photo-holder.right .out-image-border .photo img {
  width: 166px !important;
  height: 166px !important;
  border-radius: 50%;
  margin-left: 18px;
}
#staff-photos .outline .photos .photos-line #photo-holder.left .out-image-border .photo img:hover,
#staff-photos .outline .photos .photos-line #photo-holder.right .out-image-border .photo img:hover {
  cursor: pointer;
  filter: brightness(65%);
}
#staff-photos .outline .photos .photos-line #photo-holder.right {
  padding-left: 250px;
}
#staff-photos .outline .photos .photos-line #photo-holder h3,
#staff-photos .outline .photos .photos-line #photo-holder p {
  max-width: 190px;
  text-align-last: center;
  text-align: -webkit-center;
}
/*------------------------
--- Bootcamp page --------
------------------------*/
#bootcamp-page {
  max-width: 1090px;
  margin-left: 3.5%;
  margin-right: 3.5%;
}
#bootcamp-page h1 {
  font-size: 40px;
  font-weight: bold;
  color: #336a6e;
}
#bootcamp-page h2 {
  font-size: 32px;
  font-weight: bold;
  color: #336a6e;
}
#bootcamp-page h3 {
  font-size: 24px;
  font-weight: bold;
  color: #336a6e;
}
/*------------------------
--- News-Holder ----------
------------------------*/
#news-page-holder {
  margin-bottom: -16px;
}
#news-page-holder h2 {
  font-size: 24px;
}
#news-page-holder h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
}
#news-page-holder p {
  color: #6abea5;
}
#news-page-holder #div_news-page-holder {
  margin-left: 6%;
  margin-right: 6%;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content {
  display: flex;
  display: -webkit-inline-box;
  text-decoration: none;
  line-height: 28px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-image {
  width: 50%;
  padding: 12px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 8px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description {
  width: 50%;
  padding: 12px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description.right {
  text-align: right;
  text-align: -webkit-right;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description .news-title {
  max-width: 300px;
  margin-top: -5px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description .news-date-holder .date-border {
  background-color: #6abea5;
  border-radius: 8px;
  height: 42px;
  width: 120px;
  text-align: center;
  margin-top: -8px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description .news-date-holder .date-border .date h3 {
  padding: 0;
  margin: 0;
  padding-top: 5px;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description .news-text p {
  max-height: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#news-page-holder #div_news-page-holder .news-holder .loopHolder .news-row .news-content .news-description .news-text p.read-more {
  display: none;
}
#news-page-holder #div_news-page-holder #news-pager-container #news-pager .prev-page {
  background: url('../images/arrow-back.svg') no-repeat;
  width: 36px;
  min-width: 36px;
}
#news-page-holder #div_news-page-holder #news-pager-container #news-pager .next-page {
  background: url('../images/arrow-back.svg') no-repeat;
  width: 36px;
  min-width: 36px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
/*------------------------
--- News-Page ---------
------------------------*/
#news-page .page-title-holder {
  text-align: -webkit-center;
}
#news-page .page-title-holder .page-title {
  max-width: 700px;
  margin-left: -200px;
  display: flex;
}
#news-page .page-title-holder .page-title h1 {
  padding-left: 32px;
  margin-top: -4px;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border {
  border: 3px solid #c1d2d3;
  border-radius: 8px;
  height: 50px;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border:hover {
  background-color: #c1d2d3;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a {
  display: flex;
  text-decoration: none;
  padding-right: 8px;
  padding-left: 6px;
  height: 44px;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-icon,
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-text {
  margin: 0;
  padding: 0;
  place-self: center;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-icon h3,
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-text h3 {
  margin: 0;
  padding: 0;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-icon h3 img {
  margin-left: 10px;
  margin-right: 18px;
  width: 22px;
  margin-top: -5px;
}
#news-page .page-title-holder .page-title .btn-back-holder .btn-back-border a .back-text h3 {
  margin-right: 12px;
}
#news-page .news-holder {
  text-align: -webkit-center;
}
#news-page .news-holder .news-border {
  border: 3px solid #c1d2d3;
  border-radius: 8px;
  max-width: 690px;
  min-width: 550px;
}
#news-page .news-holder .news-border .news-date-holder .date-border {
  background-color: #6abea5;
  border-radius: 8px;
  height: 42px;
  width: 120px;
  text-align: center;
  margin-top: -8px;
}
#news-page .news-holder .news-border .news-date-holder .date-border .date p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  padding-top: 9px;
}
#news-page .news-holder .news-border .news-details-title {
  max-width: 430px;
}
#news-page .news-holder .news-border .news-details-title h2 {
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
}
#news-page .news-holder .news-border .news-details-content-holder {
  max-width: 590px;
  width: 90%;
  margin-bottom: 46px;
}
#news-page .news-holder .news-border .news-details-content-holder .news-details-content {
  color: #000000;
}
/*------------------------
--- Finalists-Page -------
------------------------*/
#finalists-page {
  line-height: normal;
  margin-top: 14px;
}
#finalists-page .div_finalists-page #finalists .finalist-item-holder {
  width: 100%;
}
#finalists-page .div_finalists-page #finalists .finalist-item-holder.move-right {
  text-align: -webkit-right;
}
#finalists-page .div_finalists-page #finalists .finalist-item-holder .finalist-item-container {
  width: 685px;
  max-width: 100%;
}
#finalists-page .div_finalists-page #finalists .finalist-item-holder .finalist-item-container .finalist-item-el {
  width: 100%;
  border: 4px solid #c1d2d3;
  border-radius: 8px;
  padding-left: 40px;
  margin-top: -46px;
}
#finalists-page .div_finalists-page #finalists .finalist-item-holder .finalist-item-container .finalist-item-el .finalist-el-content {
  text-align: -webkit-left;
}
#finalists-page .div_finalists-page #finalists .finalist-video-holder {
  margin-top: -44px;
}
#finalists-page .div_finalists-page #finalists .finalist-title {
  max-width: 430px;
}
#finalists-page .div_finalists-page #finalists .finalist-title p {
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
}
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el {
  display: flex;
  background-color: #6abea5;
  width: fit-content;
  height: 50px;
  border-radius: 8px;
  padding-top: 2px;
}
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el img,
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el i {
  margin-right: 9px;
  margin-left: 18px;
}
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el img {
  width: 28px;
}
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el i {
  font-size: 38px;
  color: #ffffff;
  font-weight: normal;
}
#finalists-page .div_finalists-page #finalists .finalist-areatxt-el p {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  margin-right: 18px;
  margin-left: 9px;
  white-space: nowrap;
}
#finalists-page .div_finalists-page #finalists .finalist-promotor-content,
#finalists-page .div_finalists-page #finalists .finalist-description-content {
  max-width: 210px;
}
#finalists-page .div_finalists-page #finalists .finalist-promotor-content .finalist-promotor-title p {
  color: #6abea5;
  font-weight: bold;
}
#finalists-page .div_finalists-page #finalists .finalist-promotor-content .finalist-promotor-name p {
  color: #183234;
  margin-top: -6px;
}
#finalists-page .div_finalists-page #finalists .finalist-description-content .finalist-description-title p {
  color: #6abea5;
  font-weight: bold;
}
#finalists-page .div_finalists-page #finalists .finalist-description-content .finalist-description-el p {
  color: #183234;
  margin-top: -6px;
}
/*------------------------
--- Contact-Page ---------
------------------------*/
#contacts-page {
  max-width: 1090px;
  margin-left: 3.5%;
  margin-right: 3.5%;
}
#contacts-page .midias a {
  color: #3b8770;
  text-decoration: none;
}
#contacts-page .midias a:hover {
  color: #3b8770;
  text-decoration: none;
}
#contacts-page .min-margin {
  margin-left: 14px;
}
#contacts-page a {
  text-decoration: none;
}
#contacts-page .right-less-50 {
  margin-top: 88px;
  margin: 88px 0px 0px auto;
}
#contacts-page .contact-form-holder {
  border: 4px solid #c1d2d3;
  border-radius: 8px;
  z-index: 1;
}
#contacts-page .contact {
  display: flex;
  z-index: 2;
  border: 4px solid #c1d2d3;
  border-radius: 8px;
}
#contacts-page .contact.form {
  border: none;
}
#contacts-page .contact.form #esquerdo {
  width: 50%;
  z-index: 3;
  padding-right: 20px;
  padding-left: 18px;
}
#contacts-page .contact.form #esquerdo .image-container {
  width: 100%;
  z-index: 4;
  margin-top: 20px;
}
#contacts-page .contact.form #esquerdo .image-container img {
  z-index: 5;
  width: 100%;
  border-radius: 8px;
}
#contacts-page .contact.form #esquerdo .form-details {
  text-align: left;
  margin-top: 44px;
  margin-left: 10px;
}
#contacts-page .contact.form #direito {
  width: 50%;
  color: #3b8770;
  text-align: left;
  z-index: 3;
  padding-right: 18px;
  padding-left: 20px;
}
#contacts-page .contact.form #direito .custom-radio.contact-page-link {
  line-height: 18px;
}
#contacts-page .contact.form #direito .custom-radio .radio-text {
  font-size: 14px;
  font-weight: 400;
}
#contacts-page .contact.form #direito .custom-radio a.contact-page-link {
  font-size: 14px;
  font-weight: 400;
}
#contacts-page .contact.form #direito .custom-radio a.contact-page-link:hover {
  text-decoration: underline !important;
  opacity: 1;
}
#contacts-page .contact.form #direito .custom-radio .container {
  margin-bottom: -11px;
}
#contacts-page .contact.form #direito fieldset {
  border: none;
  margin: auto;
  z-index: 4;
  margin-top: 50px;
  font-weight: normal;
}
#contacts-page .contact.form #direito fieldset input {
  z-index: 5;
  border-radius: 4px;
  border: 1px solid #c1d2d3;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  margin: 4px 0px 18px 0px;
}
#contacts-page .contact.form #direito fieldset input#Rules {
  position: relative;
  padding: 0 !important;
  width: 10px;
  height: 10px;
}
#contacts-page .contact.form #direito fieldset textarea {
  z-index: 5;
  border-radius: 4px;
  border: 1px solid #c1d2d3;
  background-color: #ffffff;
  width: 100%;
  height: 215px;
  resize: none;
  margin: 4px 0px 18px 0px;
}
#contacts-page .contact.form #direito .Actions {
  border: none;
  max-width: 80%;
  margin: auto;
  z-index: 4;
}
#contacts-page .contact.form #direito .Actions #Form_Form_action_submit {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  max-width: 352px;
  height: 73px;
  border-radius: 40px;
  border: 0px solid #336a6e;
  margin: 33px auto 48px 8px;
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  text-transform: uppercase;
}
#contacts-page .contact.form #direito .Actions #Form_Form_action_submit:hover {
  background-image: none;
  background-color: #459f84;
}
#contacts-page .contact.ways .contact-ways-els {
  display: flex;
  text-align: left;
  padding: 16px;
  padding-bottom: 32px;
}
#contacts-page .contact.ways .contact-ways-els .contact-ways-el.one {
  margin-left: 6px;
}
#contacts-page .contact.ways .contact-ways-els .contact-ways-el.two {
  margin-left: 102px;
}
#contacts-page .contact.ways .contact-ways-els .img-el {
  height: 145px;
}
#contacts-page .contact.ways .contact-ways-els .img-el.one img {
  width: 137px;
  height: 145px;
}
#contacts-page .contact.ways .contact-ways-els .img-el.two img {
  width: 129px;
  height: 126px;
  margin-top: 19px;
}
#contacts-page .contact.ways .contact-ways-els .title-el {
  color: #3b8770;
  margin-top: 7px;
}
#contacts-page .contact.ways .contact-ways-els .text-el {
  color: #336a6e;
  font-size: 24px;
  font-weight: bold;
  margin-top: 3px;
}
#contacts-page .contact.ways .contact-ways-els .text-el a {
  color: #336a6e;
  text-decoration: none;
}
#contacts-page .contact.ways .contact-ways-els .text-el a:hover {
  text-decoration: underline;
}
#contacts-page .contact.ways .contact-ways-els .title-el.one,
#contacts-page .contact.ways .contact-ways-els .text-el.one {
  margin-left: 20px;
}
#contacts-page .contact.ways .contact-ways-els .title-el.two,
#contacts-page .contact.ways .contact-ways-els .text-el.two {
  margin-left: 8px;
}
#contacts-page .contact.double {
  border: 0px solid #c1d2d3;
  justify-content: space-between;
  text-align: left;
}
#contacts-page .contact.double .directions,
#contacts-page .contact.double .social {
  border: 4px solid #c1d2d3;
  width: 95%;
  max-width: 500px;
  border-radius: 10px;
  z-index: 3;
}
#contacts-page .contact.double .directions a {
  color: #3b8770;
}
#contacts-page .contact.double .directions .h2-title {
  margin: -8px 0px 0px 24px;
}
#contacts-page .contact.double .directions .photos {
  position: relative;
  display: inline-flex;
  margin-top: -18px;
  margin-left: -3px;
}
#contacts-page .contact.double .directions .photos .photo-1 img,
#contacts-page .contact.double .directions .photos .photo-2 img {
  border-radius: 8px;
}
#contacts-page .contact.double .directions .photos .photo-1 {
  margin: 25px 0px 0px 28px;
}
#contacts-page .contact.double .directions .photos .photo-2 {
  margin: 108px 3px 0px -55px;
}
#contacts-page .contact.double .directions .txt-directions {
  margin: 32px 0 24px 13px;
}
#contacts-page .contact.double .directions .txt-directions .map-title,
#contacts-page .contact.double .directions .txt-directions .direction-title {
  text-transform: uppercase;
  color: #183234;
  font-weight: bold;
  margin: -3px 0px 0px 0px;
  display: flex;
}
#contacts-page .contact.double .directions .txt-directions .map-title a,
#contacts-page .contact.double .directions .txt-directions .direction-title a {
  display: flex;
  place-items: center;
}
#contacts-page .contact.double .directions .txt-directions .map-title a:hover > span,
#contacts-page .contact.double .directions .txt-directions .direction-title a:hover > span {
  text-decoration: underline;
  color: #183234;
}
#contacts-page .contact.double .directions .txt-directions .map-title a:hover > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-title-dark > .svg path,
#contacts-page .contact.double .directions .txt-directions .direction-title a:hover > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-title-dark > .svg path {
  fill: #183234 !important;
}
#contacts-page .contact.double .directions .txt-directions .map-title .text.dir,
#contacts-page .contact.double .directions .txt-directions .direction-title .text.dir {
  margin-left: 5px;
}
#contacts-page .contact.double .directions .txt-directions .map-title .text.map,
#contacts-page .contact.double .directions .txt-directions .direction-title .text.map {
  margin-left: 5px;
}
#contacts-page .contact.double .directions .txt-directions .direction-title {
  margin: -3px 0 0 1px;
}
#contacts-page .contact.double .social {
  height: 333px;
}
#contacts-page .contact.double .social .title {
  padding: 18px 30px 23px 35px;
}
#contacts-page .contact.double .social .title h2 {
  margin: 0;
}
#contacts-page .contact.double .social .midia-holder {
  margin-top: -4px;
}
#contacts-page .contact.double .social .midia-border {
  border: 4px solid #c1d2d3;
  border-left: none;
  border-right: none;
}
#contacts-page .contact.double .social .midia-border.insta-border {
  border-bottom: transparent;
}
#contacts-page .contact.double .social .face,
#contacts-page .contact.double .social .linke,
#contacts-page .contact.double .social .insta {
  display: flex;
  align-items: center;
  padding: 6px 30px 6px 20px;
}
#contacts-page .contact.double .social a {
  display: flex;
  place-items: center;
}
#contacts-page .contact.double .social a:hover > div span {
  color: #183234;
  text-decoration: underline;
}
#contacts-page .contact.double .social a:hover > div > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-title-dark > .svg path {
  fill: #183234 !important;
}
#contacts-page .contact.double .social .midias .icon img {
  width: 100%;
  height: 100%;
}
#contacts-page .contact.double .social .midias .text {
  padding-left: 7px;
  text-transform: uppercase;
  color: #3b8770;
  font-weight: bold;
}
/*------------------------
--- Header       ---------
------------------------*/
#menu {
  position: fixed;
  top: 0;
  width: 102%;
  z-index: 10;
  margin-left: -15px;
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  height: 80px;
  border: 1px solid #3b8770;
}
#header-container {
  min-width: 850px;
  height: 80px;
  max-height: 80px;
  margin: 0 0 0 0px;
  position: relative;
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
}
#header-container ul.dropdown ul a:hover {
  background: none;
}
#header-container ul.dropdown ul li {
  border: none;
}
#header-container.start-page {
  background-image: none;
}
#header-container.start-page #menu-container ul.dropdown {
  margin-top: 4px;
}
#header-container.start-page #menu-container ul.dropdown > li > a {
  line-height: 74px;
  padding: 26px 2px;
}
#header-container.start-page #menu-container ul.dropdown > li ul {
  top: 62px;
}
#header-container #logo-container {
  float: left;
  margin: 0 20px;
  position: absolute;
  width: 145px;
  z-index: 1099;
}
#header-container #logo-container #logo {
  background: url(../images/logo.png) no-repeat;
  background-size: contain;
  width: 143px;
  height: 32px;
  display: block;
  margin-top: 23px;
  margin-left: 27px;
}
#header-container #expanded-menu {
  display: block;
  padding-top: 18.5px;
}
#header-container #menu-container {
  position: absolute;
  margin: 0;
  padding: 0;
  top: 0px;
  width: 100vw;
  text-align: center;
  height: 70px;
  min-width: 1100px;
  z-index: 1098;
}
#header-container #menu-container .navbar {
  padding-left: 25px;
}
#header-container #menu-container ul.dropdown {
  float: none;
  width: 100%;
  left: 0px;
  height: 60px;
}
#header-container #menu-container ul.dropdown > li {
  display: inline-block;
  float: none;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 40px;
  height: 60px;
}
#header-container #menu-container ul.dropdown > li > a {
  padding: 0px 20px;
  line-height: 40px;
}
#header-container #menu-container ul.dropdown > li .item-backgroud {
  background-color: transparent;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 8px;
  cursor: pointer;
}
#header-container #menu-container ul.dropdown > li .item-backgroud a {
  height: 40px;
  display: flex;
  background-color: transparent;
  font-weight: bold;
  color: #ffffff;
  border-radius: 0px;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#header-container #menu-container ul.dropdown > li .item-backgroud a.section,
#header-container #menu-container ul.dropdown > li .item-backgroud a.current {
  border-bottom: 2px solid #ffffff;
}
#header-container #menu-container ul.dropdown > li .item-backgroud:hover {
  background-color: #ffffff;
  border-radius: 8px;
}
#header-container #menu-container ul.dropdown > li .item-backgroud:hover a {
  color: #6abea5;
}
#header-container #menu-container ul.dropdown > li .item-backgroud:hover a > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-green > .svg path {
  fill: #6abea5 !important;
}
#header-container #menu-container ul.dropdown > li ul {
  margin-top: 10px;
  top: 45px;
}
#header-container #menu-container ul.dropdown > li ul li a {
  margin-top: 1px;
  background-color: #6abea5;
  height: 74px;
  min-width: 284px;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu {
  display: flex;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu .LargeMenuImage {
  margin-left: 9px;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu .LargeMenuImage img.menu-img {
  width: 24px;
  height: 24px;
  margin-left: 6px;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu .LargeMenuImage img.menu-img.img-1 {
  width: 32px;
  height: 34px;
  margin-right: -8px;
  margin-top: 5px;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu .LargeMenuImage img.menu-img.img-2 {
  width: 24px;
  height: 28px;
  margin-left: 6px;
  margin-top: 11px;
}
#header-container #menu-container ul.dropdown > li ul li a .LargeMenu .LargeMenuText {
  margin-left: 30px;
  margin-top: 15px;
}
#header-container #menu-container ul.dropdown > li ul li a:hover {
  background-color: #459f84;
  border-radius: 0px;
  color: #ffffff;
}
#header-container #menu-container ul.dropdown > li ul li a.current {
  color: #ffffff;
  background-color: #6abea5;
}
#header-container #lang-container {
  position: absolute;
  width: 100vw;
  height: 80px;
  z-index: 1099;
  pointer-events: none;
}
#header-container #lang-container .float-right {
  position: relative;
  float: right;
  text-align: right;
  margin-right: 58px;
  margin-top: 29px;
}
#header-container #lang-container #lang-en {
  margin-right: -24px;
}
#header-container #lang-container #lang-pt,
#header-container #lang-container #lang-en {
  color: #fff;
  text-decoration: none;
  pointer-events: all;
}
#header-container #lang-container #lang-pt:hover,
#header-container #lang-container #lang-en:hover {
  text-decoration: underline;
}
#header-container #logout-container {
  position: absolute;
  right: 0px;
  width: 70px;
  height: 70px;
  top: 0px;
  z-index: 1099;
}
#header-container #logout {
  width: 70px;
  height: 70px;
  background-image: url(../images/logout.png);
  display: block;
}
#contracted-menu {
  display: none;
}
/*------------------------
--- Backoffice Header  ---
------------------------*/
#projects-page #header-container #logout {
  height: 80px;
  padding-top: 80px;
  background-position-y: 5px;
}
/*------------------------
--- Footer       ---------
------------------------*/
body > .wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
body > .wrapper #content {
  overflow: hidden;
  padding-bottom: 172px;
  /* footer height + spacing */
}
body > .wrapper #content.backoffice {
  padding-bottom: 100px;
}
body #contacts-page > .wrapper #content {
  padding-bottom: 142px;
  /* footer height WITHOUT spacing */
}
footer {
  overflow: hidden;
  padding: 6px 28px 12px 28px;
  font-size: 16px;
  color: #fff;
  border-top: 2px solid #6abea5;
  background: #6abea5;
  text-align: center;
  height: auto;
  margin-top: -60px;
  position: relative;
  z-index: 10;
}
footer .copyright,
footer .developedby {
  pointer-events: none;
}
footer .copyright p,
footer .developedby p {
  pointer-events: all;
}
footer .copyright i,
footer .developedby i {
  pointer-events: all;
}
footer a {
  text-decoration: none;
  color: #fff;
}
footer a:hover {
  text-decoration: none;
  color: #336a6e !important;
}
footer a:hover.underlined {
  text-decoration: underline;
}
footer a:visited {
  text-decoration: none;
  color: #fff;
}
footer a:active {
  text-decoration: none;
  color: #fff;
}
footer .footer-copyright-container {
  display: inline-flex;
  width: 100%;
}
footer .footer-copyright-container .copyright {
  width: 40%;
  text-align: left;
  margin-right: 20px;
  vertical-align: top;
  line-height: 32px;
  align-content: space-between;
}
footer .footer-copyright-container .copyright p.title-partners {
  color: #ffffff;
  font-size: 16px;
  font-style: italic;
  opacity: 0.5;
  margin-top: 5px;
}
footer .footer-copyright-container .copyright #partners {
  display: flex;
  margin-top: -40px;
}
footer .footer-copyright-container .copyright #partners .icon-logo-tecminho {
  font-size: 100px;
}
footer .footer-copyright-container .copyright #partners #uminho {
  margin-top: 11px;
}
footer .footer-copyright-container .copyright #partners .icon-logo-ibs {
  font-size: 68px;
}
footer .footer-copyright-container .copyright #partners #dstsgps {
  margin-top: -2px;
}
footer .footer-copyright-container .copyright #partners .icon-logo-dstgroup {
  font-size: 96px;
}
footer .footer-copyright-container .copyright .copy-txt {
  margin-top: -30px;
}
footer .footer-copyright-container .developedby {
  width: 40%;
  margin-left: 20px;
  margin-top: 42px;
  vertical-align: top;
  line-height: 32px;
  text-align: -webkit-right;
}
footer .footer-copyright-container .developedby i {
  font-size: 36px;
  margin-left: -14px;
}
footer .footer-copyright-container .developedby p {
  margin-top: -2px;
  width: fit-content;
}
footer .footer-copyright-container .scrolltotop {
  width: 20%;
  height: 32px;
  cursor: pointer;
  background: url(../images/arrow-simple-bordered-up.png) no-repeat;
  text-align: center;
  background-position: center;
}
footer .footer-copyright-container .space-between-30 {
  width: 25px;
  display: inline-flex;
}
footer .footer-copyright-container .space-between-18 {
  width: 12px;
  display: inline-flex;
}
footer .innovpoint {
  color: #fff;
  text-decoration: none;
}
footer .innovpoint :hover {
  text-decoration: underline;
}
/*------------------------
--- Backoffice Login -----
--- Security Page ---
------------------------*/
#security-login-page {
  background: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  padding-left: 3.5%;
  padding-right: 3.5%;
  min-height: 100vh;
  width: 100vw;
}
#security-login-page #Remember {
  display: none;
}
#security-login-page .Actions {
  margin: 0;
  padding: 0;
  border: none;
}
#security-login-page #ForgotPassword a {
  text-decoration: none;
  color: #1e3d3f;
}
#security-login-page #ForgotPassword a:hover {
  text-decoration: underline;
}
#security-login-page #Email div.middleColumn,
#security-login-page #Password div.middleColumn {
  width: 100%;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  background-size: 17px;
  background-position-x: 30px;
  background-position-y: 20px;
}
#security-login-page #Password div.middleColumn {
  background-position-y: 19px;
}
#security-login-page input[type=password],
#security-login-page input[type=text] {
  border: 3px solid #93afb1;
  border-radius: 30px;
  width: 100%;
  background-color: transparent;
  height: 60px;
  padding-left: 70px;
  padding-right: 70px;
}
#security-login-page #MemberLoginForm_LoginForm_action_dologin {
  margin: 0;
  padding: 0;
  background: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  height: 70px;
  width: 100%;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 20px;
}
#security-login-page #MemberLoginForm_LoginForm_action_dologin:hover {
  background: none;
  background-color: #459f84;
}
#security-login-page .div_login-page {
  max-height: 1100px;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border {
  display: flex;
  place-items: center;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border .icone-holder .icone-el img {
  width: 11px;
  height: 21px;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border .icone-holder .icone-el i {
  font-size: 30px;
  color: #397275;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border .text-holder .text-el p {
  padding: 16px;
  font-size: 13px;
  font-weight: 300;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border .text-holder .text-el p a {
  color: #fff;
}
#security-login-page .div_login-page .login_content .bnt-goback-holder .btn-goback-border .text-holder .text-el p a:hover {
  color: #fff;
  text-decoration: underline;
}
#security-login-page .div_login-page .login_content .logo-holder {
  text-align: center;
}
#security-login-page .div_login-page .login_content .logo-holder .logo-border .logo-el img {
  width: 65px;
}
#security-login-page .div_login-page .login_content .login-holder {
  text-align: -webkit-center;
}
#security-login-page .div_login-page .login_content .login-holder .login-border {
  max-width: 922px;
  border-radius: 8px;
  background: url('../images/login-form-backgournd.png');
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: -webkit-right;
}
#security-login-page .div_login-page .login_content .login-holder .login-border .login-el {
  width: 50%;
  text-align: -webkit-center;
  padding-right: 65px;
}
#security-login-page .div_login-page .login_content .login-holder .login-border .login-el .image-holder .image-border .image-el img {
  width: 74px;
}
#security-login-page .div_login-page .login_content .login-holder .login-border .login-el .title-holder .title-border .title-el h3 {
  padding: 0;
  margin: 0;
}
/*------------------------
-- Backoffice Projects --
------------------------*/
#adm-header a {
  text-decoration: none;
}
#adm-header a:hover {
  text-decoration: none;
}
#adm-header .header-el {
  width: 100%;
  height: 80px;
  background-image: linear-gradient(45deg, #6abea5 0%, #6abea5 1.06383%, #73aed2 100%);
  display: flex;
  justify-content: space-between;
  place-items: center;
}
#adm-header #adm-logo-holder img {
  margin-left: 30px;
  width: 145px;
}
#adm-header #btn-logout-holder .btn-logout-container {
  display: flex;
  justify-content: flex-end;
}
#adm-header #btn-logout-holder .btn-logout-container .btn-logout-el {
  color: #ffffff;
  display: flex;
  font-size: 16px;
  font-weight: 300;
  margin-right: 33px;
  margin-left: 14px;
}
#adm-pages {
  font-family: 'Inter' !important;
}
#adm-pages span {
  color: #1e3d3f;
  font-size: 16px;
}
#adm-pages .w215 {
  width: 215px;
}
#adm-pages .form-controls .form-label {
  border-left: 5px solid #eee;
  width: 250px;
}
#adm-pages .form-controls .form-label label {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0px;
}
#adm-pages .form-controls span {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 0px;
}
#adm-pages .form-controls.promotor-name-row .form-label {
  border-left: 5px solid #34b8d0;
}
#adm-pages .form-controls.promotor-name-row .form-label label {
  font-size: 16px;
  margin-bottom: 5px;
  margin-top: 4px;
}
#adm-pages .form-controls.promotor-name-row span {
  font-size: 16px;
  margin-top: 4px;
}
#adm-pages form.formflex {
  display: flex;
}
#adm-pages .mr-20 {
  margin-right: 20px;
}
#adm-pages .backoffice-filters-el {
  margin-top: 16px;
  margin-bottom: 27px;
}
#adm-pages .custom-select-dropdown-list .custom-drop-down-text {
  color: #1e3d3f;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Inter';
}
#adm-pages .custom-select-dropdown-list .custom-drop-down-text:hover {
  color: #ffffff;
  background-color: #336a6e;
}
#adm-pages input {
  height: 50px;
  border-radius: 8px;
}
#adm-pages input[type=text] {
  color: #1e3d3f;
  font-size: 16px;
  font-style: italic;
  padding-left: 18px;
  padding-right: 18px;
  border: 1px solid #336a6e;
}
#adm-pages input[type=submit] {
  min-width: 115px;
  background-color: #f1d771;
  color: #1e3d3f;
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  border-style: none;
  padding-bottom: 6px;
}
#adm-pages input[type=submit]:hover {
  color: #ffffff;
  background-color: #6abea5;
}
#adm-pages a.alt-button {
  min-width: 115px;
  height: 50px;
  border-radius: 8px;
  background-color: #f1d771;
  color: #1e3d3f;
  font-size: 16px;
  font-weight: bold;
  box-shadow: none;
  border-style: none;
  padding-bottom: 6px;
}
#adm-pages a.alt-button:hover {
  color: #ffffff;
}
#adm-pages .form.backoffice .form-controls.highlight {
  background-color: #73aed2;
  height: 140px;
}
#adm-pages .form.backoffice .form-controls.highlight .field1 {
  padding: 14px 18px 0px 18px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}
#adm-pages .form.backoffice .form-controls.highlight .field2 {
  padding: 0px 18px;
  color: #2a6182;
  font-size: 18px;
  font-weight: bold;
}
#adm-pages .form.backoffice .form-controls.highlight .field3 {
  padding: 0px 18px;
  color: #367da9;
  font-size: 12px;
  font-weight: bold;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .date-box,
#adm-pages .form.backoffice .form-controls.highlight .actions .score-box,
#adm-pages .form.backoffice .form-controls.highlight .actions .project-id-box,
#adm-pages .form.backoffice .form-controls.highlight .actions .progress-box,
#adm-pages .form.backoffice .form-controls.highlight .actions .status-box {
  background-color: #9ac4de;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .score-box .circle {
  width: 32px;
  height: 32px;
  border-radius: 16px;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  background-color: #73aed2;
  margin: 0 auto;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .score-box .circle span {
  color: #ffffff;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .status-box .code {
  width: 40px;
  height: 40px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .status-box .code span {
  color: #ffffff;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .details-box {
  width: 50px;
  height: 50px;
  background: #f1d771 url(../images/goto-details-blue.png) no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  float: right;
}
#adm-pages .form.backoffice .form-controls.highlight .actions .details-box:hover {
  background-color: #ffffff;
}
#adm-pages .form-section-break-action {
  border-bottom-width: 34px;
}
#adm-pages .group-btn-editar .form-section-break-action.edit-button-border {
  border-bottom-color: #f1d771;
}
#adm-pages .group-btn-editar .form-section-action.edit-button-background {
  background-color: #f1d771;
  height: 34px;
  width: 74px;
}
#adm-pages .group-btn-editar:hover {
  cursor: pointer;
}
#adm-pages .group-btn-editar:hover .form-section-break-action.edit-button-border {
  border-bottom-color: #6abea5;
}
#adm-pages .group-btn-editar:hover .form-section-action.edit-button-background {
  background-color: #6abea5;
}
#adm-pages .group-btn-editar:hover .form-section-action.edit-button-background span {
  color: #ffffff;
}
#adm-pages a.button,
#adm-pages a.alt-button {
  background-color: #f1d771;
  color: #1e3d3f;
  font-size: 16px;
  font-weight: 400;
}
#adm-pages a.button:hover,
#adm-pages a.alt-button:hover {
  background-color: #6abea5;
  color: #ffffff;
}
#adm-pages .form.backoffice .form-controls.highlight .actions {
  z-index: 10;
  bottom: 2px;
  right: 2px;
  position: absolute;
  display: block;
}
#adm-pages #form-menu .form-menu-item-short {
  border-bottom: 1px solid  #6abea5;
  z-index: 10002;
  position: absolute;
  background-color: #6abea5;
}
#adm-pages #form-menu #menu-items .menu-item,
#adm-pages #form-menu #menu-items .menu-item:active,
#adm-pages #form-menu #menu-items .menu-item:hover,
#adm-pages #form-menu #menu-items .menu-item .menu-button a,
#adm-pages #form-menu #menu-items .menu-item .menu-name {
  border: none;
  background-color: #6abea5;
}
#adm-pages #form-menu #menu-items .menu-item:hover,
#adm-pages #form-menu #menu-items .menu-item:active:hover,
#adm-pages #form-menu #menu-items .menu-item:hover:hover,
#adm-pages #form-menu #menu-items .menu-item .menu-button a:hover,
#adm-pages #form-menu #menu-items .menu-item .menu-name:hover {
  color: #ffffff;
  border: 1px solid #3b8770;
  background-color: #3b8770;
}
#adm-pages #goto-back {
  background: #6abea5 url(../images/goto-back-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-details {
  background: url(../images/goto-details1-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-datasheet {
  background: url(../images/goto-datasheet-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-notes {
  background: url(../images/goto-notes-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-attach {
  background: url(../images/goto-attach-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-rating {
  background: url(../images/goto-rating-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-finantial {
  background: url(../images/goto-finaltial-hover.png) no-repeat 20px 13px;
}
#adm-pages #goto-investment {
  background: url(../images/goto-investment-hover.png) no-repeat 20px 13px;
}
#adm-pages #form-menu #menu-items .menu-item .menu-name {
  color: #ffffff;
}
#adm-pages #form-menu #menu-items .menu-item .menu-name span {
  color: #ffffff;
}
#adm-pages #form-menu #menu-items .menu-item:hover > .menu-name,
#adm-pages #form-menu #menu-items .menu-item:active > .menu-name {
  color: #ffffff;
  background-color: #3b8770;
}
#adm-pages #form-menu #menu-items .menu-item:hover > .menu-name span,
#adm-pages #form-menu #menu-items .menu-item:active > .menu-name span {
  color: #ffffff;
  background-color: #3b8770;
}
#adm-pages .form.backoffice .form-section-action {
  background-color: #f1d771;
  color: #1e3d3f;
}
#adm-pages .form.backoffice .form-section-action:hover span {
  color: #ffffff;
}
#adm-pages .form.backoffice .form-section-label span {
  font-size: 16px;
}
#adm-pages .form.backoffice .form-controls {
  background-color: #eeeeee;
  min-height: 37px;
}
#adm-pages .form.backoffice .form-controls.promotor-name-row,
#adm-pages .form.backoffice .form-controls.group {
  background-color: #dddddd;
  font-weight: bold;
}
#adm-pages .form.backoffice .form-control.stars {
  background: url(../images/star-off.png) repeat-x 0px center;
  width: 125px;
  height: 36px;
  float: right;
}
#adm-pages .form.backoffice .form-control.stars .value-stars-1,
#adm-pages .form.backoffice .form-control.stars .value-stars-3,
#adm-pages .form.backoffice .form-control.stars .value-stars-2,
#adm-pages .form.backoffice .form-control.stars .value-stars-4,
#adm-pages .form.backoffice .form-control.stars .value-stars-5 {
  max-width: 125px;
  height: 27px;
}
#adm-pages .form.backoffice .form-control.description {
  width: 472px;
}
#adm-pages .form.backoffice .form-control.average {
  width: 75px;
  border: none;
  text-align: center;
}
#adm-pages .form.backoffice .form-control.average * {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#adm-pages .form.backoffice.finance-left {
  width: 250px;
}
#adm-pages .content-wrapper.full .form.backoffice.finance-right.scroll-container {
  width: -moz-calc(100% - 350px);
  width: -webkit-calc(100% - 350px);
  width: calc(100% - 350px);
}
#adm-pages .form.backoffice.finance-right {
  width: 640px;
  max-width: 70%;
  margin-left: 1px;
}
#adm-pages .form.backoffice.investment-left {
  width: 236px;
}
#adm-pages .form.backoffice.investment-right.scroll-container {
  width: 650px;
}
#adm-pages .form.backoffice.investment-left .form-label.item-name {
  padding-left: 10px;
  background: none;
}
/*------------------------
--- Custiom Radio --------
------------------------*/
input[type="radio"] {
  background-color: white;
}
.custom-radio {
  margin-left: 30px;
  /* The container */
  /* Create a custom radio button */
}
.custom-radio.contact-page-link {
  margin-left: 0px;
}
.custom-radio a {
  color: #183234;
  font-size: 18px;
  margin-top: 5px;
  margin-left: 5px;
  font-weight: bold;
  text-decoration: underline !important;
}
.custom-radio a.contact-page-link {
  margin-left: 35px;
}
.custom-radio .radio-text {
  color: #183234;
  font-size: 18px;
  margin-top: 5px;
}
.custom-radio .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}
.custom-radio .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.custom-radio .container:hover input ~ .checkmark {
  background-color: #6abea5;
}
.custom-radio .container input:checked ~ .checkmark {
  background-color: #336a6e;
}
.custom-radio .container input:checked ~ .checkmark:after {
  display: block;
}
.custom-radio .container .checkmark:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}
.custom-radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: white;
  border: 1px solid #183234;
  border-radius: 50%;
  margin-top: 5px;
  /* Create the indicator (the dot/circle - hidden when not checked) */
}
.custom-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/*------------------------
--- Datapicker   ---------
------------------------*/
.ui-datepicker-prev span {
  background-image: url(http://legacy.australianetwork.com/img/icon_arrow_left_black.png) !important;
  background-position: 0px 0px !important;
}
#custom-date .ui-datepicker-trigger {
  border: none;
  background: none;
}
#custom-date .day {
  background-color: #EEEEEE;
  border: 4px solid white;
}
#custom-date table {
  color: #000000;
}
#custom-date table tr:first-child {
  background-color: #6abea5;
  color: #ffffff;
}
#custom-date table tr:first-child th {
  border-radius: 0px;
}
#custom-date table tr:first-child th:hover {
  background-color: #6abea5;
}
#custom-date table tr:first-child th span {
  font-size: 16px;
  color: #6abea5;
  background-color: #ffffff;
  border-radius: 30px;
  width: 16px;
  height: 16px;
}
#custom-date table tr:first-child th span.fa-caret-left {
  padding-right: 2px;
}
#custom-date table tr:first-child th span.fa-caret-right {
  padding-left: 3px;
}
#custom-date table td {
  color: #000000;
  font-weight: 600;
}
#custom-date table .new {
  display: none;
}
#custom-date table .active {
  font-weight: bold;
}
#custom-date table .active:before {
  display: none;
}
/*------------------------
--- Popover      ---------
------------------------*/
.popover {
  background: #6abea5 !important;
  border: 2px solid #336a6e !important;
  border-radius: 0px !important;
  color: #ffffff;
  font-size: 14px;
}
.popover.top > .arrow:after {
  border-top-color: #6abea5 !important;
}
/*------------------------
-------- Modal -----------
------------------------*/
.modal-header {
  padding: 32px 32px;
}
.modal {
  padding: 0 !important;
}
.modal .svg-style .svg.icon-fechar {
  width: 28px;
  height: 28px;
}
.modal .svg-style svg:hover path {
  fill: #fff !important;
}
.modal .svg-style svg path {
  fill: #336a6e !important;
  opacity: 1;
}
.modal .svg-style.close {
  opacity: 1;
}
.modal-dialog {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute !important;
  overflow: hidden;
}
.modal-content.ignicao-modal-style {
  background-color: #6abea5;
  border: none;
  border-radius: 0px;
  margin: 0;
  height: 100%;
}
.modal-content.ignicao-modal-style .modal-header,
.modal-content.ignicao-modal-style .modal-body,
.modal-content.ignicao-modal-style .modal-footer {
  border: none;
}
.modal-content.ignicao-modal-style .embed-responsive .embed-responsive-item,
.modal-content.ignicao-modal-style .embed-responsive .embed-responsive iframe,
.modal-content.ignicao-modal-style .embed-responsive .embed-responsive embed,
.modal-content.ignicao-modal-style .embed-responsive .embed-responsive object,
.modal-content.ignicao-modal-style .embed-responsive .embed-responsive video {
  max-height: 60%;
  max-width: 60%;
  margin-left: 20%;
  margin-top: 5%;
}
/*--------------------------------
------- Vídeo Container  ---------
--- Play with no Background ------
----------------------------------*/
#video-container-holder {
  position: relative;
  text-align: -webkit-center;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-img {
  overflow: hidden;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-img img {
  filter: brightness(65%);
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder {
  position: relative;
  text-align: -webkit-center;
  pointer-events: none;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
  margin-top: -305px;
  width: 65%;
  margin-right: -30px;
  text-align: center;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1-holder {
  text-align: -webkit-center;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1 {
  pointer-events: none;
  width: 50px;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  pointer-events: none;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1,
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  position: relative;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img img {
  width: 41px;
  height: 41px;
  position: relative;
  pointer-events: none;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img img.img-shadow {
  margin-top: -65px;
  margin-left: 22px;
  opacity: 0.35;
}
#video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img p {
  color: #ffffff;
  font-size: 16px;
}
/*-------------------------------------
------- Vídeo Container  --------------
--- Play with ROUNDED Background ------
--------------------------------------*/
.finalist-video-holder #video-container-extraborder {
  width: 1000px;
  height: 400px;
  padding: 225px;
  position: absolute;
  max-width: 100%;
  margin-left: -200px;
  margin-top: -100px;
}
.finalist-video-holder .thumbnail-holder .thumbnail-container .thumbnail-img {
  max-width: 100%;
  width: 490px;
}
.finalist-video-holder .thumbnail-holder .thumbnail-container .thumbnail-img img {
  filter: brightness(0.6);
  border-radius: 8px;
  width: 100%;
}
.finalist-video-holder .thumbnail-play-holder {
  position: absolute;
  margin-top: -200px;
  pointer-events: none;
  z-index: 5;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container {
  position: relative;
  max-width: 100%;
  width: 490px;
  z-index: 5;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img {
  display: flex;
  width: 100%;
  place-content: center;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1,
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  position: relative;
  text-align: center;
  border-radius: 50px;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1-holder .play1 {
  position: relative;
  width: 83px;
  height: 83px;
  background-color: #6abea5;
  z-index: 5;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play1-holder .play1 img {
  position: relative;
  margin-top: 18px;
  margin-left: 10px;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 {
  margin-left: -71px;
  margin-top: 11px;
  position: relative;
  width: 87px;
  height: 87px;
  background-color: transparent;
  border: 4px solid #ffffff;
  z-index: 4;
}
.finalist-video-holder .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img .play2 img {
  visibility: hidden;
}
/*------------------------
--- NavBar    ------------
------------------------*/
.navbar-header {
  position: absolute;
  width: 90vw;
}
.navbar-header .navbar-toggle {
  margin-top: 23px;
}
.contracted-menu {
  width: 100vw;
  margin-left: -55px;
  margin-top: 78px;
}
.contracted-menu a {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
}
.contracted-menu a:hover {
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  color: #6abea5;
}
.contracted-menu .nav > li > a > img {
  margin: 0px 0px 0px 10px !important;
}
.navbar-nav > li > a {
  display: flex;
}
.nav > li > a:hover,
.nav > li > a:focus {
  border-radius: 8px;
  background-color: #fff;
}
.nav > li > a:hover > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-green > .svg path,
.nav > li > a:focus > .svg-btn-holder .svg-btn-container .svg-btn-el.hover-el-green > .svg path {
  fill: #6abea5 !important;
}
.contracted-main-ul {
  display: block;
  text-align: -webkit-center;
}
.contracted-main-ul .contracted-main-li {
  width: 200px;
  text-align: left;
}
.contracted-main-ul .contracted-secondary-li {
  margin-left: 30px;
  width: 200px;
}
.contracted-link {
  display: flex !important;
  place-items: center;
  place-content: center;
}
.contracted-link .smallmenuimage img {
  width: 32px;
}
.contracted-link .smallmenuimage img.img-2 {
  width: 28px;
  margin-left: 15px;
}
.contracted-link .smallmenutext {
  margin-left: 15px;
}
/*------------------------
--- Background    --------
------------------------*/
#div-background-site {
  position: relative;
  z-index: 0;
}
#background-white-top {
  position: absolute;
  width: 100vw;
  height: 615px;
}
#background-white-top .background-white-top-holder {
  position: relative;
  z-index: 2;
  width: 100vw;
  height: 615px;
}
#background-white-top .background-white-top-holder .background-white-top-container {
  width: 100vw;
  height: 615px;
}
#background-white-top .background-white-top-holder .background-white-top-container .background-white-top-el {
  width: 100vw;
  height: 615px;
  background-color: white;
}
.background-lines {
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.background-lines .background-lines-holder {
  height: 100%;
  position: relative;
  width: 100vw;
  text-align: -webkit-center;
  z-index: 1;
}
.background-lines .background-lines-holder .background-lines-container {
  height: 100%;
  width: 98%;
  max-width: 1600px;
  position: relative;
}
.background-lines .background-lines-holder .background-lines-container .background-lines-el {
  opacity: 0.3;
  background: url('../images/linhas-laterais.png');
  height: 100%;
  background-repeat-x: no-repeat;
  background-repeat-y: repeat;
  position: relative;
  width: 60px;
}
.background-lines .background-lines-holder .background-lines-container .background-lines-el.left {
  float: left;
  background-position-y: 90px;
}
.background-lines .background-lines-holder .background-lines-container .background-lines-el.right {
  float: right;
  margin-right: 15px;
  background-position-y: -60px;
}
#background-planeta {
  position: absolute;
  width: 100vw;
  height: 400px;
}
#background-planeta .background-planeta-holder {
  position: relative;
  z-index: 3;
  width: 100vw;
  height: 400px;
}
#background-planeta .background-planeta-holder .background-planeta-container {
  width: 100vw;
  height: 400px;
}
#background-planeta .background-planeta-holder .background-planeta-container .background-planeta-el {
  width: 155px;
  height: 400px;
  background: url('../images/planeta-pequeno.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: -40px;
  margin-right: 65px;
  opacity: 0.3;
}
#background-arco {
  position: fixed;
  width: 100vw;
  height: 2000px;
  z-index: 2;
}
#background-arco .background-arco-holder {
  position: relative;
  z-index: 4;
  width: 100vw;
  height: 2000px;
  overflow: hidden;
}
#background-arco .background-arco-holder .background-arco-container {
  width: 100vw;
  height: 1000px;
}
#background-arco .background-arco-holder .background-arco-container .background-arco-el {
  width: 100%;
  height: 1000px;
  background: url('../images/arco-planeta.png');
  background-repeat: no-repeat;
  background-position-x: center;
  opacity: 0.3;
  margin-top: -300px;
}
/*------------------------
----- custon select ------
------------------------*/
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default,
.custom-select-dropdown-list .btn-default.disabled:hover,
.custom-select-dropdown-list .btn-default,
.custom-select-dropdown-list .btn-default:focus,
.custom-select-dropdown-list .btn-default.focus,
.custom-select-dropdown-list .btn-default:hover,
.custom-select-dropdown-list .btn-default:active,
.custom-select-dropdown-list .btn-default.active,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default,
.custom-select-dropdown-list .btn-default:active:hover,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default:hover,
.custom-select-dropdown-list .btn-default:active:focus,
.custom-select-dropdown-list .btn-default.active:focus,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default:focus,
.custom-select-dropdown-list .btn-default:active.focus,
.custom-select-dropdown-list .btn-default.active.focus,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default.focus,
.custom-select-dropdown-list .btn-default:active,
.custom-select-dropdown-list .btn-default.active,
.custom-select-dropdown-list .btn-default[disabled]:hover,
.custom-select-dropdown-list fieldset[disabled] .btn-default:hover,
.custom-select-dropdown-list .btn-default.active:hover,
.custom-select-dropdown-list .btn-default.disabled:focus,
.custom-select-dropdown-list .btn-default[disabled]:focus,
.custom-select-dropdown-list fieldset[disabled] .btn-default:focus,
.custom-select-dropdown-list .btn-default.disabled.focus,
.custom-select-dropdown-list .btn-default[disabled].focus,
.custom-select-dropdown-list fieldset[disabled] .btn-default.focus,
.custom-select-dropdown-list .btn-default:active,
.custom-select-dropdown-list .btn-default.active,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default:active,
.custom-select-dropdown-list .btn-default:active:hover,
.custom-select-dropdown-list .btn-default.active:hover,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default:hover,
.custom-select-dropdown-list .btn-default:active:focus,
.custom-select-dropdown-list .btn-default.active:focus,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default:focus,
.custom-select-dropdown-list .btn-default:active.focus,
.custom-select-dropdown-list .btn-default.active.focus,
.custom-select-dropdown-list .open > .dropdown-toggle.btn-default.focus {
  background-color: #ffffff;
  border: 1px solid #336a6e;
  box-shadow: none;
}
.custom-select-dropdown-list .dropdown-menu > li > a {
  padding: 7.4px 20px;
  height: 40px;
}
.custom-select-dropdown-list .btn-default:hover {
  background-color: #ffffff;
  border: 1px solid #336a6e;
  box-shadow: none;
}
.custom-select-dropdown-list .dropdown-menu > li:hover,
.custom-select-dropdown-list .dropdown-menu > li > a:hover,
.custom-select-dropdown-list .dropdown-menu > li > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #336a6e;
}
.custom-select-dropdown-list .custom-drop-down {
  border: 1px solid #336a6e;
  height: 50px;
  background-color: #ffffff;
  padding: 6px 20px;
}
.custom-select-dropdown-list .custom-drop-down-text {
  color: #183234;
  font-size: 18px;
  font-weight: 400;
}
.custom-select-dropdown-list .custom-dropdown-list li {
  height: 40px;
}
.custom-select-dropdown-list .btn-select-style-content {
  display: flex;
  justify-content: space-between;
}
.custom-select-dropdown-list .select-arrow .select-arrow-el {
  width: 13px !important;
  height: 13px !important;
  margin: 0 !important;
}
/*------------------------
-------- SVG Els ---------
------------------------*/
.svg-btn-holder {
  position: relative;
  z-index: 1;
  /*Width*/
  /*fill color*/
  /*Hover settings*/
}
.svg-btn-holder .svg-btn-container .svg-btn-el {
  width: 32px;
  height: 32px;
  border-radius: 50px;
  overflow: hidden;
  padding: 8px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-w13 {
  width: 13px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-p0 {
  padding: 0px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-16 {
  width: 16px;
  height: 16px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-20 {
  width: 20px;
  height: 20px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-32 {
  width: 32px;
  height: 32px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-42 {
  width: 42px;
  height: 42px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-50 {
  width: 50px;
  height: 50px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-65 {
  width: 65px;
  height: 65px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.el-136 {
  width: 136px;
  height: 136px;
}
.svg-btn-holder .svg-btn-container .svg-btn-el {
  /*Defatul Color*/
  /*White color*/
  /*Green Color*/
  /* Color*/
}
.svg-btn-holder .svg-btn-container .svg-btn-el .svg path {
  fill: #336a6e;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.white > .svg path {
  fill: #ffffff;
}
.svg-btn-holder .svg-btn-container .svg-btn-el.green-dark > .svg path {
  fill: #3b8770;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover {
  /*defatul bg and color*/
  background-color: #336a6e;
  /*oter hover-style-color like dark or light one*/
  /*oter hover-style-color like dark or light one*/
  /*green color*/
  /*title color*/
  /*oter hover-el-color*/
  /*oter hover-el-color*/
  /*oter hover-bg-color*/
  /*oter hover-bg-color*/
  /*No Hover, remove transparece and keep default color*/
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover > .svg path {
  fill: #ffffff;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover.hover-el-green > .svg path {
  fill: #6abea5;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover.hover-el-title-dark > .svg path {
  fill: #183234;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover.hover-bg-none {
  background-color: transparent;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover.nohover {
  background-color: transparent;
}
.svg-btn-holder .svg-btn-container .svg-btn-el:hover.nohover > .svg path {
  fill: #336a6e;
}
/*------------------------
--- Media Quereis --------
------------------------*/
@media only screen and (min-width: 1200px) {
  .block-holder.three {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  #PromoterName_2,
  #PromoterName_3,
  #PromoterName_4,
  #PromoterName_5,
  #PromoterName_6,
  #PromoterName_7,
  #PromoterName_8,
  #PromoterName_9,
  #PromoterName_10 {
    margin-left: 17px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields > .form-group {
    min-width: 60px;
  }
  .custom-select-dropdown-list.CandidateActivityIsOpen {
    margin-left: -17px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .form-group .form-select select#CandidateActivityIsOpen,
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-select select#CandidateActivityIsOpen {
    margin-left: -17px;
  }
  div#div_CandidateActivityOpenDate {
    padding-left: 70px;
  }
}
@media only screen and (max-width: 2500px) and (min-width: 1200px) {
  div#background-lines-el-left {
    margin-left: 5%;
  }
  div#background-lines-el-right {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 990px) {
  #about-us-page #div_about-us-page #content {
    margin-left: 0%;
    margin-right: 0%;
  }
  #about-us-page #div_about-us-page #content #block.b2 .bg-e-outline {
    margin: -200px -33px 0 0;
    width: 50%;
  }
  #about-us-page #div_about-us-page #content #block.b3 .bg-e-outline {
    margin: -170px 0 0 0;
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  #candidature-page #div_candidature-page .form-border .form-content .group-fields {
    display: flex;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label {
    width: 30%;
    min-width: 210px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label label {
    white-space: normal;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input {
    margin-left: -130px;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-img img {
    width: 100%;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -260px;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container .thumbnail-play-img p {
    margin-bottom: 170px;
  }
}
@media only screen and (max-width: 1150px) {
  #staff-photos .outline .photos > div:nth-of-type(even) {
    margin-left: 0px;
  }
  #staff-photos .outline .photos .photos-line.up {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 990px) and (min-width: 910px) {
  #about-us-page #div_about-us-page #content {
    margin-left: 0%;
    margin-right: 0%;
  }
  #about-us-page #div_about-us-page #content #block.b2 .bg-e-outline {
    margin: -200px -110px 0 0;
    width: 50%;
  }
  #about-us-page #div_about-us-page #content #block.b3 .bg-e-outline {
    margin: -170px 0 0 0;
    width: 70%;
  }
  #candidature-page hr {
    border: 2px solid #c1d2d3;
    width: 106%;
    margin-left: -2.5%;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields {
    display: block;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields > .form-group {
    min-width: 0px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label {
    width: 30%;
    min-width: 160px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label label {
    white-space: normal;
  }
  #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input {
    margin-left: auto;
  }
}
@media only screen and (max-width: 909px) and (min-width: 768px) {
  #start-page #competition #div_competition {
    min-height: 1900px;
  }
  #start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text p,
  #start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text h2 {
    max-width: 250px;
  }
  #start-page #competition #div_competition .presentation #video-container-holder {
    margin-top: -242px;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -276px;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-right {
    position: absolute;
    width: 100%;
    text-align: end;
    max-width: 1110px;
    z-index: 7;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-right img {
    position: relative;
    width: 100px;
    height: 52px;
    margin-right: 40px;
    margin-top: -100px;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-left {
    position: absolute;
    width: 100%;
    text-align: start;
    max-width: 1110px;
    z-index: 7;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-left img {
    position: relative;
    width: 100px;
    height: 52px;
    margin-left: 40px;
    margin-top: -100px;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item {
    width: 80%;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item2,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item3,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item4,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item5 {
    margin-top: -18px;
  }
  #about-us-page #div_about-us-page #content {
    margin-left: 0%;
    margin-right: 0%;
    overflow: visible;
  }
  #about-us-page #div_about-us-page #content #block.b1 .bg-e-outline {
    margin: -18px 0px 0px 0px;
  }
  #about-us-page #div_about-us-page #content #block.b1 .bg-e-outline .elements-holder .subelements-holder {
    max-width: 612px;
  }
  #about-us-page #div_about-us-page #content #block.b1 .bg-e-outline .elements-holder .subelements-holder h1 {
    white-space: normal;
  }
  #about-us-page #div_about-us-page #content #block.b2 {
    text-align: -webkit-right;
    width: 100%;
  }
  #about-us-page #div_about-us-page #content #block.b2 .bg-e-outline {
    text-align: -webkit-left;
    margin: -10px -64px 0 0;
  }
  #about-us-page #div_about-us-page #content #block.b3 .bg-e-outline {
    margin: -170px 0 0 -10px;
  }
  #about-us-page #div_about-us-page #content #block.b4 .bg-e-outline {
    margin-left: -50px;
  }
  #div_candidature-page .form-border .form-content .group-fields {
    display: block !important;
  }
  #div_candidature-page .form-border .form-content .group-fields > .form-group {
    min-width: 0px !important;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-label {
    width: 30% !important;
    min-width: 160px !important;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-label label {
    white-space: normal;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-input {
    margin-left: auto !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 767px) {
  .block-holder.three {
    margin-bottom: -25px;
  }
}
@media (max-width: 1120px) {
  #header-container,
  #header-container-StartPageFixed {
    max-height: 500px;
  }
  #contracted-menu {
    display: block;
  }
  #expanded-menu {
    display: none;
  }
  #lang-container {
    display: none;
  }
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
@media only screen and (max-width: 990px) {
  #contacts-page .contact.double {
    display: block;
  }
  #contacts-page .contact.double .directions,
  #contacts-page .contact.double .social {
    max-width: 100%;
    width: 100%;
  }
  #news-page .page-title-holder .page-title {
    margin-left: 0px;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  #generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-title {
    max-width: 100%;
  }
  #generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-subtitle {
    max-width: 100%;
  }
  #generic-page .div_generic-page .generic-section-holder .generic-section-container .generic-section-border .generic-section-content .generic-section-text {
    max-width: 100%;
  }
  #start-page #competition #div_competition {
    min-height: 2700px;
  }
  #start-page #competition #div_competition #sections .sections-holder .sections-content .section-els {
    display: block;
    text-align: -webkit-center;
  }
  #start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text p,
  #start-page #competition #div_competition .presentation #presentation-text-holder .presentation-text-container .presentation-text h2 {
    max-width: 90%;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container {
    margin-top: 210px;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder {
    text-align: center;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-img img {
    width: 96%;
    max-height: 450px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 4%;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -266px;
    width: 92%;
    margin-right: 4%;
    text-align: center;
  }
  #start-page #competition #div_competition .presentation #lines-container .mobileline {
    display: block;
    border-color: #ffffff;
    border-style: solid solid solid solid;
    border-width: 3px 3px 3px 3px;
    width: 98%;
    margin-left: 1%;
    border-radius: 8px;
  }
  #start-page #competition #div_competition .presentation #lines-container .mobileline .innerline {
    display: block;
    padding-top: 600px;
  }
  #start-page #competition #div_competition .presentation #lines-container .line_esquerdo-container {
    display: none;
    max-width: 650px;
  }
  #start-page #competition #div_competition .presentation #lines-container .line_direito-container {
    display: none;
  }
  #start-page #competition #div_competition .presentation #presentation-container {
    margin-top: -580px;
  }
  #start-page #competition #div_competition .presentation #presentation-container #mobile-d-block {
    display: block;
  }
  #start-page #competition #div_competition .presentation #presentation-container #text-container {
    width: 76%;
    margin: auto;
    margin-bottom: 50px;
  }
  #start-page #competition #div_competition .presentation #presentation-container #text-container .container-left {
    max-width: 100%;
  }
  #start-page #competition #div_competition .presentation #presentation-container #video-container {
    float: none;
    width: 76%;
    margin: auto;
  }
  #start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who {
    display: block;
  }
  #start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who div {
    width: 100%;
  }
  #start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n1,
  #start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n2,
  #start-page #steps #div_steps .idea #ideas-who-container .ideas-who-holder .ideas-who #n3 {
    margin: 0;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-right {
    position: absolute;
    width: 100%;
    text-align: end;
    max-width: 1110px;
    z-index: 7;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-right img {
    position: relative;
    width: 100px;
    height: 52px;
    margin-right: 45px;
    margin-top: -23px;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-left {
    position: absolute;
    width: 100%;
    text-align: start;
    max-width: 1110px;
    z-index: 7;
  }
  #start-page #steps #div_steps #div_how-to-steps .step-arrow-left img {
    position: relative;
    width: 100px;
    height: 52px;
    margin-left: 45px;
    margin-top: -23px;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item {
    width: 88%;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item img {
    width: 125px;
    height: 93px;
    margin: 30px 20px 35px 30px;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item1,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item3,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item5 {
    margin-left: 5%;
    text-align: left;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item2,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item4 {
    margin-right: 5%;
    justify-content: flex-end;
    text-align: right;
  }
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item2,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item3,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item4,
  #start-page #steps #div_steps #div_how-to-steps .how-to-step-item.item5 {
    margin-top: -5px;
  }
  #div_candidature-page .form-border .form-content .group-fields {
    display: block !important;
  }
  #div_candidature-page .form-border .form-content .group-fields > .form-group {
    min-width: 0px !important;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-label {
    width: 30% !important;
    min-width: 160px !important;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-label label {
    white-space: normal;
  }
  #div_candidature-page .form-border .form-content .group-fields .form-input {
    margin-left: auto !important;
  }
  #about-us-page #div_about-us-page #content #block.b1 .bg-e-outline .elements-holder .subelements-holder h1 {
    white-space: normal;
  }
  #about-us-page #div_about-us-page #content #block.b2 .bg-e-outline {
    text-align: -webkit-left;
    margin: -10px 0px 0 0;
  }
  #about-us-page #div_about-us-page #content #block.b3 .bg-e-outline {
    margin: -30px;
    max-width: 100%;
  }
  #about-us-page #div_about-us-page #content #block.b4 .bg-e-outline {
    margin-left: 0px;
    max-width: 684px;
    width: 100%;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -230px;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-img p {
    margin-bottom: 210px;
  }
  #contacts-page .contact.form {
    text-align: -webkit-center;
    text-align-last: center;
    display: block;
  }
  #contacts-page .contact.form #esquerdo,
  #contacts-page .contact.form #direito {
    width: 100%;
  }
  #contacts-page .contact.form #esquerdo .form-details,
  #contacts-page .contact.form #direito .form-details {
    margin: 30px;
    text-align: left;
    text-align-last: left;
  }
  #staff-photos .outline .photos .photos-line {
    display: block;
    width: 100%;
    max-width: 100%;
  }
  #staff-photos .outline .photos .photos-line #photo-holder.right {
    padding-left: 0px;
  }
  #finalists-page .div_finalists-page #finalists .finalist-item-holder {
    padding-bottom: 120px;
  }
  .block-holder.three {
    margin-bottom: -55px;
  }
}
@media only screen and (max-width: 690px) {
  .form-group.upload .upload-btn-wrapper {
    position: relative;
    margin-left: -25px;
  }
}
@media only screen and (max-width: 620px) {
  #candidature-page hr {
    border: 2px solid #c1d2d3;
    width: 108.5%;
    margin-left: -3.7%;
  }
}
@media only screen and (max-width: 560px) {
  #news-page .news-holder .news-border {
    min-width: 100%;
  }
  #contacts-page .contact.ways .contact-ways-els {
    display: block;
    text-align: -webkit-center;
  }
  #contacts-page .contact.ways .contact-ways-els .contact-ways-el.two {
    margin-left: 6px;
  }
}
@media only screen and (max-width: 510px) {
  #start-page #competition #div_competition .presentation #lines-container .mobileline .innerline {
    display: block;
    padding-top: 550px;
  }
  #start-page #competition #div_competition .presentation #presentation-text-holder {
    position: relative;
    margin-top: -535px;
    text-align: -webkit-center;
  }
  #start-page #competition #div_competition .presentation #video-container-holder .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -244px;
  }
  #start-page #header #homeSlider .slogan {
    background-size: 300% !important;
  }
  #about-rules-page #div_about-rules-page .regulaments-cols .cols {
    display: block;
  }
  #about-rules-page #div_about-rules-page .regulaments-cols .cols div {
    width: 100%;
  }
  #candidature-page #div_candidature-page .form-region .form-title-holder .form-title-border {
    height: fit-content;
    width: 100%;
  }
  #candidature-page #div_candidature-page .form-border .form-content .action-button-holder .add-button {
    margin-top: -81px;
    margin-left: 30px;
  }
  #candidature-page #div_candidature-page .form-border .form-content .form-group,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields {
    display: block;
  }
  #candidature-page #div_candidature-page .form-border .form-content .form-group .form-label,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-label {
    width: 100%;
    max-width: 100%;
  }
  #candidature-page #div_candidature-page .form-border .form-content .form-group .form-input,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .form-input {
    width: 100%;
    max-width: 100%;
  }
  #candidature-page #div_candidature-page .form-border .form-content .form-group .percent.p75,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .percent.p75,
  #candidature-page #div_candidature-page .form-border .form-content .form-group .percent.p50,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .percent.p50,
  #candidature-page #div_candidature-page .form-border .form-content .form-group .percent.p25,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .percent.p25,
  #candidature-page #div_candidature-page .form-border .form-content .form-group .percent.p100-50px,
  #candidature-page #div_candidature-page .form-border .form-content #candidature-page #div_candidature-page .form-border .form-content .group-fields .percent.p100-50px {
    width: 100%;
    max-width: 100%;
  }
  #news-page-holder #div_news-page-holder .news-holder .loopHolder #news-row .news-content a {
    display: block;
  }
  #news-page-holder #div_news-page-holder .news-holder .loopHolder #news-row .news-content a .news-image,
  #news-page-holder #div_news-page-holder .news-holder .loopHolder #news-row .news-content a .news-description {
    width: 100%;
  }
  .max-width {
    max-width: 100% !important;
  }
  #contacts-page .contact {
    display: block;
  }
  #contacts-page .contact.double .directions .photos {
    display: block;
  }
  #contacts-page .contact.double .directions .photos .photo-2 {
    margin: 25px 0 0 28px;
  }
  #security-login-page .div_login-page .login_content .login-holder .login-border .login-el {
    width: 100%;
    padding: 1%;
  }
}
@media only screen and (max-width: 400px) {
  .finalist-video-holder .thumbnail-play-holder {
    margin-top: -125px;
    margin-left: -90px;
  }
  #video-container-holder.candidature-page .video-container .thumbnail-holder .thumbnail-container .thumbnail-play-holder .thumbnail-play-container {
    margin-top: -160px;
    margin-left: -40px;
    margin-bottom: -200px;
  }
  #btn.submit {
    padding-top: 21px;
    font-size: 20px;
    min-width: 240px;
  }
}
@media only screen and (max-height: 840px) {
  #start-page #gomenu {
    position: absolute;
    top: 760px;
  }
  #start-page #header #fixedMenu {
    top: 760px;
  }
}
