@font-face {
    font-family: PANTONBLACKCAPS;
    src: url('../fonts/PANTON-BLACKCAPS.OTF');
}
@font-face {
    font-family: PANTONLIGHTCAPS;
    src: url('../fonts/PANTON-LIGHTCAPS.OTF');
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}			

body {
    font-family: "PANTONLIGHTCAPS", Helvetica, Arial, sans-serif;
    color: #555;
}

.flex {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;

    /*
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    */
}

.titulo{
    font-family: "PANTONBLACKCAPS", Helvetica, Arial, sans-serif;
    text-align: center;
    margin-bottom: 40px;
}

.linha{
    width: 650px;
    height: 2px;
    background-color: #CCC;
    border: 0;
    margin: 30px auto;
}

.conteudo{
    max-width: 1170px;
    margin: auto;
    padding: 20px;
}

.mostrar {
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.esconder{
    display: none;
}

.janela{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background-color: rgba(0,0,0,0.70);
    padding: 10px;
    
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.janela-conteudo{
    background-color: #FFF;
    border-radius: 10px;
    padding: 10px 20px;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    flex-direction: column;
}

.janela-conteudo h3{
    margin: 15px 0;
}

.janela-conteudo #alerta{
    display: none;
    font-size: 13px;
    color: #f32727;
    margin-bottom: 15px;
}

.janela-conteudo form .input{
    display: block;
    width: 300px;
    height: auto;
    padding: 10px 15px;
    border-radius: 0;
    margin-bottom: 5px;
    background-color: #FFF;
    border: 1px solid #999;
    font-family: inherit;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.janela-conteudo form{
    text-align: center;
}

.janela-conteudo form button{
    background-color: #FC3;
    border: 1px solid #d4a105;
	color: #333;
    cursor: pointer;
    text-align: center;
    padding: 10px 25px;
    border-radius: 0;
    margin: 10px 10px 15px 10px;
    text-transform: uppercase;
    font-weight: bold;
}

#topo {
    position: relative;
    width: 100%;
    height: 100vh;
    background-color: #f1f1f6;
}

#topo #topo-esquerda img{
    height: 100vh;
}

#topo #topo-direita{
    position: absolute;
    top: 0;
    right:0;
    width: 650px;
    height: 70vh;
    padding-right: 40px;
    
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;

    flex-direction: column;
}

#topo #topo-direita #topo-fundo{
    position: absolute;
    top: 0;
    right:0;
    height: 0;
    width: 100%;
    border-top: 100vh solid #FC3;
    border-left: 60px solid transparent;
    /*position: absolute;
    transform: rotate(0deg) scale(0.753) skew(24deg) translate(2px);
    -webkit-transform: rotate(0deg) scale(0.753) skew(24deg) translate(2px);
    -moz-transform: rotate(0deg) scale(0.753) skew(24deg) translate(2px);
    -o-transform: rotate(0deg) scale(0.753) skew(24deg) translate(2px);
    -ms-transform: rotate(0deg) scale(0.753) skew(24deg) translate(2px);*/
}

#topo #topo-direita #topo-menu{
    position: relative;
    margin: 20px 0 140px 0;
    width: 100%;
    text-align: right;
}

#topo #topo-direita #topo-menu ul li{
    display: inline-block;
    border-right: 1px solid #333;
    padding: 2px 8px;
    font-size: 13px;
    font-weight:bold;
}

#topo #topo-direita #topo-menu ul li:last-child{
    border-right: none;
    padding: 4px 22px;
    background-color: #FFF;
    text-align: center;
}

@media all and (max-width:767px){
	#topo #topo-direita #topo-menu ul li.submenu ul{
		padding:0 15px;
	}
	
	#topo #topo-direita #topo-menu ul li.submenu ul li{
		display:block;
		background-color:inherit;
		text-align:left;
	}
}

@media all and (min-width:768px){
	#topo #topo-direita #topo-menu ul li.submenu:hover ul{
		display:block;
	}
	
	#topo #topo-direita #topo-menu ul li.submenu ul{
		display:none;
		position:absolute;
		z-index:2;
		right:102px;
		background-color:#F3C63F;
		box-shadow:2px 3px 3px #5A5A5A80;
	}
	
	#topo #topo-direita #topo-menu ul li.submenu ul li{
		display:block;
		background-color:inherit;
		text-align:right;
		padding:4px 8px;
		border:none;
	}
	
	#topo #topo-direita #topo-menu ul li.submenu ul li:hover{
		background-color:#FFF;
		transition:all .7s
	}
}


