/* Arquivo de estilo básico */

:root {
  --azul-padrao: #19233f;
  --coral-padrao: #f9b7b3;
  --cinza-padrao: #e3e2e3;

  --max-width-80: 80%;
  --margin-auto: auto;

  --font-title: 46px !important;
  --line-title: 50px;
}

@media (max-width: 767px) {

  body div {
    font-size: 16px;
    line-height: 20px;
  }
}

html {
  scroll-behavior: smooth;
}


@media (max-width: 1024px) {
  :root {
    --font-title: 36px !important;
    --line-title: 4px;
  }
}

@media (max-width: 767px) {
  :root {
    --font-title: 32px !important;
    --line-title: 36px;
  }
}

@media (max-width: 500px) {
  :root {
    --font-title: 30px !important;
    --line-title: 34px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* img {
  max-width: 100%;
} */

body {
  font-family: 'Epilogue';
  background-color: #f9f9f9;
  color: #333;
  max-width: 100%;
}

/* ------- menu -------- */




#block-duegetec-mainnavigation>ul li:first-child {
  width: 400px;
}

#block-duegetec-mainnavigation>ul li:first-child a {
  background-image: url('/themes/custom/duegetec/img/logo.svg');
  text-indent: -9999px;
  width: 245px;
  height: 70px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

#block-duegetec-mainnavigation>ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 0;
  max-width: 80%;
  margin: auto;
}

#block-duegetec-mainnavigation li {
  text-transform: uppercase;
  margin-right: 60px;
  color: var(--azul-padrao);
  font-family: 'Epilogue';
  text-decoration: none;
  list-style: none;
}

#block-duegetec-mainnavigation li a {
  color: var(--azul-padrao);
  font-family: 'Epilogue';
  text-decoration: none;
  list-style: none;
}

/* ------- menu -------- */

#block-duegetec-mainnavigation-2 {
  position: fixed;
  width: 100%;
  background: white;
  z-index: 100;
}

#lottie2 {
  padding-top: 80px;
}


#block-duegetec-bannerdesktophome {
  margin-bottom: -5px;
}


#block-duegetec-mainnavigation-2>ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  max-width: 80%;
  margin: auto;
}


#block-duegetec-mainnavigation-2>ul li:first-child {
  width: auto;
  margin-right: 30em;
  display: flex;
}

#block-duegetec-mainnavigation-2>ul li:first-child a {
  background-image: url(/themes/custom/duegetec/img/logo.svg);
  text-indent: -9999px;
  width: 246px;
  height: 77px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
}

#block-duegetec-mainnavigation-2 li {
  text-transform: uppercase;
  margin-right: 0;
  color: var(--azul-padrao);
  font-family: 'Epilogue';
  text-decoration: none;
  list-style: none;
  display: contents;
  float: none;
  line-height: normal;
}

#block-duegetec-mainnavigation-2 li a {
  color: #505050;
  font-family: 'Epilogue';
  text-decoration: none;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
}

.sfHover {
  display: flex !important;
}

.sfHover ul {
  padding: 20px !important;
  background: white;
  box-shadow: none !important;
  border: none !important;
  width: auto !important;
}

.sfHover ul li {
  background: none !important;
  width: auto !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  /* margin-left: 40px !important; */
}


#block-duegetec-mainnavigation-2 .sfHover ul li a {
  background: none !important;
  width: auto !important;
  text-indent: 0 !important;
  height: auto !important;
  color: var(--coral-padrao) !important;
  margin-bottom: 10px !important;
  /* margin-left: 20px !important; */
}


#block-duegetec-mainnavigation-2 .sfHover ul li:last-child a {
  margin-bottom: 0px !important;
}


.sf-sub-indicator {
  display: none;
}

ul.sf-menu span.nolink {
  padding: 0 !important;
  display: contents !important;
  margin: 0 !important;
}

ul.sf-menu li:hover>ul,
ul.sf-menu li.sfHover>ul {
  top: 1em;
}

#block-duegetec-logomobile {
  display: none;
}

@media (max-width: 1500px) {
  #block-duegetec-mainnavigation-2>ul li:first-child {
    margin-right: 20px;
  }

  #block-duegetec-mainnavigation-2>ul li:first-child a {
    width: 225px;
    height: 70px;
  }
}

@media (max-width: 1200px) {

  #block-duegetec-mainnavigation-2>ul li:first-child a {
    width: 170px;
    height: 50px;
  }
}

