/*
Author: Carlos Valente
Author URL: http://valentesolucoes.com.br
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,800,600);
@import url(https://fonts.googleapis.com/css?family=Lobster+Two:700);

body {
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    min-height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    background-size: cover;
    overflow-x: hidden;
}

.ie body {
    filter: dropshadow(color=#000000, offx=0, offy=1);
}

h1 {
    font-size: 68px;
    letter-spacing: -2px;
    text-align: center;
    padding-top: 30px;
    font-weight: 700;
    font-family: 'Lobster Two', cursive;
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
}

.ie h1 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
    padding-bottom: 12px;
}

.ie h2 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
}

h3 {
    font-size: 25px;
    margin: 0.2em 0;
}

.ie h3 {
    filter: dropshadow(color=#000000, offx=0, offy=3);
}

h4 {
    margin-bottom: 5px;
}

p,
pre {
    margin: 0 0 10px 0;
}

code {
    text-transform: uppercase !important;
    color: #EEE;
    border-bottom: 1px dotted #666;
}

small {
    background: url(../images/alpha.png);
    background: rgba(0, 0, 0, 0.8) url();
    border: 1px solid #111;
    font-size: 15px;
    padding: 0 5px;
}

a {
    color: rgba(255, 255, 255, 0.57);
    text-decoration: none;
}

a:hover {
    color: #BBB;
}

#Header {
    margin-bottom: 56px;
    position: relative;
    width: 100%;
    min-height: 240px;
    z-index: 2;
}

.wrapper {
    margin: 0 auto;
    position: relative;
    width: min(920px, calc(100% - 32px));
    z-index: 1;
}

.brandLink {
    position: absolute;
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.brandLogo {
    display: block;
    width: 200px;
    height: 219px;
    object-fit: contain;
}

#socialIcons {
    display: block;
}

#socialIcons ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

#socialIcons ul li {
    margin-right: 5px;
    height: 34px;
    line-height: 34px;
    list-style-type: none;
    display: inline-block;
}

#socialIcons ul li a {
    width: 34px;
    height: 34px;
    display: inline-block;
}

.twitterIcon,
.facebookIcon,
.linkedInIcon,
.pintrestIcon {
    background: url('../images/social-icons.png') -74px 0px;
}

.facebookIcon {
    background-position: 10px 0px;
}

.linkedInIcon {
    background-position: -245px 0px;
}

.pintrestIcon {
    background-position: -331px 0px;
}

.tempBy {
    display: block;
    text-align: center;
    margin-top: 0;
}

#Content {
    flex: 1;
    padding-bottom: 32px;
}

#Content h2 {
    display: inline-block;
    margin: 25px 0 45px;
    padding: 0px;
    text-align: center;
    font-size: 28px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
}

#WindowSlide {
    margin: 0 auto;
    position: relative;
    width: 634px;
    height: 170px;
    display: block;
    overflow: hidden;
}

#Mail {
    position: absolute;
    width: 634px;
    top: 0px;
    left: 0px;
}

#Content h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    display: block;
    clear: both;
}

#subscribe {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#newsletter-feedback {
    width: min(100%, 560px);
    margin: 0 0 14px;
    padding: 12px 18px;
    border-radius: 999px;
    text-align: center;
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
    background: rgba(10, 33, 20, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.22);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.newsletter-form {
    width: 100%;
}

.newsletter-group {
    width: min(100%, 560px);
    margin: 0 auto;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.82);
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

#newsletter-email {
    flex: 1;
    min-width: 0;
    height: 56px;
    display: block;
    box-sizing: border-box;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 0 22px;
    color: #102315;
    font-size: 16px;
    line-height: 56px;
    -webkit-appearance: none;
    appearance: none;
    background: rgba(255, 255, 255, 0.88);
}

#newsletter-email::placeholder {
    color: rgba(16, 35, 21, 0.62);
}

#newsletter-email:focus {
    outline: none;
    background: rgba(255, 255, 255, 0.96);
}

.newsletter-submit {
    height: 56px;
    border: 0;
    min-width: 178px;
    margin: 0;
    padding: 0 22px;
    display: inline-flex !important;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
    background: linear-gradient(135deg, #0f5132 0%, #198754 100%);
    transition: transform 0.18s ease, filter 0.18s ease;
}

.newsletter-submit:hover {
    filter: brightness(1.08);
}

.newsletter-submit:active {
    transform: translateY(1px);
}

.newsletter-submit svg,
.newsletter-submit .fa {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    line-height: 18px;
    text-align: center;
}


.callback,
.simple {
    font-size: 20px;
    background: #27ae60;
    padding: 0.5em 0.7em;
    color: #ecf0f1;
    margin-bottom: 50px;
    -webkit-transition: background 0.5s ease-out;
    transition: background 0.5s ease-out;
}

.callback {
    cursor: pointer;
}

.ended {
    background: #c0392b;
}

.countdown {
    text-align: center;
}

.intro {
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 30px;
}

.styled {
    margin-bottom: 30px;
}

.styled div {
    display: inline-block;
    font-size: 80px;
    font-weight: 900;
    text-align: center;
    margin: 0 1px;
    width: 136px;
    padding: 10px 30px 53px;
    height: 100px;
    background: rgba(255, 255, 255, 0.0);
    text-shadow: none;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
}

.styled div:last-child {
    border: none;
}

#overlay {
    background: rgba(0, 0, 0, 0.04) url(../images/overlays/06.png) top left repeat;
    background: rgba(0, 0, 0, 0.14);
    position: fixed;
    top: 0px;
    width: 100%;
    bottom: 0px;
    opacity: 0.8;
}

/* IE7 inline-block hack */
*+html .styled div {
    display: inline;
    zoom: 1;
}

