/* Minification failed. Returning unminified contents.
(64,15): run-time error CSS1036: Expected expression, found ';'
(644,37): run-time error CSS1035: Expected colon, found 'hidden'
(2574,23): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
 */
.estrutura li a{width:98%;padding:6px 1%;float:left;color:#fff;text-decoration:none;transition:0.5s;}

#largura {
    position: absolute;
    top: 0;
    right: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
}

@font-face {
    font-family: 'foco';
    src: url('../fonts/Foco.eot');
    src: url('../fonts/Foco.eot?#iefix') format('embedded-opentype'), url('../fonts/Foco.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'focoLight';
    src: url('../fonts/Foco_Lt.eot');
    src: url('../fonts/Foco_Lt.eot?#iefix') format('embedded-opentype'), url('../fonts/Foco_Lt.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    /*background: url(../Content/Images/bg.jpg) repeat;*/
    font-family: 'focoLight';
}

img {
    border: none;
    vertical-align: middle;
}

header {
    width: 100%;
    height: 80px;
    background: #ff5800;
    position: relative;
    box-shadow: 2px 2px 4px #666;
    z-index: 990;
}

#sagelogo_top {
    position: relative;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding-top: 12px;
    background: #FFFFFF;
    box-shadow: 0 1px 4px #333;
    z-index: 999;
}

    #sagelogo_top img {
        display: block;
        width:;
        height: auto;
        margin: 0 auto;
    }

.logoTopo {
    width: 40%;
    padding: 19px 0 0 51px;
    float: left;
    box-sizing: border-box;
}

    .logoTopo img {
        width: 233px;
    }

#logoFooter {
    width: 100%;
    margin-top: 20px;
    float: left;
}

.login {
    width: 40.3%;
    height: 100%;
    float: right;
    margin-left: 18px;
    padding-right: 16px;
    background-color: #999;
    /*background-image: url(../Content/Images/corte.png);*/
    background-repeat: no-repeat;
    background-position: 0 -5px;
}

    .login form {
        font-family: 'focoLight';
        font-size: 0.8em;
        color: #fff;
    }

        .login form a {
            color: #fff;
            text-decoration: none;
        }

            .login form a:hover {
                text-decoration: underline;
            }

    .login table {
        width: 90%;
        margin: 5px 0 0 0;
        float: right;
    }

        .login table img {
            vertical-align: middle;
            margin-bottom: 3px;
        }

    .login input[type=text] {
        /*width: 80%;
        padding: 4px;
        border-radius: 3px;
        border: 1px solid #999;
        background: #fff;
        outline: none;
        box-shadow: inset 1px 1px 1px #333;
        color: #999;*/

        max-width: 176px;
        height: 24px;
        padding: 5px;
        background: #FFF;
        border: none;
        border-radius: 2px;
    }

    .login input[type=password] {
        /*width: 80%;
        padding: 4px;
        border-radius: 3px;
        border: 1px solid #999;
        background: #fff;
        outline: none;
        box-shadow: inset 1px 1px 1px #333;
        color: #999;*/

        max-width: 176px;
        height: 24px;
        padding: 5px;
        background: #FFF;
        border: none;
        border-radius: 2px;
    }

    .login input[type=submit], input[type=button] {
        width: 50px;
        height: 25px;
        cursor: pointer;
        box-shadow: 1px 1px 1px #333;
        border-radius: 2px;
        border: 1px solid #333;
        background-repeat: no-repeat;
    }

    .login input[type=submit], input[type=button]:hover {
        width: 50px;
        height: 25px;
        /*background: url(../Content/Images/btOk-hover.png);*/
        box-shadow: 1px 1px 1px #333;
        border-radius: 2px;
        border: 1px solid white;
        background-repeat: no-repeat;
        background-color: #4f0072;
        color: white
    }

    .espacoLoginSenha{
        width:31px;
    }

.lembrar {
    width: 26%;
    padding: 1%;
    font-size: 1em;
    /*background: #ccc;
    border-radius: 2px;
    color: #333;
    box-shadow: 1px 1px 1px #333;*/
}

.iconeMenu, #loginRetratil {
    display: none;
}

.leiaMais {
    background: #ff5800;
    border: 2px solid #d34b03;
    border-radius: 4px;
    padding: 2%;
    margin: 0;
    outline: none;
    box-shadow: -2px -1px 0px #d34b03;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    color: #fff;
    font-family: 'focoLight';
    font-size: 1.10em;
}

    .leiaMais:hover {
        background: #fff;
        color: #ff5800;
        transition: ease-in-out 0.5s;
    }

    .leiaMais:active {
        transform: translate(-2px, -4px);
        transition: 0.2s;
        outline: none;
        box-shadow: none;
        transition: ease-in-out 0.2s;
    }

#videos {
    width: 100%;
    float: left;
    padding: 20px 0;
    background: #ccc;
    display: flex;
    justify-content: center;
}

.box {
    width: 40%;
    max-width: 600px;
    height: 500px;
    float: left;
    background: #fff;
    margin: 5%;
    box-shadow: 2px 2px 2px #ccc;
    position: relative;
    box-shadow: 2px 2px 2px #999;
}

    .box img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .box p {
        padding: 2% 5% 0 5%;
        font-family: 'focoLight';
        text-align: justify;
        font-size: 1.04em;
    }

    .box h5 {
        width: 80%;
        height: 90px;
        padding: 4% 2% 0 2%;
        font-family: 'focoLight';
        color: #fff;
        font-size: 1.25em;
        float: left;
        box-sizing: border-box;
    }

.iconFront {
    width: 20%;
    float: left;
}

/*lp - presentation */

.presentation {
    width: 100%;
    float: left;
}

.presentation .side {
    width: 50%;
    padding: 50px 20px;
    float: left;
    box-sizing: border-box;
}

@media screen and (max-width:823px) {
    .presentation .side {
        padding: 20px;
    }
}

@media screen and (max-width:823px) {
    .presentation .side {
        width: 100%;
    }
}

.presentation .side .player {
    width: 400px;
    float: right;
    position: relative;
}

@media screen and (max-width:823px) {
    .presentation .side .player {
        width: 100%;
        height: auto;
        float: none;
    }
}

.presentation .side video, .presentation .side .cover img {
    width: 100%;
    height: auto;
}

.presentation .side .cover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    cursor: pointer;
    transition: opacity 0.5s;
}

.presentation .side .cover:hover {
   opacity: 0.7;
}

.presentation .side p {
    width: 435px;
    padding: 0 0 7px;
    color: #333;
    font-size: 1.05rem;
    line-height: 1.4rem;
    font-family: 'focoLight';
}

@media screen and (max-width:823px) {
    .presentation .side p {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .presentation .side h1 {
        width: 100%;
        padding-top: 0
    }
}

.presentation .side:first-of-type {
    text-align: right;
}

.presentation .side:last-of-type {
    text-align: left;
    padding-left: 40px;
}

@media screen and (max-width:823px) {
    .presentation .side:last-of-type {
        padding: 20px;
    }
}

.presentation .side .novoBtnPadrao {
    margin: 15px 20px 0 0;
    padding: 10px 15px;
    border-radius: 5px;
    border: none;
    background: #ff5800;
    color: #fff;
    transition: background 0.5s;
}

@media screen and (max-width:480px) {
    .presentation .side .novoBtnPadrao {
        width: 100%;
        margin: 10px 0 10px;
    }
}

.presentation .side .novoBtnPadrao:hover {
    background: #cc3300;
    cursor: pointer;
}
/*FIM lp - presentation */


#orientador {
    width: 100%;
    padding: 30px 3%;
    float: left;
    box-sizing: border-box;
}

    #orientador h1 {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        color: #333;
        font-family: 'foco';
        font-size: 1.8em;
    }

    #orientador h2 {
        width: 100%;
        margin-bottom: 10px;
        font-family: 'focoLight';
        font-size: 1.15em;
        color: #666;
    }

    #orientador p {
        font-family: 'focoLight';
        margin-bottom: 20px;
        text-align: justify;
        color: #333;
        line-height: 1.25em;
        font-size: 1.04em;
    }

    #orientador form {
        width: 100%;
        float: left;
        margin: 0 0 5%;
        padding: 1%;
        border: 2px solid #992529;
        box-sizing: border-box;
    }

    #orientador table {
        width: 100%;
        padding: 1% 1% 1% 2%;
        float: left;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #ccc;
    }

    #orientador input[type=text] {
        width: 90%;
        float: left;
        color: #000;
        font-family: 'focoLight';
        font-size: 1.10em;
        border: none !important;
        outline: none;
        border: 1px solid #ccc;
    }

    #orientador input[type=button] {
        width: auto;
        height: 40px;
        padding: 0 5%;
        float: right;
        background: #992529;
        border: 1px solid #992529;
        color: #fff;
        font-size: 1.05em;
        cursor: pointer;
        transition: 0.2s;
    }

        #orientador input[type=button]:hover {
            background: #ff5800;
            border: 1px solid #ff5800;
            transition: 0.2s;
        }

.emailsubmit {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    text-align: center;
    width: 95px;
    padding-top: 10px;
    height: 30px;
    float: right;
    background: #992529;
    border: 1px solid #992529;
    color: #fff;
    font-family: 'focoLight';
    font-size: 1.05em;
    cursor: pointer;
    transition: 0.2s;
}

    .emailsubmit:hover {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none;
        text-align: center;
        background: #ff5800;
        border: 1px solid #ff5800;
        transition: 0.2s;
    }

#contentEsq {
    width: 70%;
    padding-right: 1.5%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #999;
}

#contentDir {
    width: 30%;
    padding: 1.5% 0 0 1.5%;
    float: left;
    box-sizing: border-box;
}

    #contentDir img {
        width: 100%;
        height: auto;
        float: left;
        margin: 0 0 7%;
    }

.textoExperimente {
    color: #992529;
    text-align: center;
    padding: 8px 0;
    font-size: 1.10em !important;
    font-family: 'foco';
}

