html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Poppins', sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* END OF CSS RESET */

body{background-color:#eef5fb}
.container{max-width:1170px;  background-color:white; margin:0 auto;border-bottom: 28px solid #267fbb;position:relative;}
.banner{background-image:url("img/banner.png"); height:0;width: 100%;padding-top: 22.41%;background-position:center center;background-repeat:no-repeat;background-size:contain;}
.inner{padding:0px 21px;}
.center{text-align:center}
p.main{margin: 10px;margin-top:20px;font-size: 36px;}
p.main2{margin: 60px;font-size: 20px;line-height: 27px;margin-top: 15px;margin-bottom: 50px;}
.red{color:#e11e1c; font-weight:bold;}
.blue{color:#267fbb;font-weight:bold;}
form.search{margin: 20px;font-size: 18px;font-weight: bold;}
.form-control {
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0px 10px;
    width: 31%;
}
form.search button{height:34px;
    background-color: #fff;
    background-image: none;
    font-size:14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    cursor:pointer}

.resultadoGeneral{padding: 15px;background-color: #e8f1f8;margin-bottom: 15px;line-height: 24px;font-size:18px;}
.three{width:33%;display:inline-block;}
.establecimientoZona {padding: 18px;border: 1px solid #c5c5c5;margin: 10px;height: 70px;overflow-y: hidden;font-size:14px;}
.establecimientoZona .nombre{color:#267fbb;font-size:16px;}
.establecimientoZona .direccion{height: 30px;display: block;overflow-y: hidden;}
.establecimientoGeneral{color:#267fbb;font-weight:bold;}
.cupon{margin-top:20px;margin-bottom:35px;}
.cupon a{text-decoration:none; color:#267fbb!important;font-weight:bold;}
p.tuzona{font-size:18px;margin:10px;font-size:18px;}
.legal {position: absolute;bottom: -24px;right: 15px;color: white;text-decoration: none;line-height:20px;}
@media (max-width: 675px) {
    .three{
        display:block;
        width:100%;
    }
    form.search input{display:block;margin:15px auto;width:70%;text-align:center;}
    p.main2{margin: 0px;font-size: 20px;line-height: 27px;margin-top: 15px;margin-bottom: 30px;}

}
