.elementor-5559 .elementor-element.elementor-element-1324359{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-5559 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset e Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.5;
    color: #333;
    background-color: #ffffff;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* Container */
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container {
        padding: 0 2rem;
    }
}

/* Header */
.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
}

.header-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (min-width: 640px) {
    .header-container {
        padding: 1rem 1.5rem;
    }
}

@media (min-width: 1024px) {
    .header-container {
        padding: 1rem 2rem;
    }
}

.logo-img {
    height: 2rem;
    width: auto;
}

@media (min-width: 640px) {
    .logo-img {
        height: 2rem!important;
    }
}

.btn-header {
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    color: #ffffff;
    background-color: #ED6607;
    text-decoration: none;
    transition: opacity 0.3s;
    font-weight: 500;
}

.btn-header:hover {
    opacity: 0.9;
}

/* Hero Section */
.hero-section {
    padding-top: 10rem;
    padding-bottom: 8rem;
    overflow: hidden;
    position: relative;
    background-color: #494B4A;
}

.hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: repeating-linear-gradient(45deg, #ED6607 0px, #ED6607 2px, transparent 2px, transparent 20px);
    width: 100%;
    height: 100%;
}

.container-hero {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .container-hero {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-hero {
        padding: 0 2rem;
    }
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1152px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .hero-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.hero-image-wrapper {
    position: relative;
    padding: 0 1rem;
    order: 1;
}

@media (min-width: 1024px) {
    .hero-image-wrapper {
        order: 2;
    }
}

.hero-circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    background-color: #ED6607;
}

.hero-circle-1 {
    top: -2rem;
    left: -2rem;
    width: 6rem;
    height: 6rem;
}

.hero-circle-2 {
    top: 3rem;
    right: -1rem;
    width: 4rem;
    height: 4rem;
}

.hero-circle-3 {
    bottom: -1rem;
    left: 25%;
    width: 5rem;
    height: 5rem;
}

.hero-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hero-image {
    width: 100%;
    height: auto;
}

.hero-content {
    color: #ffffff;
    padding: 0 1rem;
    order: 2;
}

@media (min-width: 1024px) {
    .hero-content {
        order: 1;
    }
}

.hero-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
    color: #ffffff;
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.8;
    }
}

.hero-title {
    font-size: 2.25rem;
    margin-bottom: 1.5rem;
    color: #ED6607;
}

@media (min-width: 640px) {
    .hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .hero-title {
        font-size: 3.75rem;
    }
}

.hero-subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2.5rem;
    color: #ffffff;
}

.btn-primary {
    display: inline-block;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
    text-decoration: none;
    font-weight: 500;
}

.btn-primary:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

/* O Problema Section */
.problema-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
}

.problema-bg {
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
}

.problema-bg-1 {
    top: 0;
    right: 0;
    width: 16rem;
    height: 16rem;
    background-color: #ED6607;
    transform: translate(30%, -30%);
}

.problema-bg-2 {
    bottom: 0;
    left: 0;
    width: 12rem;
    height: 12rem;
    background-color: #494B4A;
    transform: translate(-30%, 30%);
}

.problema-text {
    max-width: 56rem;
    margin: 0 auto 3rem;
    text-center;
}

.section-title-dark {
    font-size: 1.875rem;
    margin-bottom: 2rem;
    color: #494B4A;
}

@media (min-width: 640px) {
    .section-title-dark {
        font-size: 2.25rem;
    }
}

.text-lg-dark {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #494B4A;
}

.text-lg-gray {
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #686667;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.problema-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 80rem;
    margin: 0 auto 2.5rem;
}

@media (min-width: 768px) {
    .problema-cards {
        grid-template-columns: repeat(3, 1fr);
    }
}

.problema-card {
    text-align: center;
    padding: 1.5rem;
    border-radius: 0.75rem;
    border: 2px solid #ED6607;
    background-color: #ffffff;
    transition: box-shadow 0.3s;
}

.problema-card:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.problema-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ED6607;
}

.icon-svg {
    width: 2rem;
    height: 2rem;
    color: #ffffff;
}

.card-title-dark {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #494B4A;
}

.card-text-gray {
    color: #686667;
}

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

.mt-10 {
    margin-top: 2.5rem;
}

.mt-12 {
    margin-top: 3rem;
}

/* Método Sem Varizes Section */
.metodo-section {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
}

.metodo-shape {
    position: absolute;
    opacity: 0.1;
}

