/* =========================================================
STATE AND LOCAL PAGE
========================================================= */

.page-state-local{
}


/* =========================================================
BREADCRUMBS
========================================================= */

.custom-breadcrumbs{
	display:flex;
	align-items:center;
	flex-wrap:wrap;
	gap:8px;

	font-family:'urbane', sans-serif;
	font-weight:500;
	font-size:12px;
	line-height:25px;
}

.custom-breadcrumbs a{
	color:#000;
	text-decoration:none;
	transition:.3s ease;
}

.custom-breadcrumbs a:hover{
	opacity:.7;
}

.custom-breadcrumbs .separator{
	color:#000;
}

.custom-breadcrumbs .current{
	color:#000;
}


/* =========================================================
TITLE
========================================================= */

.page-state-local .title-section{
	padding-bottom:70px !important;
}


/* =========================================================
TABS
========================================================= */

.membership-tabs{
	margin-top:25px;
}

.membership-tabs-wrapper{
	display:inline-flex;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	gap:5px;

	background:#F5F5F5;
	padding:6px;
	border-radius:4px;
}

.membership-tab{
	min-height:48px;
	padding:12px 20px;

	display:flex;
	align-items:center;
	justify-content:center;

	text-decoration:none;

	font-family:'urbane', sans-serif;
	font-weight:700;
	font-size:16px;
	line-height:1;

	color:#8D8D8D;

	border-radius:4px;

	transition:.3s ease;
}

.membership-tab:hover{
	color:black;
}

.membership-tab.active{
	background:white;
	color:black;
}

.membership-tab .dot{
	width:10px;
	height:10px;
	border-radius:50%;
	background:var(--membership-color);
	margin-right:10px;
	flex-shrink:0;
}


/* =========================================================
HERO
========================================================= */

.state-local-hero{
	background:var(--banner-color);
	padding:80px 0;
}

.hero-content{
	padding-right:30px;
}

.hero-content h2{
	font-family:'urbane', sans-serif;
	font-weight:700;
	font-size:48px;
	line-height:1.1;

	color:black;

	margin-bottom:25px;
}

.hero-description{
	max-width:520px;
}

.hero-description p{
	font-size:18px;
	line-height:30px;
	color:black;
	margin-bottom:0;
}

.hero-buttons{
	margin-top:35px;
}

.hero-image-wrapper{
	position:relative;
}

.hero-image{
	width:100%;
	height:100%;
	object-fit:cover;
	display:block;
}

.hero-overlay-icon{
	position:absolute;

	right:-40px;
	bottom:-40px;

	width:146px;
	height:auto;

	z-index:2;
}


/* =========================================================
SECTION TITLES
========================================================= */

.section-title{
	margin-bottom:0;
}

.section-title .title{
	display:inline;
}

.section-description{
	max-width:1000px;

	font-size:16px;
	line-height:28px;

	color:black;

	margin-top:20px;
}


/* =========================================================
ACCORDIONS
========================================================= */

.custom-accordion-item{
	background:#F5F5F5;
	border-radius:10px;

	padding:24px;

	height:100%;
}

.accordion-header{
	width:100%;

	background:none;
	border:none;
	box-shadow:none;

	padding:0;

	display:flex;
	align-items:flex-start;
	justify-content:space-between;
	gap:20px;

	text-align:left;
}

.accordion-left{
	display:flex;
	align-items:flex-start;
	gap:20px;

	flex:1;
}

.accordion-left img{
	width:80px;
	height:auto;
	object-fit:contain;

	flex-shrink:0;
}

.accordion-left span{
	font-family:'urbane', sans-serif;
	font-weight:700;
	font-size:18px;
	line-height:1.2;

	color:black;
}

.accordion-icon{
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 4px;
	flex-shrink:0;
}

.accordion-icon img{
	width:15px;
	height:auto;

	transition:transform .3s ease;
}

.accordion-body{
	display:none;
	margin-top:0px;
}

.accordion-body p{
	font-size:16px;
	line-height:28px;
	color:black;
	margin-top: 15px !important;
	margin-bottom:0;
	margin: 0px;
}

.custom-accordion-item.active .accordion-body{
	display:block;
}

.custom-accordion-item.active .accordion-icon img{
	transform:rotate(180deg);
}


/* =========================================================
DOT ACCORDION
========================================================= */

.dot-style .accordion-left{
	align-items:flex-start;
}

