/*** IMPORTS ***/
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700|Red+Hat+Text:400,500,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

.captcha {
  max-width: initial;
  height: initial;
  text-align: left;
  background: transparent;
  margin: -60px 0 10px;
  width: 50%;
}

.g-recaptcha {
  width: 50%;
}

.form-required:after {
  color: #29B2E2;
}

.paragraph {
  font-family: 'Red Hat Text', sans-serif;
  font-size: 16px;
  color: #777;
}

.esconder {
  display: none;
}

.escondervisual {
  opacity: 0;
}

/*** Text ***/

.block-title{
  position: relative;
  margin: 3% 0;
  color: #1D2127;
  font-size: 3.35rem;
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
}

.text-title {
  color: rgb(29, 33, 39);
  font-size: 2rem;
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
}

.text-title-mid {
  color: rgb(29, 33, 39);
  font-size: 2.45rem;
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
}

.text-title-big {
  color: rgb(29, 33, 39);
  font-size: 3rem;
  line-height: 36px;
  font-family: 'Red Hat Display', sans-serif;
  text-align: center;
}

.text-body{
  color: #363C44;
  /*font-size: 1.75rem;*/
  font-size: 16px;
  font-family: 'Red Hat Text', sans-serif;
  text-align: center;
}

.text-bold {
  color: #222328;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 1.95rem;
}
.text {
  font-size: 1.75rem;
}

.strong {
  font-weight: 500;
}

.link-white {
  font-size: 1.55rem;
  font-family: 'Red Hat Text', sans-serif;
  color: white;
  transition: all 0.4s;
}

.link-white:hover {
  color: #1BACE4;
  text-decoration: none;
}

.link a{
  font-size: 16px;
  font-family: 'Red Hat Text', sans-serif;
  color: #1BACE4;
}

.link a:hover{
  color: #0992f1;
}

.link, .link a:hover, .link a:visited, .link a:link, .link a:active {
  text-decoration: none;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.noresults-text {
  text-align: center;
}

.no-margin {
  margin: 0;
}

.linux-top-container.no-margin {
  margin: 0 auto;
}

/*** COLORS ***/

.title--blue {
  color: #37c3f4;
}

.text--white {
  color: white !important;
}

.text-red {
  color: #c70000 !important;
  fill: #c70000 !important;
  
}

.bg--working {
  background: url('/sites/default/files/cms_images/trabalhar-cms/empregos-bg.png');
}

.bg--purple {
  background: #63378f;
}

.bg--edp-red {
  background: #c70000;
}

.bg--dark-blue {
  background: #000021;
}

.bg--light-grey {
  background:#FBFBFB;
}

.bg--lighter-grey {
  background:#F9F9F9;
}

.bg--blue {
  background: #1cace4;
}

.bg--black {
  background: #222328;
}

.bg--darker-blue {
  background: #002a4c;
}

.bg--tech-family {
  background-image: url(/sites/default/files/cms_images/linuxcm/family-tech.png);
}
/**************/
/*** SPACING ***/

.article-container.mb--150 {
  margin-bottom: 150px;
}

.mb--150 {
  margin-bottom: 150px;
}

.mt--50 {
  margin-top: 50px;
}

.article-container.mt--50 {
  margin-top: 50px;
}

.pd--150 {
  padding: 150px 50px;
}

.article-wrapper.mb--150 {
  margin-bottom: 150px;
}

.flex-justify_center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-justify_center img {
  margin: 0 15px;
}


.width--80 {
  width: 80%;
  margin: 0 auto 20px;
}

.width--70 {
  width: 70%;
  margin: 0 auto 20px;
}

@media screen and (max-width:992px) {
  
  .article-wrapper--bg.mb--150 {
    margin-bottom: 0;
  }
  
  
  .article-container.mb--150{
    margin-bottom: 60px;
  }
  
  .article-container--first-column.flex-justify_center img, .article-container--second-column.flex-justify_center img {
    width: auto;
    margin: 60px 15px 0;
  }
  
  .article-container.reverse-mobile {
    flex-direction: column-reverse;
  }
  
  img.vfos-icons {
    width: 25% !important;
  }
  
  img.arrow-img {
    height: 20px !important;
  }
  
  img.vfos-logo {
    height: 125px !important;
  }
}

/***************/
/*** COOKIES ***/

#sliding-popup {
  right: 30px;
  margin-bottom: 30px;
}

