﻿
Notice: Undefined index: artigo in /srv/app899.c035a5cf.configr.cloud/www/meta.php on line 19

Notice: Undefined index: descrição in /srv/app899.c035a5cf.configr.cloud/www/meta.php on line 43

Notice: Trying to access array offset on value of type bool in /srv/app899.c035a5cf.configr.cloud/www/meta.php on line 165

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;
}
.corpo a {
	
}

.larguraMaxima {
    display: inline-block;
    width: calc((1280 / 1920) * 100vw);
}
.larguraMaxima2 {
    display: inline-block;
    width: calc((1040 / 1920) * 100vw);
}

.d-in-block {
	display: inline-block;
}

body {
	font-family: 'Raleway', sans-serif;
	font-size: calc((20 / 1920) * 100vw);
	font-weight: 400;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
	color: #4D4D4D;
	background-color: #fff;
	text-align: center;
}
body[scrolling="1"] {
	padding-top: calc((100 / 1920) * 100vw);
}

.loading {
	position: fixed;
	z-index: 11;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,0.95);
	text-align: center;
}
	.loading > span {
		display: block;
		position: absolute;
		top: 50%;
		margin-top: -23px;
		left: 50%;
		margin-left: -100px;
		height: 45px;
		line-height: 45px;
		width: 200px;
		text-align: center;
		background-color: black;
		color: white;
		font-weight: bold;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
		animation-name: loading;
		animation-duration: 0.8s;
	}
	@keyframes loading {
		from {
			background-color: #000000;
		}
		to {
			background-color: #183356;
		}
	}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}

h1, h2, h3 {
	line-height: 1.15em;
	font-weight: 700;
	margin: 0 0 1em 0;
}
h1 {
    font-size: calc((40 / 1920) * 100vw);
	font-weight: 900;
}
h2 {
    font-size: calc((26 / 1920) * 100vw);
	font-weight: 900;
}
h3 {
	font-size: 1.1em;
}
.titulo {
	font-size: 1.77em;
	line-height: 1.5em;
    font-weight: bold;
	color: #183356;
}
.subtitulo {
	font-size: 1.1579em;
	line-height: 1.26em;
}
.borderB {
	border-bottom: #183356 1px solid;
}
.borderR {
	border-right: #183356 1px solid;
}
.borderL {
	border-left: #183356 1px solid;
}
.borderT {
	border-top: #183356 1px solid;
}
.borderTRBL {
	border: #183356 1px solid;
}
.border2w {
	border-width: 2px;
}
.p2tb {
    padding: 2.93vw 0;
}

.corpo h1 a, .corpo h2 a, .corpo h3 a, .corpo h4 a, .corpo h5 a {
	color: inherit;
	text-decoration: none;
}

.corpo h1 a {
	font-weight: normal;
}

.separador {
    background-color: #183356 ;
    height: 2.56vw;
    line-height: 2.56vw;
}

.botao .icon {
	vertical-align: middle;
	margin-right: 0.5em;
}

.icon-big {
	height: calc((120 / 1920) * 100vw);
}
.icon-bigger {
	height: calc((100 / 1920) * 100vw);
}
.icon-big2 {
	height: calc((160 / 1920) * 100vw);
}

