
/* FUENTES */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900");


/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}
html { scroll-behavior: smooth; }

/* Todas tus secciones ancla */
section.modulo { scroll-margin-top: var(--header-offset,180px); }


/* Ajustá el offset del header en mobile */

@media (max-width: 767.99px) {
  section.modulo { scroll-margin-top: 81px; } /* ej: altura del header en mobile */
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}
section, footer, header, .main-banner { margin: 0 auto; position: relative; max-width:1920px;}
* {
  box-sizing: border-box;
}

html, body {  
	font-family: 'Poppins', sans-serif;
	font-weight: normal;
  font-style: normal;
  color: #000;
  overflow-x: hidden; margin:0; padding:0;
}

a {
  text-decoration: none !important;
}


ul {
  margin-bottom: 0px;
}

p {
  line-height: 1.3;
}

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

.text-or {color: #e74310!important;}



/* 
---------------------------------------------
Pre-loader Style
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fedd04;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
  width: 142px;
  height: 40px;
  background: transparent;
}

.preloader-inner .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  background: #004897;
  border-radius: 50%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: dot 2.8s infinite;
  animation: dot 2.8s infinite;
}

.preloader-inner .dots {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  -webkit-animation: dots 2.8s infinite;
  animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  background: #004897;
  border-radius: 50%;
}

/* 
---------------------------------------------
Header Style
--------------------------------------------- 
*/

.header-area {
  position: fixed;
  background: #fedd04;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  background: #fedd04;
  display: flex; align-items: center;
}

.header-area .cont_logo { text-align:center; cursor:pointer}



.header-area .main-nav ul.nav {
  border-radius: 0px 0px 25px 25px;
  flex-basis: 100%;
  margin-right: 0px;
  justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li {
  padding-left: 15px;
  padding-right: 15px;
}

.header-area .main-nav .nav li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
	padding-top: 1px;
  padding-bottom: 1px;
  border-radius: 0;
  font-weight: 500;
  font-size: 19px;
  text-transform: capitalize;
  color: #004897;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  border: transparent; background-color:inherit
}




.header-area .main-nav .menu-trigger {
  cursor: pointer;
  position: absolute;
  top: 21px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 9999;
  right: 20px;
  display: none;background: transparent;
  border: none;
}
.menu-trigger.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  left: 0;
  width: 100%;
}


.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}


.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.visible{
  display:inline-block !important;
}


