html {
	scroll-behavior: smooth;
}

* {
    position: relative;
    box-sizing: border-box;
    outline: none;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

a {
    text-decoration: none;
    color: inherit;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    line-height: 1.75em;
    margin: 0;
    padding: 100px 0 0 0;
    color: #575757;
    background-color: #fff;
    text-align: center;
}

.bold {
    font-weight: bold;
}
.larguraMaxima {
    display: inline-block;
    width: 960px;
}
.larguraMaxima2 {
    display: inline-block;
    width: 1120px;
}
.separador {
    border-top: 0.15vw solid #e6e6e6;
}
.bg-cinza {
    background-color: #e6e6e6;
}
.bg-cinza-claro {
    background-color: #f1f1f1;
}
.cor-laranja {
    color: #F79400;
}
.cor-azul {
    color: #0065B3;
}
.cor-branco, .cor-branca {
    color: #fff;
}
.cor-cinza {
	color: #575757;
}
.bg-laranja {
    background-color: #F79400;
}
.bg-azul {
    background-color: #0065B3;
}
.fs-2em {
    font-size: 2em;
    line-height: 1.35em;
}
.subtitulo {
    font-size: 1.5em;
    line-height: 1.35em;
}

.oh {
	overflow: hidden;
}

.center {
    text-align: center;
}
.left {
    text-align: left;
}
.right {
    text-align: right;
}
.click {
	cursor: pointer;
}

.m20b {
    margin-bottom: 20px;
}
.mtb-2 {
	margin: 2vw 0;
}
.mt-big {
    margin-top: 75px;
}
.mt-50 {
    margin-top: 50px;
}
.mt-1 {
    margin-top: 1vw;
}
.pt-big {
    padding-top: 75px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.ptb-2 {
    padding-top: 2vw;
    padding-bottom: 2vw;
}
.ptb-1 {
    padding-top: 1vw;
    padding-bottom: 1vw;
}
.plr-10vw {
    padding-left: 10vw;
    padding-right: 10vw;
}
.fw-500 {
    font-weight: 500;
}
.subtitulo2 {
    font-size: 1.2em;
}
.botao, a.botao {
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 4px;
    display: inline-block;
    font-size: 1.35em;
    font-weight: bold;
    text-decoration: none;
}
.botao.peq, a.botao.peq {
    font-size: 1.2em;
}

h1 {
    font-weight: bold;
    font-size: 2.5em;
    line-height: 1.35em;
    margin: 0;
}
h1.fs-2 {
    font-size: 2.2em;
}
h1.ptb-50 {
    padding: 50px 0;
}
h2, h3 {
    margin: 1em 0;
}

.corpo h1 a, .corpo h2 a, .corpo h3 a, .corpo h4 a, .corpo h5 a {
    color: inherit;
    text-decoration: none;
}

.artigo a, .duvidas .lista > .item a {
	color: #0065B3;
	cursor: pointer;
}

.cabecalho-mobile, .menu-mobile {
    display: none;
}

.cabecalho {
    height: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    box-shadow: rgba(0,0,0,0.2) 0 0 2vw;
	transition: all 0.5s ease 0s;
    overflow: hidden;
}
body[scrolling="1"] .cabecalho {
    
}
    .cabecalho > .container {
        overflow: hidden;
        height: 100px;
		transition: all 0.5s ease 0s;
    }
        .cabecalho > .container > .logo {
            position: absolute;
            top: 0;
            right: calc(50% + 25vw);
            bottom: 0;
            width: 274px;
            text-align: center;
            padding: 20px 0;
			transition: all 0.5s ease 0s;
        }
            .cabecalho > .container > .logo > img {
                height: 60px;
				transition: all 0.5s ease 0s;
            }
        .cabecalho > .container > .menu {
            position: absolute;
            top: calc(50% - 25px);
            height: 50px;
            left: 42%;
            right: 12%;
            display: flex;
            line-height: 50px;
            transition: all 0.5s ease 0s;
        }
            .cabecalho > .container > .menu > a {
                flex: 1 auto;
                font-size: 1.35em;
                font-weight: bold;
                color: #0065B3;
				border-right: 1px solid #e6e6e6;
            }
			.cabecalho > .container > .menu > a:nth-last-child(2) {
				border-right: none;
			}
            .cabecalho > .container > .menu > a.selecionado-true {
                
            }
            .cabecalho > .container > .menu > a.cor-quero-minha-radio {
                color: #fff;
                background-color: #F79400;
                border-radius: 4px;
				border-right: none;
            }
        .cabecalho > .container > .botoes {
			position: absolute;
			top: 30px;
            width: 150px;
			height: 100px;
            right: 0;
			overflow: hidden;
			transition: all 0.5s ease 0s;
        }
            .cabecalho > .container > .botoes > a {
                flex: 1;
                font-size: 35px;
                line-height: 50px;
                padding: 0 10px;
				display: block;
				transition: all 0.5s ease 0s;
            }

.corpo {

}

    [slideshow], [slideshow] .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
        [slideshow] .slide {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 0;
            opacity: 0;
            transition: all 1s ease 0s;
        }
            [slideshow] .slide.show-true {
                z-index: 1;
                opacity: 1;
            }
            [slideshow] .slide > .texto1 {
                display: block;
                position: absolute;
                left: 13%;
                color: #fff;
                top: 37%;
                right: 50%;
                font-size: 3em;
                line-height: 1.25em;
                font-weight: bold;
            }
            [slideshow] .slide > .texto2 {
                display: block;
                position: absolute;
                right: 13%;
                color: #fff;
                top: 37%;
                left: 50%;
                font-size: 2em;
                line-height: 1.25em;
                font-weight: normal;
                text-align: right;
                padding-top: 1.7vw;
            }
            [slideshow] .slide > .botao {
                display: block;
                position: absolute;
                bottom: 10%;
                color: #fff;
                background-color: #F79400;
                border-radius: 4px;
                font-size: 1.35em;
                font-weight: bold;
                left: calc(50% - 125px);
                width: 250px;
                height: 50px;
                line-height: 50px;
                text-align: center;
            }

            [slideshow] .slide.layout-1 > .info {
                position: absolute;
                top: 20%;
                bottom: 20%;
                right: 52%;
                width: 36%;
                font-size: 1vw;
            }  
                [slideshow] .slide.layout-1 > .info > .texto1 {

                }

            [slideshow] .slide.layout-1 > .img {
                position: absolute;
                top: 20%;
                bottom: 20%;
                left: 52%;
                width: 36%;
                background-position: center;
                background-size: cover;
                background-repeat: no-repeat;
                border-radius: 1em;
            }  

        [slideshow] .move {
            position: absolute;
            top: 50%;
            height: 100px;
            line-height: 100px;
            font-size: 80px;
            color: #fff;
			text-shadow: rgba(0,0,0,0.5) 0 3px 3px;
            margin-top: -50px;
            z-index: 2;
            width: 100px;
            text-align: center;
            cursor: pointer;
			opacity: 0.3;
        }
            [slideshow] .move:hover {
                opacity: 1;
            }
            [slideshow] .move.left {
                left: 0;
            }
            [slideshow] .move.right {
                right: 0;
            }
        [slideshow] .balls {
            position: absolute;
            display: flex;
            right: 20px;
            bottom: 20px;
            z-index: 2;
        }
            [slideshow] .balls > .ball {
                background-color: #fff;
                display: block;
                flex: 1 auto;
                width: 20px;
                height: 20px;
                border-radius: 10em;
                margin-left: 10px;
                box-shadow: rgba(0,0,0,0.35) 2px 2px 2px 0px;
            }
            [slideshow] .balls > .ball.selected-true {
                background-color: #ED3237;
            }
			
.bg-cinza-textura {
    background-image: url(imagens/inicio/bloco2/bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.bg-azul-textura {
    background-image: url(imagens/inicio/bloco1/bg1.jpg);
    background-size: cover;
    background-position: center;
}

#slide-turbine {
	height: 25vw;
	color: #fff;
	background-color: #0065B3;
}
	#slide-turbine > [slideshow] > .slide {
		padding: 3em 15% 0 53%;
		text-align: left;
	}
	#slide-turbine > [slideshow] > .slide > .img {
		position: absolute;
		top: 0;
		left: 15%;
		right: 50%;
		bottom: 0;
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	}
	#slide-turbine > [slideshow] > .slide > .texto1, #slide-turbine > [slideshow] > .slide > .texto2 {
		position: relative;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		text-align: left;
	}
	#slide-turbine > [slideshow] > .slide > .texto1 {
		color: #F79400;
		font-size: 7.5em;
	}
	#slide-turbine > [slideshow] > .slide > .texto2 {
		font-size: 1.5em;
		padding-top: 0;
	}
	#slide-turbine > [slideshow] .move {
            position: absolute;
            bottom: 0;
            width: 4.5vw;
            height: 4.5vw;
            line-height: 4.5vw;
            font-size: 3em;
			text-shadow: none;
            margin-top: -50px;
            z-index: 2;
            text-align: center;
            cursor: pointer;
			opacity: 1;
			color: #575757;
			top: auto;
        }
            #slide-turbine > [slideshow] .move.left {
                background-color: #F79400;
				left: auto;
				right: 50%;
            }
            #slide-turbine > [slideshow] .move.right {
				background-color: #fff;
                right: auto;
				left: 50%;
            }
			
