/* ===== CSS ===== */
body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1em;
}

::selection{
    background: #444495;
    color: #fff;
}

::-moz-selection{
    background: #444495;
    color: #fff;
}

::-webkit-selection{
    background: #444495;
    color: #fff;
}

::-o-selection{
    background: #444495;
    color: #fff;
}

::-ms-selection{
    background: #444495;
    color: #fff;
}

/* ===== HEADER ===== */
.header{
    height: 150px;
    box-sizing: border-box;
    padding: 20px 0;
}

.header p{
    margin-bottom: 10px;
    text-align: center;
    color: #444495;
    font-weight: 600;
    font-size: 1.3em;
}

.header p:first-child{
    margin-top: 25px;
    float: left;
}

.header figure img{
    padding-top: 20px;
    max-height: 110px;
}

.botaoHeader{
    text-align: right;
    margin-top: 50px;
}
.botaoHeader a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #444495;
    border-radius: 5px;
    font-size: 0.8em;
    display: inline-block;
    color: #fff !important;
  }
.botaoHeader a:hover {
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #6a6ac2;
    border-radius: 5px;
    font-size: 0.8em;
    display: inline-block;
    color: #fff !important;
  }
  .corretor {
    padding: 10px 25px;
  }

.acesso{
    margin-top: 40px;
}

.acesso a{
    display: inline;
    margin: 0 auto;
    padding: 10px 25px;
    text-align: center;
    background: #444495;
    color: #fff!important;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.acesso a:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #5555f6;
}

.acesso a:active{
    background: #333384;
}

.acesso .cor{
    padding: 10px 40px;
}

.wp{
    padding-top: 22px;
    margin-left: 5px;
}

/* === END === */
/* ===== MENU ===== */
#mainMenu{
    display: none;
}

#menu{
    margin: 10px 0 0 0;
}

#menu nav{
    background: #444495;
    border-radius: 10px;
    overflow: hidden!important;
    height: 78px;
}

#menu ul{
    margin-bottom: 0;
}

#menu li{
    display: inline-block;
    box-sizing: border-box;
    border-right: 2px solid #41418d;
}

#menu li:last-child{
    border: none;
}

#menu a{
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff!important;
    font-family: Arial, 'Source Sans Pro', sans-serif;
    padding: 30px 53.6px;
    margin-left: -4px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#menu a:hover{
    background: #41418d;
}

#menu a:active{
    background: #30307c;
}

/* === END === */
/* ===== BANNER ===== */
#banner{
    margin-top: 5px;
}

.owl-theme .owl-controls .owl-page span{
    background: #444495!important;
}

.owl-controls{
    background: url("../imgs/sombra.png") no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.owl-theme .owl-controls{
    margin-top: -6px;
}

/* === END === */
/* ===== PAGE ===== */
h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #444495;
    text-transform: uppercase;
}

h2 {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #444495;
    text-transform: uppercase;
}

.inst p:last-child{
    margin-bottom: 50px;
}

.tipo-plano div{
    height: 320px;
    position: relative;
    border-radius: 5px;
}

.tipo-plano img{
    width: 100%;
}

.tipo-plano p{
    padding: 20px;
    text-align: center;
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
}

.tipo-plano h2{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.3em;
    color: #444495;
    text-transform: uppercase;
    text-align: center;
    margin-top: -45px;
}

.tipo-plano a{
    position: absolute;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff!important;
    font-weight: 600;
    background: #facb3e;
    padding: 10px 25px;
    bottom: 10px;
    left: 75px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.tipo-plano a:hover{
    background: #e9ba2d;
}

.tipo-plano a:active{
    background: #d8a91c;
}

.t1{
    background: #014b78;
}

.t1 h2{
    color: #014b78;
}

.t2{
    background: #0f85ff;
}

.t2 h2{
    color: #0f85ff;
}

.t3{
    background: #24adfd;
}

.t3 h2{
    color: #24adfd;
}

.t4{
    background: #6dc7f9;
}

.t4 h2{
    color: #6dc7f9;
}

#owl-demo2 .owl-controls{
    background: transparent;
}

