/*=============== inicio menu =================*/

.section-header {
    width: 100%;
    padding-top: 20px;
}

.container-header {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}

.content-logo-main-1 {
    width: 20%;
    height: 175px;
    float: left;
    background-image: url('../images/logo-cesbrasil-main.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}

.container-btns-linguagens {
    width: 80%;
    height: 30px;
    float: left;
}

.btn-idioma {
    color: #fff;
    font-size: .7em;
    text-align: center;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 3px 15px;
    margin: 0 2px;
    float: right;
    cursor: pointer;
}

.btn-idioma.bg-color-01.active {
    background: #f8f803;
    color: #00257b;
}

.content-logo-main-2 {
    width: 220px;
    height: 90px;
    float: right;
    background-image: url('../images/logo-europen-top.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: initial;
}

.content-menu {
    /* width: 80%; */
    float: right;
    position: relative;
}

.content-menu-primay {
    list-style: none;
    margin: 0;
    width: 100%;
    height: 55px;
}

.item-menu-primary {
    float: left;
    color: #fff;
    padding: 21px 45px 11px 45px;
    background: #f5bf36;
    transform: skewX(-35deg);
}

.item-menu-primary.open-secundary {
    cursor: pointer;
}

.content-menu-secundary {
    list-style: none;
    margin: auto;
    position: absolute;
    left: -36px;
    top: 51px;
    height: 55px;
    display: none;
    z-index: 2;
}

.item-menu-primary {
    float: left;
    color: #fff;
    padding: 14px 26px 10px 26px;
    background: #f5bf36;
    transform: skewX(-35deg);
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .2), #ffb718, #ffb718);
    height: 100%;
}

.item-menu-primary:hover .name-item-menu {
    color: #00257b;
}

.item-menu-secundary {
    float: left;
    padding: 14px 45px 11px 45px;
    background: #00257b;
    transform: skewX(-35deg);
    height: 100%;
}

.item-menu-secundary:hover .name-item-menu {
    color: #f5bf36;
    font-size: 0.7em;
    font-weight: 900;
}

.mask-menu {
    width: 26px;
    height: 55px;
    float: left;
    margin-left: -20px;
    background: #f5bf36;
    background-image: linear-gradient(360deg, rgba(0, 0, 0, .2), #ffb718, #ffb718);
}

.item-menu-login {
    width: 55px;
    height: 100%;
    color: #ffffff;
    font-size: 0.85em;
    text-align: center;
    padding-top: 30px;
    float: left;
    background: #00257b;
    position: relative;
    border-top: 3px solid #f5bf36;
    background-image: url(../images/ico-user.png);
    background-repeat: no-repeat;
    background-position: 50% 35%;
    cursor: pointer;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.item-menu-login:hover {
    color: #f5bf36;
}

.link-menu-item {
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.name-item-menu {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 0.7em;
    font-weight: 900;
    text-transform: uppercase;
    transform: skewX(35deg);
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
}

.container-circle {
    width: 30px;
    height: 6px;
    transform: skewX(35deg);
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    position: relative;
}

.circle {
    width: 6px;
    background: #dfa622;
    height: 6px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
    opacity: 1;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
}

.circle.one {
    position: absolute;
    right: 0;
    left: 0;
}

.circle.two {
    position: absolute;
    right: 0;
    left: 0;
}

.circle.three {
    position: absolute;
    right: 0;
    left: 0;
}

.circle.four {
    position: absolute;
    right: 0;
    left: 0;
    background: #00257b;
}

.circle.five {
    position: absolute;
    right: 0;
    left: 0;
    background: #00257b;
}

.circle.six {
    position: absolute;
    right: 0;
    left: 0;
    background: #00257b;
}

.item-menu-primary:hover .circle.one {
    right: 15px;
    background: #fff;
}

.item-menu-primary:hover .circle.two {
    background: #fff;
}

.item-menu-primary:hover .circle.three {
    left: 14.5px;
    background: #fff;
}

.center-circle-cliente {
    margin-left: 17px;
}

.center-circle-contato {
    margin-left: 22px;
}

.item-menu-secundary:hover .circle.four {
    right: 15px;
    background: #fff;

}

.item-menu-secundary:hover .circle.five {
    background: #fff;

}

.item-menu-secundary:hover .circle.six {
    left: 14.5px;
    background: #fff;
}

.content-form-login {
    width: 100%;
    height: 260px;
}

.content-form-login.bg-color-01 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.input-login {
    margin-bottom: 12px;
    border-radius: 6px;
}

.btn-enter-log {
    width: 100%;
    display: inline-block;
    padding: 9px 15px;
    background-color: #ffb718;
    color: white;
    border: 0;
    line-height: inherit;
    text-decoration: none;
    cursor: pointer;
    border-radius: 20px;
}

.btn-enter-log.bg-color-02 {
    height: 40px;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

.btn-enter-log.bg-color-02:hover {
    background-color: #314f94;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.log-msg {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1em;
    text-align: center;
}

.btn-remember-pass {
    width: 100%;
    height: 40px;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    padding: 9px 15px;
    border-radius: 20px;
    background-color: #314f94;
    color: white;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    line-height: inherit;
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -o-transition: all 350ms ease;

}

.btn-remember-pass:hover {
    background-color: #ffb718;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

.login {
    width: 290px;
    height: 290px;
    float: right;
    margin: auto;
    position: absolute;
    right: 0;
    top: 55px;
    display: none;
}

.mask-login {
    overflow: hidden;
    width: 100%;
    height: 55px;
}

.faixa-bottom-login {
    width: 110%;
    height: 100%;
    margin-top: -24px;
    border-bottom: 3px solid #ffb718;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.clear {
    clear: both;
}

.content-btn-mobile {
    width: 100%;
    height: 50px;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #ffb718;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), #ffb718);
    z-index: 2;

}

.btn-menu-nav {
    width: 50px;
    height: 40px;
    margin: 5px 12px 5px 0;
    float: right;
    padding: 10px;
    border: solid 2px #ffffff;
    border-radius: 4px;
}

.line-mobile {
    width: 100%;
    height: 2px;
    margin: 3px 0;
    background: #ffffff;
}

.menu-mobile {
    width: 100%;
    position: fixed;
    top: 50px;
    /* border-top: solid 1px #ffffff; */
    z-index: 4;
}

.menu-mobile-primary {
    list-style: none;
    overflow: hidden;
    padding: 0;
    height: 0px;
    border-top: solid 1px #ffffff;
    background: #ffb718;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .2), #ffb718);
    display: none;
}

.item-menu-primary-mobile {
    width: 190px;
    text-align: center;
    border-bottom: solid 1px #ffffff;
    margin: 5px auto;
}

.name-item-menu-mobile {
    color: #fff;
    font-family: Lato, sans-serif;
    font-size: 0.8em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 40px;
}

.content-menu-secundary-mobile {
    list-style: none;
    height: 55px;
    padding: 0;
    overflow: hidden;
    height: 0px;
    margin-bottom: 0;
}

.item-menu-secundary-mobile {
    width: 185px;
    text-align: center;
    padding: 4px 0px;
    border-bottom: solid 1px #ffffff;
    margin: 0px auto;
    background: #00257b;
}

.item-menu-login-mobile {
    width: 100%;
    height: 55px;
    color: #ffffff;
    font-size: 0.85em;
    text-align: center;
    padding-top: 30px;
    background: #00257b;
    margin-top: 2px;
    border-top: 3px solid #f5bf36;
    background-image: url(../images/ico-user.png);
    background-repeat: no-repeat;
    background-position: 50% 35%;
    cursor: pointer;
}

.item-menu-primary-mobile.contato-bottom {
    border-bottom: 0px;
}

.login-mobile {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 291px;
    right: 0;
    left: 0;
    display: none;
}

.item-menu-primary-mobile.open-secundary-mobile {
    cursor: pointer;
}

/*==============fim menu =====================*/

.body {
    background-color: #fff;
    font-family: Lato, sans-serif;
}

a {
    text-decoration: none;
}

.bg-color-01 {
    background-color: #00257b;
}

.bg-color-02 {
    background-color: #ffb718;
}

.txt-color-01 {
    color: #00257b;
}

.txt-color-02 {
    color: #ffb718;
}

.section-know-more {
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
}

.section-know-more.bg-color-04 {
    position: relative;
}

.bg-color-04 {
    background-color: #f9f9f9;
}

.slider-fade {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 465px;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
    background-color: #000;
}

.mask-slide-fade {
    /*overflow: hidden;*/
    height: 100%;
}

.item-slide-fade {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    height: 100%;
    max-width: 100%;
    background-color: #0098ff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1.2s ease-in-out;
    -webkit-transition: all 1.2s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.active-fade {
    opacity: 1;
    z-index: 2;
}

.image-fade-1 {
    background-image: url('../images/img-banner-home.jpg');
}

.image-fade-2 {
    background-image: url('../images/banner-europen-big.jpg');
}

.content-circle-nav {
    left: 14%;
    width: 120px;
    height: 25px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-top: 0px;
}

.data-slide-fade {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 300px;
    max-width: 940px;
    margin: auto;
    padding-right: 14%;
    padding-left: 14%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.left-arrow {
    right: 14%;
    bottom: 30px;
    z-index: 2;
}

.left-arrow.style-arrows {
    display: block;
    margin-right: 40px;
    margin-bottom: 0px;
    border-radius: 50px;
    background-color: #00257b;
    background-image: url('../images/arrow-slide-left .png');
    background-position: 46% 50%;
    background-repeat: no-repeat;

}

.left-arrow.style-arrows:hover {
    background-color: #ffc61d;
    z-index: 2;
}

.arrow-right {
    right: 14%;
    bottom: 30px;
    margin-bottom: 0px;
    z-index: 2;
}

.arrow-right.style-arrows {
    background-image: url('../images/arrow-slide-right-.png');
    background-position: 57% 50%;
    background-repeat: no-repeat;

}

.arrow-right.style-arrows:hover {
    background-color: #ffc61d;
}

.style-arrows {
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #00257b;
}

.border-slide {
    width: 100%;
    height: 3px;
    max-width: 35px;
    border-radius: 3px;
    background-color: #000;
}

.border-slide.bg-color-05 {
    margin-bottom: 1%;
}

.bg-color-05 {
    background-color: #fff;
}

.ctr-title-slider {
    width: 100%;
    margin-bottom: 2%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.content-txt-slide {
    margin-bottom: 5.5%;
    padding-left: 2.56%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
}

.title-slide {
    margin-top: 0px;
    margin-bottom: 3.5%;
    color: #fff;
    font-size: 3.75em;
    line-height: 60px;
    font-weight: 900;
    text-transform: uppercase;
}

.txt-slide {
    color: #fff;
    font-size: 1.875em;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.btn {
    width: 257px;
    height: 45px;
    padding: 12px 35px 12px 20px;
    border-radius: 20px;
    -webkit-transition: background-color 350ms ease-in-out;
    transition: background-color 350ms ease-in-out;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn.bg-color-05 {
    background-image: url('../images/arrow-pont-btn-blue.png');
    background-position: 94% 50%;
    background-repeat: no-repeat;
}

.btn.bg-color-05:hover {
    background-color: #ffb718;
}

.btn.bg-color-02 {
    display: block;
    background-image: url('../images/arrow_white_simp.png');
    background-position: 94% 50%;
    background-repeat: no-repeat;
}

.btn.bg-color-02:hover {
    background-color: #00257b;
}

.btn.btn-cesbrasil {
    display: block;
    width: 55.34%;
    max-width: 246px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.btn.btn-sebrae {
    display: block;
    width: 55.34%;
    max-width: 256px;
    min-width: 246px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
}

.btn.btn-form {
    width: 175px;
    float: right;
    font-size: 0.89em;
}

.title-btn {
    font-size: 0.8em;
    text-transform: uppercase;
}

.detail-bottom-slider {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -44px;
    z-index: 1;
    width: 100%;
    height: 60px;
    -webkit-transform: rotate(-1.5deg);
    -ms-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
}

.container {
    padding: 5px;
}

.container.more-products {
    padding-bottom: 0px;
}

.ctr-pages-relac {
    width: 100%;
    max-width: 300px;
}

.ctr-header-know-more {
    width: 100%;
    max-width: 270px;
    height: 30px;
    position: relative;
}

.content-img-know-more {
    position: relative;
    display: block;
    width: 100%;
    height: 165px;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 24.5%;
    padding-left: 10%;
    background-image: url('../images/img-know-more.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-know-more {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    width: 50%;
    height: 100%;
    max-width: 126px;
    float: left;
    line-height: 30px;
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 0.9em;
    font-weight: 700;
}

.title-know-more.txt-color-04:hover {
    color: #306796;
}

.content-borders-more {
    position: absolute;
    width: 20%;
    height: 100%;
    max-width: 120px;
    float: left;
    text-decoration: none;
}

.border-small-know-more {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 40%;
    height: 2px;
    margin: auto 1%;
    background-color: #ffb718;
}

.border-big-know-more {
    position: absolute;
    /* left: 22%; */
    right: 0;
    top: 0px;
    bottom: 0px;
    width: 60%;
    height: 2px;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #00257b;
}

.txt-know-more {
    /* display: -webkit-box; */
    /* display: -webkit-flex; */
    display: -ms-flexbox;
    /* display: flex; */
    /* height: 100%; */
    margin-right: 0px;
    float: right;
    margin-left: 2%;
    line-height: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: 900;
}

.bolder {
    font-weight: 900;
}

.content-row-know-more {
    margin-top: 50px;
    margin-bottom: 50px;
}

.txt-img-know-more {
    display: block;
    width: 53.33%;
    color: #fff;
    font-size: 0.9em;
    line-height: 14px;
}

.btn-img-know-more {
    display: inline-block;
    font-size: 13px;
    line-height: 14px;
    cursor: pointer;
}

.border {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.title-btn-know-more {
    font-size: 0.9em;
    font-weight: 700;
}

.detail-vert-bottom {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: -40px;
    width: 100%;
    height: 60px;
    -webkit-transform: rotate(2.3deg);
    -ms-transform: rotate(2.3deg);
    transform: rotate(2.3deg);
}

.mask-bottom-section-know-more {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 60px;
}

.section-local {
    padding-top: 100px;
    padding-bottom: 50px;
    border-bottom: 2px solid rgba(225, 228, 231, .3);
    border-radius: 12px;
}

.content-map {
    width: 100%;
    height: 100%;
    max-height: 475px;
    max-width: 449px;
    min-height: 475px;
    /* margin-left: -14%; */
    /*background-image: url('../images/map-brasil.png');*/
    background-position: 50% 0px;
    background-repeat: no-repeat;
}

.content-cities {
    width: 100%;
    height: 100%;
    max-width: 470px;
    min-height: 475px;
}

.ctr-title-city {
    display: block;
    width: 170px;
    margin-right: auto;
    margin-left: auto;
}

.subtitles-home {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 2.5em;
    line-height: 32px;
    font-weight: 400;
    text-align: center;
}

.subtitles-home.txt-color-01 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.txt-city {
    margin-top: 2.97%;
    font-size: 1.32em;
    text-align: center;
}

.select-city {
    display: block;
    width: 208px;
    height: 40px;
    margin: 6.38% auto 2.13%;
    border-radius: 4px;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .3);
    color: #00257b;
}

.content-all-cities {
    width: 100%;
}

.item-city {
    display: block;
    margin: 8px 5px;
    padding: 5px 15px;
    border-radius: 20px;
    background-color: #deebff;
    font-size: 0.8em;
    font-weight: 700;
    text-align: center;
}

.item-city.txt-color-03 {
    display: none;
    border-radius: 20px;
    background-color: #deebff;
}

.ul-list-cities {
    display: block;
    padding-left: 0px;
    border-radius: 570px;
    list-style-type: none;
    text-align: center;
}

.txt-color-03 {
    color: #889cc8;
}

.section-clients {
    padding-top: 5%;
}

.section-footer {
    padding-top: 60px;
    border-bottom: 3px solid #ffb718;
}

.font-upercase {
    text-transform: uppercase;
}

.mask-slider {
    overflow: hidden;
    height: 160px;
}

.content-sliders {
    width: 100%;
    height: 100%;
}

.slide-item {
    width: 25%;
    height: 100%;
    float: left;
    border-bottom: 3px solid transparent;
    /*background-image: url('../images/instituto-embraer.png');*/
    background-position: center;
    background-repeat: no-repeat;
}

.slide-item:hover {
    border-bottom: 3px solid #ffb718;
    /*background-image: url('../images/instituto-embraer-hover.png');*/
    background-position: 50% 50%;
}

.carrossel {
    position: relative;
    width: 100%;
    height: 160px;
    margin-top: 10px;
}

.arrow-prev {
    position: absolute;
    left: -17px;
    top: 0px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50%;
    background-image: url('../images/arrow-slide-left .png');
    background-position: 46% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-prev.bg-color-01 {
    z-index: 1;
}

.arrow-prev.bg-color-01:hover {
    background-color: #ffc61d;
}

.arrow-next {
    position: absolute;
    top: 0px;
    right: -17.5px;
    bottom: 0px;
    width: 35px;
    height: 35px;
    margin-top: auto;
    margin-bottom: auto;
    border-radius: 50px;
    background-image: url('../images/arrow-slide-right-.png');
    background-position: 58% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.arrow-next.bg-color-01 {
    z-index: 1;
    background-image: url('../images/arrow-slide-right-.png');
    background-repeat: no-repeat;
}

.arrow-next.bg-color-01:hover {
    background-color: #ffc61d;
}

.border-bottom-clients {
    width: 100%;
    height: 2px;
    margin-top: -8px;
    background-color: rgba(225, 228, 231, .4);
    box-shadow: 0 6px 14px 0 #e1e4e7;
}

.content-row-footer {
    margin-bottom: 20px;
}

.ico-btn-back {
    display: block;
    width: 35px;
    height: 30px;
    margin-right: auto;
    margin-left: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ico-btn-back.bg-color-01 {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-image: url('../images/icon-up.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.ico-btn-back.bg-color-01:hover {
    background-color: #ffb718;
}

.btn-back-top {
    width: 50px;
    height: 50px;
    float: right;
    text-decoration: none;
}

.title-btn-back {
    text-align: center;
}

.title-btn-back.txt-color-01 {
    font-weight: 500;
}

.title-footer {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.2em;
    line-height: 20px;
    font-weight: 400;
}

.item-menu-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 20px;
    max-width: 235px;
    margin-top: 1%;
    margin-bottom: 1%;
    padding-right: 8%;
    padding-left: 8%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.8em;
    font-weight: 900;
    text-transform: uppercase;
}

.item-menu-footer.txt-color-01 {
    background-image: url('../images/arrow_yellow.png');
    background-position: 0px 50%;
    background-size: 9px;
    background-repeat: no-repeat;
}

.item-menu-footer.txt-color-01:hover {
    background-image: url('../images/arrow_blue.png');
    background-size: 9px;
    color: #ffb718;
}

.item-menu-footer.txt-color-01.euro-footer {
    padding-right: 0%;
}

.txt-footer {
    font-size: 0.9em;
}

.txt-footer.txt-color-01 {
    margin-bottom: 20px;
}

.txt-footer.txt-color-01.copy {
    font-weight: 700;
}

.content-logo-footer {
    position: relative;
    width: 100%;
    height: 235px;
    max-width: 235px;
}

.logo-01 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    max-height: 118px;
    max-width: 151px;
    background-image: url('../images/logo-cesbrasil.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
}

.logo-02 {
    position: absolute;
    bottom: 10%;
    width: 100%;
    height: 100%;
    max-height: 72px;
    max-width: 148px;
    background-image: url('../images/logo-sebrae.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.container-btn-tooter {
    padding-right: 130px;
}

.content-address {
    width: 100%;
}

.title-city {
    margin-top: 2.13%;
    margin-bottom: 1.63%;
    font-size: 1.6em;
    line-height: 24px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
    display: none;
}

.ctr-city-courses {
    width: 100%;
}

.title-course {
    padding: 15px;
    border-left: 3px solid #f5f9ff;
    font-size: 0.9em;
    font-weight: 900;
    text-transform: uppercase;
}

.row-cursos:hover .title-course {
    border-left: 3px solid #ffb718;
}

.description-course {
    padding: 15px;
    font-size: 0.9em;
}

.bg-color-06 {
    background-color: #f5f9ff;
}

.content-row-courses {
    border-radius: 8px;
}

.content-row-courses.bg-color-06 {
    padding: 0 1%;
    display: none;
}

.txt-color-04 {
    color: #337ab7;
}

.section-texto {
    padding-top: 60px;
}

.section-descubra {
    padding: 50px 5%;
}

.content-father-title-and-border {
    width: 100%;
    height: 55px;
    max-width: 346px;
    margin-bottom: 2%;
}

.content-father-title-and-border.content-children-02 {
    width: 36.81%;
    height: 40px;
}

.content-father-title-and-border.content-children-03 {
    height: 119px;
    max-width: 900px;
    margin-bottom: 2%;
}

.content-father-title-and-border.content-children-04 {
    height: 106px;
    max-width: 940px;
}

.content-father-title-and-border.content-children-05 {
    height: 94px;
}

.content-father-title-and-border.content-children-06 {
    height: 104px;
    max-width: 310px;
}

.content-father-title-and-border.content-children-07 {
    height: 105px;
    max-width: 450px;
}

.title-main {
    height: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0px;
}

.resumo {
    margin-top: 1.64%;
    margin-bottom: 1.64%;
    font-size: 1.5em;
    font-weight: 900;
    line-height: 26px;
}

.content-txt-main {
    margin-bottom: 1.07%;
    font-size: 1.2em;
    line-height: 25px;
}

.content-txt-main.txt-color-01 {
    display: block;
}

.content-txt-main.txt-column-two {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.content-txt-main.txt-main-destaques {
    font-size: 1em;
}

.content-txt-main.txt-faleconosco {
    font-size: 1.1em;
}

.content-video {
    display: block;
    width: 100%;
    height: 610px;
    max-width: 1280px;
    margin-right: auto;
    margin-bottom: 5%;
    margin-left: auto;
    cursor: pointer;
}

.content-video.video-1 {
    /*background-image: url('../images/img-assita-video.png');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-video.video-2 {
    height: 505px;
    max-width: 1270px;
    /*background-image: url('../images/img-video-europen.png');*/
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title {
    width: 100%;
    height: 100%;
}

.img-title.img-02 {
    height: 100%;
    /*background-image: url('../images/titulo-sebrae.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title.img-01 {
    /*background-image: url('../images/perfil-cesbrasil.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title.img-03 {
    display: block;
    max-width: 900px;
    /*background-image: url('../images/titulo-educacao-empreendedora.png');*/
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.img-title.img-04 {
    max-width: 100%;
    /*background-image: url('../images/titulo-canal-institucional.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title.img-05 {
    /*background-image: url('../images/titulo-europen.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title.img-06 {
    margin-bottom: 6.45%;
    /*background-image: url('../images/titulo-clientes.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-title.img-07 {
    margin-bottom: 3.14%;
    /*background-image: url('../images/titulo-fale-conosco.png');*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.content-description-tittle {
    font-size: 1.69em;
    font-weight: 400;
    text-transform: uppercase;
}

.content-description-tittle.txt-color-01 {
    margin-top: 1%;
    margin-bottom: 1.64%;
}

.content-description-tittle.txt-color-01.style-transformando {
    margin-left: -5%;
}

.border-title {
    width: 11.94%;
    height: 3px;
    max-width: 40px;
    margin-bottom: 0px;
}

.border-title.bg-color-02 {
    display: block;
    margin-top: 1.64%;
}

.border-title.bg-color-02.border-mais-pordutos {
    margin-top: 0%;
}

.bg-color-02 {
    background-color: #ffb718;
}

.container-slider-cliente {
    padding-top: 1%;
    padding-bottom: 5px;
}

.content-descubra-and-btns {
    width: 100%;
    max-width: 470px;
}

.content-txt-btn-02:hover .title-btn-02 {
    color: #ffffff;
}

.content-txt-btn-02:hover .descrption-btn-02 {
    color: #ffffff;
}

.content-know-more-intitucionais {
    width: 100%;
    max-width: 470px;
}

.img-empresa-01 {
    position: relative;
    width: 94.68%;
    height: 220px;
    margin-bottom: 5%;
    /*background-image: url('../images/empresa-simulada-02.png');*/
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.txt-img-empresas {
    position: absolute;
    right: 0px;
    bottom: -23px;
    width: 240px;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 1.2em;
}

.txt-color-05 {
    color: #fff;
}

.img-descubra {
    width: 100%;
    height: 103px;
    margin-bottom: 4.8%;
    /*background-image: url('../images/descubra-cesbrasil.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.btn-02 {
    width: 94.69%;
    height: 50px;
    margin-bottom: 3%;
    padding: 30px 25px;
    border-radius: 26px;
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    text-decoration: none;
}

.btn-02.bg-color-03 {
    position: relative;
    background-image: url('../images/arrow_yellow_simp.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.btn-02.bg-color-03:hover {
    background-color: #00257b;
}

.bg-color-03 {
    background-color: #e6eaf2;
}

.title-btn-02 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
    line-height: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.descrption-btn-02 {
    font-size: 0.9em;
    line-height: 14px;
}

.column-no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.content-txt-btn-02 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 29px;
    margin-top: auto;
    margin-bottom: auto;
}

.content-txt-small-btn-02 {
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 30px;
    margin-top: auto;
    margin-bottom: auto;
    padding-right: 30px;
}

.content-txt-small-btn-02:hover .title-btn-02 {
    color: #ffffff;
}

.content-txt-small-btn-02:hover .descrption-btn-02 {
    color: #ffffff;
}

.bg-color-07 {
    background-color: #dbdee1;
}

.detail-right-bottom {
    width: 4px;
    height: 100%;
    margin-right: -2px;
    float: right;
}

.section-light-box-video {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 4;
    display: none;
    width: 100%;
    height: 100%;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    background-color: rgba(0, 0, 0, .8);
}

.container-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 100%;
    height: 370px;
    max-width: 650px;
    margin: auto;
}

.btn-close {
    position: absolute;
    top: -5%;
    right: -3%;
    z-index: 1;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50px;
}

.btn-close.bg-color-08 {
    background-color: rgba(0, 0, 0, .65);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.btn-close.bg-color-08:hover {
    background-color: #000;
}

.line01-btn-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 35%;
    height: 3px;
    margin: auto;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bg-color-08 {
    background-color: #000;
}

.line02-btn-close {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 35%;
    height: 3px;
    margin: auto;
    border-radius: 8px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bold {
    font-weight: 700;
    text-decoration: none;
}

.img-empresa-02 {
    position: relative;
    width: 94.68%;
    height: 220px;
    max-width: 445px;
    margin-bottom: 5%;
    /*background-image: url('../images/empresa-europen.png');*/
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.link-footer {
    width: 100%;
    text-decoration: none;
}

.section-banners {
    position: relative;
    width: 100%;
    height: 325px;
}

.section-banners.bg-color-07 {
    box-shadow: inset -2px 11px 12px -10px rgba(0, 0, 0, .5);
}

.mask-banner {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 46.8%;
    margin-top: auto;
    margin-bottom: auto;
}

.faixa-bottom {
    width: 120%;
    height: 100%;
    margin-top: 3%;
    margin-left: -50px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.left-faixa {
    position: absolute;
    bottom: 0px;
    display: none;
    width: 20px;
    height: 46.8%;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #0098ff;
    -webkit-transform: translate3d(0px, 0px, -75px);
    transform: translate3d(0px, 0px, -75px);
}

.content-banners {
    position: absolute;
    left: 0px;
    top: -4px;
    right: 0px;
    display: block;
    width: 95%;
    height: 100%;
    max-width: 1280px;
    margin-right: auto;
    margin-left: auto;
}

.content-banners.banner-2 {
    /*background-image: url('../images/banner-o-sebrae-big.png');*/
    background-position: 0px 0px;
    background-size: cover;
}

.content-banners.banner-1 {
    /*background-image: url('../images/banner-europen-big.jpg');*/
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-banners.banner-3 {
    /*background-image: url('../images/banner-mais-produtos.png');*/
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-banners.banner-4 {
    /*background-image: url('../images/banner-canal-institucional.png');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-banners.banner-5 {
    z-index: 1;
    /*background-image: url('../images/banner-es.png');*/
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-banners.banner-6 {
    /*background-image: url('../images/banner-clientes.jpg');*/
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.content-banners.banner-7 {
    /*background-image: url('../images/banner-contato.jpg');*/
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

.faixa-bottom-item-banner {
    width: 110%;
    height: 110%;
    margin-top: 0.8%;
    -webkit-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.mask-item-banner {
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    width: 100%;
    height: 10%;
    margin-top: auto;
    margin-bottom: auto;
}

.content-description-hight-image {
    display: inline-block;
    margin-top: 1%;
    margin-left: 57%;
    font-size: 1.68em;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 55px;
}

.content-description-hight-image.txt-color-01 {
    margin-top: 0%;
}

.content-description-hight-image.description-title-interno-img {
    margin-top: 1.07%;
    margin-left: 25%;
}

.content-description-hight-image.description-title-interno-img.position-fale-conosco {
    margin-left: 34%;
}

.section-more-products {
    width: 100%;
}

.topo-more-poducts {
    width: 100%;
    height: 50%;
}

.topo-more-poducts.bg-color-05 {
    padding-top: 60px;
}

.destaques-more-products {
    margin-top: 5.73%;
    padding-bottom: 2.13%;
}

.destaques-more-products.bg-color-01 {
    position: relative;
    bottom: 2px;
    display: block;
    width: 100%;
    height: 100%;
}

.title-destaques {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 1%;
    padding-left: 1%;
    float: left;
    color: #fff;
    font-size: 1.875em;
    line-height: 20px;
}

.content-destaques {
    display: block;
    width: 95%;
    margin-top: 2.77%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 1.07px;
}

.mask-destaque {
    overflow: hidden;
    width: 100%;
    height: 50px;
}

.faixa-top-destaques {
    width: 110%;
    height: 100%;
    margin-top: -21.5px;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.frame {
    width: 23%;
    margin-top: 2.14%;
    margin-right: 1%;
    margin-left: 1%;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
}

.frame.bg-color-05 {
    position: relative;
    width: 100%;
    float: none;
}

.frame.bg-color-05:hover {
    background-color: #ffb718;
}

.frame-image {
    display: block;
    width: 100%;
    height: 140px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    /*background-image: url('../images/destaques.png');*/
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.frame-txt {
    padding: 5%;
    font-size: 0.83em;
    font-weight: 900;
    text-transform: uppercase;
}

.mask-frame {
    overflow: hidden;
    width: 100%;
    height: 15px;
}

.content-frame-img-and-txt {
    padding-top: 4px;
    padding-right: 4px;
    padding-left: 4px;
}

.faixa-bottom-frame {
    width: 110%;
    height: 100%;
    margin-top: 8px;
    margin-left: -3%;
    background-color: #f5f6f6;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.faixa-bottom-frame.bg-color-09 {
    width: 120%;
    margin-top: 8px;
    margin-left: -5px;
}

.bg-color-09 {
    background-color: #f5f6f6;
}

.content-frames {
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    width: 95%;
    max-width: 920px;
    margin-right: 2.5%;
    margin-left: 2.5%;
    float: left;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.mask-destaques {
    display: block;
    overflow: visible;
    width: 100%;
    height: 141px;
    margin-top: -135px;
}

.faixa-bottom-section-destaque {
    width: 101.94%;
    height: 100%;
    margin-top: 1.5%;
    margin-left: -2%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.bottom-more-products {
    width: 100%;
    margin-top: -52px;
}

.content-row-destaques {
    margin-top: 8.5%;
}

.content-destaque-column-01 {
    width: 100%;
    max-width: 470px;
}

.content-destaque-column-02 {
    width: 100%;
    max-width: 470px;
}

.border-unidade {
    width: 100%;
    height: 2px;
}

.content-youtube {
    width: 50%;
    padding-left: 55px;
    float: left;
    background-image: url('../images/icon-youtube.png');
    background-position: 13px 50%;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: 700;
}

.content-btn-acesse {
    width: 50%;
    float: left;
}

.videos-description {
    margin-bottom: 2.12%;
}

.content-academia-description {
    border-bottom: 1px solid #e5e9f2;
}

.title-unidade {
    margin-top: 4.25%;
    margin-bottom: 2.12%;
    font-size: 1.88em;
}

.txt-unidade {
    margin-bottom: 2.14%;
    font-size: 1.13em;
}

.txt-videos-dicas {
    margin-bottom: 4.25%;
    font-size: 1.13em;
}

.title-videos-dicas {
    margin-top: 2.14%;
    margin-bottom: 2.14%;
    font-size: 0.9em;
    line-height: 15px;
    text-transform: uppercase;
}

.link-btn-youtube {
    width: 75px;
    height: 25px;
    float: right;
    border-radius: 20px;
    text-decoration: none;
}

.btn-youtube {
    width: 100%;
    height: 100%;
    padding-right: 22px;
    padding-left: 11px;
    border-radius: 20px;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    color: #fff;
    font-size: 0.9em;
}

.btn-youtube.bg-color-01 {
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/icon-btn-acesse.png');
    background-position: 85% 50%;
    background-repeat: no-repeat;
}

.btn-youtube.bg-color-01:hover {
    background-color: #ffb718;
}

.selo-sebrae-academia {
    position: absolute;
    top: -22%;
    right: 13%;
    display: block;
    width: 112px;
    height: 112px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 50%;
    box-shadow: 1px 6px 6px -5px rgba(0, 0, 0, .35);
    text-decoration: none;
}

.logo-selo {
    width: 100%;
    height: 50%;
    /*background-image: url('../images/logo-sebrae-academia.png');*/
    background-position: 50% 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.icon-acesse {
    width: 100%;
    height: 50%;
    padding-top: 20px;
    background-image: url('../images/icon-btn-acesse-blue.png');
    background-position: 50% 11px;
    background-size: auto;
    background-repeat: no-repeat;
    font-size: 0.9em;
    font-weight: 700;
    text-align: center;
}

.content-download {
    width: 50%;
    max-width: 215px;
    margin-right: 1.07%;
    margin-left: 1.07%;
    float: left;
}

.content-img-post {
    position: relative;
    width: 100%;
    height: 135px;
    max-width: 100%;
    /*background-image: url('../images/img-download.jpg');*/
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-download {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-right: 25px;
    padding-left: 15px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 20px;
    background-image: url('../images/arrow-download-blue.png');
    background-position: 92% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    font-size: 0.7em;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-download.bg-color-05.txt-color-01:hover {
    background-color: #ffb718;
    background-image: url('../images/arrow-download-white.png');
    color: #fff;
}

.link-btn-download {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 140px;
    height: 30px;
    margin: auto;
    text-decoration: none;
}

.txt-post {
    padding: 7%;
    font-size: 0.89em;
    font-weight: 900;
    text-transform: uppercase;
}

.posts {
    width: 100%;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.mask-download {
    overflow: hidden;
    width: 100%;
    height: 15px;
}

.faixa-bottom-download {
    display: block;
    width: 120%;
    height: 100%;
    margin-top: 8px;
    margin-left: -5%;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.title-faca-acontecer {
    margin-top: 0px;
    margin-bottom: 4.25%;
    font-size: 1.9em;
    line-height: 26px;
    font-weight: 700;
}

.content-unidade {
    padding-right: 4.25%;
    padding-bottom: 4.25%;
    padding-left: 4.25%;
}

.mask-unidade {
    overflow: hidden;
    width: 100%;
    height: 45px;
}

.faixa-bottom-unidade {
    width: 120%;
    height: 100%;
    margin-top: 30px;
    margin-left: -5%;
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg);
}

.resumo-txt-canal {
    -webkit-transition: color 300ms ease-in-out;
    transition: color 300ms ease-in-out;
    font-size: 1.63em;
}

.resumo-txt-canal.txt-color-01 {
    margin-top: 0px;
    line-height: 26px;
}

.content-videos-canal {
    width: 100%;
    max-width: 940px;
    margin-top: 2.14%;
    margin-bottom: 2.14%;
}

.content-video-canal {
    width: 100%;
    height: 265px;
    max-width: 470px;
    margin-top: 2.12%;
    border-bottom: 3px solid #ffb718;
    position: relative;
}

.content-txt-video {
    padding: 4.25% 40% 4.25% 4.25%;
}

.video-canal {
    z-index: 1;
    width: 100%;
    height: 100%;
}

.btn-play-video {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 2;
    cursor: pointer;
    display: block;
    width: 64px;
    height: 54px;
    margin: auto;
    border-radius: 6px;
    background-color: rgba(0, 37, 123, .75);
    background-image: url('../images/icon-play.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.btn-play-video:hover {
    background-color: rgba(255, 183, 24, .85);
}

.btn-assista-video-on-canal {
    width: 145px;
    height: 34px;
    margin-top: 8.52%;
    border-radius: 20px;
    color: #fff;
    font-size: 0.82em;
    text-align: center;
    text-transform: uppercase;
    padding: 8px;
    cursor: pointer;

}

.btn-pause {
    display: none;
}

.mask-video {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .01);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.btn-assista-video-on-canal.bg-color-01:hover {
    background-color: #ffb718;
}

.link-post-video {
    text-decoration: none;
}

.link-post-video:hover {
    color: #00257b;
    text-decoration: underline;
}

.content-row-video {
    margin-top: 8.6%;
    margin-bottom: 2%;
}

.content-frame {
    width: 25%;
    max-width: 235px;
    margin-top: 2.14%;
    padding-right: 1%;
    padding-left: 1%;
    float: left;
}

.section-empresa-simulada {
    background-color: #d3edf1;
    background-image: url('../images/background-empresa-simulada.jpg');
    background-position: 50% 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-banner {
    position: relative;
    width: 100%;
    height: 325px;
}

.mask-banner-emp-sim {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 55%;
}

.faixa-top-banner-emp-sim {
    width: 120%;
    height: 100%;
    margin-top: -1.6%;
    margin-left: -5%;
    -webkit-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.description-titulo-emp-sim {
    position: absolute;
    left: 30px;
    top: 30%;
    right: -17%;
    bottom: 0px;
    display: inline-block;
    width: 15.2%;
    height: 30px;
    max-width: 190px;
    margin: 0px auto;
    font-size: 1.63em;
    font-weight: 400;
    text-transform: uppercase;
}

.container-img-banner-es {
    position: absolute;
    right: 0px;
    bottom: -92%;
    width: 50%;
    height: 580px;
    background-image: url('../images/img-es-01.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-criacao {
    position: relative;
    margin-bottom: 5.32%;
}

.txt-criacao-topo {
    margin-top: 5.32%;
    padding-right: 40%;
    font-size: 1.7em;
    line-height: 30px;
    font-weight: 900;
}

.titulo-empresa-simulada {
    height: 0px;
    font-size: 0px;
}

.title-simulada-1 {
    width: 100%;
    height: 70px;
    margin-bottom: 2.14%;
    /*background-image: url('../images/titulo-criacao-empresa-simulada.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.simulada-txt-1 {
    margin-bottom: 2.14%;
    font-size: 1.4em;
    line-height: 28px;
}

.simulada-txt-1.txt-center {
    text-align: center;
}

.txt-criacao-topo-mobile {
    display: none;
    margin-top: 5.32%;
    font-size: 1.7em;
    line-height: 30px;
    font-weight: 900;
}

.content-ambiente-simulado {
    margin-bottom: 6%;
}

.content-amb-1 {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin-top: 4.140000000000001%;
    float: left;
}

.img-criacao-1 {
    position: absolute;
    left: 0px;
    top: -8%;
    width: 15%;
    height: 197px;
    max-width: 141px;
    float: left;
    background-image: url('../images/img-es-02.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.criacao-number-1 {
    position: relative;
    width: 85%;
    height: 100px;
    margin-left: 16%;
    /*background-image: url('../images/number-1.png');*/
    background-position: 0px 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.content-amb-2 {
    position: relative;
    width: 100%;
    max-width: 940px;
    margin-top: 6.5%;
    float: left;
}

.img-criacao-2 {
    position: absolute;
    top: -65%;
    right: 5%;
    width: 17.45%;
    height: 163px;
    max-width: 100%;
    background-image: url('../images/img-es-03.png');
    background-position: 100% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.criacao-number-2 {
    width: 50%;
    height: 100px;
    max-width: 100%;
    margin-left: 50%;
    /*background-image: url('../images/numbe2.png');*/
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.txt-small-simulada {
    font-size: 1.1em;
}

.txt-small-simulada.criacao-txt-2 {
    padding-top: 16%;
    padding-right: 12%;
    padding-left: 17.02%;
    float: right;
}

.txt-small-simulada.criacao-txt-1 {
    padding: 8% 46.661% 0px 8.5%;
    float: left;
}

.txt-small-simulada.criacao-txt-3 {
    padding-top: 10%;
    padding-right: 46%;
    padding-left: 8%;
    float: left;
}

.txt-small-simulada.criacao-txt-4 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 19%;
    padding-right: 24%;
    padding-left: 19%;
    float: left;
}

.content-amb-3 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 940px;
    margin-bottom: 5.32%;
    float: left;
}

.criacao-number-3 {
    position: relative;
    width: 100%;
    height: 102px;
    margin-top: -48px;
    /*background-image: url('../images/number-3.png');*/
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.img-criacao-3 {
    position: absolute;
    left: 22%;
    right: 0px;
    bottom: 55%;
    width: 22%;
    height: 204px;
    margin-top: auto;
    margin-bottom: auto;
    background-image: url('../images/img-es-04.png');
    background-position: 0px 0px;
    background-repeat: no-repeat;
}

.content-amb-4 {
    position: relative;
    display: block;
    width: 100%;
    max-width: 940px;
    float: left;
}

.criacao-number-4 {
    display: block;
    width: 55%;
    height: 100px;
    margin-right: auto;
    margin-left: auto;
    /*background-image: url('../images/number-4.png');*/
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: no-repeat;
}

.img-criacao-4 {
    position: absolute;
    left: 37%;
    top: -70%;
    right: 0px;
    display: block;
    width: 25%;
    height: 221px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/img-es-05.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-simulada-2 {
    display: block;
    width: 100%;
    height: 191px;
    max-width: 940px;
    margin-right: auto;
    margin-bottom: 2.12%;
    margin-left: auto;
    /*background-image: url('../images/titulo-plano-acao.png');*/
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.simulada-txt-2 {
    margin-bottom: 10.63%;
    padding-right: 10.63%;
    padding-left: 10.63%;
    font-size: 2em;
    line-height: 34px;
    text-align: center;
}

.simulada-txt-2.style-txt-2 {
    margin-bottom: 3.5%;
}

.row-content-title {
    width: 100%;
    max-width: 940px;
    margin-bottom: 2.4%;
}

.content-img-descubra {
    width: 100%;
    max-width: 396px;
    margin-bottom: 10%;
}

.section-clientes {
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 3px solid #f9f9f9;
}

.container-clientes {
    width: 100%;
    max-width: 940px;
    margin-top: 5.32%;
}

.item-client {
    width: 100%;
    height: 100%;
    padding: 1%;
    border-bottom: 3px solid #00257b;
}

.item-client.bg-color-05:hover {
    border-bottom-color: #ffb718;
}

.item-client.bg-color-05.img-cliente {
    /*background-image: url('../images/instituto-embraer-hover.png');*/
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
}

.content-item-client {
    width: 25%;
    height: 215px;
    padding-top: 3px;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 4px;
    float: left;
}

.content-item-client.bg-color-04 {
    float: left;
}

.content-form {
    width: 100%;
    max-width: 450px;
}

.resumo-txt-fale-conosco {
    margin-top: 6.5%;
    font-size: 1.63em;
    line-height: 30px;
    font-weight: 900;
}

.item-form {
    width: 50%;
    height: 40px;
    max-width: 220px;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #b4cafd;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.item-form.item-letf {
    margin-right: 10px;
}

.dados-form {
    width: 100%;
    height: 40px;
    margin-top: 3.5%;
    margin-bottom: 3.5%;
    padding: 12px;
    clear: both;
    border: 1px solid #b4cafd;
    background-color: #f7f8fb;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
    font-size: 1em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.item-msg-form {
    width: 100%;
    min-height: 250px;
    margin-bottom: 4.5%;
    border: 1px solid #b4cafd;
    border-radius: 6px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .2);
}

.check-copia-email {
    font-size: 1em;
}

.content-checkbox {
    display: inline-block;
    margin-top: 3%;
    margin-bottom: 3%;
    line-height: 20px;
}

.content-img-contact {
    width: 100%;
    height: 174px;
    margin-bottom: 6.6%;
    /*background-image: url('../images/img-outros-canais.png');*/
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-phones {
    margin-bottom: 5.6%;
    padding-left: 31%;
}

.content-email {
    margin-bottom: 5.6%;
    padding-left: 31%;
}

.content-address-contact {
    margin-bottom: 5.6%;
    padding-left: 31%;
}

.content-btn-rota {
    width: 180px;
    height: 35px;
    margin-top: 2.2%;
    margin-left: 31%;
    text-decoration: none;
}

.btn-veja-rota {
    width: 100%;
    height: 100%;
    padding-right: 20px;
    padding-left: 10px;
    border-radius: 20px;
    border: 1px solid #b4cafd;
    background-image: url('../images/arrow-pont-btn-blue.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    color: #00257b;
    font-size: 0.85em;
    line-height: 35px;
    text-transform: uppercase;
}

.btn-veja-rota.bg-color-09:hover {
    border: 1px solid #ffb718;
    background-color: #ffb718;
    background-image: url('../images/arrow-hight.png');
    color: #fff;
}

.sub-titles-contatos {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 0.9em;
    font-weight: 900;
    text-transform: uppercase;
}

.description-contatos {
    font-size: 1em;
}

.phone-numbers {
    font-size: 1.9em;
    line-height: 32px;
    font-weight: 900;
}

ul.content-item-plano-acao {
    float: left;
    /*color: #ffb718;*/

}

li.item-plano-acao {
    color: #ffb718;
    font-weight: 700;
}

li.item-plano-acao span {
    color: #00257b;
    font-weight: 700;
}

.content-pa {
    margin-bottom: 16%;
    background-image: url('../images/circle-pa.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa {
    width: 100%;
    max-width: 100%;
}

.conten-img-pa.img-pa-1 {
    height: 184px;
    margin-top: -7%;
    background-image: url('../images/img-es-06.png');
    background-position: 30% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa.img-pa-2 {
    height: 159px;
    margin-top: 2.5%;
    background-image: url('../images/img-es-07.png');
    background-position: 60% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa.img-pa-3 {
    height: 201px;
    padding-top: 16%;
    padding-left: 35%;
    background-image: url('../images/img-es-09.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa.img-pa-4 {
    height: 143px;
    padding-top: 25%;
    padding-left: 27%;
    background-image: url('../images/img-es-08.png');
    background-position: 75% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa.img-pa-5 {
    height: 187px;
    padding-top: 35%;
    padding-left: 10%;
    background-image: url('../images/img-es-10.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.conten-img-pa.img-pa-6 {
    height: 207px;
    margin-top: 12.35%;
    padding-top: 6%;
    padding-left: 24%;
    background-image: url('../images/img-es-11.png');
    background-position: 41px 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.pa-content-title-1 {
    display: block;
    width: auto;
    height: 51px;
    max-width: 100%;
    margin-top: 1%;
    margin-left: 45.5%;
    /*background-image: url('../images/titulo-rh.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-titile-pa {
    width: auto;
    max-width: 100%;
}

.content-titile-pa.pa-title-2 {
    height: 20px;
    margin-top: 6.4%;
    margin-left: 19%;
    /*background-image: url('../images/titulo-marketing.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-titile-pa.pa-title-3 {
    height: 26px;
    /*background-image: url('../images/titulo-financa.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-titile-pa.pa-title-4 {
    height: 20px;
    margin-bottom: 2%;
    /*background-image: url('../images/titulo-compras.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-titile-pa.pa-title-5 {
    height: 20px;
    /*background-image: url('../images/titulo-vendas.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-titile-pa.pa-title-6 {
    height: 26px;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-logistica.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-list-rh {
    width: 100%;
    padding-top: 1%;
    padding-left: 45%;
}

.content-list-mk {
    padding-top: 1%;
    padding-left: 19%;
}

.simulada-txt-3 {
    margin-bottom: 5.32%;
    padding-right: 9%;
    padding-left: 9%;
    background-image: none;
    font-size: 2.75em;
    line-height: 44px;
    text-align: center;
}

.simulada-txt-3.bolder {
    background-image: none;
}

.aspas-big {
    display: block;
    width: 63px;
    height: 63px;
    margin-right: auto;
    margin-left: auto;
    background-image: url('../images/img-aspas-big.png');
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-simulada-3 {
    width: 100%;
    height: 176px;
    max-width: 940px;
    margin-top: 7.8%;
    margin-bottom: 7.6%;
    /*background-image: url('../images/titulo-sistema-informacao.png');*/
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-sso {
    margin-bottom: 22%;
}

.content-cad-sso-emp {
    margin-top: -18%;
    padding-right: 33%;
    padding-left: 17%;
}

.content-cad-sso-aluno {
    width: 100%;
    padding-right: 27%;
}

.title-sso-1 {
    width: 100%;
    height: 51px;
    max-width: 100%;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-cad-empresa.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.txt-sso {
    font-size: 1.2em;
}

.title-sso-2 {
    width: 100%;
    height: 51px;
    max-width: 100%;
    margin-top: -11%;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-cad-aluno.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-2 {
    width: 100%;
    height: 84px;
    max-width: 100%;
    margin-top: 8.5%;
    background-image: url('../images/img-es-13.png');
    background-position: 60% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-cad-formecedor {
    padding-right: 9%;
}

.img-sso-3 {
    width: 100%;
    height: 187px;
    max-width: 100%;
    background-image: url('../images/img-es-14.png');
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.title-sso-3 {
    width: 100%;
    height: 51px;
    max-width: 100%;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-cad-fornecedores.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-cad-sso-prod-serv {
    margin-top: -26%;
    padding-right: 30%;
}

.title-sso-4 {
    width: 100%;
    height: 94px;
    /*background-image: url('../images/titulo-cad-prod-sevicos.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-4 {
    width: 100%;
    height: 188px;
    max-width: 100%;
    margin-top: 5.5%;
    background-image: url('../images/img-es-15.png');
    background-position: 72% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-1 {
    width: 100%;
    height: 154px;
    max-width: 100%;
    background-image: url('../images/img-es-12.png');
    background-position: 100% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-5 {
    width: 100%;
    height: 164px;
    max-width: 100%;
    margin-top: 12%;
    margin-bottom: 1%;
    background-image: url('../images/img-es-16.png');
    background-position: 88% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-compra-venda {
    margin-right: -10%;
    padding-left: 8%;
}

.title-sso-5 {
    height: 20px;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-compra-venda.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-6 {
    width: 29%;
    height: 228px;
    max-width: 100%;
    margin-top: -4%;
    margin-left: 11%;
    float: left;
    background-image: url('../images/img-es-17.png');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-regulariz {
    width: 60%;
    padding-top: 6%;
    float: left;
}

.title-sso-6 {
    width: 100%;
    height: 61px;
    max-width: 100%;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-regularizacao-doc.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-7 {
    width: 100%;
    height: 253px;
    max-width: 100%;
    margin-top: 14%;
    background-image: url('../images/img-es-19.png');
    background-position: 100% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.img-sso-8 {
    width: 100%;
    height: 264px;
    max-width: 100%;
    margin-top: -26%;
    background-image: url('../images/img-es-18.png');
    background-position: 70% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-termino {
    width: 100%;
    padding-right: 16%;
}

.title-sso-7 {
    width: 100%;
    height: 57px;
    max-width: 100%;
    margin-top: -7%;
    margin-bottom: 1%;
    /*background-image: url('../images/titulo-termino-atividades.png');*/
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.content-simulada-video {
    padding-bottom: 130px;
}

.bg-color-10 {
    background-color: #ffc949;
}

.title-simulada-video {
    width: 100%;
    height: 295px;
    max-width: 100%;
    margin-bottom: 5%;
    /*background-image: url('../images/titulo-empresa-simulada-na-pratica.png');*/
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.logo-simulada {
    display: block;
    width: 388px;
    height: 34px;
    margin-right: auto;
    margin-left: auto;
    /*background-image: url('../images/logo-es.png');*/
    background-position: 50% 0px;
    background-size: contain;
    background-repeat: no-repeat;
}

.mak-video-simulada {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 190px;
}

.faixa-top-simulada-video {
    position: absolute;
    left: 0px;
    top: 140px;
    right: 5%;
    bottom: 0px;
    display: block;
    width: 105%;
    height: 100%;
    margin: auto;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.content-form-login {
    width: 100%;
    height: 260px;
}

.content-form-login.bg-color-01 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}

.input-login {
    margin-bottom: 12px;
    border-radius: 6px;
}

.btn-enter-log {
    width: 100%;
    border-radius: 20px;
}

.btn-enter-log.bg-color-02 {
    height: 40px;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
}

.btn-enter-log.bg-color-02:hover {
    background-color: #314f94;
    font-size: 1.1em;
    letter-spacing: 1px;
}

.log-msg {
    margin-bottom: 5px;
    color: #fff;
    font-size: 1em;
    text-align: center;
}

.btn-remember-pass {
    width: 100%;
    height: 40px;
    border-radius: 20px;
    background-color: #314f94;
    -webkit-transition: all 350ms ease;
    transition: all 350ms ease;
    font-size: 1em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.btn-remember-pass:hover {
    background-color: #ffb718;
    font-size: 1.1em;
    letter-spacing: 0.5px;
}

.login {
    width: 290px;
    height: 290px;
    float: right;
}

.mask-login {
    overflow: hidden;
    width: 100%;
    height: 40px;
}

.faixa-bottom-login {
    width: 110%;
    height: 100%;
    margin-top: -20px;
    border-bottom: 3px solid #ffb718;
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}

.content-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .5);
    display: none;
    z-index: 1;
}

.icon-loader {
    width: 60px;
    height: 60px;
    margin: auto;
    background-image: url("../images/loader-2.gif");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.form-sucesso {
    width: 100%;
    height: 100px;
    color: #314f94;
    background: rgba(180, 202, 253, .7);
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    font-family: 'Lato', sans-serif;
    padding: 39px;
    display: block;
}

.form-erro {
    width: 100%;
    height: 100px;
    color: #ea4335;
    background: rgba(234, 67, 53, .2);
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    font-family: 'Lato', sans-serif;
    padding: 39px;
    display: block;
}

.content-map-datas {
    width: 100%;
    border: 1px solid #b4cafd;
}

.content-map-google {
    width: 100%;
    height: 400px;
}

.title-map {
    font-weight: 900;
}

.endereco-map {
    width: 100%;
    height: 60px;
    color: #00257b;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.2em;
    line-height: 60px;
}

.description-marker {
    font-size: 1.1em;
    font-weight: 700;
    padding: 10px;
    background-color: #00257b;
    color: white;
    margin: 1px;
    border-radius: 2px 2px 0 0;

}

.ligthbox-top {
    padding-top: 56.17021276595745%
}

.icon-nav-slider {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ffffff;
    float: left;
    margin-left: 4px;
    cursor: pointer;
}

.active-icon-nav {
    background: #ffb718;
}

.border-btn {
    border: 1px solid #00257b;
}

.btn-slider-fade {
    margin: auto;
    position: absolute;
    bottom: 0;
}

strong {
    font-weight: bolder;
}

.ancor-pages-relac {
    width: 100%;
}

.embedly-embed {
    width: 100%;
    height: 100%;
}

.txt-img-mini-sebrae {
    bottom: -25px;
}

.display-none {
    display: none;
}

/*Remove texto bottom google maps*/
.gmnoprint a, .gmnoprint span, .gm-style-cc {
    display: none;
}

/*Remove logo google maps*/
a[href^="http://maps.google.com/maps"] {
    display: none !important
}

/*Remove logo google maps*/
a[href^="https://maps.google.com/maps"] {
    display: none !important
}

.item-city.txt-color-03:hover {
    background-color: #00257b;
}

.item-city.txt-color-03:hover .link-item-city {
    color: #fff;
}

.link-item-city {
    text-decoration: none;
    color: #889cc8;
}

.section-map {
    width: 100%;
    padding: 30px;
}

.row-cursos {
    padding: 1%;
    border-radius: 8px;
    /* margin: 0; */
}

.row-cursos:hover {
    background: #c6e4fe;
}

#map {
    height: 475px;
}

.txt-numebers.txt-footer {
    margin: 0px;
}
.form-done-sucess{
    position: relative;
}
.btn-close-form{
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #000;
    margin: auto;
    position: absolute;
    top: -18px;
    right: 0;
    left: 0;
    cursor: pointer;
}
.line-btn-close-form-01{
    width: 60%;
    height: 4px;
    background-color: #fff;
    border-radius: 20px;
    transform: rotate(-45deg);
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 1px;
    right: 0;
}

.line-btn-close-form-02{
    width: 60%;
    height: 4px;
    background-color: #fff;
    transform: rotate(45deg);
    border-radius: 20px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (max-width: 991px) {
    .content-btn-mobile {
        display: block;
        z-index: 4;
    }

    .menu-mobile-primary {
        display: block;
    }

    .content-menu {
        display: none;
    }

    .container-header {
        margin: 45px auto 0 auto;
    }

    .login-mobile {
        width: 100%;
        margin: auto;
        position: absolute;
        top: 291px;
        right: 0;
        left: 0;
        display: none;
    }

    .container-form {
        width: 100%;
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-logo-main-1 {
        height: 100px;
        background-size: contain;
    }

    .slider-fade {
        height: 233px;
        background-color: #000;
    }

    .item-slide-fade {
        display: block;
        background-color: transparent;
    }

    .content-circle-nav {
        display: none;
    }

    .data-slide-fade {
        height: 180px;
        padding-left: 8%;
    }

    .border-slide {
        height: 2px;
        max-width: 30px;
    }

    .border-slide.bg-color-05 {
        margin-bottom: 0.5%;
    }

    .content-txt-slide {
        margin-bottom: 2%;
    }

    .title-slide {
        font-size: 1.7em;
        line-height: 26px;
    }

    .txt-slide {
        margin-bottom: 0px;
        padding-right: 40%;
        font-size: 1.2em;
        line-height: 21px;
    }

    .btn.bg-color-05 {
        margin-top: 0px;
    }

    .btn.btn-cesbrasil {
        min-width: 246px;
    }

    .btn.btn-form.bg-color-02 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .detail-bottom-slider.bg-color-04 {
        border-right: 1px solid #f9f9f9;
    }

    .container.container-unidade {
        padding-top: 5%;
    }

    .ctr-pages-relac {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .content-map {
        max-width: 350px;
        margin-left: 0%;
        background-position: 50% 50%;
        background-size: contain;
    }

    .content-cities {
        /* max-height: 475px; */
        max-width: 350px;
        min-height: 0px;
        overflow: auto;
    }

    .txt-city {
        font-size: 1.3em;
    }

    .section-footer {
        padding-top: 30px;
    }

    .slide-item {
        width: 50%;
    }

    .title-footer.txt-color-01 {
        text-align: center;
    }

    .item-menu-footer {
        min-height: 30px;
    }

    .item-menu-footer.txt-color-01 {
        min-height: 30px;
    }

    .txt-footer.txt-color-01 {
        text-align: center;
    }

    .txt-footer.txt-color-01.copy {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .content-logo-footer {
        display: block;
        max-height: 150px;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-01 {
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .logo-02 {
        left: 0px;
        right: 0px;
        bottom: 10%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .content-acessos {
        display: block;
        width: 100%;
        max-width: 235px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-address {
        display: block;
        max-width: 235px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-contact {
        display: block;
        width: 100%;
        max-width: 235px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-texto {
        padding-top: 40px;
    }

    .content-father-title-and-border.content-children-02 {
        height: 40px;
    }

    .content-father-title-and-border.content-children-03 {
        height: 101px;
    }

    .content-father-title-and-border.content-children-05 {
        height: 70px;
    }

    .content-father-title-and-border.content-children-06 {
        height: 80px;
    }

    .content-father-title-and-border.content-children-07 {
        height: 75px;
    }

    .content-txt-main.txt-faleconosco {
        font-size: 1em;
    }

    .content-video {
        height: 329px;
        background-size: contain;
    }

    .content-video.video-1 {
        background-image: url('../images/img-assita-video.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .content-video.video-2 {
        height: 275px;
    }

    .img-title {
        max-width: 335px;
        background-position: 0px 0px;
        background-size: contain;
    }

    .img-title.img-03 {
        height: 96px;
        max-width: none;
        background-size: contain;
    }

    .content-description-tittle.txt-color-01.style-transformando {
        font-size: 1.49em;
    }

    .img-empresa-01 {
        height: 180px;
        background-size: 80%;
    }

    .txt-img-empresas {
        width: 206px;
        font-size: 0.97em;
    }

    .img-descubra {
        height: 75px;
    }

    .btn-02.bg-color-03 {
        background-position: 96% 50%;
    }

    .descrption-btn-02 {
        font-size: 0.7em;
    }

    .img-empresa-02 {
        height: 160px;
        background-size: 80%;
    }

    .section-banners {
        position: relative;
        height: 275px;
    }

    .left-faixa {
        display: none;
    }

    .content-banners.banner-1 {
        background-size: cover;
    }

    .content-banners.banner-3 {
        background-position: 50% 50%;
        background-size: cover;
    }

    .content-banners.banner-4 {
        background-size: cover;
    }

    .content-banners.banner-6 {
        background-position: -379px 0px;
        background-size: cover;
    }

    .content-banners.banner-7 {
        background-size: cover;
    }

    .content-description-hight-image {
        margin-right: 1%;
        font-size: 1.58em;
    }

    .content-description-hight-image.description-title-interno-img {
        margin-left: 30%;
    }

    .content-description-hight-image.description-title-interno-img.position-fale-conosco {
        font-size: 1.28em;
        line-height: 26px;
    }

    .content-download {
        display: block;
        width: 55%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .content-download.bg-color-05 {
        display: block;
    }

    .container-banner {
        height: 186px;
    }

    .description-titulo-emp-sim {
        height: 17px;
        font-size: 0.93em;
        line-height: 20px;
    }

    .container-img-banner-es {
        height: 340px;
    }

    .txt-criacao-topo {
        padding-right: 46%;
    }

    .criacao-number-1 {
        height: 75px;
        background-size: contain;
    }

    .img-criacao-2 {
        top: -56%;
        right: 7%;
        height: 120px;
    }

    .criacao-number-2 {
        height: 75px;
        background-size: contain;
    }

    .txt-small-simulada.criacao-txt-2 {
        padding-right: 4%;
        float: left;
    }

    .txt-small-simulada.criacao-txt-1 {
        display: block;
        padding-right: 25%;
    }

    .txt-small-simulada.criacao-txt-4 {
        padding-right: 0%;
    }

    .criacao-number-3 {
        height: 75px;
        margin-top: -76px;
        background-size: contain;
    }

    .img-criacao-3 {
        left: 21%;
        bottom: 100%;
        height: 160px;
        background-size: contain;
    }

    .criacao-number-4 {
        height: 75px;
        background-size: contain;
    }

    .img-criacao-4 {
        height: 170px;
    }

    .title-simulada-2 {
        height: 150px;
    }

    .simulada-txt-2 {
        font-size: 1.6em;
        line-height: 28px;
    }

    .container-clientes {
        display: block;
        max-width: 630px;
        margin-right: auto;
        margin-left: auto;
    }

    .content-item-client {
        width: 33.33%;
        margin-bottom: 3px;
    }

    .item-form {
        width: 100%;
        max-width: none;
        float: none;
    }

    .content-phones {
        padding-left: 10%;
    }

    .content-email {
        padding-left: 10%;
    }

    .content-address-contact {
        padding-left: 10%;
    }

    .content-btn-rota {
        margin-left: 10%;
    }

    .item-plano-acao {
        font-size: 0.85em;
        line-height: 16px;
    }

    .conten-img-pa.img-pa-2 {
        background-position: 100% 0px;
    }

    .conten-img-pa.img-pa-3 {
        padding-top: 20%;
        padding-left: 45%;
    }

    .conten-img-pa.img-pa-4 {
        padding-top: 32%;
        background-position: 100% 0px;
    }

    .conten-img-pa.img-pa-5 {
        padding-top: 45%;
        padding-left: 0%;
    }

    .conten-img-pa.img-pa-6 {
        padding-left: 29%;
    }

    .aspas-big {
        width: 40px;
        height: 40px;
    }

    .content-cad-sso-emp {
        padding-left: 4%;
    }

    .img-sso-2 {
        background-position: 100% 0px;
    }

    .img-sso-4 {
        background-position: 100% 0px;
    }

    .img-sso-6 {
        height: 170px;
        margin-top: 0%;
    }

    .img-sso-7 {
        margin-top: 10%;
    }

    .img-sso-8 {
        margin-top: -40%;
    }

    #map {
        height: 230px;
        width: 225px;
        margin: 0 auto;
    }

}

@media (max-width: 767px) {
    .content-logo-main-1 {
        width: 30%;
    }

    .container-btns-linguagens {
        width: 70%;
    }

    .section-know-more {
        padding-right: 2%;
        padding-left: 2%;
    }

    .slider-fade {
        height: 210px;
    }

    .data-slide-fade {
        height: 140px;
        padding-right: 5%;
        padding-left: 5%;
    }

    .border-slide {
        height: 2px;
        max-width: 25px;
    }

    .content-txt-slide {
        display: none;
    }

    .title-slide {
        margin-bottom: 2%;
        font-size: 2em;
        line-height: 30px;
    }

    .txt-slide {
        font-size: 1em;
        line-height: 19px;
    }

    .btn.bg-color-05 {
        margin-top: 5%;
    }

    .btn.bg-color-02 {
        display: block;
    }

    .container {
        padding-right: 5%;
        padding-left: 5%;
    }

    .container.container-unidade {
        padding-top: 15%;
    }

    .container.container-plano-acao {
        padding-right: 5px;
        padding-left: 5px;
    }

    .ctr-pages-relac {
        max-width: 360px;
    }

    .content-img-know-more {
        max-width: 360px;
        margin-bottom: 8%;
        padding-top: 20.5%;
        padding-left: 15%;
        background-size: contain;
    }

    .section-local {
        padding-top: 50px;
    }

    .content-map {
        display: block;
        margin-top: 5%;
        margin-right: auto;
        margin-left: auto;
        float: none;
        min-height: 0;
    }

    .content-cities {
        display: block;
        max-width: 440px;
        margin-right: auto;
        margin-left: auto;
    }

    .ctr-title-city {
        width: 160px;
    }

    .subtitles-home.txt-color-01 {
        display: block;
        font-size: 1.7em;
        line-height: 26px;
    }

    .ul-list-cities {
        float: left;
    }

    .title-footer.txt-color-01 {
        text-align: center;
    }

    .item-menu-footer {
        min-height: 40px;
        padding-right: 0%;
    }

    .item-menu-footer.txt-color-01 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .txt-footer {
        display: block;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        text-align: center;
    }

    .txt-footer.txt-color-01 {
        display: block;
        text-align: center;
    }

    .txt-footer.txt-color-01.copy {
        width: 235px;
    }

    .content-logo-footer {
        display: block;
    }

    .logo-01 {
        left: 0px;
        right: 0px;
        bottom: 0px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .content-acessos {
        display: block;
        width: 200px;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
    }

    .content-address {
        display: none;
    }

    .content-contact {
        display: block;
    }

    .section-texto {
        padding-top: 20px;
    }

    .content-father-title-and-border {
        height: 42px;
        max-width: 264px;
    }

    .content-father-title-and-border.content-children-03 {
        height: 80px;
    }

    .content-father-title-and-border.content-children-04 {
        height: 98px;
        max-width: 437px;
    }

    .content-father-title-and-border.content-children-05 {
        height: 50px;
    }

    .content-father-title-and-border.content-children-06 {
        height: 60px;
        max-width: 160px;
    }

    .resumo {
        font-size: 1.1em;
    }

    .content-txt-main {
        font-size: 1.1em;
    }

    .content-video {
        height: 244px;
    }

    .content-video.video-1 {
        background-image: url('../images/img-assita-video.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .content-video.video-2 {
        height: 205px;
    }

    .img-title.img-03 {
        height: 68px;
    }

    .content-description-tittle {
        margin-top: 0px;
        font-size: 1.15em;
        line-height: 20px;
    }

    .content-description-tittle.txt-color-01.style-transformando {
        margin-left: -22%;
        font-size: 1.09em;
    }

    .container-slider-cliente {
        padding-right: 5%;
        padding-left: 5%;
    }

    .content-descubra-and-btns {
        display: block;
        margin-right: auto;
        margin-bottom: 5%;
        margin-left: auto;
    }

    .content-know-more-intitucionais {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .img-empresa-01 {
        display: block;
        height: 220px;
        margin-right: auto;
        margin-bottom: 5%;
        margin-left: auto;
    }

    .txt-img-empresas {
        width: 262px;
        font-size: 1.23em;
    }

    .img-descubra {
        display: block;
        height: 59px;
        margin-bottom: 3.8%;
    }

    .btn-02.bg-color-03 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .descrption-btn-02 {
        font-size: 0.9em;
    }

    .descrption-btn-02.txt-color-01 {
        font-size: 0.8em;
    }

    .container-video {
        height: 250px;
        max-width: 440px;
    }

    .img-empresa-02 {
        display: block;
        height: 190px;
        margin-right: auto;
        margin-left: auto;
    }

    .section-banners {
        height: 200px;
    }

    .content-banners {
        display: block;
    }

    .content-banners.banner-1 {
        background-position: 50% 0px;
    }

    .content-banners.banner-6 {
        background-position: 72% 0px;
        background-size: cover;
    }

    .content-description-hight-image {
        font-size: 1em;
        line-height: 26px;
    }

    .content-description-hight-image.txt-color-01 {
        margin-top: 0%;
    }

    .content-description-hight-image.description-title-interno-img {
        margin-top: 2.14%;
        margin-left: 44%;
        font-size: 0.75em;
    }

    .frame-image {
        height: 104px;
    }

    .frame-txt {
        font-size: 0.7em;
    }

    .content-frames {
        margin-top: 1.07%;
    }

    .faixa-bottom-section-destaque.bg-color-09 {
        margin-top: 10px;
    }

    .content-destaque-column-02 {
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-left: 11px;
    }

    .content-download {
        width: 47.8%;
        margin-right: 1.07%;
        margin-left: 1.07%;
        float: left;
    }

    .resumo-txt-canal.txt-color-01 {
        margin-bottom: 0px;
    }

    .content-video-canal {
        height: 270px;
    }

    .content-txt-video {
        padding-right: 4.25%;
    }

    .btn-assista-video-on-canal {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .container-banner {
        height: 118px;
    }

    .description-titulo-emp-sim {
        right: -19%;
        width: 19.2%;
        font-size: 0.73em;
        line-height: 16px;
    }

    .container-img-banner-es {
        height: 210px;
    }

    .txt-criacao-topo {
        margin-top: 2.14%;
        padding-right: 44%;
        font-size: 1.1em;
        line-height: 24px;
    }

    .title-simulada-1 {
        height: 50px;
    }

    .simulada-txt-1 {
        font-size: 1.1em;
        line-height: 25px;
    }

    .img-criacao-1 {
        height: 94px;
    }

    .criacao-number-1 {
        height: 60px;
        background-position: 11px 50%;
    }

    .img-criacao-2 {
        top: -26%;
        right: 0%;
        height: 75px;
    }

    .criacao-number-2 {
        top: 9%;
        bottom: 0px;
        height: 60px;
    }

    .txt-small-simulada {
        font-size: 0.9em;
        line-height: 16px;
    }

    .txt-small-simulada.criacao-txt-2 {
        padding-top: 20%;
        padding-right: 0%;
        padding-left: 20%;
    }

    .txt-small-simulada.criacao-txt-1 {
        padding-top: 10%;
        padding-right: 18%;
        padding-left: 13%;
    }

    .txt-small-simulada.criacao-txt-3 {
        padding-top: 12%;
        padding-left: 10%;
    }

    .txt-small-simulada.criacao-txt-4 {
        padding-top: 24%;
    }

    .criacao-number-3 {
        height: 60px;
    }

    .img-criacao-3 {
        left: 25%;
        bottom: 156%;
        height: 100px;
    }

    .criacao-number-4 {
        height: 60px;
    }

    .img-criacao-4 {
        left: 39%;
        top: -50%;
        height: 125px;
    }

    .title-simulada-2 {
        height: 100px;
    }

    .simulada-txt-2 {
        font-size: 1.1em;
        line-height: 20px;
    }

    .content-img-descubra {
        display: block;
        max-width: 236px;
        margin-right: auto;
        margin-bottom: 8%;
        margin-left: auto;
    }

    .section-clientes {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-clientes {
        max-width: 420px;
    }

    .content-item-client {
        display: block;
        width: 50%;
        margin-right: auto;
        margin-left: auto;
    }

    .content-form {
        display: block;
        margin-right: auto;
        margin-bottom: 10%;
        margin-left: auto;
    }

    .resumo-txt-fale-conosco {
        font-size: 1.33em;
        line-height: 24px;
    }

    .content-phones {
        margin-bottom: 3%;
        padding-left: 0%;
    }

    .content-email {
        margin-bottom: 3%;
        padding-left: 0%;
    }

    .content-address-contact {
        padding-left: 0%;
    }

    .content-btn-rota {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .sub-titles-contatos {
        text-align: center;
    }

    .description-contatos {
        line-height: 24px;
        text-align: center;
    }

    .phone-numbers {
        font-size: 1.6em;
        line-height: 30px;
        text-align: center;
    }

    .content-item-plano-acao {
        padding-left: 20px;
    }

    .item-plano-acao {
        font-size: 0.8em;
        line-height: 13px;
    }

    .conten-img-pa.img-pa-1 {
        height: 110px;
    }

    .conten-img-pa.img-pa-2 {
        height: 95px;
        background-position: 50% 0px;
    }

    .conten-img-pa.img-pa-3 {
        height: 120px;
    }

    .conten-img-pa.img-pa-4 {
        height: 86px;
    }

    .conten-img-pa.img-pa-5 {
        height: 112px;
        padding-left: 5%;
    }

    .conten-img-pa.img-pa-6 {
        height: 124px;
        background-position: 23px 100%;
    }

    .pa-content-title-1 {
        height: 26px;
    }

    .content-titile-pa.pa-title-2 {
        height: 10px;
    }

    .content-titile-pa.pa-title-3 {
        height: 13px;
    }

    .content-titile-pa.pa-title-4 {
        height: 10px;
    }

    .content-titile-pa.pa-title-5 {
        height: 10px;
    }

    .content-titile-pa.pa-title-6 {
        height: 13px;
    }

    .simulada-txt-3 {
        font-size: 1.5em;
        line-height: 26px;
    }

    .aspas-big {
        width: 31px;
        height: 31px;
    }

    .title-simulada-3 {
        height: 106px;
    }

    .content-cad-sso-emp {
        padding-right: 16%;
        padding-left: 0%;
    }

    .content-cad-sso-aluno {
        padding-right: 3%;
    }

    .title-sso-1 {
        height: 31px;
    }

    .txt-sso {
        font-size: 1em;
    }

    .title-sso-2 {
        height: 31px;
    }

    .img-sso-2 {
        height: 50px;
    }

    .img-sso-3 {
        height: 112px;
    }

    .title-sso-3 {
        height: 31px;
    }

    .content-cad-sso-prod-serv {
        padding-right: 0%;
    }

    .title-sso-4 {
        height: 56px;
    }

    .img-sso-4 {
        height: 113px;
    }

    .img-sso-1 {
        height: 92px;
    }

    .img-sso-5 {
        height: 98px;
    }

    .content-compra-venda {
        margin-right: -20%;
    }

    .title-sso-5 {
        height: 12px;
    }

    .img-sso-6 {
        height: 102px;
        margin-left: 0%;
    }

    .content-regulariz {
        width: 71%;
    }

    .title-sso-6 {
        height: 37px;
    }

    .img-sso-7 {
        height: 152px;
    }

    .img-sso-8 {
        height: 158px;
    }

    .content-termino {
        padding-right: 4%;
    }

    .title-sso-7 {
        height: 34px;
    }

    .content-simulada-video {
        padding-bottom: 80px;
    }

    .content-simulada-video.bg-color-10 {
        padding-bottom: 80px;
    }

    .title-simulada-video {
        height: 150px;
    }

    .logo-simulada {
        width: 220px;
        height: 20px;
    }

    .mak-video-simulada {
        height: 100px;
    }

}

@media (max-width: 479px) {
    .btn-idioma {
        color: #fff;
        font-size: .57em;
    }

    .content-logo-main-1 {
        margin-left: 6px;
    }

    .container-btns-linguagens {
        margin-left: -8px;
    }

    .header-menu {
        display: none;
    }

    .slider-fade {
        height: 112px;
    }

    .item-slide-fade {
        background-position: 50% 0px;
        background-size: 100%;
    }

    .data-slide-fade {
        height: 90px;
    }

    .left-arrow.style-arrows.arwl-postition-mobile {
        right: 4%;
        bottom: 2px;
    }

    .arrow-right.style-arrows.arw-r-position-mobile {
        right: 4%;
        bottom: 2px;
    }

    .content-txt-slide {
        display: none;
    }

    .title-slide {
        padding-right: 50%;
        font-size: 1.1em;
        line-height: 18px;
    }

    .btn.bg-color-05 {
        width: 176px;
        height: 35px;
        margin-top: 0.5%;
        padding-right: 24px;
        padding-left: 13px;
        background-position: 92% 50%;
        background-size: 8px;
    }

    .btn.btn-cesbrasil {
        min-width: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
    }

    .btn.btn-sebrae {
        min-width: 200px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 12px;
    }

    .title-btn {
        font-size: 0.8em;
    }

    .title-btn.txt-color-01 {
        font-size: 0.52em;
        line-height: 11px;
    }

    .title-btn.txt-color-05 {
        line-height: 15px;
        text-align: center;
    }

    .container {
        display: block;
    }

    .container.container-unidade {
        padding-top: 43%;
    }

    .section-local {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .content-map {
        max-height: 285px;
        min-height: 285px;
    }

    .txt-city {
        line-height: 22px;
    }

    .select-city {
        width: 188px;
    }

    .ul-list-cities {
        float: left;
    }

    .content-father-title-and-border.content-children-02 {
        height: 22px;
    }

    .content-father-title-and-border.content-children-03 {
        height: 47px;
    }

    .content-father-title-and-border.content-children-05 {
        height: 40px;
    }

    .content-father-title-and-border.content-children-06 {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .content-father-title-and-border.content-children-07 {
        height: 60px;
    }

    .resumo {
        margin-top: 5%;
    }

    .resumo.txt-color-01 {
        margin-top: 5%;
    }

    .content-txt-main.txt-column-two {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }

    .content-txt-main.txt-faleconosco {
        line-height: 20px;
    }

    .content-video {
        height: 140px;
    }

    .content-video.video-1 {
        background-image: url('../images/img-assita-video.png');
        background-position: 50% 50%;
        background-size: contain;
        background-repeat: no-repeat;
    }

    .content-video.video-2 {
        height: 118px;
    }

    .img-title.img-03 {
        height: 48px;
        background-position: 0px 4px;
        background-size: contain;
    }

    .content-description-tittle.txt-color-01 {
        display: block;
        margin-top: 4.3%;
        font-size: 0.85em;
    }

    .content-description-tittle.txt-color-01.style-transformando {
        display: block;
        margin-top: 6.3%;
        margin-right: auto;
        margin-left: auto;
        font-size: 0.89em;
        text-align: center;
    }

    .border-title.bg-color-02.border-mais-pordutos {
        margin-top: 1.07%;
    }

    .container-slider-cliente {
        padding-right: 7%;
        padding-left: 7%;
    }

    .content-know-more-intitucionais {
        margin-top: 7%;
    }

    .img-empresa-01 {
        height: 170px;
    }

    .txt-img-empresas {
        width: 170px;
        font-size: 0.95em;
    }

    .img-descubra {
        height: 52px;
    }

    .btn-02 {
        height: 65px;
        border-radius: 25px;
    }

    .title-btn-02.txt-color-01 {
        font-size: 0.8em;
    }

    .descrption-btn-02 {
        font-size: 0.8em;
    }

    .column-no-padding {
        padding-right: 0px;
        padding-left: 0px;
    }

    .content-txt-btn-02 {
        height: 43px;
        padding-right: 35px;
    }

    .container-video {
        height: 190px;
        max-width: 300px;
    }

    .img-empresa-02 {
        height: 140px;
    }

    .section-banners {
        height: 160px;
    }

    .content-banners.banner-2 {
        background-position: 36% 0%;
        background-repeat: no-repeat;
    }

    .content-banners.banner-4 {
        background-position: 72% 50%;
    }

    .content-banners.banner-7 {
        background-position: 43% 0%;
        background-size: cover;
    }

    .content-description-hight-image {
        margin-bottom: 0px;
        padding-bottom: 0px;
        font-size: 0.5em;
        line-height: 12px;
    }

    .content-description-hight-image.description-title-interno-img {
        font-size: 0.5em;
        line-height: 11px;
    }

    .content-description-hight-image.description-title-interno-img.position-fale-conosco {
        margin-left: 40%;
        font-size: 0.7em;
        line-height: 17px;
    }

    .frame {
        display: block;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .frame.bg-color-05 {
        display: block;
    }

    .frame-txt {
        font-size: 0.8em;
    }

    .faixa-bottom-frame {
        margin-top: 8px;
        background-color: #00257b;
    }

    .faixa-bottom-frame.bg-color-09 {
        background-color: #f5f6f6;
    }

    .content-frames {
        margin-top: 2.14%;
    }

    .title-unidade {
        margin-top: 12%;
    }

    .content-download {
        display: block;
        width: 70%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .btn-download {
        font-size: 0.6em;
    }

    .btn-download.bg-color-05.txt-color-01 {
        font-size: 0.6em;
    }

    .resumo-txt-canal {
        font-size: 1.35em;
        line-height: 23px;
    }

    .resumo-txt-canal.txt-color-01 {
        font-size: 1.35em;
    }

    .content-video-canal {
        height: 185px;
    }

    .content-txt-video {
        padding-right: 0%;
        padding-left: 0%;
    }

    .content-frame {
        display: block;
        width: 75%;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .container-banner {
        height: 77px;
    }

    .description-titulo-emp-sim {
        right: -25%;
        width: 27.2%;
        height: 10px;
        font-size: 0.4em;
        line-height: 11px;
    }

    .description-titulo-emp-sim.txt-color-05 {
        top: 25%;
        font-size: 0.4em;
    }

    .container-img-banner-es {
        width: 50%;
        height: 135px;
    }

    .txt-criacao-topo {
        position: relative;
        z-index: 3;
        padding-right: 34%;
    }

    .title-simulada-1 {
        height: 40px;
    }

    .txt-criacao-topo-mobile {
        position: relative;
        z-index: 1;
        display: block;
        font-size: 1.1em;
        line-height: 25px;
    }

    .img-criacao-1 {
        height: 60px;
    }

    .criacao-number-1 {
        height: 35px;
        background-position: 6px 0px;
    }

    .content-amb-2 {
        margin-top: 11.5%;
    }

    .img-criacao-2 {
        top: -21%;
        right: 11%;
        width: 20%;
        height: 60px;
    }

    .criacao-number-2 {
        width: 70%;
        height: 35px;
        margin-left: 30%;
    }

    .txt-small-simulada {
        font-size: 0.9em;
        line-height: 16px;
    }

    .txt-small-simulada.criacao-txt-2 {
        padding-top: 16.5%;
        padding-left: 17.5%;
    }

    .txt-small-simulada.criacao-txt-1 {
        padding-top: 12%;
        padding-right: 0%;
        padding-left: 15%;
        font-size: 0.9em;
    }

    .txt-small-simulada.criacao-txt-3 {
        padding-top: 13%;
        padding-right: 0%;
        padding-left: 11%;
        font-size: 0.9em;
    }

    .txt-small-simulada.criacao-txt-4 {
        padding-top: 18%;
    }

    .content-amb-3 {
        margin-top: 12%;
    }

    .criacao-number-3 {
        height: 35px;
        margin-top: 0px;
    }

    .img-criacao-3 {
        left: 31%;
        bottom: 71%;
        height: 65px;
    }

    .criacao-number-4 {
        width: 80%;
        height: 35px;
        margin-top: 4%;
    }

    .img-criacao-4 {
        top: -10%;
        height: 65px;
    }

    .simulada-txt-2 {
        padding-right: 2%;
        padding-left: 2%;
    }

    .content-img-descubra {
        max-width: 200px;
    }

    .content-item-client {
        width: 100%;
        height: 165px;
        margin-bottom: 6px;
    }

    .resumo-txt-fale-conosco {
        font-size: 1em;
        line-height: 22px;
    }

    .resumo-txt-fale-conosco.txt-color-01 {
        font-size: 1em;
    }

    .dados-form {
        margin-bottom: 6%;
        font-size: 0.9em;
    }

    .content-item-plano-acao {
        display: none;
    }

    .item-plano-acao {
        font-size: 0.7em;
    }

    .content-pa {
        margin-bottom: 5%;
    }

    .conten-img-pa.img-pa-1 {
        height: 66px;
    }

    .conten-img-pa.img-pa-2 {
        height: 57px;
    }

    .conten-img-pa.img-pa-3 {
        height: 72px;
        padding-top: 24%;
        padding-left: 48%;
    }

    .conten-img-pa.img-pa-4 {
        height: 52px;
        padding-top: 44%;
    }

    .conten-img-pa.img-pa-5 {
        height: 68px;
        padding-top: 62%;
    }

    .conten-img-pa.img-pa-6 {
        height: 75px;
        padding-top: 10%;
        padding-left: 35%;
    }

    .content-list-rh {
        padding-left: 0%;
    }

    .content-list-mk {
        padding-left: 0%;
    }

    .title-simulada-3 {
        height: 50px;
    }

    .content-cad-sso-emp {
        padding-right: 0%;
    }

    .content-cad-sso-aluno {
        padding-right: 0%;
    }

    .content-cad-formecedor {
        padding-right: 0%;
    }

    .content-compra-venda {
        margin-right: 0%;
        padding-left: 0%;
    }

    .img-sso-6 {
        margin-top: 10%;
    }

    .img-sso-8 {
        margin-top: 0%;
    }

    .title-sso-7 {
        margin-top: 0%;
    }

    .title-simulada-video {
        height: 100px;
    }

    .logo-simulada {
        width: 180px;
        height: 16px;
    }

    .mak-video-simulada {
        height: 100px;
    }

    .slide-item {
        width: 100%;
    }

    .btn-slider-fade {
        bottom: 10%;
    }

}