@charset "UTF-8";
/* ========================================================================== Normalize.scss settings ========================================================================== */
/** Includes legacy browser support IE6/7  Set to false if you want to drop support for IE6 and IE7 */
/* Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

/* HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined for any HTML5 element in IE 8/9. Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox. Correct `block` display not defined for `main` in IE 11. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

/** 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio, canvas, progress, video { display: inline-block; /* 1 */ vertical-align: baseline; /* 2 */ }

/** Prevents modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) { display: none; height: 0; }

/** Address `[hidden]` styling not present in IE 8/9/10. Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22. */
[hidden], template { display: none; }

/* Links ========================================================================== */
/** Remove the gray background color from active links in IE 10. */
a { background-color: transparent; }

/** Improve readability of focused elements when they are also in an active/hover state. */
a:active, a:hover { outline: 0; }

/* Text-level semantics ========================================================================== */
/** Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

/** Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b, strong { font-weight: bold; }

/** Address styling not present in Safari and Chrome. */
dfn { font-style: italic; }

/** Address variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

/** Addresses styling not present in IE 8/9. */
mark { background: #ff0; color: #000; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

/* Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 8/9/10. 2. Improves image quality when scaled in IE 7. */
img { border: 0; }

/** Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) { overflow: hidden; }

/* Grouping content ========================================================================== */
/** Address margin not present in IE 8/9 and Safari. */
figure { margin: 1em 40px; }

/** Address differences between Firefox and other browsers. */
hr { box-sizing: content-box; height: 0; }

/** Contain overflow in all browsers. */
pre { overflow: auto; }

/** Address odd `em`-unit font size rendering in all browsers. Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, monospace; font-size: 1em; }

/* Forms ========================================================================== */
/** Known limitation: by default, Chrome and Safari on OS X allow very limited styling of `select`, unless a `border` property is set. */
/** 1. Correct color not being inherited. Known issue: affects color of disabled elements. 2. Correct font properties not being inherited. 3. Address margins set differently in Firefox 4+, Safari, and Chrome. 4. Improves appearance and consistency in all browsers. */
button, input, optgroup, select, textarea { color: inherit; /* 1 */ font: inherit; /* 2 */ margin: 0; /* 3 */ }

/** Address `overflow` set to `hidden` in IE 8/9/10/11. */
button { overflow: visible; }

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. Correct `select` style inheritance in Firefox. */
button, select { text-transform: none; }

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] { cursor: default; }

/** Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
input { line-height: normal; }

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** Fix the cursor style for Chrome's increment/decrement buttons. For certain `font-size` values of the `input`, it causes the cursor style of the decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

/** 1. Address `appearance` set to `searchfield` in Safari and Chrome. 2. Address `box-sizing` set to `border-box` in Safari and Chrome. */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ box-sizing: content-box; /* 2 */ }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9/10/11. 2. Remove padding so people aren't caught out if they zero out fieldsets. 3. Corrects text not wrapping in Firefox 3. 4. Corrects alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** Remove default vertical scrollbar in IE 8/9/10/11. */
textarea { overflow: auto; }

/** Don't inherit the `font-weight` (applied by a rule above). NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup { font-weight: bold; }

/* Tables ========================================================================== */
/** Remove most spacing between table cells. */
table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

*, *::after, *::before { box-sizing: border-box; }

.grid-1 { width: calc(8.3333333333% - 20px); }

.grid-2 { width: calc(16.6666666667% - 20px); }

.grid-3 { width: calc(25% - 20px); }

.grid-4 { width: calc(33.3333333333% - 20px); }

.grid-5 { width: calc(41.6666666667% - 20px); }

.grid-6 { width: calc(50% - 20px); }

.grid-7 { width: calc(58.3333333333% - 20px); }

.grid-8 { width: calc(66.6666666667% - 20px); }

.grid-9 { width: calc(75% - 20px); }

.grid-10 { width: calc(83.3333333333% - 20px); }

.grid-11 { width: calc(91.6666666667% - 20px); }

.grid-12 { width: calc(100% - 20px); }

[class^="grid-"] { float: left; min-height: 1px; margin-left: 10px; margin-right: 10px; }
@media screen and (max-width: 768px) { [class^="grid-"] { width: 100%; float: none; margin-left: 0px; margin-right: 0px; } }

.offset-1 { margin-left: calc(8.3333333333% + 10px); }

.offset-2 { margin-left: calc(16.6666666667% + 10px); }

.offset-3 { margin-left: calc(25% + 10px); }

.offset-4 { margin-left: calc(33.3333333333% + 10px); }

.offset-5 { margin-left: calc(41.6666666667% + 10px); }

.offset-6 { margin-left: calc(50% + 10px); }

.offset-7 { margin-left: calc(58.3333333333% + 10px); }

.offset-8 { margin-left: calc(66.6666666667% + 10px); }

.offset-9 { margin-left: calc(75% + 10px); }

.offset-10 { margin-left: calc(83.3333333333% + 10px); }

.offset-11 { margin-left: calc(91.6666666667% + 10px); }

.offset-12 { margin-left: calc(100% + 10px); }

@media screen and (max-width: 768px) { .offset-1, .offset-2, .offset-3, .offset-4, .offset-5, .offset-6, .offset-7, .offset-8, .offset-9, .offset-10, .offset-11, .offset-12 { margin-left: 0px; } }
.container { max-width: 960px; margin: 0px auto; position: relative; }
@media screen and (max-width: 768px) { .container { padding-left: 10px; padding-right: 10px; } }
.container::after, .container::before { content: ''; display: table; clear: both; }

.row { position: relative; margin-left: -10px; margin-right: -10px; }
@media screen and (max-width: 768px) { .row { margin-left: 0px; margin-right: 0px; } }
.row::after, .row::before { content: ''; display: table; clear: both; }

@font-face { font-family: 'Franklin Gothic'; src: url("fonts/FranklinGothic-Medium/FranklinGothic-Book.eot"); src: url("fonts/FranklinGothic-Medium/FranklinGothic-Book.eot?#iefix") format("embedded-opentype"), url("fonts/FranklinGothic-Medium/FranklinGothic-Book.woff2") format("woff2"), url("fonts/FranklinGothic-Medium/FranklinGothic-Book.woff") format("woff"), url("fonts/FranklinGothic-Medium/FranklinGothic-Book.ttf") format("truetype"), url("fonts/FranklinGothic-Medium/FranklinGothic-Book.svg#FranklinGothic-Medium") format("svg"); font-weight: 500; font-style: normal; font-display: swap; }
@font-face { font-family: 'Humanst521 BT'; src: url("fonts/Humanist521BT/Humanist521BT-Bold.eot"); src: url("fonts/Humanist521BT/Humanist521BT-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Humanist521BT/Humanist521BT-Bold.woff2") format("woff2"), url("fonts/Humanist521BT/Humanist521BT-Bold.woff") format("woff"), url("fonts/Humanist521BT/Humanist521BT-Bold.ttf") format("truetype"), url("fonts/Humanist521BT/Humanist521BT-Bold.svg#Humanist521BT-Bold") format("svg"); font-weight: bold; font-style: normal; font-display: swap; }
*, *:after, *::before { box-sizing: border-box; outline-color: transparent; }

img { max-width: 100%; }

a { text-decoration: none; }

h2 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }

p { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; }

