/*!
 * CSS AeroTéc 
 * azul claro - #0BAEEF
 * azul escuro - #072F60
 */

html {
    height: 100%;
    width: 100%;
}

body {
    min-height: 100%;
    width: 100%;
    color: white;
    color: var(--font-color)!important;
    background: var(--bg-color)!important;
}

.center-croppedGallery {
    object-fit: cover;
    object-position: center;
    height: 190px;
    width: 200px;
}

body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

:root,
 :root.light {
    --font-color: #222222;
    --bg-color: white;
}

@media (prefers-color-scheme: dark) {
     :root {
        --font-color: white;
        --bg-color: #021226;
    }
}

:root.dark {
    --font-color: white;
    --bg-color: #021226;
}

hr {
    border-color: #0baeef;
    border-width: 3px;
    max-width: 50px;
}

hr.long {
    border-width: 3px solid #0baeef;
    max-width: 80%;
}

hr.light {
    border-color: white;
}

a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #1969cc;
}

a:hover,
a:focus {
    color: #072f60;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.bg-primary {
    background-color: white;
}

.bg-bluelight {
    background-color: #0baeef;
}

.bg-bluedark {
    background-color: #072f60;
}

.bg-dark {
    background-color: #222222;
    color: white;
}

.bg-bluedarkMODE {
    background-color: #031730!important;
    color: white;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 100px 0;
}

.no-padding {
    padding: 0;
}

.section-heading {
    margin-top: 0;
}

.section-heading-light {
    margin-top: 0;
    color: white;
}

.text-primary {
    color: #072f60;
}

.text-light {
    color: white;
}


/* -------------------------------------- Barra de Navegação ------------ */

.navbar-default {
    background-color: white;
    border-color: rgba(34, 34, 34, 0.05);
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.navbar-default .navbar-header img {
    width: auto;
    height: 40px;
    /*padding-top: 10px;*/
    padding-left: 10px;
}

.navbar-default .navbar-header .navbar-toggle {
    font-weight: 700;
    font-size: 12px;
    color: var(--font-color);
    text-transform: uppercase;
}

.navbar-default .nav>li>a,
.navbar-default .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    color: var(--font-color);
}

.navbar-default .nav>li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #0baeef;
}

.navbar-default .nav>li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #0baeef !important;
    background-color: transparent;
}

.navbar-default .nav>li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .navbar-default {
        background-color: white;
        border-color: rgba(255, 255, 255, 0.3);
        margin-top: 0px;
    }
    .navbar-default.affix {
        background-color: white;
        border-color: rgba(34, 34, 34, 0.05);
        margin-top: 0px;
    }
    .navbar-default.affix .nav>li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: var(--font-color);
    }
    .navbar-default.affix .nav>li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #0baeef;
    }
}

header {
    background-color: #101010;
}

header .container .col-lg-12 .pagination {
    position: center;
    margin: 60px auto;
    background-color: transparent;
    color: transparent;
}

header .container .col-lg-12 .pagination p {
    font-family: 'Helvetica Neue';
    font-size: 12px;
}

header .container .col-lg-12 .pagination img {
    width: 100px;
}

.navegacao {
    margin-top: 50px;
    text-align: center;
}

.navegacao p {
    font-family: 'Helvetica Neue';
    font-size: 12px;
    color: white;
}

.navegacao img {
    width: 90px;
    height: auto;
}

#bs-example-navbar-collapse-2 img {
    width: 0px;
    height: auto;
    margin: 0px auto;
    padding: 0px auto;
}

#secondNav {
    background-color: #101010;
    border-color: #101010;
    border-radius: 0;
    font-family: 'Helvetica Neue';
    font-size: 11px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    margin-top: 50px;
}

#secondNav button {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

#secondNav p {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    font-size: 11px;
    text-align: center;
}

#secondNav .navbar-header .navbar-toggle {
    font-weight: 200;
    font-size: 12px;
    color: #dddddd;
    text-transform: uppercase;
}

