 .iframe-container {
   position: relative;
   width: 100%;
   padding-top: 56.25%;
   /* 16:9 Aspect Ratio */
   overflow: hidden;
   border-radius: 0.5rem;
 }

 .iframe-container iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   border: 0;
 }

 .float-wa {
   position: fixed;
   width: 60px;
   height: 60px;
   bottom: 40px;
   right: 20px;
   /* Ajuste para móvil: más cerca del borde */
   background-color: #25d366;
   color: #FFF;
   border-radius: 50px;
   text-align: center;
   font-size: 30px;
   box-shadow: 2px 2px 3px #999;
   z-index: 100;
 }

 .fa-whatsapp {
   margin-top: 0;
 }

 /* Offset para compensar la barra de navegación fija */
 section[id] {
   scroll-margin-top: 100px;
   /* Ajusta este valor según la altura de tu navbar */
 }

 header[id] {
   scroll-margin-top: 100px;
 }

 html {
   scroll-behavior: smooth;
 }

 .font-medium-text-accent {
   color: yellow
 }