:not(output):-moz-ui-invalid { box-shadow: transparent 0px 0px 0px 0px; }

form button { border-width: 0; }
form input, form textarea, form select { width: 100%; border: 1px solid rgba(36, 36, 36, 0.5); background: #ffffff; padding: 0.675rem; color: #242424; margin-bottom: 1.5rem; margin-right: 0.313rem; font-family: "Franklin Gothic", "Arial"; }

.btn { background: transparent; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #242424; padding: 10px 20px; border: 1px solid rgba(36, 36, 36, 0.5); display: inline-block; transition: .3s; }
@media screen and (max-width: 768px) { .btn { padding: 5px 20px; } }
.btn:hover { background: #00416f; color: #ffffff; }

.btn-branco { background: transparent; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #ffffff !important; padding: 10px 20px; border: 1px solid rgba(255, 255, 255, 0.5); display: inline-block; transition: .3s; }
.btn-branco:hover { background: #00416f; color: #ffffff; }
.btn-branco::before { background-color: transparent !important; }
.btn-branco::after { background-color: transparent !important; }

.center { max-width: 230px; margin: 10px auto; display: flex; justify-content: center; }

.textarea { height: 117px; transition: height 0.15s cubic-bezier(0.4, 0, 0.2, 1); }

.form-input-container { display: flex; align-items: center; position: relative; --top: 10px; --left: 5px; --color: #242424; --font-size: 1.0625rem; --padding-tag: .33rem; font-family: "Franklin Gothic", "Arial"; }
.form-input-label { cursor: text; position: absolute; top: var(--top); left: var(--left); color: var(--color); font-size: var(--font-size); padding-right: var(--padding-tag); padding-left: var(--padding-tag); background: transparent; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
.form-input-caracteres { cursor: text; position: absolute; top: 97px; left: 150px; font-size: 14px !important; color: var(--color); font-size: var(--font-size); padding-right: var(--padding-tag); padding-left: var(--padding-tag); background: transparent; transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1); }
@media screen and (max-width: 479px) { .form-input-caracteres { display: none; } }
.form-input:focus { --color:#242424; outline: 0; border-width: 1px; }
.form-input:focus + .form-input-label, .form-input:focus .form-input-caracteres { --top: -17px; --left: 5px; --color: #fff; --font-size: .85rem; --padding-tag: .33rem; font-weight: bold; letter-spacing: 1px; }
.form-input:focus + .form-input-caracteres { --color: #242424; }
.form-input:not([value=""]):not(:focus):invalid { border-width: 1px; --color: #d50000; }
.form-input:not([value=""]):not(:focus):invalid + .form-input-label { --top: -17px; --left: 5px; --color: #d50000; --font-size: .85rem; font-weight: bold; letter-spacing: 1px; }
.form-input:not([value=""]):not(:focus):valid { border-width: 1px; --color: #fff; }
.form-input:not([value=""]):not(:focus):valid + .form-input-label { --top: -17px; --left: 5px; --color: #fff; --font-size: .85rem; font-weight: bold; letter-spacing: 1px; }

/* Cor do fundo input ao selecionar um dado ativo no navegador (autocomplete)*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus { -webkit-text-fill-color: #242424; -webkit-box-shadow: 0 0 0px 1000px #ffffff inset; transition: background-color 5000s ease-in-out 0s; }

.js [data-anime="direita"] { opacity: 0; transform: translate3d(-40px, 0, 0); transition: 1s ease-out; }
@media screen and (max-width: 768px) { .js [data-anime="direita"] { transform: translate3d(0, 0, 0); opacity: 1; } }
.js [data-anime="direita"].animate { opacity: 1; transform: translate3d(0, 0, 0); }

.js [data-anime="esquerda"] { opacity: 0; transform: translate3d(40px, 0, 0); transition: 1s ease-out; }
@media screen and (max-width: 768px) { .js [data-anime="esquerda"] { transform: translate3d(0, 0, 0); opacity: 1; } }
.js [data-anime="esquerda"].animate { opacity: 1; transform: translate3d(0, 0, 0); }

.js [data-anime="cima"] { opacity: 0; transform: translate3d(0, -40px, 0); transition: 1s ease-out; }
@media screen and (max-width: 768px) { .js [data-anime="cima"] { transform: translate3d(0, 0, 0); opacity: 1; } }
.js [data-anime="cima"].animate { opacity: 1; transform: translate3d(0, 0, 0); }

.js [data-anime="baixo"] { opacity: 0; transform: translate3d(0, 40px, 0); transition: 1s ease-out; }
@media screen and (max-width: 768px) { .js [data-anime="baixo"] { transform: translate3d(0, 0, 0); opacity: 1; } }
.js [data-anime="baixo"].animate { opacity: 1; transform: translate3d(0, 0, 0); }

.paginacao { display: flex; justify-content: center; align-items: center; }
.paginacao ul { display: flex; justify-content: center; padding: 0px 0px 0px 0; }
.paginacao ul li { margin: 0 5px !important; padding: 10px; width: 30px; height: 30px; border: none !important; color: #ffffff; display: flex; justify-content: center; align-items: center; background-color: #00416f !important; transition: .5s; }
.paginacao ul li:hover { color: #242424; background-color: #00416f !important; transform: translate(0, -0.313rem) !important; }
.paginacao ul li:hover a { position: absolute; left: 0; top: 0; right: 0; bottom: 0; }
.paginacao ul li:hover a::before { position: absolute; content: ""; bottom: 0; left: 0; z-index: 1; width: 100%; height: 2px !important; background: #00416f; transform: scaleX(0); transform-origin: right; transition: transform 0.5s; }
.paginacao ul li:hover a:hover::before { transform: scaleX(1); transform-origin: left; }
.paginacao ul li a { font-family: "Franklin Gothic", "Arial"; color: #242424; }
.paginacao ul li a img { width: 30px; height: 30px; filter: invert(0.8); }

/*Floating Whatsapp*/
a.floatingWhatsapp { position: fixed; right: 15px; bottom: 15px; width: 58px; height: 58px; background-position: center; background-repeat: no-repeat; background-size: 100%; z-index: 999; transition: 0.5s; }
a.floatingWhatsapp:hover { transform: translateY(-15px); }

.banner-rodape-bronquica { background: #c5e7ff !important; }
.banner-rodape-bronquica .tratamento { height: 150px !important; }
.banner-rodape-bronquica .tratamento .img-pulmonar { right: -0px !important; width: 215px; }
@media screen and (max-width: 768px) { .banner-rodape-bronquica .tratamento .img-pulmonar { top: 150px; right: -10px; } }
.banner-rodape-bronquica .texto-banner-rodape-b { display: grid; grid-template-rows: 1fr 1fr; grid-row-gap: 45px; }
@media screen and (max-width: 768px) { .banner-rodape-bronquica .texto-banner-rodape-b { grid-row-gap: 0px; } }
.banner-rodape-bronquica .texto-banner-rodape-b div { margin-top: 36px; }

.banner-rodape-pulmonar { background: #d9dce4 !important; }
.banner-rodape-pulmonar .tratamento { height: 150px !important; }
.banner-rodape-pulmonar .tratamento .img-tratamento { left: 0px !important; width: 255px; }
@media screen and (max-width: 768px) { .banner-rodape-pulmonar .tratamento .img-tratamento { left: -10px; } }
.banner-rodape-pulmonar .texto-banner-rodape-p { display: grid; grid-template-rows: 1fr 1fr; grid-row-gap: 45px; }
@media screen and (max-width: 768px) { .banner-rodape-pulmonar .texto-banner-rodape-p { grid-row-gap: 0px; } }
.banner-rodape-pulmonar .texto-banner-rodape-p div { margin-top: 36px; }

.banner-rodape { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d9dce4+50,c5e7ff+50 */ background: #d9dce4; /* Old browsers */ background: -moz-linear-gradient(top, #d9dce4 50%, #c5e7ff 50%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, #d9dce4 50%, #c5e7ff 50%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, #d9dce4 50%, #c5e7ff 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9dce4', endColorstr='#c5e7ff',GradientType=0 ); /* IE6-9 */ padding: 0px 0; margin-top: 40px; overflow: hidden; }
.banner-rodape .grid { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 20px; z-index: 1; position: relative; }
@media screen and (max-width: 768px) { .banner-rodape .grid { grid-template-columns: 1fr; } }
.banner-rodape .tratamento { height: 300px; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento { height: 235px; } }
.banner-rodape .tratamento .texto-banner-rodape { display: grid; grid-template-rows: 1fr 1fr; grid-row-gap: 45px; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento .texto-banner-rodape { grid-row-gap: 0px; } }
.banner-rodape .tratamento .texto-banner-rodape div { margin-top: 36px; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento .texto-banner-rodape div { margin-top: 25px; } }
.banner-rodape .tratamento img { position: absolute; top: 0; }
.banner-rodape .tratamento .img-pulmonar { right: -90px; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento .img-pulmonar { top: 150px; right: -10px; } }
.banner-rodape .tratamento .img-tratamento { left: -90px; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento .img-tratamento { left: -10px; } }
@media screen and (max-width: 768px) { .banner-rodape .tratamento.n-mobile { display: none; } }
.banner-rodape .tratamento .n-desk { display: none; }
@media screen and (max-width: 768px) { .banner-rodape .tratamento .n-desk { display: inline-block; }
  .banner-rodape .tratamento .n-desk img { width: 220px; opacity: 0.4; } }
.banner-rodape h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; margin: 0 auto; text-transform: uppercase; text-align: center; max-width: 275px; }
@media screen and (max-width: 768px) { .banner-rodape h3 { position: relative; z-index: 1; } }
.banner-rodape a { text-transform: uppercase; color: #242424; position: relative; width: 100%; top: 10px; padding-bottom: 5px; font-weight: bold; text-align: center; }
.banner-rodape a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
.banner-rodape a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
.banner-rodape a:hover h3 { color: #00416f; }
.banner-rodape a:hover:before { transform: scaleX(1); }
.banner-rodape a:hover:after { transform: scaleX(1); }
.banner-rodape a .mais { margin-top: 5px; }

.efeito { position: relative; }
.efeito::before { content: ''; display: block; position: absolute; top: 0; bottom: 3px; left: 0; right: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ transition: all 3s; }

.compartilhe { display: flex; justify-content: flex-end; align-items: center; }
.compartilhe p { margin: 5px; font-weight: bold; font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; }

@media screen and (max-width: 479px) { .mapa { height: 860px !important; display: none; } }

.mapa-mobile { display: none; }
@media screen and (max-width: 479px) { .mapa-mobile { display: block; position: absolute; left: 0; bottom: 0; } }

@media screen and (max-width: 479px) { .oculta-mobile { display: none; } }

@keyframes fadeInEsquerda { 0% { transform: translate3d(-200px, 0px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); } }
@keyframes fadeInDireita { 0% { transform: translate3d(200px, 0px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); } }
@keyframes fadeInCima { 0% { transform: translate3d(0px, -30px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes fadeInCimaRodape { 0% { transform: translate3d(0px, -200px, 0px); opacity: 0; }
  100% { transform: translate3d(0px, -235px, 0); opacity: 1; z-index: 1; } }
@keyframes fadeInBaixo { 0% { transform: translate3d(0px, 30px, 0); opacity: 0; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes fadeInBaixoDois { 0% { transform: translate3d(0px, 0px, 0); opacity: 1; }
  100% { transform: translate3d(0px, 0px, 0); opacity: 1; } }
@keyframes zeroACem { 0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; } }
@keyframes animate-bubbles-circle { 0% { -webkit-transform: scale(1); transform: scale(1); }
  50% { -webkit-transform: scale(1.1); transform: scale(1.1); }
  100% { -webkit-transform: scale(1); transform: scale(1); } }
@keyframes up { 0% { transform: translate3d(200px, 0px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  100% { filter: brightness(1.2); opacity: 1; } }
@keyframes zom { 0% { transform: scale(0); opacity: 0; }
  50% { transform: scale(0.5); opacity: 0.5; }
  100% { transform: scale(1); opacity: 1; } }
@keyframes up2 { 0% { transform: translate3d(-200px, 0px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  75% { filter: brightness(1.2); opacity: 1; } }
@keyframes up3 { 0% { transform: translate3d(0, -200px, 0); opacity: 0; }
  50% { transform: translate3d(0, 0px, 0); opacity: 0.5; }
  75% { filter: brightness(1.2); opacity: 1; }
  100% { filter: brightness(1); } }
@keyframes onda { 0% { background-position: 0; }
  100% { background-position: 1360px; } }
@keyframes onda-reversa { 0% { background-position: 1360px; }
  100% { background-position: 0; } }
@keyframes legenda { 0% { opacity: 0; -webkit-transform: translate3d(0, 300%, 1px) rotate(8deg); transform: translate3d(0, 300%, 1px) rotate(8deg); }
  100% { opacity: 1; -webkit-transform: translate3d(0, 0%, 0px) rotate(0deg); transform: translate3d(0, 0%, 0px) rotate(0deg); } }
@keyframes bg-up { 0% { background-position-y: 0%; }
  50% { background-position-y: 100%; }
  100% { background-position-y: 0%; } }
@keyframes setaCima { 0% { transform: translateY(0px); }
  50% { transform: translateY(10px); }
  100% { transform: translateY(0px); } }
@keyframes setas { 0% { transform: translateX(0px); }
  100% { transform: translateX(8px); } }
@keyframes setasR { 0% { transform: translateX(0px); }
  50% { transform: translateX(-10px); }
  100% { transform: translateX(0px); } }
footer { height: 228px; background: #00416f; position: relative; bottom: 0; left: 0; }
@media screen and (max-width: 768px) { footer { height: auto; } }
@media screen and (max-width: 768px) { footer.footer-desk { display: none; } }
footer.footer-mobile { display: none; }
@media screen and (max-width: 768px) { footer.footer-mobile { display: flex; } }
footer .info-rodape { display: grid; grid-template-columns: 2fr 1.9fr 0.8fr; margin: 30px 40px 0px 40px; }
@media screen and (max-width: 768px) { footer .info-rodape { grid-template-columns: 1fr; } }
footer .info-rodape .endereco { margin-bottom: -2px; padding-bottom: 2px; }
@media screen and (max-width: 768px) { footer .info-rodape .endereco { display: block; } }
footer .info-rodape h4 { text-transform: uppercase; color: #ffffff; font-weight: normal; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; margin: 10px 0; }
@media screen and (max-width: 768px) { footer .info-rodape h4 { text-align: center; } }
footer .info-rodape h5 { color: #ffffff; font-weight: normal; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; margin: 0; }
@media screen and (max-width: 768px) { footer .info-rodape h5 { text-align: center; } }
footer .info-rodape a { color: #ffffff; font-weight: normal; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; position: relative; }
@media screen and (max-width: 768px) { footer .info-rodape a { text-align: center; } }
footer .info-rodape a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #ffffff; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
footer .info-rodape a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #ffffff; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
footer .info-rodape a:hover:before { transform: scaleX(1); }
footer .info-rodape a:hover:after { transform: scaleX(1); }
footer .info-rodape .flex { display: flex; justify-content: flex-start; max-width: 260px; }
@media screen and (max-width: 768px) { footer .info-rodape .flex { margin: 0 auto 15px auto; justify-content: center; } }
footer .info-rodape .flex-fone { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; color: #ffffff; margin-left: 5px; }
@media screen and (max-width: 479px) { footer .info-rodape .flex-fone { flex-direction: column; max-width: 170px; flex-wrap: nowrap; align-items: flex-end; } }
footer .info-rodape .flex-fone h6 { margin: 0; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; font-weight: normal; margin-right: -24px; }
footer .info-rodape .logo-rodape { transform: translateX(-30px); transform: translate(-33px, 13px); width: 110px; }
@media screen and (max-width: 479px) { footer .info-rodape .logo-rodape { display: block; margin: 20px auto 0px auto; transform: none; width: 90px; } }
footer .info-rodape .info-rodape-legulas { margin-top: 18px; }
@media screen and (max-width: 479px) { footer .info-rodape .info-rodape-legulas { margin-top: 20px; } }
footer .info-rodape .info-rodape-legulas p { color: #ffffff; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; margin: 0; }
footer .info-rodape .info-rodape-legulas h6 { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #ffffff; font-weight: normal; margin-top: 19px; margin-bottom: 30px; }
@media screen and (max-width: 768px) { footer .info-rodape .info-rodape-legulas h6 { text-align: center; max-width: 185px; margin: 10px auto; } }
@media screen and (max-width: 768px) { footer .info-rodape .info-rodape-legulas h6 .traco { display: none; } }
footer .info-rodape .info-rodape-legulas h6 a { padding-bottom: 2px; }
footer .info-rodape .info-rodape-legulas .social { display: flex; }
@media screen and (max-width: 768px) { footer .info-rodape .info-rodape-legulas .social { flex-direction: column; align-items: center; } }
footer .info-rodape .info-rodape-legulas .social a:before { height: 0; }
footer .info-rodape .info-rodape-legulas .social a:after { height: 0; }
footer .info-rodape .info-rodape-legulas .social p { margin-right: 10px; }
@media screen and (max-width: 768px) { footer .info-rodape .info-rodape-legulas .social p { margin-right: 0px; } }
footer .info-rodape .info-rodape-legulas .social img { filter: grayscale(1) brightness(2.5); transition: .3s; }
footer .info-rodape .info-rodape-legulas .social img:hover { filter: grayscale(0) brightness(1.1); }
footer .info-rodape-borda { border-bottom: 1px solid #00233c; }
footer .leg { border-top: 1px solid #005fa2; }
footer .leg h6 { font-family: "Franklin Gothic", "Arial"; font-size: 0.75em; line-height: 1.3333333333em; color: #ffffff; font-weight: normal; text-transform: uppercase; margin: 0; padding: 10px 40px; }
footer .leg h6 a { color: #ffffff; position: relative; padding-bottom: 3px; }
footer .leg h6 a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #ffffff; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
footer .leg h6 a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #ffffff; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
footer .leg h6 a:hover:before { transform: scaleX(1); }
footer .leg h6 a:hover:after { transform: scaleX(1); }

.home { background-image: url("../img/fundo-home-fisioterapia-itupava.png"); background-repeat: no-repeat; background-position: 103% 98%; }
.home .banner-home { height: 335px; width: 100%; background-image: url("../img/banner-home-fisioterapia-itupava.jpg"); background-repeat: no-repeat; background-position: 35%; background-size: cover; }
@media screen and (max-width: 768px) { .home .banner-home { height: 225px; } }
.home .banner-home .logo-banner-home .esconder { opacity: 1; }
.home .banner-home .logo-banner-home .mostra { opacity: 0; }
.home .banner-home .logo-banner-home img { width: 270px; margin-top: 30px; transition: 1s; }
@media screen and (max-width: 960px) { .home .banner-home .logo-banner-home img { width: 170px; } }
.home .especialidades-home { margin: 30px auto; }
@media screen and (max-width: 768px) { .home .especialidades-home { margin: 18px auto; } }
.home .especialidades-home p { text-align: center; font-weight: normal; text-transform: uppercase; margin-bottom: 40px; margin-top: 0; }
.home .especialidades-home h1 { color: #e6a549; font-weight: bold; font-family: "Humanst521 BT", "Arial Black"; font-size: 3.4375em; line-height: 1.3454545455em; text-align: center; text-transform: uppercase; margin: 0; }
@media screen and (max-width: 768px) { .home .especialidades-home h1 { font-family: "Humanst521 BT", "Arial Black"; font-size: 1.875em; line-height: 1em; } }
.home .especialidades-home figcaption figure { width: 300px; height: 240px; position: relative; margin: 0 0.313rem; overflow: hidden; }
.home .especialidades-home figcaption figure::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ transition: all 3s; }
.home .especialidades-home figcaption figure:hover::before { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.home .especialidades-home figcaption figure img { width: 100%; object-fit: cover; transition: 1s; height: 247px; }
.home .especialidades-home figcaption figure h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #ffffff; position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%, -50%); width: 80%; text-transform: uppercase; text-shadow: 1px 1px 1px #242424; text-align: center; margin: 0; }
.home .especialidades-home figcaption figure a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.home .nossa-esquipe h3 { text-align: center; text-transform: uppercase; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; }
.home .nossa-esquipe p { text-align: center; max-width: 700px; margin: auto; padding: 0 0 20px 0; }

.especialidade { background-image: url("../img/fundo-fisioterapia-itupava.png"); background-repeat: no-repeat; margin: 0 auto auto auto; padding: 1px 0 0 0; }
.especialidade .banner-home { height: 200px; width: 100%; }
.especialidade .banner-home .efeito-bg { width: 100%; height: 100%; }
.especialidade .banner-home .efeito-bg .legenda { position: relative; top: 50%; transform: translate(0%, -50%); }
.especialidade .banner-home .efeito-bg .legenda h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }
.especialidade .slide-especialidades { grid-template-columns: 1fr !important; }
.especialidade .especialidades-home { margin: 30px auto; }
@media screen and (max-width: 768px) { .especialidade .especialidades-home { margin: 15px auto; } }
.especialidade .especialidades-home p { text-align: center; font-weight: normal; text-transform: uppercase; margin-bottom: 40px; }
.especialidade .especialidades-home h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }
.especialidade .especialidades-home figcaption { display: grid; grid-template-columns: repeat(3, 1fr); grid-gap: 20px; }
@media screen and (max-width: 960px) { .especialidade .especialidades-home figcaption { grid-template-columns: repeat(2, 1fr); margin-right: 10px; } }
@media screen and (max-width: 768px) { .especialidade .especialidades-home figcaption { grid-template-columns: repeat(1, 1fr); grid-gap: 10px; } }
.especialidade .especialidades-home figcaption figure { width: 100%; height: 240px; position: relative; margin: 0 0.313rem; overflow: hidden; }
.especialidade .especialidades-home figcaption figure::before { content: ''; display: block; position: absolute; top: 0; bottom: 0; left: 0; right: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ transition: all 3s; }
.especialidade .especialidades-home figcaption figure:hover::before { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.especialidade .especialidades-home figcaption figure img { width: 100%; object-fit: cover; transition: 1s; height: 247px; }
.especialidade .especialidades-home figcaption figure h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #ffffff; position: absolute; top: 50%; left: 50%; display: block; transform: translate(-50%, -50%); width: 80%; text-transform: uppercase; text-shadow: 1px 1px 1px #242424; text-align: center; margin: 0; }
.especialidade .especialidades-home figcaption figure a { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.especialidade .nossa-esquipe h3 { text-align: center; text-transform: uppercase; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; font-weight: normal; color: #242424; }
.especialidade .nossa-esquipe p { text-align: center; max-width: 700px; margin: auto; padding: 0 0 20px 0; }
.especialidade .especialidades-artigo { padding: 30px 0 0 0; }
@media screen and (max-width: 768px) { .especialidade .especialidades-artigo { padding: 15px; } }
.especialidade .especialidades-artigo h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }
.especialidade .especialidades-artigo h2 { margin: 60px 0 0px 0; padding-bottom: 30px; position: relative; }
.especialidade .especialidades-artigo .grids-artigo { display: grid; grid-template-columns: 0.7fr 1.3fr; grid-gap: 40px; margin-top: 40px; }
@media screen and (max-width: 768px) { .especialidade .especialidades-artigo .grids-artigo { grid-template-columns: 1fr; } }
.especialidade .especialidades-artigo .grids-artigo .efeito { max-height: 419px; }
.especialidade .especialidades-artigo .grids-artigo p { text-align: justify; }
.especialidade .especialidades-artigo .grids-artigo h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; text-transform: uppercase; }
.especialidade .especialidades-artigo .grids-artigo a { color: #242424; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; position: relative; }
.especialidade .especialidades-artigo .grids-artigo a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
.especialidade .especialidades-artigo .grids-artigo a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
.especialidade .especialidades-artigo .grids-artigo a:hover { color: #ffffff; }
.especialidade .especialidades-artigo .grids-artigo a:hover:before { transform: scaleX(1); }
.especialidade .especialidades-artigo .grids-artigo a:hover:after { transform: scaleX(1); }
.especialidade .especialidades-artigo .grids-artigo ul { padding-left: 30px; }
.especialidade .especialidades-artigo .grids-artigo ul li { text-align: justify; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; list-style-type: none; position: relative; margin: 5px 0; }
.especialidade .especialidades-artigo .grids-artigo ul li::before { content: ''; position: absolute; top: 50%; left: -25px; height: 2px; width: 10px; background-color: #242424; display: block; transform: translate(0, -50%); }
.especialidade .especialidades-artigo .grids-artigo img { max-width: 400px; height: 417px; object-fit: cover; }
@media screen and (max-width: 768px) { .especialidade .especialidades-artigo .grids-artigo img { max-width: 300px; } }
@media screen and (max-width: 479px) { .especialidade .especialidades-artigo .grids-artigo img { max-width: 100%; width: 100%; height: 250px; } }
.especialidade .especialidades-artigo .grids-artigo .chamada-acao { padding: 10px 20px; display: flex; justify-content: space-between; background-color: #e6a549; align-items: center; }
@media screen and (max-width: 479px) { .especialidade .especialidades-artigo .grids-artigo .chamada-acao { flex-direction: column; padding: 10px 0px 20px 0; } }
.especialidade .especialidades-artigo .grids-artigo .chamada-acao h3 { color: #ffffff; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; font-weight: normal; text-transform: uppercase; }

.equipe { background-image: url("../img/fundo-fisioterapia-itupava.png"); background-repeat: no-repeat; margin: 0 auto auto auto; padding: 1px 0 0 0; }
.equipe .banner-home { margin: 30px auto; width: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }
@media screen and (max-width: 768px) { .equipe .banner-home { margin: 15px auto; } }
.equipe .banner-home .efeito-bg { width: 100%; height: 100%; }
.equipe .banner-home p { text-align: center; font-weight: normal; text-transform: uppercase; margin-bottom: 40px; }
.equipe .banner-home h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }
.equipe .equipe-home .equipe-lista { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 20px; margin-top: -60px; }
@media screen and (max-width: 768px) { .equipe .equipe-home .equipe-lista { grid-template-columns: 1fr; } }
.equipe .equipe-home .equipe-lista img { margin: 0 auto; display: block; }
.equipe .equipe-home .equipe-lista h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; text-align: center; color: #242424; margin-bottom: 0; }
.equipe .equipe-home .equipe-lista .fisio { text-align: center; margin: 0; }
.equipe .equipe-home .equipe-lista .crefito { text-align: center; font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; font-weight: bold; margin: 0; }
.equipe .equipe-home .equipe-lista p { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; }
@media screen and (max-width: 479px) { .equipe .equipe-home .equipe-lista ul { padding-left: 30px; padding-right: 10px; } }
.equipe .equipe-home .equipe-lista ul li { position: relative; list-style: none; text-align: justify; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #242424; }
.equipe .equipe-home .equipe-lista ul li::before { content: '\2714'; position: absolute; top: 0; left: -25px; height: 25px; width: 25px; display: inline-block; color: #242424; font-size: 18px; font-weight: bold; }
.equipe .equipe-home .equipe-lista ul li p { margin: 5px 0; text-align: justify; }
.equipe .equipe-home .equipe-lista a { opacity: 0.3; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; }
.equipe .equipe-home .equipe-lista a:hover { opacity: 0.8; }
.equipe .equipe-home .equipe-lista .position { width: 100%; text-align: left; padding: 15px 30px; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; opacity: 1; font-style: italic; color: #ffffff; background: #00416f; clear: both; }
.equipe .equipe-home .equipe-lista.blue .position { background: #00416f; }
.equipe .equipe-home .equipe-lista:hover > img, .equipe .equipe-home .equipe-lista.hover > img { right: -9%; }
.equipe .equipe-lista-outros { margin: 40px auto; display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 40px; }
@media screen and (max-width: 479px) { .equipe .equipe-lista-outros { grid-template-columns: 1fr; grid-gap: 20px; } }
.equipe .equipe-lista-outros .filtro { position: relative; }
.equipe .equipe-lista-outros .filtro::before { content: ''; display: block; position: absolute; top: 0; bottom: 3px; left: 0; right: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ transition: all 3s; }
.equipe .equipe-lista-outros .filtro:hover::before { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.equipe .equipe-lista-outros img { width: 100%; max-height: 250px; object-fit: cover; object-position: top; }
.equipe .equipe-lista-outros h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; text-align: center; color: #242424; margin-bottom: 0; }
.equipe .equipe-lista-outros .centralizar { display: flex; justify-content: center; align-items: center; margin-top: 20px; }
.equipe .equipe-lista-outros .crefito { text-align: center; font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; font-weight: bold; margin: 0; }

.fancybox-content { background: none !important; padding: 0 !important; }

.fancybox-slide--html .fancybox-close-small { color: currentColor; padding: 10px; right: 0; top: 0; background: #ffffff; border-radius: 50%; margin: 5px; }

.popup-equipe .filtro img { width: 215px; height: 100%; object-fit: cover; object-position: top; position: absolute; top: 0; bottom: 0; }
@media screen and (max-width: 479px) { .popup-equipe .filtro img { position: relative; max-height: 250px; left: 50%; transform: translate(-50%, 0px); } }
.popup-equipe .flex-popup-info { display: flex; justify-content: space-between; align-items: center; padding: 0 10px; }
@media screen and (max-width: 479px) { .popup-equipe .flex-popup-info { margin-right: 0px; } }
.popup-equipe .flex-popup-info h3 { text-align: left !important; }
.popup-equipe .flex-popup-info p { text-align: left !important; }

figure.popup-equipe { border: 1px solid rgba(36, 36, 36, 0.5); position: relative; overflow: hidden; margin: 0px; width: 768px; color: #242424; background-color: #ffffff; }
@media screen and (max-width: 768px) { figure.popup-equipe { width: 100%; } }
figure.popup-equipe * { -webkit-box-sizing: border-box; box-sizing: border-box; }
figure.popup-equipe > img { width: 230px; height: 230px; object-fit: cover; object-position: top; border: 4px solid #ffffff; -webkit-transition: all 0.35s ease-in-out; transition: all 0.35s ease-in-out; -webkit-transform: scale(1); transform: scale(1); position: absolute; float: right; left: 3%; top: 50%; transform: translate(0px, -50%); z-index: 1; }
figure.popup-equipe figcaption { padding: 10px 30px 20px 10px; width: 540px; float: right; }
@media screen and (max-width: 768px) { figure.popup-equipe figcaption { width: 100%; padding: 10px 10px 20px 10px; } }
figure.popup-equipe figcaption ul { padding-left: 30px; }
@media screen and (max-width: 768px) { figure.popup-equipe figcaption ul { padding-right: 30px; } }
figure.popup-equipe figcaption ul li { position: relative; text-align: justify; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #242424; list-style: none; }
figure.popup-equipe figcaption ul li::before { content: '\2714'; position: absolute; top: 0; left: -25px; height: 25px; width: 25px; display: inline-block; color: #242424; font-size: 18px; font-weight: bold; }
figure.popup-equipe figcaption ul li p { margin: 5px 0; text-align: justify; }
@media screen and (max-width: 768px) { figure.popup-equipe figcaption ul li p { margin: 0px 0; } }
figure.popup-equipe figcaption h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; text-align: center; color: #242424; margin-bottom: 0; }
figure.popup-equipe figcaption .crefito { text-align: center; font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; font-weight: bold; margin: 0; }
figure.popup-equipe figcaption p { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; }
figure.popup-equipe figcaption .icons { width: 100%; text-align: left; }
figure.popup-equipe figcaption a { opacity: 1; -webkit-transition: opacity 0.35s; transition: opacity 0.35s; }
figure.popup-equipe figcaption a:hover { opacity: 0.8; }
figure.popup-equipe .position { width: 100%; text-align: left; padding: 15px 30px; font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; opacity: 1; font-style: italic; color: #ffffff; background: #00416f; clear: both; }
figure.popup-equipe.blue .position { background: #00416f; }

.artigo { background-image: url("../img/fundo-fisioterapia-itupava.png"); background-repeat: no-repeat; margin: 0 auto auto auto; padding: 20px 0 0 0; }
.artigo h2 { margin-bottom: 20px; }
.artigo .banner-home { height: 200px; width: 100%; }
.artigo .banner-home .efeito-bg { width: 100%; height: 100%; }
.artigo .banner-home .efeito-bg .legenda { position: relative; top: 50%; transform: translate(0%, -50%); }
.artigo .banner-home .efeito-bg .legenda h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; }
.artigo .slide-especialidades { grid-template-columns: 1fr !important; }
.artigo .artigos-home { margin: 30px auto; }
@media screen and (max-width: 768px) { .artigo .artigos-home { margin: 0px auto 20px auto; } }
.artigo .artigos-home h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #242424; font-weight: bold; text-align: center; text-transform: uppercase; }
.artigo .artigos-home .grid-artigos { display: grid; grid-template-columns: 0.8fr 2fr; grid-gap: 40px; }
@media screen and (max-width: 479px) { .artigo .artigos-home .grid-artigos { grid-template-columns: 1fr; } }
.artigo .artigos-home .grid-artigos .outros-artigos { padding: 0; margin: 0; margin-top: 40px; }
@media screen and (max-width: 768px) { .artigo .artigos-home .grid-artigos .outros-artigos { margin-top: 0px; grid-area: 2; } }
.artigo .artigos-home .grid-artigos .outros-artigos .artigo-titulo { display: none; }
@media screen and (max-width: 479px) { .artigo .artigos-home .grid-artigos .outros-artigos .artigo-titulo { display: block; } }
.artigo .artigos-home .grid-artigos .outros-artigos h3 { text-align: left; color: #242424; text-transform: uppercase; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; margin: 0; }
.artigo .artigos-home .grid-artigos .outros-artigos li { list-style-type: none; padding: 10px 20px; border-bottom: 1px dotted rgba(36, 36, 36, 0.2); margin: 10px 0; position: relative; }
.artigo .artigos-home .grid-artigos .outros-artigos li:before { content: ''; position: absolute; top: 50%; left: 0; height: 2px; width: 10px; background-color: #242424; display: block; transform: translate(0, -50%); }
.artigo .artigos-home .grid-artigos .outros-artigos li a { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #242424; margin: 10px 0 5px 0; font-weight: normal; position: relative; padding-bottom: 5px; text-align: justify; }
.artigo .artigos-home .grid-artigos .outros-artigos li a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
.artigo .artigos-home .grid-artigos .outros-artigos li a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
.artigo .artigos-home .grid-artigos .outros-artigos li a:hover:before { transform: scaleX(1); }
.artigo .artigos-home .grid-artigos .outros-artigos li a:hover:after { transform: scaleX(1); }
.artigo .artigos-home .texto-artigo { grid-template-columns: 1fr !important; }
.artigo .artigos-home .texto-artigo figure { height: auto !important; }
.artigo .artigos-home figcaption { display: grid; grid-template-columns: repeat(2, 1fr); grid-gap: 20px; }
.artigo .artigos-home figcaption figure { position: relative; margin: 0 0.313rem; overflow: hidden; height: 353px; }
.artigo .artigos-home figcaption figure:hover::before { /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ }
.artigo .artigos-home figcaption figure .img-artigo { position: relative; margin: 10px 0; }
.artigo .artigos-home figcaption figure .img-artigo::before { content: ''; display: block; position: absolute; top: 0; bottom: 3px; left: 0; right: 0; z-index: 1; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f0f9ff+0,000000+100&0+0,0.71+100 */ background: -moz-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* FF3.6-15 */ background: -webkit-radial-gradient(center, ellipse cover, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* Chrome10-25,Safari5.1-6 */ background: radial-gradient(ellipse at center, rgba(240, 249, 255, 0) 0%, rgba(0, 0, 0, 0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f0f9ff', endColorstr='#b5000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ transition: all 3s; }
.artigo .artigos-home figcaption figure img { width: 100%; object-fit: cover; object-position: top; transition: 1s; max-height: 250px; position: relative; }
.artigo .artigos-home figcaption figure h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; color: #242424; display: block; margin: 10px 0 5px 0; }
.artigo .artigos-home figcaption figure h3 a { color: #242424; }
.artigo .artigos-home figcaption figure h4 { font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; color: #ffffff; display: inline-block; margin: 0 0 10px 0; font-weight: normal; padding: 10px; background-color: #00416f; position: absolute; top: 20px; left: 0; z-index: 2; }
.artigo .artigos-home figcaption figure p { color: #242424; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; text-transform: none; text-align: justify; margin: 0 0 10px 0; }
.artigo .artigos-home figcaption figure .direita { float: right; }
.artigo .artigos-home figcaption figure a { color: #242424; position: relative; padding-bottom: 5px; }
.artigo .artigos-home figcaption figure a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
.artigo .artigos-home figcaption figure a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
.artigo .artigos-home figcaption figure a:hover:before { transform: scaleX(1); }
.artigo .artigos-home figcaption figure a:hover:after { transform: scaleX(1); }

.quem-somos .fundo-quem-somos { background-image: url("../img/fundo-quem-somos.png"); background-repeat: no-repeat; background-position: top; min-height: 645px; padding-top: 70px; }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos { padding-top: 30px; background-position: 50% -225%; } }
.quem-somos .fundo-quem-somos .titulo { position: relative; }
.quem-somos .fundo-quem-somos .titulo h1 { opacity: .3; color: #e6a549; font-weight: bold; font-family: "Humanst521 BT", "Arial Black"; font-size: 3.4375em; line-height: 1.3454545455em; text-align: center; text-transform: uppercase; margin: 0; line-height: 1em; }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos .titulo h1 { font-family: "Humanst521 BT", "Arial Black"; font-size: 1.875em; line-height: 1em; } }
.quem-somos .fundo-quem-somos .titulo h2 { position: absolute; top: 20px; left: 50%; transform: translate(-50%, 0); }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos .titulo h2 { top: -3px; } }
.quem-somos .fundo-quem-somos .titulo p { max-width: 500px; margin: 0 auto; text-align: center; }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos .titulo p { margin: 20px auto auto auto; } }
.quem-somos .fundo-quem-somos .img1 { position: absolute; top: 125px; left: 10px; }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos .img1 { top: 180px; }
  .quem-somos .fundo-quem-somos .img1 img { width: 180px; } }
.quem-somos .fundo-quem-somos .img2 { position: absolute; top: 125px; right: 10px; }
@media screen and (max-width: 768px) { .quem-somos .fundo-quem-somos .img2 { right: 0px; top: 180px; }
  .quem-somos .fundo-quem-somos .img2 img { width: 180px; } }
.quem-somos .texto-quem-somos { transform: translateY(-50px); }
.quem-somos .texto-quem-somos h3 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; font-weight: bold; color: #242424; text-align: center; text-transform: uppercase; }
.quem-somos .texto-quem-somos .grid-texto { margin: 0 50px; display: grid; grid-template-columns: 1fr 1fr; grid-gap: 60px; }
@media screen and (max-width: 768px) { .quem-somos .texto-quem-somos .grid-texto { margin: auto; display: grid; grid-template-columns: 1fr; grid-gap: 0px; } }
.quem-somos .texto-quem-somos .grid-texto p { text-align: justify; }
.quem-somos .slider-fotos .slider-quem-somos { margin: auto auto auto auto; padding: 0; }
.quem-somos .slider-fotos .slider-quem-somos li { list-style: none; }
.quem-somos .slider-fotos .slider-quem-somos li img { object-fit: cover; max-height: 200px; width: 100%; }
@media screen and (max-width: 479px) { .quem-somos .slider-fotos .slider-quem-somos li img { max-height: 250px; } }
.quem-somos .slider-fotos .slider-quem-somos .slick-next { right: 10px !important; z-index: 3 !important; }
.quem-somos .slider-fotos .slider-quem-somos .slick-prev { left: 10px !important; z-index: 3 !important; }

.erro { margin-top: 100px; }
.erro h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; text-align: center; color: #242424; text-transform: uppercase; }
.erro h2 { font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; text-align: center; color: #242424; text-transform: none; }
.erro .erro-btn { display: flex; justify-content: center; }

.contato .fundo { background-repeat: no-repeat; background-position: 35% 50%; background-size: cover; }
@media screen and (max-width: 479px) { .contato .fundo { height: 860px; background-color: #ecbb76; position: relative; } }
.contato form { background-color: rgba(230, 165, 73, 0.5); padding: 20px; width: 420px; float: right; margin: 40px 0; position: absolute; right: 0; }
@media screen and (max-width: 479px) { .contato form { width: 100%; margin: 0px 0 70px 0; background-color: transparent; padding: 0px; } }
.contato form h1 { font-family: "Franklin Gothic", "Arial"; font-size: 1.375em; line-height: 1.4090909091em; color: #ffffff; font-weight: bold; text-align: center; text-transform: uppercase; margin-bottom: -10px; }
.contato form p { text-align: center; color: #ffffff; max-width: 360px; margin: 10px auto; }
.contato form .contato-centro { display: flex; flex-direction: column; align-items: center; }

.messageBox { display: flex; justify-content: space-between; align-items: center; padding: 20px 15px; text-align: center; margin-bottom: 10px; color: #FFF; position: fixed; z-index: 999; top: 80%; left: 5%; transition: .7s ease-out; transform: translate3d(0, 0, 0); max-width: 400px; min-width: 300px; font-family: "Franklin Gothic", "Arial"; font-size: 1.125em; line-height: 1.2222222222em; }
.messageBox.error { background: #D22121; }
.messageBox.messageBox.success { background: #389F5C; }
.messageBox img { cursor: pointer; width: 20px; height: 20px; }

header { border-top: 5px solid #00416f; position: sticky; top: 0; left: 0; background-color: #ffffff; height: 115px; width: 100%; z-index: 999; transition: .3s; }
@media screen and (max-width: 960px) { header { height: 70px; border-top: none; }
  header .container { padding: 0 !important; } }
header.menu-scroll-mobile { -webkit-box-shadow: 0px 2px 11px -2px #c8c8c8; -moz-box-shadow: 0px 2px 11px -2px #c8c8c8; box-shadow: 0px 2px 11px -2px #c8c8c8; }
header.menu-scroll { height: 90px; -webkit-box-shadow: 0px 2px 11px -2px #c8c8c8; -moz-box-shadow: 0px 2px 11px -2px #c8c8c8; box-shadow: 0px 2px 11px -2px #c8c8c8; }
header.menu-scroll .info-contato { margin-top: 5px; }
header.menu-scroll nav .logo { width: 70px; transform: translateY(-17px); }
@media screen and (max-width: 960px) { header.menu-scroll nav .logo { display: none; } }
header.menu-scroll nav ul { margin-top: 5px; margin-bottom: 10px; }
header.menu-scroll nav ul li a { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; }
header .logo-mobile { width: 60px; position: absolute; top: 5px; left: 15px; display: none; transition: 1s; }
@media screen and (max-width: 960px) { header .logo-mobile { display: inline-block; opacity: 1; }
  header .logo-mobile.esconder { opacity: 1; }
  header .logo-mobile.mostra { opacity: 0; } }
header .info-contato { display: flex; justify-content: flex-end; margin-top: 20px; margin-right: 12px; transition: .3s; font-family: "Franklin Gothic", "Arial"; font-size: 0.875em; line-height: 1.4285714286em; color: #242424; font-weight: bold; }
@media screen and (max-width: 960px) { header .info-contato { margin-top: 3px; justify-content: center; }
  header .info-contato.escode-mobile { display: none; }
  header .info-contato.mostra-mobile { display: flex; } }
header .info-contato.mostra-mobile { display: none; }
header .info-contato a { color: #242424; font-weight: bold; position: relative; }
header .info-contato a:before { content: ''; position: absolute; bottom: 0; left: 0; right: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom left; transition: transform 0.3s; }
header .info-contato a:after { content: ''; position: absolute; bottom: 0; right: 0; left: 50%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
header .info-contato a:hover:before { transform: scaleX(1); }
header .info-contato a:hover:after { transform: scaleX(1); }
header nav { display: flex; justify-content: space-between; align-items: flex-start; }
@media screen and (max-width: 960px) { header nav { justify-content: center; flex-direction: column; align-items: center; background-color: #e6a549; height: 100vh; display: none; }
  header nav.active { display: flex; } }
header nav .logo { transition: .8s; width: 145px; transform: translateY(-10px); }
@media screen and (max-width: 960px) { header nav .logo { position: absolute; top: 15px; left: 15px; display: none; } }
header nav .logo.esconder { opacity: 1; }
header nav .logo.mostra { opacity: 0; }
header nav ul { display: flex; justify-content: space-between; align-items: center; transition: .3s; margin-top: 10px; }
@media screen and (max-width: 960px) { header nav ul { justify-content: center; flex-direction: column; padding: 0; } }
header nav ul li { list-style: none; margin-left: 5px; }
@media screen and (max-width: 960px) { header nav ul li { margin: 5px auto; } }
header nav ul li a { font-family: "Franklin Gothic", "Arial"; font-size: 1em; line-height: 1.375em; color: #242424; text-transform: uppercase; font-weight: bold; padding: 10px; transition: 0.3s; }
header .link { display: inline-block; position: relative; text-decoration: none; color: #242424; }
header .link-wrapper { position: relative; display: block; }
header .inner-wrapper { position: relative; display: inline-block; }
header .wrapper-16:before { content: ''; position: absolute; bottom: 0; left: 0; width: 2px; height: 100%; background-color: #242424; transform: scaleY(0); transform-origin: bottom left; transition: transform 0.3s; }
header .wrapper-16:after { content: ''; position: absolute; top: 0; right: 0; width: 2px; height: 100%; background-color: #242424; transform: scaleY(0); transform-origin: top right; transition: transform 0.3s; }
header .wrapper-16 .hover-16 { padding: 10px 20px; }
header .wrapper-16 .hover-16:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: top left; transition: transform 0.3s; }
header .wrapper-16 .hover-16:after { content: ''; position: absolute; bottom: 0; right: 0; width: 100%; height: 2px; background-color: #242424; transform: scaleX(0); transform-origin: bottom right; transition: transform 0.3s; }
header .wrapper-16.active:before, header .wrapper-16.active:after { transform: scaleY(1); }
header .wrapper-16.active.hover-16:before, header .wrapper-16.active.hover-16:after { transform: scaleX(1); }
header .wrapper-16 .active:before, header .wrapper-16 .active:after { transform: scaleY(1); }
header .wrapper-16 .active.hover-16:before, header .wrapper-16 .active.hover-16:after { transform: scaleX(1); }
header .wrapper-16:hover:before, header .wrapper-16:hover:after { transform: scaleY(1); }
header .wrapper-16:hover .hover-16:before, header .wrapper-16:hover .hover-16:after { transform: scaleX(1); }
@media screen and (max-width: 960px) { header .mobile-btn { display: block; color: #242424; width: 30px; height: 30px; border-top: 4px solid; float: right; right: 15px; top: 24px; position: absolute; cursor: pointer; -webkit-backface-visibility: hidden; }
  header .mobile-btn::after, header .mobile-btn::before { content: ''; display: block; height: 4px; margin-top: 6px; background: currentColor; position: relative; transition: transform .2s ease; }
  header .mobile-btn.active { border-top-color: transparent; }
  header .mobile-btn.active::after { margin-top: 0px; top: 2px; transform: rotate(45deg); color: #242424; }
  header .mobile-btn.active::before { margin-top: 0px; top: 6px; transform: rotate(135deg); color: #242424; } }

/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; margin: 0 auto; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Slider */
.slick-loading .slick-list { background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face { font-family: "slick"; src: url("./fonts/Slick/slick.eot"); src: url("./fonts/Slick/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/Slick/slick.woff") format("woff"), url("./fonts/Slick/slick.ttf") format("truetype"), url("./fonts/Slick/slick.svg#slick") format("svg"); font-weight: normal; font-style: normal; font-display: swap; }
/* Arrows */
.slick-prev { position: absolute; display: block; height: 30px; width: 30px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; opacity: 1; border: none; outline: none; background-image: url("../img/icones/flecha-esquerda.svg"); background-size: 100%; }
.slick-prev:hover, .slick-prev:focus { opacity: 1; outline: none; background-image: url("../img/icones/flecha-esquerda-hover.svg"); }
.slick-prev:hover:before, .slick-prev:focus:before { opacity: 1; }
.slick-prev.slick-disabled:before { opacity: 0.25; }
.slick-prev:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-display: swap; }

.slick-next { position: absolute; display: block; height: 30px; width: 30px; line-height: 0px; font-size: 0px; cursor: pointer; background: transparent; color: transparent; top: 50%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); padding: 0; opacity: 1; border: none; outline: none; background-image: url("../img/icones/flecha-direita.svg"); background-size: 100%; }
.slick-next:hover, .slick-next:focus { outline: none; background-image: url("../img/icones/flecha-direita-hover.svg"); opacity: 1; }
.slick-next:hover:before, .slick-next:focus:before { opacity: 1; }
.slick-next.slick-disabled:before { opacity: 0.25; }
.slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.75; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-display: swap; }

.slick-prev { left: -50px; z-index: 2; }
[dir="rtl"] .slick-prev { left: auto; right: -25px; }
.slick-prev:before { content: ""; }
[dir="rtl"] .slick-prev:before { content: ""; }

.slick-next { right: -50px; }
[dir="rtl"] .slick-next { left: -25px; right: auto; }
.slick-next:before { content: ""; }
[dir="rtl"] .slick-next:before { content: ""; }

/* Dots */
.slick-dots { position: absolute; bottom: 10px; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; padding: 0; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 12px; width: 12px; outline: none; line-height: 0px; font-size: 0px; color: #00416f; opacity: .5; padding: 5px; cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { position: absolute; top: 0px; left: 0; content: "•"; width: 15px; height: 15px; font-family: "slick"; font-display: swap; font-size: 12px; line-height: 20px; text-align: center; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { color: #242424; opacity: .8 !important; }

/*# sourceMappingURL=style.css.map */
