.elementor-15379 .elementor-element.elementor-element-1b3682d{overflow:visible;}/* Start custom CSS for html, class: .elementor-element-ccb598b *//* Estilo general */
.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f0f8ff;
    padding: 60px 20px;
}

.thank-you-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.thank-you-image {
    max-width: 50% !important;
    height: auto;
    margin-bottom: 30px;
}

.thank-you-title {
    font-size: 60px;
    font-weight: 700;
    color: #2d3a3a;
    margin-bottom: 20px;
    letter-spacing: 0px;
    line-height: 60px;
}

.thank-you-subtitle {
    font-size: 24px;
    color: #036370;
    margin-bottom: 25px;
}

.thank-you-text {
    font-size: 18px;
    color: #4e4e50;
    margin-bottom: 30px;

}

.thank-you-button {
    background-color: #036370;
    color: white;
    padding: 15px 30px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 30px;
    margin-bottom: 30px;
    display: inline-block;
}

.thank-you-button:hover {
    background-color: #028293;
    color: #fff;
}

.social-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #4e4e50;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
}

.social-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Estilos para iconos de redes sociales */
.social-icon.facebook:hover {
    filter: brightness(0.8);
}

.social-icon.instagram:hover {
    filter: brightness(0.8);
}

.social-icon.linkedin:hover {
    filter: brightness(0.8);
}/* End custom CSS */