#container {
    margin: 0 auto;
    width: 100%;
    overflow: auto;
    box-sizing: border-box;
}

    #container table {
        width: 90%;
        margin-left: 20px;
        padding: 1% 1% 1% 2%;
        float: left;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #EDEDED;
        border: 2px solid #992529;
    }

    #container input[type=text] {
        width: 100%;
        float: left;
        color: #666;
        font-family: 'focoLight';
        font-size: 1.10em;
        border: none !important;
        outline: none;
    }

    #container #mensagemnewfreetrial1 {
        color: #ff5800;
        font-family: 'foco';
        font-size: 1em;
        text-align: right;
    }

#containerInterno {
    margin: 0 auto;
    width: 100%;
    padding: 0 2%;
    overflow: auto;
    box-sizing: border-box;
}

    #containerInterno table {
        width: 100%;
        margin-bottom: 20px;
        float: left;
        border-collapse: collapse;
        border: 1px solid #333;
        font-family: 'focoLight';
    }

    #containerInterno th, #containerInterno td {
        border: 1px solid #333;
        padding: 1%;
    }

    #containerInterno #advertising table {
        width: 90%;
        margin-left: 20px;
        padding: 1% 1% 1% 2%;
        float: left;
        box-sizing: border-box;
        background: #fff;
        border: 1px solid #EDEDED;
        border: 2px solid #992529;
    }

    #containerInterno #advertising td {
        border: none !important;
    }

#advertising input[type=text] {
    width: 100%;
    float: left;
    color: #666;
    font-family: 'focoLight';
    font-size: 1.10em;
    border: none !important;
    outline: none;
}

#advertising #mensagemnewfreetrial1 {
    color: #ff5800;
    font-family: 'foco';
    font-size: 1em;
    text-align: right;
}

.banner {
    position: relative;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

    .rslides li {
        -webkit-backface-visibility hidden;
        position: absolute;
        display: none;
        width: 100%;
        left: 0;
        top: 0;
    }

        .rslides li:first-child {
            position: relative;
            display: block;
            float: left;
        }

    .rslides img {
        display: block;
        height: auto;
        float: left;
        width: 100%;
        border: 0;
    }

.centered-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 50%;
    left: 0;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    margin-top: -45px;
}

    .centered-btns_nav:active {
        opacity: 1.0;
    }

    .centered-btns_nav.next {
        left: auto;
        background-position: right top;
        right: 0;
    }

.transparent-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0;
    left: 0;
    display: block;
    background: #fff; /* Fix for IE6-9 */
    opacity: 0;
    filter: alpha(opacity=1);
    width: 48%;
    text-indent: -9999px;
    overflow: hidden;
    height: 91%;
}

    .transparent-btns_nav.next {
        left: auto;
        right: 0;
    }

.large-btns_nav {
    z-index: 3;
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0.6;
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    background: #000 url("themes.gif") no-repeat left 50%;
    width: 38px;
}

    .large-btns_nav:active {
        opacity: 1.0;
        background: red;
    }

    .large-btns_nav.next {
        left: auto;
        background-position: right 50%;
        right: 0;
    }

    .centered-btns_nav:focus, .transparent-btns_nav:focus, .large-btns_nav:focus {
        outline: none;
    }

.centered-btns_tabs, .transparent-btns_tabs, .large-btns_tabs {
    width: 100%;
    margin-top: 5px;
    text-align: center;
}

    .centered-btns_tabs li, .transparent-btns_tabs li, .large-btns_tabs li {
        display: inline;
        float: none;
        _float: left;
        *float: left;
        margin-right: 12px;
    }

    .centered-btns_tabs a,
    .transparent-btns_tabs a,
    .large-btns_tabs a {
        text-indent: -9999px;
        overflow: hidden;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        background: #ccc;
        background: rgba(0,0,0, .2);
        display: inline-block;
        _display: block;
        *display: block;
        -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
        -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
        box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
        width: 15px;
        height: 15px;
    }

.centered-btns_here a, .transparent-btns_here a, .large-btns_here a {
    background: #ccc;
    background: #ff5800;
}

.explicacao {
    width: 70%;
    padding: 1%;
    background: #fff;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 10%;
    left: 3%;
}

    .explicacao p {
        width: 100%;
        padding: 0 5%;
        font-family: 'focoLight';
        float: left;
        margin-bottom: 8px;
        font-size: 1.1em;
        color: #333;
        box-sizing: border-box;
    }

.titulo {
    width: 100%;
    padding: 0 5%;
    font-family: 'foco';
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.4em;
    color: #666;
    box-sizing: border-box;
    float: left;
}

.mais {
    width: 100%;
    padding: 0 5%;
    text-align: right;
    float: left;
    box-sizing: border-box;
}

#trilha {
    /*background-image: url(Images/sprite_home.png);*/
    background-image: url(Images/sprite2.png);
    background-repeat: no-repeat;
    /*background-position: center -160px;*/
    background-position: center -385px;
    height: 90px;
    background-color: #9a9b9c;
}

#video:hover > #trilha, #teste:hover > #clock, #agende:hover > #calendario {
    transform: rotateY(360deg);
    transition: ease-in-out 1s;
}

h6 {
    width: 97%;
    padding: 5px 0;
    margin: 30px 1.5% 10px 1.5%;
    float: left;
    font-family: 'foco';
    font-size: 1.35em;
    color: #ff5800;
    border-bottom: 2px solid #ff5800;
}

#clock {
    background-image: url(Images/sprite_home.png);
    background-repeat: no-repeat;
    background-position: center -235px;
    height: 90px;
    background-color: #9a9b9c;
}

#calendario {
    background-image: url(Images/sprite_home.png);
    background-repeat: no-repeat;
    background-position: center -310px;
    height: 90px;
    background-color: #9a9b9c;
}

/*TESTANDO*/
#agende h5 {
    background: #009fda;
}

#agende button {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 1.15em;
}

#teste h5 {
    background: #34b233;
}

#teste button {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 1.15em;
}

#video h5 {
    background: #ff5800;
}

#video button {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-size: 1.15em;
}
/*#video,#teste,#agende{margin-top:-150px;opacity:0;}*/

/*.play {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: url(../Content/Images/bgPlay.png) repeat;
}*/

    /*.play img {
        width: 30%;
        height: auto;
        margin-top: 20%;
        cursor: pointer;
    }*/

#experimente img {
    width: 50%;
    height: auto;
    cursor: pointer;
}

#produtos {
    width: 100%;
    min-height: 100px;
    float: left;
    margin-bottom: 70px;
    padding: 10px 0;
}

.produto01, .produto02, .produto03, .produto04 {
    width: 24.8%;
    padding: 10px 0;
    float: left;
    border-right: 1px solid #999;
    text-align: center;
    opacity: 0;
    margin-top: -10px;
}

    .produto01 img, .produto02 img, .produto03 img, .produto04 img {
        width: 70%;
        height: auto;
    }

        .produto01 img:hover, .produto02 img:hover, .produto03 img:hover, .produto04 img:hover {
            opacity: 0.5;
            transition: ease-in 0.5s;
        }

.produto04 {
    border: none;
}

footer {
    width: 100%;
    background: #6f6f6f url(../Content/Images/footerBG.png) repeat-x;
    clear: both;
    position: relative;
    float: left;
}

#containerFooter {
    width: 98%;
    margin: 0 auto;
}

#esq {
    width: 60%;
    float: left;
}

#socialMedia {
    width: 40%;
    margin-top: -20px;
    float: right;
}

    #socialMedia a {
        width: 40px;
        height: 40px;
        margin-right: 1%;
        float: right;
        cursor: pointer;
    }

#copy {
    width: 1100px;
    margin-top: 5px;
    float: left;
    color: #fff;
    font-family: 'focoLight';
    font-size: 0.8em;
    text-align:center;
}

#tel {
    width: 1100px;
    margin: 20px 0;
    float: left;
    font-family: 'foco';
    color: #fff;
    font-family: 1.25em;
    text-align:center;
}

.facebook {
    background: url(Images/sprite_home.png) 0 0;
    transition: 0.5s;
}

    .facebook:hover {
        background: url(Images/sprite_home.png) 40px 0;
        transition: 0.5s;
    }

.twitter {
    background: url(Images/sprite_home.png) 0 -40px;
    transition: 0.5s;
}

    .twitter:hover {
        background: url(Images/sprite_home.png) 40px -40px;
        transition: 0.5s;
    }

.linkedin {
    background: url(Images/sprite_home.png) 0 -80px;
    transition: 0.5s;
}

    .linkedin:hover {
        background: url(Images/sprite_home.png) 40px -80px;
        transition: 0.5s;
    }

.youtube {
    background: url(Images/sprite_home.png) 0 -120px;
    transition: 0.5s;
}

    .youtube:hover {
        background: url(Images/sprite_home.png) 40px -120px;
        transition: 0.5s;
    }

#videoFrame {
    position: relative;
    width: 70%;
    background: #ccc;
    position: fixed;
    top: -1500px;
    left: 50%;
    margin: 0 -35%;
    z-index: 1001;
    display: none;
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

#mascara {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1000;
    display: none;
}

.fechar {
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 100%;
    background: #ff5800;
    cursor: pointer;
    font-family: 'foco';
    /*display: none;*/
    z-index: 1002;
}

.fechar2 {
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 3px 8px;
    color: #fff;
    border-radius: 100%;
    background: #ff5800;
    cursor: pointer;
    font-family: 'foco';
    z-index: 1002;
}

.fecharExperimente {
    height: 100%;
    position: absolute;
    top: 10%;
    right: 10px;
    color: #fff;
    cursor: pointer;
}

.fecharComunicado {
    position: absolute;
    font-size:1.5rem;
    right:0;
    top: -7%;
    color: #fff;
    cursor: pointer;
}

#vantagens {
    width: 100%;
    padding: 2% 0;
    background: #fff;
    float: left;
    border-top: 2px solid #b9b5b5;
    border-bottom: 2px solid #b9b5b5;
    box-sizing: border-box;
}

#tituloVantagens {
    width: 97%;
    padding: 5px 0;
    margin: 0 1.5% 10px 1.5%;
    float: left;
    box-sizing: border-box;
    font-family: 'foco';
    font-size: 1.35em;
    border: 1px solid #ff5800;
    color: #ff5800;
    text-align: center;
}