#secondNav .nav>li>a,
#secondNav .nav>li>a:focus {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 13px;
    color: #dddddd;
}

#secondNav .nav>li>a:hover,
#secondNav .nav>li>a:focus:hover {
    color: #0baeef;
}

#secondNav .nav>li.active>a,
#secondNav .nav>li.active>a:focus {
    color: #0baeef !important;
    background-color: transparent;
}

#secondNav .nav>li.active>a:hover,
#secondNav .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    #bs-example-navbar-collapse-2 img {
        width: 90px;
        height: auto;
        margin: 0px auto;
        padding: 0px auto;
    }
    #secondNav {
        background-color: #101010;
        border-color: #101010;
        border-radius: 0;
        float: none;
        margin-bottom: 0px;
    }
    #secondNav .navbar-nav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    #secondNav .navbar-collapse {
        text-align: center;
    }
    #secondNav .navbar-inner {
        text-align: center;
    }
    #secondNav .navbar-inner .nav {
        display: inline-block;
        float: none;
    }
}


/* ----------------------------------------------------- Contactos ------------ */

#contactos {
    padding-bottom: 40px;
}

#contactos img {
    height: auto;
    width: 300px;
    padding-top: 30px;
}

#logo-euroavia {
    height: 200px !important;
    width: auto !important;
    padding-left: 80px;
}

.no-gutter>[class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}


/* ----------------------------------------------------------- Botões ------------ */

.btn-default {
    color: #222222;
    background-color: white;
    border-color: white;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #222222;
    background-color: #f2f2f2;
    border-color: #ededed;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: white;
    border-color: white;
}

.btn-default .badge {
    color: white;
    background-color: #222222;
}

.btn-primary {
    color: white;
    background-color: #0baeef;
    border-color: #0baeef;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: white;
    background-color: #0997d0;
    border-color: #0997d0;
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #0baeef;
    border-color: #0baeef;
}

.btn-primary .badge {
    color: #0baeef;
    background-color: white;
}

.btn {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    border: none;
    border-radius: 300px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-xl {
    padding: 15px 30px;
}


/* --------------------------------------------------------- Seleção ------------ */

::-moz-selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

::selection {
    color: white;
    text-shadow: none;
    background: #222222;
}

img::selection {
    color: white;
    background: transparent;
}

img::-moz-selection {
    color: white;
    background: transparent;
}


/* --------------------------------------------------------- Revista ------------ */

#edicao-atual {
    padding-top: 0px;
}

#edicao-atual hr {
    padding-bottom: 50px;
}

#hr-revista {
    margin-left: 60px;
    padding-bottom: 0px;
    margin-bottom: -25px;
}

#revista-atual {
    width: 80%;
    height: auto;
    box-shadow: 0 0 20px #3336;
    transition: .5s;
    margin: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#revista-atual:hover {
    transform: scale(1.02);
    opacity: 0.9;
}

.miniaturas-revista {
    padding-top: 50px;
}

.miniaturas-revista img {
    width: 235px;
    padding-top: 0px;
}

.miniaturas-revista hr {
    margin-bottom: -10px;
}

.thumb-revista {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
}


/* --------------------------------------------------------- ACC ------------ */

.portfolio-box {
    position: relative;
    display: block;
    max-width: 450px;
    margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: white;
    background: #0baeef;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 18px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

.portfolio-box:focus {
    outline: none;
}

@media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 16px;
    }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 22px;
    }
}

.portfolio-img {
    height: 250px;
    max-width: 100%;
    min-width: 100%;
}

@media (min-width: 768px) {
    .portfolio-img {
        height: 190px;
    }
}


/* ----------------------- WS Rockets ------------ */

#WSCarousel img {
    height: 250px;
    width: 100%;
}

@media (min-width: 768px) {
    #WSCarousel img {
        height: 450px;
    }
}

