@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 p{
    text-align: justify;
}

.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;
}

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

.porque{
    background-color: #e9e9e9;
}

.porque h2{
    color: #002a5e;
}

.porque h4{
    color: rgb(105, 105, 105);
}

.pq-vant{
    display: flex;
    align-items: center;
    justify-content: center;
}

.pq-vant i{
    color: #002a5e;
    font-size: 35pt;
}

.series{
    padding: 50px;
}

.series h2{
    color: #002a5e;
}

.box-series{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 25px;
}

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

.serie-texto{
    background: linear-gradient(180deg, rgba(0,46,93,0.0) 0%, rgba(0,46,93,0.6699054621848739) 21%, rgba(0,46,93,1) 67%);;
    width: 100%;
    padding: 15px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    border-radius: 0px 0px 25px 25px;
    font-family: "Raleway", sans-serif !important;
    display: flex;
    align-items: center;
}

.serie-texto h3{
    font-family: "Raleway", sans-serif;
    font-weight: bold;
    font-size: 25pt;
}

.serie-texto h4{
    font-family: "Raleway", sans-serif;
    color: #d2a200;
}

.serie-texto i{
    background-color: #fff;
    color: #002a5e;
    padding: 25px;
    font-size: 30pt;
    border-radius: 50%;
}

.serie-texto .info{
    padding: 15px;
}

/*--------------------------------------*/

.modal-content{
    border: none !important;
    border-radius: 25px !important;
    padding: 20px !important;
    box-shadow: 5px 5px 10px #00000056;
}

.btn-estilo{
    background-color: #002a5e;
    width: 200px;
    border: none;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 20pt;
    border-radius: 50px;
}

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