/* 

Theme Name:   Alto Giro
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) {
   
}

.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(0, 0, 0);
}

:root{
    /* colors */


    /* fonts */
    --font-main: 'Mulish', 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-image: linear-gradient(to top, #fbfdff, #fcfdff, #fdfeff, #fefeff, #ffffff);
    color:#ffffff;
	box-sizing:border-box;
}
body::-webkit-scrollbar { width: .8rem; }  
body::-webkit-scrollbar-track { background: #f1f1f1;  }   
body::-webkit-scrollbar-thumb { background: #fb0303;  }  
body::-webkit-scrollbar-thumb:hover { background: #fb0303;  }

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: #0c0c0cb8;
	backdrop-filter: blur(8px);	

}

.btn {
	border:none;
}

.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;
}


 
/*Títulos*/

h1, h2 {
    font-family: 'Montserrat', sans-serif;
}

.texto-vermelho{
  color:#fb0202;
}

/*Botões e Bgs*/
.bt-red {
  margin-bottom: 1em;
  border:0;
  transition: all .2s ease-in-out;
  background-color: #f8040470;
  color:#ffffff;
}
.bt-red:hover {
  background-color: #fb0303;
  transform: scale(1.1);
}

.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;
}

/*Faixas de texto animado*/
.faixa {
  position: relative;
  width: 100%;
  margin-top:-208px;
  margin-bottom:-100px;
  height: auto;
  min-height:42em;
  overflow: hidden;
  z-index:1;
}

.scroll {
  display: flex;
  width: 100%;
  box-shadow: 0 8px 16px rgba(#000000, 0.5);
  
  div {
    font-weight: 700;
    font-size: 3em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #fb0303;
    background-color: #000000;
    animation: animate 40s -40s linear infinite;
    will-change: transform;
    
    &:nth-child(2) {
      animation: animate2 40s -20s linear infinite;
    }
  }
  
  span {
    
    color: #ffffff;
  }
}

.text1 {
  transform: rotate(30deg) translate(-200px, 200px);
}

.text2 {
  transform: rotate(-25deg) translate(-200px, 120px);
}

.text3 {
  transform: rotate(25deg) translate(-200px, 300px);
}

.text3 {
  transform: rotate(-2deg) translate(-200px, -150px);
}

.text5 {
  transform: rotate(5deg) translate(-200px, 250px);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

/*BG vermelho*/


.bg-red{
  background: url(images/bg-vermelho.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-redes{
  background: url(images/bg-redes.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-redes-thumb{
  background: url(images/bg-redes-thumb.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
}

.form-control {
  background-color: transparent;
  border:none;
  transition: all .4s;
  border-radius: 0%;
}

.wp-block-table td {
    border-color:#57606f;
}
tbody {
    border-radius:1em;
	height:74px;
    border-color:#ff7675;
    transition: all.4s;
}

/*tbody:hover {
    background-color:#2d3436;
    color:#ffffff;
}*/

/*Linha do Tempo*/

.bg-vermelho {
  background-color: #ff0000;
}

.bg-amarelo {
  background-color: #FFC312;  
}

.bg-roxo {
	background-color:#a55eea;
}

.horizontal-timeline .items {
  /*border-top: 3px solid #e9ecef;*/
}


.horizontal-timeline .items .items-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 50px;
  margin-right: 0;
}

.horizontal-timeline .items .items-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #dee2e6;
  top: 0;
}

.horizontal-timeline .items .items-list .event-date {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  width: 75px;
  margin: 0 auto;
  font-size: 0.9rem;
  padding-top: 8px;
}

@media (min-width: 1140px) {
  .horizontal-timeline .items .items-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }

  .horizontal-timeline .items .items-list .event-date {
    top: -40px;
  }
}

/*Fim linha do tempo*/

.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: black;
  height: auto;
  min-height: 25rem;
  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 {
hyphens: auto;
  -webkit-hyphens: auto; /* Para navegadores WebKit */
  -ms-hyphens: auto; /* Para navegadores IE */
  lang: pt-BR;
}
.video-bg .container-fluid {
  position: relative;
  z-index: 2;
}

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



/*Links*/

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

.navbar-nav a {
  color: #ffffff;
  text-transform:uppercase;
  font-weight: 800;
  position: relative;
  text-decoration: none;
}

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

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

/*Linha 2*/

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

.linha2::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  /*border-radius: 2px;*/
  background-color: #020202;
  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;
          text-transform:uppercase;
          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;
}

/*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;
}
