﻿.icones-redes-sociais {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
}

#icones-redes-sociais {
    display: grid;
}

#principal {
    max-width: 100%;
    background-image: url("../assets/img/integradoIndex.jpg");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: flex-start;
    position: relative;
}

.fs-35 {
    font-size: 40px !important;
}

#div-textPrincipal {
    width: 455px;
    z-index: 10;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 360px;
    font-size: 0.5rem;
}

    #div-textPrincipal h1 {
        color: white;
        font-size: 42px;
        padding: 0 3px;
        border: 3px 3px black;
    }

    #div-textPrincipal p {
        font-size: 20px;
        color: white;
        padding: 0 3px;
    }

.texto-home-destaque {
    font-size: 24px !important;
}

.shadow-text {
    text-shadow: 0 2px 5px black;
}

#principal .dh-color {
    background-color: #2196F3;
}

.opacityLayer {
    background-color: #000;
    opacity: .6;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
}

.btn-consulte-resultado {
    padding-right: 58px;
    padding-left: 58px;
}

.btn-conheca-cursos {
    margin-top: 5px;
    font-size: 20px;
    padding-right: 5.8rem;
    padding-left: 5.8rem;
    text-transform: uppercase;
}

    .btn-conheca-cursos:hover {
        background-color: #80bfff;
        color: white;
    }

#principal .card {
    background-color: #2390d8cc;
    color: white;
    border: initial;
}

#principal .card-body {
    padding: 1rem;
}

@media screen and (max-width: 320px) {
    #div-textPrincipal h1 {
        font-size: 40px;
    }

    #btn-conheca-cursos {
        padding-right: 2rem;
        padding-left: 2rem;
    }
}

#nav-principal {
    background-color: white !important;
    border: 1px solid black;
    padding: 0 15px 0 0;
}

.nav-link {
    padding: 0.5rem;
}

#span-inscrever {
    float: right;
}

.container-inscricao-modalidade {
    max-width: 800px;
}

.hidden {
    visibility: hidden;
}

.select2-selection__rendered {
    margin-left: 5px;
}

#logo-navbar-brand {
    padding: 5px;
    background-color: #034ea2;
    background-repeat: no-repeat;
    height: 100%;
}

#navbarNavDropdown {
    background-color: white;
    z-index: 999;
    text-align: center;
}

.btn-inscrevase {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
}

.btn-inscrevase-hidden {
    display: none;
}

a.link-home:active, a.link-home:hover {
    color: lightblue;
}

.btn-instagram {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    color: white;
}

    .btn-instagram:hover {
        background: radial-gradient(circle farthest-corner at 35% 90%, #f7ab2a, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #1f27bf, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #3940d4, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #7f22c5, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #d41065, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#3423c1, #b71783 30%, #de0e37 50%, #ec570f 70%, #ec570f 100%);
        color: white;
    }

.p-box p {
    font-size: 16px;
}

@media screen and (max-width: 1250px) {
    #img-flag {
        display: none !important;
    }
}

@media screen and (max-width: 990px) {
    #logo-navbar-brand {
        padding: 10px;
        height: 100%;
    }

    #principal h1 {
        font-size: 30px;
    }
}

@media screen and (min-width: 700px) {

    .texto-destacado {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    #img-centro {
        display: none;
    }
}

@media (max-width: 768px) {

    .btn-inscrevase {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
        margin-right: 1rem !important;
    }

    .img-logo {
        display: none;
    }

    .govsp-kebab {
        display: none;
    }
}

@media (max-width: 576px) {
    #div-textPrincipal h1 {
        font-size: 27px;
    }

    #div-textCard h5 {
        font-size: 20px;
    }

    #div-textPrincipal p {
        font-size: 16px;
        color: white;
        padding: 0 3px;
    }
}

@media (max-width: 340px) {

    #principal h1 {
        font-size: 20px;
    }

    #principal h5 {
        font-size: 18px;
    }

    #div-textPrincipal {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .btn-inscrevase {
        padding-right: 0.3rem;
        padding-left: 0.3rem;
        margin-right: 2rem;
    }
}

@media (max-width: 362px) {
    #govsp-links-footer {
        margin-right: 5px !important;
    }

    .govsph-links {
        margin: 0 auto !important;
        padding: 0 5px !important;
        width: 100%;
    }

    .govsp-link-rodape a {
        padding: 0 5px !important;
    }
}

#texto-bannerPROA h1 {
    text-transform: uppercase;
    margin-top: 0;
    text-align: center;
    font-size: 1.9em;
}

#texto-bannerPROA p {
    font-family: sans-serif;
    text-align: justify;
}

#texto-bannerPROA {
    margin-bottom: 10px;
}

.padding-banner1 {
    padding: 25px 0px 1px 0px;
}

.padding-banner2 {
    padding: 20px;
}

@media screen and (max-width: 990px) {
    #texto-bannerPROA p {
        font-size: 14px;
    }

    #texto-bannerPROA h1 {
        font-size: 25px;
        margin-bottom: 1rem;
    }
}

