:root {
  font-size: 17px;
  --flickity-nav-offset: 10px;
  --rounded-edges: 10px;
  --lighter: #f1f1f1;
}



* {box-sizing:border-box}

/* Fix buttons slider bottom */

button.flickity-button.flickity-prev-next-button.previous
 {
    left: 2%;
}

button.flickity-button.flickity-prev-next-button.next {
    right: 2%;
}

/* New slider text options */

.feature {
    flex-direction: row;
    display: flex;
    justify-content: flex-start;
}

.featureicon {
	align-self: center;
    margin-bottom: 0;
	
}

.featuresubtitle {
	margin-top: 1.5% !important;	
}

.featuretext {
    margin-left: 13%;
}

.featureslogan {
	margin-top: 8%;
}

/* Slideshow container */
.slidersunpics {
	
}

.slideshow-container {
  /* max-width: 1000px; */
width:100% ;
  position: relative;
  margin: auto;
}

/* Hide the images by default  */
.mySlides {
  display: none;
}

/* Popup do Slideshow container */

.popup {
  position: fixed; inset: 0;
  display: none; /* é mostrado via JS */
  justify-content: center; align-items: center;
  background: rgba(0,0,0,.6);
  z-index: 9999; /* acima do slider */
}
.popup-content {
  max-width: 90vw; max-height: 90vh;
  background: #000; padding: 0; border-radius: 8px; overflow: hidden;
}
.close { position:absolute; top:8px; right:12px; font-size:28px; background:none; border:none; color:#fff; cursor:pointer;}


/* End of Popup Slideshow container */


/* Arrows */
/* .slideshow-container .nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: rgba(0,0,0,.4); border: 0; color: #fff;
  font-size: 28px; line-height: 1; padding: .35rem .6rem; cursor: pointer;
  z-index: 5; border-radius: 6px;
}
.slideshow-container .nav:hover, .slideshow-container .nav:focus {
  background: rgba(0,0,0,.6); outline: none;
}
.slideshow-container .prev { left: 12px; }
.slideshow-container .next { right: 12px; }

/* Dots */
/* .slideshow-container .dots {
  position: absolute; left: 0; right: 0; bottom: 14px;
  display: flex; justify-content: center; gap: 8px; z-index: 5;
}
.slideshow-container .dot {
  width: 10px; height: 10px; border-radius: 50%;
  background: rgba(255,255,255,.5); border: 0; cursor: pointer;
}
.slideshow-container .dot[aria-selected="true"] { background: #fff; } */


.slideshow-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  /* space so dots don’t cover text; adjust as you like */
  padding-bottom: 28px;
  /* we'll set an explicit height via JS to the tallest slide */
}

.mySlides {
  display: none;      /* shown via JS */
  position: relative; /* NOT absolute; allow natural height */
}

/* Arrows fixed relative to the container (won’t jump) */
.slideshow-container .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,.4);
  border: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  padding: .35rem .6rem;
  cursor: pointer;
  z-index: 5;
  border-radius: 6px;
}
.slideshow-container .nav:hover,
.slideshow-container .nav:focus { background: rgba(0,0,0,.6); outline: none; }
.slideshow-container .prev { left: 12px; }
.slideshow-container .next { right: 12px; }

/* Dots fixed at bottom-right */
.slideshow-container .dots {
  position: absolute;
  right: 50%; /* right: 14px */
    bottom: 10%; /* bottom: 6px */
  display: flex; gap: 8px; z-index: 5;
}
.slideshow-container .dot {
  width: 12px; height: 12px; border-radius: 50%; border: 0;
  background: rgba(255,255,255,.45); cursor: pointer;
}
.slideshow-container .dot[aria-selected="true"] {
  background: #fff; transform: scale(1.15);
}

/* Optional: smaller stage on phones if your tallest slide fits */
@media (max-width: 575px) {
  /* leave automatic; JS sets height anyway */
}


@media (min-width: 1601px) {
    .align-items-xl-center {
        align-items: start !important;
    }
}

@media (max-width: 768px) {
.slideshow-container .dots {
    bottom: 1%!important;
}


a.btn.btn-secondary.btn-lg.rounded-pill.mt-3.openPopup {
    width: 60%;
}

.popupbutton {
        width: 100%;
        text-align: center;
    }
	
	btn-group-lg>.btn, .btn-lg {
    padding: 1rem 1.5rem;
    font-size: 1rem;
}
}




/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #ff8800;
  font-size: 12px;
  padding: 35% 13%;
  position: absolute;
  top: 0;
}


