:root {
	--swiper-theme-color: var(--novo-esquema-ruim-escuro);
}

body.page-template-page-franquia-landing #main-content .container {
	padding: 0;
}

.text-center {
	text-align: center;
}

.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6 {
    color: #FFF;
}

.text-white .lead {
	font-family: 'akgrg', Arial, sans-serif;
}

h1, h2, h3 {
	padding-bottom: 0;
	margin-bottom: 1rem;
}

.lead {
    font-size: 1.2em;
}


#sec-head {
	padding: 70px 0 88px;
}

#sec-modelos,
#sec-suporte,
#sec-inovacu,
#sec-midia,
#sec-depoimentos,
#sec-faq,
#sec-cta {
	padding: 88px 0;
}

@media all and (max-width: 992px) {
	#sec-head {
		padding: 60px 0 72px;
	}

	#sec-modelos,
    #sec-suporte,
    #sec-inovacu,
	#sec-midia,
    #sec-depoimentos,
    #sec-faq,
	#sec-cta {
		padding: 72px 0;
	}
}

@media all and (max-width: 576px) {
	#sec-head {
		padding: 50px 0 56px;
	}

	#sec-modelos,
    #sec-suporte,
    #sec-inovacu,
	#sec-midia,
    #sec-depoimentos,
    #sec-faq,
	#sec-cta {
		padding: 56px 0;
	}
}


#sec-head {
	position: relative;
    background-image: url(../images/home-franquia-bg-2.jpg);
    background-position: center top;
    background-size: cover;
    background-color: var(--azul-90);
}

#sec-head:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--azul-90);
    opacity: .95;
}

#sec-modelos {
    overflow: hidden;
}

#sec-suporte {
	background-color: var(--novo-esquema-ruim-claro);
}

#sec-inovacu {
	background-color: var(--novo-esquema-ruim-claro);
}

#sec-depoimentos {
	background-color: var(--azul);
}

#sec-cta {
	background-color: var(--azul);
}

#sec-head .container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
	column-gap: 5.5%;
    row-gap: 2rem;	
}

@media all and (max-width: 992px) {
	#sec-head .container {
		grid-template-columns: 1fr;
	}
}


#sec-modelos .container,
#sec-suporte .container,
#sec-inovacu .container,
#sec-midia .container,
#sec-depoimentos .container,
#sec-cta .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    row-gap: max(2rem, 2.75%);
}





#head-content {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, min-content);
    row-gap: 3rem;
}

#head-content h1 {
	font-family: 'DINProBlack', Arial, sans-serif;
    font-size: 3.056em;
    letter-spacing: -0.05em;
    line-height: 1em;
	margin-bottom: .75em;
}

#head-content h2,
#head-content .h2 {
	font-family: 'akgrg', Arial, sans-serif;
	font-size: 1.375rem;
	letter-spacing: -.02em;
	line-height: 1.4;
}

#head-content h3 {
	font-family: 'DINProBlack', Arial, sans-serif;
	font-size: 1.25rem;
	letter-spacing: -.03em;
	line-height: 1.25;
	margin-bottom: 0;
}

#head-content ul {
    font-family: 'akgrg', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
	margin-top: 1rem;
}

#head-content ul li {
	display: flex;
	align-items: flex-start;
}

#head-content ul li svg {
	flex-shrink: 0;
	width: 28px;
	height: auto;
	margin-right: .75rem;
}

#head-content ul li:not(:last-child){
	margin-bottom: .75rem;
}

#head-content div:nth-child(2) ul h3 {
	margin-bottom: .5rem;
}

#head-content .lead {
	font-size: 1.125rem;
}







#col-form {
	background: var(--laranja-10);
    box-shadow: 0 0 40px -5px rgba(0,0,0,.15);
	border-radius: 4px;
    padding: max(.75rem, 3.5%);
}

#col-form h3 {
	padding: 1rem 0;
	margin: 0;
	font-family: 'DINProBlack', Arial, sans-serif;
	font-size: 1.25rem;
	letter-spacing: -.03em;
	line-height: 1.25;
    color: var(--marrom);
}

#col-form > form {
	text-align: left;
}








#suporte {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    column-gap: 5.5%;
    row-gap: 1rem;
}

