#modulo-faqs {
    padding: 32px 0;
}

#modulo-faqs .tab-content {
	padding-left: 16px;
	padding-right: 16px;
}


/* PESTANYERO */
#modulo-faqs .container-menu {
    height: 38px;
    margin-bottom: 16px;
    overflow: hidden;
    overflow-x: auto;
}
#modulo-faqs .container-menu-scroll-wrapper {
	margin-bottom: 24px;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}
#modulo-faqs .container-menu {
  scrollbar-color:#e4e4e494 #e4e4e4c9;
  scrollbar-width: thin;
  width:100%;
  justify-content: center;
  min-width: 100%;
  border-bottom: 1px solid #D8CFC7;
  display: flex;
  padding: 0;
  height: auto;
  border-radius: 0;
  width: 100%;
  overflow: visible;
  margin-bottom: 3px;
  height: 50px;
}
#modulo-faqs .container-menu-scroll-wrapper::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}
#modulo-faqs .container-menu-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
	border-radius: 8px;
}
#modulo-faqs .container-menu-scroll-wrapper::-webkit-scrollbar-track {
    background-color: #e4e4e463;
	border-radius: 8px;
}
.elemento-con-scrollbar-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
}
#modulo-faqs .container-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: 0px;
    margin: 0 16px;
    padding: 0px;
    flex: 1;
    width: 100%;
    margin: 0;
    margin-top: 1;
    position: relative;
}
#modulo-faqs .container-menu a.active:before {
	content:"";
	display: block;
	height: 2px;
	width: 100%;
	background-color: #00A443;
	position:absolute;
	bottom: -1px;
	z-index: 100;
}
#modulo-faqs .container-menu a span,
#modulo-faqs .container-menu a h3 {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color:#707070;
	width: 100%;
	text-align: center;
}
#modulo-faqs .container-menu a:not(:first-child) span {
	border-left: 1px solid #D8CFC7;
}
#modulo-faqs .container-menu a.active span,
#modulo-faqs .container-menu a.active h3 {
    color: #2c2c2c;
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
}
#modulo-faqs .container-menu .separador {
	display:none;
    width: 1px;
    height: 24px;
    background-color: #ededed;
}
/* ends PESTANYERO */

