* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}

body {
  font-family: Raleway;
  line-height: 1.5;
  color: #5c84c3;
}

h1, h2, h3 {
  line-height: normal;
}

h1, h2 {
  color: #5A84C2;
}

.b1, b {
  font-weight: 700;
}

ul li {
  list-style: none;
}

input, textarea {
  outline: none;
  border: none;
  border-radius: 0;
  background-image: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar .navbar-navigation, #presentaciones .presentaciones-lista, #recomendaciones div, #contacto p, #contacto .contacto-form, .terms {
  width: 90%;
  margin: auto;
}

.navbar {
 width: 100%;
    background-color: #82a3d4;
    top: 0;
    z-index: 100;
}

.navbar .navbar-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8rem 0;
  background-color: #8ba2d4;
}

.navbar .navbar-navigation .navbar-logo {
  height: 2rem;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1875rem);
          transform: translateY(-0.1875rem);
}

.navbar .navbar-navigation .btn-menu-nav {
  display: none;
  width: 1.8rem;
  cursor: pointer;
}

.navbar .navbar-navigation span {
  display: block;
  width: 100%;
  height: 3px;
  background: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
}

.navbar .navbar-navigation span + span {
  margin-top: 6px;
}

.navbar .navbar-navigation .active span:nth-child(1) {
  -webkit-animation: ease .7s top forwards;
          animation: ease .7s top forwards;
}

.navbar .navbar-navigation .not-active span:nth-child(1) {
  -webkit-animation: ease .7s top-2 forwards;
          animation: ease .7s top-2 forwards;
}

.navbar .navbar-navigation .active span:nth-child(2) {
  -webkit-animation: ease .7s scaled forwards;
          animation: ease .7s scaled forwards;
}

.navbar .navbar-navigation .not-active span:nth-child(2) {
  -webkit-animation: ease .7s scaled-2 forwards;
          animation: ease .7s scaled-2 forwards;
}

.navbar .navbar-navigation .active span:nth-child(3) {
  -webkit-animation: ease .7s bottom forwards;
          animation: ease .7s bottom forwards;
}

.navbar .navbar-navigation .not-active span:nth-child(3) {
  -webkit-animation: ease .7s bottom-2 forwards;
          animation: ease .7s bottom-2 forwards;
}

.navbar .navbar-navigation .navigation-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.navbar .navbar-navigation .navigation-links .link a {
  -webkit-transition: all .1s;
  transition: all .1s;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem;
  text-decoration: none;
  color: #fff;
  font-weight: 800;
  line-height: normal;
}

.navbar .navbar-navigation .navigation-links .link a:hover {
  background-color: #9fb0dc;
  color: #fff;
  border-radius: 40px;
}

.navbar .navbar-navigation .navigation-links .link a:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

@media only screen and (max-width: 768px) {
  .navbar .navbar-navigation .btn-menu-nav {
    display: block;
  }
  .navbar .navbar-navigation .navigation-links {
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px 0;
    background-color: #8ba2d4;
    z-index: -1;
    -webkit-transition: top .5s ease;
    transition: top .5s ease;
  }
  .navbar .navbar-navigation .navigation-links.active {
    top: 89px;
  }
}


@media only screen and (max-width: 576px) {
  .navbar .navbar-navigation .navigation-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 950px) {
  .navbar {
    position: -webkit-sticky;
    position: sticky;
  }
}