#turbine-sua-radio .produtos > .blocos {
	flex-wrap: wrap;
}
	#turbine-sua-radio .produtos > .blocos > .bloco {
		width: calc(100% / 3);
		min-width: calc(100% / 3);
		max-width: calc(100% / 3);
		padding: 2.5vw;
		margin: 1vw 0;
	}
	#turbine-sua-radio .produtos > .blocos > .bloco:nth-child(3n+2) {
		border-width: 0 2px;
		border-color: #e6e6e6;
		border-style: solid;
	}
            
#depoimentos {
    text-align: center;
}
    #depoimentos > .depoimentos-container {
        display: inline-block;
        width: 835px;
        height: 210px;
        overflow: hidden;
        margin-bottom: 50px;
    }

    [depoimentos], [depoimentos] .slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
        [depoimentos] .slide {
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            z-index: 0;
            opacity: 0;
            transition: all 1s ease 0s;
        }
            [depoimentos] .slide.show-true {
                z-index: 1;
                opacity: 1;
            }
            [depoimentos] .slide > .img {
                position: absolute;
                top: 0;
                left: 100px;
                bottom: 0;
                width: 210px;
                border: 1px solid #707070;
                border-radius: 4px;
                background-size: cover;
                background-position: center;
            }
            [depoimentos] .slide > .texto {
                display: block;
                position: absolute;
                left: 340px;
                top: 12%;
                right: 100px;
                font-size: 1.2em;
                text-align: left;
            }
            [depoimentos] .slide > .nome {
                display: block;
                position: absolute;
                left: 340px;
                bottom: 18%;
                right: 100px;
                font-size: 1.5em;
                font-weight: bold;
                text-align: left;
                color: #0065B3;
            }
            [depoimentos] .slide > .cargo {
                display: block;
                position: absolute;
                left: 340px;
                bottom: 8%;
                right: 100px;
                text-align: left;
                color: #0065B3;
                font-style: italic;
            }

        [depoimentos] .move {
            position: absolute;
            top: 50%;
            height: 100px;
            line-height: 100px;
            font-size: 80px;
            color: #fff;
			text-shadow: rgba(0,0,0,0.5) 0 3px 3px;
            margin-top: -50px;
            z-index: 2;
            width: 100px;
            text-align: center;
            cursor: pointer;
			opacity: 0.3;
        }
            [depoimentos] .move:hover {
                opacity: 1;
            }
            [depoimentos] .move.left {
                left: 0;
            }
            [depoimentos] .move.right {
                right: 0;
            }
        [depoimentos] .balls {
            display: none;
            position: absolute;
            right: 20px;
            bottom: 20px;
            z-index: 2;
        }
            [depoimentos] .balls > .ball {
                background-color: #fff;
                display: block;
                flex: 1 auto;
                width: 20px;
                height: 20px;
                border-radius: 10em;
                margin-left: 10px;
                box-shadow: rgba(0,0,0,0.35) 2px 2px 2px 0px;
            }
            [depoimentos] .balls > .ball.selected-true {
                background-color: #ED3237;
            }

