/* NUEVOS FAQ */
.page-faq .container-800 {
  max-width: 800px;
}
.page-faq .faq-head {
  background-image: url("../img/faq-bg.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
.page-faq .faq-head * {
  position: relative;
}
.page-faq .faq-head img {
  width: 56px;
}
.page-faq .faq-head:before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#fea621), to(#ed0823));
  background: linear-gradient(to right, #fea621 0%, #ed0823 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}
.page-faq .faq-content {
  padding: 60px 0;
}
.page-faq .btn-faq {
  background: -webkit-gradient(linear, left top, right top, from(#fea621), to(#ed0823));
  background: linear-gradient(to right, #fea621 0%, #ed0823 100%);
  color: white;
  padding: 0 20px;
  min-height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 7px;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.2s -webkit-transform;
  transition: 0.2s -webkit-transform;
  transition: 0.2s transform;
  transition: 0.2s transform, 0.2s -webkit-transform;
  border: 0;
}
.page-faq .btn-faq:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.page-faq .faq-categorias p {
  text-align: center;
  font-weight: 100;
  font-size: 25px;
  color: #1a1a1a;
  margin-bottom: 40px;
  margin-top: 20px;
  letter-spacing: -0.015em;
}
.page-faq .faq-categorias h2 {
  color: #ed0823;
  margin-top: 0;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
}
.page-faq .faq-categorias .article-faq {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 20px 5px;
  margin-bottom: 20px;
  text-align: center;
}
.page-faq .faq-categorias .article-faq figure {
  margin: 0;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-faq .faq-categorias .article-faq figure img {
  width: 60px;
}
.page-faq .faq-categorias .article-faq figure img.offset {
  margin-right: -10px;
}
.page-faq .faq-categorias .article-faq .article-faq--title {
  color: #4d4d4d;
  font-weight: 400;
  letter-spacing: -0.015em;
  margin-bottom: 20px;
}
.page-faq .faq-adelanto {
  padding-top: 50px;
  background-color: #f4f4f4;
  background-image: url("../img/pattern-grey.png");
  text-align: center;
  margin-bottom: 50px;
}
.page-faq .faq-adelanto h2 {
  color: #ed0823;
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
}
.page-faq .faq-adelanto .page-separator {
  width: 116px;
  height: 6px;
  background: #ed0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin: 20px auto 30px auto;
}
.page-faq .faq-adelanto .faq-video {
  background-image: url("../img/notebook.svg");
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 430px;
  padding-top: 30px;
  margin-bottom: -50px;
}
.page-faq .faq-adelanto .faq-video .faq-video-content {
  max-width: 560px;
  margin: auto;
  position: relative;
}
.page-faq .faq-adelanto .faq-video .faq-video-content img {
  width: 100%;
  height: 334px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.page-faq .faq-adelanto .faq-video .faq-video-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-faq .faq-adelanto .faq-video .faq-video-content:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/playbtn.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100px;
}
@media (max-width: 992px) {
  .page-faq .faq-adelanto .faq-video {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .page-faq .faq-adelanto .faq-video .faq-video-content {
    max-width: 420px;
  }
  .page-faq .faq-adelanto .faq-video .faq-video-content img {
    height: 250px;
  }
}
@media (max-width: 768px) {
  .page-faq .faq-adelanto .faq-video {
    background-image: url("../img/faq-mobile.svg");
    width: 100%;
    max-width: 300px;
    padding-top: 42px;
    margin-bottom: 0;
  }
  .page-faq .faq-adelanto .faq-video .faq-video-content {
    max-width: 280px !important;
  }
  .page-faq .faq-adelanto .faq-video .faq-video-content img {
    height: 388px;
  }
}
.page-faq .row-contacto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-faq .row-contacto .col-md-5 {
  height: auto;
}
@media (max-width: 992px) {
  .page-faq .row-contacto {
    display: block;
  }
}
.page-faq .faq-contacto {
  padding-top: 50px;
  overflow: hidden;
}
.page-faq .faq-contacto h2 {
  color: #ed0823;
  text-align: center;
  margin-top: 0;
  font-size: 35px;
  font-weight: 400;
}
.page-faq .faq-contacto .page-separator {
  width: 116px;
  height: 6px;
  background: #ed0823;
  display: inline-block;
  border-radius: 50px;
  margin: 40px 0 30px 0;
  margin: 20px auto 30px auto;
}
.page-faq .faq-contacto .faq-contacto--img {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-faq .faq-contacto .faq-contacto--img img {
  width: 100%;
  max-width: 400px;
}
.page-faq .faq-contacto .faq-contacto--form {
  padding: 20px 0;
}
.page-faq .faq-contacto .faq-contacto--form .input-error {
  background-color: #FFFAF3;
  background-image: url("../img/input-error.svg");
  background-repeat: no-repeat;
  padding: 10px;
  background-size: 20px;
  background-position: 10px center;
  padding-left: 37px;
  border-radius: 0 0 5px 5px;
  border-left: 1px solid #FEA621;
  border-bottom: 1px solid #FEA621;
  border-right: 1px solid #FEA621;
  display: none;
}
.page-faq .faq-contacto .faq-contacto--form .input-container {
  margin-bottom: 15px;
}
.page-faq .faq-contacto .faq-contacto--form .input-container.error .input-error {
  display: block;
}
.page-faq .faq-contacto .faq-contacto--form .input-container.error input, .page-faq .faq-contacto .faq-contacto--form .input-container.error textarea {
  border-bottom: 0;
  border-color: #FEA621;
  border-radius: 5px 5px 0 0;
}
.page-faq .faq-contacto .faq-contacto--form input,
.page-faq .faq-contacto .faq-contacto--form textarea {
  border-radius: 5px;
  border: 1px solid #e5e5e5;
  width: 100%;
  min-height: 45px;
  font-size: 16px;
  padding: 10px;
  outline: none;
  vertical-align: bottom;
}
.page-faq .faq-contacto .faq-contacto--form input ::-webkit-input-placeholder,
.page-faq .faq-contacto .faq-contacto--form textarea ::-webkit-input-placeholder {
  opacity: 1;
  color: #4d4d4d;
}
.page-faq .faq-contacto .faq-contacto--form input :-moz-placeholder,
.page-faq .faq-contacto .faq-contacto--form textarea :-moz-placeholder {
  opacity: 1;
  color: #4d4d4d;
}
.page-faq .faq-contacto .faq-contacto--form input ::-moz-placeholder,
.page-faq .faq-contacto .faq-contacto--form textarea ::-moz-placeholder {
  opacity: 1;
  color: #4d4d4d;
}
.page-faq .faq-contacto .faq-contacto--form input :-ms-input-placeholder,
.page-faq .faq-contacto .faq-contacto--form textarea :-ms-input-placeholder {
  opacity: 1;
  color: #4d4d4d;
}
.page-faq .faq-contacto .faq-contacto--form input:focus,
.page-faq .faq-contacto .faq-contacto--form textarea:focus {
  border-color: #0df9f9 !important;
}
.page-faq .faq-contacto .faq-contacto--form input:valid,
.page-faq .faq-contacto .faq-contacto--form textarea:valid {
  border-color: #808080;
}
.page-faq .faq-contacto .faq-contacto--form input:invalid,
.page-faq .faq-contacto .faq-contacto--form textarea:invalid {
  border-color: #e5e5e5;
}
.page-faq .faq-contacto .faq-contacto--form textarea {
  resize: none;
  min-height: 120px;
}
.page-faq .faq-contacto .faq-contacto--form.enviado .row-form {
  display: none;
}
.page-faq .faq-contacto .faq-contacto--form.enviado .mensaje-enviado {
  display: block;
}
.page-faq .faq-contacto .faq-contacto--form .mensaje-enviado {
  max-width: 400px;
  display: none;
}
.page-faq .faq-contacto .faq-contacto--form .mensaje-enviado b {
  color: #ed0823;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  display: inline-block;
}
.page-faq .faq-contacto .faq-contacto--form .mensaje-enviado p {
  color: #4D4D4D;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page-faq .faq-contacto .faq-contacto--img {
    text-align: center;
    margin-bottom: -70px;
  }
}
@media (max-width: 768px) {
  .page-faq .faq-contacto .faq-contacto--form button {
    width: 100%;
  }
}
.page-faq .faq-single {
  padding: 60px 0;
}
.page-faq .faq-single h2 {
  color: #ed0823;
  font-weight: 200;
  font-size: 35px;
  margin-bottom: 35px;
}
.page-faq .faq-single .nav-tabs {
  border: 0;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.page-faq .faq-single .nav-tabs li {
  list-style: none;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
}
.page-faq .faq-single .nav-tabs a {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  outline: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #808080;
  font-size: 15px;
  text-decoration: none;
  margin: 0;
  background: transparent !important;
  width: 100%;
}
.page-faq .faq-single .nav-tabs a[aria-expanded="true"] {
  color: #ed0823;
}
.page-faq .faq-single .nav-tabs a[aria-expanded="true"] figure svg {
  fill: #ed0823;
}
.page-faq .faq-single .nav-tabs a:hover {
  border: 0;
}
.page-faq .faq-single .nav-tabs a figure {
  margin: 0 15px 0 0;
  width: 30px;
  text-align: center;
}
.page-faq .faq-single .nav-tabs a figure svg {
  width: 25px;
  fill: #808080;
}
@media (max-width: 992px) {
  .page-faq .faq-single .nav-tabs a[aria-expanded="true"] {
    color: #808080;
  }
  .page-faq .faq-single .nav-tabs a[aria-expanded="true"] figure svg {
    fill: #808080;
  }
  .page-faq .faq-single .nav-tabs li {
    background-image: url("../img/angle-thin.svg");
    background-position: right center;
    background-size: 12px;
    background-repeat: no-repeat;
  }
}
.page-faq .faq-single .panel {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.page-faq .faq-single .panel .panel-body {
  color: #4D4D4D;
  font-size: 16px;
}
.page-faq .faq-single .panel .panel-heading {
  padding: 0;
  border: 0;
}
.page-faq .faq-single .panel .panel-heading a {
  font-size: 16px;
  color: #4D4D4D;
  text-decoration: none;
}
.page-faq .faq-single .panel .panel-heading a[aria-expanded="true"] {
  color: #ed0823;
}
.page-faq .faq-single .panel .panel-heading a[aria-expanded="true"]:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.page-faq .faq-single .panel .panel-heading a:before {
  display: inline-block;
  content: '';
  background-image: url("../img/angle.svg");
  width: 14px;
  height: 10px;
  margin-right: 5px;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .2s transform;
  transition: .2s transform;
}
.page-faq .faq-single .mobile-head {
  text-align: center;
  margin: 30px 0;
  display: none;
}
.page-faq .faq-single .mobile-head h3 {
  color: #4d4d4d;
}
.page-faq .faq-single .mobile-head img {
  max-width: 100px;
}
.page-faq .faq-single .btn-back {
  display: none;
  cursor: pointer;
}
.page-faq .faq-single .btn-back:before {
  content: '';
  width: 10px;
  height: 20px;
  display: inline-block;
  background-image: url("../img/angle-thin.svg");
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  vertical-align: -4px;
  margin-right: 10px;
}
@media (max-width: 992px) {
  .page-faq .faq-single .mobile-head {
    display: block;
  }
  .page-faq .faq-single .btn-back {
    display: block;
  }
  .page-faq .faq-single .tab-content {
    padding: 0 20px;
  }
  .page-faq .faq-single .tab-content h2 {
    display: none;
  }
}

.top-footer {
  background-color: #ed0823;
  padding: 60px 0;
}
.top-footer .top-footer--content {
  max-width: 700px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.top-footer .top-footer--logo img {
  width: 200px;
}
.top-footer .top-footer--nav {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-footer .top-footer--nav a {
  color: white;
  text-decoration: none;
  font-size: 16px;
  margin: 2px 0;
}
.top-footer .top-footer--social {
  color: white;
  font-size: 16px;
}
.top-footer .top-footer--social .redes a {
  margin-right: 10px;
}
.top-footer .top-footer--social .redes a img {
  width: 25px;
  height: 20px;
}
@media (max-width: 768px) {
  .top-footer .top-footer--content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-footer .top-footer--nav {
    border: 0;
    padding: 0;
    margin: 20px 0;
  }
  .top-footer .top-footer--social p {
    display: none;
  }
  .top-footer .top-footer--social .redes a img {
    width: 40px;
    height: 30px;
  }
}

/* NUEVOS FAQ */