.eu-cookie-compliance-content {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.eu-cookie-compliance-message {
  max-width: 100%;
  width: 70%;
  background: #1bace4;
  padding: 30px 0 30px 15px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.eu-cookie-compliance-message:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #1bace4;
  border-bottom: 0;
  margin-left: -20px;
  margin-bottom: -20px;
}

.eu-cookie-compliance-message p {
  color: white;
  margin: 0 auto;
  width: 80%;
}

.eu-cookie-compliance-message a {
  color: white;
  font-weight: 500;
}

.eu-cookie-compliance-buttons {
  position: relative;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
}

.cookie-circle {
  position: absolute;
  height: 90px;
  width: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.cookie-circle svg {
  width: 70px;
}

.eu-cookie-compliance-buttons button {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.eu-cookie-compliance-more-button {
  display: none;
}
/***************/
/*** MEDIA QUERIES ***/

@-moz-document url-prefix() {
  .eu-cookie-compliance-banner--default img {
    width: 30%;
  }
}

@media screen and (max-width: 993px) {
  .main {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 518px) {
  #sliding-popup {
    margin: 0 5px 30px 5px;
    right:0;
  }
  
  .eu-cookie-compliance-banner--default {
    margin: 25px;
  }
  
  .eu-cookie-compliance-banner--default img {
    width: 30%;
  }
}

/*********************/
/*** PAGES TOP IMG ***/

.block-block-content12d42c50-a05b-441e-90d5-f3ff1547e375 {
  position: relative;
}

.block-block-content12d42c50-a05b-441e-90d5-f3ff1547e375 svg {
  position: absolute;
  bottom: 0;
  fill: white
}

#top-img-container {
  width: 100%;
  height: 80vh;
  background-position: center -220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (max-width: 992px) {
  #top-img-container {
    height: 40vh;
    background-attachment: scroll;
  }
}

/*********************/
/*** PAGES TOP BLOCK ***/

.top-block-wrapper {
  width: 80%;
  margin: auto;
}

.top-block-wrapper--text .block-title {
  text-align: left;
}

.top-block-wrapper--column_container {
  display: flex;
  justify-content: space-between;
}

.top-block-wrapper--first-column {
  width: 40%;
  z-index: 1;
}

.top-block-wrapper--second-column {
  display: flex;
  flex-direction: column;
  width: 50%;
  z-index: 1;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.top-block-wrapper--second-column__links {
  display: flex;
  align-items: center;
  margin: auto 0;
  justify-content: center;
  flex-direction: column;
}

.top-block-wrapper--second-column__links p {
  color: white;
  font-family: 'Red Hat Text', sans-serif;
  font-size: 20px;
  margin: 10px 20px 10px 0;
}

.top-block-wrapper--second-column__links .link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: 1px solid white;
  border-radius: 50px;
  width: 220px;
  height: 45px;
  margin-left: 5px;
  text-decoration: none;
}

.top-block-wrapper--second-column__links a svg {
  height: 10px;
  fill: white;
  margin: 0 0 0 5px;
}

@media screen and (max-width: 1005px) {
  /*
  .top-block-wrapper {
    padding: 0 0 100px;
  }
  */
  .top-block-wrapper--column_container {
    flex-direction: column;
    align-items: center;
  }
  
  .top-block-wrapper--first-column, .top-block-wrapper--second-column {
    width: 100%;
  }
  
  .top-block-wrapper--second-column__links {
    flex-direction: column;
  }
  
  .top-block-wrapper--second-column__links p {
    align-self: flex-start;
  }
  
  .top-block-wrapper--second-column__links .link {
    background: white;
    color: #29B2E2;
    margin: 50px 0 0;
  }
  
  .top-block-wrapper--second-column__links a svg {
    fill: #29B2E2;
  }

}

/***********************/
/*** FORMS ***/

.webform-horizontal-rule {
  background: #f2f2f2;
  height: 2px;
}

.container-label {
  font-weight: 500;
  font-size: 1.55rem;
  font-family: red hat text;
  color: #1d2127;
}

form label {
  color: #1d2127;
}

.container-flex {
  display: flex;
}

.flexbox-title {
  width: 20%;
}

.flexbox-fields {
  width: 80%;
  flex-direction: column;
}

.flex-column {
  flex-direction: column;
}

@media screen and (max-width: 992px) {
  
  .container-label {
    margin: 0 1em 2em 1em;
  }
  
  .container-flex {
    flex-direction: column;
  }
  
  .flexbox-fields, .flexbox-title {
    width: 100%;
  }
}

/*************/
/*** POP UP FORMS ***/

.ui-dialog {
  background: white;
}

.ui-dialog .ui-dialog-titlebar {
  background: white;
  border: none;
}

.ui-dialog .ui-dialog-content {
  margin: 40px 0 0 0;
  display: flex;
  justify-content: center;
  padding: 0;
}
/********************/
/*** 404 Block ***/

.block-block-content4974fbd8-2dea-4371-aa96-bc35b1b37c6b {
  margin: 75px 0;
}

.block-block-content4974fbd8-2dea-4371-aa96-bc35b1b37c6b .field--name-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.block-block-content4974fbd8-2dea-4371-aa96-bc35b1b37c6b .img404 img{
  width: 100%;
}

.block-block-content4974fbd8-2dea-4371-aa96-bc35b1b37c6b a {
  border-radius: 50px;
  padding: 8px 25px;
  color: #0992f1;
  transition: all 0.5s ease;
  border: 1px solid #0992f1;
}

.block-block-content4974fbd8-2dea-4371-aa96-bc35b1b37c6b a:hover {
  color: white;
  background: #0992f1;
  text-decoration: none;
}

/*****************/
/*** Login Page ***/

.signreg {
  display: none;
}

.forgot-password {
  display: none;
}

.simplelogin-logo img {
  width: 95px;
  margin: 0 39px 0 0;
}
/******************/
/*** After Login ***/

/*******************/
/*** Error pages ***/

.block-block-content044d1c26-6884-4b75-8ea1-d8293e5927db {
  margin: 75px 0;
}

.block-block-content044d1c26-6884-4b75-8ea1-d8293e5927db .field--name-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.img-error {
  left:0;
  right:0;
  margin:auto;
  margin-top:75px;
  margin-bottom:50px;
  width:40%;
}

.img-error img {
  width: 100%;
}

.btn-back {
  border-radius: 50px;
  padding: 8px 25px;
  color: #0992f1;
  transition: all 0.5s ease;
  border: 1px solid #0992f1;
}

.btn-back:hover {
  color: white;
  background: #0992f1;
  text-decoration: none;
}

/*******************/
/*** Add to any ***/

.addtoany_list.a2a_kit_size_32 a > span {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.a2a_svg svg {
  width: 22px !important;
  height: 22px !important;
}

/******************/