body {
    margin:0px;
    padding:0px;
    
}
a {
    text-decoration: none;
}
.topo{
    position: fixed;
    width: 100%;
    height: 80px;
    background: indigo; 
    z-index: 2;
}
.topo1 {
    position: fixed;
    width: 300px;
    height: 90px;
    z-index: 2;
}
.texto-titulo {
    position: fixed;
    width: 260px;
    height: 70px;
    float:left;
    z-index: 2;
}
.titulo1-sombra {
    position: fixed;
    width: 240px;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding-left: 12px;
    padding-top: 10px;
    color:black;
    float: left;
    z-index: 2;
}
.titulo1 {
    position: fixed;
    width: 240px;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 28px;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 8px;
    color:white;
    float: left;
    z-index: 2;
}
.titulo2-sombra {
    position: fixed;
    width: 240px;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-top: 34px;
    padding-left: 12px;
    color:black;
    float:left;
    z-index: 2;
}
.titulo2 {
    position: fixed;
    width: 240px;
    height: 30px;
    font-family: Arial, sans-serif;
    font-size: 24px;
    margin-top: 33px;
    padding-left: 10px;
    color:white;
    float:left;
    z-index: 2;
}

.topo2 {
    position: fixed;
    width: 900px;
    height: 90px;
    margin-left: 300px;
    z-index: 2;
}

.menu-container {
    width: 530px;
    height: 50px;
    position: fixed;
    margin-left: 120px;
}
.menu {
    position: fixed;
    width: 490px; 
    box-shadow:8px 6px 8px indigo; 
    border-radius: 8px;
    float:left;
    z-index: 2;
}
.sub-menu {
    margin: 0;
    padding-left: 0;
}
.clearfix:after{
    content: '.';
    display: block;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    visibility: hidden;
    overflow: hidden;
}
.menu {
    list-style: none;
    background: linear-gradient(top, darkorange 0%, white 100%);  
    background: -moz-linear-gradient(top, darkorange 0%, white 100%); 
    background: -webkit-linear-gradient(top, darkorange 0%,white 100%); 
    
}
.sub-menu {
    background: darkorange; 
    background: linear-gradient(top, darkorange 0%, white 100%);  
    background: -moz-linear-gradient(top, darkorange 0%, white 100%); 
    background: -webkit-linear-gradient(top, darkorange 0%,white 100%); 
    list-style: none;
}
.sub-menu ul {
    background: sandybrown;
    background: linear-gradient(top, sandybrown 0%, white 100%);  
    background: -moz-linear-gradient(top, sandybrown 0%, white 100%); 
    background: -webkit-linear-gradient(top, sandybrown 0%,white 100%); 
}
.menu a {
    text-decoration: none;
    display: block;
    padding: 10px;
    color: indigo;
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 700;    
}
.menu li {
    position: relative;
}
.menu > li {
    float: left;
}
.menu > li:hover {
    background: peru;
    background: linear-gradient(top, peru 0%, white 100%);  
    background: -moz-linear-gradient(top, peru 0%, white 100%); 
    background: -webkit-linear-gradient(top, peru 0%,white 100%); 
    border-radius: 8px;
}
.menu li:hover > .sub-menu {
    display: block;
}
.sub-menu {
    display: none;
    position: absolute;
    min-width: 170px;
}
.sub-menu li:hover {
    background: #d6b604;
    background: linear-gradient(top, #d6b604 0%, white 100%);  
    background: -moz-linear-gradient(top, #d6b604 0%, white 100%); 
    background: -webkit-linear-gradient(top, #d6b604 0%,white 100%); 
}
.sub-menu .sub-menu {
    top: 0;
    left: 100%;    
}
.sub-menu .sub-menu li:hover {
    background: yellow;
    background: linear-gradient(top, yellow 0%, white 100%);  
    background: -moz-linear-gradient(top, yellow 0%, white 100%); 
    background: -webkit-linear-gradient(top, yellow 0%,white 100%); 
}
.topo3 {
    position: fixed;
    width: 300px;
    height: 90px;
    margin-left: 1100px;
    z-index: 2;
}


#conteudo {
    position: absolute;
    width: 100%;
    height: 550px;
    top: 80px; 
    z-index: 1;
}

#conteudo1 {
    position: fixed;
    width: 15%;
    height: 595px;
    top: 80px;
    left: 0px;
    z-index: 2;
    background: linear-gradient(left, indigo 0%, white 100%);  
    background: -moz-linear-gradient(left, indigo 0%, white 100%); 
    background: -webkit-linear-gradient(left, indigo 0%,white 100%);
}

#conteudo2 {
    position: absolute;
    width: 950px;
    height: 1600px;
    top: 5px;
    left: 200px;
    z-index: 2; 
}
.logoformacao{
    position: absolute;
    width: 800px;
    height: 330px;
    text-align: center;
    left: 80px;
}
.textosloganformacao{
    position: absolute;
    width: 800px;
    height: 40px;
    font-size: 22px;
    font-family: Arial;
    font-weight: bold;
    left: 80px;
    top: 340px;
    text-align: center;
}
.estrutura-formacao{
    position: absolute;
    width: 120px;
    height: 25px;
    font-size: 18px;
    font-family: Arial;
    padding-top: 5px;
    text-align: center;
    left: 80px;
    top: 420px;
}