#topo #topo-direita #topo-menu ul li a{
    font-family: "PANTONBLACKCAPS", Helvetica, Arial, sans-serif;
    text-decoration: none;
    color: #555;
}

#topo #topo-direita #topo-info{
    font-family: "PANTONBLACKCAPS", Helvetica, Arial, sans-serif;
    position: relative;
    text-align: right;
    text-transform: uppercase;

    /*-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    flex-direction: column;*/
}

#topo #topo-direita #topo-info h1{
    font-size: 45px;
}	

#topo #topo-direita #topo-info h1 span{
    color: #FFF;
}

#topo #topo-direita #topo-info hr{
    float: right;
    width: 300px;
    height: 10px;
    background-color: #555;
    border: 0;
    margin: 35px 0;
}

#topo #topo-direita #topo-info h2{
    clear: both;
}

#topo #topo-direita #topo-info h2 span{
    font-family: PANTONLIGHTCAPS, Helvetica, Arial, sans-serif;
    text-align: right;
    background-color: #555;
    color: #FFF;
    font-size: 18px;
    font-weight: normal;
    padding: 6px 8px;
}

#topo #topo-direita #topo-info h2 span:last-child{
    font-family: PANTONBLACKCAPS, Helvetica, Arial, sans-serif;
}

#sobre p{
    text-align: justify;
	line-height: 23px;
}

#vantagens > div{				
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;	
	
	text-align: center;
}

#vantagens .beneficios{
    width: calc(90% / 3);
    padding: 20px 10px;
	display: inline-block;
	text-align: center;
}

#vantagens .beneficios .beneficios-img{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#vantagens .beneficios p{
    text-align: center;
	line-height: 23px;
}

#como-indicar > div{				
    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;	
	
	text-align: center;			
}

#como-indicar .indicar{
    width: calc(80% / 3);
    padding: 10px;
	display: inline-block;
    text-align: center;

    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;

    flex-wrap: wrap;
}

#como-indicar .indicar > div{
    font-family: "PANTONBLACKCAPS", Helvetica, Arial, sans-serif;
    text-align: center;
    width: 100px;
    height: 100px;
    border: 5px solid #FC3;
    border-radius: 50px;
    font-size: 50px;
	margin: 0 auto;
    margin-bottom: 15px;
	padding: 15px;
}

#como-indicar .indicar > p{
    font-size: 28px;	
}

#depoimentos .video{
	text-align: center;
}

#faq .perguntas{
    margin-bottom: 20px;
}

#faq .perguntas span{
    font-family: "PANTONBLACKCAPS", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 5px;
    font-weight: bold;
    background-color: #FC3;
    display: inline-block;
	line-height: 20px;
}
#faq .perguntas p{
    font-family: "PANTONLIGHTCAPS", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px;
    background-color: #FC3;
    text-align: justify;
	line-height: 20px;
}

#parceiras{
	text-align: center;
}

#parceiras > div.flex{
	-ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;

    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	
	flex-wrap: wrap;
}

#parceiras .parceiras-logo{
	display: inline-block;
	margin: 15px 8px;
	width: calc(90% / 5);
	text-align: center;
}

#parceiras .parceiras-logo a{
	display: block;
	text-align: center;
}

#parceiras .parceiras-logo a img{
	max-width: 100%;
}

#fale-conosco{
    width: 100%;
    background-color: #555;
    padding: 30px 0;
}

#fale-conosco form {
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;

    -ms-justify-content: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

#fale-conosco form .coluna span{
    padding: 3px 6px;
    background-color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    font-size: 13px;
}

#fale-conosco form .coluna span.margin-bottom{
    margin-bottom: 14px;
}

#fale-conosco form .coluna{
    /*margin: 0 20px;*/
    display: inline-table;
    flex-grow: 1;
    padding: 0 10px;
    width: calc(95% / 3);
}

#fale-conosco form .coluna label{
    color: #FFF;
}

#fale-conosco form .coluna .estilo{
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 20px;
    border-radius: 0;
    margin-bottom: 12px;
    background-color: #FFF;
    border: none;
    font-family: inherit;
    text-transform: uppercase;
}

#fale-conosco form .coluna input:nth-of-type(3){
    margin-bottom: 0;
}

#fale-conosco form .coluna textarea{
    margin-bottom: 27px !important;
}

#fale-conosco form .coluna #enviar{
    text-align: center;
}

#fale-conosco form .coluna #enviar a{
    color: #AAA;
    font-size: 13px;
}

#fale-conosco form .coluna #enviar button{
    background-color: #FFF;
    border: none;
    text-align: center;
    padding: 10px 25px;
    border-radius: 0;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#rodape{
    width: 100%;
    background-color: #555;
    padding: 17px;
    text-align: center;
    font-size: 13px;
    color: #FFF;
    border-top: 1px solid #777;
}