.fonte-azul {
	color: #183356;
}
.fonte-azul-claro {
	color: #004382;
}
.fonte-vermelha {
	color: #DD0613;
}
.fonte-branca {
	color: #fff;
}
.fonte-cinza {
	color: #575756;
}
.fundo-azul {
	background-color: #183356;
}
.fundo-azul-deg {
	background: linear-gradient(0deg, rgba(24,51,86,1) 0%, rgba(0,67,130,1) 100%);
}
.fundo-vermelho {
	background-color: #DD0613;
}
.fundo-verde {
	background-color: #009140;
}
.fonte-branca {
	color: #fff;
}
.fundo-branco {
	background-color: #fff;
}
.parallax {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.no-parallax {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.parallax-full {
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
}
.fundo-01 {
	background-image: url('/imagens/enviadas/36e002428de5ea3e5c91b8abc377d014.jpeg');
}
.fundo-02 {
	background-image: url('/imagens/enviadas/bc7fe96c532407fe5a4f8f3940d24252.jpeg');
}
.fundo-03 {
	background-image: url('/imagens/enviadas/e64bd1cf73c2dbc8365abe9e0379f4ea.jpeg');
}

.overflow {
	overflow: hidden;
}

.bold {
	font-weight: 900;
}

.m4t {
    margin-top: 4.39vw;
}
.m4tb {
    margin-top: 4.39vw;
    margin-bottom: 4.39vw;
}
.m4tblr {
    margin: 4.39vw;
}
.m3t {
    margin-top: 3.66vw;
}
.m3tb {
    margin-top: 3.66vw;
    margin-bottom: 3.66vw;
}
.m2t {
    margin-top: 2.2vw;
}
.m2tb {
    margin-top: 2.2vw;
    margin-bottom: 2.2vw;
}
.m2lr {
    margin-left: 2.2vw;
    margin-right: 2.2vw;
}
.m1t {
    margin-top: 1.46vw;
}
.m1tb {
    margin-top: 1.46vw;
    margin-bottom: 1.46vw;
}
.m1b {
    margin-bottom: 1.46vw;
}
.m1lr {
    margin-left: 1.46vw;
    margin-right: 1.46vw;
}
.m1l {
    margin-left: 1.46vw;
}
.m05t {
    margin-top: 0.732vw;
}
.m05b {
    margin-bottom: 0.732vw;
}
.m05lr {
    margin-left: 0.732vw;
    margin-right: 0.732vw;
}
.m40t {
	margin-top: 40px;
}
.m50b {
	margin-bottom: 50px;
}
.m05em-r {
	margin-right: 0.5em;
}

._m30b {
	margin-bottom: calc((30 / 1920) * 100vw);
}
._m38t {
	margin-top: calc((38 / 1920) * 100vw);
}
._m38b {
	margin-bottom: calc((38 / 1920) * 100vw);
}
._m45t {
	margin-top: calc((45 / 1920) * 100vw);
}
._m45b {
	margin-bottom: calc((45 / 1920) * 100vw);
}
._m40b {
	margin-bottom: calc((40 / 1920) * 100vw);
}
._m18lr {
	margin-left: calc((18 / 1920) * 100vw);
	margin-right: calc((18 / 1920) * 100vw);
}
._m25lr {
	margin-left: calc((25 / 1920) * 100vw);
	margin-right: calc((25 / 1920) * 100vw);
}
._m50lr {
	margin-left: calc((50 / 1920) * 100vw);
	margin-right: calc((50 / 1920) * 100vw);
}
._m50l {
	margin-left: calc((50 / 1920) * 100vw);
}
._m90b {
	margin-bottom: calc((100 / 1920) * 100vw);
}
._m90t {
	margin-top: calc((100 / 1920) * 100vw);
}
._m100t {
	margin-top: calc((100 / 1920) * 100vw);
}
._p60tb {
	padding-top: calc((60 / 1920) * 100vw);
	padding-bottom: calc((60 / 1920) * 100vw);
}
._p90tb {
	padding-top: calc((90 / 1920) * 100vw);
	padding-bottom: calc((90 / 1920) * 100vw);
}
._p100tb {
	padding-top: calc((100 / 1920) * 100vw);
	padding-bottom: calc((100 / 1920) * 100vw);
}
._p120tb {
	padding-top: calc((120 / 1920) * 100vw);
	padding-bottom: calc((120 / 1920) * 100vw);
}
._m0t {
	margin-top: 0;
}
._m136t {
	margin-top: calc((136 / 1920) * 100vw);
}
._m136tb {
	margin-top: calc((136 / 1920) * 100vw);
	margin-bottom: calc((136 / 1920) * 100vw);
}
._p136tb {
	padding-top: calc((136 / 1920) * 100vw);
	padding-bottom: calc((136 / 1920) * 100vw);
}

.p7 {
	padding: 7.32vw;
}
.p1t {
	padding-top: 1vw;
}
.p14plr {
	padding-left: 14%;
	padding-right: 14%;
}
.p3 {
	padding: 3.5vw;
}
.p3lr {
	padding: 3.43vw;
}
._p20b {
	padding-bottom: calc((20 / 1920) * 100vw);
}
._p40b {
	padding-bottom: calc((40 / 1920) * 100vw);
}
._p23tb {
	padding-top: calc((23 / 1920) * 100vw);
	padding-bottom: calc((23 / 1920) * 100vw);
}
._p25lr {
	padding-left: calc((25 / 1920) * 100vw);
	padding-right: calc((25 / 1920) * 100vw);
}
._p33lr {
	padding-left: calc((33 / 1920) * 100vw);
	padding-right: calc((33 / 1920) * 100vw);
}
._p50lr {
	padding-left: calc((50 / 1920) * 100vw);
	padding-right: calc((50 / 1920) * 100vw);
}

.p1em {
	padding: 1em;
}

.w33per {
	width: calc(100% / 3);
	min-width: calc(100% / 3);
	max-width: calc(100% / 3);
}
.w50per {
	width: 50%;
	min-width: 50%;
	max-width: 50%;
}
.w2 {
	width: 2vw;
}
.w4 {
	width: 4.39vw;
}
._w220 {
	width: calc((200 / 1920) * 100vw);
}
._w154 {
	width: calc((154 / 1920) * 100vw);
}
.w100 {
	width: 100%;
}

.h8 {
	height: 5vw;
}

.fs-1-3 {
	font-size: 1.3em;
}
.fs-2-3 {
	font-size: 2.3em;
}
.fs-26 {
	font-size: calc((26 / 1920) * 100vw);
}

.upper {
	text-transform: uppercase;
}

.va-mid {
    vertical-align: middle;
}

.lh_med {
	line-height: 1.5789em;
}

.radius {
	border-radius: calc((20 / 1920) * 100vw);
}

.full-radius {
	border-radius: 10em;
}

.shadow {
	box-shadow: rgba(0,0,0,0.5) 0.2604vw 0.2604vw 1.0416vw;
}
.shadow2 {
	box-shadow: rgba(0,0,0,0.35) 0 calc((10 / 1920) * 100vw) calc((20 / 1920) * 100vw);
}

.border-b-red {
	border-bottom: solid calc((10 / 1920) * 100vw) #DD0613;
}

.ball-11 {
	width: 11.7vw;
	height: 11.7vw;
	border-radius: 10em;
}
.ball-120 {
	display: inline-block;
	width: calc((120 / 1920) * 100vw);
	height: calc((120 / 1920) * 100vw);
	border-radius: 10em;
}
.ball-280 {
	display: inline-block;
	width: calc((280 / 1920) * 100vw);
	height: calc((280 / 1920) * 100vw);
	border-radius: 10em;
}
.bg-img-full {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.bg-img-cont {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cabecalho-mobile, .menu-mobile {
	display: none;
}

.cabecalho {
	position: relative;
	width: calc((1280 / 1920) * 100vw);
    margin-left: calc((-640 / 1920) * 100vw);
    top: 0;
    left: 50%;
	right: 0;
	box-shadow: rgba(0,0,0,0) 0 0 2vw;
    z-index: 10;
	height: calc((150 / 1920) * 100vw);
	transition: all 0.3s ease 0s;
}
body[scrolling="1"] .cabecalho {
	position: fixed;
	box-shadow: rgba(0,0,0,0.2) 0 0 2vw;
	height: calc((100 / 1920) * 100vw);
	background-image: none;
	border-radius: 0 0 calc((20 / 1920) * 100vw) calc((20 / 1920) * 100vw);
}
	.cabecalho > .logo {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: calc((262 / 1920) * 100vw);
		transition: all 0.3s ease 0s;
	}
	body[scrolling="1"] .cabecalho > .logo {
		left: calc((20 / 1920) * 100vw);
		width: calc((188 / 1920) * 100vw);
	}
		.cabecalho > .logo > img {
			height: 100%;
		}
    .cabecalho > .menu {
		position: absolute;
		top: calc((50 / 1920) * 100vw);
		left: calc((272 / 1920) * 100vw);
		right: 0;
		display: flex;
		transition: all 0.3s ease 0s;
    }
    body[scrolling="1"] .cabecalho > .menu {
		top: calc((25 / 1920) * 100vw);
		left: calc((220 / 1920) * 100vw);
		transition: all 0.3s ease 0s;
		right: calc((25 / 1920) * 100vw);
    }
        .cabecalho > .menu > div {
            flex: 1 auto;
			line-height: calc((50 / 1920) * 100vw);
			text-align: center;
			font-weight: bold;
			color: #004382;
        }
        body[scrolling="1"] .cabecalho > .menu > div {
            
        }
        .cabecalho > .menu > div > a {
			display: block;
        }
        .cabecalho > .menu > div.layout-0.selecionado-true, .cabecalho > .menu > div.layout-0:hover {
			color: #DD0613;
			border-bottom: calc((3 / 1920) * 100vw) solid #DD0613;
			font-weight: bold;
        }
		.cabecalho > .menu > div.layout-1 > div {
			background-color: #DD0613;
			color: #fff;
			border-radius: 10em;
		}
		.cabecalho > .menu > div > div > .submenus {
			display: none;
			position: absolute;
			background-color: #183356;
			color: #fff;
			border-radius: calc((25 / 1920) * 100vw);
			font-size: 0.9em;
			font-weight: 400;
			width: 130%;
			margin-left: -15%;
		}
		.cabecalho > .menu > div:hover > div > .submenus {
			display: block;
			overflow: hidden;
		}
			.cabecalho > .menu > div > div > .submenus > .submenu {
				display: block;
			}
			.cabecalho > .menu > div > div > .submenus > .submenu:hover {
				background: #004382;
			}

    .cabecalho > .menu-icons {
		display: none;
		position: absolute;
		top: calc((50 / 1920) * 100vw);
		right: 0;
		height: calc((40 / 1920) * 100vw);
		//display: flex;
		transition: all 0.3s ease 0s;
    }
    body[scrolling="1"] .cabecalho > .menu-icons {
		top: calc((60 / 1920) * 100vw);
		bottom: 0;
		height: calc((40 / 1920) * 100vw);
		right: calc((20 / 1920) * 100vw);
    }
        .cabecalho > .menu-icons > a {
            flex: 1 auto;
			line-height: calc((40 / 1920) * 100vw);
			text-align: center;
			margin-left: 0.15em;
        }
        body[scrolling="1"] .cabecalho > .menu-icons > a {
            line-height: calc((40 / 1920) * 100vw);
        }
        .cabecalho > .menu-icons > a > span.img {
			background-size: contain;
			background-position: center;
			background-repeat: no-repeat;
			width: 3vw;
			height: 100%;
			display: inline-block;
        }

.corpo {

}

#destaques {
	
}

#banner {
	height: calc((620 / 1920) * 100vw);
	margin-left: calc((50 / 1920) * 100vw);
	margin-right: calc((50 / 1920) * 100vw);
	border-radius: calc((35 / 1920) * 100vw);
	box-shadow: rgba(0,0,0,0.35) 0 calc((10 / 1920) * 100vw) calc((20 / 1920) * 100vw);
}
	[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 0.5s ease 0s;
		}
			[slideshow] .slide.show-true {
				z-index: 1;
				opacity: 1;
			}
			[slideshow] .slide > [texto] {
				position: absolute;
				left: 0;
				right: 0;
				bottom: calc((50 / 1920) * 100vw);
				text-align: center;
			}
		[slideshow] .move, [produtos] .move {
			position: absolute;
			top: 50%;
			height: calc((100 / 1920) * 100vw);
			line-height: calc((100 / 1920) * 100vw);
			font-size: calc((100 / 1920) * 100vw);
			color: #fff;
			margin-top: calc((-50 / 1920) * 100vw);
			z-index: 2;
			width: calc((100 / 1920) * 100vw);
			text-align: center;
			cursor: pointer;
			opacity: 0.3;
		}
			[slideshow] .move:hover, [produtos] .move:hover {
				opacity: 1;
			}
			[slideshow] .move.left, [produtos] .move.left {
				left: 0;
			}
			[slideshow] .move.right, [produtos] .move.right {
				right: 0;
			}
		[slideshow] .balls {
			display: none;
			position: absolute;
			right: 10px;
			bottom: 10px;
			z-index: 2;
		}
			[slideshow] .balls > .ball {
				background-color: #fff;
				display: block;
				flex: 1 auto;
				width: 20px;
				height: 20px;
				margin-left: 2px;
				border-radius: 10em;
				cursor: pointer;
			}
			[slideshow] .balls > .ball.selected-true {
				background-color: #183356 ;
			}
	

form {
	
}
	form > .input {
        text-align: left;
	}
		form > .input > label {
			display: block;
		}
        form > .input > input, form > .input > select, form > .input > textarea {
            display: block;
            margin: 0;
            padding: 0 1em;
            border: 1px solid;
			border-radius: 1vw;
            height: 3.66vw;
            width: 100%;
			font-weight: 300;
        }
        form > .input > input.no-border, form > .input > select.no-border, form > .input > textarea.no-border {
			border: none;
		}
        form > .input > textarea {
            height: 10.98vw;
            padding: 1em;
            resize: none;
        }
	form > .botoes {
		text-align: center;
	}
        form > .botoes > input[type="submit"], .botao {
            height: calc((50 / 1920) * 100vw);;
            text-align: center;
            padding: 0 2em;
            border: none;
            cursor: pointer;
			border-radius: 10em;
        }
		.botao {
            line-height: calc((50 / 1920) * 100vw);
			display: inline-block;
        }
		.botao.ico {
            padding: 0 1.2em;
        }


.box {
    display: flex;
}
.box.wrap {
	flex-wrap: wrap;
}
    .box > .flex {
        flex: auto 0;
    }
    .box > .flex1 {
        flex: 1 0;
    }
    .box > .flex2 {
        flex: 2 0;
    }
    .box > .flex3 {
        flex: 3 0;
    }
    .box > .flex4 {
        flex: 4 0;
    }
    .box > .flex5 {
        flex: 5 0;
    }
    .box > .flex6 {
        flex: 6 0;
    }
    .box > .flex7 {
        flex: 7 0;
    }
	



.h100p {
    height: 100%;
}
iframe {
    height: calc(100% - 12vw);
}
#nossa-visao iframe, .mapa iframe {
	height: 100%;
    width: 100%;
    border: none;
}
#artigo iframe {
	height: 42vw;
    width: 100%;
    border: none;
}

