
.input-group-text{
    background-color: #f7f7f7;
    border: 1px solid #f7f7f7;
    height: 57px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    -webkit-box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
}
.redes-sociales a{
    font-size: 30px;
    margin-left: 5px;
    margin-right: 5px;
}
.me-conviene-item{
    position: relative;
    width: 100%;
    height: 300px;
}
.me-conviene-item  img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 auto;
}
.me-conviene-texto{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6);
}
.me-conviene-texto p:first-child{
    margin-top: 50px;
}
.me-conviene-texto p{
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 10px; 
    margin-bottom: 20px;
    font-size: 15px;
    -webkit-box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 5%);
}
.logo-whatsapp{
    width: 40px;
}
.img-beneficio{
    width: 35px;
    height: 44px;
    display: inline-block;
    object-fit: contain;
    margin-right: 5px;
}
.efectoLlenarTarjetaVerde{
    /* height: 480px !important; */
    background-color: #00A135 !important;
    /* animation: llenarTarjeta 0.5s ease-in;
    animation-fill-mode: forwards; 
    transition: all 1s ease; */
}
.efectoLlenarTarjetaVerde p{
    color: #FFFFFF;
}
.efectoLlenarTarjetaVerde h6{
    color: #FFFFFF;
}
.efectoLlenarTarjetaVerde img{
    filter: invert(100%) sepia(98%) saturate(9%) hue-rotate(167deg) brightness(104%) contrast(102%);
}
@keyframes llenarTarjeta {
    0% {
        /* height: 0; */
        opacity: 0;
    }
    100% {
        /* height: 480px; */
        opacity: 1;
    }
}
.bg-dark.bg-azul-oscuro{
    background-color: #00008B !important;
}
.bg-dark.bg-negro{
    background-color: #000000 !important;
}
.mb-20px{
    margin-bottom: 20px;
}
.mt-50px{
    margin-top: 50px;
}
.precio-footer p{
    font-size: 20px;
}
.precio-footer img{
    width: 30px;
    height: 30px; 
    margin-right: 5px;
}

.wcs_button {
    background: transparent !important;
    background-image: url(../img/whatsapp.png) !important;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    padding: 0;
    border-radius: 0;
}

.flotante{
  display: block;
  position: fixed;
  z-index: 999;
  right: 10px;
  bottom: 50px;
  padding: 0px 10px;
  border-radius: 10px;
  
}
.flotante img{
  margin-top: 15px;
  margin-bottom: 15px;
  border-radius: 10px;
  padding: 5px;
  width: 60px;
}