@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("../fonts/fontawesome-webfont.ttf");
@import url("../fonts/fontawesome-webfont.woff");
@import url("../fonts/fontawesome-webfont.woff2");

@font-face {
  font-family: 'Baloo';
  src: url('../fonts/baloo.regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h4 {
  font-family: 'Baloo', sans-serif;
}
body {
  font-family: 'Poppins', sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

html {
  scroll-behavior: smooth;
}

section {
    scroll-margin-top: 70px;
}


.layout_padding {
  padding-top: 50px;
  padding-bottom: 50px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.heading_container h2 hr {
  border: none;
  width: 45px;
  height: 2px;
  background-color: #050505;
  margin: 0 5px;
}

/*header section*/
.hero_area {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sub_page .hero_area {
  min-height: auto;
}

.sub_page .header_section {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.header_section {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-link {
  padding: 10px 30px;
  color: #050505;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}

.custom_nav-container .navbar-nav .nav-link:hover {
  color: #3a4d1f;
  text-decoration: underline;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.navbar-brand img {
  width: 150px;
}

.navbar-brand span {
  font-size: 24px;
  font-weight: 700;
  color: #050505;
  margin-left: 10px;
  text-transform: uppercase;
}

.custom_nav-container {
  z-index: 99999;
  padding: 5px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #050505;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #050505;
  top: -10px;
  border-radius: 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
          transform: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 30px;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 45px;
  position: relative;
}

.slider_section .slider_bg_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slider_section .slider_bg_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider_section #carouselExampleIndicators {
  z-index: 2;
}

.slider_section .detail-box {
  position: relative;
}

.slider_section .detail-box h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-weight: bold;
  color: #ffffff;
}

.slider_section .detail-box p {
  margin-top: 25px;
  font-size: 1.1rem;
}

.slider_section .detail-box .btn-box {
  margin: 45px -5px 0;
}

.slider_section .detail-box .btn-box a {
  width: 185px;
  text-align: center;
  margin: 5px;
}

.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #4F6228;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
}

.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: #05680a;
}

.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 12px 15px;
  background-color: #ffffff;
  color: #050505;
  border-radius: 0;
  text-transform: uppercase;
}

.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: #f2f2f2;
}

.slider_section .carousel-indicators {
  margin: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  bottom: -75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.slider_section .carousel-indicators li {
  width: 14px;
  height: 14px;
  opacity: 1;
  background-color: #ffffff;
  border-radius: 100%;
}

.slider_section .carousel-indicators li.active {
  width: 20px;
  height: 20px;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  transform: none;
}

.carousel-fade .carousel-item.active {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active.carousel-item-left,
.carousel-fade .carousel-item.active.carousel-item-right {
  opacity: 0;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}

.about_section .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about_section .img-box {
  overflow: hidden;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 25px;
}

.about_section .heading_container h2 hr {
  background-color: #ffffff;
}

.about_section .detail-box h2 {
  margin-bottom: 10px;
}

.about_section .detail-box p {
  margin-bottom: 25px;
}

.about_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #4F6228;
  color: #ffffff;
  border-radius: 0;
  text-transform: uppercase;
}

.about_section .detail-box a:hover {
  background-color: #51945e;
}

.wedo_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-top: 45px;
}

.wedo_section .box .img-box {
  min-width: 125px;
  min-height: 115px;
  background-color: #4F6228;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.wedo_section .box .img-box img {
  width: 55px;
  height: auto;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.wedo_section .box .detail-box h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
}

.wedo_section .box .detail-box p {
  margin: 0;
}

#products {
  padding-top: 10px;
}

.products_section {
  margin: 50px 80px 0 80px;
}

.products_section .heading_container {
  margin: 40px 0;
}

.products_section .heading_container p {
  color: #444;
  max-width: 700px;
  margin: 10px auto 0;
}

.products_section .product-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.products_section .product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.15);
}

