body{
    background-color: black;
}

#barra_superior_a{
    height: 200px; 
    background-color: black;
    background-image: url("../img/logo_pc.png");
    background-repeat: no-repeat;
}

#barra_superior_a_texto1{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    margin-left: 50%;
    margin-right: 30%;
    transition: .5s ease-in-out;
}

#barra_superior_a_texto2{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    margin-left: 50%;
    margin-right: 30%;
    transition: .7s ease-in-out;
}
#barra_superior_a_texto3{
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    margin-left: 50%;
    margin-right: 30%;
    transition: .9s ease-in-out;
}

#barra_superior_b{
    height: 200px; 
    background-color: black;
}

#barra_superior_b_linha_1{
    margin-left: 10px;
    height: 100px; 
    background-color: black;
    float: right;
}

#barra_superior_b_linha_1_login{
    background-color: black;
    float: right;
    padding-top: 10px;
}

#barra_superior_b_linha_1_label{
    color: white;
    font-weight:normal;
    padding-left: 1px;
    padding-right: 1px;
    cursor: pointer;
}

#barra_superior_b_linha_1_login_email{
    width: 180px;
}

#barra_superior_b_linha_1_login_senha{
    width: 140px;
}

#barra_superior_b_linha_1_botao{
    color: white;
    text-decoration: none;
    padding: 4px;
    border: 1px solid darkgrey;
    background-color: black;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

#barra_superior_b_linha_1_cadastro{
    width: 70px;
}

#barra_superior_b_linha_1_sair{
    width: 80px;
}

#barra_superior_b_linha_1_inicio{
    width: 50px;
}

#barra_superior_b_linha_2{
    height: 100px; 
    background-color: black;
}

.input-group-btn:last-child>.btn{
    background-color:darkgrey;
    border-color: white;
    color: black;
}

.input-group .form-control:first-child{
    border-style: none;
    border-color: black;
}

ul#ui-id-1.ui-menu.ui-widget.ui-widget-content.ui-autocomplete.ui-front{
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    cursor:pointer;
    list-style-type: none;
    color: black;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 20%;
    z-index: 200;
}

div.ui-helper-hidden-accessible{
    visibility: hidden;
}

.ui-menu-item-wrapper{
    padding-top: 5px;
    padding-bottom: 5px;
}

.ui-menu-item-wrapper:hover{
    font-size: 16px;
    font-weight: 700;
    padding-top: 5px;
    padding-bottom: 5px;
}

#corpo_a{
    height: 600px; 
    background-color: black;
}

a.prev,a.next {
	height:91px;
	position:absolute;
	width:43px;
	top:50%;
	margin-top:-30px;
	opacity:0.6;
	text-indent:-99999px;
	cursor:pointer;
}

a.prev:hover,a.next:hover {
	opacity:1;
}

.prev {
	left:0;
	background: black;
    background-image: url("../img/left.png");
    background-repeat: no-repeat;
}

.next {
	right:0;
	background: black;
    background-image: url("../img/right.png");
    background-repeat: no-repeat;
}

.corpo_a_slider {
	height:100%;
	position: relative;
    display: flex;
}

li#no-js-slider-1.slide{
    left:0;
}

li#no-js-slider-2.slide{
    left:0;
}

.slide {
	position:absolute;
	height:100%;
	width:100%;
    list-style-type: none;
}

.corpo_a_slider .slide:target {
	z-index: 100;
}

#corpo_a img {
	width:100%;
    height: 100%;
}

#corpo_b{
    height: 600px; 
    background-color: black;
}

#corpo_b_lista{
    padding-top: 10px;
}

#barra_inferior{
    height: 50px;
    background-color: gray;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    transition: .5s ease-in-out;
    padding-top: 15px;
}

#titulo_cadastro{
    text-align: center;
    color: white;
}

#formulario_cadastro #input_formulario_id:focus{
    border: none;
    box-shadow: 0 0 0 0;
    outline: 0;
}

#formulario_cadastro #input_formulario_id{
    width: 150px;
    font-size: 14px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: black;
    background-color: white;
    border: none;
    box-shadow: 0 0 0 0;
    outline: 0;
}

#formulario_cadastro #input_formulario{
    width: 30%;
    font-size: 14px;
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    color: black;
}

#formulario_cadastro{
    color: white;
    background-color: black;
    text-align: center;
    border-color: black;
}

#submit_formulario{
    font-size: 20px;
    width: 20%;
    border-radius: 12px;
    color: black;
}

#espaco_antes_do_footer{
    height: 200px;
}

.table thead{
    background: #ccc;
}

.table{
    background-color: white;
}

#botao_limpar_pesquisa{
    margin-left: 100px;
}

/*tablet*/
@media screen and (min-width:768px) and (max-width:992px) {
    #barra_superior_b_linha_1{
        height: 50px;
    }

    #barra_superior_b_linha_2{
        height: 50px;
    }

    #barra_superior_b{
        height: 100px;
    }

    #barra_superior_b_linha_1_login{
        float: right;
        width: 100%;
        background-color:black;
    }

    #formulario_cadastro #input_formulario{
        width: 500px;
    }
    
    #submit_formulario{
        width: 300px;
    }
}

/*smartphone*/
@media screen and (max-width:768px) {
    #barra_superior_a_texto1{
        margin-left: 60%;
        justify-content: center;
        align-items: center;   
    }

    #barra_superior_b_linha_1{
        height: 80px;
    }

    #barra_superior_b_linha_2{
        height: 80px;
    }

    #barra_superior_b{
        height: 160px;
    }

    #barra_superior_b_linha_1_login{
        width: 100%;
        background-color:black;
    }

    #botao_limpar_pesquisa{
        margin-left: 10px;
    }

    #barra_superior_b_linha_1_sair{
        width: 40px;
    }

    #barra_superior_b_linha_1_login_email{
        width: 160px;
    }

    #barra_superior_b_linha_1_login_senha{
        width: 140px;
    }
    
    #formulario_cadastro #input_formulario{
        width: 250px;
    }

    #submit_formulario{
        width: 250px;
    }

    .table{
        width: 90%;
    }

    .table thead{
        display: none;
    }

    .table tbody td{
        display: flex;
        flex-direction: column;
    }

    .table tbody tr:nth-child(2n){
        background: #ccc;
    }    
}