@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: 'Montserrat';
}

:root {
    --e-global-color-primaary: var(--e-global-color-7e99f0f);
    --e-global-color-secondaary: var(--e-global-color-0188e76);
    --e-global-color-text: #1E1E1E;
    --e-global-color-accent: #3C2E93;
    --e-global-color-white: #FFFFFF;
    --e-global-color-7e99f0f: #7B37B3;
    --e-global-color-0188e76: #EA8E28;
    --e-global-color-1f0e847: #FF6700;
    --e-global-color-be8354f: #540E8D;
    --e-global-color-f4b357f: #E7E7E7;
    --e-global-typography-primaary-font-family: "Cabin";
    --e-global-typography-primaary-font-weight: 700;
    --e-global-typography-secondaary-font-family: "Montserrat";
    --e-global-typography-secondaary-font-weight: 700;
    --e-global-typography-text-font-family: "Montserrat";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Cabin";
    --e-global-typography-accent-font-weight: 500;
    --e-global-typography-text-size: 16px;
    --e-global-typography-h2-size: 26px;
    --e-global-typography-text-lineheight: 28px;
}

body {
    overflow-x: hidden !important;
}

p {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: var(--e-global-typography-text-size);
    line-height: var(--e-global-typography-text-lineheight);
}

h2 {
    font-family: var(--e-global-typography-primaary-font-family) !important;
    font-weight: var(--e-global-typography-primaary-font-weight) !important;
    font-size: var(--e-global-typography-h2-size) !important;
}

h3 {
    font-size: 17px !important;
    font-weight: Bold !important;
    line-height: 25px !important;
    margin-bottom: 20px !important;
}

h4 {
    font-family: var(--e-global-typography-primaary-font-family) !important;
    color: var(--e-global-color-0188e76) !important;
}

a {
    color: var(--e-global-color-0188e76) !important;
    font-family: var(--e-global-typography-primaary-font-family) !important;
    text-decoration: none !important;
}

li {
    font-size: 16px !important;
    line-height: 25px !important;
}

/* ------ Header ------ */
header {
    width: 100%;
    height: 80px;
    color: #606060;
    background: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
    position: fixed;
    top: 0;
    z-index: 99;
    transition: all .2s ease-in-out;
}

header.scrolled {
    background: #652e93e0;
}

.header-margin {
    width: 1140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

header li {
    font-size: 18px;
    font-weight: 500;
    margin: 0 10px;
    color: var(--e-global-color-white);
}

header li:hover {
    color: var(--e-global-color-0188e76);
}

header ul li a {
    color: var(--e-global-color-white) !important;
}

header ul li a:hover {
    color: var(--e-global-color-0188e76) !important;
}

#logo-memprega {
    width: 60px;
    height: auto;
    margin: 0 0 0 30px;
}

#logo-memprega img {
    width: 40px;
    height: auto;
    transition: all .2s ease-in-out;
}

#logo-memprega img:hover {
    transform: scale(1.1);
}

#menu {
    display: flex;
    justify-content: flex-start;
    height: auto;
    flex: 1;
    padding-left: 40px;
}

#menu a {
    text-decoration: none;
    transition: 0.2s;
    color: var(--e-global-color-7e99f0f);
}

#menu a:hover {
    color: var(--e-global-color-0188e76);
}

#login {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px 0 0;
}

.login {
    width: 30px;
    height: auto;
    margin: 0 0 0 -15px;
}

#login .login {
    width: 28px;
    height: 28px;
}

#login li {
    font-size: 14px !important;
    transition: all .2s ease-in-out !important;
    display: flex;
}

#login:hover li {
    color: var(--e-global-color-0188e76);
}

#login .login path {
    transition: all .2s ease-in-out !important;
}

#login:hover .login path {
    fill: var(--e-global-color-0188e76);
}

/* ---------- Menu Mobile ---------- */
#menu-mobile {
    display: none;
}

/* CheckBox Menu Hamburguer */
label[for="menu-hamburguer"]{
    display: none;
}

#menu-hamburguer {
    display: none;
}

.contaainner {
    width: 1140px;
    padding: 0 40px !important;
}

.contaainner-full {
    width: 1140px;
    padding: 40px;
}

.contaainner-footer {
    width: 1140px;
    padding: 20px 40px 10px;
}

