/* ==========================================================================
Fontface imports
========================================================================== */

@font-face {
    font-family: 'vtcsupermarketsaleregular';
    src: url('../fonts/vtcsupermarketsaleregular-webfont.woff2') format('woff2'), url('../fonts/vtcsupermarketsaleregular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700');
@import url('https://fonts.googleapis.com/css?family=Assistant');

/* ==========================================================================
Master tweeks
========================================================================== */

.no-gutter {
    padding-right: 0;
    padding-left: 0;
}


/* ==========================================================================
Margins
========================================================================== */

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt60 {
    margin-top: 60px;
}

.mt80 {
    margin-top: 80px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}


/* ==========================================================================
Custom styles
========================================================================== */

body {
    padding-top: 2%;
    font-family: 'Lato', sans-serif;
}

h1,
h3,
h4,
h5 {
    font-family: vtcsupermarketsaleregular;
}

h1 {
    font-size: 5em;
}

h1:hover {
    color: #f9d333;
}

h2.categoh2 {
    font-family: 'Lato', sans-serif;
    /*    text-transform: uppercase;*/
}

h3 {
    margin: 0;
    /*styling for the contact form*/
}


/* ==========================================================================
Navbar
========================================================================== */

img.brand-logo {
    width: 72%;
    margin-top: -28px;
}

.navbar {
    color: #ffffff;
    font-size: 2em;
    padding: 1% 0;
    font-family: vtcsupermarketsaleregular;
}

.navbar-default {
    background-color: #E03628;
    border-color: transparent;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 2em;
}

.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.dropdown-menu>li>a {
    font-size: 2em;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #333;
    background-color: #ffffff;
}


/* ---- navbar breakpoints ---- */

@media (max-width: 767px) .navbar-default .navbar-nav .open .dropdown-menu {
    color: #fff;
}


/* hamburger color */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}


/* desktop */

@media only screen and (min-width: 1024px) {
    img.brand-logo {
        width: 72% !important;
        margin-top: -15px !important;
    }
}

@media only screen and (max-width: 1024px) {
    img.brand-logo {
        margin-top: -53px;
    }
    .navbar-brand {
        height: 0;
    }
}


/*iphone vertical*/

@media only screen and (max-width: 768px) {
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 18px;
        margin-right: 15px;
        margin-bottom: -7px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
    img.logo-intro {
        width: 30%;
        margin-top:20%;
    }
}


/* iphone 6/7/8 horizontal */

@media only screen and (min-width: 666px) {
    img.brand-logo {
        margin-top: -9px;
        width: 50%;
    }
    .navbar-header {
        margin-bottom: 30px;
    }
    /*
    .btn-warning {
        height: 60vh;
        width: 60vh;
    }

    .btn-warning:hover {
        height: 60vh;
        width: 60vh;
    }

    .btn-warning:focus {
        height: 60vh;
        width: 60vh;
    }
*/
}


/* android horizontal */

@media only screen and (min-width: 639px) {
    img.brand-logo {
        margin-top: -9px;
        width: 50%;
    }
    .navbar-header {
        margin-bottom: 30px;
    }
}


/* iphone 5/SE horizontal */

@media only screen and (min-width: 568px) {
    img.brand-logo {
        width: 50%;
    }

}


/* iphone X horizontal */

@media only screen and (min-width: 812px) {
    .navbar-toggle {
        margin-top: 17px;
    }
}


/* ipad horizontal */

@media only screen (min-width: 568px) and (max-width: 768px) {
    img.brand-logo {
        width: 51%;
    }
}

@media only screen (min-width: 768px) and (max-width: 1024px) {
    img.brand-logo {
        width: 64%;
        margin-top: -10px;
    }
}


/* ==========================================================================
index.php
========================================================================== */

.ofertodromo-back {
/*    background-image: url(../img/cover-ofertodromo-2018.png);*/
background-color: #E8E5DB;
    background-size: cover;
    width: 100%;
    height: 60vh;
    background-attachment: fixed;
    background-repeat: no-repeat;
}


/* ---- index.php breakpoints ---- */

@media only screen and (max-width: 768px) {
    .ofertodromo-back {
        margin-top: 60px;
        background-size: cover;
    }
}

h2.hp {
    margin-bottom: 20px;
    font-family: vtcsupermarketsaleregular;
    font-size: 3em;
}

.about h4 {
    font-family: 'Lato', sans-serif;
    font-size: 1.3em;
    line-height: 26px;
}

