/* ------------------GENERAL DE EMARKET ------------------*/
/* ------------------GENERAL OTROS PORTALES ------------------*/
.cta--regular {
  min-height: 3rem;
  min-width: 12.5rem;
  max-width: fit-content;
  margin: auto;
  padding-inline: 15px;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta--small {
  min-height: 2.125rem;
  max-width: fit-content;
  -webkit-max-width: fit-content;
  margin: auto;
  padding-inline: 27px;
  border-radius: 4rem;
  font-size: 0.9rem;
  line-height: 2.125rem;
  cursor: pointer;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cta--filled {
  background: rgba(42, 201, 175, 0.7);
  border: 1px solid transparent;
}
.cta--filled:hover {
  background: #2bc9af;
  color: #444242;
  text-decoration: none;
}
.cta--outlined {
  background: transparent;
  border: solid 1px rgba(42, 201, 175, 0.3);
}
.cta--outlined:hover {
  border: 1px solid rgba(42, 201, 175, 0.7);
  color: #444242;
  text-decoration: none;
}
.cta--semitransparent {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  color: white;
}
.cta--semitransparent:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
}
.cta--regular-filled {
  min-height: 3rem;
  min-width: 12.5rem;
  max-width: fit-content;
  margin: auto;
  padding-inline: 15px;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(42, 201, 175, 0.7);
  border: 1px solid transparent;
}
.cta--regular-filled:hover {
  background: #2bc9af;
  color: #444242;
  text-decoration: none;
}
.cta--regular-outlined {
  min-height: 3rem;
  min-width: 12.5rem;
  max-width: fit-content;
  margin: auto;
  padding-inline: 15px;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: solid 1px rgba(42, 201, 175, 0.3);
}
.cta--regular-outlined:hover {
  border: 1px solid rgba(42, 201, 175, 0.7);
  color: #444242;
  text-decoration: none;
}
.cta--regular-semitransparent {
  min-height: 3rem;
  min-width: 12.5rem;
  max-width: fit-content;
  margin: auto;
  padding-inline: 15px;
  border-radius: 4rem;
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 3rem;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  color: white;
}
.cta--regular-semitransparent:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
}
.cta--small-filled {
  min-height: 2.125rem;
  max-width: fit-content;
  -webkit-max-width: fit-content;
  margin: auto;
  padding-inline: 27px;
  border-radius: 4rem;
  font-size: 0.9rem;
  line-height: 2.125rem;
  cursor: pointer;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(42, 201, 175, 0.7);
  border: 1px solid transparent;
}
.cta--small-filled:hover {
  background: #2bc9af;
  color: #444242;
  text-decoration: none;
}
.cta--small-outlined {
  min-height: 2.125rem;
  max-width: fit-content;
  -webkit-max-width: fit-content;
  margin: auto;
  padding-inline: 27px;
  border-radius: 4rem;
  font-size: 0.9rem;
  line-height: 2.125rem;
  cursor: pointer;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: transparent;
  border: solid 1px rgba(42, 201, 175, 0.3);
}
.cta--small-outlined:hover {
  border: 1px solid rgba(42, 201, 175, 0.7);
  color: #444242;
  text-decoration: none;
}
.cta--small-semitransparent {
  min-height: 2.125rem;
  max-width: fit-content;
  -webkit-max-width: fit-content;
  margin: auto;
  padding-inline: 27px;
  border-radius: 4rem;
  font-size: 0.9rem;
  line-height: 2.125rem;
  cursor: pointer;
  color: #444242;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  color: white;
}
.cta--small-semitransparent:hover {
  background: rgba(0, 0, 0, 0.5);
  color: white;
  text-decoration: none;
}
.ems-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.ems-popup {
  background: #f5f5f5;
  width: 500px;
  max-width: 90%;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
}
.ems-popup h2 {
  font-size: 45px;
  margin-bottom: 20px;
  color: #444;
}
.ems-popup p {
  font-size: 20px;
  color: #666;
  margin-bottom: 30px;
}
.ems-popup a {
  text-decoration: none;
}
.ems-popup-btn {
  background: linear-gradient(90deg, #6fd3c1, #4cb8a5);
  border: none;
  padding: 15px 40px;
  border-radius: 40px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
.ems-popup-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  color: #4cb8a5;
}
