html,body{
    height: 100%;
}
body{background: url(../img/bg-fundo.jpg) repeat;}
.content{
	margin: 0 auto;
	width: 985px;
}
@font-face{
	font-family: 'myriad-title';
	src: url(fontes/myriad-bold.eot) format('embedded-opentype'),
	url(fontes/myriad-bold.ttf) format('truetype');
    font-style: normal;
    font-weight: bold;
}
@font-face{
	font-family: 'myriad-regular';
	src: url(fontes/myriad-regular.eot) format('embedded-opentype'),
	url(fontes/myriad-regular.ttf) format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face{
	font-family: 'caligrafia';
	src: url(fontes/handlee-regular.ttf) format('embedded-opentype'),
	url(fontes/handlee-regular.otf) format('embedded-opentype'),
	url(fontes/handlee-regular.eot) format('truetype');
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: 'museo';
    src: url(fontes/museo-regular.ttf);
    font-style: normal;
    font-weight: normal;
}
.width-50{
    display: block;
    float: left;
    margin: 0.5%;
    width: 49%;
}
/* --- Topo --- */
/* Bar*/
.bar{
    background: #4a72b1;
    float: left;
    width: 100%;
}
.areaAluno{
    float: right;
    background: #4a72b1;
    padding-right: 20px;
}
.areaAluno p{
    color: #FFF;
    padding: 12px 20px;
    font-family: 'museo',sans-serif;
    font-size: 16px;
    float: left;
    margin-right: 20px;
}
.areaAluno form{
    float: left;
    padding: 8px 0px;
}
.areaAluno label{
    color: #FFF;
    font-family: 'museo',sans-serif;
    font-size: 12px;
    padding: 6px;    
}
.tbText{
    padding: 3px;
    width: 100px;
}
.tbBt{
    padding: 3px 5px;
    background: #9a999d;
    color: #FFF;
    font-family: 'museo';
    font-weight: bold;
}
.tbBt:hover{ background: #FFF; color: #9a999d; cursor: pointer;}
/* topo */
.navTopo{
    background: #FFF;
    float: left;
    margin-bottom: 10px;
    padding: 30px 0px;
    width: 100%;
}
.navTopo img{
    float: left;
}
.menuSuperior{
    float: right;
}
.menuSuperior li{
    display: inline;
    padding: 13px 0px;
    float: left;    
       
}
.menuSuperior  li:not(:last-child){margin-right: 15px;}
.menuSuperior a{
    font-size: 16px;
    padding: 5px;
    color: #4a72b1;
    font-family: 'museo';
    font-weight: bold; 
}
.menuSuperior a:hover,
.menuSuperior a:focus,
.menuSuperior a:active{
    -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background: #4a72b1;
    color: #EEE;
}
.menuSuperior .menu-fb{
    padding: 0;
}
.menuSuperior .menu-fb:hover,
.menuSuperior .menu-fb:focus,
.menuSuperior .menu-fb:active{
    color: #AAA;
    background: transparent;
}
/* --- Conteúdo --- */
/* banner */
.banner{
    border-top: 2px solid #4a72b1;
    float: left;
    width: 100%;
    background: url(../img/bgBanner.png) no-repeat #222;
    background-size: cover;
    height: 380px;
    display: none;
}
.container{
    background: #FFF;
    float: left;
    width: 100%;
}
.diferenciais{
    width: 420px;
    height: 280px;
    padding: 50px 40px;
    background: rgba(17, 17, 17, 0.8);
    float: left;
}
.diferenciais h1{
    color: #FFF;
    font-size: 30px;
    padding-bottom: 20px;
}
.diferenciais p{
    color: #FFF;
    font-size: 16px;
    text-align: justify;
}
.diferenciais a{
    color: #222;
    float: left;
    font-size: 18px;
    padding: 13px 20px;
    margin-top: 50px;
    margin-right: 15px;
    font-weight: bold;
}
.diferenciais a:hover{ background: #DDD }
.saibaMais{ background: #EEE50A; }
.euQuero{ background: #67E214; }
/* youtube */
.youtube{
    width: 100%;
    height: 100%;
/*    background: #112C21;*/
/*    margin-top: 60px;*/
    float: right;
}
/* index */
.conteudo{
    background: #FFF;
    box-sizing: border-box;
    float: left;
    width: 630px;
    padding: 0 5px;
    margin: 10px 0px;
}
/* livro online */
.livrOnline{
    float: left;
/*
    background: #F2E9C8;
    padding:10px 10px 10px 25px;
*/
    margin-bottom: 25px !important;
}
/*
.livrOnline img{
    float: right;
    padding-top: 16px;
}
*/
.livrOnlineText{
    float: left;
    width: 270px;
    padding-top: 35px;
}
.livrOnlineText h1{
    font-family: 'myriad-title';
    color: #333;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
}
.livrOnlineText p{
    color: #333;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 10px;
}
.livrOnlineText a{
    background: #FFF;
    float: right;
    padding: 10px 15px;
    color: #333;
    font-weight: bold;    
}
.livrOnlineText a span{ font-size: 28px; }
.livrOnlineText a:hover{ background: #333; color: #FFF; }
/* comentarios */
.comentario{
    float: left;
    padding: 35px; 
}
.comentario .title{
    font-family: 'museo';
    color: #4a72b1;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px; 
}
.link-stars{
    color: #4a72b1;
    font-family: 'museo';
    float: right;
}
.link-stars:hover,.link-stars:focus{
    cursor: pointer;
    text-decoration: underline;
}
/*
.balao{
    background: #FFF;
    width: 240px;
    height: 55px;
    padding: 20px;
    float: left;
}
.balao:not(:last-child){ margin-right: 30px; }
.balao p{
    color: #333;
    font-size: 12px;
    text-align: justify;
}
.balao img{
    float: right;
    margin-top: 14px;
    margin-right: -20px;
}
*/
/* facebook */
.facebook{
    float: left;
    height: 270px;
    margin-left: 5px;
    margin-top: 25px;
}
/* wid */
.wid{
    float: right;
    width: 300px;
    margin: 10px 5px;
}
/* Sobre Autor */
.sobreAutor{
    float: left;
    margin-bottom: 20px;
}
    /*
    height: 200px;
    background: #F2E9C8;
    padding: 35px;
    margin-bottom: 25px;
}
.sobreAutor img{
    padding-right: 20px;
    padding-bottom: 10px;
    float: left;
}
*/
.sobreAutor h1{
    font-family: 'myriad-title';
    color: #333;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 10px;
    line-height: 80%;
}
.sobreAutor p{
    color: #333;
    font-size: 12px;
    text-align: justify;
    margin-bottom: 15px;
}
.sobreAutor a{
    background: #FFF;
    float: right;
    padding: 8px 15px;
    color: #333;
    font-weight: bold;    
}
.sobreAutor a:hover{ background: #333; color: #FFF; }
/* dúvidas frequentes */
.duvFreq{
    float: left;
    margin-bottom: 25px;
}
.duvFreq h1{
    font-family: 'myriad-title';
    color: #333;
    font-size: 23px;
    font-weight: bold;
    padding-bottom: 15px;
}
.duvida{ padding-bottom: 5px; }
.duvida img{
    float: left;
    padding-right: 15px;
}
.duvtext h3{ 
    font-family: 'myriad-title';
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 6px;
}
.duvtext p{ 
    color: #333;
    font-size: 12px;
    padding-bottom: 6px;
    text-align: justify;
}
/* facebook lateral */
.faceWid{
    background: #EAECEE;
    float: left;
    box-sizing: border-box;
    padding: 25px;
    width: 100%;
}
.faceWid:hover{
    background: #222;
}
.faceWid h3{
    padding: 26px 0px;
    float: left;
    font-family: 'myriad-title';
    font-size: 19px;
    font-weight: bold;
    color: #3F59A5;
    line-height: 90%;
}
.faceWid h3 span { font-size: 20px; }
.faceWid img{
    padding-top: 2px;
    padding-left: 5px;
    float: right;
    background: none;
}
/* Newsletter */
.newletter{
    background: #FFF;
    float: left;
    padding: 25px;
    margin-top: 15px;
}
.newletter .title{
    font-family: 'museo';
    color: #4a72b1;
    font-size: 16px;
    font-weight: bold;
}
.emailNews,.nomeNews{
    background: #D3D2D3;
    color: #111;
    margin: 2px auto;
    padding: 4px 12px;
    width: 157px;
}
.btNews{
    color: #FFF;
    padding: 4px 8px;
    background: #4a72b1;
    font-weight: bold;
}
.btNews:hover,.btNews:focus{ background: #FFF; color: #4a72b1; cursor: pointer; }

/* --- Rodapé --- */
.rodape{
    float: left;
    margin-top: 10px;
    width: 100%;
}
.top{
    background: #ECEDEF;
    float: left;
    height: 70px;
    width: 100%;
}
.bottom{
    background: url(../img/bg-rodape.jpg) repeat-x #ffffff;
    float: left;
    height: 70px;
    width: 100%;
}
.logo-footer{
    margin: 38px auto auto !important;
    display: block;
    position: relative;
    z-index: 9px;
}
.copyright{
    background: #111111;
    padding: 15px 0px;
    float: left;
    width: 100%;
}
.copyright p{
    color: #FFF;
    font-size: 12px;    
}
.copyright p span{
    float: right  
}
.copyright p a{
    text-decoration: none;
    color: #FFF;
}
.copyright p a:hover{
    color: #DDD;
}
/*Contato*/
/*Contato*/
.title-contato{
	color: #333;
	font-family: 'myriad-title';
}
.form-contato{
    float: left;
    margin: 30px -webkit-calc(50% - 185px);
    margin: 30px -moz-calc(50% - 185px);
    margin: 30px calc(50% - 185px);
}
.form-contato p{
	color: #333;
	font-family: 'myriad-regular';
	margin-bottom: 10px;
}
.form-contato span{
	color: #999;
	font-family: 'myriad-regular';
	font-size: 15px;
}
.form-nome,
.form-email,
.form-tel,
.form-endereco,
.form-login,
.form-msg{
	border: 1px solid #3F59A5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	margin: 4px 0px 2px;
	padding: 7px;
}
#form-tel,
#form-senha,
#form-rua,
#form-bairro,
#form-cidade{margin: 4px 2px 2px 0px}

#form-cel,
#conf-senha,
#form-num-end,
#form-cep
#form-uf{margin: 4px 0px 2px 2px}
/*Placeholder*/
.form-nome::-webkit-input-placeholder,
.form-email::-webkit-input-placeholder,
.form-tel::-webkit-input-placeholder,
.form-msg::-webkit-input-placeholder{
	font-family: 'myriad-regular' sans-serif,'arial';
}
.form-nome::-ms-input-placeholder,
.form-email::-ms-input-placeholder,
.form-tel::-ms-input-placeholder,
.form-msg::-ms-input-placeholder{
	font-family: 'myriad-regular' sans-serif,'arial';
}
.form-nome::-moz-placeholder,
.form-email::-moz-placeholder,
.form-tel::-moz-placeholder,
.form-msg::-moz-placeholder{
	font-family: 'myriad-regular' sans-serif,'arial';
}
.form-nome,
.form-email,
.form-msg{
	width: 350px;
}
.form-tel,
.form-login,
.form-endereco{width: 163px;}
.bt-enviar{
	background: #333;
    border: 1px solid #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	color: #FFF;
	font-family: 'myriad-regular' sans-serif, 'arial';
	text-transform: uppercase;
	float: right;
	padding: 7px 5px;
}
.bt-enviar:hover,.bt-enviar:focus{
	background: #FFF;
	color: #333;
    cursor: pointer;
}
/*-----------------*/
/*Pagina aluno*/
.menu-busca{
    float: left;
    margin: 15px auto 0px;
}
.cm_busca{
    border: 1px solid #F2E9C8;
    float: left;
    margin: 0px 0px 2px;
    padding: 8px;
}
.bt_busca{
    background: #333;
    border: 1px solid #333;
    color: #FFF;
    font-family: 'myriad-regular' sans-serif, 'arial';
    text-transform: uppercase;
    float: left;
    padding: 7px 10px;
}
.bt_busca:hover,.bt_busca:focus{
    background: #FFF;
    color: #333;
    cursor: pointer;
}
.link-sair{
    background: #333;
    border: 1px solid #333;
    color: #FFF;
    font-family: 'myriad-regular' sans-serif, 'arial';
    font-size: 14px;
    text-transform: uppercase;
    float: left;
    margin-top: 7px;
    padding: 2px 10px;
}
.link-sair:hover,.link-sair:focus{
    background: #FFF;
    color: #333;
    cursor: pointer;
}
/*Pagina*/
.content-sumario{
    float: left;
}
.content-sumario .title,.content-sumario .li-title{
    text-transform: uppercase;
    font-family: 'century gothic';
    font-family: 'century gothic';
    font-weight: lighter;
    margin: 5px auto;
}

.content-sumario .itens{margin-bottom: 15px;}
.content-sumario .itens li{
    font-family: calibri;
    line-height: 23px;
    padding-left: 25px;
	text-align:left;
    
}
.content-sumario .acessar-sumario{
    color: #111;
    font-size: 15px;
    float: left;
    text-transform: uppercase;
	color:blue;
}
.content-sumario .acessar-sumario:hover,
.content-sumario .acessar-sumario:focus{
    text-decoration: underline;
	color:blue;
}

.qual_div{
    background: #FFF;
    border: 1px solid #AAA;
    border-radius: 5px;
    width: 500px;
	height: 400px;
    padding: 1%;
    position: absolute;
	overflow-x:auto;
    left: -webkit-calc(50% - 250px) !important;
    left: -moz-calc(50% - 250px) !important;
    left: calc(50% - 250px) !important;
  }
  .qual_div .title{font-size: 12px;}
  .qual_div .x{
    color: #BBB;
    float: right;
    font-weight: bolder;
  }
.qual_div p{
    font-family: 'Handlee', cursive;
    font-size: 21px;
}
  .qual_div .x:hover,
  .qual_div .x:focus{
    cursor: pointer;
    color: #888;
  }
  .img-cestas{
    margin: 1%;
    width: 47%;
  }
  .img_frota{width: 100%;}
  img.img-banner1{
      float: right;
      margin-top: -52px;
  }
.tamanho_menor{
    margin-bottom: -7px !important;
    margin-top: 3px;
}
.tamanho_maior{margin-bottom: -20px !important;}
.img-wid,.img-index,.img-stars{
    float: left;
    margin: auto !important;
    width: 100%;
}
.final-compra{margin: auto 10px 25px;}
.final-compra span,.final-compra p{
    font-family: 'trebuchet ms','calibri', sans-serif;
}
.conheca .title, .conheca p,.final-compra .title,.final-compra b{
    font-family: 'handlee', cursive;
    font-weight: bold;
}
.conheca .title{
    text-align: center;
}
.img-compra{
    display: block;
    float: none;
    width: 50%;
}
.bt-pagseguro{
    background: #87cd74;
    border-radius: 2px;
    color: #FFF;
    font-family: 'CorbelRegular','Arial', sans-serif;
    padding: 9px;
}
.bt-pagseguro:hover, .bt-pagseguro:focus{
    background: #87cd74;
    cursor: pointer;
}
.conheca-txt{
    float: left;
    margin: 10px auto;
    width: 100%;
}
.conheca-txt p{
    float: left;
    margin: 20px auto;
    width: 50%;
}
.img-conheca{
    width: 48%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.formIndique{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #DDD;
    border: 1px solid #AAA;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    height: 370px;
    width: 380px;
    display: none;
}
.formIndique .close{
    color: #4a72b1;
    font-family: 'handlee', cursive;
    font-weight: bold;
    float: right;
    margin: 2px;
}
.formIndique .close:hover,.formIndique .close:focus{
    color: #FF4136;
    cursor: pointer;
}
.formIndique textarea{
    border-radius: 2px;
    display: block;
}
.formIndique .title, .formIndique label{
    color: #4a72b1;
    font-family: 'museo',sans-serif;
}
.cm-indique{
    border-radius: 2px;
    margin-bottom: 7px;
    padding: 4px 5px;
}
.bt-indique{
    background: #4a72b1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    color: #FFF;
    display: block;
    margin: 15px auto;
    padding: 5px 7px;
    
}
.bt-indique:hover,.bt-indique:focus{
    background: #FFF;
    color: #4a72b1;
    cursor: pointer;   
}
.click-wid:hover,.click-wid:focus{
    cursor: pointer;
}
.contentSobre .title,.contentSobre p{
    font-family: 'Handlee', cursive;
}
/*Menu dropdown*/
.dropdown-label:hover{
	cursor: pointer;
}
.dropdown-label:after{
	
	float: right;
	margin: 20px auto -30px;
	width: 100%;
	text-align: left;
	
}
/*Menu aluno*/
.menu-aluno{
    float: left;
    margin: auto 50px;
}
.menu-aluno .dropdown-item{
    padding: 23px 0 0;
}
.menu-aluno .dropdown-label{
    padding: 10px;
}
.menu-aluno .dropdown-item:hover .dropdown-label{
    background: #DDD;
    color:#003366;
}
.menu-aluno .dropdown-sub-item{
    margin-right: 0 !important;
    padding: 0 !important;
}
.menu-aluno .dropdown-sub-label{
    padding: 5px;
}
.third-sub{
    background: #EEE;
    display: none;
	min-width: 180px;
	margin: -30px 90px auto;
	padding: 5px 10px;
	position: absolute;
	z-index: 9999;
}
/*Dropdown*/
.menu-superior .dropdown-sub-item{display: block;}
.dropdown-item:hover .dropdown-sub{display: block;}
.third-subitem:hover .third-sub{display: block;}
.third-item:hover .third-sub {display: block;}
.dropdown-label, .dropdown-sub-label{
	display: block;
	font-size: 14px;
	color: #fff;
}
.menu-superior .dropdown-sub-label{
	margin: auto;
	padding: 5px 0;
}
.dropdown-sub-item .dropdown-sub-label:hover,
.dropdown-sub-item .dropdown-sub-label:focus{
  background: #DDD;
  color:#003366;
}
.menuSuperior ul .dropdown-sub-item{
    float: none;
    padding: 10px 0;
    display: block;
    margin: 0;
}
.dropdown-sub{
    background: #EEE;
	display: none;
	min-width: 100px;
	padding: 5px;
	position: absolute;
    text-align: center;
	z-index: 9999;
}
.rating{
        background: #FFF;
        float: left;
        margin: -35px auto auto;
        width: 100%;
    }
    .rating img{width: 100%;}
    .rating span{
        color: rgba(255, 230, 0, 1);
        font-size: 29px;
    }
    .rating span:before{
        color: rgba(255, 230, 0, 1);
        content: "\2605";
        position: absolute;
    }
    .box-depoimento{
        background: #EEE;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #111;
        display:block;
        font-family: 'calibri', sans-serif;
        font-size:14px;
        float:left;
        min-height:135px;
        margin-left:10px;
        margin-top: 25px;
        padding: 5px;
        text-align:justify;
        width:48%;
    }
.fb-like-box-mob{display: none !important;}
.content-sobre{
    background: #FFF;
    float: left;
    margin: auto -webkit-calc(50% - 492px);
    margin: auto -moz-calc(50% - 492px);
    margin: auto calc(50% - 492px);
}
.btn{
    background: #4a72b1;
    border: 1px solid #4a72b1;
    border-radius: 7px;
    color: #FFF;
    display: block;
    font-family: 'museo', sans-serif;
    margin: 10px auto;
    line-height: 44px;
    text-align: center;
    width: 280px;
}
.btn:hover,
.btn:focus,
.btn:active{
    background: #FFF;
    color: #4a72b1;
    -moz-transition: all 0.7s linear;
    -o-transition: all 0.7s linear;
    -webkit-transition: all 0.7s linear;
    transition: all 0.7s linear;
}