@font-face {
    font-family: Quattrocento;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/quattrocento/v17/OZpEg_xvsDZQL_LKIF7q4jPHxA.ttf) format('truetype');
}

body {
    font-family: Quattrocento, serif;
    z-index: 1;
    font-size: normal;
    word-wrap: break-word !important;
    vertical-align: middle;
    background: #fff;
    text-decoration: none;
    color: #091744;
    overflow-x: hidden;
    max-width: 100%;
    text-align: center;
}

body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    background-repeat: no-repeat;
    padding: 5px 5px;
    background-size: 18%;
}

@media only screen and (min-width: 600px) {
    body {
        background-size: 110px;
        background-repeat: no-repeat;
    }
}

.container {
    max-width: 1100px;
    margin: auto;
}

.row {
    float: left;
    width: 100%;
}

.col-0,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-13 {
    float: left;
    margin: 0 1% 20px 0px;
    min-height: 7vh;
}

.col-0 {
    width: 42%;
}

.col-1 {
    width: 23%;
}

.col-2 {
    width: 32.66%;
}

.col-3 {
    width: 49.5%;
}

.col-4 {
    width: 66.3%;
}

.col-5 {
    width: 76%;
}

.col-6 {
    width: 100%;
}

.col-7 {
    width: 48%;
}

.col-8 {
    width: 30%;
}

.col-9 {
    width: 20%;
}

.col-10 {
    width: 24%;
}

.col-11 {
    width: 52%;
}

.col-12 {
    width: 21%;
}

.col-13 {
    width: 56.96%;
}

