/* Minification failed. Returning unminified contents.
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(82,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-green'
(83,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(109,17): run-time error CSS1039: Token not allowed after unary operator: '-gris-extra-oscuro'
(115,17): run-time error CSS1039: Token not allowed after unary operator: '-gris-extra-oscuro'
(289,17): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(290,24): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(291,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(295,21): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(296,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(297,32): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(302,21): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(303,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(304,32): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(310,21): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(311,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(312,32): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(318,21): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(319,28): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(320,32): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(402,17): run-time error CSS1039: Token not allowed after unary operator: '-white'
(408,21): run-time error CSS1039: Token not allowed after unary operator: '-subway-yellow'
(418,21): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(435,28): run-time error CSS1039: Token not allowed after unary operator: '-white'
(436,17): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(446,33): run-time error CSS1039: Token not allowed after unary operator: '-subway-green'
(450,21): run-time error CSS1039: Token not allowed after unary operator: '-subway-green'
(451,32): run-time error CSS1039: Token not allowed after unary operator: '-white'
(452,28): run-time error CSS1039: Token not allowed after unary operator: '-lettuce-green'
(457,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(462,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(467,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(472,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(477,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
(483,32): run-time error CSS1039: Token not allowed after unary operator: '-spinach-green'
(484,21): run-time error CSS1039: Token not allowed after unary operator: '-white'
 */
/* ===================================================================
*
*  SCR-1393 CUPONES SUBWAY
*  09 SEPTIEMBRE 2020
*  STYLE.CSS
*
* ====================================================================
  01. Webfonts
* ==================================================================== */
@import url('../fonts/Loymark/stylesheet.css');
/*@import url(../webfonts/subway/stylesheet.css);*/


/* ===================================================================
  02. Color scheme / Dark / Light Mode
* ==================================================================== */

:root {
    /* Green */
    --subway-green: #028940;
    --lettuce-green: #8BCD32;
    --spinach-green: #006230;
    /* Yellow */
    --subway-yellow: #FFC20D;
    /* Others */
    --white: #FFFFFF;
}




/* ===================================================================
  03. Global Styles
* ==================================================================== */


* {
    margin: 0;
    padding: 0;
    border: none;
}

    *,
    *:after,
    *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }


/* 03.1 Clearfix
---------------------------------------------------------------------- */


.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}


/* 03.2 Body
---------------------------------------------------------------------- */


html,
body {
    height: 100%;
}

body {
    font-family: 'Subway Six-Inch', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--subway-green);
    color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
}


/* 03.3 Selection
---------------------------------------------------------------------- */


::-moz-selection {
    background-color: #F5EF88;
}

::selection {
    background-color: #F5EF88;
}



/* 03.4 Typography
---------------------------------------------------------------------- */


h1, h2, h3 {
    color: var(--gris-extra-oscuro);
    font-family: 'Subway Footlong', sans-serif;
    font-weight: bold;
}

h4, h5, h6 {
    color: var(--gris-extra-oscuro);
    font-family: 'Subway Six-Inch', sans-serif;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
    line-height: 1.2;
}

h1, .h1 {
    font-size: 3.5rem;
}

h2, .h2 {
    font-size: 3rem;
}

h3, .h3 {
    font-size: 2.5rem;
}

h4, .h4 {
    font-size: 2rem;
}

h5, .h5 {
    font-size: 1.5rem;
}

h6, .h6 {
    font-size: 1.2rem;
}

p {
    padding: 0;
    margin: 0;
}


/* 03.5 Lead, Display, font-weight
---------------------------------------------------------------------- */


.lead {
    font-weight: normal;
}

.display-1, .display-2,
.display-3, .display-4 {
    font-weight: 600;
    line-height: 1.2;
}

.display-1 {
    font-size: 6rem;
}

.display-2 {
    font-size: 5rem;
}

.display-3 {
    font-size: 4rem;
}

.display-4 {
    font-size: 3rem;
}

.font-semibold {
    font-weight: 500;
}



/* 03.6 Responsive Tipography, Lead & Display
---------------------------------------------------------------------- */


