@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.container-precios * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Muli', sans-serif;
}
.container-precios h3 {
  font-size: 2.8125rem;
}
.container-precios h4 {
  font-size: 1.25rem;
}
.container-precios h5 {
  font-size: 0.9375rem;
}
.container-precios h6 {
  font-size: 0.8125rem;
}
.precios-head__title {
  padding: 1rem;
  background-color: #2a3b50;
  border-radius: 2rem;
  margin: 0 auto;
  color: white;
  max-width: 90%;
}
@media (min-width: 768px) {
  .precios-head__title {
    max-width: 37rem;
  }
}
.precios-head {
  text-align: center;
  margin-bottom: 3rem;
}
.amarillo {
  background-color: #fde74c;
  color: black !important;
}
.amarillo > .precio-main__button {
  background-color: #f2d602;
}

.naranja {
  background-color: #e26612;
}
.naranja > .precio-main__button {
  background-color: #aa4c0e;
}

.verde {
  background-color: #1db24b;
}
.verde > .precio-main__button {
  background-color: #1a9e44;
}

.azul {
  background-color: #2a3b50;
}
.azul > .precio-main__button {
  background-color: #384F6B;
}

.precio .naranja *,
.precio .verde *,
.precio .azul * {
  color: #fff;
}

.texto-light {
  font-weight: 300 !important;
}

.containerPrin {
  background-image: url(../images/pricing/imagen_portada2.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 5rem 0;
}
.container-precios {
  width: min(90%, 75rem);
  margin: 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(16.875rem, 1fr));
}
.precio-main {
  padding: 2.3rem 0.5rem;
  text-align: center;
  border-radius: 1rem;
  padding-bottom: 2.5rem;
}
.precio-main__description {
  margin-top: 0.5rem;
  margin-bottom: 0.7rem;
  font-weight: 300;
}
.moneda {
  font-size: 70%;
}
.precio-main__unitario .moneda {
  font-size: 1.5rem;
}
.precio-main__unit {
  margin-top: -0.325rem;
  margin-bottom: 0.625rem;
}
.precio-main__iva {
  margin-bottom: 1rem;
  font-weight: 300;
  letter-spacing: 0.1rem;
  visibility: hidden;
}
.precio-main__text {
  margin-bottom: 0.8rem;
  font-weight: 300;
  letter-spacing: 0.125rem;
}
.precio-main__select {
  background-color: white;
  font-size: 0.9375rem;
  color: black !important;
  border-radius: 4px;
  display: block;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  width: 100%;

  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}
.precio-main__select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}
.precio-main__select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.precio-main__select option{
  color:black !important;
}
/* Botón */
.precio-main__button {
  display: inline-flex;
  margin: 1rem 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: 0.3s ease all;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.precio-main__button span {
  position: relative;
  color: white;
  z-index: 2;
  transition: 0.3s ease all;
  font-size: 0.875rem;
}
.precio-main__button span {
  transition: 0.4s ease-in-out all;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.precio-main__button .icono {
  display: flex;
  align-items: center;
  position: absolute;
  z-index: 2;
  left: -40px;
  transition: 0.3s ease-in-out all;
  opacity: 0;
}

.precio-main__button svg {
  color: #fff !important;
  width: 35px;
  height: 35px;
}

.precio-main__button:hover {
  background-color: #141414 !important;
  color: white !important;
}

.precio-main__button:hover .icono {
  left: calc(100% - 50px);
  opacity: 1;
}

.precio-main__button:hover span {
  left: 40%;
  color: white !important;
}

.precio-features {
  background-color: #ffffffea;
  backdrop-filter: blur(15px);
  border: 1px solid #888;
  border-radius: 2rem;
  margin-top: -2.6rem;
  height: 41rem;
}
.precio-features__title {
  text-align: center;
  padding: 0.625rem 0;
  border-bottom: 1px solid #888;
}
.precio-features__content {
  font-weight: 800;
  padding: 0.5rem;
  padding-bottom: 1.5rem;
  line-height: 1.5;
}
.precio-features__content h6 {
  line-height: 1.25 !important;
}
.ssl {
  max-width: 20%;
}

.icono {
  cursor: pointer;
}