/*
  Theme Name: VR Theme Bootstrap 5
  Theme URI: 
  Author: Valdemiro Rodrigues da Silva Neto
  Author URI: https://valdemiro.com.br
  Description: Responsive theme
  Version: 2.0
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
  Text Domain: vrtheme-bs5
  Tags: jquery, bootstrap, fontawesome, swiper, simpleParallax, hamburgers
  This theme, like WordPress, is licensed under the GPL.
  Use it to make something cool, have fun, and share what you've learned with others.
*/

/* GENERALS */
* {
  --theme-light: #FFFFFF;
  --swiper-theme-color: var(--theme-light);
}

*:focus {
  outline: none !important;
}

.text-theme {
  color: var(--theme-color-secondary);
}

a.text-theme {
  color: var(--theme-color-secondary);
}

a.text-theme:hover {
  color: var(--theme-color-secondary);
}

.text-accent {
  color: var(--theme-color-accent);
}

a.text-accent {
  color: var(--theme-color-accent);
}

a.text-accent:hover {
  color: var(--theme-color-accent);
}

.text-theme-secondary {
  color: var(--theme-bg-color-secondary );
}

a.text-theme-secondary {
  color: var(--theme-bg-color-secondary);
}

a.text-theme-secondary:hover {
  color: var(--theme-color-primary);
}

.text-shadow {
  text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}

/* BUTTONS */
.btn.btn-theme {
  color: var(--theme-light);
  background: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
}

.btn.btn-theme:hover {
  color: var(--theme-light);
  background: var(--theme-color-secondary);
  border-color: var(--theme-color-primary);
}

.btn.btn-theme-accent {
  color: var(--theme-color-primary);
  background: var(--theme-color-accent);
  border: none;
}

.btn.btn-theme-accent:hover {
  color: var(--theme-light);
  background: linear-gradient(to right,  var(--theme-color-secondary), var(--theme-color-primary));
  box-shadow: 0px 0px 16px -2px var(--theme-color-secondary);
}

.btn.btn-outline-theme {
  color: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
}

.btn.btn-outline-theme:hover {
  color: var(--theme-light);
  background: var(--theme-color-primary);
  border-color: var(--theme-color-primary);
}

.btn.btn-theme-gradient {
  color: var(--theme-light);
  background: linear-gradient(to right,  var(--theme-color-secondary), var(--theme-color-primary));
  border: none;
  box-shadow: 0px 0px 16px -2px var(--theme-color-secondary);
}

.btn.btn-theme-gradient:hover {
  color: var(--theme-light);
  background: linear-gradient(to left,  var(--theme-color-secondary), var(--theme-color-primary));
  box-shadow: 0px 0px 16px -2px var(--theme-color-primary);
}

.btn-call {
  position: fixed;
  z-index: 99;
  bottom: 36px;
  right: 20px;
  padding: 12px 14px;
  border-radius: 50%;
  box-shadow: 0 0 8px 4px rgba(0,0,0,0.2);
  background: var(--theme-color-primary);
  border-color: var(--theme-light);
  color: var(--theme-light);
}

.border-theme-primary {
  border-color: var(--theme-bg-color-primary) !important;
}

.border-theme-secondary {
  border-color: var(--theme-color-secondary) !important;
}

/* BACKGROUND */
.bg-theme-primary {
  background: var(--theme-bg-color-primary);
  color: var(--gray);
}

.bg-theme-secondary {
  background: var(--theme-bg-color-secondary);
  color: var(--gray);
}

.bg-theme-gradient {
  background: linear-gradient(to right,  var(--theme-bg-color-secondary), var(--theme-bg-color-primary));
  color: var(--gray);
}

.bg-theme-gradient-transparent {
  background: linear-gradient(to right,  var(--theme-bg-color-primary), transparent);
  color: var(--gray);
}
.bg-theme-gradient-transparent-left {
  background: linear-gradient(to left,  var(--theme-bg-color-primary), transparent);
  color: var(--gray);
}
.bg-theme-gradient--secondary-transparent {
  background: linear-gradient(to right,  var(--theme-bg-color-secondary) 20%, transparent);
  color: var(--gray);
}