#owl-demo2 .item{
    border: 1px solid #d1d1dc;
    margin-bottom: 10px;
}

#owl-demo2 .item img{
    display: block;
    margin: 0 auto;
}

.parc h2{
    display: inline-block;
    margin-top: 50px;
}

.page{
    margin: 50px 0 50px 0;
    text-align: justify;
}

.m-planos div{
    height: 295px;
    margin-top: 50px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
}

.m-planos div:hover{
    box-shadow: 1px 1px 10px #444495;
}

.m-planos img{
    border-radius: 3px;
    margin: 10px;
    width: 93%;
}

.operadoras div:hover{
    /*box-shadow: 1px 1px 10px rgba(27, 216, 159, 1);*/
    box-shadow: 1px 1px 10px #41418d;
}

.operadoras div{
    height: 200px;
    margin: 50px 0;
    position: relative;
    border-radius: 5px;
}

.operadoras div{
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.operadoras div img{
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    margin: auto;
    width: auto;
    height: auto;
    max-width: 240px;
    max-height: 160px;
}

.g-recaptcha{
    margin-bottom: 15px;
}

.informativos{
    width: 100%;
    text-align: center;
    vertical-align: middle;
}

.informativos td{
    padding: 7px 0;
    border: 1px solid #e0e0e8;
    vertical-align: middle;
}

.informativos th{
    font-weight: bold;
    color: #444495;
    padding: 7px 0;
    border: 1px solid #e0e0e8;
}

.informativos tr:nth-child(even){
    background: rgba(255, 255, 255, 0.42);
}

.informativos img{
    display: block;
    margin: auto;
}

.dw{
    padding: 5px 8px;
    background: #444495;
    text-decoration: none;
    color: #fff!important;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.dw:hover{
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: #5555f6;
}

.dw:active{
    text-decoration: none;
    color: #fff!important;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    background: #333384;
}

.dw:visited{
    color: #fff!important;
}

.t-op h1{
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.rede{
    background: rgba(53, 70, 113 ,0.16);
    box-sizing: border-box;
    padding: 10px;
}

.rede h2{
    text-align: center;
}

.rede h3{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 12px;
    font-weight: bold;
    background: #444495;
}

.rede img{
    display: block;
    margin: 0 auto;
    max-width: 360px;
}

.back{
    position: relative;
    padding-top: 50px!important;
}

.rede a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 10px;
    background: #444495;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.rede a:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.rede a:active{
    background: #444495;
}

.rede a:visited{
    color: #fff;
}

#junta-tabelas .table{
    margin-bottom: 50px;
}

#junta-tabelas table{
    float: left;
}

#junta-tabelas thead th{
    background: rgba(221, 221, 221, 0.35);
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    border-right: 1px solid #DDD;
}

#junta-tabelas tbody td{
    border: 1px solid #DDD;
    text-align: center;
    vertical-align: middle;
}

#junta-tabelas td, #junta-tabelas th{
    padding: 6px 8px;
}

#junta-tabelas tr{
    margin-left: 20px;
}

.tipo-plano{
    font-size: 16px;
    font-weight: bold;
    color: #21697E;
}

.table{
    margin-right: 10px;
    display: inline-block;
}

.inf-sp h4{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 50px;
    font-weight: bold;
    color: #444495;
}

.inf-sp p{
    text-align: justify;
}

.grup{
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    color: #444495;
    margin-top: 100px;
}

.ver{
    padding: 10px 20px;
    box-sizing: border-box;
    background: #444495;
    color: #fff!important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.ver:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #fff;
}

.ver:active{
    background: #444495;
}

.ver:visited{
    color: #fff;
}

