*{
    margin: 0px;
    font-family: "Inter", sans-serif;
}

#logodnc{
    margin-left: 75px;
    margin-top: 50px;
    width: 100px;
}

#titulo1{
    margin-left: 200px;
    margin-top: 135px;
    color: aliceblue;
}

#titulo2{
    margin-left: 200px;
    margin-top: 30px;
    padding-bottom: 100px;
    color: aliceblue;
}

#cabeca{
     background-image: url(imagens/fundo1.svg);
}

#informacional{
    background-color: rgba(234, 236, 229, 1);
    display: grid;
    grid-auto-flow: column;
    columns: auto;
}

.icone{
    margin: 50px 0px 50px 100px;
    padding: 10px;
}

.textoinfo{
    display: flex;
    align-items: center;
}

#titulovideo{
    color: #247BA0;
    margin-top: 100px;
}

#secaovideo{
    display: grid;
    grid-auto-flow: column;
    columns: auto;
}

#video{
    margin: 50px 25px 50px 400px;
}

#carrosel{
    background-color: #247BA0;
    padding: 50px;
}

#titulocarrosel{
    color: white;
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
}

#cards{
    display: grid;
    grid-auto-flow: column;
    padding-left: 200px;
}

.card{
    margin-left: 50px;
}

#setae{
    display: none;
}

#samanta{
    display: none;
}

.seta{
    margin-top: 50px;
    cursor: pointer;
}

.seta:hover{
    transform: translateY(-7px);
    transition-duration: 0.5s;
}

#tituloformulario{
    color: #247BA0;
    text-align: center;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

#formulario{
    text-align: center;
}

input{
    width: 300px;
    height: 30px;
    background-color: #EAECE5;
    margin: 15px;
    border: 0px;
    border-radius: 5px;
    padding-left: 10px;
}

button{
    background-color: #247BA0;
    color: #EAECE5;
    margin-bottom: 50px;
    height: 30px;
    width: 250px;
    border: 0px;
    border-radius: 5px;
    cursor: pointer;
}

button:hover{
    background-color: #4284a0;
    color: white;
    transform: translateY(-2px);
    transition-duration: 0.5s;
}