.textoh1 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #075b7f;

}

.textop1 {
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: black;
}

.textoh2 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    color: #075b7f;
    font-weight: bold;
    text-align: center;

}

.textoh1equipe {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #075b7f;
    text-align: center;
}


.textoh1equipetop {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    font-weight: bold;
    color: white;
    text-align: center;
}

.textopequipetop {

    font-family: "Poppins", sans-serif;
    color: white;
    text-align: center;
}

.textopequipe {

    font-family: "Poppins", sans-serif;
    color: black;
    text-align: center;
}

.titulo-especialidade {
    font-size: 45;
    font-weight: bold;
    color: #ffffff;
    margin-top: 20px;
    text-align: center;
}

.titulo-sobre2 {

    font-size: 32px;
    font-weight: bold;
    padding-top: 80px;
    text-align: center;
    color: #075b7f;
}


.btn-gestao {

    background-color: #012141;
    color: white;
    border-radius: 10px;
    font-size: 18px;
    font-weight: bold;
    padding: 15px;
    text-decoration: none;
    transition: 0.5s;

}

.btn-gestao:hover {
    background-color: #007cab;
}

.alinhar-botao {
    display: flex;
    justify-content: center;

}

.box-especializacao {
    background-color: rgba(255, 255, 255, 0.301);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    width: 360px !important;
    height: 310px;
    margin: 10px;
    margin-bottom: 20px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 40px !important;
    overflow: hidden;
    position: relative;

}

.btn-saibamais {
    background-color: #001830;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    transition: 0.5s;
    margin-top: 15px;
}

.fundopagsobre {
    background: #FFA323;
    background: linear-gradient(90deg, rgba(255, 163, 35, 0.425) 0%, rgba(0, 125, 171, 0.288) 50%, rgba(255, 255, 255, 1) 100%);
    z-index: 3;
}

.title-comecar {
    font-size: 43px;
    font-weight: bold;
    color: #075b7f;
}


.imgseguranca {
    position: relative;
    height: 100vh;
    background-image: url('/img/fundoseguranca.jpeg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.imgseguranca::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.815);
    z-index: -1;
}


.img-especialidade1 {
  max-width: 100%;
  margin-top: 130px;
}