/*
 * CSS Tema Webeducation
 * Desenhado por: Ebrahim P. Leite, Web Cretive
 * HTML por: Ebrahim P. Leite, Web Cretive
 *
 * -- REUTILIZAVEIS
 * st.1 HEADER
 * st.2 FOOTER

 * 1. TITULOS
 * 2. CALL TO ACTION

 * -- PAGINAS
 * i.1 INDEX - SECAO INICIAL
 * i.2 INDEX - SECAO CONHECA A EMPRESA
 * i.3 INDEX - LOCAIS LOCACAO
 * i.4 INDEX - SECAO BENEFICIOS
 * i.5 INDEX - SECAO CASES

 * FONTES
 * - font-family: 'EB Garamond', serif;
 * - font-family: 'Montserrat', sans-serif;
 * - font-family: 'Roboto', sans-serif;
 */
/*// Montserrat //*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");

body {
    font-family: 'Montserrat', sans-serif !important;
    background-color: #FFFFFF;

}

.font_zero {
    font-size: 0;
}

.img-circle {
    border-radius: 50%;
}

.text-center {
    text-align: center;
}

section {
    padding: 1em;
}

/**********************
** st.1 BOTÕES
**********************/
.btn-visit {
    padding: 15px 25px;
    margin: 0.5em 1em;
    font-size: 1em;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;

    background: #b42c00;
    display: inline-block;
}

.btn-visit:hover {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background-color: #fd2d00;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(253, 45, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(253, 45, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.btn-cta {
    padding: 15px 25px;
    font-size: 1.25em;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;


    width: 271px;
    line-height: 102px;
    height: 102px;
    margin: 3.6em 1.6em 0;

    position: relative;
    border: none;
    overflow: hidden;
    text-align: center;
    line-height: 102px;
}

/* places copy on top */
.btn-cta span {
    z-index: 8;
    position: relative;
}

/** definition and placement of
  * starting size before element */

.btn-cta:before {
    content: "";
    display: block;
    width: 95%;
    height: 65%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transition: all 400ms cubic-bezier(.32, 1.25, .1, 1.47);
    -moz-transition: all 400ms cubic-bezier(.32, 1.25, .1, 1.47);
    transition: all 400ms cubic-bezier(.32, 1.25, .1, 1.47);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* grow to sizing for before element */
.btn-cta:focus:before, .btn-cta:hover:before {
    height: 105%;
    width: 105%;
}

.cta-orange {
    background: #fd2d00; /* BELIZE HOLE */
    -webkit-transition: background 225ms ease !important;
    -webkit-transition: background 225ms ease !important;
    -webkit-transition: background 225ms ease !important;
    -moz-transition: background 225ms ease !important;
    transition: background 225ms ease !important;
}

.cta-orange:before, .cta-orange:focus, .cta-orange:hover {
    background: #b42c00; /* peter river */
}

.cta-blue {
    background: #0E96E5; /* BELIZE HOLE */
    -webkit-transition: background 225ms ease !important;
    -webkit-transition: background 225ms ease !important;
    -webkit-transition: background 225ms ease !important;
    -moz-transition: background 225ms ease !important;
    transition: background 225ms ease !important;
}

.cta-blue:before, .cta-blue:focus, .cta-blue:hover {
    background: #0e68b4; /* peter river */
}

/**********************
** st.1 HEADER
**********************/
.main_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    overflow: hidden;
    padding: 0 25px;
}

.main_header figure,
.main_menu {
    float: left;
}

.main_header figure {
    position: absolute;
    top: 25px;
    left: 20px;
    height: 100%;
    max-height: 100%;
}

.main_header figure img {
    padding: 5px;
    max-height: 70%;
    max-width: 100%;
}

.main_header figure img:not(.logo-inverse) {
    display: none;
}

.main_header a {
    position: relative;
    z-index: 2;
}

.main_menu {
    float: right;
    display: block;
}

.main_menu .main_header_nav_item {
    display: inline-block;
    letter-spacing: .15em;
    padding: 3em 0 1em 0;
}

.main_menu .main_header_nav_item > a {
    font-family: 'Montserrat';
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.3em;
    font-weight: 400;
    padding: .7em 1.3em;
    opacity: 0.9;
}

.main_menu .main_header_nav_item > a:hover,
.main_menu .main_header_nav_item > a:focus {
    opacity: 1;
}

.main_menu .main_header_nav_item.login > a {
    background: #6fbe44;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.main_menu .main_header_nav_item.login > a:hover,
.main_menu .main_header_nav_item.login > a:focus {
    text-decoration: none;
    background: #5a9c36;
}

.main_menu .main_header_nav_item.logado > a > img {
    width: 35px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -6px;
    border: 2px solid #fff;
}

/* FORM HEADER */
.search-bg {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin-bottom: 100px;
}

.search-bg__text {
    display: inline-block;
    vertical-align: middle;
    background-color: #fff;
    -webkit-border-radius: 22px 0 0 22px;
    border-radius: 22px 0 0 22px;
    border: none;
    width: 100%;
    max-width: 630px;
    height: 50px;
    padding: 10px 20px 10px 30px;
    font-size: 16px;
    color: #000;
    font-weight: 300;
    outline: none;
}

.search-bg__btn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: none;
    background: #0797ff;
    color: #fff;
    padding: 16px 45px 15px 34px;
    -webkit-border-radius: 0 25px 25px 0;
    border-radius: 0 25px 25px 0;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
    min-height: 50px;
    cursor: pointer;
    outline: none;
}

.search-bg__btn:hover {
    background: #056bb5;
}

@media (max-width: 768px) {
    .search-bg {
        margin-top: 30px;
    }

    .search-bg__text {
        max-width: 500px;
    }
}

@media (max-width: 468px) {
    .search-bg {
        margin-top: 30px;
    }

    .search-bg__text {
        max-width: 200px;
        padding: 10px 3px 10px 10px;
    }

    .search-bg__btn {
        padding: 15px 15px 15px 14px;
    }
}

