@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300&display=swap);

@font-face {
    font-family: TungstenBold;
    src: url(../../SD/fonts/Tungsten-Bold.woff) format("woff")
}

@font-face {
    font-family: ForzaLight;
    src: url(../../SD/fonts/Forza-Light.woff) format("woff")
}

@font-face {
    font-family: ForzaBold;
    src: url(../../SD/fonts/Forza-Bold.woff) format("woff")
}

html {
    box-sizing: border-box
}

html * {
    box-sizing: inherit
}

body {
    background-color: #fff;
    color: #333;
    font-family: Roboto, sans-serif;
    margin: 0
}

.container {
    display: block;
    margin: auto;
    max-width: 1170px;
    padding: 0 15px
}

.disabled {
    display: none !important
}

.main-header {
    background-color: #000;
    padding: 10px 0;
    width: 100%
}

.main-header,
.main-header .logo {
    display: inline-block;
    margin: 0;
    vertical-align: top
}

.main-header .logo img {
    display: inline-block;
    max-height: 35px;
    vertical-align: top
}

.main-header h1 {
    color: #fff;
    float: right;
    font-size: 18px;
    font-weight: 600;
    margin: 5px 0 0;
    text-transform: uppercase;
}

@media screen and (max-width:520px) {
    .main-header {
        text-align: center
    }

    .main-header .logo {
        width: 100%
    }

    .main-header h1 {
        margin-top: 10px;
        width: 100%;
    }
}

.title-master {
    border-bottom: 1px dotted #ccc;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0;
    margin: 30px 0 0;
    padding: 0 0 5px;
    text-decoration: none
}

.content-inputs {
    display: block;
    margin: 0;
}

.content-inputs .box-form {
    max-width: 800px
}

.content-inputs .box-form,
.content-inputs .input-container {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.insert-block {
    max-width: 780px !important;
    margin: auto;
    width: 100%;
}

.content-inputs .input-container.disabled {
    display: none
}

.content-inputs .input-container .lbl,
.content-inputs .input-container .lbl-block,
.content-inputs .input-container .row-form,
.content-inputs .input-container .sub-lbl {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%
}

.content-inputs .input-container .row-form.changed .select-type {
    display: none
}

.content-inputs .input-container .lbl {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    margin-top: 20px;
    text-transform: uppercase
}

.content-inputs .input-container .sub-lbl {
    color: #777;
    font-size: 13px;
    margin-top: 15px;
    padding: 0 2px;
}

.content-inputs .input-container .lbl-block {
    background-color: transparent;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    margin: 20px auto 15px;
    padding: 1px 5px;
    text-transform: uppercase;
    border-bottom: 1px solid #999;
}

.content-inputs .input-container input[type=text],
.content-inputs .input-container select,
.content-inputs .input-container textarea {
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333;
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    margin: 5px 0 0;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    border-radius: 3px;
}

.content-inputs .input-container input[type=text],
.content-inputs .input-container select {
    height: 40px;
}
.content-inputs .input-container select.select-type {
    background: #EEE;
    max-width: 780px;
    margin: auto;
}
.content-inputs .input-container textarea {
    height: 150px
}

.content-inputs .group {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%
}

.content-inputs .group.active {
    display: inline-block
}

.content-inputs .remove-btn {
    background: red;
    border: none;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 12px;
    font-weight: 700;
    margin: 15px auto 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    max-width: 600px;
    border-radius: 4px;
    text-decoration: none;
}

.content-inputs .remove-btn:hover {
    color: #FFF;
    text-decoration: none;
    background: #90030d;
}

.content-inputs .remove-btn.active {
    display: block;
}

.content-inputs .add-btn {
    background: #0b9101;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    font-weight: 700;
    margin: 15px auto 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    text-decoration: none;
    width: 100%;
    text-align: center;
    max-width: 600px;
    border-radius: 4px;
}

.content-inputs .add-btn:hover {
    color: #fff;
    background: #065a00;
}

.content-inputs .btn-change {
    background-color: #013b13;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 15px 0 0;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}

.content-inputs .btn-change:hover {
    color: #FFF;
    background: #037126;
}

.content-code,
.content-preview {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 100%
}

.content-code .output,
.content-preview .output {
    display: block;
    margin: 10px auto
}

.content-code .output {
    font-size: 13px
}

.content-code #copiar {
    background: #013b13;
    border: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    margin: 15px 0 20px;
    padding: 10px 35px;
    text-transform: uppercase;
    vertical-align: top;
    border-radius: 3px;
}

.content-code #copiar:hover {
    color: #FFF;
    background: #037126;
}

