body {
    font-family: Helvetica;
    font-style: italic;

}


@font-face {
    font-family: helvetica-black-condensed-oblique;
    src: url(../Fonts/Helvetica-Condensed-BlackObl.ttf);
    /* src: url(Fonts/helvetica-black-condensed-oblique.otf); */
}

#apresentacao {
    font-family: helvetica-black-condensed-oblique;
}


#navbarNav {
    font-size: 20px;
}

/*----- Capa Zero  ---- */

#capaZero {
    height: 75vh;
    background-color: #e61324;
}

/*----- Capa 1  */

#capaUm {
    /* height: 80vh; */
    margin-top: 55px;
}

.textoum{
    font-size: 22px;
}

/*----- Segundo container  */

.iconify {
    color: #e61324;
    width: 210px;
    height: 100px;
    margin-bottom: 40px;

}

#colunaCartoes {
    background-color: black;
}

.containerCartoes {
    padding: 50px;
}

.card {
    margin-bottom: 30px;
    background-color: black;
    color: white;
    border: none;
}

#colunaCartoes div p {
    font-size: 17.8px;!important

}

#colunaCartoes div h2 {
    letter-spacing: .1rem;
}

/*----- Footer  ----*/

footer{
    background-color:#e61324 ;
}
.iconify2{

    color: black;
}

.listaEndereco{
    list-style: none;
    color: white;
}

.Yolo{
    padding-top: 20px;
}