@charset "utf-8";
/* CSS Document */

body {
    font-family: "Raleway", sans-serif;
}

body,html {
    height: 100%;
    line-height: 1.5em;
}

h1,h2,h3,h4,h5,h6 {
    line-height: 1.2em;
}

p {
    font-size: 1.2em;
}

a {
    text-decoration: none;
}

iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100% !important;
    min-height: 500px !important;
}

.max-tela {
    max-width: 1200px;
    margin: 0 auto !important;
}

.cursor {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}
.titulo-topo-bg{
    opacity: 0.9;
    display: block;
    padding: 10px;
}