Mini Shell

Direktori : /home/brasafestival/www/old/css/
Upload File :
Current File : /home/brasafestival/www/old/css/style.php

<style type="text/css">
body{
	color: #000;
	font-family: 'nexa', sans-serif;
	font-size: 16px;
	overflow-x: hidden;
	max-width: 100%;
}
html {
	max-width: 100%;
}
.transition, .tra {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/*Centraliza elementos absoluto*/
.abs-center{left: 50%; transform: translate(-50%, -50%);}

.img-fluid{
    max-width: 100%;
    height: auto;
}

@media(max-width: 1000px){
	body{text-align: center !important}
	html{
		overflow-x: hidden !important;
		max-width: 100% !important;
	}
}
.shadow{box-shadow: 0 .3rem 1rem rgba(0,0,0,0.1)}

body::-webkit-scrollbar{
	background:#ddd !important;
	width:15px;
}

body::-webkit-scrollbar-thumb{
	background-image: linear-gradient(to bottom, rgba(0,0,0,0.8), rgba(0,0,0,0.8))!important;
	width:40px;
	border-radius:0px !important;
	box-shadow: inset 2px 2px 2px rgba(255,255,255,.25), inset -2px -2px 2px rgba(0,0,0,.25);
}


@font-face {
  font-family: nexa;
  src: url(css/fonts/NexaSlabHeavy.ttf);
}

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

a:hover{text-decoration: none;}
ul{margin: 0; padding: 0;}

.clear{width: 100%; clear: both;}
.clear10{ height: 10px; }
.clear20{ height: 20px; }
.clear30{ height: 30px; }
.clear40{ height: 40px; }
.clear50{ height: 50px; }
.clear60{ height: 60px; }
.clear70{ height: 70px; }
.clear80{ height: 80px; }
.clear90{ height: 90px; }
.clear100{ height: 100px; }

.clear10,
.clear20,
.clear30,
.clear40,
.clear50,
.clear60,
.clear70,
.clear80,
.clear90,
.clear100 { width: 100%; clear: both; }

.cor1{ color: <?php echo $cor1 ?>; }
.cor2{ color: <?php echo $cor2 ?>; }
.cor3{ color: <?php echo $cor3 ?>; }
.bg1{ background-color: <?php echo $cor1 ?> !important; }
.bg2{ background-color: <?php echo $cor2 ?> !important; }
.bg3{ background-color: <?php echo $cor3 ?> !important; }

.center{margin-left: 0 !important; margin-right: 0 !important;}

.btn-padrao{
	padding:15px 40px;
	background: <?php echo $cor1 ?>;
	border: none;
	color: #fff;
	font-weight: bold;
	border-radius: 5px;
}
.btn-padrao:hover{ background: <?php echo $cor2 ?>; color: #fff;}


.btn-padrao2{
	padding:15px 30px;
	background: <?php echo $cor2 ?>;
	border: none;
	color: #fff;
	font-weight: bold;
}
.btn-padrao2:hover{ background: <?php echo $cor2 ?>; color: #fff;}

h2{ font-size: 30px; }
h5{ font-size: 14px; }

.breadcrumbs{
	width: 100%;
	float: left;
	background: url(img/bg-header.jpg) top center fixed;
	padding: 20px 0;
	color: #fff;
	text-align: center;
}
.breadcrumbs li{display: inline-block; opacity: 0.6}
.breadcrumbs i{margin: 0 10px}
.breadcrumbs h1{color: #fff; margin: 0; font-size: 40px; font-weight: bold;}
.breadcrumbs a{color: #fff;}

section{padding: 60px 0}
section h1{font-size: 40px; font-weight: bold; color: <?php echo $cor1 ?>;}

.form-control{
	border: none;
	border-bottom: solid 1px #eee;
	margin-bottom: 20px;
	height: 45px;
	border-radius: 0;
	box-shadow: none;
}
.form-control:focus{
	box-shadow: none;
	border-color: <?php echo $cor1 ?>;
}

@media(min-width: 1690px){
	.container{max-width: 1640px; width: 100%}
}

.instagram-images .item {
	width: 250px;
	height: 250px;
	overflow: hidden;
	padding:  0;
}

.instagram-images .item img {
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: "object-fit: cover;";       
}    

a[href="#top"] {
	z-index: 999;
	padding: 0px 15px 0 15px;
	position: fixed;
	top: 94%;
	left: 40px;
	display: none;
	font-size: 20px;
	color: #696969;
	border:solid 2px #ddd;
	background: #ddd;
	border-radius: 5px;
}
a[href="#top"]:hover{
	text-decoration: none;
	color: #fff;
	border: solid 2px #696969;
	background: #696969;
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.bt-whatsapp-flutuante {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	padding-top: 3px;
	padding-left: 1px;
	text-align: center;
	font-size: 25px;
	border-radius: 100px;
	background: #20CA61;
	box-shadow: 1px 2px 4px rgba(0,0,0, 0.6);
	z-index: 100;
}
.bt-whatsapp-flutuante i {
	font-size: 31px!important;
	color: #fff!important;
}
@media (max-width: 767px) {
	.bt-whatsapp-flutuante {
		bottom: 65px!important;
	}

	/* ajuste para o lighslider aparecer correto no responsivo */
}
.lg-outer .lg-img-wrap, .lg-outer .lg-item {position: relative !important}
.slideInRight{  animation-duration: 2s;}
.slideInLeft{  animation-duration: 2s;}
.slideInUp{  animation-duration: 2s;}
.slideInDown{  animation-duration: 2s;}
.zoomInDown{  animation-duration: 2s;}
</style>

Zerion Mini Shell 1.0