/*logo*/
#header-site .logo img#logo_topo {
    max-height: 90px;
}
/*<------------->*/

/*slide*/
#section-slide .owl-nav .owl-next {
    right: 0;
    margin-right: 0;
}

#header-site {
    background: linear-gradient(45deg, #ffffff47 0%, transparent 52%);
}

#section-slide .owl-item-text {
    display: flex;
    align-items: center;
    justify-content: left;
}

#section-slide .owl-item-text .owl-item-text-content {
    text-align: left;
    margin-left: 7em;
}

#slideshow-1 {
    position: relative;
}

#slideshow-3 {
    position: relative;
}

#slideshow-1:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0;
    left: 0;
    right: -390px;
    background: url(/arquivos/icon-tronictel.svg);
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}

#slideshow-3:before {
    position: absolute;
    content: "";
    top: 0px;
    bottom: 0;
    left: 0;
    right: -390px;
    background: url(/arquivos/icon-tronictel.svg) #00000066;
    background-repeat: no-repeat;
    background-position: right;
    z-index: 1;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    border-radius: 30px;
}

#section-slide .owl-item-text .owl-item-text-content .botao-slide .btn.btn-slide {
    background: #ffbc00;
}

/*<--------->*/

/*sec-empresa*/
.empresa-titulo b {
    font-weight: 700;
}

a.btn.btn-primary.btn-lg.rounded-5.mt-5 {
    border-radius: 30px;
}

.about-img img {
    position: relative;
    border-radius: 80px;
    padding: 40px;
    top: -70px;
}

.about-experience img {
    position: absolute;
    bottom: 49px;
    left: -8px;
    width: 100%;
    padding: 50px;
    filter: grayscale(1);
}

.about-experience {
    position: relative;
}

.about-img:before {
    position: absolute;
    content: "";
    top: -31px;
    bottom: 0;
    right: 20px;
    background: url(/arquivos/shape-1.webp);
    background-repeat: no-repeat;
    background-position: right top;
    animation: fadeInLeft 2.1s ease-in-out infinite;
    width: 35px;
    height: 35px;
    background-size: contain;
}

.about-img {
    position: relative;
}

.about-img:after {
    position: absolute;
    content: "";
    top: -62px;
    bottom: 0;
    right: -18px;
    background: url(/arquivos/shape-2.webp);
    background-repeat: no-repeat;
    background-position: right top;
    animation: fadeInLeft 2.1s ease-in-out infinite;
    width: 70px;
    height: 70px;
    background-size: contain;
    z-index: -1;
}

#page_a_empresa .about-img img {
    top: 0;
}

#page_a_empresa .about-experience img {
    position: absolute;
    bottom: -20px;
    left: -8px;
}

#page_a_empresa .about-img:before {
    top: 39px;
}

#page_a_empresa .about-img:after {
    top: 8px;
}
/*<-------->*/

/*sec-servicos*/
#section-servicos .card-body {
    height: auto !important;
}

#section-servicos .card.card-servicos .card-body .section-card-title:before {
    background: transparent;
    backdrop-filter: blur(15px);
}

#section-servicos .card.card-servicos .card-body .card-title {
    padding-bottom: 0;
    color: #fff;
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 30px;
}
/*<-------->*/

/*sec-html-01*/
.card-segmentos {
    height: 250px;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.conteudo-card {
    padding: 4px;
    border: 1px solid;
    border-radius: 25px;
    transition: .3s ease-in-out;
    overflow: hidden;
    border-color: #cccccc;
}

#section-html-modulo_1 h2 {
    margin-bottom: 60px;
}

#residencial {
    position: relative;
    background: url(/arquivos/energia-solar-residencial.webp);
    background-size: cover;
    background-position: center;
    border: 0;
    z-index: 1;
}

#residencial:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, black, transparent);
    border-radius: 20px;
    z-index: -1;
}

.title-card h3 {
    color: #fff;
}

.desc-card p {
    color: #fff;
}

#comercial {
    position: relative;
    background: url(/arquivos/energia-solar-comercial.webp);
    background-size: cover;
    background-position: bottom;
    z-index: 1;
}

#industrial {
    position:relative;
    background: url(/arquivos/industrial.webp);
    background-position: center;
    background-size: cover;
    z-index: 1;
}

#comercial:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, black, transparent);
    border-radius: 20px;
    z-index: -1;
}

#industrial:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, black, transparent);
    border-radius: 20px;
    z-index: -1;
}