[lookbook] {
    display: flex;
    flex-wrap: wrap;
    height: 210px;
    padding: 0 35px;
}

    [lookbook] > .move {
        font-size: 35px;
        color: #b3b3b3;
        width: 35px;
        cursor: pointer;
        position: absolute;
        top: calc(50% - 18px);
    }
        [lookbook] > .move.left {
            left: 0;
        }
        [lookbook] > .move.right {
            right: 0;
        }
        [lookbook] > .move:hover {
            color: #022C4B;
        }

    [lookbook] > .produto {
        display: none;
        flex: 1 auto;
        max-width: calc(100% / 4 - 20px);
        min-width: calc(100% / 4 - 20px);
        width: calc(100% / 4 - 20px);
        text-align: center;
        margin: 10px;
        cursor: pointer;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

        [lookbook] > .produto.show-true {
            display: block;
        }

#demonstracao {

}
    #demonstracao .img {
        width: 400px;
        height: 225px;
        border: 1px solid #707070;
        border-radius: 4px;
        background-color: #fff;
        background-size: cover;
        background-position: center;
		background-image: url('/imagens/inicio/conheca-na-pratica/conheca-na-pratica.jpeg');
        display: inline-block;
    }

#plataforma {

}
    #plataforma .img {
        width: 500px;
        height: 300px;
        border: 1px solid #707070;
        border-radius: 4px;
        background-color: #fff;
        background-size: cover;
        background-position: center;
        display: inline-block;
    }
    #plataforma .texto {
        padding: 5em;
    }
    #plataforma p {
        text-align: inherit;
    }
    #plataforma .icones {
        text-align: inherit;
    }
        .item > .icon {
            font-size: 2.5em;
            vertical-align: middle;
        }
        .item> .titulo {
            vertical-align: middle;
        }
		
#assine-agora {
	
}
	#assine-agora .ico {
		width: 25%;
		float: left;
		margin-right: 0.5vw;
	}
	
	span.plus {
	    font-size: 7em;
		vertical-align: middle;
		display: block;
		height: 6vw;
		line-height: 6vw;
	}

#bonus {
}

    #bonus .container {
        background-color: #fff;
        border-radius: 10px;
        padding: 35px;
    }

#produtos {
}

    #produtos .container {
        background-color: #fff;
        border-radius: 10px;
        padding: 25px;
    }

.duvidas {

}
    .duvidas .dica {
        display: block;
        margin-top: 40px;
    }
        .duvidas .dica > .texto {

        }
            .duvidas .dica > .texto > p {
                margin-top: 10px;
            }
    .duvidas a.botao {
        margin-top: 40px;
    }
	
	.duvidas .lista > .item {
		display: block;
		overflow: hidden;
		padding: 1.5vw 0 0 0;
		margin: 1.5vw 0 0 0;
	}
		.duvidas .lista > .item .icon {
			vertical-align: middle;
		}
	.duvidas.blog .blocos > .bloco.lista .item p {
		font-size: inherit;
		margin: 0.5vw 0 0 0;
	}