@media all and (max-width: 576px) {
    #suporte {
        grid-template-columns: 1fr;
    }
}

#suporte li {
    position: relative;
    display: grid;
    grid-template-columns: 3rem auto;
    grid-template-rows: auto;
    column-gap: .75rem;
    padding: 0 .25rem 1rem .25rem;
    border-bottom: solid 1px var(--laranja-20);

    font-family: 'akgrg', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

#suporte li h4 {
    font-family: 'DINProBlack',Arial,sans-serif;
    font-size: 1.375rem;
    letter-spacing: -.04em;
    line-height: 1.2;
    text-transform: uppercase;
    padding-bottom: .5rem;
    color: var(--marrom);
}

#suporte li svg {
	width: 100%;
	height: auto;
}







#veiculos svg {
	width: 10vw;
	max-width: 160px;
	min-width: 100px;
	height: auto;
	margin: max(2rem, 2.75%) auto .5rem auto;
	fill: var(--novo-esquema-ruim-escuro);
}

#veiculos ul {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	padding-top: 0rem;
	border-top: solid 1px var(--azul-20);
	margin-bottom: -.5rem;
}

@media all and (max-width: 992px) {
	#veiculos ul {
		margin-bottom: -1rem;
	}
}

#veiculos ul img {
	width: 100%;
	max-width: 100%;
	height: auto;
}







#inovacu-args {
	margin-top: 1rem;
}

#inovacu-args h3,
#inovacu-args .h3 {
    font-family: 'DINProBlack',Arial,sans-serif;
    font-size: 1.5rem;
    line-height: 1.25;
    letter-spacing: -.04em;
    text-transform: uppercase;
    padding-bottom: 0;
    color: var(--marrom);	
}

#inovacu-args ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: auto;
	column-gap: 5.5%;
	row-gap: 1.5rem;
	margin: 2rem 0 2.5rem;
    font-family: 'akgrg', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
}

@media all and (max-width: 576px) {
    #inovacu-args ul {
        grid-template-columns: 1fr;
    }
}

#inovacu-args h4 {
	font-family: 'DINProBlack', Arial, sans-serif;
    font-size: 1.375rem;
	letter-spacing: -.03em;
	line-height: 1.25;
    color: var(--marrom);	
}



#faq {
	max-width: 1080px;
	margin: 0 auto;
}

#faq li {
	padding: 1.25em;
}

#faq li:nth-child(4n+1) {
	background-color: var(--novo-esquema-ruim-claro);
}

#faq li.q {
	display: flex;
	align-items: center;
	justify-content: space-between;
    font-family: 'DINProBlack', Arial,sans-serif;
    font-size: 1rem;
    letter-spacing: -.03em;
    line-height: 1.25em;
    text-transform: uppercase;

    border-bottom: 1px rgba(0,0,0,.1) solid;
    cursor: pointer;
	color: var(--marrom);
}

#faq li.q.active {
	color: var(--novo-esquema-ruim-escuro);
}

#faq li.q svg {
	margin-left: .75rem;
	transition: all .2s;
}

#faq li.q.active svg {
	transform: rotate(-90deg);
}

#faq li.a {
    font-family: 'akgrg', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;

	display: none;
}





/* CAROUSEL */

#carousel-modelos,
#carousel-depoimentos,
#carousel-midia {
	position: relative;
    overflow: hidden;
    width: 100vw;
    max-width: 100vw;
    left: 50%;
    margin-left: -50vw;
}

#carousel-modelos,
#carousel-midia {
    padding: 0 5%;
}

#carousel-modelos > .swiper,
#carousel-depoimentos > .swiper,
#carousel-midia > .swiper {
    --swiper-pagination-bullet-size: 12px;
    --swiper-pagination-bottom: 0px;
    --swiper-pagination-top: 0px;

	position: unset;
    overflow: visible;
}

#carousel-depoimentos > .swiper {
    --swiper-pagination-bullet-inactive-color: var(--branco);
    --swiper-pagination-color: var(--branco);
}

#carousel-modelos > .swiper > .swiper-wrapper,
#carousel-depoimentos > .swiper > .swiper-wrapper,
#carousel-midia > .swiper > .swiper-wrapper {
    overflow: visible;
}

