/**
* 2007-2020 ALCALINK E-COMMERCE & SEO, S.L.L.
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
* @author ALCALINK E-COMMERCE & SEO, S.L.L. <info@alcalink.com>
* @copyright  2007-2020 ALCALINK E-COMMERCE & SEO, S.L.L.
* @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
* Registered Trademark & Property of ALCALINK E-COMMERCE & SEO, S.L.L.
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
/* FAQ DE LAS CATEGORIAS */
.alg_pp_faqpage {
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
}
.alg_pp_faqpage .alg_pp_question {
    background-color: #1a1a1a;
    padding: 20px 15px;
    border: 2px solid #111111;
    font-weight: 600;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    outline: 0;
    overflow: hidden;
    margin-bottom: 10px;
}
.alg_pp_faqpage .alg_pp_question .alg_pp_name_title .alg_pp-accordion-title-icon {
    color: #ebebeb;
    cursor: pointer;
    float: left;
    width: 80%;
}
.alg_pp_faqpage .alg_pp_question .alg_pp_name_title .alg_pp-accordion-toggle-icon {
    color: #B3CCE6;
    font-size: 16px;
    cursor: pointer;
}
.alg_pp_faqpage .alg_pp_question .alg_pp_name_title .alg_pp-accordion-toggle-icon .alg_pp-accordion-toggle-icon.alg_pp-accordion-toggle-icon-close {
    float:right;
    width: 20%;
    line-height: 1;
    text-align: right;
    transition: all .3s;
    z-index: 10;
.color:#444;
    font-size: 16px;
    display: none;
}
.alg_pp_faqpage .alg_pp_question .alg_pp_name_title .alg_pp-accordion-toggle-icon .alg_pp-accordion-toggle-icon.alg_pp-accordion-toggle-icon-open {
    float:right;
    width: 20%;
    line-height: 1;
    text-align: right;
    transition: all .3s;
    z-index: 10;
    color:#B3CCE6;
    font-size: 16px;
}
.alg_pp_faqpage .alg_pp_question .alg_pp_acceptedanswer {
    clear: both;
    padding: 20px 20px 0 20px;
    width: 100%;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: normal;
    display: none;
}
