/* Estilo personalizado para a seção com imagem de fundo*/
.titulo-candidatura-formador {
    text-align: center;
    background-color: #FEC82F;
}

/* Estilo para centralizar o título */
.texto-formador {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.texto-formador h2 {
    color: #fff;
    margin-left: 350px;
    font-size: 36px;
    font-weight: 700;
}

.imagem-formador {
    margin: 0px;
    padding: 0px;
    text-align: right;
    height:216px;
}

.imagem-formador img {
    height: 100%;
}

.form-candidatura-formador {
   height: 100%;
   background-color: #F3F4F5;
}

.row.form {
   padding: 80px 100px;
}

.sucesso-candidatura-formador {
   height: 100%;
   background-color: #F3F4F5;
}

.row.sucesso {
   padding: 80px 100px;
   //height: 850px;
}

.texto-sucesso {
   font-size: xx-large;
   color: #4242F8;
   text-align: center;
}

.body-texto {
   display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
}

.body-texto-1 {
    display: flex;
}

.body-texto-2 {
    display: flex;
}

.body-texto-3 {
    display: flex;
}

.titulo-texto {
   color: #4242F8;
font-family: Space Grotesk;
font-size: 36px;
font-weight: 700;
line-height: 46px;
letter-spacing: 0em;
text-align: left;
}

.texto-p1 {
   color: #4242F8;
font-family: Inter;
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
}

.texto-p2 {
   color: #000000;
font-family: Inter;
font-size: 14px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0em;
text-align: left;
}

.form-label {
font-family: Inter;
font-size: 14px;
font-weight: 700;
line-height: 17px;
letter-spacing: 0em;
text-align: left;
color: #4242F8;
}

.form-check-label {
font-family: Inter;
font-size: 10px;
font-weight: 400;
line-height: 12px;
letter-spacing: 0em;
text-align: left;
color: #000;
}

#texto-mensagem {
border-radius: 15px;
}

.form-control {
border-radius: 30px;
    border: 1px solid #8594A3;
}

iframe {
   height: 1000px;
}

button#cancelar.icon-cancel {
   width: 120px !important;
   display: flex !important;
}

div#goo-col-28-2.tabColumn div.fieldItem.goo-anexo div.display-field div.image-field.field-effect a.fileGooLink div.file-preview img {
    width: 120px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .card {
        width: 238px;
    }

    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    
    .row.form {
        padding: 0px;
    }

    /*Ajustar imagem e texto do titulo Oferta Formativa*/
    .oferta-formativa {
        flex-direction: column-reverse;
    }

    .titulo-oferta-formativa h2 {
        color: #fff;
        margin-left: 0px;
        font-size: 36px;
        font-weight: 700;
    }

    .texto-oferta {
        margin: 10px 0px;
    }

    .imagem-oferta {
        height: -webkit-fill-available;
    }

    .imagem-oferta img {
        width: -webkit-fill-available;
    }
}

@media screen and (max-width: 440px) {

    #logo-CNCS-rodape > svg {
        width: 85px;
    }
    
    .hr-rodape {
        height: 8vh;
    }
    
    .row.formador-1 {
        position: relative;
    }
    
    .col-lg-7.texto-formador {
        position: absolute;
        top: 75px;
        right: 175px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1150px) {


}