html{
    width: 100%;
}
body{
    width: 100%;
    background-color: #5043E8;
    color: white;
}
.container{
    text-align: center;
    padding-top: 50px;
}
.info{
    color: white;
    margin-top: 70px;
    margin-bottom: 70px;
}
.form-control{
    background-color: #ECEDEE;
    border-color: #ECEDEE;
}
.form-control:focus {
    border: none;
    box-shadow: none;
}
.br-inp{
    background-color: #ECEDEE;
    padding: 10px !important;
}
.br-inpInt{
    background-color: white;
    font-size: 16px;
    padding: 6px;
    border-radius: 7px;
}
.btn-danger{
    background-color: #E645CC;
    color: white;
    border-radius: 50px;
    padding-left: 63px;
    padding-right: 63px;
}
.tron{
    text-align: center;
}
.footer{
    position: absolute;
    top: 895px;
    left: 0;
    right: 0;
    margin: auto;
}
#tron{
    display: none;
}
.contenidoA{
    display: block;
}
.contenidoB{
    display: none;
    margin-top: 10%;
}
.contenidoC{
    display: none;
    margin-top: 10%;
}
.nro-orden{
    text-align: right;
    color: #5043E8;
}
.sub{
    text-align: left;
    margin-bottom: 0;
    color: #5043E8;
}
.precio{
    font-size: 25px;
    text-align: left;
}
.columnaA{
    font-size: 16px;
    font-weight: 500;
}
.linea{
    color: #5043E8;
    font-size: 2px;
    opacity: 1;
}
#block_phone{
    display: none;
}
@media (max-width: 800px) {
    .info{
        margin-top: 70px;
        margin-bottom: 70px;
        font-size: 20px
    }
}
.control{
    opacity: 0;
    transition: all 500ms;
}

.vacio_visi {
	display: block;
  	opacity: 1;
}
.vacio_invi{
    opacity: 0;
}
#pagando{
    display: none;
}
#pagando_banc{
    display: none;
}
#pagado{
    display: none;
}
.pag_wompi{
    margin-top: 30px;
}
#telegram-button{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #0088CC;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s ease;
}
.telegram-button:hover {
    transform: scale(1.1);
}  
.telegram-button svg {
    width: 35px;
    height: 35px;
}