@font-face{
    font-family: "Athena";
    src: url("../fonts/Athena-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

#header{
    width: 100%;
    height:80px;
    background-color: #1C232B;
    padding: 0px;
    margin: 0px auto;
}

#header h1{
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding-top: 30px;
    font-size: 20px;
    display: block;
    text-align: center;
    font-family: 'Abril Fatface', cursive;
}

#image_sign{
    width: 100%;
    height: auto;
}

.titles{
    color: #7E7859;
    font-weight: 900;
}

.subtitle{
    color: #7E7859;
}

.subtitle_little{
    font-weight: 550;
}

.bar{
    width: 100%;
    height:70px;
    background-color: #817b5B;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
}

.bar h1{
    width: 100%;
    margin: 0px auto;
    color: #fff;
    padding-top: 15px;
    font-size: 35px;
    display: block;
    text-align: center;
    font-family: 'Athena';  
} 

@media (max-width: 500px){
    .bar h1{
        font-size: 30px;
    }
}

.italic {
    font-style: italic;
}
#content{
	/*Comit de pruena*/
	text-align:justify;
	padding-top:20px;
}

.same-height-col{
    display: flex;
    margin: 10px;
}
