html, body 
{
    width: 100%;
    height: 100%;
    min-height: 100%;
    
    margin: 0;
    padding: 0;  
    
    display: flex;
    flex-direction: column;    
}

body{
    color: var(--text-color);
    font-family: 'Roboto', sans-serif;    
    
    background-color: var(--background-color);
}

#menu-responsive hr
{
    color:#fff;
}

.head-banner
{
    background-color: #000000;
    min-height: 100vh;
}

#videoContainersmall
{
    background: url("../images/girl-guitar.webp") no-repeat center center;
    background-size: cover;
}

.video-fixed
{
    width: 100%;
    height: 100%;    
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    
    opacity: 0.4;
    overflow-y: hidden;
}

.video-full-screen
{
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;

    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #888;
    text-decoration: underline;
}

a.btn:hover {
    color: #fff;
    text-decoration: none;
}

.form-box {
    background: #FFFFFF;
    box-shadow: 0px 4px 45px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 40px;
}

::-webkit-input-placeholder { /* Edge */
    color: #BBBBBB;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBBBBB;
}

::placeholder {
    color: #BBBBBB;
}

form label {
    color: #A9A9A9;
    margin-bottom: 2px !important;
}

.input-group {
    border-bottom: 1px solid #CCCCCC;
}

.faixa-azul {
    border-bottom: 4px solid #00D3D7;    
    padding: 5px 0;    
}

.box-feature
{
    border-radius: 20px;
    background: #1C1C1C;
}

table td
{
    border: 1px solid;
    padding: 5px;
}

table th
{
    border: 1px solid;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

.cardBackground
{
	background-color: #E3E3E3;
	margin-bottom:10px;
}

.youtube-review-btn {
    background-color: #fff;
    border-color: #fff;
    color: #000;
    border-radius: 12px !important;
    text-align: center;
    display: inline-flex;
    align-items: center;
}