.bannerhome {
    width: 100%;
    height: 700px;
    background: url('../img/banner-home-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.bannerhome .video {
    position: absolute;
    width: 100%;
    height: 650px;
    z-index: -999 !important;
    top: 0;
    left: 0;
}

.bannerhome-text {
    z-index: 99999 !important;
}

.bannerhome h2 {
    width: 680px;
    color: var(--e-global-color-white);
}

.btn-acesse-online {
    font-family: var(--e-global-typography-primaary-font-family);
    font-size: 17px;
    font-weight: 500;
    fill: var(--e-global-color-primaary);
    color: var(--e-global-color-primaary) !important;
    background: var(--e-global-color-secondaary);
    border-radius: 50px 50px 50px 50px;
    padding: 8px 10px 8px 20px;
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none !important;
    margin-top: 20px;
    transition: all .2s ease-in-out;
}

.btn-acesse-online:hover {
    background: var(--e-global-color-1f0e847);
}

.btn-acesse-online img {
    width: 30px;
}

.conteudo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.conteudo-continuo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-7e99f0f);
    padding: 30px 0;
}

.conteudo-margin {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.conteudo-text h2 {
    color: var(--e-global-color-0188e76);
    margin-bottom: 20px;
}

.conteudo-img {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-right {
    min-height: 500px;
    background-image: url("../img/bg-icon_Right.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-left {
    min-height: 500px;
    background-image: url("../img/bg-icon_Left.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.img-empresa {
    width: 70% !important;
    margin-top: -50px;
}

.img-vantagens {
    width: 60% !important;
    margin-top: -80px;
    margin-left: -50px;
}

.img-busca {
    width: 60% !important;
    margin-top: -90px;
    margin-left: 30px;
}

.img-inclusao {
    width: 60% !important;
    margin-top: -90px;
    margin-left: -30px;
}

.img-processo {
    width: 65% !important;
    margin-top: -80px;
    margin-left: 50px;
}

.img-baixe {
    width: 65% !important;
    margin-top: -50px;
    margin-left: -50px;
}

.conteudo-text {
    width: 50%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.conteudo-text-continuo {
    width: 100%;
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: var(--e-global-color-white) !important;
}

.conteudo-text-continuo h3 {
    color: var(--e-global-color-0188e76);
}

.shapes-bg-right {
    background-image: url("../img/shapes_right.png");
    background-size: 600px;
    background-position: right 50px;
    background-repeat: no-repeat;
    padding: 60px 0 0 0;
}

.shapes-bg-left {
    background-image: url("../img/shapes_left.png");
    background-size: 600px;
    background-position: left 50px;
    background-repeat: no-repeat;
}

.testemunhal {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-7e99f0f);
    display: none !important;
}

.testemunhal-margin {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.testemunhal-text h2 {
    color: var(--e-global-color-0188e76);
    text-align: center;
}

.testemunhal-text p {
    text-align: center;
    margin: 20px auto;
    color: var(--e-global-color-white) !important;
}

.redes-sociais-top {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-be8354f);
}

.redes-sociais-top img {
    margin: -3px 0 3px;
}

.logo-footer {
    width: 120px;
}

.redes-sociais {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--e-global-color-primaary);
}

.redes-sociais-margin {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.redes-sociais-text {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.redes-sociais-text p {
    color: var(--e-global-color-white);
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
}

.redes-sociais-img {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.redes-sociais-img img {
    width: 35px;
    margin: 0 10px;
    filter: brightness(5);
    transition: all .2s ease;
}

.redes-sociais-img img:hover {
    filter: brightness(1);
}

/* -- Carrossel -- */
.thumbnail img {
    max-width:100%;
}

.thumbnail a {
    -webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease; 
}
    
.thumbnail a:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
    filter: alpha(opacity=50); /* IE7 */
    opacity: 0.6;
    text-decoration: none;
}

.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}

/* Thumbnail Box */
.caption h4 {
    color: #444;
}

.caption p {
    font-size: 13px;
    line-height: 20px;
    color: var(--e-global-color-white);
}

/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}

li { list-style-type:none;}

::selection {
    background: var(--e-global-color-primaary);
    color: var(--e-global-color-white);
    text-shadow: 0;
}

::-moz-selection {
    background: var(--e-global-color-primaary);
    color: var(--e-global-color-white);
}

.box {
    border: 1.5px solid rgba(0, 0, 0, 0.13);
    padding: 20px;
    border-radius: 5px;
    background: #0000003f;
}

.col-sm-3 {
    padding: 10px !important;
}

.lojas-app {
    display: flex;
}

.logo-loja-googleplay {
    width: 165px;
    margin: 0 10px 0 0;
}

.logo-loja-appstore {
    width: 150px;
}

/* ######### Mobile ######### */
@media screen and (max-width:767px) {
    header {
        width: 100%;
        height: 80px;
        color: #606060;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    header.scrolled {
        background: #652e93e0;
    }

    header ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    li {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }

    ul li a.active {
        color: #ff801f !important;
    }

    #logo-memprega {
        width: 50%;
        height: auto;
        margin: 0;
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    #logo-memprega img {
        width: 45px;
        height: auto;
    }

    #menu {
        display: none;
    }

    #login {
        color: var(--e-global-color-7e99f0f);
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    #login a {
        text-decoration: none;
        color: var(--e-global-color-7e99f0f);
        margin: 6px 15px 0 0;
    }

    #login a:active {
        color: var(--e-global-color-7e99f0f);
    }

    .login {
        width: 30px;
        height: auto;
        margin: 0 0 0 -15px;
    }

    /* ---------- Menu Mobile ---------- */
    #menu-mobile {
        width: 100%;
        height: 100vh;
        background: var(--e-global-color-7e99f0f);
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 0 0 -1200px;
        z-index: 1;
        transition: 0.4s ease-in-out;
        opacity: 0;
    }

    .menu-mobile-open {
        margin: 0 !important;
        opacity: 1 !important;
    }

    #nav-mobile {
        margin: -10% 0 0 0;
    }

    #nav-mobile a {
        color: var(--e-global-color-white) !important;
        transition: all .2s ease-in-out;
    }

    #nav-mobile a:hover {
        color: var(--e-global-color-0188e76) !important;
    }

    #menu-mobile ul {
        display: block;
        list-style: none;
    }

    #menu-mobile li {
        font-size: 30px;
        margin: 20px 0;
    }

    #menu-mobile a {
        font-size: 30px !important;
        text-decoration: none;
        color: var(--e-global-color-7e99f0f);
    }

    /* ----- Menu Hamburguer ----- */
    #menu-hamburguer {
        width: 80px;
        height: 80px;
        cursor: pointer;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .line {
        width: 40px;
        height: 3px;
        border-radius: 10px;
        background: var(--e-global-color-white);
    }

    #menu-topline {
        position: absolute;
        margin: -15px 0 0 0;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-topline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(45deg) translateX(-3px) translateY(3px) !important;
    }

    #menu-bottomline {
        margin: 15px 0 0 0;
        position: absolute;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-bottomline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(-45deg) translateX(-3px) translateY(-3px) !important;
    }
    
    .contaainner {
        width: 100%;
        padding: 40px !important;
    }

    .contaainner-footer {
        padding: 20px 40px 30px;
    }

    .conteudo-margin {
        flex-direction: column;
    }

    .conteudo-text {
        min-height: auto;
    }

    .bg-right {
        width: 100%;
        min-height: 350px;
    }
    
    .bg-left {
        width: 100%;
        min-height: 350px;
    }
    
    .redes-sociais-margin {
        flex-direction: column;
    }

    .bannerhome h2 {
        width: auto;
    }

    .conteudo-text {
        width: auto;
    }

    .conteudo-text h2 {
        margin: 20px 0;
    }

    .conteudo-reverse {
        flex-direction: column-reverse;
    }

    .img-empresa {
        width: 250px !important;
        margin-top: -20px;
    }
    
    .img-vantagens {
        width: 220px !important;
        margin-top: -60px;
        margin-left: -50px;
    }
    
    .img-busca {
        width: 220px !important;
        margin-top: -60px;
        margin-left: 20px;
    }
    
    .img-inclusao {
        width: 220px !important;
        margin-top: -60px;
        margin-left: -30px;
    }
    
    .img-processo {
        width: 250px !important;
        margin-top: -60px;
        margin-left: 20px;
    }
    
    .img-baixe {
        width: 220px !important;
        margin-top: -50px;
        margin-left: -20px;
    }

    .redes-sociais-text, .redes-sociais-img {
        width: auto;
    }

    .redes-sociais-text p {
        margin-bottom: 20px;
    }

    .page-header, .control-box {
        text-align: center;
    }

    .caption {
        word-break: break-all;
    }

    ul.thumbnails { 
        display: flex;
        flex-wrap: wrap;
    }

    .col-xs-12 {
        padding: 0 !important;
    }  

    .boxes-row-mobile {
        width: 50%;
        padding: 5px !important;
    }

    .fff {
        padding: 10px;
    }
    
    .contaainner-footer {
        width: 100%;
    }

    .lojas-app {
        flex-direction: row;
    }

    .logo-loja-googleplay {
        width: 155px;
        margin: 0 10px 0 0;
    }
    
    .logo-loja-appstore {
        width: 140px;
    }
    
}