.mapa {
	height: 24vw;
}

.show-false {
	display: none;
}

p {
	text-align: justify;
}

.areas {
	
}
	.areas .produto {
		width: calc((100% / 4) - ((36 / 1920) * 100vw));
		min-width: calc((100% / 4) - ((36 / 1920) * 100vw));
		max-width: calc((100% / 4) - ((36 / 1920) * 100vw));
	}

.blog {
	
}
	.blog .produto {
		width: calc((100% / 3) - ((36 / 1920) * 100vw));
		min-width: calc((100% / 3) - ((36 / 1920) * 100vw));
		max-width: calc((100% / 3) - ((36 / 1920) * 100vw));
	}
		.blog .produto .img {
			height: calc((267 / 1920) * 100vw);
		}

#parceiros .produto .img {
	height: 16.9vw;
}


.pilar {
	
}
	.pilar .flex {
		width: 50%;
		padding: 0 0 0 calc((25 / 1920) * 100vw);
	}
	.pilar .flex:nth-child(odd) {
		padding: 0 calc((25 / 1920) * 100vw) 0 0;
	}
	.pilar .img {
		height: calc((307.5 / 1920) * 100vw);
		border-radius: calc((20 / 1920) * 100vw);
	}
	.pilar .label {
		height: calc((50 / 1920) * 100vw);
		line-height: calc((50 / 1920) * 100vw);
		border-radius: calc((20 / 1920) * 100vw) 0 calc((20 / 1920) * 100vw) 0;
		padding: 0 1em;
		position: absolute;
		bottom: 0;
		right: 0;
		margin: 0;
	}

