* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    vertical-align: baseline;
    
}

.barra-del-nav {
    height: 80px;
    padding-top: 10px;
    padding-left: 10px;
}

.foto-inicial {
    text-align: center;
    color: rgb(83, 3, 3);
}

.fondo-titulo {
    color: white;
    background-color: #5271ff;
    text-align: center;
}

h1 {
    text-align: center;
    color: #5271ff;
}

h2 {
    text-align: center;
    color: #5271ff;
}

h3 {
    text-align: center;
    color: #5271ff;
    text-decoration: underline;
}

h4 {
    text-align: center;
    color: #5271ff;
    text-decoration: underline;
}

h5 {
    text-align: center;
    color: #5271ff;
    text-decoration: underline;
}

h6 {
    text-align: center;
    color: #5271ff;
    text-decoration: underline;
}

.separador {
    height: 20px;
}

.el-poder-de-tu-marca-personal {
    height: auto;
    background-color: #5271ff;
    
}

.precio-tachado {
    text-align: center;
    color: red;
    text-decoration: line-through;
    
} 

.precio-descuento {
    text-align: center;
    color: green;
}

.fondo-del-footer {
    background-color: #5271ff;
    height: 120px;
    margin-top: 20px;
    height: 250px;
}
.texto-del-footer {
    text-align: center;
    margin-top: 20px;
    color:white;
}

.ubicación-en-el-footer {
    padding-top: 30px;
}