/*!
 * fullPage 2.7.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */

html.fp-enabled,
.fp-enabled body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    padding:0;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span{
    height: 12px;
    width: 12px;
    margin: -6px 0 0 -6px;
    border-radius: 100%;
 }
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #333;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
    width: 10px;
    height: 10px;
    margin: -5px 0px 0px -5px;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell{
    height: auto !important;
}

#home {
    /*background-image: url(../imgTopoNovo/couple1.jpg);
    background-image: url(../imgTopoNovo/bgteste1.jpg);
    background-size: cover;
    background-position:50% 50%;*/
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, .8);
}

.subTitulo {
    font-size: 18px;
}

.animateInfo {
    top: 80px;
    position: relative;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    opacity: .1;
}
.animateInfo h1 {
	color: #F18D8D;
	font-weight: bold;
}

.container-fluid.intro {
    background: rgba(0,0,0,.4);
    padding: 10px 0 0 0;
    transition: all .5s ease;
    position:relative;
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
  .container-fluid.intro{
    margin-top: 8px;
  }
}

.CtnLogin {
    margin-bottom:30px;
}

#header img {
    transition: all .5s ease;
    -webkit-transition:all .5s ease;
}

#header, #footer {
    position: fixed;
    display: block;
    width: 100%;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 10px 0;
    transition:all .5s ease;
    -webkit-transition:all .5s ease;
    border-radius:0;
}

#header {
    top: 0px;
}

.HeaderScroll, .navbar-collapse.in {
 background: #AF3838!important;
 padding:0 5px!important;
}

#footer {
    bottom: 0px;
}

.SocialconRodape .icon {
    font-size:50px;
    margin-right:20px;
    color:#DCDCDC;
    transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
}

.SocialconRodape .icon:hover {
    color:#f68f1e;
    text-shadow:1px 1px 0 #000;
}

.SocialconRodape a:hover, .SocialconRodape a:active {
    text-decoration:none;
}

.footerScroll .SocialconRodape .icon {
    color:#E25B5B;
}

#header.navbar-default {
    background:none;
    border:none;
    margin:0!important;
}

    #header.navbar-default .navbar-nav > li > a {
        font-size:1em;
    }

    #header.navbar-default .navbar-brand {
       font-size: 2em;
    }
    #header.navbar-default a.navbar-brand {
        padding:10px;
    }

#header.navbar-default .navbar-nav > li > a,
#header.navbar-default .navbar-brand {
    color:#fff
}

    #header.navbar-default .navbar-nav > li > a {
        text-shadow:0 1px 4px rgba(0, 0, 0, .8);
    }

#header.navbar-default .navbar-nav > li > a:hover, 
#header.navbar-default .navbar-nav > li > a:focus{
    color:#DCDCDC;
    text-decoration:underline
}

.lnkPage a {
	position: relative;
	display: inline-block;
	margin: 0 25px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}

.lnkPage a:before,
.lnkPage a:after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.lnkPage a:before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.lnkPage a:after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.lnkPage a:hover::before,
.lnkPage a:hover::after,
.lnkPage a:focus::before,
.lnkPage a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}

.BigThumb, .UserThumb{
    position:relative;
    border:2px solid #fff;
    box-shadow:1px 1px 5px #000;
    overflow:hidden;
    margin:0 10px;
}
.BigThumb {
    width:200px;
    height:200px;
    border-radius:50%;
}
.UserThumb {
    width:50px;
    height:50px;
}

.imgBigThumb, .imgUserThumb{
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: inline-block;
}

#Ul2.lnkPage a {
    margin:0!important;
}

#showContent {
    /*color:#656161!important;*/
    color:#252525!important;
    background: transparent url(../imgTopoNovo/bgShowContent.jpg) no-repeat;
    background-size:cover;
}

#Convite{
    color: #CCCBCB;
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
    box-shadow: inset 0 0 100px rgba(0,0,0,.5);
}

.innerTableCell {
    max-width: 70rem;
    margin: 0 auto;
    padding: 35px 10px 0;
    position: relative;
}
    .innerTableCell.cellCadastro {
        padding-bottom:75px;
    }
    .innerTableCell.bigCell {
        max-width: 100%;
    }
    .innerTableCell h1,
    .innerTableCell h2,
    .innerTableCell h3,
    .sccMidia {
        font-family: sans-serif;
        
    }
    .innerTableCell h1 {
        font-size:40px;
    }
    #showContent .innerTableCell blockquote h1 {
        color:#FB2323;
    }

