.fondo0{
    background-color: #1A1C23;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 28px;
    color: white;
}
.fondo1{
    background-color: #1E2028;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    color: white;
}
.fondo2{
    background-color: #252731;
    color: white;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.box{
    overflow:hidden;
    border-radius: 25px;
}
.col-lg-6{
    padding: 0px;
}
.col-md-12{
    padding: 0px;
}
.descripcion{
    font-size: 21px;
}
.btnp{
    border: 2px solid white;
    padding: 5px;
    font-size: 16px;
    background-color: #252731;
    color: white;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: border-color 0.5s ease, color 0.5s ease, background-color 0.5s ease;
}
.btnp:hover {
    border-color: #FB542B;
    color: #FB542B;
}
.icono {
    vertical-align: middle;
}

/* Celulares */
@media (max-width: 576px) {
    .icono {
        width: 40px;
        height: 40px;
    }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 991px) {
    .icono {
        width: 36px;
        height: 36px;
    }
}

/* PCs y pantallas grandes */
@media (min-width: 992px) {
    .icono {
        width: 48px;
        height: 48px;
    }
}

a{
    text-decoration: none;
}