p {
    color: #626262;
}

._form_48 {
    display: flow-root;
}

._form_48 ._form-thank-you {
    color: #fff;
}

._form_48 ._form-title {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
	text-align:left;
}

._form_48 ._html-code p {
    color: #fff;
    text-align: left;
}

._form_48 label._form-label {
    display: none;
}

._form_48 ._field-wrapper {
    width: 40%;
    float: left;
    display: grid;
    /* gap: 25px; */
    padding-right: 2em;
}

._form_48 ._button-wrapper {
    width: 20%;
    float: right;
}

._form_48 ._field-wrapper input, ._form_48 ._button-wrapper button {
    height: 40px;
    width: 100%;
    background: transparent !important;
    padding-left: 15px !important;
    border: solid 1px #ccc !important;
    border-radius: 12px;
    background: transparent !important;
    padding-left: 15px;
    border: solid 2px rgb(226 248 240 / 50%) !important;
    border-radius: 12px;
    font-size: 12px;
    color: #fff !important;
    outline: none;
}

._form_48 ._field-wrapper input::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

._form_48 ._button-wrapper button {
    border: solid 2px #fff !important;
    text-transform: uppercase;
    font-size: 14px;
}

span.irs-grid-pol.small {
    display: none;
}

.irs-grid {
    bottom: 4em !important;
}

span.irs-grid-text span.green {
    color: #01B574;
    font-weight: normal;
}

.irs--flat .irs-grid-text {
    background: #0044A9;
    font-size: 13px;
    line-height: 18px;
    font-weight: bold;
    color: #fff !important;
    padding: 10px 20px;
    border-radius: 1em;
    width: auto;
}
.irs--flat .irs-handle {
    top: 23px !important;
    width: 14px !important;
    height: 14px !important;
    background-color: #007cff !important;
    border-radius: 1em !important;
    cursor: pointer;
}

span.irs-bar.irs-bar--single, .irs--flat .irs-handle>i:first-child {
    background: transparent !important;
}

.irs--flat .irs-line {
    top: 27px !important;
    height: 4px !important;
    width: 99%;
    left: 8px;
}

span.irs-grid-pol.small, span.irs-max, .irs--flat .irs-single, .irs--flat .irs-min, .irs-grid-text {
    display: none;
}

span.js-grid-text-0 {
	display:block;
}

.irs-grid-text .active {
	display:block !important;
}

span.irs-grid-pol {
    width: 8px;
    height: 8px;
    border-radius: 1em;
    top: 33px;
}

.irs-grid-text::after {
    content: "";
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #0044a9;
    bottom: -10px;
}
.frm_form_field label {
    display: none !important;
}
.frm_submit {
    margin: 0px auto;
}
.block_faqs {
    padding: 1.5em;
	border-radius: 1em;
}
.titulo_card .titulo {
    line-height: 1.1em;
    margin-left: 10px;
}
.titulo_card {
    font-size: 20px;
    font-weight: 600;
	color: #4E5762;
	display:flex;
}
.titulos_box h2 {
    margin: 30px auto;
}
.arrow {
    border: solid #6b6767;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

div#faq_detalle_content .titulos_box h2 {
    font-size: 24px;
    color: #A0AEC0;
    margin: 0px auto 20px auto;
}

div#faq_detalle_content .titulo {
    font-weight: 500;
    color: #4E5662;
    font-size: 20px;
}
h2.titulo_faq_resp {
    color: #0044A9;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.content_resp_faq iframe {
    width: 100%;
    height: unset;
    aspect-ratio: 500 / 281;
}

.item_faq {
    width: 100%;
    padding: 1em 0px;
    border-bottom: 1px solid #A6A6A6;
}

.item_faq i {
    margin-right: 5px;
}

.item_faq a {
	text-decoration: none;
    font-size: 14px;
    color: #4E5662;
}

.accordion-button::after {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 1em;
	background-image: url(https://impulseworld.pro/propfirm/wp-content/uploads/2024/01/arrow-down.svg) !important;
	background-size: 12px !important;
    background-position: center;
    background-color: #009DFF;
    background-size: 1rem;
}

.item_faq a.active {
    color: #007CFF;
    font-weight: bold;
}

@media (max-width: 767px) {
	.seccion-contacto-informacion strong {
		font-size: 18px !important;
	}
	
	.seccion-categorias .container {
		width: 90% !important;
	}
}