@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: "Poppins", sans-serif !important;
}


header nav {
    background: #242322;
    position: relative;
}

header nav .wrapper {
    position: relative;
    max-width: 1300px;
    padding: 20px 30px;
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#franchising {
    background: url("/imgs/franchising/banner1_franchisados.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 200px 0 290px 0;
    color: #232220;
}


#franchising h1,
#franchisingMobile h1{
    font-weight: 700;
    margin-bottom: 40px;
}

#franchising h3,
#franchisingMobile h3{
    font-weight: 600;
}

#franchising.sendEmail,
#franchisingMobile .sendEmail{
    color: #232220 !important;
}

#franchising .sendButton,
#franchisingMobile .sendButton{
    font-weight: 700;
    border: 1px solid #242424;
    background: #242424;
    padding: 17px 30px;
    border-radius: 30px;
    color: #FC8D00;
    text-decoration: none;
}

#franchising .moreInfo p,
#franchisingMobile .moreInfo p{
    margin: 0;
}

#franchisingMobile {
    display: none;
    height: 100%;
    padding: 100px 0;
}


#joinFranchising {
    background-color: #232120;
    color: #FFEEC9;
    padding: 30px 0 50px 0;
}

#joinFranchising h2 {
    font-weight: 700;
}



#uniqueOpportunity {
    background: url("/imgs/franchising/uniqueOpportunity.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    padding: 50px 0;
}

#uniqueOpportunity h2 {
    font-weight: 700;
}

/*#uniqueOpportunity .brandsCarousel {*/
/*    display: none;*/
/*}*/

#businessTypes {
    background-color: #232120;
    padding: 50px;
}
#businessTypes h3 {
    font-weight: 800;
    font-size: 2rem;
    color: #FC8D00;
}

#businessTypes h4 {
    font-weight: 800;
    color: #FC8D00;
}

#businessTypes p {
    font-weight: 500;
    color: #FFEEC9;
}

#yourStore {
    background-color: #FF9000;
    padding: 50px;
}

#yourStore h1 {
    font-weight: 800;
    color: #242424;
}

#yourStore p {
    font-weight: 500;
    color: #242424;
    text-align: justify;
}

#whyStarfoods {
    background-color: #F7EBD5;
    padding: 50px 0;
}

#whyStarfoods h2 {
    font-weight: 800;
    font-size: 2.5rem;
}

#whyStarfoods .valuesCard {
    padding: 30px 9px;
    border-radius: 13px;
    background: #FFFFFF;
    height: 460px;
}

#whyStarfoods .valuesCard h4 {
    font-weight: 700;
    font-size: 1.25rem;
}

#whyStarfoods .valuesCarousel {
    display: none;
}



#franchisingForm {
    background-color: #FF9000;
    padding: 80px 0;
    color: #242424;
}

#franchisingForm h2 {
    font-weight: 800;
}

#franchisingForm .inputForm {
    border-radius: 63.702px;
    border: 0.885px solid var(--Neutral-03, #DBDFD0);
    padding: 12px;
}


#franchisingForm #buttonSubmit {
    border-radius: 63.702px;
    background: #242424;
    border: 1px solid #FFF;
    cursor: pointer;
    font-size: 14px;
    color: #FFF;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    padding: 12px;
}

#franchisingForm #uploadCV {
    border-radius: 63.702px;
    background: #AA4501;
    border: 1px solid #FFF;
    cursor: pointer;
    padding: 12px;
}

#franchisingForm #buttonSubmit button {
    background-color: transparent;
    -webkit-appearance: unset;
    border: none;
    color: #FFF;
    width: 100%;
    height: 100%;
}


#franchisingForm input::placeholder,
#franchisingForm select{
    font-size: 14px;
    color: #4F4F4F;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
}

#franchisingForm button {
    font-size: 14px;
    font-weight: 700;
}

#conditions[type="checkbox"],
#news[type="checkbox"] {
    /* Remove default appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Set custom appearance */
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    outline: none;
    cursor: pointer;
    /* Background color */
    background-color: transparent;
    /* Hide the default checkmark */
    box-shadow: none;
    /* Additional styles */
    display: inline-block;
    position: relative;
    top: 5px;
}

/*#form input[type="checkbox"]:checked {*/
/* When checkbox is checked, show a custom checkmark */
/*background-color: #007bff;
        border-color: #007bff;
    }*/


#conditions[type="checkbox"]:checked::after,
#news[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 1px;
    left: 6px;
    width: 6px;
    height: 12px;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/*.slick-arrow {*/
/*    display: none !important;*/
/*}*/

/*.slick-prev {*/
/*    position: absolute;*/
/*    left: -2%;*/
/*}*/

/*.slick-next {*/
/*    position: absolute;*/
/*    right: -2%;*/
/*}*/

@media (max-width: 992px) {
    #whyStarfoods .valuesCarousel,
    /*#uniqueOpportunity .brandsCarousel,*/
    #franchisingMobile{
        display: block;
    }
    #whyStarfoods .valuesContent,
    /*#uniqueOpportunity .brands,*/
    #franchising{
        display: none;
    }

    #whyStarfoods .valuesCard{
        height: 380px;
    }
}






























        