.faq-item {
    position: relative;
    padding: 15px 15px 15px 150px;
}

.faq-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 120px;
    height: 180px;
    background-color: transparent;
    background-image: url('assets/img/icon-faqs.jpg');
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* .faq-item h2{
        font-size: 22px;
        margin-bottom: 15px;
    }
    .faq-item p{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
    }*/
.faq-area {
    margin-top: 0px !important;
}

.my-5 {
    margin-top: 0rem !important;
    margin-bottom: 2rem !important;
}

div h5 {
    font-size: 16px;
}

div p {
    padding-left: 15px;
}

.my-4 {
    margin-bottom: 0.5rem !important;
}

.collap-summary {
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 500;
    padding: 1.5rem;
    font-size: 17px;
    color: #626161;
}

.collap-summary::-webkit-details-marker,
.collap-summary::marker {
    content: "";
    display: none;
}

.collap-summary::before {
    content: "+";
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 1rem;
    cursor: pointer;
}

.content-collapse {
    padding: 0 1.5rem 1.5rem;
}

details[open] {
    .collap-summary::before {
        content: "−";
    }

    .content-collapse {
        animation-name: fold-out;
        animation-duration: .2s;
    }
}

.container-inner {
    padding: 0px;
}


/* ################ NUEVO ################ */

.slider_paginas {
	margin-top: 64px;
}

/* MOVIL -RESPONSIVE */

@media only screen and (max-width: 768px) {
    .slider_paginas {
        margin-top: -87px;
    }

    .slider_preguntas_frecuentes_movil {
		content: url('/assets/source/banner/movil/slider_preguntas_precuentes.png');
		height: 250px;
	}

    .modificando_filas{
        width: 100%;
    }
}