.metodo-shape-1 {
    top: 5rem;
    right: 2.5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    background-color: #ED6607;
}

.metodo-shape-2 {
    bottom: 5rem;
    left: 2.5rem;
    width: 10rem;
    height: 10rem;
    background-color: #494B4A;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.metodo-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 1152px;
    margin: 0 auto 5rem;
}

@media (min-width: 1024px) {
    .metodo-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.metodo-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.metodo-corner {
    position: absolute;
    width: 5rem;
    height: 5rem;
    border: 4px solid #ED6607;
}

.metodo-corner-tl {
    top: 0;
    left: 0;
    border-bottom: 0;
    border-right: 0;
    border-radius: 0 0 1.5rem 0;
}

.metodo-corner-br {
    bottom: 0;
    right: 0;
    border-top: 0;
    border-left: 0;
    border-radius: 1.5rem 0 0 0;
}

.metodo-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 75%;
    max-width: 28rem;
    border: 4px solid #ED6607;
}

.metodo-image {
    width: 100%;
    height: auto;
}

.metodo-content {
    padding: 0 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.metodo-tecnicas {
    margin-top: 5rem;
}

.section-subtitle-orange {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #ED6607;
}

@media (min-width: 640px) {
    .section-subtitle-orange {
        font-size: 2.25rem;
    }
}

.tecnicas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 56rem;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .tecnicas-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.tecnica-card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    color: #ffffff;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    border: 2px solid #ED6607;
    background-color: #494B4A;
}

.tecnica-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: scale(1.05);
}

.tecnica-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}

.tecnica-text {
    line-height: 1.75rem;
    color: #ffffff;
}

/* Dr. José Rosa Section */
.doctor-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: #494B4A;
}

.doctor-grid-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
}

.doctor-grid-pattern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: repeating-linear-gradient(90deg, #ED6607 0px, #ED6607 2px, transparent 2px, transparent 40px);
}

.doctor-grid-pattern::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    background: repeating-linear-gradient(0deg, #ED6607 0px, #ED6607 2px, transparent 2px, transparent 40px);
}

.doctor-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    margin-bottom: 4rem;
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 1024px) {
    .doctor-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.doctor-image-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 0 1rem;
}

.doctor-image-container {
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    width: 75%;
    max-width: 24rem;
}

.doctor-image {
    width: 100%;
    height: auto;
    max-height: 480px;
    object-fit: cover;
}

.doctor-badge {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 0.75rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.doctor-badge-title {
    text-align: center;
    font-weight: 700;
    color: #ED6607;
}

.doctor-badge-subtitle {
    text-align: center;
    font-size: 0.875rem;
    color: #494B4A;
}

.doctor-content {
    padding: 0 1rem;
}

.doctor-experience-badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 700;
    background-color: #ED6607;
    color: #ffffff;
}

.doctor-title {
    font-size: 1.875rem;
    margin-bottom: 0.5rem;
    color: #ED6607;
}

@media (min-width: 640px) {
    .doctor-title {
        font-size: 2.25rem;
    }
}

.doctor-subtitle {
    font-size: 1.125rem;
    margin-bottom: 1.5rem;
    color: #ffffff;
}

.doctor-text {
    line-height: 1.75rem;
    color: #ffffff;
}

/* Diferenciais */
.diferenciais-wrapper {
    margin-top: 4rem;
}

.diferenciais-title {
    font-size: 2.25rem;
    text-align: center;
    margin-bottom: 1.5rem;
    color: #ED6607;
}

.diferenciais-subtitle {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: #ffffff;
}

.diferenciais-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .diferenciais-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .diferenciais-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.diferencial-card {
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    background-color: #ffffff;
}

.diferencial-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-4px);
}

.diferencial-number {
    position: absolute;
    top: -0.75rem;
    right: -0.75rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
}

.diferencial-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #494B4A;
}

.diferencial-text {
    line-height: 1.75rem;
    color: #686667;
}

/* Como Funciona Section */
.steps-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: #f8f9fa;
}

.steps-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent, #ED6607, transparent);
}

.steps-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    max-width: 1152px;
    margin: 0 auto;
}

