* {
    margin: 0;
    padding: 0;
}

.bodyContato {
    background-image: url(imgs/bgcontato.jpg);
    background-repeat: no-repeat;
}

.conteudoContato {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 50em;
}

.ladoEsquerdo {
    width: auto;
    display: flex;
    justify-content: center;
    align-content: center;
}

.ladoEsquerdoConteudo {
    width: 35em;
    height: 35em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 6em;
}

.tituloEsquerdaCnt {
    font-family: mssb;
    color: #ffffff;
    line-height: 1em;
    text-shadow: 0.07em 0.07em rgba(0, 0, 0, 0.5);
    font-size: 4rem;
    text-align: left;
    user-select: none;
    margin-left: 3em;
}

.textoEsquerda {
    margin-top: 0.5em;
    font-size: 1.3rem;
    font-family: msr;
    color: #ffffff;
    text-shadow: 0.09em 0.09em rgba(0, 0, 0, 0.9);
    user-select: none;
}

.ladoDireitoContato {
    width: 50%;
    height: 48em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ladoDireitoConteudoContato {
    width: 18em;
    height: 31em;
    display: flex;
    flex-direction: row;
    margin-top: 2em;
    background-color: rgba(255, 255, 255, 0.2);
    border: #ffffff 1.59px solid;
    border-radius: 10px;
    box-shadow: 0.4em 0.4em 0.4em rgba(0, 0, 0, 0.1);
    justify-content: center;
    margin-left: 10em;
}

.conteudoBoxOk {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f60707;
}

.tituloDireitaContato {
    margin-top: 1em;
    font-family: mssb;
    color: #ffffff;
    font-size: 3rem;
    text-align: center;
    text-shadow: 0.09em 0.09em rgba(0, 0, 0, 0.3);
    user-select: none;
}

.formulario {
    margin-top: auto;
    margin-bottom: 2em;
    width: 20em;
    max-height: 30em;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.formulario-itens {
    font-size: .75rem;
    width: 15em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 1em;
    color: #ffffff;
    font-family: msr;
}

.formulario-itens input {
    height: 1.5em;
}

.formItens {
    margin-top: 2.5em;
}

.botao {
    background-color: #ffffff;
    cursor: pointer;
    border: none;
    height: 2.2em;
    border-radius: 15px;
    margin-bottom: 1.6em;
    margin-top: 1em;
    border: 0.1px solid #000000;
}

.botaoTxt {
    color: #000000;
    cursor: pointer;
    font-family: msr;
    font-size: 0.8rem;
}

.botaoTxt:hover {
    transform: scale(1.05);
}

.redesS {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.redes2 {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: initial;
    align-content: center;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.iconesRedes {
    cursor: pointer;
    font-style: none;
    color: #ffffff;
    font-size: 1.1rem;
}

.iconesRedes:hover {
    transform: scale(1.06);
}

.iconesRedes2 {

    font-style: none;
    color: #ffffff;
    font-size: .8rem;
    margin-bottom: 1.5em;
    margin-top: .5em;
    user-select: none;
    font-family: msr;

}

.linkMuseu {
    font-family: msr;
    font-size: .9rem;
    color: #000000;
    text-decoration: none;

}

.linkMuseu:hover {
    transform: scale(1.03);
    text-decoration: underline;
    transition: 0.1s;
}


textarea {
    height: 12em;
    resize: none;
    overflow: scroll;
}

.rodape {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    width: 100%;
    height: 50px;
    position: relative;
    bottom: 0;
    left: 0;
}


.rodape p {

    font-family: msr;
    color: #000000;
    font-size: 0.9rem;
    background-color: #ffffff;
}

@media screen {

    @media (max-width: 515px) {

        .bodyContato {
            background-size: 100%;
            background-image: none;
            background-color: #863e35 ;
        }
  
        .conteudoContato {
            width: auto;
            background-image: none;
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
        }
        
       
        .navContato {
            background-image: url(imgs/bgcontato.jpg);
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: 100%;
            height: 10em;
        }
    
           #idDivOk {
            margin-right: 6em;
            margin-top:-15em;
        }
 
        .tituloEsquerdaCnt {
            font-size: 2.5rem;
            text-align: center;
            margin-left: -8em; 
            margin-bottom: 18em;
        }

        .ladoEsquerdo {
            display: flex;
            flex-wrap: wrap;
            background: none;
        }

        .ladoEsquerdoConteudo {
            display: flex;
            justify-content: center;
            align-items: center;
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        .ladoDireitoContato {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .ladoDireitoConteudoContato {
            width: 18em;
            display: flex;
            flex-direction: row;
            background-color: rgba(0, 0, 0, 0.2);
            border: #ffffff 1.59px solid;
            box-shadow: 0.3em 0.3em 0.3em rgba(0, 0, 0, 0.1);
            margin-top: 8em;
            margin-left: 5.5em; 
        }



        #ladoEsquerdoOk {
            display: none;
        }
        
 
        .ladoDireitoConteudoContato {
            order: 2;
        }

        .ladoEsquerdoConteudo {
            order: 1;       
        }
        
        .rodape {
            text-align: center;
            width: auto;
        }

    }
}
