﻿<br />
<b>Notice</b>:  Undefined index: artigo in <b>/var/www/vhosts/renovi.vc/httpdocs/meta.php</b> on line <b>19</b><br />
<br />
<b>Notice</b>:  Undefined index: descrição in <b>/var/www/vhosts/renovi.vc/httpdocs/meta.php</b> on line <b>43</b><br />
<br />
<b>Notice</b>:  Trying to access array offset on value of type bool in <b>/var/www/vhosts/renovi.vc/httpdocs/meta.php</b> on line <b>165</b><br />

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: 'Barlow', sans-serif;
	font-size: calc((24 / 1920) * 100vw);
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.1em;
	padding: 0;
	margin: 0;
	color: #393939;
	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: #000;
		}
	}


.center {
	text-align: center;
}
.left {
	text-align: left;
}
.justify {
	text-align: justify;
}

h1, h2, h3 {
	line-height: calc((64 / 1920) * 100vw);
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
}
h1 {
    font-size: 2.2em;
	font-weight: 900;
	letter-spacing: 0.15em;
}
h2 {
    font-size: 1.6em;
	font-weight: 900;
}
h3 {
	font-size: 1.1em;
}
.fw-900 {
	font-weight: 900;
}
.titulo {
	font-size: 1.4em;
	line-height: 1.1em;
    font-weight: bold;
	text-transform: uppercase;
}
.titulo-fish {
    font-size: calc((32 / 1920) * 100vw);
    line-height: calc((32 / 1920) * 100vw);
	padding: calc((18 / 1920) * 100vw);
	background-color: #000;
	color: #fff;
	border-radius: calc((30 / 1920) * 100vw) 0 calc((30 / 1920) * 100vw) 0;
	text-transform: uppercase;
	display: inline-block;
}
.subtitulo {
	font-size: 1.1579em;
	line-height: 1.26em;
}
.borderB {
	border-bottom: #000 1px solid;
}
.borderR {
	border-right: #000 1px solid;
}
.borderL {
	border-left: #000 1px solid;
}
.borderT {
	border-top: #000 1px solid;
}
.borderTRBL {
	border: #000 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: #000 ;
    height: 2.56vw;
    line-height: 2.56vw;
}

.botao .icon {
	vertical-align: middle;
	margin-right: 0.5em;
}

.icon-big {
	height: calc((223 / 1920) * 100vw);
}
.icon-bigger {
	height: calc((100 / 1920) * 100vw);
}
.icon-big2 {
	height: calc((160 / 1920) * 100vw);
}
.fonte-branca {
	color: #fff;
}
.fundo-branco {
	background-color: #fff;
}
.fundo-verde {
	background-color: ;
}
.fonte-preta {
	color: #000;
}
.fundo-preto {
	background-color: #000;
}
.fundo-cinza {
	background-color: #999;
}
.fundo-cinza-escuro {
	background-color: #393939;
}
.fonte-cinza-claro {
	color: #9a9a9a;
}
.fonte-cinza-escuro {
	color: #393939;
}
.borda-dourada-b {
	border-bottom: calc((8 / 1920) * 100vw) solid #B08C4D;
	display: inline-block;
	width: 20%;
}
.borda-cinza-escuro-b {
	border-bottom: calc((8 / 1920) * 100vw) solid #393939;
	display: inline-block;
	width: 20%;
}
.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('');
}
.fundo-02 {
	background-image: url('');
}
.fundo-03 {
	background-image: url('');
}

.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;
}

