@import url('https://fonts.googleapis.com/css2?family=Asap:wght@400;600;700;900&display=swap');
body {
    font-family: 'Asap', sans-serif;
    margin: 0;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    border: 0
}

ul,
li {
    list-style-type: none;
    padding: 0;
}

.main-container {
    text-align: center;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
    clear: both;
}

.center {
    margin: 0 auto;
}

.enlace-logo {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    width: 100%;
    display: block;
    color: #1e385b;
    line-height: 1.2;
}

.enlace-logo strong {
    color: #333;
}

.enlace-logo .rojo {
    color: #c00;
    display: inline-block;
}

.enlace-logo:after {
    color: #1e385b;
    content: "\00BB";
    font-style: normal;
    speak: none;
    font-weight: normal;
    font-size: 22px;
    margin-left: 4px;
}

.oculto {
    display: none;
}

.contenedor_logo {
    float: left;
    margin-top: 69px;
    padding: 13px;
}

.contenedor_premios {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.premios {
    width: 32%;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    border: 3px solid #e39608;
    border-radius: 10px;
    padding: 10px;
    min-height: 80px;
}

.premios h2 {
    font-size: 22px;
    font-weight: 700;
    color: #e39608;
    text-align: center;
    height: 24px;
    border-radius: 12px;
    margin: 0;
    white-space: nowrap;
}

@media (max-width: 1030px) and (min-width: 850px) {
    .premios h2 {
        font-size: 18px;
    }
}

@media (max-width: 450px) {
    .premios {
        padding-left: 2px;
        padding-right: 2px;
    }
    .premios h2 {
        font-size: 17px;
    }
}

@media (max-width: 350px) {
    .premios h2 {
        font-size: 18px;
    }
}

.premios p,
.premios ul {
    color: #1e385b;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin: 5px 0 0 0;
}

.premios a {
    color: #1e385b;
}

.premios p {
    padding-top: 5px
}

.premios ul li {
    margin-bottom: 5px;
    display: inline-block;
}

.premio1 p {
    font-size: 28px;
    padding-top: 3px;
}

.premio2 p {
    font-size: 25px;
}

.premio3 p {
    font-size: 25px;
}

.premio4 {
    width: 24%;
    margin-top: 0;
}

.premio4 ul {
    padding-top: 0;
}

.premio4 ul li {
    width: 100%;
    font-size: 19px;
}

@media (max-width: 1050px) {
    .premio4 ul li {
        font-size: 16px;
    }
}

.premio5 {
    width: 74%;
    margin-top: 0;
}

.premio5 ul li {
    width: 23%;
    font-size: 16px;
}

.contenedor_buscador {
    width: 100%;
    text-align: center;
    background: #F2F3F5;
    padding: 15px 10px;
    box-sizing: border-box;
    border: 1px solid #bbcbd0;
    border-radius: 10px;
    display: inline-block;
}

.contenedor_buscador input::placeholder {
    color: #a0a0a0 !important;
    font-weight: normal !important;
}

.contenedor_buscador h3 {
    margin: 0 0 10px 0;
    font-size: 15px;
    line-height: 1.2;
    color: #1e385b;
}

.buscar_text {
    font-family: "Asap";
    background-color: #fff;
    outline: none;
    color: #1e385b;
    width: 45%;
    border: 3px solid #e39608;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin: 0 5px 0 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.btn-buscar {
    font-family: "Asap";
    border: none;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    margin: 0;
    background: #e39608;
    border-radius: 10px;
    color: #1e385b;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    width: 45%;
    padding: 0 8px;
    text-align: center;
    box-sizing: border-box;
}

@media (min-width: 850px) {
    .enlace-logo {
        font-size: 22px;
    }
    .contenedor_buscador {
        width: 24%;
        min-height: 120px;
        padding-top: 25px;
    }
    .contenedor_premios {
        width: 75%;
    }
    .premios {
        width: 15%;
        padding: 0 9px;
        padding-top: 4px;
        margin-bottom: 0;
    }
    .premio4 {
        width: 18%;
    }
    .premio4 ul {
        padding-top: 8px;
    }
    .premio4 ul li {
        width: 47%;
    }
    .premio5 {
        width: 34%;
    }
}