div.row > div:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 600px) {
    .col-0,
    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-10,
    .col-11,
    .col-12,
    .col-13 {
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

.img {
    max-width: 96%;
}

hr {
    border-style: solid;
    margin-top: 6px;
    width: 100%;
    margin-bottom: -50px;
    border-color: #E84022;
    border-width: 1px 0 0 0;
    border-radius: 30px;
    height: 60px;
}

h1,
h2,
h3,
h4,
p,
.tit1,
.tit2 {
    font-weight: normal;
    text-align: center;
    font-size: clamp(var(--min), var(--val), var(--max));
}

h1 {
    --min: 1.5em;
    --val: 4vw;
    --max: 2.6em;
    color: #091744;
    margin-top: 6px;
    margin-bottom: 0;
}

h2 {
    --min: 1.1em;
    --val: 4vw;
    --max: 2.1em;
    margin-top: 0;
    margin-left: 20px;
    color: #C4191C;
    text-align: left;
}

h3 {
    --min: 1.2em;
    --val: 4vw;
    --max: 1.6em;
    margin-bottom: 15px;
    color: #091744;
    margin-top: 18px;
}

h4 {
    --min: 0.9em;
    --val: 3vw;
    --max: 1.3em;
    margin-top: 19px;
    margin-left: 9px;
    color: #C4191C;
    margin-bottom: 20px;
}

h5 {
    font-size: 19px;
    margin-left: 5px;
    margin-bottom: 3px;
    margin-top: 6px;
    color: #C4191C;
    text-align: left;
}

p {
    --min: 1em;
    --val: 2vw;
    --max: 1.4em;
    color: #000;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1.3;
    padding: 0 10px 0 3px;
    margin-top: 16px;
    margin-bottom: 0;
}

a {
    text-decoration: none;
    border: 0;
    border-radius: 7px;
    color: #091744;
}

a:hover {
    color: #fff;
    background: #C4191C;
}

.but {
    display: inline-block;
    font-family: Quattrocento;
    font-size: calc(16px + (35 - 16) * ((100vw - 300px)/ (2300 - 300)));
    text-align: center;
    color: #142f90;
    padding: 9px 9px 9px 9px;
    color: #fff;
    border: 0;
    background-color: #091744;
    text-decoration: none;
    border-radius: 7px;
    max-width: 100%;
    cursor: pointer;
    margin-top: 6px;
    margin-bottom: 15px;
}

.but:hover {
    background-color: #C4191C;
}

span.ico {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin-top: 20px;
}

.ico {
    background: url(images/icos1.png) no-repeat;
    background-size: 100%;
}

.ico-fb {
    background-position: 0 25.022893%;
}

.ico-ig {
    background-position: 0 32.996116%;
}

.ico-rd {
    background-position: 0 41.009339%;
}

.ico-el {
    background-position: 0 48.992562%;
}

.ico-wa {
    background-position: 0 56.985785%;
}

.ico-pt {
    background-position: 0 64.982111%;
}

.ico-yt {
    background-position: 0 72.969999%;
}

.ico-tk {
    background-position: 0 80.980785%;
}

.ico-arw {
    cursor: pointer;
    margin-bottom: 20px;
    background-position: 0 91.339999%;
}

.ico-pdf {
    cursor: pointer;
    background-position: 0 99.559999%;
}

footer {
    font-size: 13px;
    padding: 5px 5px 5px 5px;
    margin-top: 20px;
    left: 0;
    margin-bottom: 0;
    position: relative;
    right: 0;
    text-align: center;
    text-decoration: none;
}

.toggle,
[id^=drop] {
    display: none;
}

nav {
    margin-top: -7px;
    padding: 0;
    vertical-align: middle;
    margin-left: 24%;
}

nav:after {
    display: none;
    content: "";
    display: table;
    clear: both;
}

nav ul {
    float: left;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 1;
    background-color: #fff;
}

nav ul li {
    margin: 0;
    display: inline-block;
    float: left;
    background-color: #fff;
    z-index: 1;
}

nav a {
    display: block;
    padding: 6px 9px;
    color: #091744;
    font-size: 21px;
    padding-top: 10px;
    line-height: 19px;
    text-decoration: none;
    margin-bottom: 1px;
    text-align: center;
}

nav ul li ul li:hover {
    background: #091744;
    border-radius: 7px;
}

nav a:hover {
    color: #fff;
    background-color: #C4191C;
    border-radius: 7px;
}

nav ul ul {
    display: none;
    position: absolute;
    top: 36px;
}

nav ul li:hover > ul {
    display: inherit;
}

nav ul ul li {
    width: 320px;
    float: none;
    display: list-item;
    position: relative;
}

nav ul ul ul li {
    position: relative;
    left: 50%;
    word-spacing: -.3mm;
}

li > a:after {
    content: ' ▼ ';
    font-size: 11px;
}

li > a:only-child:after {
    content: '';
}

@media all and (max-width: 1024px) {
    #logo {
        display: block;
        float: right;
        margin-right: 20px;
        width: 90px;
        position: relative;
        margin-top: -15px;
        line-height: 25px;
    }
    
    
    nav {
        margin: 0;
        margin-top: 17px;
    }
    
    .menu,
    .toggle + a,
    .menu {
        display: none;
        margin-top: 20px;
        margin-left: 20%;
    }
    
    .toggle {
        cursor: pointer;
        display: block;
        background-color: #fff;
        padding: 18px 28px;
        color: #091744;
        font-size: 21px;
        font-weight: 700;
        text-decoration: none;
        border: none;
    }
    
    .toggle:hover {
        color: #C4191C;
    }
    
    [id^=drop]:checked + ul {
        display: block;
    }
    
    nav ul li {
        display: block;
        width: 100%;
    }
    
    nav ul ul .toggle,
    nav ul ul a {
        padding: 0;
    }
    
    nav ul ul ul a {
        padding: 0;
    }
    
    nav a:hover,
    nav ul ul ul a {
        color: #fff;
        background: #C4191C;
    }
    
    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        width: 100%;
        padding: 9px 5px 6px 5px;
        vertical-align: middle;
        background-color: #091744;
        color: #fff;
        font-size: 21px;
        font-weight: 400;
        line-height: 19px;
    }
    
    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #091744;
        border-radius: 7px;
    }
    
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
    }
    
    nav ul li:hover > ul,
    nav ul ul li:hover > ul {
        display: none;
    }
    
    nav ul ul li {
        display: block;
        width: 100%;
    }
    
    nav ul ul ul li {
        position: static;
    }
}