.item {
    width: 25%;
    float: left;
    padding: 1.5%;
    box-sizing: border-box;
}

    .item h4 {
        width: 100%;
        height: 50px;
        float: left;
        text-align: center;
        font-family: 'foco';
        font-size: 1.30em;
        color: #666;
        margin-bottom: 10px;
    }

    .item p {
        width: 100%;
        float: left;
        text-align: center;
        font-family: 'focoLight';
        color: #666;
        transition: 0.5s;
        font-size: 1.04em;
    }

.icone {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

    .icone img {
        max-width: 30%;
        height: auto;
    }

.item:hover > .icone {
    transform: rotateY(360deg);
    transition: ease-in-out 1s;
}

.item:hover > p {
    color: #000;
    transition: ease-in-out 1s;
}

#modalContrato {
    width: 80%;
    height: 80%;
    top: -1500px;
    left: 50%;
    margin: 0 -40%;
    padding: 2%;
    position: fixed;
    background: #fff;
    z-index: 1;
    opacity: 0;
    filter: alpha(opacity=1);
}

    #modalContrato table {
        width: 100%;
        float: left;
    }

    #modalContrato h6, #sessao h6, #logout h6 {
        width: 98%;
        background: #ff5800;
        padding: 1%;
        margin: 0 0 0 0;
    }

        #modalContrato h6 img, #logout h6 img, #sessao h6 img {
            max-width: 70%;
        }

#modalTitulo {
    width: 98%;
    min-height: 20px;
    float: left;
    margin: 20px 1% 10px 1%;
    font-family: 'foco';
    font-size: 1.25em;
    border-bottom: 1px solid #333;
}

#textoContrato {
    width: 96%;
    height: 75%;
    padding: 0 2%;
    overflow-y: auto;
    *overflow-x: hidden;
    float: left;
    font-family: 'focoLight';
}

    #textoContrato p {
        line-height: 1.25em;
        margin-bottom: 10px;
        text-align: justify;
    }

.btsContrato, .btsContratoMobi {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}

.bt {
    width: 30%;
    padding: 1%;
    color: #fff;
    font-family: 'foco';
    font-size: 1.15em;
    margin: 0 1%;
    cursor: pointer;
    box-shadow: 1px 1px 1px #999;
    /*float: left;*/
}

#modalExperimente{
    width: 40%;
    padding: 2%;
    background: #fff;
    position: fixed;
    top: -800px;
    left: 50%;
    margin: 0 -20%;
    z-index: 1001;
    display: none;
    font-family: 'focoLight';
}

#modalComunicado {
    position: fixed;
    top: 60px !important;
    left: 50%;
    margin: 0 -200px;
    background: #F2F5F6;
    font-size: .9rem;
    box-shadow: 2px 2px 2px #333;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    display:none;
    z-index: 1001;
}

#tituloModalExperimente {
    width: 96%;
    padding: 0 2%;
    float: left;
    margin-bottom: 20px;
    font-family: 'foco';
    font-size: 1.25em;
    background: #ff5800;
    position: relative;
}

    #tituloModalExperimente img {
        width: 70%;
    }

#aceito, #aceitoMobi {
    background: #34b233;
    border: 1px solid #34b233;
    transition: 0.5s;
}

    #aceito:hover {
        background: #087007;
        border: 1px solid #087007;
        transition: 0.5s;
    }

#naoAceito, #naoAceitoMobi {
    background: #ff5800;
    border: 1px solid #ff5800;
    transition: 0.5s;
}

    #naoAceito:hover {
        background: #cf4b05;
        border: 1px solid #cf4b05;
        transition: 0.5s;
    }

#navegar, #navegarMobi {
    background: #009fda;
    border: 1px solid #009fda;
    transition: 0.5s;
}

.erro {
    font-family: 'foco';
    font-size: 1.25em;
    height: 22px;
}

    .erro li {
        list-style: none;
        display: inline;
        margin-right: 5px;
    }

.validation-summary-errors {
    background-image: url(../Content/Images/error.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 22px;
    height:20px;
}

#fixo {
    display: none;
}

/*janela sess�o*/
#sessao, #logout {
    width: 40%;
    top: -450px;
    left: 50%;
    margin: 0 -20%;
    padding: 2%;
    position: relative;
    position: fixed;
    background: #fff;
    z-index: 1001;
}

    #sessao p, #logout p {
        width: 98%;
        font-family: 'focoLight';
        font-size: 1.15em;
        margin-bottom: 8px;
        padding: 0 1%;
        text-align: justify;
        position: relative;
    }

    #sessao h6, #logout h6 {
        width: 98%;
        margin-bottom: 10px;
        background: #ff5800;
        padding: 1%;
        font-family: 'foco';
        font-size: 1.25em;
        color: #fff;
        position: relative;
        text-align: center;
    }

        #sessao h6 img, #logout h6 img {
            width: 90%;
        }

#fone {
    width: 100%;
    float: left;
    font-family: 'foco';
    font-size: 1em;
    padding: 5px 0;
    text-align: justify;
    border-top: 1px solid #000;
}

#sessao form, #logout form {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

#encerrar, #naoEncerrar, #oklogout {
    padding: 1%;
    background: #ff5800;
    border: 1px solid #ff5800;
    color: #fff;
    font-size: 1.15em;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'focoLight';
}

    #encerrar:hover, #naoEncerrar:hover, #oklogout:hover {
        background: #007f64;
        border: 1px solid #007f64;
        transition: 0.5s;
    }

#naoEncerrar {
    /*width: unset;
    height: unset;
    box-shadow: unset;
    border-radius: unset;*/
    width: 25%;
    height: 18%;
    box-shadow: none;
    border-radius: 0;
}

#FormRecuperarSenha {
    width: 40%;
    top: -1500px;
    left: 50%;
    margin: 0 -20%;
    padding: 2%;
    position: relative;
    position: fixed;
    background: #fff;
    z-index: 1001;
    display: none;
}

    #FormRecuperarSenha h6 {
        width: 98%;
        margin-bottom: 10px;
        background: #ff5800;
        padding: 1%;
        font-family: 'foco';
        font-size: 1.25em;
        color: #fff;
        position: relative;
        text-align: center;
    }

        #FormRecuperarSenha h6 img {
            width: 90%;
        }

    #FormRecuperarSenha p {
        width: 98%;
        font-family: 'focoLight';
        font-size: 1.15em;
        padding: 0 1%;
        text-align: justify;
        position: relative;
    }

    #FormRecuperarSenha form {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }

    #FormRecuperarSenha input[type=text] {
        padding: 1.5%;
        width: 69%;
        border: 1px solid #999;
        background: #ececec;
        color: #333;
        margin-bottom: 1px;
        float: left;
    }

#BtnRecuperarSenha {
    padding: 1%;
    background: #ff5800;
    border: 1px solid #ff5800;
    color: #fff;
    font-size: 1.0em;
    cursor: pointer;
    transition: 0.5s;
    font-family: 'focoLight';
    margin-top: 0px;
    float: right;
}

    #BtnRecuperarSenha:hover {
        background: #007f64;
        border: 1px solid #007f64;
        transition: 0.5s;
    }

#msgErroRecuperarSenha {
    width: 98%;
    font-family: 'focoLight';
    font-size: 1em;
    padding: 0 0%;
    text-align: justify;
    position: relative;
    bottom: -10px;
    color: red;
    float: left;
    display: none;
}

.experimente {
    width: 28%;
    border-radius: 50%;
    padding: 7%;
    background: #ff5800;
    margin: 0 auto;
    box-sizing: border-box;
}

.agende {
    width: 28%;
    border-radius: 100%;
    padding: 7%;
    background: #e2e2e2;
    margin: 0 auto;
    box-sizing: border-box;
}

figure img {
    max-width: 100%;
    height: auto;
}

.trial:hover > .iconeTrial {
    transform: rotateY(360deg);
    transition: ease-in-out 1s;
}

.trial p {
    padding: 2% 5% 5% 5%;
    font-family: 'focoLight';
    font-size: 1.04em;
    text-align: justify;
}

#gotoTop {
    border-radius: 100%;
    border: 2px solid #ff5800;
    width: 60px;
    height: 60px;
    background: #ccc;
    position: fixed;
    right: 10px;
    bottom: 10px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    display: none;
    z-index: 999;
}

#up {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #666;
}

    #up:hover {
        border-bottom: 20px solid #ff5800;
    }

.negrito {
    font-family: 'foco' !important;
    font-size: 1.04em;
}

    .negrito a {
        color: #333;
    }

        .negrito a:hover {
            color: #ff5800;
        }

#containerInterno {
    margin: 0 auto;
    width: 100%;
    padding: 0 2%;
    overflow: auto;
    box-sizing: border-box;
}

#noticia {
    width: 68%;
    margin: 30px 2% 0 0;
    padding: 3%;
    float: left;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #ccc;
}

    #noticia p a {
        color: #ff5800;
    }

    #noticia .secao {
        width: 100%;
        float: left;
        font-family: 'foco';
        font-size: 1.3em;
        color: #333;
        border-bottom: 1px dotted #666;
        margin-bottom: 20px;
    }

    #noticia h2 {
        width: 100%;
        ;
        float: left;
        font-family: 'foco';
        font-size: 1.5em;
        color: #ff5800;
        margin: 15px 0 20px;
        box-sizing: border-box;
    }

    #noticia p {
        width: 100%;
        padding: 0 1%;
        font-family: 'focoLight';
        font-size: 1.04em;
        text-align: justify;
        margin-bottom: 12px;
        box-sizing: border-box;
        line-height: 1.15em;
    }

    #noticia ul {
        width: 100%;
        padding: 0 0 0 3%;
        margin: 10px 0;
        float: left;
        list-style: none;
        box-sizing: border-box;
    }

    #noticia li {
        text-align: justify;
        margin-bottom: 8px;
        font-family: 'focoLight';
        font-size: 1.04em;
        line-height: 1.25em;
    }

    #noticia th {
        background: #FF5800;
        color: #FFF;
        border: 1px solid #FF5800;
    }

.destacar {
    color: #f84709 !important;
}

.back {
    width: 100%;
    float: left;
    border-top: 1px solid #ff5800;
    margin-top: 20px;
    padding-top: 10px;
}