.orc a{
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 50px;
    background: #de5246;
    text-align: center;
    position: absolute;
    left: 175px;
    max-width: 100px;
    -webkit-transition: background 1s;
    -moz-transition: background 1s;
    -ms-transition: background 1s;
    -o-transition: background 1s;
    transition: background 1s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.orc a:hover{
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    background: #444495;
}

.orc a:active{
    background: #444495;
}

.orc a:visited{
    color: #fff;
}

/* ========== PROPOSTA IMPRESSÃO ========== */
#p-header{
    margin-top: 20px;
    position: relative;
}

#p-header table{
    position: absolute;
    right: 0px;
    width: 400px;
    text-align: center;
    font-size: 15px;
}

#p-header th{
    font-weight: bold;
    border: 2px solid #444495;
    color: #444495;
    padding: 5px 0;
}

#p-header td{
    padding: 5px 0;
    font-weight: bold;
    color: #000;
}

.p-p{
    height: 120px;
}

.p-tit p{
    font-size: 27px;
    font-family: 'Open Sans', sans-serif;
    color: #444495;
    margin-bottom: 0;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    text-transform: none;
}

.p-tit{
    border-bottom: 2px solid #444495;
    padding-bottom: 10px;
    margin-bottom: 50px;
}

.tt{
    margin: 20px 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #444495;
    font-weight: bold;
    text-transform: none;
}

.tt2{
    margin: 20px 0 0 0;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    color: #444495;
    font-weight: bold;
    text-transform: none;
}

.txt1{
    font-size: 15px;
    text-align: justify;
}

.txt{
    font-size: 15px;
    text-align: justify;
    margin-bottom: 0px;
}

.prop table{
    width: 100%;
    text-align: left;
    font-size: 15px;
    border: 2px solid #ccc;
    margin-bottom: 50px;
}

.prop th{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding: 5px 2px;
    border: 2px solid #ccc;
}

.prop td{
    color: #000;
    padding: 5px 2px;
    border: 2px solid #ccc;
    font-weight: 400;
    text-transform: uppercase;
}

.dec table{
    width: 100%;
    font-size: 15px;
    border: 2px solid #ccc;
    margin-bottom: 50px;
}

.dec th{
    font-size: 17px;
    font-weight: bold;
    color: #000;
    padding: 5px 2px;
    border: 2px solid #ccc;
    text-align: center;
}

