/*
Theme Name: Leet 2.0
Theme URI:
Description: AtualizaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o do tema principal da leet.tech
Author: Guilherme Farias
Author URI: http://www.guilhermefarias.com
Version: 6.0
*/


/*----------------------------------------------*\
					Defaults
\*----------------------------------------------*/


/*Google Fonts*/


/* latin-ext */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v11/1YwB1sO8YE1Lyjf12WNiUA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/u-WUoqrET9fUeobQW7jkRRJtnKITppOI_IvcXXDNrsc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3VtXRa8TVwTICgirnJhmVJw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Slabo 27px';
    font-style: normal;
    font-weight: 400;
    src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/LfR9_S_HMdQ73mwIHBRxoSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Slabo 27px';
    font-style: normal;
    font-weight: 400;
    src: local('Slabo 27px'), local('Slabo27px-Regular'), url(https://fonts.gstatic.com/s/slabo27px/v3/PuwvqkdbcqU-fCZ9Ed-b7fk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


/* latin-ext */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSj0LW-43aMEzIO6XUTLjad8.woff2) format('woff2');
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}


/* latin */

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSugdm0LZdjqr5-oayXSOefg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

ul {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
}

body,
input,
textarea,
button,
select {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #222;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-feature-settings: 'liga', 'kern';
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

body {
    background-color: #363636;
    overflow-x: hidden;
}

html {
    -webkit-text-size-adjust: 100%;
}

video:-webkit-full-screen {
    max-height: 100%;
}

video:-moz-full-screen {
    max-height: 100%;
}


/*video {
  width: 100%    !important;
  height: auto   !important;
}*/

.submit {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
}

.submit:active {
    outline: none;
}

.clearfix {
    zoom: 1;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.error {
    color: #f36060;
    display: block;
    margin-bottom: 3px;
}


/* O cÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³digo comentado baixo serÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ utilizado no modulo de validaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o do Leet Validation */


/* .error{
    border-color:#f18080 !important;
    transition: border-color .30s ease-in-out;
}
.success{
    border-color:F !important;
    transition: border-color .30s ease-in-out;
}

.notify-message {
    color: #f3f3f3;
    margin-bottom: 4px;
    display: block;
    font-size: 0.9em;
    display:none;
}
.isNotify{
    display:block;
} */


/*----------------------------------------------*\
                    Class util
\*----------------------------------------------*/

.text-uppercase {
    text-transform: uppercase;
}

.text-center {
    text-align: center;
}

.btn-border {
    border: 2px solid #222;
    padding: 0.3em 0.8em;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-menu {
    border-bottom: 3px solid #67f27e !important;
}


/*----------------------------------------------*\
                    contianer
\*----------------------------------------------*/

.inner {
    width: 100%;
    max-width: 1150px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.img-fluid {
    display: block;
    height: 100%;
}

.destaque-full {
    width: 100%;
    height: auto;
    display: block;
}

.img-fluid.wp-post-image {
    width: 100%;
}


/*
* sidebar single
*/

.single-sidebar {
    padding: 0.7em 0 0 0.8em;
}

.single-sidebar>div {
    margin-bottom: 2em;
}

.single-sidebar h3 {
    background-color: #222;
    color: #fff;
    padding: 0.3em 0.3em 0.5em;
    font-weight: 500;
    border-right: 4px solid #67f27e;
}

.single-sidebar-social {
    padding: 0 1em;
}

.single-title {
    font-weight: 300;
}

.single-post {
    font-weight: 400;
    line-height: 150%;
}

.single-text h2 {
    font-weight: 500;
}

#recent-posts-3 ul li,
#archives-3 ul li {
    margin: 0.5em 0.3em;
}

#recent-posts-3 ul li a {
    transition: all 0.3s ease-in-out;
}

#recent-posts-3 ul li a:hover {
    text-decoration: underline;
}


/*Alerts*/

.alert {
    width: 100%;
    max-width: 800px;
    padding: 1em;
    text-align: center;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -30%);
}

.alert-success {
    background: rgba(77, 212, 118, 0.93);
    color: #fff;
}

.alert-danger {
    background: rgba(243, 104, 87, 0.93);
    color: #fff;
}

.single-sidebar-social li {
    display: inline-block;
    margin-right: 0.3em;
}

.single-sidebar-social li a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    display: block;
    background-color: #ccc;
    border-radius: 100%;
    position: relative;
}

.single-sidebar-social li a:before,
.single-sidebar-social li a:after {
    line-height: 100% !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.single-sidebar-social li a:before {
    opacity: 0;
    position: absolute;
    padding: 0.5em 0;
    font-size: 0.8em;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    border-radius: 0.3em;
    min-width: 125px;
    top: -20px;
    left: -53px;
}

.single-sidebar-social li a:hover:before {
    opacity: 1;
    top: -31px;
    left: -53px;
}

.single-sidebar-social li a:after {
    opacity: 0;
    content: '';
    position: absolute;
    border-top: 4px solid rgba(0, 0, 0, .6);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: -6px;
    left: 12px;
}

.single-sidebar-social li a:hover:after {
    opacity: 1;
}

.single-sidebar-social li:nth-child(2) a:before {
    content: 'Facebook Leet Tech';
}

.single-sidebar-social li:nth-child(3) a:before {
    content: 'Twitter Leet Tech';
}

.single-sidebar-social li:nth-child(4) a:before {
    content: 'Linkedin Leet Tech';
}

.single-sidebar-social li:nth-child(2) a {
    background-color: #3b5998;
    color: #fff;
}

.single-sidebar-social li:nth-child(3) a {
    background-color: #1da1f2;
    color: #fff;
}

.single-sidebar-social li:nth-child(4) a {
    background-color: #006fa6;
    color: #fff;
}

.leet-author-area {
    border-top: 1px solid #ccc;
    padding: 0.2em 0.8em;
    background-color: rgba(0, 0, 0, 0.03);
    margin-bottom: 1em;
    margin-top: 1.2em;
}

.leet-author-gravatar {
    float: left;
    width: 80px;
    margin-right: 0.4em;
}

.leet-author-gravatar img {
    border-radius: 50%;
}

.leet-about-autor-text {
    font-size: 0.9em;
}

.leet-about-autor-heading {
    font-size: 2.0em;
    margin-top: -7px;
    font-weight: 300;
}

.leet-about-autor-heading:hover {
    color: #67f27e;
}

.leet-author-info {
    clear: both;
    margin-top: 1.5em;
}


/*Author page*/

.author-page {
    margin: 2em 0 2em 0;
    background-color: #fff;
    padding: 0.5em 0.5em 0.2em 0.5em;
    border-right: 4px solid #67f27e;
}

.author-page-gravatar {
    float: left;
    margin-right: 0.8em;
}

.author-page-gravatar img {
    border-radius: 50%;
}

.author-page-name {
    font-size: 2.0em;
    font-weight: 300;
}

.author-page-description {
    margin-top: 0.5em;
}

.author-page-title {
    font-size: 2em;
    font-weight: 300;
    margin-bottom: 0.6em;
    border-bottom: 1px solid #e4e4e4;
}


/* PaginaÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o */

.paginacao {
    padding: 15px 0;
    text-align: center;
}

.paginacao .page-numbers {
    padding: 5px 10px;
    background: #000;
    color: #fff;
}

.paginacao a.page-numbers:hover {
    background: #67f27e;
    color: #000;
}

.paginacao .current {
    background: #ddd;
    color: #000;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

::-webkit-input-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
    opacity: 1;
}

::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #fff;
}

:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
}


/*----------------------------------------------*\
					Header
\*----------------------------------------------*/

header {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    position: fixed;
    z-index: 9999;
    -webkit-appearance: none;
    /* Autoprefixer doesn't catch this */
    -webkit-overflow-scrolling: touch;
    transition: all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
    font-family: 'Open Sans', sans-serif;
}

header.isScroll {
    background-color: #ebebeb;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.header-menu {
    float: right;
    position: relative;
    background-color: #fff;
    /*background-size: cover;
    background-image: url(img/menu-sprite.png);*/
    cursor: pointer;
    z-index: 9999;
}

.isActive {
    display: block !important;
}

.isIconColor {
    background-color: #fff !important;
}

.logo {
    background-image: url(img/logo-leet-branco.svg);
    text-indent: -999999px;
    cursor: pointer;
    position: relative;
    z-index: 9999;
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
}

.isScroll .header-menu {
    background-color: #303434;
}

.isScroll .logo {
    background-image: url(img/logo-leet.svg);
    background-repeat: no-repeat;
}

