@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
scroll-behavior: smooth;
}
p {
font-family: "Work Sans", sans-serif;
font-size: 16px;
font-weight: 400;
color: #131313;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Poppins", sans-serif;
font-weight: 500;
}
h1 {
font-size: 56px;
}
h3 {
font-size: 32px;
}
h4 {
font-size: 24px;
}
a {
text-decoration: none;
font-family: "Poppins", sans-serif;
}
a:hover {
text-decoration: none;
}
ul {
list-style: none;
padding: 0;
margin: 0;
}
header {
padding: 16px;
z-index: 999999;
position: fixed;
width: 100%;
background: #fff;
}
h2 {
font-size: 42px;
}
.menu-principal {
display: flex;
gap: 24px;
align-items: center;
justify-content: center;
}
.menu-principal li {
padding: 16px;
border-radius: 16px;
transition: all 0.4s ease;
}
.menu-principal li a {
color: #565555;
font-size: 16px;
font-style: normal;
font-weight: 400;
transition: all 0.4s ease;
}
.menu-principal li:hover {
background-color: rgba(0, 0, 0, 0.04);
}
.menu-principal li:hover a {
color: #009e75;
}
.pb-120 {
padding-bottom: 120px;
}
.linha-header {
align-items: center;
}
.pt-120 {
padding-top: 120px;
}
.pt-80 {
padding-top: 80px;
}
.pb-80 {
padding-bottom: 80px;
}
.blue-outline {
background-color: #29458e;
}
.span-green {
color: #009e75;
}
.span-blue {
color: #29458e;
}
img {
max-width: 100%;
height: auto;
}
svg {
max-width: 100%;
height: auto;
}
.btn {
padding: 16px 48px 16px 24px;
border-radius: 8px;
font-size: 16px;
font-family: "Poppins", sans-serif;
font-weight: 400;
position: relative;
transition: all 0.4s ease;
}
.btn-outline {
border: 1px solid #fff;
background-color: transparent;
color: #fff;
}
.btn-outline:hover {
color: #009e75;
background-color: #fff;
}
.btn::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-btn.svg);
position: absolute;
bottom: 20px;
right: 20px;
width: 20px;
height: 17px;
transition: all 0.4s ease;
}
.btn:hover::after {
right: 10px;
}
.btn.btn-outline:hover::after {
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
transition: all 0.4s ease;
}
.btn__content {
display: flex;
margin-top: 40px;
}
.cases-content_text .btn__content {
margin-top: inherit;
}
.hero-banner__slider-item {
position: relative;
height: 400px;
display: flex;
justify-content: center;
align-items: center;
}
.hero-banner__slider-item::after {
content: "";
background: linear-gradient(
90deg,
#29458e 40.25%,
rgba(30, 92, 136, 0.74) 45.82%,
rgba(0, 158, 117, 0) 50.39%
);
position: absolute;
left: 0;
width: 100%;
height: 400px;
z-index: 1;
border-radius: 16px;
}
.hero-banner__slider-text {
width: 100%;
z-index: 2;
}
.page-template-catalogo .hero-banner__slider-text {
position: absolute !important;
}
.hero-banner__slider-img img {
border-radius: 16px;
}
.hero-banner__slider-img:before {
content: "";
position: absolute;
top: 0px;
width: 100%;
height: 100%;
background: linear-gradient(90deg, #29458e 40%, rgba(0, 158, 117, 0) 79.5%),
linear-gradient(
90deg,
rgba(19, 19, 19, 0.6) 0%,
rgba(19, 19, 19, 0.48) 46.75%,
rgba(19, 19, 19, 0) 77.92%
),
linear-gradient(0deg, rgba(19, 19, 19, 0.4) 0%, rgba(19, 19, 19, 0.4) 100%),
url(//ellan.com.br/wp-content/themes/ellan/assets/css/<path-to-image>) #d3d3d300 50% / cover no-repeat;
border-radius: 16px;
}
.hero-banner__slider-text h2 {
color: #fff;
font-weight: 600;
font-size: 28px;
}
.hero-banner__slider-text p {
color: #fff;
}
.hero-banner__slider-img {
position: relative;
}
.cta-blue .btn__content,
.engenharia .btn__content {
display: flex;
justify-content: center;
}
.btn-green {
background-color: #009e75;
color: #fff;
}
.btn-line-green {
border: 1px solid #009e75;
color: #009e75;
}
.btn-line-green:hover {
background-color: #009e75;
color: #fff;
}
.btn.btn-line-green::after {
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
transition: all 0.4s ease;
}
.btn.btn-line-green:hover::after {
filter: brightness(0) saturate(100%) invert(100%);
}
.btn-green:hover {
background-color: #00b888;
color: #fff;
}
.btn-line-while {
border: 1px solid #ffffff;
color: #ffffff;
}
.cta-blue_bg {
background: #29458e;
text-align: center;
color: #fff;
padding: 50px;
border-radius: 10px;
}
.cta-blue_bg p {
color: #fff;
}
.bignumbers_item span {
font-size: 32px;
font-weight: 600;
color: #131313;
font-family: "Poppins", sans-serif;
}
.name-depo p {
margin-bottom: 0px;
font-size: 16px;
font-style: normal;
font-weight: 700;
color: #61616b;
}
.bignumbers_list {
display: flex;
list-style: none;
gap: 20px;
flex-wrap: wrap;
padding: 0px;
}
.bignumbers_item-plus {
color: #29458e !important;
}
.bignumbers_item {
width: calc(50% - 10px);
background: var(--black-4, rgba(0, 0, 0, 0.04));
text-align: center;
color: #fff;
min-height: 218px;
border-radius: 16px;
padding-top: 30px;
gap: 10px;
display: flex;
flex-direction: column;
}
.bignumbers_item p {
color: #565555;
font-family: "Poppins", sans-serif;
}
.testimonials .col-lg-5 p {
color: #565555;
}
.engenharia,
.sob-medida,
.quipamentos-sobre {
background-color: #29458e;
color: #fff;
text-align: center;
}
.engenharia p,
.sob-medida p,
.quipamentos-sobre p {
color: #fff;
}
.sob-medida__text {
text-align: start;
align-items: center;
display: flex;
}
.sob-medida__image {
width: 100%;
max-width: 100%;
height: auto;
}
.sob-medida__image img {
width: 100%;
max-width: 100%;
height: auto;
}
.engenharia {
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/bg-predio.webp);
position: relative;
background-size: cover;
}
.engenharia:before {
content: "";
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
background: rgb(41, 69, 142);
background: radial-gradient(
circle,
rgba(41, 69, 142, 0.7259278711484594) 0%,
rgba(41, 69, 142, 0.8183648459383753) 12%,
rgba(41, 69, 142, 0.8983928571428571) 28%,
rgba(41, 69, 142, 0.9912219887955182) 58%,
rgba(41, 69, 142, 1) 100%
);
}
.engenharia:after {
content: "";
position: absolute;
bottom: 0px;
width: 100%;
background: rgb(41, 69, 142);
background: linear-gradient(
180deg,
rgba(41, 69, 142, 0.039653361344537785) 0%,
rgba(41, 69, 142, 0.7343312324929971) 43%,
rgba(41, 69, 142, 1) 100%
);
left: 0px;
height: 100px;
}
.engenharia__container:before {
content: "";
position: absolute;
background: rgb(41, 69, 142);
background: linear-gradient(
0deg,
rgba(41, 69, 142, 0.039653361344537785) 0%,
rgba(41, 69, 142, 0.7343312324929971) 43%,
rgba(41, 69, 142, 1) 100%
);
top: 0px;
width: 100%;
height: 50px;
height: 100px;
left: 0px;
}
.cases-imagem_item img {
border-radius: 15px;
width: 100%;
max-width: 100%;
height: auto;
}
.details-blue {
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 57%,
rgba(41, 69, 142, 1) 58%
);
height: 50px;
position: relative;
}
.details-blue:before {
content: "";
width: 40%;
height: 100%;
position: absolute;
background-color: #29458e;
border-radius: 0px 12px 0px 0px;
}
.details-blue:after {
content: "";
width: 60%;
height: 100%;
background-color: #ffffff;
position: absolute;
right: 0px;
border-radius: 0px 0px 0px 12px;
}
.details-blue.details-blue_block-after::before {
width: 45%;
}
.details-blue.details-blue_block-after:after {
width: 55%;
}
.details-blue.details-blue_block-before::after {
width: 45%;
background-color: #29458e;
}
.details-blue.details-blue_block-before {
background: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 57%,
rgba(41, 69, 142, 1) 58%
);
}
.details-blue.details-blue_block-before::before {
width: 55%;
background-color: #fff;
border-radius: 0px 12px 0px 0px;
}
.details-blue.details-blue_block-before::after {
width: 45%;
background-color: #29458e;
border-radius: 0px 0px 0px 12px;
}
.soluctions_item {
position: relative;
}
.soluctions_item-img img {
max-width: 100%;
}
.soluctions_item-text p {
color: #cdcdcd;
font-weight: 400;
}
.soluctions_item-text {
color: #fff;
position: absolute;
bottom: 20px;
padding: 20px 40px;
left: 0px;
}
.soluctions_row {
row-gap: 15px;
}
.soluctions_text p {
max-width: 500px;
color: #565555;
}
figure.soluctions_item-img {
position: relative;
overflow: hidden;
border-radius: 15px;
}
.soluctions_item-img img {
transition: transform 0.9s ease;
}
.soluctions_item:hover img {
transform: scale(1.23);
}
.soluctions_item-text h4 {
color: #009e75;
font-size: 28px;
transition: margin-bottom 0.3s ease-in-out, color 0.3s ease-in-out; }
.soluctions_item a:hover h4 {
margin-bottom: 20px;
color: #fff;
}
.soluctions_item-ver-produtos {
color: #009e75;
font-weight: 400;
transition: text-shadow 0.3s ease-in-out, transform 0.3s ease-in-out;
font-family: Poppins;
font-size: 16px;
}
.soluctions_item a:hover .soluctions_item-ver-produtos {
font-weight: 600; text-shadow: 0px 0px 2px rgba(0, 158, 117, 0.5); transform: scale(1.05); }
span.soluctions_item-ver-produtos svg {
margin-left: 5px;
}
figure.soluctions_item-img:after {
content: "";
width: 100%;
height: 100%;
background-color: #00000045;
position: absolute;
left: 0;
top: 0;
border-radius: 15px;
transition: opacity 0.3s ease-in-out; opacity: 1; }
.soluctions_item a:hover figure.soluctions_item-img:after {
opacity: 0;
}
.cases .btn__content {
display: flex;
justify-content: end;
}
.cases-content_text {
margin-bottom: 24px;
}
footer {
background-color: #080d18;
color: #fff;
padding: 50px 0px;
position: relative;
}
footer .container {
position: relative;
}
.linha-historia {
padding-top: 32px;
}
.espaco-linha {
padding-top: 64px;
}
.card-logo {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
border-radius: 10px;
background: rgba(19, 6, 41, 0.05);
margin-bottom: 30px;
}
.card-depoimento {
border-radius: 16px;
background: rgba(0, 0, 0, 0.04);
padding: 48px 32px;
min-height: 439px;
}
.content-depoimento {
padding-bottom: 32px;
}
.name-photo {
display: flex;
align-items: center;
gap: 16px;
}
.aspas {
display: flex;
align-items: center;
justify-content: end;
}
.owl-carousel .owl-item img {
width: auto;
}
.name-photo img {
border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
background-color: #009e75;
}
.etapas {
background-color: #29458e;
position: relative;
overflow: hidden;
}
.etapas::before {
content: "";
position: absolute;
top: 0;
bottom: 0px;
left: 0px;
width: 45%;
height: 100%;
background-color: #29458e;
z-index: 9999;
}
.etapas p {
color: #fff;
}
.card-etapa {
position: relative;
}
.page-template-projetos-especiais .linha-cases-home {
padding-top: 40px;
}
.card-etapa img {
border-radius: 16px;
}
.zoom-img img {
transition: transform 0.3s ease;
height: auto;
}
.zoom-img {
overflow: hidden;
border-radius: 16px;
}
a:hover .zoom-img img {
transform: scale(1.1);
}
.card-etapa a:hover .zoom-img img {
transform: scale(1.2);
}
.card-etapa a {
position: relative;
display: table;
height: 100%;
transition: all 0.4s ease;
overflow: hidden;
border-radius: 16px;
}
.content-etapa-card {
position: absolute;
bottom: 20px;
padding: 0px 34px;
z-index: 9;
transition: all 0.5s ease;
width: 100%;
}
.content-etapa-card h4 {
color: #009e75;
transition: all 0.5s ease;
}
a:hover .content-etapa-card h4 {
color: #fff;
margin-bottom: 20px;
}
.content-etapa-card::before {
content: "";
position: absolute;
background: linear-gradient(
0deg,
rgba(0, 158, 117, 0.98) 10.47%,
rgba(0, 158, 117, 0) 89.65%
);
width: 100%;
height: 476px;
bottom: -21px;
left: 0;
z-index: -1;
opacity: 0;
transition: all 0.5s ease;
border-radius: 16px;
}
a:hover .content-etapa-card::before {
opacity: 1;
}
.etapas-carousel.owl-carousel.owl-loaded.owl-drag {
position: relative;
z-index: 8;
}
.content-tile_etapas {
position: relative;
z-index: 9999;
}
.etapas-carousel .owl-stage-outer {
overflow: visible;
}
.owl-nav-custom button {
background: transparent;
border: none;
}
.etapas-carousel .owl-nav {
display: flex;
gap: 12px;
}
.etapas-nav.owl-nav-custom {
padding-top: 40px;
}
.etapas-nav.owl-nav-custom button img {
transition: all 0.4s ease;
}
.hero-projetos {
padding-top: 140px;
}
.etapas-nav.owl-nav-custom button:hover img {
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
}
button:focus {
outline: unset !important;
}
.content-tile_etapas h2 {
color: #fff;
}
.two-block-img .row {
align-items: center;
}
.pl-left {
padding-left: 60px;
}
.bg-dark-blue {
background-color: #080d18;
}
.bg-dark-blue h2,
.bg-dark-blue p {
color: #fff;
}
.details-dark-blue {
background: rgb(255, 255, 255);
background: linear-gradient(
180deg,
rgba(255, 255, 255, 1) 57%,
rgb(8 13 24) 58%
);
height: 50px;
position: relative;
}
.details-dark-blue:before {
content: "";
width: 40%;
height: 100%;
position: absolute;
background-color: #080d18;
border-radius: 0px 12px 0px 0px;
}
.details-dark-blue:after {
content: "";
width: 60%;
height: 100%;
background-color: #ffffff;
position: absolute;
right: 0px;
border-radius: 0px 0px 0px 12px;
}
.details-dark-blue.details-dark-blue_block-after::before {
width: 45%;
}
.details-dark-blue.details-dark-blue_block-after:after {
width: 55%;
}
.details-dark-blue.details-dark-blue_block-before::after {
width: 45%;
background-color: #080d18;
}
.details-dark-blue.details-dark-blue_block-before {
background: linear-gradient(
0deg,
rgba(255, 255, 255, 1) 57%,
rgb(8 13 24) 58%
);
}
.details-dark-blue.details-dark-blue_block-before::before {
width: 55%;
background-color: #fff;
border-radius: 0px 12px 0px 0px;
}
.details-dark-blue.details-dark-blue_block-before::after {
width: 45%;
background-color: #080d18;
border-radius: 0px 0px 0px 12px;
}
.hero-catalogo {
background-repeat: no-repeat;
background-position: center;
background-size: auto;
height: 593px;
display: flex;
align-items: center;
}
.hero-catalogo h1 {
color: #fff;
}
.espaco-catalogo {
padding-bottom: 194px;
}
.hero-politica {
background-repeat: no-repeat;
background-position: center;
background-size: auto;
height: 499px;
display: flex;
align-items: center;
}
.hero-politica h1,
.hero-politica p {
color: #fff;
}
.catalogos {
padding-top: 120px;
}
.catalogos .linha-catalogos {
row-gap: 30px;
}
.catalogos .content-etapa-card p {
color: #fff;
}
.catalogos .content-etapa-card::before {
content: "";
position: absolute;
background: linear-gradient(
0deg,
rgba(41, 69, 142, 0.98) 10.47%,
rgba(0, 158, 117, 0) 89.65%
);
width: 100%;
height: 476px;
bottom: -21px;
left: 0;
z-index: -1;
opacity: 0;
transition: all 0.5s ease;
border-radius: 16px;
}
.soluctions .content-etapa-card::before {
content: "";
position: absolute;
background: linear-gradient(
0deg,
rgba(41, 69, 142, 0.98) 10.47%,
rgba(0, 158, 117, 0) 89.65%
);
width: 100%;
height: 476px;
bottom: -21px;
left: 0;
z-index: -1;
opacity: 0;
transition: all 0.5s ease;
border-radius: 16px;
}
.contato-page .btn-outline {
border: 1px solid #009e75;
color: #009e75;
}
.contato-page .btn-outline::after {
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
}
.contato-page .btn-outline:hover {
border-color: #00b888;
background-color: #00b888;
color: #fff;
}
.contato-page .btn-outline:hover::after {
filter: none;
}
.two-btn-content {
display: flex;
justify-content: center;
gap: 30px;
padding-top: 20px;
}
.single-solucoes .content-orcamento .two-btn-content {
justify-content: start;
}
.content-form {
padding: 48px 80px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
width: 100%;
background: rgba(0, 0, 0, 0.04);
border: none;
border-radius: 4px;
padding: 20px;
height: 60px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
width: 100%;
background: rgba(0, 0, 0, 0.04);
border: none;
border-radius: 4px;
padding: 20px;
height: 126px;
}
.linha-form {
background: rgba(0, 0, 0, 0.04);
align-items: center;
border-radius: 16px;
}
.carrossel_clientes .card-logo {
width: 160px;
margin-bottom: 0;
}
.produto-texto-card-home p {
position: absolute;
color: #fff;
bottom: -100px;
opacity: 0;
transition: all 0.4s ease;
}
.linha-cases-home a:hover .produto-texto-card-home p {
bottom: 13px;
opacity: 1;
padding-right: 15px;
}
.linha-cases-home a:hover .content-etapa-card h4 {
color: #fff;
margin-bottom: 77px;
}
.produto-texto-card-home span {
color: #00b888;
font-size: 16px;
font-weight: 400;
position: relative;
transition: all 0.4s ease;
}
.produto-texto-card-home span::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/aft-produto.svg);
position: absolute;
right: -25px;
width: 15px;
height: 13px;
bottom: 4px;
transition: all 0.4s ease;
}
.produto-texto-card-home h4 {
color: #00b888;
font-size: 28px;
font-weight: 600;
}
.soluctions_item a:hover .produto-texto-card-home p {
opacity: 1;
bottom: 20px;
padding-right: 20px;
}
.soluctions_item a:hover .content-etapa-card h4 {
margin-bottom: 140px;
}
.soluctions_item a:hover .produto-texto-card-home span::after {
right: -40px;
}
.soluctions_item a:hover .produto-texto-card-home span {
font-weight: 700;
}
.cases .btn-outline {
border-color: #009e75;
color: #009e75;
}
.cases .btn.btn-outline::after {
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
}
.cases .btn-outline:hover {
color: #fff;
background-color: #009e75;
border-color: #009e75 !important;
}
.cases .btn-outline:hover::after {
filter: none;
}
iframe {
border-radius: 16px;
}
#videoContainer .img-video {
border-radius: 16px;
}
.barras img {
opacity: 0.1;
}
#acordeon-custom .card-header {
background-color: transparent;
border: none;
padding-left: 0px;
}
#acordeon-custom {
padding-top: 30px;
}
#acordeon-custom .card-body {
background-color: #fff;
color: #333;
padding-left: 42px;
padding-top: 0px;
}
#acordeon-custom .card {
border: none;
}
.capacidade .row,
.dev-especi .row {
align-items: center;
}
.card-header a {
display: flex;
align-items: center;
gap: 10px;
color: #565555;
text-decoration: none;
transition: color 0.3s ease;
font-family: "Work Sans", sans-serif !important;
}
.card-body ul li {
font-family: "Work Sans", sans-serif !important;
}
.card-header a:not(.collapsed) {
color: #29458e;
}
.nav-pills .nav-link {
color: #565555;
background-color: #00000005;
border-radius: 8px;
transition: all 0.4s ease;
padding: 16px;
font-size: 16px;
}
.col-md-6.coluna-texto-1 {
padding-right: 46px;
}
.nav-pills .nav-link.active {
background-color: #2b2b2b;
color: #fff;
}
.linha-pills {
padding-top: 30px;
}
.tab-content {
padding-top: 50px;
}
#customTabs {
justify-content: center;
gap: 20px;
}
.nav-pills .nav-link.active {
background-color: rgba(255, 255, 255, 0.04);
}
.content-solu-page span {
color: #00b888;
font-size: 16px;
font-weight: 600;
position: relative;
transition: all 0.4s ease;
}
.content-solu-page span::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/aft-produto.svg);
position: absolute;
right: -25px;
width: 15px;
height: 13px;
bottom: 4px;
transition: all 0.4s ease;
}
a:hover .content-solu-page span::after {
right: -40px;
}
.content-post {
padding-top: 40px;
padding-bottom: 46px;
}
.hero-solu-page {
background-repeat: no-repeat;
background-position: center;
background-size: auto;
height: 596px;
display: flex;
align-items: center;
}
.hero-solu-page h1,
.hero-solu-page p {
color: #fff;
}
.item-destaque-solu {
row-gap: 26px;
padding-top: 40px;
align-items: end;
}
.card-destaque-solu {
padding: 40px;
border-radius: 16px;
background-color: rgba(41, 69, 142, 0.1);
}
.card-destaque-solu h4 {
font-size: 28px;
font-style: normal;
font-weight: 600;
color: #131313;
}
.bg-blue {
background-color: #29458e;
}
.bg-blue h2,
.bg-blue p {
color: #fff;
}
.bg-blue .nav-pills .nav-link {
color: #fff;
}
.block-text-img figure img {
border-radius: 16px;
}
.block-text-img .row {
justify-content: space-between;
align-items: center;
}
.img-mobile {
display: none;
}
.img-desk {
display: block;
}
.tab-navagation-content {
padding-top: 40px;
}
.tab-navagation-content #customTabs {
justify-content: left;
}
.tab-navagation-content .nav-pills .nav-link.active {
background-color: rgba(0, 0, 0, 0.09);
color: #009e75;
}
.tab-navagation-content .nav-pills .nav-link {
transition: all 0.4s ease;
}
.tab-navagation-content .nav-pills .nav-link:hover {
background-color: rgba(0, 0, 0, 0.09);
color: #009e75;
}
.tab-navagation-content .owl-carousel .owl-item img {
border-radius: 16px;
}
.tab-navagation-content .row {
align-items: center;
justify-content: space-between;
}
.single-solucoes .card-destaque-solu h4 {
color: #29458e;
font-size: 20px;
font-weight: 400;
}
.historia-sobre p {
color: #565555;
font-family: "Poppins", sans-serif;
}
.linha-produto-content {
border-radius: 16px;
background-color: rgba(0, 0, 0, 0.04);
padding: 40px;
justify-content: space-between;
align-items: center;
}
.tag-product {
padding: 0;
display: flex;
gap: 16px;
align-items: center;
padding-bottom: 24px;
}
.tag-product li {
font-size: 13px;
font-style: normal;
font-weight: 400;
color: #131313;
border-radius: 5px;
padding: 4px 8px;
background-color: rgba(0, 0, 0, 0.04);
}
.description-product {
padding: 0;
padding-bottom: 24px;
display: flex;
flex-direction: column;
gap: 2px;
}
.description-product li {
color: #565555;
font-size: 13px;
font-style: normal;
font-weight: 400;
}
.text-description p {
color: #565555;
font-size: 13px;
font-style: normal;
font-weight: 400;
}
.content-orcamento .orcamento-baixar a {
color: #565555;
font-size: 13px;
font-style: normal;
font-weight: 600;
transition: all 0.4s ease;
}
.content-orcamento .orcamento-baixar a:hover {
font-weight: 700;
}
.linha-produto-content .two-btn-content {
gap: 24px;
}
.fade-out {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
#highlighted-image img {
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.galeria-imagens .owl-carousel .owl-dots.disabled {
display: block;
}
.thumb-plus .mais {
width: 80px;
height: 69px;
border-radius: 8px;
background-color: #f6f6f6;
font-size: 28px;
border: 1px solid rgba(0, 0, 0, 0.1);
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
margin: 8px;
color: #009e75;
}
.thumb-mini {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 8px;
background-color: #f6f6f6;
margin: 8px;
}
.thumb-modal:hover {
border-color: #007bff;
}
.modal-content {
background: transparent;
border: none;
}
.modal-content .owl-stage-outer {
background: #fff;
border-radius: 16px;
}
.modal-lg,
.modal-xl {
max-width: 60%;
}
.carrossel-modal .item {
display: flex;
justify-content: center;
width: 100%;
padding: 60px;
}
.descricao-produto ul {
padding: 0;
padding-bottom: 24px;
display: flex;
flex-direction: column;
gap: 2px;
}
.descricao-produto ul li {
color: #565555;
font-size: 13px;
font-style: normal;
font-weight: 400;
}
.content-produto-solucoes {
padding-bottom: 40px;
padding-top: 40px;
}
.single-solucoes .cases {
background-color: #29458e;
}
.single-solucoes .cases h2,
.single-solucoes .cases p {
color: #fff;
}
.single-solucoes .hero_banner h1 {
color: #fff;
font-size: 38px;
}
.galeria-imagens .carrossel-produtos-galeria .item a {
position: relative;
display: flex;
justify-content: center;
}
.product-model {
font-size: 13px;
font-style: normal;
font-weight: 400;
color: #565555;
padding: 4px 8px;
border-radius: 5px;
border: 1px solid #565555;
background-color: #f6f6f6;
position: absolute;
top: 20px;
}
.hero_banner .owl-carousel .owl-item img {
width: 100%;
height: 700px;
}
.hero_banner .owl-carousel .owl-dots.disabled {
display: block;
}
.single-solucoes .hero-banner__slider {
position: relative;
}
.single-content-solu span {
color: #00b888;
font-size: 16px;
font-weight: 600;
position: relative;
transition: all 0.4s ease;
}
.single-content-solu span::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/aft-produto.svg);
position: absolute;
right: -25px;
width: 15px;
height: 13px;
bottom: 4px;
transition: all 0.4s ease;
}
.single-solucoes .etapas-carousel .item a:hover span {
color: #000;
}
.etapas-carousel .item a:hover {
cursor: default;
}
.single-solucoes .catalogos a:hover {
cursor: default;
}
.single-solucoes
.etapas-carousel
.item
a:hover
.single-content-solu
span::after {
right: -40px;
filter: brightness(0) saturate(100%) invert(0);
}
.banner-oficina .row {
justify-content: center;
}
.banner-oficina img {
border-radius: 16px;
}
.hero-oficina {
padding-top: 40px;
padding-bottom: 40px;
}
.aproveitamento-oficina .row {
align-items: center;
}
.seguranca-oficina .row {
align-items: center;
}
.postid-230 .text-sliders-imgs .btn__content {
display: none;
}
.postid-228 .text-sliders-imgs .btn__content {
display: none;
}
.cata-tec .content-etapa-card::before {
height: 352px;
}
.linha-cases {
row-gap: 24px;
justify-content: center;
}
.page-template-cases .linha-cases .card-etapa .zoom-img {
position: relative;
z-index: 1;
}
.page-template-cases .linha-cases .card-etapa .zoom-img::after {
content: "";
position: absolute;
top: 0px;
left: 0;
right: 0;
height: 100%;
width: 100%;
border-radius: 16px;
background: linear-gradient(
0deg,
rgba(9, 25, 61, 0.96) 6.77%,
rgba(9, 25, 61, 0.48) 77.53%
);
z-index: 2;
}
.cases-imagem_list .card-etapa .zoom-img::after {
content: "";
position: absolute;
top: 0px;
left: 0;
right: 0;
height: 100%;
width: 100%;
border-radius: 16px;
background: linear-gradient(
0deg,
rgba(9, 25, 61, 0.96) 6.77%,
rgba(9, 25, 61, 0.48) 77.53%
);
z-index: 2;
}
.cases-cards .content-etapa-card {
width: 100%;
}
.soluctions .content-etapa-card {
width: 100%;
}
.cases-cards .content-etapa-card::before {
height: 360px;
background: linear-gradient(
0deg,
rgba(41, 69, 142, 0.98) 10.47%,
rgba(0, 158, 117, 0) 89.65%
);
}
.linha-cases-home .content-etapa-card::before {
background: linear-gradient(
0deg,
rgba(41, 69, 142, 0.98) 10.47%,
rgba(0, 158, 117, 0) 89.65%
);
}
.cases-cards .produto-texto-card-home p {
position: relative;
color: #fff;
opacity: 1;
bottom: 0;
}
.cases-cards {
padding-top: 80px;
}
.linha-single-case {
justify-content: center;
}
.position-content {
position: relative;
}
.position-content-case {
position: sticky;
top: 118px;
}
.sticky-col {
position: sticky;
top: 118px; }
.linha-desafios {
justify-content: space-between;
}
.linha-desafios img {
border-radius: 16px;
}
.list-cases {
list-style: disc;
padding-top: 15;
padding-left: 20px;
}
.veja-projeto-case {
background-color: #080d18;
overflow: hidden;
}
.veja-projeto-case h2 {
color: #fff;
}
.carrossel-final {
padding-top: 60px;
}
.carrossel-final .owl-stage-outer {
overflow: visible;
}
.veja-projeto-case .etapas-nav.owl-nav-custom {
padding-top: 0;
}
.title-final-projeto-case {
display: flex;
align-items: center;
justify-content: space-between;
}
.carrossel-final .item img {
border-radius: 16px;
}
footer p {
color: #fff;
}
.logo-footer {
padding-bottom: 40px;
}
.sociais-footer {
display: flex;
gap: 20px;
padding-top: 40px;
padding-bottom: 40px;
}
.copy-end-poli {
display: flex;
gap: 32px;
padding-bottom: 24px;
}
footer .list-footer {
display: flex;
flex-direction: column;
gap: 8px;
}
footer .list-footer li a {
color: #cdcdcd;
font-size: 16px;
font-weight: 400;
position: relative;
transition: all 0.4s ease;
}
footer .list-footer li a:hover {
color: #fff;
}
footer .list-footer li a::before {
content: "";
position: absolute;
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-footer.svg);
right: -15px;
bottom: 2px;
width: 14px;
height: 14px;
opacity: 0;
transition: all 0.4s ease;
}
footer .list-footer li a:hover::before {
right: -20px;
opacity: 1;
}
.news-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
background: rgba(97, 97, 107, 0.3);
height: 51px;
}
footer hr {
background: rgba(255, 255, 255, 0.1);
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
background-color: #009e75;
color: #fff;
padding: 14px 48px 14px 24px;
border-radius: 8px;
font-size: 16px;
font-family: "Poppins", sans-serif;
font-weight: 400;
position: relative;
transition: all 0.4s ease;
border: none;
}
.linha-btn-cv input.wpcf7-form-control.wpcf7-submit.has-spinner {
padding: 16px 48px 16px 24px;
}
.btn-container:hover input.wpcf7-form-control.wpcf7-submit.has-spinner {
background-color: #00b888;
}
.btn-container {
position: relative;
display: inline-block;
}
.btn-icon {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-btn.svg);
position: absolute;
right: 33px;
width: 16px;
bottom: 35px;
height: 16px;
transition: all 0.4s ease;
z-index: 2px;
}
.btn-container:hover .btn-icon {
right: 28px;
}
.form-contato .btn-icon {
right: 31px;
bottom: 35px;
}
.form-contato .btn-container:hover .btn-icon {
right: 21px;
}
span.wpcf7-spinner {
display: none;
}
.imagens-rotativas {
display: flex;
flex-direction: column;
gap: 20px;
width: 100%;
overflow: hidden; }
.carousel-container {
width: 100%; overflow: hidden;
position: relative;
}
.carousel {
display: flex;
gap: 36px;
width: max-content; animation-timing-function: linear; }
.carousel img {
width: auto; object-fit: cover; border-radius: 5px;
} .right-to-left .carousel {
animation: moveLeft 200s linear infinite;
}
@keyframes moveRight {
0% {
transform: translateX(
-30%
); }
100% {
transform: translateX(0); }
}
@keyframes moveLeft {
0% {
transform: translateX(0); }
100% {
transform: translateX(-50%); }
}
.linha-form .col-lg-4 {
padding-left: 0;
display: flex;
justify-content: center;
}
.linha-form .col-lg-4 img {
border-radius: 16px 0px 0px 16px;
}
.content-form h4 {
font-size: 24px;
font-style: normal;
font-weight: 600;
color: #131313;
}
.form-contato {
padding-top: 10px;
}
.btn-icon-cv {
padding: 15px 48px 15px 24px;
border-radius: 8px;
font-size: 16px;
font-family: "Poppins", sans-serif;
font-weight: 400;
position: relative;
transition: all 0.4s ease;
border: 1px solid #009e75;
border-radius: 8px;
color: #009e75;
cursor: pointer;
}
.btn-icon-cv::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-btn.svg);
position: absolute;
right: 27px;
width: 16px;
bottom: 21px;
height: 16px;
transition: all 0.4s ease;
z-index: 2px;
filter: brightness(0) saturate(100%) invert(47%) sepia(98%) saturate(809%)
hue-rotate(120deg) brightness(95%) contrast(94%);
}
.btn-icon-cv:hover::after {
filter: none;
right: 17px;
}
.btn-icon-cv:hover {
color: #fff;
background-color: #009e75;
}
input[type="file"].hidden-file {
display: none;
}
.btn-container br {
display: none;
}
.row.linha-btn-cv {
align-items: center;
}
.linha-btn-cv .col-4 {
padding-right: 0;
max-width: 28%;
}
.upload-label {
margin-bottom: 0;
}
.linha-filtro-catalogo {
padding-top: 56px;
padding-bottom: 96px;
}
.filtro-catalogo {
display: flex;
gap: 32px;
}
.filtro-catalogo li a {
padding: 16px;
color: #565555;
font-weight: 400;
transition: all 0.4s ease;
border-radius: 8px;
}
.filtro-catalogo li a.active {
color: #009e75;
background-color: rgba(0, 0, 0, 0.04);
}
.cases-imagem_list {
overflow: hidden;
}
.filtro-catalogo li a:hover {
color: #009e75;
background-color: rgba(0, 0, 0, 0.04);
}
.list-box-sobre {
list-style: disc;
display: flex;
flex-direction: column;
gap: 8px;
padding-left: 20px;
padding-bottom: 16px;
}
.list-box-sobre li {
font-family: "Poppins", sans-serif;
}
.catalogo-item {
transition: opacity 0.4s ease;
}
.catalogo-item.hide {
opacity: 0;
pointer-events: none;
display: none;
}
.menu-fixo-tabs {
position: relative;
}
.modal-catalogo {
display: none;
position: fixed;
z-index: 999;
padding-top: 130px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.6);
}
.modal-conteudo h2 {
color: #29458e;
}
.modal-conteudo {
background-color: #fff;
margin: auto;
border-radius: 16px;
width: 100%;
max-width: 800px;
position: relative;
align-items: center;
overflow: hidden;
padding: 0px;
}
.fomr-content-modal {
padding: 10px 30px;
}
.fomr-content-modal h4 {
font-size: 16px;
}
.modal-conteudo .col-md-6 {
padding: 0px;
}
span.wpcf7-list-item-label {
font-size: 14px;
}
.fomr-content-modal
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
height: 40px;
}
.fechar-modal {
position: absolute;
top: -13px;
right: 19px;
font-size: 28px;
font-weight: bold;
color: #999;
cursor: pointer;
transition: color 0.3s;
}
.fechar-modal:hover {
color: #333;
}
.modal-conteudo .col-md-7 {
padding-left: 0;
}
.modal-conteudo .col-md-5 {
padding-right: 40px;
}
.page-template-contato .modal-conteudo {
max-width: 90%;
justify-content: center;
}
.page-template-tecnico .modal-conteudo {
max-width: 90%;
justify-content: center;
}
.tabela-um {
width: 90%;
}
.conteudos-tabelas {
width: 100%;
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
}
.conteudo-politica h3 {
color: #29458e;
font-size: 32px;
}
.conteudo-politica p {
color: #565555;
}
.tab-navagation-content .btn-outline {
color: #009e75;
border: none;
}
.tab-navagation-content .btn-outline::after {
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/icon-3d-seta.svg);
bottom: 22px;
}
.menu-principal {
list-style: none;
margin: 0;
padding: 0;
}
.menu-principal li {
position: relative;
display: inline-block;
}
.menu-principal li ul {
display: none;
position: absolute;
top: 100%;
left: 0;
list-style: none;
margin: 0;
padding: 0;
border-radius: 16px;
background: #e8e8e8;
z-index: 1000;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
width: 230px;
}
.menu-principal li:hover > ul {
display: block;
}
.menu-principal li ul li {
display: block;
white-space: nowrap;
}
.sub-menu li a {
color: #565555 !important;
font-weight: 500;
transition: all 0.4s ease;
position: relative;
}
.sub-menu li a::after {
content: "";
position: absolute;
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/aft-submenu.svg);
right: -15px;
bottom: 2px;
width: 14px;
height: 14px;
opacity: 0;
transition: all 0.4s ease;
}
.sub-menu li:hover a::after {
right: -20px;
opacity: 1;
}
.sub-menu li:hover a {
color: #009e75 !important;
}
.menu-principal .sub-menu li:hover {
background-color: transparent !important;
}
.page-blog h1 {
font-size: 56px;
font-style: normal;
font-weight: 600;
color: #131313;
}
.page-blog h6 {
font-size: 24px;
font-style: normal;
font-weight: 400;
color: #565555;
}
.img-end-cat {
position: relative;
}
.card-destaque-blog {
border-radius: 16px;
background-color: #29458e;
}
.card-destaque-blog span {
color: #fff;
position: relative;
transition: all 0.4s ease;
font-weight: 500;
}
.cat-blog {
font-size: 13px;
background-color: #29458e !important;
padding: 5px 10px;
border-radius: 4px;
font-weight: 400 !important;
color: #eaeaea !important;
position: absolute !important;
top: 20px;
left: 20px;
}
.card-destaque-blog h4,
.card-destaque-blog p {
color: #fff;
}
.card-destaque-blog h4 {
font-size: 28px;
}
.content-destaque {
padding: 30px;
}
.img-end-cat .zoom-img {
border-radius: 16px 16px 0px 0px;
}
.card-destaque-blog .content-destaque span::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-saiba.svg);
background-repeat: no-repeat;
position: absolute;
right: -25px;
width: 20px;
height: 20px;
bottom: 0;
transition: all 0.4s ease;
}
.card-destaque-blog a:hover .content-destaque span::after {
right: -30px;
}
.content-blog-card span {
color: #29458e;
position: relative;
transition: all 0.4s ease;
font-weight: 500;
}
.content-blog-card span::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-saiba-blue.svg);
background-repeat: no-repeat;
position: absolute;
right: -25px;
width: 20px;
height: 20px;
bottom: 0;
transition: all 0.4s ease;
}
.card-blog a:hover span::after {
right: -30px;
}
.content-blog-card h4 {
font-size: 28px;
font-style: normal;
font-weight: 600;
color: #131313;
}
.content-blog-card p {
color: #565555;
font-weight: 400;
}
.content-blog-card {
padding-top: 16px;
}
.linha-posts-blog {
row-gap: 50px;
}
.busca-end-category {
display: flex;
gap: 30px;
align-items: center;
}
.drop-category .btn-green {
padding: 20px 40px 20px 32px;
}
.dropdown-menu.show {
display: block;
}
.dropdown-menu {
display: none;
position: absolute;
background-color: #373a36;
list-style: none;
padding: 10px;
margin: 0;
border-radius: 10px;
box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
width: 200px;
z-index: 1000;
border: none;
margin-top: 10px;
margin-left: 12px;
}
.dropdown-menu li {
padding: 14px 0;
}
.dropdown-menu li a {
text-decoration: none;
color: #fff;
padding: 5px 15px;
position: relative;
transition: all 0.4s ease;
}
.drop-category .btn-green::after {
right: 24px;
bottom: 20px;
}
.dropdown-toggle::after {
content: "" !important;
position: absolute;
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/seta-btn.svg) !important;
right: 16px !important;
width: 20px !important;
bottom: 23px !important;
height: 17px !important;
background-repeat: no-repeat !important;
transition: all 0.4s ease !important;
margin: 0 !important;
border: none !important;
}
.drop-category .btn-green.active {
background-color: #00b888;
color: #fff;
}
.drop-category .btn-green:hover::after,
.drop-category .btn-green.active::after {
transform: rotate(90deg);
}
.dropdown-menu::before {
content: "";
position: absolute;
top: -39px;
width: 100%;
height: 60px;
left: 0;
}
.img-acordeon img {
border-radius: 16px;
}
.search-form {
position: relative;
width: 100%;
}
input.search-input {
padding: 20px 32px;
border: none;
border-radius: 4px;
background: rgba(0, 0, 0, 0.06);
width: 100%;
}
button.search-button {
border: none;
background: transparent;
position: absolute;
right: 17px;
bottom: 20px;
}
.compartilhe-links ul {
padding: 20px 0;
display: flex;
gap: 20px;
align-items: center;
}
.content-lateral-single {
position: sticky;
top: 20px;
}
.publicidade {
padding-bottom: 40px;
}
.content-lateral {
margin-bottom: 40px;
}
.content-lateral {
padding: 40px;
background: rgba(0, 0, 0, 0.04);
border-radius: 16px;
}
.content-lateral h3 {
font-size: 28px;
font-style: normal;
font-weight: 600;
color: #29458e;
}
.content-lateral ul {
padding-top: 16px;
}
.categorias ul li {
padding: 16px;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 8px;
}
.categorias ul li a {
color: #009e75;
}
.categorias ul {
display: flex;
flex-wrap: wrap;
gap: 12px;
}
.destaques-lateral ul {
display: flex;
flex-direction: column;
gap: 12px;
}
.destaques-lateral ul li a {
font-size: 16px;
font-style: normal;
font-weight: 400;
color: #565555;
}
.espaco-single-60 {
padding-bottom: 60px;
}
.img-destaque-single img {
border-radius: 16px;
}
.content-white {
background-color: #f6f6f6;
}
.single-page h1 {
font-size: 56px;
font-style: normal;
font-weight: 600;
color: #29458e;
}
.content-categoria-single {
margin-bottom: 40px;
}
.content-categoria-single a {
padding: 10px 32px;
background-color: rgba(41, 69, 142, 0.2);
border-radius: 8px;
color: #009e75;
}
.hero-banner__slider.owl-carousel.owl-theme.owl-loaded.owl-drag {
position: relative;
}
.hero_banner .owl-dots {
position: absolute;
width: 100%;
bottom: 75px;
}
.carrossel-modal {
position: relative;
}
.carrossel-modal .owl-nav {
position: absolute;
bottom: 20px;
display: flex;
justify-content: center;
width: 100%;
gap: 30px;
}
.carrossel-modal .owl-nav button.owl-next span {
font-size: 0;
}
.full-banner {
width: 100%;
}
.carrossel-modal .owl-nav button.owl-next span::after {
content: "";
position: absolute;
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/next-icon-modal.svg);
width: 25px;
height: 25px;
}
.carrossel-modal .owl-nav button.owl-prev span {
font-size: 0;
}
.carrossel-modal .owl-nav button.owl-prev span::after {
content: "";
position: absolute;
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/prev-icon-modal.svg);
width: 25px;
height: 25px;
}
.thumbs-modal-wrapper {
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.btn-nav-thumbs {
background-color: #fff;
border: none;
border-radius: 8px;
padding: 10px 15px;
cursor: pointer;
font-size: 18px;
z-index: 2;
}
.btn-nav-thumbs.left {
margin-right: 5px;
}
.btn-nav-thumbs.right {
margin-left: 5px;
}
.mobile-menu {
display: none;
}
.hamburger {
position: absolute;
right: 0;
width: 30px;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 20px;
z-index: 10000; }
.hamburger span {
display: block;
height: 4px;
background: #29458e;
border-radius: 2px;
transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
} .hamburger.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.active span:nth-child(2) {
opacity: 0;
}
.hamburger.active span:nth-child(3) {
transform: rotate(-45deg) translate(6px, -6px);
}
section.carrossel_clientes {
padding-top: 40px;
}
.hero-banner__image-container img {
width: 100%;
height: auto;
display: block;
}
.linha-big-numbers {
justify-content: space-between;
align-items: center;
}
.grid-clientes {
display: flex;
flex-wrap: wrap;
row-gap: 37px;
column-gap: 37px;
justify-content: center;
}
.grid-clientes .card-logo {
margin: 0;
}
.grid-clientes .card-logo {
width: 159px;
}
.copy-end-poli a,
.copy-end-poli p {
font-size: 13px;
font-style: normal;
font-weight: 400;
color: #f6f6f6;
}
section.hero_banner {
padding-top: 90px;
}
.sobre-hero {
padding-top: 140px;
}
.linha-video-sobre {
padding-top: 40px;
}
.cases-page {
padding-top: 140px;
}
.cases-page h2 {
font-size: 48px;
}
.contato-page {
padding-top: 140px;
}
.single-page {
padding-top: 180px;
}
.page-blog {
padding-top: 180px;
}
.seguranca-oficina img {
border-radius: 16px;
}
.single-solucoes .cases .btn-outline {
color: #fff;
border-color: #fff;
}
.single-solucoes .cases .btn-outline::after {
filter: none;
}
.cont-text-lgpd {
padding-left: 22px;
}
.thumbs-modal {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.pll-parent-menu-item {
padding: 16px 30px 16px 16px !important;
}
.pll-parent-menu-item a {
position: relative !important;
}
.pll-parent-menu-item a::after {
content: "";
background-image: url(//ellan.com.br/wp-content/themes/ellan/assets/img/icon-dropdown.svg);
width: 11px;
height: 8px;
position: absolute;
right: -18px;
bottom: 4px;
}
.lang-hidden {
display: none !important;
}
.menu-principal .pll-parent-menu-item ul {
width: 73px;
}
.linha-news-blog {
padding: 70px 77px;
border-radius: 25px;
background-color: #29458e;
justify-content: space-between;
align-items: center;
}
.linha-news-blog h3 {
color: #fff;
font-size: 32px;
font-style: normal;
font-weight: 600;
}
.linha-news-blog h4 {
font-size: 24px;
font-style: normal;
font-weight: 400;
color: #fff;
}
.form-news-blog_content span {
color: #fff;
}
.espaco-logistica {
padding-top: 80px;
}
.hero-oficina {
padding-top: 90px;
}
.btn-up {
position: absolute;
right: 0;
top: -85px;
}
.pt-40 {
padding-top: 40px;
}
.pb-40 {
padding-bottom: 40px;
}
.thumb-mini .img-fluid {
height: 60px;
}
.hidden-produto {
display: none;
}
.single-etapas-solucoes .etapas-carousel .item a {
cursor: pointer;
}
select.catalogo-select {
width: 100%;
background: rgba(0, 0, 0, 0.04);
border: none;
border-radius: 4px;
padding: 0px 20px;
height: 40px;
}
.title-solu-section h2 {
color: #29458e;
font-weight: 500;
}
.text-sliders-imgs h3 {
color: #009e75;
font-weight: 600;
}
.linha-stefan {
border-radius: 16px;
background: var(--black-4, rgba(0, 0, 0, 0.04));
padding: 56px 80px;
}
.linha-stefan p {
color: #131313;
}
.linha-stefan span {
color: #131313;
font-size: 14px;
}
.diferenciais-content {
padding-top: 40px;
}
.diferenciais-content ul {
color: #565555;
list-style: disc;
padding-left: 40px;
display: flex;
flex-direction: column;
gap: 30px;
}
.capacidade .card-body ul {
list-style: disc;
padding-left: 20px;
}
.linha-title-list {
padding-bottom: 40px;
align-items: center;
}
.diferenciais-content img {
border-radius: 16px;
}
.linha-cases .card-etapa .zoom-img img {
width: auto;
max-width: unset;
}
.linha-produto-content .col-lg-6.col-md-12 h3 {
text-transform: uppercase;
}
.galeria-imagens .item {
background-color: #fff;
border-radius: 16px;
}
.galeria-imagens .zoom-img {
width: 100%;
}
.galeria-imagens .zoom-img img {
width: 100%;
}
.single-solucoes .catalogos .card-etapa .zoom-img::after {
content: "";
position: absolute;
top: 0px;
left: 0;
right: 0;
height: 100%;
width: 100%;
border-radius: 16px;
background: linear-gradient(
0deg,
rgba(9, 25, 61, 0.96) 6.77%,
rgba(9, 25, 61, 0.48) 77.53%
);
z-index: 2;
}
.hero_banner .row {
position: relative;
}
.etapas-nav-home {
position: absolute;
z-index: 99;
top: 50%;
width: 100%;
display: flex;
justify-content: space-between;
}
.etapas-nav-home button.owl-prev {
margin-left: 35px;
}
.etapas-nav-home button.owl-next {
margin-right: 35px;
}
.etapas-nav-home button {
background: transparent;
border: none;
}
.fomr-content-modal h4 {
margin-bottom: 20px;
}
.cont-text-lgpd p {
margin-bottom: 5px;
}
div#wpcf7-f541-o3 label {
font-size: 14px;
}
#wpcf7-f541-o3 p {
margin-bottom: 12px;
}
.linha-desafios h2 {
margin-bottom: 30px;
font-size: 28px;
}
.custom-slide-style {
margin-left: 15px;
margin-right: 15px;
border-radius: 16px;
}
.case-text-block h2 {
font-size: 28px;
}
.block-text-img img {
border-radius: 16px;
}
.block-text-img .img-desk {
border-radius: 16px;
}
.single-solucoes .block-text-img img {
width: 100%;
}
.block-text-img .img-desk {
padding: 40px 0px;
}
.hero-banner__slider-text .col-md-9 {
padding: 0;
}
.page-template-catalogo .hero-banner__slider-item::after {
display: none;
}
.bg-desktop {
display: block;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
border-radius: 16px;
}
.bg-mobile {
display: none;
width: 100%;
height: 750px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
@media (max-width: 1599px) {
.espaco-catalogo {
padding-bottom: 108px;
}
.modal-conteudo {
max-width: 690px;
padding: 20px;
}
.fechar-modal {
top: -14px;
right: 6px;
}
}
@media (max-width: 1199px) {
.hero-banner__slider-text h2 {
font-size: 26px;
}
.etapas-nav-home {
top: 60%;
}
.espaco-catalogo {
padding-bottom: 40px;
}
.catalogos {
padding-top: 40px;
}
.hero_banner .owl-carousel .owl-item img {
height: auto;
}
.produto-texto-card-home h4 {
font-size: 26px;
}
.grid-clientes .card-logo {
width: 129px;
}
.menu-principal li {
padding: 10px;
}
.catalogos .content-etapa-card::before {
height: 400px;
}
.etapas::before {
width: 43%;
}
.page-blog h1 {
font-size: 42px;
}
.page-blog h6 {
font-size: 18px;
}
.card-destaque-blog h4 {
font-size: 22px;
}
.content-blog-card h4 {
font-size: 22px;
}
h1 {
font-size: 48px;
}
.cases-cards .content-etapa-card::before {
height: 300px;
}
.content-form h4 {
font-size: 22px;
}
.content-form {
padding: 19px 60px;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
height: 50px;
}
.linha-produto-content .two-btn-content {
flex-direction: column;
align-items: baseline;
}
}
@media (max-width: 991px) {
.diferenciais-content ul {
padding-top: 40px;
}
.hero-catalogo {
height: 492px;
}
.grid-clientes {
justify-content: center;
}
h3 {
font-size: 26px;
}
.cases-page h2 {
font-size: 38px;
}
.img-desk {
display: none;
}
.img-mobile {
display: block;
padding: 20px 0px;
}
.galeria-imagens {
padding-top: 30px;
}
.form-news-blog_content {
padding-top: 20px;
}
.cata-tec .row {
row-gap: 30px;
}
.linha-cases .card-etapa .zoom-img img {
width: 100%;
}
.col-md-12.last-case .content-etapa-card::before {
height: 221px;
}
h1 {
font-size: 42px;
}
.menu-principal li ul {
position: relative;
margin-top: 20px;
}
.loop-posts .card-blog .img-end-cat .zoom-img img {
width: 100%;
}
br {
display: none;
}
.btn__content {
margin-top: 20px;
}
.carousel {
gap: 25px;
}
h2 {
font-size: 34px;
}
.menu-principal li {
text-align: center;
}
.page-template-home .soluctions_item img {
width: 100%;
}
.numbers-content {
padding-top: 40px;
}
.desk-menu {
display: none;
}
.mobile-menu {
display: block;
}
#mobileMenu {
display: none;
position: fixed;
top: 100%;
left: 0;
width: 100%;
background: #fff;
z-index: 9999;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
padding: 20px 0;
border-radius: 16px;
}
#mobileMenu.open {
display: block;
}
.etapas-nav-home button.owl-next {
margin-right: 5px;
}
.etapas-nav-home button.owl-prev {
margin-left: 5px;
}
.mobile-menu .linha-header {
position: relative;
}
.hero_banner .owl-dots {
bottom: 40px;
}
.cont-mobile {
position: absolute;
right: 0;
width: 100%;
top: 50px;
transform: translateY(-50%);
cursor: pointer;
}
#mobileMenu .menu-principal {
flex-direction: column;
}
.pt-120 {
padding-top: 90px;
}
.pb-120 {
padding-bottom: 90px;
}
.hero-banner__slider-item .col-12 {
padding: 0;
}
.img-acordeon {
padding-top: 30px;
}
.etapas::before {
display: none;
}
.etapas-carousel {
padding-top: 30px;
}
.img-form {
display: none !important;
}
.copy-end-poli {
flex-direction: column;
gap: 0;
text-align: center;
}
.two-btn-content {
justify-content: left;
flex-direction: column;
align-items: baseline;
}
.page-blog .row {
row-gap: 30px;
}
.page-blog {
padding-top: 90px;
}
.page-blog h1 {
font-size: 36px;
}
.linha-form .col-lg-4 {
display: none;
}
.content-form {
padding: 40px;
}
.page-template-trabalhe-conosco .row.linha-btn-cv {
flex-direction: column;
align-items: baseline;
}
.page-template-trabalhe-conosco .linha-form .col-lg-4 {
display: block;
}
.page-template-trabalhe-conosco .linha-form .col-lg-4 {
padding-left: 15px;
padding-bottom: 20px;
}
}
@media (max-width: 768px) {
.hero_banner .owl-dots {
bottom: -20px;
}
.hero-banner__slider-item::after {
background: linear-gradient(
90deg,
#29458e 38.25%,
rgba(30, 92, 136, 0.74) 79.82%,
rgba(0, 158, 117, 0) 90.39%
);
height: 100%;
}
.hero-catalogo {
height: auto;
padding-top: 40px;
}
.banner-modal {
display: none;
}
.modal-conteudo {
padding: 20px;
}
.catalogos {
padding-top: 0px;
}
.linha-stefan {
padding: 40px 20px;
}
.card-header a {
font-size: 16px;
}
.card-header a svg {
width: 10px;
}
.diferenciais-content ul {
gap: 20px;
}
.linha-video-sobre {
padding-top: 20px;
}
.cases-page h2 {
font-size: 28px;
}
.linha-news-blog {
padding: 30px;
}
.linha-news-blog h3 {
font-size: 28px;
}
.linha-news-blog h4 {
font-size: 18px;
}
.carrossel-final .owl-stage-outer {
overflow: hidden;
}
.cata-tec .card-etapa img {
width: 100%;
}
.catalogo-item .card-etapa .zoom-img img {
width: 100%;
}
.col-md-12.last-case .content-etapa-card::before {
height: 167px;
bottom: -4px;
}
.title-final-projeto-case {
flex-direction: column;
align-items: baseline;
}
.hero_banner .owl-carousel .owl-item img {
height: 340px;
}
.last-case .content-etapa-card {
bottom: 4px;
}
.last-case .cases-cards .produto-texto-card-home p {
bottom: -8px;
}
.page-template-solucoes .catalogos .card-etapa img {
width: 100%;
}
.card-destaque-blog .img-end-cat .zoom-img img {
width: 100%;
}
.single-solucoes .etapas-carousel .item span {
color: #000;
}
.single-solucoes .etapas-carousel .item .single-content-solu span::after {
right: -40px;
filter: brightness(0) saturate(100%) invert(0);
}
.two-btn-content {
flex-direction: column;
align-items: baseline;
gap: 20px;
padding-bottom: 20px;
}
.copy-end-poli {
padding-top: 30px;
}
.pt-80 {
padding-top: 45px;
}
h1 {
font-size: 38px;
}
.page-blog h1 {
font-size: 28px;
}
.soluctions_item a .content-etapa-card h4 {
margin-bottom: 140px;
color: #fff;
}
a .content-etapa-card::before {
opacity: 1 !important;
}
.produto-texto-card-home p {
opacity: 1;
bottom: 20px;
padding-right: 20px;
}
.page-template-home .soluctions_item a .content-etapa-card h4 {
margin-bottom: 90px;
}
.owl-carousel .owl-item .card-etapa img {
width: 100%;
}
.nav-solu-carrossel .item img {
width: 100%;
}
.content-etapa-card h4 {
color: #fff;
}
.filtro-catalogo {
flex-wrap: wrap;
gap: 20px;
}
.pb-80 {
padding-bottom: 45px;
}
footer .linha-footer {
row-gap: 60px;
}
.cases .btn__content {
justify-content: left;
}
.btn {
font-size: 14px;
}
.hero-banner__slider-text h2 {
font-size: 22px;
}
.hero-banner__slider-text p {
font-size: 14px;
}
.btn__content {
margin-top: 16px;
}
.grid-clientes .card-logo {
width: 159px;
}
.grid-clientes {
row-gap: 21px;
column-gap: 20px;
}
.modal-conteudo .col-md-7 {
display: none;
}
.hero-banner__image-container img {
width: 100%;
height: 45vh;
object-fit: cover;
object-position: center;
}
.hero-banner__slider-text {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
z-index: 2;
}
.linha-cases-home {
row-gap: 30px;
}
.linha-cases-home a .content-etapa-card h4 {
margin-bottom: 86px;
}
.sob-medida__image {
padding-top: 30px;
}
h2 {
font-size: 26px;
}
.modal-conteudo {
padding: 50px;
}
.cta-blue_bg {
padding: 38px 20px;
}
.produto-texto-card-home h4 {
font-size: 22px;
}
.content-produto-solucoes .modal {
left: auto;
}
.btn-up {
right: 18px;
}
h3 {
font-size: 22px;
}
.bg-desktop {
display: none;
}
.bg-mobile {
display: block;
}
.home .hero-banner__slider-item::after {
display: none;
}
}
@media (max-width: 499px) {
.carousel img {
width: 60px;
}
.custom-slide-style {
margin: 0;
border-radius: 0;
}
.cases-cards .content-etapa-card::before {
height: 240px;
}
.sobre-hero iframe {
height: 380px;
}
.page-template-cases .produto-texto-card-home p {
font-size: 14px;
}
.last-case .produto-texto-card-home p {
display: none;
}
.last-case .content-etapa-card h4 {
margin-bottom: 16px;
}
.carrossel_clientes .card-logo {
width: 120px;
height: 60px;
}
.hero-banner__slider-text h2 {
font-size: 26px;
}
.hero-banner__slider-item {
height: 600px;
}
.col-md-12.last-case .content-etapa-card::before {
height: 118px;
}
.bignumbers_item span {
font-size: 22px;
}
.icon-list_number img {
width: 26px;
}
.bignumbers_item {
min-height: 180px;
}
.bignumbers_item p {
font-size: 14px;
}
.container {
padding-left: 30px;
padding-right: 30px;
}
.modal-conteudo {
padding: 50px 25px;
}
}
.hero-banner__slider-item .hero-banner__slider-text {
position: relative;
z-index: 2;
}