.voltar {
    float: right;
    background: #999;
    border: 3px solid #333;
    border-radius: 4px;
    padding: 1% 3%;
    margin: 15px 0;
    outline: none;
    box-shadow: -3px -2px 0px #333;
    transition: ease-in-out 0.2s;
    cursor: pointer;
    color: #fff;
    font-family: 'focoLight';
    font-size: 1.25em;
}

    .voltar:hover {
        background: #ccc;
        color: #333;
        transition: ease-in-out 0.5s;
    }

    .voltar:active {
        transform: translate(-2px, -4px);
        transition: 0.2s;
        outline: none;
        box-shadow: none;
        transition: ease-in-out 0.2s;
    }

#destaque {
    width: 100%;
}

    #destaque img {
        width: 100%;
        height: auto;
    }

#advertising {
    width: 30%;
    margin: 30px 0 0 0;
    float: left;
    box-sizing: border-box;
}

.trial {
    width: 100%;
    padding: 4% 3% 3% 3%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px #ccc;
    text-align: center;
    box-sizing: border-box;
}

    .trial h3, .trial h4, .trial h5 {
        width: 100%;
        margin-bottom: 9px;
        padding: 2% 1%;
        font-family: 'focoLight';
        color: #333;
        font-size: 1.35em;
        box-sizing: border-box;
    }

    .trial button, .box button {
        background: #ff5800;
        border: 3px solid #d34b03;
        border-radius: 4px;
        padding: 3%;
        margin: 10px 20px 20px 20px;
        outline: none;
        box-shadow: -3px -2px 0px #d34b03;
        transition: ease-in-out 0.2s;
        cursor: pointer;
    }

        .trial button:active, .box button:active {
            transform: translate(-2px, -4px);
            transition: 0.2s;
            outline: none;
            box-shadow: none;
            transition: ease-in-out 0.2s;
        }

    .trial a button, .box a button {
        color: #fff;
        text-decoration: none;
        font-size: 1.25em;
    }

    .trial button:hover, .box button:hover {
        background: #f87029;
    }

.iconeTrial {
    width: 100%;
    margin: 0 0 20px 0;
    float: left;
}

#formAgende {
    width: 77%;
    padding: 4px 0 20px 27%;
    float: left;
    /*border-right: 1px solid #333;*/
    margin-bottom: 30px;
    box-sizing: border-box;
}

    #formAgende h2 {
        width: 100%;
        float: left;
        font-family: 'foco';
        font-size: 1.15em;
        margin-bottom: 20px;
    }

    #formAgende table {
        width: 100%;
        float: left;
    }

    #formAgende form {
        width: 100%;
        font-family: 'focoLight';
    }

    #formAgende input[type=text], #formAgende select {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
        border: 1px solid #333;
        background: #fff;
        font-family: 'focoLight';
        color: #666;
        font-size: 1em;
        outline: none;
        margin-bottom: 10px;
    }

        #formAgende input[type=text]:focus, #formAgende select:focus {
            border: 1px solid #ff5800;
        }

    #formAgende input[type=submit] {
        width: 100%;
        color: #fff;
        background: #ff5800;
        border: 1px solid #ff5800;
        padding: 2% 0;
        font-size: 1.15em;
        cursor: pointer;
        transition: 0.5s;
    }

        #formAgende input[type=submit]:hover {
            background: #34b233;
            border: 1px solid #34b233;
            transition: 0.5s;
        }

#agenda {
    width: 60%;
    padding: 0 2%;
    float: left;
    box-sizing: border-box;
}

    #agenda img {
        width: 100%;
        height: auto;
    }

#emailSent {
    width: 50%;
    height: auto;
    margin: 50px auto 0;
    padding: 10px;
    background: #ff5800;
    border: 1px dotted #d5d4d4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

/*fim da janela*/

#erro {
    width: 96%;
    padding: 2%;
    margin: 0 0 80px 0;
    padding-bottom: 50px;
    float: left;
    background: #d5d4d4;
    position: relative;
}

    #erro p {
        width: 94%;
        margin-bottom: 8px;
        padding: 0 3%;
        float: left;
    }

    #erro img {
        vertical-align: top;
    }

.msgErro {
    color: #ff5800;
    font-family: 'foco';
    font-size: 2.5em;
    background-image: url(../content/images/bulletCinza.png);
    background-repeat: no-repeat;
    background-position: left -2393px;
}

.erroTexto {
    width: 100%;
    min-height: 30px;
    font-family: 'foco';
    font-size: 1.25em;
}

#welcome {
    width: 96%;
    padding: 2%;
    margin: 0 0 0 0;
    padding-bottom: 50px;
    float: left;
    background: #d5d4d4;
    position: relative;
}

    #welcome p {
        width: 94%;
        margin-bottom: 8px;
        padding: 0 3%;
        float: left;
    }

    #welcome p {
        float: none;
        margin-bottom: 15px;
    }

    #welcome ul {
        list-style: inside disc;
        margin-bottom: 15px;
        padding: 0 3% 0 6%;
    }

    #welcome li {
        margin-bottom: 9px;
    }

    #welcome img {
        vertical-align: top;
    }

.msgWelcome {
    color: #ff5800;
    font-family: 'foco';
    font-size: 2.5em;
    background-image: url(../content/images/bulletCinza.png);
    background-repeat: no-repeat;
    background-position: left -2393px;
}

.welcomeTexto {
    width: 100%;
    min-height: 30px;
    font-family: 'foco';
    font-size: 1.25em;
    border-bottom: 1px solid #999;
}

.acessBt {
    display: block;
    width: 400px;
    height: 22px;
    margin: 50px auto 0;
    padding: 18px 0;
    clear: both;
    float: none;
    background-color: #4D4F53;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    font-family: foco;
    font-size: 18px;
    cursor: pointer;
    outline: 0;
}

    .acessBt:hover {
        background-color: #007F64;
    }

/*Treinamento*/
#corpo {
    background: #6f6f6f;
}

#treinamento {
    margin: 0 auto;
    width: 100%;
    padding: 50px 5% 0 5%;
    overflow: auto;
    box-sizing: border-box;
    background: #ececec;
}

#tituloAgenda {
    width: 100%;
    background: #666;
    color: #fff;
    font-family: 'foco';
    font-size: 1.15em;
    padding: 1% 4%;
    box-sizing: border-box;
}

#formAgende {
    width: 77%;
    padding: 4px 0 20px 27%;
    float: left;
    /*border-right: 1px solid #333;*/
    margin-bottom: 30px;
    box-sizing: border-box;
}

    #formAgende h2 {
        width: 100%;
        float: left;
        font-family: 'foco';
        font-size: 1.15em;
        margin-bottom: 20px;
        text-align: center;
    }

    #formAgende table {
        width: 100%;
        float: left;
    }

    #formAgende form {
        width: 100%;
        font-family: 'focoLight';
    }

    #formAgende input[type=text], #formAgende select {
        width: 100%;
        padding: 2%;
        box-sizing: border-box;
        border: 1px solid #333;
        background: #fff;
        font-family: 'focoLight';
        color: #666;
        font-size: 1em;
        outline: none;
        margin-bottom: 10px;
    }

        #formAgende input[type=text]:focus, #formAgende select:focus {
            border: 1px solid #ff5800;
        }

    #formAgende input[type=submit] {
        width: 100%;
        color: #fff;
        background: #ff5800;
        border: 1px solid #ff5800;
        padding: 2% 0;
        font-size: 1.15em;
        cursor: pointer;
        transition: 0.5s;
    }

        #formAgende input[type=submit]:hover {
            background: #34b233;
            border: 1px solid #34b233;
            transition: 0.5s;
        }

.link-agenda {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 10px;
    font-size: 1.15em;
    font-family: 'foco';
}

    .link-agenda a {
        text-decoration: none;
        color: #ff5800;
    }

    .link-agenda a:hover {
        color: #34b233;
        transition: 0.5s;
    }	

#emailSent {
    width: 50%;
    height: auto;
    margin: 50px auto 0;
    padding: 10px;
    background: #ff5800;
    border: 1px dotted #d5d4d4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

p.mkt {
    margin-top: 30px;
    padding-top: 5px !important;
    border-top: 1px dotted #333;
}

@media (min-width:1300px) {
    .explicacao {
        width: 60%;
        padding: 1%;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 6% !important;
        left: 2%;
    }

        .explicacao .titulo {
            width: 100%;
            padding: 0 5%;
            font-family: 'foco';
            margin-bottom: 10px;
            text-align: left;
            font-size: 1.7em;
            color: #666;
            box-sizing: border-box;
        }

        .explicacao p {
            width: 100%;
            padding: 0 5%;
            font-family: 'focoLight';
            float: left;
            margin-bottom: 8px;
            font-size: 1.2em;
            text-align: justify;
            color: #333;
            box-sizing: border-box;
        }

    .leiaMais {
        background: #ff5800;
        border: 1px solid #ff5800;
        padding: 1.5%;
        color: #fff;
        font-size: 1.2em;
        cursor: pointer;
        transition: ease-in-out 0.5s;
    }
}

@media (max-width:1024px) {
    .box h5 {
        padding: 4% 2% 0 2%;
        font-size: 1.15em;
    }

    .trial h3, .trial h4, .trial h5 {
        width: 100%;
        margin-bottom: 10px;
        padding: 2% 0;
        font-family: 'focoLight';
        color: #333;
        font-size: 1.15em;
        box-sizing: border-box;
    }

    .logoTopo {
        width: 40%;
        padding: 20px 0 0 1%;
        float: left;
    }

        .logoTopo img {
            width: 100%;
            height: auto;
        }

    .login {
        width: 56%;
        float: right;
        margin-left: 0;
        padding-right: 1%;
    }

        .login table {
            width: 90%;
            padding: 0;
            float: right;
        }

    #loginRetratil {
        display: none;
    }

    #formAgende {
        width: 100%;
        padding: 0 2%;
        float: left;
        border-right: none;
        box-sizing: border-box;
    }

    #agenda {
        width: 100%;
        padding: 0 2%;
        float: left;
        margin-bottom: 50px;
        box-sizing: border-box;
    }

    .explicacao {
        left: 2%;
        top: 6%;
    }

        .explicacao p {
            font-size: 1em;
        }

        .explicacao .titulo {
            font-size: 1.2em;
        }

    #contentEsq {
        width: 60%;
    }

    #contentDir {
        width: 38%;
        margin-left: 2%;
        float: left;
        box-sizing: border-box;
    }

    #naoEncerrar {
      width: 32%;
    }
}