.carousel-ws {
    margin-top: -130px;
}


/* ----------------------- AeroFórum ------------- 
.aeroforum ul {
  text-align: center;
}
.aeroforum li {
  border-radius: 50%;
}
.aeroforum a {
  background-color: red;
  margin-left: 30px;
  border-radius: 50%;
}
*/

.board {
    width: 75%;
    margin: 60px auto;
    height: 500px;
    background: #fff;
    /*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}

.board .nav-tabs {
    position: relative;
    border-bottom: 0;
    /* width: 80%; */
    margin: 40px auto;
    margin-bottom: 0;
    box-sizing: border-box;
}

.board>div.board-inner {
    /* background: #fafafa url(https://subtlepatterns.com/patterns/geometry2.png);
  */
    background-size: 30%;
}

p.narrow {
    width: 60%;
    margin: 10px auto;
}

.liner {
    height: 2px;
    background: #ddd;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: default;
    /*background-color: #ffffff; */
    border: 0;
    border-bottom-color: transparent;
}

#barra-aeroforum p {
    font-size: 10px !important;
    margin-top: -5px;
}

@media (min-width: 585px) {
    #barra-aeroforum p {
        font-size: 15px !important;
        margin-top: 0px;
    }
}

span.round-tabs {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: white;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 10px;
    text-transform: none;
    padding-top: 20px;
    transition-duration: 0.2s;
}

@media (min-width: 768px) {
    span.round-tabs {
        width: 70px;
        height: 70px;
        line-height: 70px;
        display: inline-block;
        border-radius: 100px;
        background: white;
        z-index: 2;
        position: absolute;
        left: 0;
        text-align: center;
        font-size: 20px;
        text-transform: none;
        padding-top: 20px;
        transition-duration: 0.2s;
    }
}

span.round-tabs:focus,
span.round-tabs:focus:hover,
span.round-tabs:active,
span.round-tabs:visited,
span.round-tabs:hover {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    span.round-tabs:focus,
    span.round-tabs:focus:hover,
    span.round-tabs:active,
    span.round-tabs:visited,
    span.round-tabs:hover {
        background: #0baeef !important;
        color: white !important;
        border: 2px solid #0baeef !important;
        width: 100px;
        height: 100px;
        margin-top: -15px;
        margin-left: -15px;
        padding-top: 35px;
    }
}

span.round-tabs.one {
    color: #0baeef;
    border: 2px solid #072f60;
}

li.active span.round-tabs.one {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    li.active span.round-tabs.one {
        width: 100px;
        height: 100px;
    }
}

span.round-tabs.two {
    color: #0baeef;
    border: 2px solid #072f60;
}

li.active span.round-tabs.two {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    li.active span.round-tabs.two {
        width: 100px;
        height: 100px;
    }
}

span.round-tabs.three {
    color: #0baeef;
    border: 2px solid #072f60;
}

li.active span.round-tabs.three {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    li.active span.round-tabs.three {
        width: 100px;
        height: 100px;
    }
}

span.round-tabs.four {
    color: #0baeef;
    border: 2px solid #072f60;
}

li.active span.round-tabs.four {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    li.active span.round-tabs.four {
        width: 100px;
        height: 100px;
    }
}

span.round-tabs.five {
    color: #0baeef;
    border: 2px solid #072f60;
}

li.active span.round-tabs.five {
    background: #0baeef !important;
    color: white !important;
    border: 2px solid #0baeef !important;
    width: 80px;
    height: 80px;
    margin-top: -15px;
    margin-left: -15px;
    padding-top: 35px;
}

@media (min-width: 585px) {
    li.active span.round-tabs.five {
        width: 100px;
        height: 100px;
    }
}

.nav-tabs>li.active>a span.round-tabs {
    background: #fafafa;
}

.nav-tabs>li {
    width: 20%;
}