@-webkit-keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@keyframes top {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@-webkit-keyframes top-2 {
  0% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes top-2 {
  0% {
    top: 9px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    top: 9px;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    top: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@-webkit-keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes bottom {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    bottom: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@-webkit-keyframes bottom-2 {
  0% {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes bottom-2 {
  0% {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  50% {
    bottom: 9px;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    bottom: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@-webkit-keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes scaled {
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes scaled-2 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.hero {
  width: 100%;
  position: relative;
  height: auto;
}

.hero .hero-img {
  padding-top: 65%;
  background-image: url("../images/home/6355-AND-Fondo2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.hero .hero-info {
  position: absolute;
  top: calc(40% + 95px);
  color: #fff;
  left: 50%;
  width: 40%;
  text-align: right;
}

.hero .hero-info h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: #fff;
}

.hero .hero-info p {
  margin-bottom: 1.5rem;
}

.hero .hero-info .funciones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero .hero-info .funciones li {
  width: 6rem;
}

.hero .hero-info .funciones li img {
  width: 100%;
}

@media only screen and (min-width: 951px) and (max-width: 1182px) {
  .hero .hero-info .funciones li {
    width: 4rem;
  }
}

@media only screen and (max-width: 950px) {
  .hero {
    text-align: center;
  }
  .hero .hero-img {
    background-image: url("../images/home/home-fondo-mobile.jpg");
    padding-top: 70%;
  }
  .hero .hero-info {
    width: 90%;
    margin: auto;
    position: static;
    color: #5c84c3;
    text-align: center;
  }
  .hero .hero-info h1 {
    color: #5A84C2;
    margin-top: 3rem;
  }
  .hero .hero-info .funciones {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.5rem;
  }

  .hero .hero-info .funciones li {
    background-color: #6DB64C;
    width: 6rem;
    border-radius: 15px;

  }
}

@media only screen and (max-width: 576px) {
  .hero .hero-info .funciones {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
  }
}

#presentaciones{
  margin-top: 5rem;
  margin-bottom: 2rem;
}

#presentaciones h2 {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 3rem;
}

#presentaciones h2::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35%;
  height: 7rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media only screen and (max-width: 1165px) {
  #presentaciones h2::before {
    top: -2.5rem;
  }
}

@media only screen and (max-width: 800px) {
  #presentaciones h2::before {
    top: -3.5rem;
    width: 30%;
  }
}

@media only screen and (max-width: 576px) {
  #presentaciones h2::before {
    display: none;
  }
}

#presentaciones .presentaciones-lista {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (16.6%)[6];
      /*grid-template-columns: repeat(6, 16.6%);*/
}

#presentaciones .presentaciones-lista .presentacion-img img {
  width: 100%;
}

#presentaciones .presentaciones-lista .presentacion-info{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: top;
  padding-right: 5%;
  gap: 1.5rem;
}

.content-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: top;
  padding-right: 5%;
  gap: 1.5rem;
}

#presentaciones .presentaciones-lista .presentacion-info h3 {
  margin-bottom: 0.5rem;
}

#presentaciones .presentaciones-lista .presentacion-info .info-forma {
  margin-top: 2rem;
  
}

.presentacion-info {
  position: relative; /* Restaurar contexto para posicionamiento */
  display: flex; /* Alinear elementos */
  flex-direction: column;
  justify-content: left;
  align-items: left;
  text-align: left;
}


.presentacion-info .content-container.blur {
  filter: blur(3px);
  pointer-events: none; /* Bloquear interacción */
}

.presentacion-info .content-container:not(.blur) {
  filter: none;
  pointer-events: auto;
}

.info {
  margin-top: -20px;
}

.overlay-message {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  height: 90%;
  color: #6DB64C;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  text-align: center;
  pointer-events: auto; /* Permitir interacción */
}

.overlay-message p {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.overlay-message .btn-aceptar {
  border: none;
  background-color: #6DB64C;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}

.overlay-message .btn-aceptar:hover {
  background-color: #5A84C2;
}


a.btn-prospecto1 {
  border: #00A8E2 solid 1px;
  color: #00A8E2;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  width: 150px ;
}

a.btn-prospecto2 {
  border: #E16EA7 solid 1px;
  color: #E16EA7;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  width: 150px ;
}

a.btn-prospecto3 {
  border: #618fcb solid 1px;
  color: #618fcb;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  width: 150px ;
}

a.btn-prospecto1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.btn-prospecto1:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

a.btn-prospecto2:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.btn-prospecto2:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

a.btn-prospecto3:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.btn-prospecto3:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#presentaciones .presentaciones-lista .presentacion-info.verde {
  color: #5A84C2;
}

#presentaciones .presentaciones-lista .presentacion-info.verde h3 {
  color: #5A84C2;
}