@media (max-width:800px) {
    .iconFront {
        width: 30%;
        float: left;
    }

    .box h5 {
        width: 70%;
        height: 90px;
        padding: 4% 2% 0 3%;
        font-family: 'focoLight';
        color: #fff;
        font-size: 1em;
        float: left;
        box-sizing: border-box;
    }

    .trial h3, .trial h4, .trial h5 {
        width: 100%;
        margin-bottom: 10px;
        padding: 2% 1%;
        font-family: 'focoLight';
        color: #333;
        font-size: 1.7em;
        box-sizing: border-box;
    }

    figure img {
        max-width: 55%;
        height: auto;
    }

    .experimente {
        width: 28%;
        border-radius: 50%;
        padding: 7% 2%;
        background: #ff5800;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .agende {
        width: 28%;
        border-radius: 50%;
        padding: 7% 2%;
        background: #e2e2e2;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #orientador h1 {
        font-size: 1.15em;
    }

    #orientador h2 {
        font-size: 1em;
    }

    .item {
        width: 90%;
        float: left;
        margin: 0 5%;
        padding: 1.5%;
        border-bottom: 1px dotted #ccc;
        box-sizing: border-box;
    }

        .item:last-child {
            border: none;
        }

        .item h4 {
            height: 25px;
        }

    .explicacao {
        width: 70%;
        top: 4%;
        left: 2%;
    }

        .explicacao p {
            font-size: 0.9em;
        }

    .leiaMais {
        padding: 1%;
        font-size: 0.9em;
    }

    #noticia {
        width: 100%;
        margin: 20px 2% 0 0;
        padding: 4%;
        float: left;
        background: #fff;
        box-sizing: border-box;
    }

    #advertising {
        width: 100%;
    }

    #gotoTop {
        display: none;
    }

    #contentEsq {
        width: 100%;
        border-right: 0;
    }

    #contentDir {
        width: 100%;
        margin: 0;
        padding: 20px 0 0;
        border-top: 1px solid #999;
        border-left: 0;
    }

        #contentDir img {
            width: 32%;
            margin: 0 0.5% 20px;
            height: auto;
            float: left;
        }
}

@media (max-width:720px) {
    header {
        width: 100%;
        padding-bottom: 0.5%;
        margin-bottom: 10px;
        background: #ff5800;
        position: relative;
    }

    header h1 {
        width: 100%;
        float: left;
        margin-top: 1%;
    }

    #videos {
        display: block;
    }

    .box {
        width: 90%;
        height: auto !important;
        margin-bottom: 10px;
    }

    .iconFront {
        width: 20%;
        float: left;
    }

    .box h5 {
        width: 80%;
        height: 90px;
        padding: 4% 2% 0 3%;
        font-family: 'focoLight';
        color: #fff;
        font-size: 1.15em;
        float: left;
        box-sizing: border-box;
    }

    .trial h3, .trial h4, .trial h5 {
        padding: 2% 0;
        font-size: 1.15em;
    }

    #video button, #teste button, #agende button {
        position: relative !important;
        float: right !important;
        color: #fff;
        font-size: 1.15em;
    }

    .logoTopo {
        width: 100%;
        padding: 10px 0;
        text-align: center;
    }

        .logoTopo img {
            width: 70%;
        }

    .login {
        display: none;
    }

    #loginRetratil {
        width: 100%;
        min-height: 180px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        float: left;
        text-align: center;
        font-family: 'focoLight';
        background: #333;
        display: block;
    }

        #loginRetratil form {
            width: 80%;
            margin: 0 10%;
            padding-top: 20px;
        }

            #loginRetratil form a {
                color: #fff;
                text-decoration: none;
            }

                #loginRetratil form a:hover {
                    text-decoration: underline;
                }

        #loginRetratil table {
            width: 100%;
        }

            #loginRetratil table img {
                margin-bottom: 3px;
            }

        #loginRetratil input[type=text] {
            width: 92%;
            padding: 5px 4px;
            border-radius: 3px;
            border: 1px solid #333;
            background: #fff;
            outline: none;
            box-shadow: inset 1px 1px 1px #333;
            color: #999;
        }

        #loginRetratil input[type=submit] {
            background: #ff5800;
            border: 1px solid #ff5800;
            border-radius: 2px;
            padding: 10% 15%;
            cursor: pointer;
            color: #fff;
            font-family: 'foco';
        }

    .texto {
        text-align: left;
        padding: 0 0 8px 3%;
        color: #fff;
    }

    .banner {
        float: left;
    }

    .lembrarMobile {
        border-radius: 2px;
        padding: 2%;
        color: #333;
        font-size: 1em;
        box-shadow: 1px 1px 1px #333;
        color: #fff;
    }

    .produto {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .produto01, .produto02, .produto03 {
        width: 100%;
        border-bottom: 1px solid #ccc;
    }

    .produto03 {
        border: none;
    }

    footer {
        width: 100%;
        height: auto;
        background: url(../Content/Images/footerBG.png) repeat-x;
        clear: both;
        position: relative;
    }

    #containerFooter {
        width: 100%;
        margin: 0 auto;
    }

    #esq {
        width: 100%;
        float: left;
    }

    #socialMedia {
        width: 95%;
        padding: right:5%;
        position: absolute;
        top: -10px;
        left: 0;
        list-style: none;
    }

    #logoFooter {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 22px 0 0 0;
    }

        #logoFooter img {
            max-width: 90%;
            height: auto;
        }

    #copy {
        width: 100%;
        float: left;
        font-size: 0.7em;
        text-align: center;
    }

    #tel {
        width: 100%;
        margin: 20px 0;
        float: left;
        font-family: 'foco';
        color: #fff;
        font-family: 1.25em;
    }

    .bt {
        width: 40%;
        padding: 1%;
        color: #fff;
        font-family: 'foco';
        font-size: 1.15em;
        margin: 0 1%;
        cursor: pointer;
    }

    .erro {
        text-align: left;
        padding: 0 0 8px 3%;
        color: #fff;
        font-family: 'foco';
        font-size: 0.9em;
    }

    #fixo {
        width: 100%;
        padding: 0;
        float: left;
        background: #ececec;
        display: none;
    }

    #modalContrato {
        display: none;
    }

    .contrato {
        width: 100%;
        float: left;
    }

    #modalTitulo {
        width: 96%;
        min-height: 20px;
        float: left;
        margin: 10px 2% 0 2%;
        font-family: 'foco';
        font-size: 1.15em;
        border-bottom: 1px solid #333;
    }

    #textoContrato {
        width: 94%;
        height: auto;
        padding: 3%;
    }

    .bt {
        width: 94%;
        padding: 2% 0;
        color: #fff;
        font-family: 'foco';
        font-size: 1.15em;
        margin: 0 1% 10px 3%;
        cursor: pointer;
        box-shadow: 1px 1px 1px #999;
        float: left;
        text-align: center;
    }

    .explicacao {
        width: 100%;
        height: 180px;
        padding: 1% 1% 4% 1%;
        background-color: rgba(255, 255, 255, 0.6);
        position: relative;
        float: left;
        top: 0 !important;
        left: 0 !important;
    }

        .explicacao p {
            font-size: 1em !important;
        }

        .explicacao .titulo {
            font-size: 1.2em;
        }

    .image {
        display: none !important;
    }

    .leiaMais {
        padding: 2%;
    }

        .leiaMais:hover {
            padding: 2%;
        }

    .icone img {
        max-width: 15% !important;
        height: auto;
    }

    #noticia h2 {
        margin-bottom: 0;
    }

    #noticia .secao {
        font-size: 1.25em;
    }

    #noticia ul {
        padding: 0 !important;
    }

    #noticia p, #noticia li {
        line-height: 1.25em;
    }

    #destaque {
        display: none;
    }

    #sessao {
        width: 96%;
        top: 0;
        left: 50%;
        margin: 0 -48%;
        padding: 1%;
        position: fixed;
        background: #fff;
        z-index: 1001;
        box-sizing: border-box;
    }

        #sessao p {
            width: 94%;
            font-family: 'focoLight';
            font-size: 1em;
            margin-bottom: 6px;
            padding: 0 3%;
            text-align: justify;
        }

    #formAgende {
        width: 100%;
        padding: 0 2%;
        float: left;
        border-right: none;
        box-sizing: border-box;
    }

    #agenda {
        width: 100%;
        padding: 0 2%;
        float: left;
        margin-bottom: 50px;
        box-sizing: border-box;
    }

    #contentDir {
        width: 100%;
        margin: 0;
        padding: 20px 20% 0;
        border-top: 1px solid #999;
        border-left: 0;
    }

        #contentDir img {
            width: 100%;
            margin-bottom: 10px;
            height: auto;
            float: left;
        }
}

@media (max-width:480px) {
    .explicacao {
        height: 250px;
    }

    #contentDir {
        width: 100%;
        margin: 0;
        padding: 20px 2% 0;
    }

    .logoTopo img {
        width: 90%;
    }
}

@media (max-width:320px) {
    .logoTopo img {
        width: 90%;
    }
}

.explicacao p a {
    color: #333;
}

.explicacao .titulo a {
    color: #666;
}

#noticia p a,
#noticia li a {
    color: #666;
    text-decoration: underline;
}

#noticia h2 a {
    color: #ff5800;
    text-decoration: underline;
}

/*Botoes front-end*/
.banners .actions {padding: 170px 0 0 42px;}
.banners .actions a {border-radius: 15px;}

