@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');

body{
    font-family: "Trebuchet MS",Helvetica,sans-serif;
}
.nav a{
    text-decoration: none;
    color:#FFFFFF;
}
.navbar-brand:hover{
    color:#FFFFFF;
}
.self-fluid{
    width:100%;

}
.background-default{
    background-color: #030E40;
}

.background-painel{
    background:none;
}
.cor{
    color:#FFFFFF;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
    background:#3458A5;
    color:#FFFFFF;
}
.nav>li>a:focus, .nav>li>a:hover{
    background:#3458A5;
    color:#FFFFFF;
}
.banner{
    width:100%;
    text-align:center;
    min-width:100%;
    min-height:110px;
    padding-left: 0px;
    padding-right: 0px;
}

.banner-top{
    width:100%;
    text-align:center;
    min-width:100%;

    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
}

.cor-fonte{
    color:#2D4B8C;
}
a:hover{
    color:#3458A5;
}
#idUsuarioExame{
    display:none;
}
.cor a:hover{
    text-decoration: none;
    color: #FFFFFF;
}
.button-color{
    color:#FFF;
    background: #0464CB;
    border-color: #0464CB;
}
.button-color:hover{
    background-color: #0464CB;
    border-color: #0464CB;
    color:#FFFFFF;
}
.button-color:focus,btn.focus{
    background-color: #0464CB;
    border-color: #0464CB;
    color:#FFFFFF;
}
.button-color:active,btn.active{
    background-color: #0464CB;
    border-color: #0464CB;
    color:#FFFFFF;
}
.dropdown-menu li{
    background: #FFF;
}
.dropdown-menu li a{
    background: #FFF;
}
.dropdown-menu li a{
    color:#000;
}
.dropdown-menu li a:hover,.dropdown-menu li a:focus{
    background: #3458A5;
}
.imgIndex{
    width:50%;
    max-width: 300px;
}
.imgicon{
    width: 100%;
    max-width: 80px;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #3458A5 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    /* the button becomes visible */
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
    opacity: .5;
}
.no-touch .cd-top:hover {
    background-color: #008450;
    opacity: 1;
}
@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }


}
@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 60px;
        width: 60px;
        right: 30px;
        bottom: 30px;
    }
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 31px;
}

#tituloConteudo{
    color:#0066CC; 
    font-variant: small-caps; 
    border-bottom: 1px solid #0066CC;    
    font-size: 18px;
    margin-bottom: 20px;
}

.secao {    
    background-color:#FAFAFA;
    padding: 30px;
    text-align: center;
    justify-content: center;    
}

.secao-title{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: static;


    /* h2 */

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 25px;
    /* identical to box height, or 125% */
    text-transform: uppercase;

    letter-spacing: 0.2px;

    /* text-color */

    color: #252B42;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 10px 0px;
    font-weight: bold;


}

.secao-card{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;  
    text-align: center;
    justify-content: center;          
}

.card-master{

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;

    position: static;
    width: 246px;
    height: 216px;
    left: calc(50% - 328px/2 - 359px);
    top: 0px;

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 30px;
    flex-grow: 1;
    flex-basis: 300px;
    margin-bottom: 20px;    
}

@media(min-width: 768px){
    .card-master{
        margin-bottom: 0px;   
    }
}

.card-inside{

    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;

    position: static;
    width: 246px;
    height: 216px;
    left: 0px;
    top: 0px;

    /* light-background-color */
    background: #030E40;

    /* accentued-drop-shadow */

    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    border-radius: 6px;
}

.card-inside:hover{

    text-decoration:none !important;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.40);
}

.ancora-card{
    text-decoration: none !important;
}

.ancora-card:hover{
    text-decoration: none !important;
}

