body{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.btn-m, .btn-g{
    display: inline-block;
    padding: 15px 40px;
    margin: 0 10px;
    font-weight: 700;
    font-size: 0.85em;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    background: #FFB75E;  
    background: -webkit-linear-gradient(to bottom , #ff8737, #fa6806);
    background: linear-gradient(to bottom, #ff8737, #fa6806);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.2);
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}
.btn-m:hover, .btn-g:hover{
    -webkit-transform:translateY(-1px) translateX(-1px);
    transform:translateY(-1px) translateX(-1px);
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.4);
}



.btn-line, .btn-line-g{
    display: inline-block;
    border: 2px solid #fff;
    padding: 9px 36px;
    color: #fff;
    border-radius: 4px;
    font-size: 0.8em;
    font-weight: 700;
}
.btn-line-g{
    padding: 10px 30px;
    font-size: 1em;
}
.btn-line:hover, .btn-line-g:hover{
    background-color:  rgba(255,255,255,0.2);
    transition: background-color 0.5s;
}

.top-down{
    position: absolute;
    left: 50%;
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px;
    transform: translate(-50%);
}
.top-down:hover{
    -webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    -moz-text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    color: rgba(255, 255, 255, 0.8);
}
.top-down {
    bottom: 15px;
}



ul.bar-options{
    display: flex;
    justify-content: space-between;
    width: 65%;
    height: 46px;
    margin-left: auto;
    margin-right: auto;
    background-color: #c6d0f6;
    border-radius: 4px;
    -moz-box-shadow:    inset 2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:         inset 2px 2px 2px rgba(0,0,0,0.2);
}

li.bar-option, li.bar-option-active {
    flex: 1 1 23%;
    text-align: center;
    font-weight: 700;
    font-size: 0.9em;
    text-transform: uppercase;
    margin: 6px;
    border-radius: 2px;
}

li.bar-option-active {
    color: #2f57ed;
    background-color: #fff;
    -moz-box-shadow:     2px 2px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow:  2px 2px 2px rgba(0,0,0,0.2);
    box-shadow:          2px 2px 2px rgba(0,0,0,0.2);
}

li.bar-option:hover {
    background-color: rgba(0,0,0,0.05);
}

li.bar-option-active:hover {
    background-color: #fff;
}

li.bar-option a, li.bar-option-active a{
    color: #5c5c5c;
    display: inline-block;
    padding: 10px 36px;
}

li.bar-option-active a{
    color: #2f57ed;
    cursor: default;
}


.form_text {
    display: block; 
    position: relative;
}
.form_text>input, .form_text>textarea{
    width:100%;
    border: 1px solid #7b5feb;
    height: 44px;
    padding: 18px 0px 0px 14px;
    font-size: 16px; 
    border-radius: 5px; 
    outline-color: #7b5feb;
    font-weight: 700;
}
.form_text>textarea{
    height: auto;
}
.form_text>input::placeholder{
    color: #ccc;
    font-weight: normal;
}
.form_text>label{
    cursor: text;
    color:#7b5feb;
    font-size: 78%;
    font-weight:600;
    left: 10px;
    letter-spacing: -.03em;
    position: absolute;
    top: 7px; 
}
.form_text>span{
    display: block; 
    opacity: 0; 
    height: 20px;
    padding: 3px 0 0 12px;
    font-size: 0.7em;
    font-weight: bold;
}

.form_text_fail>input{
    border: 1px solid #9b2a34;
    outline-color: #9b2a34;
}
.form_text_fail>label{
    color:#9b2a34;
}
.form_text_fail>span{
    opacity: 1; 
    color: #9b2a34;
}

hr{
    margin: 0;
    border: 0;
    height: 1px;
    background: #efefef;
}


.plans{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.plan{
    /* flex: 1 1 0; */
    width: 19%;
    background-color: aquamarine;
    padding: 30px 0px;
    /* margin: 0 10px; */
    background: #8e2de2;
    background: -moz-linear-gradient(45deg, #8e2de2 50%, #4e02e0 80%);
    background: -webkit-linear-gradient(45deg, #8e2de2 50%,#4e02e0 80%);
    background: linear-gradient(45deg, #8e2de2 50%,#4e02e0 80%);
    -moz-box-shadow:     3px 3px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:  3px 3px 5px rgba(0,0,0,0.3);
    box-shadow:          3px 3px 5px rgba(0,0,0,0.3);
}
.plan li{
    text-align: center;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.2);
}
.plan li:first-child{
    font-size: 1.8em;
    font-weight: 700;
    margin-bottom: 30px;
}
.plan li:nth-child(2) {
    font-weight: 700;
    margin-bottom: 30px;
}
.plan li:nth-child(3) {
    font-weight: 300;
    line-height: 1.5;
}
.plan li:last-child{
    margin-top: 50px;
}


.preco-cur {
    vertical-align: top;
    font-size: 1em;
}
.preco-val {
    font-size: 2.6em;
}
.preco-per{
    font-size: 0.8em;
}
.preco-info{
    margin-top: 10px;
    font-weight: normal;
    font-size: 0.75em;
    display: block;
}


h2 {
    font-weight: 700;
    font-size: 2.2em;
    -webkit-text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    -moz-text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
    text-shadow: 2px 2px 3px rgba(0,0,0,0.4);
}



ul.faq{
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

ul.faq li{
    width: 100%;
    text-align: justify;
    padding: 15px 10%;
    border-top: 1px solid #e0e0e0 ;
    color: #353535;
}

ul.faq li h3{
    text-align: left;
    font-size: 1.2em;
    font-weight: 700;
    padding: 10px 0;
    cursor: pointer;
}

ul.faq li p{
    line-height: 150%;
    color: #4e4e4e;
    font-size: 1em;
    padding-top: 12px;
    text-indent: 20px;
}
ul.faq li p:last-child{
    padding-bottom: 14px;
}

ul.faq li p{
    display: none;
}

ul.faq li h3.arrow-up i{
    transform: rotate(180deg);
}













#nav, #nav-mobile{
    width: 100%;
    z-index: 999;
    position: absolute;
    height: 80px;
    top: 0;
}
#nav-mobile{
    display: none;
    justify-content: space-between;
}

#nav-list-mobile{
    position: fixed;
    top: 87px;
    right: 5px;
    padding: 30px 0 20px 16px;
    background-color: #fff;
    width: 90%;
    max-width: 300px;
    border-radius: 4px;
    z-index: 1;
    -moz-box-shadow:     3px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:  3px 3px 5px rgba(0,0,0,0.2);
    box-shadow:          3px 3px 5px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.05);
    display: none;
}
#nav-list-mobile a.close-mobile{
    display: inline-block;
    position: absolute;
    color: #452470;
    font-size: 1.6em;
    text-align: center;
    width: 50px;
    height: 30px;
    right: 0;
    top: 13px;
}
#nav-list-mobile ul{
    display: flex;
    flex-direction: column;
}
#nav-list-mobile li.sep{
    margin: 10px 14px 10px 0;
    background-color: rgb(230 230 230);
    height: 1px;
}
#nav-list-mobile li a{
    display: inline-block;
    padding: 10px 0;
    font-size: 1.4em;
    font-weight: 700;
    color: #000000;
}
#nav-list-mobile li i{
    width: 60px;
    font-size: 1.4em;
    text-align: center;
    color: #452470;
    vertical-align: middle;
}