#unidades select {
	width: 50%;
	border: 1px solid #666666;
	border-radius: 10em;
	height: calc((50 / 1920) * 100vw);
	padding: 0 1em;
}
.unidade {
	min-width: calc(100% / 3);
}
.unidade .material-icons {
	font-size: 3em;	
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.95);
    z-index: 102;
}

    .modal > .content {
        position: absolute;
        top: 1.46vw;
        left: 1.46vw;
        right: 1.46vw;
        bottom: 1.46vw;
    }

        .modal > .content > * {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
        }

        .modal > .content > .img {
            background-position: center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .modal > .content > .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;
			background: none;
			z-index: auto;
        }

    .modal > .left, .modal > .right {
        position: absolute;
        color: #fff;
        font-size: 3.5vw;
        width: 4vw;
        text-align: center;
        height: 4vw;
        line-height: 4vw;
        cursor: pointer;
        text-shadow: rgba(0,0,0,0.5) 1px 2px 0px;
        top: 50%;
        margin-top: -2vw;
    }

    .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: 2.5vw;
        width: 4vw;
        height: 4vw;
        text-align: center;
        line-height: 4vw;
        cursor: pointer;
        text-shadow: rgba(0,0,0,0.5) 1px 2px 0px;
    }

[blog] {
	
}
	.img.thumb {
		width: 100%;
		height: 12vw;
		border-radius: 15px;
		background-position: center;
		background-size: cover;
	}
	.fundo-azul-transparente [blog] a {
		color: inherit;
	}
	[pagina="blog"] [blog].box, [pagina="na-midia"] [blog].box {
		flex-wrap: wrap;
	}
		[pagina="blog"] [blog].box a.flex1, [pagina="na-midia"] [blog].box a.flex1 {
			max-width: calc((100% / 2 ) - 2.92vw);
			width: calc((100% / 2 ) - 2.92vw);
			min-width: calc((100% / 2 ) - 2.92vw);
			margin-bottom: 2.92vw;
		}
		[pagina="blog"] [blog] .img.thumb, [pagina="na-midia"] [blog] .img.thumb {
			height: 18.65vw;
		}
		
