@font-face {
    font-family: 'Silver Crown';
    src: url('fonts/SilvelCrown.otf') format('opentype');
}

body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    overflow-x:hidden;
    background: #262626;
    color: #fff;
}

#banner{
    width: 100vw;
    height: 100vh;
    background: url(background.webp) no-repeat 100%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slogan{
    width: 80vw;
    height: 80vh;
    background: url(comunicacao-com-excelencia.webp) no-repeat;
    background-size: contain;
}

img{
width: 100%;
    height: auto;
}
ol li::marker {
    color: red;
}

.container {
    max-width: 800px;
    margin: 0 auto;
}

h1 {
    text-align: center;
    font-family: 'Silver Crown', sans-serif;
    font-size: 70px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    margin: 25px 75px;
}

.lista{
    display: flex;
    flex-direction: column;
}

.logos {
    display: flex;
    align-items: center;
}

.logos .col {
    display: flex;
    justify-content: center;
}

.logos img{
    max-width: 80%;
}

.lista li {
    padding: 10px 5px 10px 5px;
    border-bottom: solid 1px #565656;
    font-weight: 300;
}

.card{
    display:flex;
    align-items: center;
    border: none;
}

.card h2, .card h3{
    text-align: center;
    font-family: 'Silver Crown', 'sans-serif';
}

.card h2 {
    border: solid 4px #950000;
    width: 70px;
    height: 70px;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    font-size: 45px;
    color: #950000;
}

.card h3{
    font-size: xxx-large;
}

/* Adicione seus estilos personalizados aqui */
