@import url("https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+4:ital,opsz,wght@0,8..60,200..900;1,8..60,200..900&display=swap");

:root {
    --main-color: #33635b;
    --second-color: #eff2ed;
    --text-color: #a1a1a1;
    --text-color-destac: #d8bf75;
    --alternative-color: #eff2ed;
    --font-family-default: "Ubuntu", sans-serif;
    --font-family-alternative: "Source Serif 4", serif;

    --main-color-franquia: #3bad8d;
    --second-color-franquia: #c49a27;
    --text-color-franquia: #797979;
    --text-color-destac-franquia: #362d24;
    --alternative-color-franquia: #fffbf1;
    --firts-title-use: #cdcdcd;
}

body {
    color: #6d6f6a;
    font: 14px/2em var(--font-family-default);
    background: #fff;
    position: relative;
}

a:not([href]):hover {
    cursor: pointer;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
}

a {
    color: #00a9c6;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

button {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

a,
a:hover {
    text-decoration: none;
}

a:hover {
    color: #6d6f6a;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4 {
    margin: 0;
    line-height: 1em;
}

h1 {
    font: 700 5em var(--font-family-default);
    margin: 0.25em 0;
    text-transform: uppercase;
}

h2 {
    font: 300 2.5em var(--font-family-default);
    margin-bottom: 1.5em;
}

h3 {
    font: 300 2em var(--font-family-default);
    margin: 2em 0 1em;
}

h4 {
    font: 300 1.5em var(--font-family-default);
    margin-bottom: 1em;
}

h4 i {
    margin-right: 0.5em;
}

p {
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 0.7em var(--text-color);
}

.mobile-none {
    display: block;
}

.mobile-only {
    display: none;
}

@media (min-width: 1904px) {
    .container {
        max-width: 1185px !important;
    }
}

.carousel-item img {
    width: 100%;
    object-fit: cover;
}

h2.heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-transform: none;
    color: var(--main-color);
    font-family: var(--font-family-alternative);
}

h2.heading span {
    color: var(--main-color);
    font-weight: bold;
    line-height: normal;
}

.spacer {
    padding: 3em 0;
}

#home {
    margin-top: 0;
    position: relative;
    background-color: #f3f9f2;
    height: 100vh;
    max-height: 100vh;
    overflow: hidden;
    background-image: url("../../images/bg-banner.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 1000px;
}

.absolute-text-infos {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
}

#home video {
    width: 100%;
    opacity: 0.4;
}

label {
    color: var(--text-color);
}

.conteudo {
    margin-top: 10em;
    min-height: 80vh;
}

header {
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    background-color: transparent;
}

header.menu-interno {
    background-color: #f5f5f5;
}

.alert-warning {
    margin-bottom: 0px;
}

.coks-acepts {
    position: fixed;
    bottom: 15px;
    left: 15px;
}

.coks-acepts .default-button {
    background-color: var(--main-color);
}

.coks-acepts .default-button:hover {
    background-color: var(--text-color);
}

.coks-acepts .alert-warning {
    background-color: #fff;
}

.logo {
    display: flex;
    justify-content: center;
}

#topo a.logo {
    padding: 0em 0;
    margin: 0px;
}

#topo ul li a {
    color: #5a5453;
    margin-left: 0;
    font-size: 15px;
    padding: 0.5em;
    text-transform: uppercase;
    align-items: center;
    line-height: initial;
    font-weight: bold;
    position: relative;
}

#topo ul li a.menu-link-featured {
    background-color: var(--second-color);
    color: var(--alternative-color);
}

#topo ul li a.selected:before {
    visibility: visible;
    transform: scaleX(1);
}

#topo ul li a:before {
    -webkit-transform: translateX(-50%);
    -webkit-transition:
        text-shadow 0.3s,
        color 0.3s;
    -ms-transform: translateX(-50%);
    -ms-transition:
        text-shadow 0.3s,
        color 0.3s;
    bottom: -50%;
    color: transparent;
    text-shadow: 10px 0 transparent;
    content: "•";
    font-size: 1.2em;
    left: 45%;
    pointer-events: none;
    position: absolute;
    transform: translateX(-50%);
    transition:
        text-shadow 0.3s,
        color 0.3s;
}

#topo ul li a.active:before {
    color: var(--main-color);
    text-shadow: 10px 0 var(--alternative-color);
    content: "•";
}