@media (max-width: 1024px) {

  #block-duegetec-logomobile {
    display: block;
  }

  .logo-mobile {
    display: flex;
    justify-content: start;
    padding-left: 10%;
  }

  .logo-mobile img {
    max-width: 198px;
    height: auto;
    padding: 20px 0;
    position: relative;
    z-index: 99;
  }

  .sf-accordion-toggle {
    display: flex;
    justify-content: end;
  }

  .sf-accordion-toggle>a {
    display: block;
    justify-content: end;
    padding: 0 40px;
    /* position: absolute; */
    margin-top: -96px;
    margin-bottom: 35px;
    width: 50px;
    height: auto;
    padding: 0;
    width: 50px;
  }

  .sf-accordion-toggle>a>span {
    background-image: url(/themes/custom/duegetec/img/menu.png);
    width: 37px;
    display: flex;
    height: 52px;
    text-indent: -9999px;
    background-size: 32px;
    background-repeat: no-repeat;
  }

  #superfish-main-accordion {
    background: white;
    flex-direction: column;
    position: absolute;
    max-width: 100%;
    width: 100%;
  }

  #block-duegetec-mainnavigation-2>ul li:first-child {
    display: none;
  }

  header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background: white;
  }

  #block-duegetec-mainnavigation-2 {
    position: absolute;
    width: 100%;
    top: 0;
  }

  #block-duegetec-mainnavigation-2 .sf-accordion-toggle {
    display: flex;
    justify-content: end;
    position: absolute;
    z-index: 9999;
    /* margin-top: 50px; */
    width: 100%;
    height: 100%;
  }

  #superfish-main-toggle {
    margin-top: -73px;
    margin-bottom: 28px;
    background-image: url(/themes/custom/duegetec/img/menu-open.png);
    z-index: 999;
    background-size: 46px;
    background-repeat: no-repeat;
    padding: 0 40px;
    /* margin-top: -73px; */
    margin-bottom: 28px;
    width: 60px;
    height: 50px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 50px;
    /* background: red; */
    top: 40px;
    margin: 0;
    right: 40px;
  }


  #superfish-main-toggle.sf-expanded {
    background-image: url(/themes/custom/duegetec/img/menu-close.png);
  }

  #superfish-main-toggle>span {
    display: block;
    justify-content: end;
    padding: 0 40px;
    /* position: absolute; */
    margin-top: -73px;
    margin-bottom: 28px;
    width: 50px;
    height: auto;
    padding: 0;
    width: 50px;
    height: 50px;
    display: none;
  }

  #superfish-main-accordion {
    flex-direction: column;
    max-width: none;
    width: calc(100% - 40px);
    font-weight: 300;
    background: var(--azul-padrao);
    height: auto;
    justify-content: flex-start;
    align-items: baseline;
    padding: 20px;
    margin: 0px;
    display: flex;
  }

  #block-duegetec-mainnavigation-2>ul li:first-child {
    display: none;
  }

  #block-duegetec-mainnavigation-2 li {
    line-height: normal;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #7e7e7e;
    width: 100%;
    margin: 0;
    justify-content: flex-start;
    padding: 15px 0;
    color: white;
    border: none;
    font-size: 37px;
    line-height: 27px;
    color: var(--azul-padrao);
  }

  #block-duegetec-mainnavigation-2 .menuparent {
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start;
    align-items: baseline;
  }

  #block-duegetec-mainnavigation-2 .menuparent .sf-has-clone-parent {
    padding-left: 10px;
    margin-top: 5px;
  }

  #block-duegetec-mainnavigation-2 li:last-child {
    border: none;
  }

  #block-duegetec-mainnavigation-2 li a {
    color: var(--azul-padrao);
    font-family: 'Epilogue';
    text-decoration: none;
    list-style: none;
    padding: 0;
    margin: 0;
    width: auto;
    display: flex;
    margin-bottom: 7px;
    color: white;
    margin: 0;
    border: none;
    color: var(--azul-padrao);
  }

  #block-duegetec-mainnavigation-2>ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
    padding: 20px 0;
    max-width: 80%;
    margin: inherit;
    max-width: none;
    width: 100%;
    padding: 20px;
    height: 100vh;
    position: absolute;
    top: 0;
    /* bottom: 0; */
    z-index: 2;
    background: #A09CCC;
    background: linear-gradient(90deg, rgba(160, 156, 204, 1) 27%, rgba(243, 152, 144, 1) 99%);
    padding-left: 10%;
  }

  .social-menu-top {
    position: absolute;
    bottom: 5%;
  }


  .social-menu-top a {
    padding: 0 !important;
    text-decoration: none !important;
    /* background: red !important; */
    font-size: 18px !important;
    color: var(--azul-padrao) !important;
    line-height: 28px !important;
  }
}


@media (max-width: 500px) {
  #block-duegetec-mainnavigation-2>ul {
    height: 100dvh;
  }

  #block-duegetec-mainnavigation-2 li {
    font-size: 26px;
    line-height: normal;
    margin: 0;
    padding: 4px 0px;
  }

}


/* @media (max-width: 767px) and (min-height: 600px) {
  #block-duegetec-mainnavigation-2>ul {
    height: 96dvh;
  }
} */


/* ----- banner home -------- */

.banner-home .views-row .views-field-field-image {
  /* background-image: url(/sites/default/files/2025-01/Novo%20Projeto%20%283%29_0.png); */
  background-size: cover;
  /* max-height: 80vh; */
  background-position: center;
}

.banner-home .views-row {
  position: relative;
  height: 100%;
}

.banner-home .views-row .views-field-field-image img {
  visibility: hidden;
  max-width: 100%;
}


.banner-home .views-field-field-texto {
  max-width: 75%;
  margin: auto;
  /* margin-top: -635px; */
  display: flex;
  /* margin-bottom: 500px; */
  font-family: 'Epilogue';
  position: absolute;
  margin: 0;
  top: 25%;
  left: 10%;
}

.banner-home .views-field-field-texto .field-content {
  max-width: 318px;
  font-size: 50px;
  color: white;
  font-family: 'Epilogue';
  font-weight: bold;
  line-height: 50px;
}



.front-page .views-element-container {
  /* display: none; */
}



.front-page #block-duegetec-views-block-banner-home-block-1 {
  display: block;
}

@media (max-width: 500px) {


  .banner-home .views-field-field-texto {
    /* margin-top: -600px; */
  }

  .banner-home .views-field-field-texto .field-content {
    max-width: 245px;
    font-size: 36px;
    color: white;
    font-family: 'Epilogue';
    font-weight: bold;
    line-height: 50px;
  }

  .banner-home .views-row .views-field-field-image {
    background-size: inherit;
    /* max-height: 80vh; */
    background-position: 60%;
    background-repeat: no-repeat;
  }

  .banner-home .views-field-field-texto .field-content {
    max-width: 237px;
    font-size: 34px;
    color: white;
    font-family: 'Epilogue';
    font-weight: bold;
    line-height: 40px;
  }

}



/* ----- banner home v2 -------- */

#block-duegetec-views-block-duplicate-of-banner-home-block-1 {
  display: flex;
}

.banner-home-v2 {
  display: flex;
  width: 100%;
  height: 100%;
}

.banner-home-v2 .views-row .views-field-field-image {
  height: 100vh;
  width: 100%;
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-home-v2 .views-row .views-field-field-image img {
  visibility: hidden;
  display: none;
}

#block-duegetec-views-block-duplicate-of-banner-home-block-1>div:nth-child(2) {
  width: 100%;
  display: flex;
  height: 100%;
}

.banner-home-v2 .views-row {
  width: 100%;
  height: 100%;
}


/* ----- empresa --------- */

.container-empresa {
  width: 100%;
  /* max-width: 1200px; */
  /* Ajuste conforme necessário */
  margin: 0 auto;
  /* padding: 20px; */
  font-family: 'Epilogue';
  background: #eeecee;
  padding: 40px 0;
  /* padding-bottom: 0; */

}

.row-empresa {
  display: flex;
  flex-wrap: wrap;
}

.row-empresa img {
  /* max-width: 100%; */
}


.col-1 {
  width: 40%;
  margin-left: 10%;
  margin-top: 100px;
}

.col-2 {
  text-align: end;
  width: 50%;
  overflow: hidden;
}