/*li.active:before {
  content: " ";
  position: absolute;
  left: 45%;
  opacity:0;
  margin: 0 auto;
  bottom: -2px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  z-index: 1;
  transition:0.2s ease-in-out;
}*/

li:after {
    content: ' ';
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #ddd;
    transition: 0.1s ease-in-out;
}

li.active:after {
    content: ' ';
    position: absolute;
    left: 45%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #ddd;
}

.nav-tabs>li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.nav-tabs>li a:hover {
    background: transparent;
}


/*
.tab-content{
}*/

.tab-pane {
    position: relative;
    padding-top: 50px;
}


/*
.btn-outline-rounded{
  padding: 10px 40px;
  margin: 20px 0;
  border: 2px solid transparent;
  border-radius: 25px;
}

.btn.green{
  background-color:#5cb85c;
  /*border: 2px solid #5cb85c;*/


/*color: #ffffff;
}
*/

@media (max-width: 585px) {
    .board {
        width: 90%;
        height: auto !important;
    }
    span.round-tabs {
        font-size: 10px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .tab-content .head {
        font-size: 20px;
    }
    .nav-tabs>li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    li.active:after {
        content: ' ';
        position: absolute;
        left: 35%;
    }
    .btn-outline-rounded {
        padding: 12px 20px;
    }
}


/* ----------------------- Flying Ideas ------------ */

#imagens-fi-head {
    margin-top: 0px;
}

#imagens-fi {
    margin-top: 50px;
}

#imagens-fi img {
    height: auto;
}

#fi-objetivo {
    font-size: 17px;
    text-align: left;
}

#fi-objetivos li {
    padding-bottom: 10px;
    font-size: 17px;
}

#fi-funciona i {
    padding-top: 30px;
}

@media (max-width: 585px) {
    #fi-funciona i {
        padding-top: 0px;
    }
}


/* ----------------------- C.I.A. ------------ */

.img-cia {
    width: 97%;
}

@media (max-width: 585px) {
    #services img,
    #services i {
        margin-top: 30px;
    }
}


/*------------------------- Semana ------------*/

#empresas-semana img {
    /* -webkit-filter: grayscale(100%);
	filter: grayscale(100%); */
    transition-duration: 0.3s;
}

#empresas-semana img:hover,
#empresas-semana img:focus:hover {
    transition-duration: 0.3s;
    /* -webkit-filter: grayscale(0%);
	filter: grayscale(0%); */
    transform: scale(1.02);
    cursor: pointer;
}

.size-fixed-btn {
    width: 280px;
    margin: 0 10px;
}


/*---------------Proj Recrutamento-----------*/

.main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.border {
    position: relative;
    font-family: sans-serif;
    width: 320px;
    height: 320px;
    background: transparent;
    padding: 10px;
    border-radius: 50%;
    transition: .3s;
    margin: 20px 0px;
}

.border:hover {
    /*border-radius: 10px;*/
    transform: scale(1.03)
}

.border img {
    position: relative;
    width: 100%;
    height: auto;
    transition: .5s;
    z-index: 99;
}

.profile-card {
    position: relative;
    font-family: sans-serif;
    width: 100px;
    height: 100px;
    background: #0baeef;
    padding: 1.5px;
    border-radius: 50%;
    box-shadow: 0 0 20px #22222280;
    transition: .3s;
    margin: 10px 20px 60px;
}

.profile-card:hover {
    /*border-radius: 10px;*/
    transform: scale(1.03)
}

@media (max-width:800px) {
    .profile-card {
        width: 65px;
        height: 65px;
        margin: 10px 5px 70px;
    }
    .profile-card:hover {
        /*border-radius: 10px;*/
        transform: scale(1.03)
    }
}

.profile-card .img {
    position: relative;
    width: 100%;
    height: auto;
    transition: .5s;
    z-index: 99;
}