#nav>div.container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav {
    display: flex;
    flex-direction: column;
    width: 100%;
}
nav ul{
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}
nav .nav-sublist{
    height: 30px;
    justify-content: flex-end;
    background-image: url("../img/submenu-det.png");
    background-repeat: no-repeat;
    background-position: right;
}
nav .nav-list{
    height: 50px;
    justify-content: center;
}
.nav-list-item{
    padding: 15px 20px;
    margin: 0 10px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 0.8em;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 4px;
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.nav-list-item:hover{
    background-color: rgba(255,255,255,0.1);
    transition: background-color 0.3s;
}

.nav-list-item-active:hover, .nav-list-item-active{
    background-color: #fff;
    color: #260553;
    border-radius: 4px 4px 0 0;
    transition: none;
    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
.nav-list-item-active i{
    transform: rotate(180deg);
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    text-shadow: none;
}

.nav-sublist-item a{
    padding: 5px 20px;
    font-size: 0.8em;
    font-weight: 400;
    color: #4f93d4;
}
.nav-sublist-item a:hover{
    color: #b0d3f4;
    transition: color 0.5s;
}

#nav-mobile a.logo{
    margin: 30px 0 0 40px;
}
#nav-mobile a.burger{
    margin: 32px 40px 0 0;
    font-size: 2em;
    color: #fff;
}