.products_section .product-card img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.products_section .product-info {
  padding: 20px;
  text-align: center;
}

.products_section .product-info h5 {
  font-size: 1.2rem;
  color: #4F6228;
  font-weight: 700;
  margin-bottom: 10px;
}

.products_section .product-info p {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.4;
}

.products_section .product-info .btn-1 {
  background-color: #4F6228;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.products_section .product-info .btn-1:hover {
  background-color: #478a59;
}

.contact_section h2 {
  margin-bottom: 45px;
}

.contact_section form {
  padding-right: 35px;
}

.contact_section input {
  width: 100%;
  border: 0;
  height: 50px;
  border-radius: 25px;
  margin-bottom: 25px;
  padding-left: 25px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  outline: none;
  color: #101010;
}

.contact_section input::-webkit-input-placeholder {
  color: #131313;
}

.contact_section input:-ms-input-placeholder {
  color: #131313;
}

.contact_section input::-ms-input-placeholder {
  color: #131313;
}

.contact_section input::placeholder {
  color: #131313;
}

.contact_section input.message-box {
  height: 120px;
}

.contact_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.contact_section button {
  padding: 15px 55px;
  outline: none;
  border: none;
  border-radius: 30px;
  border: 1px solid #4F6228;
  color: #fff;
  font-weight: bold;
  background-color: #4F6228;
}

.contact_section .map_container {
  height: 420px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 0;
}

.contact_section .map_container .map {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_section .map_container .map #googleMap {
  height: 100%;
}

.info_section {
  background-color: #4F6228;
  color: #ffffff;
  padding: 75px 0;
}

.info_section h5 {
  margin: 20px 0 25px 0;
  font-weight: 400;
  text-transform: uppercase;
}

.info_section .form_heading {
  font-weight: normal;
  text-transform: uppercase;
}

.info_section .info_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}

.info_section .info_logo a img {
  width: 140px;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.info_section .info_logo a span {
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  margin-left: 10px;
  text-transform: uppercase;
}

.info_section .info_form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info_section .info_form form input {
  min-width: 100%;
  height: 45px;
  border-radius: 30px;
  border: none;
  outline: none;
  padding: 0 15px;
}

.info_section .info_form form button {
  padding: 0 45px;
  height: 40px;
  outline: none;
  border: none;
  border-radius: 30px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #4F6228;
  -webkit-transform: translate(-102%);
          transform: translate(-102%);
  margin-top: 2.5px;
}

.info_section .contact_link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info_section .contact_link_box a {
  margin: 5px 0;
  color: #ffffff;
}

.info_section .contact_link_box a i {
  margin-right: 5px;
}

.info_section .contact_link_box a:hover {
  color: #000000;
}

.info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
}

.info_social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  border-radius: 100%;
  margin-right: 10px;
  font-size: 24px;
}

.info_social a:hover {
  color: #000000;
}

.info_link {
  color: #ffffff;
  text-decoration: underline;
}

.info_link:hover {
  color: #000000;
  text-decoration: underline;
}

.reviews_section {
  background-color: #f9f9f9;
  text-align: center;
  padding: 80px 0;
}

.reviews_section h2 {
  margin-bottom: 20px;
}

.rating_box {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  display: inline-block;
  margin-bottom: 40px;
}

.rating_box h3 {
  margin-bottom: 10px;
  font-weight: 600;
}

.star {
  color: #ccc;
  font-size: 28px;
  display: inline-block;
  position: relative;
}

.star.full {
  color: #FFD700;
}

