div.topo{
	margin-top: 10%;
	text-align: center;
}
div.card{
    border: none !important;
}
div.card-body{
    border-bottom: 1px solid #dee2e6;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

/*
========================
======================== ACESSO
========================
*/
body h1, h2, h3, h4, h5, h6, p{
    color: #202223;
}

body{
    background-image: url(../../img/bg/bg-full.png);
    background-repeat: no-repeat;
    background-color: #e2e5e8;
    background-attachment: fixed;
}

section#login{
    width: 60%;
    float: right;
    margin-top: 80px;
}

section#login section.secao{
    overflow: hidden;
}

section#login #acesso{
    width: 40%;
    float: left;
}

section#login #acesso h1 img{
    width: 140px;
    /*height: 140px;*/
}

section#login #acesso h2{
    font: 22px 'Barlow';
    font-weight: 500;
    margin: 20px 0;
}

section#login #acesso .box{
    width: 50%;
    font-weight: 300;
    text-align: center;
    padding: 16px 0;
    float: left;
}

section#login #acesso .box a{
    font: 16px 'Barlow';
    color: #202223;
    text-decoration: none;

    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

section#login #acesso .box a:hover{
    color: red;
}

/*FORMULÁRIO*/
section#login #acesso form{
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}


section#login #acesso label{
    display: block;
    margin-bottom: 10px;
}

section#login #acesso input[type="text"],
section#login #acesso input[type="password"]{
    width: 100%;
    padding: 18px 10px;
    border: none;
    font: 16px 'Barlow';
    font-weight: 300;
    border: 1px solid #ccc;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

section#login #acesso input[type="text"]:focus,
section#login #acesso input[type="password"]:focus{
    border: 1px solid #40b4dc;

    -webkit-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
    box-shadow: 0px 0px 10px 0px rgba(204,204,204,1);
}

section#login #acesso input[type="submit"],
section#login #acesso input[type="button"]{
    width: 50%;
    float: left;
    font-size: 16px;
    background-color: #115b92;
    font: 20px 'Barlow';
    font-weight: 500;
    color: #FFF;
}

section#login #acesso .btn-acessar, section#login #acesso .btn-protocolo-externo, a.btn-chamado {
    display: inline-block;
    cursor: pointer;
    padding: 14px;
    background: #40b4dc;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border: none;
    text-transform: uppercase;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    -webkit-appearance: none;
    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

a.btn-chamado{
    width: 50%;
    float: left;
    font-size: 16px;
    background-color: #115b92;
    font: 20px 'Barlow';
    font-weight: 500;
    color: #FFF;
    margin: 0 0px 30px 30px;
}

section#login #acesso .btn-acessar:hover, a.btn-chamado:hover{
    background: #40b4dc;
}

section#login #acesso .btn-protocolo-externo{
    float: none!important;
    background: #656565!important;
    width: 50%;
    font: 15px 'Barlow';
    font-weight: 500;
}

section#login #acesso .btn-protocolo-externo:hover{
    background: #979797!important;
}

section#login #acesso div.div-protocolo-externo{
    margin: 80px 0 0 0;
    padding: 20px 0 20px 0;
    border-top: 1px solid #252525;
    border-bottom: 1px solid #252525;
}

section#login #acesso form h3 a{
    width: 50%;
    font: 16px 'Barlow';
    font-weight: 300;
    text-align: center;
    padding: 16px 0;
    float: left;
    color: #202223;
}

section#login #acesso form h3 a:hover{
    color: #40b4dc;
}



/*
========================
======================== CONSULTA
========================
*/
#tab-consulta button.nav-link active{
    background-color: #ffffff8a !important;   
}

#conteudo-tab-consulta{
    background-color: #ffffff8a;
    border-radius: 0px 5px 5px 5px;
    padding: 10px;
    margin: 0.5px;
}


/*
========================
======================== AVISOS
========================
*/
section#login #avisos{
    width: 40%;
    float: left;
    margin-left: 5%;
    background-color: #FFF;
    margin-top: 206px;

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

section#login #avisos h2{
    font: 24px 'Barlow';
    font-weight: 600;
    color: #1168ad;
    margin-top: 20px;
    padding: 14px 30px;
    border-left: 6px solid #f7c221;
}

section#login #avisos .carousel article h3{
    font: 20px 'Barlow';
    font-weight: 400;
    padding: 20px 30px;
}

section#login #avisos .carousel article p{
    font: 15px 'Barlow';
    font-weight: 300;
    padding: 0 30px;
    line-height: 24px;
    margin-bottom: 25px;
}

/*DOTS*/
.carousel .slick-dots{
    margin-top: 10px;
    text-align: center;
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
}

.carousel .slick-dots li{
    display: inline-block;
}

.carousel .slick-dots li button{
    background: #f7c221;
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px;
    cursor: pointer;

    font-size: 0;
    outline: 0;
    padding: 0;
    border: 0;

    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;

    -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out, color 0.2s ease-out;
    transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.carousel .slick-dots li:hover button{
    background: #1168ad;
}

.carousel .slick-dots li.slick-active button{
    background: #1168ad;
}

/*
========================
======================== COPYRIGHT
========================
*/
section#login #copyright{
    padding: 40px 0px 60px;
}

section#login #copyright h2{
    width: 100%;
    font: 16px 'Barlow';
    font-weight: 300;
}

section#login #copyright h2 a{
    font: 16px 'Barlow';
    font-weight: 300;
    color: #1168ad;
}

/*
========================
======================== MEDIA QUERIES
========================
*/
@media only screen and (max-width: 1680px){
    /*LOGIN*/
    section#login{width: 40%; margin-right: 5%; margin-top: 30px;}
    section#login #acesso{width: 100%;}

    /*AVISO*/
    section#login #avisos{
		width: 100%;
		margin-left: 0%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1366px){
    /*LOGIN*/
    section#login{width: 40%; margin-right: 5%; margin-top: 30px;}
    section#login #acesso{width: 100%;}

    /*AVISO*/
    section#login #avisos{
		width: 100%;
		margin-left: 0%;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 1024px){
    /*BACKGROUND*/
    body{
		background-image: url(../../img/bg/bg-1024.png);
		background-repeat: no-repeat;
    }
}

@media only screen and (max-width: 768px){
    /*TÍTULOS*/
    section#login #acesso h2{color:#FFF;}
    section#login #copyright h2, section#login #copyright h2 a{color:#FFF;}
    section#login #acesso .box a{color:#FFF;}
    section#login #acesso .box a:hover{color: #f7c221;}
    /*BACKGROUND*/
    body{
    background-image: url(../../img/bg/bg-768.png);
    background-repeat: no-repeat;}
    /*LOGIN*/
    section#login{
        width: 100%;
        float: none;
        padding: 40px;
        margin: 20px auto;
    }
    section#login #acesso input[type="text"],
    section#login #acesso input[type="password"]{opacity: 0.8}
    /*DEFESA*/
    section#login #copyright h2{text-align: center;}
}

@media only screen and (max-width: 640px){
    /*BACKGROUND*/
    body{
    background-image: url(../../img/bg/bg-640.png);
    background-repeat: no-repeat;
    }

}

@media only screen and (max-width: 480px){
     /*LOGIN*/
    section#login{padding: 20px;}
    /*DEFESA*/
    section#login #copyright h2{text-align: center;}
    /*CAROUSEL*/
    section#login #avisos .carousel article h3,
    section#login #avisos .carousel article p{padding: 10px 20px;}
}
