/*
Theme Name: WP Segesit
Author: Segesit
Author URI: https://segesit.it/
Description:  Custom theme by Segesit tea2
Version: 1.0-08-06-2026
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-segesit
Requires at least: 5.7
Requires PHP: 7.1
Tags: Custom theme made by Segesit

*/
/*
  _____ ___  ____  __  __    _       ___      ____  _____ ____ ___ ____ _   _ 
 |  ___/ _ \|  _ \|  \/  |  / \     ( _ )    |  _ \| ____/ ___|_ _/ ___| \ | |
 | |_ | | | | |_) | |\/| | / _ \    / _ \/\  | | | |  _| \___ \| | |  _|  \| |
 |  _|| |_| |  _ <| |  | |/ ___ \  | (_>  <  | |_| | |___ ___) | | |_| | |\  |
 |_|   \___/|_| \_\_|  |_/_/   \_\  \___/\/  |____/|_____|____/___\____|_| \_|
                                                                              
*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("bootstrap.css");
/* Stili di base, da adattare secondo palette definitiva */
.montserrat-<uniquifier > {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
body {
  font-family: "Montserrat", sans-serif;
}
:root {
  font-size: 16px;
  --main: #c99d66;
  --academy: #008995;
  --verde: #24682e
}
.noscrollbar {
  overflow: hidden;
}
.bg-course {
  background: #18320b;
  color: #fff;
}
/*HEADER*/
#masthead {
  position: fixed;
  inset: 0 0 auto 0;
  background: #fff;
  z-index: 999;
  height: auto;
}
/*HEADER*/
#hero-wrap {
  margin-top: 100px !important;
}
.main-color {
  color: var(--main);
  font-weight: 700;
}
.academy-color {
  color: var(--academy);
}
.video-wrapper, .bg-wrapper {
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 780px;
  background-color: #000; /* fallback */
  overflow: hidden;
  padding: 0;
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bg-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}
.text-box {
  position: absolute;
  inset: auto 0 0;
  background: rgba(255, 255, 255, .85);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem 4rem;
  text-align: center;
}
.text-box h1 {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.725rem;
}
.text-box h2 {
  font-size: 1.25rem;
  padding: 1rem 0;
  color: var(--main);
}
.modal button {
  /* position: absolute; */
  inset: 0 0 0 auto;
  padding: .25rem 1rem .45rem;
  background: var(--main);
  border: none;
  border-radius: 0;
  font-size: 2.125rem;
  top: 0;
  color: #fff;
  line-height: 1.1;
  font-weight: 900;
  box-shadow: 3px 5px 10px -4px rgba(0, 0, 0, .5);
  z-index: 11;
}
.wpcf7-form label, .wpcf7-form select {
  width: 100%;
}
.wpcf7-form input, .wpcf7-form select {
  font-size: .9rem;
  width: 100%;
  border: 0;
  height: 35px;
  border-bottom: 1px solid;
}
.wpcf7-form .messaggio {
  position: relative;
  /* margin-top: 1rem; */
}
.wpcf7-form .msg {
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 1;
  font-size: .9rem;
  background: #fff;
  text-transform: uppercase;
  padding: 0 1rem 0 .2rem
}
.wpcf7-form textarea {
  padding: .85rem;
  font-size: .9rem;
  width: 100%;
  height: 150px;
}
.gdpr {
  font-size: .7rem !important;
}
.wpcf7 p {
  margin-bottom: 0;
}
.cta-main {
  background: var(--main);
  color: #fff;
  width: fit-content;
  width: -moz-fit-content;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
  margin: 2rem auto 0;
  padding: .25rem 1.85rem;
  transition: .3s;
  border: 2px solid transparent;
  position: relative;
  line-height: 1;
  text-align: center;
}
.cta-academy {
  background: var(--academy);
}
.light-on-row .cta-main {
  transform-origin: left;
}
.cta-main span {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 800;
}
.cta-main:hover {
  text-decoration: none;
  transform: scale(1.05);
  color: #fff;
}
.cta-main + p {
  line-height: 1.25
}
.gc-sector [class*="col-md"] {
  position: relative;
  opacity: 0;
  transition: .3s ease-in-out;
}
.gc-sector [class*="col-md"].viewed {
  opacity: 1;
  top: 0;
  z-index: 99;
  overflow: hidden;
}
.gc-sector .row:nth-of-type(1) [class*="col-md"].viewed:nth-of-type(2), .gc-sector .row:nth-of-type(2) [class*="col-md"].viewed:nth-of-type(2) {
  transition-delay: .3s;
}
.gc-sector .row:nth-of-type(1) [class*="col-md"].viewed:nth-of-type(3), .gc-sector .row:nth-of-type(2) [class*="col-md"].viewed:nth-of-type(3) {
  transition-delay: .6s !important;
}
.gc-sector .row:nth-of-type(1) [class*="col-md"].viewed:nth-of-type(4), .gc-sector .row:nth-of-type(2) [class*="col-md"].viewed:nth-of-type(4) {
  transition-delay: .9s !important;
}
.gc-sector .col-md-3:before {
  content: "";
  position: absolute;
  inset: .5rem 0 auto 1.275rem;
  height: 80px;
  width: 80px;
}
.light-service {
  padding: 1rem 0;
}
.arrow {
  font-size: 1.275rem;
  font-weight: 600;
  color: var(--main);
  position: relative;
}
.mob-view {
  display: none;
}
.gallery-light {
  padding: 4rem 0 3rem;
  margin: 2rem 0 0;
  border-bottom: 4px solid var(--main)
}
.bg-fixed {
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  background-position: top center;
  overflow: hidden;
}
.showroom-wrap, .light-consult-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ribbon-title {
  position: absolute;
  inset: auto 0 0 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 3.25rem;
  font-weight: 700;
  background: var(--main);
  color: #fff;
  padding: .5rem 1rem;
  box-shadow: 0 -15px 25px -15px rgba(0, 0, 0, .2) inset;
  mix-blend-mode: multiply;
  margin-bottom: 0;
}
#light-service {
  padding: 0 1.5rem;
}
#showroom {
  background-image: url(https://www.forma-design.it/wp-content/uploads/2025/08/forma-design-rendi-speciale-tuo-natale.jpg);
  min-height: 30vh;
}
#showroom:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, .8)
}
.showroom-wrap h2 {
  font-size: 1.725rem;
  font-weight: 600;
}
.showroom-wrap p {
  font-weight: 500;
}
#contatti {
  border-top: 3px solid var(--main);
}
#contatti h2 {
  font-size: 1.275rem;
  font-weight: 600;
}
#colophon {
  background: var(--main);
  color: #fff;
  padding: .25rem;
}
#colophon a {
  color: #fff;
  font-weight: 500;
  transition: .3s;
}
#colophon a:hover {
  font-weight: 600
}
/*CAROSELLO*/
.carousel-track-wrapper {
  overflow: hidden;
  width: 100%;
}
.carousel-track {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}
.carousel-track > div {
  flex: 0 0 33.3333%;
  box-sizing: border-box;
  padding: 0 0.5rem;
}
.carousel-prev, .carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, .85);
  border: none;
  cursor: pointer;
  height: 60px;
  width: 80px;
  z-index: 10;
}
.carousel-prev {
  left: 0;
}
.carousel-next {
  right: 0;
}
.carousel-prev:before, .carousel-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  height: 50px;
  width: 50px;
  background: url(/wp-content/themes/wp-segesit/img/sprite.svg) top left / 500px no-repeat;
  filter: invert(7%) sepia(81%) saturate(3496%) hue-rotate(78deg) brightness(104%) contrast(91%);
}
.carousel-prev:before {
  background-position: -100px -50px
}
.carousel-next:before {
  background-position: -150px -50px
}
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
}
.carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--main);
  opacity: .5;
  cursor: pointer;
  transition: background 0.3s;
}
.carousel-dots .dot.active {
  opacity: 1;
  scale: 1.25;
}
/*CAROSELLO*/
.light-on-intro {
  margin: 1.25rem auto 1.5rem;
  border-bottom: 4px solid var(--main);
}
.light-on-intro h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
.light-on-intro p {
  font-size: 1.25rem;
  font-weight: 500;
}
.light-on-row {
  margin: 3rem 0 !important;
}
.light-on-row [class*="col-md"] {
  padding: 1.5rem 1rem;
}
.light-on-row .col-md-7 {
  border-left: 1px solid var(--main);
  position: relative;
}
.light-on-row.b-academy .col-md-7 {
  border-left: 1px solid var(--academy);
}
.light-on-row .col-md-7 h3 {
  font-weight: 600;
  font-size: 1.275rem;
  text-align: center;
}
.light-on-row .col-md-7 h3 span {
  display: block;
}
#light-consult.bg-fixed {
  background-image: url(https://www.forma-design.it/wp-content/uploads/2025/08/forma-design-progettiamo-insieme-tuo-natale.jpg);
  min-height: 35vh;
}
#light-consult:before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .5)
}
.light-consult-wrap p {
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  width: 80%;
  margin: 0 auto 1.85rem;
  line-height: 1.25;
}
.showroom-wrap p {
  margin-bottom: 0;
}
.cta-course {
  color: #fff;
  border: 1px solid;
  padding: .25rem 1.85rem;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  transition: .3s;
}
.cta-course:hover {
  background: #fff;
  color: #18320b;
}
.cta-course:first-of-type {
  border-radius: 10px 0 0 10px;
}
.cta-course:last-of-type {
  border-radius: 0 10px 10px 0;
}
.hover-warning:hover {
  color: #ffc107 !important; /* Giallo Warning di Bootstrap */
  opacity: 1 !important;
  transition: 0.3s;
}
.opacity-75 {
  opacity: .75;
}
.opacity-25 {
  opacity: .25;
}
[id*=video-bg-] {
    width: 100%;
}
@media(max-width: 1024px) {
  .carousel-track > div {
    flex: 0 0 50%;
  }
}
@media(max-width: 640px) {
  :root {
    font-size: 13px;
  }
  .break {
    display: none;
  }
  .mobile .logo {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
  }
  .mobile .logo img {
    width: 100px;
  }
  .mobile .details {
    display: block;
  }
  .mobile .menu-wrapper {
    padding: .25rem .5rem;
  }
  .mobile #main-nav-hamburger-style {
    position: fixed;
    inset: 90px 0 auto 0;
    background: #fff;
  }
  .mobile #menu-main-menu {
    flex-direction: column;
    justify-content: flex-start !important;
    text-align: center;
    margin: 2rem 0 3rem !important;
    height: 100vh;
  }
  .mobile #menu-main-menu li {
    padding: .85rem 0;
    border-bottom: 2px solid var(--main);
    font-size: 1.125rem;
  }
  .mobile #menu-main-menu li:last-of-type {
    border: 0;
  }
  .mobile .menu-wrapper a {
    color: var(--main);
  }
  .mobile #hero-wrap {
    margin-top: 140px !important;
    flex-direction: column-reverse;
  }
  .mobile .text-box {
    width: 100%;
    position: static;
  }
  .mobile .text-box h1 {
    font-size: 1.25rem
  }
  .mobile .text-box h2 {
    font-size: 1.125rem;
    margin-bottom: 0;
    padding: .25rem 0;
  }
  .mobile .lighting-tmp .cta-main {
    margin: 0 auto 1rem;
    text-align: center;
  }
  .mobile .lighting-tmp .cta-main .break {
    display: block;
  }
  .mobile .desk-view {
    display: none;
  }
  .mobile .mob-view {
    display: block;
  }
  .mobile .carousel-track > div {
    flex: 0 0 100%;
  }
  .mobile .showroom-wrap, .mobile .light-consult-wrap {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 0 var(--bs-gutter-x, .75rem)
  }
  .mobile .showroom-wrap h2 {
    font-size: 1.25rem;
  }
  .mobile .ribbon-title {
    font-size: 1.6rem;
  }
  .mobile #contatti .row {
    flex-direction: column-reverse
  }
  .mobile .lighting-tmp .light-on-intro {
    padding: 0 var(--bs-gutter-x, .75rem);
    text-align: left !important;
    border: 0;
  }
  .mobile .lighting-tmp .light-on-row {
    margin: 0 !important;
  }
  .mobile .lighting-tmp .light-on-row [class*="col-md"] {
    padding: 0;
  }
  .mobile .light-on-row .col-md-7 {
    border-left: 0;
    border-top: 1px solid var(--academy);
    padding-top: 1.5rem !important;
  }
  .mobile .lighting-tmp .light-on-row .col-md-4 p:first-of-type {
    margin-bottom: 0;
  }
  .mobile .lighting-tmp .light-on-row .col-md-4:before {
    content: none;
  }
  .mobile .lighting-tmp .light-on-row .col-md-8 {
    border: 0;
  }
  .mobile .lighting-tmp .light-on-row .col-md-8 h3 {
    font-size: 1.275rem
  }
  .mobile .lighting-tmp .cta-main.arrow-r:before {
    height: 30px;
    width: 30px;
    inset: -2.275rem -2.275rem auto auto;
  }
  .mobile .lighting-tmp .cta-main.arrow-r .break {
    display: block;
  }
  .mobile .lighting-tmp .light-consult-wrap p {
    font-size: 1rem;
    width: 100%;
  }
  .mobile .lighting-tmp #light-consult {
    background-size: 1200px;
  }
  .mobile .arrow {
    padding-left: .5rem
  }
  .mobile .video-wrapper {
    height: 510px
  }
  .mobile #light-on {
    padding: 3rem 0;
    /* border-top: 4px solid var(--main); */
    margin-top: 2rem;
  }
  .mobile .lighting-tmp .carousel-dots .dot {
    background: var(--main);
  }
  .mobile .carousel-prev, .mobile .carousel-next {
    width: 60px;
    height: 40px;
  }
  .mobile .carousel-prev:before, .mobile .carousel-next:before {
    background: url(/wp-content/themes/wp-segesit/img/sprite.svg) top left / 400px no-repeat;
    height: 40px;
    width: 40px;
  }
  .mobile .carousel-prev:before {
    background-position: -80px -40px;
  }
  .mobile .carousel-next:before {
    background-position: -120px -40px;
  }
  .mobile .lighting-tmp #form-light .bg-lighting {
    padding-top: 3rem;
  }
  .mobile .bg-course .d-flex {
    justify-content: center;
  }
  .mobile .bg-course .col-md-6 {
    padding: var(--bs-gutter-x, .75rem) !important;
  }
  .mobile .bg-course .cta-course {
    border-radius: 0;
  }
  .cta-course:first-of-type {
    margin-bottom: .5rem;
  }
}
/* LANDING CORSI */
#hero-course {
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  padding-top: 6rem;
}
#hero-course h1 {
  font-weight: 800;
  text-transform: uppercase;
}
#hero-course h1 span {
  display: block;
  font-weight: 600;
  font-size: 1.725rem;
}
.program-card {
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.program-card h4 {
  color: var(--academy);
  font-size: 1.125rem;
  font-weight: 600;
}
.program-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}
.program-step {
  display: block;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--main-color);
  margin-bottom: 0.75rem;
}
.program-cert {
  padding: 28px 32px;
}
.program-cert__logo img {
  max-width: 110px;
}
.program-cert h4 {
  font-weight: 600;
  color: var(--academy);
  font-size: 1.85rem;
}
.partner-logo {
  max-height: 150px;
  width: auto;
  opacity: 0.8;
  transition: all 0.3s ease;
  mix-blend-mode: multiply;
}
.partner-logo:hover {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.03);
}
.details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.details [class*="c-"] {
  text-align: left;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.details .c-docenti p {
  line-height: 1.25
}
.details [class*="c-"] span {
  font-size: .725rem;
}
.details [class*="c-"] p:first-of-type {
  font-size: 1.275rem;
  font-weight: 800;
  text-transform: uppercase;
}
#contact-vetrine.modal button {
  background: var(--academy);
}
#light-consult.bg-fixed.bg-function {
  background-image: url(https://www.forma-design.it/wp-content/uploads/2026/01/forma-design-unione-estetica-funzionalita.jpg);
  min-height: 35vh;
}
.testimonial-copy {
  background: #fff;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
}
.carousel-indicators {
  bottom: -55px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--academy);
  opacity: 0.4;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.carousel-indicators .active {
  opacity: 1;
  transform: scale(1.15);
}
.carousel-control-prev, .carousel-control-next {
  width: 48px;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
  filter: invert(0.4);
}
#testimonials .carousel-control-prev-icon, #testimonials .carousel-control-next-icon {
  background-size: 24px 24px;
  background-color: transparent;
}
#testimonials .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23008995' viewBox='0 0 16 16'%3E%3Cpath d='M11 1L3 8l8 7'/%3E%3C/svg%3E");
}
#testimonials .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23008995' viewBox='0 0 16 16'%3E%3Cpath d='M5 1l8 7-8 7'/%3E%3C/svg%3E");
}
.video-thumb {
  position: relative;
  max-height: 620px;
  /* aspect-ratio: 16 / 9; */
  overflow: hidden;
  border-radius: 8px 8px 0 0;
  background: #000;
}
.video-el {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-play-icon {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: opacity .3s ease;
}
.video-play-icon::before {
  content: "";
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(2px);
}
.video-play-icon::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 16px solid #fff;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-left: 4px;
}
.video-thumb.is-playing .video-play-icon {
  opacity: 0;
}
#videoCarousel p {
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  background: var(--academy);
  color: #fff;
  padding: .5rem;
  border-radius: 0 0 8px 8px;
}
#testimonialCarousel .carousel-inner {
  min-height: 260px;
}
.testimonial-copy {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#testimonials .row.align-items-center {
  align-items: stretch;
}
.page-id-119 #colophon {
  background: var(--academy)
}
.promo-ribbon {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: var(--academy); /* academy */
  color: #fff;
  z-index: 1050;
  backdrop-filter: blur(6px);
  font-size: 1.25rem;
}
.promo-ribbon__text {
  margin: 0;
  padding: 10px 16px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.promo-ribbon__text strong {
  font-weight: 600;
}
.promo-ribbon strong {
  background: #fff;
  color: var(--academy);
  padding: .25rem .5rem;
  border-radius: 8px;
  margin-right: .85rem;
}
#trust-logos .logos img {
  opacity: .75;
  filter: grayscale()
}
@media (max-width: 768px) {
  #testimonialCarousel .carousel-inner {
    min-height: 300px;
  }
  .video-thumb {
    max-height: 450px;
  }
  .program-cert {
    flex-direction: column;
    text-align: center;
  }
  .program-cert__logo img {
    max-width: 90px;
  }
  .promo-ribbon__text {
    font-size: 0.85rem;
    padding: 12px 14px;
  }
  .mobile .promo-ribbon strong {
    display: block;
    width: max-content;
    margin: 0 auto;
  }
  #CookiebotWidget:not(.CookiebotWidget-inactive) {
    bottom: 40px;
  }
}
#video-box {
  position: absolute;
  z-index: -1;
  inset: 0;
  overflow: hidden;
}
#video-box:before {
  content: "";
  position: absolute;
  inset: 0;
  background: #000000b8;
  z-index: 1
}
#hero-home {
  min-height: 100vh;
  color: #fff;
  overflow: hidden;
  align-items: center;
}
[id*="hero-"] {
  padding-top: 8rem !important;
}