#topo ul li a:hover:before {
    color: var(--main-color);
    text-shadow: 10px 0 var(--alternative-color);
    content: "•";
}

#topo ul li a:hover:before {
    visibility: visible;
}

#topo ul li a.selected {
    color: var(--second-color);
}

#topo ul li span.has-sub {
    color: var(--text-color);
    margin-left: 0;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 1em;
    border-bottom: 2px solid transparent;
    align-items: center;
}

#topo .top-infos a {
    border-bottom: 0px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

#topo .top-infos .svg-inline--fa {
    margin-left: 0px;
}

#topo .top-infos ul li a:hover {
    border: 0px;
}

#topo ul li .svg-inline--fa {
    margin-left: 5px;
}

.absolute-center-home {
    position: absolute;
    top: 60%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: start;
    z-index: 1;
}

#topo .social-icons li a {
    padding: 1px;
    margin-left: 10px;
    font-size: 20px;
    vertical-align: middle;
}

#topo.menu-fixo .social-icons li a {
    padding: 1px;
    margin-left: 10px;
}

@keyframes go-back {
    from {
        transform: translateY(30px);
    }

    to {
        transform: translateY(20px);
    }
}

.list-group {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
    align-items: center;
}

#topo .list-group-item {
    border: 0px;
    padding: 0 0.5em;
    background-color: transparent;
    font-weight: 600;
}

#depoimentos a.default-button {
    margin: 0 auto;
    display: table;
    background-color: var(--second-color);
}

#depoimentos a.default-button:hover {
    background-color: var(--main-color);
}

.menu-fixo {
    background: #f5f5f5;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    box-shadow: 0px -1px 4px 0px rgba(108, 108, 108, 0.25);
}

#topo.menu-fixo a.logo {
    width: 120px;
}

#topo .list-group-item a:hover {
    text-decoration: none;
}

#topo .list-group-item.active a {
    border-bottom: 2px solid var(--main-color);
    /* color: var(--main-color); */
}

#topo .list-group-item i {
    color: var(--text-color);
}

.menu-fixo .nav-itens {
    padding: 0;
}

.nav-itens {
    display: flex;
    align-items: center;
    padding: 1em 0;
    position: relative;
}

.has-sub {
    position: relative;
}

ul.sub-has {
    display: none;
    background: #fff;
    position: absolute;
    border-radius: 0;
    margin-top: 0px;
    top: 100%;
    border-top: 1px #fff solid;
    width: max-content;
}

#topo ul.sub-has li a {
    color: var(--text-color-secondary);
    font-size: 14px;
    display: block;
    padding: 10px 25px 10px 15px;
    border: 0px;
}

#topo ul.sub-has li a img {
    margin-right: 15px;
}

#topo ul.sub-has li a:hover {
    background-color: #d9d9d9;
    border: 0px;
}

.has-sub:hover ul.sub-has {
    display: block !important;
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
    z-index: 0 !important;
    opacity: 1;
}

.form-control {
    height: 45px;
}

textarea.form-control {
    height: auto;
}

button[type="submit"] {
    text-transform: uppercase;
    border: 0;
}

#servicos {
    background-color: #eff2ed;
    /* width: 500px; */
    /* height: 300px; */
    background-image: url(../../images/flower-about3.png), url(../../images/flower-about4.png);
    background-size: 300px;
    background-position:
        top right,
        bottom left;
    background-repeat: no-repeat, no-repeat;
    padding-top: 2em;
}

#servicos .heading-div {
    text-align: center;
}
#servicos .heading-div p {
    color: #a1a1a1;
}

#servicos .text-services h2 {
    font-family: "Source Serif 4", serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 0px;
}

#servicos .text-services p {
    text-align: center;
    color: var(--text-color);
}

#servicos h2.heading span {
    color: var(--main-color);
}

footer {
    background-color: var(--second-color);
    padding: 1em;
    color: #fff;
}

footer h2 {
    color: var(--main-color);
    font-family: "Source Serif 4", serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 10px;
}

.href-default {
    display: block;
    margin-bottom: 10px;
}

footer a,
footer p {
    color: #a1a1a1;
    margin-bottom: 0px;
    font-size: 13px;
}

footer .list-group-item {
    padding: 0;
    background: transparent;
    border: 0;
}

footer .list-group-item a {
    color: #fff !important;
    margin-right: 10px;
    background: var(--main-color);
    text-align: center;
    display: block;
    position: relative;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    line-height: 50px;
}

