/*
   * FAQS
   */


.titleFaqs{
	color: #0C122D;
    font-family: "Outfit Bold";
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
	margin-bottom: 24px;
	text-align: center;
}


  .faqs {
   /* padding-top: 70px;*/
    padding-bottom: 180px;
   /* margin-top: -70px;*/
    margin-bottom: -70px;
    background-color: #fff;
  }
  .faqs-heading h2 {
    font-size: 38px;
  }
  .faqs-tabs {
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #fff;
    border: solid 1px #E7EDF8;
	  padding: 32px 48px;
  }
  .faqs-tab:not(:last-child) {
    border-bottom: solid 1px #E7EDF8;
  }
  .faqs-link {
    text-align: right;
    padding-right: 10px;
  }
  .faqs-link a {
    color: #002df9;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none !important;
  }
  .faqs-link a i {
    font-size: 15px;
    margin-left: 3px;
    vertical-align: middle;
  }
  .faqs-tab-header {
    cursor: pointer;
    position: relative;
    padding: 35px 50px 35px 30px;
  }
  .faqs-tab-header::after {
    top: 0px;
    right: 30px;
    bottom: 0px;
    width: 24px;
    height: 24px;
    margin: auto;
    display: block;
    content: "\f067";
    color: #170F49;
    font-size: 26px;
    font-weight: 300;
    line-height: 24px;
    position: absolute;
    text-align: center;
    border-radius: 7px;
    font-family: "Font Awesome 5 Pro";
  }
  .faqs-tab.active .faqs-tab-header::after {
    content: "\f068";
	  color: #0362f7;
	  
  }
  .faqs-tab-header h3 {
   color: #072C54;
	  font-family: "Outfit Medium";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px; 
margin-bottom: 0px;  
	  width:100%;
	  max-width:600px;
	  
  }

.faqs-tab.active h3 {
   color: #0362f7;
}	



  .faqs-tab-body {
    display: none;
    padding: 0px 30px 30px;
  }


  .faqs-tab-body p:last-child {
color:  #657085;
font-size: 16px;
	  font-family: "Outfit Regular";
font-style: normal;
font-weight: 500;
line-height: 24px; 
    margin-bottom: 0px;
  }

.faqs-tab-body p {
color:  #657085;
font-size: 16px;
	  font-family: "Outfit Regular";
font-style: normal;
font-weight: 500;
line-height: 24px; 
    margin-bottom: 0px;
  }

