/*
Theme Name: Screen Century
Theme URI: https://alexfrsantos.com/
Author: AlexFRSantos
Author URI: https://alexfrsantos.com/
Description: Custom Theme

Text Domain: screencentury
Version: 1.2.0

Copyright (c) 2016 AlexFRSantos
*/


/*------------------------ Geral ---------------------- */
html,
body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

body {
	font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	padding:0; margin:0;
	font-size: 10px; /* reset font */
	font-weight: 400;
	line-height: 130%;
	color: #333;
	overflow-x: hidden !important;
	position: relative;
}

.font-orbitron{
	font-family: "Orbitron","Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
}


h1{font-size:3.6em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Orbitron","Helvetica Neue",Helvetica,Arial,sans-serif;}
h2{font-size:3.0em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Orbitron","Helvetica Neue",Helvetica,Arial,sans-serif;}
h3{font-size:2.4em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0; font-family: "Orbitron","Helvetica Neue",Helvetica,Arial,sans-serif;}
h4{font-size:2.0em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
h4.h-xs{font-size:1.0em; font-weight: 400; line-height:140%; padding:0; margin:0 0 10px 0;}
h5{font-size:1.6em; font-weight: 400; line-height:130%; padding:0; margin:0 0 10px 0;}
h6{font-size:1.4em; font-weight: 400; line-height:140%; padding:0; margin:0 0 10px 0;}
small{}

p{font-size:1.3em; font-weight: 400; line-height:140%; padding:0; margin:0 0 10px 0; }  /*max-width recomendado: font x 30 = 390px */
ul,ol,.content {font-size:1.3em; font-weight: 400; line-height:140%; }

dd,span{}

.pre-line{white-space:pre-line;}

.legend{font-size:1.2em; line-height:140%;}
.legend-2{font-size:0.9em; line-height:140%;}

b{font-weight: 600;}
em {font-style: italic}

abbr[data-original-title], abbr[title]{
	border-bottom: 0px dotted #777;
}

hr{
    border: 0;
    height: 2px;
    background: #333;
	width: 90%;
	margin-left:0px;
	margin-right:0px;
}

blockquote {
  font-size: 1.3em;
  border-left: 3px solid #9b1400;
  padding: 15px;
  white-space:pre-line;
}

address{

}

iframe{
    position: relative;
    display: block;
    border: 0;
}

object{
	position: relative;

}

/*
img{
	width:100%;
	height: auto;
	position: relative;
	display:block;
}*/

.article-img img{
	width:100%;
	height: auto;
	position: relative;
	display:block;
}


.fullscreen{
	height: 100%;
	display: block;
	position: relative;
}


.full-65{
	height: 65% !important;
}

.full-90{
	height: 95% !important;
}

@media (max-width: 767px) {

	.full-90{
		height: auto!important;
	}
	.fullscreen {
	    height: auto;
	    display: block;
	    position: relative;
	}
}



/*Estilos links */

a.a-red:link,
a.a-red:visited {
	color: #9b1400;
}

a.a-blue:link,
a.a-blue:visited {
	color: #00a5d6;
}

a{color: #337ab7;  text-decoration: none; outline:0;}

a:link,
a:visited {
	color: #337ab7;
}

a:active,
a:hover,
a:focus {
	color: #777777;  text-decoration: none; outline:0;
}




/*Estilos texto */
.t-black {
  color: #231f20 !important;
}

.t-white {
  color: #ffffff !important;
}

.t-gray {
  color: #999 !important;
}

.t-red {
  color: #9b1400 !important;
}

.t-blue {
  color: #00a5d6 !important;
}

.t-gradient {
	color: #e51f33;
	background: -webkit-linear-gradient(left, #fe0237,  #c45379, #cc4665);
	background: -moz-linear-gradient(left, #fe0237,  #c45379, #cc4665);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.t-shadow{
	text-shadow: 2px 2px 3px rgba(50, 50, 50, 0.6);
}

.line-b-center:after {
	position: relative;
	content: '';
	bottom: -3px;
	width: 36px;
	height: 3px;
	margin-top: 6px;
	margin-left: 50%;
	margin-bottom: 12px;
	left: -18px;
	display: block;
	background-color:#9b1400;
}



.line-t-center:before {
	position: relative;
	content: '';
	bottom: 10px;
	width: 36px;
	height: 3px;
	margin-top: 6px;
	margin-left: 50%;
	margin-bottom: 0px;
	left: -18px;
	display: block;
	background-color: #9b1400;
}

/*Limitar texto por x linhas */

.txt-limit-1 {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 16px;
    line-height: 18px; /* fallback */
    height: 18px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
}


.txt-limit-2 {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; /* fallback */
    height: 32px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 2; /* number of lines to show */
    -webkit-box-orient: vertical;

}


p.txt-limit-3 {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; /* fallback */
    height: 48px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 3; /* number of lines to show */
    -webkit-box-orient: vertical;
	width: 100%;

}

p.txt-limit-5 {
	margin: 5px 0px 0px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;  /* fallback */
    display: -webkit-inline-box;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px; /* fallback */
    height: 80px; /* fallback (line-height x X ) */
    -webkit-line-clamp: 5; /* number of lines to show */
    -webkit-box-orient: vertical;
	width: 100%;

}


/*Centrar verticalmente */
.v-outer {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position:absolute;
}

div.v-align {
    width: 100%;
	height: 100%;
	min-height: 100%;
    display: table !important;
	position: absolute;
}

div.v-middle {
	display: table-cell !important;
	vertical-align: middle;
}


@media (max-width: 767px) {

	div.v-align{
	    position: relative;
	}
}


/*Espacamentos*/
.mt-00 {margin-top: 0px !important;}
.mt-10 {margin-top: 10px !important;}
.mt-15 {margin-top: 15px !important;}
.mt-20 {margin-top: 20px !important;}
.mt-30 {margin-top: 30px !important;}
.mt-40 {margin-top: 40px !important;}
.mt-50 {margin-top: 50px !important;}
.mt-60 {margin-top: 60px !important;}
.mt-70 {margin-top: 70px !important;}
.mt-80 {margin-top: 80px !important;}
.mt-90 {margin-top: 90px !important;}
.mt-100{margin-top: 100px !important;}
.mt-150{margin-top: 150px !important;}

.mb-00 {margin-bottom: 0px !important;}
.mb-10 {margin-bottom: 10px !important;}
.mb-15 {margin-bottom: 15px !important;}
.mb-20 {margin-bottom: 20px !important;}
.mb-30 {margin-bottom: 30px !important;}
.mb-40 {margin-bottom: 40px !important;}
.mb-50 {margin-bottom: 50px !important;}
.mb-60 {margin-bottom: 60px !important;}
.mb-70 {margin-bottom: 70px !important;}
.mb-80 {margin-bottom: 80px !important;}
.mb-90 {margin-bottom: 90px !important;}
.mb-100 {margin-bottom: 100px !important;}

.mag-00{margin: 0px!important}

.mr-05{margin-right:5px}
.ml-05{margin-left:5px}

.pr-05{padding-right:5px}
.pl-05{padding-left:5px}
.pr-15{padding-right:15px}
.pl-15{padding-left:15px}


.pad-00{padding: 0px !important;}
.pad-10{padding-top: 10px !important; padding-bottom: 10px !important;}
.pad-15{padding-top: 15px !important; padding-bottom: 15px !important;}
.pad-20{padding-top: 20px !important; padding-bottom: 20px !important;}
.pad-30{padding-top: 30px !important; padding-bottom: 30px !important;}
.pad-40{padding-top: 40px !important; padding-bottom: 40px !important;}
.pad-50{padding-top: 50px !important; padding-bottom: 50px !important;}
.pad-60{padding-top: 60px !important; padding-bottom: 60px !important;}
.pad-70{padding-top: 70px !important; padding-bottom: 70px !important;}
.pad-80{padding-top: 80px !important; padding-bottom: 80px !important;}
.pad-90{padding-top: 90px !important; padding-bottom: 90px !important;}
.pad-100{padding-top: 100px !important; padding-bottom: 100px !important;}
.pad-100-50{padding-top: 100px !important; padding-bottom: 50px !important;}
.pad-custom{padding-top: 120px !important; padding-bottom: 60px !important; padding-right: 20px !important;  padding-left: 20px !important;}


@media (max-width: 991px) {
.pad-custom{padding-top: 120px !important; padding-bottom: 60px !important; padding-right: 15px !important;  padding-left: 15px !important;}	
}
@media (max-width: 767px) {
.pad-custom{padding-top: 60px !important; padding-bottom: 15px !important; padding-right: 15px !important;  padding-left: 15px !important;}	
}

.frame-t{
	border-top: 50px  solid #fff;
}

.frame-b{
	border-bottom: 50px  solid #fff;
}

.frame-lr{
	border-left: 50px  solid #fff;
	border-right: 50px  solid #fff;
}

.frame-border{
	border: 3px solid #cfb53b;
	margin-left: -0px;
	margin-right: -0px;
	margin-top: -0px;
    margin-bottom: -0px;
}


.z-1{z-index: 1;}
.z-2{z-index: 2;}
.z-3{z-index: 3;}


/*Backgrounds*/
.bg-full-center{
	background-repeat:	no-repeat;
	background-position: center center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.bg-full-top{
	background-repeat:	no-repeat;
	background-position: top center;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.bg-fixed{background-attachment: fixed !important;}
@media (max-width: 767px) {.bg-fixed{background-attachment: scroll !important;}}


.position-absolute{
	position: absolute;
}


/* position fixed*/
.position-fixed{
	top:0;
	left:0;
	bottom:0;
	right:0;
	width:100%;

	z-index: 0;
	position: fixed;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	margin: 0;
}

section,header,footer{
	z-index: 1;
	position: relative;
	overflow:hidden;
}

.bgvideo-container{
	position: fixed;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
}


.bgvideo,
.bgvideo-img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	min-width: 50%;
	min-height: 50%;
	width: auto;
    height: auto;
}

.bgvideo{
	display: none;
}

.filter .bgvideo-img{
	-webkit-filter: blur(6px) contrast(1) opacity(80%);
    filter: blur(6px) contrast(1) opacity(80%);
}

.bg-black {
	background-color: #323232;
	background-color: rgba(50,50,50,1);
}

.bg-black-texture {
	background-color: rgba(0,0,0,0.1);
	background-repeat:	repeat;
	background-image: url(img/video/grid.png)

}

.bg-black-alpha {
	background-color: #000;
	background-color: rgba(0,0,0,0.6);
}

.bg-white {
	background-color: #fff;
	background-color: rgba(255,255,255,1);
}

.bg-white-alpha {
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
}

.bg-gray {
	background-color: #787878;
	background-color: rgba(120,120,120,1);
}

.bg-gray-light {
	background-color: #dddddd;
	background-color: rgba(220,220,220,1);
}

.bg-gray-light-2 {
	background-color: #bbbbbb;
	background-color: rgba(235,235,235,1);
}

.bg-gray-alpha {
	background-color: #787878;
	background-color: rgba(120,120,120,0.7);
}

.bg-red {
	background-color: #9b1400;
}

.bg-red-alpha {
	background-color: #9b1400;
	background-color: rgba(154,0,0,0.5);
}


.bg-blue {
    background-color: #00a5d6;
}

.bg-blue-alpha {
    background-color: #00a5d6;
    background-color: rgba(0,165,214,0.5);
}



.bg-shadow{
	-webkit-box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
	box-shadow: 0px 27px 23px -24px rgba(0,0,0,0.4);
}

/*Limitar imagens proporcionalmente*/

div.shape-img {
	overflow: hidden;
	display: block;
	position: relative;
	background-color: #337ab7;
}

div.shape-img>img {
	width: 100%;
	height: auto;
	position: relative;
	display: block;
}

div.shape-img>div {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	text-align:center;
	opacity: 1;
}

div.shape-img>div img {
    width: 100%;
	height: auto;
    min-width: 100%;
	min-height: 100%;
    max-width: 178%;
    display: block;
}

/*Animacoes*/
.transition{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*btn*/
.btn-primary{
	color: #fff !important;
	border-radius: 0;
	border: 0;
	background-color: #9b1400;
	outline-color:  #9b1400;
}

.btn-primary:active,
.btn-primary:active:hover,
.btn-primary:active:focus,
.btn-primary:focus,
.btn-primary:hover{
	background-color: #777;
	border-color: #777;
	outline-color:  #777;
}


a.btn-primary[href='']{
    display: none;
}


a.btn-blue{
	background-color: #00a5d6;
	outline-color:  #00a5d6;
}

/*------------------------ Custom Styles ---------------------- */


.navbar.navbar-default{
	background-color: transparent;
    border:0px;
	margin-top: 20px;
}

.navbar-nav{
	margin-right: 15px;
	margin-left: 15px;
}

.nav>li>a {
    padding: 7px 7px;
	margin: 8px 0px;
}

nav.navbar.navbar-default.top-nav-collapse {
	background-color: #222;
	background-color: rgba(34,34,34,0.94);
	margin: 0px;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover{
	color: #888;
}


.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover{
	color: #fff;
    background-color: transparent;
	border: 1px solid #888;
}






@media (max-width: 767px){
	.navbar-default .navbar-collapse,
	.navbar-collapse.in{
		max-height: none;
		padding: 0px;
		width: 100%;
		float: right;
		background: #222;
		position: fixed;
		left: 0px;
		right: 0px;
		border: 0px;
		text-align: center;
	}

	.nav>li>a{
		padding: 7px;
		margin: 8px 0px 8px 0px;
	}

	.navbar-default .navbar-toggle .icon-bar{
		background-color: #fff;
	}


	.navbar-toggle{
		margin: 10px 0px 10px 0px;
		border: 0px;
		background: transparent !important;
	}

	.navbar-toggle:hover {
	  background: transparent !important;
	}
	.navbar-toggle.open .icon-bar {
	  width: 22px;
	  transition: all 0.2s;
	}
	.navbar-toggle.open .top-bar {
	  transform: rotate(45deg);
	  transform-origin: 10% 10%;
	}
	.navbar-toggle.open .middle-bar {
	  opacity: 0;
	}
	.navbar-toggle.open .bottom-bar {
	  transform: rotate(-45deg);
	  transform-origin: 10% 90%;
	}

}







nav .menu .navbar-brand {
	top: 0;
	height: 80px;
	position: relative;
	padding: 5px ;
	width: 100%;
	margin-left: 0px !important;
	text-align: center;

}
nav.top-nav-collapse .menu .navbar-brand {
	height: 50px;
	padding: 5px ;
}


nav .menu .navbar-brand img.brand-icon,
nav.top-nav-collapse .menu .navbar-brand img.brand-icon{
	height: 100%;
	width: auto;
}


footer .brand-2 img {
    height: auto;
    position: relative;
    width: 150px;
    margin: 0 auto;
    display: block;
}

footer .col-xs-12 ul {
    display: table;
    margin: 0 auto;
}

.absolute-b{
	position: absolute;
	bottom: 0px;
	right: 0px;
    left: 0px;
	z-index:1;
}


.v-line{
	height: 20px;
}
.v-line .col-xs-6:before {
	position: absolute;
	display: block;
	content: "scroll";
    z-index: 2;
	width: 30px;
	height:20px;
	text-align:center;
	color: #fff;
	left: -15px;
	top: -20px;
}

.v-line .col-xs-6:after {
    position: absolute;
	display: block;
	content: "";
    z-index: 2;
	width: 1px;
	height: 60px;
	background-color: #fff;
	left: 0px;
}



.skew::before {
    content: "";
    position: absolute;
    z-index: 3;
	bottom: 0;
    top: 0;
    right: 0px;
    height: 100%;
	width: 100%;

	background-image: url("img/base/bg.png");
	background-repeat: no-repeat;
     background-size: 100% 100%;

}





#servicos .icon{
	position: relative;
    height: 50px;
    width: 50px;
    margin-top: 14px;
    margin-bottom: 20px;
}
#servicos .icon-text img,
#servicos .icon img{
	width: 100%;
	height: auto;
}
#servicos .icon-text{
	margin-top: -50px;
	margin-left: 73px;
    padding: 0px 25px 25px 0px;
}



div.shape-img:hover>div img{
	opacity: 0.3;
	-moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}

.shape-img .caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;
}
.shape-img .caption:hover {
    opacity: 1;
    -moz-transition: opacity linear .3s;
    -webkit-transition: opacity linear .3s;
    -o-transition: opacity linear .3s;
    transition: opacity linear .3s;

}
.shape-img .caption i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #337ab7;
    background-color: #fff;

	position: absolute;
    top: 45%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}


.shape-img .caption .txt-limit-2 {
    text-align: center;
    color: #fff;
    position: absolute;
    top: 55%;
    left: 15%;
    right: 15%;
}


#index h4{
		margin-bottom: 10px !important;
	}

#index .post-meta ul li {
	padding-right: 30px;
	display: inline-block;
	margin-bottom: 5px;
}


.pager li>a,
.pager li>span{
	border-radius: 0px;
	padding:7px;
}



.btn-lre{
    width: 120px;
    height: 45px;
	display:inline-block;
	vertical-align: middle;
	
	background-color: transparent;	
	background-image: url(img/icon/livro-reclamacoes-g.png);
	background-repeat: no-repeat;
	background-size: auto 99%;
	background-position: left bottom;  
}
.btn-lre:hover, 
.btn-lre:focus, 
.btn-lre:active{
	background-image: url(img/icon/livro-reclamacoes-v.png);
}


#cookies-modal.modal {
    left: 0px;
    top: auto;
    right: auto;
	z-index: 999;
	padding: 0px !important;
}
#cookies-modal .modal-dialog{
	margin: 10px !important;
	display: inline-block;
}


/*------------------------ Responsive Styles ---------------------- */
@media (min-width: 1200px){

}

@media (max-width: 991px) {
	nav .menu .navbar-brand {
		height: 50px;

	}
}

@media (max-width: 767px) {
	body{
		font-size: 9px; /* reset font */
	}

	h1{font-size:2.6em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0;}
	h2{font-size:2.4em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0;}
	h3{font-size:2.2em; font-weight: 600; line-height:130%; padding:0; margin:0 0 10px 0;}

	.navbar.navbar-default{
		margin-top: 0px;
	}
	nav.top-nav-collapse .menu .navbar-brand,
	nav .menu .navbar-brand {
		height: 50px;
		padding: 5px 0px 5px 0px ;
	}


}

@media (max-width: 480px) {

}
