.icCentro,
.icCentroH,
.icCentroC,
.icCentroP,
.icCentroB,
.icCentroM,
.icCentroN,
.icCentroL {
  height: 803px;
  display: flex;
  align-items: center;
  justify-content: end;
  background-size: cover;
}

.icCentro {
    background-image: url(../img/piQem.jpg);
}

.icCentroH {
    background-image: url(../img/piHelp.jpg);
}

.icCentroC {
    background-image: url(../img/piCyber.jpg);
}

.icCentroP {
    background-image: url(../img/piPoliticap.jpg);
}

.icCentroB {
    background-image: url(../img/piBoasp.jpg);
}

.icCentroN {
    background-image: url(../img/piAws.jpg);
}

.icCentroM {
    background-image: url(../img/piMail.jpg);
}

.icCentroL {
    background-image: url(../img/piLogin.jpg);
}

.iccCorpo {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 400px;
    margin-right: 3%;
}

.iccTitulo {
    font-size: 28px;
    background-color: rgb(0, 0, 0, 80%);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px 8px 0 0;
    font-weight: 500;
    margin-bottom: 1px;
}

.iccTitulob {
    font-size: 28px;
    background-color: rgb(0, 0, 0, 80%);
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    font-weight: 500;
    margin-bottom: 1px;
  text-align: center
}

.iccTxt {
    background-color: rgb(0, 0, 0, 80%);
    padding: 10px 10% 10px 10px;
    border-radius: 0 0 8px 8px;
    box-sizing: border-box;
    width: 100%;
}

.iccTxt span {
  font-weight: 500;
  color: #53f6ff;
}

.iccTxtb {
  background-color: rgb(0, 0, 0, 80%);
  padding: 10px;
  border-radius: 0 0 8px 8px;
  box-sizing: border-box;
  width: 100%;
}


.conTxt {
    padding: 0 5%;
    margin-top: 20px;
}

.ctTxt span,
.ctNum {
    color: #53f6ff;
    font-weight: 600;
}

.ctTxt {
    margin-bottom: 20px;
}

.cttLinh {
    padding-left: 20px;
}

.contatot {
    display: flex;
    flex-wrap: wrap;
}

label {
    width: 100%;
    font-size: 14px;
}

.contatot input,
.contatot textarea {
    border: none;
    outline: none;
    margin: 5px 0;
    width: 100%;
    border-radius: 8px;
    padding: 5px;
    background-color: #b8edff;
}

input.enviaEmail {
  padding: 11px 0;
  background-color: greenyellow;
  font-size: 18px;
  font-weight: 700;
}

input.enviaEmail:hover {
  background-color: #000;
  color:  greenyellow;
}

@media (max-width: 950px) {
  .icCentro, .icCentroH, .icCentroC, .icCentroN, .icCentroP, .icCentroL, .icCentroB, .icCentroM {
    justify-content: end;
    align-items: end;
  }
  
  .iccCorpo {
    width: 100%;
    margin-right: 0%;
  }
  
}