a.btn-prospecto1 {
  border: #00A8E2 solid 1px;
  color: #00A8E2;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  width: 150px ;
}

a.btn-prospecto2 {
  border: #E16EA7 solid 1px;
  color: #E16EA7;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  width: 150px ;
}

a.btn-prospecto1:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.btn-prospecto1:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

a.btn-prospecto2:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

a.btn-prospecto2:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}



/* Fondo oscuro del pop-up */
.background-ambito-medico {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

/* Estilos del pop-up */
.popup-ambito-medico {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 900px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    animation: modalFadeIn 0.3s ease-out;
}

.popup-ambito-medico h2 {
  color: #5A84C2;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.popup-ambito-medico p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 15px;
  text-align: justify;
}

.popup-ambito-medico .btn {
  background-color: #6DB64C;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  display: inline-block;
  margin-top: 15px;
}

.popup-ambito-medico .btn:hover {
  background-color: #5A84C2;
}

/* ---- AJUSTES PARA MOBILE ---- */
@media only screen and (max-width: 768px) {
  .popup-ambito-medico {
    width: 90%;  /* Más ancho en pantallas pequeñas */
    max-width: none;
    padding: 15px;
  }

  .popup-ambito-medico h2 {
    font-size: 1.2rem;
  }

  .popup-ambito-medico p {
    font-size: 0.9rem;
  }

  .popup-ambito-medico .btn {
    font-size: 0.9rem;
    padding: 8px 15px;
  }
}


@media only screen and (max-width: 768px) {
  #presentaciones .presentaciones-lista {
    -ms-grid-columns: (50%)[2];
        grid-template-columns: repeat(2, 50%);
  }
  #presentaciones .presentaciones-lista .presentacion-info {
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 576px) {
  #presentaciones .presentaciones-lista {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  #presentaciones .presentaciones-lista .presentacion-info {
    margin-bottom: 1.5rem;
  }
}

#recomendaciones {
  padding: 10rem 5%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2rem;
  background-image: url("../images/recomendations/fondo-azul.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  color: white !important;
}

#recomendaciones div {
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 5rem;
}

#recomendaciones div h2 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  color: white !important;
}

#recomendaciones div h2.modificado {
  margin-right: auto;
  margin-left: auto;
}

#recomendaciones div .que-hacer li {
  list-style-image: url("../images/recomendations/que_hacer.png");
  margin-bottom: 0.4rem;
}

#recomendaciones div .como-prevenir li {
  list-style-image: url("../images/recomendations/prevenir.png");
}

@media only screen and (max-width: 768px) {
  #recomendaciones {
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
    background-image: url("../images/recomendations/fondo-azul-mobile.png");
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
  #recomendaciones div {
    padding-left: 1.5rem;
  }
}

@media only screen and (max-width: 500px) {
  #recomendaciones {
    padding-bottom: 10rem;
  }

  .caja-blanca{
    padding: 30px 50px !important;
  }


}



.caja-blanca {
  background: #6db64c;
  margin: 20px;
  text-align: center;
  padding: 30px 0px;
  color: white;
  border-radius: 30px;
  border-top:10px solid #5A84C2;
  float: left;
  height: 100px;
}


.caja-blanca:hover {
  -webkit-box-shadow: inset 1px -1px 33px -9px rgba(90,131,194,1);
  -moz-box-shadow: inset 1px -1px 33px -9px rgba(90,131,194,1);
  box-shadow: inset 1px -1px 33px -9px rgba(90,131,194,1);

}

.overlay {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%px;
  max-width: 100%;
  border-radius: 30px;
  border-top:10px solid #6db64c;
  padding: 50px 80px;
  color: white;
  background:  #5a84c2;
 
}

.closeBtn {
  position: absolute;
  font-size: 40px;
  color: 3333;
  font-weight: bold;
  cursor: pointer;
  top: 2%;
  left: 93%;
}

.closeBtn:hover {
  
  color: #6db64c;;
}



.flex-center{
  display: block;
  justify-content: center;
  text-align: center;
  margin: 100px 0px;
}

.row {
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}