/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



body {
  transition: padding-top 0.4s ease;
  padding-top: 150px;
  background-color: var(--primary);
  color: #392403;
}

html,
body,
header,
main,
footer {
  max-width: 100vw;
}

#navbar {
  transition: padding-top 0.4s ease;
}

body.navbar-scroll {
  padding-top: 156px;
}

body.navbar-scroll #navbar {
  padding: 0.9rem 0;
}

body.navbar-scroll header {
  box-shadow: 0 4px 30px rgba(80, 44, 4, 0.15);
}

/* COLORS */

.bg-lighter {
  background-color: #f1f1f1;
}

.text-brown {
  color: #904f05 !important;
}

.rounded-edges {
  border-radius: var(--rounded-edges);
}


/* 3D */

img.play {
    vertical-align: middle;
    border-style: none;
    width: 10%;
    margin-right: 4%;
}


/* Popup container (hidden by default) */
.popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

/* Popup content */
.popup-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}

/* Close button */
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

/* END 3D PREVIEW */

/* TYPOGRAPHY */

h1,
.h1 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 500;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
p {
  font-size: 1rem;
  line-height: 25px;
}
strong {
  font-weight: 700;
}
label {
  font-size: 1rem;
  line-height: 24px;
  font-weight: 700;
}
blockquote {
  font-size: 23px;
  line-height: 36px;
}
.subtitle {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}
.number {
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
}
.subtext {
  font-size: 14px;
  color: #b0b0b0;
}
ul li {
  font-size: 1rem;
  line-height: 32px;
}
h1 + p {
  margin-top: 24px;
}

/* SPACING */

.spacer {
  height: 112px;
}
.spacer-md {
  height: 156px;
}
.spacer-lg {
  height: 192px;
}

/* HEADER */

#navbar {
  padding: 3rem 0;
}

.nav-menu li {
  margin: 0 !important;
  display: inline-block;
  vertical-align: middle;
}

.nav-menu li a {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 0 20px;
  text-decoration: none;
  border-radius: 100px;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}

.nav-menu li a:hover {
  background: #ff6600;
  box-shadow: 0 4px 30px rgba(80, 44, 4, 0.15);
}

.nav-btn {
  padding: 4px 38px !important;
  border: 2px solid #fff;
}