.row-empresa h1 {
  color: var(--azul-padrao);
  font-size: var(--font-title);
  /* max-width: 20px; */
  width: 300px;
  display: flex;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: var(--line-title);
}

.row-empresa .body-content {
  max-width: 80%;
  line-height: 36px;
  font-size: 18px;
  color: var(--azul-padrao);
  font-weight: 200;
}

@media (max-width: 1500px) {
  .row-empresa .body-content {
    padding-bottom: 20px;
  }

  .col-1 {
    margin-top: 20px;
  }



}

@media (max-width: 1024px) {

  .container-empresa .row-empresa {
    display: flex;
    flex-direction: column-reverse;
  }

  .col-1 {
    width: 80%;
    margin: auto;
  }

  .col-2 {
    text-align: end;
    width: 100%;
    overflow: hidden;
    margin: auto;
  }

  .row-empresa h1 {
    color: var(--azul-padrao);
    /* max-width: 20px; */
    width: 300px;
    display: flex;
    font-weight: bold;
    margin: 50px 0;
    line-height: var(--line-title);
    width: 100%;
  }

  .row-empresa .body-content {
    max-width: 100%;
  }

  .container-empresa {
    padding-top: 0;
  }
}



/* ------ quem somos ---------- */

.container-quem-somos>div {
  display: flex;
  max-width: 80%;
  margin: auto;
  flex-wrap: wrap;
  padding: 40px 0;
}

.container-quem-somos>div>div {
  width: 50%;
}

.container-quem-somos>div div>div {
  display: flex;
}

.container-quem-somos>div div>div .paragraph__column {
  display: flex;
}

.container-quem-somos>div div>div .paragraph__column div {
  display: flex;
}

.container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto {
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}

.container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  padding: 40px;
}

.container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(1) {
  font-family: 'Epilogue';
  font-size: 36px;
  font-weight: 300;
  /* margin-top: 20px; */
  /* margin-bottom: 200px; */
}

.container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(2) {
  font-family: 'Epilogue';
  font-size: 36px;
  font-weight: 300;
  /* margin-top: 20px; */
  margin-bottom: 100px;
}

.container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(3) {
  line-height: 20px;
  font-weight: 200;
  font-size: 16px;
}


@media (max-width: 1500px) {


  .container-quem-somos>div>div {
    width: 100%;
  }
}

@media (max-width: 1024px) {

  .container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(2) {
    margin-bottom: 20px;
  }

  .container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column {
    padding: 10px 20px;
    width: 100%;
    padding-left: 40px;
  }

  .container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(1),
  .container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(2) {
    font-size: 28px;
    margin-bottom: 20px;
  }

}

@media (max-width: 767px) {

  .container-quem-somos>div div>div .paragraph__column {
    flex-wrap: wrap;
  }

  .container-quem-somos>div div>div .paragraph__column div {
    width: 100%;
  }

  .container-quem-somos>div div>div .paragraph__column div img {
    max-width: 100%;
  }

  .container-quem-somos>div div>div .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column {
    padding: 20px 0;
  }
}


/* ------- solucoes ------- */

.container-solucoes {
  display: flex;
  margin: auto;
  padding: 100px 0;
  background: #ebbbbb;
  padding: 100px 10%;
}