#nav a.logo{
    padding-left: 55px;
    padding-top: 30px;
    transition: padding-top 0.5s;
}

#nav.fly a.logo{
    padding-top: 0px;
    transition: 0.5s;
}

#nav.fly, #nav-mobile.fly{
    position: fixed;
    top: 0;
    width: 100%;
    background:#404080;
    background: -webkit-linear-gradient(to bottom, #220653, #37065c);
    background: linear-gradient(to bottom, #220653, #37065c); 
    -moz-box-shadow:     3px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:  3px 3px 5px rgba(0,0,0,0.2);
    box-shadow:          3px 3px 5px rgba(0,0,0,0.2);
    transition: 0.5s;
}

#nav-mobile.fly{
    top: -80px;
}

#nav-mobile.up{
    top: 0px;
}

#nav .menu-container {
    position: fixed;
    z-index: -1;
    min-width: 350px;
    top: 76px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,1);
    border-radius: 0 4px 4px 4px;
    -moz-box-shadow:     3px 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:  3px 3px 5px rgba(0,0,0,0.2);
    box-shadow:          3px 3px 5px rgba(0,0,0,0.2);
    display: none;
}

#nav .menu-container ul{
    padding: 16px 0;
}

#nav .menu-container li a{
    padding: 15px 10px;
    display: inline-flex;
    color: #260553;
    width: 100%;
}

#nav .menu-container li a:hover{
    background-color: #e5e5e5;
}

#nav .menu-container li a i{
    flex: 0 0 auto;
    font-size: 2em;
    text-align: center;
    width: 80px;
}

#nav .menu-container li a h4{
    margin: 2px 0;
    font-size: 0.9em;
    font-weight: 700;
}
#nav .menu-container li a p{
    font-size: 0.8em;
    color: #848384;
}





#top-bg{
    position: absolute;
    width: 100%;
    height: 522px;
    overflow: hidden;
    background: linear-gradient(50deg,#46108a 10%,#3c0e60 50%,#12054d 80%);
}
#top-bg:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../img/home-top-bg.png);
    background-repeat: no-repeat;
    background-position: center 0;
    opacity: 0.6;
    top: 0;
}
#top{
    overflow: hidden;
    height: 522px;
    position: relative;
}
#top .container{
    margin-top: 215px;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
}
#top h1{
    margin-left: 70px;
    font-weight: 700;
    font-size: 2.6em;
    color: #fff;  
    -webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    -moz-text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
    text-shadow: 3px 3px 3px rgba(0,0,0,0.2);
}
#top p{
    width: 45%;
    margin-top: 10px;
    margin-left: 70px;
    font-weight: 300;
    font-size: 1.3em;
    line-height: normal;
    color: #fff;
}
#top a.btn-m{
    color: #fff;
    font-weight: 700;
    font-size: 0.85em;
    margin-top: 20px;
    margin-left: 70px;
    text-transform: uppercase;
}
#top-img {
    position: absolute;
    left: 56%;
    top: 140px;
}







