﻿@font-face {
    font-family: 'Conv_NeutraDisp-Titling';
    src: url('fonts/NeutraDisp-Titling.eot');
    src: local('☺'), url('fonts/NeutraDisp-Titling.woff') format('woff'), url('fonts/NeutraDisp-Titling.ttf') format('truetype'), url('fonts/NeutraDisp-Titling.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    padding: 0;
    margin: 0;
}

* {
    padding: 0px;
    margin: 0px;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #000;
}

    a:focus,
    button:focus,
    button:visited,
    button.active {
        outline: none;
    }

.clearFloat {
    clear: both;
}

.btn {
    border-radius: 0;
}

img {
    max-width: 100%;
}

body {
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

::-webkit-input-placeholder {
    color: #000 !important;
}

:-moz-placeholder {
    color: #000 !important;
}

::-moz-placeholder {
    color: #000 !important;
}

:-ms-input-placeholder {
    color: #000 !important;
}

/*****TOPO SUPEREIOR*****/

#topo-superior {
    background-color: #144779;
}

    #topo-superior .menu-topo {
        position: absolute;
    }

        #topo-superior .menu-topo a {
            float: left;
            color: #fff;
            padding: 12px 8px;
            transition: all .35s;
        }

            #topo-superior .menu-topo a:hover {
                color: #e5c21e;
                transition: all .35s;
            }

.menu-portal.ativo {
    background-image: url(../images/seta-portal.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-bottom: 31px !important;
    position: relative;
    z-index: 999;
    color: #fff !important;
}

#topo-superior .menu-topo span {
    float: left;
    width: 13px;
    height: 40px;
    background-image: url(../images/ponto.jpg);
    background-position: center 1px;
}

#topo-superior #redes {
    float: right;
    background-color: #0e3963;
    padding: 10px 8px;
}

    #topo-superior #redes a {
        float: left;
    }

    #topo-superior #redes img {
        height: 20px;
        margin-left: 10px;
        margin-right: 10px;
        transform: all .35s;
    }

    #topo-superior #redes a:hover img {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: all .35s;
        transition: all .35s;
    }

/***** TOPO *****/

#topo {
    background-image: url(../images/bg-topo.png);
    background-repeat: repeat-y;
    background-position: center;
	position: relative !important;
}

    #topo .logo {
        float: left;
        padding: 35px 20px 35px 0;
        background-color: #e5c21e;
    }

    #topo .menu {
        float: right;
    }

        #topo .menu ul li {
            position: relative;
        }

            #topo .menu ul li:hover .menu-drop {
                display: block;
            }

        #topo .menu .menu-drop {
            position: absolute;
            background-image: url(../media/seta_menu.png);
            background-repeat: no-repeat;
            background-position: center top;
            padding-top: 23px;
            width: 210px;
            padding-bottom: 20px;
            z-index: 99999;
            background-size: 100% auto;
            display: none;
        }

            #topo .menu .menu-drop a {
                display: block;
                width: 100%;
                padding: 6px 13px;
                font-size: 13px;
                font-weight: 600;
                transition: all .35s;
            }

                #topo .menu .menu-drop a:hover {
                    background-color: #C0C0C0;
                    transition: all .35s;
                    color: #000;
                }

        #topo .menu ul li {
            float: left;
            list-style: none;
            margin-left: 15px;
            margin-top: 33px;
        }

            #topo .menu ul li:first-child {
                margin-left: 0;
            }

            #topo .menu ul li a {
                color: #010101;
                font-size: 13px;
                font-weight: 600;
                transition: all .35s;
            }

                #topo .menu ul li a:hover {
                    color: #144779;
                    transition: all .35s;
                }

.menu-sesi {
    display: none;
}

#menu-mobile {
    position: absolute;
    right: 20px;
    margin-top: 18px;
    display: none;
}

    #menu-mobile img {
        width: 38px;
    }

#fechar {
    position: absolute;
    right: 9px;
    top: 10px;
    cursor: pointer;
    display: none;
}

    #fechar img {
        width: 25px;
        height: 23px;
    }

/*****PORTAL DO ALUNO *****/

.fechar-login {
    display: none;
}

#login {
    background-color: #48cfe4;
    padding: 35px 0;
    position: absolute;
    width: 100%;
    top: 40px;
    display: none;
    z-index: 99;
}

    #login form {
        margin-left: 190px;
    }