.dot-style .dot{
	width:14px;
	height:14px;

	border-radius:50%;
	background:var(--membership-color);

	margin-top:10px;

	flex-shrink:0;
}


/* =========================================================
COALITION SECTION
========================================================= */

.coalition-section{
	padding-top:80px !important;
	padding-bottom:80px !important;

	background:linear-gradient(
		to bottom,
		#FFFFFF 0%,
		#FFFFFF 50%,
		#F7F7F7 50%,
		#F7F7F7 100%
	);
}
.gray_section{
	background-color: #F7F7F7 !important;
}

.coalition-card{
	display:grid;
	grid-template-columns:1fr 1fr;

	overflow:hidden;
}

.coalition-left{
	background:#006869;
	padding:60px;

	color:white;
}

.coalition-right{
	background:var(--membership-color);
	padding:60px;

	color:white;

	position:relative;
	overflow:hidden;
}
.coalition-decorative{
	position:absolute;

	right:0;
	bottom:0;

	height:234px;
	width:auto;

	z-index:1;
	pointer-events:none;
}
.coalition-right > *:not(.coalition-decorative){
	position:relative;
	z-index:2;
}

.coalition-left h2{
	font-family:'urbane', sans-serif;
	font-weight:700;
	font-size:48px;
	line-height:1.1;

	margin-bottom:25px;
}

.coalition-left p{
	font-size: 18px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 20px;
}

.coalition-buttons{
	margin-top:35px;
}

.coalition-right p{
	font-size:16px;
	line-height:28px;

	margin-bottom:0;
}

.coalition-contact{
	display:flex;
	flex-direction:column;
	gap:5px;
}

.coalition-contact strong{
	font-family:'urbane', sans-serif;
	font-size:18px;
	font-weight:700;
}

.coalition-contact span{
	font-family:'urbane', sans-serif;
	font-size:16px;
	line-height:1.5;
}

.coalition-contact a{
	color:white;
	text-decoration:none;
	word-break:break-word;
	font-family:'urbane', sans-serif;
	
}

.coalition-contact a:hover{
	opacity:.8;
}


/* =========================================================
BUTTONS
========================================================= */

.btn-outline-green{
	background:white;
	color:#006869;
	border: 2px solid #006869 !important;
	font-family:'urbane', sans-serif;
	font-weight:700;
	padding:12px 24px;
	border-radius:0;
	transition:.3s ease;
}

.btn-outline-green:hover{
	background: rgb(245, 245, 245);
}

.btn-light-outline{
	border:2px solid white;
	background:transparent;

	color:white;

	font-family:'urbane', sans-serif;
	font-weight:700;

	padding:12px 24px;

	border-radius:0;

	transition:.3s ease;
}

.btn-light-outline:hover{
	background:white;
	color:#006869;
}

.members-get-section .row,
.members-ask-section .row{
	align-items:flex-start;
}


/* =========================================================
TESTIMONIALS
========================================================= */

.green_section{
	padding-top:40px;
	padding-bottom:80px;
}


/* =========================================================
SPACING
========================================================= */

.members-get-section{
	padding-top:90px !important;
	background-color: white;
}

.members-ask-section{
	padding-top:20px !important;
	padding-bottom:40px !important;
	background-color: white;
}


/* =========================================================
RESPONSIVE
========================================================= */

@media(max-width:1199px){

	.hero-content{
		padding-right:0;
	}

}


@media(max-width:991px){

	/* HERO */

	.state-local-hero{
		padding:0px 0;
	}

	.hero-content{
		margin-bottom:40px;
	}

	.hero-content h2{
		font-size:38px;
	}

	.hero-description p{
		font-size:16px;
		line-height:28px;
	}

	.hero-overlay-icon{
		width:100px;

		right:-10px;
		bottom:-10px;
	}


	/* ACCORDIONS */

	.accordion-left span{
		font-size:20px;
	}


	/* COALITION */

	.coalition-card{
		grid-template-columns:1fr;
	}

	.coalition-left,
	.coalition-right{
		padding:45px 30px;
	}

	.coalition-left h2{
		font-size:38px;
	}

}


