@charset "utf-8";

/* SVG */

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-quaternary: #075ebd;
    --color-tertiary: #07366a;
    --color-primary: #3689e2;
    --color-success: #208436;
    --color-secundary: #6c757d;
  }
  
  .svg-fill-black {fill: var(--color-black)}
  .svg-fill-white {fill: var(--color-white)}
  .svg-fill-primary {fill: var(--color-primary)}
  .svg-fill-quaternary {fill: var(--color-quaternary)}
  .svg-fill-tertiary {fill: var(--color-tertiary)}
  .svg-fill-success {fill: var(--color-success)}
  .svg-fill-white-50 {fill: rgba(255,255,255,.5)}
  .svg-fill-secundary {fill: var(--color-secundary)}

.svg-12	{width: .75rem; height: .75rem} /*12px*/
.svg-14	{width: .875rem; height: .875rem} /*12px*/
.svg-16	{width: 1rem; height: 1rem} /*16px*/
.svg-18 {width: 1.125rem; height: 1.125rem} /*18px*/
.svg-20	{width: 1.25rem; height: 1.25rem}/*20px*/
.svg-24	{width: 1.5rem; height: 1.5rem} /*24px*/
.svg-28	{width: 1.75rem; height: 1.75rem} /*28px*/
.svg-32	{width: 2rem; height: 2rem}	/*32px*/
.svg-36	{width: 2.25rem; height: 2.25rem} /*36px*/
.svg-40	{width: 2.5rem; height: 2.5rem} /*40px*/
.svg-44	{width:2.75rem; height:2.75rem} /*44px*/
.svg-48	{width:3rem; height:3rem} /*48px*/
.svg-52	{width: 3.25rem; height: 3.25rem} /*52px*/

body {font-family: 'Rubik', 'Raleway', Verdana, Arial, sans-serif; padding-top: 1rem}
html {scroll-behavior: smooth;}
.bg-primary{background:linear-gradient(135deg, #003592 0%,#0045bf 100%);}
.bg-warning{background:#FFF100!important;}
.bg-tertiary {background: #07366A;}

.text-tertiary { color: #07366a}
.border-tertiary {border-color: #07366a}
.text-quaternary {color: #075ebd}
.bg-quaternary {background-color: #075ebd}

.navbar-dark .navbar-nav .nav-link {color: rgba(255,255,255,.9);}

.setas-triangulos {position: relative;border-radius: .4em}
.setas-triangulos:after {content: '';position: absolute;bottom: 0;left: 45%;width: 0;height: 0; border: 1.5em solid transparent;border-top-color: #075ebd;border-bottom: 0;border-left: -.75em;margin-left: -.75em;margin-bottom: -1.5em}
.setas-triangulosblue {position: relative;border-radius: .4em}
.setas-triangulosblue:before {content: '';position: absolute;bottom: 0;left: 45%;width: 0;height: 0;border: 1.5em solid transparent;border-top-color: #075ebd;border-bottom: 0;border-left: -.75em;margin-left: -.75em;margin-bottom: -1.5em}

header .navbar-toggler {border:none!important}
.banner-cover {background-size: cover;background-repeat: no-repeat;background-position: top;background-position: center center;}
@media (min-width: 992px) {.banner-cover > .container > .row { height: calc(100vh);}}
@media (max-width: 991px) {.banner-cover > .container > .row { min-height: 400px!important;}}

#objetivos::before,
#missao::before,
#vagas::before,
#programacao::before{
display: block;
content: " ";
margin-top: -110px;
height: 110px;
visibility: hidden;
}

.overlay-dark {position: relative;}
.overlay-dark:before { position: absolute;  content: "";  left: 0;  bottom: 0;  right: 0;  top: 0; background: rgba(20, 75, 147, 0.9);}

.ac-programacao {
margin: 20px;
}

.accordion .fa {
margin-right: 0.5rem;
}

.btn-outline-light:hover svg {
    fill: #000;
    background-color: transparent!important;
}

#sobre dd, #info li {text-align: justify;}