.container-solucoes .box-1 {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.container-solucoes .box-1 .title {
  font-size: var(--font-title);
  font-family: 'Epilogue';
  font-weight: bold;
  color: var(--azul-padrao);
  max-width: 70%;
}

.container-solucoes .box-1 .text {
  position: absolute;
  bottom: 10%;
  font-family: 'Epilogue';
  max-width: 51%;
  line-height: 32px;
  font-size: 18px;
  font-weight: 300;
}


.container-solucoes .box-2 {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}

.container-solucoes .box-2>div {
  width: 45%;
  display: flex;
  margin: 2%;
}

.container-solucoes .box-2 .paragraph__column div:nth-child(2) {
  font-family: 'Epilogue';
  font-weight: bold;
  color: var(--azul-padrao);
  font-size: 18px;
  margin: 30px 0;
}

.container-solucoes .box-2 .paragraph__column div:nth-child(3) {
  font-family: 'Epilogue';
  /* font-weight: bold; */
  /* color: var(--azul-padrao); */
  font-size: 14px;
  /* margin: 20px 0; */
  line-height: 23px;
  font-weight: 300;

}

.container-solucoes .box-2>div img {
  /* width: 100px;
  height: 60px; */
}

@media (max-width: 1024px) {

  .container-solucoes {
    padding: 40px 10%;
    flex-wrap: wrap;
  }

  .container-solucoes .box-1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
  }

  .container-solucoes .box-1 .title {
    max-width: 100%;
  }

  .container-solucoes .box-1 .text {
    position: relative;
    font-family: 'Epilogue';
    padding: 25px 0;
    width: 100%;
    display: flex;
    max-width: 100%;
    bottom: auto;
  }

  .container-solucoes .box-2>div:nth-child(odd) {
    /* background: red; */
    margin-left: 0;
  }

  .container-solucoes .box-2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {

  .container-solucoes .box-2>div {
    /* background: red; */
    margin-left: 0;
    width: 100%;
    margin: 20px 0;
  }

}

/* ------- sustentabilidade ---------- */

.container-sustentabilidade img {
  max-width: 100%;
}

.col-sustentabilidade {
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}

.col-sustentabilidade .col-50 {
  width: 45%;
  margin: 5% 2%;
}

.col-sustentabilidade .col-50 .paragraph--type--titulo-e-texto .paragraph__column div {
  font-size: var(--font-title);
  font-weight: 300;
  line-height: var(--line-title);
}

.col-sustentabilidade .col-50 .paragraph--type--titulo-e-texto .paragraph__column div:nth-child(1) {
  font-size: var(--font-title);
  font-weight: bold;
  color: var(--azul-padrao);
}

.col-sustentabilidade .body {
  font-size: 18px;
  font-weight: 300;
  line-height: 36px;
}

@media (max-width: 1024px) {
  .col-sustentabilidade .col-50 {
    width: 100%;
    margin: 0;
    padding: 20px 0;
  }

  .col-sustentabilidade .body {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .col-sustentabilidade {
    flex-wrap: wrap;
  }

  .col-sustentabilidade .paragraph>.paragraph__column {
    margin: 0 !important;
    padding: 0 !important;
  }
}


/* ---------- clientes --------- */

.container-clientes {
  background-color: #e3e2e3;
  padding: 100px 0;
}

.container-clientes h1 {
  font-size: 36px;
  font-weight: bold;
  color: var(--azul-padrao);
  margin-bottom: 20px;
}

.container-clientes .container-80 {
  width: 80%;
  margin: auto;
}

.container-clientes .box-image {
  /* margin: 0 2%; */
  display: flex;
  flex-wrap: wrap;
}

.container-clientes .box-image>div {
  width: 200px;
}

.container-clientes .box-image .paragraph__column {
  margin: 0;
  padding: 0;
}




/* ------- documentação ----------- */

.container-documentacao {
  max-width: 80%;
  margin: auto;
}

.container-documentacao>div {
  display: flex;
  flex-wrap: wrap;
}

.container-documentacao>div>div {
  width: 22%;
  margin-right: 3%;
  margin-bottom: 40px;
  display: flex;
}

.container-documentacao .paragraph--type--imagem-titulo-e-texto .paragraph__column div:nth-child(2) {
  font-weight: 800;
  margin: 40px 0;
  color: #f29193;
  font-size: 18px;
}

.container-documentacao .paragraph--type--imagem-titulo-e-texto .paragraph__column div:nth-child(3) {
  font-weight: 300;
  line-height: 20px;
  font-size: 14px;
}

.container-documentacao .paragraph--type--imagem-titulo-e-texto img {
  /* width: 200px; */
}


.container-documentacao>div>div:last-child .paragraph--type--imagem-titulo-e-texto {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.container-documentacao>div>div:last-child .paragraph--type--imagem-titulo-e-texto .paragraph__column {
  display: flex;
  flex-direction: row-reverse;
}

@media (max-width: 1300px) {
  .container-documentacao>div>div {
    width: 31%;
    margin-right: 2%;
    margin-bottom: 40px;
    display: flex;
    max-width: none;
  }
}

@media (max-width: 1024px) {
  .container-documentacao>div>div {
    width: 100%;
    margin: 0;
    /* margin-bottom: 20px; */
    border-bottom: solid 1px #19233f30;
    padding: 20px 0;
  }

  .container-documentacao>div>div:last-child {
    /* background: red; */
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .container-documentacao>div>div {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }

  .container-documentacao .paragraph--type--imagem-titulo-e-texto .paragraph__column div:nth-child(2) {
    margin: 20px 0;
  }

  .container-documentacao>div>div:last-child .paragraph--type--imagem-titulo-e-texto .paragraph__column {
    display: flex;
    flex-direction: row-reverse;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}



/* ------ footer ----- */
footer {
  margin-bottom: -1px;
}


.footer-custom {
  background: var(--azul-padrao);
  padding: 60px 0;
  color: #ffbab9;
}

.footer-custom * {
  color: #ffbab9;
  font-weight: 100;
  text-decoration: none;
}

.logo-footer {
  max-width: 80%;
  margin: auto;
  margin-bottom: 40px;
}

.container-footer {
  max-width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.container-footer .box-footer:nth-child(1)>div:nth-child(1),
.container-footer .box-footer:nth-child(2)>div:nth-child(1) {
  margin-bottom: 50px;
}

.container-footer .box-footer:nth-child(3)>div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}

.container-footer .box-footer:nth-child(3)>div div {
  margin-right: 10px;
}

.container-footer .box-footer:nth-child(3) img {
  width: 24px;
}

.front-page .footer-custom {
  /* margin-top: 285px; */
}


@media (max-width: 1024px) {
  .container-footer {
    flex-wrap: wrap;
  }

  .box-footer {
    width: 100%;
    padding: 20px 0;
  }

  .container-footer .box-footer:nth-child(3)>div {
    justify-content: flex-start;
  }

  .paragraph--type--imagem-titulo-e-texto .paragraph__column {
    margin: 0 !important;
    padding: 0;
  }

}


/* ------- admin -------- */

#block-duegetec-primary-local-tasks {
  max-width: 80%;
  margin: auto;
  /* margin-bottom: 10px; */
}

#block-duegetec-primary-local-tasks>ul {
  display: flex;
  /* border: solid 1px; */
  padding: 20px;
  border-radius: 5px 5px 0 0;
  padding-bottom: 20px;
  border-bottom: none;
  padding-left: 0;
}


#block-duegetec-primary-local-tasks>ul>li {
  display: flex;
  margin-left: 10px;
  border-right: solid 1px;
  padding-right: 10px;
}

#block-duegetec-primary-local-tasks>ul>li:last-child {
  border-right: none;
}

#block-duegetec-primary-local-tasks>ul>li a {
  display: flex;
  text-decoration: none;
  color: var(--azul-padrao);

}



/* ------- contato ---- */

/* h1{
  margin: auto;
  max-width: 80%;
  color: var(--azul-padrao);
  font-weight: bold;
  padding: 20px 0;
  font-size: 36px;
} */

.webform-submission-contact-form {
  margin: auto;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;

}

.webform-submission-contact-form .js-form-item:first-child {
  margin-left: 0;
}

.webform-submission-contact-form .js-form-item {
  width: 32%;
  display: flex;
  flex-direction: column;
  margin-left: 2%;
  margin-bottom: 20px;
}

.webform-submission-contact-form .js-form-item input {
  height: 30px;
  font-family: 'Epilogue';
  padding: 5px;
}

.webform-submission-contact-form .form-type-textarea {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
}

.webform-submission-contact-form .form-type-textarea textarea {
  width: 100%;
  max-width: 100%;
  max-height: 150px;
  height: 100px;
}

.webform-submission-contact-form .form-actions {
  display: flex;
  width: 100%;
  justify-content: end;
}

.webform-submission-contact-form .form-actions .webform-button--submit {
  background: var(--azul-padrao);
  color: white;
  border: none;
  padding: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.container-webform {
  max-width: 80%;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
}

.container-webform .title {
  font-family: 'Epilogue';
  font-size: var(--font-title);
  width: 100%;
  color: var(--azul-padrao);
  font-weight: bold;
  margin: 20px 0;
  /* text-align: center; */
}

.container-webform .text-contato {
  font-family: 'Epilogue';
  /* font-size: 36px; */
  width: 100%;
  /* color: var(--azul-padrao); */
  font-weight: 300;
  line-height: 26px;
}

#block-duegetec-views-block-imagem-webform-block-1 img {
  max-width: 100%;
}