form.portalAluno {
    max-width: 515px;
}

    form.portalAluno .form-control {
        width: 204px;
        float: left;
        margin-right: 10px;
        border-radius: 0;
        border: 0;
    }

        form.portalAluno .form-control .campo {
            float: left;
        }

    form.portalAluno .conectar {
        background-color: #000;
        border: 0;
        color: #fff;
        font-size: 13px;
        width: 78px;
        height: 34px;
        transition: all .35s;
        font-family: 'Conv_NeutraDisp-Titling';
    }

        form.portalAluno .conectar:hover {
            background-color: #144779;
            transition: all .35s;
        }

/*****BANNER*****/

#banner {
    position: relative;
    height: 600px;
}

#slider .repetir {
    height: 500px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block;
}

#navegador {
    position: absolute;
    width: 100%;
    z-index: 9999;
}

    #navegador .container {
        position: relative;
    }

    #navegador .next {
        right: 0;
        position: absolute;
        margin-top: 200px;
        opacity: 0.7;
        transition: all .35s;
    }

    #navegador .prev {
        left: 0;
        position: absolute;
        margin-top: 200px;
        opacity: 0.7;
        transition: all .35s;
    }

    #navegador a:hover {
        opacity: 1;
        transition: all .35s;
    }

#banner .mascara {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1100px;
    height: 145px;
    background-image: url(../images/mascara_azul_amarela.png);
}

/*****PORTAL*****/

#portal-do-aluno {
    background-color: #ecc821;
    position: absolute;
    width: 1000px;
    right: -450px;
    top: -158px;
    z-index: 99;
}

.formulario-portal {
    width: 558;
    padding: 19px;
}

.acesse-tambem {
    background-color: #e5c11c;
    padding: 10px;
}

    .acesse-tambem a {
        color: #000;
    }

        .acesse-tambem a:hover strong {
            text-decoration: underline;
        }

.acerta-acesse {
    width: 503px;
    text-align: center;
}

.titulo-portal {
    color: #fff;
    font-size: 18px;
    padding-bottom: 10px;
    font-family: 'Conv_NeutraDisp-Titling';
}

/*****LINHAS DE ENSINO*****/

#linha-de-ensino {
    background-image: url(../images/bg_linhas_ensino.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 140px;
    padding-bottom: 40px;
}

    #linha-de-ensino .container {
        position: relative;
    }

    #linha-de-ensino .titulo {
        color: #ffe742;
        text-align: left;
    }

.titulo {
    font-size: 28px;
    font-family: 'Conv_NeutraDisp-Titling';
    color: #000;
}

.linha-ensino a {
    display: block;
}

    .linha-ensino a img {
        transition: all .35s;
    }

    .linha-ensino a .texto {
        text-align: right;
        font-family: 'Conv_NeutraDisp-Titling';
        font-size: 25px;
        color: #fff;
        padding-right: 30px;
        /*margin-top: -15px;*/
        transition: all .35s;
    }

        .linha-ensino a .texto span {
            color: #ffe742;
        }

            .linha-ensino a .texto span.color-blue {
                color: #006ea3;
            }

    .linha-ensino a:hover .texto {
        color: #ffe742;
    }

    .linha-ensino a .texto.texto-ajuste {
        max-width: 290px;
    	margin: 0 auto;
		line-height: 25px;
    	padding-top: 12px;
    }


/*****DESTAQUES HOME*****/

#destaques-home {
    background-image: url(../sesiescola/media/3147/bg_destaques-home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 57px;
}

    #destaques-home .container {
        position: relative;
    }

.destaque-home a {
    display: block;
}

    .destaque-home a img {
        transition: all .35s;
    }

    .destaque-home a .texto {
        text-align: right;
        font-family: 'Conv_NeutraDisp-Titling';
        font-size: 25px;
        color: #66c4aa;
        padding-right: 30px;
        /*margin-top: -15px;*/
        transition: all .35s;
    }

        .destaque-home a .texto span {
            color: #1b6d94;
        }

            .destaque-home a .texto span.color-blue {
                color: #1b6d94;
            }

    .destaque-home a:hover .texto {
        color: #1b6d94;
    }

    .destaque-home a .texto.texto-ajuste {
        max-width: 290px;
    	margin: 0 auto;
		line-height: 25px;
    	padding-top: 12px;
    }

