/* 

Theme Name:   Trelimaxx - Indústria de Máquinas
Theme URI:    
Author:       
Author URI:   
Description:  
Version:      
Tested up to: 
Requires PHP: 
License:      GNU General Public License v3 or later
License URI:  https://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  
Tags:         

*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
   
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (max-width: 991px) and (min-width: 767px){
    /*.article_title, .archive-product-class{height: 18rem;}*/
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (max-width: 767px) {
    /*.article_title, .archive-product-class{height: 15rem;}*/
}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
   
}



:root{
    /* colors */


    /* fonts */
    --font-main: 'Inter', sans-serif;
}


body{
	font-family: var(--font-main);
	hyphens: auto;
 	-webkit-hyphens: auto; /* Para navegadores WebKit */
  	-ms-hyphens: auto; /* Para navegadores IE */
  	lang: pt-BR; 
background-color:#ebebeb;	
box-sizing:border-box;
overflow-x:hidden;
}
body::-webkit-scrollbar { width: .8rem; }  
body::-webkit-scrollbar-track { background: #cecece;  }   
body::-webkit-scrollbar-thumb { background: #6aabcf; border-radius:26px;  transition: ease .4s;}  
body::-webkit-scrollbar-thumb:hover { background: #a9f5ff; transition: ease .4s;}

mark, .mark{padding: 0 !important;}

.btn{transition: .5s;}

.header-styled .menu-item.active .btn-navbar-responsive,
.btn-navbar-responsive.dropdown-toggle.show{color: #2a2a2a;}

.parallax-first {background: url(images/wallpaper/parallax/parallax-first.jpg);}

.carousel-item-images::after{
    content: "";
    position: absolute; top: 0; left: 0; bottom: 0; right: 0;
    width: 100%; height: 100%;
    /*background: #00000070;*/
}

/*menu*/
.menu-principal {
	background-color: #ffffffd4;
	backdrop-filter: blur(3px);	
  align-content: space-around;
}



.collapse.show {
	background-color: #fffffff2;
	backdrop-filter: blur(8px);	
}


.single-product .breadcrumbs-nav, .single-product .breadcrumbs-nav a{color:#ffffff;}

.footer-post-content .text-secondary {
    display: none;
}

.page-item.active .btn {
    background-color: #ffffff;
    border:none;
}


/*Textos e títulos*/

/*h2, h3, h3 {
  font-family: 'Montserrat', sans-serif;
}*/



.titulo-grande {
  font-size: 3rem; /* Padrão (Mobile) */

}

@media (min-width: 768px) {
  .titulo-grande {
    font-size: 5rem; /* Tablets */
  }
}

@media (min-width: 1024px) {
  .titulo-grande {
    font-size: 5rem; /* Desktop */
  }
}

/*Texto Gradiente*/
.gradiente {
	background: linear-gradient(to top, #4f9eff, #aafeff);
	background-clip: text;
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	color: black;
  }

  .gradiente-azul {
	background: linear-gradient(to top, #01d0ff, #0434f3);
	background-clip: text;
	-webkit-background-clip: text; 
	-webkit-text-fill-color: transparent;
	color: black;
  }

.texto-azul {
  color:#67bffd;
}

.texto-azul-cinza {
  color:#778ca3;
}

.texto-azul-claro {
  color:#45aaf2;
}

.texto-linha {
  border-bottom:8px solid #0434f3;
  width: 306px;
 
}

.reveal-me {
  /* Define the animation name and basic behavior */
  animation: reveal-effect linear both;
  
  /* Use the view timeline to trigger animation as it enters the viewport */
  animation-timeline: view();
  
  /* Define when the animation should start and end relative to viewport */
  animation-range: entry 25% cover 50%;
}

@keyframes reveal-effect {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*Botões e Bgs*/
.bt-vidro {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #89898951;
  backdrop-filter: blur(6px);
  color:#ffffff;
}
.bt-vidro:hover {
  background-color:#ffffff;
  color:#1a1a1a;
  border-color:#ffffff;
  /*transform: scale(1.1);*/
}

.bt-geral {
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: transform 0.4s all ease, box-shadow 0.3s ease;
}

.bt-geral:hover {
  /* 2. Move o botão 5 pixels para cima */
  transform: translateY(-10px);
  
  /* 3. Opcional: Adiciona uma sombra para reforçar a profundidade */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.text-blue {
  color:#0D769D;
}

.card-thumbs {
  min-height:546px;
  transition: all ease .4s;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.4s all ease, box-shadow 0.3s ease;
  margin: 20px;
}

/* Efeito Hover "Up" */
.card-thumbs:hover {
   /* 2. Move o botão 5 pixels para cima */
  transform: translateY(-10px);
  
  /* 3. Opcional: Adiciona uma sombra para reforçar a profundidade */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.bg-azul {
  background-color: #0b1f3b;
}

.bg-azul-claro {
  background-color: #E6E6E6;
  transition: all ease-in-out .4s;
}

.bg-cta {

  transition: all .2s ease-in-out;
  background-color: #5c5c5c2e;
  backdrop-filter: blur(3px);
  color:#ffffff;
}

.bg-vidro {

  transition: all .2s ease-in-out;
  background-color: #21212136;
  backdrop-filter: blur(3px);
  color:#ffffff;
}


#sobre-nos {
    position: relative;
    z-index:2;
}

.bg-topo {
  /*background-color: transparent;*/
  background: url(images/bg-topo.png);
  padding:0;
  margin:0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-secao {
  /*background-color: transparent;*/
  background: url(images/bg-secao.svg);
  min-height: 50vh;
  background-repeat: no-repeat;
  background-size:auto;
}

.bg-produtos {
  /*background-color: transparent;*/
  background: url(images/bg-produtos.svg);
  min-height: 200vh;
  background-repeat: no-repeat;
  background-size:auto;
}

.bg-localizacao {
  /*background-color: transparent;*/
  background: url(images/bg-localizacao.svg);
  background-repeat: no-repeat;
  background-size:auto;
}

.sobre-nos {
  background: url(images/bg-secao.jpg);
}

.bg-pages {
  /*background-color: transparent;*/
  background: url(images/bg-pages.jpg);
  background-repeat: no-repeat;
  background-size:auto;
}



.btn-agendamento {
	background-color: #ffffff5d;
	transition: background-color .3s;
	backdrop-filter: blur(8px);
	color:#101010;
	transition: all .4s;
}

.btn-agendamento:hover {
	background-color: #6aabcf;
	transition: background-color .3s;
	backdrop-filter: blur(8px);
	color:#FFFFFF;
	transition: all .4s;
}
.bg-grafico {
margin-left: -36px;
}
.agendar {
    color:#535c68;
    transition:all .4s;
}

.icone-bt {
    background-color:#4bbde6;
    color:#FFFFFF;
    transition: all.4s;
   
}

.btn-agendamento:hover > .icone-bt {
    background-color:#ffffffad;
    color:#000000;
}


.btn-agendamento:hover > .icone-bt {
	color:#043b71;
}

.btn-outline-info {
    border-color:#0434f3;
    color:#ffffff;
    transition: .4s;
}
.btn-outline-info:hover {
    background-color:#0434f3;
    border-color:#0434f3;
    color:#48dbfb;
}

.btn-outline-primary {
    border-color:#0434f3;
    color:#0434f3;
    transition: .4s;
}
.btn-outline-primary:hover {
    background-color:#0434f3;
    border-color:#0434f3;
    color:#48dbfb;
}

/*BG's*/

.section-bg {

  /*margin-bottom:4em;*/
}

.bg-texto{
  background-color: #00000085;
	transition: background-color .3s;
	backdrop-filter: blur(3px); 
}


.diagonal-background {
  background: repeating-linear-gradient(
   -55deg,
  #222,
  #222 10px,
  #333 1px,
  #333 1px
);
}

.borda-vermelha {
  border:2px solid #fd0404;
}

/*Vídeo BG*/


.video-bg {
  position: relative;
  background-color: rgb(255, 255, 255);
  align-content: space-around;
  height: auto;
  min-height: 45rem;
  width: 100%;
  overflow: hidden;
}

.video-bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  padding:0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}


.video-bg .container-fluid{
  position: relative;
  z-index: 2;
}

.video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #0434f3e6;
  z-index: 1;
}



/*Links*/

.navbar-nav:hover, .navbar-nav:active  {
    border:none;
    color:#b2bec3;
    
}

.navbar-nav a {
  color: #778ca3;
  position: relative;
  text-decoration: none;
}

.navbar-nav a::before {
  content: '';
  color:#b2bec3;
  position: absolute;
  width: 100%;
  height: 1px;
  /*border-radius: 2px;*/
  background-color: #b2bec3;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.navbar-nav a:hover::before {
  color:#006eff;
  transform-origin: left;
  transform: scaleX(1);
}

/*Linha 2*/

.linha2{
  color: #b2bec3;
  position: relative;
  text-decoration: none;
}

.linha2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  /*border-radius: 2px;*/
  background-color: #b2bec3;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.linha2:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

.btn-underline-black span,.btn-underline-white span,.btn-underline span, .linha span {
  display:inline;
  color:currentColor;
  background-image:linear-gradient(90deg,#020202 100%, #020202 0);
  background-position:100% 100%;
  background-size:0 2px;
  background-repeat:no-repeat;
  transition:background-size 1s cubic-bezier(.19,1,.155,1.01) 0s;
  pointer-events:none;
}

.active.btn-underline-black span,.active.btn-underline-white span,
.btn-underline-black:hover span,.btn-underline-white:hover span,
.btn-underline.active span,.btn-underline:hover span, .linha:hover span {
  background-image:linear-gradient(90deg,#020202,#020202);
  background-size:100% 2px;
  background-position:0 100%;
}

.btn-underline-white{color:currentColor; text-decoration: none; margin-bottom:0.4rem;}

.btn-underline-white span li a i,.btn-underline span i{display:inline;color:currentColor;}

.btn-underline-black{color:currentColor;}

.list-social-media {
  display:flex;
  justify-content:flex-start;
  align-items:flex-start;
  align-content:flex-start;
  flex-wrap:wrap;
  text-decoration: none;
  list-style-type: none;
  flex-direction:column;
}

.icon-arrow-up:before{content:"\E902";}

  @media only screen and (min-width:1025.1px) {
    .list-social-media{margin-top:1rem;}}
      @media only screen and (max-width:1025px) {
        .list-social-media li:not(:last-child){margin-bottom:.5rem;}}
        .list-social-media li a{display:inline-flex;
          justify-content:flex-start;
          align-items:center;
          align-content:center;
          flex-wrap:wrap;
          flex-direction:row;
          font-weight: lighter;
          color:currentColor;
        }
          @media only screen and (max-width:767.98px){
            /*.list-social-media li a{font-size:1.8rem;}*/}
            .list-social-media li a span{display:block;}
            @media only screen and (min-width:1025.1px){
              .list-social-media li a span{margin-right:1.3rem}}
              @media only screen and (max-width:1025px){
                .list-social-media li a span{margin-right:.8rem;}}
                .list-social-media li a i {
                  display:flex;
                  overflow:hidden;
                  }
                  .list-social-media li a i:before{
                    display:block;
                    transition:all .4s cubic-bezier(.645,.045,.355,1);
                    transition-delay:0s;}
                    .list-social-media li a:hover i:before {
                      transform:translate(115%,-115%);
                    }

.btn-outline-dark {
    border-color:#000000;
    color:#000000;
}

.btn-outline-dark:hover {
    background-color:#000000;
}

/*Formulário de contato*/

.form-control {
    height:42px;
    color:gray;
}

/*Links footer*/

.rdp a {
    color:#ffffff;
    border:none;
    
}

.rdp a:hover {
    color:#fb0303;
}



/*Botão voltar ao topo*/

#btn-back-to-top, #btn-back-to-top:after {
  position: fixed;
  bottom: 24px;
  right: 24px;
  display: none;
  z-index:2022;
  transition:all.4s;
  opacity:0.6;
}

#btn-back-to-top:hover {
    opacity:1;
}

#btn-back-to-top:hover > span {
    margin-top:-20px;
}

.category_breadcrumbs a{
	color:#000000;
	font-weight:700;
	opacity:1;
}


.pagination a{
 color: #ff0000;
 padding:22px;
 transition:.4s;
}

.pagination a:hover {
  color:#fff;
}

.dropdown-menu  {
	background-color:#000000;
	min-width:286px;
}

.footer-contet .dropdown-menu  {
	background-color:#000000;
	min-width:286px;
}

.wp-block-list a{
	color:white;
}

.bi-chevron-right {

    color:#7f8fa6;
    
}

.item-current {
    color:#FFFFFF;
} 

.item-home a {
    text-decoration:none;
    color:#7f8fa6;
    
}

 .aiovg-header {
  border-bottom:8px solid #0434f3;
  font-size:4rem;
  font-weight:bold;
  max-width:312px;
 }

.entry-meta, .wp-list-categories, .archive-description {
    display:none;
}

h2.entry-title a {
  color:#000000;
  font-size:2rem;
  text-decoration:none;
  font-weight:bold;
  margin-top:22px;
  margin-bottom:22px;
}

.entry-content img {
    border-radius:22px;
    margin:18px;
}