@media (max-width: 767px) {

  .webform-submission-contact-form .js-form-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }


  .container-webform .text-contato {
    font-family: 'Epilogue';
    /* font-size: 36px; */
    width: 100%;
    /* color: var(--azul-padrao); */
    font-weight: 300;
    line-height: 20px;
  }
}


/* 
main {
  max-width: var(--max-width-80);
  margin: var(--margin-auto);
} */

#block-duegetec-page-title {
  max-width: var(--max-width-80);
  margin: var(--margin-auto);
}



/* --------- fluxo de trabalho ----------- */

.container-fluxo {
  background: linear-gradient(to bottom, var(--cinza-padrao) 54%, #f9bebb 54%);
  padding: 40px 0;
}

.container-fluxo>div {
  max-width: 80%;
  margin: auto;
  display: flex;
}

.container-fluxo>div .box-fluxo {
  margin-top: 100px;
}

.container-fluxo>div .box-fluxo:nth-child(1) {
  width: 20%;
}

.container-fluxo>div .box-fluxo:nth-child(1) span {
  font-size: var(--font-title);
  color: var(--azul-padrao);
  font-weight: bold;
  max-width: 50px;
  display: flex;
}

.container-fluxo>div .box-fluxo:nth-child(2) {
  width: 80%;
}

.container-fluxo>div .box-fluxo:nth-child(2) img {
  max-width: 100%;
}


/* ------- geral --------- */

.messages__wrapper {
  background: var(--azul-padrao);
  padding: 20px 0;
}

.messages--status,
.messages--status * {
  margin: auto;
  max-width: 80%;
  color: white !important;
}

#user-login-form {
  max-width: 80%;
  margin: 100px auto;
}

.js-form-item {
  margin: 10px 0;
}

.user-login-form .js-form-item {
  display: flex;
  flex-direction: column;
  max-width: 50%;
}

.user-login-form .js-form-item input {
  padding: 5px;
  margin: 5px 0;
}


.user-login-form .form-actions {
  max-width: 50%;
}

.user-login-form .form-actions input {
  padding: 10px;
  background: var(--azul-padrao);
  color: white;
  border-radius: 5px;
  border: none;
  width: 100%;
  margin-top: 10px;
}

@media (max-width: 1024px) {

  #user-login-form {
    max-width: 80%;
    margin: 200px auto;
  }

  .user-login-form .js-form-item {
    max-width: 100%;
  }

  .user-login-form .form-actions {
    max-width: 100%;
  }
}

/* ------- effects --------- */


.banner-home,
#block-duegetec-content,
.footer-custom,
#block-duegetec-views-block-imagem-webform-block-1 {
  display: none;
}


/* ---------------------------------- novo site --------------------- */


#block-duegetec-bannermobilehome {
  display: none;
}

#block-duegetec-views-block-fazemos-home-block-1 {
  background: #ddd7d7;
}


.img-fazemos-home {
  margin-bottom: -3px;
}



.fazemos-home img {
  max-width: 100%;
}

.box-fazemos-home h2 {
  color: var(--azul-padrao);
  font-size: 67px;
  margin-bottom: 20px;
  max-width: 500px;
  margin-bottom: 100px;
  line-height: 50px;
  line-height: 72px;
}

.box-fazemos-home span p {
  color: var(--azul-padrao);
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  max-width: 500px;
  letter-spacing: 1px;
  line-height: 33px;
}


#block-duegetec-views-block-fazemos-home-block-1 .cols-0 {
  width: 100%;
  display: flex;
  max-width: 100%;
}

#block-duegetec-views-block-fazemos-home-block-1 tbody {
  width: 100%;
  display: flex;
  max-width: 100%;
}

#block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr {
  display: flex;
  width: 100%;
  max-width: 100%;
}

#block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr td {
  width: 50%;
}

#block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr .views-field-field-image {
  overflow: hidden;
}

#block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr .views-field-nothing {
  padding: 150px 0;
  margin-right: 10%;
}

.fazemos-home {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 500px;
  margin-left: 20%;
}

@media (max-width: 1200px) {
  .box-fazemos-home h2 {
    font-size: 44px;
    line-height: 48px;
  }

  .box-fazemos-home span p {
    font-size: 22px;
    line-height: 28px;
  }


}

@media (max-width: 1024px) {
  #block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr {
    flex-direction: column;
  }

  #block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr td {
    width: 100%;
  }

  .box-fazemos-home h2 {
    color: var(--azul-padrao);
    font-size: 34px;
    margin-bottom: 20px;
    max-width: 300px;
    margin-bottom: 20px;
    line-height: 50px;
    line-height: 37px;
  }

  .box-fazemos-home span p {
    color: var(--azul-padrao);
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    max-width: 100%;
    letter-spacing: 1px;
    line-height: 28px;
  }

  #block-duegetec-views-block-fazemos-home-block-1 .cols-0 tr .views-field-nothing {
    padding: 50px 0;
    margin-right: 10%;
  }

  .fazemos-home {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 80%;
    margin-left: 0;
    margin: auto;
  }

  #block-duegetec-bannerdesktophome {
    display: none;
  }

  #block-duegetec-bannermobilehome {
    display: block;
  }
}


/* ----- solucoes ------ */