.home-banner {
    width: 100%;
    height: 400px;
    background-color: #EFAACB;
    display: table;
}

img.banner-logo {
    width: 20%;
}

img.logo-intro{
    width:60%;
    margin-top:10%;
}

img.ribbon{width:5%;}

/* ==========================================================================
banners.php
========================================================================== */

.banner {
    height: 700px;
    background-size: cover;
    vertical-align: middle;
    /*  position: relative;*/
}

.banner h1 {
    position: relative;
    top: 40%;
    color: #000;
}

.banner-no-margin {
    margin-bottom: -5px;
}

img.star-size {
    width: 66%;
}

@media only screen (min-width: 816px) and (max-width: 1024px) {
    img.star-size {
        width: 40%;
    }
    btn.btn-warning {
        height: 35vh;
        width: 35vh;
    }
    btn.btn-warning:hover {
        height: 35vh;
        width: 35vh;
    }
    btn.btn-warning:focus {
        height: 35vh;
        width: 35vh;
    }
}

@media only screen and (max-device-width: 1023px) and (orientation: landscape) {
    .btn-warning {
        height: 100vh !important;
        width: 100vh !important;
    }
    .btn-warning:hover {
        height: 100vh !important;
        width: 100vh !important;
    }
    .btn-warning:focus {
        height: 100vh !important;
        width: 100vh !important;
    }
}

@media only screen (min-width: 300px) and (max-width: 767px) {
    img.star-size {
        width: 40%;
    }
}


/* ==========================================================================
contacto.php
========================================================================== */