/* CARD */
#modulo-faqs .card {
    border-radius: 0px;
    border: none;
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#modulo-faqs .card .card-header{
	padding: 0;
	border-bottom: none;
}
#modulo-faqs .card .card-header .h-button {
	margin-bottom: 0;
}
#modulo-faqs .card .card-header .btn{
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/Chevron/Up"%3E%3Cpath id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M19.9329 15.2766L18.6585 16.476L12.0016 9.40299L5.34466 16.476L4.07031 15.2766L12.0016 6.84961L19.9329 15.2766Z" fill="%232F6852"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) center;
	padding: 24px 40px 24px 16px;
	border-bottom: 2px solid #00A443;
	border-radius: 0;
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
}
#modulo-faqs .card .card-header .btn.collapsed{
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/Chevron/Down"%3E%3Cpath id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M4.07031 8.72869L5.34466 7.5293L12.0016 14.6023L18.6585 7.5293L19.9329 8.72869L12.0016 17.1557L4.07031 8.72869Z" fill="%232F6852"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
	border-bottom-color: #D8CFC7;
}
#modulo-faqs .card .card-header .btn.collapsed:focus,
#modulo-faqs .card .card-header .btn.collapsed:hover{
	border-bottom-color: #00A443;
}
#modulo-faqs .card .card-body{
	padding: 32px 24px;
	color: #2c2c2c;
	font-family: "IberPangeaText-Regular",sans-serif;
}
p.titulo {
    margin-top: 1rem;
    margin-bottom: 0px;
    font-weight: bold;
}
.card-body a {
    color: #2F6852;
    text-decoration: underline;
    font-weight: bold;
}
#modulo-faqs .card .card-body .tabla{
	padding: 0 16px;
	display: flex;
	flex-direction: column;
	gap: 32px;
	background-color: white;
    border-radius: 16px;
}
#modulo-faqs .elemento-tabla .elemento-tabla-header{
	padding: 16px 24px 16px 32px;
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #2C2C2C;
	border-bottom: 2px solid #D8CFC7;
}
#modulo-faqs .elemento-tabla .elemento-tabla-list {
	list-style: none;
	padding: 0;
}
#modulo-faqs .elemento-tabla .elemento-tabla-list-item {
	padding: 12px 0 12px 32px;
	border-bottom: 1px solid #D8CFC7;
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/Check"%3E%3Cpath id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M18.2582 8.94315L10.2273 17.0166L5.84766 12.6475L7.0836 11.4086L10.2225 14.54L17.0175 7.70898L18.2582 8.94315Z" fill="%232F6852"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
	background-repeat: no-repeat;
	background-position: 4px 12px;
	min-height: 62px;
}
#modulo-faqs .elemento-tabla .elemento-tabla-list-item.ok {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/Check"%3E%3Cpath id="Union" fill-rule="evenodd" clip-rule="evenodd" d="M18.2582 8.94315L10.2273 17.0166L5.84766 12.6475L7.0836 11.4086L10.2225 14.54L17.0175 7.70898L18.2582 8.94315Z" fill="%232F6852"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
}
#modulo-faqs .elemento-tabla .elemento-tabla-list-item.not-ok {
	background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"%3E%3Cg id="Icon/X Mark"%3E%3Cpath id="Union" d="M12.0015 13.237L15.8828 17.1183L17.1202 15.8809L13.239 11.9996L17.1202 8.1183L15.8828 6.88086L12.0015 10.7621L8.12025 6.88086L6.88281 8.1183L10.7641 11.9996L6.88281 15.8809L8.12025 17.1183L12.0015 13.237Z" fill="%23CB1212"%3E%3C/path%3E%3C/g%3E%3C/svg%3E');
}
#modulo-faqs .elemento-tabla .elemento-tabla-list-item .titulo {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	color: #2C2C2C;
	margin: 0;
}
#modulo-faqs .elemento-tabla .elemento-tabla-list-item .texto {
	font-family: "IberPangeaText-Regular",sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px;
	color: #707070;
	margin: 2px 0 0;
}

@media (min-width: 320px) {
	#modulo-faqs {
	    padding: 32px 16px;
	}
	#modulo-faqs .tab-content {
		padding-left: 24px;
		padding-right: 24px;
		max-width: 290px;
	}
	#modulo-faqs .card .card-body{
		padding: 32px 64px;
	}
}

@media (min-width: 576px) {
	#modulo-faqs {
	    padding: 32px 16px;
	}
	#modulo-faqs .tab-content {
		padding-left: 24px;
		padding-right: 24px;
		max-width: 550px;
	}
	#modulo-faqs .card .card-body{
		padding: 32px 64px;
	}
}

@media (min-width: 768px) {
    #modulo-faqs .container-menu a:last-child {
        padding-right: 0;
    }
}

@media (min-width: 992px) {
	#modulo-faqs {
	    padding: 40px 80px 64px;
	}
    #modulo-faqs .tab-content {
        max-width: 826px;
        padding-left: 80px;
        padding-right: 80px;
    }
	#modulo-faqs .card .card-body .tabla{
		flex-direction: row;
		gap: 32px;
	}
	#modulo-faqs .card .card-body .tabla article{
		flex-basis: 0;
		flex-grow: 1;
	}
	#modulo-faqs .elemento-tabla .elemento-tabla-list-item {
		min-height: 100px;
	}

@media (min-width: 1200px) {
	#modulo-faqs {
	    padding: 40px 100px 64px;
	}
    #modulo-faqs .tab-content {
        max-width: 1000px;
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media (min-width: 1920px) {
    #modulo-faqs .tab-content {
        max-width: 1280px;
    }
}