* {
    font-family: 'Roboto', sans-serif;
}

h2 {
    font-size: 1.7rem;
    margin: 20px;
    font-weight: 700;
}

.btn {
    font-weight: 700;
}

a,
a:visited {
    color: black;
}

a:hover,
a:active {
    color: black;
    text-decoration: none;
}

.bg-gris-medio {
    background-color: #E2E2E2!important;
}

header {
    background-color: white;
    min-height: 140px;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 87.5% 110%;
    background-color: white;
    padding: 20px 10%!important;
}

body.home-contingencia header {
    background-position: 87.5% -110px;
}

header img.logo {
    margin-top: 10px;
}

header .ingreso {
    margin-top: 0px;
}

header .headline {
    border-top: 1px solid grey;
}

footer {
    background-color: #E2E2E2;
    height: auto;
    background-image: none;
    background-repeat: no-repeat;
    background-position: 87.5% -30%;
    padding: 20px;
}

footer h5 {
    font-size: 1.13rem;
    font-weight: 700;
}

footer ul {
    list-style: none;
    padding-left: 20px;
}

footer ul li a,
footer ul li a:visited {
    font-size: 0.9rem;
    color: black;
}

footer ul li a:hover,
footer ul li a:active {
    text-decoration: underline;
}

footer ul li::before {
    content: "\2022";
    color: #FFB81C;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

footer .info {
    font-size: 0.75rem;
}

footer .info a,
footer .info a:visited {
    color: black;
    font-weight: 700;
}

footer .info a:hover,
footer .info a:active {
    text-decoration: underline;
}

.bg-cover {
    -webkit-background-size: cover;
    background-size: cover;
}

.hero {
    padding: 20px 10%;
    text-align: center;
}

input#FindOt {
    height: 68px;
    border-radius: 33px 0 0 33px;
    padding-left: 10px;
    font-size: 10px;
    border: 1px solid #D5D3D3;
    box-shadow: 0 0 3px #FFB81C;
}

button.btn.btn-search {
    padding: 0;
    margin: 0;
}

.btn.btn-negro {
    border-radius: 30px;
    color: white;
    background-color: black;
    background-image: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    font-size: 0.9rem;
    padding: 10px 25px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px auto;
}

.btn.btn-negro.mobile {
    color: black;
    background-color: transparent;
    box-shadow: none;
    font-size: 0.7rem;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px auto;
}

.btn.btn-minimal {
    color: black;
    background-color: transparent;
    box-shadow: none;
    font-size: 0.7rem;
    padding: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin: 8px auto;
}

.go-home {
    background-color: white;
    border-bottom: 1px solid #E5A526;
    text-align: right;
}

.go-home.footer {
    border-bottom: 1px solid #8B8989;
}

.go-home .btn.btn-continuar {
    border: 1px solid #CDCDCD;
    font-size: 0.87em;
    font-weight: 300;
    border-radius: 20px;
    padding: 4px 8px;
    transition: 0.8s all;
    background-color: white;
}

.go-home .btn.btn-continuar:hover {
    border: 1px solid #E5A526;
    background-color: black;
    color: white;
}

.go-home .btn.btn-continuar img.iso {
    height: 20px;
    width: auto;
    padding: 2px 4px;
}

.go-home .btn.btn-continuar img.ico {
    padding: 0 6px;
    transition: 0.8s all;
}

.go-home .btn.btn-continuar:hover img.ico {
    filter: invert(100%);
}

.bg-centro-de-ayuda {
    background-image: url(../img/bg-hombre-caja.jpg);
}

.box-home,
.box-home-row {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 15px;
    padding: 20px 12px;
    text-align: left;
    position: relative;
}

.box-home.new {
    color: #1D1816;
    background-color: #FEB81C;
}

.box-home.new img {
    filter: brightness(0.1);
}

.box-home.new:after {
    position: absolute;
    content: "NUEVO";
    padding: 6px 10px;
    right: -20px;
    background-color: #1D1816;
    font-size: 1em;
    font-weight: 700;
    top: 20%;
    color: white;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.box-home h3,
.box-home-row h3 {
    font-weight: 700;
}

.box-home {
    flex-direction: column;
    font-size: 16px;
    height: 100%;
}

.box-home h3 {
    font-size: 1.75em;
    font-weight: 700;
}

.box-home h4 {
    font-size: 1.25em;
    font-weight: 700;
}

.box-home p {
    font-size: 1em;
}

.box-home img {
    align-self: baseline;
}

.box-home-row .input-group input#FindOt,
.box-home-row .input-group img {
    height: 45px!important;
}

.box-home-row #FindOt::-webkit-input-placeholder { 
    font-size: 9px;
}
.box-home-row #FindOt::-moz-placeholder { 
    font-size: 9px;
}
.box-home-row #FindOt:-ms-input-placeholder {
    font-size: 9px;
}
.box-home-row #FindOt:-moz-placeholder {
    font-size: 9px;
}
.aic{
    align-items: center
}
/* RESPONSIVE */

@media (min-width: 340px) {
    input#FindOt {
        font-size: 11px;
    }
}

@media (min-width: 360px) {
    input#FindOt {
        font-size: 12px;
    }
}

@media (min-width: 370px) {
    input#FindOt {
        font-size: 13px;
    }
}

@media (min-width: 380px) {
    input#FindOt {
        font-size: 14px;
    }
}

@media (min-width: 400px) {
    input#FindOt {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    header {
        background-image: url(../img/isotipo-chilexpress-amarillo.svg);
    }
    footer {
        background-image: url(../img/isotipo-chilexpress-gris.svg);
    }
    input#FindOt {
        font-size: 16px;
    }
    .box-home,
    .box-home-row {
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 15px;
        padding: 20px 40px;
        text-align: left;
        position: relative;
    }
    header img.logo {
        margin-left: 0;
    }
    .btn.btn-negro.mobile {
        color: white;
        background-color: black;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
        font-size: 0.9rem;
        padding: 10px 25px;
        text-transform: uppercase;
        display: inline-block;
        margin: 8px auto;
    }
    header {
        background-position: 93.5% -110%;
    }
    header .ingreso {
        margin-top: 45px;
    }
    header img.logo {
        margin-top: calc(140px / 2 - 18px);
    }
    .btn.btn-minimal {
        color: black;
        background-color: transparent;
        box-shadow: none;
        font-size: 1rem;
        padding: 5px;
        text-transform: capitalize;
        display: inline-block;
        margin: 8px auto;
    }
}

@media (min-width: 768px) {
    .box-home-row {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    header {
        background-position: 88.5% 110%;
    }
    .box-home-row #FindOt::-webkit-input-placeholder { 
        font-size: 12px;
    }
    .box-home-row #FindOt::-moz-placeholder { 
        font-size: 12px;
    }
    .box-home-row #FindOt:-ms-input-placeholder {
        font-size: 12px;
    }
    .box-home-row #FindOt:-moz-placeholder {
        font-size: 12px;
    }
}