aside {
    width: 100%;
    margin: 3rem 0 3rem 0 !important;
}

#video {
    height: 250px;
    width: 100%;
    grid-row-gap: 5em;
    border: 1px solid black;
    text-align: center;
}

#texto-video .titulo-video {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
}

#texto-video p {
    font-family: sans-serif;
    text-align: center;
}

#texto-banner2 .titulo-video {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 2rem;
}

#texto-banner2 p {
    font-family: sans-serif;
    text-align: justify;
}

#Programa {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin: 6rem 0 6rem 0;
}

@media screen and (max-width: 990px) {
    #texto-video p {
        font-size: 14px;
    }

    #texto-video h1 {
        font-size: 25px;
        margin-bottom: 1rem;
    }
}

#secao3 {
    background-color: #f8f9fa;
    margin: 0;
    width: 100%;
    padding: 2rem 0;
}

#img-secao3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#imagens-secao3, #texto-secao3 {
    margin: 3rem 0;
}

    #texto-secao3 h2 {
        color: #034ea2;
    }

.icone_text {
    flex: 1;
    padding-left: 10px;
    text-align: justify;
}

.div_icone-texto {
    display: flex;
    align-items: flex-start;
    padding: 10px;
}

.icone img {
    height: 150px;
}

#img-centro {
    margin: 0;
}

.icone-texto img:hover {
    transform: scale(1.1);
    transition: 0.3s;
}

@media only screen and (max-width:576px) {
    #texto-secao3 h2 {
        font-size: 25px;
    }

    .icone_text {
        flex: 0;
        padding-left: 0px;
        text-align: center;
    }

    .div_icone-texto {
        display: grid;
        align-items: center;
        padding: 0px;
    }

    .icone {
        margin: 0 auto;
    }
}

#secao-pqnovotec {
    margin: 50px 0;
}

#titulo-pq {
    text-transform: uppercase;
    color: #034ea2;
    margin-bottom: 30px;
}

.list-pqnovotec {
    list-style: none;
    text-align: center;
    padding: 0;
}

    .list-pqnovotec li {
        display: inline-block;
        width: 215px;
        vertical-align: top;
        margin: 10px;
    }

.icon_pq {
    width: 80px;
}

@media only screen and (max-width:576px) {
    #secao-pqnovotec {
        margin: 40px;
    }

    #titulo-pq h2 {
        font-size: 25px;
    }
}

.imagem-info-extra {
    background-size: cover;
    padding: 0px;
    width: 100%;
    height: 450px;
    opacity: 0.8;
}

.texto-info-extra {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    padding: 3rem;
}

@media only screen and (max-width: 768px) {
    .texto-info-extra {
        padding-top: 1rem;
    }

        .texto-info-extra h2 {
            font-size: 20px;
        }

        .texto-info-extra p {
            font-size: 15px;
        }
}

.img-info-1 {
    background-image: url('../assets/img/desemprego2.png');
}

    .img-info-1:hover {
        opacity: 1;
        transition: 0.3s;
    }

.img-info-2 {
    background-image: url('../assets/img/autom001.jpg');
}

    .img-info-2:hover {
        opacity: 1;
        transition: 0.3s;
    }

.img-info-3 {
    background-image: url('../assets/img/classroom.jpg');
}

    .img-info-3:hover {
        opacity: 1;
        transition: 0.3s;
    }

.img-principal {
    background-image: url('../assets/img/idea.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 620px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#campo-img {
    width: 72%;
}

#campos-imagem-final {
    padding: 0 1rem;
}

#btn-enviar {
    margin: 1rem 0;
}

.input-sugestao {
    margin: 0 !important;
}

#info-cursos {
    background-color: #f8f9fa;
}

.secao-cursos {
    padding: 4em 0;
}

.icone-curso {
    text-align: center;
}

    .icone-curso img:hover {
        transform: scale(1.1);
        transition: 0.3s;
    }

#img-informacao {
    transform: translate3d(0, 0, 100px);
    border-radius: 10px;
    box-shadow: 1px 3px #f2f2f2;
}

    #img-informacao:hover {
        transform: scale(1.1);
        cursor: pointer;
        transition: 0.3s;
    }

.secao-informacao {
    margin: 6rem 0;
}

.secao-texto-informacao {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.info {
    padding: 6px 8px;
    font: 12px/14px Arial, Helvetica, sans-serif;
    background: white;
    background: rgba(255,255,255,0.9);
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 0px;
    max-width: 175px;
}

    .info h4 {
        font: 20px/22px Arial, Helvetica, sans-serif;
        margin: 0 0 5px;
        color: #777;
    }

.legend {
    text-align: left;
    line-height: 18px;
    color: #555;
}

    .legend i {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 8px;
        opacity: 0.7;
    }

.fab-container {
    height: 0 !important;
    width: 0 !important;
}

.escondeVisualmente {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