.icon-card{ 
    position: static;
    width: 82px;
    height: 82px;

    /* hover-color */

    background: #FFF;
    border-radius: 100px;

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.icon-card img {
    height: 50px;
    filter: invert(9%) sepia(91%) saturate(3648%) hue-rotate(184deg) brightness(90%) contrast(86%);
}

.icon-card .preto {
    height: 50px;
    filter: invert(90%) sepia(24%) saturate(7047%) hue-rotate(191deg) brightness(87%) contrast(86%);
}

.divisao-card{
    position: static;
    width: 20%;
    height: 4px;
    left: 40px;
    top: 179px;

    /* danger-color */

    background: #FFF;

    /* Inside Auto Layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 0px 30px 0px;
}

.divisao-title{
    position: static;
    width: 20%;
    height: 4px;
    text-align: center;


    /* danger-color */

    background: #FFF;

    /* Inside Auto Layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 0px 30px 0px;
}

.divisao-title2{
    position: static;
    width: 20%;
    height: 4px;
    text-align: center;


    /* danger-color */

    background: #030E40;

    /* Inside Auto Layout */

    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0px 0px 30px 0px;
}


.title-card{
    position: static;
    text-decoration:none !important;
    text-align: center;

    /* h3 */

    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    /* identical to box height, or 133% */

    letter-spacing: 0.1px;

    /* text-color */

    color: #fff;


    /* Inside Auto Layout */

    flex: none;
    order: 1;
    flex-grow: 0;
    text-decoration:none;

}

.text-card{
    position: static;
    text-align: left;
    width: 270px;
    height: 80px;
    left: 40px;
    top: 201px;

    /* paragraph */
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    /* or 143% */
    letter-spacing: 0.2px;
    /* second-text-color */
    color: #737373;

    /* Inside Auto Layout */

    flex: none;
    order: 3;
    flex-grow: 0;
    text-decoration:none !important;

}

.secao-numeros{
    background-color:#030E40;
    padding: 30px;
    text-align: center;
    justify-content: center;
    margin-top: 40px;
}

.title-numeros{
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;;
    font-style: normal;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.text-numeros{
    text-transform: uppercase;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    letter-spacing: 0.1px;
}

.projeto-grid{
    display: grid;
    width: 100%;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 10px;
}

@media(min-width: 768px){
    .projeto-grid {
        grid-template-columns: repeat(auto-fill, minmax(12%, 1fr));
        gap: 2%;
    }
}

.projeto-card{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px;

    position: static;
    width: 100%;
    height: 200px;
    left: 0px;
    top: 0px;

    /* light-background-color */

    background: #FFFFFF;
    /* accentued-drop-shadow */

    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.projeto-card:hover{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 30px;

    position: static;
    width: 100%;
    height: 200px;
    left: 0px;
    top: 0px;

    /* light-background-color */

    background: #FFFFFF;
    /* accentued-drop-shadow */

    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.20);

    /* Inside Auto Layout */

    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    border-radius: 6px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.icon-projeto{
    height: 120px;
    filter: invert(57%) sepia(76%) saturate(443%) hue-rotate(345deg) brightness(103%) contrast(91%);
}

.icon-projeto2{
    height: 160px;
    
}

.text-projeto{
    text-transform: uppercase;
    color: #252B42;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    letter-spacing: 0.1px; 
}

.section-video{

    background: #030E40;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.section-video-title{
    text-transform: uppercase;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 1.2;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    /* identical to box height, or 133% */
    text-transform: uppercase;
    letter-spacing: 0.1px;
    text-align: center; 
}

.video-titulo{
    display: flex;
    align-items: center;
    justify-content: center;
}

@media(min-width: 768px){
    .secao-title {
        font-size: 40px;
    }
    .section-video-title{
        font-size: 60px;
    }
    .title-numeros{    
        font-size: 96px;
    }
    .secao-title,.section-video-title,.title-numeros{    
        line-height: 1.2;
    }

    .btn-blue {
        background-color: #030E40 !important;
        border-color: #030E40 !important;
        color: #fff !important; /* Mantém o texto legível com cor branca */
    }
    
    .btn-blue:hover, .btn-warning:focus, .btn-warning:active {
        background-color: #020B38 !important; /* Um tom um pouco mais escuro para o hover/focus */
        border-color: #020B38 !important;
    }
}