@media (max-width: 991px) {

    h1, .h1 {
        font-size: 2.5rem;
    }

    h2, .h2 {
        font-size: 2rem;
    }

    h3, .h3 {
        font-size: 1.75rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    h6, .h6 {
        font-size: 1rem;
    }

    .display-1 {
        font-size: 3.5rem;
    }

    .display-2 {
        font-size: 3rem;
    }

    .display-3 {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 2rem;
    }


    h3 br {
        display: none !important;
    }
}




/* ===================================================================
  04. Logo
* ==================================================================== */


.logo {
    width: 100%;
    height: 60px;
}

@media (max-width: 991px) {

    .logo {
        width: 100%;
        height: 40px;
    }
}




/* ===================================================================
  04. Buttons
* ==================================================================== */


.btn {
    font-family: 'BigNoodleTitling', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.1em;
    border-radius: 0;
    padding: 0.60rem 2rem;
}


/* 05.1 Button primary
---------------------------------------------------------------------- */


.btn-primary {
    color: var(--spinach-green);
    border-color: var(--subway-yellow);
    background-color: var(--subway-yellow);
}

    .btn-primary:hover {
        color: var(--spinach-green);
        border-color: var(--subway-yellow);
        background-color: var(--subway-yellow);
    }

    .btn-primary:focus,
    .btn-primary.focus {
        color: var(--spinach-green);
        border-color: var(--subway-yellow);
        background-color: var(--subway-yellow);
        box-shadow: 0 0 0 0.2rem rgba(255, 194, 13, 0.5);
    }

    .btn-primary.disabled,
    .btn-primary:disabled {
        color: var(--spinach-green);
        border-color: var(--subway-yellow);
        background-color: var(--subway-yellow);
    }

    .btn-primary:not(:disabled):not(.disabled):active,
    .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: var(--spinach-green);
        border-color: var(--subway-yellow);
        background-color: var(--subway-yellow);
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus,
        .btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 194, 13, 0.5);
        }


/* 05.2 Button with icon left
---------------------------------------------------------------------- */


.btn-with-ico-left {
    position: relative;
    padding-left: 4.2rem;
}

    .btn-with-ico-left [class*="icon"] {
        position: absolute;
        text-align: center;
        top: 0;
        left: 0;
        bottom: 0;
        line-height: 2em;
        font-size: 24px;
        width: 2em;
    }

    .btn-with-ico-left.btn-lg,
    .btn-group-lg > .btn-with-ico-left.btn {
        padding-left: 4.5rem;
    }

        .btn-with-ico-left.btn-lg [class*="icon"],
        .btn-group-lg > .btn-with-ico-left.btn [class*="icon"] {
            line-height: 2.5em;
            font-size: 20px;
            width: 2.5em;
        }


/* 05.3 Button with icon rigth
---------------------------------------------------------------------- */


.btn-with-ico-right {
    position: relative;
    padding-right: 4.2rem;
}

    .btn-with-ico-right [class*="icon"] {
        position: absolute;
        text-align: center;
        top: 0;
        right: 0;
        bottom: 0;
        line-height: 2em;
        font-size: 24px;
        width: 2em;
    }

.btn-with-ico-rigth.btn-lg,
.btn-group-lg > .btn-with-ico-rigth.btn {
    padding-right: 4.5rem;
}

    .btn-with-ico-rigth.btn-lg [class*="icon"],
    .btn-group-lg > .btn-with-ico-rigth.btn [class*="icon"] {
        line-height: 2.5em;
        font-size: 20px;
        width: 2.5em;
    }


/* 05.4 Link button
---------------------------------------------------------------------- */


.btn-link {
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
}

    .btn-link:hover {
        text-decoration: underline;
        color: var(--subway-yellow);
    }

    .btn-link:focus,
    .btn-link.focus {
        text-decoration: underline;
    }

    .btn-link:disabled,
    .btn-link.disabled {
        color: var(--spinach-green);
        pointer-events: none;
    }



/* ===================================================================
  05. Forms
* ==================================================================== */


label {
    font-size: 16px;
    letter-spacing: 0.02em;
}

.form-control {
    background-color: var(--white);
    color: var(--spinach-green);
    border: none;
    border-radius: 0;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
}

    .form-control:-moz-focusring {
        text-shadow: 0 0 0 var(--subway-green);
    }

    .form-control:focus {
        color: var(--subway-green);
        background-color: var(--white);
        border-color: var(--lettuce-green);
        box-shadow: 0 0 0 0.2rem rgba(139, 205, 50, 0.5);
    }

    .form-control::-webkit-input-placeholder {
        color: var(--white) !important;
        opacity: 1;
    }

    .form-control::-moz-placeholder {
        color: var(--white) !important;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {     
        color: var(--white) !important;
        opacity: 1;
    }

    .form-control::-ms-input-placeholder {
        color: var(--white) !important;
        opacity: 1;
    }

    .form-control::placeholder {
        color: var(--white) !important;
        opacity: 1;
    }

    .form-control:disabled,
    .form-control[readonly] {
        background-color: var(--spinach-green);
        color: var(--white) !important;
        opacity: 1;
    }




/* ===================================================================
  06. Cards
* ==================================================================== */


.card {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 2em 0 0 0;
}




/* ===================================================================
  07. Show and hide
* ==================================================================== */


.hide-element {
    display: none !important;
}

.show-element {
    display: show !important;
}

/* ===================================================================
  08. Spinner
* ==================================================================== */


.spinner-border {
    margin-right: 10px;
}

/* ===================================================================
  09. Footer
* ==================================================================== */

footer {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.03em;
}

    footer img {
        margin-left: 2px;
    }


@media (max-width: 991px) {

    footer {
        font-size: 12px;
    }
}