.faqs-tab-body li {
color:  #657085;
font-size: 16px;
	  font-family: "Outfit Regular";
font-style: normal;
font-weight: 500;
line-height: 24px; 
    margin-bottom: 0px;
  }

  .faqs-contact {
    margin-top: 100px;
  }
  .faqs-contact-item {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 15px;
    background-color: #fff;
    text-decoration: none !important;
  }
  .faqs-contact-item::after {
    right: 18px;
    content: "\f105";
    display: block;
    color: #203391;
    font-weight: 400;
    position: absolute;
    transition: all 0.2s ease-in-out;
    font-family: "Font Awesome 5 Pro";
  }
  .faqs-contact-item:hover::after {
    right: 15px;
  }
  .faqs-contact-item-icon {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    object-fit: contain;
  }
  .faqs-contact-item-title {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
    transition: all 0.2s ease-in-out;
  }
  .faqs-contact-item:hover .faqs-contact-item-title {
    color: #203391;
  }
  .faqs-contact-item-desc {
    margin: 0px;
    color: #444;
    font-size: 13px;
  }
  .faqs-section-breadcrumbs {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 12px;
  }
  .faqs-section-breadcrumbs li {
    color: rgba(0, 0, 0, 0.4);
    display: inline-block;
  }
  .faqs-section-breadcrumbs a,
  .faqs-section-breadcrumbs li {
    font-size: 16px;
    font-weight: 500;
  }
  .faqs-section-breadcrumbs a {
    color: #002df9;
  }
  .faqs-section-breadcrumbs li:not(:last-child) {
    margin-right: 6px;
  }
  .faqs-section-breadcrumbs li:not(:last-child)::after {
    content: "/";
    margin-left: 4px;
  }
  .faqs-section-breadcrumbs a:hover,
  .faqs-section-breadcrumbs a:focus {
    text-decoration: none;
  }
  
  /*
   * FAQS SECTION
   */
  .faqs-section {
    padding-top: 150px;
    padding-bottom: 190px;
    margin-bottom: -70px;
    background-color: #f4f5f9;
  }
  .faqs-section-heading {
    z-index: 100;
    margin-bottom: 20px;
  }
  .faqs-section-heading .pretitle {
    color: #444;
    margin-bottom: 5px;
  }
  .faqs-section-heading h2 {
    font-size: 48px;
    margin-bottom: 20px;
  }
  .faqs-section-heading p {
    font-size: 17px;
    max-width: 460px;
    font-weight: 500;
  }
  .faqs-section-search {
    width: 100%;
    position: relative;
  }
  .faqs-section-search-field {
    color: #444;
    border: none;
    width: 100%;
    height: 48px;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 0px 15px;
    padding-left: 45px;
    border-radius: 18px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .faqs-section-search-field::placeholder {
    color: rgba(0, 0, 0, 0.4);
  }
  .faqs-section-search-field:focus {
    outline: 0px;
    box-shadow: 0px 0px 2px 3px #87adf4;
  }
  .faqs-section-search-icon {
    top: 0px;
    left: 15px;
    bottom: 0px;
    position: absolute;
  }
  .faqs-section-search-icon::before {
    color: #0017f3;
    line-height: 48px;
  }
  i.faqs-section-search-cancel {
    top: 0px;
    right: 15px;
    bottom: 0px;
    display: none;
    cursor: pointer;
    position: absolute;
  }
  .faqs-section-search-cancel::before {
    color: #0017f3;
    line-height: 48px;
  }
  .faqs-section-search-results {
    top: 100%;
    left: 0px;
    right: 0px;
    z-index: 999;
    position: absolute;
  }
  .faqs-section-results {
    display: none;
    margin-top: 30px;
  }
  .faqs-section-search-results-list {
    overflow: auto;
    margin-top: 10px;
    max-height: 380px;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 7, 68, 0.15);
  }
  .faqs-section-search-results-list a {
    opacity: 0.6;
    display: block;
    color: #000000;
    font-size: 14px;
    line-height: 1;
    padding: 15px 25px;
    margin-bottom: 5px;
  }
  .faqs-section-search-results-list a:hover,
  .faqs-section-search-results-list a:focus {
    text-decoration: none;
  }
  .faqs-section-divider {
    opacity: 0.05;
    margin-top: 35px;
    margin-bottom: 35px;
    border-bottom: solid 1px #203391;
  }
  .faqs-card {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 18px;
    padding-bottom: 30px;
    border-radius: 20px;
    margin-bottom: 30px;
    background-color: #fff;
  }
  .faqs-card:hover,
  .faqs-card:focus {
    text-decoration: none;
  }
  .faqs-card-title {
    color: #24328c;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    padding-right: 40px;
    align-items: center;
    /* margin-bottom: 15px; */
    margin-bottom: 0px;
  }
  .faqs-card-title::before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../img/billetera/icons/warning.png");
    padding-right: 26px;
  }
  .faqs-card p {
    margin: 0px;
    color: #444;
    display: none;
    font-size: 14px;
  }

.faqs-contact-item::after, .faqs-tab-header::after {
    font-family: "Font Awesome 5 Pro";
    display: block;
    position: absolute;
    color: #203391;
}

.faqs-link span {
	font-family: "Outfit Medium";
    color: #203391;
    font-size: 15px;
    font-weight: 500;
}

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

    /* Faqs */
    .faqs {
      padding-top: 80px;
      padding-bottom: 120px;
    }
    .faqs-contact-item {
      height: auto;
      margin-bottom: 15px;
    }

  }

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

    /* Faqs */
    .faqs-tab-header {
      padding: 25px 40px 25px 20px;
    }
    .faqs-tab-header::after {
      right: 20px;
    }
    .faqs-heading h2 {
      font-size: 28px;
    }
    .faqs-heading,
    .faqs-contact-heading {
      text-align: center;
    }
    .faqs-tab-header h6 {
      font-size: 16px;
    }
    .faqs-tab-body {
      padding: 0px 20px 20px;
    }
  
    /* Faqs section */
    .faqs-section {
      padding-top: 100px;
    }
    .faqs-section-heading h2 {
      font-size: 26px;
      margin-bottom: 10px;
    }
    .faqs-section-heading p {
      font-size: 16px;
    }
    .faqs-section-breadcrumbs a,
    .faqs-section-breadcrumbs li {
      font-size: 14px;
    }
    .faqs-section-breadcrumbs li:not(:last-child) {
      margin-right: 4px;
    }
    .faqs-section-breadcrumbs li:not(:last-child)::after {
      margin-left: 2px;
    }
    .faqs-card {
      height: 80px;
    }
	 
	 
	 .faqs-tabs {
    padding: 20px;
}
	 
	 .faqs-tab-header h3 {
    font-size: 16px;
    line-height: 24px;
		 width: 200px;

}
  

  }



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

    /* Faqs */
    .faqs {
margin:2rem 0;
    }


  }