﻿/* =====================
   RESET / BASE
===================== */
.franchise {
  color: #2b2b2b;
}

.franchise h1,
.franchise h2 {
  color: #5b1bb7;
  font-weight: 700;
}

.franchise section {
  max-width: 1567px;
  margin: 0 auto;
  padding: 20px 30px;
}

/* =====================
   FULLBANNER
===================== */
.fullbanner img {
  width: 100%;
  display: block;
  height: 361px;
}

/* =====================
   HERO
===================== */
.franchise-hero h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.founder {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 48px;
  align-items: center;
}

.founder img {
  width: 100%;
}

.founder-text span {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
}

.founder-text > strong {
  display: block;
  font-size: 48px;
  color: #5b1bb7;
  font-weight: bolder;
}

.founder-text .subtitle {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 500;
}

.founder-text .info {
  font-size: 16px;
  line-height: 1.6;
  max-width: 960px;
  color: #000000;
}

/* =====================
   NOSSAS LOJAS
===================== */
.franchise-stores {
  background: #EDDBFF;
  justify-content: center;
  display: flex;
  gap: 48px;
  /* max-width: 100% !important; */
  position: relative;
}

.stores-text h2 {
  margin-bottom: 32px;
}

.stores-text .item {
  display: flex;
  gap: 20px;
  margin-bottom: 28px;
}

.stores-text svg {
  flex-shrink: 0;
}

.stores-text .title {
  display: block;
  font-weight: 600;
  color: #5b1bb7;
}

.stores-text .subtitle {
  display: block;
  font-size: 14px;
  color: #555;
}

.stores-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: center;
}

.stores-images img {
  width: 100%;
  z-index: 2;
}

/* =====================
   FUTURO DA MARCA
===================== */
.franchise-future {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 32px !important;
  margin-bottom: 94px !important;
}

.franchise-future img {
  width: 100%;
}

.future-text h2 {
  margin-bottom: 16px;
  font-size: 32px;
}

.future-text p {
  max-width: 768px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: 500;
}

/* =====================
   INVESTIMENTO
===================== */
.franchise-investment h2 {
  margin-bottom: 48px;
  font-size: 32px;
}

.investment-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 32px;
  text-align: center;
}

.investment-item strong {
  display: block;
  margin-top: 13px;
  font-size: 15px;
}

.investment-item span {
  display: block;
  margin-top: 7px;
  font-weight: 400;
  font-size: 24px;
}

/* =====================
   CONTATO
===================== */
.franchise-contact {
  background: #f1e6ff;
  margin-top: 62px !important;
}

.franchise-contact h2 {
  margin-bottom: 32px;
  font-size: 32px;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.contact-form textarea {
  min-height: 120px;
  resize: none;
}

.contact-form button {
  align-self: flex-end;
  background: #a069d9;
  color: #000000;
  border: none;
  padding: 12px 32px;
  cursor: pointer;
  font-weight: 600;
  width: 161px;
  height: 40px;
  align-items: center;
  border-radius: 3px;

}

.contact-form button:hover {
  opacity: 0.9;
}


section#middle {
    max-width: 100%;
    padding-top: 0px;
}

.franchise-stores h2 {
    font-size: 32px;
    padding-block: 5px !important;
    position: relative;
    top: -11px;
}

section.franchise-stores .title {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 4px;
}

section.franchise-stores .subtitle {
    font-size: 16px;
    color: #000000;
}

.stores-images img:last-child {
    margin-top: -65px;
}

section#middle {
    padding-inline: 0px !important;
}

section.franchise-stores::after {
    background-image: url(https://www.misha.com.br/custom/content/themes/Temas/Templates/Landings/Seja-um-franqueado/img/Listra.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 40%;
    z-index: 1;
    height: 700px;
    width: 800px;
    top: 16%;
}

body.seja-um-franqueado section#middle {
    padding-inline: 0px !important;
}



section.franchise-future .brand::after {
    content: "";
    background: #FEC3B1;
    position: absolute;
    left: -13%;
    z-index: -1;
    width: 222px;
    height: 189px;
    display: block;
    top: 0px;
    border-radius: 0 150px 150px 0;
}

.brand {
    position: relative;
}

.investment-grid > .investment-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact-form > .form-group {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.contact-form > .form-group input {
    border: 1px solid #AFAFAF;
}

.contact-form > .form-group textarea {
    border: 1px solid #AFAFAF;
}

.contact-form > .form-group label{
    font-weight: 500;
    font-size: 16px;
}

.contact-form .botoes {
    width: 100%;
    justify-content: flex-end;
    display: flex;
    gap: 23px;
    margin-top: 25px;
}

.contact-form button.limpar {
    background-color: transparent;
    padding-right: 0px;
    justify-content: flex-end;
    display: flex;
    margin-right: 20px;
}

div#footer-03 >.d-flex {
    display: none !important;
}

#footer-03 {
    border: 0px !important;
}

section.franchise-hero {
    margin-bottom: 20px;
}

section.franchise-stores {
    justify-content: flex-start;
    gap: 110px;
}

.franchise-stores::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #EDDBFF;
    width: 100vw;
    height: 100%;
    z-index: -1;
    top: 0px;
}



/* mobile*/

@media screen and (max-width: 764px){


.investment-grid > .investment-item:last-child strong {
    white-space: nowrap;
    height: auto;
}


.franchise-contact {
    margin-top: 5px !important;
}

div#content {
    padding-inline: 0px;
}

.franchise-hero h1 {
    font-size: 24px;
}

.founder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

section.franchise-stores {
    gap: 50px;
    flex-direction: column;
}

section.franchise-stores::after {
    display: none;
}

.franchise-stores h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.stores-text .item svg {
    width: 40px;
}

section.franchise-stores .title {
    font-size: 16px;
    margin-bottom: 0px;
}

section.franchise-stores .subtitle {
    font-size: 14px;
}

.stores-text .item {
    align-items: center;
}

.stores-images {
    display: none;
}

.franchise-future {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 15px !important;
    margin-top: 0px !important;
    gap: 31px;
    margin-bottom: 0px !important;
}

section.franchise-future .brand::after {
    height: 104px;
    width: 102px;
    left: -10%;
}

.franchise section.franchise-hero img {
    width: 35%;
    margin-top: 20px;
    margin-left: 0px;
    /* height: 178px; */
}


    

.investment-grid {display: flex;flex-wrap: wrap;justify-content: center;gap: 15px 21px;}

.investment-grid > .investment-item svg {
    width: 80px;
}

.investment-item strong {
    max-width: 152px;
    font-size: 16px;
    margin-top: 0px;
    height: 58px;
}

.investment-item span {
    font-size: 20px;
    margin-top: 0px;
}

.franchise section {
    padding-inline: 15px;
}

    

.franchise-investment h2 {
    margin-bottom: 20px !important;
    font-size: 24px;
}

    
.franchise-contact h2 {
    font-size: 24px;
}

    .contact-form .botoes {
    flex-direction: column;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 10px;
}

.contact-form button {
    width: 100%;
    justify-content: center !important;
    align-self: center !important;
    padding-inline: 00px;
}


.contact-form button.limpar {
    margin-right: 0px;
}


    

.founder .info {
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

.founder-text {
    width: 50%;
}

.founder-text span {
    font-size: 16px;
}

.founder-text > strong {
    font-size: 27px;
}

.founder-text .subtitle {
    font-size: 14px;
}

    .franchise-future img {
    width: 250px;
    height: 85px;
    margin-top: 9px;
}



.seja-um-franqueado div#footer-infos-mobile {
    display: none !important;
}


}