footer{
    background:#090c20;
    background: -webkit-linear-gradient(to bottom, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
footer .section-duvida{
    background-color: #9fbdf3;
    padding-top: 20px;
    padding-bottom: 60px;
}
footer .section-duvida .container{
    text-align: right;
}
footer .section-duvida .container div{
    display:inline-block;
    width: 45%;
    padding: 0 0 0 40px;
    vertical-align: top;
}
footer .section-duvida .container div.txt{
    text-align: left;
}
footer .section-duvida .container div.img{
    text-align: right;
    overflow: hidden;
}
footer .section-duvida h2{
    padding-top: 120px;
    color: #fff;
}
footer .section-duvida p{
    padding-top: 14px;
    font-size: 1.2em;
    font-weight: 400;
    color: #4b6b9b;
}
footer .section-duvida a{
    margin: 30px 0 0 0;
    background: #e8a505;  
    background: -webkit-linear-gradient(to top , #e8a505, #f3cc0b);
    background: linear-gradient(to top, #e8a505, #f3cc0b);
    text-transform: uppercase;
}

footer .section-rodape {
    padding-bottom: 20px;
}

footer .section-rodape .container div{
    display: inline-block;
    padding: 40px 130px 0 0;
}

footer .section-rodape ul.links {
    display: flex;
    flex-direction: column;
}

footer .section-rodape li.link{
    margin: 4px 0;
}
footer .section-rodape li.link:first-child{
    margin-bottom: 20px;
}

footer .section-rodape li.link a{
    color: #d2d2d4;
    font-size: 0.9em;
    -webkit-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    -moz-text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}
footer .section-rodape li.link:first-child a{
    color: #57578e;
    font-weight: 700;
    text-transform: uppercase;
}

footer .section-rodape li.link a:hover{
    color: #6b6d79;
}


footer .section-rodape .c2{
    text-align: justify;    
}
footer .section-rodape .c2:after {
    content: '';
    display: inline-block;
    width: 100%;
}

footer .section-rodape p.copyright, footer .section-rodape a.abrahosting, footer .section-rodape ul.socials {
    display: inline-flex;
}
footer .section-rodape p.copyright{
    font-size: 0.8em;
    font-weight: 700;
    color: #3c3c62;
}

footer .section-rodape a.abrahosting{
    width: 250px;
}

footer .section-rodape ul.socials {
    right: 0;
}

footer .section-rodape ul.socials li.social{
    margin: 10px;
}

footer .section-rodape ul.socials a {
    font-size: 36px;
    color: #3c3c62;
}

footer .section-rodape ul.socials a:hover {
    color: #6b6d79;
    transition: color 0.5s;
}







div.cookie-check{
    z-index: 5555 !important;
    position: fixed;
    background-color: #282736ec;
    border-radius: 10px;
    width: 900px;
    max-width: 90%;
    right: 15px;
    right: calc((100vw - 1115px)/2);
    bottom: 15px;
    padding: 20px;
    -moz-box-shadow:     2px 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:  2px 2px 3px rgba(0,0,0,0.3);
    box-shadow:          2px 2px 3px rgba(0,0,0,0.3);
    vertical-align: middle;
}

div.cookie-check>i{
    color: #fff;
    font-size: 2em;
    margin: 20px;
    /* display: inline-block; */
}
div.cookie-check>div{
    color: #fff;
    margin-right: 260px;
    position: absolute;
    top: 50%;
    left: 120px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div.cookie-check>div>h6{
    font-weight: 400;
    margin-bottom: 3px;
}
div.cookie-check>div>p{
    font-weight: 300;
    font-size: 0.8em;
    line-height: 120%;
    color: #c1c1c1;
}
div.cookie-check>div>p>b{
    font-weight: bold;
    color: #fff;
}
div.cookie-check>a{
    display: inline-block;
    position: absolute;
    top: 35px;
    right: 15px;
}


.big-loading {
    background: transparent url('/img/big_loading.gif') center no-repeat;
}


@media only screen and (max-width: 1140px) {

    div.cookie-check{
        right: 15px;
    }
}

@media only screen and  (max-width: 950px)  {
    /* (min-width: 601px) and */
    #nav a.logo{
        padding-left: calc(10vw - 60px);
    }
    nav .nav-list{
        justify-content: space-between;
        max-width: 430px;
        align-self: center;
    }
    .nav-list-item{
        padding: 15px 16px;
        margin: 0;
    }

    ul.bar-options{
        width: 100%;
    }

    li.bar-option a, li.bar-option-active a{
        padding: 10px 30px;
    }

    .plans{
        justify-content: center;
    }

    .plan{
        min-width: 200px;
        max-width: 250px;
        margin: 30px 10px 0 10px;
    }

    footer .section-duvida .container div {
        padding: 0;
    }
    footer .section-duvida .container div.txt {
        padding-left: calc(10vw - 60px);
    }
    footer .section-duvida h2 {
        padding-top: 60px;
    }


    footer .section-rodape {
        padding-bottom: 0;
    }
    footer .section-rodape .c2 {
        display: inline-flex;
        text-align: unset;
        justify-content: space-between;
    }
    footer .section-rodape .c2:after {
        content: none;
    }

    footer .section-rodape p.copyright, footer .section-rodape a.abrahosting {
        display: inline;
    }

    footer .section-rodape p.copyright {
        max-width: 200px;
        padding-top: 16px;
    }

    footer .section-rodape a.abrahosting {
        max-width: 170px;
        order: 2;
    }

    footer .section-rodape ul.socials {
        max-width: 210px;
        display: inline-flex;
        order: 3;
    }

  

}

@media only screen and  (max-width: 750px)  {
    div.cookie-check>div{
        font-size: 0.8em;
        margin-right: 180px;
    }

    div.cookie-check>a{
        font-size: 0.6em;
        padding: 15px 30px;
    }

}

@media only screen and (max-width: 600px) {
    /* and (min-width: 320px) */
    #nav {
        display: none;
    }
    #nav-mobile {
        display: flex;
    }

    li.bar-option a, li.bar-option-active a{
        padding: calc(15px - 1vw) 0;
        font-size: 3vw;
    }




    footer .section-duvida .container{
        display: flex;
        flex-direction: column;
    }
    footer .section-duvida .container div{
        text-align: center;
        width: auto;
        padding: 0;
    }
    footer .section-duvida .container div.img img{
        max-width: 80%;
        height: auto;
    }
    footer .section-duvida .container div.img{
        order: 1;
        text-align: center;
    }
    footer .section-duvida .container div.txt{
        text-align: center;
        order: 2;
    }
    footer .section-duvida h2{
        padding-top: 50px;
    }


    footer .section-rodape .container div{
        padding: 40px 20px 0 0;
    }

    footer .section-rodape .c1{
        padding-bottom: 20px;
    }

    footer .section-rodape .c2{
        display: flex;
        flex-direction: column;
    }
    footer .section-rodape .c2 p{
        width: 100%;
        order: 3;
    }


    div.cookie-check{
        padding: 40px;
    }
    div.cookie-check>i, div.cookie-check>div>h6{
        display: none;
    }
    div.cookie-check>div{
        left: 15px;
        margin-right: 105px;
    }
    div.cookie-check>a {
        top: 26px;
        right: 5px;
        font-size: 0.5em;
        padding: 10px 10px;
    }

}





@keyframes float {
	0% {
		transform: rotate(-30deg) translateX(-15px) rotate(30deg);
	}
	50% {
		transform: rotate(30deg) translateX(15px) rotate(-30deg);
	}
	100% {
		transform: rotate(-30deg) translateX(-15px) rotate(30deg);
	}

    /* from { transform: rotate(0deg) translateX(0px) rotate(0deg); }
    to   { transform: rotate(180deg) translateX(50px) rotate(-180deg); } */
}