@font-face {
  font-family: 'LaNordB';
  src: url('/LaNord/LaNordV2.0-Bold.otf'); 
}
@font-face {
    font-family: "LaNordRSC";
    src: url(Fontin-SmallCaps.ttf) format("truetype");
}

@font-face {
  font-family: 'LaNordR';
  src: url('/LaNord/LaNordV2.0-Regular.otf'); 
}
@font-face {
  font-family: 'LaNordBI';
  src: url('/LaNord/LaNordV2.0-BoldItalic.otf'); 
}

@font-face {
  font-family: 'LaNordRI';
  src: url('/LaNord/LaNordV2.0-RegularItalic.otf'); 
}
@font-face {
  font-family: 'LaNordM';
  src: url('/LaNord/LaNordV2.0-Medium.otf'); 
}

@font-face {
  font-family: 'LaNordMI';
  src: url('/LaNord/LaNordV2.0-MediumItalic.otf'); 
}

@font-face {
  font-family: 'LaNordL';
  src: url('/LaNord/LaNordV2.0-Light.otf'); 
}

@font-face {
  font-family: 'LaNordLI';
  src: url('/LaNord/LaNordV2.0-LightItalic.otf'); 
}

.foot > .col-lg-3 > span {
    position: fixed;
    left: 5.5%;
    margin-left: 15px;
    bottom: 59px;
    text-transform: uppercase;
    font-family: 'LaNordB'!important;
}

.foot > .col-lg-3 > span:hover {
    text-decoration: underline!important;
}

p.pTit {
    font-family: 'LaNordM'!important;
}
.program >p{
    text-transform: uppercase;
    margin-bottom: 0px!important;
}




div#carouselExampleIndicators {
    height: 100%!important;
    position: fixed;
    width: 100%;
    top: 0px;
}


.min-vh-100 {
    min-height: 100vh!important;
    min-width: 100%!important;
}


/*LOADER--------------------------------------------------------------*/

p.pLinha {
    border-bottom: 2px solid black;
}
.program {
    padding: 10px;
}
.program:hover {
    background-color: #00000014;
    cursor: pointer;
}
.convergente{
    color: #595959;
}
.ativacao{
    color: #595959;
}


.st-btn{
    background-color: black!important;
    border-radius: 54px!important;
    margin-right: 16px!important;
    margin-bottom: 8px!important;
    margin-top: 8px!important;
}

#st-2.st-right {
    top: auto!important;
    bottom: 25px!important;
}
.st-toggle {
    display: none!important;
}

body{
    background-color: #e5e5e5!important;
}

i{
   font-family: 'LaNordRI', sans-serif; 
}

input#mc-embedded-subscribe {
    background-color: #fafafa;
}

.smalCaps{
    font-variant: small-caps;
    font-size: 23px;
}

/*------------ FORM ------------------------*/

fieldset>ul {
    display: -webkit-inline-box;
    list-style: none;
    width: 100%;
    padding: 0px;
}

legend {
    font-size: 20px!important;
    font-family: 'LaNordM', sans-serif!important; 
    
}
.form-group {
    margin-top: -5px!important;
    width: 100%!important;
}

.form-control {
    display: initial!important;
    width: 100%!important;
    height: auto!important;
    padding: 0px!important;
    font-size: 20px!important;
    font-weight: normal!important;
    line-height: 1.5;
    color: #495057;
    background-color: #f5f5dc00!important;
    background-clip: padding-box;
    border: none!important;
    border-bottom: 1.5px solid black!important;
    border-radius: 0px!important;
    transition: none!important;
    
}
.form-control:focus {
    box-shadow: none!important;
     outline:none !important;
    padding: 0px!important;
    
}
.form-control:active {
    box-shadow: none!important;
    outline:none !important;
    padding: 0px!important;
    
}

.input {
    font-size: 18px!important;
    font-weight: normal!important;
    color: #495057;
    background-color: #f5f5dc00!important;
    background-clip: padding-box;
    border: none!important;
    border-bottom: 1.5px solid black!important;
    border-radius: 0px!important;
    transition: none!important;
    
}
.input:focus {
    box-shadow: none!important;
     outline:none !important;
    
}
.input:active {
    box-shadow: none!important;
    outline:none !important;
    
}
.radio > label{
    font-size: 18px!important;
}
p.help-block {
    font-size: 14px!important;
    line-height: 20px!important;
}

#baixo{
        margin-top: 20px;
}

.btn-primary {
    border: 1.5px solid black!important;
    color: #000!important;
}

/*-------------------------------*/

.news {
    border: none;
    border-bottom: solid 2px black;
    height: 14px;
    position: absolute;
    width: 60%;
    margin-left: 5px;
    font-family: 'LaNordR', sans-serif;
    font-size: 12px;
    background-color: #fafafa;
    margin-bottom: 0px;
    padding-bottom: 0px!important;
}