.img-team img {
    width: 100%;
    border-radius: 50%;
    box-shadow: 0 0 20px #22222280;
    transition: .5s;
}

.img-team2 img {
    width: 100%;
    transition: .5s;
}


/*.profile-card:hover img{
	border-radius: 10px;
}*/

.caption {
    text-align: center;
    opacity: 0;
    transition: .6s;
}

.profile-card:hover .caption {
    opacity: 1;
}

.caption h3 {
    font-size: 15px;
    font-weight: bold;
    color: #0baeef;
    font-family: sans-serif;
    margin: 15px 0 0 0;
}

.caption p {
    font-size: 11px;
    color: #072F60;
    color: var(--font-color);
    font-family: sans-serif;
    margin: 0 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal-content {
    position: relative;
    color: #072F60;
    color: var(--font-color);
    background: white;
    background: var(--bg-color);
    margin: 7.5% auto;
    padding: 30px;
    width: 80%;
}

.socialbar>a {
    font-size: 20px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    color: inherit;
}

.socialbar>a:hover {
    color: inherit;
    opacity: 0.5;
}

.close {
    position: absolute;
    right: 30px;
    color: #aaa;
    font-size: 32px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #0baeef;
    text-decoration: none;
    cursor: pointer;
}

.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
}

.modal2-content {
    margin: auto;
    display: block;
}

.close3 {
    position: absolute;
    top: 60px;
    right: 35px;
    color: white;
    font-size: 40px;
    font-weight: bold;
    transition: 0.5s;
}