.text-underline {
  border-bottom: 1px solid #ffffff;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  
  .containerv2, .row2{
    display: none;
  }

  @media only screen and (max-width: 768px) {

    .containerv2{
      display: block;
   
    }

    .container{
      display: none;
    }

    .caja-blanca2 {
      flex: 1;
      background: #6db64c;
      margin: 20px;
      padding: 30px 50px;
      color: white;
      border-radius: 6%;
      border-top: 10px solid #5A84C2;
      float: left;
      margin-bottom: 50px;
    }
    
    .text-underline2 {
    border-bottom: 1px solid #ffffff;
      padding-bottom: 15px;
      padding-top: 15px;
    }
    
    .flex-center2{
      display: block;
      justify-content: center;
      margin-bottom: 20px;
    }
    
    .row2 {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 100px;
    }
    
  }


#contacto {
  margin: auto;
  text-align: center;
  margin-bottom: 15vh;
}

#contacto h2 {
  margin: auto;
  text-align: center;
  margin-bottom: 4rem;
  font-size: 2rem;
}

#contacto h2::after {
  right: 0rem;
  margin: auto;
  text-align: center;
  display: inline-block;
  width: 35%;
  height: 7rem;
}


@media only screen and (min-width: 500px) {

  .caja-blanca{
    padding: 30px 50px !important;
  }

}



@media only screen and (max-width: 1165px) {
  #contacto h2::after {
    top: -2.5rem;
  }

}



@media only screen and (max-width: 800px) {
  #contacto h2::after {
    top: -1rem;
    width: 30%;
  }

}

@media only screen and (max-width: 576px) {
  #contacto h2::after {
    display: none;
  }

}

#contacto p {
  margin-bottom: 1rem;
}

#contacto .contacto-form {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  z-index: 1;
}

#contacto .contacto-form input, #contacto .contacto-form textarea {
  line-height: normal;
  border: 1px #6DB64C solid;
  border-radius: 40px;
  padding: 6px 12px;
  color: #5A84C2;
}

#contacto .contacto-form input::-webkit-input-placeholder, #contacto .contacto-form textarea::-webkit-input-placeholder {
  color: #5A84C2;
}

#contacto .contacto-form input:-ms-input-placeholder, #contacto .contacto-form textarea:-ms-input-placeholder {
  color: #5A84C2;
}

#contacto .contacto-form input::-ms-input-placeholder, #contacto .contacto-form textarea::-ms-input-placeholder {
  color: #5A84C2;
}

#contacto .contacto-form input::placeholder, #contacto .contacto-form textarea::placeholder {
  color: #5A84C2;
}

#contacto .contacto-form input:focus, #contacto .contacto-form textarea:focus {
  background-color: #ecf0f8;
}

#contacto .contacto-form textarea {
  border-radius: 15px;
}

#contacto .contacto-form .btn-submit {
  border: #fff solid 1px;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #6DB64C;
  border: none;
  padding: 0.5rem 3rem;
  display: inline-block;
  margin: auto;
  margin-bottom: 2rem;
}

#contacto .contacto-form .btn-submit:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#contacto .contacto-form .btn-submit:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

#contacto .contacto-form::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0rem;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 35%;
  height: 7rem;
  z-index: -1;
}

@media only screen and (max-width: 1165px) {
  #contacto .contacto-form::after {
    bottom: -1rem;
  }
}

@media only screen and (max-width: 800px) {
  #contacto .contacto-form::after {
    bottom: -2.5rem;
    width: 30%;
  }
}

@media only screen and (max-width: 576px) {
  #contacto .contacto-form::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #contacto .contacto-form {
    width: 90%;
  }
}

footer {
  border-top: solid #dfdfdf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem 5%;
}

footer .logo-andromaco {
  height: 3rem;
}

@media only screen and (max-width: 768px) {
  footer .logo-andromaco {
    height: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  footer .logo-andromaco {
    display: none;
  }
}

footer .footer-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: normal;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 3rem;
}

footer .footer-info ul li {
  line-height: 1.5rem;
}

footer .footer-info ul li a {
  color: #5A84C2;
  text-decoration: none;
}

footer .footer-info ul img {
  height: 1.5rem;
}