@media (min-width: 768px) {
    .steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .steps-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.step-card {
    text-align: center;
    border-radius: 0.75rem;
    padding: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    position: relative;
    background-color: #ffffff;
    border: 2px solid #ED6607;
}

.step-card:hover {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transform: translateY(-8px);
}

.step-connector {
    display: none;
}

@media (min-width: 1024px) {
    .step-card:not(:last-child) .step-connector {
        display: block;
        position: absolute;
        top: 50%;
        right: -0.75rem;
        transform: translateY(-50%) rotate(45deg);
        z-index: 20;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #ED6607;
    }
}

.step-number {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
}

.step-title {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #494B4A;
}

.step-text {
    line-height: 1.75rem;
    color: #686667;
}

/* CTA Section */
.cta-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: #ED6607;
}

.cta-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.cta-pattern::before {
    content: '';
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.cta-pattern::after {
    content: '';
    position: absolute;
    top: 5rem;
    right: 5rem;
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 4px solid #ffffff;
}

.cta-container {
    max-width: 56rem;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .cta-container {
        padding: 0 1.5rem;
    }
}

@media (min-width: 1024px) {
    .cta-container {
        padding: 0 2rem;
    }
}

.cta-box {
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .cta-box {
        padding: 3rem;
    }
}

.cta-check-badge {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffffff;
    border-radius: 50%;
    padding: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    border: 3px solid #ED6607;
}

.cta-check-icon {
    width: 2rem;
    height: 2rem;
    color: #ED6607;
}

.cta-title {
    font-size: 1.875rem;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    color: #494B4A;
}

@media (min-width: 640px) {
    .cta-title {
        font-size: 2.25rem;
    }
}

.cta-text {
    font-size: 1.125rem;
    line-height: 1.75rem;
    margin-bottom: 2rem;
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
    color: #686667;
}

.btn-cta {
    display: inline-block;
    color: #ffffff;
    padding: 1rem 2rem;
    border-radius: 9999px;
    transition: all 0.3s;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
    text-decoration: none;
    font-size: 1.125rem;
    font-weight: 500;
}

.btn-cta:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    transform: scale(1.05);
}

.cta-dot {
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background-color: #ED6607;
    transform: translateY(-50%);
}

.cta-dot-left {
    left: -1rem;
}

.cta-dot-right {
    right: -1rem;
}

/* Contact Section */
.contact-section {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background-color: #494B4A;
}

.contact-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.05;
    background-image: radial-gradient(circle, #ffffff 1px, transparent 1px);
    background-size: 20px 20px;
    width: 100%;
    height: 100%;
}

.contact-title {
    font-size: 1.875rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #ED6607;
}

@media (min-width: 640px) {
    .contact-title {
        font-size: 2.25rem;
    }
}

.contact-subtitle {
    font-size: 1.25rem;
    text-align: center;
    margin-bottom: 3rem;
    color: #ffffff;
}

.contact-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 768px) {
    .contact-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.contact-card {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.75rem;
    padding: 1.5rem;
    transition: background-color 0.3s;
}

.contact-card:hover {
    background-color: rgba(255, 255, 255, 0.1);
}

.contact-icon {
    width: 4rem;
    height: 4rem;
    margin: 0 auto 1rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    background-color: #ED6607;
}

.contact-card-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #ED6607;
}

.contact-card-text {
    line-height: 1.75rem;
    color: #ffffff;
}

/* Footer */
.footer {
    padding-top: 2rem;
    border-top: 1px solid #ED6607;
    text-align: center;
}

.footer-text {
    color: #ffffff;
}

/* Responsive */
@media (max-width: 1023px) {
    .hero-grid,
    .metodo-grid,
    .doctor-grid {
        gap: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-section {
        padding-top: 8rem;
        padding-bottom: 4rem;
    }

    .problema-section,
    .metodo-section,
    .doctor-section,
    .steps-section,
    .cta-section,
    .contact-section {
        padding: 3rem 0;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a024d0 *//* garante que não vai surgir barra horizontal */
html, body { overflow-x: hidden; }

.btn-whatsapp{
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;

  background-color: rgb(37, 211, 102);
  width: 60px;
  height: 60px;
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 28px;
  text-decoration: none;
}

.btn-whatsapp:before,
.btn-whatsapp:after{
  content: '';
  position: absolute;
  border-radius: 50%;
  border: 1px solid #25d366;
  inset: -20px;              /* no lugar de left/right/top/bottom */
  animation: animate 1.5s linear infinite;
  opacity: 0;
  pointer-events: none;
}

.pulsaDelay:after{ animation-delay: 0.5s; }

@keyframes animate{
  0%{ transform: scale(0.5); opacity: 0; }
  50%{ opacity: 1; }
  100%{ transform: scale(1.2); opacity: 0; }
}/* End custom CSS */