/* ANIMACAO E ESTILO DO MENU FIXO */
.main_header_fixed {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 1px #c3c3c3;
    -moz-box-shadow: 0 0 1px #c3c3c3;
    box-shadow: 0 0 1px #c3c3c3;
    -webkit-animation: menu .3s ease;
    -moz-animation: menu .3s ease;
    animation: menu .3s ease;
    z-index: 9999;
}

.main_header_fixed figure {
    margin: 0 0 0 25px;
    top: 10px;
    left: 15px;
}

.main_header_fixed figure img {
    display: none;
}

.main_header_fixed figure img:not(.logo-inverse) {
    display: block;
}

.main_header_fixed .main_header_nav_item {
    padding: 1.5em 0 1.5em 0;
}

.main_header_fixed .main_header_nav_item > a {
    color: #545454;
}

.main_header_fixed .main_header_nav_item.logado > a {
    color: #fd2d00;
}

.main_header_fixed .main_header_nav_item.login > a {
    color: #fff;
}

/* .main_menu .main_header_nav_item:last-child > a */
@-webkit-keyframes menu {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

@keyframes menu {
    from {
        margin-top: -100px;
    }
    to {
        margin-top: 0;
    }
}

/* MENU MOBILE */
.mobile_action {
    position: fixed;
    top: 20px;
    right: 8px;
    font-size: 0;
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 100;
}

.mobile_action span,
.mobile_action::before,
.mobile_action::after {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.mobile_action span {
    opacity: 1;
    width: 50%;
    height: 3px;
    background: #212224;
    display: block;
    position: absolute;
    top: calc(50% - 1.5px);
    margin: 0 25%;
}

.mobile_action::before,
.mobile_action::after {
    content: '';
    position: absolute;
    left: 25%;
    background: #212224;
    height: 3px;
    width: 50%;
    display: block;
}

.mobile_action::before {
    top: 33%;
}

.mobile_action::after {
    bottom: 30%;
}

/*ACTIVE*/
.mobile_action.active span,
.mobile_action.active::before,
.mobile_action.active::after {
    background: #fff;
}

.mobile_action.active span {
    opacity: 0;
}

.mobile_action.active::before {
    top: 45%;
    transform: rotate(45deg);
    width: 63%;
    left: 20%;
}

.mobile_action.active::after {
    top: 45%;
    transform: rotate(-45deg);
    width: 63%;
    left: 20%;
}

.mobile_action.active {
    background-color: #e03030;
}

/*SHADOW*/
.shaddow {
    visibility: hidden;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.47);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    z-index: 98;
}

.shaddow.active {
    visibility: visible;
}

@media (max-width: 1000px) {
    .main_menu .main_header_nav_item {
        letter-spacing: .05em;
    }
}

@media (max-width: 968px) {
    /* LOGOTIPO */
    .main_header figure {
        width: 65%;
    }

    .main_header figure img {
        max-width: 100%;
        padding: 10px 0 10px 0;
    }

    /* POSICAO DA ACAO DO MENU */
    .mobile_action {
        -webkit-transition: all .25s;
        -moz-transition: all .25s;
        -ms-transition: all .25s;
        -o-transition: all .25s;
        transition: all .25s;
    }

    .main_menu {
        position: fixed;
        top: 0;
        left: -260px;
        width: 260px;
        height: 100vH;
        background: #fff;
        z-index: 99;
    }

    /* CONTEUDO DO MENU */
    .main_menu {
        float: inherit;
    }

    .main_header {
        min-height: 5.5em;
        overflow: visible;
    }

    .main_header_nav_item {
        display: block !important;
        padding: 0 !important;
    }

    .main_header_nav_item a {
        color: #545454 !important;
    }

    .main_header_nav_item a {
        padding: 25px !important;
        display: block;
        font-weight: 600 !important;
        font-size: .7em !important;
        letter-spacing: .1em;
        border-bottom: 1px solid #e6e6e6;
        margin: 0 !important;
    }

    .main_header_nav_sub {
        padding: 0 !important;
    }

    .main_header_nav_sub_item a {
        padding: 15px !important;
        padding-left: 35px !important;
    }

    /* SUB-MENU */
    .main_header_nav_sub {
        float: left;
        width: 100%;
        padding: 10px;
        background: #f6f6f6;
    }

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

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        padding: 15px;
        text-transform: uppercase;
        text-decoration: none;
        color: #7da501;
        font-size: 0.8em;
    }

    .main_header_nav_sub_item a:hover {
        background: #e0e0e0;
        color: #333;
    }
}

