/*
CORES DO SITE
COR PRINCIPAL - rgb(65, 131, 215);
COR HOVER - rgb(51, 102, 165);
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Archivo Narrow', sans-serif;
}

* {
    box-sizing: border-box;
    resize: none;
    outline: none;
    font-family: inherit;
}

a,
.owl-pagination,
button,
.menu {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.container {
    width: 98%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.wrap {
    flex-wrap: wrap;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.center {
    justify-content: center;
}

.vert {
    align-items: center;
}

.btn {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgb(65, 131, 215);
    border-radius: 3px;
    color: rgb(100, 100, 100);
}

.btn:hover {
    background: rgb(65, 131, 215) !important;
    color: rgb(255, 255, 255);
}

.btn2 {
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    border: 1px solid rgb(65, 131, 215);
    border-radius: 3px;
    color: rgb(100, 100, 100);
    background: rgb(65, 131, 215) !important;
}

.btn2:hover {
    background: rgba(65, 131, 215, .8) !important;
    color: rgb(255, 255, 255);
}

.ct_topo {
    box-shadow: 0 0 10px rgb(180, 180, 180);
    position: relative;
    padding: 5px 0;
}

.logo {
    max-width: 500px;
}

.menu {
    width: 40%;
}

.mainmenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu li {
    flex-grow: 1;
    text-align: center;
    position: relative;
    padding: 10px 0;
}

.mainmenu li a {
    color: rgb(121, 121, 121);
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    display: block;
    border-left: 1px solid rgb(180, 180, 180);
}

.mainmenu li:hover a {
    color: rgb(65, 131, 215);
}

.mainmenu li:first-child a {
    border-left: 0;
}

.mainmenu li:hover .submenu {
    display: block;
}

.control-nav {
    display: none;
}

.control-nav-close {
    display: none;
}

.submenu {
    width: 190%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background: rgb(255, 255, 255);
    z-index: 10000;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 2px solid rgb(65, 131, 215);
}

.submenu li {
    text-align: left;
    padding: 0 !important;
}

.submenu li a {
    display: block;
    border-top: 1px solid rgb(248, 248, 248);
    border-bottom: 1px solid rgb(245, 245, 245);
    padding: 10px 15px;
}

.submenu li:hover {
    background: rgb(245, 245, 245);
}

.submenu li:hover .submenu02 {
    display: block;
}

.submenu li a {
    border-left: 0;
}

.submenu02 {
    width: 80%;
    right: -80%;
    position: absolute;
    display: none;
    top: -2px;
    background: rgb(255, 255, 255);
    border-top: 2px solid rgb(65, 131, 215);
    list-style: none;
    padding: 0;
    margin: 0;
}

.ct_banner {
    background: url(imagens/bg_banner.jpg) no-repeat fixed;
    background-size: cover;
    min-height: 450px;
    overflow: hidden;
}

.fotos {
    min-height: 450px;
    background-size: cover;
}

.owl-pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
}

.ct_banner:hover .owl-pagination {
    opacity: 1;
}

.owl-page span {
    border-radius: 0;
    -webkit-border-radius: 0 !important;
    background: rgb(51, 51, 51) !important;
}

.owl-page.active span,
.owl-page:hover span {
    background: rgb(65, 131, 215) !important;
}

.slogan {
    width: 100%;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-align: right;
    padding: 30px 0;
    position: absolute;
    left: 0;
    bottom: 10px;
    background: rgba(0, 0, 0, .5);
}

.slogan span {
    display: block;
}

.inicial {
    padding: 50px 0;
}

.titulo {
    text-transform: uppercase;
    font-size: 24px;
    color: rgb(51, 51, 51);
    position: relative;
}

.titulo:after {
    content: '';
    position: absolute;
    width: 200px;
    border-bottom: 1px solid rgb(65, 131, 215);
    bottom: -10px;
    left: 0;
}

.titulo small {
    display: block;
    font-size: 20px;
}

.txt {
    flex: 1 50%;
    margin-left: 50px;
}

.empresa .titulo {
    align-self: flex-start;
    margin-bottom: 30px;
}

.empresa h2 {
    margin-bottom: 0;
}

.lista {
    margin: 0;
    list-style: none;
}

.lista li a {
    padding: 10px 0;
    display: inline-block;
}

.lista li a:hover {
    color: rgb(65, 121, 215);
}

.empresa .fa {
    color: rgb(65, 121, 215);
}

.servicos {
    background: rgb(245, 245, 245);
}

.servicos .inicial .titulo {
    text-align: center;
    width: 100% !important;
}

.servicos .inicial .titulo:after {
    display: none;
}

.serv_box {
    flex: 1 100%;
    background: rgb(255, 255, 255);
    margin: 10px;
    padding: 10px 15px;
    box-shadow: 0 0 5px rgb(200, 200, 200);
    color: rgb(100, 100, 100);
}

.serv_box h2,
.serv_box p {
    color: rgb(130, 130, 130);
}

.serv_img {
    max-width: 300px;
    align-self: flex-start;
}

.txt_serv {
    flex: 2;
    padding: 0 20px
}

/*
.serv_box .btn{margin-top: 30px; color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); position: relative; z-index: 10;}
.serv_box .btn:hover{border-color: rgb(65, 131, 215);}
*/

