input, button {
    outline: none !important;
}

body {
    font-family: 'Open Sans', sans-serif;
}

.__header {
	margin: 50px 0;
}

.__header img {
	max-width: 100%;
	margin: 0 auto;
}

.list-interest {
    list-style: none;
}

.list-interest li {
    cursor: pointer;
    display: inline-block;
    width: 180px;
    height: 130px;
    margin: 7px 5px;
    line-height:130px;
    text-align: center;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}

.list-interest li a,
.list-interest li a:hover,
.list-interest li a:active {
    text-decoration: none;
}

.list-interest li span {
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    color: white;
    font-weight: 300;
    font-size: 100%;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(218, 39, 255, 0.83);
    -webkiz-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.list-interest li:hover,
.list-interest li span:hover {
    background-color: rgba(0, 0, 0, .9);
}

.list-interest-selected {
    -webkiz-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    background-color: rgba(92, 184, 92, .8) !important;
}

.titulo {
    color: #b70812;
}

.form-error, .form-success {
    display: none;
}
.widget-right {
    background: none !important;
}
.panel-orange   .large, .panel-orange   .text-muted { color: white; }
.panel-blue     .large, .panel-blue     .text-muted { color: white; }
.panel-red      .large, .panel-red      .text-muted { color: white; }

@media (max-width: 648px) {
    .list-interest {
        padding: 0;
        margin: 0;
    }
    .list-interest li {
        display: block;
        min-width: 100%;
        margin: 10px 0;
    }
}