.dicas {

}
    .dicas .dica {
        display: block;
        min-height: 120px;
        padding: 0 0 0 160px;
        margin-top: 40px;
    }
        .dicas .dica > .img {
            display: block;
            position: absolute;
            left: 0;
            top: 0;
            width: 120px;
            height: 120px;
            background-position: center;
            background-size: cover;
            border-radius: 4px;
			background-repeat: no-repeat;
        }
        .dicas .dica > .texto {
            
        }
            .dicas .dica > .texto > .resumo {
				max-height: 5.25em;
				overflow: hidden;
				line-height: 1.75em;
            }
    .dicas .botao {
        margin-top: 40px;
    }

form {
    
}
    form .input {
        margin-bottom: 20px;
    }
	form .input.m0 {
        margin: 0;
    }
        form .input > label {
            display: block;
            font-weight: bold;
            margin-bottom: 5px;
        }
        form .input > input, form .input > select, form .input > textarea {
            display: block;
            margin: 0;
            padding: 0 10px;
            border: 1px solid #707070;
            height: 40px;
            width: 100%;
            border-radius: 4px;
        }
        form .input > textarea {
            height: 130px;
            padding: 10px;
            resize: none;
        }
    form .botoes {
        
    }
        form .botoes > input[type="submit"] {
            border: none;
            cursor: pointer;
            height: 50px;
            padding: 0 25px;
            border-radius: 4px;
            font-size: 1.35em;
            font-weight: bold;
            text-decoration: none;
        }
        form .botoes > input[type="submit"].input-size {
           height: 40px;
		   line-height: 40px;
        }

#banner {
    height: 37.5vw;
}

    #banner > [slideshow] .balls {
        display: none;
    }
	

.blocos {
    display: flex;
    text-align: left;
}
    .blocos > .bloco {
        flex: 1;
        padding: 1.5vw;
    }
    .blocos > .bloco.flex2 {
        flex: 2;
    }
    .blocos > .bloco.flex5 {
        flex: 5;
    }
    .blocos > .bloco.p0 {
        padding: 0;
    }
    .blocos > .bloco.p1 {
        padding: 1em;
    }
    .blocos > .bloco.center {
        text-align: center;
    }
    .blocos > .bloco.p40t {
        padding: 3vw;
    }
	.blocos > .bloco.blog-lateral { 
		border-left: 0.15vw solid #e6e6e6;
		margin-left: 1.5vw;
		padding-left: 3vw;
	}
        .blocos > .bloco p {
            margin: 1vw 0 0 0;
        }
        .blog .blocos > .bloco p, .artigo p, .artigo ul {
			font-size: 1.2em;
			line-height: 1.75em;
        }
        .blocos > .bloco.center p {
            text-align: center;
        }
        .blocos > .bloco img {
            max-width: 100%;
        }
		.blog .blocos > .bloco p.info {
			margin: 0;
			font-size: 1em;
		}

#busca {
	padding: 0;
	border: 0.15vw solid #b3b3b3;
	border-radius: 4px;
	width: 100%;
	overflow: hidden;
	margin-bottom: 2vw;
}
	#busca > input[type="text"] {
		position: absolute;
		top: 0;
		left: 1.5vw;
		right: 4vw;
		bottom: 0;
		border: none;
	}
	#busca > button {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		height: 50px;
		width: 50px;
		background: none;
		border: none;
		cursor: pointer;
		color: #b3b3b3;
	}
	#busca > button:hover {
		color: #0065B3;
	}
	
#ebooks {
	position: sticky;
    top: 120px;
}
	.box-ebook-form {
		border-radius: 4px;
		padding: 1vw;
		margin-bottom: 2vw;
	}
		.box-ebook-form .img {
			border-radius: 4px;
		}
		.box-ebook-form .titulo {
			border-radius: 4px;
			padding: 1vw;
			font-weight: 500;
			margin-top: -2vw;
		}
		.box-ebook-form .botao {
			margin-top: 1vw;
		}
	
#box-newsletter-form {
	margin-top: 2vw;
}

#inicio, #aescola, #acontece, #calendario, #eventos, #blog, #contato {
    text-align: left;
}
.blog img.capa {
    margin-bottom: 20px;
}
.blog > .blocos > .bloco.artigo .catalogo > img {
    width: 100%;
}
.blog > .blocos > .bloco.artigo iframe, p.video > iframe {
    width: 100%;
    height: 50vh;
    border: none;
}
#servico .blog > .blocos > .bloco.artigo iframe {
    height: 23vw;
}
iframe.h24 {
	height: 24vw;
}
iframe.h15 {
	height: 15vw;
}
.blog h2 {
	line-height: 1.25em;
	margin: 0;
}
.artigo h1 {
	line-height: 1.25em;
	font-size: 1.5em;
	margin: 0;
}
#servico .artigo h1 {
	font-size: 2.5em;
}

.indice {

}
    .indice a {
        margin: 0 10px;
    }

