.content{
  background-image: url("https://melinet.cl/static/img/fd.png");
  background-repeat: repeat;
  padding-bottom: 20px;
}
.video-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}


video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding-bottom: 10px;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.text-overlay h1 {
  font-size: 4em;
  margin: 0;
}

.text-overlay p {
  font-size: 1.3em;
  margin: 10px 0 0;
}
.icons {
  display: flex;
  justify-content: center;
  gap: 20px; /* Ajusta el espacio entre los iconos según tus preferencias */
  margin: auto;
}

.icon {
  height: 128px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px; /* Ajusta el espacio entre las filas según tus preferencias */
}

.icon img {
  width: 64px;
}


.planes {
  text-align: center;
}

.plan {
  display: inline-block;
  margin: 10px 1%;
  font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
  background: #fff;
  margin: 0 auto;
  min-width: 280px;
  max-width: 100%;
  position: relative;
}

.entry-title {
  background: #53CFE9;
  height: 140px;
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.entry-title h1{
  font-size: 2.5rem;
  font-weight: bold;
}
.entry-title>h3 {
  background: #20BADA;
  font-size: 20px;
  padding: 5px 0;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}

.entry-title .price {
  position: absolute;
  bottom: -25px;
  background: #20BADA;
  height: 95px;
  width: 130px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  border: 5px solid #fff;
  line-height: 80px;
  font-size: 28px;
  font-weight: 700;
}

.price span {
  position: absolute;
  font-size: 9px;
  bottom: -10px;
  left: 30px;
  font-weight: 400;
}

.entry-content {
  color: #323232;
}

.entry-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.entry-content li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px 0;
}

.entry-content li:last-child {
  border: none;
}

.btn {
  padding: 3em 0;
  text-align: center;
}

.btn a {
  background: #86C447;
  padding: 10px 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none
}

.hot {
  position: absolute;
  top: -7px;
  background: #F80;
  color: #fff;
  text-transform: uppercase;
  z-index: 2;
  padding: 2px 5px;
  font-size: 9px;
  border-radius: 2px;
  right: 10px;
  font-weight: 700;
}

.basic .entry-title {
  background: #75DDD9;
}

.basic .entry-title>h3 {
  background: #44CBC6;
}

.basic .price {
  background: #44CBC6;
}

.standard .entry-title {
  background: #4484c1;
}

.standard .entry-title>h3 {
  background: #3772aa;
}

.standard .price {
  background: #3772aa;
}

.ultimite .entry-title>h3 {
  background: #DD4B5E;
}

.ultimite .entry-title {
  background: #F75C70;
}

.ultimite .price {
  background: #DD4B5E;
}


.formcont {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
}


.contact {
  background-color: white;
  display: flex;
  flex-direction: column;
  width: 40%;
  align-items: center;
  padding: 15px;
  border-radius: 40px;
  margin:10px auto auto auto;
  -webkit-box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.75);
  box-shadow: 2px 2px 11px 2px rgba(0, 0, 0, 0.75);
}

.campcont {
  display: flex;
  flex-direction: column;
  width: 90%;
  margin: 5px;

}

.campcont input {
  border-radius: 3px;
  border: 1px black solid;
  height: 25px;
}

.campcont textarea {
  resize: none;
  height: 100px;
  border-radius: 3px;
  border: 1px black solid;
}

.campcont select {
  height: 30px;
 
}
.enviar{
  padding: 10px 15px 10px 15px;
  cursor: pointer;
  background-color: #86C447;
  border: 0px;
  border-radius: 3px;
}
.checkbox {
  width: 283px;
  height: 60px;
  background-color: #20BADA;
  border-radius: 30px;
  position: relative;
  color: white;
  overflow: hidden;
}

#checkbox_toggle {
  display: none;
}

.checkbox .toggle {
  width: 130px;
  height: 50px;
  position: absolute;
  border-radius: 30px;
  left: 5px;
  cursor: pointer;
  background: #86C447;
  transition: 0.4s;
}

.checkbox .slide {
  width: 303px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

.checkbox .slide .text {
  font-size: 16px;
  font-weight: 700;
  z-index: 100;
  cursor: pointer;
}

.check:checked + .checkbox .slide .toggle {
  transform: translateX(143px);
  background: #20BADA;
}

.check:checked + .checkbox .slide {
  background-color: #86C447;
}
.seleccion{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0px 20px 0px;
}

@media (max-width: 480px) {
  .icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .icon {
    flex: 1;
    max-width: 200px;
    /* Ajusta el ancho máximo según tus necesidades */
    margin: 10px;
    text-align: center;
  }


  .icon img {
    width: 48px;
    /* Tamaño de los iconos reducido */
  }
}