.conteudo-card:hover {
    padding: 0;
    transition: .3s ease-in-out;
}

#section-html-modulo_1 .container {
    display: unset;
}
/*<----->*/

/*btn-greal*/
.btn-primary {
    color: #d23844;
    border-radius: 30px;
}
/*<------->*/

/*sec-etapas*/
.icon-etapa {
    position: relative;
    width: 70px;
    margin: auto;
    margin-bottom: 30px;
    background: #cd3946;
    border-radius: 18px;
}

.icon-etapa img {
    padding: 7px;
    filter: invert(1);
}

#section-html-modulo_2 h1 {
    text-align: center;
}

#section-html-modulo_2 b {
    font-size: 25px;
}

.title-card-etapa h3 {
    text-align: center;
    font-size: 22px;
}

.text-card-etapa p {
    text-align: center;
}

#section-html-modulo_2 {
    position: relative;
}

#section-html-modulo_2:before {
    position: absolute;
    content: "";
    bottom: 210px;
    left: 0;
    right: 0;
    background: linear-gradient(45deg, transparent, #cd3946, transparent);
    width: 100%;
    height: 3px;
}
/*<--------->*/

/*sec-depoimentos*/
#section-depoimentos blockquote {
    height: auto;
}

#section-depoimentos .card-depoimentos-auto-imagem img {
    display: none;
}

#section-depoimentos .card-depoimentos-auto-imagem {
    display: none;
}

/*<--------->*/

/*sec-diferenciais*/
.icon-diferencial {
    width: 50px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: #cd3946;
    border-radius: 15px;
    padding: 3px;
}

#section-html-modulo_3 .col-md-4 {
    border: 1px solid;
    transition: .3s ease-in-out;
}

#card-1 {
    border-top-left-radius: 40px;
}

#card-3 {
    border-top-right-radius: 30px;
}

#card-4 {
    border-bottom-left-radius: 30px;
}

#card-6 {
    border-bottom-right-radius: 30px;
}

.card-diferencial {
    padding: 20px;
}

h1.cta__title {
    text-align: center;
}

p.cta__text {
    text-align: center;
}

#section-cta .btn-primary {
    width: 370px;
    margin: auto;
    display: flex;
    justify-content: center;
    font-size: 22px;
    padding: 13px;
}

.title-diferencial {
    text-align: center;
}

.cta h1 {
    font-size: 4em;
    color: #fff;
}

.cta p {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #fff;
}

#section-html-modulo_3 .col-md-4:hover .icon-diferencial {
    background: #ffbc00;
    transition: .3s ease-in-out;
}
/*<------->*/

/*page-contato*/
.informacao-contato-content {
    display: flex;
    justify-content: center;
}
/*<-------->*/

/*sec-galeria*/
#section-galeria.section-galeria-bg {
    background-color: #e3e3e3;
}

#section-galeria.section-galeria-bg:before {
    background: #e3e3e3;
}
/*<------------->*/

/*sec-cta*/
#section-cta {
    position: relative;
    padding: 1px;
    background: url(/arquivos/capa-cta.webp);
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

#section-cta:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000a8;
    z-index: -1;
}
/*<------>*/

#page_contato header#header-site a.nav-link {
    color: #000;
}

.capa-titulo.text-center p {
    color: #fff;
}

.section-capa {
    z-index: 1;
}

.section-capa:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #00000087;
    z-index: -1;
}

@media (max-width:720px){
  #section-slide .owl-item-text .owl-item-text-content {
    text-align: center;
    margin-left: 0;
}

#slideshow-1:before {
    opacity: .5;
}

.about-img img {
    padding: 10px;
    top: 0;
}

.about-experience img {
    position: absolute;
    bottom: -6px;
    left: -3px;
    width: 100%;
    padding: 20px;
}

.about-img:before {
    top: -11px;
    bottom: 0;
    right: 30px;
}

.about-img:after {
    top: -32px;
    bottom: 0;
    right: 2px;
    width: 50px;
    height: 70px;
}

#section-html-modulo_2:before {
    visibility: hidden;
}

#card-3 {
    border-top-right-radius: 0;
}

#card-4 {
    border-bottom-left-radius: 0;
}

#card-6 {
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}

#card-1 {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.cta h1 {
    font-size: 2.5em;
}

#section-cta .btn-primary {
    width: 100%;
}

#slideshow-3:before {
    opacity: .4;
}
}