*{
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

#logo{
    width: 15rem;
    margin-left: 55px;
}

h1, h2{
    color: white;
    overflow: hidden;
}

p{ 
    font-family: "Hind Vadodara", serif;
    font-weight: 400;
    font-style: normal;
    
}

h1{
    font-size: 36px;
    font-family: "Hind Vadodara", serif;
    font-weight: 700;
    font-style: normal;
}

h2{
    font-size: 18px;
    font-family: "Hind Vadodara", serif;
    font-weight: 500;
    font-style: normal;
}

.temaclaroum{
    font-size: 2rem;
    color: #5B3098;
}

.porques{
    font-size: 1.8rem !important;
    text-align: center !important;
    margin: 20px;
}

.temaclarodois{
    font-size: 1rem;
    color: #5B3098;
}

.button1{
    background: #5B3098;
    border: 0;
    color: white;
    padding: 8px;
    padding-left: 8px;
    padding-right: 8px; 
    border-radius: 20px;
    
}

.button1:hover{
    background: #DA4272;
    border: 0;
    color: white;
}

.button2{
    background: white;
    border: 2px solid #5B3098;
    color: #5B3098;
    padding: 8px;
    padding-left: 5px;
    padding-right: 7px; 
    border-radius: 20px;
    margin-right: 20px;
}

.button2:hover{
    background: #DA4272;
    border: 0;
    color: white;
}


.button3{
    background: #DA4272;
    color: white;
    border: 0;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px; 
    border-radius: 20px;
}

header{
    border-bottom: 1px solid black;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    background: white;
    position: relative;
    z-index: 2;
}

.capa{
    background-color: #5B3098;
    margin: 0;
    margin-top: -10px;
    height: auto;
    z-index: 0;   
}



.imagem_capa{
    background: url('images/capa.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;

}

.ladoesquerdo{
    background: url('images/ladoesquerdo.svg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}

.ladodireito{
    background: url('images/ladodireito.svg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
}

.frase{
    text-align: center;
}

.community{
    background: url("images/adacommunity.png");
    padding-top: 56px;
    padding-bottom: 56px;
    border-radius: 35px;
    margin: -15px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.adacodem{
    background: url("images/adacodem.png");
    padding: 56px;
    border-radius: 35px;
    margin: -18px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.adatasks{
    background: url("images/adatasks.png");
    padding: 56px;
    border-radius: 35px;
    margin: -18px;
    margin-bottom: 2px;
    background-repeat: no-repeat;
    background-size: cover;
    
}
  
.card1{
    background-color: #DA4272;
    border-radius: 20px;
}

.card2{
    background-color: #5B3098;
    border-radius: 20px;
}

#mobile{
    background: #5B3098;
    color: #5B3098;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px; 
    border-radius: 20px;
    position: fixed;
    margin: 20px;
    border: 0;
}

.chamada_acao{
    background: url('images/elementos.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    padding: 45px !important;

}

.chamada{
    background: url('images/chamada.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px;
}

.porquesp{
    font-size: 1.5rem;
    text-align: center;
}

@media screen and (max-width: 552px){
    #entrar{
        visibility: hidden;
    }
    #inscrever{
        visibility: hidden;
    }
}

@media screen and (min-width: 553px){
    #mobile{
        visibility: hidden;
    }
}

@media screen and (max-width: 353px){

    .chamada_acao{
        padding: 30px !important;
    }
    .temaclaroum{
        font-size: 1.2rem !important;
    }

}

.realce{
    background-color: #5B3098;
    color: white;
    
}

footer{
    border-top: 5px solid #DA4272;
    background-color: #5B3098;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;

}
@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

.typewriter {
  overflow: hidden;
  white-space: nowrap;
  border-right: 3px solid #000;
  display: inline-block;
}

.typewriter-h1 {
  width: 100%;
  animation: typing 3s steps(80, end) forwards, blink 0.75s step-end infinite;
}

.typewriter-h2 {
  width: 100%;
  animation: typing 4s steps(50, end) forwards 1s, blink 0.75s step-end infinite;
}