/*
Theme Name: Epigram 2016
Description: tema Epigram 2016
Author: Rafael Henrique - epigram.com.br
Adapta??o: Pedro Henrique - basehq.com.br
Author URI: http://www.basehq.com.br/
*/

@import "bootstrap/css/bootstrap.min.css";
@import "bootstrap/css/bootstrap-theme.min.css";
@import "css/swiper.min.css";
@import "fonts/font-awesome/css/font-awesome.min.css";
@import "fonts/icomoon/style.css";
/*
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import "swiper.min.css";*/

body {  
    font-family: "Graphik Web Reg","Helvetica Neue",helvetica,Arial,sans-serif;  
    font-size: 1.3rem;     
    line-height: 1.77273rem; 
}

body,p,a,.icon-epigram{
    color: #337ab7;
    -webkit-transition: color 1s ease-in;
    -moz-transition: color 1s ease-in;
    -o-transition: color 1s ease-in;
    transition: color 1s ease-in;
}

button.navbar-toggle,.navbar-toggle .icon-bar{
    -webkit-transition: background 1s ease-in;
    -moz-transition: background 1s ease-in;
    -o-transition: background 1s ease-in;
    transition: background 1s ease-in;    
}

a{
    text-decoration: none;
}

a:hover{
    text-decoration: none;
}

body,#site{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

header{
    background: transparent;
    position: absolute;
    z-index: 3;
    width: 100%;
}

.navbar-nav>li>a{
    color: #0179d2;
    text-shadow: none;
}

.nav>li>a:focus, .nav>li>a:hover{
    background: none;
}

.navbar-nav {
    margin: 0 -15px;
    text-align: right;
}


.menu-links {
    margin: 50px 0 0 90px;
    position: absolute;
    top: 200px;
    z-index: 2;
}
#content{
    position: absolute;
    width: 100%;
    height: 100%;
    height: calc(100% - 47px);
}
.logotipo{width:65%}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 47px;
    border-top: solid 1px #0179d2;
    color: rgb(1, 121, 210);    
    font-size: 11px;
    line-height: 17.7273px;
}

footer p{
    line-height: 50px;
    margin-left: 80px;
}

footer .socials{
    margin-top: 13px;
}

footer .socials a{
    display: block;
    background: #0179d2;
    color: white;
    border-radius: 20%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

footer .socials a:hover{
    background: #098FF6;
}

button.navbar-toggle {
    border-radius: 50%;
    background: #0179d2;
    width: 24px;
    height: 24px;
    padding: 6px 6px;
    margin-top: 12px;
}

.navbar-toggle .icon-bar{
    background: white;
    width: 11px;
}

.navbar-toggle .icon-bar+.icon-bar{
    margin-top: 1px;
}

#banner{
    position: absolute;
    height: 100%;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: hidden;

    background-position: center top;
    background-size: cover;
}

.swiper-scroller {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    right: 20px;
}

.swiper-fix{
    position: absolute;
    width: 100%;
    top: 30px;
    left: 0;
    z-index: 1;
}
.swiper-fix p {text-align:center;margin-top:10px }

.swiper-fix p.links {text-align:justify}
#banner .absolute{
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#banner h2 {
    text-align: left;
    font-weight: 300;
    font-size: 50px;
    color: #0179d2;
    padding: 15px 0 0 0;
    font-family: 'Open Sans', sans-serif;
    line-height: 100%;
}


.icon-epigram{
    font-size: 35px;
    margin-bottom: 35px;
    display: inline;
    height: 35px;
    width: 35px;
}

.icon-epigram:before {
     content: "\e900";
    display: inline;
    float: left;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    margin-top: 6px;
}

a{
    font-size: 18px;
   
}



@media (max-width: 768px){
    .col-md-12,
    .col-md-8,
    .col-md-4{
        padding: 0;
    }
.logotipo{width:85%}
	footer a {font-size:10px !important}
	footer p {
    line-height: 13px;
    margin-left: 45px;
    margin-top: 10px;
}
    .icon-epigram{
        font-size: 18rem;
       /*  margin: 100px 0 0 0;
       text-align: center;*/
    }

    .icon-epigram{
        /*margin: 165px auto 0;*/
        font-size: 30px;
        height: 30px;
        width: 30px;
    }

    .icon-epigram:before {
        width: 30px;
        height: 30px;
        margin-left: 5px;
    }

    footer{
        font-size: 9px;
    }
}

@media(min-width: 400px) and (max-width: 600px){
    .icon-epigram{
        margin: 165px auto 0;
    }
}

@media (min-width: 768px){
    .navbar{display: none;}
}

@media (min-width: 1200px){
    .container {
        width: 1024px;
        padding:0;
    }
}


@media only screen and (max-device-width: 480px) and (max-device-height: 320px){
    footer{
        font-size: 11px;
    }
}


@media only screen and (max-device-height: 600px){
    .landscape .icon-epigram{
        margin-top: 0px;         
        font-size: 140px;
    }
}



.navbar-collapse{
    rgba(255,255,255, 0.9);
}

.navbar-collapse .navbar-nav>li>a{
    color: #5D5D5D !important;
}