.news:focus {
    border: none!important;
outline:none;
    border-bottom: solid 2px black!important;
    /*height: 10px;*/
    font-family: 'LaNordR', sans-serif;
    font-size: 12px;
}
.newsB{
        border: none;
    margin: 0px;
    padding: 0px;
    /*font-variant: small-caps;*/
    text-transform: uppercase;
    /*text-decoration: underline;*/
}

label{
    margin:0px!important;
}


#loader.background {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 99999;
  width: 100%;
    height: 100%;
}
#loader .dots{
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -50px;
  z-index: 999999;
}
#loader .dots span{
  -webkit-transition: all 6000ms ease;
  transition: all 6000ms ease;
  background: rgba(255,255,255,.5);
  height: 15px;
  width: 15px;
  margin: 0 2px 0 0;
  display: inline-block;
  border-radius: 50%;
  animation: wave 2s ease  infinite;
  -webkit-animation: wave 2s ease infinite;
}  

#loader .dots span:nth-child(1){  
    animation-delay: 0;
    -webkit-animation-delay: 0;
}
#loader .dots span:nth-child(2){  
    animation-delay: 100ms;
    -webkit-animation-delay: 100ms;
}
#loader .dots span:nth-child(3){  
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;
}

@-webkit-keyframes wave{
  0%, 40%, 100% { 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
    background-color: rgba(255,255,255,.5);    
  }
  10% { 
    -webkit-transform: translate(0, -15px); 
    transform: translate(0, -15px); 
    background-color: rgba(255,255,255,1);    
  }  
}

@keyframes wave{
  0%, 40%, 100% { 
    -webkit-transform: translate(0, 0); 
    transform: translate(0, 0);
    background-color: rgba(255,255,255,.5);    
  }
  10% { 
    -webkit-transform: translate(0, -15px); 
    transform: translate(0, -15px); 
    background-color: rgba(255,255,255,1);    
  }  
}

/*--------------------------------------------------------------------*/



#oca{
    margin-left:89px;
}

#bcp{
    margin-left:59px;
}

#altP{
    margin-left:18px;
}

.svgz{
    z-index: -10;
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
}

#texto{
    font-size: 32px; 
    font-family: 'LinLibR', serif; 
    margin-left:25%; 
    margin-right:25%; 
    margin-top: 60%;
}


.shapes{
	width: 100%;
    height: fit-content;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}



#tit {
    position: absolute;
    white-space: pre;
    text-align: center;
    font-family: 'LaNordB', sans-serif;
    font-size: 65px;
    margin:0;
    color: white;
    opacity: .8;
    padding: 0;
    cursor: pointer;
    
    
}

#link{
    font-size: 17px;
    
}
#link:hover{
    text-decoration: underline;
    cursor: pointer;
    
}

#tit2 {
    
    color: white;
    opacity: .8;
    position: absolute;
    white-space: pre;
    text-align: center;
    font-family: 'LaNordB', sans-serif;
    font-size: 65px;
    margin:0;
    z-index: 15!important;
    padding: 0;
    cursor: pointer;
}

.foot > .col-lg-3 > span:hover{
    text-decoration: underline;
}

#tit2>span:hover {
    text-decoration: underline;
}

#menu {
    color: black;
    position: fixed;
    top: 20px;
    text-align: center;
    font-family: 'LaNordR', sans-serif;
    text-transform: uppercase;
    list-style: none;
    z-index: 200;
    display:none;
    margin: 0;
    padding: 0;

}

#menu>ul {
    text-align: center;
    margin: 0px;
    border: 0;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
}




#sec {
    top: 100px;
}

#main {
    z-index: 20;
    margin-top: 200px;
    font-family: LaNordR;
    margin-left: 25%;
    /* margin-right: 25%; */
    width: 50%;
    margin-bottom: 200px;
}



.textImage {
    width: 90%;
    vertical-align: middle;
    border-style: none;
    mix-blend-mode: multiply;
    margin-bottom: 60px;
    margin-left: 5%;
}
#main > h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 52px;
}

#main > h3 {
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
#main > h2 {
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 60px;
    text-align: center;
    margin-bottom: 0px;
}

#main > p {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 31px;
}

#textform {
    font-size: 20px;
    margin-bottom: 0px;
    line-height: 31px;
}

#tecn {
    font-size: 22px;
    margin: 9%!important;
    margin-bottom: 150px!important;
    line-height: 34px;
    z-index: 20;
    margin-top: -50px!important;
    font-family: LaNordR;
    /*width: 100%;*/
}
#tecn5 {
    font-size: 22px;
    line-height: 34px;
    z-index: 20;
    font-family: LaNordR;
    /*width: 100%;*/
}