.rodape {
    padding: 20px;
}
    .rodape img.logo {
        max-width: 75%;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.85);
    z-index: 102;
}


        .modal > .img {
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
            position: absolute;
            top: calc(50% - ((40vw * 0.75) / 2));
            left: calc(50% - (40vw / 2));
            width: 40vw;
            height: calc(40vw * 0.75);
        }

        .modal > .loading {
            top: 50%;
            bottom: auto;
            height: 3.66vw;
            line-height: 3.66vw;
            margin-top: -25px;
            text-align: center;
            color: #fff;
            text-transform: uppercase;
            font-weight: bold;
            font-size: 11px;
        }

    .modal > .left, .modal > .right {
        position: absolute;
        color: #fff;
        font-size: 35px;
        width: 3.66vw;
        text-align: center;
        height: 3.66vw;
        line-height: 45px;
        cursor: pointer;
        text-shadow: rgba(0,0,0,0.2) 1px 2px 0px;
    }

    .modal > .left, .modal > .right {
        top: 50%;
        margin-top: -18px;
    }

    .modal > .left {
        left: 0;
    }

    .modal > .right {
        right: 0;
    }

    .modal > [title] {
        position: absolute;
        left: 1.46vw;
        bottom: 1.46vw;
        background-color: rgb(167,135,86);
        color: rgb(255,255,255);
        height: 3.66vw;
        line-height: 3.66vw;
        padding: 0 1.46vw;
    }

    .modal .close {
        position: absolute;
        top: 0;
        right: 0;
        color: #fff;
        font-size: 3.7vw;
        width: 5vw;
        text-align: center;
        height: 5vw;
        line-height: 5vw;
        cursor: pointer;
    }
	

#pesquisar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.95);
    z-index: 200;
	font-size: 1.2em;
}
    #pesquisar > form {
        position: absolute;
        height: 50px;
        line-height: 50px;
        left: 0;
        right: 0;
        top: calc(50% - 25px);
        text-align: center;
        padding: 0;
        margin: 0;
    }
        #pesquisar > form > input[type="text"] {
            width: 50%;
            border: none;
            background-color: #fff;
            height: 50px;
            padding: 0 25px;
            border-radius: 10em;
        }
        #pesquisar > form > input[type="submit"] {
            background-color: #008f3e;
            border-radius: 10em;
            height: 50px;
            color: #fff;
            font-weight: bold;
            text-align: center;
            padding: 0 25px;
            border: none;
            cursor: pointer;
        }
    #pesquisar > .fechar {
        position: absolute;
        top: 0;
        right: 0;
        height: 50px;
        color: #fff;
        background-color: #ED3237;
        width: 50px;
        line-height: 50px;
        font-weight: normal;
        font-size: 35px;
        text-decoration: none;
    }
	
#fb-root iframe {
	height: auto;
}

#whatsapp {
	position: fixed;
    bottom: 30px;
    right: 30px;
    width: 65px;
    height: 65px;
    font-size: 35px;
    z-index: 100;
    border-radius: 100px;
    background: #009140;
    line-height: 65px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 50%) 3px 3px 12px;
	transition: all 0.3s ease 0s;
}
#whatsapp:hover {
	transform: scale(1.15);
}
#ouviragora {
	position: fixed;
    bottom: 105px;
    right: 30px;
    width: 65px;
    height: 65px;
    font-size: 35px;
    z-index: 100;
    border-radius: 100px;
    background: #0065B3;
    line-height: 65px;
    color: #fff;
    box-shadow: rgb(0 0 0 / 50%) 3px 3px 12px;
	transition: all 0.3s ease 0s;
}
#ouviragora:hover {
	transform: scale(1.15);
}

.popup {
    display: none;
    position: absolute;
    right: 75px;
    font-size: 1.1vw;
    color: #0065B3;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    width: 17vw;
    background: white;
    border: 1px solid #0065B3;
    border-radius: 10em;
    height: 3vw;
    top: 12px;
    line-height: 3vw;
}
#ouviragora:hover .popup, #whatsapp:hover .popup {
    display: block;
}

@media (max-width: 1440px) {
    .cabecalho > .container > .logo {
        right: auto;
        left: 5%;
    }
    .cabecalho > .container > .menu {
        left: 35%;
        right: 2%;
    }
    .plr-10vw {
        padding-left: 5vw;
        padding-right: 5vw;
    }
}

@media (max-width: 1280px) {
    body {
        font-size: 11px;
    }
    .larguraMaxima2 {
        width: 960px;
    }
    #plataforma .img {
        width: 400px;
        height: 280px;
        border: 1px solid #707070;
        border-radius: 4px;
        background-color: #fff;
        background-size: cover;
        background-position: center;
        display: inline-block;
    }
}