footer .list-group-item a:hover {
    color: var(--main-color) !important;
}

.whatsappme {
    position: fixed;
    right: 10px;
    bottom: 20px;
}

.whatsappme__button {
    background: #fff;
    border-radius: 30px;
    border: 3px solid #128c7e;
    padding-right: 2em;
    text-align: center;
    color: #128c7e;
    font-weight: 500;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

#blogs .individual a {
    display: block;
    color: var(--text-color-secondary);
    line-height: initial;
    overflow: hidden;
    border-radius: 8px;
}

#blogs .individual a:hover {
    transform: scale(1.05);
}

#blogs .individual a img {
    border-radius: 8px;
}

#blogs .individual a b {
    display: block;
    position: relative;
    padding: 1em 0;
    margin: 1em 0;
}

#blogs .individual a b:after {
    content: "";
    background-color: var(--main-color);
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
    height: 3px;
    z-index: -1;
}

.default-button {
    background: var(--main-color);
    color: #fff;

    border-radius: 3px;
    padding: 0.7em 2em;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    text-align: center;
}

.default-button.white {
    background-color: #eff2ed;
    color: var(--main-color);
    margin-left: 1em;
}

.default-button:hover {
    background-color: var(--text-color-destac);
    color: var(--main-color);
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    filter: invert(100%);
}

.align-center {
    align-items: center;
}

.black-large {
    align-self: center;
    padding: 2em;
}

.carousel.carousel-thumbs-top {
    padding-top: 60px;
}

.carousel.carousel-thumbs-top .carousel-indicators {
    bottom: -5%;
    top: auto;
}

.carousel .carousel-indicators button {
    width: 100% !important;
}

.slick-prev:before,
.slick-next:before {
    color: var(--main-color);
}

.slick-next {
    right: -20px;
}

.slick-prev {
    left: -20px;
}

section.produtos {
    background-color: #fff;
}

footer .list-social-icons ul li {
    margin-bottom: 0px;
}

.noticias .individual {
    margin-bottom: 2em;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

footer .list-social-icons {
    text-align: center;
}

header .list-social-icons .list-group {
    justify-content: end;
}

#sobre-second {
    background: #f5f5f5;
    background-image: url(../../images/flower3.png);
    background-size: 200px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

#topo .list-group-item {
    align-self: start;
}

#servicos .individual-top img {
    opacity: 0.3;
}

span.saibamais {
    color: var(--main-color);
    font-weight: bold;
    margin-top: 1em;
    display: block;
}

@keyframes go-back {
    from {
        transform: translateY(50px);
    }

    to {
        transform: translateY(30px);
    }
}

#servicos .individual:hover span.saibamais {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.navbar-toggler-icon {
    width: 2em;
    height: 2em;
}

#sobre {
}

.sub-title-has:before {
    position: absolute;
    content: "";
    display: block;
    z-index: -1;
    background: var(--main-color);
    width: 100px;
    height: 1px;
    top: 10px;
    bottom: 0;
    left: 0;
}

.work-with-us {
    background-color: var(--second-color);
    padding: 2em 0;
}

.heading-pre-title {
    font-size: 20px;
    font-weight: 500;
    color: var(--alternative-color);
}

.work-with-us p {
    color: #fff;
    margin-bottom: 0px;
}

.left-content-width {
    width: 30%;
    float: left;
}

.left-content-width h1.principal-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #5a5453;
    text-transform: none;
    font-family: "Source Serif 4", serif;
}

.left-content-width h1.principal-title span {
    color: var(--main-color);
    font-weight: bold;
}

.left-content-width span.special-name {
    font-size: 50px;
    color: var(--second-color);
    font-weight: bold;
}

.left-content-width span.special {
    background-color: var(--alternative-color);
    color: var(--second-color);
    font-size: 16px;
    font-style: italic;
}

.left-content-width p {
    font-size: 15px;
    color: var(--text-color);
    padding-left: 0;
    padding: 1em 0;
}

.heading-div {
    padding: 0;
    padding-left: 0;
}

.heading-div.colors {
    border-color: var(--text-color);
    width: 100%;
}

.heading-div.colors span.heading-pre-title {
    color: var(--text-color);
}

.heading-div.colors h2.heading {
    color: var(--second-color);
}

.heading-div.white span.heading-pre-title {
    color: #fff;
}

.heading-div.white h2.heading {
    color: var(--alternative-color);
}