.styled div:first-child {
    margin-left: 0;
}

@media (max-width: 1024px) {
    #Header {
        margin-bottom: 24px;
        min-height: 208px;
    }

    #Content h2 {
        font-size: 24px;
        line-height: 32px;
        margin: 20px 0 36px;
    }

    .styled div {
        font-size: 56px;
        width: 108px;
        height: 84px;
        padding: 8px 18px 36px;
    }
}

@media (max-width: 767px) {
    body {
        justify-content: center;
    }

    #Header {
        min-height: 160px;
    }

    .wrapper {
        width: calc(100% - 24px);
    }

    .brandLink {
        top: 16px;
        left: 50%;
    }

    #Content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    #Content h2 {
        display: block;
        font-size: 20px;
        line-height: 28px;
        margin: 16px 0 28px;
    }

    #newsletter-feedback {
        width: min(100%, 340px);
        border-radius: 16px;
        font-size: 14px;
        padding: 10px 14px;
    }

    .newsletter-group {
        width: min(100%, 340px);
        border-radius: 18px;
    }

    #newsletter-email {
        height: 48px;
        padding: 0 16px;
        font-size: 15px;
        line-height: 48px;
        text-align: left;
    }

    .newsletter-submit {
        height: 48px;
        min-width: 148px;
        padding: 0 16px;
        font-size: 14px;
    }

    .styled {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        gap: 6px;
    }

    .styled div {
        font-size: 34px;
        width: calc(25% - 5px);
        min-width: 0;
        height: auto;
        padding: 12px 4px 20px;
        margin: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.36);
        border-bottom: none;
    }

}

@media (max-width: 479px) {
    body {
        background-position: center top;
    }

    #Header {
        min-height: 124px;
    }

    .brandLink {
        top: 12px;
        left: 50%;
    }

    .brandLogo {
        width: 96px;
        height: 104px;
    }

    .intro {
        font-size: 18px;
        line-height: 26px;
    }

    #Content {
        min-height: 0;
    }

    .styled div {
        width: calc(25% - 4px);
        max-width: none;
        font-size: 24px;
        margin: 0;
        display: inline-block;
        padding: 10px 2px 16px;
    }
}

.styled div span {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    padding-top: 3px;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

footer {
    width: 100%;
    background: transparent;
    position: relative;
    z-index: 2;
    padding: 14px 16px;
    box-sizing: border-box;
}

footer span {
    float: none;
    margin: 0;
    text-align: center;
}

@media(max-width:768px) {
    body {
        min-width: initial !important;
        justify-content: center;
    }

    .wrapper {
        width: calc(100% - 24px);
    }

    .styled div {
        margin-bottom: 0;
    }
}

@media(max-width:420px) {
    h1 {
        float: initial;
        text-align: center;
        margin-left: 0px;
        margin-bottom: 0px;
    }

    .styled div {
        margin-bottom: 0;
        font-size: 22px;
        font-weight: normal;
        text-align: center;
        width: calc(25% - 4px);
        border-radius: 0;
        height: auto;
    }

    #Content h2 {
        margin: 0px;
        padding: 0px;
        text-align: center;
        font-size: 24px;
        font-weight: 300;
    }

    .styled {
        margin-bottom: 30px;
    }

    #newsletter-feedback {
        width: min(100%, 330px);
    }

    .newsletter-group {
        width: min(100%, 330px);
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        border-radius: 16px;
    }

    #newsletter-email {
        height: 46px;
        padding: 0 14px;
        font-size: 14px;
        line-height: 46px;
        text-align: left;
    }

    .newsletter-submit {
        min-width: 0;
        height: 46px;
        padding: 0 14px;
        gap: 8px;
        font-size: 14px;
        white-space: nowrap;
    }

    .newsletter-submit svg,
    .newsletter-submit .fa {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        line-height: 16px;
    }

    .styled div span {
        font-size: 14px;
    }
}

.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}