/*Login*/
.box-login{width:600px;padding:50px 30px 30px 30px;position:fixed;top:-1000px;left:50%;margin:-300px;background:#f9f9f9;border-radius:5px;color:#333;-moz-transition:all .5s linear;-ms-transition:all .5s linear;transition: all .5s linear;box-sizing:border-box;z-index:2000;}
.box-login strong{font-family:'foco';}
.box-login p{margin-bottom:15px;font-size:1.1rem;}
.box-login form,.box-login table,.box-login input[type=text]{width:100%;text-align:center;}
.box-login input[type=text]{padding:10px;float:left;font-family:'foco';font-size:1rem;text-align:center;border:1px solid #ccc;background:#fff;box-sizing:border-box;}
.box-login .send-msg{min-width:120px !important;height:40px;margin-top:30px;color:#fff;background:#FF5800;border-radius:5px;border-bottom:3px solid #FF5800;cursor:pointer;font-size:1rem;}
.box-login .message{padding:10px 0;text-align:center;font-family:'foco';display:none;}
.box-login #alert{font-family:'focoLight';padding:30px 0 0;font-size:14px;text-align:justify;display:none;line-height:16px;}
.box-login .error{width:100%;padding-top:5px;float:left;color:#ff5400;display:none;}
.box-login .my-email{width:100%;float:left;text-align:center;padding-top:10px;color:#FF5800;font-size:1.10rem;}
.box-login .close-box{width:30px;height:30px;padding-top:5px;position:absolute;top:10px;right:10px;background:#FF5800;border-radius:100%;border:3px solid #fff;box-shadow:-2px 2px 2px #999;text-align:center;cursor:pointer;font-family:'focoLight'}
.box-login .close-box:before{content:'X';color:#fff;font-weight:900;}
.bounce {top:70%;animation: bounce 2s none;-moz-transition:all .5s linear;-ms-transition:all .5s linear;transition: all .5s linear;-webkit-animation: bounce 2s;-moz-animation: bounce 2s ;-o-animation: bounce 2s;}
@-webkit-keyframes bounce {0% {-webkit-transform: translateY(0);} 40% {-webkit-transform: translateY(-30px);}60% {-webkit-transform: translateY(-15px);}}
 @-moz-keyframes bounce {0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}40% {-moz-transform: translateY(-30px);}60% {-moz-transform: translateY(-15px);}}
 @-o-keyframes bounce {0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}40% {-o-transform: translateY(-30px);}60% {-o-transform: translateY(-15px);}}
@keyframes bounce {0%, 20%, 50%, 80%, 100% {transform: translateY(0);}40% {transform: translateY(-30px);}60% {transform: translateY(-15px);}}

/*Medias Sociais*/
#socialMedia{width:18%;height:55px;margin:17px 10px 0 0;}
#socialMedia{background:none;float:right;}
#socialMedia a{border-radius: 100%;width:30px;height:24px;margin:0 0 0 10px;padding-top:7px;float:right;border:1px solid #0B355E;color:#0B355E;text-align:center;transition:opacity 0.5s;font-size:18px;}
#socialMedia a{background-color:#fff;}
#socialMedia a:hover{opacity:0.5;background:#ed1b5f;color:#fff;}

/*Modal Compra*/

/*Modal genérico para compra on line*/
.bounce-modal-compra {
    top: 45px !important;
    animation: up 2s none;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-animation: up 2s;
    -moz-animation: up 2s;
    -o-animation: up 2s
}

@-webkit-keyframes up {
    0% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes up {
    0%,20%,50%,80%,100% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes up {
    0%,20%,50%,80%,100% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes up {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

.mask-modal-compra {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.8);
    display: none;
    z-index: 3
}

#generic-modal {
    position: fixed;
    top: -1000px;
    left: 50%;
    margin: 0 -210px;
    background: #F2F5F6;
    font-size: .9rem;
    box-shadow: 2px 2px 2px #333;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    transition: all .5s linear;
    z-index: 4;
}

    #generic-modal .close {
        position: absolute;
        top: 10px;
        right: 18px;
        font-size: 1.5rem;
        cursor: pointer;
        z-index: 4;
    }

    #generic-modal .close .fa-times{
      color: #fff;
    }

/*@media screen and (max-width:736px) and (orientation: landscape) {
    #generic-modal {
        position: absolute;
    }
}*/

@media screen and (max-width:1200px) {
    #generic-modal {
        margin: 0 -225px;
        position: fixed;
        background: none;
        left: 58%;
        box-shadow: none;
    }

        #generic-modal img {
            width: 80%;
        }

        #generic-modal .close {
            position: absolute;
            top: 7px;
            cursor: pointer;
            z-index: 0;
            left: 292px;
            font-size: 17px;
        }

		#generic-modal .modal-close img{
			width: auto;
			height: auto;			
		}
}



@media screen and (max-width:1024px) {
    #generic-modal {
        margin: 0 -225px;
        position: fixed;
        background: none;
        left: 60%;
        box-shadow: none;
    }

        #generic-modal img {
            width: 80%;
        }

        #generic-modal .close {
            position: absolute;
            top: 7px;
            cursor: pointer;
            z-index: 0;
            left: 292px;
            font-size: 17px;
        }

		#generic-modal .modal-close img{
			width: 13%;
		}
}



@media screen and (max-width:700px) {
    #generic-modal {
        margin: 0 -225px;
        position: fixed;
        background: none;
        left: 63%;
        box-shadow: none;
    }

        #generic-modal img {
            width: 80%;
        }

        #generic-modal .close {
            position: absolute;
            top: 7px;
            cursor: pointer;
            z-index: 0;
            left: 292px;
            font-size: 17px;
        }

		#generic-modal .modal-close img{
			width: 13%;
		}
}



@media screen and (max-width:500px) {
    #generic-modal {
        margin: 0 -225px;
        position: fixed;
        background: none;
        left: 63%;
    }

        #generic-modal img {
            width: 80%;
        }

        #generic-modal .close {
            position: absolute;
            top: 7px;
            cursor: pointer;
            z-index: 0;
            left: 292px;
            font-size: 17px;
        }

		#generic-modal .modal-close img{
			width: 13%;
		}
}



@media screen and (max-width:450px) {
    #generic-modal {
        margin: 0 -175px;
        position: fixed;
        background: none;
        left: 65%;
    }

        #generic-modal img {
            width: 60%;
        }

        #generic-modal .close {
            position: absolute;
            top: 5px;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 0;
            left: 217px;
            font-size: 15px;
        }
		
		#generic-modal .modal-close img{
			width: 7%;
		}
}


@media screen and (max-width:414px) {
    #generic-modal {
        margin: 0 -175px;
        position: fixed;
        background: none;
        left: 65%;
    }

        #generic-modal img {
            width: 60%;
        }

        #generic-modal .close {
            position: absolute;
            top: 5px;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 0;
            left: 217px;
            font-size: 15px;
        }

		#generic-modal .modal-close img{
			width: 6%;
		}
}



@media screen and (max-width:390px) {
    #generic-modal {
        margin: 0 -175px;
        position: fixed;
        background: none;
        left: 65%;
    }

        #generic-modal img {
            width: 60%;
        }

        #generic-modal .close {
            position: absolute;
            top: 5px;
            font-size: 1.5rem;
            cursor: pointer;
            z-index: 0;
            left: 217px;
            font-size: 15px;
        }
		
		#generic-modal .modal-close img{
			width: 7%;
		}
}




/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}

/*Área de Assinaturas*/
/*#orientador.selecContratos {
    padding-bottom: 160px;
}*/
.assinantes {
    width: 90%;
    margin: 0 -45%;
    padding: 1%;
    left: 50%;
    position: fixed;
    top: -1000px;
    background: #fff;
    z-index: 1002;
    font-family: 'focoLight';
}

.assinaturas {
    width: 100%;
    margin: 10px auto;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: auto;
    font-family: 'focoLight';
}

    .assinaturas * {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .assinaturas li:last-child {
        border: none;
    }

.fechar {
    position: absolute;
    top: -35px;
    right: 15px;
    color: #fff;
    font-size: 2em;
    cursor: pointer;
}

    .fechar:hover {
        color: #ff448f;
    }

.assinaturas h3 {
    width: 100%;
    margin-bottom: 0;
    padding: 10px;
    clear: both;
    background: #2b2421;
    color: #fff;
    font-size: 1.10em;
    font-weight: normal;
}

.usuario {
    margin-bottom: 0 !important;
    padding: 10px;
    clear: both;
    background: #dcdddb;
}

.mascara {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1001;
    display: none;
}

.btn-default {
    position: absolute;
    right: 5px;
    top: 3px;
    background-color: #ca2a60;
    color: #fff;
    border: 1px solid #ca2a60;
    border-radius: 5px;
    padding: 8px 15px;
    transition: background-color 0.5s;
}

    .btn-default:hover {
        background-color: #00a4cf;
        border: 1px solid #00a4cf;
        cursor: pointer;
    }

.content {
    overflow: auto;
    position: relative;
    width: 100%;
    /*height: 400px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .content.hidden {
        display: none;
    }

    .content.light {
        background-color: #fff;
        color: #333;
    }

    .content p {
        /*padding: 7px 32px;*/
        font-size: 1em;
    }

    .content ul {
        padding: 0 1%;
    }

    .content li {
        width: 100%;
        padding: 3px 35px;
        margin: 0 0 8px;
        float: left;
        list-style: left !important;
        list-style-type: circle;
        list-style-position: inside;
        border-bottom: 1px dotted #74756e;
        font-size: 1.05em;
        box-sizing: border-box;
    }

    .content h2 {
        font-size: 1.25em;
        margin-bottom: 5px;
        font-weight: 900;
    }

.tipInfo {
    width: 80%;
    position: relative;
    padding: 20px;
    background: #333;
    border-radius: 10px;
    color: #fff;
    position: absolute;
    top: 20px;
    left: -80%;
    z-index: 3;
    display: none;
}

    .tipInfo p {
        margin: 0 0 8px 0;
        text-align: justify;
        line-height: 1.20em;
    }

.arrow-right {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #333;
    position: absolute;
    right: -30px;
    top: 35%;
}
/*scroller content*/
/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before,
    .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
  outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    /*vertical-align: baseline;*/
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

video, button {
  outline: none;
}

a {
  text-decoration: none;
}

#products .container h6, #marathon .container .left-side h5, #feature .container h3, #search .container .right-side h3, #videos .container h3 {
  /*font-size: 2.25rem;*/
  font-size: 2.13rem;
  line-height: 2.9375rem;
  font-weight: 800;
  color: #FF5800;
  letter-spacing: -0.045em;
}