#Cadastro .innerTableCell {
    max-width: 100rem;
}
.chamada {
    font-size:18px;
    color:#C3E474;
}
.ChamadaCadastro {
    background:#D8C7C4;
    border-radius:50%;
    width:150px;
    height:150px;
    margin: 0 auto 10px;
    box-shadow:0 1px 4px rgba(0, 0, 0, .3);
}
.ChamadaCadastro > .ChamadaCadastro {
    background:rgba(0,0,0,.5);
    border:none;
    box-shadow:none;
    padding:10px;
    margin:0;
    border: 2px solid #DADADA;
}
.ChamadaCadastro .glyphicon {
    font-size:30px;
    color:#fff;
    text-shadow:0 1px 4px rgba(0, 0, 0, .8);
}
.ChamadaCadastro p.chamada {
    color:#F7B5C7;
    text-shadow:0 1px 4px rgba(0, 0, 0, .8);
    margin-bottom:0;
}
    .ChamadaCadastro small {
        color:#fff;
        text-shadow:0 1px 4px rgba(0, 0, 0, .8);
    }

.Permita, .solte, .liberte {
    background-size: cover;
    background-position:50% 50%;
    transition:all .5s ease-in-out;
}

.Permita{
    background-image: url(../imgTopoNovo/g3.jpg);
}
.solte{
    background-image: url(../imgTopoNovo/g2.jpg);
}
.liberte{
    background-image: url(../imgTopoNovo/g1.jpg);
}

/*#menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    z-index: 70;
    width: 100%;
    padding: 0;
    margin: 0;
}
*/
#menuExtrato a {
    color:#AF3838;
    font-size:16px;
}

#menuExtrato a:hover {
    border-bottom:5px solid #f90;
    padding-bottom:10px;
    background:#f2f2f2
}

thead th {
    background:#9C9C9C;
    color:#fff;
}

thead th.noBg {
    background:none;
    color:#333;
}

.table > thead > tr > th {
    vertical-align:middle;
}

.ConviteAfiliado .ui-multiselect, .login .ui-multiselect {
    padding: 10px;
    width: 100%!important;
    font-family: 'Muli', Sans-Serif;
    color: #4D2B46;
}

.aviso h1 {
    font-size:10em
}

.aviso footer {
    font-size:30px
}
.ComoFunciona {
    background:#F7E9E9;
}
    .ComoFunciona p:first-of-type:first-letter, .ComoFunciona h3:first-letter {
        font-size:30px;
        font-weight:bold
    }
    .ComoFunciona p:first-of-type:first-letter {
        color:#f68f1e;
    }
    .ComoFunciona p:first-of-type:first-line {
        font-weight: bold;
        font-size: 16px;
        color: #7f7664;
    }
    .ComoFunciona h3:first-letter {
        color:#4db07a;
    }

.inptCPF input[type=text] {
    width:23%;
    margin-right:5px;
    float:left;
}
.CCAagencia input[type="text"], .CCconta input[type="text"] {
    width:20%;
    float: left;
}
.CCAagencia input[type="text"]:first-child, .CCconta input[type="text"]:first-child {
    width:40%;
    margin-right:5px;
}
.TipoConta input[type=radio]{
    vertical-align: middle;
    margin: 0 0 3px 5px;
    width: 10%;
    height: 20px;
}

.navbar-default .btn-group {
    margin:8px 10px;
    float:right
}
.navbar-default .collapse#menuExtrato {
    float:left;
}

.Ol_RendimentosConvites li {
    padding:10px 0;
    font-size:18px;
    border-bottom:1px solid #ddd;
}
.Ol_RendimentosConvites .label {
    float:right;
}
.RendimentosConvites {
    font-size:16px;
}
.RendimentosConvites .label {
    font-size:18px;
    font-weight:normal!important;
}
    .RendimentosConvites td {
        vertical-align:middle!important;
    }
.menuComoFunciona {
    background:#E0E0E0;
}

    .menuComoFunciona a {
        font-size:15px;
    }

