/* 
    Created on : 20/04/2016, 21:09:40
    Author     : wilker
*/

*{margin:0;padding:0}

a, .btn, .venda{
	-webkit-transition: all 250ms ease 15ms;
	-moz-transition: all 250ms ease 15ms;
	-o-transition: all 250ms ease 15ms;
	transition: all 250ms ease 15ms;
}

body{


}

.overlay{
    content: '';
    background: transparent url(pattern.png) repeat top left;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -10;
}

#text1{
    animation-duration: 2s;
    animation-delay: 0s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 0s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 0s;
    -moz-animation-iteration-count: 1;
}
#text2{
    animation-duration: 2s;
    animation-delay: 2s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 2s;
    -moz-animation-iteration-count: 1;
}
#text3{
    animation-duration: 2s;
    animation-delay: 4s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 4s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 4s;
    -moz-animation-iteration-count: 1;
}
#text4{
    animation-duration: 2s;
    animation-delay: 6s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 6s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 6s;
    -moz-animation-iteration-count: 1;
}

input[type=email], input[type=text]{
    -webkit-appearance: none;
    -webkit-background-clip: border-box;
    -webkit-background-origin: padding-box;
    -webkit-background-size: auto;
    -webkit-font-smoothing: auto;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    -webkit-writing-mode: horizontal-tb;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-origin: padding-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-bottom-color: rgb(119, 119, 119);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-style: none;
    border-bottom-width: 0px;
    border-image-outset: 0px;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: rgb(119, 119, 119);
    border-left-style: none;
    border-left-width: 0px;
    border-right-color: rgb(119, 119, 119);
    border-right-style: none;
    border-right-width: 0px;
    border-top-color: rgb(119, 119, 119);
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-top-style: none;
    border-top-width: 0px;
    box-sizing: border-box;
    color: rgb(119, 119, 119);
    cursor: auto;
    display: block;
    font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 20px;
    letter-spacing: normal;
    line-height: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    max-width: 100%;
    outline-color: rgb(119, 119, 119);
    outline-style: none;
    outline-width: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 33px;
    padding-top: 0px;
    text-align: start;
    text-indent: 0px;
    text-shadow: none;
    text-transform: none;
    width: 100%;
    word-spacing: 0px;
    writing-mode: lr-tb;
    zoom: 1;
}

#topo-header #header{
    text-align: center;
    margin: 20px 0px 30px 0px;
    z-index: 999;
    background: #f3f5f6;
    border-bottom: 1px solid #E4E3DE;
    padding: 40px 0;
}

#topo-header #header h1{
    color: #7B8990;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: bold;
}

#topo-header #header p{
    color: #4a5c64;
    font-size: 16px;
    max-width: 700px;
    margin: 0 auto;
    font-family: Arial;
}

#topo-header .logo{
    margin-top: 40px;
    margin-bottom: 30px;
}

#topo-header .logo-simbolo{
    margin-top: 20px;
}

#cursos-list .titulo h2{
    color: #0FA5D9;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: bold;
}

#cursos-list .titulo h2 span{
    margin-right: 20px;
    font-size: 28px;
}

#cursos-list .cursos{
    
    padding: 0 20px 20px 10px;
    margin-top: 20px;

}

#cursos-list .cursos .item{
    background: #F5F7F8;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    
}

#cursos-list .cursos .item .logo-curso a img{
    margin: 0 auto;
    width: 100%;
}

#cursos-list .cursos .item h3 a{
    color: #0FA5D9;
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    line-height: 1.5;
    font-weight: bold;
    text-decoration: none;
}

#cursos-list .cursos .item h3 a:hover{
    color: #7B8990 !important;
}

#cursos-list .cursos .item:hover img{
    opacity: 0.80;
}

#cursos-list .cursos .item p{
   font: 16px arial;
   padding: 0 12px 12px 12px;
   color: #666;
   line-height: 1.5;
}

#cursos-list .cursos .item .actions{
    padding: 18px 0 28px 0;
}

#cursos-list .cursos .item .actions a span{
    margin-right: 14px;

}

#cursos-list .cursos .item .actions a{
    text-decoration: none;
}

.button .md{
    margin-bottom: 100px;
    width: 640px;
    padding: 18px;
    margin-top: 26px;
    font-size: 24px;
    font-weight: bold;
    
}

.button .xs{
    margin-bottom: 100px;
    margin-top: 26px;
    padding: 19px;
    font-size: 13px;
    font-weight: bold;
    
}

.footer{
    height: auto;
    background: #2d333e;
    margin-top: 60px;
    
}

.footer p{
    color: #FFF;
    font-size: 14px;
    padding: 18px;
}

button, a.btn {
    animation-duration: 2s;
    animation-delay: 5s;
    animation-iteration-count: 1;
    -webkit-animation-duration: 2s;
    -webkit-animation-delay: 5s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-duration: 2s;
    -moz-animation-delay: 5s;
    -moz-animation-iteration-count: 1;
}


#sec-box-confirmacao .margin-top-padrao{
    margin-top: 20px;
}



.btn span{margin-left: 10px;}
.btn:hover span{margin-left: 15px;}

.venda{
    position: absolute;
    top: 0;
    background: #000;
    width: auto;
    opacity: 0.70;
    padding: 10px;
    right: 0
    
}

.venda:hover{
    opacity: 100;
}

.venda p{
    font: 16px "Helvetica Neue", Helvetica, sans-serif;
    color: #FFF;
    margin-top: 12px;
    font-weight: 700;
    margin-left: 14px;
    margin-right: 10px;
}

.venda img{
    margin-top: 4px;
}

/* IMPORTANDO NOVAS FONTES PARA O PROJETO */

@font-face {
    font-family: 'proxima_nova';
    src: url('../../bootstrap-3.3.6-dist/fonts/proximanova-light-webfont.eot');
    src: url('../../bootstrap-3.3.6-dist/fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-light-webfont.woff') format('woff'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-light-webfont.ttf') format('truetype'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-light-webfont.svg#proxima_novalight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'proxima_nova';
    src: url('../../bootstrap-3.3.6-dist/fonts/proximanova-bold-webfont.eot');
    src: url('../../bootstrap-3.3.6-dist/fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-bold-webfont.woff') format('woff'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-bold-webfont.ttf') format('truetype'),
        url('../../bootstrap-3.3.6-dist/fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

