.elementor-3355 .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-3355 .elementor-element.elementor-element-1324359{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-5848a10 *//* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  line-height: 1.6;
  color: #374151;
  background: #ffffff;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

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

/* Header */
.iamna-header {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 50;
}

.iamna-header-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* Logo */
.iamna-logo {
    display: flex;
    align-items: center;
}

.iamna-logo img {
    height: 60px !important;
    width: auto;
    object-fit: contain;
    display: block;
}

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

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

.iamna-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
}

.iamna-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #991b1b;
}

.iamna-nav-link {
  color: #374151;
  transition: color 0.3s;
}

.iamna-nav-link:hover {
  color: #991b1b;
}

.iamna-btn-contact {
  background: #991b1b;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  transition: background 0.3s;
}

.iamna-btn-contact:hover {
  background: #7f1d1d;
}

.iamna-mobile-menu-btn {
  display: block;
  padding: 0.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  color: #374151;
}

@media (min-width: 768px) {
  .iamna-mobile-menu-btn {
    display: none;
  }
}

.iamna-menu-icon,
.iamna-close-icon {
  width: 24px;
  height: 24px;
}

.iamna-hidden {
  display: none;
}

.iamna-nav-mobile {
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.iamna-nav-link-mobile {
  color: #374151;
  padding: 0.5rem 0;
  transition: color 0.3s;
}

.iamna-nav-link-mobile:hover {
  color: #991b1b;
}

.iamna-btn-contact-mobile {
  background: #991b1b;
  color: #ffffff;
  padding: 0.5rem 1.5rem;
  border-radius: 9999px;
  transition: background 0.3s;
  text-align: center;
}

.iamna-btn-contact-mobile:hover {
  background: #7f1d1d;
}

/* Main */
.iamna-main {
  flex: 1;
}

/* Hero Section */
.iamna-hero {
  min-height: 600px;
  display: grid;
  grid-template-columns: 1fr;
}

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

.iamna-hero-left {
  background: #ffffff;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .iamna-hero-left {
    padding: 4rem 4rem;
  }
}

.iamna-hero-content {
  max-width: 36rem;
}

