.contenedor-texto{
    position: relative;
    display: inline-block;
    text-align: center;
}
.texto-centrado {
    font-family: "Segoe UI",Arial,sans-serif;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    border: solid 1px;
    padding: 25px;
}

.funciones-ticket {
    text-align: center;
    line-height: 1.5;
}

.funciones-ticket img {
    display: block;
    margin: 0 auto;
    max-width: 50%;
    width: 70%;
    margin-bottom: 5px;
}

.funciones-ticket h6 {
    font-size: 13px;
    margin-bottom: 2rem;
}

.margen-top-60 {
    margin-top: 60px;
}

.funciones-global {
    text-align: center;
    line-height: 1.5;
}

.funciones-global img {
    display: block;
    margin: 0 auto;
    max-width: 70%;
    width: 70%;
    margin-bottom: 5px;
}

.fondo-azul {
    background-color: #0072BC;
    margin-top: 2rem;
    padding-top: 2rem;
    color: white;
}

.ventajas {
    margin-top: 60px;
}

.resalta-palabras {
    color: #0060A0;
}

.slider h2 {
    color: #F19010;
}

hr {
    background-color: #F19010;
    height: 3px;
}

.card-link i {
    color: #DF7818;
}

.collapsed i {
    color: #F7F7F7;
}


.somos {
    color: #162E4B;
}

.frases {
    color: #005586;
    text-align: justify;
}

.whatsapp {
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
  font-size:30px;
  z-index:100;
}

.whatsapp-icon {
  margin-top:13px;
}

.whatsapp:hover{
  color:white;
}