@media (max-width: 959px) {
    body {
        font-size: 3.2vw;
		line-height: 1.75em;
        padding: 21vw 0 0 0;
    }
    .cabecalho {
        display: none;
    }
    .cabecalho-mobile {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 21vw;
        z-index: 10;
        background-color: #fff;
        box-shadow: rgba(0,0,0,0.2) 0 0 2vw;
    }
        .cabecalho-mobile > a.menu {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 21vw;
            line-height: 21vw;
            font-size: 8vw;
            color: #b3b3b3;
            z-index: 1;
        }
        .cabecalho-mobile > a.logo {
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            line-height: 21vw;
            z-index: 0;
        }
            .cabecalho-mobile > a.logo > img {
                max-height: 12vw;
                vertical-align: middle;
            }
    .menu-mobile {
        display: block;
        position: fixed;
        top: 21vw;
        z-index: 9;
        background-color: rgba(255,255,255,0.95);
        left: 0;
        right: 0;
        bottom: 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
        .menu-mobile > a {
            display: block;
            height: 21vw;
            line-height: 21vw;
            border-bottom: 1px solid #e6e6e6;
            font-size: 1.5em;
        }
        .menu-mobile > .botoes {
            height: 21vw;
            line-height: 21vw;
            display: flex;
        }
            .menu-mobile > .botoes > a {
                flex: 1;
                line-height: 21vw;
                font-size: 8vw;
                color: #fff;
            }
    .larguraMaxima, .larguraMaxima2 {
        display: block;
        width: 100%;
    }
	.corpo > * {
		overflow: hidden;
	}
    img, iframe:not(.fb_iframe_widget iframe) {
        width: 100%;
        min-width: 100%;
        max-width: 100%;
    }
    iframe:not(.fb_iframe_widget iframe) {
        height: 75vh;
        min-height: 75vh;
        max-height: 75vh;
    }
	#fb-root iframe {
		width: auto;
        min-width: auto;
        max-width: auto;
        height: auto;
        min-height: auto;
        max-height: auto;
	}
    .blocos {
        display: block;
    }
    h1 {
        text-align: center;
        font-size: 2em;
		line-height: 1.25em;
		height: auto;
    }
    .blocos > .bloco {
        padding: 0 10vw 10vw 10vw;
    }
    .blocos.fundo-cinza {
        padding-top: 3vw;
    }
    .blocos > .bloco.p40t {
        padding: 10vw;
    }
    .blocos > .bloco p {
        margin: 5vw 0 0 0;
    }

    h2, h3 {
        margin: 5vw 0;
    }

    #banner {
        height: 95vw;
    }
	[slideshow] .balls {
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
	}
		[slideshow] .balls > .ball {
			margin-left: 5px;
			display: inline-block;
		}
	
	
	#depoimentos > .depoimentos-container {
		margin-bottom: 10vw;
	}
	
    form {
        margin: 5vw 0 0 0;
    }
    .blocos.fundo-cinza form {
        margin: 0;
    }
    form .input {
        margin-bottom: 5vw;
    }
    form .input.m0 {
        margin: 0;
    }
    form .input > input, form .input > select, form .input > textarea {
        padding: 0 5vw;
        border: 1px solid;
        height: 12vw;
    }
    form .input > textarea {
        height: 30vw;
    }
    form > .botoes > input[type="submit"] {
        height: 12vw;
        padding: 0 5vw;
    }

    h1.cor-pesquisa {
        line-height: 1em;
        height: auto;
        margin: 8vw 0;
    }
    .blog > .blocos > .bloco > img, .blog > .blocos > .bloco.artigo > img {
        width: 100%;
        float: none;
        margin: 0 0 5vw;
    }
	
	.blog {
		
	}
		.blog > .blocos {
			
		}
			.blog > .blocos > a.bloco, .blog .blocos > a.bloco {
				display: block;
			}
			
		.blog .blocos > .bloco.blog-lateral {
			border-left: none;
			padding: 0 5vw 10vw 5vw;
		}
		
	.box-ebook-form {
		padding: 5vw;
		margin-bottom: 5vw;
	}
		.box-ebook-form .titulo {
			text-align: center;
			padding: 3vw 0;
			border-radius: 0 0 4px 4px;
		}
		.box-ebook-form .botao {
			margin-top: 3vw;
		}

    h1.m20b {
        margin: 0;
    }

    #pesquisar > form {
        height: 12vw;
        line-height: 12vw;
        top: calc(50% - 6vw);
    }

        #pesquisar > form > input[type="text"], #pesquisar > form > input[type="submit"] {
            height: 12vw;
            padding: 0 5vw;
        }

    #pesquisar > .fechar {
        height: 12vw;
        width: 12vw;
        line-height: 12vw;
        font-size: 8vw;
    }

    .indice a {
        margin: 0 2vw;
        padding: 0 5vw;
    }

    .rodape {
        padding: 5vw;
        font-size: 0.85em;
        line-height: 1.5em;
    }
	

    .modal > .close {
        font-size: 11vw;
        width: 15vw;
        text-align: center;
        height: 15vw;
        line-height: 15vw;
    }
	
	
	[slideshow], [slideshow] .slide {
        
    }
        [slideshow] .slide {
            display: block;
			padding: 15vw;
        }
            [slideshow] .slide > .texto1, [slideshow] .slide > .texto2, [slideshow] .slide > .botao {
				position: relative;
				top: auto;
				left: auto;
				right: auto;
				bottom: auto;
            }
            [slideshow] .slide > .texto1 {
				line-height: 1.25em;
				font-size: 2em;
				margin-bottom: 5vw;
            }
            [slideshow] .slide > .texto2 {
			    line-height: 1.35em;
				font-size: 1.25em;
				text-align: left;
				margin-bottom: 5vw;
            }
            [slideshow] .slide > .botao {
				width: 100%;
            }
    
    
            [slideshow] .slide.layout-1 > .info {
                position: absolute;
                top: 32%;
                bottom: 0%;
                right: 10%;
                left: 10%;
                width: auto;
                font-size: 0.9em;
                text-align: center;
                z-index: 10;
                background: white;
                border-radius: 1em;
                padding: 2em;
            }  
                [slideshow] .slide.layout-1 > .info > .texto1 {

                }

            [slideshow] .slide.layout-1 > .img {
                position: absolute;
                top: 0;
                bottom: 40%;
                left: 0;
                right: 0;
                width: auto;
                border-radius: 0;
            }  
    
    
			[slideshow] .move {
				font-size: 14vw;
				width: 14vw;
				height: 14vw;
				margin-top: -7vw;
				line-height: 14vw;
			}
	
	.blocos > .bloco img {
		width: auto;
		max-width: 100%;
		min-width: auto;
	}
	#valores .blocos > .bloco img {
		width: 35vw;
		min-width: auto;
	}
	.subtitulo {
		font-size: 1.25em;
		line-height: 1.5em;
	}
	
	#slide-turbine {
		height: auto;
	}
		#slide-turbine > [slideshow], #slide-turbine > [slideshow] .slide {
			position: relative;
		}
		#slide-turbine > [slideshow] > .slide.show-false {
			display: none;
		}
		#slide-turbine > [slideshow] > .slide {
			padding: 0;
			overflow: hidden;
		}
		#slide-turbine > [slideshow] > .slide > .img {
			position: relative;
			top: auto;
			left: auto;
			right: auto;
			bottom: auto;
			height: 66vw;
			width: 100%;
			display: block;
		}
		#slide-turbine > [slideshow] > .slide > .texto1, #slide-turbine > [slideshow] > .slide > .texto2 {
			text-align: center;
		}
		#slide-turbine > [slideshow] > .slide > .texto1 {
			margin: 10vw 10vw 2vw 10vw;
		}
		#slide-turbine > [slideshow] > .slide > .texto2 {
			margin: 0 10vw 10vw 10vw;
		}
		#slide-turbine > [slideshow] .move {
				position: absolute;
				top: 30vw;
				bottom: auto;
				width: 10vw;
				height: 10vw;
				line-height: 10vw;
				font-size: 3em;
				margin-top: 0;
			}
				#slide-turbine > [slideshow] .move.left {
					left: 0;
					right: auto;
				}
				#slide-turbine > [slideshow] .move.right {
					right: 0;
					left: auto;
				}
				
	#turbine-sua-radio .descricao {
		padding: 0 10vw;
	}
		#turbine-sua-radio .descricao br {
			display: none;
		}
				
	#turbine-sua-radio .produtos {
		padding: 0 10vw;
	}				
		#turbine-sua-radio .produtos > .blocos {
			flex-wrap: wrap;
		}
			#turbine-sua-radio .produtos > .blocos > .bloco {
				width: 100%;
				min-width: 100%;
				max-width: 100%;
				padding: 5vw 0;
				margin: 5vw 0;
				border-top: 2px solid #e6e6e6;
			}
			#turbine-sua-radio .produtos > .blocos > .bloco:nth-child(3n+2) {
				border-width: 2px 0 0 0;
			}
	
	#depoimentos > .depoimentos-container {
		width: 100%;
		height: auto;
	}
	[depoimentos], [depoimentos] .slide, [depoimentos] .slide > .img, [depoimentos] .slide > .texto, [depoimentos] .slide > .nome, [depoimentos] .slide > .cargo {
		position: relative;
		top: auto;
		right: auto;
		bottom: auto;
		left: auto;
	}
	[depoimentos] .slide > .img, [depoimentos] .slide > .texto {
		margin-bottom: 5vw;
	}
	[depoimentos] .slide > .texto, [depoimentos] .slide > .nome, [depoimentos] .slide > .cargo {
		text-align: center;
	}
	[depoimentos] .slide > .img {
		width: 35vw;
		height: 35vw;
		display: inline-block;
	}
	[depoimentos] .slide {
		padding: 0 16vw;
	}
	[depoimentos] .slide.show-false {
		display: none;
	}
	[depoimentos] .slide.show-true {
		display: block;
	}
	[depoimentos] .move {
		width: 16vw;
		height: 16vw;
		line-height: 16vw;
		font-size: 16vw;
		margin-top: -8vw;
	}
	
	#clientes {
		padding: 0 8vw 8vw 8vw;
	}
	[lookbook] {
		height: auto;
		padding: 0;
	}
	[lookbook] > .produto {
		display: block;
		max-width: calc(100% / 3 - 4vw);
		min-width: calc(100% / 3 - 4vw);
		width: calc(100% / 3 - 4vw);
		margin: 2vw;
		height: 20vw;
	}
	[lookbook] > .move {
		display: none;
	}
	
	#demonstracao {
		padding-bottom: 4vw;
	}
	#demonstracao .img {
		height: 47.25vw;
		width: 100%
	}
	#demonstracao .blocos > .bloco.right {
		padding-bottom: 0;
	}
	#demonstracao .blocos > .bloco p.botoes {
		text-align: center;
		margin-top: 8vw;
	}
	

	#plataforma, #bonus, #garantia, #produtos, .duvidas, .dicas {
		padding-bottom: 0;
	}
	#plataforma p {
		text-align: justify;
	}
		#plataforma p > br {
			display: none;
		}
	#plataforma .texto {
		padding: 0 8vw 8vw 8vw;
	}
	#plataforma .img {
		width: 100%;
		height: 58.8vw;
	}
	#plataforma .imagem {
		padding-bottom: 0;
	}
	#plataforma .imagem.left {
		order: 1;
	}
	#plataforma .texto.right {
		order: 2;
	}
	#plataforma p.subtitulo {
		text-align: center;
	}
	#plataforma .larguraMaxima2 > .blocos {
		display: flex;
		flex-wrap: wrap;
	}
		#plataforma .larguraMaxima2 > .blocos {
			display: flex;
			flex-wrap: wrap;
		}
			#plataforma .larguraMaxima2 > .blocos > .bloco {
				min-width: 100%;
			}
		#plataforma #beneficios p.subtitulo2 {
			text-align: left;
		}
		#plataforma .item > .icon {
			font-size: 1.75em;
		}
	 
	#bonus h1 > br {
		display: none;
	}
		#bonus .blocos > .bloco img {
			width: 35vw;
		}

	.duvidas {
		background-color: #fff;
	}
	.duvidas {
		background-color: #fff;
	}
		.duvidas .botoes, .dicas .botoes {
			text-align: center;
		}
	.dicas {
		background-color: #f1f1f1;
	}
		.dicas .dica {
			min-height: auto;
			padding: 0;
			margin-top: 12vw;
		}	
			.dicas .dica > .img {
				position: relative;
				left: auto;
				top: auto;
				width: 74vw;
				height: 74vw;
			}
			.dicas .dica .titulo {
				text-align: center;
			}
			.dicas .dica .resumo {
				text-align: justify;
			}
			.dicas .dica > .texto > .resumo {
                max-height: none;
                overflow: hidden;
            }
	
	h1.ptb-50 { 
		padding: 10vw 0;
	}
	.ptb-50 { 
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.ptb-50.mobile-pt-0 {
		padding-top: 0;
	}
	
	.mt-1 {
		margin-top: 10vw;
	}
	.ptb-2 {
		padding-top: 20vw;
		padding-bottom: 20vw;
	}
	.ptb-1 {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	.mobile-mt-50 {
		margin-top: 50px;
	}
	.mobile-mtb-2em {
		margin: 2em 0;
	}
	
	
	#assine-agora .ico {
		width: 12vw;
		max-width: 12vw;
		margin-right: 3vw;
	}
	#assine-agora .mt-1 {
		margin-top: 0;
	}
	
	.duvidas h1 {
		margin-top: 5vw;
	}
	.duvidas .lista > .item {
		padding: 5vw 0 0 0;
		margin: 5vw 0 0 0;
	}
	
	#relacionados > h2 {
		margin-bottom: 5vw;
	}
	#relacionados > .blocos > a.bloco {
		margin-bottom: 5vw;
		padding: 0;
	}
		#relacionados > .blocos > a.bloco > img.capa {
			margin-bottom: 2vw;
		}
	
	.blocos.mobile-ordem {
		display: flex;
		flex-wrap: wrap;
	}
		.blocos.mobile-ordem > .bloco {
			min-width: 100%;
		}
		.mobile-ordem-1 {
			order: 1;
		}
		.mobile-ordem-2 {
			order: 2;
		}
		
	.blocos.mobile-bloco {
		padding: 5vw 0;
	}
		.blocos.mobile-bloco > .bloco {
			padding: 3vw 0;
		}
		
		.blocos > .bloco img.mobile-icon {
			width: 35%;
		}
		
		.mobile-center {
			text-align: center;
		}
		.blocos.mobile-bloco h2 {
			margin-top: 0;
			text-align: center;
		}

	.rodape { 
		
	}
		.rodape #mapa-do-site.blocos { 
			display: flex;
		}
			.rodape #mapa-do-site.blocos > .bloco { 
				padding: 2vw;
			}
			
	.hide-mobile {
		display: none;
	}
    
    
    .popup {
        font-size: 3.2vw;
        color: #0065B3;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        width: 50vw;
        background: white;
        border: 1px solid #0065B3;
        border-radius: 10em;
        height: 10vw;
        top: 12px;
        line-height: 10vw;
    }
    
    .modal .close {
        font-size: 10vw;
        width: 15vw;
        text-align: center;
        height: 15vw;
        line-height: 15vw;
        
    }
    .modal > .img {
        top: calc(50% - ((90vw * 0.75) / 2));
        left: calc(50% - (90vw / 2));
        width: 90vw;
        height: calc(90vw * 0.75);
    }
}