.ct_directors {
    padding: 10px;
    box-shadow: 0 0 5px rgb(200, 200, 200);
}

.ct_directors img {
    margin-right: 15px;
}

.txt_directors {
    flex: 1;
}

.ctn_system {
    flex: 1 30%;
}

.ctn_system .titulo {
    align-self: center;
    color: rgb(255, 255, 255);
    margin-top: 0;
    padding-bottom: 10px;
}

.system .form {
    width: 100%;
    margin-bottom: 5px;
}

.system input {
    flex: 1;
    margin: 0 5px 0 0;
    padding: 15px 10px;
    border: 0;
    border: 1px solid rgb(210, 210, 210);
    font-size: 16px;
    background: none;
    color: rgb(255, 255, 255);
}

.system button {
    cursor: pointer;
    font-size: 16px;
    background: none;
    color: rgb(255, 255, 255) !important;
}

.system .adm {
    color: rgb(255, 255, 255)
}

.system label {
    width: 50px;
    background: rgb(210, 210, 210);
    color: rgb(120, 120, 120);
    padding: 15px;
    position: relative;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
}

.system a {
    display: inline-block;
    margin: 10px 0;
}

/*certificado.php*/

.lat-cert {
    width: 25%;
}

.lat-cert i {
    color: rgb(65, 131, 215);
}

.centro-cert {
    flex: 1;
    margin: 0 20px;
}

.centro-cert {
    font-family: inherit;
}

.area-aluno .form {
    width: 100%;
    margin-bottom: 5px;
}

.area-aluno input {
    flex: 1;
    margin: 0 5px 0 0;
    padding: 15px 10px;
    border: 0;
    border: 1px solid rgb(210, 210, 210);
    font-size: 16px;
    background: none;
    color: #333333;
}

.area-aluno button {
    cursor: pointer;
    font-size: 16px;
    background: none;
    color: rgb(255, 255, 255) !important;
}

.area-aluno label {
    width: 50px;
    background: rgb(210, 210, 210);
    color: rgb(120, 120, 120);
    padding: 15px;
    position: relative;
    border-top: 1px solid rgb(230, 230, 230);
    border-bottom: 1px solid rgb(230, 230, 230);
    border-left: 1px solid rgb(230, 230, 230);
}

.area-aluno a {
    display: block;
    margin: 10px 0;
    color: rgb(65, 131, 215);
}

.mn-cert {
    padding: 0;
    margin: 0;
}

.mn-cert li {
    list-style: none;
    position: relative;
    z-index: 1;
}

.mn-cert li:before {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: " ";
    background: #dddddd;
    transition: all 300ms;
    z-index: -1;
}

.mn-cert li:hover:before {
    width: 100%;
}

.mn-cert li a {
    margin: 3px 0;
    padding: 5px;
    border-left: 2px solid rgb(65, 131, 215);
    display: block;
}

.mn-cert2 {
    padding: 0;
    margin: 0;
}

.mn-cert2 li {
    list-style: none;
}

.mn-cert2 li a {
    margin: 3px 0;
    padding: 10px 5px;
    border: 2px solid #01598A;
    display: block;
    background: rgb(65, 131, 215);
    color: #ffffff;
}