[produtos] {
	
}
	[produtos].box {
		display: block;
	}
		[produtos].box > a {
			display: block;
			border: 1px solid #e6e6e6;
			padding: 0 2vw 2vw 2vw;
			margin-bottom: 2vw;
			border-radius: 2vw;
		}
		
.depoimento {
	padding: 1em;
}
	.depoimento h3 {
		margin-bottom: 0.15em;
	}
	.depoimento .estrelas {
		margin-bottom: 1em;
	}
		.depoimento .estrelas img {
			width: calc((128 / 1920) * 100vw);
		}
	.depoimento .texto {
		line-height: 1.5em;
	}
	
.caracteristicas {
	
}
	.caracteristicas .caracteristica {
		font-size: 1.15em;
		line-height: calc((50 / 1920) * 100vw);
		margin-bottom: 1em;
	}
		.caracteristicas .caracteristica img {
			width: calc((50 / 1920) * 100vw);
			vertical-align: middle;
		}
	.caracteristicas .icones {
		font-size: 3.15em;
	}
		.caracteristicas .icones a {
			padding: 0 0.5em;
		}
		
#perguntas h2 {
	margin: 0;
	cursor: pointer;
}
.pergunta > p {
	margin-top: calc((40 / 1920) * 100vw);
}
.pergunta:not(:last-child) {
	margin-bottom: calc((40 / 1920) * 100vw);
	padding-bottom: calc((40 / 1920) * 100vw);
	border-bottom: 1px solid #B2B2B2;
}
	
.o-especialista {
	
}
	.o-especialista img {
		width: 100%;
		display: block;
	}
	.o-especialista .flex3 {
		padding-left: 2em;
	}
		
#artigo {
	
}

	#artigo img {
		max-width: 100%;
	}
	#artigo p {
		line-height: 1.75em;
	}
	
.imagens {
	text-align: left;
}
	.imagens > img {
		width: calc((100% / 5) - 20px);
		margin: 10px;
		vertical-align: bottom;
		cursor: pointer;
		height: auto;
	}
	
#orcamento {
	
}
	#orcamento .buttons {
		
	}
		#orcamento .buttons .button {
			line-height: 2em;
		}
			#orcamento .buttons .button .material-icons {
				vertical-align: middle;
				margin-right: 0.2em;
			}
			

.portfolio {
	
}
	.portfolio h1 {
		margin: 0;
	}
	.portfolio .foto {
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		min-width: 25%;
		width: 25%;
		max-width: 25%;
		height: 16vw;
		transition: all 0.3s ease 0s;
		z-index: 0;
		cursor: pointer;
		user-select: none;
	}
	.portfolio .foto:hover {
		transform: scale(1.15);
		z-index: 1;
		box-shadow: rgba(0,0,0,0.5) 0.2604vw 0.2604vw 1.0416vw;
		border-radius: calc((10 / 1920) * 100vw);
		border: solid calc((3 / 1920) * 100vw) #d7d7d7;
	}
	
