html, body, div, span {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/***
 * Color scheme
 * #D8E0E7
 * #D8DFE2
 * #71ADB5
 * #176D81
 * #0D3446
 */

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

#fundo {
    position: fixed;
    background: url(../img/calculus-green.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    opacity: .97;
    filter: blur(5px);
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0px;
    left: 0px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#topo {
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 90px;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    background-color: #176d81cf;
    top: 0px;
    left: 0px;
    align-items: center;
}

#topo-logo {
    margin: 15px 30px 15px 5vw;
    position: absolute;
    right:auto;
    align-items: center;
}

#topo-logo img {
    height: 60px;
}

#topo-conteudo {
    position: relative;
    z-index: 100;
    top: 30px;
    bottom: 0px;
    font-size: 25px;
}

nav {
    position: absolute;
    right: 100px;
}

nav a  {
    position: relative;
    display: inline-block;
    margin: 0px 0px;
    padding: 0px 10px 0px 10px;
    outline: none;
    font-weight: 900;
}

#onepage {
    width: 100vw;
    height: calc(100vh - 90px);
    position: relative;
    top: 90px;
    left: -10px;
}

#home {
    height: 100vh;
    width: 100vw;
}

#home iframe {
    width: 40vw;
    height: 50vh;
    padding: 10px;
    border: 2px dashed white;
    margin-top: 15vh;
    margin-left: 10vw;
}

#home-conteudo {
    position: absolute;
    top: 35px;
    right: 15px;

    text-align: right;
    color: rgba(255,255,255,1.00);
    font-size: 3vmin;
    font-weight: bolder;

    margin-top: 15vh;
    margin-right: 10vw;
}

t1 {
    font-size: 7vmin;
}

#url-inscricao span {
    display: inline-block;
    margin-top: 10px;
    border: 2px solid white;
    padding: 10px 30px 10px 30px;
}

/*#url-inscricao:hover {
	text-transform: uppercase;
}*/

#modulos {
    background-color: white;
    color: black;
    height: 100vh;
    padding: 30vh 15vw 0vh 15vw;
    text-align: justify;
    align-content: center;
}

#modulos-conteudo {
    padding: 100px 0px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-column-gap: 1px;
}

.modulos-item {
    margin: 0px 0px 0px 0px;
    height: 15vh;
    cursor: pointer;
}

.modulos-item span {
    display: block;
    color: white;
    font-weight: 900;
    font-size: 25px;
    padding-top: 5.5vh;
    text-align: center;
    height: 100%;
    width: 100%;
}

.modulos-item:nth-child(even) {
    background-color: #71ADB5;
}

.modulos-item:nth-child(odd) {
    background-color: #258297;
}

.modulos-item:hover {
    filter: opacity(.6);
}

#sobre {
    color: white;
    font-size: 14pt;
    font-weight: bold;
    padding: 20vh 15vw 0vh 15vw;
    height: 100vh;
    text-align: justify;
    align-content: center;
}

#faq {
    background-color: white;
    font-size: 14pt;
    padding: 30vh 25vw 0vh 15vw;
    height: 100vh;
    text-align: justify;
    align-content: center;    
}

#faq ul {
    width: 100%
}

#faq .question {
    width: 100%;
}

#faq .title {
    font-size: 1.05em;
    font-weight: 900;
}

#rodape {
    margin-bottom: 0px;
    width: 100vw;
    background-color: #176D81;
    padding-top: 20px;
    padding-bottom: 20px;
    bottom: -90px;
}

#rodape-links {
    width: 25vw;
    display: inline-block;
    padding-left: 20vw;
    padding-bottom: 10px;
}

#rodape-endereco{
    width: 25vw;
    display: inline-block;
    padding-right: 20vw;
    padding-bottom: 10px;
}
