@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.menu-fixo{
    display: block !important;
}

.cabecalho{
   
    background: linear-gradient(#002a5ecc, rgba(0, 42, 94, 0.8)), url(../img/Infantil.png);
    background-position: center;
    background-size: cover;
    padding: 150px;
    padding-top: 300px !important;
}

.cabecalho h2{
    color: #fff;
    font-weight: bold;
    font-size: 40pt;
    text-shadow: 0px 2px #000;
}

.sobre{
    padding-top: 150px;
    background-image: url(../img/fundo-2.png);
    background-size: cover;
    background-color: #eeeeee;
    color: gray;
}

.sobre h2{
    color: #002a5e;
    font-weight: bold;
    font-size: 30pt;
}



.sobre img{
    border-radius: 50px;
}

span{
    color: gray;
    font-weight: bold;
}

.agenda{
    background-color: #002a5e;
    color: #fff;
    padding: 15px;
    margin-top: 20px;
    border: none;
    font-weight: bold;
    border-radius: 25px;
}

.agenda:hover{
    background-color: #d2a200;
    transition: .5s;
}

.aprende{
    padding: 50px;
    color: gray;
}

.aprende h2{
    font-weight: bold;
    color: #002a5e;
}

.aprende h3{
    color: #fff;
    font-weight: bold;
}

.espacinho{
    padding: 50px;
}

.box-infantil{
    position: relative;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.384);
    border-radius: 25px;
}

.box-infantil img{
    border-radius: 25px;
}

.box-texto{
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg, rgba(0,46,93,0.0) 0%, rgba(0,46,93,0.6699054621848739) 21%, rgba(0,46,93,1) 67%);
    padding: 50px;
    border-radius: 25px;
}

.pastorais{
    background-color: #e9e9e9;
    padding: 50px;
}

.pastorais h2{
    color: #002a5e;
    font-weight: bold;
}

.card-colegio{
    position: relative;
}

.card-colegio img{
    border-radius:  25px;
    box-shadow: 0px 5px 5px #0000001e;
}

.texto-colegio{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    padding: 10px;
    border-radius: 0px 0px 25px 25px;
}

.texto-colegio h5{
    color: #fff;
    font-weight: bold;
}

.texto-colegio p{
    color: #fff;
}

.pedagogicas{
    padding: 50px;
}

.pedagogicas h2{
    color: #002a5e;
    font-weight: bold;
}

.box-peda{
    position: relative;
}

.box-peda img{
    border-radius: 25px;
}

.texto-peda{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.9));
    border-radius: 0px 0px 25px 25px;
    color: #fff;
}

.texto-peda h3{
    color: #fff;
    font-weight: bold;
}

.informatica{
    padding: 50px;
    background-color: #e9e9e9;
}

.informatica h2{
    color: #002a5e;
    font-weight: bold;
}

.extras{
    padding: 50px;
}
.extras h2{
    color: #002a5e;
    font-weight: bold;
}

.box-extra{
    position: relative;
}

.box-extra img{
    border-radius: 25px;
}

.extra-texto{
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,46,93,0.0) 0%, rgba(0,46,93,0.6699054621848739) 21%, rgba(0,46,93,1) 67%);
    padding: 20px;
    color: #d2a200;
    border-radius: 0px 0px  25px 25px;
    
}

.parceiros{
    background-color: #e9e9e9;
    padding: 50px;
}

.parceiros h2{
    font-weight: bold;
    color: #002a5e;
}