#rodape {
	
}
	#rodape a {
		
	}
	#rodape a > span.img {
		background-size: 2.33vw;
		background-position: center;
		background-repeat: no-repeat;
		height: 3vw;
		width: 3vw;
		display: inline-block;
	}
	#rodape .logo {
		height: calc((150 / 1920) * 100vw);
	}
	
#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);
}

@media (max-width: 959px) and (orientation: portrait) {
	body, body[scrolling="1"], body[scrolling="1"][pagina="equipe"] {
		font-size: 3.5vw;
		line-height: 1.5em;
		padding: 21vw 0 0 0;
	}
	
	.m-hide {
		display: none;
	}

    .separador {
        height: 9.72vw;
        line-height: 9.72vw;
    }

	.no-parallax {
		height: auto;
	}


	.cabecalho, .cabecalho-lp .logo {
		display: none;
	}
	
	.cabecalho-lp .center.m2t {
		margin-top: 0;
	}

	.cabecalho-mobile {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		height: 21vw;
		z-index: 10;
		background-color: #fff;
		color: #183356;
		box-shadow: rgba(0,0,0,0.2) 0 0 2vw;
	}

		.cabecalho-mobile > a.menu {
			position: absolute;
			left: 0;
			top: 0;
			bottom: 0;
			width: 16vw;
			line-height: 21vw;
			font-size: 8vw;
			z-index: 1;
		}
        .cabecalho-mobile > a.link {
            position: absolute;
            top: 0;
            bottom: 0;
            width: 12vw;
            line-height: 21vw;
            font-size: 7vw;
            z-index: 1;
        }

        .cabecalho-mobile > a.link.facebook {
            right: 12vw;
        }
        .cabecalho-mobile > a.link.instagram {
            right: 0vw;
        }


		.cabecalho-mobile > a.logo {
			display: block;
			position: absolute;
			left: 25vw;
			right: 25vw;
			top: 0;
			bottom: 0;
			line-height: 21vw;
			z-index: 0;
		}

			.cabecalho-mobile > a.logo > img {
				max-height: 15vw;
				vertical-align: middle;
			}

	.menu-mobile {
		display: block;
		position: fixed;
		top: 21vw;
		z-index: 9;
		background-color: #fff;
		color: #183356;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-x: hidden;
		overflow-y: auto;
	}

		.menu-mobile > div {
			display: block;
			height: 21vw;
			line-height: 21vw;
			border-bottom: 1px solid #e6e6e6;
			font-size: 1.2em;
			font-weight: 400;
		}
			.menu-mobile > div > a {
				display: block;
			}

		.menu-mobile > .botoes {
			height: 21vw;
			line-height: 21vw;
			display: flex;
		}

			.menu-mobile > .botoes > a {
				flex: 1;
				line-height: 21vw;
				font-size: 8vw;
				color: #183356 ;
				background-color: #fff;
			}

	.larguraMaxima, .larguraMaxima2 {
		display: block;
		width: auto;
		padding: 0 10vw;
	}

	img {
		
	}

	iframe {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	
	.subtitulo {
		font-size: 1.15em;
	}

	.blocos {
		display: block;
	}

	h1, h2, h3 {
		margin: 0 0 1em 0;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.35em;
	}
	
	#sobre .box.left {
		text-align: center;
	}
	
	.pilar.box.wrap {
		flex-wrap: nowrap;
	}
	.pilar .flex, .pilar .flex:nth-child(odd) {
		width: 100%;
		padding: 0;
	}
	
	.fs-26 {
		font-size: 1.2em;
	}
	._p100tb {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
	
	.m4t {
		margin-top: 10vw;
	}
	.m4tb {
		margin-top: 10vw;
		margin-bottom: 10vw;
	}
	.m3t {
		margin-top: 8vw;
	}
	.m3tb {
		margin-top: 8vw;
		margin-bottom: 8vw;
	}
	.m2t {
		margin-top: 6vw;
	}
	.m2tb {
		margin-top: 6vw;
		margin-bottom: 6vw;
	}
	.m2lr {
		margin-left: 6vw;
		margin-right: 6vw;
	}
	.m1t {
		margin-top: 4vw;
	}
	.m1tb {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	.m1lr {
		margin-left: 2vw;
		margin-right: 2vw;
	}
	.m1l {
		margin-left: 2vw;
	}
	.m05t {
		margin-top: 1vw;
	}
	.m05b {
		margin-top: 1vw;
	}
	.m05lr {
		margin-left: 1vw;
		margin-right: 1vw;
	}

	.p7 {
		padding: 10vw;
	}
	.p1t {
		padding-top: 2vw;
	}

	.w33per, .w50per {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
	}
	.w4 {
		width: 10vw;
	}
	._m18lr {
		margin-left: 0;
		margin-right: 0;
	}
	#nossa-visao h2.left {
		text-align: center;
	}
	#nossa-equipe .pessoa {	
		margin: 15vw 0;
	}
	.ball-280 {
		width: 35vw;
		height: 35vw;
	}
	.flex1._m50l {
		margin-left: 0;
	}

	.h8 {
		height: 12vw;
		width: auto;
		min-width: auto;
		max-width: none;
	}
	
	.icon-big, .icon-big2, .icon-bigger {
		height: 20vw;
	}
	.ball-11 {
		width: 30vw;
		height: 30vw;
		display: inline-block;
	}
	
	#nossa-equipe .flex.left {
		text-align: center;
	}
	
	.pessoa > .m1lr.m2tb {
		margin: 10vw 0;
	}
	
	#destaques {
		
	}
	#destaques .box .flex1 {
		margin-bottom: 10vw;
	}
	
	._m25lr {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	
	#orcamento ._m25lr {
		margin: 0;
	}
	
	
	.h100p {
		height: 45vw;
	}
	._m45t {
		margin-top: 5vw;
	}
	._m45b {
		margin-bottom: 5vw;
	}
	._m90b {
		margin-bottom: 10vw;
	}
	._m90t {
		margin-top: 10vw;
	}
	
	[produtos] .box {
		padding: 0 5vw;
	}
	[produtos] .produto {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
	}
	.areas .produto {
		padding: 3vw 0 1vw 0;
	}
	#parceiros.areas .produto {
		padding: 0;
	}
	#parceiros .produto .img {
		height: 70.5vw;
	}
	[produtos] .produto.show-true {
		display: block;
	}
	.blog .produto .img {
		height: 32vw;
	}
	.mapa {
		height: 75vw;
	}
	
	#rodape {
		padding: 10vw 0;
	}
	
	._p33lr {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	._p23tb {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	._m38t {
		margin-top: 5vw;
	}
	._m38b {
		margin-bottom: 5vw;
	}

	[slideshow] .move, [produtos] .move {
		font-size: 50px;
		width: 50px;
	}
	._p90tb {
		padding-top: 10vw;
		padding-bottom: 10vw;
	}

    #banner {
        
    }
	
		#banner > .logo {
			display: none;
		}
			
		#banner > .descer {
			display: none;
		}
		
	#destaques .texto br {
		display: none;
	}

	#sobre {
		margin: 0;
	}
		#sobre .box {
			display: block;
		}
			#sobre .texto {
				padding: 0;
				margin: 10vw 0 0 0;
			}
				#sobre .texto h2.left, #sobre .texto div.left {
					text-align: center;
				}

	#contato .box.contato {
		display: flex;
	}
	#contato .flex > img {
		width: 6vw;
		min-width: 6vw;
		max-width: 6vw;
		height: auto;
	}
	#contato .flex1.m2lr {
		margin: 10vw 0;
	}
	#nossa-equipe .titulo, #contato .titulo {
		margin-bottom: 4vw;
	}
		
	[slideshow] .balls {
		display: none;
	}
	.blocos.fundo-cinza form {
		margin: 0;
	}
	form > .input {
		margin-bottom: 5vw;
	}
	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"], .botao {
		height: 12vw;
		padding: 0 5vw;
	}
	.botao {
		line-height: 12vw;
	}

	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;
	}
	
	#artigo._p90tb {
		padding: 1vw 0 5vw 0;
	}
	[pagina="area"] #artigo._p90tb {
		padding: 10vw 0 5vw 0;
	}
	
	#rodape a > span.img {
		background-size: 6vw;
		background-position: center;
		background-repeat: no-repeat;
		height: 10vw;
		width: 10vw;
		display: inline-block;
	}

	h1.m20b {
		margin: 0;
	}

    [catalogos] > .catalogo {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }

    [catalogos] > .produto {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
        padding: 1em 0;
    }
        [catalogos] > .produto > .img {
            width: 50vw;
            height: 50vw;
        }


    #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: 2vw 5vw;
	}


    .mo-p10 {
        padding: 10vw;
    }


    .box {
        display: block;
    }
    .box.dados, .flex-mobile {
        display: flex;
    }
	
	
    #contato.mo-p10 {
        padding-bottom: 0;
    }
	
	.titulo {
		font-size: 1.5em;
	}
	
	[catalogo] {
		margin: 5vw 0 0 0;
	}
	[catalogo] .slides {
		height: 50vw;
	}
	[catalogo] .move {
		top: calc(50% - 7vw);
		height: 14vw;
		line-height: 14vw;
		font-size: 14vw;
		width: 14vw;
		margin: 0;
	}
	[catalogo] .list > .img {
		width: calc((100% / 5) - (60px / 5));
		height: 12vw;
		margin: 2px 5px;
	}
	
	[produtos].box > a {
		padding: 0 6vw 6vw 6vw;
		margin-bottom: 6vw;
		border-radius: 6vw;
	}
				
	#citacao {
		margin: 30px 0;
		padding: 10vw;
	}				
		#citacao .icon > span {
			font-size: 4em;
		}
	
	.img.thumb, [pagina="blog"] [blog] .img.thumb, [pagina="na-midia"] [blog] .img.thumb {
		height: 42vw;
	}
	
	.imagens > img {
		width: 100%;
		margin: 10px 0;
	}
	
	#artigo h1 {
		line-height: 1.25em;
		margin-top: 7vw;
	}
	.p3 {
		padding: 8vw;
	}
	#subscribe > .m4tb {
		padding: 10vw;
	}
	#subscribe > .m4tb {
		margin-top: 0;
		margin-bottom: 0;
	}
	
	.o-especialista .flex3 {
		padding-left: 0;
	}
	
	.caracteristicas {
		padding: 10vw;
	}
	.caracteristicas .caracteristica {
		line-height: 1.5em;
		font-size: 1em;
	}
	.caracteristicas .caracteristica img {
		width: 10vw;
		min-width: 10vw;
		max-width: 10vw;
	}
	.caracteristicas .icones {
		font-size: 2em;
	}
	
	.depoimento .box {
		display: flex;
	}
	.ball-120 {
		width: 15vw;
		height: 15vw;
	}
	.depoimento h3 {
		margin-top: 2vw;
	}
	.depoimento .estrelas img {
		width: 15vw;
		min-width: 15vw;
		max-width: 15vw;
	}
	.depoimentos .larguraMaxima {
		padding: 0 3vw;
	}
	.depoimento .flex4 {
		padding-left: 0.5em;
	}
	.depoimentos h2 {
		font-size: 1.35em;
		margin-bottom: 0.5em;
	}
	img._w154 {
		width: 19vw;
		min-width: 19vw;
		max-width: 19vw;
	}
	
	img._w220 {
		width: 35vw;
		min-width: 35vw;
		max-width: 35vw;
	}
	
	.porques .box .flex1, .como-ajudar .box .flex1 {
		margin-bottom: 5vw;
	}
	
	.como-ajudar .box .flex1 {
		display: block;
	}
	
	.modal > .close {
		font-size: 8vw;
		width: 14vw;
		height: 14vw;
		line-height: 14vw;
    }
	.modal > .left, .modal > .right {
		width: 10vw;
		height: 10vw;
		line-height: 10vw;
		font-size: 10vw;
	}
	
	.categoria .capa, .categoria.pos-left .capa, .categoria.pos-right .capa, .categoria .capa .info, .categoria.pos-left .capa .info, .categoria.pos-right .capa .info {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		width: auto;
		height: auto;
		margin-top: 0;
	}
	
	.categoria .capa {
		padding: 10vw;
	}
	.categoria.pos-left .capa .info, .categoria.pos-right .capa .info {
		border-radius: 1em;
		border-left: 0;
		border-right: 0;
		padding: 10vw;
	}
		.categoria .capa .info h1 {
			margin-bottom: 0.5em;
		}
	.categoria .cursos {
		padding: 10vw;
		display: flex;
		flex-wrap: wrap;
	}
	.categoria.pos-left .cursos {
		padding-left: 10vw;
		color: #183356;
		background-color: #fff;
	}
	.categoria.pos-right .cursos {
		padding-right: 10vw;
		color: #183356;
		background-color: #fff;
	}
	.categoria .cursos .curso {
		flex: 1;
	}
	.categoria .cursos.count-2 .curso, .categoria .cursos.count-3 .curso, .categoria .cursos.count-4 .curso {
		min-width: calc(100% / 2);
		max-width: calc(100% / 2);
		width: calc(100% / 2);
	}
	
	#contato .garanta {
		margin-top: 10vw;
	}
	
					
	[pagina="curso"] img.capa {
		width: 50vw;
	}
	
	.portfolio {
		
	}
		.portfolio .box {
			display: flex;
			flex-wrap: wrap;
		}
		.portfolio .foto {
			min-width: 50%;
			width: 50%;
			max-width: 50%;
			height: 28vw;
		}
		
	.projetos3dcodigo iframe {
		height: 100vw;	
	}
	
	.pilar .img {
	    height: 40vw;	
	}
	.pilar .label {
		height: auto;
		line-height: 1.2em;
		padding: 0.35em 1em;
	}
	.pilar ._m45t {
		margin-top: 10vw;
	}
	._m30b {
		margin-bottom: 5vw;
	}
	.border-b-red {
		border-width: 0.25em;
	}
	
	#tecnologia .box.left, #area-do-associado .box.left {
		display: flex;
		flex-wrap: wrap;
	}
		#tecnologia .flex1, #area-do-associado .flex1, #estrutura .flex1 {
			width: 100%;
			min-width: 100%;
			text-align: center;
		}
		#tecnologia h1, #convenio h1 {
			margin-top: 5vw;
		}
		#tecnologia .botao {
			margin-bottom: 2vw;
		}
		.order-01 {
			order: 1;
		}
		.order-02 {
			order: 2;
		}
	#convenio .flex1 {
		text-align: center;
	}
	
	#unidades select {
		width: 80%;
		height: 2em;
	}
	.pergunta:not(:last-child) {
		margin-bottom: 8vw;
		padding-bottom: 8vw;
	}
	.pergunta > p {
		margin-top: 5vw;
	}
	._m100t {
		margin-top: 10vw;
	}
	
	.submenus {
		background-color: #183356;
		color: #fff;
	}
	.submenu {
		display: block;
	}
	
	#rodape .logo {
		height: 5em;
	}
}