/* Estilo personalizado para a seção com imagem de fundo*/
.titulo-contactos {
    text-align: center;
    background-color: #00c7b2;
}

/* Estilo para centralizar o título */
.texto-contactos {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.titulo-contactos h1 {
    color: #fff;
    margin-left: 350px;
    font-size: 36px;
    font-weight: 700;
}

.imagem-contactos {
    margin: 0px;
    padding: 0px;
    text-align: right;
    height:216px;
}

.imagem-contactos img {
    height: 100%;
}

.mapa-full {
    height: 350px !important;
}

.mapa-contactos {
   height: 100%;
}

.row.form {
   padding: 80px 70px;
}

/*.leaflet-pane.leaflet-marker-pane {
   filter: hue-rotate(35deg);
}*/

.form-contactos {
    height: 100%;
    background-color: #4242f8;
}

.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: #fff;
    font-family: Space Grotesk;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    letter-spacing: 0em;
    text-align: left;
}

.texto-p1 {
   color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
}

.texto-p2 {
   color: #fff;
    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;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .card {
        width: 238px;
    }

    .row {
        margin-right: 0px;
        margin-left: 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.sobre-nos-1 {
        position: relative;
    }
    
    .col-lg-7.texto-contactos {
        position: absolute;
        top: 75px;
        right: 175px;
    }
    
    .row.form {
        padding: 20px 10px;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 1150px) {


}