@media only screen and (max-width: 576px) {
  footer .footer-info ul {
    -ms-grid-column-align: end;
        justify-self: end;
  }
}

footer .footer-info div {
  text-align: right;
  color: #58595b;
  font-size: .8rem;
}

footer .footer-info div .terms-link {
  text-decoration: none;
  color: #58595b;
}

footer .footer-info div .terms-link:hover {
  color: #6DB64C;
}

footer .footer-info div .terms-link:active {
  color: #5A84C2;
}

.back-to-top {
  position: fixed;
  width: 3rem;
  bottom: 1rem;
  right: 1rem;
}

.terms {
  margin-top: 8rem;
}

.terms h1 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
}

.terms h2 {
  font-size: 1.3rem;
  font-weight: 800;
}

.terms h3 {
  color: #5A84C2;
  font-size: 1.1rem;
  font-weight: 800;
}

.terms p {
  line-height: normal;
}

.terms ul li {
  list-style: disc inside;
}

.terms ul li::marker {
  color: #6DB64C;
}

.terms p + p {
  margin-top: 1rem;
}

.terms p + h2, .terms p + h3, .terms p + ul, .terms h2 + p, .terms h3 + p, .terms ul + p, .terms ul + h3, .terms h3 + ul {
  margin-top: 1.2rem;
}

.terms .btn-volver {
  border: #fff solid 1px;
  color: #fff;
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 800;
  padding: 0.5rem;
  border-radius: 40px;
  line-height: normal;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-decoration: none;
  background-color: #6DB64C;
  border: none;
  padding: 0.5rem 3rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 5rem auto;
}

.terms .btn-volver:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.terms .btn-volver:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
/*# sourceMappingURL=main.css.map */



/* === SECCIÓN PRESENTACIONES === */
#presentaciones {
  padding: 60px 0;
  background: #f8f9fa;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-header h2 {
  font-size: 2.5rem;
  color: #213a70;
  margin-bottom: 15px;
  font-weight: 700;
}

.section-divider {
  width: 60px;
  height: 4px;
  background: #5b9ad9;
  margin: 0 auto;
  border-radius: 2px;
}

