html,
body {
    /*background-color: #ccccff;*/
    height: 100%;
    scroll-behavior: smooth;
}

a.faq-anchor {
    display: block;
    position: relative;
    top: -110px;
    visibility: hidden;
}

.titulo-faq {
    font-weight: 700;
    padding: 10px 20px;
}

.titulo-formatacao {
    font-family: arial;
    font-size: 25px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.table {
    height: 100%;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
}

.menu-faq-principal {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
}

.perguntas .item-faq {
    font-family: helvetica, sans-serif;
    color: #343434;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 2px solid #4aaadc;
    /*border-bottom:1px dotted #333;*/
    margin-bottom: 5px;
}

.perguntas h1 {
    /*background-color:#1ea3df;*/
    background-color: #4aaadc;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    padding: 7px;
}

.fundo-videos {
    width: 240px;
    height: auto;
    display: block;
    position: relative;
    top: 0;
    left: 0
}


.fundo-videos img {
    width: 240px;
    height: 140px;
    border: 0;
    padding: 0;
}

.icone-youtube img {
    border: 0;
    padding: 0;
    width: 60px;
    height: auto;


}

.icone-youtube {
    position: absolute;
    top: 50px;
    left: 95px;
}
@media(max-width:990px){
    .item-faq h2{
    font-size: 1.5rem;
    text-align: center;
}
}