@media all and (max-width: 370px) {
    nav ul li {
        display: block;
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

.column {
    background-color: #fff;
    font-size: 21px;
    float: left;
    width: 50%;
    padding: 1px;
    display: block;
}

.tela:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 800px) {
    .column {
        width: 100%;
    }
}

.ul2 {
    padding: 2px;
    margin-top: 0px;
    border: 1px solid #091744;
    border-top: none;
    border-radius: 9px;
    right: -40px;
}

.ul3 {
    padding: 2px;
    margin-top: 0px;
    border: 1px solid #091744;
    border-top: none;
    border-radius: 9px;
    right: -90px;
}

.ul4 {
    padding: 2px;
    margin-top: 0px;
    border: 1px solid #091744;
    border-top: none;
    border-radius: 9px;
    right: 0px;
}

.tit1 {
    --min: 1.5em;
    --val: 3vw;
    --max: 2.4em;
    font-weight: strong;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 9px;
    color: #091744;
    text-shadow: 3px 3px 3px #ababab;
}

.tit2 {
    --min: 1.3em;
    --val: 3vw;
    --max: 2em;
    margin-top: 0;
    line-height: 21px;
    margin-bottom: 9px;
    color: #c4191c;
}

.blb {
    text-align: center;
    display: inline-block;
    font-size: calc(14px + (35 - 16) * ((100vw - 300px)/ (2300 - 300)));
}

.carrossel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 10px;
    padding: 10px;
    box-sizing: border-box;
    scroll-behavior: smooth;
    margin-right: 9px;
}

.carrossel::-webkit-scrollbar {
    display: none;
}

.carrossel a {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 90vw;
    max-width: 300px;
    text-decoration: none;
}

.carrossel img {
    width: 100%;
    height: auto;
    border-radius: 9px;
    object-fit: cover;
    display: block;
}

.livro {
    flex: 0 0 auto;
    max-width: 26vw;
    max-height: 79vh;
    transition: transform 0.3s;
}

.livro img {
    max-width: 26vw;
    max-height: 39vh;
    object-fit: cover;
    border-radius: 9px 0 0 9px;
    box-shadow: 2px 2px 9px #999;
    border: 1px solid rgba(0,0,0,.15);
}

.alivro {
    flex: 0 0 auto;
    max-width: 96vw;
    max-height: 96vh;
    transition: transform 0.3s;
}

.alivro img {
    max-width: 96vw;
    max-height: 96vh;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 2px 2px 9px #999;
    border: 1px solid rgba(0,0,0,.15);
}

.cursos {
    flex: 0 0 auto;
    max-width: 66vw;
    max-height: 32vh;
    transition: transform 0.3s;
}

.cursos img {
    max-width: 66vw;
    max-height: 32vh;
    object-fit: cover;
    border-radius: 9px;
    box-shadow: 2px 2px 9px #999;
    border: 1px solid rgba(0,0,0,.15);
}

@media (min-width: 768px) {
    .carrossel a {
        width: 350px;
    }
}

@media (min-width: 1024px) {
    .carrossel a {
        width: 400px;
    }
}

.carrossel.active {
    cursor: grabbing;
}

*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

main {
    width: 100%;
    height: 100vh;
    padding: 0px;
    margin: 0 auto;
}

section {
    display: none;
    padding: 10px 0 0;
    border-top: 1px solid #091744;
}

#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4 {
    display: block;
}

@media screen and (max-width: 650px) {
    label {
        font-size: 21px;
    }
    
    label:before {
        margin: 0;
    }
}



.mld {
    background: #fff;
    color: #091744;
    border-radius: 9px 9px 9px 9px;
    border: 1px solid #091744;
    border-top: 1px solid #091744;
    border-bottom: 1px solid #091744;
}


label
{
    font-size: clamp(var(--min), var(--val), var(--max));
}


form > div
{
    text-align: left !important;
}

.row
{
    margin-left: 0;
}