#block-duegetec-views-block-solucoes-home-block-1 {
  background: var(--coral-padrao);
  background-image: url(/themes/custom/duegetec/img/fundo-solucoes.svg);
  background-position: 0 30em;
  background-size: 700px;
  background-repeat: no-repeat;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing {
  max-width: 80%;
  margin: auto;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  /* height: 100vh; */
  padding: 250px 0px;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child {
  width: 30%;
  margin-right: 10%;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child h2 {
  color: white;
  font-size: 80px;
  font-weight: 200;
  line-height: 100px;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .body-solucoes-home p {
  font-size: 24px;
  line-height: 45px;
  max-width: 800px;
  margin-bottom: 70px;
  color: var(--azul-padrao);
  font-weight: 300;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column {
  display: flex;
  flex-direction: column;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child {
  position: absolute;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child img {
  width: 200px;
  height: auto;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2) {
  margin-left: 250px;
  margin-bottom: 30px;
  color: white;
  font-size: 26px;
}

#block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(3) {
  margin-left: 250px;
  max-width: 530px;
  color: var(--azul-padrao);
  line-height: 26px;
  font-size: 24px;
  line-height: 45px;
  font-weight: 300;
}

@media (max-width: 1300px) {
  #block-duegetec-views-block-solucoes-home-block-1 {
    background: var(--coral-padrao);
    background-image: url(/themes/custom/duegetec/img/fundo-solucoes.png);
    background-position: 0 22em;
    background-size: 600px;
    background-repeat: no-repeat;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing {
    max-width: 80%;
    margin: auto;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* height: 100vh; */
    padding: 150px 0px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child {
    width: auto;
    margin-right: 10%;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child h2 {
    color: white;
    font-size: 80px;
    font-weight: 200;
    line-height: 100px;
    font-size: 69px;
    line-height: 81px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .body-solucoes-home p {
    font-size: 20px;
    line-height: 24px;
    max-width: 800px;
    margin-bottom: 70px;
    color: var(--azul-padrao);
    font-weight: 300;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column {
    display: flex;
    flex-direction: column;
    padding: 0;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child img {
    width: 60%;
    height: auto;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2) {
    margin-left: 40%;
    margin-bottom: 30px;
    color: white;
    font-size: 26px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(3) {
    margin-left: 40%;
    max-width: 530px;
    color: var(--azul-padrao);
    line-height: 26px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
  }
}

@media (max-width: 1024px) {

  #block-duegetec-views-block-solucoes-home-block-1 {
    background: var(--coral-padrao);
    background-image: none;
    background-position: 0 22em;
    background-size: 600px;
    background-repeat: no-repeat;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    /* height: 100vh; */
    padding: 50px 0px;
    flex-direction: column;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child {
    width: auto;
    margin-right: 10%;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home:first-child h2 {
    color: white;
    font-size: 80px;
    font-weight: 200;
    line-height: 100px;
    font-size: 51px;
    line-height: 49px;
    max-width: 200px;
    color: var(--azul-padrao);
    margin-bottom: 40px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .body-solucoes-home p {
    font-size: 18px;
    line-height: 28px;
    max-width: 800px;
    margin-bottom: 70px;
    color: var(--azul-padrao);
    font-weight: 300;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child img {
    width: 200px;
    height: auto;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2) {
    margin-left: 250px;
    margin-bottom: 30px;
    color: white;
    font-size: 33px;
    line-height: 28px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(3) {
    margin-left: 250px;
    max-width: 530px;
    color: var(--azul-padrao);
    line-height: 26px;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
  }

}

@media (max-width: 767px) {
  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2) {
    line-height: 40px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2),
  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(3) {
    margin-left: 180px;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child img {
    width: 140px;
    height: auto;
  }

}

@media (max-width: 500px) {
  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:first-child img {
    width: 129px;
    height: auto;
  }

  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(2),
  #block-duegetec-views-block-solucoes-home-block-1 .views-field-nothing .solucoes-home .box-solucoes-home .paragrafos-solucoes-home .paragraph__column div:nth-child(3) {
    margin-left: 150px;
  }
}





/* ------------ quem somos home ----------- */

.views-field-field-quem-somos-content {
  max-width: 80%;
  margin: auto;
  padding: 100px 0;
}

.views-field-field-quem-somos-content>.field-content {
  display: flex;
}

.views-field-field-quem-somos-content>.field-content .paragraph:first-child {
  margin-right: 100px;
}



.views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column {
  display: flex;
}

.views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column>div:nth-child(2) {
  padding: 40px 0;
}


.views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column div:first-child {
  /* margin-right: 50px; */
}


.views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:first-child {
  font-size: 30px;
  margin-bottom: 40px;
  font-weight: 300;
  color: var(--azul-padrao);
}

.views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column div:first-child img {
  filter: grayscale(1);
  margin-right: 40px;
}

.views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(2) {
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 200;
  color: var(--azul-padrao);
}

.views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(3) {
  font-size: 18px;
  line-height: 26px;
  color: #888787;
  max-width: 400px;
  font-weight: 200;
}


article {
  max-width: 80%;
  margin: auto;
}




/* -------- nossos numeros home --------- */

#block-duegetec-views-block-nossos-numeros-home-block-1 {
  background: #ddd7d7;
  padding: 100px 0;
}

.nossos-numeros-home {
  max-width: 80%;
  margin: auto;
}

.nossos-numeros-home .views-field-title {
  color: white;
  font-size: 62px;
  margin-bottom: 40px;
  line-height: normal;
  font-weight: 200;
}

.nossos-numeros-home .views-field-body {
  color: var(--azul-padrao);
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  max-width: 80%;
  line-height: 45px;
}

.nossos-numeros-home .views-field-field-paragrafo .field-content {
  display: flex;
}

.nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

.nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:first-child {
  color: white;
  font-size: 140px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -15px;
  font-weight: 100;
}

.nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:nth-child(2) {
  font-size: 36px;
  color: var(--azul-padrao);
  text-align: center;
  width: 100%;
  /* border-right: solid 1px; */
  /* margin-top: 40px; */
  font-weight: 300;
}

.nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:nth-child(2) {
  font-size: 36px;
  color: var(--azul-padrao);
  text-align: center;
  width: 100%;
  border-right: none;
  /* margin-top: 40px; */
}

.nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph--type--nossos-numeros:nth-child(3) div:nth-child(2) {
  border-right: unset;
}

/* ------------ fluxograma home  ------------ */

.container-fluxograma {
  background-color: var(--azul-padrao);

}

.box-fluxograma {
  display: flex;
  max-width: 80%;
  margin: auto;
  padding: 100px 0;
}

.infos-fluxograma {
  /* width: 30%; */
  max-width: 30%;
  margin-right: 80px;

}

.box-infos-fluxograma {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}

.infos-fluxograma-numero {
  font-size: 80px;
  font-weight: 500;
  line-height: 0;
}

.img-fluxograma-numero {
  margin: 0 15px;
}

.title-fluxograma-numero {
  color: var(--coral-padrao);
  font-weight: bold;
  font-size: 36px;
  line-height: normal;
}

.texto-fluxograma {
  color: var(--coral-padrao);
  margin-top: 40px;
  line-height: 34px;
  font-size: 20px;
  font-weight: 200;
}


.workflow-container {
  background-color: var(--azul-padrao);
  color: #ada6d2;
  /* padding: 40px; */
  display: flex;
}


.bk-fluxo-1 {
  background-image: url('/themes/custom/duegetec/img/fluxograma/bk-1-1.png');
  width: 120px;
  background-repeat: no-repeat;
  margin-top: 57px;
  text-indent: -9999px;
  background-size: 80px 381px;
}

.bk-fluxo-2 {
  background-image: url(/themes/custom/duegetec/img/fluxograma/bk-2.png);
  width: 161px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -9999px;
  background-position: 80px;
  margin-bottom: 20px;
}

.bk-fluxo-3 {
  background-image: url(/themes/custom/duegetec/img/fluxograma/bk-3.png);
  background-repeat: no-repeat;
  background-size: 95px;
  text-indent: -9999px;
  background-position: 70px;
  margin-bottom: 20px;
  position: absolute;
  top: -56px;
  width: 182px;
  height: 121px;
  left: 54px;
  margin: 0;
  padding: 0;
}

.bk-fluxo-4 {
  background-image: url(/themes/custom/duegetec/img/fluxograma/bk-4.png);
  background-repeat: no-repeat;
  background-size: 110px;
  text-indent: -9999px;
  background-position: 77px;
  /* margin-bottom: 20px; */
  width: 235px;
  /* height: 150px; */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 79px;
  margin-left: -106px;
}

.bk-fluxo-5 {
  background-image: url(/themes/custom/duegetec/img/fluxograma/bk-5.png);
  background-repeat: no-repeat;
  background-size: 55px;
  text-indent: -9999px;
  /* background-position: 80px; */
  /* margin-bottom: 20px; */
  width: 67px;
  /* height: 150px; */
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  background-position: 0 344px;
  margin-left: -15px;
}

.grid--2 .img-fluxo {
  position: relative;
}

.grid--2 {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: end;
  margin-left: -52px;
}

.grid--3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  z-index: 99;
}

.grid--4 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-left: -20px;
}

.grid--5 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -113px;
}

.grid--fluxo {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}


.infos-fluxo {
  display: flex;
  /* justify-content: center; */
  align-items: center;
  margin-top: 20px;
  font-weight: 100;
}

.numero-fluxo {
  margin-right: 5px;
  font-size: 41px;
}

.title-fluxo {
  max-width: 185px;
  display: flex;
  /* padding-top: 20px; */
  font-size: 19px;
}

.body-fluxograma {
  display: none;
}

.titulo-container-fluxograma {
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}

.texto-container-fluxugrama {
  font-size: 26px;
  font-weight: bold;
  color: var(--coral-padrao);
  margin-left: 20px;
}

.color-coral .title-fluxo,
.color-coral .numero-fluxo {
  color: var(--coral-padrao);
  font-weight: 400;
}



@media (max-width: 1500px) {

  .container-fluxograma {
    background-color: white;
    padding: 50px 0;
    position: relative;
  }

  .box-fluxograma {
    display: flex;
    max-width: 80%;
    margin: auto;
    flex-direction: column;
  }

  .infos-fluxograma {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .box-infos-fluxograma {
    display: flex;
    justify-content: start;
    align-items: center;
    color: white;
    /* margin-bottom: 40px; */
  }

  .infos-fluxograma-numero {
    font-size: 93.27px;
    font-weight: 500;
    line-height: 0;
    color: var(--coral-padrao);
  }

  .img-fluxograma-numero {
    margin: 0 15px;
  }

  .texto-fluxograma {
    color: black;
    margin-top: 40px;
    line-height: 34px;
    font-size: 20px;
    font-weight: 200;
  }


  .workflow-container {
    background-color: white;
    color: #ada6d2;
    /* padding: 40px; */
    display: flex;
    flex-direction: row;
    justify-content: center;
  }


  .bk-fluxo-1 {
    background-image: url('/themes/custom/duegetec/img/fluxograma/bk-1.png');
    width: 120px;
    background-repeat: no-repeat;
    margin-top: 57px;
    text-indent: -9999px;
    background-size: 80px 381px;
    display: none;
  }

  .bk-fluxo-2 {
    background-image: url(/themes/custom/duegetec/img/fluxograma/bk-2.png);
    width: 161px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
    background-position: 80px;
    margin-bottom: 20px;
    display: none;
  }

  .bk-fluxo-3 {
    background-image: url(/themes/custom/duegetec/img/fluxograma/bk-3.png);
    background-repeat: no-repeat;
    background-size: 95px;
    text-indent: -9999px;
    background-position: 70px;
    margin-bottom: 20px;
    position: absolute;
    top: -56px;
    width: 182px;
    height: 121px;
    left: 54px;
    margin: 0;
    padding: 0;
  }

  .bk-fluxo-4 {
    background-image: url(/themes/custom/duegetec/img/fluxograma/bk-4.png);
    background-repeat: no-repeat;
    background-size: 110px;
    text-indent: -9999px;
    background-position: 77px;
    /* margin-bottom: 20px; */
    width: 235px;
    /* height: 150px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 79px;
    margin-left: -106px;
    display: none;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .bk-fluxo-5 {
    background-image: url(/themes/custom/duegetec/img/fluxograma/bk-5.png);
    background-repeat: no-repeat;
    background-size: 55px;
    text-indent: -9999px;
    /* background-position: 80px; */
    /* margin-bottom: 20px; */
    width: 67px;
    /* height: 150px; */
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    background-position: 0 344px;
    margin-left: -15px;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .grid--2 .img-fluxo {
    position: relative;
  }

  .grid--2 {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: end;
    margin-left: -52px;
    /* display: none; */
    margin: 0;
    padding: 0;
    width: auto;
  }

  .grid--3 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -20px;
    z-index: auto;
    /* display: none; */
    margin: 0;
    padding: 0;
    width: auto;
  }

  .grid--4 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-left: -20px;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .grid--5 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -113px;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .grid--fluxo {
    margin-bottom: 20px;
  }


  .infos-fluxo {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin: 0;
    padding: 0;
    border: solid 1px;
    margin-right: 40px;
  }

  .img-fluxo {
    display: none;
  }

  .numero-fluxo {
    margin-right: 10px;
    font-size: 38px;
    /* border: solid 1px; */
    padding: 10px;
    /* margin: ; */
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var(--azul-padrao) !important;
  }

  .title-fluxo {
    max-width: 185px;
    display: flex;
    /* padding-top: 20px; */
    font-size: 19px;
    display: none;
  }

  .body-fluxograma {
    display: none;
  }

  .titulo-container-fluxograma {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
    position: absolute;
    top: 40px;
    /* background: red; */
    width: auto;
    max-width: max-content;
  }

  .texto-container-fluxugrama {
    font-size: 34px;
    font-weight: bold;
    color: var(--coral-padrao);
    margin-left: 20px;
    line-height: normal;
  }

  .color-coral .title-fluxo,
  .color-coral .numero-fluxo {
    color: var(--coral-padrao);
  }

  .grid--1 {
    display: flex;
  }

  .color-coral .infos-fluxo {
    background: var(--coral-padrao);
    border: var(--coral-padrao);
  }

  .color-coral .numero-fluxo {
    color: white !important;
  }

}

@media (max-width: 1300px) {
  .nossos-numeros-home .views-field-title {
    font-size: 56px;
    margin-bottom: 20px;
  }

  .nossos-numeros-home .views-field-body {
    font-size: 20px;
    line-height: 36px;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:first-child {
    color: white;
    font-size: 120px;
    font-weight: 200;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:nth-child(2) {
    font-size: 36px;
  }


}


@media (max-width: 1024px) {

  #block-duegetec-views-block-nossos-numeros-home-block-1 {
    background: #ddd7d7;
    padding: 70px 0;
  }

  .nossos-numeros-home .views-field-title {
    font-size: 51px;
    margin-bottom: 40px;
  }

  .nossos-numeros-home .views-field-body,
  .nossos-numeros-home .views-field-body p {
    font-size: 18px;
    line-height: 28px;
    max-width: 100%;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column {
    flex-direction: column;
    justify-content: center;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content {
    flex-wrap: wrap;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph--type--nossos-numeros {
    margin: 20px 0;
    width: 48%;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:first-child {
    font-size: 102px;
    margin-right: 10px;
    font-weight: 400;
    letter-spacing: normal;
    width: 100%;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:nth-child(2) {
    font-size: 36px;
    font-weight: 200;
    text-align: start;
    line-height: normal;
  }


}

@media (max-width: 767px) {
  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph--type--nossos-numeros {
    margin: 20px 0;
    width: 100%;
  }
}

@media (max-width: 1024px) {


  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:first-child {
    font-size: 80px;
    margin-right: 10px;
    font-weight: 400;
  }

  .nossos-numeros-home .views-field-field-paragrafo .field-content .paragraph__column div:nth-child(2) {
    font-size: 28px;
    font-weight: 200;
    text-align: start;
    line-height: normal;
  }

  .infos-fluxo {
    margin-right: 20px;
  }

  .numero-fluxo {
    font-size: 24px;
  }

  .box-infos-fluxograma {
    flex-wrap: wrap;
  }

  .workflow-container {
    flex-wrap: wrap;
  }
}


/* --------- footer ------------- */

#block-duegetec-footercustom2 {}

.container-footer-2 {
  max-width: 80%;
  margin: auto;
  padding: 50px 0;
  display: flex;
}

.box-footer-2 {
  display: flex;
  flex-direction: column;
  margin-right: 100px;
}

.box-footer-2 div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  line-height: 25px;
  font-size: 16px;
}

.box-footer-2>div:last-child {
  margin-bottom: 0px;
}

.box-footer-2 a {
  text-decoration: none;
  color: #333;
  margin-bottom: 5px;
}

.container-footer-2 .box-footer-2:last-child {
  flex-direction: row;
}

.container-footer-2 .box-footer-2:last-child>div:last-child {
  margin-left: 100px;
}

@media (max-width: 767px) {
  .container-footer-2 {
    max-width: 80%;
    margin: auto;
    padding: 50px 0;
    display: flex;
  }

  .box-footer-2 {
    width: 50%;
    margin-right: 10%;
    line-height: 28px;
  }

  .container-footer-2 .box-footer-2:last-child {
    flex-direction: row;
    flex-direction: column;
    /* width: 40%; */
    margin-right: 0;
  }

  .container-footer-2 .box-footer-2:last-child>div:last-child {
    margin-left: 0px;
  }
}

/* ------------- quem somos home------------- */

.views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column {
  padding: 0;
}


@media (max-width: 1650px) {
  .views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column>div:nth-child(1) {
    /* width: 50%; */
    margin-right: 5%;
    overflow: hidden;
  }

  .views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column>div:nth-child(2) {
    padding: 40px 0;
    width: 50%;
  }

}

@media (max-width: 1200px) {

  .views-field-field-quem-somos-content>.field-content .paragraph:first-child {
    margin: 0;
    margin-bottom: 40px;
  }

  .views-field-field-quem-somos-content>.field-content {
    display: flex;
    flex-direction: column;
  }

  .views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column>div:nth-child(2) {
    padding: 0;
  }

  .views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column div:first-child {
    margin-right: 0px;
  }

  .views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(3) {
    max-width: 100%;
  }

  .views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:first-child {
    font-size: 29px;
    margin-bottom: 15px;
    margin-top: 20px;
    line-height: 30px;
  }

  .views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(2) {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 200;
    color: var(--azul-padrao);
  }

  .views-field-field-quem-somos-content>.field-content .paragraph .paragraph__column .paragraph--type--quem-somos-titulo-e-texto .paragraph__column div:nth-child(3) {
    color: var(--azul-padrao);
  }
}


@media (max-width: 767px) {
  .views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column {
    display: flex;
    flex-direction: column;
  }

  .views-field-field-quem-somos-content>.field-content>.paragraph>.paragraph__column>div:nth-child(2) {
    padding: 0;
    width: 100%;
  }

}


.scroll-arrow-container {
  display: block;
  margin: auto;
  cursor: pointer;
  width: 50px;
  height: auto;
  padding: 20px 0;
}


div[role=alert] {
  /* background: red; */
  max-width: 80%;
  margin: auto;
}


.ativo,
.ativo a {
  color: var(--coral-padrao) !important;
  font-weight: bold;
}


#block-duegetec-fluxogramahome,
#block-duegetec-views-block-fazemos-home-block-1,
#block-duegetec-views-block-solucoes-home-block-1,
#block-duegetec-views-block-quem-somos-home-block-1,
#block-duegetec-views-block-nossos-numeros-home-block-1 {
  scroll-margin-top: 117px;



  @media (max-width: 1024px) {
    .sf-hidden {
      display: none !important;
    }

    .sf-expanded {
      display: flex !important;
    }

    #block-duegetec-mainnavigation-2>ul {
      display: none;
    }

    #block-duegetec-mainnavigation-2>ul.sf-menu.sf-main.sf-accordion {
      display: none;
    }

    body.js .sf-menu.sf-accordion {
      display: none;
    }
  }
}
