body {
    background-color: #ebebeb;
}
.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.select2 *{
    border: 0px !important;
}
.select2 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-export{
    padding: .3rem .7rem !important;
    background-image: none !important;
    background-color: #0d6efd !important;
    color: #fff !important;
    border: 1px solid #0d6efd;
    opacity: 1;
    margin-left: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 1rem !important;
    border-radius: 0.3rem !important;
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

#logo-header-pc {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 8rem;
    float: none;
}
#logo-header-cel {
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 6rem;
    float: none;
}

#btn-contratar{
    margin-bottom: 6rem;
}

#card-login{
    margin-top: 8rem;
    margin-bottom: 8rem;
}
.dark-bg{
    background-color: #333333;
}

.black-bg{
    background-color: black;
}
.light-bg{
    background-color: rgb(255, 255, 255);
}

#navbar-principal a:link {
    background-color: transparent;
    text-decoration: none;
}

#navbar-principal{
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 500;
}

#navbar-principal .nav-item{
    color: black !important;
    font-size: 1.3rem !important;
}

#nav-superior .nav-item{
    color: white;
}

.id-pagina{
    margin-top: 4rem;
    margin-bottom: 3rem;
}

.id-pagina a{
    color: red;
    font-size: 3rem;
    font-weight: bold;
}

.conteudo-cliente{
    height: 75%;
}
.id-pagina:hover{
    color: red;
    font-size: 3rem;

}

.white-color{
    color: white;
}
.red-color{
    color: red;
}

.hover-red:hover{
    color: red;
}

#bottom-nav{
    height: 3rem;
}

.justified-text{
    text-align: justify;
    text-justify: auto;
}

#espacamento, .espacamento{
    margin-top: 10%;
    margin-bottom: 7.5%;
}

.bg-sig{
    background-color: rgb(240, 1, 7);
    color: white;
}

.btn-sig{
    border-radius: 10rem;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.25);
    size: 5rem;
}

header{
    font-size: 15px;
}

header ul {
    list-style-type: none;
    margin: 0;
    padding: 0.2rem 0rem;
    overflow: hidden;
    height: 100%;
    width: auto;
}

header li {
    float: left;
    height: 100%;
    padding: 0.5rem 0.5rem;
}


header a {
    display: block;
    text-align: center;
    padding: 5px;
    text-decoration: none;
    height: 100%;
    width: auto;
}

.informacao-mobile * {
    font-size: 2rem;
}
.nav-item:hover {
    color: red;
}
.nav-item a:hover {
    color: red;
}

header.col {
    width: auto;
}

#ResponsiveMenu1 li *{
    font-size: 1.2rem;
}

.navbar{
    padding: 0rem 1rem;
}
.navbar img{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}


#navbarSupportedContent{
    height: 100%;
}

header a:hover {
    color: red;
}

footer a:hover {
    color: red;
}

#link-hover:hover{
    color: red;
}

#row-header {
    width: 100%;
}

.red-divider{
    height: 0.4rem;
    background-color: red;
}

.border-divider{
    margin-bottom: 2rem;
    width: 15%;
    border-style: solid;
    border-bottom: 0.2rem;
    border-color: red;
}

.titulo1 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.titulo-informacional{
    margin-top: 7rem;
}

#carouselSIG {
    width: auto;
}

.carousel-indicators .active{
    background-color: #f70505;
    width: 30px;
}

.carousel-indicators li{
    width: 15px;
    height: 5px;
    background-color: rgb(245 5 5 / 50%);
    border-radius: 20rem;
}

.carousel-control {
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
}

/* .carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(0, 0, 0, 0.05);
} */

.card-header {
    margin-bottom: 20px;
}

.btn-white {
    background-color: white;
    color: black;
    opacity: 0.9;
}

.btn-red {
    background-color: rgb(255, 0, 9);
    color: white;
    opacity: .75;
}

.show {
    visibility: visible;
    opacity: 1;
}

.hide {
    visibility: hidden;
    opacity: 0;
}

#icon-consulta {
    position: absolute;
    right: 0;
}

.img-informacoes {
    position: center;
    margin-left: 1rem;
    margin-right: 1rem;
    width: 95%;
    height: auto;
}

#box-informacoes{
    margin-bottom: 10rem;
}

#box-informacao {
    margin-top: 10px;
    min-width: 70%;
    min-height: 500px;
    overflow: hidden;
}

#box-input {
    margin-top: 10px;
}

.informacao {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100%;
    padding: 25px;
    transition: visibility 0s, opacity .5s linear;
    position: absolute;
    top: 0;
    left: 0;
}

.informacao a {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.informacao a:hover {
    color: orangered;
}

.informacao li {
    margin-left: 10px;
    margin-right: 10px;
}

#container-footer{
    background-color: #333333;
}