
/************************************************************************************
*                                   OBSERVAÇÕES                                     *
*  Para a construção e organização do CSS, o código foi dividido de forma a         *
*  representar suas "ÁREAS" e "SUB_ÁREAS" de acordo com o template e o tema.        *
*                                                                                   *
*  Para buscar a área determinada, utilize o símbolo da tralha "#" antes do         *
*  nome do item desejado.                                                           *
*                                                                                   *
*  Este arquivo possui as seguintes ÁREAS:                                          *
*                                                                                   *
*                                                                                   *
*  Havendo necessidade de adicionar novas ÁREAS, favor inserí-las neste documento   *
*************************************************************************************
                        FOLHA DE ESTILO DO FORA DO AR
*************************************************************************************/

* { border: none; margin: 0; padding: 0;  }

@font-face {
    font-family: montserrat;
    src: url(../../../../fonts/montserrat/montserrat-regular.ttf);
}

@font-face {
    font-family: montserrat_bold;
    src: url(../../../../fonts/montserrat/montserrat-bold.ttf);
}

html
{
    font-family: montserrat;
    font-size: 62.5%;
}

input
{
    outline: none;
}

input[type="text"], input[type="password"]
{
    text-indent: 15px;
}

body
{
    overflow-x: hidden;
}

a
{
    text-decoration: none;
}

article, header, footer, nav, section { display: block; }


.foradoAr
{
    -webkit-box-align:center;
    -webkit-align-items:center;
        -ms-flex-align:center;
            align-items:center;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
        -ms-flex-pack:center;
            justify-content:center;
    height:100%;
    width:100%;
}

.containerForadoAr
{
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: url('../../../../img/ljvt_v2/fora_do_ar.png') no-repeat;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height:320px;
    width:740px;
}

.textoForaDoAr
{
    color: #FFFFFF;
    font-size: 1.7rem;
    height: 170px;
    margin: 77px 0 0 87px;
    text-align: center;
    width: 325px;

}

.textoForaDoAr p
{
    padding:5px 0;
}

.pBorder
{
    border-bottom:1px solid #FFFFFF;
}

.textoForaDoAr h2
{
    font-size: 3.5rem;
}