#tecn2 {
    font-size: 20px;
    margin: 9%!important;
    margin-bottom: 10px!important;
    line-height: 24px!important;
    z-index: 20;
    margin-top: -50px!important;
    font-family: LaNordR;
    /*width: 100%;*/
}

#tecn3 {
    font-size: 20px;
    margin: 9%!important;
    margin-bottom: 10px!important;
    line-height: 24px!important;
    z-index: 20;
    margin-top: 0px!important;
    font-family: LaNordR;
    /*width: 100%;*/
}

#tecn4 {
    font-size: 20px;
    margin: 9%!important;
    margin-bottom: 180px!important;
    line-height: 24px!important;
    z-index: 20;
    margin-top: 0px!important;
    font-family: LaNordR;
    /*width: 100%;*/
}

.galImage>figcaption{
    margin-top:10px;
}

.galImage {
    width: 100%;
    cursor: pointer;
}

.galImage{
   transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(1000%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(1000%); /* FF 35+ */
}
.galImage:hover{
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

footer{
    color: black;
    text-align: left;
    font-family: 'LaNordB', sans-serif;
    z-index: 40;
    font-size: 14px;
}

.foot{
    margin: 5.5%!important;
    margin-bottom: 10px!important;
    margin-top: 15px!important;
}
#separador{
    height: 13px;
    background: black;
    margin-left: 5.5%;
    margin-right: 5.5%;
    
}
#social{
    padding: 0px;
    margin-top: 5px;
}

#social > li > img {
    height: 20px;
    width: auto;
    padding: 0px;
    cursor: pointer;
}
#social > li {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin-right: 8px;
}



#apoios{
    padding: 0px;
    margin-top: 10px;
}

#apoios > li > img {
    height: 28px;
    width: auto;
    padding: 0px;
    cursor: pointer;
}
#apoios > li {
    list-style: none;
    display: inline-flex;
    padding: 0px;
    margin-right: 15px;
}
#apoio{
    font-size:16px; 
    line-height:24px;
    margin: 9%;
    margin-bottom: 150px;
    z-index: 20;
    margin-top: -50px;
    font-family: LaNordR;
}

.subApoio{
    font-size:14px; 
    white-space: pre;
}

#tutores{
    text-align: right;
}

@media only screen and (max-width: 1293px) {
    .foot > .col-lg-3 > span {
    position: fixed;
    left: 5.5%;
    margin-left: 15px;
    bottom: 39px;
    text-transform: uppercase;
    font-family: 'LaNordB'!important;
}
}

@media only screen and (max-width: 991px) {
    
    
    

    
    
    .st-btn{
    background-color: black!important;
    border-radius: 0px!important;
    margin-right: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 0px!important;
}

#st-2.st-right {
    top: auto!important;
    bottom: 0px!important;
}
    
    .foot{
        font-size: 40px!important;
        line-height: 60px!important;
        margin-left: 9%!important;
        margin-right: 9%!important;
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }
    .foot > .col-lg-3 > span {
    position: initial;
    left: 0px;
    margin-left: 0px;
}
    
    .news{
        height: 40px!important;
    }
    
    #mapa{
        display: none;
    }
    
    #tutores{
    text-align: left;
}
    
  #tit {
    display: none;
}

#tit2 {
    display: none;
}
    svg{
    z-index: 100;
}
    #menu>ul {
    text-align: center;
    margin: 0px;
    border: 0;
    padding: 0;
    vertical-align: middle;
}
    #main {
    margin-top: 120px;
    margin-left: 10%;
    width: 80%;
    margin-bottom: 90px;
}

.textImage {
    margin-bottom: 30px;
    width: 100%;
    margin-left: 0%;
}
#main > h1 {
    font-size: 38px;
}

#main > h2 {
 font-size: 20px;
}

#main > p {
    font-size: 40px!important;
    line-height: 55px!important;
}
    #tecn5 {
    
    font-size: 40px!important;
        line-height: 55px!important;
}
.smalCaps{
    font-variant: small-caps;
    font-size: 45px;
}

    
    .onDesktop{
        display: none;
    }
    
    #apoio {
    margin-bottom: 50px!important;
}
    
    

legend {
    font-size: 36px!important;

}

.form-control {
    font-size: 40px!important;
    
}

.input {
    font-size: 40px!important;
    
}
.radio > label{
    font-size: 40px!important;
}
p.help-block {
    font-size: 30px!important;
    line-height: 39px!important;
}
    .help-block {
    font-size: 30px!important;
    line-height: 39px!important;
}

    .galImage {
    margin-bottom: 80px!important;
}
    .galImage>figcaption{
    line-height: 49px!important;
    font-size: 40px!important;
}
    
}