.dec td{
    color: #000;
    padding: 5px 2px;
    border: 2px solid #ccc;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

.b{
    padding-bottom: 5px;
    border-bottom: 2px solid #444495;
    margin-bottom: 20px;
}

.seg img{
    border-radius: 5px;
    margin-bottom: 50px;
}

/* === END === */
/* ===== FORMULÁRIOS ===== */
.forms input {
    width: 90%;
    padding: 10px 5px;
    font-size: 1em;
}

.forms label {
    font-size: 1em;
}

.forms textarea{
    width: 93%;
    font-size: 1em;
}

button{
    padding: 10px 25px;
    font-size: 1em;
    background: #444495;
    color: #fff!important;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.forms button:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    background: #5555f5;
}

.forms button:active{
    background: #333384;
}

textarea {
    resize: none;
}

.checkbox{
    margin-top: 20px;
    width: auto!important;
    padding-top: 10px!important;
}

.forms select{
    width: 92%;
    padding: 10px 5px;
    font-size: 1em;
}

.tabela{
    margin: 50px 0;
}

.dep th{
    text-align: center;
}

.dep input{
    display: block;
    width: 50%;
    margin: 0 auto;
}

.dep{
    width: 95%;
    font-size: 16px;
    margin-top: 100px;
}

.dep th{
    background: #444495;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFF;
    padding: 7px 0;
}

.dep tr td:first-child{
    border-bottom: 2px solid #444495;
}

.dep td{
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    color: #444495;
    vertical-align: middle;
}

.dep tr:hover{
    background: #5555f6;
    color: #FFF;
}

.dep tr:hover td{
    color: #FFF;
}

/* === END === */
/* ===== FOOTER ===== */
.footer{
    height: 220px;
    box-sizing: border-box;
    padding: 20px 0;
    background: #014b78;
    margin-top: 50px;
}

.footer h3{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #ecc440;
    text-transform: uppercase;
}

.footer p{
    color: #fff;
    margin-bottom: 7px;
}

.footer a{
    text-decoration: none;
    color: #ecc440;
}

.footer a:hover{
    text-decoration: underline;
}

.footer figure{
    margin-top: 10px;
}

.footer figure img{
    max-height: 110px;
    margin-top: 20px;
}

.footer address{
    margin-top: 10px;
}

.social{
    margin-top: 10px;
    text-align: right;
}
.social a:hover{
    opacity: 0.7;
}

.social img{
    max-width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.ass{
    text-align: right;
}

.chatbot{
    position: fixed;
    top: 82%;
    left: 50%;
    padding: 10px;
    z-index: 10000000;
}
.administrador,
.corretor{
    margin-bottom: 20px;
    text-align: center;
}









/* === END === */
/* #Media Queries ================================================== */
@media only screen and (min-width: 960px) and (max-width: 1199px)  {
    body{
        font-size: 0.9em;
    }

    .acesso .adm{
        padding: 10px 10px;
    }

    .acesso .cor{
        padding: 10px 15px;
    }

    .header p{
        font-size: 1.1em;
    }

    .header figure{
        padding-top: 15px;
    }

    #menu a{
        padding: 30px 41.8px;
    }

    .tipo-plano h2{
        margin-top: -45px;
    }

    .tipo-plano div{
        height: 300px;
    }

    .tipo-plano a{
        left: 50px;
    }

    .m-planos div{
        height: 240px;
    }

    .m-planos img{
        max-width: 233px;
    }

    .operadoras div{
        height: 155px;
    }

    .operadoras img{
        max-width: 195px!important;
    }

    .forms textarea{
        width: 92.5%;
    }

    .orc a{
        left: 93px;
    }

}

@media only screen and (max-width: 959px) {}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    body{
        font-size: 0.9;
    }

    .acesso a{
        display: block;
        margin-bottom: 10px;
    }

    .acesso {
        margin-top: 10px;
    }

    .header p{
        font-size: 1.3em;
    }

    .header figure{
        padding-top: 20px;
    }

    .wp{
        display: none;
    }

    #menu a{
        padding: 30px 21.6px;
    }

    #banner {
        display: none;
    }

    .tipo-plano h2{
        font-size: 1em;
        margin-top: -40px;
    }

    .tipo-plano div{
        height: 330px;
    }

    .tipo-plano a{
        left: 25px;
    }

    .m-planos div{
        height: 180px;
    }

    .m-planos img{
        max-width: 152px;
    }

    .operadoras div{
        height: 120px;
    }

    .operadoras img{
        max-width: 147px!important;
    }

    .forms textarea{
        width: 91.5%;
    }

    .rede img{
        max-width: 210px;
    }

    .orc a{
        left: 85px;
        padding: 5px 22px;
    }

    .footer{
        height: 250px;
    }

}

@media only screen and (max-width: 767px) {}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #mainMenu{
        line-height: 35px;
        display: block;
        height: 37px;
        background-position: 8px;
        width: 45px;
        cursor: pointer;
        border: 2px solid #fff;
        margin: 10px 0;
        border-radius: 3px;
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #menu{
        height: auto;
        background: #444495;
    }

    #menu ul{
        margin-bottom: 0;
        display: none;
    }

    #menu li{
        display: block;
        background-color: #444495;
        border: 2px solid #fff!important;
        font-size: 13px;
        line-height: 55px;
        text-align: center;
        margin-left: 0!important;
    }

    #menu li a{
        display: block;
        color: #fff;
        font-size: 1.5em;
        padding: 0 57.6px;
    }

    #menu nav{
        height: auto;
    }

    .header figure img{
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #menu a {
        margin-left: 0!important;
    }

    .header figure{
        margin-bottom: 20px;
    }

    .header{
        height: 350px;
    }

    .acesso a{
        display: block;
        margin-bottom: 10px;
    }

    #banner{
        display: none;
    }

    .tipo-plano h2{
        font-size: 2em;
    }

    .tipo-plano div{
        height: 360px;
        margin-bottom: 30px!important;
    }

    .tipo-plano a{
        left: 150px;
    }

    .parc{
        display: none!important;
    }

    .footer{
        text-align: center;
        height: 400px;
    }

    .footer img{
        display: inline-block;
        margin: 0 auto;
    }

    .social{
        text-align: center;
    }

    .ass{
        text-align: center;
    }

    .m-planos div{
        height: 435px;
        margin-bottom: 30px!important;
    }

    .m-planos img{
        padding-left: 5px;
    }

    .operadoras div{
        margin-bottom: 40px!important; 
    }

    .forms textarea{
        width: 90%;
    }

}