.mn-cert2 li a:hover {
    background: #01598A;
}


/*final certificado.php*/

.ctn_progs .titulo {
    text-align: center;
    width: 100% !important;
}

.ctn_progs .titulo:after {
    display: none;
}

.btn_progs {
    flex: 1;
    margin: 20px 10px;
    position: relative;
    padding-top: 20px;
}

.btn_progs h2 {
    color: rgb(100, 100, 100);
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
}

.btn_progs h2 .fa {
    color: rgba(220, 220, 220, .5);
    font-size: 80px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    font-weight: 700;
}

.btn_progs p {
    margin: 0;
}

.btn_progs:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 20%;
    height: 2px;
    background: rgb(65, 121, 215);
    bottom: -10px;
    -webkit-transition: all ease-out 300ms;
    transition: all ease-out 300ms;
}

.btn_progs:hover:before {
    width: 100%;
}

.fx_contato {
    padding: 20px 0;
    text-align: center;
    color: rgb(255, 255, 255);
    background: rgb(65, 121, 215);
    font-size: 22px;
}

.noticias .titulo {
    text-align: center;
    width: 100% !important;
}

.noticias .titulo:after {
    display: none;
}

.notUni {
    flex: 1 472px;
    margin: 20px 10px;
}

.notUni .tituloNot h3 {
    font-size: 24px;
}

.notUni .data {
    color: rgb(51, 51, 51);
    display: block;
}

.notUni .descricao {
    color: rgb(51, 51, 51);
    margin-top: 0;
}

.notUni .btn {
    padding: 10px 30px;
}

.ct-links {
    background: rgb(51, 51, 51);
    position: relative;
}

.links,
.links-utilitarios {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-right: 25px;
}

.links h2,
.links-utilitarios h2 {
    color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-top: 0;
    padding-bottom: 10px;
}

.links li,
.links-utilitarios li {
    padding: 5px 0;
    border-bottom: 1px dotted rgba(255, 255, 255, .3);
}

.links li a:before,
.links-utilitarios li a:before {
    content: '\f105';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.links li a,
.links-utilitarios li a {
    color: rgba(255, 255, 255, .5);
}

.links li a:hover,
.links-utilitarios li a:hover {
    color: rgb(255, 255, 255);
}

.titulo02 {
    color: rgba(255, 255, 255, .5);
    padding-bottom: 10px;
}

.txt_rodape {
    border-top: 1px solid rgba(255, 255, 255, .5);
    color: rgba(255, 255, 255, .5);
    text-align: center;
    overflow: hidden;
}

/* .ct_midias{width: 100%; margin-top: 30px;}
.midias{max-width: 320px;}
.redes{color: rgb(255, 255, 255); margin: 0 5px;} */

.rodape {
    width: 100%;
    background-image: url(imagens/fd_utilitarios.jpg);
    background-size: cover;
}

.utilitarios h2 {
    width: 100%;
}

.utilitarios {
    flex: 1 60%;
    margin-right: 30px;
    align-self: flex-start;
}

.ct-utilitarios {
    flex: 1 30%;
}

.links-utilitarios {
    flex: 1;
}

.links-utilitarios li {
    border-bottom: none;
    padding: 10px 0;
}

#formcontato {
    width: 100%;
}

#formcontato input,
#formcontato textarea {
    width: 100%;
    resize: none;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    border: 0;
    border: 1px solid rgb(220, 220, 220);
    border-left: 2px solid rgb(65, 131, 215);
    color: #999;
}

#formcontato button {
    cursor: pointer;
    background: none;
    font-size: 16px;
}

#result {
    padding: 15px;
    margin: 20px 0;
    display: none;
    border-radius: 3px;
}

#result.error {
    color: #a94442;
    background-color: #f2dede;
    border: 2px solid #ebccd1;
}

#result.success {
    color: #3c763d;
    background-color: #dff0d8;
    border: 2px solid #d6e9c6;
}

.redes {
    position: fixed;
    right: 0;
    top: 240px;
    width: 40px;
    z-index: 1000;
}

