/* 

Theme Name: Honorato Equipamentos
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:  storefront
Tags:         

*/


/* NOTEBOOK > 15" */

@media screen and (min-width: 1440px) { 
    
}

@media screen and (max-width: 1440px) {
   
}

/* NOTEBOOK < 13" */

@media screen and (min-width: 1280px) { 
    
}

@media screen and (max-width: 1280px) {
   
}

/* TABLETS E CELULAR PAISAGEM */

@media screen and (min-width: 991px) { 
    
}

@media screen and (max-width: 991px) {
    
}

/* CELULAR COM TELA GRANDE */

@media screen and (min-width: 767px) {

}

@media screen and (max-width: 767px) {
  

}

/* CELULAR */

@media screen and (min-width: 575px) { 
    
}

@media screen and (max-width: 575px) {
  .navbar-collapse{
  max-height: 400px;
}

   
}


body {
background-image: linear-gradient(to right, #f1c40f, #f6c538, #fac651, #fcc867, #fdca7b);
 /*background-image: linear-gradient(to left bottom, #ffffff, #f7f7f8, #eff0f1, #e6e8e9, #dee1e1);
  background-color: #f5bf21;
  background-image:url(../honorato-equipamentos/images/site-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height: auto;*/
	font-family: 'Geologica', sans-serif;
	color:#000000; 
    overflow-x: hidden;
	animation: fadeInAnimation ease 10s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}

/*Animações Fade*/


@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

section {
   overflow-x: hidden; 
}



/*topo da página*/
.banner-bg {
	width: 100%;
	background:url(../honorato-equipamentos/images/banner-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
}

.bg-texto {
  background-color:#dcdde15d;
  border-radius: 1em;
}

.linhas {
   	width: 100%;
   	background-color: transparent;
	background:url(../honorato-equipamentos/images/linhas.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
}

.linha-amarela {
   	width: 100%;
   	background-color: transparent;
	background:url(../honorato-equipamentos/images/linha-amarela.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
}


/*Menu - navegação - links*/

.navbar-collapse{
  z-index: 2002;

}


.bg-menu {
    background-color:#000000dc;
    max-width:1680px;
    margin: auto;
  
}

.topo {
	border-radius:6rem;
}

.nav-link {
  color:#ffffff;
}

.nav-link:focus{
 
    border:none;
    color:#ffffff;
    
}

.navbar-nav a {
  color: #778ca3;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  text-decoration: none;
  transition: all ease .4s;
}

.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, .navbar-nav a:after {
  color:#ffffff;
}

.navbar-nav a:hover::before {
  color:#ffffff;
  transform-origin: left;
  transform: scaleX(1);
}

.linha:focus{
 
    border:none;
    color:#000000;
    
}

.linha  {
  color: #000000;
  font-size: 1em;
  font-weight: 300;
  position: relative;
  text-decoration: none;
}

.linha::before {
  content: '';
  color:#000000;
  position: absolute;
  width: 100%;
  height: 2px;
  /*border-radius: 2px;*/
  background-color: #000000;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.linha:hover, .linha:after {
  color:#000000;
}

.linha:hover::before {
  color:#000000;
  transform-origin: left;
  transform: scaleX(1);
}

/*Linha 2*/

.linha2:focus{
 
    border:none;
    color:#778ca3;
    
}

.linha2  {
  color: #778ca3;
  font-size: 1em;
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.linha2::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;
}

.linha2:hover, .linha2:after {
  color:#ffffff;
}

.linha2:hover::before {
  color:#ffffff;
  transform-origin: left;
  transform: scaleX(1);
}
/*Botões*/
.main-bt {
background-image: linear-gradient(to right bottom, #ffffff, #f4f4f7, #e8eaef, #dbe0e8, #ced6e0);
transition: all ease .4s;
}

.main-bt:hover {
    transform: scale(1.1);
}

/*Sobre Nós*/

.sobre-nos {
     background-image: linear-gradient(to right bottom, #f9bb2d, #f7bd27, #f5bf21, #f3c219, #f1c40f);
}

.texto {
    color:#778ca3;
}

/*Banners*/

.carousel-inner {
   background-color:rgba(0, 0, 0,0.6);
   border-radius: 1em;
}

.container-fluid {
    width:100%;
    max-width:1680px;
    margin:0 auto;
}

.borda {
   border-radius: 1rem;
}

.borda-branca {
   border:1px solid #ffffff; 
}

.borda-preta {
    border:1px solid #000000;
}

.main-logo > span {
    font-size: 1.35em;
}

.main-header {
     z-index: 999;
}
hr.border-light {
    max-width: 300px;
    opacity: 0.9;
}
 .carousel-item {
     transition: transform 1s ease-in-out;
}
 .carousel-caption {
     top: 48%;
     transform: translate(0, -50%);
     bottom: auto;
     left: 0;
     right: 0;
      width: 0;
      opacity: 0;
      overflow: hidden;
      text-align: left;
}
 .carousel-item.active .carousel-caption  {
     animation: widthSlide 3.5s 1;
     opacity: 1;
      z-index: 999;
      width: 100% ;
}
 @keyframes widthSlide {
     0% {
         width: 0% ;
         opacity: 0;
    }
   50% {
        width: 100% ;
         opacity: 1;
    }
     100% {
         width: 100% ;
         opacity: 1;
    }
}
.carousel-caption h5 {
    font-size: 5em;
    text-transform: uppercase;
    font-weight: 600;
    /*-webkit-text-stroke: 2px #E2FADB;*/
    color: #ffffff;
    position: relative;
    width: fit-content;
    padding-right: 10px;
}
.carousel-caption h5:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    bottom: -20px;
    opacity: 1;
}
 .carousel-item.active .carousel-caption h5:after {
    width: 10%;
    height: 4px;
    animation: titleCover 2.5s 1;
    opacity: 0;
}

 @keyframes titleCover {
     0% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   20% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
       opacity: 1;
    }
   30% {
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    55% {
        left: 0;
        right: 0;
        width: 100%;
        height: 5px;
        opacity: 1;
    }
   95% {
        left: 0;
        right: 0;
        width: 10%;
    }
     100% {
        left: 0;
        right: 0;
        width: 10%;
        opacity: 0.5;
    }
}
.carousel-item > img {
    height: 100vh;
    object-fit: cover;
    transform: scale(1);
}
.carousel-item.active > img {
    /*transform: scale(4);*/
    animation: bgScale 200s 1;
}
@keyframes bgScale {
  0% {
      transform: scale(1);
    }
  100% {
      /*transform: scale(4);*/
    }
}
 .carousel-item:before {
     content: '';
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: rgb(0 0 0 / 0%);
     z-index: 99;
}

 .carousel-caption p {
     max-width:200px;
     font-size: 2em;
     font-weight: 600;
     text-transform: uppercase;
}
 .carousel-caption * {
     white-space: nowrap;
}
.carousel-indicators {
    right: 10px;
    left: auto;
    margin: 0;
    width: 25px;
    flex-wrap: wrap;
    bottom: auto;
    top: 45%;
    transform: translate(0, -50%);
    gap: 10px;
    z-index: 1001;
}
.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 100px;
    border: none;
}
li.nav-item > a:after {
    content: '';
    position: absolute;
    height: 3px;
    background: white;
    left: 0;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
    opacity: 0;
    width: 85%;
  transition: 0.3s all ease-in-out;
}
li.nav-item > a.active:after,
li.nav-item > a:hover:after {
    bottom: 0;
    opacity: 0.8;
}
li.nav-item > a {
    position: relative;
}


@media screen and (max-width: 991px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}
  .carousel-caption p {
    font-size: 1em;
    font-weight: 900;
    text-transform: uppercase;
}
}

@media screen and (max-width: 768px) {
  .carousel-caption h5 {
    font-size: 3.5em;
}
  .carousel-caption p {
    font-size: 1em;
    font-weight: 600;
}
  .carousel-item img {
    height: 80vh;
}
  .main-logo > span {
    font-size: 1em;
}
.carousel-indicators {
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    flex-wrap: nowrap;
    top: auto;
    transform: unset;
    width: auto;
    gap: 5px;
}
  .carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
}
}

@media screen and (max-width: 575px) {
  .carousel-caption h5 {
    font-size: 2em;
}
  .carousel-item img {
    height: 60vh;
}
  .carousel-caption p {
    font-size: 0.75em;
}
  .carousel-caption {
     width: 100%;
    opacity: 0;
}
 .carousel-item.active .carousel-caption {
     animation: sample 2.5s 1;
    opacity: 1;
}
  .carousel-caption * {
    white-space: unset;
}
 @keyframes sample {
     0% {
         opacity: 0;
    }
   50% {
         opacity: 1;
    }
     100% {
         opacity: 1;
    }
}
  .carousel-caption h5 {
    -webkit-text-stroke: 1px #E2FADB;
}
  hr.border-light {
    max-width: 200px;
}
}

@media screen and (max-width: 480px) {
.carousel-caption h5 {
    font-size: 1.45em;
}
  .carousel-caption p {
    font-size: 0.7em;
}
  .carousel-item img {
    height: 50vh;
}
}

h1 {
     animation: widthSlide 3.5s 1;
}

/*Bento Grid*/

.bento-card {
    border-radius: 1rem;
    height: 100%;
    transition: transform 0.2s;
}

.bento-card:hover {
    /*transform: scale(1.02);*/
}

.h-200 {
    min-height: 200px;
    height:auto;
    border-radius: 1em;
}

.h-500 {
    min-height: 412px;
    height: auto;
    border-radius: 1em;
}

.bento-item {
    height: 200px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease;
}

.bento-item:hover {
    /*transform: scale(1.05);*/
}

.bento-tall {
    height: 410px;
}

.bento-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
}

.bento-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



/*Sliders*/
/* external css: flickity.css */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.gallery {
  background: #00000000;
  border-radius:1em;
  padding: 20px;
  min-height:480px;
}

.gallery-cell {
  width: 100%;
  height: auto;
  min-height:480px;
  max-width:526px;
  border-radius: 1em;
  margin-right: 1rem;
  background: rgba(255, 255, 255, 0.76);
  /*counter-increment: gallery-cell;*/
  transition:all.4s;
}

.gallery-cell.is-selected {
  background:rgb(255, 255, 255); 
}

/* cell number */
.gallery-cell:before {
  display: block;
  text-align: center;
  /*content: counter(gallery-cell);*/
  line-height: 200px;
  font-size: 80px;
  color: white;
}

.flickity-button {
    transition:all.4s;
}
.flickity-button:focus {
    border:none;
}


.flickity-page-dots {
    position: absolute;
    width: 90%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
}




/*Serviços*/



/*topo de páginas*/
.bg-pages {
	width: 100%;
	background:url(../honorato-equipamentos/images/bg-pages.png);
	background-position: center;
	background-repeat: no-repeat;
}



/*Parallax*/

.parallax {
  width: 100%;
  background:url(../honorato-equipamentos/images/parallax-first.jpg);
  /*background-image: linear-gradient(to bottom, #e51933, #d61931, #c6192f, 
  #b7182d, #a8182b, #a7182b, #a5182a, #a4182a, #b0182c, #bd182d, #c9172f, #d61730);*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
}

.parallax-content {
	border-left:12px solid #e67e22;
	background: rgba(0, 0, 0,0.5);
	margin:  15px auto;
	}

/*Contato*/



/*Footer*/


.cat-links {
	/*display: none;*/
}

/*Paginação de categoria*/
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #0e0f0f;
    border-color: #0e0f0f;
}

.page-link {
	color:#1a1a1a;
	transition: .4s;
}

.page-link:hover {
	color: grey;
}