.main-footer {
    background-color: #000;
    display: inline-block;
    margin: 30px 0 0;
    padding: 15px 0;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.main-footer p {
    color: #fff;
    font-size: 13px;
    margin: 0
}

.banner-3-col {
    align-items: flex-start;
    align-self: stretch;
    background-color: #1a1a1a;
    display: flex;
    gap: 10px;
    padding: 64px 100px
}

.banner-3-col .center-image {
    align-items: center;
    display: flex;
    justify-content: center
}

.banner-3-col .center-image img {
    width: 100%
}

.banner-3-col h1,
.banner-3-col h2,
.banner-3-col p {
    margin-bottom: 24px
}

.banner-3-col h1 {
    font-size: 32px;
    letter-spacing: .64px
}

.banner-3-col h1,
.banner-3-col h2 {
    color: #fff;
    font-family: TungstenBold, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase
}

.banner-3-col h2 {
    font-size: 16px;
    letter-spacing: .32px
}

.banner-3-col p {
    color: #fff;
    font-family: ForzaLight;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: .24px;
    line-break: anywhere;
    line-height: normal;
    text-transform: lowercase
}

.banner-3-col .left-side h1,
.banner-3-col .left-side h2,
.banner-3-col .left-side p {
    text-align: right
}

.banner-3-col .right-side h1,
.banner-3-col .right-side h2,
.banner-3-col .right-side p {
    text-align: left
}

.banner-3-col img {
    width: 100%
}

.text-image-style-2 {
    padding: 32px
}

.text-image-style-2 .container {
    max-width: 809px
}

.text-image-style-2 .block-title {
    color: #080808;
    font-family: TungstenBold, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 3.2px;
    line-height: normal;
    margin-bottom: 64px;
    text-align: center;
    text-transform: uppercase
}

.text-image-style-2 .content {
    margin-bottom: 64px
}

.text-image-style-2 .content:last-child {
    margin-bottom: 0
}

.text-image-style-2 .content h2 {
    color: #080808;
    font-family: TungstenBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.92px;
    line-height: normal;
    margin-bottom: 24px;
    text-transform: uppercase
}

.text-image-style-2 .content p {
    color: #333;
    font-family: ForzaLight;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-break: anywhere;
    line-height: 21px;
    margin: 0;
    text-transform: lowercase
}

.text-image-style-2 .image-container {
    align-items: center;
    display: flex;
    justify-content: center
}

.text-image-style-3 {
    padding: 32px
}

.text-image-style-3 .container {
    max-width: 809px
}

.text-image-style-3 .block-title {
    color: #080808;
    font-family: TungstenBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 1.92px;
    line-height: 19px;
    margin-bottom: 24px;
    text-transform: uppercase
}

.text-image-style-3 .content {
    margin-bottom: 24px
}

.text-image-style-3 .content h2 {
    color: #e30613;
    font-family: ForzaBold;
    margin-bottom: 8px;
    text-transform: uppercase
}

.text-image-style-3 .content h2,
.text-image-style-3 .content p {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px
}

.text-image-style-3 .content p {
    color: #828282;
    font-family: ForzaLight;
    line-break: anywhere;
    margin-bottom: 0;
    text-transform: lowercase
}

.text-image-style-3 .content:last-child {
    margin: 0
}

.text-image-style-3 .image-container {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.recomendacoes .container .row>.col-12 {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.recomendacoes .container .row>.col-12 .title-secao {
    color: #080808;
    font-family: TungstenBold;
    font-size: 40px;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 3.2px;
    line-height: normal;
    text-align: center;
    text-transform: uppercase
}

.recomendacoes .container .row>.col-12 .description-secao {
    color: #333;
    font-family: ForzaLight;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 21px;
    max-width: 570px;
    text-align: center;
    text-transform: lowercase
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-item {
    border: none
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-button {
    font-feature-settings: "clig"off, "liga"off;
    background-color: transparent;
    border: none;
    box-shadow: none;
    box-shadow: inset 0 -1px 0 #e0e0e0;
    color: #080808;
    font-family: TungstenBold;
    font-size: 20px;
    font-style: normal;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 18px;
    text-transform: uppercase
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-button:not(.collapsed) {
    box-shadow: inset 0 -1px 0 red
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body .subtitile {
    color: #080808;
    font-family: ForzaBold;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body .subtitile span {
    color: #4f4f4f;
    font-family: ForzaLight;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-height: 18px
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body h2 {
    color: #080808;
    font-family: TungstenBold;
    font-size: 24px;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 1.92px;
    line-height: normal;
    text-transform: uppercase
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body h4 {
    font-feature-settings: "clig"off, "liga"off;
    color: #080808;
    font-family: ForzaBold;
    font-size: 12px;
    font-style: normal;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body p {
    color: #4f4f4f;
    font-family: ForzaLight;
    font-size: 14px;
    font-style: normal;
    font-weight: 325;
    line-break: anywhere;
    line-height: 18px
}

.recomendacoes .container .row #accordionRecomendacoes .accordion-body .description ul li {
    color: #4f4f4f;
    font-family: ForzaLight;
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: 18px
}

.faq-image {
    background-color: #272727
}

.faq-image .container h1 {
    color: #fff;
    font-family: TungstenBold;
    font-size: 40px;
    font-style: normal;
    font-weight: 450;
    letter-spacing: 3.2px;
    line-height: normal;
    text-transform: uppercase
}

.faq-image .container .accordion .accordion-item {
    background-color: transparent;
    border-color: #3a3a3a
}

.faq-image .container .accordion .accordion-button {
    font-feature-settings: "clig"off, "liga"off;
    background-color: transparent;
    border-bottom: 1px solid #3a3a3a;
    box-shadow: none;
    color: #fff;
    font-family: TungstenBold;
    font-size: 20px;
    font-style: normal;
    font-variant-numeric: lining-nums tabular-nums;
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 18px;
    outline: none;
    text-transform: uppercase
}

.faq-image .container .accordion .accordion-body {
    color: #fff;
    font-family: ForzaLight;
    font-size: 12px;
    font-style: normal;
    font-weight: 325;
    line-height: 21px;
    text-transform: lowercase
}

.faq-image .container img {
    width: 100%
}

@media screen and (max-width:1023px) {
    .banner-3-col {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        gap: 32px;
        padding: 64px 20px 40px
    }

    .banner-3-col h1,
    .banner-3-col h2,
    .banner-3-col p {
        text-align: center !important
    }

    .banner-3-col p {
        line-height: 16px
    }

    .text-image-style-2 {
        padding: 64px 20px
    }

    .text-image-style-2 .container {
        padding: 0
    }

    .text-image-style-2 .block-title {
        text-align: left
    }
}


.selecttemp {
    display: flex;
    max-width: 800px;
    width: 100%;
    flex-direction: column;
    margin: 30px auto;
    align-items: center;
    min-height: calc(100vh - 192px);
    justify-content: center;
}

.selecttemp-tittle {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin: 70px auto 30px;
}

.selecttemp-tittle span {
    display: block;
    font-size: 10px;
    text-transform: none;
    font-weight: 400;
}

.selecttemp-wrap {
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.selecttemp-box {
    margin: 10px auto;
}

.selecttemp-button {
    min-width: 300px;
}

.selecttemp-button a {
    width: 100%;
    background: #013b13;
    display: block;
    text-align: center;
    border-radius: 3px;
    padding: 10px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
}

.selecttemp-button a:hover {
    color: #FFF;
    background: #037126;
}

.selecttemp-model {
    text-align: center;
}

.selecttemp-model a {
    color: #000;
    font-size: 12px;
}

.selecttemp-model a:hover {
    text-decoration: none;
    color: #000;
}