._m20t {
	margin-top: calc((20 / 1920) * 100vw);
}
._m30b {
	margin-bottom: calc((30 / 1920) * 100vw);
}
._m35t {
	margin-top: calc((35 / 1920) * 100vw);
}
._m38t {
	margin-top: calc((38 / 1920) * 100vw);
}
._m38b {
	margin-bottom: calc((38 / 1920) * 100vw);
}
._m40b {
	margin-bottom: calc((40 / 1920) * 100vw);
}
._m45t {
	margin-top: calc((45 / 1920) * 100vw);
}
._m45b {
	margin-bottom: calc((45 / 1920) * 100vw);
}
._m50tb {
	margin-top: calc((50 / 1920) * 100vw);
	margin-bottom: calc((50 / 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);
}

._p17lr {
	padding-left: calc((17.5 / 1920) * 100vw);
	padding-right: calc((17.5 / 1920) * 100vw);
}
._p35lr {
	padding-left: calc((35 / 1920) * 100vw);
	padding-right: calc((35 / 1920) * 100vw);
}
._p40tb {
	padding-top: calc((40 / 1920) * 100vw);
	padding-bottom: calc((40 / 1920) * 100vw);
}
._p60tb {
	padding-top: calc((60 / 1920) * 100vw);
	padding-bottom: calc((60 / 1920) * 100vw);
}
._p60lr {
	padding-left: calc((60 / 1920) * 100vw);
	padding-right: calc((60 / 1920) * 100vw);
}
._p90tb {
	padding-top: calc((90 / 1920) * 100vw);
	padding-bottom: calc((90 / 1920) * 100vw);
}
._p100t {
	padding-top: calc((100 / 1920) * 100vw);
}
._p100tb {
	padding-top: calc((100 / 1920) * 100vw);
	padding-bottom: calc((100 / 1920) * 100vw);
}
._p100lr {
	padding-left: calc((100 / 1920) * 100vw);
	padding-right: calc((100 / 1920) * 100vw);
}
._m100lr {
	margin-left: calc((100 / 1920) * 100vw);
	margin-right: calc((100 / 1920) * 100vw);
}
._p120tb {
	padding-top: calc((120 / 1920) * 100vw);
	padding-bottom: calc((120 / 1920) * 100vw);
}
._p150t {
	padding-top: calc((150 / 1920) * 100vw);
}
._p150lr {
	padding-left: calc((150 / 1920) * 100vw);
	padding-right: calc((150 / 1920) * 100vw);
}
._m150lr {
	margin-left: calc((150 / 1920) * 100vw);
	margin-right: calc((150 / 1920) * 100vw);
}
._m150t {
	margin-top: calc((150 / 1920) * 100vw);
}
._m150tb {
	margin-top: calc((150 / 1920) * 100vw);
	margin-bottom: calc((150 / 1920) * 100vw);
}
._m150l {
	margin-left: calc((150 / 1920) * 100vw);
}
._m150r {
	margin-right: calc((150 / 1920) * 100vw);
}
._p150tb {
	padding-top: calc((150 / 1920) * 100vw);
	padding-bottom: calc((150 / 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;
}
._p10lr {
	padding-left: calc((10 / 1920) * 100vw);
	padding-right: calc((10 / 1920) * 100vw);
}
._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);
}
._p32tb {
	padding-top: calc((32 / 1920) * 100vw);
	padding-bottom: calc((32 / 1920) * 100vw);
}
._m32tb {
	margin-top: calc((32 / 1920) * 100vw);
	margin-bottom: calc((32 / 1920) * 100vw);
}
._lh32 {
	line-height: calc((32 / 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);
}
._p50tb {
	padding-top: calc((50 / 1920) * 100vw);
	padding-bottom: 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);
}
.fs-1-6 {
	font-size: 1.6em;
}

.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) ;
}

.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: 100%;
    top: 0;
    left: 0;
	right: 0;
	background-color: #999;
	color: white;
	box-shadow: rgba(0,0,0,0) 0 0 2vw;
    z-index: 10;
	height: calc((165 / 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;
}
	.cabecalho > .logo {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: calc((230 / 1920) * 100vw);
		transition: all 0.3s ease 0s;
	}
	body[scrolling="1"] .cabecalho > .logo {
		left: calc((20 / 1920) * 100vw);
		width: calc((220 / 1920) * 100vw);
	}
		.cabecalho > .logo > img {
			height: 100%;
		}
    .cabecalho .menu {
		position: absolute;
		bottom: 0;
		left: calc((420 / 1920)* 100vw);
		right: 0;
		display: flex;
		transition: all 0.3s ease 0s;
		font-size: 1.8em;
		font-weight: 600;
    }
    body[scrolling="1"] .cabecalho .menu {
		font-size: 1.5em;
    }
        .cabecalho .menu > div {
            flex: 1 auto;
			line-height: calc((120 / 1920) * 100vw);
			text-align: center;
			text-transform: uppercase;
        }
        body[scrolling="1"] .cabecalho .menu > div {
            line-height: calc((100 / 1920) * 100vw);
        }
        .cabecalho .menu > div > a {
			display: block;
        }
			.cabecalho .menu > div > a > .img {
				display: inline-block;
				width: calc((48 / 1920) * 100vw);
				height: calc((48 / 1920) * 100vw);
				vertical-align: middle;
				margin-top: calc((-10 / 1920) * 100vw);
			}
        .cabecalho .menu > div.layout-0.selecionado-true, .cabecalho .menu > div.layout-0:hover {
			
        }
		.cabecalho .menu > div.layout-1 > div {
			color: #fff;
			border-radius: 10em;
		}
		.cabecalho .menu > div > div > .submenus {
			display: none;
			position: absolute;
			background-color: #000;
			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((638 / 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: #000 ;
			}
	

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((60 / 1920) * 100vw);
            text-align: center;
            padding: 0 2em;
            border: none;
            cursor: pointer;
			border-radius: 10em;
			text-transform: uppercase;
			font-weight: bold;
        }
		.botao {
            line-height: calc((60 / 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);
}

.especialidades {
	
	
}
	.especialidades .especialidade {
		width: calc(100% / 3);
		min-width: calc(100% / 3);
		max-width: calc(100% / 3);
	}
	.especialidades .especialidade .img {
		height: calc((267 / 1920) * 100vw);
		width: calc((400 / 1920) * 100vw);
	}
	.especialidades .especialidade .botao {
		height: calc((35 / 1920) * 100vw);
		line-height: calc((35 / 1920) * 100vw);
		font-size: 0.9em;
		padding: 0 1.2em;
	}

.depoimentos {
	
}
	.depoimentos .depoimento {
		width: calc(100% / 3);
		min-width: calc(100% / 3);
		max-width: calc(100% / 3);
	}
		.depoimentos .depoimento .img {
			height: calc((480 / 1920) * 100vw);
			width: calc((480 / 1920) * 100vw);
		}

#nossa-visao iframe, .mapa iframe {
	height: 100%;
    width: 100%;
    border: none;
}
#artigo iframe {
	height: 42vw;
    width: 100%;
    border: none;
}


.show-false {
	display: none;
}

p {
	text-align: justify;
}


.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.info-true {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

        .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.info-true > .img {
            background-color: #4d4d4d;
			right: 30%;
        }
		
        .modal > .content.info-true > .modal-info {
            left: 70%;
			right: 4vw;
			padding: 2vw;
			overflow-y: auto;
        }

        .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 .modal-titulo {
		transition: all 0.3s ease 0s;
		position: absolute;
		bottom: 0;
		padding: 1em;
		line-height: 1em;
		background-color: rgba(0,0,0,0.8);
		top: auto;
	}

    .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;
    }

		
#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;
	}
	
