/*
@font-face {
    font-family: 'MyriadProRegular';
    src: url('fonts/MyriadProRegular.eot');
    src: url('fonts/MyriadProRegular.eot') format('embedded-opentype'), url('fonts/MyriadProRegular.woff2') format('woff2'), url('fonts/MyriadProRegular.woff') format('woff'), url('fonts/MyriadProRegular.ttf') format('truetype'), url('fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

@font-face {
    font-family: 'MyriadProCond';
    src: url('fonts/MyriadProCond.eot');
    src: url('fonts/MyriadProCond.eot') format('embedded-opentype'), url('fonts/MyriadProCond.woff2') format('woff2'), url('fonts/MyriadProCond.woff') format('woff'), url('fonts/MyriadProCond.ttf') format('truetype'), url('fonts/MyriadProCond.svg#MyriadProCond') format('svg');
}*/


iframe{
	/*max-width: 100% !important;*/
}

/***********************************************************************/
		#aviso{background:#000000;padding:30px 5px;color:white;font-size: 16px;}			

		#aviso .titulo{font-size:40px; margin:0;}			

		@media screen and (max-width:600px){#aviso{	margin-top: 65px;}			
			#banner-home{margin-top:0;}
		}

		.contato{border:solid 1px white; padding:20px; float:left;}		
		.ead, .d-flex{display:flex;}
		
		
		@media screen and (max-width:768px){
			.ead{flex-direction: column;text-align:center;}
			.video iframe{max-width: 360px;}			
			.contato{float:none;}
		}


.btn-bf {
    color: #ffffff;
    text-decoration: none;
    background-color: #000;
    padding: 7px 20px;
    border: #ff3333 1px solid;
    border-radius: 3px;
    transition: 0.5s;
box-shadow: 0 0 10px red;
}

/***********************************************************************/

#header{
			
		}
		
		#topo2{
			
		}	
	
		.infoquarentena{
			width:100%;
			background:orange;
			text-align:center;
			padding: 10px;
			position:fixed;
			top:0;
			z-index:1;
			box-sizing: border-box;
display:none;
		}
		
		#topo2 .infoquarentena{
			top: 63px;
		}

 #inscreva{
            position:fixed;
            top: 0;
            right: 0;
            z-index: 10000;
            display: none;
         }

        .btn-inscreva{
            line-height: 16px;
            text-align: center;
            display: inline-block;
            box-sizing: border-box;
            padding: 10px 25px;
            background-color: orange;
            color:black;
            border-radius: 5px;
            position:relative;
        }



        .btn-inscreva-lg{
            display: none;
            background-color: orange;
            color:black;
            border-radius: 5px;
            box-sizing: border-box;
            text-align: center;
            width:100%;
            position:fixed !important;
            padding:20px 25px;
            top:63px;
            left: 0;
            /*transition: 0.5s;*/
            font-size: 18px;
        }

#opacidade{
			width:100%;
			height:100%;
			background-color:rgba(0,0,0,0.5);
			display:flex;
			position:fixed;
			z-index:1000000;
		}
		
		#popup{
			margin:auto;
			border:solid 10px white;
			max-width:80%;
		}
		
		#popup img{
			vertical-align:bottom;
			width:100%;
		}
		
		#fechar{
			position:fixed;
			top: 10px;
			right:20px;
			color:white;
			font-size: 60px;
			cursor:pointer;
		}
		
		@media screen and (max-width:768px){
			#fechar{
				top:80px;
			}
		}
		
		#icones-midias{
			width:35px;
			position:fixed;
			right:0;
			top:40%;
			background-color:white;
			padding:5px 5px 0px 5px;
			border-radius:5px;
			z-index:1000;
		}
		
		#icones-midias img:hover{
			filter: grayscale(100%);
		}

/*************************/

.table {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
    text-align: center;
}

.table-condensed th,
.table-condensed td {
    padding: 1px 8px;
    text-align: center;
}

.table-striped tbody tr {
    background-color: #EEE;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
    background-color: #f9f9f9;
}

tr:hover {
    color: #000;
}


/*************************/

#parcelamento {
    width: 100%;
    position: fixed;
    bottom: 0;
    background-color: #000;
    color: #FFF;
    text-align: center;
    padding: 10px 0;
    display: none;
    z-index: 1000;
    font-size: 16px;
}

body {
    margin: 0;
    background-color: #dedede;
    font-family: 'Roboto', sans-serif;
	
    color: #353535;
}

a {
    text-decoration: none;
}

h1 {
    
    font-size: 24px;
}

h2,
h2 a {
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    color: currentColor;
}

h2 a {
    text-decoration: underline;
}

ul {
    list-style-type: square;
    font-size: 14px;
}

#banner-home h1 {
    margin: 0;
    font-size: 30px;
    line-height: 28px;
}

.largura-site {
    width: 96%;
    max-width: 1000px;
    margin: auto;
}