@media(max-width:767px){

	/* TITLES */

	.page-state-local h1 .title{
		font-size:48px;
		line-height:1;
	}


	/* TABS */

	.membership-tabs-wrapper{
		width:100%;
		display: flex;
        flex-direction: row;
	}

	.membership-tab{
		flex:1;
	}


	/* HERO */

	.hero-content h2{
		font-size:32px;
	}

	.hero-overlay-icon{
		width:80px;
	}


	/* SECTION */

	.section-title .title{
		font-size:38px;
		line-height:1.1;
	}


	/* ACCORDIONS */

	.custom-accordion-item{
		padding:20px;
	}

	.accordion-left{
		gap:15px;
	}

	.accordion-left img{
		width:90px;
		height:50px;
	}

	.accordion-left span{
		font-size:18px;
	}

	.accordion-icon{
		font-size:24px;
	}

	.accordion-body{
		margin-top:20px;
	}

	.accordion-body p{
		font-size:15px;
		line-height:26px;
	}


	/* COALITION */

	.coalition-left,
	.coalition-right{
		padding:35px 25px;
	}

	.coalition-left h2{
		font-size:32px;
	}

	.coalition-left p,
	.coalition-right p{
		font-size:15px;
		line-height:26px;
	}

}


@media(max-width:575px){

	.custom-breadcrumbs{
		font-size:11px;
		line-height:20px;
	}

	.membership-tab{
		font-size: 11px;
		padding: 10px 6px;
	}

	.hero-content h2{
		font-size:28px;
	}

	.page-state-local h1 .title{
		font-size:40px;
	}

	.section-title .title{
		font-size:30px;
	}
	.section-title{
		text-align: center;
		margin-top: 0px;
	}
	.section-description{
		text-align: center;
	}

}
@media(max-width:767px){

	.coalition-decorative{
		height:140px;
	}

}
.coalition-right.text-black a,
.coalition-right.text-black p,
.coalition-right.text-black span,
.coalition-right.text-black strong{
	color:#000 !important;
}
.coalition-left h3{
	margin-bottom: 0px;
}

/*
|--------------------------------------------------------------------------
| SINGLE TESTIMONIAL
|--------------------------------------------------------------------------
*/

.single-testimonial-section {
    padding: 100px 0;
}

.single-testimonial-card {
	position: relative;
	max-width: 510px;
	height: 265px;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 50px 50px 50px;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.single-testimonial-image {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.single-testimonial-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 6px solid #F5F5F5;
}

.single-testimonial-content h3 {
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #111111;
}

.single-testimonial-content .testimonial-position {
    display: block;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 30px;
}

/*
|--------------------------------------------------------------------------
| QUOTE DESCRIPTION
|--------------------------------------------------------------------------
*/

.testimonial-description-wrapper{
    position: relative;
    max-width: 700px;
    margin: 30px auto 0;
}

.testimonial-quote-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 85px;
	height: auto;
	transform: translate(-50%, -50%);
	opacity: 0.4;
	pointer-events: none;
	z-index: 1;
}

.testimonial-description{
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 24px;
}
@media(max-width: 767px){

    .testimonial-quote-icon {
        width: 90px;
    }

}

/*
|--------------------------------------------------------------------------
| MOBILE
|--------------------------------------------------------------------------
*/

@media(max-width: 767px){

    .single-testimonial-section {
        padding: 70px 0;
    }

    .single-testimonial-card {
        padding: 60px 30px 40px;
        height: auto;
    }

    .single-testimonial-content h3 {
        font-size: 32px;
    }

    .single-testimonial-content .testimonial-description {
        font-size: 16px;
        line-height: 1.7;
    }
    .coalition-section{
		padding-top: 0px !important;
		padding-bottom: 40px !important;
    }
    .page-state-local .title-section{
    	padding-bottom: 30px !important;
    }

}
.mobile-text {
  display: none;
}

/* Mobile */
@media (max-width: 768px) {
  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: inline;
  }
}


/* Mobile */
@media (max-width: 768px) {
	.form-iframe-wrapper iframe {
		min-height: 650px;
	}
	.members-get-section{
		padding-top: 20px !important;
	}
	.title-become{
		text-align: center;
		font-size: 34px !important;
	}
	.title-become span{
		text-align: center;
		font-size: 34px !important;
	}
	.step-identify{
		text-align: center;
		font-size: 14px !important;
	}
}

@media (max-width: 768px) {

  /* Centrar todo el bloque */
  .d-flex.flex-column.justify-content-center.align-items-center {
    text-align: center;
  }

  /* Hacer que los 2 <p> se comporten como una sola línea */
  .identify-p {
    display: inline;
  }

  /* Separación correcta entre frases */
  .identify-p + .identify-p::before {
    content: " ";
  }
}
.destacadotext{
	font-weight: bold;
	color: white !important;
	font-size: 20px !important;
	font-family:'urbane', sans-serif;
}