nav.navbar, .navbar-brand>img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.menu {
  margin: 0;
  padding: 0;
}

.menu .menu-item {
  display: inline;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: var(--theme-color-primary);
}

.menu-item.active::after {
  content: "";
  display: block;
  /*width: 50%;*/
  background: var(--theme-color-primary);
  position: relative;
  height: 0.1em;
  /*left: 25%;*/
}

.menu .menu-item a {
  text-decoration: none;
  color: var(--theme-light);
}

/* SLIDE */
.slide-dsc-item-decorate {
  position: relative;
  margin-left: 16px;
}

a.slide-dsc-item-decorate {
  cursor: pointer;
}

.slide-dsc-item-decorate:before {
    content: '';
    position: absolute;
    background: lightgray;
    width: 8px;
    height: 100%;
    border-radius: 8px;
    margin-top: 0%;
    margin-left: -15px;
}

.slide-img-item {
    transition: ease-in-out 0.5s;
}

a:hover .slide-img-item,
a:hover.slide-img-item { transform: scale(1.05); opacity: 0.7; }

a:hover .slide-dsc-item:before,
a:hover.slide-dsc-item:before,
.slide-dsc-item.active:before { background: var(--theme-color-primary); }

a .slide-dsc-item,
a.slide-dsc-item,
.slide-dsc-item.active .slide-dsc-item-title,
.slide-dsc-item.active .slide-dsc-item-excerpt,
a.slide-dsc-item .slide-dsc-item-title,
a.slide-dsc-item .slide-dsc-item-excerpt
a.slide-dsc-item,
a .swiper-slide,
a.swiper-slide { color: var(--gray); }

.swiper-pagination {
  position: relative;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 3px solid white;
  opacity: 1;
  margin: 0 4px;
}

.swiper-pagination-bullet-active {
  background: var(--swiper-pagination-color,var(--swiper-theme-color));
  border: 2px solid white;
  opacity: 1;
}

a:hover .slide-dsc-item,
a:hover.slide-dsc-item,
.slide-dsc-item.active .slide-dsc-item-title,
.slide-dsc-item.active .slide-dsc-item-excerpt,
a.slide-dsc-item:hover .slide-dsc-item-title,
a.slide-dsc-item:hover .slide-dsc-item-excerpt,
a.slide-dsc-item:hover,
a .swiper-slide:hover,
a.swiper-slide:hover { color: var(--theme-color-primary); text-decoration: none; }

/*.swiper-slide .overflow-hidden { background: var(--theme-color-primary); }*/

/*.swiper-pagination {height: 100%; max-height: 30px;}*/

#swiper-depoimentos .swiper-button-prev, .swiper-button-next {
  height: 100%;
  top: 0;
  width: 4em;
}

#swiper-depoimentos .swiper-button-prev{
  left: 0;
  /*background: linear-gradient(to right,  var(--theme-color-primary), transparent);;*/
}

#swiper-depoimentos .swiper-button-next {
  right: 0;
  /*background: linear-gradient(to left,  var(--theme-color-primary), transparent);;*/
}

/*#pragas .slide-dsc-item .slide-dsc-item-excerpt { display: none; }*/

/*#pragas .slide-dsc-item.active .slide-dsc-item-excerpt { display: block; }*/

/*#pragas .slide-img-item { display: none; }*/

/*#pragas .slide-img-item.active { display: block; }*/

#servicos .slide-content .slide-item { display: none }
#servicos .slide-content .slide-item.active { display: flex }
#servicos .slide-header .slide-item.active { border-bottom: 2px solid var(--theme-color-primary) }

.swiper-banner {
  max-height: 1080px;
  overflow: hidden;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: var(--theme-color-primary);
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--theme-color-primary);
}