/* ######### Tablet ######### */
@media screen and (min-width:768px) and (max-width:1024px) {
    header {
        width: 100%;
        height: 80px;
        color: #606060;
        background: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99;
    }

    header.scrolled {
        background: #652e93e0;
    }    

    header ul {
        list-style: none;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }

    li {
        font-size: 18px;
        font-weight: 500;
        margin: 0;
    }

    ul li a.active {
        color: #ff801f !important;
    }

    #logo-memprega {
        width: 50%;
        height: auto;
        margin: 0;
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    #logo-memprega img {
        width: 45px;
        height: auto;
    }

    #menu {
        display: none;
    }

    #login {
        color: var(--e-global-color-7e99f0f);
        display: flex;
        flex: 1;
        justify-content: flex-end;
    }

    #login a {
        text-decoration: none;
        color: var(--e-global-color-7e99f0f);
        margin: 6px 15px 0 0;
    }

    #login a:active {
        color: var(--e-global-color-7e99f0f);
    }

    .login {
        width: 30px;
        height: auto;
        margin: 0 0 0 -15px;
    }

    /* ---------- Menu Mobile ---------- */
    #menu-mobile {
        width: 100%;
        height: 100vh;
        background: var(--e-global-color-7e99f0f);
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0 0 0 -1200px;
        z-index: 1;
        transition: 0.4s ease-in-out;
        opacity: 0;
    }

    .menu-mobile-open {
        margin: 0 !important;
        opacity: 1 !important;
    }

    #nav-mobile {
        margin: -10% 0 0 0;
    }

    #nav-mobile a {
        color: var(--e-global-color-white) !important;
        transition: all .2s ease-in-out;
    }

    #nav-mobile a:hover {
        color: var(--e-global-color-0188e76) !important;
    }

    #menu-mobile ul {
        display: block;
        list-style: none;
    }

    #menu-mobile li {
        font-size: 30px !important;
        margin: 20px 0;
    }

    #menu-mobile a {
        text-decoration: none;
        color: var(--e-global-color-7e99f0f);
    }

    /* ----- Menu Hamburguer ----- */
    #menu-hamburguer {
        width: 80px;
        height: 80px;
        cursor: pointer;
        position: fixed;
        top: 0;
        left: 0px;
        z-index: 100;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .line {
        width: 40px;
        height: 3px;
        border-radius: 10px;
        background: var(--e-global-color-white);
    }

    #menu-topline {
        position: absolute;
        margin: -8px 0 0 0;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-topline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(45deg) translateX(-3px) translateY(3px) !important;
        transition: 0.4s all !important;
    }

    #menu-bottomline {
        margin: 8px 0 0 0;
        position: absolute;
        transform: rotate(0) translateX(0);
        transition: 0.4s all;
    }

    .menu-bottomline-open {
        position: absolute !important;
        margin: 0 !important;
        transform: rotate(-45deg) translateX(-3px) translateY(-3px) !important;
        transition: 0.4s all !important;
    }
    
    .bg-right {
        min-height: 350px;
    }

    .conteudo-text {
        min-height: 350px;
    }

    .img-empresa {
        margin-top: 30px;
    }

    .contaainner-footer {
        width: 100%;
    }
}

@media screen and (min-width:1025px) and (max-width:1050px) {
    .contaainner-footer {
        width: 100% !important;
    }
}