/*! -----------------------------------------------------------------------
  LAYOUT - Concurso

  * @Version:    1.0 - 2018
  * @author:     BAR Ogilvy (nuno quelhas)
  * @email:      nuno.quelhas@barogilvy.com

-----------------------------------------------------------------------*/
/* BREAKPOINTS */
/* VERTICAL ALIGN */
/* GRADIENT */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*:focus {
  outline: none;
}

.s10 {
  font-size: 10px;
}

.s12 {
  font-size: 12px;
}

.s14 {
  font-size: 14px;
}

.s16 {
  font-size: 16px;
}

.s18 {
  font-size: 18px;
}

.s20 {
  font-size: 20px;
}

.s22 {
  font-size: 22px;
}

.s24 {
  font-size: 24px;
}

.s26 {
  font-size: 26px;
}

.s28 {
  font-size: 28px;
}

.s30 {
  font-size: 30px;
}

.s32 {
  font-size: 32px;
}

.s34 {
  font-size: 34px;
}

.s36 {
  font-size: 36px;
}

.s38 {
  font-size: 38px;
}

.s40 {
  font-size: 40px;
}

.s50 {
  font-size: 50px;
}

.s60 {
  font-size: 60px;
}

.sp5 {
  height: 5px;
}

.sp10 {
  height: 10px;
}

.sp15 {
  height: 15px;
}

.sp20 {
  height: 20px;
}

.sp50 {
  height: 50px;
}

.m0 {
  margin: 0px;
}

.m5 {
  margin: 5px;
}

.m10 {
  margin: 10px;
}

.m15 {
  margin: 15px;
}

