/* 

Theme Name:   MAALA Construção
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: 'Google Sans Flex', sans-serif;
}

.com-linhas {
  background-image: linear-gradient(to right, #292929 1px, transparent 1px),
                    linear-gradient(to bottom, #292929 1px, transparent 1px);
  background-size: 60px 60px; /* Ajuste o tamanho das linhas aqui */
  background-color: rgb(255, 255, 255);
}

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:#ffffff;	
box-sizing:border-box;
}
body::-webkit-scrollbar { width: .8rem; }  
body::-webkit-scrollbar-track { background: #e8dcc5;  }   
body::-webkit-scrollbar-thumb { background: #0b1f3b;  transition: ease .4s;}  
body::-webkit-scrollbar-thumb:hover { background: #c9a24d; 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: #ffffff;}

.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: #ffffff0d;
	backdrop-filter: blur(8px);	
  align-content: space-around;
}



.collapse.show {
	background-color: #0c0c0cde;
	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*/
.texto-azul {
  color:#0b1f3b;
}

.texto-dourado {
  color:#c9a24d;
}

/*Botões e Bgs*/
.bt-vidro {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #89898911;
  backdrop-filter: blur(6px);
  border:none;
  color:#ffffff;
}
.bt-vidro:hover {
  background-color: #c9a24d;
  /*transform: scale(1.1);*/
}


.btn-dark {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #010101;
  border:none;
  color:#c9a24d;
}
.btn-dark:hover {
  background-color: #c9a24d;
  color:#080808;

}

.btn-secondary {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #0b1f3b;
  border:none;
  color:#c9a24d;
}
.btn-secondary:hover {
  background-color: #c9a24d;
  color:#0b1f3b;

}

.bg-azul {
  background-color: #0b1f3b;
}

.bg-azul-claro {
  background-color: #E6E6E6;
  transition: all ease-in-out .4s;
}


.bg-vidro {
  border:0;
  transition: all .2s ease-in-out;
  background-color: #89898911;
  backdrop-filter: blur(6px);
  border:none;
  color:#ffffff;
}

.corridas {
  width:4em;
  height:4em;
  margin-bottom: 1em;
  border:0;
  transition: all .2s ease-in-out;
  background-color: #f8040470;
  color:#ffffff;
}
.corridas:hover {
  background-color: #fb0303;
  transform: scale(1.1);
}

.tooltip.bs-tooltip-top, .tooltip-inner {
  background-color: #ffffff;
  color:#020202;
  border-radius:1em;
  margin:0.6em;
  text-transform: uppercase;
}

.wrap {
    /*Ajuste a largura e altura desejadas aqui*/
    width: 100%;
    height: auto;
    background-color: #000000b9;
    /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
    position: relative;
}

.wrap > .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    width: 100%;
    height: 100%;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
}
.wrap > .bg-video > video {
    width: 100%;
}

.wrap-2 {
    /*Ajuste a largura e altura desejadas aqui*/
    width: 100%;
    height: auto;
    background-color: #000000b9;
    /*isto fará o elemento video e o .container se adaptarem ao .wrap*/
    position: relative;
}

.wrap-2 > .bg-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; /*apenas um -1 é necessário quando se trabalha com relative + absolute, sendo pai e filho*/
    width: 100%;
    height: 100%;
    overflow: hidden; /* evita do video passar a altura desejada do .wrap */
}
.wrap-2 > .bg-video > video {
    width: 100%;
   
}

#sobre-nos {
    position: relative;
    z-index:2;
}






.btn-agendamento {
	background-color: #ffffff41;
	transition: background-color .3s;
	backdrop-filter: blur(8px);
	color:#ffffff;
	transition: all .4s;
}

.btn-agendamento:hover {
	background-color: #fa2e2e;
	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:#fe030377;
    color:#FFFFFF;
    transition: all.4s;
   
}

.btn-agendamento:hover > .icone-bt {
    background-color:#ffffffad;
    color:#bd0808;
}


.btn-agendamento:hover > .icone-bt {
	color:#fd0404;
}

/*BG's*/

.section-bg {

  /*margin-bottom:4em;*/
}

.bg-texto{
  background-color: #00000085;
	transition: background-color .3s;
	backdrop-filter: blur(6px); 
}


.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;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.container-fluid {
  max-width:1780px;

}
.video-bg .container-fluid{
  position: relative;
  z-index: 2;
}

.video-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00042266;
  z-index: 1;
}



/*Links*/

.navbar-nav:hover, .navbar-nav:active  {
    border:none;
    color:#b2bec3;
    
}

.navbar-nav a {
  color: #b2bec3;
  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:#c9a24d;
  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:62px;
}

/*Links footer*/

.rdp.navbar-nav 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: 48px;
  right: 27px;
  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 .card  {
	background-color:#000000;
	min-width:286px;
}

.wp-block-list a{
	color:white;
}
