* {
    margin: 0;
    padding: 0;

}

::selection {
    background-color: #f2097d;
    color: #000000;
}

.centro {
    font-size: 1.5em;
    margin: auto;
    text-align: center;
}

body {
    word-break: keep-all;
    background-color: #e6e6e6;
    color:#3b3b3b
}


h1 {
    color: #000000;
    text-align: center;
    font-family: 'Helvetica', Arial, sans-serif;
    background-color: #cacaca;
    width:fit-content;
    margin: 0 auto;
}


#estrela {
    -webkit-animation: rotating 100s linear infinite;
    animation: rotating 100s linear infinite;
    margin: 0 auto;
    display: block;
    
    
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.divisor {
        display:flex;
         margin: 0 auto;
    
}

.h4prov {
    font-size: 0.8em;
     margin: 0 auto;
}

h3, h4 {
    font-family: 'Times New Roman', Times, serif;   
    font-weight: normal;
     margin: 0 auto;
}

.esq {
    font-family: 'Times New Roman', Times, serif;   
    font-weight: normal;
    padding: 0;
    width: 33%;
    order: 1;
     margin: 0 auto;
}

.dir {
    font-family: 'Times New Roman', Times, serif;  
    font-weight: normal;
    text-align: center;
    padding: 1em;
    order: 2;
     margin: 0 auto;
}

p {
    padding: 0.5em;
     margin: 0 auto;
}

a {
    color:rgb(202, 21, 120);
     margin: 0 auto;
}

span {
    background-color: #e2a7c4;
    font-weight: bold;
}

@media only screen and (orientation:portrait) {
    .divisor{
        display:block
    }

    .dir{
        width: 100%;
    
    }

    .esq {
        width: 50%;
    }
    

}

@media print {
    .h4prov{
        display: none !important;

    }

    body { 
        background-color: 255 255 255;
    }

}


.lista {
    margin: 1em;
    padding: 1em;
}

ol {
    margin: 1em;
}