.m20 {
  margin: 20px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.p0 {
  padding: 0px;
}

.p5 {
  padding: 5px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.relative {
  position: relative;
}

.text-truncate {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* BREAKPOINTS */
/* VERTICAL ALIGN */
/* GRADIENT */
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #dafcff url("../images/background.png") top center no-repeat;
  line-height: 1.25;
}

body.bg2 {
  background: #dafcff url("../images/background2.png") top center no-repeat;
}

body.bg3 {
  background: #dafcff url("../images/background3.png") top center no-repeat;
}

.blue {
  color: #0b5492;
}

.bold, .btn-blue, .item h2, .pag a, .select select, input.key[type="text"] {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.btn-blue {
  display: inline-block;
  background: #00a4e4;
  color: white;
  border: 3px solid white;
  border-radius: 30px;
  text-align: center;
  padding: 10px 50px;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-blue:hover {
  background: #0b5492;
  color: white;
  text-decoration: none;
}

.btn-darkblue {
  display: inline-block;
  background: #0b5492;
  color: white;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-darkblue:hover {
  background: #00a4e4;
  color: white;
  text-decoration: none;
}

#scene {
  overflow: hidden;
  top: 50px;
  pointer-events: none;
}

#scene li {
  width: 100%;
}

.wow {
  visibility: hidden;
}

.content {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
}

header {
  position: fixed;
  line-height: 45px;
  padding: 5px 0;
  background: white;
  text-align: center;
  width: 100%;
  z-index: 9;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header nav ul li a {
  color: #00a4e4;
  margin: 0 10px;
}

header nav ul li a:hover, header nav ul li a:focus, header nav ul li a.active {
  color: #0b5492;
  text-decoration: underline;
}

@media only screen and (max-width: 62em) {
  header nav ul li a {
    font-size: 12px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 48em) {
  header nav ul li a {
    display: block;
  }
}

@media only screen and (max-width: 48em) {
  header nav {
    display: none;
  }
}

@media only screen and (min-width: 48em) {
  header nav {
    display: block !important;
  }
}

footer {
  line-height: 1.5;
  background: white;
  color: #00a4e4;
  font-size: 14px;
  padding-top: 45px;
  position: relative;
  margin-top: 8vw;
}

footer a {
  color: #00a4e4;
}

footer.hp {
  margin-top: 35vw;
}

footer #bottom {
  background: #0b5492;
  font-size: 12px;
  color: white;
  text-align: center;
}

footer:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -503px;
  right: 0;
  background: url("../images/bottom_trees.png") center top no-repeat;
  background-size: 100%;
  height: 503px;
  pointer-events: none;
  z-index: -1;
}

@media only screen and (max-width: 75em) {
  footer:before {
    background: url("../images/bottom_trees.png") center bottom no-repeat;
    background-size: 100%;
  }
}

.badge-pill {
  color: #fff;
  background-color: #00a4e4;
  padding: .5em 1em;
  font-size: 12px;
  border-radius: 10rem;
}

.rope {
  background: url("../images/rope.png") center center repeat-x;
  height: 25px;
  width: 100%;
}

.item {
  background: white;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  padding: 30px;
  position: relative;
}

.item .badge-pill {
  background: #e8e8e8;
  color: #0b5492;
  font-size: 14px;
}

.item h2 {
  color: #0b5492;
  padding-top: 15px;
  display: block;
}

.item h3 {
  color: #00a4e4;
  font-size: 14px;
}

.item::before {
  content: '';
  background: url("../images/molas.png") top center no-repeat;
  background-size: 90% 100%;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  z-index: 8;
  height: 58px;
}

.item.big::before {
  content: '';
  background: url("../images/molas.png") top center no-repeat;
  background-size: auto;
  position: absolute;
  top: -45px;
  left: 0;
  width: 100%;
  z-index: 8;
  height: 58px;
}

.item input[type="text"] {
  border: 2px solid #00a4e4;
  border-radius: 30px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b5492;
}

.item textarea {
  border: 2px solid #00a4e4;
  border-radius: 20px;
  min-height: 150px;
  width: 100%;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  color: #0b5492;
  resize: none;
}

.item a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 62em) {
  .item {
    padding: 30px 10px;
  }
}

.pag {
  background: white;
  padding: 5px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  display: inline-block;
}

.pag a {
  color: #0b5492;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
}

.pag a:hover {
  text-decoration: none;
}

.pag a.active {
  background: #0b5492;
  color: white;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border: 2px solid white;
}

.select {
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  width: 100%;
}

.select select {
  display: inline-block;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.3);
  width: 100%;
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  font-size: 12px;
  border: 2px solid #00a4e4;
  border-radius: 30px;
  background: #ffffff;
  color: #005ea8;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.select select::-ms-expand {
  display: none;
}

.select select:hover,
.select select:focus {
  color: #000000;
  background: #ffffff;
}

.select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 13px;
  right: 15px;
  width: 0px;
  height: 0px;
  border: solid #005ea8;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.select select:hover ~ .select_arrow,
.select select:focus ~ .select_arrow {
  border-color: #000000;
}

.select select:disabled ~ .select_arrow {
  border-top-color: #CCCCCC;
}

input[type="text"].key {
  border: 2px solid #00a4e4;
  border-radius: 30px;
  width: 100%;
  padding: 10px 20px;
  padding-right: 45px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  color: #0b5492;
  -webkit-box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 3px 10px rgba(0, 0, 0, 0.3);
}

input[type="text"].key::-webkit-input-placeholder {
  color: #0b5492;
}

input[type="text"].key:-moz-placeholder {
  color: #0b5492;
}

input[type="text"].key::-moz-placeholder {
  color: #0b5492;
}

input[type="text"].key:-ms-input-placeholder {
  color: #0b5492;
}

.search-wrapper {
  position: relative;
}

.search-wrapper a {
  position: absolute;
  display: inline-block;
  top: 10px;
  right: 30px;
  color: #0b5492;
}

.custom li {
  background: url("../images/bullet.png") left 6px no-repeat;
  line-height: 25px;
  padding-left: 25px;
  color: #0b5492;
  margin-bottom: 20px;
}


.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  color: #0b5492;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  opacity: 0;
  line-height: 1.20;
  font-size: 16px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.text-overlay p {
  position: absolute;
  top: 50%;
  padding: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.text-overlay:hover {
  opacity: 1;
}

@media only screen and (max-width: 75em) {
  .text-overlay {
    font-size: 12px;
  }
}

@media only screen and (max-width: 62em) {
  .text-overlay {
    font-size: 11px;
  }
  .text-overlay p {
    padding: 10px;
  }
}

@media only screen and (max-width: 48em) {
  .text-overlay {
    font-size: 14px;
  }
  .text-overlay p {
    padding: 20px;
  }
}

.skill-button {
  background: #cdcccc;
  color: white;
  font-size: 12px;
  cursor: pointer;
  border-radius: 10px;
  padding: 0px 10px;
  position: relative;
  height: 25px;
  line-height: 25px;
  margin-bottom: 5px;
  -webkit-transition: all, 0.4s;
  transition: all, 0.4s;
}

.skill-button .skill-counter {
  position: absolute;
  right: -3px;
  padding-right: 35px;
  top: -3px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  background: url("../images/heart-skill.png") right center no-repeat;
  z-index: 2;
  text-align: right;
}

@media only screen and (max-width: 62em) {
  .skill-button .skill-counter {
    padding-right: 33px;
  }
}

@media only screen and (max-width: 48em) {
  .skill-button .skill-counter {
    padding-right: 35px;
  }
}

.skill-button:hover {
  background: #bbb;
}

.skill-button.active {
  background: #327ebf;
}

@media only screen and (max-width: 75em) {
  .skill-button {
    font-size: 10px;
  }
}

@media only screen and (max-width: 62em) {
  .skill-button {
    font-size: 8px;
    padding: 0 5px;
  }
}

@media only screen and (max-width: 48em) {
  .skill-button {
    font-size: 12px;
    padding: 0 10px;
  }
}

/* dev */
.fa-heart:not(.not-this):hover, .light-blue{color:#00a4e4;}

.item h4 {
  color: #0b5492;
  font-size: 12px;
  line-height: 1.5em;
}

.footer-size{font-size: 0.9em;}
.footer-tel{color:white!important; text-decoration:none!important;}
.footer-tel[href^="tel"]{
  color:inherit;
  text-decoration:none!important;
}

.badge-pill-large{font-size:15px;}
.swal2-footer{font-size: 0.78em!important; text-align: center!important;}
.txt-uppercase .swal2-input{text-transform: uppercase;}

.skill-button.not-this:hover{cursor: default!important; background: #cdcccc!important;}
.skill-spacer{height: 32px;}

.bootstrap-select{width: 100%!important;}
.bootstrap-select > button{background-color: #00a4e4!important; color:white!important; border-radius: 20px; padding:10px 20px; outline: none!important;}
.bootstrap-select > button:hover {background-color: #0b5492!important;}
.bootstrap-select .dropdown-menu.show{background-color:#e2e6ea; color:white; border-color:#0b5492!important; border-radius: 20px; border: 2px solid; top:-3px!important; min-width: 100%!important;}
.bootstrap-select .dropdown-menu.show .text{font-size: 0.8em!important;}
.bootstrap-select .dropdown-menu.show .bs-ok-default.check-mark{color:#0b5492!important;}
.bootstrap-select .notify{color:red!important; font-size:0.8em; padding:5px; border-color: #f6f7f7!important; border-radius: 20px!important; box-shadow: none!important; padding-left: 15px!important;}

#mbf-login > form > .gigya-layout-row:nth-of-type(1),
#mbf-registration-one-step > form > div.gigya-layout-row:nth-of-type(1),
#gigya-verification-pending-screen > form > .gigya-layout-row:nth-of-type(1){margin-bottom: 0px!important;}