@charset "UTF-8";
/*!
*  LP CLARO ABRIGO AMIGO
*  Desenvolvido por Rocketcom.com.br. Todos direitos reservados
*  v.1.1.0
*/
/*$recipiente-max-widths: ( 
    pequeno: 540px,
    medio:  720px,
    grande: 940px,
    enorme: 940px
);
*/

/*!
/// ------------------------------------------------
///  RESET Bootstrap 4.0
///  Bootstrap | MIT http://getbootstrap.com.br/
/// ------------------------------------------------ 
*/
/*! Bootstrap | Normalize | MIT License */
*,
*::before,
*::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
	width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block;
}
body {
	margin: 0;
	font-family: 'AMX', 'Roboto', 'Arial', 'Helvetica Neue', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
	text-align: left;
	background-color: #FFF;
}

[tabindex="-1"]:focus {
	outline: none !important;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

h1,
h2,
h3 {
	font-family:  'AMX', 'Roboto', 'Arial', 'Helvetica Neue', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0.8rem;
	padding: 0;
}

p {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1rem;
}


.amx-light {
	font-family: var(--font-family-highlight), Arial, 'Helvetica Neue', sans-serif;
	font-weight: var(--font-weight-light);
}

.amx-normal {
	font-family: var(--font-family-highlight), Arial, 'Helvetica Neue', sans-serif;
	font-weight: var(--font-weight-regular);
}

.amx-medium {
	font-family: var(--font-family-highlight), Arial, 'Helvetica Neue', sans-serif;
	font-weight: var(--font-weight-medium);
}

.amx-bold {
	font-family: var(--font-family-highlight), Arial, 'Helvetica Neue', sans-serif;
	font-weight: var(--font-weight-bold);
}

.amx-black {
	font-family: var(--font-family-highlight), Arial, 'Helvetica Neue', sans-serif;
	font-weight: var(--font-weight-black);
}

/*!
/// ---------------------------
///  STYLE LP - ABRIGO AMIGO
/// ---------------------------
*/


.header-abrigamigo {
	width: 100%;
	background-color: #d62d1f;
	padding: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-abrigamigo img {

	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	max-width: 100% !important;
}


/* === PRIMEIRA DOBRA === */
.hero {
    background: url(../img/banner.jpg?v=2) no-repeat center top;
    background-size: cover;
    background-position: center top;
    padding: 60px 80px 800px;
    text-align: center;
    color: #ffffff;
}



/* Tablet */
@media (max-width: 991px) {
    .hero {
        padding: 60px 30px 450px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .hero {
        padding: 70px 40px 150px;
        background-position: center;
    }
}

.hero h1 {
	font-size: 45px;
	max-width: 900px;
	margin: 0 auto 30px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.2;
    padding-top: 50px;
}

.hero p {
	font-size: 26px;
	max-width: 600px;
	margin: 10px auto 30px;
	line-height: 1.4;
}

/*  MOBILE */
@media (max-width: 768px) {
    .hero h1 {
        font-size: 26px;
        padding-top: 0px;
        max-width: 80%;
    }

    .hero p {
        font-size: 20px;
        max-width: 90%;
    }
}

/*  MOBILE PEQUENO */
@media (max-width: 480px) {
    .hero h1 {
        font-size: 26px;
        line-height: 1.2;
       
    }

    .hero p {
        font-size: 18px;
         padding-bottom: 250px;
    }
}
.btn-white {
	display: inline-block;
	background: #FFFFFF;

	border-radius: 40px;
	color: #DA291C;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;

	width: auto !important;
	height: auto !important;
	margin: 0 auto;
	max-width: 100% !important;


}


/* === SESSÃO 2 === */

.sobre {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	margin: 0 auto;
	gap: 40px;
	margin-top: -8px;
}

.sobre-texto {
	flex: 1;
	padding: 60px 10px 40px 280px;
}

.sobre-texto h2 {
	color: #DA291C;
	font-size: 28px;
	font-weight: 800;
	margin-bottom: 30px;
}

.sobre-texto h1 {
	font-size: 19px;
	line-height: 1.6;
	color: #444;
	text-align: left;
	max-width: 400px;
}

.sobre-img {
	width: 100%;
	max-width: 780px;
	text-align: right;
object-fit: contain;
	display: block;
	margin: 0;
	padding: 0;
}

.sobre-img img {
	width: 100%;
	max-width: 780px;
	object-fit: contain;
	display: block;
	margin: 0;
	padding: 0;
}



@media (max-width: 1024px) {

	.sobre {
		flex-direction: column;
		text-align: center;
		margin-top: 0;
	}

	.sobre-texto {
		padding: 20px 30px;
	}

	.sobre-texto h1 {
		max-width: 100%;
		text-align: center;
	}
	.sobre-texto h2{
		padding-top:3rem;
	}
	.sobre-img {
		text-align: center;
		max-width: 100% !important;
	}

	.sobre-img img {
		max-width: 100%;
		width: 100%;
	}
}




.video-frame {
    width: 792px;
    max-width: 100%;
    aspect-ratio: 792 / 457; 
    
    margin: 0 auto; 
    border: 8px solid #d65c5c; 
    border-radius: 40px;
    padding: 14px;
    box-sizing: border-box;
    overflow: hidden;
}

.video-frame video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 28px;
}


@media (max-width: 600px) {
    .video-frame {
        border-width: 6px;
        border-radius: 28px;
        padding: 10px;
    }
    .video-frame video {
        border-radius: 20px;
    }
}

strong {
	font-weight: bold !important;

	font-weight: 700;
}

i {
    
    font-style: italic;
    font-size: 15px;
}

/* ================= BANNER COM VÍDEO ================= */

.hero-video {
	background: url(../img/bg_video.png) no-repeat center center;
	background-size: cover;
	padding: 140px 20px 40px;
	text-align: center;
	position: relative;
	color: #ffffff;
}

.hero-video h1 {
	font-size: 34px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 45px;
	line-height: 1.2;
}

/* CAIXA DO VÍDEO */
.video-box {
	position: relative;
	max-width: 800px;
	margin: auto;
}

.video-thumb {
	width: 100%;
	border-radius: 20px;
}

/* ÍCONE DE PLAY */

.play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #ffffffaa;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	font-size: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

/* ================= BLOCO DE ÍCONES ================= */

.como-funciona {
	max-width: 800px;
	margin: 0 auto;
	padding: 40px 20px;
	width: 100%;
}

.como-funciona h2 {
	text-align: center;
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 40px;
}

.steps .step {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 40px;
}


.icon-box {
	width: 95px;
	height: 95px;

	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.icon-box img {
	width: 100%;
}

/* Texto do passo */

.step-text {
	flex: 1;
}

.line-title {
	display: flex;
	align-items: center;
	gap: 12px;
}


.step-text h3 {
	margin: 0;
	padding: 0;
	line-height: 1.05;
	margin-bottom: 2px;
	font-size: 30px;
	font-weight: 700;
	color: #DA291C;
	line-height: 1.05;
}

.step-text p {
	margin: 0;
	padding: 0;
	line-height: 1.0;
	color: #444444;
}


.line-title {
	display: flex;
	align-items: center;
	gap: 6px;
}


.number {
	font-size: 38px;
	font-weight: 700;
	color: #B4B4B4;
	line-height: 1;
}


.step {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.divider {
	width: 100%;
	padding-top: 2px;
	height: 2px;
	background: #e2e2e2;
}

/* MOBILE */
@media (max-width: 700px) {
	.steps .step {
		align-items: flex-start;
	}

	.line-title h3 {
		font-size: 18px;
	}

	.number {
		font-size: 30px;
	}
}


/* ================= MOBILE ================= */

@media (max-width: 600px) {

	.hero-video {
		padding: 100px 20px 110px;
		background-position: center top;
	}

	.hero-video h1 {
		font-size: 24px;
	}

	.play-btn {
		width: 60px;
		height: 60px;
		font-size: 30px;
	}

	.step {
		flex-direction: row;
	}

	.step img {
		width: 50px;
	}
}

/* SERVICOS OFERECIDOS */
.servicos {
	background-image: url(../img/bg_sol.png);
	/* troque pela sua */
	background-size: cover;
	background-repeat: repeat;
	padding: 40px 10px 50px;
	text-align: center;
	font-family: 'Amx', sans-serif;
}

.servicos h2 {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 50px;
}

/* CARDS */
.cards {
	display: flex;
	justify-content: center;
	gap: 30px;
	flex-wrap: wrap;
}

/* CARD PADRÃO */
.card {
	background: #ffffff;
	width: 400px;
	padding: 40px 15px 20px;
	border-radius: 18px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
	transition: 0.3s;
	
	opacity: 0;
	transform: translateY(30px) scale(0.95);
	transition: opacity .6s ease, transform .6s ease;
}

.card.show {
	opacity: 1;
	transform: translateY(0) scale(1);
}

.card img {
	width: 65px;
	margin-bottom: 15px;
	transition: .3s;
}

.card:hover img {
	content: attr(data-hover);
}


.card h3 {
	font-size: 18px;
	font-weight: 800;
	color: #DA291C;
	margin-bottom: 8px;
}

/* BOX EM VERMELHO */
.destaque {
	background: #DA291C;
	color: white;
}

.destaque h3 {
	color: white;
}

/* HOVER #DA291C */
.card:hover {
	background: #DA291C;
	transform: translateY(-5px);
}

.card:hover h3,
.card:hover p {
	color: #fff;
}

/* ABRIGO AMIGO */

.linha-cinza {
	width: 2px;
	height: 54px;
	background-color: #CCCCCC;
	text-align: justify;
	vertical-align: middle;
}

/* OCULTAR LINHA NO MOBILE */
@media (max-width: 768px) {
	.linha-cinza {
		display: none;
	}
}

.abrigo-amigo {
	padding: 60px 0;
	background: #fff;
	font-family: "AMX", sans-serif;

}

.abrigo-amigo .container {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;

}

.abrigo-amigo h2 {
	text-align: center;
	font-size: 26px;
	font-weight: 700;
	color: #DA291C;
	margin-bottom: 50px;
}

.abrigo-amigo .grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 45px 60px;

}

.abrigo-amigo .item {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}



.abrigo-amigo .item img {
	width:19%;
	height: auto;
}


.abrigo-amigo .item p {
	margin: 0;
	font-size: 16px;
	line-height: 1.3;
	color: #333;
}

@media (max-width: 768px) {
	.abrigo-amigo .grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}
}

@media (max-width: 768px) {
	.abrigo-amigo h2 {
		text-align: center;
	}

	.abrigo-amigo .grid {
		grid-template-columns: 1fr;
		gap: 30px;
		justify-items: center;
	}

	.abrigo-amigo .item {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 10px;
	}

	.abrigo-amigo .item img {
		margin-bottom: 5px;
	}
}


/* CIDADES */

.cidades-section {
	padding: 60px 0 80px;
	background: linear-gradient(to right, #c6281c, #7a0f0b);
	color: #fff;
	font-family: Arial, sans-serif;
}

.cidades-section .container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}


.titulo-faixa {
	background: #fff;
	padding: 0px 300px 8px 300px;
	border-radius: 15px;
	width: 90%;
	margin: 0 auto 40px;
	text-align: center !important;
}

.titulo-faixa h2 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin: 0;

}

.titulo-cidade img {
	display: block;
	max-width: 98%;
	width: 1200px;
	margin: 0 auto 40px;
	padding: 0;
}


/* DUAS COLUNAS */
.cidades-wrapper {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 60px;
}

.coluna {
	text-align: center;
}

.coluna h3 {
	font-size: 22px;
	margin-bottom: 30px;
	font-weight: 700;
}

/* ICONES + NOMES */
.lista-cidades {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.cidade-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
}

.cidade-item img {
	width: 55px;
	height: auto;

}

.cidade-item span {
	font-size: 16px;
}

/* LINHA CINZA DIV */
.linha-vertical {
	width: 2px;
	height: 130px;
	background: rgba(255, 255, 255, 0.6);
}

/* ---------- MOBILE ---------- */
@media (max-width: 768px) {

	.titulo-faixa h2 {
		font-size: 20px;
		text-align: center;
	}

	.cidades-wrapper {
		flex-direction: column;
		gap: 40px;
	}

	.linha-vertical {
		display: none;
		
	}

	.lista-cidades {
		flex-wrap: wrap;
		gap: 20px;
	}
}

@media (max-width: 768px) {

	
	.titulo-faixa {
		text-align: center;
		width: 100%;
	}

	.titulo-faixa h2 {
		text-align: center;
		margin: 0 auto;
	}

	
	.cidades-wrapper {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 40px;
	}

	.linha-vertical {
		
		text-align: c	}
	/* Oculta a linha */


	.coluna {
		text-align: center;
	}

	.coluna h3 {
		text-align: center;
	}

	.lista-cidades {
		justify-content: center;
		flex-wrap: wrap;
		gap: 20px;
		width: 100%;
	}

	.cidade-item {
		align-items: center;
		text-align: center;
	}

}


.banner-footer {
	width: 100%;
	padding: 60px 20px;
	color: #fff;
	background-image: url(../img/banner_footer2.gif);
	background-size: cover;
	background-position: center;
	display: block;
}

.banner-footer__content {
	max-width: 1100px;
	margin: 0 auto;
	text-align: left;
}

.banner-footer__text {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 50px;
	max-width: 350px;
}

.banner-footer__logos {
	display: flex;
	align-items: center;
	gap: 20px;
}

.banner-footer__logos img {
	height: 50px;
	width: auto;
}


/* Tablet */
@media (max-width: 991px) {
    .banner-footer {
        padding: 50px 25px;
        background-position: center;
    }

    .banner-footer__text {
        font-size: 28px;
        max-width: 100%;
    }

    .banner-footer__logos img {
        height: 45px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .banner-footer {
        padding: 40px 20px;
        text-align: center; 
    }

    .banner-footer__content {
        text-align: center;
    }

    .banner-footer__text {
        font-size: 24px;
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .banner-footer__logos {
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
    }

    .banner-footer__logos img {
        height: 40px;
    }
}


.separator {
	font-size: 32px;
	font-weight: bold;
}


/* FOOTER */




.footer {
  background: #c40000;
  color: white;
  padding: 40px 20px;
  font-family: Arial, sans-serif;
}

.footer .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}

.footer .column {
  display: flex;
  flex-direction: column;
  margin: 10px 0;
  min-width: 200px;
}

.footer .column h3 {
  margin-bottom: 10px;
  font-size: 18px;
}

.footer a {
  color: white;
  text-decoration: none;
  margin: 4px 0;
  font-size: 14px;
}

.footer a:hover {
  text-decoration: underline;
}



/* --------- ESTILOS GERAIS --------- */

.siga-claro,
.politicas a,
.direitos {
	color: white;
	font-weight: 500;
}

.direitos {
	padding-top: 10px;
	font-size: .75rem;
	padding-bottom: 20px;
	text-align: center;
}

.politicas {
	font-size: .75rem;
	padding-top: 15px;
	text-align: center;
}

.politicas a {
	text-decoration: underline;
	padding-right: 15px;
}

.sociais {
	display: flex;
	align-items: center;
	gap: 20px;
}

.icon img {
	width: 72px;
}




/* --------- RESPONSIVO ATÉ 768px --------- */

@media (max-width: 768px) {


	.politicas {
		padding-top: 0;
	}

	.sociais {
		padding-bottom: 10px;
	}
}

/* --------- MOBILE COMPLETO (≤ 500px) --------- */
/* Ajustado para ficar exatamente como a imagem */

@media (max-width: 500px) {

	.icon-text {
		flex-direction: column;
		align-items: center;
	}

	/* Ícones sociais igual à imagem */
	.sociais {
		flex-direction: row;
		justify-content: center;
		gap: 18px;
		padding: 15px 0;
	}

	.politicas {
		text-align: center;
		margin-top: 10px;
	}

	.direitos {
		text-align: center;
		line-height: 1.4;
	}

	/* Ajuste das margens laterais no mobile */
	.direitos {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}

/* --------- 600–1000px --------- */

@media (min-width: 600px) and (max-width: 1000px) {

	label {
		font-size: 1rem !important;
	}

	.sociais-link-politicas {
		padding-left: 1.5rem;
		padding-right: 1rem;
		color: #ffffff;
	}
}

/* --------- Ajuste até 1200px --------- */




@media (min-width: 1025px) and (max-width:1600px) {
		.sobre-texto {
	      padding-left:12%;
		}

}
@media (min-width: 1025px) and (max-width:1365px) {
		.sobre-texto {
	      padding-left:7%;
		}

}
@media (min-width: 1025px) and (max-width:1280px) {
		.sobre-texto {
	      padding-left:50px;
		}

}

.banner-responsivo{
	max-width: 100%;
	width: 100%;
	display: block;
}

.banner-responsivo img{
	max-width: 100%;
	width: 100%;
}


/** AJUSTES PARA O FOOTER OFICIAL SE ADAPTAR AO CODIGO DA LP **/


.mdn-Footer-list-item--text p{
	margin-bottom: 0;
	padding-top: 0.1rem;
}
.mdn-Icon--md, .mdn-Icon--md:before {
     line-height: 0.95;
}
.mdn-Text{
	margin-bottom: 0;
}
@media only screen and (min-width: 61.9375rem) {
    .mdn-Footer-content {
        width: 100%;
    }
}

@media only screen and (max-width: 61.9375rem) {
    .mdn-Footer .mdn-Footer-disclaimer .mdn-Text.mdn-Text--caption:first-of-type {
        justify-content: center;
    }
}

@media only screen and (min-width: 1280px) {

	.mdn-Container {
		max-width: 1220px;
	}
}

@media only screen and (min-width: 1300px) {

	.mdn-Container {
		max-width: 1250px;
	}
}

@media only screen and (max-width: 500px) {
    .mdn-Footer-list-item--text {
        width: 100%;
        text-align: center;
        margin-bottom: var(--theme-spacing-stack-xs);
        margin-right: 0;
    }
}

@media only screen and (min-width: 61.9375rem) {
    .mdn-Footer-content>* {
        width: 80%;
    }
}

.mdn-Footer-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
	margin-bottom: 1rem;
	padding-bottom: 0.8rem;
}