/* === GRID DE PRODUCTOS === */
.presentaciones-lista {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 30px;
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

/* === CARDS DE PRODUCTOS === */
.presentacion-card {
  background: white;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.presentacion-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.presentacion-card.featured {
  border: 2px solid #5b9ad9;
}

/* === SECCIÓN DE IMAGEN === */
.presentacion-img {
    height: 300px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    position: relative;
}

.presentacion-img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

.badge-venta-libre {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #22c55e;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

.badge-venta-receta {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #8ba2d4;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}

/* === INFORMACIÓN DEL PRODUCTO === */
.presentacion-info {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-height: 280px; /* Altura mínima consistente */
}

.info-header h3 {
  color: #213a70;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-header p {
  color: #64748b;
  line-height: 1.5;
  font-size: 0.9rem;
}

.info-header{
	height:120px
}

/* Para el producto polvo, la descripción también debe tener blur */
.info-header.blur p {
  filter: blur(3px);
  opacity: 0.4;
  pointer-events: none;
}

.info-details {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.info-envase {
  background: #f1f5f9;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.info-envase-content {
  flex: 1;
  width: 50%;
}

.info-envase-content h4 {
  color: #213a70;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.info-envase-content p {
  color: #475569;
  font-size: 0.9rem;
  margin: 0;
}

/* === BOTONES === */
/*.btn-prospecto {
  background: #5b9ad9;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  border: 2px solid #5b9ad9;
  white-space: nowrap;
  flex: 1;
  width: 50%;
  text-align: center;
  margin-left: 0;
}*/

.btn-prospecto {
    color: #5b9ad9;
    padding: 8px 16px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    white-space: nowrap;
    flex: 1;
    width: 50%;
    text-align: center;
    margin-left: 0;
    text-decoration: underline;
}

.btn-prospecto:hover {
  transform: scale(1.05);
}

/* === ÁREA ECOMMERCE CON ESTRUCTURA FIJA === */
.area-ecommerce {
  margin: 15px 0 0 0; /* Solo margen superior */
  display: flex;
  flex-direction: column;
  order: 999; /* Forzar que siempre vaya al final */
  margin-top: auto; /* Empujar hacia abajo */
}

/* Contenedor de precios en línea con descuento */
.itemGrillaPrecio {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: auto;
  flex-wrap: wrap;
  position: relative;
}

/* Precio sin descuento (tachado) */
.area-ecommerce-precio-sin-descuento {
  font-weight: 500;
  font-size: 1rem;
  text-decoration: line-through;
  color: #94a3b8;
  margin: 0;
}

/* Precio con descuento */
.area-ecommerce-precio-con-descuento {
  color: #213a70;
  font-weight: 900;
  font-size: 1.4rem;
  margin: 0;
}

/* Badge de descuento al lado de los precios - MISMO NIVEL */
.area-ecommerce-descuento {
position: absolute;
    right: 15px;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    background-color: #5b9ad9;
    border-radius: 6px;
    padding: 6px 12px;
    text-align: center;
    font-weight: 700;
    margin-left: 10px;
    width: fit-content;
    display: inline-flex;
  order: 0; /* Para que aparezca en la misma línea que los precios */
}

/* Información AFIP debajo y centrada */
.precio-afip {
  width: 100%;
  text-align: center;
  font-size: 0.65em;
  font-style: italic;
  margin: 10px 0 0 0;
  color: #64748b;
  order: 4;
}

/* Reorganizar el orden de los elementos */
.area-ecommerce {
  display: flex;
  flex-direction: column;
}

.area-ecommerce .area-ecommerce-boton-agregar {
  order: 3; /* Cambiar de 1 a 3 para que sea lo último */
}

.area-ecommerce .itemGrillaPrecio {
    order: 1;
    display: fle;
    align-items: end;
    justify-content: center;
}

.area-ecommerce.polvo .itemGrillaPrecio {
    min-height: 160px;
}


/* === OVERLAY PARA POLVO === */
.overlay-message {
position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    /* align-items: center; */
    justify-content: center;
    z-index: 15;
    border-radius: 8px;
    height: 50%;
}

.btn-aceptar {
  background: #5b9ad9;
  color: white;
  border: none;
  padding: 20px 40px;
  border-radius: 35px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 1px;
  box-shadow: 0 10px 30px rgba(91, 154, 217, 0.5);
  border: 4px solid white;
  min-width: 180px;
}

.btn-aceptar:hover {
  background: #4a8bc2;
  transform: scale(1.1);
  box-shadow: 0 15px 40px rgba(91, 154, 217, 0.7);
}

/* Contenedor principal del producto polvo */
.content-container-blur {
  position: relative;
  min-height: 200px; /* Asegurar altura mínima */
}

.content-container-blur.blur {
  filter: blur(3px);
  opacity: 0.4;
  pointer-events: none;
}

/* Asegurar que la descripción también tenga blur */
.info-header.blur p {
  filter: blur(3px);
  opacity: 0.4;
  pointer-events: none;
}

/* Cuando el contenido está visible (después del popup) */
.content-container-blur:not(.blur) .overlay-message {
  display: none !important;
}

.info-header:not(.blur) p {
  filter: none;
  opacity: 1;
  pointer-events: auto;
}

/* Popup modal - FUERA de la card */
.background-ambito-medico {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  backdrop-filter: blur(2px);
}

.popup-ambito-medico {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 40px;
    border-radius: 20px;
    max-width: 1000px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    z-index: 9999;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
    animation: modalFadeIn 0.3s ease-out;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -60%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

.bajada_popup h2 {
  color: #213a70;
  font-size: 1.6rem;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 700;
}

.bajada_popup p {
  color: #64748b;
  line-height: 1.7;
  margin-bottom: 20px;
  font-size: 0.95rem;
  text-align: justify;
}

.bajada_popup p:last-of-type {
  margin-bottom: 30px;
}

.bajada_popup .row {
  margin-top: 30px;
  text-align: center;
}

#btnAceptarAmbito {
  background: #5b9ad9;
  color: white;
  border: none;
  padding: 15px 40px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 0.8px;
  box-shadow: 0 4px 15px rgba(91, 154, 217, 0.3);
}

#btnAceptarAmbito:hover {
  background: #4a8bc2;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(91, 154, 217, 0.4);
}

/* Cuando el contenido está visible (después del popup) */
.content-container:not(.blur) .overlay-message {
  display: none !important;
}

/* Responsive para el modal */
@media (max-width: 768px) {
  .popup-ambito-medico {
    padding: 25px;
    width: 95%;
    max-height: 90vh;
  }

  .bajada_popup h2 {
    font-size: 1.4rem;
  }

  .bajada_popup p {
    font-size: 0.9rem;
  }

  #btnAceptarAmbito {
    padding: 12px 30px;
    font-size: 0.85rem;
  }
}

/* === RESPONSIVE === */
@media (max-width: 768px) {
  .presentaciones-lista {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 95%;
  }

  .presentacion-img {
    height: 320px;
  }

  .presentacion-info {
    padding: 20px;
    min-height: auto;
  }

  .section-header h2 {
    font-size: 2rem;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .presentaciones-lista {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

/* === TU CSS ECOMMERCE EXISTENTE === */
.precio-afip {
  font-size: 0.65em;
  font-style: italic;
  margin: 5% 0;
}

.area-ecommerce-nodisponible::before {
  content: "Exclusivo en Farmacias" !important;
}



/* Mantén todo tu CSS de carrito y demás funcionalidades existentes */



/* === CARRITO ECOMMERCE: Contenedor principal === */
.carrito-ecommerce {
  display: none;
  width: 450px;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 1500;
  position: fixed;
  background: white;
  border: 1px solid rgb(190, 190, 190);
  animation: 0.5s ease-in-out 0s 1 normal both running swing-in-top-bck;
  padding: 1%;
}

@media (max-width: 992px) {
  .carrito-ecommerce {
    width: 100%;
  }
}

.carrito-vacio {
  width: 100%;
  text-align: center;
  padding: 30% 0 10%;
  color: #666;
}

.carrito-ecommerce .carrito-titulo {
  width: 70%;
  float: left;
  padding: 5% 0 0 3%;
  color: #213a70;
}

.carrito-ecommerce .carrito-volver {
  width: 30%;
  float: left;
  color: #999;
  padding: 5% 7% 0 0;
  text-align: right;
  cursor: pointer;
}

.carrito-ecommerce-show {
  display: block !important;
}

.carrito-ecommerce .carrito-inner {
  padding: 2vh 1vw;
  float: left;
  width: 99%;
  position: relative;
  height: 45vh;
  overflow-y: scroll;
}

.carrito-ecommerce .carrito-ecommerce-area-precios {
  float: left;
  position: relative;
  width: 100%;
  padding: 10px 25px;
}

.carrito-ecommerce .carrito-ecommerce-area-precios .precios {
  float: left;
  position: relative;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  color: #666;
}

.carrito-ecommerce .carrito-ecommerce-area-precios .precios-total {
  color: #000;
    font-weight: 800;
    font-size: x-large;
}

.carrito-ecommerce .carrito-ecommerce-area-checkout {
  float: left;
  position: relative;
  width: 100%;
  margin: 10px 0;
}

.carrito-ecommerce .carrito-ecommerce-btn-checkout {
  text-align: center;
  width: max-content;
  margin: 0 auto;
  background: #8cb8d9;
  padding: 2% 4%;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.carrito-ecommerce .carrito-loading {
  text-align: center;
  width: 100%;
  float: left;
}

.carrito-ecommerce .botones-izq,
.carrito-ecommerce .botones-der {
  width: 5%;
  float: left;
  position: relative;
  padding: 13px 0;
}

.carrito-ecommerce .descripcion {
	width: 60%;
    float: left;
    position: relative;
    text-align: left;
    color: #666;
    margin-left: 10px;
}

.carrito-ecommerce .descripcion em {
  font-size: 0.7em;
  font-weight: 300;
}

.carrito-ecommerce .descripcion .col-foto {
  width: 30%;
  float: left;
  position: relative;
  margin-top: 5px;
}

.carrito-ecommerce .descripcion .col-texto {
    /* width: 65%; */
    /* float: left; */
    position: relative;
    padding: 15px 0;
    font-size: small;
    text-align: center;
}

.carrito-ecommerce .sku-item {
  width: 100%;
  float: left;
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #e3e3e3;
}

.carrito-ecommerce .sku-item .precio {
  width: 25%;
  float: left;
  position: relative;
  text-align: right;
  padding: 15px 5px 0 0;
  font-weight: 600;
}

.carrito-ecommerce .sku-item .precio-descuento {
  font-size: 0.8em;
  font-weight: 400;
  text-decoration: line-through;
}

.carrito-ecommerce .sku-item .botones-der .eliminar,
.carrito-ecommerce .sku-item .botones-izq .mas,
.carrito-ecommerce .sku-item .botones-izq .menos {
  margin: 1px auto;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 11px;
  font-weight: 500;
  border: 1px solid #f3655f;
  fill: #f3655f;
  background: #eee;
  cursor: pointer;
}

.carrito-ecommerce .sku-item .botones-izq .cant {
  margin: 2px auto;
  width: 20px;
  height: 21px;
  text-align: center;
  background: #fff;
}

/* === Wishlist === */
.add-to-wishlist.-dark {
  float: right;
  width: 4.5em;
  color: #fff;
}

.add-to-wishlist .btn {
  padding: 1em;
  width: 50px;
  height: 50px;
  line-height: 25px;
}

.add-to-wishlist i {
  color: #fff;
}

/* === Loader === */
.area-ecommerce-loading {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.area-ecommerce-loading div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #213a70;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.area-ecommerce-loading div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.area-ecommerce-loading div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.area-ecommerce-loading div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.area-ecommerce-loading div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% { transform: scale(0); }
  100% { transform: scale(1); }
}
@keyframes lds-ellipsis2 {
  0% { transform: translate(0, 0); }
  100% { transform: translate(24px, 0); }
}
@keyframes lds-ellipsis3 {
  0% { transform: scale(1); }
  100% { transform: scale(0); }
}

/* === Animación carrito === */
@-webkit-keyframes swing-in-top-bck {
  0% {
    -webkit-transform: rotateX(70deg);
    transform: rotateX(70deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes swing-in-top-bck {
  0% {
    transform: rotateX(70deg);
    transform-origin: top;
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    transform-origin: top;
    opacity: 1;
  }
}

a.btn-compra-online {
    background: white;
    border-radius: 100px 100px;
    display: flex;
	text-decoration: none;
}
 
.btn-compra-online i {
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 20px;
    text-align: center;
    margin: 0;
    color: #8ba2d4;
    text-decoration: none;
}

.area-ecommerce-boton-agregar:hover {
    background-color: gainsboro;
}

.area-ecommerce-boton-agregar, .area-ecommerce-nodisponible {
    border-radius: 25px;
    color: #fff;
    border: 1px solid #575756;
    color: #575756;
}

.area-ecommerce-boton-agregar, .area-ecommerce-nodisponible {
    transition: 0.2s ease-in-out;
    font-size: 0.9em;
    line-height: 1.3em;
    text-align: center;
    text-decoration: none;
    width: auto;
    height: auto;
    display: inline-block;
    padding: 1.15385em 2.30769em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.1em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    cursor: hand;
    cursor: pointer;
}

.area-ecommerce-nodisponible{cursor:initial;}

.area-ecommerce-boton-procesando {
		pointer-events: none; /* Desactiva clics */
		cursor: not-allowed;
	}
	
	.area-ecommerce-boton-agregar::after {
		content: '';
    border: 4px solid #0ba2d9;
    border-top: 4px solid white;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    animation: spin-ecomm 1s linear infinite;
    display: none;
    left: calc(50% - 10px);
	bottom: 2.2em;
	}
	.area-ecommerce-boton-procesando::after {
		display: block;
	}
	
	 @keyframes spin-ecomm {
		from {
			transform: rotate(0deg);
		}
		to {
			transform: rotate(360deg);
		}
	}