/****UTEIS*****/

#uteis .titulo {
    margin-bottom: 33px;
}

#noticias {
    width: 95%;
}

    #noticias .titulo {
        position: relative;
    }

#navega-noticia {
    position: absolute;
    right: 0;
    top: 0;
}

    #navega-noticia a {
        float: left;
    }

        #navega-noticia a img {
            background-color: #e1e1e1;
            padding: 2px;
            transition: all .35s;
        }

        #navega-noticia a:hover img {
            background-color: #3cb878;
        }

.noticia .data {
    color: #3cb878;
    font-size: 11px;
    padding-top: 11px;
}

.noticia img {
    width: 100%;
}

.noticia .titulo-noticia {
    font-size: 25px;
    line-height: 120%;
    color: #000;
    font-weight: 600;
}

.mais a {
    float: right;
    margin-top: 20px;
    background-color: #3cb878;
    color: #000;
    font-family: 'Conv_NeutraDisp-Titling';
    font-size: 13px;
    padding: 8px 10px;
}

    .mais a:hover {
        color: #fff;
    }

#os-videos img {
    width: 100%;
}

#menores {
    width: 102%;
    margin-top: 6px;
}

.aba {
    display: none;
}

#menores a {
    float: left;
    width: 32%;
    margin-right: 1%;
    display: block;
    background-color: #000;
}

#menores img {
    opacity: 0.7;
}

#menores a.ativo img {
    opacity: 1;
}

/****APROVADOS*****/

#aprovados {
    height: 390px;
    background-image: url(../images/bg_vermelho.jpg);
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 99px;
    margin-bottom: 99px;
    color: #fff;
    font-weight: 400;
}

    #aprovados a {
        color: #fff;
    }

#texto-aprovados {
    float: left;
    width: 440px;
    margin-top: 75px;
}

.titulo-aprovado {
    font-family: 'Conv_NeutraDisp-Titling';
    font-size: 55px;
    line-height: 110%;
}

.texto-aprovado {
    padding-top: 8px;
    font-size: 16px;
}

#slider-aprovados {
    width: 736px;
    float: right;
    position: relative;
}

    #slider-aprovados #navega-aprovados {
        position: absolute;
        right: 0;
        top: 30px;
        z-index: 9999;
    }

#navega-aprovados a img {
    background-color: #e1e1e1;
    float: left;
    padding: 2px 0;
}

#navega-aprovados a:hover img {
    opacity: 0.8;
}

#sd .imagem {
    float: left;
    width: 279px;
    margin-top: 19px;
}

#sd .box-aprovados {
    float: left;
    width: 326px;
    margin-left: 25px;
    padding-top: 85px;
}

#sd .nome-aprovado {
    padding-bottom: 35px;
    padding-top: 22px;
}

#sd .box-aprovados span {
    display: block;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}

/*#sd .box-aprovados .nucleo{
 
}*/

#sd .box-aprovados .nucleo .nome-do-aluno {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    width: 80%;
    background-image: url(../images/seta-nome.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    padding-left: 15px;
    line-height: 110%;
}

#sd .box-aprovados .nucleo a:hover {
    text-decoration: underline;
}

/****MAIS*****/

#mais {
    padding-top:80px;
}

#mais .titulo {
    margin-bottom: 33px;
}

#mais .subtitulo {
    font-weight: 700;
    color: #000;
    font-size: 19px;
    padding: 20px 0 10px 0;
}

#mais #dica a {
    display: block;
    max-width: 455px;
    font-size: 13px;
}

.quadro {
    float: left;
    color: #fff;
    text-align: center;
    padding-top: 50px;
	min-height: 218px;
}

    .quadro .numero {
        font-size: 50px;
        font-family: 'Conv_NeutraDisp-Titling';
    }

    .quadro p {
        font-size: 15px;
    }

    .quadro.cor1 {
        background-color: #f79f1f;
		width: 50%;
    }

    .quadro.cor2 {
        background-color: #a3cb38;
		width: 50%;
    }

    .quadro.cor3 {
        background-color: #ee5a24;
		width: 33.33333333%;
    }

    .quadro.cor4 {
        background-color: #009432;
		width: 33.33333333%;
    }

#dados .titulo {
    text-align: right;
}

#rodape {
    padding-top: 316px;
    padding-bottom: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/bg-rodape.png);
    background-size: cover;
    margin-top: 40px;
}

