@charset 'UTF-8';
@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}html {
line-height: 1.15;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
main {
display: block
}
h1 {
font-size: 2em;
margin: .67em 0
}
hr {
box-sizing: content-box;
height: 0;
overflow: visible
}
pre {
font-family: monospace, monospace;
font-size: 1em
}
a {
background-color: transparent
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
border-style: none
}
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0
}
button,
input {
overflow: visible
}
button,
select {
text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
fieldset {
padding: .35em .75em .625em
}
legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal
}
progress {
vertical-align: baseline
}
textarea {
overflow: auto
}
[type=checkbox],
[type=radio] {
box-sizing: border-box;
padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
details {
display: block
}
summary {
display: list-item
}
template {
display: none
}
[hidden] {
display: none
}
*,
::after,
::before {
box-sizing: inherit
}
html {
box-sizing: border-box
}
body,
button,
input,
optgroup,
select,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both
}
p {
margin-bottom: 1.5em
}
cite,
dfn,
em,
i {
font-style: italic
}
blockquote {
margin: 0 1.5em
}
address {
margin: 0 0 1.5em
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help
}
ins,
mark {
background: #fff9c0;
text-decoration: none
}
big {
font-size: 125%
}
body {
background: #fff
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em
}
ol,
ul {
margin: 0 0 1.5em 3em
}
ul {
list-style: disc
}
ol {
list-style: decimal
}
li>ol,
li>ul {
margin-bottom: 0;
margin-left: 1.5em
}
dt {
font-weight: 700
}
dd {
margin: 0 1.5em 1.5em
}
embed,
iframe,
object {
max-width: 100%
}
img {
height: auto;
max-width: 100%
}
figure {
margin: 1em 0
}
table {
margin: 0 0 1.5em;
width: 100%
}
a {
color: #4169e1
}
a:focus {
outline: thin dotted
}
a:active,
a:hover {
outline: 0
}
button,
input[type=button],
input[type=reset],
input[type=submit] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, .8);
line-height: 1;
padding: .6em 1em .4em
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
border-color: #ccc #bbb #aaa
}
button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
border-color: #aaa #bbb #bbb
}
input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px
}
input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
color: #111
}
select {
border: 1px solid #ccc
}
textarea {
width: 100%
}
.main-navigation {
display: block;
width: 100%
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999
}
.main-navigation ul ul ul {
left: -999em;
top: 0
}
.main-navigation ul ul li.focus>ul,
.main-navigation ul ul li:hover>ul {
display: block;
left: auto
}
.main-navigation ul ul a {
width: 200px
}
.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
left: auto
}
.main-navigation li {
position: relative
}
.main-navigation a {
display: block;
text-decoration: none
}
.main-navigation.toggled ul,
.menu-toggle {
display: block
}
@media screen and (min-width:37.5em) {
.menu-toggle {
display: none
}
.main-navigation ul {
display: flex
}
}
.comment-navigation .nav-links,
.post-navigation .nav-links,
.posts-navigation .nav-links {
display: flex
}
.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
flex: 1 0 50%
}
.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
text-align: end;
flex: 1 0 50%
}
.sticky {
display: block
}
.updated:not(.published) {
display: none
}
.entry-content,
.entry-summary,
.page-content {
margin: 1.5em 0 0
}
.page-links {
clear: both;
margin: 0 0 1.5em
}
.comment-content a {
word-wrap: break-word
}
.bypostauthor {
display: block
}
.widget {
margin: 0 0 1.5em
}
.widget select {
max-width: 100%
}
.comment-content .wp-smiley,
.entry-content .wp-smiley,
.page-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0
}
.custom-logo-link {
display: inline-block
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%
}
.wp-caption img[class*=wp-image-] {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption .wp-caption-text {
margin: .8075em 0
}
.wp-caption-text {
text-align: center
}
.gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr)
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr)
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr)
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr)
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr)
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr)
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr)
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr)
}
.gallery-caption {
display: block
}
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none
}
.infinity-end.neverending .site-footer {
display: block
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: .875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000
}
#primary[tabindex="-1"]:focus {
outline: 0
}
.alignleft {
float: left;
margin-right: 1.5em;
margin-bottom: 1.5em
}
.alignright {
float: right;
margin-left: 1.5em;
margin-bottom: 1.5em
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em
}
.nav-menu .sub-menu {
display: block;
background-color: #fff
}
ul.sub-menu li {
padding: 10px 10px
}
.header-bar {
background-color: #ffa939
}
.main-navigation a {
font-family: Gotham, sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
color: #4d4d4d
}
.phone-bar p {
font-family: Gotham, sans-serif;
color: #ffff;
font-weight: 700;
font-size: 14px
}
.nav-menu {
padding-top: 26px;
}
.main-navigation li {
margin: 0 auto;
display: flex
}
.social-logo-head {
right: 20px;
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%)
}
.social-logo-head img {
padding-right: 15px
}
.slider_hm {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 350px
}
.content-banner h2 {
font-family: 'Luckiest Guy', cursive;
color: #a40d0d
}
.content-banner {
padding-top: 40px
}
.content-banner a {
font-family: Gotham, sans-serif;
color: #fff;
font-size: 18px;
text-transform: uppercase;
font-weight: 700;
display: block;
background-color: #e48b18;
border: solid 2px #fff;
letter-spacing: .09px;
width: fit-content;
padding: 0 10px;
margin: 0 auto
}
.content-banner a:hover {
text-decoration: none;
color: #fff
}
.content-banner p {
font-family: Gotham, sans-serif;
color: #fff;
font-size: 16px;
font-weight: 700;
line-height: 1.88;
letter-spacing: 1.6px
}
.content-serv h2 {
font-size: 24px;
font-family: 'Luckiest Guy', cursive
}
.ch-item:hover .ch-info-1 {
transform: scale(1);
opacity: 1;
border-bottom-left-radius: 124px;
border-bottom-right-radius: 122px;
position: absolute;
background: rgb(147 39 143 / 58%);
height: 118px;
bottom: 4px;
left: 30px;
width: 223px
}
.ch-item:hover .ch-info-2 {
transform: scale(1);
opacity: 1;
border-bottom-left-radius: 124px;
border-bottom-right-radius: 122px;
position: absolute;
background: rgb(41 171 226 / 46%);
height: 118px;
bottom: 4px;
left: 30px;
width: 223px
}
.ch-item:hover .ch-info-3 {
transform: scale(1);
opacity: 1;
border-bottom-left-radius: 124px;
border-bottom-right-radius: 122px;
position: absolute;
background: rgb(34 181 115 / 56%);
height: 118px;
bottom: 4px;
left: 30px;
width: 223px
}
.ch-item:hover .ch-info-4 {
transform: scale(1);
opacity: 1;
border-bottom-left-radius: 124px;
border-bottom-right-radius: 122px;
position: absolute;
background: rgb(241 90 36 / 74%);
height: 118px;
bottom: 4px;
left: 30px;
width: 223px
}
.ch-info h3 {
color: #fff;
font-size: 20px;
padding-top: 35px
}
.ch-info {
position: absolute;
width: inherit;
height: inherit;
overflow: hidden;
opacity: 0;
transform: scale(0)
}
.image-service {
background-image: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/images/banho-e-tosa.png);
background-repeat: no-repeat;
background-position: center;
height: 231px;
width: 100%
}
.image-service-1 {
background-image: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/images/consultorio-veterinario.png);
background-repeat: no-repeat;
background-position: center;
height: 231px;
width: 100%
}
.image-service-2 {
background-image: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/images/creche.png);
background-repeat: no-repeat;
background-position: center;
height: 231px;
width: 100%
}
.image-service-3 {
background-image: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/images/hotel.png);
background-repeat: no-repeat;
background-position: center;
height: 231px;
width: 100%
}
.content-serv.color-1 h2 {
color: #93278f;
padding-bottom: 28px
}
.content-serv.color-2 h2 {
color: #29abe2
}
.content-serv.color-3 h2 {
color: #22b573;
padding-bottom: 28px
}
.content-serv.color-4 h2 {
color: #f15a24;
padding-bottom: 28px
}
.title-lg h2 {
font-family: 'Luckiest Guy', cursive;
font-size: 40px;
color: #a20202;
line-height: .23;
letter-spacing: .2px
}
.title-lg h2 {
margin: 86px 0;
display: block
}
.bg-pets img {
widows: 100%
}
.qsomos p {
font-size: 18px;
font-family: Gotham, sans-serif;
color: #683b15;
line-height: 48px;
text-align: justify
}
.qsomos a {
font-family: Gotham, sans-serif;
font-size: 18px;
letter-spacing: .09px;
display: block;
color: #683b15;
font-weight: 700;
border: solid 2px #ffa939;
width: fit-content;
padding: 0 16px
}
.maps-hm iframe {
padding-top: 50px
}
.blog-hm h3 {
font-family: 'Luckiest Guy', cursive;
font-size: 24px;
padding-top: 10px;
margin: 0;
color: #a20202
}
.blog-hm span {
font-family: 'Luckiest Guy', cursive;
font-size: 14px;
color: #a20202
}
.qsomos img {
padding-bottom: 150px
}
.blog-title a {
font-family: Gotham, sans-serif;
font-size: 18px;
letter-spacing: .09px;
display: block;
color: #683b15;
font-weight: 700;
border: solid 2px #ffa939;
width: fit-content;
padding: 0 50px;
margin: 0 auto
}
.site-main.home {
padding-top: 146px
}
.postid-9 .site-footer {
background-color: #5c98a8
}
.first-f {
background-color: #ffa939
}
.site-main.banho-tosa {
background-color: #f7f7f7
}
.title-lg.blog-title {
padding: 50px 0
}
.site-footer h3 {
font-family: Gotham, sans-serif;
font-size: 17px;
font-weight: 700;
color: #fff
}
.site-footer p {
font-family: Gotham, sans-serif;
font-size: 18px;
font-weight: 400;
color: #fff
}
.postid-34 .site-footer {
background-color: #99719d
}
.postid-36 .site-footer {
background-color: #7ca342
}
.postid-38 .site-footer {
background-color: #ec5448
}
.services {
padding-bottom: 150px;
background-color: #f7f7f7
}
.qsomos {
background-color: #f7f7f7
}
.site-info {
padding: 70px 0
}
.maps-hm iframe {
padding: 0;
margin: 0
}
.blog-hm {
background-color: #f7f7f7
}
.site-header {
position: fixed;
width: 100%;
z-index: 9999;
background-color: #f7f7f7
}
.site-main {
background-color: #f7f7f7
}
.bg-pets {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px
}
.logo-cia {
padding-bottom: 20px
}
.fixed-tabs-Whats {
position: fixed;
right: 0;
bottom: 60px;
z-index: 100
}
.aba-whatsphone {
background: #25d366;
height: 60px;
width: 70px;
border-radius: 30px 0 0 30px;
transition: .7s ease
}
.aba-whatsphone:hover {
width: 280px;
transition: .7s ease
}
.aba-whatsphone-icone a:hover {
color: #fff;
text-decoration: none
}
.aba-whatsphone-icone {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAC9FBMVEUAAADv7+/g4ODd3d3k5OTa2tr9/f3+/v7s7Ozm5ubX19fa2tra2tr09PT4+Pjz8/Pq6uru7u7s7Ozj4+Pj4+Pj4+Ph4eHh4eHX19f09PT7+/vt7e3////7+/vw8PDt7e3s7Oz7+/vr6+vm5ubj4+PW1tbg4ODd3d3a2trc3Nze3t7x8fHx8fH4+Pjy8vLt7e3q6ur9/f34+Pjn5+fu7u7l5eXl5eX6+vro6Ojb29vf39/29vb19fXh4eGWlpb6+vr6+vrz8/P+/v719fX9/f3+/v7z8/P29vb9/f37+/vm5ubq6urm5ubX19fh4eH6+vr+/v7Nzc3l5eX5+fnf39/V1dXv7+/IyMjr6+u7u7v4+Pi2trb///9DxVMtuEI/w1FFx1VNy1swukU3vkpW0WNBxFIzu0cvuUNSzl9LyVpKyVkst0Eqt0BPzF0+wk9V0GFTzmBRzV5IyFdUz2FMyltHx1c9wU88wU79/v01vUgptj86wE05v0w2vUlZ0mQotT5Bx1EktDv7/vz4+Pgxu0UmtTwdsjT8/Pzb895W0WJR0F06wksxvkQvvEIpuD3m9+g3wEk1wEcruj/5/fnt+u/r+e3M79G56sCu5bZOzltIy1ZGylU+xU48w00iszgfszYasDH7+/vf9uGV4Z1t0Xpl1XBRxWNKy1gsu0Dz/PT09PTx8fHo+Ovj9+bh9eTf9OLP8dPE7Mqn5q6C1o6C2oxp13Rn0HRd0WlMzFo6vE8ktjr2/ffx+/LU89fI7c3F78nB68ex57iq57Gn4rCe4aea3qSO2JqN3ZZ91Ip51YV824R00YFx2XtgynBdzWtZxmpaymlPyF9IxllAwVIyuEb6/fr6+vrn+OnZ9dzW8trC78a96MS26Lyw5bii4que5KWX3aGU2p+R2pyJ2ZSF2JCF24+G34521INw031rzXlkzHRiz3Bj029dzGxKw1xKzVg7vk88wE47xEw1ukqw6rWb3KaM2JiH25F324BxzYBGvlkRrSr4hFN5AAAAXHRSTlMA9DkpGwT8+MVoMBAK+eTQuI+BfnJcVUoW/ujl4Nm9r6alnJuOSkZANCMI+Ofm2djXzsTDuaGVjIqAZVszMS/48fDs6dva2s/Ds6Shj4iHgXRwYmBgX0JBPy4jI2o55OUAAAVZSURBVEjHtZZ1QFNBGMDHxO7u7u7u7m59xkDFzelsN0AcrGDN6AYVEFERFQXs7u7u7q5/fN/3gse2B/qHv3929933e3e7u3f3BP+BgtMmjak7pGaNGgPbDu3cvUeVf1Abj25bmOBSre54178yi3dvJycc6de5R/7jrVCT4KFQ3WJ5u1PacbL9dqek7A7iBPqUK8GvlijLDnjz/nWnzmRkJGac+fHsy40UJjyYt3PXWnTKnlunfPR6vSyARCbT6wMS76+lmwqPc+5OHUAgwYcSI/RzfLjIIgKebaX1rs7cXqUI5FbGe9kcnzm58QmI0K8LJpCyTtzqVLfHyV6dInufuJ+yR9q7VWpgfG1i8jIZDwEREdsoe6ydTM3V3l2Zy/JgfuQ6atYm53LLU/36ZC7Ok/lR9zGxVHGO2wS3suVN8vx8WBJ5CO169oMOOhO1BBBFRUUlL+FhYTIuWaGGrFsRN9Y25UIgcte2sDunIhfyEPkmBJKLFGRehtJQvSHJFIlEpLsZ9tiuZJFzFiqpSWO6rowd71BCm1i0l6CGIeJBnIlbtQMt14GKf5R4OQk8F9gikiznQfkUEuRCdAv0hspTpZhEIsbH4kDEPEgkmyGhHMpFoXhdvFRConxB0OxXSviIPgIJrZqBXBuKYdFLgegd7EnwesZSHpQ7cbUKwJnVH4ono1cAINMcj1nBw+zlmyChEvzlQtDPubmzgejnrLwTIs75FAYJnUi5ESzUJvEMDM+4GEy7Rz7N5sXwHfcJM1+hMTMorAcpNwwCfMSsh5TSpNwFCgetdNyAcUJ+zpCX/BpyapJyPSjcC5xLY9iH9iEI8BHz9iqZ0pLZX0cDZ9EYzu3BlXoROHcWH4YLQXAHMfI9I9tiPE4AlkvWPOSrtFwfUsONixhWWtPRDp1lZWOGVYu4WN/icULK5WCp9gWuWsngfuk62gdWBdIR6yUvI7QzBOIWG8ScBJa53qtYjDv90N560eQFddPzkNAn3qacDNN2ZqmEOjiCkhReOZhOEIjlpNHo7WW8GAIH65OPJnemHTdDGVKeXhJK603eHDY8llN6+iuF+eNN+hV/fNkdW90vW2ArwDvZrBXO2AZ3LrbtYAOhpw/gLydJfQEqCY0FJGXxSnVXcOXVtpO7CQfCKNn2AColXUGulIDjtq3Ohfmsv4P8wAwtinlpOYdYlRY4tR7zFFxW2z4c8bOT12+AFttpKOuKCpAu+P9emhXzuCjczEl3cunhHhBXq3FILq70ZVMVZ8ZDzVExTWpLOsoO3u+wGuVsXGQ5e0vXxq4fadzsULtJNW7nD98MDgoK2XdW46EmQ9LLm3C62I8TYV+o3812c4KHOdvtw7t3WVIzVmdK07Hj+gIWvG9OZ3s4Z6bU7LmALsceJYAWrqxbDG7YkCzpzHyJ246uqpvd1X47Nl9VqqU2va4MLbLH/kPtgnzQ+B6To9ymCudTtSVMQVKsVCrVxGm1GqlTPLVXwgnEpQmn44b4zsz0JcXPr74dy4r39XRgjTb2ZRrlNm/k8DVz9/ea84/CYA0tx67Ex2nWcND4xsedTSfofisLuBTB+Tqc8yJs+ZqkiY+P80VitfGxn08w76W8emOOiZeVA3L/8J+/rpCj9VyQdf5haDATV7VvKsjFRMI5fiFp/v5plhTOI5s3sP/grscRdKqq1wge5BvLCB2+0EsxjaqSRTpVEnZ0UTlTdRuLVBQ4UIwSU1uPqFiAmoMKbVJV9qZLx8oFBY5UIBKqVh9eVMhpK1G5fHuX1I2qBJ0u4Zoq1aV1/Qk4T44MK1O0Z3HHsGvPRt26NmgwqkIlYdNmgv/AHwgll5kWhiGeAAAAAElFTkSuQmCC);
background-repeat: no-repeat;
width: 280px;
background-size: 44px;
background-position: 16px 7px;
padding: 6px 10px
}
.aba-whatsphone-icone a {
color: #fff;
font-size: 14px;
line-height: 20px;
margin-left: 60px;
text-decoration: none;
height: 60px;
font-family: sans-serif
}
.aba-whatsphone-icone a strong {
display: block;
font-size: 19px;
margin-left: 60px
}
.banho-tosa p {
color: #0c4a5b;
font-size: 22px
}
p.has-text-align-center {
font-family: Gotham, sans-serif;
font-size: 20px;
font-weight: 400
}
.consultorio-v p {
font-size: 20px;
color: #664f68;
padding: 30px 0 66px 0;
margin: 0;
text-align: justify
}
.serv-cv {
padding-bottom: 100px
}
img.image-consultv {
height: 270px
}
.consultorio-v h2 {
font-size: 24px;
font-family: 'Luckiest Guy', cursive;
color: #99719d
}
.include_serv h3 {
font-size: 24px;
font-family: 'Luckiest Guy', cursive;
color: #5c98a8;
text-align: center;
padding-bottom: 30px
}
.serv-cv h3 {
font-size: 24px;
font-family: 'Luckiest Guy', cursive;
color: #99719d;
text-align: center;
padding-top: 50px
}
.count-consultv-1,
.count-consultv-2,
.count-consultv-3,
.count-consultv-4,
.count-consultv-5 {
padding-top: 28px
}
.include_serv h2 {
font-size: 30px;
font-family: 'Luckiest Guy', cursive;
padding: 50px 0;
color: #0c4a5b;
text-align: center
}
.content-box-bt {
padding: 40px 0
}
.ft-text-bt p {
font-weight: 700;
padding: 50px 0
}
.banner-top {
padding-top: 150px
}
.main-navigation a:hover {
text-decoration: none;
color: #ffa939
}
.ch-info a:hover {
text-decoration: none
}
.slider.responsive.slick-initialized.slick-slider {
overflow: hidden
}
.content-hotel p {
padding-bottom: 20px;
font-family: Gotham, sans-serif;
font-size: 19px;
font-weight: 400;
color: #602520
}
.box-blog h3:hover {
color: #ffa939
}
.postid-36 .header-bar {
background-color: #5a7c28
}
.postid-9 .header-bar {
background-color: #5c98a8
}
.postid-34 .header-bar {
background-color: #99719d
}
.postid-38 .header-bar {
background-color: #eb3929
}
.center-block-ft {
border-left: solid 2px #958373;
border-right: solid 2px #958373
}
.postid-34 .center-block-ft {
border-left: solid 2px #5a7c28;
border-right: solid 2px #5a7c28
}
.postid-34 .center-block-ft {
border-left: solid 2px #6a506d;
border-right: solid 2px #6a506d
}
.center-block-bt {
border-left: solid 2px #4c818f;
border-right: solid 2px #4c818f
}
.title-lg.blog-title a:hover {
text-decoration: none;
color: #ffa939
}
.content-box-bt-s h2 {
font-size: 40px;
font-family: 'Luckiest Guy', cursive;
margin: 0;
padding: 50px 0;
color: #a20202;
text-align: center
}
.qsomos a:hover {
text-decoration: none;
color: #ffa939
}
.btn-whats-cr {
padding-bottom: 50px
}
.content-box-bt img {
padding-top: 50px
}
.content-hotel {
padding: 50px 0
}
.content-hotel .wp-block-image {
margin: 0 auto
}
.creche-modelo h2 {
font-family: 'Luckiest Guy', cursive;
color: #5a7c28;
padding-top: 30px
}
.hotel-modelo h2 {
font-family: 'Luckiest Guy', cursive;
color: #933630
}
.third-block {
padding-top: 50px
}
.block-text-sc {
margin-top: 30px
}
.second-count {
margin-top: 30px
}
.first-block {
margin-top: 30px
}
.infoh-c {
padding: 50px 0
}
.content-box-bt h4 {
border: solid 5px;
border-radius: 40px;
width: fit-content;
margin: 0 auto;
padding: 5px 10px;
font-family: 'Luckiest Guy', cursive;
color: #5a7c28;
font-size: 30px;
margin-top: 50px
}
.creche-modelo h3 {
font-family: 'Luckiest Guy', cursive;
color: #5a7c28;
margin-bottom: 35px
}
.creche-modelo p {
color: #243310;
font-family: Gotham, sans-serif;
font-size: 20px;
font-weight: 400;
text-align: justify
}
.row.ambient-c h2 {
margin-bottom: 35px
}
.btn-whats.crch {
color: #5a7c28
}
.box-hsr {
background-color: #5a7c28;
border-radius: 20px
}
.box-hsr h2 {
color: #fff
}
.box-hsr p {
color: #fff;
font-weight: 400
}
.box-hr p {
font-weight: 700
}
.sobre-p p {
color: #683b15;
font-size: 20px
}
.single-post-m {
padding-top: 120px
}
.serv-cv h2 {
color: #fff;
text-align: center;
margin: 0 auto
}
.serv-cv.protoc-m p {
color: #fff
}
.btn-whats.bnts {
color: #5c98a8
}
.btn-whats.ctv {
color: #99719d
}
.protoc-m {
background-color: #829764;
padding: 5px 50px;
margin-bottom: 40px
}
.row.serv-cv.protoc-m {
margin-bottom: 50px
}
.content-box-bt-s {
padding-bottom: 50px
}
.protoc-m h2 {
padding-bottom: 20px
}
.image-texts p {
padding-top: 30px;
font-size: 20px;
line-height: 2;
text-align: justify
}
.text-sb-bx {
padding: 60px 0
}
.images-bxs {
padding-bottom: 100px
}
.box-image img {
padding: 50px 0
}
.box-text {
padding-top: 50px
}
.cq-h2 a {
color: #ffa939;
text-decoration: none
}
.cq-h2 a:hover {
color: #ffa939;
text-decoration: none
}
.cq-h2:after {
margin-top: 20px;
margin-bottom: 40px;
border-bottom: solid 5px;
width: 50%;
content: '';
display: block
}
.btn-blg a {
color: #000;
font-weight: 700
}
.btn-blg {
border: solid 3px #d0d0d0;
width: fit-content;
padding: 4px 12px
}
.sidebar-blog {
padding-top: 50px
}
.sidebar-blog .search-submit {
display: none
}
.sidebar-blog ul {
margin: 0;
list-style: none;
padding: 0
}
input.search-field {
border: none;
outline: 0
}
.search-form label::after {
content: "\f002";
font-family: FontAwesome;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
left: 70%;
color: #454545
}
.sidebar-blog label {
border-bottom: solid #454545;
width: 80%
}
.socila-icons i {
font-size: 24px;
padding-right: 20px
}
.sidebar-blog h2,
h3 {
font-size: 20px;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
color: #383838;
text-transform: uppercase
}
.socila-icons h3 {
font-size: 20px
}
.sidebar-blog li a {
color: #f7f7f7
}
.sidebar-blog li a {
font-family: Raleway, sans-serif;
font-weight: 100;
color: #383838
}
.site-main .hotel-modelo {
background-color: #f7f7f7
}
.blog-template {
background: #f7f7f7
}
input.search-field {
background-color: #f7f7f7
}
nav.navpageblog {
margin: 0 auto
}
nav.navpageblog ul {
margin: 0;
padding-bottom: 30px
}
.blog-template .page-item.active .page-link {
z-index: 3;
color: #683b15;
font-family: Raleway;
font-size: 25px;
font-weight: 700;
background-color: #f7f7f7;
border-color: transparent
}
.pagination.pag-nvl {
margin: 0 auto;
padding-top: 30px;
padding-bottom: 30px
}
.blog-template .page-link {
font-family: Raleway;
font-size: 25px;
font-weight: 700;
color: #000;
position: relative;
display: block;
padding: .5rem .75rem;
margin-left: -1px;
line-height: 1.25;
background-color: #f7f7f7;
border: transparent
}
.btn-blg a:hover {
text-decoration: none;
color: #ffa939
}
.blog-template .page-link:hover {
z-index: 2;
color: #ffa939;
text-decoration: none;
background-color: transparent;
border-color: transparent;
outline: 0
}
.single-template {
background-color: #f7f7f7
}
.content-blog {
padding-top: 80px;
padding-bottom: 50px
}
.sidebar-blog {
padding-top: 85px;
}
.banner-topo {
padding-top: 145px
}
.content-contact h2 {
font-family: 'Luckiest Guy', cursive;
color: #c88607;
font-size: 47px;
padding: 25px 0;
text-align: center
}
.contato-template {
background-color: #f7f7f7
}
.bg-box {
background-color: #c88607;
width: 95%;
border-radius: 50px;
padding: 20px
}
.box-y p {
color: #ffff;
font-size: 20px;
font-weight: 700;
margin: 0;
padding: 0
}
.bg-box p {
margin: 0;
color: #fff;
font-weight: 700;
font-size: 17px
}
img.icon-phonec {
height: 80px;
padding: 14px 0
}
.box-incn {
padding-top: 15px;
padding-bottom: 15px
}
.box-locl {
padding-top: 0
}
img.icon-loc {
height: 55px
}
.maps-hm {
padding: 50px 0
}
.form-contact input {
border: none;
background-color: #dedede;
border-radius: 15px;
padding: 10px
}
.col-md-6.name-in input {
width: 100%;
margin-bottom: 20px
}
.col-md-6.mail-in input {
width: 100%
}
.col-md-12.fone-in input {
width: 100%;
margin-bottom: 20px
}
.msg-in textarea {
height: 154px;
background-color: #dedede;
border: none;
border-radius: 12px
}
input.wpcf7-form-control.wpcf7-submit {
font-family: 'Luckiest Guy', cursive;
font-size: 20px;
background: #fff;
border: solid 5px #7f7e7e;
padding: 10px 26px;
border-radius: 50px;
color: #7f7e7e
}
p.cna-btn {
font-family: 'Luckiest Guy', cursive;
font-size: 23px;
padding: 0 15px;
margin: 20px 0;
border: solid 8px #c88607;
border-radius: 50px;
width: fit-content;
color: #c88607
}
.menu-item-has-children::after {
background-image: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/arrow-down-sign.png);
display: inline-block;
background-repeat: no-repeat;
width: 16px;
height: 14px;
margin: 3px 5px;
content: ""
}
#loader{
z-index:999999;
display:block;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/loader.gif) 50% 50% no-repeat #ffa939;
}
.box-blog a:hover {
text-decoration: none
}
.row.destaque {
padding-top: 100px;
padding-bottom: 50px
}
.content-box-bt a:hover {
color: #5a7c28;
text-decoration: none
}
.content-box-bt a {
color: #5a7c28
}
.content-serv.color a:hover {
text-decoration: none
}
.qsomsos {
background-color: #f7f7f7
}
.title-qs a {
color: #a20202
}
.title-qs a:hover {
color: #a20202;
text-decoration: none
}
.title-lg a:hover {
color: #a20202;
text-decoration: none
}
.title-lg a {
color: #a20202
}
.include_serv img {
height: 366px;
margin: 0 auto;
display: block
}
.banho-tosa {
text-align: justify
}
.slick-next,
.slick-prev {
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: 0;
background: 0 0;
z-index: 9999
}
.responsive .slick-next:before,
.responsive .slick-prev:before {
font-family: slick;
font-size: 30px !important;
line-height: 1;
opacity: .75;
color: #7b7878;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.slider-htl .slick-prev:before {
color: #eb3929
}
.slick-next:before,
.slick-prev:before {
font-family: slick;
font-size: 25px !important
}
.pagination span {
font-size: 25px;
font-weight: 700;
color: #683b15;
padding-right: 10px
}
.number_post-dest img {
position: absolute;
bottom: -58px;
right: 25px;
height: 113px
}
a.inactive:hover {
color: #ffa939;
text-decoration: none
}
span.nonepag {
display: none
}
.pagination.pag-nvl {
margin: 0 auto
}
a.inactive {
font-size: 25px;
font-weight: 700;
color: #000;
padding-right: 10px
}
.number_post img {
position: absolute;
bottom: -9px;
right: 25px;
height: 113px
}
.slick-prev {
left: 184px !important
}
.slick-next {
right: 184px !important
}
.slick-next:before {
content: '→'
}
.slick-prev:before {
content: '←'
}
.qsomsos img {
padding-bottom: 100px
}
.maps-hmh {
background-color: #f7f7f7
}
.col-md-6.text-center.box-hr.cnt p {
text-align: center
}
.site-footer-bt {
background-color: #5c98a8
}
.cna-btn a:hover {
color: #c88607;
text-decoration: none
}
.cna-btn a {
color: #c88607;
text-decoration: none
}
.cr-p:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/patas-cr.png) no-repeat center;
display: block;
width: 288px;
height: 328px;
position: absolute;
top: 882px;
z-index: 9;
left: 0
}
.cr-p:before {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/patas-cr2.png) no-repeat center;
display: block;
width: 287px;
height: 936px;
position: absolute;
top: 868px;
right: 0;
z-index: 9
}
.cr2-p:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/ptc-1.png) no-repeat center;
display: block;
width: 231px;
height: 228px;
position: absolute;
z-index: 9;
left: 0
}
.destaque:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/blogp1.png) no-repeat center;
display: block;
width: 257px;
height: 328px;
position: absolute;
z-index: 9;
left: 0
}
.destaque:before {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/blogp2.png) no-repeat center;
display: block;
width: 387px;
height: 330px;
position: absolute;
right: 0;
z-index: 9
}
.pats-b:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/htl-1.png) no-repeat center;
display: block;
width: 288px;
height: 328px;
top: 722px;
position: absolute;
z-index: 9;
left: 0
}
.cr2-p:before {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/pt-c2.png) no-repeat center;
display: block;
width: 287px;
height: 215px;
position: absolute;
right: 0;
z-index: 9
}
.bt-p:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/patas-bt.png) no-repeat center;
display: block;
width: 326px;
height: 369px;
position: absolute;
top: 882px;
z-index: 9;
left: 0
}
.bt-p:before {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/patas-bt2.png) no-repeat center;
display: block;
width: 666px;
height: 936px;
position: absolute;
top: 868px;
right: 0;
z-index: 9
}
.cv-p:before {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/pata-c2.png) no-repeat center;
display: block;
width: 420px;
height: 967px;
position: absolute;
top: 1141px;
right: 0;
z-index: 9
}
.cv-p:after {
content: '';
background: url(//ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/images/pata-c.png) no-repeat center;
display: block;
width: 312px;
height: 369px;
position: absolute;
top: 1141px;
z-index: 9;
left: 0
}
.botao-wpp {
text-decoration: none;
color: #fff;
display: inline-block;
background-color: #25d366;
font-weight: 700;
padding: 6px 20px;
font-size: 22px
}
.botao-wpp .fa.fa-whatsapp {
font-size: 27px
}
.botao-wpp:hover {
color: #fff;
text-decoration: none
}
.btn-agnd {
padding-top: 40px
}
.btn-agndc {
padding-bottom: 40px
}
.slick-next,
.slick-prev {
z-index: 9
}
.second-block {
background-color: #e97368;
padding: 20px
}
.second-block p {
color: #fff
}
.second-block h2 {
color: #fff
}
.btn-whats a:hover {
text-decoration: none
}
a.btn-whats:hover {
text-decoration: none
}
div#block {
padding: 50px 0
}
.btn-whats {
font-size: 23px;
font-weight: 700;
border: solid 5px;
border-radius: 50px;
padding: 5px 20px
}
.btn-whats i {
font-size: 24px
}
.btn-whats.htl {
color: #ec5448
}
.search-page {
padding-top: 163px
}
.thumb-search img {
padding-bottom: 50px
}
.slid-hm {
background-repeat: no-repeat;
background-size: cover;
background-position: center;
height: 350px
}
.slider-cr .slick-prev {
left: -37px !important
}
.slider-cr .slick-next {
right: -17px !important
}
.slider-cr .slick-prev {
left: -25px !important
}
.slider-cr .slick-prev:before {
color: #5a7c28
}
.slider-cr .slick-next:before {
color: #5a7c28
}
.slider-cv .slick-prev {
left: -25px !important
}
.slider-cv .slick-next {
right: -22px !important
}
.blog-template .wrap {
padding-bottom: 50px;
}
.slider-htl .slick-prev:before {
color: #eb3929
}
.slider-htl .slick-next:before {
color: #eb3929
}
.slider-htl .slick-next {
right: -15px !important
}
.slider-htl .slick-prev {
left: -22px !important
}
.slider-cv .slick-prev:before {
color: #99719d
}
.slider-cv .slick-next:before {
color: #99719d
}
.slider-bt .slick-next:before {
color: #5c98a8
}
.slider-bt .slick-prev:before {
color: #5c98a8
}
.slider-bt .slick-prev {
left: -22px !important
}
.slider-bt .slick-next {
right: -12px !important
}
.phone-bar i {
padding: 10px
}
.blog-t h2:after {
display: block;
content: '';
border-bottom: 6px solid #ffa939;
width: 131px;
margin: 0 auto;
padding-bottom: 37px
}
.phone-bar a {
text-decoration: none;
color: #fff
}
.phone-bar a:hover {
text-decoration: none;
color: #fff
}
.site-footer a:hover {
text-decoration: none;
color: #fff
}
.site-footer a {
text-decoration: none;
color: #fff
}
i.fas.fa-chevron-right.pgr {
position: absolute;
display: block;
margin-left: -18px;
margin-top: 5px;
font-size: 28px
}
.archive-page {
padding-top: 150px
}
i.fas.fa-chevron-left.pgl {
position: absolute;
display: block;
margin-left: -28px;
margin-top: 12px;
font-size: 30px;
color: #000
}
.archive-page h2 a {
color: #ffa939
}
.archive-page h2 a:hover {
color: #ffa939;
text-decoration: none
}
.box-text-arq {
margin-bottom: 50px
}
header.page-header {
padding: 30px 0
}
main.modelo-de-pagina {
padding-top: 210px;
background: #f7f7f7
}
.slider-mb {
padding-top: 74px
}
.cookiealert {
display: none;
position: fixed;
z-index: 999999;
left: 1.7rem;
bottom: 1.7rem;
padding: 2rem;
background: #eaeaea;
width: 290px;
box-sizing: border-box;
font-size: 14px;
text-align: left;
-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2);
box-shadow: 0 0 8px 0 rgba(0, 0, 0, .2)
}
.cookiealert .closeAlert {
position: absolute;
top: 5px;
right: 5px;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
font-size: 15px;
color: #666;
background: #fff;
border-radius: 50%;
font-weight: 600;
cursor: pointer
}
.cookiealert h5 {
color: #000;
font-size: 18px;
font-weight: 600;
margin: 0 0 1rem 0
}
.cookiealert p {
line-height: 20px;
color: #000
}
.cookiealert a {
color: #999;
text-decoration: underline !important
}
.cookiealert .acceptcookies {
background: #ffa939;
font-size: 14px;
color: #fff;
border: none;
padding: 0 20px;
width: auto;
height: 38px;
line-height: 38px;
margin-top: 1rem
}
.cookiealert.show {
display: block
}
.cop-r {
display: flex
}
.servicos-template-modelo-banho-e-tosa .footer-bar {
background-color: #4c818f
}
.servicos-template-modelo-consultorio-veterinario .footer-bar {
background-color: #6a506d
}
.servicos-template-modelo-creche .footer-bar {
background-color: #5a7c28
}
.servicos-template-modelo-hotel .footer-bar {
background-color: #602520
}
.footer-bar p {
padding-top: 15px
}
.social-logo-head a:hover {
text-decoration: none
}
.slick-slide img {
display: block;
padding-top: 35px
}
.banner-topo img {
width: 100%;
}
.banner-top img {
width: 100%;
}
.slick-slide img {
display: block;
width: 100%;
}
.social-logo-head .fa-instagram {
color: #cc3d6d;
font-weight: bold;
}   
.social-logo-head .fa-facebook {
color: #046ee5;
padding-right: 10px;
}
.social-logo-head i {
font-size: 30px;
}
.social-logo-foot .fa-instagram {
color: #cc3d6d;
font-weight: bold;
}   
.social-logo-foot .fa-facebook {
color: #046ee5;
padding-right: 10px;
}
.social-logo-foot i {
font-size: 30px;
}
.content-blog h2 {
color: #ffa939;
padding-bottom: 20px;
padding-top: 10px;
}
.page-header h1.page-title {
color: #ffa939;
margin: 0;
padding: 0;
}
.slider-bt .slick-slide img {
padding-top: 0;
}   
@media(max-width:768px) {
.btn-whats {
font-size: 14px;
font-weight: 700;
border: solid 3px;
border-radius: 50px;
padding: 5px 3px
}
.content-blog h2 {
padding-top: 50px;
padding-bottom: 10px;
font-size: 20px;
}
.box-htr h2 {
padding-top: 30px;
padding-bottom: 10px
}
.block-text-sc {
margin-top: 0
}
.slick-next:before,
.slick-prev:before {
display: none
}
.number_post img {
display: none
}
.number_post-dest img {
display: none
}
.btn-whats i {
font-size: 14px
}
.logo-cia img {
margin: 0 auto;
display: block
}
.pats-b:after {
display: none
}
p.box-text-sb {
padding-top: 30px
}
.box-text {
padding-top: 10px
}
.sidebar-blog li a {
font-size: 20px
}
.sidebar-blog {
padding-top: 15px;
padding-bottom: 30px
}
.sidebar-blog h2 {
font-size: 22px
}
.socila-icons h3 {
font-size: 22px
}
.box-image img {
padding: 10px 0
}
.btn-blg {
margin-bottom: 20px
}
.row.destaque {
padding-top: 40px;
padding-bottom: 0
}
.cq-h2:after {
margin-bottom: 20px
}
.np-mb {
padding: 0 !important
}
.second-block h2 {
font-size: 20px
}
.second-block p {
color: #fff;
font-size: 16px
}
.hotel-modelo h2 {
margin-top: 0
}
.content-hotel p {
font-size: 17px;
margin-bottom: 7px;
line-height: 1.7
}
.second-block {
margin-top: 30px
}
.pats-b:before {
display: none
}
.block-p {
display: none
}
.slider-htl .slick-prev {
left: -15px !important
}
.slider-htl .slick-next {
right: -5px !important
}
.site-header {
height: 235px
}
.slider-bt .slick-prev {
left: -15px !important
}
.slider-bt .slick-next {
right: -4px !important
}
.ft-text-bt p {
font-weight: 700;
padding: 15px 0
}
.slider.sld-mb {
padding-top: 90px
}
.btn-whats.bnts {
color: #5c98a8;
margin-bottom: 30px;
display: block
}
.slick-slide img {
width: 100%
}
.destaque:before {
display: none
}
.destaque:after {
display: none
}
.main-navigation.toggled ul,
.menu-toggle {
border: none;
background-color: #fff
}
.cr2-p:after {
display: none
}
.cr2-p:before {
display: none
}
.main-navigation li {
float: left;
padding-bottom: 10px;
padding-left: 10px;
position: relative;
width: 100%
}
ul#primary-menu {
padding-left: 17px
padding-left: 17px;
background: #fff;
position: absolute;
}
.nav-menu {
padding: 0;
}
.social-logo-head {
padding-top: 6px;
top: inherit;
-ms-transform: inherit;
transform: inherit;
}
button.menu-toggle {
border: solid #ffa939;
border-radius: 10px;
padding: 6px 15px
}
.menu-toggle i {
padding-left: 10px
}
ul.sub-menu li {
padding: 0
}
.main-navigation ul ul a {
width: 200px;
padding: 6px 10px
}
.slider-cr .slick-prev {
left: -15px !important
}
.slider-cr .slick-next {
right: -5px !important
}
.slider_hm {
background-position: initial
}
.ch-info-1 h3 {
color: #fff;
font-size: 20px;
padding-top: 35px;
background-color: #942990;
width: 140px;
margin: 0 auto;
padding: 0
}
.ch-info-2 h3 {
color: #fff;
font-size: 20px;
padding-top: 35px;
background-color: #29abe2;
width: 140px;
margin: 0 auto;
padding: 0
}
.ch-info-3 h3 {
color: #fff;
font-size: 20px;
padding-top: 35px;
background-color: #22b573;
width: 140px;
margin: 0 auto;
padding: 0
}
.ch-info-4 h3 {
color: #fff;
font-size: 20px;
padding-top: 35px;
background-color: #f15a24;
width: 140px;
margin: 0 auto;
padding: 0
}
.ch-item:hover .ch-info-1 {
transform: scale(1);
opacity: 1;
border-bottom-left-radius: 98px;
border-bottom-right-radius: 122px;
position: absolute;
background: 0 0;
height: 118px;
bottom: 0;
margin: 0 auto;
left: 30px;
width: 86%;
color: bisque
}
.ch-item:hover .ch-info-2 {
transform: scale(1);
opacity: 1;
background: 0 0;
height: 118px;
bottom: 4px;
margin: 0 auto;
width: 82%;
color: bisque
}
img.size-serv-img {
height: 100%;
width: 65%;
padding-bottom: 30px
}
.ch-item:hover .ch-info-3 {
transform: scale(1);
opacity: 1;
background: 0 0;
height: 118px;
bottom: 4px;
margin: 0 auto;
width: 86%;
color: bisque
}
.ch-item:hover .ch-info-4 {
transform: scale(1);
opacity: 1;
background: 0 0;
height: 118px;
bottom: 4px;
margin: 0 auto;
width: 86%;
color: bisque
}
.slider-cv .slick-prev {
left: -15px !important
}
.slider-cv .slick-next {
right: -6px !important
}
.btn-whats.ctv {
margin-bottom: 20px;
display: block
}
.image-service {
margin-bottom: 40px
}
.content-serv h2 {
padding-bottom: 20px
}
.services {
padding-bottom: 40px
}
.qsomos img {
padding-bottom: 30px
}
.qsomos a {
margin-bottom: 30px
}
.title-lg.blog-title {
padding: 0
}
.box-blog span {
display: block;
padding-bottom: 30px
}
.title-lg.blog-title {
padding-bottom: 20px
}
.title-lg h2 {
margin: 60px 0;
display: block
}
.banner-top {
padding-top: 222px
}
.text-sb-bx {
padding: 0
}
.images-bxs {
padding-bottom: 40px
}
.serv-cv {
padding-bottom: 15px
}
.content-box-bt-s {
padding-bottom: 20px
}
.row.images-bxs img {
padding-bottom: 30px
}
.content-contact h2 {
font-size: 34px
}
img.icon-phonec {
height: 70px
}
.box-incn {
padding-top: 5px
}
.bg-box p {
font-size: 12px
}
img.icon-loc {
height: 50px
}
.bx-li {
padding: 0 !important
}
p.cna-btn {
font-size: 15px;
padding: 0 12px;
margin: 20px auto
}
.col-md-6.mail-in {
padding-bottom: 20px
}
.banner-topo {
padding-top: 240px
}
input.wpcf7-form-control.wpcf7-submit {
font-size: 18px
}
.cr-p:after {
display: none
}
.cr-p:before {
display: none
}
.bt-p:after {
display: none
}
.bt-p:before {
display: none
}
.cv-p:before {
display: none
}
.cv-p:after {
display: none
}
.content-box-bt p {
text-align: left;
font-size: 14px
}
.banho-tosa p {
color: #0c4a5b;
font-size: 14px;
padding-top: 13px
}
.include_serv img {
height: auto;
margin: 0 auto;
display: block
}
.content-box-bt {
padding: 15px 15px
}
.content-box-bt-s p {
padding: 0 20px;
font-size: 14px
}
.content-box-bt-s h2 {
font-size: 30px;
font-family: 'Luckiest Guy', cursive;
margin: 0;
padding: 24px 0;
color: #a20202;
text-align: center
}
.sobre-p p {
color: #683b15;
font-size: 14px
}
.consultorio-v p {
color: #664f68;
padding: 30px 0 10px 0;
margin: 0
}
.serv-cv h3 {
font-size: 21px
}
.content-box-bt a {
color: #5a7c28;
font-size: 16px
}
.content-box-bt h4 {
border: solid 5px;
border-radius: 40px;
width: fit-content;
margin: 0 auto;
padding: 5px 9px;
font-family: 'Luckiest Guy', cursive;
color: #5a7c28;
font-size: 20px;
margin-top: 42px
}
.creche-modelo p {
font-size: 14px
}
.creche-modelo h3 {
font-family: 'Luckiest Guy', cursive;
color: #5a7c28;
font-size: 21px
}
.btn-whats-cr {
padding-bottom: 15px
}
.box-hsr {
margin: 0 10px
}
.protoc-m {
padding: 20px
}
.protoc-m h2 {
font-size: 21px
}
.qsomsos img {
padding-bottom: 20px
}
.qsomos p {
line-height: 35px
}
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
transform: translateY(-15px);
}
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
-ms-transform: translateY(-15px);
transform: translateY(-15px);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
@-webkit-keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
0%, 50%, 100% {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
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 pulse {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
50% {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
}
@keyframes shake {
0%, 100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
20%, 40%, 60%, 80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}
40% {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
60% {
-webkit-transform: rotate(5deg);
-ms-transform: rotate(5deg);
transform: rotate(5deg);
}
80% {
-webkit-transform: rotate(-5deg);
-ms-transform: rotate(-5deg);
transform: rotate(-5deg);
}
100% {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.swing {
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
@keyframes tada {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
10%, 20% {
-webkit-transform: scale(0.9) rotate(-3deg);
-ms-transform: scale(0.9) rotate(-3deg);
transform: scale(0.9) rotate(-3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale(1.1) rotate(3deg);
-ms-transform: scale(1.1) rotate(3deg);
transform: scale(1.1) rotate(3deg);
}
40%, 60%, 80% {
-webkit-transform: scale(1.1) rotate(-3deg);
-ms-transform: scale(1.1) rotate(-3deg);
transform: scale(1.1) rotate(-3deg);
}
100% {
-webkit-transform: scale(1) rotate(0);
-ms-transform: scale(1) rotate(0);
transform: scale(1) rotate(0);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
0% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
transform: translateX(0%);
}
}
@keyframes wobble {
0% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
15% {
-webkit-transform: translateX(-25%) rotate(-5deg);
-ms-transform: translateX(-25%) rotate(-5deg);
transform: translateX(-25%) rotate(-5deg);
}
30% {
-webkit-transform: translateX(20%) rotate(3deg);
-ms-transform: translateX(20%) rotate(3deg);
transform: translateX(20%) rotate(3deg);
}
45% {
-webkit-transform: translateX(-15%) rotate(-3deg);
-ms-transform: translateX(-15%) rotate(-3deg);
transform: translateX(-15%) rotate(-3deg);
}
60% {
-webkit-transform: translateX(10%) rotate(2deg);
-ms-transform: translateX(10%) rotate(2deg);
transform: translateX(10%) rotate(2deg);
}
75% {
-webkit-transform: translateX(-5%) rotate(-1deg);
-ms-transform: translateX(-5%) rotate(-1deg);
transform: translateX(-5%) rotate(-1deg);
}
100% {
-webkit-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(.9);
-ms-transform: scale(.9);
transform: scale(.9);
}
100% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
-ms-transform: translateY(-10px);
transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
-ms-transform: translateX(30px);
transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
-ms-transform: translateX(-30px);
transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
-ms-transform: translateX(10px);
transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
-ms-transform: translateY(10px);
transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
transform: scale(.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(.95);
-ms-transform: scale(.95);
transform: scale(.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(.3);
-ms-transform: scale(.3);
transform: scale(.3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
-ms-transform: translateY(2000px);
transform: translateY(2000px);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
transform: translateX(20px);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
0% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
100% {
-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
-ms-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
@keyframes flipInX {
0% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateX(-10deg);
-ms-transform: perspective(400px) rotateX(-10deg);
transform: perspective(400px) rotateX(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateX(10deg);
-ms-transform: perspective(400px) rotateX(10deg);
transform: perspective(400px) rotateX(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
@keyframes flipInY {
0% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotateY(-10deg);
-ms-transform: perspective(400px) rotateY(-10deg);
transform: perspective(400px) rotateY(-10deg);
}
70% {
-webkit-transform: perspective(400px) rotateY(10deg);
-ms-transform: perspective(400px) rotateY(10deg);
transform: perspective(400px) rotateY(10deg);
}
100% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
@keyframes flipOutX {
0% {
-webkit-transform: perspective(400px) rotateX(0deg);
-ms-transform: perspective(400px) rotateX(0deg);
transform: perspective(400px) rotateX(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateX(90deg);
-ms-transform: perspective(400px) rotateX(90deg);
transform: perspective(400px) rotateX(90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
@keyframes flipOutY {
0% {
-webkit-transform: perspective(400px) rotateY(0deg);
-ms-transform: perspective(400px) rotateY(0deg);
transform: perspective(400px) rotateY(0deg);
opacity: 1;
}
100% {
-webkit-transform: perspective(400px) rotateY(90deg);
-ms-transform: perspective(400px) rotateY(90deg);
transform: perspective(400px) rotateY(90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
-ms-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
-ms-transform: translateX(-20%) skewX(30deg);
transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
-ms-transform: translateX(0%) skewX(-15deg);
transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
-ms-transform: translateX(0%) skewX(0deg);
transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
-ms-transform: translateX(100%) skewX(-30deg);
transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(-200deg);
-ms-transform: rotate(-200deg);
transform: rotate(-200deg);
opacity: 0;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
-webkit-transform: rotate(200deg);
-ms-transform: rotate(200deg);
transform: rotate(200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
0% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: left bottom;
-ms-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
0% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
opacity: 1;
}
100% {
-webkit-transform-origin: right bottom;
-ms-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
-ms-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
-ms-transform: translateX(2000px);
transform: translateX(2000px);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
-ms-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate(80deg);
-ms-transform: rotate(80deg);
transform: rotate(80deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40% {
-webkit-transform: rotate(60deg);
-ms-transform: rotate(60deg);
transform: rotate(60deg);
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
80% {
-webkit-transform: rotate(60deg) translateY(0);
-ms-transform: rotate(60deg) translateY(0);
transform: rotate(60deg) translateY(0);
opacity: 1;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
100% {
-webkit-transform: translateY(700px);
-ms-transform: translateY(700px);
transform: translateY(700px);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
@keyframes rollIn {
0% {
opacity: 0;
-webkit-transform: translateX(-100%) rotate(-120deg);
-ms-transform: translateX(-100%) rotate(-120deg);
transform: translateX(-100%) rotate(-120deg);
}
100% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
@keyframes rollOut {
0% {
opacity: 1;
-webkit-transform: translateX(0px) rotate(0deg);
-ms-transform: translateX(0px) rotate(0deg);
transform: translateX(0px) rotate(0deg);
}
100% {
opacity: 0;
-webkit-transform: translateX(100%) rotate(120deg);
-ms-transform: translateX(100%) rotate(120deg);
transform: translateX(100%) rotate(120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
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;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.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;
}
 .slick-loading .slick-list
{
background: #fff url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/ajax-loader.gif) center center no-repeat;
} @font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/fonts/slick.eot);
src: url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/fonts/slick.eot?#iefix) format('embedded-opentype'), url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/fonts/slick.woff) format('woff'), url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/fonts/slick.ttf) format('truetype'), url(https://ciaquatropatas.com.br/wp-content/themes/quatropatas/assets/slick/fonts/slick.svg#slick) format('svg');
} .slick-prev,
.slick-next
{
font-size: 0;
line-height: 0;
position: absolute;
top: 50%;
display: block;
width: 20px;
height: 20px;
padding: 0;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
cursor: pointer;
color: transparent;
border: none;
outline: none;
background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
color: transparent;
outline: none;
background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-family: 'slick';
font-size: 20px;
line-height: 1;
opacity: .75;
color: white;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev
{
left: -25px;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
.slick-next
{
right: -25px;
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
[dir='rtl'] .slick-next:before
{
content: '←';
} .slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.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
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}