@import "fonticon.css";

*, *:after, *:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.label.phone_prefix input {
    width: calc(100% - 100px);
    -webkit-border-radius: 0px 6px 6px 0;
    -moz-border-radius: 0px 6px 6px 0;
    border-radius: 0px 6px 6px 0;
}

embed,
video,
iframe,
iframe[style] {
    max-width: 100%;
    height: auto;
}

select {
    border: 1px solid #ccc;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #ffffff url(../../admin/_img/select.png);
    background-size: auto 70%;
    background-repeat: no-repeat;
    background-position: right 10px center;
    cursor: pointer;
    font-size: 1em;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
    margin: 0;
}

a img {
    border: none;
    margin: 0;
}

ul {
    list-style: none;
}

label {
    width: 100%;
}

fieldset {
    border: 0;
}

input,
select,
textarea {
    padding: 10px;
    width: 100%;
}

input.btn {
    width: auto;
    cursor: pointer;
}

.container {
    display: block;
    /*width: 100%;*/
}

/*####################
###### FLEX BOX ########
####################*/
.flex-container {
    display: flex;
    margin: 0 auto;
    min-width: 300px;
}

/*FLEX ITEM*/
.flex-item {
    flex: 1;
    margin: 5px;
}

/*flex-wrap*/
.nowrap {
    flex-wrap: nowrap;
}

.wrap {
    flex-wrap: wrap;
}

.wrap-reverse {
    flex-wrap: wrap-reverse;
}

/*flex-flow*/
.row-nowrap {
    flex-flow: row nowrap;
}

.column-nowrap {
    flex-flow: column nowrap;
}

.row-wrap {
    flex-flow: row wrap;
}

/*justify-content*/
.flex-start {
    justify-content: flex-start;
}

.flex-end {
    justify-content: flex-end;
}

.center {
    justify-content: center;
}

.space-between {
    justify-content: space-between;
}

.space-around {
    justify-content: space-around;
}

/*align-items*/
.stretch {
    align-items: stretch;
}

.flex-start {
    align-items: flex-start;
}

.flex-end {
    align-items: flex-end;
}

.center {
    align-items: center;
}

.baseline {
    align-items: baseline;
}

/*flex-grow*/
/* Os itens não se expandem para ocupar o container. */
.grow0 {
    flex-grow: 0;
}

/* Os itens se expandem igualmente para ocupar o container. Utilizando apenas o flex-grow, o crescimento é distribuído igualmente antes e depois do conteúdo de cada elemento. (pois por padrão o flex-basis é auto) */
.grow1 {
    flex-grow: 1;
}

/* Os itens se expandem duas vezes mais que aqueles com flex-grow: 1; */
.grow2 {
    flex-grow: 2;
}

/******************END FLEX BOX *********************/