.header-nav {
    color: #fff;
    width: 560px;
    font-size: 0.9em;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.header-nav>a:hover {
    color: #89f5a9;
}

.isScroll .header-nav {
    /* color: rgba(0,0,0,0.9); */
}

.header-nav>a {
    margin-right: 14px;
    padding-bottom: 3px;
    position: relative;
    color: #fff;
}

.home-text {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.home-servicos-title-container {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 70px;
    padding-top: 20px;
}

.isScroll .header-nav>a:hover {
    color: #00bf20;
}

.header-nav>a::before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0px;
    background: #89f5a9;
    bottom: 0;
    left: 50%;
    transition: all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

.isScroll .header-nav>a::before {
    background: #00bf20;
}

.header-nav>a:hover::before {
    width: 70%;
    left: 15%;
}

.isScroll .header-nav>a {
    color: #000;
}

.isScroll .isActive.header-nav>a {
    color: #fff !important;
}

.header-nav.isActive {
    transform: translateY(0%);
}

@media (max-width: 600px) {
    /* mobile */
    header {
        height: 70px;
        line-height: 70px;
    }
    .logo {
        width: 80px;
        height: 28px;
        margin-top: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
    }
    .header-menu {
        width: 24px;
        height: 4px;
        position: relative;
        z-index: 99999;
        margin-top: 23px;
    }
    .header-menu:before {
        content: '';
        position: absolute;
        width: 24px;
        height: 4px;
        top: 10px;
        left: 0;
        background-color: inherit;
    }
    .header-menu:after {
        content: '';
        position: absolute;
        width: 24px;
        height: 4px;
        top: 20px;
        left: 0;
        background-color: inherit;
    }
    .header-work {
        display: none;
    }
    .header-nav {
        color: #fff;
        width: 100%;
        max-width: 100%;
        font-size: 18px;
        text-align: center;
        padding-bottom: 10px;
        margin: 0 auto;
        right: 0;
        background-color: rgba(0, 0, 0, 0.85);
        border-bottom: 5px solid #67F27E;
        position: fixed;
        top: 0;
        height: 100%;
        padding-top: 70px;
        transform: translateY(-100%);
    }
    .isScroll>.inner>.isIconColor~.logo {
        background-image: url(img/logo-leet-branco.svg);
    }
    .header-nav a {
        display: block;
        margin-right: 0;
    }
    .inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .home-banner,
    .home-shadow {
        width: 100%;
        height: 380px;
        float: left;
    }
    .home-scroll {
        display: none;
    }
    .home-text {
        width: 90%;
        font-size: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .home-product {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .home-product-description {
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 22px;
    }
    .home-product-title img {
        margin: 0 auto;
    }
    .home-product-bar {
        width: 80px;
        height: 3px;
        margin: 13px auto 30px;
    }
    .home-product-button {
        width: 120px;
        margin: 0 auto;
        padding: 7px;
        border: 3px solid;
    }
    .home-product-button {
        color: #67f27e;
        border-color: #67f27e;
    }
    .home-product.zapmizer .home-product-image {
        background-image: url(img/thumb-zapmizer.png);
    }
    .home-product-image {
        max-width: 450px;
        height: 220px;
        margin: 25px auto 0;
    }
    .home-servicos {
        padding-bottom: 40px;
    }
    .home-servicos-main-title {
        width: auto;
        float: none;
        text-align: center;
        font-size: 56px;
        padding-top: 70px;
    }
    .home-servicos-main-description {
        width: 100%;
        float: none;
        text-align: center;
        font-size: 14px;
    }
    .home-servico {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }
    .home-servico-icon {
        width: 75px;
        height: 75px;
    }
    .home-servico-title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .home-servico-description {
        font-size: 16px;
        line-height: 22px;
        max-width: 300px;
        margin: 0 auto;
    }
    .home-work {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .home-work h2 {
        font-size: 40px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    header {
        height: 70px;
        line-height: 70px;
    }
    .logo {
        width: 80px;
        height: 28px;
        margin-top: 23px;
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        float: left;
    }
    .header-menu {
        width: 32px;
        height: 4px;
        position: relative;
        z-index: 999;
        margin-top: 23px;
    }
    .header-menu:before {
        content: '';
        position: absolute;
        width: 32px;
        height: 4px;
        top: 10px;
        left: 0;
        background-color: inherit;
    }
    .header-menu:after {
        content: '';
        position: absolute;
        width: 32px;
        height: 4px;
        top: 20px;
        left: 0;
        background-color: inherit;
    }
    .header-nav,
    .header-work {
        display: none;
    }
    .header-nav {
        color: #fff;
        width: 300px;
        font-size: 18px;
        text-align: center;
        margin: 0 auto;
        right: 0;
        background-color: rgba(0, 0, 0, 0.9);
        border-bottom: 5px solid #67F27E;
        position: fixed;
        top: 0;
        padding-top: 70px;
        padding-bottom: 25px;
        transform: translateY(-100%);
        transition: all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
    }
    .header-nav a {
        display: block;
    }
}

@media (min-width: 1025px) {
    /* site */
    header {
        height: 70px;
        line-height: 70px;
    }
    .logo {
        width: 135px;
        height: 60px;
        float: left;
        margin-top: 45px;
    }
    .hidden-down {
        display: none;
        visibility: hidden;
    }
    .header-menu {
        display: none;
    }
    .header-work {
        color: #fff;
        height: 36px;
        float: right;
        line-height: 32px;
        margin-top: 17px;
        padding-left: 13px;
        padding-right: 13px;
        border: 2px solid currentColor;
        font-size: .9em;
        font-weight: 600;
    }
    .header-work:hover {
        color: #89f5a9;
    }
    .isScroll .header-work:hover {
        color: #00bf20;
    }
    .isScroll .header-work {
        color: rgba(0, 0, 0, 0.9);
    }
}


/*----------------------------------------------*\
					Main
\*----------------------------------------------*/

.section-divisor {
    max-width: 391px;
    height: 16px;
    margin: 30px auto 90px;
    background-size: contain;
    background-position: center;
    background-image: url(img/section-divisor.png);
    background-repeat: no-repeat;
}


/*---------------- HOME ----------------*/

.home-banner {
    position: relative;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-color: #222;
}

.home-video {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    /*width: 100%;
    height: 100%;*/
}

.home-mouse {
    display: block;
    position: absolute;
    bottom: 4%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 34px;
    min-height: 57px;
    border: 2px solid #a1ff90;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    cursor: pointer;
    -webkit-animation: home-mouse-animete 1.40s ease-in-out infinite;
    -moz-animation: home-mouse-animete 1.40s ease-in-out infinite;
    -ms-animation: home-mouse-animete 1.40s ease-in-out infinite;
    -o-animation: home-mouse-animete 1.40s ease-in-out infinite;
    animation: home-mouse-animete 1.40s ease-in-out infinite;
    z-index: 999;
}

.home-mouse:hover {
    box-shadow: 0 0 45px 3px rgba(161, 255, 144, 0.6);
}

.home-mouse:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 4px 2px;
    background-color: #a1ff90;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.home-text {
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}

.home-product {
    color: #fff;
    width: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home-product.zapmizer {
    background-color: #69f38c;
}

.home-product.postgrain {
    background-color: #7babe9;
}

.home-product.linklist {
    background-color: #ff206b;
}

.home-product.resolaris {
    background-color: #f7dd12;
}

.home-product-image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.home-product.zapmizer .home-product-image {
    background-image: url(img/thumb-zapmizer.png);
}

.home-product.postgrain .home-product-image {
    background-image: url(img/thumb-postgrain.png);
}

.home-product.linklist .home-product-image {
    background-image: url(img/thumb-linklist.png);
}

.home-product.resolaris .home-product-image {
    background-image: url(img/thumb-resolaris.png);
}

.home-product-button {
    color: rgb(255, 255, 255);
    cursor: pointer;
    border-color: currentColor;
}

.home-product-button:hover {
    color: rgb(255, 255, 255);
}

.home-servicos {
    background-image: url(img/bg-leet-pattern.jpg);
}

.home-servicos-main-title {
    color: #fff;
    text-transform: uppercase;
}

.home-servicos-main-description {
    color: #48c46d;
}

.home-servico {
    float: left;
    text-align: center;
    padding: 0 1.5em;
}

.home-servico-icon {
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.home-servico-solucao {
    background-image: url(img/icon-servico-solucao.png);
}

.home-servico-atualizacoes {
    background-image: url(img/icon-servico-atualizacoes.png);
}

.home-servico-usuarios {
    background-image: url(img/icon-servico-usuarios.png);
}

.home-servico-respeito {
    background-image: url(img/icon-servico-respeito.png);
}

.home-servico-transparencia {
    background-image: url(img/icon-servico-transparencia.png);
}

.home-servico-melhor {
    background-image: url(img/icon-servico-melhor.png);
}

.home-servico-title {
    width: 100%;
    color: #48c46d;
    font-weight: 900;
}

.home-servico-description {
    color: #fff;
    width: 100%;
}

.home-work {
    text-align: center;
    background-color: #f3f3f3;
    color: #222;
}

.home-work h2 {
    white-space: pre;
    margin: 0 auto;
    font-weight: 900;
}

.home-work span {
    width: 100px;
    height: 5px;
    background-color: #000;
    display: inline-block;
    transition: all .25s ease-in-out;
}

.home-work:hover span {
    width: 200px !important;
}

.home-product-bar {
    background-color: rgba(0, 0, 0, 0.25);
}

.home-product-title {
    padding-top: 1em;
    margin-bottom: 1em;
}

.home-shadow::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .7) 1px, rgba(0, 0, 0, .6) 1px), linear-gradient(to bottom, rgba(0, 0, 0, .5) 1px, rgba(0, 0, 0, .4) 1px);
    background-size: 8px 6px, 8px 6px;
}

.home-clientes-main-title {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 42px;
    text-align: center;
}

@-webkit-keyframes home-mouse-animete {
    0% {
        transform: translateY(-5px);
        box-shadow: none;
    }
    50% {
        transform: translateY(10px);
        -webkit-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -moz-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -ms-box-shadow: 0 0px 10px 1px rgba(161, 255, 144, 0.5);
        box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
    }
    100% {
        transform: translateY(-5px);
        box-shadow: none;
    }
}

@-moz-keyframes home-mouse-animete {
    0% {
        transform: translateY(-5px);
        box-shadow: none;
    }
    50% {
        transform: translateY(10px);
        -webkit-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -moz-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -ms-box-shadow: 0 0px 10px 1px rgba(161, 255, 144, 0.5);
        box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
    }
    100% {
        transform: translateY(-5px);
        box-shadow: none;
    }
}

@-ms-keyframes home-mouse-animete {
    0% {
        transform: translateY(-5px);
        box-shadow: none;
    }
    50% {
        transform: translateY(10px);
        -webkit-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -moz-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -ms-box-shadow: 0 0px 10px 1px rgba(161, 255, 144, 0.5);
        box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
    }
    100% {
        transform: translateY(-5px);
        box-shadow: none;
    }
}

@keyframes home-mouse-animete {
    0% {
        transform: translateY(-5px);
        box-shadow: none;
    }
    50% {
        transform: translateY(10px);
        -webkit-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -moz-box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
        -ms-box-shadow: 0 0px 10px 1px rgba(161, 255, 144, 0.5);
        box-shadow: 0 0 10px 1px rgba(161, 255, 144, 0.5);
    }
    100% {
        transform: translateY(-5px);
        box-shadow: none;
    }
}

.slick-prev::before,
.slick-next::before {
    color: #1ab394 !important;
}

.slick-slide {
    outline: none !important;
    width: 150px;
}

@media (max-width: 320px) {
    .home-servicos-main-title {
        font-size: 0.55em;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .home-banner,
    .home-shadow {
        width: 100%;
        height: 532px;
        float: left;
    }
    .home-text {
        width: 90%;
        font-size: 2.1em;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .home-product-description {
        width: 70%;
        margin: 0 auto;
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }
    .home-product-bar {
        width: 90px;
        height: 3px;
        margin-top: 10px;
    }
    .home-product-button {
        width: 160px;
        padding: 6px;
        font-size: 20px;
        text-align: center;
        border: 3px solid;
        display: block;
        margin-top: 20px;
    }
    .home-product-image {
        height: 360px;
        margin: 0 auto;
    }
    .postgrain .home-product-button {
        margin-bottom: 35px;
    }
    .home-product.zapmizer .home-product-image {
        background-image: url(img/thumb-zapmizer.png);
    }
    .home-product {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-product-title img {
        margin: 0 auto;
    }
    /*     .home-product-description {
        max-width: 490px;
        font-size: 16px;
        line-height: 26px;
    } */
    .home-product-bar {
        width: 100px;
        height: 4px;
        margin: 15px auto 30px;
    }
    .home-product-button {
        width: 180px;
        padding: 7px;
        font-size: 24px;
        text-align: center;
        border: 3px solid;
        margin: auto;
    }
    .home-servicos {
        padding-bottom: 40px;
    }
    .home-servicos-main-title {
        width: 49%;
        float: left;
        text-align: right;
        font-size: 0.84em;
        padding-top: 70px;
    }
    .home-servicos-main-description {
        width: 49%;
        float: right;
        text-align: left;
        font-size: 0.20em;
        padding-right: 10%;
        padding-top: 80px;
    }
    .home-servico {
        width: 33%;
        float: left;
        margin-bottom: 40px;
        min-height: 250px;
    }
    .home-servico-icon {
        width: 75px;
        height: 75px;
    }
    .home-servico-title {
        font-size: 24px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .home-servico-description {
        font-size: 16px;
        line-height: 22px;
    }
    .home-work {
        font-size: 18px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .home-work h2 {
        font-size: 70px;
    }
}

@media (min-width: 1025px) {
    /* site */
    .home-banner,
    .home-shadow {
        width: 100%;
        height: 775px;
        float: left;
    }
    .home-text {
        width: 670px;
        font-size: 46px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .home-product {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-product .inner {
        position: relative;
        height: 360px;
    }
    .home-product-description {
        max-width: 530px;
        font-size: 18px;
        line-height: 26px;
    }
    .home-product-bar {
        width: 34%;
        height: 4px;
        margin-top: 15px;
    }
    .home-product-button {
        width: 180px;
        padding: 7px;
        font-size: 24px;
        text-align: center;
        border: 3px solid;
        display: block;
        margin-top: 30px;
    }
    .home-product-image {
        width: 100%;
        max-width: 640px;
        height: 360px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    .home-servicos {
        padding-bottom: 40px;
    }
    .home-servicos-main-title {
        width: 49%;
        float: left;
        text-align: right;
        font-size: 70px;
        padding-top: 70px;
    }
    .home-servicos-main-description {
        width: 49%;
        float: right;
        text-align: left;
        font-size: 18px;
        padding-right: 10%;
        padding-top: 80px;
    }
    .home-clientes-main-description {
        width: 49%;
        float: right;
        text-align: left;
        font-size: 18px;
        padding-right: 10%;
        padding-top: 10px;
        color: #19b748;
    }
    .home-servico {
        width: 33%;
        float: left;
        margin-bottom: 40px;
        height: 300px;
    }
    .home-servico-icon {
        width: 90px;
        height: 90px;
    }
    .home-servico-title {
        font-size: 30px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .home-servico-description {
        font-size: 18px;
        line-height: 22px;
    }
    .home-work {
        font-size: 18px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .home-work h2 {
        font-size: 100px;
    }
}

@media (max-width: 1175px) {
    /*Gambi pra nÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â£o perder tempo depois refatoro*/
    .home-product-image {
        max-width: 502px;
    }
}


/*---------------- PAGE ----------------*/

.page {
    color: #fff;
    background-image: url(img/bg-leet-pattern.jpg);
    padding-top: 120px;
}

.page.pbottom {
    padding-bottom: 100px;
}

.page-title {
    float: left;
    display: block;
    text-transform: uppercase;
}

.page-description {
    float: left;
    color: #48c46d;
}

@media (max-width: 600px) {
    /* mobile */
    .page {
        text-align: center;
        padding-top: 120px;
    }
    .page-title {
        float: none;
        width: 100%;
        font-size: 40px;
    }
    .page-description {
        float: none;
        width: 80%;
        margin: 20px auto;
        font-size: 15px;
    }
    .page-text {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }
    .page-text.padding {
        padding-bottom: 50px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .page {
        padding-top: 120px;
    }
    .page-title {
        width: 100%;
        font-size: 55px;
        margin-bottom: 25px;
        text-align: center;
    }
    .page-description {
        width: 100%;
        font-size: 15px;
        padding-top: 8px;
        margin-bottom: 25px;
        padding-left: 20px;
        text-align: center;
    }
    .page-text {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
    }
    .page-text.padding {
        padding-bottom: 70px;
    }
}

@media (min-width: 1025px) {
    /* site */
    .page-title {
        font-size: 70px;
        margin-bottom: 90px;
    }
    .page-description {
        width: 400px;
        font-size: 16px;
        padding-top: 12px;
        margin-bottom: 90px;
        padding-left: 28px;
    }
    .page-text {
        width: 100%;
        font-size: 18px;
        line-height: 25px;
        max-width: 600px;
        margin: 2em auto auto;
    }
    .page-text.padding {
        padding-bottom: 100px;
    }
}


/*---------------- CONTATO ----------------*/

.contact-input {
    width: 100%;
    color: #fff;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.49);
    font-weight: bold;
}

textarea.contact-input {
    height: 140px;
    padding-top: 15px;
    resize: none;
}

.contact-submit {
    width: 100%;
    border: none;
    background-color: #48c46d;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #fff;
}

.contact-submit:hover {
    background-color: #5db979;
    color: #fff;
}

.contact-input[type="file"] {
    background: #ccc;
    display: none;
}

.contact-curriculo {
    width: 100%;
    line-height: 50px;
    border: 2px solid;
    position: relative;
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    color: #fff;
    outline: none;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
}

.contact-curriculo:before {
    /*     content:'CurrÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­culo';
    display:block;
    font-size:20px;
    font-weight:bold;
    text-transform:uppercase;
    padding-left:10px */
}

.contact-curriculo:after {
    content: '';
    position: absolute;
    top: calc(50% - 11px);
    right: -15px;
    width: 50px;
    height: 30px;
    background-image: url(img/icon-download.png);
    background-repeat: no-repeat;
}

.map-leet iframe {
    width: 100%;
}

@media (max-width: 600px) {
    /* mobile */
    .contact-form {
        width: 100%;
        max-width: 730px;
        margin: 50px auto 0;
        padding-bottom: 30px;
    }
    .contact-input {
        height: 50px;
        font-size: 16px;
    }
    .contact-curriculo {
        font-size: 16px;
        text-align: left;
    }
    textarea.contact-input {
        padding-top: 10px;
    }
    .contact-submit {
        height: 50px;
        font-size: 20px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .contact-form {
        width: 100%;
        max-width: 730px;
        margin: 50px auto 0;
        padding-bottom: 50px;
    }
    .contact-input {
        height: 50px;
        font-size: 20px;
    }
    textarea.contact-input {
        padding-top: 10px;
    }
    .contact-submit {
        height: 50px;
        font-size: 20px;
    }
    .contact-curriculo {
        height: 50px;
    }
    .contact-curriculo:after {
        line-height: 50px;
    }
}

@media (min-width: 1025px) {
    /* site */
    .contact-form {
        width: 500px;
        margin: 100px auto 0;
        padding-bottom: 50px;
    }
    .contact-input {
        height: 60px;
        font-size: 20px;
    }
    .contact-submit {
        height: 60px;
        font-size: 20px;
    }
}


/*---------------- TRABALHE CONOSCO ----------------*/

.page-work-list {
    color: #222;
}

.page-work-item {
    text-align: center;
    background-color: #f3f3f3;
}

.page-work-item:nth-child(even) {
    background-color: #ccc;
}

.contact-form h2 {
    text-align: center;
    margin: 15px 0;
    font-size: 28px;
    text-transform: uppercase;
}

#progress_bar {
    margin-top: 3px;
    border: 1px solid #000;
    font-size: 14px;
    clear: both;
    opacity: 0;
    -moz-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    -webkit-transition: opacity 1s linear;
}

#progress_bar.loading {
    opacity: 1;
}

#progress_bar .percent {
    background-color: #67f27e;
    height: auto;
    padding: 2px;
    width: 0;
}

@media (max-width: 600px) {
    /* mobile */
    .page-work-item {
        font-size: 16px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-work-item h2 {
        font-size: 60px;
    }
    .page-work-bar {
        width: 80px;
        height: 3px;
        margin: 0 auto;
        background-color: #000;
    }
    .page-work-request,
    .page-work-description {
        text-align: center;
        margin-top: 40px;
    }
    .page-work-description p {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        -ms-column-count: 1;
        column-count: 1;
    }
    .page-work-request h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .page-work-request p {
        margin: 20px 0;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .page-work .page-title {
        text-align: center;
        width: 100%;
        float: none;
        margin-bottom: 0;
    }
    .page-work .page-description {
        width: 70%;
        float: none;
        margin: 20px auto 40px;
        text-align: center;
    }
    .page-work-item {
        font-size: 18px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-work-item h2 {
        font-size: 70px;
    }
    .page-work-bar {
        width: 80px;
        height: 4px;
        margin: 0 auto;
        background-color: #000;
    }
    .page-work-request,
    .page-work-description {
        text-align: left;
        margin-top: 40px;
    }
    .page-work-description p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
    }
    .page-work-request h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .page-work-request p {
        margin: 20px 0;
    }
}

@media (min-width: 1025px) {
    /* site */
    .page-work .page-title {
        font-size: 62px;
    }
    .page-work .page-description {
        width: 30%;
    }
    .page-work-item {
        font-size: 18px;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-work-item h2 {
        font-size: 100px;
    }
    .page-work-bar {
        width: 100px;
        height: 5px;
        margin: 0 auto;
        background-color: #000;
    }
    .page-work-request,
    .page-work-description {
        text-align: left;
        margin-top: 40px;
    }
    .page-work-description p {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        -ms-column-count: 2;
        column-count: 2;
    }
    .page-work-request h3 {
        font-size: 25px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .page-work-request p {
        margin: 20px 0;
    }
}


/*---------------- SOBRE ----------------*/

.pictures {
    width: 100%;
    float: left;
}

.picture-grid {
    float: left;
    width: 33.3333%;
    overflow: hidden;
}

.picture {
    float: left;
    height: 475px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in-out;
}

.picture:hover {
    transform: scale(1.1);
    box-shadow: inset 0 200px 60px -22px rgba(0, 0, 0, .4), inset 0 -200px 60px -22px rgba(0, 0, 0, .4);
}

.picture.p1 {
    background-image: url('img/group1.jpg');
}

.picture.p2 {
    background-image: url('img/group2.jpg');
}

.picture.p3 {
    background-image: url('img/group3.jpg');
}

.members {
    padding-bottom: 60px;
    background-color: #191919;
}

.member-inner {
    max-width: 1144px;
    margin: 0 auto;
}

.member-title {
    width: 100%;
    float: left;
    color: #8bdb7c;
    text-align: center;
    line-height: 120px;
    font-size: 48px;
    font-weight: bolder;
    text-transform: uppercase;
}

.member {
    width: 270px;
    height: 270px;
    float: left;
    position: relative;
    overflow: hidden;
    margin: 8px;
    background-size: cover;
    background-repeat: no-repeat;
}

.member:nth-child(1) {
    background-image: url('img/paulo.png');
}

.member:nth-child(2) {
    background-image: url('img/leticia.png');
}

.member:nth-child(3) {
    background-image: url('img/tulio.png');
}

.member:nth-child(4) {
    background-image: url('img/manuella.png');
}

.member:nth-child(5) {
    background-image: url('img/lucas.png');
}

.member:nth-child(6) {
    background-image: url('img/rafaela.png');
}


/*.member:nth-child(7) {
    background-image: url('img/guilherme.png');
}*/

.member:nth-child(7) {
    background-image: url('img/caraciolo.png');
}

.member:nth-child(8) {
    background-image: url('img/filipe.png');
}

.member:nth-child(9) {
    background-image: url('img/ste.png');
}

.member:nth-child(10) {
    background-image: url('img/geovanny.png');
}

.member:nth-child(11) {
    background-image: url('img/abel.png');
}

.member:nth-child(12) {
    background-image: url('img/jef.png');
}

.member:nth-child(13) {
    background-image: url('img/josimar.png');
    background-position: center;
}

.member:nth-child(14) {
    background-image: url('img/sergio.png');
}

.member-info {
    width: 270px;
    height: 270px;
    left: 0;
    top: 270px;
    transition: top 0.4s;
    position: absolute;
    background-image: radial-gradient(transparent, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1));
}

.member:hover .member-info {
    top: 0;
}

.member-bg {
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    opacity: 0;
    transition: opacity 0.5s;
    position: absolute;
}

.member:hover .member-bg {
    opacity: 1;
}

.member-name {
    left: 10px;
    top: 10px;
    position: absolute;
    color: #8bdb7c;
    font-weight: bolder;
    font-size: 18px;
    text-transform: uppercase;
}

.member-role {
    left: 10px;
    top: 30px;
    position: absolute;
    color: #8bdb7c;
    font-size: 12px;
    text-transform: uppercase;
}

.member-linkedin {
    width: 27px;
    height: 27px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-image: url('img/icon-linkedin.png');
}

.member-description {
    color: #fff;
    left: 10px;
    bottom: 10px;
    width: 250px;
    font-size: 14px;
    position: absolute;
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .picture {
        height: 270px;
    }
    .member-inner {
        max-width: 740px;
    }
    .member {
        width: 236px;
        height: 236px;
        margin: 5px;
    }
    .member-info {
        width: 236px;
        height: 236px;
        top: 236px;
    }
    .member-bg {
        width: inherit;
        height: inherit;
    }
    .member-description {
        width: 216px;
    }
}

@media (max-width: 600px) {
    /* mobile */
    .pictures {
        display: none;
    }
    .member-inner {
        width: 300px;
    }
    .member {
        width: 300px;
        height: 300px;
        margin: 10px 0;
    }
    .member-info {
        width: 300px;
        height: 300px;
        top: 300px;
    }
    .member-bg {
        width: inherit;
        height: inherit;
    }
    .member-description {
        width: 216px;
    }
}


/*---------------- POSTGRAIN ----------------*/

.product-header {
    width: 100%;
    height: 640px;
    float: left;
    background-color: #6d88c9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/bg-blue.png');
}

.product-header-image {
    width: 100%;
    height: 640px;
    float: left;
    background-size: 54%;
    background-repeat: no-repeat;
    background-position: bottom -105px right 5px;
    -webkit-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    background-image: url('img/postgrain-img.png');
}

.product-logo {
    max-width: 371px;
    height: 76px;
    float: left;
    overflow: hidden;
    text-indent: 700px;
    margin-top: 210px;
    background-image: url('img/postgrain-logo.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-separator {
    width: 100px;
    height: 7px;
    float: left;
    margin: 38px 0 30px;
    background-color: #67f27e;
}

.product-desc {
    color: #fff;
    max-width: 400px;
    font-size: 48px;
    text-transform: uppercase;
}

.product-section {
    width: 100%;
    float: left;
    padding: 40px 0;
    background-color: #f3f3f3;
    color: #222;
}

.product-section-main-text {
    font-size: 27px;
    text-align: center;
    font-weight: 300;
}

.product-section-video {
    position: relative;
    max-width: 850px;
    height: 0;
    padding-bottom: 56.25%;
    padding-top: 25px;
    margin: 30px auto;
    background-color: #ccc;
}

.product-section-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-section-separator {
    max-width: 515px;
    height: 24px;
    margin: 0 auto 20px;
    background-image: url(img/section-divisor-inverter.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-section-item {
    width: 33.3333%;
    height: 300px;
    float: left;
    padding: 20px 5px;
}

.postgrain-icon .product-section-item-icon {
    background-color: transparent;
}

.product-section-item-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #ccc;
}

.product-section-item-title {
    margin: 16px 0;
    text-align: center;
    font-size: 1.4em;
    text-transform: uppercase;
}

.product-section-item-description {
    font-size: 1em;
    text-align: center;
    padding: 0 10px;
    color: #444;
}

.product-overview {
    width: 100%;
    height: 1050px;
    float: left;
    background-color: #496cac;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/bg-blue.png');
    overflow: hidden;
}

.product-overview .inner {
    position: relative;
}

.product-overview-sidebar {
    color: #fff;
    max-width: 400px;
    /*    float: left;*/
    padding-top: 155px;
}

.product-overview-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-overview-box {
    height: 390px;
    margin-top: 100px;
}

.product-overview-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

.product-overview-page {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 7px;
    border-radius: 50%;
    border: 3px solid #26315b;
}


/* .product-overview-button {
    width: 395px;
    height: 60px;
    color: #26315b;
    font-weight: bold;
    font-size: 26px;
    margin-top: 100px;
    text-transform: uppercase;
    border: 3px solid #26315b;
    background-color: transparent;
}
 */

.slider {
    position: relative;
    float: left;
    width: 100%;
    height: 700px;
}

.slide {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transform: translateX(1000px);
    width: 100%;
    transition: all 0.9s ease-in-out;
}

.slide-active {
    opacity: 1 !important;
    transform: translateX(0px) !important;
    /*transform: scale(1.0) !important;*/
}

#next,
#prev {
    font-size: 3.2em;
}

#next {
    float: left;
    margin-top: -25px;
    margin-left: 2px;
}

#prev {
    float: left;
    margin-top: -25px;
    margin-right: 10px;
}

.product-overview-print {
    width: 100%;
    height: 930px;
    margin-top: 40px;
    position: absolute;
    right: -480px;
    top: 0;
}

.product-overview-pagination {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    z-index: 5;
}

.product-pagination-active {
    background: #ccc;
}

@media (max-width: 601px) {
    /*mobile*/
    .product-header-image {
        background-size: 90%;
        background-position: bottom -68px center;
        background-image: url('img/postgrain-img-tablet.png');
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /*tablet*/
    .product-header-image {
        background-size: auto;
        background-position: bottom -68px center;
        background-image: url('img/postgrain-img-tablet.png');
    }
    .product-logo {
        max-width: 371px;
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .product-desc {
        font-size: 40px !important;
    }
}

@media (max-width: 900px) {
    /*Gambiarra para deixar o slide ok para mobile*/
    .product-overview {
        display: none!important;
    }
}


/*---------------- Zapmizer ----------------*/

.zapmizer.product-header {
    width: 100%;
    height: 640px;
    float: left;
    background-color: #496cac;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/banner-zapmizer.png');
}

.zapmizer .product-header-image {
    width: 100%;
    height: 640px;
    float: left;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right 150px;
    -webkit-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    -o-box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0px 385px 250px -2px rgba(0, 0, 0, 0.5);
    background-image: url('img/zapmizer-img.png');
}

.zapmizer .product-logo {
    width: 100%;
    max-width: 320px;
    height: 89px;
    float: left;
    overflow: hidden;
    text-indent: 700px;
    margin-top: 210px;
    background-image: url('img/logo-zapmizer.png');
    background-repeat: no-repeat;
}

.product-section-descricao {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.product-seciton-img {}

.product-separator {
    width: 100px;
    height: 7px;
    float: left;
    margin: 38px 0 30px;
    background-color: #67f27e;
}

.product-desc {
    color: #fff;
    max-width: 400px;
    font-size: 48px;
    text-transform: uppercase;
}

.product-section {
    width: 100%;
    float: left;
    padding: 40px 0;
    background-color: #f3f3f3;
}

.product-section-main-text {
    font-size: 27px;
    text-align: center;
    font-weight: 300;
}

.zapmizer .product-section-video {
    max-width: 850px;
    max-height: 480px;
    margin: 30px auto;
    background-color: #ccc;
}

.product-section-separator {
    max-width: 515px;
    height: 24px;
    margin: 45px auto 30px;
    background-image: url(img/section-divisor-inverter.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.product-section-item {
    width: 33.3333%;
    height: 300px;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
}

.zapmizer-icon .product-section-item-icon {
    background-color: transparent;
}

.product-section-item-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-color: #ccc;
}

.product-overview {
    width: 100%;
    height: 1050px;
    float: left;
    background-color: #496cac;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('img/bg-blue.png');
}

.product-overview .inner {
    position: relative;
}

.product-overview-sidebar {
    color: #fff;
    max-width: 400px;
    float: left;
    padding-top: 155px;
}

.product-overview-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 900;
    text-transform: uppercase;
}

.product-overview-box {
    height: 390px;
    margin-top: 100px;
}

.product-overview-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 24px;
}

.product-overview-page {
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 7px;
    border-radius: 50%;
    border: 3px solid #26315b;
}

.product-overview-button {
    position: relative;
    z-index: 9;
    max-width: 395px;
    height: 60px;
    color: #26315b;
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    border: 3px solid #26315b;
    background-color: transparent;
    padding: 12px;
    transition: all 0.3s ease-in-out;
    float: left;
    margin-top: 15px;
}

.product-overview-button:hover {
    /* color: #89f5a9 !important; */
}


/*.product-overview-print {
    width: 500px;
    height: 930px;
    float: right;
    margin-top: 40px;
}*/

@media (max-width: 601px) {
    /*mobile*/
    .product-overview {
        display: none !important;
    }
    .zapmizer .product-header-image {
        background-image: none;
    }
    .zapmizer .product-logo {
        background-size: 80%;
        margin-top: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-position: bottom center;
    }
    .product-logo {
        background-size: 80%;
        margin-top: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-position: bottom center;
        background-repeat: no-repeat;
    }
    .product-separator {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .product-desc {
        font-size: 25px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .product-section-main-text {
        font-size: 17px;
    }
    .product-seciton-img img {
        margin: 0 auto;
    }
    .product-section-description {
        text-align: center;
    }
    .product-section-description div h3 {
        font-size: 1.2em;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 35px;
    }
    .product-section-description div p {
        margin: 12px 0;
    }
    .product-section-item {
        width: 100%;
    }
    .product-section-item-description {
        font-size: 15px;
    }
    .product-overview-sidebar {
        padding-top: 40px;
    }
    .product-overview-title {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    .zapmizer .product-logo {
        background-size: 80%;
        margin-top: 150px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-position: bottom center;
    }
    .product-logo {
        background-size: 80%;
        margin-top: 120px;
        float: none;
        margin-left: auto;
        margin-right: auto;
        background-position: bottom center;
    }
    .zapmizer .product-header-image {
        background-image: none;
    }
    .product-header-img img {
        margin: 0 auto;
        max-width: 70%;
    }
    .product-separator {
        float: none;
        margin-right: auto;
        margin-left: auto;
    }
    .product-desc {
        font-size: 35px;
        width: 100%;
        max-width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .product-seciton-img img {
        margin: 0 auto;
    }
    .product-seciton-img img {
        margin: 0 auto;
    }
    .product-section-descricao {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 50px;
        text-align: center;
    }
    .product-section-description div h3 {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 900;
        margin-top: 35px;
    }
    .product-section-main-text {
        font-size: 20px;
    }
    .product-section-description div p {
        margin: 12px 0;
        font-size: 1em;
    }
    .product-section-item-title {
        font-size: 24px;
    }
    .product-section-item-description {
        font-size: 16px;
    }
    .slider {}
    .slide {}
    .product-overview-sidebar {
        float: none;
    }
}

@media (min-width: 1025px) {
    /*site*/
    .product-header-img {
        display: none;
    }
    .product-section-descricao {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 60px;
    }
    .product-seciton-img {
        float: left;
        width: 60%;
    }
    .product-section-description {
        float: left;
        width: 40%;
        padding: 16px 2px 0 2px;
    }
    .product-section-description div h3 {
        font-size: 1.6em;
        text-transform: uppercase;
        font-weight: 900;
    }
    .product-section-description div p {
        margin: 12px 0;
    }
}

/*----------------------------------------------*\
                    Blog
\*----------------------------------------------*/

.blog {
    margin-top: 70px;
    font-family: 'Open Sans', sans-serif;
    background-color: #f5f5f5 !important;
}

.blog-posts-content {
    transition: all 0.35s ease-in-out;
    margin-bottom: 1.5em;
}

.blog-posts-content figcaption {
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 2;
}

.blog-posts-content:after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.2);
    width: 90%;
    height: 25px;
    bottom: 23px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.2);
}

.blog-posts-content figcaption:hover {
    -webkit-box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}

.footer-products {
    background-color: #67f27e;
    padding-top: 3em;
    padding-bottom: 3em;
    font-weight: 900;
    text-align: center;
}

.product-ads-titulo {
    font-size: 1.6em;
    text-align: center;
}

.blog-header {
    margin-bottom: 2em;
}

.newsletter {
    background-color: #f7f7f7;
    padding: 0.5em;
    color: #fff;
    border: 1px solid #ccc;
}

.newsletter-form {
    margin-top: 0.5em;
}

.newsletter-form label {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.newsletter-form input {
    width: 100%;
    padding: 0.5em;
    background: #222;
    border: 2px solid #222;
    color: #fff;
    font-size: 0.8em;
}

.newsletter-form input[type="submit"] {
    display: block;
    width: 100%;
    background-color: green;
}

.ajax-loader {
    width: 16px !important;
}

.newsletter-form-submit {
    width: 100%;
    border: none;
    background-color: #67f27e;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 15px;
    cursor: pointer;
    height: 45px;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.newsletter-form-submit:hover {
    background-color: #5db979;
    color: #fff;
}

.blog-menu {
    display: none;
    color: #fff;
    font-size: 0.9em;
    text-align: center;
}

.blog-thumbnail {
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-thumbnail img {
    width: 100%;
    display: block;
    height: auto;
}

.blog-posts-content h2 {
    font-weight: 500;
}

.blog-posts-content p {
    font-size: 0.9em;
    font-weight: 300;
    margin: 5px 0;
}

.blog-posts-info li a {
    padding-right: 5px;
    font-size: 0.75em;
    color: #888;
    font-weight: 300;
}

.blog-new-posts {
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-new-posts:before {
    display: none;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    z-index: 1;
    background: -moz-linear-gradient(45deg, #000 0%, transparent 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #000), color-stop(100%, transparent));
    background: -webkit-linear-gradient(45deg, #000 0%, transparent 100%);
    background: -o-linear-gradient(45deg, #000 0%, transparent 100%);
    background: -ms-linear-gradient(45deg, #000 0%, transparent 100%);
    background: linear-gradient(45deg, #000 0%, transparent 100%);
}

.blog-new-posts figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
}

.blog-new-posts figcaption {
    position: absolute;
    top: 7%;
    left: 0;
    z-index: 3;
    max-width: 80%;
}

.blog-new-posts figcaption {}

.blog-new-posts figcaption h2 {
    color: #fff;
    font-weight: 300;
    margin-bottom: 1em;
    font-size: 2.5em;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0.3em 0.5em;
    border-left: 5px solid #67f27e;
}

.menu-blog {
    position: relative;
}

.blog-menu-active {
    display: block !important;
}

.btn-blog-mobile {
    background-color: #333;
    color: #fff;
    border: 0;
    outline: 0;
    padding: 0.2em 0.3em;
    border-radius: 0.1em;
}

.menu-blog-mobile {
    position: absolute;
    right: 12px;
    top: 10px;
}

.menu-blog-mobile span {
    border-top: 5px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    display: inline-block;
    margin-bottom: 2px;
}

.blog-categories-bar {
    margin-top: -20px;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.blog-home-posts {
    float: left;
    width: 70%;
}

.single-post-sidebar {
    float: right;
    width: 270px;
    padding: 0 1em;
    margin-top: 1em;
}

.blog-home-content {
    margin-top: 1em;
}

.blog-home-post {
    float: left;
    width: calc(50% - 0.5em);
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.blog-highlight-image {
    height: 30em;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-highlight-caption {
    font-family: 'Slabo 27px', serif;
    font-size: 2.5em;
    padding: 0.25em 0;
    line-height: 1.2;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.blog-highlight-category {
    bottom: 0;
    color: #fff;
    background-color: #35a9fc;
    padding: 0.5em 0.75em;
    display: inline-block;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

.blog-mini-highlight {
    width: calc(50% - 10px);
}

.blog-mini-highlight-1 {
    margin-right: 20px;
}

.blog-post>.blog-highlight-image {
    float: left;
    width: 40%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}

.blog-post>.blog-highlight-caption {
    float: left;
    width: 60%;
}

.blog-post>.blog-highlight-image>.blog-highlight-category {
    transform: none;
}

.blog-post-excerpt {
    font-family: 'Open Sans', sans-serif;
    font-size: 0.8em;
    margin-bottom: 1em;
}

.widget {
    width: calc(100% - 1em);
    margin: 0 0 1em 1em;
    background-color: #fff;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    padding: 1em;
}

.widget-title {
    font-size: 1.25em;
    padding-bottom: 0.8em;
}

.blog-title:hover {
    background-position-x: 5px;
    background-position-y: 5px;
    color: #0ab927;
}

.blog-highlight-meta {
    width: 100%;
    padding-top: 0.5em;
}

.blog-highlight-meta-holder {
    position: absolute;
    width: 100%;
    bottom: 0;
    color: #fff;
    padding: 2em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}

.blog-post-image {
    height: 18em;
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-post-caption {
    padding: 1em;
    height: 14em;
    position: relative;
}

.blog-post-category {
    font-size: 0.75em;
    bottom: 0;
    color: #fff;
    background-color: #35a9fc;
    padding: 0.5em 0.75em;
    display: inline-block;
}

.blog-highlight-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
}

.blog-highlight-avatar {
    float: left;
    height: 2em;
    width: 2em;
    background-size: cover;
}

.blog-highlight-author {
    float: left;
    margin-left: 0.75em;
    padding-top: 0.3em;
}

.blog-highlight-date {
    float: right;
}

.blog-mini-highlight>.blog-highlight-image {
    height: 15em;
}

.blog-mini-highlight .blog-highlight-meta-holder {
    font-size: 0.75em;
}

.blog-highlight-excerpt {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    transition-property: all;
    opacity: 0;
}

.blog-highlight:hover .blog-highlight-excerpt {
    padding-bottom: 1.5em;
    opacity: 1;
    max-height: 10em;
}

.blog-highlight {
    width: 100%;
}

.blog-post-a:nth-child(even)>.blog-home-post {
    margin-left: 1em;
}

.blog-post-title {
    font-family: 'Slabo 27px', serif;
    font-size: 2em;
    padding-bottom: 0.25em;
    line-height: 1.2;
}

.blog-post-avatar {
    font-size: 0.85em;
    float: left;
    height: 2em;
    width: 2em;
    background-size: cover;
}

.blog-post-author {
    font-size: 0.85em;
    float: left;
    margin-left: 0.75em;
    padding-top: 0.3em;
}

.blog-post-date {
    font-size: 0.85em;
    float: right;
    padding-top: 0.3em;
}

.blog-post-meta {
    position: absolute;
    bottom: 1em;
    width: calc(100% - 2em);
}

.blog-post:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 8px 0 rgba(0, 1, 1, 0.2);
}

.blog-home-pagination {
    display: inline-block;
    background: white;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.blog-home-pagination-previous {
    float: left;
}

.blog-home-pagination-next {
    float: right;
}

.blog-home-pagination:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 8px 0 rgba(0, 1, 1, 0.2);
}

.blog-home-pagination>a {
    padding: 0.75em 1em;
    display: block;
}

.prev-next-posts {
    margin-bottom: 1em;
}

.header-blog .blog-title {
    float: left;
    text-transform: uppercase;
    padding: 0.25em 0.75em;
    border: 2px solid currentColor;
    background: url(./img/bg-blog.png);
    color: #363636;
    text-shadow: 0 0 5px rgb(255, 255, 255);
    font-size: 1.25rem;
    line-height: initial;
    margin-top: 14px;
    font-weight: 600;
}

@media (max-width:601px) {
    .footer-products {
        background-color: #67f27e;
        padding-top: 3em;
        padding-bottom: 3em;
        font-weight: 900;
        text-align: center;
    }
    .btn-border {
        font-size: 0.9em;
    }
    .blog-thumbnail {
        position: relative;
        overflow: hidden;
        height: 260px;
    }
    .product-ads-titulo {
        font-size: 0.8em;
        text-align: center;
        margin-bottom: 15px;
    }
    .hidden-up {
        display: none;
        visibility: hidden;
    }
    .blog-title {
        max-width: 120px;
        text-align: center;
        text-transform: uppercase;
        padding: 8px 5px;
        border: 2px solid #222;
        display: inline-block;
    }
    .menu-blog {
        margin-bottom: 1em;
    }
    .blog-menu {
        position: absolute;
        bottom: -108px;
        right: 5px;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.95);
        z-index: 11;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    .blog-menu li,
    .blog-menu li a {
        display: block;
    }
    .blog-lists-new-posts {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-menu li a {
        padding: 0.5em;
        border-bottom: 1px dotted #ccc;
    }
    .blog-menu li a:hover {
        background-color: #ccc
    }
    .blog-lists-new-posts {
        /*display: none;*/
    }
    .blog-new-posts {
        position: relative;
        height: 315px;
        overflow: hidden;
        margin-bottom: 2em;
    }
    .blog-new-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 15px 25px 15px;
    }
    .blog-new-content h2 {
        font-size: 1.2em;
        text-transform: uppercase;
        color: #67f27e;
        margin-bottom: 6px;
    }
    .blog-posts-content figcaption {
        background: #fff;
        padding: 8px 12px;
        position: relative;
    }
    .blog-new-posts-info li {
        display: inline-block;
        color: #fff;
    }
    .blog-new-posts-info li a {
        font-size: .85em;
        color: #fff;
        text-transform: uppercase;
        padding-right: 5px;
    }
    .blog-new-posts-info li a i {
        color: #6afa81;
    }
    .blog-posts {
        margin-bottom: 15px;
    }
    .blog-posts-content {
        margin-top: 1.5em;
    }
    .blog-posts-info li {
        display: inline-block;
        ;
    }
    .blog-posts-info li a {
        padding-right: 5px;
        font-size: 0.88em;
    }
    .blog-pagination {
        text-align: center;
        padding: 50px 0;
    }
    .blog-pagination li {
        display: inline-block;
    }
    .blog-pagination li a {
        padding: 10px 14px;
        border: 2px solid #222;
        margin-right: 10px;
        background-color: #fff;
    }
    .blog-post {
        width: 100%;
        margin-left: 0 !important;
    }
    .blog-post-caption {
        height: auto;
    }
    .blog-post-meta {
        position: static;
    }
}

@media (min-width: 602px) and (max-width: 760px) {
    .blog-post-caption {
        height: 22em;
    }
}

@media (max-width: 760px) {
    .blog-highlight-excerpt {
        display: none;
    }
    .blog-header-search-form {
        display: none;
    }
    .blog-post-categories,
    .blog-post-date,
    .blog-highlight-categories,
    .blog-highlight-date {
        width: 100%;
        text-align: center;
        margin-top: 1em;
    }
    .blog-highlight-categories {
        margin-top: 0;
    }
    .blog-post-meta {
        width: 100%;
    }
    .blog-category-name {
        font-size: 3em !important;
    }
    .blog-highlight-caption {
        font-size: 2em;
    }
    .blog-post-title {
        font-size: 1.75em
    }
    .mobile-search-nav {
        display: block !important;
    }
}

@media (min-width:761px) and (max-width:1024px) {
    .product-ads-titulo {
        font-size: 1.2em;
        text-align: center;
        margin-bottom: 15px;
    }
    .hidden-up {
        display: none;
        visibility: hidden;
    }
    .btn-border {
        font-size: 0.95em;
    }
    .blog-title {
        float: left;
        text-transform: uppercase;
        padding: 5px;
        border: 2px solid #222;
    }
    .blog-menu {
        position: absolute;
        bottom: -146px;
        right: 5px;
        width: 100%;
        background-color: rgba(250, 250, 250, 0.95);
        z-index: 11;
        box-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
        text-align: center;
    }
    .blog-menu li,
    .blog-menu li a {
        display: block;
    }
    .blog-lists-new-posts {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-menu li a {
        padding: 0.5em;
        border-bottom: 1px dotted #ccc;
    }
    .blog-menu li a:hover {
        background-color: #ccc
    }
    .blog-new-posts {
        position: relative;
        max-height: 380px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }
    .blog-new-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 15px 25px 15px;
    }
    .blog-new-content h2 {
        font-size: 1.2em;
        text-transform: uppercase;
        color: #67f27e;
        margin-bottom: 6px;
    }
    .blog-posts-content figcaption {
        background: #fff;
        padding: 8px 12px;
        position: relative;
        height: 110px;
    }
    .blog-posts-content h2 {
        font-size: 1em;
    }
    .blog-new-posts-info li {
        display: inline-block;
        color: #fff;
    }
    .blog-new-posts-info li a {
        font-size: .85em;
        color: #fff;
        text-transform: uppercase;
        padding-right: 5px;
    }
    .blog-new-posts-info li a i {
        color: #6afa81;
    }
    .blog-list-posts {}
    .blog-posts {
        margin-bottom: 15px;
    }
    .blog-posts-content {}
    .blog-thumbnail {
        position: relative;
        overflow: hidden;
        height: 240px;
    }
    .blog-posts-info li {
        display: inline-block;
        ;
    }
    .blog-posts-info li a {
        padding-right: 5px;
        font-size: 0.88em;
    }
    .blog-pagination {
        text-align: center;
        padding: 50px 0;
    }
    .blog-pagination li {
        display: inline-block;
    }
    .blog-pagination li a {
        padding: 10px 14px;
        border: 2px solid #222;
        margin-right: 10px;
        background-color: #fff;
    }
    .blog-post-caption {
        height: 17em;
    }
}

@media (min-width:1025px) {
    /*site*/
    .blog-menu li {
        position: relative;
        z-index: 10;
    }
    .blog-menu li ul {
        opacity: 0;
        position: absolute;
        top: 0.8em;
        left: 0;
        z-index: 9;
        transition: all 0.3s ease-in-out;
    }
    .blog-menu li:hover ul {
        opacity: 1;
        top: 2.7em;
    }
    .blog-menu li ul li a {
        background-color: #fff;
        color: #222;
    }
    .menu-blog-mobile {
        display: none;
    }
    .blog-menu li ul li a:hover {
        background-color: #333;
        color: #fff;
    }
    .btn-border {
        font-size: 1.4em;
    }
    .category {
        padding-top: 60px;
    }
    .blog-title {
        float: left;
        text-transform: uppercase;
        padding: 0.25em 0.75em;
        border: 2px solid currentColor;
        background: url(./img/bg-blog.png);
        color: #363636;
        text-shadow: 0 0 5px rgb(255, 255, 255);
        font-size: 1.25rem;
        line-height: initial;
        margin-top: 14px;
        font-weight: 600;
    }
    .blog-menu {
        display: block;
        /* float: right; */
    }
    .blog-menu ul>li,
    .blog-menu ul>li>a {
        float: left;
    }
    .blog-menu li {
        color: #222;
        font-weight: 300;
    }
    .blog-menu ul>li>a {
        padding: 0.75em 0.5em;
    }
    .blog-menu ul>li:last-child>a {
        border-right: 0;
    }
    .blog-menu ul>li>a:hover {
        background-color: #f6f6f6
    }
    .blog-lists-new-posts {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .blog-new-posts {
        position: relative;
        height: 100%;
        min-height: 420px;
        max-height: 420px;
        overflow: hidden;
        transition: all 0.2s ease-in-out;
    }
    .blog-new-posts img {
        transition: all 0.8s ease-in-out;
    }
    .blog-new-posts:hover img {
        transform: scale(1.1);
    }
    .blog-new-content {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding: 5px 15px 25px 15px;
    }
    .blog-new-content h2 {
        font-size: 1.2em;
        text-transform: uppercase;
        color: #67f27e;
        margin-bottom: 6px;
    }
    .blog-posts-content figcaption {
        background: #fff;
        padding: 8px 12px;
        position: relative;
        min-height: 120px;
    }
    .blog-posts-content h2 {
        font-size: 1.0em;
    }
    .blog-new-posts-info li {
        display: inline-block;
        color: #fff;
    }
    .blog-new-posts-info li a {
        font-size: .85em;
        color: #fff;
        text-transform: uppercase;
        padding-right: 5px;
    }
    .blog-new-posts-info li a i {
        color: #6afa81;
    }
    .blog-list-posts {}
    .blog-thumbnail {
        position: relative;
        overflow: hidden;
        max-height: 264px;
    }
    .blog-posts {
        margin-bottom: 15px;
    }
    .blog-posts-thumbnail {
        position: relative;
        max-height: 290px;
        background-color: #ccc;
    }
    .blog-posts-content {}
    .blog-posts-info li {
        display: inline-block;
        ;
    }
    .blog-pagination {
        text-align: center;
        padding: 50px 0;
    }
    .blog-pagination li {
        display: inline-block;
    }
    .blog-pagination li a {
        padding: 10px 14px;
        border: 2px solid #222;
        margin-right: 10px;
        background-color: #fff;
    }
}


/*----------------------------------------------*\
                    Single posts
\*----------------------------------------------*/

.single-title {
    line-height: 120%;
}

.comments {
    /* background-color: #fff; */
    /* padding: 0.5em 1em; */
    /* border: 1px solid #ccc; */
    /* margin-bottom:1.3em; */
}

.comments-titulo {
    margin-bottom: 0.25em;
}

.single-post-holder {
    width: calc(100% - 100px);
    float: right;
    background-color: #f9f9f9;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    margin-top: 1em;
}

.single-post-content {
    float: left;
    width: calc(100% - 270px);
    background: #fff;
}

.single-post-featured-image {
    height: 100%;
    background-size: cover;
    background-position: center;
}

.single-post-sticky-left {
    float: left;
    width: 100px;
    text-align: center;
    padding: 1em 1em 0 0;
}

.affix {
    position: fixed;
    top: 61px;
}

.blog-post-comments {
    font-size: 0.85em;
    float: right;
    padding-top: 0.3em;
}

.blog-post-meta .fa {
    font-size: 1rem;
    margin-right: 0.5em;
}

.single-post-category {
    float: left;
    background: #35a9fc;
    padding: 0.5em 1em;
    margin-right: 1em;
    color: #fff;
}

.single-post-meta {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    padding: 3em 2.25em 1.5em;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}

.single-post-the-content {
    padding: 1em;
}

.single-post-title {
    font-family: 'Slabo 27px', serif;
    font-size: 3em;
    =: absolute
}

.blog-post-categories {
    font-size: 0.85em;
    float: left;
    padding-top: 0.3em;
}

.blog-highlight-categories {
    float: left;
}

.blog-highlight-meta .fa {
    font-size: 1.2em;
    margin-right: 0.5em;
}

.blog-highlight:hover .blog-highlight-overlay {
    background: rgba(0, 0, 0, 0.4);
}

.single-post-author-pic {
    width: 64px;
    height: 64px;
    margin: 0 auto 1em;
    background-size: cover;
    border-radius: 50%;
}

.single-post-details {
    height: 30em;
    position: relative;
}

.single-post-container {
    position: relative;
}

.single-post-sticky-left.is_stuck {
    margin-right: 1em;
}

.single-post-featured-image-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.25);
    top: 0;
}

.single-post-sticky-meta {
    font-size: 0.9em;
    padding-bottom: 0.9em;
    border-bottom: 1px solid #e0e0e0;
}

.single-post-share-button {
    height: 3em;
    width: 3em;
    color: #fff;
    line-height: 46px;
    cursor: pointer;
    font-size: 0.9em;
    margin: 1em auto;
    border-radius: 50%;
}

.single-post-sticky-share {
    margin: 1em 0;
}

.share-button-icon {
    float: left;
    width: 2em;
    height: 100%;
    text-align: right;
}

.share-button-text {
    float: right;
    width: calc(100% - 2em);
    height: 100%;
    text-align: center;
}

.single-post-share-facebook {
    background-color: #3b5998;
}

.single-post-share-twitter {
    background-color: #00aced;
}

.single-post-share-whatsapp {
    background-color: #4dc247;
}

.single-post-share-button .fa {
    font-size: 1.35em;
}

.single-post-author-by>a {
    font-weight: 600;
}

.single-post-share-comments {
    background-color: #fb8504;
}

.single-post-share-button:last-of-type {
    margin-bottom: 0;
}

.single-post-categories {
    float: left;
}

.single-post-date {
    float: right;
}

.single-post-meta .fa {
    font-size: 1.2em;
    margin-right: 0.5em;
}

.single-post-meta-details {
    margin-top: 1em;
}

.single-post-the-content>p {
    margin-bottom: 1em;
}

.single-post-content img {
    margin-bottom: 1em;
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.single-post-the-content>p:last-of-type {
    margin-bottom: 0;
}

.single-post-comments {
    margin-top: 1em;
}

.single-post-comments>#disqus_thread {
    background-color: #fff;
    padding: 1em;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.single.blog {
    padding-bottom: 1em;
}

.single-post-related-holder {
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    margin-bottom: 1em;
    background: #fff;
}

.single-post-related-thumbnail {
    height: 8em;
    background-size: cover;
}

.single-post-related-title {
    padding: 1em;
    font-family: 'Slabo 27px', serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.blog-sidebar-related-title {
    font-size: 1.25em;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 1em;
    /* padding-left: 0.25em; */
    padding-bottom: 0.5em;
}

.blog-sidebar-affixed {
    float: right;
    width: 270px;
    padding: 0 1em;
    margin-top: 1em;
    margin-bottom: 1em;
}

.blog-home-sidebar {
    float: right;
    width: 30%;
}

.single-post-related-holder:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 8px 0 rgba(0, 1, 1, 0.2);
}

.single-post-related-link:last-of-type>.single-post-related-holder {
    margin-bottom: 0;
}

.single-post-the-content * {
    max-width: 100%;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .single-content {
        background-color: #fff;
        padding: 12px 20px;
        margin: 10px 0;
        border: 1px solid #ccc;
    }
    .single-title {
        font-size: 2.0em;
    }
    .single-posts-info {
        margin: 15px 0;
    }
    .single-posts-info li {
        display: inline-block;
    }
    .single-posts-info a {
        padding-right: 5px;
        font-size: 1.0em;
    }
    .single-content p {
        margin: 10px 0;
    }
    .single-content img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
    }
    .single-social {
        float: left;
        width: 100%;
        margin-top: 0.25em;
        margin-bottom: 0.9em;
    }
    .single-social-title {
        margin-bottom: 0.25em;
    }
    .single-social-links {}
    .single-social ul li {
        display: inline-block;
        vertical-align: top;
    }
    .single-social ul li a {
        padding: .3em 2em;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-size: 1.3em;
    }
    .single-social ul li:nth-child(1) {
        background-color: #2b4993;
    }
    .single-social ul li:nth-child(2) {
        background-color: #3e97db;
    }
    .single-social ul li:nth-child(3) {
        background-color: #0c0c0c;
    }
    .form-comentario .btn-submit {
        width: 100%;
    }
    .single-post-related {
        display: none;
    }
    .single-post-related h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 1.0em;
        margin-left: 5px;
    }
    .single-post-details {
        height: 22em;
    }
    .single-post-meta {
        font-size: 0.8em;
    }
    .single-post-title {
        font-size: 2.25em;
    }
    .single-post-content {
        width: 100%;
    }
    .single-post-sidebar {
        width: 100%;
    }
    .blog-sidebar-affixed {
        width: 100%;
    }
    .single-post-sticky-left {
        width: 100%;
        padding-right: 0;
        background: #fff;
        box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
        z-index: 9998;
        height: 5em;
        padding-top: 1.2em;
        /* margin-top: 1em; */
    }
    .single-post-holder {
        width: 100%;
    }
    .single-post-sticky-meta {
        float: left;
        width: 20%;
        border-bottom: none;
        padding-bottom: 0;
    }
    .single-post-sticky-share {
        float: left;
        width: 80%;
        margin: 0;
    }
    .single-post-share-button {
        float: left;
        margin: 0 calc(12.5% - 1.5em);
    }
    .single-post-author-by {
        display: none;
    }
    .single-post-author-pic {
        height: 3em;
        width: 3em;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .single-content {
        background-color: #fff;
        padding: 12px 20px;
        margin: 10px 0;
        border: 1px solid #ccc;
    }
    .single-title {
        font-size: 2.0em;
    }
    .single-posts-info {
        margin: 15px 0;
    }
    .single-posts-info li {
        display: inline-block;
    }
    .single-posts-info a {
        padding-right: 5px;
        font-size: 1.0em;
    }
    .single-content p {
        margin: 10px 0;
    }
    .single-content img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
    }
    .single-social {
        float: left;
        width: 100%;
        margin-top: 0.25em;
        margin-bottom: 0.9em;
    }
    .single-social-title {
        margin-bottom: 0.25em;
    }
    .single-social-links {}
    .single-social ul li {
        display: inline-block;
        vertical-align: top;
    }
    .single-social ul li a {
        padding: .3em 2em;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-size: 1.3em;
    }
    .single-social ul li:nth-child(1) {
        background-color: #2b4993;
    }
    .single-social ul li:nth-child(2) {
        background-color: #3e97db;
    }
    .single-social ul li:nth-child(3) {
        background-color: #0c0c0c;
    }
    .form-comentario {}
    .single-post-related {
        margin-bottom: 1.3em;
        float: left;
        width: 100%;
    }
    .single-post-related h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 1.0em;
        margin-left: 5px;
    }
}

@media (min-width: 1025px) {
    .single {
        background-color: #ebebeb;
    }
    .single-content {
        background-color: #fff;
        padding: 12px 20px;
        margin: 10px 0;
        border: 1px solid #ccc;
    }
    .single-title {
        font-size: 2.0em;
    }
    .single-posts-info {
        margin: 15px 0;
    }
    .single-posts-info li {
        display: inline-block;
    }
    .single-posts-info a {
        padding-right: 5px;
        font-size: 1.0em;
    }
    .single-content p {
        margin: 10px 0;
    }
    .single-content img {
        width: 100%;
        max-width: 100%;
        display: block;
        height: auto;
    }
    .single-social {
        float: left;
        width: 100%;
        margin-top: 0.25em;
        margin-bottom: 0.9em;
    }
    .single-social-links {
        float: right;
        padding: 0 0.4em;
    }
    .single-social ul li {
        display: inline-block;
        vertical-align: top;
    }
    .single-social ul li a {
        padding: .3em 2em;
        text-align: center;
        color: #fff;
        display: inline-block;
        font-size: 1.3em;
    }
    .single-social ul li:nth-child(1) {
        background-color: #2b4993;
    }
    .single-social ul li:nth-child(2) {
        background-color: #3e97db;
    }
    .single-social ul li:nth-child(3) {
        background-color: #0c0c0c;
    }
    .form-comentario {}
    .single-post-related {
        margin-bottom: 1.3em;
        float: left;
        width: 100%;
    }
    .single-post-related h3 {
        margin-top: 10px;
        margin-bottom: 10px;
        text-transform: uppercase;
        font-size: 1.0em;
        margin-left: 5px;
    }
}


/*----------------------------------------------*\
                    form comentÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡rio
\*----------------------------------------------*/

.form-comentario {
    margin: 15px 0;
}

.btn {
    border: none;
    padding: 5px;
    background-color: transparent;
    cursor: pointer;
}

.btn-submit {
    color: #333;
    padding: 12px 30px;
    background-color: #fff;
    border: 1px solid #ccc;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.btn-submit:hover {
    background-color: #6afa81;
}


/*----------------------------------------------*\
                    inputs
\*----------------------------------------------*/

.form-input {
    width: 100%;
    padding: 10px 5px;
    border: 1px solid #bbb;
    margin-bottom: 10px;
}

.form-textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 10px;
    border: 1px solid #bbb;
}


/*----------------------------------------------*\
                    404
\*----------------------------------------------*/

.error404 {
    padding-top: 60px;
}

.page-404 {
    background-color: #fff;
    padding-bottom: 100px;
}

.page-404-titulo {
    font-size: 2.3em;
    margin-bottom: 0.5em;
}

.page-404-titulo .num-404 {
    font-size: 2.6em;
    -webkit-animation: anime404 1s linear 0.5s infinite alternate;
    -o-animation: anime404 1s linear 0.5s infinite alternate;
    animation: anime404 1s linear 0.5s infinite alternate;
}

.page-404-form input::-moz-placeholder {
    color: rgba(250, 250, 250, 0.2);
}

@keyframes anime404 {
    0% {
        text-shadow: 1px 0 0 green;
    }
    100% {
        text-shadow: 6px 0 0 green;
    }
}


/*----------------------------------------------*\
					Footer
\*----------------------------------------------*/

footer {
    color: #ccc;
    font-size: 13px;
    background-color: #191919;
    text-transform: uppercase;
}

footer .inner {
    position: relative;
}

.footer-col-1 {
    width: 70%;
    float: left;
}

.footer-col-2 {
    width: 16%;
    float: left;
}

.footer-col-3 {
    width: 13%;
    float: left;
}

.footer-title {
    color: #6afa81;
    margin-bottom: 15px;
    font-weight: bold;
}

.footer-link {
    display: block;
    margin-bottom: 5px;
}

.footer-logo {
    margin-right: 30px;
    margin-bottom: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(img/logo-green-new.png);
}

.footer-phone {
    color: #fff;
    font-weight: bold;
    margin-top: -10px;
}

.footer-social-icon {
    width: 31px;
    height: 31px;
    float: left;
    display: block;
    margin-left: 10px;
    background-image: url(img/social.png);
}

.footer-social-icon.facebook {
    background-position: -46px 0;
}

.footer-social-icon.twitter {
    background-position: 0 0;
}

.footer-social-icon.instagram {
    background-position: -91px 0;
}

.footer-social {
    float: right;
}

@media (max-width: 600px) {
    /* mobile */
    footer {
        padding: 25px;
        text-align: center;
    }
    .footer-col-1,
    .footer-col-3 {
        width: 100%;
    }
    .footer-col-2 {
        display: none;
    }
    .footer-logo {
        width: 100px;
        height: 34px;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    .footer-phone {
        width: 100%;
        display: block;
        font-size: 20px;
        margin: 20px auto 10px;
    }
    .footer-social-icon {
        float: none;
        display: inline-block;
        margin-top: 30px;
    }
    .footer-copy {
        width: 100%;
        left: 0;
        bottom: 0;
        position: absolute;
    }
    .footer-social {
        float: none;
    }
}

@media (min-width: 601px) and (max-width: 1024px) {
    /* tablet */
    footer {
        font-size: 11px;
        padding-top: 30px;
    }
    footer .inner {
        height: auto;
    }
    .footer-logo {
        width: 100px;
        height: 30px;
        float: left;
    }
    .footer-phone {
        font-size: 20px;
    }
    .footer-social-icon {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .footer-copy {
        left: 20px;
        bottom: 0;
        position: absolute;
    }
}

@media (min-width: 1025px) {
    /* site */
    footer {
        padding-top: 40px;
    }
    footer .inner {
        /* height: 160px; */
    }
    .footer-logo {
        width: 116px;
        height: 36px;
        float: left;
    }
    .footer-phone {
        font-size: 25px;
    }
    .footer-copy {
        left: 20px;
        bottom: 0;
        position: absolute;
    }
}


/*----------------------------------------------*\
                    Grid Leet
\*----------------------------------------------*/

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.row:after,
.row:before {
    content: '';
    display: table;
}

.row:after {
    clear: both;
}

@media (max-width:601px) {
    .col-leet-3 {
        width: 100%;
    }
    .col-leet-4 {
        width: 100%;
    }
    .col-leet-6 {
        width: 100% !important;
    }
    .col-leet-teste-6 {
        width: 50% !important;
    }
    .col-leet-8 {
        width: 100%;
    }
    .col-leet-12 {
        width: 100%;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        float: left;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .col-leet-3 {
        width: 25%;
    }
    .col-leet-4 {
        width: 33.3333%;
    }
    .col-leet-sm-6 {
        width: 50% !important;
    }
    .col-leet-6 {
        width: 100%;
    }
    .col-leet-8 {
        width: 100%;
    }
    .col-leet-12 {
        width: 100%;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-sm-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        float: left;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-sm-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px
    }
}

@media (min-width:1025px) {
    .col-leet-12 {
        width: 100%;
    }
    .col-leet-6 {
        width: 50%;
    }
    .col-leet-8 {
        width: 66.66666667%;
    }
    .col-leet-3 {
        width: 25%;
    }
    .col-leet-4 {
        width: 33.3333%;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        float: left;
    }
    .col-leet-1,
    .col-leet-10,
    .col-leet-11,
    .col-leet-12,
    .col-leet-2,
    .col-leet-3,
    .col-leet-4,
    .col-leet-5,
    .col-leet-6,
    .col-leet-7,
    .col-leet-8,
    .col-leet-9 {
        position: relative;
        min-height: 1px;
        padding-right: 5px;
        padding-left: 5px
    }
}

.logo-blog::after {
    content: "BLOG";
    display: block;
    position: absolute;
    color: #fff;
    bottom: 3px;
    right: -62px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-indent: 0;
    border: 1px solid currentColor;
    padding: 3px 5px;
}

.isScroll .logo-blog::after {
    color: black;
}

.header-blog {
    background-color: #f7f7f7;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.header-blog .header-work {
    color: #333;
}

.header-blog.isScroll {
    background-color: #f7f7f7;
}

.single-post-newsletter {
    margin-bottom: 1em;
    background: currentColor url(./img/stripe.png);
    padding: 1em;
    text-align: center;
    color: #27c525;
    position: relative;
}

.newsletter-field {
    border: 2px solid rgba(0, 0, 0, 0.25);
    height: 3em;
    width: 100%;
    margin: 1em 0;
    padding: 0 0.5em;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #fff;
}

.newsletter-button {
    background: #ffffff;
    border: none;
    padding: 0.75em 0.75em;
    text-transform: uppercase;
    font-weight: 700;
    color: currentColor;
    cursor: pointer;
    width: 100%;
}

.mc-text {
    color: #fff;
}

.single-post-leet-ad {}

.single-post-leet-ad * {
    max-width: 100%;
}

.newsletter-field:focus {
    outline: none;
}

.blog-search-input-holder {
    background: #fff;
    padding: 1em;
}

.blog-search-results-number {
    background: #f7f7f7;
    margin-bottom: 1em;
    padding: 1em;
}

.blog-search-input {
    width: 100%;
    border: 2px solid black;
    font-size: 1.5em;
    font-family: 'Slabo 27px', sans-serif;
    padding: 0.5em 0.75em;
}

.blog-search-input-holder ::-webkit-input-placeholder,
.blog-header-search-form ::-webkit-input-placeholder {
    color: #000;
    opacity: initial;
}

.blog-search-result-info {
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

#menu-blog a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

#menu-blog>.menu-item {
    color: #333;
    margin-right: 1.5em;
    padding-bottom: 3px;
    position: relative;
}

#menu-blog>.menu-item::before {
    margin-right: 0.5em;
    font-size: 1em;
}

.blog-nav {
    text-align: left;
    float: left;
    margin-left: 2em;
    width: auto;
    font-size: 1em;
}

#menu-blog>.menu-item::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 0%;
    background: currentColor;
    bottom: -8px;
    left: 50%;
    transition: all 0.25s cubic-bezier(0.4, 0.0, 0.2, 1);
}

#menu-blog>.menu-item:hover::after {
    left: 0;
    width: 100%;
}

#menu-blog>.active-menu {
    color: #0ab927;
    border-bottom: none !important;
}

#menu-blog>.active-menu::after {
    left: 0.5em;
    width: calc(100% - 1em);
}

.header-blog .header-work:hover {
    color: #0ab927;
}

.blog-header-search-form {
    float: right;
    margin-right: 1em;
    position: relative;
}

.blog-header-search-input {
    border: 2px solid black;
    height: 36px;
    width: 15em;
    opacity: 0;
    pointer-events: none;
    position: relative;
    z-index: 1;
    background: transparent;
    padding-left: 0.5em;
    font-family: 'Slabo 27px', sans-serif;
    font-size: 18px;
}

.blog-header-search-check {
    position: absolute;
    right: 10px;
    top: 26px;
    visibility: hidden;
    height: 18px;
    width: 18px;
    z-index: 2;
    cursor: pointer;
}

.blog-header-search-check::before {
    visibility: visible;
}

.blog-header-search-radio {
    position: absolute;
    top: 26px;
    right: 14px;
    visibility: hidden;
    cursor: pointer;
}

.blog-header-search-radio::before {
    visibility: visible;
}

.blog-header-search-radio:checked {
    opacity: 0;
    transform: translateX(10px);
    pointer-events: none;
    z-index: 2;
}

.blog-header-close-radio {
    position: absolute;
    top: 26px;
    right: 12px;
    visibility: hidden;
    cursor: pointer;
    z-index: 2;
}

.blog-header-close-radio::before {
    visibility: visible;
}

.blog-header-close-radio:checked {
    opacity: 0;
    transform: translateX(-20px);
    pointer-events: none;
}

.blog-header-search-radio:checked~.blog-header-search-input {
    opacity: 1;
    pointer-events: auto;
}

.blog-header-search-input:focus {
    outline: none;
}

.blog-search-input:focus {
    outline: none;
}

.blog-category-name {
    font-size: 4em;
    font-family: 'Slabo 27px', sans-serif;
    background: #fff;
    padding: 0.25em 0.5em;
}

.blog-category-description {
    background: #f7f7f7;
    padding: 1em;
}

.blog-category-holder {
    background: #fff;
    margin-bottom: 1em;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

.blog-author-avatar {
    /* float: left; */
    /* width: 10em; */
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    float: left;
    height: 64px;
    margin-right: 0.5em;
}

.blog-author-name {
    font-size: 3.5em;
    font-family: 'Slabo 27px', sans-serif;
    background: #fff;
    padding: 0.25em 0.5em;
}

.blog-author-description {
    background: #f7f7f7;
    padding: 1em;
}

.blog-author-avatar>img {
    border-radius: 64px;
}

.blog-author-holder {
    margin-bottom: 1em;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
}

#form-trabalhe option {
    color: #111;
}

.product-overview-zapmizer {
    background-image: url(img/bg-green.png);
}

.single-post-the-content a {
    color: #004ee0;
    text-decoration: underline;
}

.header-blog .header-menu {
    background: #333;
}

.isActive>#menu-blog>.menu-item::before {
    opacity: 0;
}

.isActive>#menu-blog>.menu-item:hover::after {
    left: 20%;
    width: 60%;
}

.blog-nav.isActive {
    width: 100%;
    height: 100%;
}

.mobile-search-nav {
    display: none;
}

.isActive>#menu-blog>.menu-item {
    color: #fff;
    width: 60%;
    text-align: center;
    margin-left: 20%;
}

.home-product-description>p {
    margin-bottom: 0.75em;
}

.home-clientes-title-container {
    width: 100%;
    float: left;
    text-align: right;
    font-size: 70px;
    margin-top: 1em;
}

.linklist .product-logo {
    background-image: url(img/logo-linklist.png);
    background-size: contain;
    margin-top: 210px;
}

.resolaris .product-logo {
    background-image: url(img/logo-resolaris.png);
    background-size: contain;
    margin-top: 210px;
}

.linklist .product-desc {
    font-size: 44px;
}

.resolaris .product-desc {
    font-size: 44px;
}

.linklist .product-header-image {
    background-image: url(img/linklist-img.png);
    background-size: 60%;
    background-position-y: 100px;
}

.resolaris .product-header-image {
    background-image: url(img/resolaris-img.png);
    background-size: 60%;
    background-position-y: 100px;
}

.product-header.linklist {
    background: #f9228e;
}

.product-header.resolaris {
    background: #f7dd12;
}

.linklist-icon .product-section-item-icon {
    background: #f3f3f3;
    margin-top: 1em;
}

.resolaris-icon .product-section-item-icon {
    background: #f3f3f3;
    margin-top: 1em;
}

.product-overview.product-overview-linklist {
    background: #f9228e url(img/bg-pink.png);
    background-size: cover;
}

.product-overview.product-overview-resolaris {
    background: #f7dd12;
    background-size: cover;
}

.product-overview-linklist .product-overview-button {
    color: #fff;
    border-color: currentColor;
}

.product-overview-linklist .product-overview-pagination {
    color: #fff;
}

.product-overview-linklist .product-overview-page {
    border-color: #fff;
}

.product-overview-linklist .product-overview-page.product-pagination-active {
    background-color: rgba(0, 0, 0, 0.4);
}

.clientes-title {
    background-color: #f3f3f3;
}

.slick-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 32px;
    background: linear-gradient(to left, rgba(243, 243, 243, 1) 25%, rgba(0, 0, 0, 0) 100%);
}

.slick-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 32px;
    background: linear-gradient(to right, rgb(243, 243, 243) 25%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
}

.slick-dots {
    display: none !important;
}

.slick-next {
    right: -15px;
    z-index: 1;
}

.slick-prev {
    left: -15px;
    z-index: 1;
}

.footer-address {
    font-family: 'Open Sans', sans-serif;
}

.header-work.header-work-blog {
    display: none;
}

.isActive+.header-work.header-work-blog {
    display: block;
    position: fixed;
    bottom: 1.35em;
    width: calc(100% - 2em);
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
}

.wp-caption {
    padding: 1em;
    background: #f3f3f3;
    margin-bottom: 1em;
    width: auto !important;
}

.single-post-the-content h1,
.single-post-the-content h2,
.single-post-the-content h3,
.single-post-the-content h4,
.single-post-the-content h5,
.single-post-the-content h6 {
    margin-bottom: 1rem;
    color: #000;
}

#mc-success-holder {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    pointer-events: none;
}

.mc-success {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 1em;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}

.mc-success-holder-active {
    opacity: 1 !important;
    pointer-events: auto !important;
}

.mc-embed-signup-blur {
    filter: blur(5px);
}

.newsletter-field-error {
    border-color: rgba(187, 26, 26, 0.6);
    background-color: rgba(255, 0, 0, 0.25);
}

.single-post-the-content ol {
    margin-left: 1.75em;
}