@charset "utf-8";
/* CSS Document */


.indicador {
    display: none;
}


/*@font-face {
    font-family: 'halvar_breitschriftmedium';
    src: url('../fonts/halvarbreit-md-webfont.woff2') format('woff2'),
         url('../fonts/halvarbreit-md-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'halvar_breitschriftregular';
    src: url('../fonts/halvarbreit-rg-webfont.woff2') format('woff2'),
         url('../fonts/halvarbreit-rg-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}*/

@font-face {
    font-family: 'Styrene A';
    src: url('../fonts/StyreneA-Regular.woff2') format('woff2'),
        url('../fonts/StyreneA-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
@font-face {
    font-family: 'Minecraft';
    src: url('../fonts/Minecraft.woff2') format('woff2'),
        url('../fonts/Minecraft.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}*/

body {
    transition: .2s ease-in-out;
    opacity: 1;
}
body.loading {
    transition: .2s ease-in-out;
    opacity: 0;
}

.logo-formacao {
    width: 145px;
    min-height: 70px;
}

p#diadestaque {
    font-size: 14px;
}

.alturabanner svg {
    top: 86%;
    animation: wave 20s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
    width: 217%;
    overflow: hidden;
    position: absolute;
    left: 0;
    line-height: 0;
    height: 90px;
    direction: ltr;
    transform: rotate(180deg);
    z-index: 2;
}
.container-fluid.fundocentradopreenchido.alturabanner {
    position: relative;
    overflow: hidden;
}
.alturabanner svg path {
    fill: #fff;
}
.alturabanner > .container {
    z-index: 999;
    position: relative;
    padding-bottom: 130px;
}
.container-fluid.fundocentradopreenchido.alturabanner::before {
    content: '';
    background: #000;
    /* background-image: linear-gradient(130deg, #003FEB 0%, #00f2ff 89%); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.4;
}
.alturabanner h1 {    
    font-size: 58px;
    font-weight: 700;
    line-height: 1;
    max-width: 700px;
    min-height: 58px;
}
.alturabanner h2 {    
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
}    

div#logologin {
    display: flex !important;
    align-items: center !important;
    width: fit-content !important;
    height: auto !important;
    padding: 9px 20px;
    float: right;
    border: 2px solid #000;
    border-radius: 0 !important;
}

div#logologin:hover {
    background-color: #000 !important;
}
div#logologin:hover i {
    color: #fff !important; 
}
div#logologin:hover span {
    color: #fff !important; 
}

div#logologin i {
    width: 25px;
    height: 25px;
    border-radius: 13px;
    line-height: 25px;
    font-size: 18px;
    cursor: pointer;
    color: #000;
    /* background: #fff; */
}

span#nomecompletouser {
    color: #000 !important;
    line-height: 1 !important;
    margin-right: 5px !important;
    font-size: 15px;
    font-weight: 600;
    margin-top: 3px;
}

.cta-webinars-destaque {
    padding-bottom: 50px;
}

.sobre-formacoes {
    padding: 80px 0;
}

div#col-destaque {
    cursor: pointer;
}

.btnprincipalinvertido {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 13px;
    line-height: 1;
    width: fit-content;
    height: auto;
    font-weight: 600;
    border-radius: 0px;
    box-shadow: none;
    border: solid 2px #000000;
    outline: none;
    text-transform: uppercase;
    font-family: 'Styrene A';
    padding: 13px 18px 11px;
}
.btnprincipalinvertido:hover {
    background: #000 !important;
}

.row-no-padding > div:first-child {
    padding: 0 30px;
}

.cta-inscrever {
    padding-top: 90px;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
}
.cta-inscrever svg {
    position: absolute;
    top: 0;
    left: -22%;
    height: 30px;
    width: 175vw;
}
.cta-inscrever svg path {
    fill: #fff; 
}

.parceiros {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
}
.parceiros img {
    flex: 1 1 22%;
    max-width: 21.5%;
    filter: grayscale(1);
    transition: .2s ease-in-out;
}
.parceiros img:hover {    
    filter: grayscale(0);
}


.alturabanner_subpage {
    min-height: auto !important;
}

.alturabanner_subpage svg {
    top: 80%;
}


#todoscursos .imgcurso {
    height: 225px;
}
.cta-mais-talks {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.cta-mais-talks > .container {
    border-bottom: 1px solid #eee;
    padding-top: 90px;
    padding-bottom: 70px;
}
.cta-mais-talks svg {
    position: absolute;
    top: 0;
    left: -22%;
    height: 30px;
    width: 175vw;
}
.cta-mais-talks svg path {
    fill: #fff; 
}


.col-sm-4.azulrodape i {
    line-height: 1;
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #006BE3;
}
.col-sm-4.azulrodape > div {
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.col-sm-4.azulrodape {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}


#todoscursos .body2 {
    /* overflow: hidden; */
    /* max-height: 49px; */
    /* text-overflow: ellipsis; */
    /* text-overflow: clip; */
    /* white-space: nowrap; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.info-skill-talk {
    padding: 20px 0 80px;
}
img#img_thumb {
    width: 100%;
}
p#descricao {
    font-size: 16px;
    line-height: 1.25;
}
button.btn.btnsecundario.btn_talks {
    border: 0 !important;
    border-bottom: 1px solid #000 !important;
    padding: 0 !important;
    padding-bottom: 5px !important;
    font-size: 15px;
}
button.btn.btnsecundario.btn_talks:hover {
    background: transparent !important;
    color: #000 !important;
    opacity: .85;
}



@media (max-width: 1200px){
    .parceiros {    
        gap: 20px;    
    }
}
@media (max-width: 992px){
    .alturabanner h1 {
        font-size: 50px;    
    }
    .alturabanner h2 {
        font-size: 35px;    
    }
    .alturabanner h2 {
        font-size: 32px;    
        line-height: 1.15;
    }
    .alturabanner_subpage svg {
        top: 82%;
    }
    .parceiros img {
        flex: 1 1 46.5%;
        max-width: 46.5%;
    }
    div#col-destaque div#imagemdestaque {
        min-height: 280px !important;
    }
}
@media (max-width: 767px){
    .logo-formacao {
        width: 115px;
    }
    div#logologin {
        padding: 8px 18px;
        line-height: 25px;        
    }
    span#nomecompletouser {
        font-size: 14px;
        margin-top: 1px;
    }
    .alturabanner h1 {
        font-size: 36px;
        line-height: 1.25;
    }
    .alturabanner h2 {
        font-size: 26px;
    }
    .btnsecundario {
        font-size: 14px;
        padding: 14px 18px 12px !important;
    }
    h3, .h3 {
        font-size: 20px;
    }
    .col-sm-4.azulrodape {    
        justify-content: center;
    }
    div#col-destaque div#imagemdestaque {
        margin-bottom: 20px;
    }
    .alturabanner > .container {    
        padding-bottom: 80px;
    }
    .alturabanner svg {
        top: 90%;    
        width: 250%;    
    }
    .alturabanner_subpage svg {
        top: 84%;
    }
    .parceiros img {
        flex: 1 1 40.5%;
        max-width: 40.5%;
    }
    .parceiros {
        gap: 20px 40px;
    }
}



.bg-gradient-1 {
    background-image: linear-gradient(150deg, #003FEB 40%, #00f2ff 100%);
}

.monserrat {
    font-family: 'Montserrat';
}

.taviraj {
    font-family: 'Taviraj';
}


.halvar {
	font-family: 'halvar_breitschriftregular';
}

.halvarbold {
	font-family: 'halvar_breitschriftmedium';
}

.styrene {
	font-family: 'Styrene A';
}

.minecraft {
	font-family: 'Minecraft';
}


html, body {
	width: 100%;
	height: 100%;
    margin: 0;
    padding: 0;
}

body {
	font-family: 'Styrene A', sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
}

span, p, h1, h2, h3, h4, h5, h6, .subtitle1, .subtitle2, .body1, .body2, .caption, .overline, a, input {
	font-family: 'Styrene A', sans-serif;
}

b, strong {
    font-family: 'Styrene A';
    font-weight: 600;
}

.subtitle1 {
	font-size: 16px;
}

.subtitle2 {
	font-size: 14px;
}

.body1 {
	font-size: 16px;
}

.body2 {
	font-size: 14px;
}

button, .button, btn {
	font-size: 14px;
}

.caption {
	font-size: 12px;
}

.overline {
	font-size: 10px;
	text-transform: uppercase;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}





/* Cores texto e fundo */

.branco {
    color: white;
}
.bgbranco {
    background-color: white;
}


.preto {
    color:black;
}
.bgpreto {
    background-color: black;
}


.azulnovo {
	color: #006BE3;
}

.bgazulnovo {
	background-color: #006BE3;
}


.azultexto {
    color: #006BE3;
}

.bgazultexto {
    background-color: #006BE3;
}


.azulrodape {
    color: #057dc1;
}

.bgazulrodape {
    background-color: #057dc1;
}


.azulseparador {
    color: #004269;
}

.bgazulseparador {
    background-color: #004269;
}



.azuldestaque {
    color: #00213e;
}

.bgazuldestaque {
    background-color: #00213e;
}


.verdeinteressado {
    color: #00d0af;
}

.bgverdeinteressado {
    background-color: #00d0af;
}


.cinzachat {
	color: #efeefe;
}
.bgcinzachat {
	background-color: #efeefe;
}


.bgoff {
    background-color: rgba(255,255,255,0.16);
}
.bgon {
    background-color: rgba(255,255,255,0.56);
}


.bggradiente {
    background-image: linear-gradient( to right, #31BBA3, #263773 );
}


.bggradienteblog {
    background-image: linear-gradient(to bottom, rgba(0,0,0,0) 40%, rgba(0,0,0,0.9));
}


.bgnavbar {
    background-color: rgba(255,255,255,0.9) !important;
}

a.bgnavbar:hover, a.bgnavbar:focus,
button.bgnavbar:hover,
button.bgnavbar:focus {
  background-color: rgba(255,255,255,0.9) !important;
}







/* borders para despiste de posições */
.bred {
    border:solid 1px red;
}

.bgreen {
    border:solid 1px green;
}

.bcyan {
    border:solid 1px cyan;
}

.bmagenta {
    border:solid 1px magenta;
}

.byellow {
    border:solid 1px yellow;
}

.bcinza {
   border:solid 1px #a3a5a8; 
}



/* estrutura */
.bannermenina {
    height: 280px;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bannercroqui {
    height: 410px;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

.bannerdestaque {
    height: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imgcurso {
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.imglogotipo {
    background-image:url("../media/images/logotipov.png");
    width: 115px;
    height: 230px;
}

.videoplayer {
    min-height: 200px;
}


.ipt, .text, .filter-option-inner-inner, .no-results, .form-control {
    font-size: 12px;
}

.show {
    max-width: 125%;
}

.fundocentradopreenchido {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.alturabanner {
	min-height: 400px;
}

.megatitulo {
	font-size: 18px;
}


/* sm */
@media (min-width: 576px) {
    .imglogotipo {
        background-image:url("../media/images/logotipov.png");
        width: 115px;
        height: 230px;
    }
    
    .videoplayer {
        min-height: 300px;
    }
    
    .bannercroqui {
        height: 450px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }
	
	.megatitulo {
		font-size: 18px;
	}
}


/* md */
@media (min-width: 768px) {
    .imglogotipo {
        background-image:url("../media/images/logotipo_75.png");
        width: 230px;
        height: 115px;
    }
    
    .videoplayer {
        min-height: 350px;
    }
    
    .bannercroqui {
        height: 450px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }
	
	.megatitulo {
		font-size: 25px;
	}
}


/* lg */
@media (min-width: 992px) {
    .imglogotipo {
        background-image:url("../media/images/logotipo_75.png");
        width: 230px;
        height: 115px;
    }
    
    .videoplayer {
        min-height: 400px;
    }
    
    .bannercroqui {
        height: 560px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }
	
	.alturabanner {
		min-height: 500px;
	}
	
	.megatitulo {
		font-size: 33px;
	}
}


/* xl */
@media (min-width: 1200px) {
    .imglogotipo {
        background-image:url("../media/images/logotipo_75.png");
        width: 230px;
        height: 115px;
    }
    
    .videoplayer {
        height: 500px;
    }
    
    .bannercroqui {
        height: 560px;
        background-position: bottom center;
        background-repeat: no-repeat;
        background-size: contain;
    }
	
	.alturabanner {
		min-height: 500px;
	}
	
	.megatitulo {
		font-size: 40px;
	}
}







/* botões */
button:focus, button.focus, .button.focus, .button:focus{
    outline: none;
    box-shadow: none;
}

.btnprincipal {
	color: #3677E2;
	background-color: #FFFFFF;
    font-size: 14px;
	line-height: 28px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 2px #3677E2;
    outline:none;
	text-transform: uppercase;
	font-family: 'Minecraft';
}

.btnprincipal:hover {
    color: #FFFFFF;
    background-color: #3677E2;
    border-color: #3677E2;
}

.btnprincipal:focus, .btnprincipal.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnprincipal.disabled, .btnprincipal:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnprincipal:not(:disabled):not(.disabled):active, .btnprincipal:not(:disabled):not(.disabled).active,
.show > .btnprincipal.dropdown-toggle {
    color: #FFFFFF;
    background-color: #3677E2;
    border-color: #3677E2;
    outline: none;
}

.btnprincipal:not(:disabled):not(.disabled):active:focus, .btnprincipal:not(:disabled):not(.disabled).active:focus,
.show > .btnprincipal.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}



/*.btnprincipalinvertido {
	color: #000000;
	background-color: #3677E2;
    font-size: 14px;
	line-height: 28px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 2px #000000;
    outline:none;
	text-transform: uppercase;
	font-family: 'Minecraft';
}
*/
.btnprincipalinvertido:hover {
    color: white;
/*    background-color: #3677E2;*/
    border-color: #000000;
    outline: none;
}

.btnprincipalinvertido:focus, .btnprincipalinvertido.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnprincipalinvertido.disabled, .btnprincipalinvertido:disabled {
    color: white;
    background-color: #3677E2;
    border-color: #000000;
    outline: none;
}

.btnprincipalinvertido:not(:disabled):not(.disabled):active, .btnprincipalinvertido:not(:disabled):not(.disabled).active,
.show > .btnprincipalinvertido.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnprincipalinvertido:not(:disabled):not(.disabled):active:focus, .btnprincipalinvertido:not(:disabled):not(.disabled).active:focus,
.show > .btnprincipalinvertido.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}





.btnsecundario {
    color: #000000;
    background-color: #FFFFFF;
    font-size: 15px;
    line-height: 1;
    width: fit-content;
    height: auto !important;
    font-weight: 600;
    border-radius: 0px;
    box-shadow: none !important;
    border: solid 2px #000000 !important;
    outline: none !important;
    text-transform: uppercase;
    /* font-family: 'Minecraft'; */
    padding: 15px 20px 13px !important;
}

.btnsecundario:hover {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
    outline: none;
}

.btnsecundario:focus, .btnsecundario.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnsecundario.disabled, .btnsecundario:disabled {
    color: #FFFFFF;
    background-color: #000000;
    border-color: #000000;
    outline: none;
}

.btnsecundario:not(:disabled):not(.disabled):active, .btnsecundario:not(:disabled):not(.disabled).active,
.show > .btnsecundario.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnsecundario:not(:disabled):not(.disabled):active:focus, .btnsecundario:not(:disabled):not(.disabled).active:focus,
.show > .btnsecundario.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}



.btnsecundarioinvertido {
	color: #FFFFFF;
	background-color: #000000;
    font-size: 14px;
	line-height: 28px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 2px #000000;
    outline:none;
	text-transform: uppercase;
	font-family: 'Minecraft';
}

.btnsecundarioinvertido:hover {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #000000;
    outline: none;
}

.btnsecundarioinvertido:focus, .btnsecundarioinvertido.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnsecundarioinvertido.disabled, .btnsecundarioinvertido:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnsecundarioinvertido:not(:disabled):not(.disabled):active, .btnsecundarioinvertido:not(:disabled):not(.disabled).active,
.show > .btnsecundarioinvertido.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnsecundarioinvertido:not(:disabled):not(.disabled):active:focus, .btnsecundarioinvertido:not(:disabled):not(.disabled).active:focus,
.show > .btnsecundarioinvertido.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}






.btnregistar {
    color: white;
    background-color: #057dc1;
    font-size: 12px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: none;
    outline:none;
}

.btnregistar:hover {
    color: white;
    background-color: #12425c;
    border-color: #12425c;
    border: none;
    outline: none;
}

.btnregistar:focus, .btnregistar.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnregistar.disabled, .btnregistar:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnregistar:not(:disabled):not(.disabled):active, .btnregistar:not(:disabled):not(.disabled).active,
.show > .btnregistar.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnregistar:not(:disabled):not(.disabled):active:focus, .btnregistar:not(:disabled):not(.disabled).active:focus,
.show > .btnregistar.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}



.btnvertodoscinza {
    color: #12425c;
    background-color: #efeefe;
    font-size: 12px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 1px #12425c;
    outline:none;
}

.btnvertodoscinza:hover {
    color: white;
    background-color: #12425c;
    border-color: #12425c;
    border: solid 1px #12425c;
    outline: none;
}

.btnvertodoscinza:focus, .btnvertodoscinza.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnvertodoscinza.disabled, .btnvertodoscinza:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnvertodos:not(:disabled):not(.disabled):active, .btnvertodos:not(:disabled):not(.disabled).active,
.show > .btnvertodos.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnvertodoscinza:not(:disabled):not(.disabled):active:focus, .btnvertodoscinza:not(:disabled):not(.disabled).active:focus,
.show > .btnvertodoscinza.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}





.btnvertodos {
    color: #12425c;
    background-color: white;
    font-size: 12px;
    width: 160px;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 1px #12425c;
    outline:none;
}

.btnvertodos:hover {
    color: white;
    background-color: #12425c;
    border-color: #12425c;
    border: solid 1px #12425c;
    outline: none;
}

.btnvertodos:focus, .btnvertodos.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnvertodos.disabled, .btnvertodos:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnvertodos:not(:disabled):not(.disabled):active, .btnvertodos:not(:disabled):not(.disabled).active,
.show > .btnvertodos.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnvertodos:not(:disabled):not(.disabled):active:focus, .btnvertodos:not(:disabled):not(.disabled).active:focus,
.show > .btnvertodos.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}




.btnassitir {
    color: #ffffff;
    background-color: #00d0af;
    font-size: 13px;
    width: auto;
    height: 40px;
    font-weight: 600;
    border-radius:0px;
    box-shadow: none;
    border: solid 1px #00d0af;
    outline:none;
}

.btnassitir:hover {
    color: #00d0af;
    background-color: #ffffff;
    border-color: #00d0af;
    border: solid 1px #00d0af;
    outline: none;
}

.btnassitir:focus, .btnassitir.focus {
    box-shadow: none;
    border: none;
    outline: none;
}

.btnassitir.disabled, .btnassitir:disabled {
    color: #fff;
    background-color: #aaaaaa;
    border-color: #aaaaaa;
    border: none;
    outline: none;
}

.btnassitir:not(:disabled):not(.disabled):active, .btnassitir:not(:disabled):not(.disabled).active,
.show > .btnassitir.dropdown-toggle {
    color: #000000;
    background-color: #C0C0C0;
    border-color: #C0C0C0;
    outline: none;
}

.btnassitir:not(:disabled):not(.disabled):active:focus, .btnassitir:not(:disabled):not(.disabled).active:focus,
.show > .btnassitir.dropdown-toggle:focus {
    box-shadow: none;
    outline: none;
}






/* links */
a:link {
	text-decoration: none;
}

a:visited {
    
}

a:hover {
    text-decoration: none;
}

a.active, a:active {
    text-decoration: none;
}




.linkrodape {
	text-decoration: none;
    color:white !important;
    font-weight: 600 !important;
}

.linkrodape:link {
	text-decoration: none;
    color:white !important;
    font-weight: 600 !important;
}

.linkrodape:visited {
    color:white !important;
}

.linkrodape:hover {
    color:white !important;
    text-decoration: underline;
}

.linkrodape.active, .linkrodape:active {
    text-decoration: none;
}


.linkprincipal {
	text-decoration: underline;
    color: #3677E2 !important;
    font-weight: 600 !important;
}

.linkprincipal:link {
	text-decoration: underline;
    color:#3677E2 !important;
    font-weight: 600 !important;
}

.linkprincipal:visited {
    color:#3677E2 !important;
}

.linkprincipal:hover {
    color:#3677E2 !important;
    text-decoration: underline;
}

.linkprincipal.active, .linkrodape:active {
    text-decoration: underline;
}











