html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline;
}
html {
margin-right: 0 !important;
}
a:focus {
outline: none;
}
:focus-visible {
outline: none;
} article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
img {
display: block;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
a {
text-decoration: none;
}
.clear {
clear: both;
}
iframe {
display: block;
}
body {
font-family: "Space Grotesk", serif;
margin: 0 !important;
background-color: #fcf4e7;
}
:root {
--marinho: #002449;
--azul: #3B90E4;
--roxo: #2D3047;
--verde: #43C4C9;
--branco: #ffffff;
--preto: #000000;
--transicao: .3s ease-in-out;
}
html::-webkit-scrollbar-track {
background: rgb(255 255 255);
}
html::-webkit-scrollbar-thumb {
background-color: #002449;
border-radius: 20px;
border: 3px solid rgb(255 255 255);
}
html::-webkit-scrollbar {
width: 12px;
height: 10px;
}
::-webkit-scrollbar-track {
background: #ffffff;
}
::-webkit-scrollbar-thumb {
background-color: #002449;
border-radius: 20px;
border: 2px solid #ffffff;
}
::-webkit-scrollbar {
width: 12px;
height: 10px;
}
.container {
width: 90%;
max-width: 1400px;
margin: 0 auto;
position: relative;
z-index: 1;
}
.block {
display: block;
}
#primary {
overflow-x: hidden;
} #masthead {
display: none !important;
}
#colophon .container {
align-items: center;
display: flex;
flex-direction: row;
justify-content: center;
max-width: 100%;
width: 75.1%;
}
#colophon {
background-color: #0A2A5C;
padding: 25px 0;
display: flex;
align-items: center;
justify-content: center;
}
#cabecalho {
padding: 16px 0;
}
#cabecalho .container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
}
#cabecalho a {
font-weight: 500;
font-size: 14px;
line-height: 15.75px;
letter-spacing: 0.01em;
color: var(--preto);
transition: var(--transicao);
-webkit-transition: var(--transicao);
-moz-transition: var(--transicao);
-ms-transition: var(--transicao);
-o-transition: var(--transicao);
padding: 5px 10px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
border: 2px solid transparent;
margin: 0 10px;
}
#cabecalho a:hover {
color: var(--azul);
border: 2px solid #3B90E4;
text-decoration: underline;
}
#conteudo .titulo {
font-weight: 500;
font-size: 35px;
line-height: 37px;
letter-spacing: 0.01em;
text-align: center;
color: #0A2A5C;
margin-bottom: 20px;
}
#conteudo .texto {
font-weight: 400;
font-size: 18px;
line-height: 24px;
text-align: center;
color: #2D2D2D;
margin: 0 auto 20px;
max-width: 1059px;
}
#conteudo .boxes {
display: flex;
justify-content: space-between;
gap: 32px;
margin: 60px 0;
}
#conteudo .box {
width: 50%;
border-radius: 60px;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
-ms-border-radius: 60px;
-o-border-radius: 60px;
overflow: hidden;
}
#conteudo .box .titulo,
#conteudo .box .texto {
color: #fff;
}
#conteudo .box img {
width: 100%;
height: auto;
}
#conteudo .box.sena {
background-color: #0A2A5C;
}
#conteudo .box.doce {
background-color: #2E7D32;
}
#conteudo .box .content {
padding: 30px 45px;
display: flex;
flex-direction: column;
align-items: center;
}
#conteudo .box .menu {
width: 192px;
height: 45px;
border-radius: 33px;
-webkit-border-radius: 33px;
-moz-border-radius: 33px;
-ms-border-radius: 33px;
-o-border-radius: 33px;
color: #fff;
font-size: 18px;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
margin-top: 20px;
transition: .3s ease-in-out;
-webkit-transition: .3s ease-in-out;
-moz-transition: .3s ease-in-out;
-ms-transition: .3s ease-in-out;
-o-transition: .3s ease-in-out;
}
#conteudo .box.sena .menu {
background-color: #4D86E0;
}
#conteudo .box.sena .menu:hover {
background-color: #ffffff;
color: #4D86E0;
}
#conteudo .box.doce .menu {
background-color: #F9A825;
}
#conteudo .box.doce .menu:hover {
background-color: #ffffff;
color: #F9A825;
}
#conteudo .logo {
display: block;
width: 33.646vw;
height: auto;
margin: 100px auto;
}
.site-main {
position: relative;
}
.site-main::before {
content: '';
display: block;
height: 20.417vw;
width: 10.781vw;
background-image: url(//riverplanet.org/wp-content/themes/riverplanet/assets/images/nova-home-bg-01.webp);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
right: 0;
top: 0;
}
.site-main::after {
content: '';
display: block;
height: 30vw;
width: 13.385vw;
background-image: url(//riverplanet.org/wp-content/themes/riverplanet/assets/images/nova-home-bg-02.webp);
background-repeat: no-repeat;
background-size: cover;
position: absolute;
left: 0;
bottom: 0;
}
@media screen and (max-width: 1440px) {
#conteudo .titulo {
font-size: 28px;
line-height: 32px;
}
#conteudo .texto {
font-size: 16px;
line-height: 22px;
}
#conteudo .box .menu {
font-size: 16px;
width: 178px;
height: 42px;
}
#conteudo .logo {
margin: 70px auto;
}
}
@media screen and (max-width: 1024px) {
#conteudo .boxes {
flex-direction: column;
align-items: center;
}
#conteudo .box {
width: 100%;
max-width: 578px;
}
}
@media screen and (max-width: 500px) {
#conteudo .logo {
width: 55.646vw;
}
#cabecalho a {
font-size: 12px;
letter-spacing: 0;
margin: 0 0 0 10px;
}
#cabecalho .nav {
display: flex;
flex-direction: column;
align-items: flex-start;
}
}