@media (min-width:768px) {
	#nav-list {justify-content: end;}
	.header-area .main-nav {padding: 4px 0 12px 0;}
	.header-area{padding-top: 10px;}
	.header-area .main-nav .nav li:hover a { background-color:#004897; border-radius: 50px; color:#fff }
	.header-area .main-nav .nav li a.active { background-color:#004897; border-radius: 50px;  color: #fff;  opacity: 1;}
 	.header-area .cont_logo { margin-bottom:15px}
}
 
@media (min-width:1200px) and (max-width: 1341.98px){
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
	
}
@media (min-width:992px) and (max-width: 1199.98px){
  .header-area .main-nav .nav li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width:768px) and (max-width: 991.98px){
  .header-area .main-nav .nav li a {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767.99px) {
	.header-area .cont_logo {text-align:left }
	.header-area .cont_logo img{ width:180px}

	.header-area .container { max-width:100%!important}
  .header-area .main-nav .nav li a {
    padding-left: 5px;
    padding-right: 5px;
  }
  .header-area .main-nav .nav {
    background-color: #fedd04;
  }
  .header-area .main-nav .nav li a {
    line-height: 45px;
    height: 50px;
	font-size:18px;
    font-weight: 400;
    color: #004897;
    background-color: #fedd04;
  }

  .header-area .main-nav .nav li {
    border-top: 1px solid #fff;
    background-color: #fedd04;
    height: 50px;
  }
	
	.header-area .main-nav .nav li:hover a { background-color:#004897; border-radius: 0; color:#fff }
	.header-area .main-nav .nav li a.active { background-color:#004897; border-radius: 0;  color: #fff;  opacity: 1;}
  .header-area .main-nav .nav {
    height: auto;
    flex-basis: 100%;
  }


  .header-area .main-nav .border-button {
    position: absolute;
    top: 15px;
    right: 70px;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #004897!important;
    opacity: 1;
  }
  

  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    width: 100%;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }

  .header-area .nav {
    margin-top: 13px !important;
  }
  
  .header-area .main-nav .nav li {
    width: 100%;
    background: #011321;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  
}

/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {padding:0; margin-top:180px}

.main-banner .item {margin-left: -1px;position: relative;}
.main-banner .header-text { position:absolute; z-index:5;top: 50%; transform: translateY(-50%);color: #fff;}
.main-banner .owl-nav  {
  display:none
}

.main-banner .owl-dots {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: 10px;
  left: 50%;transform: translate(-50%);
  right: auto;
}
.main-banner .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 2px 7px;
	border: 1px solid #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.main-banner .owl-dots .owl-dot.active span {background: #fff;}

@media (min-width: 768px) {
	.main-banner .header-text { left: 6%; width:55%}
	.main-banner .header-text h1 { line-height:1.5; margin-bottom:30px}
	.main-banner .boton {font-size:22px; padding: 3px 25px 3px 25px;}
}
@media (max-width: 767.99px) {
	.main-banner {margin-top:81px}
	.main-banner .boton {font-size:16px; padding: 2px 15px 2px 15px;}
}
@media (min-width:576px) and (max-width:767.99px){
	.main-banner .header-text { left: 6%; width:55%}
	.main-banner .header-text h1 {font-size:22px;line-height:1.2; margin-bottom:15px}
  
}

@media (max-width:575.98px){
	.main-banner .header-text { left: 4%; width:64%}
	.main-banner .header-text h1 {font-size:18px;line-height:1.2; margin-bottom:10px}
	.main-banner .owl-dots { bottom:3px}
  
}

/* generales */

.boton { border-radius: 32px; padding: 12px;  text-align: center; display:inline-block; font-weight:400; font-size:19px; cursor:pointer;  border: none;-webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;}

.boton_o {color:#004897;background-color:#fedd04;}
.boton_w { color:#fff; background-color:#004897}
.boton:hover {color:#fff;background-color:#004897; }
.boton_v:hover {color:#fff;background-color:#000; }

.azul {color:#0d4285}
/* 
---------------------------------------------
nosotros
--------------------------------------------- 
*/

.section-title h4, .section-title h3, .datos h3 {font-weight:400}
.section-title h1, .section-title h2 {font-weight:600}
#nosotros .sec1 { padding:100px 0}
.sec1 .section-title h3 { margin-bottom:0.18em;font-weight:600}

.parallax {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.fondo_elect {
  padding-top: 100px;
  padding-bottom: 90px;
}
.fondo_elect .elems {flex-direction: column; }
#nosotros div.texto {margin-top: 2em}
#nosotros div.texto p {margin-bottom: 1.8em}
.texto p { font-size:inherit; font-weight:400; text-align:left;}
div.texto strong {font-weight:600;}
.fondo_elect h2 {margin-bottom: 1.12em;}
.cont_imagen { overflow: hidden;box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3); border-radius:40px}
.cont_iframe{ overflow: hidden;box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.3); border-radius:40px}
.cont_iframe iframe {min-height: 390px; width: 100%;   border-radius: 40px;  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);}
.cont_items { width: 65%; color:#0d4285}
.valores-item { text-align:center; background-color: #fff; border-radius: 40px; padding: 15px;margin-bottom: 25px;}
.valores-item h4 { font-weight:500}


@media (min-width: 1342px) {
  .section-title h1 { font-size:56px!important;}
  .section-title h2 { font-size:46px!important;}
  .section-title h3 { font-size:41px!important;}
  .section-title h4 { font-size:34px!important;}
  .section-title h5 { font-size:24px!important;}
  .datos, .datos h3 { font-size:24px!important;}
  div.texto{font-size:22px!important;}
	.cont_iframe iframe {min-height: 500px;}
  
}


@media (min-width: 768px) {
  .section-title h1 { font-size:44px}
  .section-title h2 { font-size:36px}
  .section-title h3 { font-size:32px}
  .section-title h4 { font-size:27px}
  .section-title h5 { font-size:19px}
  .datos, .datos h3 { font-size:19px}
  div.texto{font-size:17px}
}

@media (min-width:576px) and (max-width:767.99px){
  .section-title h1 { font-size:44px}
  .section-title h2 { font-size:36px}
	.section-title h3 { font-size:32px}
  .section-title h4 { font-size:27px}
  .section-title h5 { font-size:19px}
	.datos, .datos h3 { font-size:19px}
	div.texto{font-size:17px}
}

@media (max-width:575.98px){
  .section-title h1 { font-size:30px}
  .section-title h2 { font-size:25px}
	.section-title h3 { font-size:22px}
  .section-title h4 { font-size:18px}
  .section-title h5 { font-size:16px}
	.datos, .datos h3 { font-size:16px}
	div.texto {font-size:14px}
	.cont_items { width: 90%;}
}
/* 
---------------------------------------------
productos
--------------------------------------------- 
*/


.solu_1 { background:#0d4285;}
.solu_3{ background:#95c11f;}
.solu_5{ background:#fedd04;}
.solu_2, .solu_4, .solu_6  { background:#f4f4f4;}
.thumbs { margin-top:25px;display: flex;justify-content: space-between; }
.thumbs > div {text-align: center; max-width:31%; cursor:pointer;max-height: 156px; overflow: hidden;border-radius:20px}
.ppal, .owl-testimonials .item .cont {overflow: hidden; border-radius:40px}
.owl-testimonials .item .cont img {border-radius: 40px;}
.section-title.solus h3 { margin-bottom:0.75em;font-weight: 600; text-align:left}
#productos div.texto p {margin-bottom: 1.6em}

/* Lista y bullets */
.productos-lista {
  padding-left: 1.2rem;            /* sangría para bullets */
  margin: 0;
}

.productos-lista li {
  margin-bottom: 0.35rem;          /* espaciado entre ítems */
  line-height: 1.4;
}

/* Bullets blancos */
div.text-white .productos-lista li::marker {
  color: #ffffff;
}
/* Bullets azules */
div.azul .productos-lista li::marker {
  color: #0d4285;
}

/* dots carrousel */
.owl-testimonials .owl-nav  {
  display:none
}

.owl-testimonials .owl-dots {
  text-align: center;
  margin: 0 auto;
  position: absolute;
  bottom: -40px;
  left: 50%;transform: translate(-50%);
  right: auto;
}
.owl-testimonials .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 2px 7px;
	border: 1px solid #fff;
  background: transparent;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-testimonials .owl-dots .owl-dot.active span {background: #fff;}
.owl-testimonials.azul .owl-dots .owl-dot span {border: 1px solid #0d4285;}
.owl-testimonials.azul .owl-dots .owl-dot.active span {background: #0d4285;}


/* video */
/* Contenedor responsive a 16:9 que ocupa todo el ancho */
.video-cover{
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;      /* moderno */
  background: #000;
  overflow: hidden;
  cursor: pointer;
}

/* Fallback si necesitás soportar navegadores sin aspect-ratio:
.video-cover::before{
  content:"";
  display:block;
  padding-top:56.25%; 
}
.video-cover > *{ position:absolute; inset:0; }
*/

/* Imagen de portada */
.video-cover .cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.8);     /* leve oscurecido */
}

/* Iframe ocupa todo el contenedor */
.player{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (min-width: 1342px) {
	.solu_1 .conte, .solu_3 .conte, .solu_5 .conte { padding-right:40px;}
	.solu_2 .conte, .solu_4 .conte, .solu_6 .conte  { padding-left:40px;}
}


@media (min-width: 768px) {
	.solu_1, .solu_2, .solu_3, .solu_4, .solu_5, .solu_6 {padding:80px 0;}
	.solu_4 {  padding-bottom: 120px!important}
}

@media (max-width: 991.99px) {
	.ppal img {  width: 100%; }
	.min_md { display:none; }
	.conte { margin-bottom:35px;}
	
}
@media (max-width: 767.99px) {
	.solu_1, .solu_2, .solu_3, .solu_4, .solu_5, .solu_6 {padding:40px 0;}
  .solu_4 {padding-bottom:80px!important}
}


@media (min-width: 992px) {
	.max_md { display:none; }
	 .solu_2 .solus { margin-top:55px }
}



/* 
---------------------------------------------
distribuidores 
--------------------------------------------- 
*/


#distribuidores .section-title h2 { margin-bottom:0.8em;}
#distribuidores div.texto {  margin-top: 2em;}
#distribuidores div.texto p {  margin-bottom: 1.8em;}
#distribuidores button {
  font-size: inherit;
  max-height: 40px;
  line-height: .8;
  font-weight: 500;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 991.99px) {
	#distribuidores .cont_imagen { margin-top:45px;}
	
}

/* 
---------------------------------------------
Recursos
--------------------------------------------- 
*/
#recursos { background-color:#0d4285}

.cont_recusros {display: flex;justify-content: space-between }

.btn-descarga {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
	line-height: 1.2;
  font-size: 34px;
  text-align: center;
  text-decoration: none;
  flex: 1;
  min-height: 130px;
	max-width: 457px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-descarga:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
  text-decoration: none;
  color: #fff;
	opacity: 0.8;
}

.btn-descarga span { margin-bottom: 10px;}
.btn-descarga img { width: 25px;}

/* Colores */
.btn-morado { background-color: #9b2fae; }
.btn-rojo   { background-color: #e52525; }
.btn-verde  { background-color: #97c93d; }

@media (max-width: 767.99px) {
	.botones-descarga {max-width: 290px; margin: 0 auto  }
  
}
@media (min-width:768px) and (max-width:991.99px){
	.btn-descarga { font-size: 27px;  }
}
/* 
---------------------------------------------
Contacto
--------------------------------------------- 
*/

#contacto { background:#fedd04;}
#contacto h2 {  margin-bottom:15px;}
#contacto div.texto {  margin-top: 3em;}
#contacto .datos {  display: flex;  gap: 10px; margin-bottom:1.5em;align-items: center;}
#contacto .datos h3 { display:inline-block}
#contacto .datos img {  width: 1.5em;}

@media (min-width: 768px) {
  #contacto, #distribuidores , #recursos{ padding: 100px 0px}	
}
@media (max-width: 767.99px) {
  #contacto, #distribuidores, #recursos { padding: 50px 0px}	
   #nosotros .sec1 {  padding: 50px 0;}
  .fondo_elect {  padding-top: 50px;  padding-bottom: 40px;}
}
@media (max-width: 575.99px) {
  #contacto .datos {align-items: start;}

}

@media (min-width: 992px) {
	#contacto .conte  { padding-left:40px;}
}
/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer { position: relative; background-color: #f6f6f6; }

footer p { text-align: center; line-height:18px; color: #323232; font-size:13px; font-weight: 400;}
footer p span { font-weight: 600;}
footer p a {
  color: #666;
  transition: all .3s;
  position: relative;
  z-index: 3;
}

footer p a:hover {
  opacity: 0.75;
}
.cm {
  display: flex;  justify-content: right; margin-top:5px}
.copyright {  padding: 10px 0;background-color:#f6f6f6}
footer .copyright  p { text-align: center; line-height:18px; color: #323232; font-size:13px; font-weight: 400;}
footer .copyright  p span { font-weight: 600;}


/* 
---------------------------------------------
WhatsApp
--------------------------------------------- 
*/
/* Botón flotante WhatsApp */
.wa-float {
  position: fixed;
  right: clamp(14px, 2vw, 22px);
  bottom: clamp(14px, 2vw, 22px);
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #25D366;                /* color base (fallback si no carga el SVG) */
  box-shadow: 0 8px 24px rgba(0,0,0,.18), 0 2px 6px rgba(0,0,0,.12);
  z-index: 9999;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .15s ease;
}

.wa-float img {
  width: 34px;
  height: 34px;
  display: block;
}

/* Hover / Focus */
.wa-float:hover,
.wa-float:focus-visible {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0,0,0,.22), 0 4px 10px rgba(0,0,0,.14);
  outline: none;
}

/* Animación de “latido” sutil (respeta reduce motion) */
@media (prefers-reduced-motion: no-preference) {
  .wa-float {
    animation: wa-pulse 2.2s ease-in-out infinite;
  }
  @keyframes wa-pulse {
    0%, 100% { transform: none; }
    50%      { transform: scale(1.04); }
  }
}

/* Tamaño reducido en pantallas muy chicas */
@media (max-width:575.98px){
  .wa-float { width: 44px; height: 44px; }
  .wa-float img { width: 30px; height: 30px; }
}

/* 
---------------------------------------------
Responsive Style
--------------------------------------------- 
*/

@media (min-width: 768px) {
  .max_sm { display:none!important}
}
@media (max-width: 767.99px) {
  .min_sm { display:none!important}
  
}


