* {
    margin: 0;
    padding: 0;
    font-family: sans-serif, Arial, Helvetica, sans-serif;

}

body {
    background: linear-gradient(to bottom,rgb(245, 230, 180), rgb(232, 211, 158));
    
}


#test {
    width: 100%;
    height: 44px;
}

.topopag {
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #FFFFFF;
    color: #495968;
    justify-content: center;
    position: fixed;
    top: 0;
	box-shadow: 1px 1px 5px 1px #b6b6b6
}

.homebutton {
    margin: 10px 20px;
    text-decoration: none;
    color: rgb(31, 31, 58);
}

.contato {
    display: flex;
    align-items: center;
    padding-right: 10px;
}

.right a {
    margin-left: 15px;
}

header img {
    max-width: 20px;
}

.img-text {
    width: 100%;
    height: 500px;
    display: flex;
    object-fit: cover;
    margin: 30px 0;
    overflow: hidden;
}

#img1 {
    border-radius: 20px;
    max-width: 100%;
    margin: 0 auto;
    
    bottom: 50px;
}

.who {
    text-align: center;
    color: #4e4e4e;
    padding: 25px 0 25px;
    max-width: 70%;
    margin: 0 auto;
    text-shadow: 5px 1px 5px 1px #b6b6b6;
}

.menu {
    max-width: 620px;
    max-height: 40px;
    padding: 30px;
    display: flex;
    margin: 20px auto 20px;
    text-align: center;
    align-items: center;
}

.menu a {
    color: white;
    text-decoration: none;
    justify-content: end;
}

.circle {
    margin:20px auto ;
    border-radius: 50%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    
}

.circle img {
    max-width: 100%;
    position: absolute;

}

.nome--crp {
    display: flex;
    flex-direction: column;

    text-align: center;
    max-width: 315px;
    margin: 0 auto;   
    color: #495968;
    margin-bottom: 20px;
}



.conteudo {
    box-shadow: 5px 5px 15px 1px #e6e0b0;
    max-width: 620px;
    margin: 0 auto;
    max-height: 100%;
    border-radius: 20px;
    background-color: #FFFFFF;
    padding: 15px 10px 15px 10px;
    color: #495968;
    
}

.conteudo p {
    
    font-size: 25px;    
    text-align: center;
    
}

p::first-letter {
    margin-left: 0px;
}

.h1-remoto {
    text-align: center;
    padding: 15px 15px;
    color: #4e4e4e;
}

.img-job {
    max-width: 33%;

    
}

#baseboard {
    margin: 20px auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.iframe-video {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 30px auto;    
}

.videoContainer_video {
margin: 0 auto;
height: 530px;
}


#baseboard h1 {
    margin: 0 auto;
    padding: 25px 0 20px 0;
    text-align: center;
    color: #4e4e4e;
}


#clickagende {
    margin: 0 auto 20px;
    color: white;
    
    background-color: rgb(85, 107, 47);
    padding: 25px 25px;
    border-radius: 25px;
    text-align: center;
    width: 70%;
    text-decoration: none;
    font-size: 25px;
}


footer {
    margin-top: 20px;
    background-color: #FFFFFF;
    width: 100%;
    height: 100%;
    display: flex;
}

footer p {
    margin: 25px auto;
    text-align: center;
    color: #495968;
}

footer a {
    color: #495968;
}