.close3:hover,
.close3:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.responsive-iframe {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.team-photo {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    font-family: sans-serif;
    background: transparent;
    width: 16%;
    height: auto;
    transition: .3s;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 10px 0 10px;
    margin: 0%;
}

.team-photo:hover {
    transform: scale(1.03);
}

.team-photo img {
    position: relative;
    aspect-ratio: 1/1;
    width: 60%;
    object-fit: cover;
    border-radius: 50%;
    box-shadow: 0 0 20px #22222280;
    transition: .5s;
    z-index: 99;
}

@media (max-width:768px) {
    .team-photo {
        width: 50%;
    }
}

/* ------------------ Fotos pessoal da Coordenaçao RED ------------------ */

.linha-coord {
    padding-top: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.missao {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    box-sizing: border-box;
    width: 25%;
    height: auto;
    margin: 0px;
    padding: 10px 5% 10px 5%;
    border-radius: 5px;
}

.content_container{
    padding: 25px 15% 50px 15%;
}

@media (max-width:992px) {
    .missao {
        width: 50%;
    }
    .content_container{
        padding: 25px 5% 50px 5%;
    }
    .hide-tablet {
        display: none;
    }
}

.missao i {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.missao div {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.missao i:hover {
    transform: scale(1.1);
    opacity: 0.9;
}
.missao i:hover + div{
    transform: scale(1.1);
    opacity: 0.9;
}

.missao2 {
    position: relative;
    display: inline-block;
    justify-content: center;
    align-items: center;
    vertical-align: top;
    font-family: sans-serif;
    box-sizing: border-box;
    background: transparent;
    width: 25%;
    height: auto;
    margin: 10px 0;
    padding: 10px 5px;
}

@media (max-width:992px) {
    .missao2 {
        width: 50%;
    }
}

.missao2 img:hover {
    transform: scale(1.02);
    opacity: 0.9;
}
.missao2 div {
    -webkit-transition: all 0.5s    ease-in-out;
    -moz-transition:    all 0.5s    ease-in-out;
    -o-transition:      all 0.5s    ease-in-out;
    -ms-transition:     all 0.5s    ease-in-out;
    transition:         all 0.5s    ease-in-out;
}
.missao2 img:hover + div{
    transform: scale(1.02);
    opacity: 0.9;
}

.missao2 img {
    -webkit-transition: all 0.5s    ease-in-out;
    -moz-transition:    all 0.5s    ease-in-out;
    -o-transition:      all 0.5s    ease-in-out;
    -ms-transition:     all 0.5s    ease-in-out;
    transition:         all 0.5s    ease-in-out;
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 5px;
    /* z-index: 99; */
}

.sponsor-premium img {
    margin: 10 10px;
    width: 25%;
}

@media (max-width:992px) {
    .sponsor-premium img {
        width: 99%;
    }
}

.sponsor-gold img {
    margin: 10 10px;
    width: 20%;
}

@media (max-width:992px) {
    .sponsor-gold img {
        width: 49%;
    }
}

.sponsor-silver img {
    margin: 10 10px;
    width: 17%;
}

@media (max-width:992px) {
    .sponsor-silver img {
        width: 32%;
    }
}

.sponsor-bronze img {
    margin: 10 10px;
    width: 13%;
}

@media (max-width:992px) {
    .sponsor-bronze img {
        width: 19%;
    }
}

.caption-big {
    text-align: center;
}

.caption-big h3 {
    font-size: 24px;
    font-weight: bold;
    color: #0baeef;
    font-family: sans-serif;
    margin: 15px 0 0 0;
}

.caption-big p {
    font-size: 15px;
    color: var(--font-color);
    font-family: sans-serif;
    margin: 0 0;
}

.caption-big2 {
    text-align: center;
    transition: .5s;
}

.caption-big2 h3 {
    font-size: 18px;
    color: #0baeef;
    font-family: sans-serif;
    margin: 15px 0 0 0;
}

.caption-big2 p {
    font-size: 12px;
    color: var(--font-color);
    font-family: sans-serif;
    margin: 0 0;
}

.container {
    position: relative;
    padding: 0;
}

.mySlides,
.mySlides2,
.mySlides3,
.mySlides4,
.mySlides5,
.mySlides6,
.mySlides7,
.mySlides8,
.mySlides9 {
    display: none;
}

.cursor {
    cursor: pointer;
}

.prev {
    cursor: pointer;
    position: absolute;
    top: 40%;
    left: 0;
    width: auto;
    padding: 10px;
    margin-top: 0;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 0 3px 3px 0;
    transition: 0.5s;
}

.next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    right: 0;
    width: auto;
    padding: 10px;
    margin-top: 0;
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 3px 0px 0px 3px;
    transition: 0.5s;
}

.prev:hover,
.next:hover {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    cursor: pointer;
}

.row {
    margin: auto;
}

.row:after {
    content: "";
    display: table;
    clear: both;
    border-collapse: collapse;
}

.column {
    float: left;
    max-width: 8.33%;
    display: table-cell;
    vertical-align: top;
    padding: 5px 2.5px;
}

.column2 {
    float: left;
    max-width: 5.55%;
    display: table-cell;
    vertical-align: top;
    padding: 5px 2.5px;
}

.column img,
.column2 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.demo,
.demo2 {
    opacity: 0.8;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    transition: 0.5s;
}

.active,
.active2,
.demo:hover,
.demo2:hover {
    opacity: 1;
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

input[type=text] {
    width: 80%;
    padding: 10px;
    margin: 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

input[type=checkbox] {
    margin: 16px;
}


/* página do recrutamento */

.header-recrutamento2 {
    /*background-image: url(../img/header3.png);*/
    /*background: url(../img/IMG_2159.jpg);*/
    background: url(../img/geral/IMG_6729.JPG);
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    width: 100vw;
    height: 63%;
    position: relative;
    background-position: 0 -50px;
    /*opacity: 0.8;*/
    display: block;
}


/*Imagem tbm ficar escura no darkmode*/

.DARK-header-recrutamento2 {
    box-shadow: inset 0 0 0 1000px rgba(8, 44, 100, 0.3)!important;
}

#title .section-heading {
    padding-top: 5%;
}

@media (max-width: 366px) {
    #title h1 {
        font-size: 40px!important;
    }
}

.darkbluetitle {
    color: #082c64!important;
}

.whitetitle {
    color: white!important;
}

iframe.instagram-media {
    min-width: 50px !important;
}

.insta-box {
    width: 350px;
    display: flex;
    height: 534px;
    border: 0px;
}

@media (max-width: 350px) {
    .insta-box {
        width: 275px;
        height: 440px;
    }
}

.header-content_teste {
    position: relative;
    text-align: center;
    padding: 100px 15px 100px;
    width: 100%;
    display: flex;
    align-items: center;
}

.text-details3 {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 95%;
    top: 10px;
    padding: 20px;
    transition: all 0.5s ease-in-out;
    color: white;
}

.box-details3 {
    border-radius: 5px;
    background-position: center center;
    background-size: cover;
    box-shadow: inset 0 0 0 1000px rgba(8, 44, 100, 0.6);
    height: 100%;
    width: 100%;
    align-self: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

.text-details3 h4 {
    font-size: 22px;
    font-weight: 600;
}

.text-details3 h5 {
    font-size: 16px;
    font-weight: 500;
}

#title h1 {
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 50px;
    /*text-shadow: 3px 3px #0baeef;*/
    text-shadow: 2px 2px 30px #fff, 0px 0px 10px #222;
}

.tamanho-caixa {
    width: 100%;
    height: 320px;
    object-fit: cover;
    border-radius: 5px;
}

.logo-insta {
    width: 70px;
    cursor: default;
    padding-bottom: 20px;
    /*-webkit-filter: drop-shadow(0px 0px 4px white);
  filter: drop-shadow(0px 0px 4px white);*/
    vertical-align: middle!important;
    cursor: pointer;
}

@font-face {
    font-family: 'Newtown';
    src: url("../fonts/newtown/NEWTOW__.eot?") format("eot"), url("../fonts/newtown/NEWTOW__.woff") format("woff"), url("../fonts/newtown/NEWTOW__.ttf") format("truetype"), url("../fonts/newtown/NEWTOW__.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

#instaposts a {
    font-family: 'Newtown', Arial, sans-serif;
    /* mudar de acordo com as regras */
    font-size: 25px;
    text-shadow: 1px 1px 10px #222;
}

#instaposts a:hover {
    text-decoration: none!important;
    cursor: pointer!important;
    vertical-align: middle!important;
    font-size: 28px;
    font-weight: 100;
}

#instaposts a:hover .logo-insta {
    transform: scale(1.3)!important;
    -webkit-filter: drop-shadow(0px 0px 5px #222);
    filter: drop-shadow(0px 0px 5px #222);
    margin-right: 7px;
}

#instaposts a:link {
    text-decoration: none!important;
}

#instaposts .col-lg-4 {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
}

.caption {
    font-size: 10px;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: white;
}

.visita {
    font-size: 15px!important;
    color: white!important;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif!important;
}


/* banco de curriculos */

.header-banco {
    /*background: url(../img/stockphoto.jpg);*/
    /* stock do homem no pc */
    background: url(../img/geral/_MG_6762.jpg);
    /* semana */
    /*background: url(../img/facebook.jpg);*/
    /* pub do red com rapaz no pc */
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    width: 100%;
    height: 63%;
    position: relative;
    /*background-position: 0 -150px; */
    /* pub do red com rapaz no pc */
    background-position: 0 -50px;
}


/* --------------------------------------------------------- Projetos ------------ */

.header-projetos {
    /*background-image: url(../img/header3.png);*/
    /*background: url(../img/IMG_2159.jpg);*/
    background: url(../img/geral/IMG_2855.jpg);
    background-size: cover;
    -moz-background-size: cover;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-position: bottom;
    width: 100vw;
    height: 63%;
    position: relative;
    /*background-position: 0 -30px;*/
    opacity: 0.8;
    display: block;
}

#projetos_page .container {
    padding-bottom: 90px;
}

#projetos_page h3 {
    color: #0baeef;
    font-weight: bolder;
    font-size: 2.5em;
}