@media (min-width: 968px) {
    .svt-player {
        z-index: 11 !important;
    }

    .mobile_action {
        display: none;
    }

    /*SUB-MENU*/
    .main_header_nav_sub {
        display: none;
        position: absolute;
        top: 0;
        margin-top: 5em;
        right: -50px;
        width: calc(100% + 100px);
        background: #33414c;
        text-align: left;
        z-index: 99;
    }

    .main_header_nav_item:hover .main_header_nav_sub,
    .main_header_nav_item > a:hover .main_header_nav_sub {
        display: block;
        -webkit-box-shadow: 0px 4px 6px -1px #2f2f2f;
        -moz-box-shadow: 0px 4px 6px -1px #2f2f2f;
        box-shadow: 0px 4px 6px -1px #2f2f2f;
    }

    .main_header_nav_item {
        position: relative;
    }

    .main_header_nav_item:hover .main_header_nav_sub::before {
        content: '';
        position: absolute;
        top: -8px;
        right: calc(50% + -8px);
        border-bottom: 8px solid #33414c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

    .main_header_nav_sub_item {
        width: 100%;
    }

    .main_header_nav_sub_item a {
        float: left;
        width: 100%;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .75em;
        padding: 15px;
        color: #fff;
        letter-spacing: .2em;
    }

    .main_header_nav_sub_item a:hover {
        background: #bd233b;
        color: #fff;
    }
}

@media (max-width: 768px) {
    .main_menu .main_header_nav_item:last-child > a {
        border: none;
    }

    section.index_sobre div.sobre_desc p {
        font-size: 1.25em;
    }

    section.index_sobre article p {
        font-size: 1.25em;
    }
}

@media (max-width: 544px) {
    .main_header figure {
        width: 13em;
    }

    section.index_servicos article p {
        line-height: 1.75em;
    }

    .content header {
        width: 100%;
    }

    section.index_sobre div.sobre_desc p {
        font-size: 1.25em;
    }

    section.index_sobre article p {
        font-size: 1.25em;
    }
}

/**********************
** st.2 FOOTER
**********************/
.foo_partners {
    background-attachment: fixed;
    background-size: cover;
    text-align: center;
    position: relative;
    padding: 20px 0 60px;
    height: 180px;
}

.foo_partners img {
    padding: 20px 0;
    width: 140px;
    max-width: 95%;
    filter: grayscale(1);
    opacity: .8;
}

.foo_partners img:hover {
    filter: grayscale(0);
    opacity: 1;
}

/* copyright */
.foo_copy {
    background: #fbfbfb;
    text-align: center;
}

footer .footer_logo img {
    padding: 1em;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 5em;
}

.copy-logo {
    padding: 10px;
    color: #545454 !important;
}

.footer_terms a {
    color: #545454 !important;
}

.copy-logo .footer_terms span {
    padding: 0px 15px;
}

.copy-logo p:first-child {
    margin-top: 20px;
}

.copy-logo p {
    padding: 5px;
}

.copy-logo img {
    display: inline-block;
    width: 1.6em;
    filter: grayscale(1);
    opacity: .5;
    -webkit-transition: opacity 0.75s;
    -moz-transition: opacity 0.75s;
    -ms-transition: opacity 0.75s;
    -o-transition: opacity 0.75s;
    transition: opacity 0.75s;
    vertical-align: middle;
}

.copy-logo .awlogo {
    color: #545454 !important;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    margin-top: 30px;
    letter-spacing: 0.5em;
    font-size: 0.7em;
}

.copy-logo img:hover {
    opacity: 1;
    filter: grayscale(0);
}


@media (max-width: 625px) {
    .foo_copy .copy--logo {
        width: 100%;
    }

    .copy--phones a {
        display: block;
        padding: .5em 0;
    }
}

.foo_copy .copy--logo img {
    max-width: 75%;
}

/* Social */
.copy--social i::before {
    margin: 0;
}

.copy--social {
    margin: 40px 0;
}

.copy--social ul {
    display: block;
}

.copy--social li {
    display: inline-block;
    vertical-align: top;
    margin: 0 .35em;
}

.copy--social li a {
    width: 35px;
    height: 32px;
    line-height: 33px;
    display: block;
    background: #FFFFFF;
    color: #fd2d00;
    border: 1px solid #fd2d00;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.copy--social li a:before {
    margin: 0px !important;
}

.copy--social li a:hover,
.copy--social li a:focus {
    background: #fd2d00;
    color: #FFFFFF;
}

/* telefones */
.copy--phones a {
    font-family: 'Montserrat', sans-serif;
    padding: 0 1em;
    font-size: 0.85em;
    color: #545454;
    opacity: 0.9;
}

.copy--phones a:hover {
    opacity: 1;
}

.copy--phones a:last-child {
    color: #075e54;
}

/* links footer */
.links_footer {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin: 0 0 30px;
    padding: 50px 0;
}

.links_footer h3 {
    color: #212121;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.links_footer ul {
    margin-bottom: 30px;
}

.links_footer ul li {
    display: block;
}

.links_footer ul li a {
    color: #545454;
    font-size: 14px;
    opacity: 0.8;
}

.links_footer ul li a:hover {
    opacity: 1;
}

/* copy */
.foo_copy p {
    display: block;
    color: #545454;
    font-size: .75em;
    letter-spacing: .05em;
}

.privacy-page {
    margin-top: 10%;
}

.privacy-page h3:before {
    content: '•';
    color: #00a3de;
}

.privacy-page h3 {
    font-weight: 600;
    font-size: 1.5em;
    text-align: left;
    padding: 0.5em;
    margin: 2em 0 0.5em 0;
}

.privacy-page h4 {
    font-weight: 500;
    font-size: 1.15em;
    text-align: left;
    padding: 0.5em;
    margin: 2em 0 0.5em 0;
}

.privacy-page p {
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.65em;
    text-align: justify;
    padding: 0.5em 2em;
    margin: 0 0.5em;
}

.privacy-page ul{
    margin: 2.5em 0.5em;
}

.privacy-page ul li:before{
    content: '• ';
    font-weight: bold;
    font-size: 1em;
    color: darkgrey;
}

.privacy-page img{
    width: 75%;
    height: 75%;
}

.privacy-page ul li{
    font-weight: 400;
    font-size: 0.95em;
    line-height: 1.65em;
    text-align: left;
    padding: 0.5em 1.5em 0.5em 4em;
    margin: 0em 0.5em;
}

.privacy-page .privacy-last{
    margin-bottom: 10em;
}

.page_error_image {
    text-align: center;
    padding: 1em;
}

.page_error_image figure {
    margin: 8%
}

.page_error_content {
    text-align: center;
    color: #163651;
}

.page_error_content header {
    padding: 4em 1.5em;
}

.page_error_content header h2 {
    font-size: 2.25em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10% 0 2% 0;
}

.page_error_content header h3.tagline {
    font-size: 1.15em;
    text-align: justify;
    font-weight: 400;
    margin-top: 1.5em;
    line-height: 1.5em;
}

.page_error_content p {
    margin-bottom: 2em;
    font-size: 1.5em;
    text-align: justify;
    font-weight: 400;
    line-height: 1.5em;
}

.page_error_content footer p {
    padding: 1em;
    text-align: center !important;
}

.page_error_content footer p a {
    padding: 15px;
    font-size: 0.85em;
    color: #fd2d00 !important;
    word-spacing: 3px;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;

    background: #FFFFFF;
}


/**********************
** 2. CALL TO ACTION
**********************/
.cta_black {
    background: #000;
    box-shadow: 0 0 2px 2px #000;
    color: #fff;
    padding: 25px 20px;
    position: relative
}

.cta_black h2 {
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: .15em;
    padding: 8px 0;
}

/* ICONE + LINK */
.cta_black .links {

}

.cta_black .links li {
    width: calc(100% / 3 - 6.7px);
    margin: 0;
    margin-right: 10px;
    display: inline-block;
    float: right;
}

.cta_black .links a {
    position: relative;
    background: #313139;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: block;
    color: #fff;
    padding: 10px 0 10px 65px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.cta_black .links a:hover,
.cta_black .links a:focus {
    background-color: #474756;
}

.cta_black .links a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 100%;
    -webkit-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.cta_black .link-envelope a::before {
    background: #53ba5b url('./images/icons/cta-envelope.svg') no-repeat center center;
    background-size: 60%;
}

.cta_black .link-phone a::before {
    background: #53ba5b url('./images/icons/cta-telephone.svg') no-repeat center center;
    background-size: 60%;
}

.cta_black .link-calendar a::before {
    background: #53ba5b url('./images/icons/cta-calendar.svg') no-repeat center center;
    background-size: 60%;
}

@media (max-width: 768px) {
    .cta_black div:first-child {
        text-align: center;
    }

    .cta_black .links li {
        width: 260px;
        max-width: 100%;
        float: inherit;
        display: block;
        margin: 10px auto !important;
    }
}

@media (max-width: 460px) {
    .cta_black {
        padding: 25px .5em;
    }
}

/*************************
** . INDEX - SECAO INICIAL
*************************/
.top_menu {
    background: #055943;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 0 1px #c3c3c3;
    -moz-box-shadow: 0 0 1px #c3c3c3;
    box-shadow: 0 0 1px #c3c3c3;
    height: 100px;
    width: 100%;
}

.top_section {
    position: relative;
    min-height: 100vh;
    padding: 12em 0 7.6em 0 !important;
}

.top_section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 172, 224, 0.5), rgba(0, 35, 208, 0.42));
}