#sobre .img-absolute {
    position: absolute;
    right: 0;
    top: 0;
    max-height: -webkit-fill-available;
}

.infos-empresa-destaque {
    position: relative;
    z-index: 0;
    margin-top: -50px;
}

.infos-empresa-destaque .individual {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0px 4px 6px 0px #dcdcdc;
    padding: 2em;
}

.infos-empresa-destaque .individual h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0px;
}

.infos-empresa-destaque .individual p {
    color: var(--text-color);
    font-size: 15px;
    margin-bottom: 0px;
    padding-top: 0px;
}

#perguntas-frequentes {
    background-image: url("../../images/Logo---Jovial-Confecções 2qq.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
}

.accordion-item,
.accordion-button:not(.collapsed) {
    background-color: transparent;
}

#clientes {
    background: url("../../images/bg-clientes.png");
    background-size: cover;
    background-attachment: fixed;
}

.form-floating > label {
    left: 15px;
}

.img-footer-align {
    margin-right: 1em;
}

.img-footer-align {
    color: var(--main-color);
}

.img-footer-align a {
    color: var(--main-color);
}

#contato-infos a {
    color: var(--main-color);
}

.assign {
    background: var(--main-color);
}

.assign p {
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    color: var(--alternative-color);
}

.assign p a {
    color: var(--alternative-color);
}

footer img {
}

#sobre-interno h2.heading {
    text-align: left;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 0;
    color: #ac2253;
    position: relative;
    z-index: 0;
    padding-bottom: 1em;
}

.bg-absolute-float {
    border-radius: 20px;
    background: linear-gradient(90deg, rgb(60 77 144) -5.6%, rgb(60 77 144) 2.65%, #d50617 100%);
    display: block;
    height: 100%;
}

#servicos .individual-top a {
    position: relative;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#servicos .individual-top a:hover img {
    transform: scale(1.1);
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#servicos .individual-top a .text-services {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

#servicos .individual-top a .text-services h2 {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 500;
    margin-top: 0px;
    font-size: 18px;
    padding: 0 5em 0 2em;
}

#servicos .individual-top {
    height: 150px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 3em;
}

#servicos .text-services-two h2 {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}

#servicos a.individual {
    display: block;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0px 2px 4px 0px rgba(108, 108, 108, 0.25);
    overflow: hidden;
}

#servicos .text-services-two {
    padding: 3em;
    color: var(--text-color);
}

#sobre-second ul li {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
}

#sobre-second ul li:last-child {
    margin-bottom: 0px;
}

#sobre-second ul li h3 {
    margin: 0px;
    font-size: 16px;
    color: var(--main-color);
    font-weight: 500;
}

#sobre-second ul li img {
    margin-right: 2em;
}

#servicos .default-button {
    margin: 0 auto;
    display: table;
}

#sobre-second .sobre-texts h2 {
    font-family: "Source Serif 4", serif;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: var(--main-color);
    margin-bottom: 0px;
}

#sobre-second .sobre-texts p {
    text-align: center;
    color: var(--text-color);
}
/* ////////////////////////////////////////// FRANQUIAS /////////////////////////////////////// */

#franquias #banner-franquias {
    position: relative;
}
#franquias #banner-franquias img {
    width: 100%;
}
#franquias #banner-franquias .absolute-text-infos h1 {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    text-transform: none;
}

#franquias h2.heading {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-transform: none;
    color: var(--text-color-destac-franquia);
    font-family: var(--font-family-default);
}

#franquias h2.heading span {
    color: var(--main-color-franquia);
    font-weight: bold;
    line-height: normal;
}

#franquias .left-content-width {
    width: 100%;
}

#franquias #banner-franquias .absolute-text-infos span {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--firts-title-use);
    letter-spacing: 8px;
}

#franquias #banner-franquias .absolute-text-infos p {
    font-size: 15px;
    color: #fff;
}

#franquias #beneficios ul li {
    border: 1px solid var(--main-color-franquia);
    border-radius: 6px;
    padding: 1.5em 2em 1.5em 0;
    margin-bottom: 1.5em;
}
#franquias #beneficios ul li:last-child {
    margin-bottom: 0px;
}

#franquias span.subtitle {
    font-size: 14px;
    text-transform: uppercase;
    color: #797979;
    letter-spacing: 3px;
}

#franquias #beneficios {
    background-color: #fbfffe;
}