.logo a {
  width: fit-content;
  display: block;
  margin: auto
}
.logo {
  position: relative;
  background: #fff;
  display: block;
  min-height: 150px;
}
.navbar-toggler {
  position: relative;
  max-width: 85px;
  position: fixed;
  right: 2rem;
  z-index: 55;
  top: 50px;
  padding: 0;
  margin: 0;
  box-shadow: none !important;
}
#nav-icon3 span {
  height: 4px;
  background: var(--verde);
  display: block;
  margin: .5rem 0;
  position: relative;
  transition: .3s;
  width: 100%;
  top: 0;
  transform-origin: center center;
}
[aria-expanded="true"] #nav-icon3 span:nth-of-type(1) {
  rotate: 45deg;
  top: 0.7rem;
}
[aria-expanded="true"] #nav-icon3 span:nth-of-type(3) {
  width: 0
}
[aria-expanded="true"] #nav-icon3 span:nth-of-type(2) {
  rotate: -45deg
}
#nav-icon3 b {
  font-size: .75rem;
  margin: 0 auto !important;
  text-align: center;
  padding: 0;
  color: var(--verde);
}
#menu-main-menu a {
  color: var(--verde);
  border-bottom: 1px solid #c9c9c9;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
#menu-main-menu {
  max-width: 600px;
  margin: auto;
  padding: 2rem 0;
}
#main-nav-hamburger-style {
  box-shadow: 0 0 25px -10px rgba(0, 0, 0, .3) inset;
}
#split-business .card, #about-home .col-md-5 {
  position: relative;
  opacity: 0;
  transition: .5s;
  top: -5rem
}
#split-business.viewed .card, #about-home.viewed .col-md-5 {
  position: relative;
  opacity: 1;
  transition: .3s;
  top: 0
}