@import url('https://fonts.googleapis.com/css?family=Josefin+Sans|Merienda');
body{
    margin: 0;
    padding: 0;
    color: #ffffff;
    background:  #FFF;
    height:100% !important;
}
.init{
    background:url('../img/bg-index.jpg') no-repeat top center; 
    background-size: contain;
    height:722px;
    overflow: hidden;
}
.inicio h1 {
    font-size:50px;
    padding-top:150px;
    padding-bottom:50px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #000;
}

.inicio h6{
    font-size:20px;
    text-transform: uppercase;
    text-shadow: 1px 1px 2px #000;
}
.inicio img{
    margin-top: 50px;
}
.inicio a{
    margin-top: 50px;
    font-size: 20px;
}