.quempodefazer-formacao{
    position: absolute;
    width: 160px;
    height: 25px;
    font-size: 16px;
    font-family: Arial;
    padding-top: 5px;
    text-align: center;
    left: 200px;
    top: 420px;
}

.programa-formacao{
    position: absolute;
    width: 100px;
    height: 25px;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
    border: 2px solid;
    border-radius: 9px;
    padding-top: 5px;
    background-color: darkmagenta;
    color: white;
    text-align: center;
    left: 360px;
    top: 420px;
}
.texto-programaformacaoyogahinduista{
    position: absolute;
    width: 780px;
    height: 870px;
    font-size: 16px;
    font-family: Arial;
    line-height: 25px;
    left: 80px;
    top:452px;
    background-color: gainsboro;
    border: 1px solid;
    padding: 10px;
    border-radius: 9px;
}
.texto-programaformacaoyogabudista{
    position: absolute;
    width: 330px;
    height: 140px;
    font-size: 16px;
    font-family: Arial;
    line-height: 25px;
    left: 480px;
    top:452px;
    padding: 10px;
}

.texto-programaformacaoyogataoista{
    position: absolute;
    width: 380px;
    height: 180px;
    font-size: 16px;
    font-family: Arial;
    line-height: 25px;
    left: 490px;
    top:630px;
}
.texto-programaformacaoyogacristao{
    position: absolute;
    width: 220px;
    height: 130px;
    font-size: 16px;
    font-family: Arial;
    line-height: 25px;
    left: 490px;
    top:830px;
}

.texto-programaformacaoyogainterser{
    position: absolute;
    width: 770px;
    height: 350px;
    font-size: 16px;
    font-family: Arial;
    line-height: 25px;
    left: 83px;
    top:950px;
    background-color: gainsboro;
    padding: 10px;
    border-radius: 9px;
}

.certificado-formacao{
    position: absolute;
    width: 100px;
    height: 25px;
    font-size: 16px;
    font-family: Arial;
    padding-top: 5px;
    text-align: center;
    left: 460px;
    top: 420px;
}
.ministrante-formacao{
    position: absolute;
    width: 100px;
    height: 25px;
    font-size: 16px;
    font-family: Arial;
    padding-top: 5px;
    text-align: center;
    left: 560px;
    top: 420px;
}
.faq-formacao{
    position: absolute;
    width: 200px;
    height: 25px;
    font-size: 16px;
    font-family: Arial;
    padding-top: 5px;
    text-align: center;
    left: 660px;
    top: 420px;
}
.formulario-inscricao-formacao3{
    position: absolute;
    width: 420px;
    height: 170px;
    left: 250px;
    top: 1435px;
    border: 2px solid indigo;
    border-radius: 8px;
    background-color: #9f089a;
    font-size: 12px;
    font-family: Arial;
    padding-left:  15px;
    padding-top:  15px;
}
.reservadavaga3{
    position: absolute;
    width: 500px;
    height: 30px;
    top:1400px;
    left: 250px;
    font-size: 30px;
    font-family: Arial;
    font-weight: bold;
}
#conteudo3 {
    position: fixed;
    width: 15%;
    height:595px;
    top: 80px;
    left: 1150px;
    z-index: 2;  
    background: linear-gradient(right, indigo 0%, white 100%);  
    background: -moz-linear-gradient(right, indigo 0%, white 100%); 
    background: -webkit-linear-gradient(right, indigo 0%,white 100%);
    
}



