/* Themify Customize Styling */
#headerwrap {	background: none;
	background-color: #1a1a1a; 
}
#site-description {	display: none; 
}

/* Themify Custom CSS */
#site-logo img{
	padding: 0.25rem 0;
}

*{font-family: "plus-jakarta-sans";
	font-weight: 500;
	font-size: 16px;
	letter-spacing: initial;
}

h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}

h1{
	font-family: "Montserrat";
	font-weight: 700;
	text-transform: uppercase;
	font-size: 2rem;
	letter-spacing: .1px;
}

.home_section_1{
	padding: 2rem;
}

.home_section_1 h1{
	text-align: center;
}

h3{
	font-family: 'montserrat';
	font-weight: 700;
	font-size: 1.25rem;
	letter-spacing: .1px;
}

#content{
	padding-top: 0;
}

.image_legend{
	background: #E7D7AC;
	padding: .5rem 1.25rem;
}

.image_legend span{
	font-size: 0.85rem;
	font-weight: 700;
}

.home_container{
	background: #E8DCBB;
	padding-bottom: 1rem;
	color: #1A1A1A;
}

.home_container h3{
	padding: 1rem;
	color: #1A1A1A;
}

.home_container h6{
	font-size: 1.12rem;
	line-height: 150%;
	text-align: center;
}

.home_container p{
	padding: 0 1rem;
	font-size: 0.875rem;
	line-height: 150%;
}

.faq_subtitle{
	font-weight: bold;
	color: #684D04
}

.action_btn{
	border-radius: 40px;
	background: linear-gradient(90deg, #D42011 0%, #B2A705 50.71%, #00712B 100%);
	color: #ffffff;
	font-weight: 700;
	font-size: 1rem;
text-shadow: 0px 0px 2px 0px rgba(104, 77, 4, 0.80);
line-height: 150%;
	width: calc(100% - 32px);
	display: block;
	margin: 1rem auto;
	padding-top: 16px;
	padding-bottom: 16px;
	line-height: 0;
	transition: 1s ease;
}

.action_btn:hover{
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
}

.action_btn:before{
	content: ' ';
	display: inline-block;
	background-size: 24px;
	background-position: center center;
	width: 24px;
	height: 24px;
	margin-left: 20px;
	margin-right: 16px;
	vertical-align: middle;
}

.action_btn.read:before{
	background: url('/wp-content/uploads/2023/07/icono_leer_pdf.svg');
}

.action_btn.download:before{
	background: url('/wp-content/uploads/2023/07/icono_descargar_pdf.svg');
}

.section_footer{
	background: #E8DCBB;
	height: 80px;
	display: flex;
	align-content: center;
}

.hold_hands{
	background: url('/wp-content/uploads/2023/07/grafico_de_todos_pie_de_pagina.svg');
	background-repeat: repeat-x;
}

.post-content{
	padding-top: 2rem;
}

.post-content{
	color: #1a1a1a;
	line-height: 150%;
}

#body{
	background: #F8F5ED;
}

.home_faq p:nth-child(even){
	font-weight: bold;
}

.home_faq p:nth-child(odd){
	color: #252525;
}

.publicaciones_archivo h2 > a{
	font-size: 1.5rem;
	font-weight: bold;
}

.publicaciones_archivo .post-title{
	margin-bottom: 0;
}

.publicaciones_archivo p{
	font-size: 0.925rem;
	line-height: 150%;
}

.publicaciones_archivo .read-more-button-wrap a{
	font-weight: bold;
	padding: 16px;
	border-radius: 8px;
}

#headerwrap img{
	width: 200px;
}

#headerwrap li{
	margin-top: 1.25rem;
}

#headerwrap:not(.fixed-header) li a{
	color: #ffffff;
}

#headerwrap:not(.fixed-header) li.current-menu-item a{
	color: orange;
}

#headerwrap.fixed-header img{
	width: 160px;
}