/*
*Theme Name: WEB NORTE
*Theme URI: https://www.elroi.com.br/
*Description: WEB NORTE - Tema exclusivo Elroi
*Author: Giordano Magalhães
*Author URI: https://www.elroi.com.br/
*/

/*
font-family: 'Ubuntu', sans-serif;
*/

/* ESTILOS GERAIS */
.separacao {
    margin-top: 65px;
}

:root {
    --font-ubuntu: "Ubuntu", sans-serif;
    --font-raleway: "Raleway", sans-serif;
}

html,
body {
    height: 100%;
}
body {
    background: #180020;
    font-family: var(--font-ubuntu);
    font-size: 18px;
    overflow-x: hidden;
}
img {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin: 0;
}
a,
a:visited,
a:active {
    color: #fff;
    text-decoration: none;
    transition: all 200ms linear;
}
a:hover {
    text-decoration: none;
}
.wrap {
    position: relative;
    max-width: 1440px;
    width: 100%;
    margin: auto;
}

#wpadminbar {
    display: none;
}

.body-modal {
    overflow: hidden;
}

/* ESTILOS DE TEXTOS */
.title {
    color: #CFCFCF;
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -2.08px;
    margin: 0;
}
.title.size-menor {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1.6px;
}
span.title-orange {
    color: #F26803;
}
.subtitle {
    font-family: var(--font-raleway);
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin: 0;
}
.des {
    color: #CFCFCF;
    font-family: var(--font-raleway);
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

/* ESTILOS DO MAIN-CONTAINER */
.main-container {
    display: flex;
    flex-direction: column;
    gap: 80px;
}

/* ESTILOS DO INNER */
.inner.start {
    align-items: start;
}
.inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}
.icon-texto {
    display: flex;
    align-items: center;
    gap: 6px;
}
.icon-texto .des {
    line-height: 18px;
}
.traco {
    width: 280px;
    height: 4px;
    border-radius: 2px;
    opacity: 0.2;
    background: #F26803;
}
.inner .subtitle {
    color: #fff;
    text-align: center;
}
.inner-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ESTILOS DO BOX */
.box-bg-img {
    background: linear-gradient(0deg, #180020 0%, #180020 100%), url(/wp-content/themes/webnorte/assets/imgs/backgrounds/bg-box.jpeg) lightgray 50% / cover no-repeat;
    background-blend-mode: hard-light, normal;
    padding: 32px;
    border-radius: 12px 12px 0 0;
    display: flex;
    align-items: center;
    gap: 16px;
}
.box-bg-color {
    background: #120018;
    padding: 32px;
    border-radius: 0 0 12px 12px;
    flex: 1;
}
.box-texto {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* ---------- ESTILOS ESPECIFICOS DO HERO ---------- */

/* hero-carousel */
.hero .wrap {
    margin-top: -145px;
}
.hero-carousel.one {
    transform: rotate(3deg);
    opacity: 0.7;
    filter: blur(3px);
}
.hero-carousel.two {
    transform: rotate(-3deg);
    margin-top: -95px;
}
.hero-carousel {
    background: linear-gradient(95deg, #FB710D 30.58%, #F26803 81.64%);
    padding: 44px 0;
}
.hero-carousel div {
    padding: 0 16px;
}
.hero-carousel h1 {
    font-size: 54.663px;
    font-style: normal;
    font-weight: 700;
    line-height: 54.663px;
    letter-spacing: -2.187px;
    margin: 0;
}
.hero-carousel h1.nao-vazado {
    color: #180020;
}
.hero-carousel h1.vazado {
    color: transparent;
    -webkit-text-stroke: 2px #180020;
}

/* hero-content:nth-child(1) */
.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: center;
}
.hero-content .title {
    padding-bottom: 24px;
}
.hero-content .subtitle {
    color: #CFCFCF;
    padding-bottom: 31px;
}
.btn-hero .agendar {
    display: inline-flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F26803;

    color: #110216;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.8px;
}
.btn-hero .obs {
    color: #CFCFCF;
    font-family: var(--font-raleway);
    font-size: 14px;
    font-weight: 500;
    padding-top: 7px;
}
/* ---------- ESTILOS ESPECIFICOS DO HERO ---------- */

/* ---------- ESTILOS ESPECIFICOS DO DIFERENCIAL ---------- */
.diferencial {
    padding: 120px 0;
}
.diferencial-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.diferencial-content {
    display: flex;
    flex-direction: column;
}
.box-texto.box-diferencial h1 {
    color: #F26803;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.48px;
}
.box-texto.box-diferencial h2 {
    color: #CFCFCF;
    font-family: var(--font-raleway);
    font-size: 12px;
    font-weight: 700;
}
/* ---------- ESTILOS ESPECIFICOS DO DIFERENCIAL ---------- */

/* ---------- ESTILOS ESPECIFICOS DOS SERVICOS ---------- */
.servicos .wrap .main-container .inner:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: unset;
}
.inner .servicos-content:nth-child(3) .box-bg-img,
.inner .servicos-content:nth-child(3) .box-bg-color {
    border: none;
}
.servicos-content:nth-child(2) {
    position: relative;
}
.off {
    padding: 6px 20px;
    position: absolute;
    right: 32px;
    border-radius: 0 0 12px 12px;
    background: #F26803;
    color: #110216;
    font-family: var(--font-raleway);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}
.servicos-content h1 {
    color: #CFCFCF;
    font-family: var(--font-raleway);
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
    padding-bottom: 16px;
}
.servicos-content .box-bg-img {
    flex-direction: column;
    gap: 26px;
    align-items: unset;
    border: 2px solid #eb5101;
    border-bottom: none;
}
.servicos-content .box-bg-color {
    display: flex;
    flex-direction: column;
    gap: 29px;
    border: 2px solid #eb5101;
    border-top: none;
}
.box-servicos h1 {
    padding-bottom: 0;
}
.custo-content {
    display: flex;
    align-items: center;
    gap: 7px;
}
.custo {
    color: #F26803;
    font-weight: 500;
}
.custo-one {
    font-size: 52px;
    line-height: 46px;
    letter-spacing: -0.52px;
}
.custo-two {
    display: flex;
    flex-direction: column;
}
.custo-two span:nth-child(1) {
    color: #F26803;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.custo-two span:nth-child(2) {
    color: #CFCFCF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.2px;
}
span.light {
    font-weight: 300;
}
.check-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.check-list-item {
    display: flex;
    align-items: center;
    gap: 8px;
}
.check-list-item .des {
    opacity: 0.9;
}
.btn-servicos div {
    color: #CFCFCF;
    font-family: var(--font-raleway);
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    opacity: 0.6;
    padding-bottom: 9px;
}
.btn-servicos-link {
    display: flex;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 8px;
    border: 2px solid #F26803;
    background: #F26803;

    color: #110216;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}
.btn-servicos-link.transparent {
    background: transparent;
    color: #F26803;
}
.padding {
    padding-bottom: 23px !important;
}
/* ---------- ESTILOS ESPECIFICOS DOS SERVICOS ---------- */

/* ---------- ESTILOS ESPECIFICOS DO CASES ---------- */
.cases {
    padding: 120px 0;
}
.cases .main-container .inner:nth-child(2) {
    background-image: url(/wp-content/themes/webnorte/assets/imgs/backgrounds/bg-seta-copia.png);
    background-repeat: no-repeat;
    background-size: 50% 100%;
    flex-direction: row;
    gap: 0;
    padding: 0 60px;
}
.cases .inner .inner-content:nth-child(1) {
    max-width: 312px;
    width: 100%;
}
.classificacao {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 4px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.70);
    background-blend-mode: multiply;
}
.classificacao .stars {
    display: flex;
    align-items: center;
    gap: 1px;
}
.classificacao .label {
    color: #fff;
    font-family: var(--font-raleway);
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
}
.cases-title {
    color: #CFCFCF;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: -0.96px;
}
.line {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}
.type-one {
    padding: 2px 8px;
    border-radius: 10px;
    border: 1px solid #F26803;
    color: #F26803;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
a.ver-projeto {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #F26803;
    font-family: var(--font-raleway);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    justify-content: right;
}
/* ---------- ESTILOS ESPECIFICOS DO CASES ---------- */

.frame-bg {
    padding: 80px 0;
    background: linear-gradient(0deg, #664073 0%, #664073 100%), linear-gradient(0deg, #180020 0%, #180020 100%), url(/wp-content/themes/webnorte/assets/imgs/backgrounds/bg-box.jpeg) lightgray 50% / cover no-repeat;
    background-blend-mode: multiply, hard-light, normal;
    box-shadow: 0px 4px 92px 0px rgba(0, 0, 0, 0.20) inset;
}

/* ---------- ESTILOS ESPECIFICOS DA EMPRESA ---------- */
.empresa .main-container {
    gap: 120px;
}
.empresa .inner:nth-child(2) {
    flex-direction: row;
}
.empresa .inner-content:nth-child(1) {
    max-width: 423px;
    width: 100%;
    gap: 24px;
}
.empresa .inner-content:nth-child(1) .title {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    letter-spacing: -1.6px;
}
.empresa .inner-content:nth-child(2) {
    width: 100%;
    flex-direction: row;
    gap: 0;
}
img.empresa-img {
    width: 75%;
}
img.baixo-custo {
    object-fit: contain;
    position: absolute;
    right: 0;
    top: 45%;
}
/* ---------- ESTILOS ESPECIFICOS DA EMPRESA ---------- */

/* ---------- ESTILOS ESPECIFICOS DAS ETAPAS ---------- */
.etapas {
    padding: 120px 0;
}
.etapas .main-container .inner:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px 30px;
}
.box-etapa {
    display: flex;
    align-items: center;
    gap: 27px;
    border-radius: 8px;
}
.box-etapa .number {
    padding: 11px 18px;
    border-radius: 4px;
    background: #120018;
    color: #CFCFCF;
    font-size: 40px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -3.2px;
}
.box-etapa .number.green {
    background: #00830D;
}
.box-etapa .textos .des:nth-child(1) {
    font-weight: 700;
}
/* ---------- ESTILOS ESPECIFICOS DAS ETAPAS ---------- */

/* ---------- ESTILOS ESPECIFICOS DOS COMENTARIOS ---------- */
.parceiros .main-container .inner:nth-child(2) {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.stars {
    display: flex;
    align-items: center;
    gap: 1px;
}
.comentarios {
    /* max-width: 400px;
    width: 100%; */
    padding: 0 12px;
}
.box-bg-color.box-comentarios {
    padding: 88px 32px;
    border-radius: 12px 12px 0 0;
}
.box-bg-img.box-comentarios {
    border-radius: 0 0 12px 12px;
}
.box-texto.box-comentarios h1 {
    color: #F26803;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.6px;
}
.box-texto.box-comentarios h2 {
    color: #CFCFCF;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.foto-profile {
    width: 58px;
    height: 58px;
    object-fit: cover;
    border-radius: 8px;
}
/* ---------- ESTILOS ESPECIFICOS DOS COMENTARIOS ---------- */

/* ---------- ESTILOS ESPECIFICOS DAS TECNOLOGIAS ---------- */
.tecnologias {
    padding: 120px 0;
}
.tecnologias .main-container .inner:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 101px;
    justify-content: center;
}
/* ---------- ESTILOS ESPECIFICOS DAS TECNOLOGIAS ---------- */

/* ---------- ESTILOS ESPECIFICOS DO CONTATO ---------- */
.contato {
    padding: 80px 0;
    background: url(/wp-content/themes/webnorte/assets/imgs/backgrounds/bg-contato.jpeg) #120018 50% / cover no-repeat;
    background-blend-mode: soft-light;
    box-shadow: 12px 12px 60px 0px rgba(0, 0, 0, 0.15);
}
.contato .main-container {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    align-items: center;
}
.contato .main-container .inner:nth-child(1) {
    max-width: 560px;
    width: 100%;
    align-items: unset;
}
.contato .main-container .inner:nth-child(2) {
    max-width: 550px;
    width: 100%;
    border-radius: 16px;
    background: #F26803;
    box-shadow: 12px 12px 32px 0px rgba(0, 0, 0, 0.15);
    padding: 48px;
    align-items: unset;
}
.contato .main-container .inner:nth-child(1) .subtitle {
    text-align: unset;
}
.contato .main-container .inner-content:nth-child(1) {
    gap: 4px;
    align-items: center;
}
.contato .main-container .inner .inner-content .icon-texto .des {
    color: #300041;
}
.contato .main-container .inner .inner-content .title {
    color: #F0F0F0;
    text-align: center;
}
span.title-roxo {
    color: #300041;
}
.traco.roxo {
    background: #300041;
    opacity: 1;
}

/* formulario */
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    color: #300041;
    font-family: var(--font-raleway);
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.64px;
}
.form-input, .form-textarea {
    width: 100%;
    /* width: -webkit-fill-available; */
    padding: 16px 24px;
    border-radius: 8px;
    border: none;
    border-bottom: 1px solid #300041;
    background: rgba(255, 236, 224, 0.25);
}
.form-input::placeholder,
.form-textarea::placeholder {
    color: #300041;
    font-family: var(--font-raleway);
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.64px;
}
.form-textarea {
    height: 230px;
    resize: vertical;
}
.submit-button {
    padding: 16px 125px;
    background-color: #300041;
    border: none;
    border-radius: 8px;
    color: #eaeaea;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.8px;
    margin: 0 auto;
    display: flex;
}
/* ---------- ESTILOS ESPECIFICOS DO CONTATO ---------- */