.redes_sociais {
    width: 40px;
    line-height: 40px !important;
    text-align: center;
    color: rgb(255, 255, 255);
}

.fa-facebook {
    background: rgb(57, 86, 147);
}

.fa-instagram {
    background: rgb(146, 53, 182);
}

.fa-whatsapp {
    background: rgb(37, 211, 102);
}

.fa-linkedin {
    background: rgb(0, 119, 181);
}

.fa-twitter {
    background: rgb(0, 0, 0);
}

.fa-youtube {
    background: rgb(212, 0, 0);
}

.depoimentos {
    padding: 50px;
}

.depoimentos .titulo {
    text-align: center;
    width: 100% !important;
}

.depoimentos .titulo:after {
    display: none;
}

.depoimentos .container {
    position: relative;
}

.box-depoimentos {
    padding: 50px;
    background: rgb(240, 240, 240);
}

.box-depoimentos img {
    border-radius: 50%;
    max-width: 180px;
    margin-right: 50px;
    border: 10px solid rgb(255, 255, 255);
}

.owl-buttons {
    width: 100px;
    position: absolute;
    top: -25px;
    right: -35px;
    background: rgb(65, 131, 215);
    display: flex;
}

.owl-prev,
.owl-next {
    width: 50px !important;
    line-height: 44px !important;
    text-align: center;
    color: rgb(255, 255, 255);
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    font-size: 0 !important;
}

.owl-prev:before {
    content: '\f104';
    font-size: 16px;
    font-family: 'FontAwesome'
}

.owl-next:before {
    content: '\f105';
    font-size: 16px;
    font-family: 'FontAwesome'
}

@media screen and (max-width: 1024px) {
    .menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 10000;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgba(0, 0, 0, .9);
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
    }

    .mainmenu {
        width: 50%;
        position: relative;
        flex-direction: column;
        z-index: 10000;
    }

    .mainmenu li a {
        color: rgb(255, 255, 255);
        line-height: 40px;
        border-left: 0;
    }

    .control-nav {
        display: block;
        cursor: pointer;
        color: rgb(120, 120, 120);
        margin-bottom: 0 !important;
        border: 1px solid rgb(120, 120, 120);
        padding: 5px;
    }

    .control-nav-close {
        width: 100%;
        height: 100%;
        padding: 20px;
        position: absolute;
        top: 0;
        left: 0;
        color: rgb(255, 255, 255);
        opacity: 0;
    }

    #control-nav:checked~.control-nav {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    #control-nav:checked~.menu .control-nav-close {
        opacity: 1;
        z-index: 1000;
        display: block;
    }

    #control-nav:checked~.menu {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    .submenu {
        width: 100%;
    }
}

@media screen and (max-width: 950px) {
    .lat-cert {
        width: 45%;
    }

    .centro-cert {
        flex: 1 45%;
    }
}

@media screen and (max-width: 768px) {
    .submenu02 {
        width: 100%;
        right: 0;
        top: 60px;
        z-index: 10;
    }

    .txt {
        flex: 1 100%;
        margin-left: 0;
    }

    .serv_box {
        flex: 1 100%;
    }

    .btn_progs {
        flex: 1 40%;
    }

    .fx_contato span {
        display: block;
    }

    .ct_links {
        width: 100%;
        margin-right: 0;
    }

    .links {
        margin-right: 0;
    }

    .ctn_system {
        width: 100%;
        margin-top: 20px;
    }

    .ctn_system .titulo {
        width: 100%;
    }

    .system {
        width: 100%;
    }

    .links {
        flex: 1 50%;
    }

    .utilitarios {
        flex: 1 100%;
    }

    .box-depoimentos {
        flex-wrap: wrap;
        justify-content: center;
    }

    .box-depoimentos div {
        text-align: center;
    }

    .box-depoimentos img {
        margin-right: 0;
    }
}

@media screen and (max-width: 650px) {
    .lat-cert {
        width: 100%;
    }

    .centro-cert {
        flex: 1 98%;
    }

    .btn_progs {
        flex: 1 98%;
    }

    .system .form {
        width: 100%;
    }

    .links {
        flex: 1 100%;
    }

    .serv_img {
        max-width: 100%;
    }

    .links-utilitarios {
        flex: 1 100%;
    }
}