/* Sub-Menu*/
.submenu {
    margin-top: 110px;
    background-color: #f7f7f7;
    height: 50px;
}

.submenus {
    padding-top: 10px;
}

.submenus a {
    color: #333333;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus a:hover {
    color: #1b1b1b;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus span {
    color: #a2a2a2;
    font-size: 0.8em;
    text-decoration: none;
}

.submenus .fa-angle-double-right {
    color: #929292;
    font-size: 0.7em;
    padding-top: 10px;
}

/* Contatos */
.contatos {
    margin-top: 30px;

}

.telefones {
    background-color: #fff;
    height: 400px;
    width: 100%;
}

.telefones h3 {
    color: #18546d;
    padding: 30px 0px 20px 45px;
}

.telefones p {
    padding-left: 45px;

}

.telefones a {
    text-decoration: none;
    color: #000;
}

.telefones a:hover {
    text-decoration: none;
    color: #000;
}

.telefones .fa-whatsapp {
    font-size: 1.2em;
    color: #338ea0;
}

.telefones .fas {
    font-size: 1.1em;
    color: #338ea0;
}

.telefones .far {
    font-size: 1.1em;
    color: #338ea0;
}

.col-lg-7 {
    margin-top: 50px;
}

/* Notícias */
.noticias {
    margin-top: 50px;
}

.informacao .sub_titulo_new {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
}

.informacao h3 {
    color: #338ea0;
    font-weight: bold;
}

.informacao span {
    color: #a2a2a2;
    font-size: .8em;
}

.informacao img {
    width: 100%;
    margin-top: 10px;
}

.informacao p {
    margin-top: 20px;
    font-size: 1.1em;
}

.informacao video {
    margin-top: 20px;
    
}

/* Publicidade */
.pub {
    background-color: #227599;
    height: 200px;
    /*  border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

.pub img {
    padding-top: 40px;
    padding-left: 20px;
    width: 60px;
}

.pub p {
    color: #fff;
    padding: 10px 0px 0px 15px;
    font-weight: 600;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 1.1em;
}

.pub a {
    margin-left: 15px;
    padding: 8px;
    border-radius: 8px;
    background-color: #6ab8d9;
    color: #fff;
}

.pub a:hover {
    color: #fff;
    background-color: #5192ae;
    text-decoration: none;
}

.aulas {
    margin-top: 40px;
    height: 450px;
    background-color: #ebf1f5;
    border: 2px solid #338ea0;
    /*  border-top-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

.aulas h4 {
    padding-top: 40px;
    padding-left: 15px;
    color: #258598;
    font-weight: 700;
}

.aulas p {
    padding: 15px;
    font-size: .9em;
}

.aulas span {
    padding-left: 25px;
    font-size: 1.1em;
    font-weight: 600;
    line-height: 50px;
    color: #898989;
}

.aulas .fas {
    font-size: .6em;
    color: #6ab8d9;
}

 /*  Galeria - Slide */
.gg-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
     /* grid-auto-rows: 200px; */
    grid-gap: 8px; 
}

.gg-element img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
}

.gg-element img:hover {
    opacity: 0.98;
}

#gg-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(25, 26, 27, 0.85);
    z-index: 9999;
    text-align: center;
}

#gg-screen .gg-image {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

#gg-screen .gg-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}

.gg-bt {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.498);
    color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-left: 2px;
}

.gg-bt:hover {
    background: rgba(78, 78, 78, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.5);
}

.gg-close {
    position: fixed;
    top: 0.5em;
    background: #fff;
}

.gg-close, .gg-nxt {
    right: 0.5em;
}

.gg-prev {
    left: 0.5em;
}

.gg-prev, .gg-nxt {
    position: fixed;
    bottom: 50%;
}


/* Responsive Tela Smartphone */
@media screen and (max-width: 768px) {

    /* Sub-Menu*/
    .submenu {
        margin-top: 99px;
        background-color: #f7f7f7;
        height: 50px;
    }

    /* Notícias */
    .noticias {
        margin-top: 50px;
    }

    .informacao .sub_titulo_new {
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 1.2em;
    }

    .informacao h3 {
        color: #338ea0;
        font-weight: bold;
        font-size: 1.5em;
        margin-top: -25px;
    }

    .informacao span {
        color: #a2a2a2;
        font-size: .8em;
    }

    .informacao img {
        width: 100%;
        margin-top: 10px;
    }

    .informacao p {
        margin-top: 20px;
        font-size: 1em;
    }

    /* Publicidade */
    .pub {
        margin-top: 40px;
        background-color: #227599;
        height: 200px;
        border-radius: 20px;
    }

    .pub img {
        padding-top: 40px;
        padding-left: 50px;
        width: 100px;
    }

    .pub p {
        color: #fff;
        padding: 10px 0px 0px 50px;
        font-weight: 600;
        font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        font-size: 1.1em;
    }

    .pub a {
        margin-left: 50px;
        padding: 8px;
        border-radius: 8px;
        background-color: #6ab8d9;
        color: #fff;
    }

    .pub a:hover {
        color: #fff;
        background-color: #5192ae;
        text-decoration: none;
    }

    .aulas {
        margin-top: 70px;
        height: 360px;
        background-color: #ebf1f5;
        border: 2px solid #338ea0;
        border-radius: 20px;
    }

    .aulas h4 {
        padding-top: 40px;
        padding-left: 15px;
        color: #258598;
        font-weight: 700;
    }

    .aulas p {
        padding: 15px;
        font-size: .9em;
    }

    .aulas span {
        padding-left: 35px;
        font-size: 1em;
        font-weight: 600;
        line-height: 50px;
        color: #6d6d6d;
    }

    .aulas .fas {
        font-size: .6em;
        color: #6ab8d9;
    }

    /* Galeria - Slide */
    .gg-box {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        grid-auto-rows: 150px;
        grid-gap: 6px;
    }
}

@media (min-width:478px) {
    .gg-element:nth-child(3n+0) {
        grid-row-end: span 2;
    }
}

@media(max-width: 450px) {
    .gg-box {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
        grid-auto-rows: 100px;
        grid-gap: 4px;
    }
}