@charset "UTF-8";
/*-----------------------------------*\
  $FONTS
\*-----------------------------------*/
/**
* by Dois Comunicacao.
* Layout for .
*
* @project plena.com.br.
* @version 1.0.
* @package layout.
* @author Emerson Fernandes.
* @copyright 2016 Dois Comunicacao e Tecnlogia.
* 
* @colordef ; 
* @colordef ;  
* @colordef ; 
**/

* {
    font-family: 'Source Sans Pro', sans-serif;
    margin:0;
    padding:0;
    list-style:none;
    vertical-align:baseline;
    border: 0;
}
html, body {
    height: 100%;
}
::selection { background: black; color: white; } 
::-moz-selection { background: black; color: white; }
a:focus{
    color: transparent;
}
a:hover{
    text-decoration: none!important;
}
.margin_top{
    margin-top: 10px;
}
/*-----------------------------------*\
  $INTERFACE
\*-----------------------------------*/
body {
    position: relative;
    min-height: 100%;
    background-image: url('../img/plenafundo.png');
    background-size: 100% auto;
    background-repeat:no-repeat;
}

.logo>img{
    border-right: transparent solid 15px;
    border-left: transparent solid 15px;
    margin-top: 10%;
}
/*-----------------------------------*\
    $EDITIONS TEXT
\*-----------------------------------*/
.text_white{
    color: white!important
}
.bold{
    font-weight: bold;
}
.italic{
    font-style: italic;
}

/*-----------------------------------*\
  $BODY
\*-----------------------------------*/

.content_body{
    margin-top: 70px;
    border-right: transparent solid 35px;
}
.content_body>div>h3.bold{
    font-size: 1.7em!important
}
.content_body>div>span{
    letter-spacing: 0.5px;
    font-size: 1.6em!important;
    line-height: 110%
}
#phones{
    border-left: transparent solid 45px;
}
#phones>div>i{
    position: absolute;
    margin-top: 20px!important;
    margin-left: 13px
}
#phones>div>h3{
    font-size: 1.8em!important;
    display: inline-block;
    margin-bottom: 0px!important;
    margin-top: 5px!important
}
#phones>div>h3>span{
    font-size: 1.2em!important
}
#adress{
    margin-top: 40px;
}
#adress>div>span{
    font-size: 1.4em 
}

/*-----------------------------------*\
  $FOOTER
\*-----------------------------------*/
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}
#bg{
    border-left: transparent solid 30px;
    margin: -30px 0 0 0;
    z-index: 99;
    position: absolute;
}
#bar-footer{
    height: 47px;
    opacity: 0.8;
    margin-top: -35px;
    background-color: #666666;
    padding: 10px 0 10px 0;
}
.logo-dois{
    height: 18px;
    margin: -5px 0 0 15px;
}
#bg>div>div>span{
    font-size: 1.1em;
}
/*-----------------------------------*\
  $MEDIA QUERIES
\*-----------------------------------*/

@media only screen and (max-width: 1250px){    
    .logo>img{
        margin-top: 155px;
    }
    body {
        background-size: 1200px 850px;
    }
}
@media only screen and (max-width: 1199px){
    #bg{
        border-right: transparent solid 20px;
    }
}
@media only screen and (max-width: 991px){
    #bg{
        border-right: transparent solid 35px;
    }
    .content_body{
        margin-top: 30px
    }
    #adress>div>span {
        font-size: 1.2em;
    }
    #phones>div>h3>span {
        font-size: 1em!important;
    }   
    #phones>div>i{
        font-size: 2.5em!important;
        margin-top: 20px!important;
    }
}
@media only screen and (max-width: 767px){
    .logo>img{
        margin-top: 70px;
        margin-bottom: 10px;
    }
    #phones{
        text-align: right
    }
    #bg>div>div>span{
        font-size: 0.9em;
    }
    #phones>div>i{
        position: relative;
    }
    .content_body{
        border-left: transparent solid 30px;
    }
}
@media only screen and (max-width: 400px){
    .logo>img{
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .content_body>div>span{
        font-size: 1.2em!important;
    }
    .content_body>div>h3.bold{
        font-size: 1.4em!important
    }
    #phones>div>h3>span {
        font-size: 0.9em!important;
    }   
    #phones>div>i{
        font-size: 2.5em!important;
        margin-top: 20px!important;
    }
    #adress>div>span {
        font-size: 1.1em;
    }
    #bg>div>div>span{
        font-size: 0.8em;
    }
}
@media only screen and (max-width: 370px){
    #bg>div>div>span{
        font-size: 0.65em;
    }
}