@charset "UTF-8";
@-webkit-keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
0%,
50%,
100% {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@-webkit-keyframes shake {
0%,
100% {
-webkit-transform: translateX(0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translateX(-10px);
}
20%,
40%,
60%,
80% {
-webkit-transform: translateX(10px);
}
}
@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);
}
}
@-webkit-keyframes bounce {
0%,
20%,
50%,
80%,
100% {
-webkit-transform: translateY(0);
}
40% {
-webkit-transform: translateY(-30px);
}
60% {
-webkit-transform: translateY(-15px);
}
}
@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);
}
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-webkit-keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInUp {
0% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRight {
0% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInUpBig {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@keyframes fadeInDownBig {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInLeftBig {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
}
}
@keyframes fadeInRightBig {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-webkit-keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
}
}
@keyframes fadeOutUp {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@-webkit-keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
}
}
@keyframes fadeOutDown {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(20px);
transform: translateY(20px);
}
}
@-webkit-keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
}
}
@keyframes fadeOutLeft {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
}
@-webkit-keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
}
}
@keyframes fadeOutRight {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(20px);
transform: translateX(20px);
}
}
@-webkit-keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@keyframes fadeOutUpBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@keyframes fadeOutDownBig {
0% {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
transform: translateY(2000px);
}
}
@-webkit-keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@keyframes fadeOutLeftBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@keyframes fadeOutRightBig {
0% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
}
}
@keyframes slideInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
100% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@-webkit-keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes slideInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
}
}
@keyframes slideInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
100% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@-webkit-keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@keyframes slideOutUp {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
transform: translateY(-2000px);
}
}
@-webkit-keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@keyframes slideOutLeft {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
transform: translateX(-2000px);
}
}
@-webkit-keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@keyframes slideOutRight {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
transform: translateX(2000px);
}
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
50% {
opacity: 1;
-webkit-transform: scale(1.05);
transform: scale(1.05);
}
70% {
-webkit-transform: scale(0.9);
transform: scale(0.9);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@-webkit-keyframes bounceInUp {
0% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(-30px);
}
80% {
-webkit-transform: translateY(10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@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);
}
}
@-webkit-keyframes bounceInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateY(30px);
}
80% {
-webkit-transform: translateY(-10px);
}
100% {
-webkit-transform: translateY(0);
}
}
@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);
}
}
@-webkit-keyframes bounceInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(30px);
}
80% {
-webkit-transform: translateX(-10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@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);
}
}
@-webkit-keyframes bounceInRight {
0% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
60% {
opacity: 1;
-webkit-transform: translateX(-30px);
}
80% {
-webkit-transform: translateX(10px);
}
100% {
-webkit-transform: translateX(0);
}
}
@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);
}
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
}
}
@keyframes bounceOut {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
25% {
-webkit-transform: scale(0.95);
transform: scale(0.95);
}
50% {
opacity: 1;
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
100% {
opacity: 0;
-webkit-transform: scale(0.3);
transform: scale(0.3);
}
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-2000px);
}
}
@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);
}
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform: translateY(0);
}
20% {
opacity: 1;
-webkit-transform: translateY(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateY(2000px);
}
}
@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);
}
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(-2000px);
}
}
@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);
}
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform: translateX(0);
}
20% {
opacity: 1;
-webkit-transform: translateX(-20px);
}
100% {
opacity: 0;
-webkit-transform: translateX(2000px);
}
}
@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);
}
}
@-webkit-keyframes lightSpeedIn {
0% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: translateX(-20%) skewX(30deg);
opacity: 1;
}
80% {
-webkit-transform: translateX(0%) skewX(-15deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
}
@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;
}
}
@-webkit-keyframes lightSpeedOut {
0% {
-webkit-transform: translateX(0%) skewX(0deg);
opacity: 1;
}
100% {
-webkit-transform: translateX(100%) skewX(-30deg);
opacity: 0;
}
}
@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;
}
}
@-webkit-keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
0% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
100% {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@-webkit-keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@-webkit-keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
0% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@keyframes zoomOut {
0% {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
100% {
opacity: 0;
}
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
100% {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
100% {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.fusion-animated {
visibility: hidden;
}
.dont-animate .fusion-animated {
visibility: visible;
} .do-animate {   }
.do-animate .fusion-animated {
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.do-animate .fusion-animated.hinge {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
.do-animate .flash {
-webkit-animation-name: flash;
animation-name: flash;
}
.do-animate .shake {
-webkit-animation-name: shake;
animation-name: shake;
}
.do-animate .bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
}
.do-animate .fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
.do-animate .fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
.do-animate .fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
.do-animate .fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
.do-animate .fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
.do-animate .fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
.do-animate .fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
.do-animate .fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
.do-animate .fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
.do-animate .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
.do-animate .fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
.do-animate .fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
.do-animate .fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
.do-animate .fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
.do-animate .fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
.do-animate .fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
.do-animate .fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
.do-animate .fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
.do-animate .slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
.do-animate .slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
.do-animate .slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
.do-animate .slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.do-animate .slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
.do-animate .slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
.do-animate .bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.do-animate .bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
.do-animate .bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
.do-animate .bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
.do-animate .bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
.do-animate .bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
.do-animate .bounceOutUp {
color: red;
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
.do-animate .bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
.do-animate .bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
.do-animate .bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
.do-animate .lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
.do-animate .lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
.do-animate .rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
.do-animate .zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
.do-animate .zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
.do-animate .zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
.do-animate .zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
.do-animate .zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
.do-animate .zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
.do-animate .zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
.do-animate .zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
.do-animate .zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
.do-animate .zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
   .fusion-secondary-header {
margin: 0 auto;
}
@media (min-width: 800px) {
.fusion-secondary-header {
padding: 0;
min-height: auto;
height: 60px; padding: 5px 0;
}
}
@media (min-width: 800px) {
.fusion-secondary-header p.orcamento {
float: left;
margin-left: 48px;
margin-right: 14px; padding-right: 15px;
border-right: solid 1px #fff;
}
}
.fusion-secondary-header p.orcamento a {
font-size: 1.8em;
}
@media (min-width: 800px) {
.fusion-secondary-header p.orcamento a {
font-size: 1em;
font-weight: bold;
}
}
.fusion-secondary-header #custom_post_widget-176 p {
font-size: 14px;
}
@media (min-width: 800px) {
.fusion-secondary-header #custom_post_widget-176 p {
font-size: 14px;
line-height: 1.4;
}
}
@media (min-width: 800px) {
.fusion-secondary-header img {
max-width: 20px;
}
}
@media (min-width: 800px) {
.fusion-header {
padding: 4% 0px;
}
}
#custom_post_widget-176 img {
margin-right: 0.2em;
}
@media (min-width: 800px) {
#custom_post_widget-176 img {
margin-right: 0.2em;
margin-top: 2px;
}
}
@media (max-width: 800px) {
#custom_post_widget-179 img {
margin-left: 21px;
}
}
#custom_post_widget-179 img {
margin-left: 5px;
}
.fusion-secondary-main-menu {
padding-top: 7px;
padding-bottom: 7px;
position: relative;
overflow: hidden;
}
@media (min-width: 801px) {
.fusion-secondary-main-menu:after, .fusion-secondary-main-menu:before {
content: '';
width: 100%;
position: absolute;
left: 0;
height: 7px;
box-shadow: 0px 0px 14px #000;
}
.fusion-secondary-main-menu:after {
top: 110%;
}
.fusion-secondary-main-menu:before {
bottom: 110%;
}
}  #main {
max-width: 1100px;
margin: 0 auto;
} .video-shortcode {
position: relative;
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
}
.video-shortcode iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}  @media (min-width: 1024px) {
.home_destaques {
max-width: calc(291px * 3 + 8% * 2);
margin: 0 auto;
}
}
@media (min-width: 1024px) {
.home_destaques__item {
max-width: 291px;
margin-right: 9.8%;
width: calc(100% / 3 - 6.6%);
}
.home_destaques__item:nth-child(3) {
margin-right: 0;
}
}
.home__destaque_quem-somos {
margin-top: 7px;
}
.home__destaque_quem-somos h3.title-heading-center {
color: #fff;
font-weight: 800;
font-size: 2.5em;
line-height: 1;
margin-top: 2%;
text-transform: uppercase;
letter-spacing: 0px;
}
.home__destaque_quem-somos p {
color: #fff;
line-height: 1.6;
margin-bottom: 27px;
}
.home__destaque_quem-somos_texto {
padding-left: 7em;
padding-right: 2.6em;
text-align: justify;
margin-right: 7px;
}
@media (max-width: 768px) {
.home__destaque_quem-somos_texto {
padding-left: 0.5em;
padding-right: 0.5em;
}
}
@media (min-width: 769px) {
.home__destaque_quem-somos_video {
padding-right: 4em;
}
}
.home__destaque_quem-somos_video .fusion-youtube {
max-width: none !important;
max-height: none !important;
}  .pagina_titulo h2 {
font-size: 25px !important;
} .cestas_natal {
margin-top: 40px;
}
.page-template-cestas-de-natal #wrapper .fusion-header, .cestas-de-natal #wrapper .fusion-header, .page-template-cestas-de-natal-2020 #wrapper .fusion-header, .cestas-de-natal #wrapper .fusion-header, .page-template-cestas-de-natal #wrapper .fusion-secondary-main-menu, .cestas-de-natal #wrapper .fusion-secondary-main-menu, .page-template-cestas-de-natal-2020 #wrapper .fusion-secondary-main-menu, .cestas-de-natal #wrapper .fusion-secondary-main-menu {
background-color: #5b0000;
border: none;
}
.page-template-cestas-de-natal #wrapper .fusion-secondary-header, .cestas-de-natal #wrapper .fusion-secondary-header, .page-template-cestas-de-natal-2020 #wrapper .fusion-secondary-header, .cestas-de-natal #wrapper .fusion-secondary-header {
border-bottom: none;
}
.page-template-cestas-de-natal #wrapper .fusion-secondary-main-menu:after, .cestas-de-natal #wrapper .fusion-secondary-main-menu:after, .page-template-cestas-de-natal-2020 #wrapper .fusion-secondary-main-menu:after, .cestas-de-natal #wrapper .fusion-secondary-main-menu:after, .page-template-cestas-de-natal #wrapper .fusion-secondary-main-menu:before, .cestas-de-natal #wrapper .fusion-secondary-main-menu:before, .page-template-cestas-de-natal-2020 #wrapper .fusion-secondary-main-menu:before, .cestas-de-natal #wrapper .fusion-secondary-main-menu:before {
content: none;
}
.page-template-cestas-de-natal #wrapper .fusion-main-menu > ul > li > a, .cestas-de-natal #wrapper .fusion-main-menu > ul > li > a, .page-template-cestas-de-natal-2020 #wrapper .fusion-main-menu > ul > li > a, .cestas-de-natal #wrapper .fusion-main-menu > ul > li > a {
color: #fff;
}
.page-template-cestas-de-natal #wrapper .fusion-main-menu .current_page_item > a, .cestas-de-natal #wrapper .fusion-main-menu .current_page_item > a, .page-template-cestas-de-natal-2020 #wrapper .fusion-main-menu .current_page_item > a, .cestas-de-natal #wrapper .fusion-main-menu .current_page_item > a, .page-template-cestas-de-natal #wrapper .fusion-main-menu > ul > li > a:hover, .cestas-de-natal #wrapper .fusion-main-menu > ul > li > a:hover, .page-template-cestas-de-natal-2020 #wrapper .fusion-main-menu > ul > li > a:hover, .cestas-de-natal #wrapper .fusion-main-menu > ul > li > a:hover {
color: #f36f21;
}
.page-template-cestas-de-natal .fusion-footer h3, .cestas-de-natal .fusion-footer h3, .page-template-cestas-de-natal-2020 .fusion-footer h3, .cestas-de-natal .fusion-footer h3 {
background-color: #f9db7b !important;
color: #c01709 !important;
padding: 5px !important;
text-align: center;
}
.page-template-cestas-de-natal .fusion-footer h4, .cestas-de-natal .fusion-footer h4, .page-template-cestas-de-natal-2020 .fusion-footer h4, .cestas-de-natal .fusion-footer h4 {
color: #fff;
}
.page-template-cestas-de-natal #main, .cestas-de-natal #main, .page-template-cestas-de-natal-2020 #main, .cestas-de-natal #main {
background-color: transparent;
}
.page-template-cestas-de-natal #content, .cestas-de-natal #content, .page-template-cestas-de-natal-2020 #content, .cestas-de-natal #content {
padding-bottom: 20px;
}
.page-template-cestas-de-natal .cestas_natal_topo .wpcf7-form textarea, .cestas-de-natal .cestas_natal_topo .wpcf7-form textarea, .page-template-cestas-de-natal-2020 .cestas_natal_topo .wpcf7-form textarea, .cestas-de-natal .cestas_natal_topo .wpcf7-form textarea {
height: 29px;
}
.page-template-cestas-de-natal .fusion-secondary-main-menu, .cestas-de-natal .fusion-secondary-main-menu, .page-template-cestas-de-natal-2020 .fusion-secondary-main-menu, .cestas-de-natal .fusion-secondary-main-menu {
background-image: url(//www.realcestas.com.br/site2023/wp-content/wp-content/uploads/2017/09/separador-menu.png);
background-repeat: no-repeat;
background-position: 0 100%;
background-size: contain;
}
.page-template-cestas-de-natal .fusion-logo, .cestas-de-natal .fusion-logo, .page-template-cestas-de-natal-2020 .fusion-logo, .cestas-de-natal .fusion-logo {
margin-top: -30px !important;
}
.page-template-cestas-de-natal .fusion-footer-widget-area, .cestas-de-natal .fusion-footer-widget-area, .page-template-cestas-de-natal-2020 .fusion-footer-widget-area, .cestas-de-natal .fusion-footer-widget-area, .page-template-cestas-de-natal .fusion-footer-copyright-area, .cestas-de-natal .fusion-footer-copyright-area, .page-template-cestas-de-natal-2020 .fusion-footer-copyright-area, .cestas-de-natal .fusion-footer-copyright-area, .page-template-cestas-de-natal .fusion-copyright-notice, .cestas-de-natal .fusion-copyright-notice, .page-template-cestas-de-natal-2020 .fusion-copyright-notice, .cestas-de-natal .fusion-copyright-notice {
background-color: #5b0000;
}
.page-template-cestas-de-natal .fusion-footer-widget-area p, .cestas-de-natal .fusion-footer-widget-area p, .page-template-cestas-de-natal-2020 .fusion-footer-widget-area p, .cestas-de-natal .fusion-footer-widget-area p, .page-template-cestas-de-natal .fusion-footer-copyright-area p, .cestas-de-natal .fusion-footer-copyright-area p, .page-template-cestas-de-natal-2020 .fusion-footer-copyright-area p, .cestas-de-natal .fusion-footer-copyright-area p, .page-template-cestas-de-natal .fusion-copyright-notice p, .cestas-de-natal .fusion-copyright-notice p, .page-template-cestas-de-natal-2020 .fusion-copyright-notice p, .cestas-de-natal .fusion-copyright-notice p, .page-template-cestas-de-natal .fusion-footer-widget-area a, .cestas-de-natal .fusion-footer-widget-area a, .page-template-cestas-de-natal-2020 .fusion-footer-widget-area a, .cestas-de-natal .fusion-footer-widget-area a, .page-template-cestas-de-natal .fusion-footer-copyright-area a, .cestas-de-natal .fusion-footer-copyright-area a, .page-template-cestas-de-natal-2020 .fusion-footer-copyright-area a, .cestas-de-natal .fusion-footer-copyright-area a, .page-template-cestas-de-natal .fusion-copyright-notice a, .cestas-de-natal .fusion-copyright-notice a, .page-template-cestas-de-natal-2020 .fusion-copyright-notice a, .cestas-de-natal .fusion-copyright-notice a {
color: #fff;
}
.page-template-cestas-de-natal .fusion-youtube, .cestas-de-natal .fusion-youtube, .page-template-cestas-de-natal-2020 .fusion-youtube, .cestas-de-natal .fusion-youtube {
margin: 0 auto;
}
.page-template-cestas-de-natal p, .cestas-de-natal p, .page-template-cestas-de-natal-2020 p, .cestas-de-natal p, .page-template-cestas-de-natal a, .cestas-de-natal a, .page-template-cestas-de-natal-2020 a, .cestas-de-natal a {
color: #0f4678;
}
.page-template-cestas-de-natal a:hover, .cestas-de-natal a:hover, .page-template-cestas-de-natal-2020 a:hover, .cestas-de-natal a:hover {
color: #af1f22 !important;
}
.page-template-cestas-de-natal .fusion-secondary-header a:hover, .cestas-de-natal .fusion-secondary-header a:hover, .page-template-cestas-de-natal-2020 .fusion-secondary-header a:hover, .cestas-de-natal .fusion-secondary-header a:hover {
color: #fff !important;
}
.page-template-cestas-de-natal .enviar input, .cestas-de-natal .enviar input, .page-template-cestas-de-natal-2020 .enviar input, .cestas-de-natal .enviar input {
font-size: 12px !important;
text-transform: lowercase;
border-radius: 0 !important;
}
.page-template-cestas-de-natal #custom_post_widget-730 p, .cestas-de-natal #custom_post_widget-730 p, .page-template-cestas-de-natal-2020 #custom_post_widget-730 p, .cestas-de-natal #custom_post_widget-730 p {
margin: 0px;
}
.page-template-cestas-de-natal .wpcf7-form .wpcf7-text, .cestas-de-natal .wpcf7-form .wpcf7-text, .page-template-cestas-de-natal-2020 .wpcf7-form .wpcf7-text, .cestas-de-natal .wpcf7-form .wpcf7-text, .page-template-cestas-de-natal .wpcf7-form textarea, .cestas-de-natal .wpcf7-form textarea, .page-template-cestas-de-natal-2020 .wpcf7-form textarea, .cestas-de-natal .wpcf7-form textarea, .page-template-cestas-de-natal form.wpcf7-form *::placeholder, .cestas-de-natal form.wpcf7-form *::placeholder, .page-template-cestas-de-natal-2020 form.wpcf7-form *::placeholder, .cestas-de-natal form.wpcf7-form *::placeholder {
font-size: 10px;
}
.page-template-cestas-de-natal h2.entry-title, .cestas-de-natal h2.entry-title, .page-template-cestas-de-natal-2020 h2.entry-title, .cestas-de-natal h2.entry-title {
display: none;
}
.page-template-cestas-de-natal .nome_cesta h3, .cestas-de-natal .nome_cesta h3, .page-template-cestas-de-natal-2020 .nome_cesta h3, .cestas-de-natal .nome_cesta h3 {
color: #fff;
font-size: 28px !important;
line-height: 1.6;
}
.col-1 {
margin: 5px;
float: left;
max-width: calc(100% - 10px);
width: 100%;
}
.col-2 {
width: calc(50% - 10px);
float: left;
margin: 5px;
}
.mensagem textarea {
height: 40px;
}
.enviar {
float: left;
margin-left: 5px;
}
.page-template-cestas-de-natal #custom_post_widget-217 .enviar input {
margin-top: -20px;
}
.cestas-de-natal #custom_post_widget-217 .enviar {
margin-top: 5px;
}
@media (max-width: 800px) {
.cestas_natal_capa, .cestas_natal_formulario {
margin: 0 auto !important;
float: none !important;
}
}
.cestas_de_natal {
margin: 0 auto;
width: 100%;
max-width: 744px;
}
@media (max-width: 729px) {
.cestas_de_natal {
max-width: 300px;
margin: 0 auto;
}
}
.cesta_qtd, .cesta_preco, .cesta_link a, .cesta_link a:hover {
color: #fff !important;
}
.cesta_nome a, .cesta_nome a:hover {
color: #62bdae !important;
}
.cesta_nome h3 {
background: transparent !important;
}
.cesta_preco_detalhe {
font-size: 30px;
}
.cesta {
text-align: center;
position: relative;
}
@media (max-width: 729px) {
.cesta {
margin-bottom: 30px;
padding-bottom: 30px;
border-bottom: solid 3px rgba(0, 0, 0, 0.31);
}
}
@media (min-width: 730px) {
.cesta {
width: 100%;
max-width: 364px;
float: left;
border-color: rgba(0, 0, 0, 0.31);
border-width: 0px 3px 3px 0px;
border-style: solid;
padding-bottom: 20px;
}
.cesta:nth-child(2n) {
border-width: 0px 0 3px 0px;
}
.cesta:nth-of-type(n+3) {
padding-top: 20px;
}
}
.cesta_nome {
margin-top: -20px;
}
.cesta_nome h3 a {
font-size: 15px;
}
.cesta_qtd {
margin-top: -20px;
}
.cesta_qtd p {
font-size: 15px;
}
.cesta_preco {
margin-top: -20px;
}
.cesta_preco p {
font-size: 39px;
font-weight: bold;
}
@media screen and (max-width: 420px) {
.cesta_preco p {
font-size: 30px;
}
}
.cesta_selo {
position: absolute;
left: 0;
top: 50%;
transform: translate(0, -50%);
}
@media screen and (max-width: 800px) {
.cesta_selo {
left: -6%;
}
}
@media screen and (max-width: 420px) {
.cesta_selo {
left: 0;
}
}
@media screen and (max-width: 320px) {
.cesta_selo {
top: 44%;
width: 26%;
}
}
.cesta_link {
margin-top: -8px;
}
.cesta_link a {
font-size: 14px;
padding: 0.3em 1.2em;
border-radius: 25px;
line-height: 1;
background: url(//www.realcestas.com.br/site2023/wp-content/themes/Avada/assets/images/link.png) 0px -2px, #a81709; background: url(//www.realcestas.com.br/site2023/wp-content/themes/Avada/assets/images/link.png) 0px -2px, -moz-linear-gradient(top, #a81709 0%, #6c0a02 100%); background: url(//www.realcestas.com.br/site2023/wp-content/themes/Avada/assets/images/link.png) 0px -2px, -webkit-linear-gradient(top, #a81709 0%, #6c0a02 100%); background: url(//www.realcestas.com.br/site2023/wp-content/themes/Avada/assets/images/link.png) 0px -2px, linear-gradient(to bottom, #a81709 0%, #6c0a02 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a81709', endColorstr='#6c0a02',GradientType=0); transition: all 0.5s;
background-repeat: no-repeat;
border: solid 1px rgba(0, 0, 0, 0.5);
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.6);
background-size: cover;
font-weight: bold;
background-clip: padding-box;
text-transform: uppercase;
}
@keyframes play {
100% {
background-position: 0 9px;
}
}
@media (max-width: 704px) {
.cestas_natal_capa, .cestas_natal_formulario {
max-width: 100% !important;
margin: 0 auto;
float: none;
}
}
.cestas_natal_capa {
max-width: 430px;
width: 100%;
}
.imagem-cesta-natal {
text-align: center;
margin-top: 20px;
}
.selo-cesta-detalhe {
position: absolute;
top: 10px;
left: 20px;
width: 89px;
height: 83px;
}
.cestas_natal_formulario {
max-width: 320px;
width: 100%;
}
.page-template-cestas-de-natal #content > div, .cestas-de-natal .post {
width: 100%;
max-width: 900px;
margin: 0px auto 0px;
}
.page-template-cestas-de-natal.page-id-1191 #wrapper {
background-image: none !important;
background-color: #5b0000 !important;
}
.page-id-1191 h1 {
font-size: 20px;
color: #c01709;
text-align: center;
text-transform: uppercase;
background: #fff;
padding: 8px;
}
.page-id-1191 p {
color: #fff;
font-size: 18px;
line-height: 22px;
}
.page-id-1191 p.orcamento, .page-template-cestas-de-natal .fusion-footer-widget-area p {
font-size: 1em;
}
.page-id-1191 .cestas_de_natal {
display: none;
}
.page-id-1191 select, .page-template-cestas-de-natal-2020 select {
font-size: 10px !important;
color: #747474 !important;
}
.video-cestas-de-natal p {
font-size: 18px;
} #post-12 {
max-width: 922px;
margin: 0 auto;
}
#post-12 .cesta_basica_infos {
width: 100%;
}
@media (min-width: 1023px) {
#post-12 .cesta_basica_infos {
max-width: 515px;
}
}
#post-12 .cesta_basica_formulario {
width: 100%;
max-width: 370px;
}
@media (max-width: 1023px) {
#post-12 .cesta_basica_formulario {
float: none !important;
margin: 0 auto;
}
}
#post-12 .cesta_basica_formulario h3 {
text-align: center;
color: #fff;
background-color: #f36f21;
padding: 10px;
margin: 5px;
clear: both;
}
#post-12 .cesta_basica_formulario .enviar input {
border-radius: 0;
padding: 5px 10px;
font-size: 12px;
margin-top: -20px;
background-color: #f36f21;
}
@media (max-width: 668px) {
.cestas_basicas {
max-width: 90%;
margin: 0 auto;
}
}
.cesta_basica {
display: block;
overflow: hidden;
position: relative;
}
@media (max-width: 669px) {
.cesta_basica {
margin: 20px auto;
}
}
@media (min-width: 668px) {
.cesta_basica {
margin-right: 10px;
margin-bottom: 10px;
max-width: 299px;
display: inline-block;
}
}
.cesta_basica:hover .cesta_basica_info {
left: 0;
opacity: 1;
}
@media (min-width: 668px) and (max-width: 768px) {
.cesta_basica:nth-child(2n) {
margin-right: 0;
}
}
@media (min-width: 769px) {
.cesta_basica:nth-child(3n) {
margin-right: 0;
}
}
@media (min-width: 669px) and (max-width: 981px) {
.cestas_basicas {
max-width: 610px;
margin: 0 auto;
}
.cesta_basica:nth-child(2n) {
margin-right: 0px !important;
}
.cesta_basica {
margin-right: 10px !important;
}
}
.cesta_basica_info {
position: absolute;
width: 100%;
height: 100%;
background-color: #f36f21;
left: -100%;
transition: all 0.3s;
opacity: 0;
}
.cesta_basica_info a {
position: absolute;
left: 50%;
top: 40%;
transform: translate(-50%, -50%);
}
.cesta_basica_info h3 {
position: absolute;
left: 50%;
top: 60%;
margin: auto;
color: #fff;
width: 100%;
transform: translate(-50%, -50%);
font-size: 16px;
text-align: center;
line-height: 1;
transition: all 0.3s;
}
@media (max-width: 667px) {
.cesta_basica_imagem img {
display: block;
margin: 0 auto;
}
} @media (min-width: 801px) {
div#conteudo_cestas {
width: 70%;
}
}
div#conteudo_cestas ul {
list-style: none;
}
div#conteudo_cestas li {
color: #fff;
}
.pom-default {
margin-left: 12px;
}
.printomatictext {
color: #275681;
}
@media (min-width: 801px) {
#conteudo_cestas_imagem {
width: 26%;
}
}
@media (min-width: 667px) {
#conteudo_cestas_imagem img {
max-width: 210px;
}
} .banner-rodape {
margin: 0;
background-color: #f36f21;
padding: 20px 0;
}
body.page-template-cestas-de-natal .banner-rodape, .cestas-de-natal .banner-rodape {
background-color: #5b0000;
}
footer.fusion-footer-widget-area > div {
max-width: 100% !important;
margin: 0 auto;
width: 1100px;
}
footer .fusion-column.col-lg-3.col-md-3.col-sm-3:nth-child(4) {
max-width: 370px;
margin: 0 auto;
} .wpcf7-form .wpcf7-mail-sent-ok, .wpcf7-form .wpcf7-validation-errors {
display: inline-block !important;
}
.page-template-cestas-de-natal span.wpcf7-not-valid-tip {
color: #fff;
}
body.page-id-16 .mensagem textarea {
height: inherit;
}
@media (max-width: 600px) {
.home_destaques__item img {
width: 60%;
}
}
.nescafe_first p {
font-size: 20px;
margin-bottom: 10px;
color: #fff;
line-height: 1.3;
}
.nescafe {
color: #fff;
}
@media (min-width: 801px) {
.nescafe {
max-width: 450px;
margin: 0 auto;
}
}
.nescafe .fusion-layout-column {
margin-right: 0;
}
.nescafe .nescafe_second {
max-width: 300px;
width: 100%;
}
.nescafe p {
font-size: 20px;
margin: 0;
line-height: 1.3;
}
.nescafe img {
max-width: 160px;
}
@media (max-width: 800px) {
.nescafe span {
margin-left: 0 !important;
float: none !important;
text-align: center !important;
display: block !important;
}
}.sq_blog_content,.sq_local_content,.sq_quote_content,.sq_wiki_content{position:relative;clear:both;background:#fff;font-size:14px;color:#333;max-width:500px;margin:5px auto;padding:13px;-webkit-transition:.1s border-color;-moz-transition:.1s border-color;transition:.1s border-color;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;border:1px solid #ddd;-webkit-box-shadow:0 1px 0 #ddd;-moz-box-shadow:0 1px 0 #ddd;box-shadow:0 1px 0 #ddd}.sq_blog_content p,.sq_local_content p,.sq_quote_content p,.sq_wiki_content p{margin:0!important;padding:0!important;line-height:18px!important;font-size:12px!important}.sq_author_avatar{display:block;float:left;width:48px;height:48px;padding:1px;margin:0;border:1px solid #ddd}.sq_quote_text{margin-left:62px;line-height:1.5em;padding-left:21px;background:url(//www.realcestas.com.br/site2023/wp-content/plugins/squirrly-seo/view/assets/img/front/avatar-margin.png) left top no-repeat;min-height:52px;font-family:"Georgia",serif;font-size:16px}a.sq_local,a.sq_news,a.sq_wiki{display:block;font-family:"Helvetica",sans-serif;font-weight:700;color:#0074b7;font-size:14px;line-height:1.4em;margin-bottom:5px;text-decoration:none}.sq_local_text,.sq_news_text,.sq_wiki_text{font-size:12px;color:#333}#tinymce mark{background:#fdffc7!important;color:#383838!important;padding:0 5px}#tinymce mark.mark_counter:after{content:attr(data-cnt);color:gray;font-size:70%;line-height:50%;vertical-align:baseline;position:relative;top:-9px}#content .sq_highlight,#content mark{background:0 0!important}#content .sq_highlight .sq_highlight_cnt,#content mark.mark_counter{display:none!important}