.logo-sesi {
    float: left;
    margin-left: 30px;
}

.redes-rodape {
    float: right;
}

    .redes-rodape a img {
        height: 35px;
        margin-left: 7px;
        float: left;
        margin-top: 8px;
    }

    .redes-rodape a:hover img {
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2);
        -webkit-transition: all .35s;
        transition: all .35s;
    }

.form-control:focus:invalid {
    box-shadow: 0 0 5px #d45252;
    border: 1px solid #b03535 !important;
}

.visible-item {
    display: block;
}

.hidden-item {
    display: none;
}


/*
    Custom topo

*/
#topo {
    /*background-color: rgba(255,255,255,0.8);
    background-image: none !important;*/
}

    #topo .logo {
        padding: 5px 5px 5px 0;
        /*background-color: inherit;*/
        background-color: #66c4aa;
    }

    #topo .menu ul li {
        margin-left: 30px;
        text-transform: uppercase;
    }

/* ALTERAÇÃO */

        #topo .menu ul li a {
            color: #144779;
			font-weight: bold;
			font-size: 10.5px;
			text-transform: uppercase;
        }

            #topo .menu ul li a:hover {
                color: #0488b6;
            }

.destaque-liga-robotica {
  	position: relative;
  	display: block;
  	margin: 0 auto;
  	/*background-image: url(../media/2283/unnamed.jpg);*/
  	background-size: 100% 100%;
  	background-position: center center;
  	transition-duration: 0.4s;
	max-height: 160px;
	height: 23vw;
}
.destaque-liga-robotica:hover {
  	background-size: 120% 120%;
  	cursor: pointer;
}

#dica .quadro p {  
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
	font-size: 30px;
	color: white;
	display: block;
	max-width: 320px;
	text-align: left;
	line-height: 100%;
	text-transform: uppercase;
}

/*Quadros dentro do #dica*/
#dica .quadro { 
	float: none; 
	width: 100%; 
	height: 191px;
	padding-top: 90px;
	padding-left: 25px;
	line-height: 100%;
}

/* Cores, considerando estrutura já disponivel */
.quadro.cor5 {
	background: url("../media/2282/bg-cor5.html") #10C2DE no-repeat; 
	width: 33.33333333%;
} 
.quadro.cor6 { 
	background: url("../media/2285/bg-cor6.html")  #912D50 no-repeat; 
}  

.bloco-ct {
	padding:0;
}

.bloco-ct-esquerda {
	padding-left:0;
}

.bloco-ct-direita {
	padding:0;
}

/* Owl carousel (Parccerias e Ralizações) */
.owl-parcerias .item{
  margin: 3px;
}

.owl-parcerias .item img{
  display: block;
  width: 100%;
  height: auto;
}

.owl-parcerias .owl-controls {
  display: block !important;
}

.owl-parcerias .owl-buttons {
  position: relative;
  top: -137px;
  display: flex;
  justify-content: space-between;
}

.owl-parcerias .owl-controls .owl-buttons div {
  background: transparent;
}

.owl-parcerias  .owl-controls .owl-page.active span, 
.owl-parcerias  .owl-controls.clickable .owl-page:hover span {
  filter: Alpha(Opacity=100);
  background: #000;
}


/* Custom Margin */
.mt-4 {
  margin-top: 1.5rem!important;
}

.mt-5 {
  margin-top: 3rem!important;
}

.mt-3 {
  margin-top: 1rem!important;
}

.mt-2 {
  margin-top: .5rem!important;
}

.mb-4 {
  margin-bottom: 1.5rem!important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}


/* Cores para texto */
.text-green {
  color: #3cba73 !important;
}

/* Retira a borda dos compoentes */
.border-0 {
  border: 0!important;
}

/* Botões */
.btn-red {
  padding: 10px;
  color: #fff;
  background-color: #ef5c4c;
  font-family: 'Conv_NeutraDisp-Titling';
  font-size: 16px;
}
a:hover .btn-red {
    background-color: #b7b7b7;
}

/* Card (Nossos Projetos) */
.card {
  border-bottom: 1px solid #ccc;
  border-spacing: 15px;
}

.card a {
    color: #000 !important;
}

.card .caption  {
  min-height: 9.3em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: center;
}

.caption .card-item {
  align-self: center;
}