#carousel-depoimentos .swiper-slide {
    padding: 0 5%;
}

#carousel-modelos > .swiper > .swiper-pagination,
#carousel-depoimentos > .swiper > .swiper-pagination,
#carousel-midia > .swiper > .swiper-pagination {
	position: relative;
	padding-top: 1rem;
}

#carousel-modelos > .swiper > .swiper-wrapper > .swiper-slide,
#carousel-midia > .swiper > .swiper-wrapper > .swiper-slide {
	height: auto;
}

.swiper > .swiper-button-prev,
.swiper > .swiper-button-next {
	--swiper-navigation-top-offset: 45%;

	box-shadow: 0 4px 4px rgba(0,0,0,.25);
	background: var(--novo-esquema-ruim-escuro);
    height: 80px;
    width: 48px;
	border-radius: .5rem;
	color: var(--branco);
}

@media all and (min-width: 993px) {
	.swiper > .swiper-button-prev,
	.swiper > .swiper-button-next {
		--swiper-navigation-sides-offset: 20px;
	}
}





/* CARDS */

.card-depoimento {
    font-family: 'akgrg', Arial, sans-serif;
	font-size: .9375rem;
	line-height: 1.5;
    background-color: var(--branco);
    box-shadow: 0 0 40px -5px rgb(8,98,178,.15);
    
    position: relative;
    border-radius: .75rem;
    text-align: center;

    width: 100%;
    max-width: calc(973px + max(1.5rem, 2.75%));
    margin: 0 auto;
    padding: max(1.5rem, 2.75%);
}

.card-depoimento h5 {
    padding-bottom: 0;
    font-family: 'DINProMedium',Arial,sans-serif;
    font-size: 1rem;
    letter-spacing: -.03em;
    line-height: 1.25;
    color: var(--azul-80);
    font-weight: 600;
    margin-top: 1rem;
}

.card-depoimento h5 span {
    display: block;
    font-weight: 400;
    font-size: .97em;
}

.card-modelos {
    font-family: 'akgrg', Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0;
	overflow: hidden;

	height: 100%;
    border-radius: 0.5em;
    background-color: var(--novo-esquema-ruim-claro);
}

.card-modelos .image-gallery {
	position: relative;
}

.card-modelos .image-gallery .swiper {
	position: static;
}

.card-modelos .image-gallery .swiper-slide {
	position: relative;
	z-index: 1;
}

.card-modelos .image-gallery .swiper-slide:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.card-modelos .image-gallery img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
	z-index: 0;
}

.card-modelos .image-gallery .controls {
	position: absolute;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.5rem;
	margin-top: .5rem;
	z-index: 50;
}

.card-modelos .image-gallery .controls:before {
	position: absolute;
	content: '';
	display: block;
	width: 1px;
	height: 100%;
	top: 0;
	left: 50%;
	background-color: var(--novo-esquema-ruim-claro);
}

.card-modelos .image-gallery .controls .gallery-button-prev,
.card-modelos .image-gallery .controls .gallery-button-next {
	display: flex;
	align-items: center;
	background-color: var(--novo-esquema-ruim-escuro);
	color: var(--branco);
	line-height: 0;
	height: 100%;
	padding: 0 1rem;
	cursor: pointer;
}

.card-modelos .image-gallery .controls .gallery-button-prev {
	border-top-left-radius: 999em;
	border-bottom-left-radius: 999em;
	padding-right: .75rem;
}

.card-modelos .image-gallery .controls .gallery-button-next {
	border-top-right-radius: 999em;
	border-bottom-right-radius: 999em;
	padding-left: .75rem;
}

.card-modelos .content {
	text-align: center;
    padding: max(.75rem, 4.5%);
    padding-top: 4rem;
    padding-bottom: max(1.5rem, 4.5%);
}

.card-modelos .content .card-title {
	font-family: 'DINProBlack', Arial, sans-serif;
	font-size: 1.375rem;
	color: var(--marrom);
}

.card-modelos .content .card-title span {
    font-family: 'DINProMedium', Arial, sans-serif;
    display: block;
    font-size: 1.06rem;
    margin-top: .25rem;
    letter-spacing: -0.05rem;
	color: var(--cinza);
}