:root {
    --green-bg: #50DCD5;
    --white-bg: #f5f5f5;
    --text-color-dark: #333;
    --hover-menu: #d7d7d7;
    --text-color-light: #fff;
    --link-color: rgb(49, 171, 114);
    --link-color-hover: rgb(171, 49, 114);
    --gradient-dark: linear-gradient(0deg, rgb(0, 61, 3) 10%, rgb(29, 54, 43) 47%, rgb(0, 92, 38) 94%);
    --text-color-soft: #999;
}

* {
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 12pt;
    border-collapse: collapse;
    line-height: 1;
    list-style: none;
    text-decoration: none;
}

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,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
h1, h2{
    font-weight: 900;
}
h2{
    font-weight: 900;
    font-size: 18pt;
    text-align: center;
}
h1{
    font-weight: 900;
    font-size: 34pt;
    text-align: center;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    gap: 20px;
}
body{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
}
img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nav-top{
    background-color: var(--white-bg);
    height: 35px;
    display: flex;
    justify-content: space-between;
    padding: 0 60px;
}
.content{
    max-width: 80%;
}
.nav-principal, .content{
    background-color: var(--green-bg);
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.content{
    max-width: 1200px;
    margin: auto;
}
section{
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: max-content;
}
section .logo-group{
    height: 100%;
    width: max-content;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 15px;
}
section .logo-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section .logo-text h1{
    font-size: 23pt;
    font-family: 'Trebuchet MS', sans-serif;
    color: var(--text-color-light);
}
section .logo-text p{
    font-size: 22pt;
    color: #5A774E;
    line-height: 0.8;
}
section img{
    width: 90px;
}
.nav-menu{
}
.btn{
    padding: 10px 20px;
    background-color: var(--hover-menu);
    border: none;
    width: max-content;
    cursor: pointer;
    text-transform: uppercase;
}
.btn-menu{
    background-color: transparent;
    color: var(--text-color-light);
}
.content-all{
    width: 100%;
    position: relative;
}
.page-cover{
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.page-cover .cover-title{
    /* display: flex; */
    width: 70%;
    margin: auto;
}
.cover-title{
    height: 100%;
    position: absolute;
    top: 0;
}
.cover-title img{
   object-position: center;
   object-fit: contain;
}
.service-card{
    background-color: transparent;
    display: flex;
    flex-direction: row;
    height: 100%;
}
.card-about{
    background-color: var(--green-bg);
    height: 400px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--text-color-light);
}
.card-about h3{
   text-align: center;
   line-height: 1.5;
   font-size: 20pt;
   font-weight: 900;
}
.card-about p{
   text-align: center;
   line-height: 1.5;
   font-size: 14pt;
}
.card-about:nth-child(1){
    background-color: #ED3335;
}
.card-about:nth-child(2){
    background-color: #7AD9D5;
}
.card-about:nth-child(3){
    background-color: #FFD223;
}
.titulo-card{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}
.titulo-card i{
    width: max-content;
}
.titulo-card h3{
    width: max-content;
}

.activity-group{
    /* height: 550px; */
    background-color: var(--green-bg);
    background-image: url(./../img/fundo.png);
    background-size: cover;
    background-position-y: center;
    color: var(--text-color-light);
}
.activity-group h1{
    text-align: center;
    font-size: 34pt;
    padding: 30px;
}
.activity-group img{
    object-fit: contain;
    width: 100%;
}
.activity-content{
    width: 1024px;
    height: 100%;
    display: flex;
    flex-direction: row;
    padding: 50px;
    gap: 5px;
}
.activity-card{
    height: 380px;
    background-color: #7AD9D5;
    box-shadow: #63a3a0 3px 0px 4px 1px;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.activity-card img{
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.activity-card h2{
    color: var(--text-color-dark);
}
.activity-card:nth-child(3), .activity-card:nth-child(1){
    margin-top: 70px;
    background-color: #FFD223;
}
.teachers-group{
    padding: 40px;
    color: var(--green-bg);
}
.teachers-cards{
    display: flex;
    flex-direction: row;
    gap: 30px;
    max-width: 1024px;
    margin: auto;
    margin-top: 40px;
}
.card-content{
 max-height: 380px;
 position: relative;
 margin: auto;
}
.card-content img{
 object-position: top;
 height: 375px;
}
.info-teacher{
    position: absolute;
    bottom: 0;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: var(--white-bg);
}
.info-teacher h2, .info-parents h2{
    color: var(--text-color-dark);
}
.info-teacher p, .info-parents p{
    color: var(--text-color-soft);
    margin-top: 12px;
}
.btn-group{
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-link{
    background-color: var(--green-bg);
    color: var(--white-bg);
    border-radius: 20px;
}
.card-parent{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.card-parent img{
    width: 150px;
    height: 150px;
}
.parent-cards{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
}
.info-parents{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.news-cards{
    width: 100%;
    display: flex;
    gap: 25px;
    justify-content: flex-start;
    overflow: auto;
    margin-top: 50px;
}
.noticias{
    width: 280px;
    /* height: 200px; */
}
.noticias img{
    width: 280px;
    height: 200px;
}
.info-noticias h2{
color: var(--text-color-dark);
}
.info-noticias{
    color: var(--text-color-soft);
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}
.gallery img {
    width: 300px;
    height:300px;
    margin: 10px;
    cursor: pointer;
}
.modal {
    width: 100%;
    position: fixed;
    top: 0;
    display: none;
}
.modal-content {
    max-width: 80%;
    max-height: 80%;
    position: relative;
}
.modal-content img{
    object-fit: contain;
}
.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    color: var(--text-color-dark);
    width: max-content;
    font-size: 34px;
}
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: var(--hover-menu);
    cursor: pointer;
    width: max-content;
}
.prev:hover, .next:hover {
    color: var(--link-color-hover);
}
.prev {
    left: 10px;
}
.next {
    right: 10px;
}
.show-menu, .close-menu{
    display: none;
    width: 50px;
    height: 50px;
    padding: 7px;
    margin-right: 10px;
    font-size: 24pt !important;
}
.close-menu{
    display: none;
}

/* Estilos para a impressão */
@media print {
    body {
        font-family: 'Montserrat', sans-serif;
        background-color: #fff;
    }

    thead {
        background: #000;
    }

    .noPrint {
        display: none;
    }
}


@media screen and (max-width: 1180px) {
    .btn-menu{font-size: 10pt;}
    section .logo-text h1, section .logo-text p{
        font-size: 18pt;
    }
    section .logo-text p{
        font-size: 14pt;
    }
 }
@media screen and (max-width: 1024px) {
    .nav-menu{
        display: none;
        flex-direction: column;
        width: 80%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: var(--green-bg);
        z-index: 1;
    }
    .show-menu{
        display: block;
    }
    .activity-content{
        width: 900px;
        margin: auto;
    }
    .activity-card{
        height: 280px;
    }
 }
@media screen and (max-width: 900px) {
    .activity-content{
        width: 768px;
    }
    .teachers-group{
        flex-direction: column;
    }
    .parent-cards{
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 768px) {
    .activity-content{
        width: 100%;
        flex-direction: column;
    }
    .activity-card:nth-child(3), .activity-card:nth-child(1){
        margin-top: 0;
    }
    .service-card {
        flex-direction: column;
        max-width: 480px;
    }
    .teachers-cards{
        flex-direction: column;
    }
    .teachers-cards .card-content{
        width: 100%;
        max-height: inherit;
        max-width: 480px;
    }
    .card-content img{
        height: 100%;
    }
    .gallery img{
        width: 200px;
        height: 200px;
    }
    .teachers-group {
        padding: 20px;
    }
    .teachers-group h1{
        font-size: 25pt;
    }
 }
@media screen and (max-width: 480px) {
    
    .teachers-cards .card-content{
        width: 100%;
        max-height: inherit;
        max-width: 100%;
    }
    .card-parent{
        display: flex;
        flex-direction: column;
    }
    .card-parent img{
        width: 100%;
        height: max-content;
    }
    .gallery img{
        width: 100%;
        height: auto;
    }
 }