.star.half {
  background: linear-gradient(90deg, #FFD700 52%, #ccc 48%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.btn-review {
  display: inline-block;
  background-color: #4F6228;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  margin-top: 15px;
  transition: background 0.3s ease;
}

.btn-review:hover {
  background-color: #05680a;
  color: #ffffff;
}

.review_card {
  background: #fff;
  padding: 25px 25px 0 25px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  margin-bottom: 25px;
  text-align: left;
  height: 100%;
}

.review_text {
  font-style: italic;
  color: #444;
  margin-bottom: 15px;
}

.review_author {
  font-weight: 600;
  margin-bottom: 5px;
}

.review_stars {
  color: #FFD700;
  font-size: 18px;
}


/* footer section*/

.footer_logo img {
  width: 150px;

}
.footer_section {
  background-color: #4F6228;
}

.footer_section p {
  margin: 0;
  padding: 20px 0;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid #ffffff;
}

.footer_section p a {
  color: inherit;
}

.contact_info p {
  font-size: 20px;
}

.contact_info .list-unstyled li a {
  color: #4F6228;
}

.contact_info .list-unstyled li a:hover {
  color: #05680a;
}

#copy-email {
  cursor: pointer;
  color: #4F6228;
  text-decoration: underline;
}

#copy-email:hover {
  color: #3a4d1f;
}


.list-unstyled li {
  font-size: 18px;
}

.list-unstyled li i {
  font-size: 20px;
}

/*# sourceMappingURL=style.css.map */

/*----------------------------------------------*/
/* WHATSAPP BUTTON */
/*----------------------------------------------*/
.whatsapp-float {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 64px;
  height: 64px;
  background-color: #020202;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  text-decoration: none;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
  z-index: 1000;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-float:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

/* CSS para página Franquia */

/* FRANCHISING SECTION */

.body_franchising {
  position: relative;
  background: #fff;
  overflow-x: hidden;
}

.body_franchising::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(135deg, 
    rgba(255,190,0,0.9) 0%, 
    rgba(255,210,50,0.75) 8%, 
    rgba(255,255,255,1) 25%, 
    rgba(255,255,255,1) 75%, 
    rgba(255,210,50,0.75) 92%, 
    rgba(255,190,0,0.9) 100%);
}

.franchising_content {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.franchising_content.reverse {
  flex-direction: row-reverse;
}

.franchising_image {
  flex: 1 1 45%;
  text-align: center;
}

.franchising_image img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.franchising_text {
  flex: 1 1 50%;
}

.franchising_content {
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
}

.franchising_content.reverse {
  flex-direction: row-reverse;
}

.franchising_image {
  flex: 1 1 45%;
  text-align: center;
}

.franchising_image img {
  width: 100%;
  max-width: 480px;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.franchising_text {
  flex: 1 1 50%;
}

.model_img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
  transition: transform 0.3s ease;
}

.model_card:hover .model_img {
  transform: scale(1.03);
}

.store_models_section {
  padding: 50px 0;
}

.models_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 50px;
  align-items: start;
}

.model_card {
  background: #f8f8f8;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.model_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

.model_header {
  background: #5aa469;
  color: #fff;
  padding: 30px 25px;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.model_header h3 {
  margin: 0;
  font-weight: 700;
  font-size: 1.4rem;
}

.model_header p {
  margin: 0;
  opacity: 0.9;
  font-size: 0.95rem;
}

.model_header i {
  position: absolute;
  right: 25px;
  top: 35px;
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.model_card.active .model_header i {
  transform: rotate(180deg);
}

.model_content {
  background: #fff;
  padding: 0 30px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  border-top: 1px solid transparent;
  transition: all 0.4s ease;
}

.model_card.active .model_content {
  max-height: 400px;
  padding: 25px 30px 30px;
  opacity: 1;
  visibility: visible;
  border-top: 1px solid #eee;
}

.model_content p {
  margin-bottom: 12px;
  color: #444;
}

.model_content ul {
  margin: 0;
  padding-left: 18px;
}

.model_content li {
  list-style: disc;
  color: #555;
  line-height: 1.6;
  font-size: 0.95rem;
}

@media (max-width: 768px) {
  .models_grid {
    gap: 20px;
  }
  .model_header h3 { font-size: 1.25rem; }
  .model_header p { font-size: 0.9rem; }
}