.imagem100 {
    width: 100%;
}

#topo {
    width: 100%;
    height: auto;
    border-top: #1d2834 3px solid;
    padding: 17px 0;
    display: table;
}

#topo2 {
    width: 100%;
    height: 40px;
    border-top: #1d2834 3px solid;
    background-color: #EEE;
    position: fixed;
    top: 0;
    z-index: 10;
    display: none;
    padding: 10px 0;
}

#logo,
#logo2 {
    float: left;
}

button.botao, #form-depoimento .botao{
	background: #003366;
	color:white;
	border:none;
	padding: 7px 20px;
	margin: 0 !important;
}

#btn-menu {
    display: none;
}

#menu-mob {
    display: none;
}

.menu2 {
    float: right;
    padding-top: 5px;
}

.menu {
    float: right;
    margin-top: 30px;
}

.menu a,
.menu2 a {
    color: #353535;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 3px;
    transition: 0.5s;
}

.menu a:hover,
.menu2 a:hover {
    background-color: #1d2834;
    color: #FFF;
}

.depoimento p {
    font-size: 14px;
}

#banner,
#banner-home {
    width: 100%;
    height: auto;
    position: relative;
    background-image: url(img/banner.jpg);
    background-size: auto 100%;
    padding: 20px 0;
}

#conteudo-banner {
    width: 100%;
    max-width: 1000px;
    position: relative;
    left: 50%;
    margin-left: -500px;
}

#txtbanner {
    width: 450px;
    color: #FFF;
    margin-bottom: 25px;
}

#txtbanner h2{
	font-size:16px;
	font-weight:normal;
	text-transform: none;
	margin: 15px 0;
}

#txtbanner a {
    color: #ffffff;
    text-decoration: none;
    background-color: #1d2834;
    padding: 7px 20px;
    border: #ffffff 1px solid;
    border-radius: 3px;
    transition: 0.5s;
}

#txtbanner a:hover {
    background-color: #111;
}

#conteudo-icones {
    width: 100%;
    height: auto;
    padding: 5px 0;
    background-color: #1d2834;
    position: relative;
    text-align: center;
    /*margin-top: 25px;*/
    color: #FFF;
    font-size: 13px;
}

#conteudo-icones figure {
    display: inline-block;
    padding: 5px;
    /*border: solid 1px #CCC;*/
    opacity: 0.9;
    transition: 0.5s;
    margin: 0 2%;
}

#conteudo-icones figure:hover {
    /*border: solid 1px #dedede;*/
    opacity: 1;
}

#conteudo-icones img:hover {
    transition: 0.5s;
    -webkit-filter: invert(1);
    filter: invert(1);
}

#conteudo-icones figcaption {
    color: #dedede;
    font-size: 13px;
}

#conteudo {}

#icone-mob {
    display: none;
}

#proximas-turmas {
    width: 97.5%;
    max-width: 975px;
    height: auto;
    background-color: #202020;
    margin-top: 25px;
    display: table;
    padding: 12.5px;
}

#proximas-turmas > h3{
	margin:0;
}

#proximas-turmas h3 a {
    margin: 0;
    color: #FFF;
    font-size: 20px;
}

.box-proxima-turma {
    width: 22%;
    height: auto;
    /*max-height: 90px;*/
    background-color: #FFF;
    float: left;
    margin: 0 1.3% 0 0;
    padding: 1%;
    margin-top: 5px;
}

.box-proxima-turma:last-child {
    margin-right: 0;
}

.box-proxima-turma h3 {
    margin: 0;
    min-height: 35px;
    font-size: 14px;
    color: #1d2834;
    text-transform: uppercase;
}

.box-proxima-turma ul {
    font-size: 14px;
    padding: 0;
    list-style-position: inside;
    list-style-type: square;
    margin: 5px 0 0 0;
}

.box-proxima-turma a {
    color: #1d2834;
}

#area-esquerda,
#area-direita {
    width: 49%;
    height: auto;
    float: left;
    margin-top: 25px;
    margin-bottom: 25px;
}

#area-direita {
    float: right;
}

#area-esquerda a,
#area-direita a {
    text-decoration: underline;
    color: #353535;
}

#area-esquerda a:hover,
#area-direita a:hover {
    color: #000;
}

.info,
.info2 {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.info2 {
    border-left: 5px solid #1d2834;
    padding-left: 5px;
}

.info img {
    float: left;
    margin-right: 15px;
}

.info h4 {
    margin: 5px 0 0 0;
    font-size: 18px;
    color: #1d2834;
}

.info p,
.info2 p {
    margin: 0;
    font-size: 14px;
}

.info2 h5 {
    font-size: 16px;
    color: #1d2834;
    margin: 0;
}

#horizontalTab ul {
    text-transform: uppercase;
    list-style-type: square;
}

