* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    margin: 150px 0px;
    padding: 0;
    background-color: #fff;
}

.container {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    color: #000;
}

header {
    background-color: #21216e;
    color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    
    text-align: center;
    border-radius: 0 0 10px 10px;
    max-height: 150px;
    transition-duration: 0.5s;
    display: flex;
    justify-content: space-around;
    align-items: center;
    
}

.laranja{color: orangered;}
header.small{
    height: 75px;
    padding-top: 0px;
}

.container-logo {
    display: flex;
    align-items: center;
    max-width: max-content;

}

.logo.small{
    height: 50px;
    padding-top: 0px;
    
}

.logo {
    width: 100px;
    height: 100px;
    background-image: url("img/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%;
    display: flex;

}

.logo-texto h1 {
    font-size: 24px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    padding-left: 25vh;
    padding-right: 25vh;
    -webkit-text-stroke-width: 0.25px;
    -webkit-text-stroke-color: #fff;
}



.menu {
    list-style-type: none;

    display: flex;

}
.menu img {
    max-width: 25px;
    
}



.menu a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
}


.sobre p{
    text-align: justify;
    max-width: 50%;
    padding: auto;
    margin: auto;
    color: #000;

}

.sobre {
    padding: 20px 0;
    text-align: center;
}

.sobre h6 {
    margin: 5px 0;
}

.container img {
    max-width: 200px;
    height: auto;
    border-radius: 50%;
    margin-bottom: 10px;
}

.flappys {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;

}

.flippa {
    width: 275px;
    height: 275px;
    margin: 15px;
    perspective: 1000px;

}

.flip-container {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.8s;

}

.flip-container:hover .flipper {
    transform: rotateY(180deg);
}

.flipper {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 0.8s;

}

.front,
.back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    border-radius: 15px;
    padding: 15px;
    color: whitesmoke;
    
}

.front, .back li{
    padding-top: 2px;
    padding-bottom: 2px;
    list-style: none;

}


.front {
    background-color: #312d7c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.back {
    background-color: #312d7c;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotateY(180deg);
    text-align: justify;
    padding-right: 20px;
    padding-left: 20px;
}

.marrom {
    background-color: #e8c39e;
    color: #000;
    text-align: center;
    padding: 20px 0px 20px 175px;
    margin-right: 150px;
    border-radius: 0 25px 25px 0;
    
}

.contato {
    background-color: #312d7c;
    color: #000;
    text-align: center;
    padding: 15px 0;
    border-radius: 0 25px 25px 0;
    padding: 10px 0px 10px 125px;
    margin-right: 75px;
}

.lista-contatos {
    list-style-type: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

.lista-contatos li {
    margin: 0 10px;
}

.lista-contatos a {
    text-decoration: none;
    color: #fff;
}
.lista-contatos img{
    max-width: 15px;

}
footer {
    background-color: #21216e;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 25px; 
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.recheio p{
    text-align: justify;
    max-width: 50%;
    padding: auto;
    margin: auto;

}

.recheio {
    padding-bottom: 20px;
    text-align: center;
    color: #000;
}

.recheio h6 {
    margin: 0;
}
@media only screen and (max-width:923px)
{ .marrom 
    {width: 95%;
    padding: 25px 25px;
    margin-right: 150px;
    border-radius: 0px 25px 0px 0px;}
    

}
@media only screen and (max-width:923px)
{.contato{
    width: 100%;
    padding: 25px 25px;
    margin-right: 150px;
  }}

@media only screen and (max-width:923px)

{  
    .sobre p{
        text-align: justify;
        max-width: 90%;
        padding: auto;
        margin: auto;
    
    }
    
    .sobre {
        padding: 20px 0;
        text-align: center;
        color: #fff;
    }
    
    .sobre h6 {
        margin: 5px 0;
    }
    

}
@media only screen and (max-width:923px){
.recheio p{
    text-align: justify;
    max-width: 90%;
    padding: auto;
    margin: auto;

}

.recheio {
    padding-bottom: 20px;
    text-align: center;
    color: #fff;
}

.recheio h6 {
    margin: 0;

}}

@media only screen and (max-width:923px){
    .menu p{display: none;}   
    .menu img{max-width: 25px}
    .menu {margin-left: 15px;}
}

@media only screen and (max-width:923px){

    .logo-texto h1{font-size: 16px;
        padding-left: 0;
    padding-right: 0;}

}

@media only screen and (max-width:923px){
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 14px; 
    text-align: center;
    padding-top: 1px;
    padding-bottom: 1px;
    font-size: 10px;
}}