#franquias #massoterapia {
    background-color: var(--alternative-color-franquia);
}

#franquias #massoterapia h2.heading span {
    color: var(--second-color-franquia);
}

.relative-position {
    position: relative;
}

#franquias #massoterapia .relative-position img {
    position: absolute;
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
    left: 0;
}

#franquias #massoterapia h3.text-end {
    font-size: 16px;
    font-weight: 600;
    color: var(--second-color-franquia);
    margin: 0;
    padding: 0;
}

#franquias #massoterapia p.text-end {
    font-size: 14px;
    color: var(--text-color-franquia);
}

#franquias #massoterapia h3.text-start {
    font-size: 16px;
    font-weight: 600;
    color: var(--second-color-franquia);
    margin: 0;
    padding: 0;
}

#franquias #massoterapia p.text-start {
    font-size: 14px;
    color: var(--text-color-franquia);
}

.bottom-padding {
    margin-bottom: 8em;
}

.bottom-padding:last-child {
    margin-bottom: 3em;
}

.bottom-padding:first-child {
    margin-top: 3em;
}

#franquias #massoterapia .default-button {
    background-color: var(--second-color-franquia);
}

#franquias #modelos {
    background-color: #fbfffe;
}

#franquias .default-button {
    background: var(--main-color-franquia);
    color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 0.7em 2em;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 500;
    text-align: center;
}

#franquias #modelos .colors .individual {
    border: 3px solid var(--main-color-franquia);
    background: #fbfffe;
    border-radius: 6px;
}

#franquias #modelos .colors .individual h2 {
    background: var(--main-color-franquia);
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding: 1em;
    font-weight: 500;
}

#franquias #modelos .colors:last-child .individual {
    border: 3px solid var(--second-color-franquia);
    background: #fffbf1;
}

#franquias #modelos .colors .individual img.destaque-img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

#franquias #modelos .colors:last-child .individual h2 {
    background-color: var(--second-color-franquia);
}

#franquias #modelos .colors .individual .texto strong {
    color: var(--main-color-franquia);
}

#franquias #modelos .colors:last-child .individual .texto strong {
    color: var(--second-color-franquia);
}

#franquias #modelos .colors .individual .texto {
    padding: 0 6em;
}

#franquias #modelos .colors .individual .texto p {
    line-height: 2.5em;
}
#franquias #modelos .colors .individual .bottom-valor {
    background: rgba(59, 173, 141, 0.06);
    text-align: center;
    font-size: 16px;
    padding: 1em;
    margin-top: 2em;
}

#franquias #modelos .colors:last-child .individual .bottom-valor {
    background: rgba(196, 154, 39, 0.1);
}

#franquias #modelos .colors:last-child .individual .bottom-valor p {
    color: var(--second-color-franquia);
}

#franquias #modelos .colors .individual .bottom-valor p {
    color: var(--main-color-franquia);
}

#franquias #modelos .colors .individual .bottom-valor span {
    color: var(--main-color-franquia);
    font-size: 40px;
    font-weight: bold;
}

#franquias #modelos .colors:last-child .individual .bottom-valor span {
    color: var(--second-color-franquia);
}

#franquias #diferenciais .individual-diferencial {
    border: 1px solid var(--main-color-franquia);
    border-radius: 6px;
    padding: 1em;
    margin-top: 2em;
}

#franquias #diferenciais .colors:nth-child(2n) .individual-diferencial {
    border: 1px solid var(--second-color-franquia);
}

#franquias .footer-franquias {
    background-image: url(../../images/bg-franquias-min2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3em;
    text-align: center;
    color: #fff;
}
#franquias .footer-franquias a {
    color: #fff;
}

#franquias .footer-franquias h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1em;
    font-weight: bold;
}

#franquias .footer-franquias .socials ul li {
    background-color: transparent;
    border: 0;
}


#franquias .footer-franquias .socials ul li  a{
    color: var(--text-color-destac-franquia);
    background: #fff;
    display: block;
    height: 40px;
    width: 40px;
    line-height: 49px;
    border-radius: 100%;
    text-align: center;
}

#franquias .footer-franquias .socials ul {
    justify-content: center;
}

#franquias .footer-franquias .socials ul li  a:hover{
    background-color: var(--main-color-franquia);
    color: #fff;
}

#franquias .form-float{
    background: #fff;
    padding: 1.5em;
    border-radius: 8px;
}


#franquias .logo-principal{
    width: 100px;
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
}