﻿.dban
{
    background-image: url("../img/estatico/budapest.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;          
    position:relative;
    text-align:right
}

.dban .back {  
  position: absolute;
  float:left;
  background-color:Black;
  background: url('../img/estatico/texture.png');
  top: 0;left: 0;bottom: 0;right: 0;  
}

.dban h1
{
    position:relative;
    text-align:center;
    padding:130px 0;
    font-size:60px;    
    color:#FFF;    
}

@media (max-width: 990px) 
{
    .dban h1 {   font-size:50px;  padding:80px 0;}
}

@media (max-width: 600px) 
{
       .dban h1 {   font-size:32px;  padding:50px 0;}
}

.dban h1 b
{
    color: #fcbf00;
}

.di1
{
    background-color:rgb(224, 224, 224);
    margin-top:20px;text-align:center;
    padding:50px;
    color:rgb(102, 102, 102);
}

.di1 h2 {font-size:46px;margin-bottom:10px;}

.di1 h3 {font-size:x-large;}

.di1 h4
{
    text-align:left;
    margin-bottom:15px;
    font-size:28px;
}

.di1 h4 i
{
    color: #fcbf00;
    margin-right:15px;
    padding-right:15px;
    border-right:solid 1px rgb(102, 102, 102);
    font-size:32px;   
}

.di1 p
{
    text-align:left;
    padding-left:70px;
}

.di2 {text-align:center;padding-top:30px;}
.di2 h2 {font-size:46px;margin-bottom:10px;}
.di2 h3 {font-size:x-large;}
.di2 .com
{
    padding:20px;
    text-align:left;    
    box-shadow: rgba(0, 68, 126, 0.3) 2px 2px 5px 0px;    
    margin-bottom:20px;
}

.di2 .com p
{
    float:right;
    width:75%;
}
.di2 .com .not
{
    clear:both;
    font-weight:bold;
    text-align:right;
    display:block;
    font-size:18px;
}
.di2 .com .avatar
{
    float:left;
    max-width:20%;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    box-shadow: inset 0 0 3px rgba(0,0,0,.3);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
}