#horizontalTab ul li a {
    color: #1d2834;
    line-height: 20px;
}

#newsletter {
    width: 100%;
    background-color: #4b5863;
    clear: both;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    margin-top: 25px;
}

#newsletter h5 {
    margin: 0 0 5px 0;
    font-weight: normal;
    text-decoration: underline;
}

#newsletter input[type=text], #form-depoimento input {
    margin: 0 10px;
    background-color: #cccccc;
    border: none;
    padding: 5px;
    color: #333;
}

#form-depoimento{
	display:none;
}

#form-depoimento input[type=text]{
	margin: 0 0 5px 0;
}

#form-depoimento textarea{
	background-color: #cccccc;
    border: none;
    padding: 5px;
	width: 100%;
	max-width: 500px;
	height: 200px;
}


#newsletter input[type=submit] {
    background-color: #2b4862;
    border: none;
    color: #FFF;
    padding: 4px 10px;
    font-size: 12px;
    border: solid 1px #CCC;
}

#rodape {
    width: 100%;
    height: auto;
    background-image: url(img/rodape.jpg);
    clear: both;
    float: left;
    /*margin-bottom: 65px;*/
    color: #FFF;
    text-align: center;
    font-size: 14px;
    padding: 20px 0 15px 0;
}

#coluna-parceiros1 {
    width: 47%;
    float: left;
}

#coluna-parceiros2 {
    width: 47%;
    float: right;
}

.logo-parceiro img {
    vertical-align: bottom;
}

.logo-parceiro {
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}

.logo-parceiro .legenda {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    background-color: rgba(0, 51, 102, 0.71);
    color: #FFF;
    font-size: 13px;
    text-align: left;
    display: none;
}

.logo-parceiro .legenda span {
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    box-sizing: border-box;
}

.desenvolvido {
    color: #999;
    display: block;
    margin-top: 5px;
}

@media screen and (max-width:1000px) {
    #conteudo-banner {
        width: 96%;
        max-width: 96%;
        margin-left: 2%;
        position: static;
    }
    .box-proxima-turma h3 {
        font-size: 13px;
    }
    .box-proxima-turma ul {
        font-size: 13px;
    }
    #logo,
    .menu {
        float: none;
        text-align: center;
    }
    .menu a {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .info h4 {
        margin: 0;
    }
    .menu2 a {
        padding: 0;
        margin: 0 10px;
    }
    .menu2 a:hover {
        background: none;
        color: currentColor;
        text-decoration: underline;
    }
    #conteudo-icones figure {
        width: 12%;
    }
}

@media screen and (max-width:700px) {
    #proximas-turmas {
        display: none;
    }
}

@media screen and (max-width:600px) {
    #topo {
        display: none;
    }
    #btn-menu {
        display: inline-block;
        position: absolute;
        left: 10px;
        top: 15px;
    }
    #menu-mob {
        width: 100%;
        position: fixed;
		z-index:1000;
        top: 65px;
        left: 0;
        background-color: #fefefe;
        box-shadow: 3px 3px 10px #333;
        display: none;
    }
    #menu-mob a {
        display: block;
        border-bottom: 1px solid #CCC;
        color: #111;
        padding: 15px 0 15px 10px;
    }
    #menu-mob a:hover {
        border-left: 5px solid #1d2834;
        padding-left: 5px;
    }
    #topo2 {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        padding: 5px 0;
        width: 100%;
        height: auto;
        border: none;
    }
    #logo2 {
        text-align: center;
        float: none;
    }
    #logo2 img {
        width: auto;
        height: 50px;
    }
    .menu,
    .menu2 {
        display: none;
    }
    #banner-home {
        margin-top: 65px;
    }
    #banner {
        display: none;
    }
    #conteudo-icones {
        display: none;
    }
    #txtbanner {
        width: 100%;
        text-align: center;
    }
    #icone-mob {
        display: block;
        width: 100%;
        text-align: center;
    }
    #icone-mob figure {
        background-color: #1d2834;
        color: #FFF;
        font-size: 14px;
        padding: 10px 0;
        margin: 1%;
    }
    #icone-mob figure:hover {
        background-color: #111;
    }
    #icone-mob img {
        width: 10%;
        min-width: 50px;
    }
    #area-esquerda,
    #area-direita {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    #area-direita {
        width: 99%;
    }
    #newsletter form {
        width: auto;
        display: inline-block;
        margin: auto;
    }
    #newsletter label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
    }
    #newsletter label span {
        display: inline-block;
        width: 50px;
    }
    #newsletter input[type=submit] {
        display: block;
        padding: 5px 10px;
    }
    #conteudo {
        padding-top: 65px;
    }
}

@media screen and (max-width:460px) {
    .termino {
        display: none;
    }
    .table {
        font-size: 13px;
    }
    #coluna-parceiros1,
    #coluna-parceiros2 {
        width: 100%;
    }
}