#products .container p, #search .container .right-side .subtitle, #videos .container .subtitle {
  font-size: 0.875rem;
  line-height: 1.325rem;
  color: #888;
  letter-spacing: -0.045em;
}

header {
    height: 80px;
    display: flex;
    background-image: linear-gradient(to right, #4f0072 50%, #999 50%);
    font-family: "Open Sans", sans-serif;
}
@media only screen and (max-width: 1024px) {
  header {
    background: #FF5800;
  }
}
header .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 0 0 16px;
  display: flex;
}
@media only screen and (max-width: 1024px) {
  header .container {
    padding: 0;
  }
}
header .logo {
  width: 18.4%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  header .logo {
    width: 30%;
  }
}
@media only screen and (max-width: 414px) {
  header .logo {
    width: 60%;
  }
}
header .hamburguer {
  width: 64px;
  padding: 0 16px;
  margin-right: 16px;
  display: inline-block;
  display: none;
}
@media only screen and (max-width: 1024px) {
  header .hamburguer {
    display: block;
  }
}
header .active {
  background: #666;
}
header .mobile-menu {
  width: 320px;
  padding: 16px 32px 32px;
  position: absolute;
  top: 56px;
  left: 0;
  background: #999;
  z-index: 1;
  display: none;
}
header .mobile-menu li {
  padding: 16px 0;
  border-bottom: 1px solid #F5F5F5;
}
header .mobile-menu li a {
  color: #fff;
}
header .mobile-menu form {
  padding-top: 32px;
}
header .mobile-menu form .field {
  padding: 0 0 16px;
}
header .mobile-menu form .field:last-of-type {
  padding-bottom: 0;
}
header .mobile-menu form .field .remember {
  padding-top: 8px;
  display: block;
  color: #FFF;
  font-size: 0.8rem;
}
header .mobile-menu form .field .remember input[type=checkbox] {
  vertical-align: top;
  margin: 1px 6px 3px 0;
}
header .mobile-menu form input[type=text] {
  width: 100%;
  padding: 8px;
  background: #FFF;
  border: none;
  border-radius: 2px;
}
header .mobile-menu form input[type=submit] {
  width: 100%;
  height: 40px;
  background: #333;
  color: #FFF;
  border: none;
  border-radius: 4px;
}
header .desktop-menu {
    width: 41.3%;
    height: 100%;
    background: #4f0072;
    position: relative;
}
@media only screen and (max-width: 1024px) {
  header .desktop-menu {
    display: none;
  }
}
header .desktop-menu ul {
  height: 100%;
  padding-left: 40px;
  display: flex;
}
header .desktop-menu ul li {
  height: 100%;
  display: table;
  font-size: 1rem;
  padding: 0 64px 0 0;
  font-weight: 700;
}
header .desktop-menu ul li a {
  display: table-cell;
  vertical-align: middle;
  color: #FFF;
}
header .desktop-menu ul li a:hover {
  text-decoration: underline;
}
header .desktop-menu .detail {
    width: 56px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -22px;
    transform: skewX(30deg);
    background: #4f0072;
    box-shadow: 4px -1px 2px rgba(51, 51, 51, 0.4);
}
header .desktop-login {
  width: 40.3%;
  height: 100%;
  padding-right: 16px;
}
@media only screen and (max-width: 1024px) {
  header .desktop-login {
    display: none;
  }
}
header .desktop-login form {
  width: 100%;
  padding: 8px 0 0 32px;
  height: 100%;
  display: flex;
}
header .desktop-login form .field {
  padding-left: 24px;
}
header .desktop-login form .field .remember {
  color: #FFF;
  font-size: 0.8rem;
}
header .desktop-login form .field .remember:hover {
  text-decoration: underline;
  cursor: pointer;
}
header .desktop-login form .field .remember input[type=checkbox] {
  vertical-align: top;
  margin: 3px 6px 3px 0;
}
header .desktop-login form input[type=text] {
  max-width: 176px;
  height: 24px;
  padding: 5px;
  background: #FFF;
  border: none;
  border-radius: 2px;
}
header .desktop-login form input[type=text]:focus {
  border: 1px solid #FF5800;
}
header .desktop-login form input[type=submit] {
  height: 24px;
  background: #333;
  color: #FFF;
  border: none;
  border-radius: 4px;
}
header .desktop-login form input[type=submit]:hover {
  background: #FF5800;
  cursor: pointer;
}

#know-more {
  height:594px;
  width: 466px;
  padding: 32px;
  position: fixed;
  top: 24px;
  left: 50%;
  margin: 0 -200px;
  background: #F5F5F5;
  font-family: "Open Sans", sans-serif;
  color: #333;
  z-index: 1005;
  display: none;
}
@media only screen and (max-width: 823px) {
  #know-more {
    width: 320px;
    position: absolute;
    margin: 0 -160px;
  }
}
#know-more .close-this {
  position: absolute;
  top: -24px;
  right: 0;
  cursor: pointer;
}
#know-more .close-this img {
  width: 16px;
  height: auto;
}
#know-more .title {
  font-weight: 700;
}
#know-more .subtitle {
  margin: 8px 0 16px;
  font-size: 0.875rem;
  line-height: 1.125rem;
}
#know-more .small-field {
  width: 25%;
  display: inline-block;
}
#know-more .medium-field {
  width: 70%;
  float: right;
}
#know-more label {
  padding: 8px 0 4px;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #999;
}
#know-more input[type=text] {
  width: 100%;
  margin: 0 0 16px;
  padding: 8px;
  border-radius: 2px;
  border: 1px solid #999;
  font-size: 1rem;
}
#know-more input[type=text]:focus {
  border: 1px solid #FF5800;
}
#know-more input[type=submit] {
  width: 176px;
  height: 40px;
  margin: 0 auto;
  padding: 0 16px;
  font-size: 1rem;
  font-weight: 700;
  display: block;
  border: none;
  color: #fff;
  background: #FF5800;
  transition: background 0.5s;
}
#know-more input[type=submit]:hover {
  background: #c13600;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

#main {
  width: 100%;
  margin: 0 auto;
  font-family: "Open Sans", sans-serif;
}
#main .container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 1000;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/slick.eot");
    src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 32px;
  height: 32px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  width: 32px;
  height: 32px;
  font-family: "slick";
  font-size: 24px;
  line-height: 0.5;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "❮";
}

[dir=rtl] .slick-prev:before {
  content: "❯";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "❯";
}

[dir=rtl] .slick-next:before {
  content: "❮";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.slider {
  width: 100%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px auto;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

#hero {
  width: 100%;
  margin: 56px 0 0;
  padding: 0 136px;
  font-family: "Open Sans", sans-serif;
  background: linear-gradient(to bottom, #FFF 70%, #F5F5F5 30%);
}
@media only screen and (max-width: 823px) {
  #hero {
    padding: 0 24px;
  }
}
#hero .slick-slider {
  width: 100%;
  max-width: 1008px;
  height: 100%;
  margin: 0 auto;
  box-shadow: 5px 5px 20px rgba(153, 153, 153, 0.7);
}
#hero .first, #hero .second, #hero .third {
    height: 304px;
    padding: 40px;
    background: url(../Content/Images/frontend/IOB_IOB_eSocialOnline_Banner_1356x409px_Roxo_sembotao.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1024px) {
  #hero .first, #hero .second, #hero .third {
    padding: 20px;
  }
}
#hero .first h1, #hero .second h1, #hero .third h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #FFF;
}
#hero .first h2, #hero .second h2, #hero .third h2 {
  width: 60%;
  padding: 24px 0 32px;
  font-size: 1.125rem;
  line-height: 1.4375rem;
  color: #FFF;
}
@media only screen and (max-width: 414px) {
  #hero .first h2, #hero .second h2, #hero .third h2 {
    width: 100%;
    padding: 16px 0 16px;
  }

  #hero .first .actions, #hero .second .actions, #hero .third .actions .buy by-online {
        padding: 0px 15px;
    }

}
#hero .first .actions, #hero .second .actions, #hero .third .actions {
  display: flex;
  flex-direction: row;
}
#hero .first .actions .buy, #hero .first .actions .know, #hero .second .actions .buy, #hero .second .actions .know, #hero .third .actions .buy, #hero .third .actions .know {
    width: 176px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    color: #4f0072;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: center;
    transition: background 0.5s;
}
@media only screen and (max-width: 414px) {
  #hero .first .actions .buy, #hero .first .actions .know, #hero .second .actions .buy, #hero .second .actions .know, #hero .third .actions .buy, #hero .third .actions .know {
    height: 50px;
  }
}
#hero .first .actions .buy, #hero .second .actions .buy, #hero .third .actions .buy {
  margin-right: 16px;
  padding: 0px 10px;
}
#hero .first .actions .buy:hover, #hero .second .actions .buy:hover, #hero .third .actions .buy:hover {
  background: none;
  border: 2px solid #FFF;
  color: #FFF;
}
#hero .first .actions .know, #hero .second .actions .know, #hero .third .actions .know {
  border: 2px solid #FFF;
  color: #FFF;
  background: rgba(255, 255, 255, 0.1);
}
#hero .first .actions .know:hover, #hero .second .actions .know:hover, #hero .third .actions .know:hover {
  background: #FFF;
  color: #4f0072;
  border: none;
}

#videos {
  background: #F5F5F5;
}
#videos .container {
  padding: 88px 136px;
}
@media only screen and (max-width: 823px) {
  #videos .container {
    padding: 44px 24px;
  }

}
#videos .container h3 {
  padding-bottom: 24px;
}
@media only screen and (max-width: 414px) {
  #videos .container h3 {
    text-align: center;
  }
}
#videos .container .subtitle {
  padding-bottom: 56px;
}
@media only screen and (max-width: 414px) {
  #videos .container .subtitle {
    text-align: center;
  }
}
#videos .container .galery {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 667px) {
  #videos .container .galery {
    flex-direction: column;
  }
}
#videos .container .galery .thumb {
  width: 25%;
  height: auto;
  margin: 0 16px 0 0;
  position: relative;
}
@media only screen and (max-width: 667px) {
  #videos .container .galery .thumb {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
  }
}
#videos .container .galery .thumb:last-of-type {
  margin: 0;
}
#videos .container .galery .thumb img {
  width: 100%;
  height: auto;
}
#videos .container .galery .thumb-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s;
  z-index: 1;
}
#videos .container .galery .thumb-mask:hover {
  opacity: 0.2;
  cursor: pointer;
}
    #videos .container .galery .thumb-mask .play {
        width: 48px;
        height: 48px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -24px;
        background: url(../Content/Images/frontend/play.svg) no-repeat center center;
        opacity: 0.7;
        z-index: 2;
    }
