@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: "Rubik", sans-serif;
}


a {
    text-decoration: none !important;
}

img {
    max-width: 100%;
}

p {
    margin-bottom: 0 !important;
}

.info {
    background-color: #F2190A;
    padding: 10px;
}

.info .lado-esquerdo {
    padding: 0px 5px;
}

.info .lado-esquerdo a {
    color: #fff;
    margin-left: 10px;
}

.info .lado-esquerdo i {
    padding-right: 10px;
    color: #FFBF00;
}

.info .alinha {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info .menu-item {
    color: #fff;
}

.lado-direito {
    display: flex;
}

.lado-direito .menu-item {
    padding-left: 10px;
    padding-right: 10px;
    border-right: 1px solid white;
}

.logo {
    width: 15%;
}

.conjunto-menu {
    display: flex;
    justify-content: end;
}

header {
    background-color: #fff;
}

header .menu-item {
    color: black !important;
    font-size: 17px;
    font-weight: 500;
    padding-right: 20px !important;

}

.dropdown-menu {
    z-index: 9999 !important;
}

.more {
    background-color: #0F2D87;
    border: none;
    padding: 10px 30px;
    border-radius: 25px;
    color: #fff;
    margin-left: 15px;
}

.more:hover {
    background-color: #FFBF00;
    transition: .5s;
}


.vant {
    display: flex;
    align-items: center;
    padding: 30px;
    border-radius: 10px;
}

.vant i {
    font-size: 80px;
}

.vant h2 {
    font-size: 24px;
    margin-left: 20px;
    color: #0F2D87;
    font-weight: 600;
}

.amarelo {
    background-color: #FFBF00;
}

.amarelo i {
    color: #F2190A;
}

.amarelo-claro {
    background-color: #FFF6D9;
}

.amarelo-claro i {
    color: #F2190A;
}

.azul {
    background-color: #0F2D87;
    color: #fff;
}

.azul h2 {
    color: #fff;
}

.sobrenos {
    margin-top: 50px;
}

.sobrenos .more {
    margin-left: 0px;
}

.sobrenos h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #919191;
}

.sobrenos h2 {
    font-size: 54px;
    color: #0F2D87;
    font-weight: 600;
}

.sobrenos p {
    color: #7a7a7a;
}

.sobrenos img {
    border-radius: 10px 10px 100px 10px;
    height: 500px;
    object-fit: cover;
    width: 100%;
}

.turmas {
    background-color: #F5F5F5;
    padding: 50px;
}

.turmas h3 {
    font-size: 2rem;
    font-weight: 600;
    color: #919191;
}

.turmas h2 {
    font-size: 54px;
    color: #0F2D87;
    font-weight: 600;
}

.card-seg {
    padding: 50px;
    border-radius: 10px 10px 100px 10px;
    height: 300px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.card-seg button {
    background-color: #F2190A;
}

.card-seg h2 {
    font-size: 36px;
}

.card-seg:hover {
    cursor: pointer;
    transform: scale(1.1);
    transition: .5s;

}


.seg-texto{
    text-align: justify;
    padding: 50px;
}


.infantil {
    background: linear-gradient(#fff6d9a9, #fff2c6), url(../img/segmentos/infantil.jpg);
    background-size: cover;
    background-position: center;
}

.anos-iniciais {
    background: linear-gradient(#fff6d9a9, #fff2c6), url(../img/segmentos/anos-iniciais.jpg);
    background-size: cover;
    background-position: center;
}

.anos-finais {
    background: linear-gradient(#fff6d9a9, #fff2c6), url(../img/segmentos/anos-finais.jpg);
    background-size: cover;
    background-position: center;
}

.missao {
    padding: 50px;
    background-color: #0F2D87;
    color: #fff;
}

.missao i {
    font-size: 80px;
}

.missao h2 {
    font-size: 46px;
}

.linha-direita {
    border-right: 3px dashed #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.linha-final {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.contato {
    background-color: #F5F5F5;
    padding: 50px;
}

.contato h4 {
    color: #FFBF00;
    font-size: 2rem;
}

.contato h2 {
    font-size: 40px;
    color: #0F2D87;
    font-weight: 600;
}

.contato p {
    color: #7a7a7a;
}

.contato i {
    font-size: 70px;
    color: #0F2D87;
}

.whats h2 {
    color: #F2190A;
    font-size: 2rem;
}

.whats h3 {
    color: #919191;
    font-weight: 600;
    font-size: 2rem;
}

.agenda input {
    border: #0F2D87 2px solid;
}

.agenda input::placeholder {
    color: #0f2d877c;
}

.agenda select {
    color: #0f2d877c;
    border: #0F2D87 2px solid;
}

.agenda textarea {
    color: #0f2d877c;
    border: #0F2D87 2px solid;
}

.agenda input[type="submit"] {
    background-color: #0F2D87;
    color: #fff;
    border-radius: 10px 20px;
    border: none;
    font-weight: 600;
}

.agenda input[type="submit"]:hover {
    background-color: #F2190A;
    transition: .5s;
}

footer {
    background-color: #FFBF00;
    padding: 100px;
}

footer h2 {
    color: #0F2D87;
    font-size: 2rem;
    font-weight: bold;
}

footer a {
    color: #3f3f3f;
    font-weight: bold;
    font-size: 18px;
}

footer a:hover {
    color: #F2190A;
    transition: .5s;
}

.social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.redes-sociais {
    margin-top: 50px;
    padding: 10px;
}

.social a {
    background-color: #0F2D87;
    padding: 20px;
    border-radius: 50%;
    color: #fff !important;
}

.colegio {
    padding-left: 50px !important;
}

.roda-contato i {
    color: #F2190A;
    margin-right: 15px;
}

.copy {
    background-color: #F2190A;
    color: #fff;
    padding: 5px;
}

.copy a {
    color: #fff;
    font-weight: bold;
}