/* ////////////////////////////////////////////////////////////////  */
/* REFACTORING */

/* /Planes */

#planes h4 {
  background: #f0f0f0;
  text-transform: uppercase;
  color: #3b3b3b;
  font-size: 15px;
  padding: 6px;
  margin-bottom: 5px;
  text-align: center;
}

#planes li {
  font-size: 15px;
  padding: 3px 0;
  border-bottom: 1px solid #e6e6e6; /*display: flex;*/
  justify-content: space-between;
}

#planes ul {
  margin-bottom: 10px;
}

#planes h3 {
  text-align: center;
  font-size: 45px;
  color: #062eb7;
  margin-bottom: 20px;
  font-weight: 700;
}
#planes h5 {
  text-align: center;
}

#planes h5 .tachado {
  text-transform: uppercase;
  color: #9f9f9f;
  font-size: 32px;
  line-height: 20px;
  text-decoration: line-through;
}

#planes h5 span {
  color: #9f9f9f;
  font-size: 16px;
  text-transform: lowercase;
}

.descuento {
  width: 55px !important;
  position: absolute;
  right: 30px;
  top: 30px;
}

.descuento_hero {
  width: 90px !important;
  position: relative;
  margin-bottom: 5px !important;
}

@media screen and (min-width: 768px) {
  .descuento_hero {
    width: 160px !important;
    position: absolute;
    right: -100%;
    top: 50px;
  }
}
@media screen and (min-width: 1241px) {
  .descuento_hero {
    width: 160px !important;
    position: absolute;
    right: 0%;
    top: 50px;
  }
}

@media screen and (min-width: 1300px) {
  .descuento_hero {
    width: 160px !important;
    position: absolute;
    right: -12%;
    top: 50px;
  }
}

#planes a {
  margin-bottom: 25px;
}
.btn.plan_action_form {
  padding: 4px;
}

/* /Formulario */

#formulario .radios > label {
  margin-right: 25px;
  font-size: 14px;
}
#formulario .radios div {
  margin-right: 25px;
}

input[type="radio"] {
  margin-right: 5px;
}

/* /Hero svh por vh y 80 por 100 mobile */

@media screen and (max-width: 768px) {
  #hero_alt .data {
    height: 85vh;
  }
}

.data-logo-mobile {
  width: 100% !important;
}

/* Owl Carousel de minimal_assets_lumba/v2/components/Planes/main.js*/

.owl-item-planes {
  display: flex;
  align-items: flex-top;
  justify-content: center;
}
.owl-item-planes .plan {
  width: 100%;
  margin: 15px;
}

/* Whatsapp Button */

#whatsapp_chat {
  animation: floatAnimation 3s ease-in-out infinite;
}
#whatsapp_chat img {
  width: 100%;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
  }
}

/* .precio-desde {
  text-align: center;
  color: #9f9f9f;
  font-size: 14px;
}
 */

#features .btn-wap-side-salud-fem-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#features .btn-wap-side-salud-fem {
  font-size: 17px;
  display: flex !important;
}

#features .btn-wap-side-salud-fem-container img {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #features .btn-wap-side-salud-fem {
    display: flex !important;
  }
}

#call_to_action .btn-wap-side-salud-fem-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#call_to_action .btn-wap-side-salud-fem {
  font-size: 17px;
  display: flex !important;
}

#call_to_action .btn-wap-side-salud-fem-container img {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  #call_to_action .btn-wap-side-salud-fem {
    display: flex !important;
  }
}
#planes .petcare {
  position: relative !important;
  color: #fff;
  background-color: #072eb7;
  padding: 10px;
}
.petcare-width {
  max-width: 500px !important;
  display: inline-block;
}
.petcare-width a {
  color: #072eb7;
}

.logo-petcare {
  position: absolute;
  width: 70px !important;
  z-index: 1000;
  right: 42px;
  margin-top: 5px;
}

.tag_descuento_salud_fem {
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  background-color: #822580 !important;
  color: white !important;
  font-size: 12px !important;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2px;
}
.tag_descuento_hogar {
  padding: 3px 6px 3px 6px;
  border-radius: 5px;
  background-color: #ff7200 !important;
  color: white !important;
  font-size: 14px !important;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 2px;
}
.margin-0 {
  margin: 0px !important;
}
.precio-tachado {
  text-transform: uppercase;
  color: #9f9f9f !important;
  font-size: 20px !important;
  text-decoration: line-through;
}
.mes {
  font-size: 5px;
  font-size: 10px !important;
  color: #9f9f9f !important;
  font-size: 12px !important;
}
