/*PREGUNTAS FRECUENTES - LISTA*/
.preguntas{
  padding-inline: 40px;
}


.faq {
    padding: 50px 40px;
    border-radius: 10px;
  }

.fac .container{
    background: #fafafa;
    padding: 30px 30px;
}
  .faq .faq-list {
    padding: 10px;
    list-style: none;
  }
  
  .faq .faq-list li {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .faq .faq-list a {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    padding-right: 25px;
  }
  
  
  .faq .faq-list i {
    font-size: 24px;
  }
  
  .faq .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
  }
  
  .faq .faq-list .icon-show {
    display: none;
  }
  
  .faq .faq-list a.collapsed {
    color: #343a40;
  }
  
  .faq .faq-list a.collapsed:hover {
    color: #F00353;
    text-decoration: none;
  }
  
  .faq .faq-list a{
    color: #F00353;
    text-decoration: none;
  }
  
  .faq .faq-list a.collapsed .icon-show {
    display: inline-block;
  }
  
  .faq .faq-list a.collapsed .icon-close {
    display: none;
  }
  
  .faq h1 {
    color: #292936;
    font-size: 2,5rem;
    font-weight: 600;
  }
  
  .faq h3{
    color:#555581;
    font-size: 24px;
    font-weight: 600;
  }
  
  .faq h2{
    color: #DE064F;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 10px;
  }
  
  .faq h5{
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    padding: 2rem 3rem;
  }
  
  .arrow{
    margin-right: 5px;
  }

  /*PREGUNTAS FRECUENTEs - ENVIAR CONSULTA*/
  .faq .consulta{
    background-color: #FFFFFF;
    border-radius: 10px;
    color: #292936;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  }
  
.consulta h3{
    font-weight:700;
    padding-top: 30px;
    padding-inline: 30px;
  }
  .consulta p{
    font-weight: 500;
    font-size:18px;
    line-height:30px;
    color: #292936;
  }

  .completar input{
    border-radius:5px; 
    font-size:14px;
  }

  .completar button{
    border:none;
    border-radius:5px;
    font-size:14px;
    padding: 10px 20px 10px 20px;
    width:100%
  }

  @media (max-width: 750px) {

    .preguntas{
      padding-inline: none;
    }

    .faq {
      padding: 40px 0px;
    
    }
    .completar input{
        width: 80%;
      }
    
      .consulta h3{
        font-weight:600;
        padding-top: 30px;
        padding-inline: 10px;
        text-align: center;
      }

      .consulta p{
        text-align: center;
        margin-left: 0!important;
      }

  }
  @media (max-width: 500px) {

  .consulta p{
    font-size:14px;
    line-height:20px;
    margin-left: 0!important;
  }
}