body {
    margin: ; 
    padding: 0;
    border: 0;
    vertical-align: initial;
    position: relative;
    color: #333;
    background-color: #F9F9F9;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    font-stretch: 100%;
    font-display: swap;
    line-height: 21px;
    margin-left: 25px;
}


.tabela-barra-titulo {
    width: 250px;
    height: 5px;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    border: 0px solid #fff;
}

.tabela-titulo-pagina {
    width: 98%;
    height: 5px;
    float: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px;
    background-color: #FFB91D;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
}

.tabela-conteudo {
    width: 98%;
    height:0x;
    float: none;
    margin: 00px 0px 00px 0px;
    padding: 60px 60px;
    background-color: #fff;
    text-align: left;
}


.titulo {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    font-stretch: 100%;
    line-height: 27px;
    font-display: swap;  
}

.titulo-h1 {
    color: #FFB91D;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    font-stretch: 100%;
    line-height: 27px;
    font-display: swap;  
}

.barra-titulo-1 {
    color: #333;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    font-stretch: 100%;
    line-height: 21px;
    font-display: swap;  
}
.barra-titulo-2 {
    color: #FFB91D;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    font-stretch: 100%;
    line-height: 21px;
    font-display: swap;  
}

.barra-titulo-pagina {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 66px;
    font-stretch: 100%;
    line-height: 21px;
    font-display: swap;  

}


@media only screen and (max-width:570px) {
    
    .tabela-titulo-pagina {
        display: none;
        visibility: hidden;
        
    }
    .tabela-conteudo {
        width: 98%;
        height:0x;
        float: none;
        margin: 0px 0px 0px 0px;
        padding: 10px 10px;
        background-color: #fff;
        text-align: left;
    }

    iframe {
        width: 100%;
        height: 356px;
      }
}

@media only screen and (min-width: 1280px) {
       
    main {
        margin-top: 20px;
        margin-right: 310px;
        margin-bottom: 20px;
        margin-left: 310px;
    }
}