﻿.box-blue {
    background: #F2F4F8;
    margin: 50px 0;
    padding: 20px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.split-box {
    width: 50%;
}

.split-box h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: 'Spartan';
    color: #0A243E;
    margin: 0 0 20px;
}

.split-box p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 10px;
    color: #3F5B78;
}

.box-blue.border {
    background: #fff;
    border: 1px solid #C9D5E7;
    display: block;
}

.box-blue.border h3 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    font-family: 'Spartan';
    color: #0A243E;
    margin: 0 0 20px;
}

.box-blue.border p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 10px;
    text-align: center;
    color: #3F5B78;
}

.lista {
    display: flex;
    justify-content: center;
    margin: 45px 0px;
}

.premios-box {
    display: flex;
    justify-content: space-evenly;
    margin: 50px auto;
    width: 70%;
}

.premio {
    text-align: center;
    margin: 0 0 20px;
}

.premio p {
    font-size: 16px;
    line-height: 1.4em;
}

.stores {
    text-align: center;
    margin: 50px 0;
}

.stores p {
    font-size: 16px;
    line-height: 1.4em;
    margin: 0 0 10px;
}


.highlights-icons {
    grid-template-columns: repeat(auto-fit, 145px) !important;
}

@media (max-width:1004px) {
.box-blue{
    display: block;
}

.split-box{
    width:100%;
}

.lista{
    display: block;
}

.premios-box{
    display:block;
}


    
    
}

.split-box img {
    width: 60%;
}