#rodape a{
    color: #FC3;
    text-decoration: none;
}

@media (min-width: 768px) and (max-width:1024px) {
    #topo{
        background-color: #fc3;
        padding: 30px 0;
        height: auto;
    }

    #topo #topo-esquerda{
        display: none;
    }

    #topo #topo-direita{
        position: relative;
        width: 100%;
        padding: 0;
        height: auto;
    }

    #topo #topo-direita #topo-fundo{
        display: none;
    }

    #topo #topo-direita #topo-menu{
        margin: 0;
        margin-bottom: 30px;
        text-align: center;
    }

    #topo #topo-direita #topo-menu #botao-menu{
        display: none;
    }

    #topo #topo-direita #topo-menu ul{
        display: inline-block;
		position: relative;
    }

    #topo #topo-direita #topo-info{
        padding: 15px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;

        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;

        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;

        flex-direction: column;
    }

    #topo #topo-direita #topo-info h1{
        text-align: center;
    }	

    #topo #topo-direita #topo-info h2{
        text-align: center;
    }

    #topo #topo-direita #topo-info h2 span{
        padding: 6px 8px;
    }

    #fale-conosco .coluna span{
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .conteudo{
        width: 100%;
        padding: 20px 15px;
    }

    .flex{
        flex-direction: column;
    }

    .linha{
        width: 90%;
    }

    #topo{
        background-color: #fc3;
        padding: 0 0 25px 0;
        height: auto;
    }

    #topo #topo-esquerda{
        display: none;
    }

    #topo #topo-direita{
        position: relative;
        width: 100%;
        padding: 0;
        height: auto;
    }

    #topo #topo-direita #topo-info{
        padding: 15px;
        display: -ms-flex;
        display: -webkit-flex;
        display: flex;

        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;

        -ms-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;

        flex-direction: column;
    }

    #topo #topo-direita #topo-info h1{
        font-size: 26px;
        text-align: center;
    }	

    #topo #topo-direita #topo-info h2 span{
        font-size: 12px;
        padding: 10px 8px;
    }

    #topo #topo-direita #topo-menu{
        margin: 0;
        background-color: #555;
        padding: 15px;                    
    }

    #topo #topo-direita #topo-menu #botao-menu{
        display: -ms-inline-flex;
        display: -webkit-inline-flex;
        display: inline-flex;

        -ms-align-items: center;
        -webkit-align-items: center;
        align-items: center;

        -ms-justify-content: flex-end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;

        flex-direction: column;
    }

    #topo #topo-direita #topo-menu #botao-menu .barra{
        background-color: #FFF;
        height: 3px;
        display: block;
        margin: 3px 0;
        width: 40px;
    }

    #topo #topo-direita #topo-menu ul{
        display: none;
        list-style: none;
    }

    #topo #topo-direita #topo-menu ul li{
        display: block;
    }

    #topo #topo-direita #topo-menu ul li:not(:last-child){
        text-align: left;
        padding: 10px 0;
        border: none;
        border-bottom: 1px solid #FFF;
    }

    #topo #topo-direita #topo-menu ul li:last-child {
        padding: 10px 0;
    }

    #topo #topo-direita #topo-menu ul li:not(:last-child) a{
        color: #FFF;
    }

    #topo #topo-direita #topo-fundo{
        display: none;
    }

    #topo #topo-direita #topo-info h1{
        background-color: #FC3;
        padding: 5px;
    }

    #sobre p{
        font-size: 14px;
    }

    #vantagens .beneficios{
        width: 100%;
    }

    #vantagens .beneficios p{
        font-size: 14px;
    }

    #como-indicar .indicar{
        width: 100%;
        margin: 10px 0;
    }

    #como-indicar .indicar p{
        font-size: 20px;
    }
	
	#depoimentos .video iframe{
		width: 100%;
		height: auto;
	}
    
    #faq .perguntas{
        background-color: #FC3;
    }

    #faq .perguntas span,#faq .perguntas p{
        font-size: 13px;
    }
	
	#parceiras .parceiras-logo{
		width: auto;
	}
	
    #fale-conosco{
        padding: 30px 0;
    }

    #fale-conosco form .coluna{
        margin: 0;
        width: 100%;
    }
    
    #fale-conosco form .coluna label{
        margin-top: 20px;
        display: block;
    }
    
    #fale-conosco form .coluna .estilo{
        width: 100%;
        margin: 0;
        margin-top: 5px;
    }
}