.top_section-content {
    margin: 0 auto;
    float: inherit !important;
    text-align: center;
}

.top_section-content > * {
    position: relative;
}

.top_section .top_section_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
}

.top_section .top_section_bg img {
    max-width: 110%;
    width: 100%;
}

/* VIDEO */
.top_video {
    margin-top: 2em;
    text-align: center;
    color: #fff;
}

.top_video span {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: .7em;
    letter-spacing: .1em;
}

.top_video i {
    display: block;
    font-size: 4em;
}

.top_default {
    position: relative;
    max-height: 400px;
    padding: 10em 0 8em 0 !important;
}

.top_default-content {
    margin: 0 auto;
    float: inherit !important;
}

.top_default-content > * {
    position: relative;
}

.top_default-content .main_title {
    margin: 0;
}

.top_default-content .main_title h2 {
    font-size: 2em;
}

.top_default .top_default_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #212224;
}

.top_default .top_default_bg img {
    max-width: 110%;
    width: 100%;
}

@media (max-width: 468px) {
    .top_default {
        max-height: 490px;
    }
}


.btn-modelo {
    padding: 10px 20px;
    margin: 0.5em 1em;
    font-size: 1em;
    color: #FFFFFF !important;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;

    display: inline-block;
}

.btn-mdl-mentoria {
    background: #b43113;
}

.btn-mdl-mentoria:hover {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background-color: #b43113;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(253, 45, 0, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(253, 45, 0, 0.57);
    transition: all 0.3s ease 0s;
}

.btn-mdl-closefriends {
    background: #74c953;
    color: #000000 !important;
}

.btn-mdl-closefriends:hover {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background-color: #418241;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(78, 155, 78, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(78, 155, 78, 0.57);
    transition: all 0.3s ease 0s;
}

.btn-mdl-telegram {
    background: #1e96c8;
    color: #000000 !important;
}

.btn-mdl-telegram:hover {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    background-color: #1b6f9b;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(27, 111, 155, 0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(27, 111, 155, 0.57);
    transition: all 0.3s ease 0s;
}

.btn-mdl-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.btn-mdl-instagram:hover {
    color: #FFFFFF !important;
    font-weight: 700 !important;
    letter-spacing: 3px;
    transition: all 0.3s ease 0s;
}

/*************************************
** INDEX - TESTIMONIALS
*************************************/
.index_testimonials {
    text-align: center;
    background-color: #f5f5f5;
}

.main_testimonials div img {
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
    -moz-box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
    box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
}

.main_testimonials .testimonials_item {
    margin-bottom: 30px;
    animation: animateElement linear 1s;
    animation-iteration-count: 1;
}

@keyframes animateElement {
    0% {
        opacity: 0;
        transform: translate(0px, 10px);
    }
    100% {
        opacity: 1;
        transform: translate(0px, 0px);
    }
}

.btn_loadmore {

    color: #FFFFFF;
    padding: 12px 34px;
    font-size: 1em;
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;

    word-spacing: 3px;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;

    background: #4285f4;
    border-bottom: 5px solid #096397;
}

.btn_loadmore:hover {
    background-color: #096397;
    border-color: #0A537D;
}

/*************************************
** INDEX - CASES DE SUCESSO
*************************************/
.index_cases {
    text-align: center;
    background-color: #f5f5f5;
}

.index_cases .case_item img {
    max-width: 100%;
    padding: 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
    -moz-box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
    box-shadow: 0 51px 26px -50px rgba(0, 0, 0, .72);
}

.index_cases .case_item {
    margin-bottom: 1.5em;
    animation: animateElement linear 1s;
    animation-iteration-count: 1;
}

.index_cases .case_item .img {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

    opacity: 0.6;
    position: relative;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    overflow: hidden;
}