.menuComoFunciona a span {
	position: relative;
	display: inline-block;
	padding: 10px 14px;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.menuComoFunciona a span::before {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 100%;
	content: "[ " attr(data-hover) " ]";
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
    background:#cecece;
    padding: 10px 0;
}

.menuComoFunciona a:hover span,
.menuComoFunciona a:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.navbar-header .btnLogin {
    margin:8px 10px 0 0;
    visibility:hidden;
    float:right;
}
.CtnReenviarEmailAtivacao {
    display:none;
}
.Renviarsenha a {
    color:#B1CFE8;
    text-shadow:1px 1px 0px rgba(0, 0, 0, .9);
}
.Renviarsenha a:hover {
    color:#B1CFE8;
}
#errodelogin {
    display:none;
    background: rgba(0, 0, 0, .3);
    padding:10px;
    text-align: center;
    border-radius:3px;
}
.appendtexto {
    width: 100%;
    text-align: center;
    z-index: 1000;
    background: #ECECEC;
    padding: 10px;
    color: #FF5757;
    border-radius: 0 0 5px 5px;
    border-top: none;
    box-shadow: 9px 11px 16px #C7C7C7;
    display: none;
}
.FecharAppendTexto {
    border-radius: 30px;
    padding: 0 6px 2px 7px;
    position: absolute;
    top: 33px;
    right: 0;
    background: #C7C7C7;
    cursor: pointer;
}

#infoDataDele, #infoDataDela {
    background: #ECECEC; 
    display: none; 
    padding: 10px 5px; 
    color:#FF5757;
    box-shadow:0 11px 10px #C7C7C7;
    border-radius:5px;
}
.indicadorSenha {
    background-color: #039156;
    color: #fff;
    font-size: small;
    font-style: italic;
    padding: 5px;
    width: 140px;
    text-align: center;
    margin-left: 15px;
    border-radius: 0 0 5px 5px;
    text-shadow: 1px 1px 0 #333;
    -webkit-text-shadow: 1px 1px 0 #333;
    -moz-text-shadow: 1px 1px 0 #333;
    border: 1px solid #006600;
    border-top: none;
    box-shadow: 1px 1px 5px #333;
    -moz-box-shadow: 1px 1px 5px #333;
    -webkit-box-shadow: 1px 1px 5px #333;
}
#Frm {
    width:100%;
    margin-bottom:10px;
}
@media (max-width: 1280px) {
    .BigThumb {
        width:150px;
        height:150px;
    }
    .innerTableCell h1 {
        font-size: 30px;
    }
    blockquote footer{
        font-size:12px;
    }
    .ChamadaCadastro {
        width:100px;
        height:100px;
    }
}
@media (max-width: 1280px) and (max-height:800px) {
    .BigThumb {
        width:130px;
        height:130px;
    }
    .innerTableCell h1, H2.TituloOrange {
        font-size: 26px;
    }
    blockquote footer{
        font-size:12px;
    }
    .ctnChamadaCadastro{
        display:none;
    }
    .SocialconRodape .icon {
        font-size: 20px;
    }
}
 
	
@media (max-height:900px) {
    .BigThumb {
        width:130px;
        height:130px;
    }
    .innerTableCell h1, H2.TituloOrange {
        font-size: 57px !important;
		 font-family: 'Jost', sans-serif !important;

    }
    blockquote footer{
        font-size:12px;
    }
    .ctnChamadaCadastro{
        display:none;
    }
    .SocialconRodape .icon {
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .lnkPage a {
        margin:0;
    }
    .BigThumb {
        width:100px;
        height:100px;
    }
    .innerTableCell h1 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {

    .navbar-brand img {
        width:200px;
    }

    .navbar-header .btnLogin {
        visibility: visible;
    }

    .aviso footer {
        font-size: initial
    }

    .aviso h1 {
        font-size: 5em
    }

    #home {
        background-repeat: no-repeat;
        background-position: center center;
    }
    
    #header {
        padding:0;
    }
    #footer {
        padding:5px 0 0;
        background:rgba(0,0,0,.3);
    }

    .SocialconRodape .icon {
        font-size: 30px;
    }
    #showContent blockquote.pull-right {
        float:none!important;
    }
    .ChamadaCadastro {
        display: none;
    }
    
    .innerTableCell h1 {
        font-size:26px;
    }
    .navbar-default .collapse {
        float:initial;
    }

}
 ul{
    transform: initial!important;
}
.ctnMidia {
    padding: 15px 10px; 
   /* border-top: 1px solid #332F2F;*/
    padding-bottom:10px;
    margin-bottom:25px;
}

@media only screen and (max-width: 768px) {
  .ctnMidia {
    padding: 0px; 
   /* border-top: 1px solid #332F2F;*/
    padding-bottom:0px;
    margin-bottom:0px;
  }
}

 