#videos .container .player {
  width: 70%;
  position: fixed;
  top: 60px;
  left: 50%;
  margin: 0 -32.5%;
  z-index: 1001;
  display: none;
}
#videos .container .player video {
  width: 100%;
  height: 100%;
}
#videos .container .player .close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -32px;
  right: 0;
  text-align: center;
  cursor: pointer;
}

#search .container {
  display: flex;
  flex-direction: row;
  padding: 96px 136px 104px;
}
@media only screen and (max-width: 823px) {
  #search .container {
    padding: 44px 24px;
    flex-direction: column;
  }
}
#search .container .left-side {
  width: 40%;
}
@media only screen and (max-width: 823px) {
  #search .container .left-side {
    width: 100%;
    text-align: center;
  }
}
#search .container .left-side img {
  width: 100%;
  max-width: 368px;
}
#search .container .right-side {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 84px;
}
@media only screen and (max-width: 823px) {
  #search .container .right-side {
    width: 100%;
    padding: 24px;
  }
}
#search .container .right-side h3 {
  padding-bottom: 24px;
}
#feature .container {
  padding: 0 136px 56px;
}
@media only screen and (max-width: 823px) {
  #feature .container {
    padding: 24px;
  }
}
#feature .container h3 {
  padding-bottom: 48px;
  text-align: center;
}
#feature .container .all {
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 667px) {
  #feature .container .all {
    flex-direction: column;
  }
}
#feature .container .all .function {
  width: 25%;
  margin-right: 16px;
  padding: 24px;
  background: #FBFBFB;
  border: 1px solid #E2E2E2;
  text-align: center;
  transition: box-shadow 0.5s;
}
#feature .container .all .function:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 667px) {
  #feature .container .all .function {
    width: 100%;
    margin: 0 0 24px;
  }
}
#feature .container .all .function:last-of-type {
  margin: none;
}
#feature .container .all .function .icon {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto 24px;
}
#feature .container .all .function h4 {
  padding-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF5800;
  /*font-size: 1.125rem;*/
  font-size: 1rem;
  line-height: 24px;
  /*letter-spacing: -0.09em;*/
  letter-spacing: -0.07em;
}
#feature .container .all .function p {
  font-family: "Open Sans", sans-serif;
  font-size: 0.875rem;
  color: #616161;
  letter-spacing: -0.05em;
  line-height: 1.1875rem;
}

#marathon .container {
  padding: 104px 136px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #marathon .container {
    flex-direction: column;
  }
}
@media only screen and (max-width: 667px) {
  #marathon .container {
    padding: 52px 24px;
  }
}
#marathon .container .left-side, #marathon .container .right-side {
  width: 50%;
}
@media only screen and (max-width: 1024px) {
  #marathon .container .left-side, #marathon .container .right-side {
    width: 100%;
  }
}
#marathon .container .left-side {
  padding-right: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  #marathon .container .left-side {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #marathon .container .left-side h5 {
    padding-bottom: 48px;
  }
}
#marathon .container .right-side {
  padding-left: 16px;
}
@media only screen and (max-width: 1024px) {
  #marathon .container .right-side {
    padding: 0;
  }
}
#marathon .container .right-side .line {
  padding-bottom: 24px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 1024px) {
  #marathon .container .right-side .line {
    padding: 0;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 667px) {
  #marathon .container .right-side .line {
    flex-direction: column;
  }
}
#marathon .container .right-side .line:last-of-type {
  padding: 0;
}
#marathon .container .right-side .line .content {
  min-width: 232px;
  min-height: 128px;
  margin-right: 24px;
  padding: 16px;
  background: #FBFBFB;
  border: 1px solid #DFDFDF;
  transition: box-shadow 0.5s;
}
#marathon .container .right-side .line .content:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
}
@media only screen and (max-width: 1024px) {
  #marathon .container .right-side .line .content {
    width: 50%;
  }
}
@media only screen and (max-width: 667px) {
  #marathon .container .right-side .line .content {
    width: 100%;
    margin-bottom: 24px;
  }
}
#marathon .container .right-side .line .content .title {
  padding-bottom: 16px;
  /*font-size: 1.125rem;*/
  font-size: 1rem;
  color: #FF5800;
  font-weight: 800;
}
#marathon .container .right-side .line .content .title .icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
  display: inline-block;
  vertical-align: middle;
}
#marathon .container .right-side .line .content .resume {
  font-size: 1rem;
  color: #868686;
  letter-spacing: -0.025em;
  line-height: 1.375rem;
}
#marathon .container .right-side .line .more {
  background: #FF5800;
}
#marathon .container .right-side .line .more .title, #marathon .container .right-side .line .more .resume {
  color: #FFF;
}

#products {
  text-align: center;
}
#products .container {
  padding: 72px 136px 240px;
}
@media only screen and (max-width: 667px) {
  #products .container {
    padding: 36px 24px;
  }
}
#products .container h6 {
  padding-bottom: 24px;
}
#products .container p {
  padding-bottom: 40px;
}
#products .container .portfolio {
  display: flex;
  flex-direction: row;
  margin-bottom: 16px;
}
@media only screen and (max-width: 667px) {
  #products .container .portfolio {
    flex-direction: column;
  }
}
#products .container .portfolio a {
  width: 25%;
  margin-right: 16px;
  transition: opacity 0.5s;
}
@media only screen and (max-width: 667px) {
  #products .container .portfolio a {
    width: 100%;
    margin-bottom: 16px;
  }
}
#products .container .portfolio a:last-of-type {
  margin: 0;
}
#products .container .portfolio a img {
  width: 100%;
  height: auto;
}
#products .container .portfolio a:hover {
  opacity: 0.5;
}

#footer {
  font-family: "Open Sans", sans-serif;
  background: #192254;
}
#footer .container {
  padding: 48px 136px;
  display: flex;
  flex-direction: row;
}
@media only screen and (max-width: 823px) {
  #footer .container {
    flex-direction: column;
    padding: 24px;
  }
}
#footer .container .columns {
  width: 33.3%;
}
@media only screen and (max-width: 823px) {
  #footer .container .columns {
    width: 100%;
  }
}

/* Footer Novo */

footer {
    width: 100%;
    height: auto;
    float: left;
    background: #313131;
    padding: 2rem 0;
}

.footer__content,
.copy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /*gap: 20px;*/
}

.copy {
    border-top: 1px solid #98a9a9;
    padding-top: 24px;
    font-size: 14px;
    color: #98a9a9;
    font-family: "Inter", sans-serif;
}

.copy a {
    color: #98a9a9;
}

.footer__content {
    padding-bottom: 79px;
}

.social {
    display: flex;
    align-items: center;
    gap: 0 20px;
}

    .social li a {
        font-size: 20px;
        transition: all 0.2 linear;
        color: #ffffff;
    }

        .social li a:hover {
            color: #ff005a;
            transition: all 0.2s linear;
        }

.logo-footer img {
    flex: 1 0 175px;
}



@media (max-width: 600px) {
    .footer__content {
        padding-bottom: 50px;
    }

    .copy {
        text-align: center;
    }

    .logo-footer img {
        margin: 10px auto;
        display: block;
    }

    .footer__content,
    .copy {
        flex-direction: column;
        justify-content: center;
        /*gap: 20px;*/
    }
}

.container {
    max-width: 82rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin-left: auto;
    margin-right: auto;
}

/*#footer .container .columns .logo-footer img {
  width: 150px;
}
#footer .container .columns .area {
  margin: 16px 0;
  font-size: 0.625rem;
  text-transform: uppercase;
  color: rgba(244, 246, 250, 0.4);
  font-weight: 700;
  letter-spacing: 1.5px;
}
#footer .container .columns .social a {
  margin-right: 16px;
  transition: opacity 0.5s;
}
#footer .container .columns .social a img {
  width: auto;
  height: 16px;
}
#footer .container .columns .social a:hover {
  opacity: 0.5;
}
#footer .container .columns ul {
  font-size: 0.75rem;
}
#footer .container .columns ul li {
  padding-bottom: 10px;
  color: #FFF;
}
#footer .container .columns ul a {
  color: #FFF;
}
#footer .container .columns ul a:hover {
  color: rgba(244, 246, 250, 0.4);
}
#footer .container .columns .contacts {
  width: 50%;
  float: left;
}
#footer .container .columns .contacts span {
  width: 100%;
  padding-bottom: 8px;
  display: block;
  color: #d81288;
}
#footer .container .columns .contacts li {
  padding-bottom: 16px;
}*/

/*# sourceMappingURL=custom.css.map */

#erro {
    width: 96%;
    padding: 2%;
    margin: 0 0 80px 0;
    padding-bottom: 50px;
    float: left;
    background: #d5d4d4;
    position: relative;
}

    #erro p {
        width: 94%;
        margin-bottom: 8px;
        padding: 0 3%;
        float: left;
    }

    #erro img {
        vertical-align: top;
    }

.msgErro {
    color: #ff5800;
    font-family: 'foco';
    font-size: 2.5em;
    background-image: url(../content/images/bulletCinza.png);
    background-repeat: no-repeat;
    background-position: left -2393px;
}

.erroTexto {
    width: 100%;
    min-height: 30px;
    font-family: 'foco';
    font-size: 1.25em;
}

.erroTituloDetalhe {
    width: 100%;
    min-height: 10px;
    font-family: 'foco';
    font-size: 1em;
    text-decoration: underline;
    cursor: pointer;
}

.erroTextoDetalhe {
    width: 100%;
    font-family: 'focoLight';
    font-size: 1em;
    color: #c94703;
    display: none;
}

.erroTextoRodape {
    width: 100%;
    margin-top: 20px;
    padding-top: 10px !important;
    font-family: 'focoLight';
    font-size: .95em;
    border-top: 1px solid #999;
}

