#home{
    background: #cacaca;
    color: white;
}

.caixa{
    padding: 60px 0;
    border-bottom: 1px solid #e5e5e5;
    display: hidden;
}

footer p a{
    margin: 5px 15px;
}

.cabecalho{
    background-color: #cacaca;
}

.roboto{
    font-family: 'Roboto', sans-serif;
    font-size: 100px;
}

.chivo{
    font-family: 'Chivo', sans-serif;
}

.format-img{
    height: 500px;
}

.sombra:hover{
	box-shadow: 5px 10px 15px #FFD700 !important;
}

.svgcolor{
    color: #FFD700 !important;
}

.linkdourado:hover{
    color: #FFD700 !important;
}

.linkazul:hover{
    color: #238EE1 !important;
}

.resetMargin{
    margin: 0 !important;
}

.bg-blue{
    background-color: #138deb!important;
}

.sombra:hover{
	box-shadow: 5px 10px 15px #4a97ff;
}

#contact{
    background: url(img/backgroundContact.jpg)!important;
}