.faq-container {
    background-color: #fff;
    margin: 5rem auto 0;
    padding: 2rem 0 5rem;
    position: relative;
}

/** Header de sección **/

.ca-faq-header {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 2rem 0 2rem;
}

.ca-faq-headercopy {
    max-width: 65%;
    margin: 0 auto;
}

.ca-faq-container {
    max-width: 800px;
    margin: 1rem auto 6rem;
}

.ca-faq-container h2, .ca-faq-header h2 {
    color: #383838;
    font-family: Quicksand, Arial, sans-serif;
    font-size: 4.5rem;
    word-break: break-word;
}

.ca-faq-container p, .ca-faq-header p {
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto 20px;
}

/** Accordions **/

.ca-accordion-comp__item {
  margin: 0.5rem auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}

.ca-accordion-comp__item button {
  display: block;
  border: none !important;
  width: 100%;
  font-size: 1.15rem;
  line-height: 1.5rem;
  font-weight: 600;
  font-family: 'Quicksand', Arial, sans-serif !important;
  padding: 1rem;
  cursor: pointer;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
  color: #313131;
  position: relative;
  text-align: left;
  font-family: inherit;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.ca-accordion-comp__item:last-of-type button {
  border-bottom-color: transparent;
}

.ca-accordion-comp__item button:focus {
  outline: none;
}

.ca-accordion-comp__item button:hover {
  color: #c9563d;
  opacity: 1;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.ca-accordion-comp__item[aria-expanded=true] button {
  color: #313131;
}
.ca-accordion-comp__item[aria-expanded=true] button:hover {
    color: #c9563d;
}

.ca-accordion-comp__item[aria-expanded=true] .ca-accordion-comp__item-icon:after {
  color: #c9563d !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.ca-accordion-comp__item button:hover .ca-accordion-comp__item-icon:after {
  color: #c9563d !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

.ca-accordion-comp__item-icon {
  /* Icon styles */
  position: absolute;
  height: 1.25em;
  width: 1.25em;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*border: 1px solid #a5a5a5;*/
  border-radius: 50%;
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  pointer-events: none;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}
.ca-accordion-comp__item-icon:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f067";
  font-size: 1.2em;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: .75em;
  width: .75em;
  line-height: .75em;
  background-color: transparent;
  color: #929292 !important;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}


.ca-accordion-comp__item button:after {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1.35rem;
    color: #313131;
}

.ca-accordion-comp__item[aria-expanded=true] button:after {
    content: '\f106';
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 1.35rem;
    color: #313131;
}

.ca-accordion-comp__item button:hover .ca-accordion-comp__item-icon {
  border-color: transparent;
}

.ca-accordion-comp__item button:hover .ca-accordion-comp__item-icon:before,
.ca-accordion-comp__item button:hover .ca-accordion-comp__item-icon:after {
  background-color: transparent;
}

.ca-accordion-comp__item[aria-expanded=true] .ca-accordion-comp__item-icon {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  border-color: transparent;
  background-color: transparent;
}

.ca-accordion-comp__item[aria-expanded=true] .ca-accordion-comp__item-icon:before,
.ca-accordion-comp__item[aria-expanded=true] .ca-accordion-comp__item-icon:after,
.ca-accordion-comp__item[aria-expanded=true] button:hover .ca-accordion-comp__item-icon:before,
.ca-accordion-comp__item[aria-expanded=true] button:hover .ca-accordion-comp__item-icon:after {
  background-color: transparent;
}

.ca-accordion-comp__item .faq-main {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}

.ca-accordion-comp__item[aria-expanded=true] .faq-main {
  opacity: 1;
  max-height: 100%;
  border-radius: 0;
}

.ca-accordion-comp__item-content {
    padding: 2rem 2rem 1rem;
    background-size: cover;
    background-position: left;
    border-bottom: none;
    background: #fcf9f8;
    border-radius: 10px;
}

.ca-accordion-comp__item-content strong {
    font-weight: 600;
}

.ca-accordion-comp__item-content p {
    margin: 0 auto 30px;
    line-height: 1.5rem;
    text-align: left !important;
    font-size: 1.15rem;
    letter-spacing: 0;
    font-family: 'Source Sans 3', Arial, sans-serif;
}

.ca-accordion-comp__item-content li {
    margin: 0 auto 1rem;
    line-height: 1.5rem;
    text-align: left !important;
    font-size: 1rem;
    letter-spacing: 0;
    font-family: 'Quicksand', Arial, sans-serif;
}

/* .ca-accordion-comp__item-content p:after {
    background: rgba(214,214,214,0);
    background: -moz-linear-gradient(left,rgba(214,214,214,0) 0%,rgba(214,214,214,1) 25%,rgba(214,214,214,1) 38%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 65%,rgba(226,226,226,1) 75%,rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top,right top,color-stop(0%,rgba(214,214,214,0)),color-stop(25%,rgba(214,214,214,1)),color-stop(38%,rgba(214,214,214,1)),color-stop(51%,rgba(214,214,214,1)),color-stop(65%,rgba(214,214,214,1)),color-stop(75%,rgba(226,226,226,1)),color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,rgba(214,214,214,0) 0%,rgba(214,214,214,1) 25%,rgba(214,214,214,1) 38%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 65%,rgba(226,226,226,1) 75%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(left,rgba(214,214,214,0) 0%,rgba(214,214,214,1) 25%,rgba(214,214,214,1) 38%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 65%,rgba(226,226,226,1) 75%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(left,rgba(214,214,214,0) 0%,rgba(214,214,214,1) 25%,rgba(214,214,214,1) 38%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 65%,rgba(226,226,226,1) 75%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right,rgba(214,214,214,0) 0%,rgba(214,214,214,1) 25%,rgba(214,214,214,1) 38%,rgba(214,214,214,1) 51%,rgba(214,214,214,1) 65%,rgba(226,226,226,1) 75%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6',endColorstr='#ffffff',GradientType=1);
    bottom: -15px;
    content: "";
    display: block;
    height: 1px;
    position: relative;
    width: 75%;
    max-width: 75%;
    margin: 0 auto;
} */

@media screen and (max-width: 767px) {
  .ca-accordion-comp__item {
    margin: 0.5rem;
    /*-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);*/
  }
  .ca-accordion-comp__item-content p {
    margin: 0 auto 1rem;
}
}
@media screen and (max-width: 1024px) {
  /*.ca-accordion-comp__item button:hover {
    border-bottom: none !important;
  }*/
  /*.ca-accordion-comp__item button:focus {
    border-bottom: 1px solid #c9563d !important;
  }
  .ca-accordion-comp__item[aria-expanded=true] button:focus {
    border-bottom: none !important;
}
  .ca-accordion-comp__item[aria-expanded=true] button:hover {
    border-bottom: none !important;
}*/
}

@media screen and (min-width: 240px) and (max-width: 320px) {
  .ca-accordion-comp__item {
    margin: 0.5rem auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }

  .ca-accordion-comp__cta a {
    color: #fff !important;
    background: #c9563d !important;
    padding: 15px 20px;
    font-family: 'Noticia Text Bold', serif !important;
    font-size: 0.875rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
  }
}

/** Flexbox CA Story **/


.ca-accordion-comp__story {
  display: flex;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}

.ca-accordion-comp__story>* {
  flex: 1 100%;
}

.ca-story {
  text-align: left;
  background: #fff;
  padding: 20px 0;
}

.ca-story {
    position: relative;
}

.ca-story:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    z-index: 1;
    left: -1.2em;
    top: .25em;
    font-size: 2em;
    opacity: 1;
    text-shadow: 1px 1px 5px #fff;
    color: #e8e8e8;
}

.story-1 {
  background: #fff;
}
.ca-story p {
    margin: 0 auto 10px;
    line-height: 1.625rem;
    text-align: left !important;
    font-size: 0.875rem;
    font-family: 'Quicksand', Arial, sans-serif;
    letter-spacing: 0;
}

.ca-story p:after {
    display: none;
}

.img-story.story-1 {
    max-width: 150px;
}

.img-story.story-1 img {
  max-width: 80px;
  height: auto;
  border-radius: 100%;
}

@media screen and (min-width: 768px) {
  .img-story {
    flex: 1 0 0;
  }
}

@media screen and (min-width: 768px) {
  .ca-story {
    flex: 2 0px;
  }

  .ca-story {
    order: 2;
  }

  .story-1 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .ca-story {
    order: 2;
    padding: 10px 0 20px;
  }
  .story-1 {
    order: 1;
    max-width: 100% !important;
    margin: 20px auto 0;
    text-align: center;
}
  .ca-story p {
    text-align: center !important;
    }
  .ca-story:before {
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    content: "\f10d";
    position: absolute;
    z-index: 1;
    left: 3.25em;
    top: -0.75em;
    font-size: 2em;
    opacity: 1;
    text-shadow: 1px 1px 5px #fff;
    color: #e8e8e8;
}
  .ca-accordion-comp__item button 
    font-size: 1.15rem;
    padding: 1rem 2rem 1rem 1rem;
  }
  .ca-accordion-comp__item button {
    padding: 1rem;
    padding-right: 3rem;
}
}

@media screen and (max-width: 360px) {
.ca-story:before {
    left: 3em;
    top: -0.75em;
}
}

@media screen and (max-width: 767px) {
.ca-faq-header {
    max-width: 960px;
    margin: 0 auto 40px !important;
    text-align: center;
}
  .ca-faq-headercopy {
    max-width: 80%;
    margin: 0 auto;
}
  .ca-faq-container {
    max-width: 90%;
    margin: 0 auto !important;
}
  .ca-accordion-comp__item button {
    padding: 0.5rem 1rem;
    padding-right: 3rem;
}
.ca-faq-container h2, .ca-faq-header h2 {
        padding: 0 2rem;
        color: #383838;
        font-family: Quicksand, Arial, sans-serif;
        font-size: 4.5rem;
        font-size: 3rem;
        line-height: 3.5rem;
        margin: 0 auto;
        word-break: break-word;
}
.ca-faq-container p, .ca-faq-header p {
    font-family: 'Quicksand', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin: 0 auto 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ca-faq-container {
    max-width: 80%;
    margin: 40px auto !important;
}
}