.highlight {
    transform: scale(1.1);
    position: relative;
    filter: opacity(100%);
    -webkit-filter: drop-shadow(0px 0px 15px rgb(218, 216, 216) rgb(218, 216, 216));
    filter: drop-shadow(0px 0px 15px rgb(218, 216, 216));
    transition: all 0.5s ease-in-out;
}

.size {
    transform: scale(1.1);
    position: relative;
}

.dark_p {
    color: white;
}


/*#projetos_page h3{
	color: #0baeef;
}*/
/* Arrows */
.forward,.backward{
    cursor: pointer;
}
.backward.inactive,
.forward.inactive{
    opacity: 50%;
    cursor: default;
}

/* Galeria */
.gallery{
    width: 90%;
    padding: 10px;
    box-sizing: border-box;
}
.imageContainer{
    width: 100%;
    padding-top: 66.666%;
    position: relative;
    background-color: rgba(0, 0, 0, 0.3);
}
.galleryImage{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* Newsletter */
.adaptable-container{
    display: flex;
    flex-direction: row;
}
.newsletter-main-card{
    width: 40%;
}
.newsletter-main-text{
    width: 60%;
    padding: 0px 5% 0px 5%;
}
.newsletter-card {
    /*scroll-snap-align: start;*/
    position: relative;
    display: flex;
    flex: none;
    flex-direction: column;
    justify-content: space-between;
    font-family: sans-serif;
    width: 25%;
    background: transparent;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 5px;
    transition: .5s;
}
.newsletter-card:hover {
    transform: scale(1.02);
    opacity: 0.9;
}
.newsletter-card .img {
    position: relative;
    width: 100%;
    height: auto;
    transition: .5s;
    z-index: 99;
}
.newsletterContainer{
    width:100%;
    display: flex;
    flex-wrap: nowrap; 
    overflow: hidden; 
    /*overflow-y: hidden; 
    scroll-snap-type: x mandatory;*/
}
@media (max-width: 992px){
    .newsletter-card {
        width: 50%;
    }
    .adaptable-container{
        flex-direction: column;
    }
    .newsletter-main-card{
        width: 100%;
    }
    .newsletter-main-text{
        width: 100%;
    }
    .patrocinadores_computer {
        display: none;
    }
    .patrocinadores_mobile {
        display: block;
    }
}

.material-symbols-outlined{
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
/* ------------------------------------------- Sponsors Red bem feitos ------------ */

.sponsor-row {
    background-color: white;
    border-radius: 10px;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    display: flex;
    margin-bottom: 2.5%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.patrocinadores_computer {
    padding: 10px;
    display: block;
}
.patrocinadores_mobile {
    padding: 10px;
    display: none;
}
@media (max-width: 768px){
    .sponsor-row {
        padding: 10px;
        margin-bottom: 5%;
    }
    .patrocinadores_computer {
        display: none;
    }
    .patrocinadores_mobile {
        display: block;
    }
}


.jupiter {
    justify-content: space-around;
}

.saturno {
    justify-content: space-evenly;
}

.neptuno {
    flex-wrap: wrap;
    justify-content: space-around;
    padding-bottom: 10px;
}

.big-money {
    justify-content: space-around;
}

.big-money img {
    margin-top: 5px; 
    margin-bottom: 5px;
}

#logo_proj{
    -webkit-animation: reveal 0.75s ease-in-out;
    -webkit-animation-fill-mode: backwards;
    animation: reveal 0.75s ease-in-out;
    animation-fill-mode: backwards;
    width: 255px;
}

@-webkit-keyframes reveal {
    0%   {width: 200px;}
    100% { width: 255px;}
}
@keyframes reveal {
    0%   {width: 200px;}
    100% { width: 255px;}
}