.index_cases .case_item .case_thumb::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.index_cases .case_item .img:hover,
.index_cases .case_item .img:focus {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

.index_cases footer h2 {
    font-size: 1em;
    color: #606060;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0.5em 0;
}

.index_cases footer p {
    font-size: 0.75em;
    color: #606060;
    text-align: center;
    font-weight: 500;
}

/*************************************
** INDEX - index_faq
*************************************/
.collapsible {
    font-family: 'Montserrat', sans-serif !important;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    margin: 0.5rem 0 1rem 0;
    border-bottom: 3px solid #00a3de;
}

.collapsible-header:before {
    font-family: 'icomoon' !important;
    content: "\ea54";
    transform: rotate(90deg);
    margin-right: 3em;
    font-size: 0.5em;
    color: #00a3de;
}

.collapsible-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    background-color: #FFFFFF;
    -webkit-tap-highlight-color: #606060;
    padding: 1rem;
    border-bottom: 1px solid #ddd;

    color: #606060;
    text-transform: uppercase;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

.collapsible-header:focus {
    outline: 0;
}

.collapsible-header i {
    width: 2rem;
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}

.keyboard-focused .collapsible-header:focus {
    background-color: #eee;
}

.collapsible-body {
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
    display: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2rem;

    font-size: 1em;
    color: #606060;
    text-align: justify;
    text-transform: none;
    font-weight: 400;
    line-height: 1.5em;
}

/*************************
** i.7 DEPOIMENTOS
*************************/
.depo_cases .item {
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 30px;
}

.depo_cases .item img {
    max-width: 100%;
}

.depo_cases .item .img {
    position: relative;
    cursor: pointer;
    display: block;
    border-radius: 20px;
    overflow: hidden;
}

.depo_cases .item .img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(143, 216, 228, 0.45) url('./images/icons/icon-play.svg') no-repeat center center;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.depo_cases .item .img:hover::before,
.depo_cases .item .img:focus::before {
    background-color: rgba(143, 216, 228, 0.2);
}

.depo_cases .item h4 {
    color: #444;
    font-weight: bold;
    margin: .85em 0 .35em 0;
}

.depo_cases .item p {
    color: #989898;
    font-size: .875em;
}

/**/
.sort-group {
    text-align: center;
    padding-top: 7px;
    margin-bottom: 40px;
}

.sort-group a {
    display: inline-block;
    vertical-align: middle;
}

.sort-group--mr-01 {
    margin-bottom: 26px;
}

.sort-item {
    font-size: 16px;
    line-height: 18px;
    font-weight: 200;
    color: #727e85;
    margin: 5px 10px;
}

.cursos_carousel .owl-option-02__box-01.is-checked {
    background: #a7ce4e;
}

.cursos_carousel .owl-option-02__box-01.is-checked .owl-option-02__icon i {
    color: #fff;
}

.cursos_carousel .owl-option-02__box-01.is-checked .owl-option-02__title {
    color: #fff;
}

.sort-item:hover {
    color: #a0ce4e;
}

.wc_codes_create {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 98;
    display: none;
}

.wc_codes_create_form {
    width: 540px;
    padding: 30px;
    max-width: 90%;
    margin: 5% auto 0 auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.wc_codes_create_form_title {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 20px;
}

.wc_codes_create_form label {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.wc_codes_create_form label span {
    display: block;
    font-size: 0.8em;
    margin-bottom: 5px;
    color: #FFFFFF;
    font-weight: 600;
}

.wc_codes_create_form p {
    font-size: 1.15em;
    text-align: center;
    margin-bottom: 1em;
}

.wc_codes_create_form input,
.wc_codes_create_form textarea {
    padding: 10px;
    font-size: 1em;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #9c9c9c;
    font-weight: 300;
}

.wc_codes_create_form textarea {
    font-size: 0.7em;
}

.wc_codes_create_form_actions {
    text-align: right;
}

.wc_codes_create_form_actions .btn_green {
    margin-left: 10px;
}

#username-form .messages .alert {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.5em;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    padding: 0.85em 1em;
}

.alert.danger {
    background-color: #FF524F;
    color: #FFFFFF !important;
}

.alert.danger i {
    background-color: #FF524F;
    color: #FFFFFF;
}

.alert.success {
    background-color: #00B494;
    color: #FFFFFF !important;
}

.alert.success i {
    background-color: #00B494;
    color: #FFFFFF !important;
}

#username-form .messages .alert {
    color: #252839;
}

.alert {
    font-size: 12px;
    color: #d95c0a;
    margin-bottom: 0px;
}

/*************************************
** EBOOK - INTRODUÇÃO AO DROPSHIPPING
*************************************/

/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .index_first_content header h1 {
        margin: 3em 0 1em 0;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 95vw !important;
        min-height: 50vh;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 65vw !important;
        min-height: 55vh;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

    .mentoria_first iframe {
        width: 90vw;
    }

    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 65vw !important;
        min-height: 65vh;
    }

    .page_error_image figure {
        margin: 0 !important;
    }

    .page_error_image img {
        width: 50vh;
    }

    .page_error_content header {
        padding: 0px;
    }

    .page_error_content header h1 {
        margin: 0em 0em 0.25em 0em;
        font-size: 1.45em;
    }

    .page_error_content header h2.tagline {
        margin: 0em;
        font-size: 1em;
    }

    .index_first_image {
        text-align: center;
        padding: 0em;
    }

    .index_first_image figure {
        margin: 0em;
    }

    .index_first_image img {
        padding: 1em;
        width: 100vh;
    }

    .index_first_content header h1 {
        font-size: 2em;
        margin: 0em;
    }

    .index_first_content header h2.tagline {
        font-size: 1em;
    }

    .index_jornada {
        border-top-right-radius: 50% 11%;
        border-bottom-left-radius: 50% 11%;
    }

    .index_jornada header {
        margin-bottom: 1em;
    }

    .index_jornada header h1 {
        font-size: 2.1em;
        margin-bottom: 1em;
    }

    .index_jornada header h2.tagline {
        font-size: 1.65em;
    }

    .index_jornada p {
        font-size: 1.25em;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .mentoria_first iframe {
        width: 90vw;
    }

    .jornada_conversion p.checklist {
        padding: 0.25em 1.5em !important;
    }

    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 95vw !important;
        min-height: 50vh;
    }

    .page_error_image figure {
        margin: 0 !important;
    }

    .page_error_image img {
        width: 50vh;
    }

    .page_error_content header {
        padding: 0px;
    }

    .page_error_content header h1 {
        margin: 0em 0em 0.25em 0em;
        font-size: 1.45em;
    }

    .page_error_content header h2.tagline {
        margin: 0em;
        font-size: 1em;
    }

    /* telefones */
    .copy--phones a {
        margin: 0.75em 0;
        font-size: 0.95em !important;
    }

    .index_first_image {
        text-align: center;
        padding: 0em;
    }

    .index_first_image figure {
        margin: 1em;
    }

    .index_first_content header h1 {
        font-size: 2em;
        margin: 0em;
    }

    .index_first_content header h2.tagline {
        font-size: 1em;
    }

    .index_jornada {
        border-top-right-radius: 50% 12%;
        border-bottom-left-radius: 50% 12%;
    }

    .index_jornada header {
        margin-bottom: 1em;
        padding: 1em;
    }

    .index_jornada header h1 {
        font-size: 2.15em;
        margin-bottom: 1em;
    }

    .index_jornada header h2.tagline {
        font-size: 1.65em;
    }

    .index_jornada p {
        font-size: 1.15em;
    }
}

