.fq-container {
    padding: 10%;
    padding-top: 0%;
}

.fq-sec-title {
    padding: 0;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.3;
  background-color: transparent;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-column: 1 / span 5;
  height: auto;
  padding: 10rem 5rem 0rem 5rem;
  color: #f2a900;
  text-align: center;
}

.fq-left {
    text-align: left;
    margin-right: 10%;
    margin-top: 5%;
}

.fq-left .fq-title {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 600;
}


.fq-left .fq-descripcion {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;}


.fq-right {
    text-align: right;
    margin-left: 10%;
    max-width: 80%;
    margin-top: 5%;

}

.fq-right .fq-title {
    font-size: 36px;
    line-height: 1.2;
    color: #fff;
    display: inline-block;
    margin-bottom: 2rem;
    font-weight: 600;

}

.fq-right .fq-descripcion {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b1b6;
}

.fq-img-title {
    width: 50rem;
    height: 50rem;
    padding: 10%;
}

.fq-header-right {
    width: 50%;
    float: right;
}

.fq-header-left {
    width: 50%;
    float: left;


    display: grid;
    place-items: center;
    height: 100%;
}

.fq-header-left p {
    color: #f2a900;
    font-size: 4rem;
}

.fq-header {
    overflow: hidden;

    border-width: .5rem;
    border-color: #f2a900;
    border-style: solid;
    /* border-top-width: 0rem; */
    height: 500px;
    border-radius: 25px;
    margin: 5%;
    box-shadow:
        0 0 .5rem #fff,
        inset 0 0 .1rem #fff,
        /* 0 0 2rem var(--neon-border-color), */
        /* 0 0 2rem var(--neon-border-color), */
        inset 0 5px 15px #f2a900,
        inset 0 -5px 15px #f2a900,

        inset -5px 0px 15px #f2a900,

        inset 5px 0px 15px #f2b11c,

        0 5px 15px #f2a900,
        0 -5px 15px #f2a900,

        -5px 0px 15px #f2a900,

        5px 0px 15px #f2b11c;
}

.fq-content-top{
    /* align-items: center; */
    /* font-size: 30rem; */
    text-align: center;
    /* background-color: #f2a900; */
}




.fq-tab-inactive{
    display: none;
}