@media only screen and (max-width: 479px) {
    #mainMenu{
        line-height: 35px;
        display: block;
        height: 37px;
        background-position: 8px;
        width: 45px;
        cursor: pointer;
        border: 2px solid #fff;
        margin: 10px 0;
        border-radius: 3px;
        padding: 0 20px;
        color: #fff;
        text-transform: uppercase;
        font-family: 'Open Sans', sans-serif;
        font-style: normal;
        font-weight: 600;
    }

    #menu{
        height: auto;
        background: #444495;
    }

    #menu ul{
        margin-bottom: 0;
        display: none;
    }

    #menu li{
        display: block;
        background-color: #444495;
        border: 2px solid #fff!important;
        font-size: 13px;
        line-height: 55px;
        text-align: center;
        margin-left: 0!important;
    }

    #menu li a{
        display: block;
        color: #fff;
        font-size: 1.2em;
        padding: 0 57.6px;
    }

    #menu nav{
        height: auto;
    }

    .header figure img{
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    #menu a {
        margin-left: 0!important;
    }

    .header figure{
        margin-bottom: 20px;
    }

    .header{
        height: 215px;
    }

    .header p{
        font-size: 1em;
    }

    .acesso a{
        display: block;
        margin-bottom: 10px;
    }

    #banner{
        display: none;
    }

    .tipo-plano div{
        height: 360px;
        margin-bottom: 30px!important;
    }

    .tipo-plano a{
        left: 85px;
    }

    .parc{
        display: none!important;
    }

    .footer{
        text-align: center;
        height: 440px;
    }

    .footer img{
        display: inline-block;
        margin: 0 auto;
    }

    .social{
        text-align: center;
    }

    .ass{
        text-align: center;
    }

    .m-planos div{
        height: 317px;
        margin-bottom: 30px!important;
    }

    .operadoras div{
        margin-bottom: 40px!important; 
    }

    .forms textarea{
        width: 90%;
    }

    .map{
        height: 300px;
    }

    .forms select{
        width: 94%;
    }

    .rede img{
        max-width: 280px;
    }

    #junta-tabelas td, #junta-tabelas th {
        padding: 6px 3px;
    }

    .ver{
        padding: 5px 10px;
    }

    .orc a{
        left: 93px;
    }
    .botaoHeader{
        text-align: center;
        margin : 0 auto;
        padding-bottom: -400px;
    }
    .footer figure img{
        margin-top: 0px;
        margin-bottom: 10px;

    }
    .administrador, .corretor{
        padding: 5px 10px;
    }
    .administrador{
     margin-bottom: 5px;
    }
    .corretor{
        margin-bottom: 20px;
    }

}

/* #Font-Face ================================================== */
/* 	This is the proper syntax for an @font-face file
                Just create a "fonts" folder at the root,
                copy your FontName into code below and remove
                comment brackets */
/*	@font-face {
            font-family: 'Im';
            src: url('../fonts/impact.eot');
            src: url('../fonts/impact.eot?iefix') format('eot'),
                 url('../fonts/impact.woff') format('woff'),
                 url('../fonts/impact.ttf') format('truetype'),
                 url('../fonts/impact.svg#webfontZam02nTh') format('svg');
            font-weight: normal;
            font-style: normal; }

*/