:root {
    --oster-blue: #001438;
    --oster-gold: #a4836e;
    --oster-text-gold: #b99b6d;
    --oster-green: #3cc95e;
    --oster-light: #f6f3ee;
    --text-soft: rgba(255,255,255,.82);
}
strong{
    color: var(--oster-text-gold);
}

.text-center{
    text-align: center;
}
.bg-blue{
    /*min-height: 100vh;*/
    background-color: var(--oster-blue);
}
.left-panel{
    color: white;
}
.steps li::marker {
    color: var(--oster-text-gold);
    font-weight: 800;
}
.steps li {
    font-size: 1rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}
.img-logo{
    max-width: 300px;
}
.img-whatsapp{
    max-width: 200px;
}
.img-premios {
    width: 100%;
}
a{
    color: white;
}
.right-panel{
    background-image: url(/img/imagen_fondo.jpg);
    background-position: right;
    background-size: cover;
    min-height: 100vh;
}
footer{
    padding: 10px;
    background-color: var(--oster-gold);
    color: white;
}
@media (max-width:450px){
    .right-panel{
        min-height: 40vh;
    }
}
@media (max-width:750px){
    .right-panel{
        min-height: 60vh;
    }
}
@media (min-width:750px) and (max-width:1200px){
    .right-panel{
        min-height: 60vh;
    }
}
footer>div{
    text-align: center
}