.content {
    display: block;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.fl_right {
    float: right;
}

.fl_left {
    float: left;
}

.progress {
    display: block;
    width: 100%;
    background: #333;
}

.progress_bar {
    display: inline-block;
    background: #00B494;
    color: #fff;
    padding: 5px;
    font-size: 0.7em;
    text-align: center;
    max-width: 100%;
    font-weight: 600;
    text-shadow: 1px 1px 0 #333;
    text-transform: uppercase;
}

.radius {
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

.rounded {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.label_50 {
    height: auto;
    overflow: hidden;
}

.label_50 label {
    display: inline-block;
    width: 48%;
    float: left;
}

.label_50 label:nth-child(2n+0) {
    margin-left: 4%;
}

/***********************************
######## HTML CHARS CONFIG #########
***********************************/
.htmlchars {
    display: block;
    width: 100%;
    min-height: 60vh;
    /* padding: 30px; */
    color: #666666;
    font-size: 16px;
}

.htmlchars a {
    text-decoration: none;
    color: #0e8ad8;
}

.htmlchars a:hover, .htmlchars a:active, .htmlchars a:visited {
    text-decoration: none;
    color: #0e69b7;
}

.htmlchars ul, ol {
    padding: 25px;
    margin: 0;
}

.htmlchars ul li {
    list-style: none;
}

.htmlchars ul li:before {
    content: '\1f377';
    font-family: 'fontAwesome';
    font-size: 1.1em;
    line-height: 1.2em;
    color: #84d884;
    margin-right: 4px
}

.htmlchars ol li {
    list-style-type: decimal;
}

.htmlchars pre {
    font-size: 1em !important;
    padding: 10px;
    background: #fbf0f0;
    font-family: 'Source Code Pro', serif;
}

.htmlchars img {
    max-width: 100% !important;
}

.htmlchars h3 {
    font-size: 1.4em;
    font-weight: 600;
    margin: 20px 0 10px 0;
}

.htmlchars h4 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 20px 0 10px 0
}

.htmlchars h5 {
    font-size: 1.1em;
    font-weight: 400;
    line-height: 22px;
    padding: 0 0 0 5px;
    margin: 10px 0 0 10px;
}

.product_footer h5:before, .htmlchars h5:before {
    content: '\2713';
    font-size: 1.1em;
    color: #84d884;
    margin-right: 4px;
    font-weight: 600;
}

.htmlchars h6 {
    font-size: 1.25em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    border-left: 2px solid var(--primary-color-1);
    width: 100%;
    padding: 50px;
    margin: 0 auto;
    line-height: 30px;
}

.htmlchars h6:before {
    content: '" ';
    font-family: 'Montserrat';
    color: var(--second-color-1);
    font-size: 1.35em;
    font-weight: 600;
}

.htmlchars h6:after {
    content: ' "';
    font-family: 'Montserrat';
    color: var(--second-color-1);
    font-size: 1.35em;
    font-weight: 600;
}

.htmlchars p {
    font-size: 1.1em !important;
    margin: 15px 0 0 0;
    font-weight: 300;
}

.htmlchars p:not(:last-child) {
    margin-bottom: 10px;
}

/*.htmlchars iframe, .htmlchars iframe[style] {
    width: 95% !important;
    height: auto;
    min-height: 52vh;
    display: block;
    margin: 20px auto;
}*/

[style*="--aspect-ratio"] > :first-child {
    width: 100%;
}

[style*="--aspect-ratio"] > img {
    height: auto;
}

@supports (--custom:property) {
    [style*="--aspect-ratio"] {
        position: relative;
    }

    [style*="--aspect-ratio"]::before {
        content: "";
        display: block;
        padding-bottom: calc(100% / (var(--aspect-ratio)));
    }

    [style*="--aspect-ratio"] > :first-child {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
    }
}

.htmlchars table {
    border-collapse: collapse;
    margin-bottom: 30px;
    width: 100%;
}

.htmlchars table tr:nth-child(1) {
    background-color: var(--primary-color-1);
    font-weight: bold;
    color: #ffffff;
}

.htmlchars table tr:nth-child(even) {
    background-color: #eee;

}

.htmlchars table td {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.htmlchars img {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*
TRIGGER


/*TRIGGER*/
.trigger {
    position: relative;
    width: 100%;
    padding: 15px;
    background: #333;
    font-size: 1em;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.trigger_none {
    margin-bottom: 0;
}

.trigger p {
    margin-top: 10px;
}

.trigger_ajax {
    display: none;
    cursor: pointer;
}

.trigger_success {
    background-color: #00B494;
}

.trigger_info {
    background-color: #0E96E5;
}

.trigger_alert {
    background-color: #FAAD50;
}

.trigger_error {
    background-color: #F45563;
}

.trigger_success:before {
    font-family: 'icomoon' !important;
    content: "\ea10";
    font-size: 2em;
    vertical-align: middle;
    margin-right: 5px
}

.trigger_info:before {
    font-family: 'icomoon' !important;
    content: "\ea08";
    font-size: 2em;
    vertical-align: middle;
    margin-right: 5px
}

.trigger_alert:before {
    font-family: 'icomoon' !important;
    content: "\ea07";
    font-size: 2em;
    vertical-align: middle;
    margin-right: 5px
}

.trigger_error:before {
    font-family: 'icomoon' !important;
    content: "\ea0e";
    font-size: 2em;
    vertical-align: middle;
    margin-right: 5px
}

.trigger_modal {
    position: fixed;
    right: 0;
    top: 0;
    width: 460px;
    max-width: 80%;
    padding: 15px;
    cursor: pointer;
    z-index: 9999;
}

.trigger_modal .trigger {
    padding: 20px;
    margin: auto 30px auto auto;
}

.pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.pagination li {
    display: inline-block;
}

.pagination li span,
.pagination li a {
    font-size: 0.975em;
    display: inline-block;
    padding: 4px 13px;
    background: var(--second-color-1);
    margin: 0 5px;
    border-radius: 50%;
    text-decoration: none;
    color: var(--primary-color-1);
    font-weight: 600;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination li a:hover {
    background: var(--primary-color-1);
    color: #ffffff;
}

.pagination li span {
    background: var(--primary-color-1);
    color: #ffffff;
    border: 2px solid var(--second-color-1);
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
}

/*DISPLAY MODE*/
.ds_none {
    display: none;
}

.ds_block {
    display: block;
}

.ds_inline {
    display: inline;
}

.ds_inblock {
    display: inline-block;
}

/*MARGIN MODE*/

.m_top {
    margin-top: 20px;
}

.m_bottom {
    margin-bottom: 20px;
}

.m_left {
    margin-left: 20px;
}

.m_right {
    margin-right: 20px;
}

/*ALIGN*/

.al_center {
    text-align: center;
}

.al_left {
    text-align: left;
}

.al_right {
    text-align: right;
}

.al_justify {
    text-align: justify;
}

/*TOOLTIP*/
.wc_tooltip {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.wc_tooltip:hover .wc_tooltip_balloon {
    display: inline;
}

.wc_tooltip_balloon {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 100%;
    margin-bottom: 10px;
    font-weight: 600;
    width: 100px;
    padding: 8px;
    background: #000;
    opacity: 0.9;
    z-index: 99999;
    color: #fff;
    font-size: 0.75rem;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: none !important;
    font-family: 'Montserrat', sans-serif;
}

.wc_tooltip_balloon::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}

/***********************************
######### CUSTON BUTTONS ###########
***********************************/
.btn {
    display: inline-block;
    cursor: pointer;
    padding: 7px 12px;
    margin-top: 2px;
    background: #888;
    font-size: 0.9em;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    letter-spacing: 1px
}

.btn_medium {
    padding: 10px 20px;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
}

.btn:hover {
    background: #ffffff;
    text-decoration: none !important;
}

.btn_blue {
    background-color: #0E96E5;
    text-shadow: 1px 1px #096397;
}

.btn_blue:hover {
    background-color: #096397;
}

.btn_green {
    background-color: #00B494;
    text-shadow: 1px 1px #008068;
}

.btn_green:hover {
    background-color: #008068;
}

.btn_yellow {
    background-color: #FAAD50;
    text-shadow: 1px 1px #CC8D41;
}

.btn_yellow:hover {
    background-color: #CC8D41;
}

.btn_red {
    background-color: #F45563;
    text-shadow: 1px 1px #C54550;
}

.btn_red:hover {
    background-color: #C54550;
}

.btn_cta_blue {
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #0E96E5;
    border-bottom: 5px solid #096397;
}

.btn_cta_blue:hover {
    background-color: #096397;
    border-color: #0A537D;
}

.btn_cta_green {
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #00B494;
    border-bottom: 5px solid #008068;
}

.btn_cta_green:hover {
    background-color: #008068;
    border-color: #0B5747;
}

.btn_cta_yellow {
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #FAAD50;
    border-bottom: 5px solid #CC8D41;
}

.btn_cta_yellow:hover {
    background-color: #CC8D41;
    border-color: #A67436;
}

.btn_cta_red {
    padding: 15px 30px;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    background: #F45563;
    border-bottom: 5px solid #C54550;
}

.btn_cta_red:hover {
    background-color: #C54550;
    border-color: #93343C;
}

.btn_green_noaction:hover {
    background: #00B494 !important;
    cursor: default !important;
}

.btn_blue_noaction:hover {
    background: #0E96E5 !important;
    cursor: default !important;
}

.btn_yellow_noaction:hover {
    background: #FAAD50 !important;
    cursor: default !important;
}

.btn_red_noaction:hover {
    background: #F45563 !important;
    cursor: default !important;
}

/***********************************
############### BARS  ##############
***********************************/
.bar_green {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #00B494;
    font-size: 0.8em;
    color: #fff;
}

.bar_blue {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #0E96E5;
    font-size: 0.8em;
    color: #fff;
}

.bar_red {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #F45563;
    font-size: 0.8em;
    color: #fff;
}

.bar_yellow {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 10px 5px 10px;
    background: #FAAD50;
    font-size: 0.8em;
    color: #fff;
}

.bar_icon:before {
    display: inline-block;
    margin-right: 4px !important;
}

/***********************************
########## FONT COLOR  #############
***********************************/
.font_black {
    color: black !important;
}

.font_white {
    color: white !important;
}

.font_yellow {
    color: #FAAD50 !important;
}

.font_green {
    color: #00B494 !important;
}

.font_blue {
    color: #0E96E5 !important;
}

.font_red {
    color: #C54550 !important;
}

.font_purple {
    color: #B78FD3 !important;
}

.font_vintage {
    color: #7EB1BC !important;
}

/***********************************
########## BACK COLOR  #############
***********************************/
.bg_yellow {
    background-color: #FAAD50 !important;
}

.bg_green {
    background-color: #00B494 !important;
}

.bg_blue {
    background-color: #0E96E5 !important;
}

.bg_red {
    background-color: #C54550 !important;
}

.bg_purple {
    background-color: #b78fd3 !important;
}

.bg_vintage {
    background-color: #7eb1bc !important;
}

/***********************************
############ BOX MODEL #############
***********************************/
.box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-left: -4px;
    padding: 10px;
}

.box:before {
    clear: both;
}

.box25 {
    width: 25%;
}

.box30 {
    width: 30%;
}

.box33 {
    width: 33.333333333%;
}

.box50 {
    width: 50%;
}

.box70 {
    width: 70%;
}

.box100 {
    width: 100%;
}

.box1 {
    width: 100%;
    margin: 15px 0 15px 0;
}

.box2 {
    width: 49%;
    margin: 1% 2% 1% 0;
}

.box2:nth-of-type(2n+0) {
    margin-right: 0;
}

.box3 {
    width: 32%;
    margin: 1% 2% 1% 0;
}

.box3:nth-of-type(3n+0) {
    margin-right: 0;
}

.box4 {
    width: 23%;
    margin: 1% 2% 1% 0;
}

.box4:nth-of-type(4n+0) {
    margin-right: 0;
}

.box5 {
    width: 18.4%;
    margin: 1% 2% 1% 0;
}

.box5:nth-of-type(5n+0) {
    margin-right: 0;
}

.box_side {
    width: 70%;
    padding-right: 40px;
}

.box_bar {
    width: 30%;
}

/***********************************
############# OPTIN`S ##############
***********************************/
.calltoaction {
    background-color: #4CAF50;
    border: none;
    color: white !important;
    padding: 20px;
    width: 100%;
    text-align: center;
    text-decoration: none !important;
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-shadow: 1px 1px 0 #000;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    cursor: pointer;
    box-shadow: 1px 1px 3px 1px #ccc;
    -moz-box-shadow: 1px 1px 3px 1px #ccc;
    -webkit-box-shadow: 1px 1px 3px 1px #ccc;
}

.calltoaction:hover {
    background-color: #55C25C; /* Green */
    color: white;
}

#optin {
    width: 100%;
    text-align: center;
}

#optin * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#optin input {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#optin input[type="text"],
#optin input[type="email"] {
    border: 1px solid #ccc;
    font-size: 15px;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 100%
}

#optin input.email {
    background: #fff url(images/email.png) no-repeat center right;
}

#optin input.name {
    background: #fff url(images/name.png) no-repeat center right;
}

#optin input[type="submit"] {
    display: block;
    width: 100%;
    padding: 15px;
    background: #56b748;
    border: 1px #4a9e3e solid;
    color: #fff;
    text-shadow: 1px 1px 0 #333;
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#optin input[type="submit"]:hover {
    background: #4a9e3e;
    border-color: #3e8434;
}