section {
    text-align: center;
    color: #1d3852;
    padding: 1em;
    margin: 1em;
}

section h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-top: 1em;
    text-align: center;
    position: relative;
    display: inline-block;
}

section h2:after {
    content: '';
    background: #00a3de;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 0.25em;
}

section p.tagline {
    margin: 2em 0 2.5em 0;
}

/*** ***    INDEX SECTION :: PRIMEIRA DOBRA      ***   ***/
.index_primeira {
    margin-top: 5em;
    padding: 1.5em;
    background: #eae6ff;
    background: -webkit-gradient(linear, left bottom, left top, from(#eae6ff), to(#fff));
    background: linear-gradient(0deg, #eae6ff, #fff 100%);
}

section.index_primeira h2 {
    font-size: 2em;
    font-weight: 600;
    margin: 1.5em 0 1em 0;
    text-align: center;
    position: relative;
    display: inline-block;
}

section.index_primeira h2:after {
    content: '';
    background: none !important;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 0.25em;
}

section.index_primeira p.tagline {
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.75em;
    margin: 1em 0 4em 0;
    text-align: justify;
}

section.index_primeira figure {
    margin: 0;
}

section.index_primeira figure img,
section.index_diferenciais figure img {
    width: 100%;
    height: 100%;
}


/*** ***    INDEX SECTION :: QUEM SOMOS          ***   ***/
/*** ***    INDEX SECTION :: NOSSOS SERVIÇOS     ***   ***/
section.index_servicos article {
    padding: 2.5em;
}

section.index_servicos article img {
    width: 50%;
    height: 50%;
}

section.index_servicos article h3 {
    text-align: center;
    font-weight: 600;
    font-size: 1.25em;
    line-height: 1.5em;
    color: #1d3852;
    margin: 1.5em 0;
}

section.index_servicos article p {
    font-size: 0.95em;
    text-align: justify;
    line-height: 1.7em;
}

/*** ***    INDEX SECTION :: ÁREAS DE ATUAÇÃO    ***   ***/
/*** ***    INDEX SECTION :: PORQUE NÓS          ***   ***/
section.index_sobre {
    padding: 2em 0 !important;
    background: #fff;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#eae6ff));
    background: linear-gradient(0deg, #fff, #eae6ff 100%);
}

section.index_sobre h2 {
    padding: 3em 0 !important;
}


section.index_sobre article h3 {
    font-size: 1em;
    font-weight: 600;
    line-height: 1.5em;
}

section.index_sobre article h3 {
    text-align: left;
}

section.index_sobre div.sobre_desc p {
    margin: 2.5em 0;
    font-size: 0.875em;
    text-align: justify;
    line-height: 1.65em;
}

section.index_sobre article p {
    font-size: 0.875em;
    text-align: justify;
    line-height: 1.55em;
}

section.index_sobre article h3 {
    margin: 1em 0 !important;
}

section.index_sobre article h3 span {
    background-color: #163651;
    padding: 0.5em 0.875em;
    color: #FFFFFF;
    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;
}

section.index_sobre article i {
    color: #00a3de;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.index_sobre {
}

section.index_sobre {
}

/*** ***    INDEX SECTION :: DIFERENCIAIS        ***   ***/
section.index_diferenciais {
    padding: 1.5em;
}

section.index_diferenciais .diff_title i:before {
    margin: 0 !important;
}

section.index_diferenciais .diff_texts {
    padding: 1.5em 2.5% !important;;
}

section.index_diferenciais .diff_title i {
    font-size: 0.875em;
    background-color: #25d366;
    padding: 0.5em 0.65em;
    color: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 0.875em;
}

section.index_diferenciais .diff_title {
    text-align: left;
    font-size: 1.15em;
    line-height: 2em;
    font-weight: 500;
    margin: 2em 0 0.875em 0;
}

section.index_diferenciais .diff_desc {
    text-align: justify;
    font-size: 0.875em;
    line-height: 1.5em;
}

/*** ***    INDEX SECTION :: CONSULTOR           ***   ***/
section.dark_section {
    background: #eae6ff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4c9aff), to(#403294));
    background-image: linear-gradient(0deg, #4c9aff, #403294 100%);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    color: #fff;
    margin: 1.5em 10%;
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -moz-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

section.dark_section h2 {
    margin-bottom: 1.5em;
}

section.dark_section h2:after {
    content: '';
    background: #00a3de;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 0.25em;
}

section.dark_section p.tagline {
    text-align: center;
    line-height: 1.5em;
}

.whatsapp_button {
    font-weight: 600;
    padding: 1em;
    background-color: #25d366;
    color: #000000;
    border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;
}

.whatsapp_button:hover {
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;

    cursor: pointer;
    background-color: #0e8d3c;
    color: #FFFFFF;
}


.pulse-button {
    text-transform: uppercase;
    text-align: center;
    color: black;
    background: #25d366;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}

.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

/*** ***    INDEX SECTION :: ESTATÍSTICAS        ***   ***/
section.index_stats {
    margin: 5em 0;
}

section.index_stats article {
    margin: 5em 0;
}

section.index_stats p.stats_title {
    font-size: 4em;
    color: #1d3852;
    text-shadow: #00a3de;
    font-weight: 700;
}

section.index_stats h3 {
    margin: 0.15em 0;
    font-size: 1.15em;
    font-weight: 600;
}

/*** ***    INDEX SECTION :: FAQ                 ***   ***/
/*** ***    INDEX SECTION :: CLIENTES            ***   ***/
.index_clients {
    margin: 3em 0;
    padding: 4em;
}

.index_clients h3 {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 1.5em;
}

.index_clients p {
    font-size: 1em;
    font-weight: 500;
    text-align: justify;
    line-height: 1.5em;
    margin-top: 1.5em;
}

.index_clients figure {
    display: inline-block;
    width: 25%;
}

.index_clients figure img {
    width: 35%;
    height: 35%;
}

/*** ***    INDEX SECTION :: CONTATO             ***   ***/
/*** ***    INDEX SECTION :: ÁREA DE ATUAÇÃO     ***   ***/
section.index_area {
}

section.index_area article {
    margin: 1em 0;
    text-align: center;
}

section.index_area article header p i:before {
    margin: 0 !important;
}

section.index_area article header p i {
    background-color: #163651;
    color: #FFFFFF;
    padding: 0.7em 0.8em !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

section.index_area article:hover header p i {
    color: #00a3de;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

section.index_area article header h3 {
    padding: 1em;
    margin: 1em 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    font-size: 1em;
}


/*=================================================
    21. footer
==============================================================*/
.xs-footer-section {
    background-color: #163651;
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: top 40px center;
}

/* footer top area */
.footer-top-area {
    padding: 41px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-logo {
    padding-top: 8px;
}

.footer-logo a {
    display: inline-block;
}

.address-info-list {
    text-align: right;
}

.address-info-list li {
    text-align: left;
    color: #FFFFFF;
}

.address-info-list li:not(:last-child) {
    margin-right: 100px;
}

.address-info-list li .address-icon {
    float: left;
    min-width: 64px;
}

.address-info-list li a {
    color: #FFFFFF;
}

.address-info-list li .address-info {
    margin-left: 46px;
    position: relative;
    overflow: hidden;
}

/* fotoer main */
.footer-main {
    padding: 3.5em 1.5em;
}

.footer-main + .partner-area-wraper {
    margin-bottom: -61px;
    position: relative;
    z-index: 1;
}

/* footer widget */
.footer-widget .xs-content-title {
    color: #FFFFFF;
    margin-bottom: 40px;
    font-weight: 600;
    text-align: center;
    position: relative;
    display: inline-block;
}

.footer-widget h2 {
    margin-bottom: 1em;
    text-align: center;
}

.footer_atendimento li p {
    padding: 0 !important;;
}

.footer-widget .xs-content-title:after {
    content: '';
    background: #00a3de;
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 0.25em;
}

.footer-widget .xs-lsit li:not(:last-child) {
    margin-bottom: 22px;
}

.footer-widget .xs-lsit li a {
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.footer-widget .xs-lsit p {
    color: #FFFFFF;
    text-align: justify;
    line-height: 1.75em;
    font-size: 0.875em;
    padding: 0.5em;
}

.footer-widget .xs-lsit li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* articles list */
.articles-list li:not(:last-child) {
    margin-bottom: 18px;
}

.articles-list li a {
    display: block;
    color: #FFFFFF !important;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-weight: 700;
    font-size: 1.0666666667rem;
    font-family: "Lato", sans-serif;
    margin-bottom: 11px;
}

.articles-list li a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.articles-list li span {
    color: #a4aab7;
    font-size: 0.8666666667rem;
}

.articles-list li i {
    font-size: 1rem;
    color: #FFFFFF;
    position: relative;
    top: 3px;
    padding-right: 9px;
}

.awlogo {
    color: #f5f5f5 !important;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
    letter-spacing: 0.5em;
    font-size: 0.7em;
    margin-left: 0.875em;
}

.awlogo:hover {
    color: orange !important;
}

/* partnre area */
.partner-area {
    border-radius: 5px;
    background-color: #a02200;
    padding: 40px;
}

.partner-area .xs-lsit {
    padding-top: 6px;
}

.partner-area .xs-lsit li:not(:last-child) {
    margin-right: 40px;
}

.partner-area .xs-lsit li.title {
    color: #FFFFFF;
    margin-right: 25px;
}

/* copyright text */
.copyright-text {
    padding: 0.5em;
}

.copyright-text p {
    font-size: 0.9333333333rem;
}

.copyright-text p, .copyright-text a {
    color: #a4a8b3;
}

.copyright-text a {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.copyright-text a:hover {
    color: #FFFFFF;
}

.copyright {
    padding: 1em;
    background-color: #0d2132;
}

.copyright .social-list {
    text-align: center;
}

.copyright .social-list li {
    display: inline-block;
    margin: 0 1em;
}

.copyright .social-list li i {
    color: #FFFFFF !important;
    font-size: 1.25em;
    margin-top: 0.4em;
}

.copyright .social-list li i:hover {
    color: #00a3de !important;
}


/*HEADER*/
.main_header {
    background: #FFFFFF;
    padding: 1em;
    color: #163651;
    font-size: 0.875em;
}

.main_header header {
    float: left;
    text-align: center;
}

.main_header header span {
    float: right;
    font-size: 2em;
}

.main_header header h1 {
    font-size: 1.8em;
}

.main_header nav {
    float: right;
}

.main_header header img {
    margin-left: 2em
}

.main_header nav ul {
    margin-top: 0.5em;
    display: block;
    width: 100%;
}

.main_header nav li {
    display: inline-block;
    position: relative;
    border-radius: 0.4em;
}

.main_header nav li a {
    font-weight: 500;
    font-size: 1.25em;
    display: inline-block;
    padding: 0.35em 0.85em;
    color: #163651;
    text-decoration: none;
}

.main_header nav li:hover,
.main_header nav li a:hover {
    color: #00a3de;
}

.main_header nav li a.btn-consultor, .btn-consultor {
    font-weight: 600;
    font-size: 1em;
    text-transform: uppercase;
    display: inline-block;
    padding: 0.35em 0.85em;
    background-color: #00a3de;
    color: #fafafa;
    text-decoration: none;
    cursor: pointer;

    border: 1px solid #fafafa;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;

    text-align: center;
}

.main_header nav .btn-consultor:hover {
    background-color: #2649ab;
}

.main_header nav a.signup {
    background: #2649ab;
    color: #FFFFFF !important;
    padding: 0.35em 0.7em;
    font-size: 0.8em;

    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;

    border: none;
    text-align: center;
}

.main_header nav a.signup:hover {
    color: #FFFFFF !important;
    font-weight: 600;
}

.main_header nav li:hover .sub,
.main_header nav li a:hover .sub {
    display: block;
}

.main_header nav .sub {
    display: none;
    z-index: 99;
    position: absolute;
    width: 200px;
    background: #fff;
    margin: 0;
}

.main_header nav .sub li,
.main_header nav .sub li a {
    color: #00B494;
    display: block;
    width: 100%;
}

.main_header nav .sub li a:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.main_header nav .signup:hover {
    color: #373737 !important;
    -webkit-transition: all 225ms ease;
    -moz-transition: all 225ms ease;
    -ms-transition: all 225ms ease;
    -o-transition: all 225ms ease;
    transition: all 225ms ease;
}


/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
    .index_first_content header h1 {
        margin: 3em 0 1em 0;
    }

    .nav_ham {
        display: none;
    }

    .nav_header {
        display: block;
    }
}

/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
    .nav_ham {
        display: none;
    }

    .nav_header {
        display: block;
    }
}

/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 95vw !important;
        min-height: 50vh;
    }

    .nav_ham {
        display: none;
    }

    .nav_header {
        display: block;
    }
}

/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .opencnpj_first .opencnpj_first_video iframe,
    .jornada_first .jornada_first_video iframe {
        width: 65vw !important;
        min-height: 55vh;
    }

    .nav_ham {
        display: none;
    }

    .nav_header {
        display: block;
    }

    .j_cookie {
        margin-top: 2em !important;
    }
}

/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {

    .hotsite_user .user_address p {
        color: #505050;
        margin: 1.5em 0;
        display: inline-block;
    }


    .nav_ham {
        display: block;
    }

    .nav_header {
        display: none;
    }
}

/*
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/
@media (min-width: 320px) and (max-width: 480px) {

    .whatsapp_button {
        display: block;
    }

    #cookiePolicy span {
        text-align: justify !important;
    }

    #cookiePolicy .row div:first-child {
        margin-bottom: 2em !important;
    }

    .hotsite_user .user_address p {
        color: #505050;
        margin: 1.5em 0;
        display: inline-block;
    }

    .main_header nav.nav_header {
        display: none;
    }

    .main_header nav li {
        display: block;
        margin: 1em 0;
    }

    .hotsite_user .user_links div {
        padding: 0.15em;
        margin: 0.5em;
        font-size: 0.875em;
    }

    .nav_ham {
        display: block;
    }

    .nav_header {
        display: none;
    }

}


.screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
    margin: 2em 0;
}

.screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
}

.screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #4d4d4f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.screen-header-left {
    margin-right: auto;
}

.screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.screen-header-button.close {
    background: #ff3b30;
}

.screen-header-button.maximize {
    background: #ffcc00;
}

.screen-header-button.minimize {
    background: #28cd41;
}

.screen-header-right {
    display: flex;
}

.screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: #999;
}

.screen-body {
    display: flex;
}

.screen-body-item {
    flex: 1;
    padding: 50px;
}

.screen-body-item.left {
    display: flex;
    flex-direction: column;
}

.app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-group.message {
    margin-top: 40px;
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    outline: none;
    transition: border-color .2s;
}

.app-form-control::placeholder {
    color: #bababa;
}

.app-form-control:focus {
    border-bottom-color: #ddd;
}

.app-form-button {
    background: none;
    border: 2px solid #28cd41;
    border-radius:;
    color: #28cd41;
    padding: 0.65em 1em;

    -webkit-border-radius: 0.5em;
    -moz-border-radius: 0.5em;
    border-radius: 0.5em;

    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.app-form-button:hover {
    color: #ffffff;
}

@media screen and (max-width: 520px) {
    .screen-body {
        flex-direction: column;
    }

    .screen-body-item.left {
        margin-bottom: 30px;
    }

    .app-title {
        flex-direction: row;
    }

    .app-title span {
        margin-right: 12px;
    }

    .app-title:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .screen-body {
        padding: 40px;
    }

    .screen-body-item {
        padding: 0;
    }
}


/*
TRIGGERS
notify
*/
.trigger_notify_box {
    position: fixed;
    right: 0;
    top: 0;
    padding-top: 5px;
    padding-right: 15px;
    width: 320px;
    max-width: 90%;
    z-index: 99;
}

.trigger_notify {
    margin-top: 15px;
    padding: 20px;
    background: #333;
    font-size: 1em;
    font-weight: 300;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    overflow: hidden;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.trigger_notify_time {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background: rgba(0, 0, 0, 0.5);
}

.trigger_notify p {
    margin-top: 5px;
}

/*
modal
*/
.trigger_modal_box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.3);
}

.trigger_modal {
    margin: auto;
    width: 480px;
    max-width: 96%;
    background: #333;
    display: flex;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
    color: #fff;
    font-size: 0.875em;
    top: -100px;
    opacity: 0;
}

.trigger_modal_close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 1.2em;
    cursor: pointer;
    opacity: 0.5;
}

.trigger_modal_close:hover {
    opacity: 1;
}

.trigger_modal_icon {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 4em;
}

.trigger_modal_content {
    width: 100%;
    padding: 30px;
}

.trigger_modal_content a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
}

.trigger_modal_content a:hover {
    text-decoration: underline;
}

.trigger_modal_content_title {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.trigger_modal_content p {
    margin-top: 15px;
}

/*
TRIGGER VARIABLES
*/
.trigger_blue {
    background-color: #4285f4
}

.trigger_green {
    background-color: #34a853
}

.trigger_yellow {
    background-color: #fbbc05
}

.trigger_red {
    background-color: #ea4335
}

.form-title span {
    font-size: 0.975em;
    color: #ffffff;
    margin-bottom: 1em !important;
    font-weight: 500;
    background-color: #34a853;
    padding: 0.5em 0.85em;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    border-radius: 5em;
}