/* Font's */
@font-face{font-family: 'nome'; src: url(nome.ttf);}

/* Tag's */
html, body{width: 100%; height: 100%; font-family: sans-serif; line-height: 1em; font-size: 16px; font-weight: 400; line-height: 1.5; color: #222;}
h1{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 2.5em; line-height: 1em;}
h2{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 1.8em; line-height: 1em;}
h3{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 1.75em; line-height: 1em;}
h4{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 1.5em;}
h5{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 1.25em;}
h6{padding: 10px 5px; margin: 0; font-weight: bold; font-size: 1em;}
p{padding: 10px 5px;}
span{}
b{font-weight: bolder;}
i{font-style: italic;}
blockquote{padding: 25px 15px; border-left: 3px solid #eee; font-size: 1.25em;}
ol{padding: 5px 25px; list-style: decimal;}
ol li{padding-left: 10px;}
ul{padding: 5px 25px; list-style: square;}
ul li{padding-left: 10px;}
a{text-decoration: none; color: #1a1a41;}
a:hover,
a:focus{text-decoration: underline;}
hr{border: 1px dashed #ccc;}
main{}
section{}
article{}
aside{}
img{}
table{}
table tr{}
table td{}
fieldset{}
label{margin: 5px;}
input[type=text],
input[type=number],
input[type=date],
input[type=email],
input[type=password]{margin: 5px; padding: 5px; height: 40px; border: 1px solid #ccc; outline: none;}
input[type=text]:focus,
input[type=number]:focus,
input[type=date]:focus,
input[type=email]:focus,
input[type=password]:focus{border: 1px solid #000;}
input[type=checkbox]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=checkbox]:focus{border: 1px solid #000;}
input[type=radio]{margin: 5px; padding: 5px; border: 1px solid #ccc; outline: none;}
input[type=radio]:focus{border: 1px solid #000;}
select{margin: 5px; padding: 5px; height: 50px; border: 1px solid #ccc; outline: none;}
select:focus{border: 1px solid #000;}
textarea{margin: 5px; padding: 5px; height: 120px; border: 1px solid #ccc; outline: none;}
textarea:focus{border: 1px solid #000;}
button,
input[type=button],
input[type=submit], 
input[type=reset]{margin: 5px; padding: 0 15px; height: 40px; border: 1px solid #f60; border-radius: 5px; background-color: #f60; color: #fff; cursor: pointer; text-transform: uppercase;}
button:hover,
input[type=button]:hover,
input[type=submit]:hover, 
input[type=reset]:hover{}

/*
Classes comuns
==================================================*/
/* Limpar Float */
.clear{clear: both;}

/* Alinhamento de texto */
.t-left{text-align: left;}
.t-right{text-align: right;}
.t-center{text-align: center;}
.t-justify{text-align: justify;}

/* Cores */
.t-white{color: #fff;}
.t-whiteshadow{color: #fff; text-shadow: 2px 2px #000;}
.tick{background: url(../img/tick.png) left no-repeat; padding-left: 30px;}

/* Boxes */
.boxes{width: 100%; text-align: center; vertical-align: top;}
.boxes .box{display: inline-block; vertical-align: top;}

/* Colunas */
.cols{width: 100%; text-align: center; vertical-align: top;}
.cols .col{display: inline-block; vertical-align: top;}
.cols .left{display: inline-block; vertical-align: top;}
.cols .right{display: inline-block; vertical-align: top;}

/* Imagens */
.img{width: 100%; text-align: center;}
.img img{max-width: 85%; width: auto;}

/* Botoes */
.buton{margin: 10px; padding: 20px 50px; border: 1px solid #f60; border-radius: 10px; background-color: #f60; text-align: center; color: #fff; font-size: 18px; font-weight: bold; display: inline-block;}
.buton:hover{text-decoration: none;}
.ChatWhatsApp{width: auto; height: auto; position: fixed; bottom: 0; right: 0; z-index: 9999; text-align: right;}
.ChatWhatsApp img{padding: 10px;}

/*
Layout
==================================================*/
/*
Desktop
----------------------------*/
@media screen and (min-width: 1366px){
    #wrapper{width: 100%; min-height: 100%; font-size: 22px; margin: 0; padding: 0;}
    .inner{width: 1366px; margin: 0 auto;}
    
    /*Header*/
    #header{width: 100%; height: auto; background: url(../img/bk-slide.png) no-repeat; background-size: cover;}
    
    #header .top{height: 35px; border-bottom: 1px solid #fff;}
    #header .top .fone{width: auto; height: 25px; margin: 0; padding: 0; list-style: none; float: right; text-align: center;}
    #header .top .fone ul{margin: 0; padding: 0; list-style: none; height: 25px;}
    #header .top .fone li{width: auto; height: 25px; margin: 0; padding: 5px 10px; font-size: 12px; color: #fff; float: left;}
    #header .top .fone li a{color: #fff;}
    #header .top .fone li.fone{background: url(../img/icon-telefone.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.insta{background: url(../img/icon-insta.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.face{background: url(../img/icon-face.png) no-repeat left; padding-left: 25px;}
    
    #header .bot .logo{width: 200px; height: 90px; float: left;}
    #header .bot .logo img{height: 60px; padding: 15px 0;}
    
    #header .bot .nav-desktop{width: auto; height: 90px; float: right;}
    #header .bot .nav-desktop .menu-desktop{width: auto; height: 35px; margin: 27px 0; padding: 0; list-style: none; float: right;}
    #header .bot .nav-desktop .menu-desktop li{width: auto; height: 35px; margin: 0; padding: 0 25px; float: left; position: relative;}
    #header .bot .nav-desktop .menu-desktop li a{font-size: 16px; font-weight: bold; text-decoration: none; color: #fff; line-height: 35px;}
    #header .bot .nav-desktop .menu-desktop li a:hover{color: #f60;}
    
    #header .bot .nav-mobile{display: none;}
    #header .bot .menu-mobile{display: none;}
    
    #header .slide{padding: 50px 25px 150px 25px;} 
    
    /*Slide*/
    #slide{width: 100%; height: auto;}
    #slide .cycle-slideshow{width: 100% !important; margin: 0 auto; text-align: center;}
    #slide .cycle-slideshow img{width: 100%; height: auto;}
    
    /*Content*/
    .content{width: 100%; padding: 60px 0;}
    .main{padding: 5px;}
    
    #secao-depo{height: auto; background-color: #eee;}
    #secao-depo .depo{padding: 25px 50px;}
    #secao-depo .depo .profile{width: 120px; height: 120px; margin: 0 auto;}
    #secao-depo .depo .profile span{display: block; text-align: center; font-size: 14px;}
    
    #secao-sobre{height: auto; background-color: #fff;}
    #secao-sobre .cols .left{width: 60%; height: auto; text-align: left;}
    #secao-sobre .cols .right{width: 39%; height: auto;}
    
    #secao-imigracao{height: auto; background: url(../img/bk-imigracao.png) repeat #f60;}
    #secao-imigracao .cols .col{width: 49%; text-align: left;}
    
    #secao-banner{height: auto; background: url(../img/bk-banner.png) no-repeat; background-size: cover;}
    
    #secao-curso{height: auto; background-color: #eee;}
    #secao-curso .cols .left{width: 60%; height: auto; text-align: left;}
    #secao-curso .cols .right{width: 39%; height: auto;}
    
    #secao-highschool{height: auto; background: url(../img/bk-canada.png) repeat #ff0044;}
    #secao-highschool .cols .left{width: 39%; height: auto;}
    #secao-highschool .cols .right{width: 60%; height: auto; text-align: left;}
    
    #secao-visto{height: auto; background-color: #eee;}
    
    #secao-contato{height: auto; background-color: #eee;}
    #secao-contato .cols .left{width: 60%; height: auto; text-align: left;}
    #secao-contato .cols .right{width: 39%; height: auto;}
    #secao-contato .cols .right table{width: 100%; text-align: center;}
    #secao-contato .cols .right table .input{width: 90%;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #f60; padding-top: 5px;}
    #footer .copyright{width: 100%; height: auto; padding: 25px 0;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; color: #fff; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold;}
}

/*
Mobile
----------------------------*/
@media screen and (max-width: 1365px){
    .no-display{display: none;}
    #wrapper{width: 100%; min-height: auto; font-size: 16px; margin: 0; padding: 0; overflow: hidden;}
    .inner{width: 100%; margin: 0;}
    
    /*Header*/
    #header{width: 100%; height: auto; background: url(../img/bk-slide.png) no-repeat; background-size: cover;}
    
    #header .top{width: 100%; height: 35px; border-bottom: 1px solid #fff;}
    #header .top .fone{width: auto; height: 35px; margin: 0; padding: 0; list-style: none; text-align: center;}
    #header .top .fone ul{margin: 0; padding: 0; list-style: none; height: 25px;}
    #header .top .fone li{width: auto; height: 25px; margin: 0; padding: 5px 10px; font-size: 12px; color: #fff; display: inline-block;}
    #header .top .fone li a{color: #fff;}
    #header .top .fone li.fone{background: url(../img/icon-telefone.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.whats{background: url(../img/icon-whatsapp.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.insta{background: url(../img/icon-insta.png) no-repeat left; padding-left: 25px;}
    #header .top .fone li.face{background: url(../img/icon-face.png) no-repeat left; padding-left: 25px;}
    
    #header .bot .logo{width: 50%; height: 90px; float: left;}
    #header .bot .logo img{height: 60px; padding: 15px 0;}
    
    #header .bot .nav-desktop{display: none;}
    #header .bot .nav-desktop .menu-desktop{display: none;}
    
    #header .bot .nav-mobile{width: 50%; height: 90px; float: left; cursor: pointer; background: url(../img/icon-menu-mobile.png) no-repeat right;}
    #header .bot .nav-mobile-active{background: url(../img/icon-menu-mobile-before.png) no-repeat right;}
    
    #header .menu-mobile{width: 100%; height: auto; margin: 0; padding: 0; list-style: none; background-color: #f60; position: absolute; top: 125px; right: 0; z-index: 9999;}
	#header .menu-mobile li{display: block; margin:0 10px; padding: 5px; color: #fff; border-bottom: 1px dashed #fff; text-align: center;}
    #header .menu-mobile li:last-child{border-bottom: none;}
	#header .menu-mobile li a{font-size: 14px; font-weight: bold; line-height: 10px; text-transform: uppercase; color: #fff;}
    
    #header .slide{padding: 50px 10px;}
    
    /*Slide*/
    #slide{width: 100%; height: auto;}
    #slide .cycle-slideshow{width: 100% !important; margin: 0 auto; text-align: center;}
    #slide .cycle-slideshow img{width: 100%; height: auto;}
    
    /*Content*/
    .content{width: 100%; padding: 35px 0;}
    .main{padding: 20px;}
    
    #secao-depo{height: auto; background-color: #eee;}
    #secao-depo .depo{padding: 25px;}
    #secao-depo .depo .profile{width: 120px; height: 120px; margin: 0 auto;}
    #secao-depo .depo .profile span{display: block; text-align: center; font-size: 14px;}
    
    #secao-sobre{height: auto; background-color: #fff;}
    #secao-sobre .cols .left{width: 100%; height: auto; text-align: center;}
    #secao-sobre .cols .right{width: 100%; height: auto;}
    
    #secao-imigracao{height: auto; background: url(../img/bk-imigracao.png) repeat #f60;}
    #secao-imigracao .cols .col{width: 100%; text-align: center;}
    
    #secao-banner{height: auto; background: url(../img/bk-banner.png) no-repeat; background-size: cover;}
    
    #secao-curso{height: auto; background-color: #eee;}
    #secao-curso .cols .left{width: 100%; height: auto; text-align: center;}
    #secao-curso .cols .right{width: 100%; height: auto;}
    
    #secao-highschool{height: auto; background: url(../img/bk-canada.png) repeat #ff0044;}
    #secao-highschool .cols .left{width: 100%; height: auto;}
    #secao-highschool .cols .right{width: 100%; height: auto; text-align: center;}
    
    #secao-visto{height: auto; background-color: #eee;}
    
    #secao-contato{height: auto; background-color: #eee;}
    #secao-contato .cols .left{width: 100%; height: auto; text-align: center;}
    #secao-contato .cols .right{width: 100%; height: auto;}
    #secao-contato .cols .right table{width: 100%; text-align: center;}
    #secao-contato .cols .right table .input{width: 90%;}
    
    /*Footer*/
    #footer{width: 100%; height: auto; background-color: #f60;}
    #footer .copyright{width: 100%; height: auto; padding: 25px 0;}
    #footer .copyright span{display: block; text-align: center; color: #fff; font-size: 12px; color: #fff; padding: 10px 0;}
    #footer .copyright span a{font-weight: bold;}
}

/*
Plugins
==================================================*/
/* Cycle2 */
.cycle-slideshow{width: 100%; height: auto;}
.cycle-pager{width: 100%; text-align: center;}
.cycle-pager span{color: #2f3135; display: inline-block; font-size: 50px; cursor: pointer;}
.cycle-pager span.cycle-pager-active{color:#595b5e;}

/* Lightbox2 */
.lightbox2{width: 100%; height: auto; text-align: center;}
/*.lightbox2 a img{width: 240px; height: 240px; margin: 5px; display: inline-block; border: 1px solid #ccc;}*/

/* Box Modal */
#boxes{}
#boxes .window{width: 100%; height: auto; padding: 5px; position: absolute; left: 0; top: 0; z-index: 9999; display: none;}
#boxes #dialog{width: auto; height: auto; padding: 5px; }
#mask{position: absolute; left: 0; top: 0; z-index: 9000; background-color: #333; display: none;}