#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 {
		position: absolute;
		height: 5vw;
		bottom: 0;
		right: 0;
	}
	
#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: #000;
		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: #000;
		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: #000 ;
				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;
		line-height: 1em;
	}
	h1 {
		font-size: 1.5em;
	}
	h2 {
		font-size: 1.35em;
	}
	
	._lh32 {
		line-height: 1em;
	}
	._p32tb, ._p40tb {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	._m32tb {
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	._p100lr {
		padding-left: 10vw;
		padding-right: 10vw;
	}
	
	.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;
	}
	.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;
	}

	
	#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;
	}
	
	
	#rodape {
		padding: 10vw 0;
	}
	
	._p33lr {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	._p23tb {
		padding-top: 5vw;
		padding-bottom: 5vw;
	}
	._m20t {
		margin-top: 2vw;
	}
	._m35t, ._m38t {
		margin-top: 2vw;
	}
	._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 {
		
	}
		#sobre .texto {
			 
		}

	#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;
	}


    #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.1em;
	}
	
				
	.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;
	}
	
	
	.ball-120 {
		width: 15vw;
		height: 15vw;
	}
	img._w154 {
		width: 19vw;
		min-width: 19vw;
		max-width: 19vw;
	}
	
	img._w220 {
		width: 35vw;
		min-width: 35vw;
		max-width: 35vw;
	}
	
	.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;
	}
	
	
	
	._m30b {
		margin-bottom: 5vw;
	}
	.border-b-red {
		border-width: 0.25em;
	}
	
	._m100t {
		margin-top: 10vw;
	}
	
	.submenus {
		background-color: #000;
		color: #fff;
	}
	.submenu {
		display: block;
	}
	
	.titulo-fish {
		font-size: 1.2em;
		padding: 1em;
		border-radius: 1.25em 0 1.25em 0;
	}
	
		
	.modal > .content.info-true > .img {
		right: 0;
		bottom: 40%;
	}
	.modal > .content.info-true > .modal-info {
		top: 60%;
		left: 0;
		right: 0;
		padding: 10vw;
	}
		
	#sobre .bg-img-full {
		height: 75vw;
	}
	
	#destaques .box, .especialidades .box {
		display: flex;
		flex-wrap: wrap;
	}
		#destaques .box .flex1, .especialidades .box .flex {
			width: 50%;
			min-width: 50%;
			max-width: 50%;
		}
					
	#sobre {
		display: block;
	}		
		#sobre .d-in-block {
			display: block;
		}		
		#sobre ._m150r {
			margin: 10vw;
		}		
		#sobre img {
			
		}	
	
	.especialidades .especialidade .botao {
		height: 1.5em;
		line-height: 1.5em;
	}
	.especialidades .box {
		padding: 5vw;
		margin: 5vw 0
	}
	.especialidades .box .flex {
		margin-top: 6vw;
	}
	.especialidades .especialidade .img {
		height: 26vw;
		width: 100%;
	}
	
	.depoimentos .box {
		padding: 5vw;
	}
		.depoimentos .depoimento {
			width: 100%;
			min-width: 100%;
			max-width: 100%;
			margin-bottom: 8vw;
		}
			.depoimentos .depoimento .img {
				width: 40vw;
				height: 40vw;
				border-radius: 10em;
			}
	
	._m150lr {
		margin-left: 10vw;
		margin-right: 10vw;
	}
	
	.borda-cinza-escuro-b, .borda-dourada-b {
		border-width: 1vw;
	}
	
	#rodape {
		padding: 10vw;
	}
	#rodape .logo {
		height: 5em;
	}
	
	#rodape .flex2 {
		margin: 5vw 0;
	}
}