.iamna-hero-title {
  font-size: 2.25rem;
  color: #991b1b;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

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

.iamna-hero-description {
  color: #374151;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.iamna-hero-right {
  background: #f3f4f6;
}

.iamna-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

@media (min-width: 1024px) {
  .iamna-hero-img {
    min-height: 600px;
  }
}

/* About Section */
.iamna-about {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .iamna-about {
    grid-template-columns: 1fr 1fr;
  }
}

.iamna-about-left {
  background: #991b1b;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.iamna-about-img-wrapper {
  width: 16rem;
  height: 16rem;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid #ffffff;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

@media (min-width: 1024px) {
  .iamna-about-img-wrapper {
    width: 20rem;
    height: 20rem;
  }
}

.iamna-about-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.iamna-about-right {
  background: #ffffff;
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 1024px) {
  .iamna-about-right {
    padding: 4rem 4rem;
  }
}

.iamna-about-content {
  max-width: 36rem;
}

.iamna-section-title-red {
  font-size: 1.875rem;
  color: #991b1b;
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  .iamna-section-title-red {
    font-size: 2.25rem;
  }
}

.iamna-section-subtitle {
  font-size: 1.25rem;
  color: #1f2937;
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .iamna-section-subtitle {
    font-size: 1.5rem;
  }
}

.iamna-text-paragraph {
  color: #374151;
  margin-bottom: 1rem;
  line-height: 1.75;
}

.iamna-text-paragraph:last-of-type {
  margin-bottom: 1.5rem;
}

/* Buttons */
.iamna-btn-primary {
  display: inline-block;
  background: #991b1b;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  transition: background 0.3s;
}

.iamna-btn-primary:hover {
  background: #7f1d1d;
}

.iamna-btn-instagram {
  display: inline-block;
  background: #15803d;
  color: #ffffff;
  padding: 0.75rem 2rem;
  border-radius: 9999px;
  transition: background 0.3s;
}

.iamna-btn-instagram:hover {
  background: #166534;
}

/* Courses Section */
.iamna-courses {
  padding: 4rem 0;
  background: #ecfdf5;
}

.iamna-courses-header {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 1024px) {
  .iamna-courses-header {
    grid-template-columns: 1fr 1fr;
  }
}

.iamna-courses-main-title {
  font-size: 2.25rem;
  color: #991b1b;
  line-height: 1.2;
}

@media (min-width: 1024px) {
  .iamna-courses-main-title {
    font-size: 3rem;
  }
}

.iamna-courses-header-text {
  display: flex;
  align-items: center;
}

.iamna-courses-description {
  color: #374151;
  font-size: 1.125rem;
}

.iamna-bold {
  font-weight: 600;
}

.iamna-courses-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

@media (min-width: 768px) {
  .iamna-courses-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.iamna-course-card {
  background: rgba(167, 243, 208, 0.8);
  padding: 2rem;
  border-radius: 1rem;
}

.iamna-course-img-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.iamna-course-img-wrapper img {
  width: 12rem;
  height: 12rem;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.iamna-course-title {
  font-size: 1.5rem;
  color: #991b1b;
  text-align: center;
  margin-bottom: 0.5rem;
}

.iamna-course-subtitle {
  font-size: 1.125rem;
  color: #111827;
  text-align: center;
  margin-bottom: 1rem;
}

.iamna-course-text {
  color: #374151;
  text-align: center;
  margin-bottom: 1.5rem;
}

.iamna-course-btn-wrapper {
  display: flex;
  justify-content: center;
}

.iamna-courses-footer {
  text-align: center;
  max-width: 64rem;
  margin: 0 auto;
}

.iamna-courses-footer-text {
  color: #374151;
  margin-bottom: 1.5rem;
  font-size: 1.125rem;
  line-height: 1.75;
}

/* Benefits Section */
.iamna-benefits {
  padding: 4rem 0;
}

.iamna-benefits-title {
  font-size: 1.875rem;
  text-align: center;
  color: #991b1b;
  margin-bottom: 3rem;
}

.iamna-benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

.iamna-benefit-card {
  text-align: center;
}

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

.iamna-benefit-icon {
  width: 2rem;
  height: 2rem;
  color: #991b1b;
}

.iamna-benefit-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: #111827;
}

.iamna-benefit-text {
  color: #4b5563;
}

/* Testimonials Section */
.iamna-testimonials {
  padding: 4rem 0;
  background: #ffffff;
}

.iamna-testimonials-title {
  font-size: 1.875rem;
  text-align: center;
  color: #991b1b;
  margin-bottom: 3rem;
}

.iamna-testimonials-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

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

.iamna-testimonial-card {
  background: #ffffff;
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.iamna-testimonial-text {
  color: #374151;
  margin-bottom: 1rem;
  font-style: italic;
}

.iamna-testimonial-author {
  color: #991b1b;
}

/* Blog Section */
.iamna-blog {
  padding: 4rem 0;
}

.iamna-blog-title {
  font-size: 1.875rem;
  text-align: center;
  color: #111827;
  margin-bottom: 3rem;
}

.iamna-blog-wrapper {
  max-width: 42rem;
  margin: 0 auto;
}

.iamna-blog-card {
  background: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s;
  display: block;
}

.iamna-blog-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.iamna-blog-img {
  width: 100%;
  height: 16rem;
  object-fit: cover;
  transition: transform 0.3s;
}

.iamna-blog-card:hover .iamna-blog-img {
  transform: scale(1.05);
}

.iamna-blog-content {
  padding: 1.5rem;
}

.iamna-blog-post-title {
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
  color: #111827;
  transition: color 0.3s;
}

.iamna-blog-card:hover .iamna-blog-post-title {
  color: #15803d;
}

.iamna-blog-post-text {
  color: #4b5563;
  margin-bottom: 1rem;
}

.iamna-blog-post-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6b7280;
}

/* Instagram Section */
.iamna-instagram {
  padding: 4rem 0;
  background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

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

.iamna-instagram-title {
  font-size: 1.875rem;
  color: #111827;
  margin-bottom: 1.5rem;
}

/* Footer */
.iamna-footer {
  background: #f0fdf4;
  border-top: 1px solid #dcfce7;
}

.iamna-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 3rem 0;
}

@media (min-width: 768px) {
  .iamna-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

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

.iamna-footer-title {
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.iamna-footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.iamna-footer-link {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  color: #4b5563;
  transition: color 0.3s;
}

.iamna-footer-link:hover {
  color: #991b1b;
}

.iamna-footer-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  margin-top: 0.125rem;
}

.iamna-footer-link-simple {
  display: block;
  color: #4b5563;
  transition: color 0.3s;
}

.iamna-footer-link-simple:hover {
  color: #991b1b;
}

.iamna-footer-about {
  color: #4b5563;
  font-size: 0.875rem;
  line-height: 1.75;
}

.iamna-footer-bottom {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #dcfce7;
  text-align: center;
  font-size: 0.875rem;
  color: #4b5563;
  padding-bottom: 3rem;
}

.iamna-footer-dev-link {
  color: #991b1b;
  transition: color 0.3s;
}

.iamna-footer-dev-link:hover {
  color: #7f1d1d;
}

.iamna-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.iamna-nav-desktop {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.iamna-logo-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #991b1b;
  line-height: 1.1;
}

.iamna-btn-contact {
  background: #991b1b;
  color: #ffffff;
  padding: 0.65rem 1.25rem;
  border-radius: 9999px;
  transition: background 0.3s;
  white-space: nowrap;
  font-size: 0.9rem;
}

.iamna-btn-contact:hover {
  background: #7f1d1d;
}/* 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 */