.navbar-toggler {
  width: 34px;
  height: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-toggler-bars {
  height: 3px;
  width: 34px;
  background-color: #fff;
  border-radius: 100px;
  transition: background-color 0.4s ease;
}

.nav-toggler-bars::before,
.nav-toggler-bars::after {
  content: "";
  position: absolute;
  width: 34px;
  height: 3px;
  background-color: #fff;
  border-radius: 100px;
  left: 0;
  transform-origin: center;
  transition: transform 0.4s ease, top 0.4s ease, bottom 0.4s ease;
}

.nav-toggler-bars::before {
  top: 0;
}

.nav-toggler-bars::after {
  bottom: 0;
}

.navbar-toggler[aria-expanded="true"] .nav-toggler-bars {
  background-color: transparent;
}

.navbar-toggler[aria-expanded="true"] .nav-toggler-bars::before {
  top: 50%;
  transform: rotateZ(45deg) translateY(-50%);
}

.navbar-toggler[aria-expanded="true"] .nav-toggler-bars::after {
  bottom: 50%;
  transform: rotateZ(-45deg) translateY(50%);
}

/* WHY SUNPICS */

.w1icon1 {
  top: -80px;
  left: calc(1rem - 80px);
}

.w1icon2 {
  top: -80px;
  left: calc(1rem + 40px);
}

.w2icon1 {
  top: -80px;
  left: calc(1rem - 80px);
}

.w3icon1 {
  top: -80px;
  right: calc(1rem + 40px);
}

.w4icon1 {
  top: -80px;
  left: calc(1rem - 80px);
}

/* CAROUSEL */

.carousel-cell {
  width: 35%;
  margin-right: 2rem;
}

.carousel-cell img {
  display: block;
  width: 100%;
  margin: 0 auto;
  height: 422px;
  border-radius: 10px;
  object-fit: cover;
}
.carousel-cell .info {
  margin-top: 130px;
  transition: all 0.7s ease;
}
.carousel-cell[aria-hidden="true"] .info{
  opacity: 0;
}

.flickity-button {
  background: rgba(80, 44, 4, 0.5);
  color: #fff;
}

.flickity-prev-next-button .flickity-button-icon {
  top: 50%;
  transform: translateY(-50%);
  height: 40%;
}

.flickity-button:hover {
  background: rgba(80, 44, 4, 1);
}

.flickity-prev-next-button {
  top: 211px;
  transform: translateY(0);
  margin-top: -28px;
  height: 62px;
  width: 62px;
}

.flickity-prev-next-button.previous {
  left: var(--flickity-nav-offset);
}

.flickity-prev-next-button.next {
  right: var(--flickity-nav-offset);
}

.flickity-page-dots {
  position: absolute;
  top: 478px;
  height: 20px;
}

.flickity-page-dots .dot {
  height: 12px;
  width: 12px;
  background: #f1f1f1;
  opacity: 1;
}

.flickity-page-dots .dot.is-selected {
  background-color: var(--primary);
}

.rating-container {
  height: 124px;
  box-shadow: 0 4px 30px rgba(80, 44, 4, 0.15);
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  margin-top: -62px;
  padding: 0 1rem;
}

/* TESTIMONIALS */

.testimonials {
  position: relative;
  display: flex;
  min-height: 540px;
}

.testimonial {
  position: absolute;
  top: 0;
  left: 3rem;
  right: 3rem;
  bottom: 0;
}

.t-quote {
  height: 88px;
  opacity: 0.3;
  position: relative;
  left: -1rem;
}

.t-name {
  position: relative;
  transition: all 0.4s ease;
  margin-top: 32px;
  left: -2rem;
  opacity: 0;
}

.t-title {
  position: relative;
  transition: all 0.5s ease;
  font-weight: 700;
  left: -2rem;
  opacity: 0;
}

.t-img {
  position: relative;
  transition: all 0.6s ease;
  display: block;
  height: 166px;
  width: 166px;
  border-radius: 100%;
  right: -2rem;
  opacity: 0;
}

.t-statement {
  position: relative !important;
  transition: all 0.7s ease;
  margin-top: 40px;
  font-size: 23px;
  line-height: 36px;
  color: #fff;
  font-weight: 700;
  max-width: 420px;
  left: -2rem;
  opacity: 0;
}

.testimonial.active .t-name {
  left: 0;
  opacity: 1;
}
.testimonial.active .t-title {
  left: 0;
  opacity: 1;
}
.testimonial.active .t-img {
  right: 0;
  opacity: 1;
}
.testimonial.active .t-statement {
  left: 0;
  opacity: 1;
}

.t-nav {
  position: absolute;
  bottom: 0;
  left: 3rem;
}

.t-nav.inactive {
  pointer-events: none;
}

.t-nav-btn {
  display: inline-block;
}

.t-nav-btn.disabled {
  opacity: 0.4;
}

.t-nav-prev {
  margin-right: 64px;
  transform-origin: center;
  transform: rotateY(180deg);
}

/* FOOTER */

.footer-menu li + li {
  margin-left: 40px;
}

.footer-menu li a {
  color: #000;
  font-weight: bold;
}

/* OVERRIDES */

.form-control {
  height: 56px;
  padding: 0 24px !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #fff9f2;
}
#mc_embed_signup div.mce_inline_error{
  margin: 0 9px!important;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.error-message{
  color: #c00;
  width: 100%;
}
.input-group.privacy{
  padding-bottom: 1.5rem;
}
#error-for-policy{
  position: absolute;
  bottom: 0;
  left: 0;
}

.outline-0 {
  outline: none !important;
}

.btn:not(.btn-link):hover {
  box-shadow: 0 4px 30px rgba(80, 44, 4, 0.5);
}

.btn {
  font-weight: 500;
}

.btn-sm {
  min-width: 164px;
}

.font-weight-medium {
  font-weight: 500 !important;
}

input::placeholder {
  color: var(--light) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 60px var(--warning) inset !important;
}

.overblock {
  position: relative;
}

.overblock::before,
.overblock::after {
  content: "";
  position: absolute;
  width: 100%;
  right: 0;
  height: 70px;
  background-color: currentColor;
}

.overblock::before {
  bottom: 100%;
}
.overblock::after {
  top: 100%;
}

.overblock-right::before {
  border-top-left-radius: 50px;
}

.overblock-right::after {
  border-bottom-left-radius: 50px;
}

.overblock-left::before {
  border-top-right-radius: 50px;
}

.overblock-left::after {
  border-bottom-right-radius: 50px;
}

.custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.custom-checkbox input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  opacity: 0;
}