#optin .termos {
    font-size: 0.8em;
    margin: 10px 0 0 0;
    display: inline-block;
    padding-left: 25px;
    background: url(images/privace.png) left center no-repeat;
    text-transform: uppercase;
    color: #555;
}

/***********************************
############# MAINTENANCE ##############
***********************************/

.workcontrol_maintenance {
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #e02329;
    color: #fff;
    text-shadow: 1px 1px 0px #855E5E;

}

/***********************************
########## MEDIA QUERIES ###########
***********************************/

@media (max-width: 34em) {
    .box2,
    .box3,
    .box4,
    .box5 {
        width: 100%;
        margin: 15px 0 15px 0 !important;
    }

    .label_50 label {
        display: block;
        width: 100%;
    }

    .label_50 label:nth-child(2n+0) {
        margin-left: 0;
    }

    .wc_ead_enter_actions,
    .form_actions {
        text-align: center !important;
    }
      .flex-container {
        flex-direction: column;
    }
}

@media (min-width: 34em) and (max-width: 48em) {
    .box2,
    .box3,
    .box4,
    .box5 {
        width: 48%;
        margin: 1% 2% 1% 0 !important;
    }

    .box2:nth-of-type(2n+0),
    .box3:nth-of-type(2n+0),
    .box4:nth-of-type(2n+0),
    .box5:nth-of-type(2n+0) {
        margin-right: 0 !important;
    }

    .box33,
    .box25 {
        width: 100%;
    }

    .label_50 .label {
        width: 100%;
        margin-left: 0 !important;
    }

    .flex-container {
        flex-direction: column;
    }
}

@media (min-width: 48em) and (max-width: 64em) {
    .box3,
    .box4,
    .box5 {
        width: 32%;
        margin: 1% 2% 1% 0 !important;
    }

    .box3:nth-of-type(3n+0),
    .box4:nth-of-type(3n+0),
    .box5:nth-of-type(3n+0) {
        margin-right: 0 !important;
    }

    .box25 {
        width: 50%;
    }

    .box33 {
        width: 50%;
    }

    .box30 {
        width: 100%;
    }

    .box50 {
        width: 100%;
    }

    .box70 {
        width: 100%;
    }

    .box100 {
        width: 100%;
    }

    .post_list_content {
        font-size: 0.85em;
    }
}

@media (max-width: 60em) {
    .box_bar,
    .box_side {
        width: 100%;
        padding: 0;
    }

    .post_list_content {
        font-size: 0.875em;
    }
}

@media (min-width: 64em) and (max-width: 80em) {
    .box4,
    .box5 {
        width: 23%;
        margin: 1% 2% 1% 0 !important;
    }

    .box4:nth-of-type(4n+0),
    .box5:nth-of-type(4n+0) {
        margin-right: 0 !important;
    }
}