#success_message {
    display: none;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-warning {
    background: url("../img/yellow-star.png") transparent;
    height: 22vh;
    width: 22vh;
    color: #000;
    font-size: 0.8em;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.btn-warning:hover {
    background: url("../img/pink-star.png") transparent;
    height: 22vh;
    width: 22vh;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
    color: #000;
}

.btn-warning:focus {
    background: url("../img/red-star.png") transparent;
    height: 22vh;
    width: 22vh;
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    font-size: 2em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: transparent;
    border: transparent;
    border-radius: 4px;
}


/* ==========================================================================
Isotope
========================================================================== */

img.manita {
    width: 70%;
}

.element-item > * {
    margin: 10;
    padding: 0;
}

.element-item {
    background: #f9d333;
    border: solid 1px #fff;
    padding: 0;
}

.head {
    height: 125px;
    background: #ea4233;
    padding: 6%;
    background-image: url("../img/blue-star.png");
    background-position: 155% 112%;
    background-size: 71%;
    background-repeat: no-repeat;
}

.head h3 {
    font-size: 1.5em;
}

h3.nivel {
    color: #829dd1;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h3.cargo {
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h3.categoria {
    color: #efaacb;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

h3.candidato {
    float: right;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1em;
    /*    font-family: vtcsupermarketsaleregular;*/
    font-family: 'Lato', sans-serif;
    text-align: right;
    margin-top: -8px;
}

h5.candidato {
    float: right;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 25px;
    margin-top: -8px;
    text-align: right;
    /*    font-family: vtcsupermarketsaleregular;*/
    font-family: 'Lato', sans-serif;
}

.card-interior {
    padding: 3% 10%;
}

.card-interior-btm {
    background: #E8E5DB;
    padding: 3% 10%;
}

.card-interior,
.card-interior-btm p {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
}

.pink-divide {
    background: #EFAACB;
    height: 2px;
    display: table;
    width: 100%;
}

p.leermas {
    font-family: vtcsupermarketsaleregular;
    text-align: center;
    font-size: 1.3em;
}

p.fecha {
    font-size: 1em;
}

@media only screen and (max-width: 768px) {
    .head {
        height: 152px;
        background-position: 145% -42%;
    }
    h3.candidato {
        line-height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    h5.candidato {
        line-height: 17px;
        margin-top: 11px;
    }
}


/* ---- button ---- */

img.manita {
    color: red;
}


/*blue*/

.button {
    display: inline-block;
    padding: 0.5em 1.0em;
    background: #fff;
    color: #337ab7;
    border: 2px solid #337ab7;
    border-radius: 5px;
    width: 100%;
    /*    background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2));*/
    color: #222;
    /*    text-transform: uppercase;*/
    font-size: 16px;
    /*    text-shadow: 0 1px white;*/
    cursor: pointer;
}

.button:hover {
    background-color: #337ab7;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.button:active,
.button.is-checked {
    background-color: #337ab7;
}

.button.is-checked {
    color: white;
    text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);
}

.button:active {
    box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);
}


/* ---- button-group ---- */

.button-group {
    margin-bottom: 20px;
}

.button-group:after {
    content: '';
    display: block;
    clear: both;
}

.button-group .button {
    float: left;
    border-radius: 0px !important;
    margin-left: 0;
    margin-right: 1px;
}

.button-group .button:first-child {
    border-radius: 0.5em 0 0 0.5em;
}

.button-group .button:last-child {
    border-radius: 0 0.5em 0.5em 0;
}


/*green*/

.green .button {
    border: 2px solid #2A5157;
}

.green .button:hover {
    background-color: #2A5157;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.green .button:active,
.green .button.is-checked {
    background-color: #2A5157;
}


/*yellow*/

.yellow .button {
    border: 2px solid #F3CA30;
}

.yellow .button:hover {
    background-color: #F3CA30;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.yellow .button:active,
.yellow .button.is-checked {
    background-color: #ED7567;
}


/*red*/

.red .button {
    border: 2px solid #ED7567;
}

.red .button:hover {
    background-color: #ED7567;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.red .button:active,
.red .button.is-checked {
    background-color: #ED7567;
}


/*pink*/

.pink .button {
    border: 2px solid #EFAACB;
}

.pink .button:hover {
    background-color: #EFAACB;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.pink .button:active,
.pink .button.is-checked {
    background-color: #EFAACB;
}


/*black*/

.black .button {
    border: 2px solid #0A0A0B;
}

.black .button:hover {
    background-color: #0A0A0B;
    /*    text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);*/
    color: #fff;
}

.black .button:active,
.black .button.is-checked {
    background-color: #0A0A0B;
}


/* ==========================================================================
General media queries
========================================================================== */


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}


/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
    img.banner-logo {
        width: 80%;
    }
    .btn-warning {
        height: 35vh;
        width: 35vh;
    }
    .btn-warning:hover {
        height: 35vh;
        width: 35vh;
    }
    .btn-warning:focus {
        height: 35vh;
        width: 35vh;
    }
}

@media only screen (min-width:600px) and (max-width: 815px) {
    .btn-warning {
        height: 100vh;
        width: 100vh;
    }
    .btn-warning:hover {
        height: 100vh;
        width: 100vh;
    }
    .btn-warning:focus {
        height: 100vh;
        width: 100vh;
    }
}


/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {}


/* navbar collapse override to */

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}


/* ==========================================================================
Footer
========================================================================== */


/*
.footer {
    background: #829dd1;
    display: block;
    width: 100%;
}
*/

.footer-bs {
    clear: both;
    background-color: #E03628;
    padding: 60px 40px;
    color: rgba(255, 255, 255, 1.00);
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 6px;
}

.footer-bs .footer-brand,
.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    padding: 10px 25px;
}

.footer-bs .footer-nav,
.footer-bs .footer-social,
.footer-bs .footer-ns {
    border-color: transparent;
}

.footer-bs .footer-brand h2 {
    margin: 0px 0px 10px;
}

.footer-bs .footer-brand p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

.footer-bs .footer-nav ul.pages {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.pages li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.pages a {
    color: rgba(255, 255, 255, 1.00);
    font-weight: bold;
    text-transform: uppercase;
}

.footer-bs .footer-nav ul.pages a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-nav h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-nav ul.list {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-nav ul.list li {
    padding: 5px 0px;
}

.footer-bs .footer-nav ul.list a {
    color: rgba(255, 255, 255, 0.80);
}

.footer-bs .footer-nav ul.list a:hover {
    color: rgba(255, 255, 255, 0.60);
    text-decoration: none;
}

.footer-bs .footer-social ul {
    list-style: none;
    padding: 0px;
}

.footer-bs .footer-social h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.footer-bs .footer-social li {
    padding: 5px 4px;
}

.footer-bs .footer-social a {
    color: rgba(255, 255, 255, 1.00);
}

.footer-bs .footer-social a:hover {
    color: rgba(255, 255, 255, 0.80);
    text-decoration: none;
}

.footer-bs .footer-ns h4 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 10px;
}

.footer-bs .footer-ns p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.70);
}

@media (min-width: 768px) {
    .footer-bs .footer-nav,
    .footer-bs .footer-social,
    .footer-bs .footer-ns {
        border-left: solid 1px rgba(255, 255, 255, 0.10);
    }
}