/* CSS personalizado da pagina HOME */

* {
    font-family: "Lato", sans-serif;
    font-weight: 300;
}

body {
    padding-top: 20px;
}

/* ipad */
@media screen and (width: 768px) {
    section {
        padding-top: 142px !important;
    }
}

@media screen and (max-width: 1024px) {
    .home_img {
        background-position: bottom !important;
    }
}

@media screen and (max-width: 764px) {
    .navbar-form.text-right {
        margin-top: -6px;
    }
    .container_escola {
        margin-top: 25% !important;
    }
    .anisio {
        width: 90px !important;
        height: 90px !important;
        background-color: #fff;
        border-radius: 25px;
        padding: 4px;
    }
    .avanth {
        width: 200px !important;
        height: 50px !important;
    }
    .nl {
        width: 130px !important;
        height: 90px !important;
        border-radius: 25px;
    }
}

.container_escola {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 10%;
}
.container_form {
    left: 30%;
}

.anisio {
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 25px;
    padding: 4px;
}

.avanth {
    width: 215px;
    height: 70px;
}

.caixa_avanth {
    align-self: center;
}

.caixa_nl {
    align-self: center;
}

.nl {
    width: 200px;
    height: 135px;
    border-radius: 25px;
}

/*  SERVE P ND AINDA */
.bg-color-padding p {
    padding: 15px;
}

.navbar-brand {
    font-weight: 700;
}

.topo {
    margin-top: 0px;
    background: #ffd700;
    height: 5em;
    width: 100%;
    position: relative;
}

section {
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: 100vh;
}

footer {
    color: white;
    background: linear-gradient(14deg, #00b29c 0, #00b29c 100%);
    padding-top: 30px;
    padding-bottom: 30px;
}

section#contato {
    min-height: 80vh;
}

.div_preta {
    background: url(../image-resources/pattern-bg/micro_carbon.png);
    color: #fff;
}

.div_verde {
    background: linear-gradient(14deg, #00b29c 0, #00b29c 100%);
}

#home {
    position: relative;
}

#menu-navegacao {
    margin-left: 1.5em;
}

.container_quem_somos {
    text-align: -webkit-center;
}

.quem_somos {
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 12px 1px rgba(251, 250, 250, 0.75);
    -moz-box-shadow: 1px 1px 12px 1px rgba(251, 250, 250, 0.75);
    box-shadow: 1px 1px 12px 1px rgba(251, 250, 250, 0.75);
}
.perfil {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 2em;
}
.foto {
    width: 80px;
    height: 80px;
    border-radius: 3em;
    /* border: 2px solid #fff; */
    box-shadow: 0px 3px 3px #ccc;
}
.ceo {
    text-align: center;
}
.tl-content {
    font-weight: bold;
    align-self: center;
    line-height: 3em;
}
.d-none {
    display: none;
}
.slow {
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}
.alerta {
    font-size: 18px;
}
/* .aluno{
     background: url(../image-resources/stock-images/fundo.png);
    background-size: 180px;
    opacity: 0.4;
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: 100vh;
    z-index: 1;
} */

.home_img {
    padding-top: 25px;
    padding-bottom: 15px;
    min-height: 100vh;
    background: url(../image-resources/stock-images/home.png);
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    z-index: 1;
    position: absolute;
    display: block;
}

.contato textarea {
    height: 170px;
}

.contato .aviso {
    padding: 15px;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.form-login {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    border-radius: 10px;
    background: #eee;
}

.form-login input {
    margin-bottom: 5px;
}

.popover-content input {
    margin-bottom: 5px;
}
.nav.navbar-nav {
    padding-left: 5% !important;
}
.navbar.navbar-inverse.navbar-fixed-top {
    background: linear-gradient(14deg, #00b29c 0, #00b29c 100%);
    border-color: #00b29c;
    z-index: 99999;
}
.navbar-inverse .navbar-nav > .active > a {
    color: #fff;
    background-color: #00bca4 !important;
}
.navbar-inverse .navbar-nav > .active > a:hover {
    color: #fff;
    background-color: #00bca4 !important;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #00bca4 !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    border-color: #333;
}
.navbar-inverse .navbar-toggle {
    border-color: #fff;
}
.menu {
    color: white !important;
    font-weight: bold;
}
.descricao {
    margin: 80px 0 20px;
    text-align: center;
    z-index: 9999;
    position: relative;
}
.panel {
    background-color: transparent !important;
    border-color: #fff;
}
.lista_aluno {
    padding: 5px 20px;
    /* color: #000; */
    /* list-style: none; */
}
.item {
    font-weight: bold;
}
.icone {
    color: #00bca4;
    font-size: larger;
    margin-right: 4px;
}
.icone-escola {
    color: #1c82e1;
    font-size: larger;
    margin-right: 4px;
}
.centro {
    margin-left: 30%;
}
.caixa {
    -webkit-box-shadow: 6px 5px 12px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 6px 5px 12px 1px rgba(0, 0, 0, 0.75);
    box-shadow: 6px 5px 12px 1px rgba(0, 0, 0, 0.75);
}
