.section-global-faq {
    width: 1000px;
    max-width: 90%;
    margin: 0 auto;
}

.section-global-faq .content-global-faq p {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin: 15px 0 0;
}

.section-global-faq h2{
  color:#000;
  font-size:35px;
  line-height:40px;
  margin-top:0px;
  font-weight:500;
  text-align:left;
}

{#.section-global-faq h2 span{
  color:#C4DD5D;
}#}

.section-global-faq details {
    width: 100%;
    margin: 0;
    max-width: 100%;
    transition:0.2s linear all;
    margin-top:5px;
}

.section-global-faq details[open] .content-question {
    -webkit-animation: DetailsOpen 0.5s;
    animation: DetailsOpen 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    padding: 15px 0;
}

/* Fade in tabs */
@-webkit-keyframes DetailsOpen {
  from {opacity: 0;margin-top: -20px;}
  to {opacity: 1;margin-top: 0px;}
}




.section-global-faq summary {
    display: block;
    background: transparent;
    color: #000;
    padding: 15px 0;
    font-weight: bold;
    cursor: pointer;
    outline: 0;
    list-style: none;
    transition: .2s linear all;
    font-size: 18px;
    font-weight: 600;
    padding-right: 30px;
    border-bottom: 1px solid #ccc;
}


.section-global-faq summary::-webkit-details-marker {
   color:#FF0000; 
   background:#000; 
    display: none; 
}

.section-global-faq details[open] summary::-webkit-details-marker {
   color:#0000FF; 
   background:#00FFFF;
}

.section-global-faq details:hover summary:after{
  /*color:#c4dd5d;*/
  transform: rotate(90deg);
}

/*.section-global-faq details:hover summary{
  color:#c4dd5d;
}*/

.section-global-faq summary:after {
    content: "+";
    color: var(--primary);
    float: right;
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    text-align: center;
    width: 23px;
    height: 23px;
    transform: rotate(0);
    transition: .2s linear all;
    border-radius: 25px;
    margin-right: -30px;
}

.section-global-faq details[open] summary:after {
    content: "-";
    transform: rotate(0deg);
}

.content-question, .content-question p {
    color: #000;
    font-size: 14px;
    line-height: 1.5em;
}

.section-global-faq .content-question a {
    /*color: #c4dd5d;*/
    text-decoration: underline;
    transition: 0.2s linear all;
}

.section-global-faq .content-question a:hover {
    /*color: #d5ff2a;*/
    text-decoration: none;
}

.categoria-box {
    display: block;
}




/* DIVIDER */

.divider-section-faq {
    height: 8px;
    background-repeat-x: repeat;
    background-repeat-y: no-repeat;
    {#animation: animationdivider 10s infinite #};
    margin: 65px auto 50px;
    background-size:auto 8px;
}

@keyframes animationdivider {
  0%   {width:100%;opacity:1;}
  50%   {width:50%;opacity:0.5;}
  100%   {width:100%;opacity:1;}
}

/* END DIVIDER */

@media only screen and (max-width: 900px) {

.section-global-faq .content-global-faq p{
  color:#000;
  font-size:15px;
  line-height:20px;
}

.section-global-faq h2{
  color:#000;
  font-size:30px;
  line-height:35px;
}
  
  .section-global-faq summary{
    font-size:16px;
  }
  
}