.custom-checkbox label {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0;
}

.custom-checkbox label::before {
  content: "";
  font-family: "FontAwesome";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  height: 24px;
  width: 24px;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  margin-right: 12px;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked ~ label::before {
  content: "\f00c";
  background: #c4c4c4;
  color: #fff;
}

/* SCROLLBAR */

/* width */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #c4c4c4;
  border-radius: 100px;
  right: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}

.modal p + h5,
.modal ul + h5 {
  margin-top: 2rem;
}

.modal h5 {
  font-weight: 700;
}

.modal p:last-of-type {
  margin-bottom: 0;
}


@media (max-width: 992px) {
	
	a#openPopup.btn {
    max-width: 100%;
    width: 50%;
}
	


  h1{
    font-size: 42px;
    line-height: 1.2;
    width: 200%;
  }
  h2{
    font-size: 34px;
  }
  #page-top img{
    max-height: 350px;
    width: auto!important;
  }
  
      #page-top img.play {
        max-height: 25px;
        width: auto !important;
    }

  .flickity-prev-next-button{
    height: 62px;
    width: 62px;
  }

  .t-img{
    width: 124px;
    height: 124px;
  }
  .t-quote{
    height: 68px;
  }
  .t-statement{
    font-size: 20px;
  }
}

@media (max-width: 768px) {
	
	a#openPopup.btn {
    max-width: 100%;
    width: 100%;
}
	
	    #page-top img.play {
        max-height: 25px;
        width: auto !important;
    }
	
	    .pl-md-5, .px-md-5 {
        justify-content: center;
        display: flex;
    }
	
	#page-top .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    flex-direction: column-reverse;
}

     .col-md-5 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
	
	.row {
    display: flex
;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    width: 100%;
}

	
  /* TYPOGRAPHY */
  :root {
    --flickity-nav-offset: 0.5rem !important;
    font-size: 14px;
  }
  body {
    padding-top: 122px;
  }
  body.navbar-scroll {
    padding-top: 122px;
  }
  .btn-sm {
    height: 40px;
    padding: 0 30px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  h1,
  .h1 {
    font-size: 38px;
    line-height: 48px;
    width: 100%;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 42px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  p {
    font-size: 14px;
  }
  label {
    font-size: 1rem;
    line-height: 24px;
    font-weight: 700;
  }
  blockquote {
    font-size: 23px;
    line-height: 36px;
  }
  .subtitle {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
  }
  .number {
    font-size: 36px;
    line-height: 40px;
  }
  ul li {
    font-size: 1rem;
    line-height: 32px;
  }
  h1 + p {
    margin-top: 24px;
  }
  /* SPACERS */
  .spacer {
    height: 42px;
  }
  /* CAROUSEL */
  .carousel-cell {
    width: 90%;
  }
  .carousel-cell img {
    height: 230px;
  }
  .flickity-prev-next-button {
    margin-top: -28px;
    height: 50px;
    width: 50px;
  }
  /* TESTIMONIALS */
  .testimonials {
    min-height: 480px;
  }
  .testimonial {
    left: 0;
    right: 0;
  }
  .t-nav {
    left: 0;
  }
  .t-quote {
    height: 56px;
    left: 0;
  }
  .t-img {
    display: none;
  }
  .t-name {
    margin-top: 24px;
    font-size: 28px;
  }
  .t-statement {
    font-size: 17px;
    line-height: 28px;
    margin-top: 40px;
  }
  .overblock::before,
  .overblock::after {
    display: none;
  }
  .overblock > div {
    border-radius: 50px;
    overflow: hidden;
  }
  /* NAVBAR */
  .navbar-brand img {
    height: 29px;
  }
  .nav-menu li,
  .footer-menu li {
    display: block;
  }
  .footer-menu li + li {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-menu,
  .nav-btn {
    margin-top: 1rem !important;
  }
  .nav-menu li a {
    padding: 0;
    margin: 0.25rem;
  }
  .nav-menu li a:hover {
    background: transparent;
    box-shadow: none;
  }
  /* WHY SUNPICS */
  .icon {
    height: 96px;
  }
  .w1icon1 {
    top: -48px;
    left: 0;
  }
  .w1icon2 {
    top: -48px;
    left: calc(1.25rem + 48px);
  }
  .w2icon1 {
    top: -48px;
    left: 1rem;
  }
  .w3icon1 {
    top: -48px;
    right: 1rem;
  }
  .w4icon1 {
    top: -48px;
    left: 1rem;
  }
}