@media print{
    /* .print-friendly{
        page-break-inside: avoid !important;
    } */

    div   { page-break-inside:avoid; } 

    .no-print{
        display: none;
    }
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

body {
    background-color: white;
}

body p, li{
    font-size: 1.2rem;
}
body small{
    font-size: 1rem;
}

.accordion div a{
    font-weight: bold;
}

.accordion a.collapsed::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f105";
    position: absolute;
    right: 0;
    margin-right: 1.2rem;
}

.accordion a::after{
    font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f107";
    position: absolute;
    right: 0;
    margin-right: 1.2rem;
}

.bottom-right-corner{
    position: absolute;
    bottom: 0;
    right: 0;
}

.info-box{
    background-color: #f3f3f3;
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.25);
}
.shadow-box{
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.25);
}
.flip-shadow-box{
    box-shadow: -10px 5px 5px rgba(0, 0, 0, 0.25);
}

.info-box * p{
    font-size: 1.3em;
}

.card-row{
    column-gap: 2rem;
}

#right-direction *{
    text-align: right;
}
#left-direction *{
    text-align: left;
}

.container-sig{
    padding: 0rem 3rem;
}

.parallax{
    background-attachment: fixed;
    background-repeat: no-repeat;
}

#parallax-pc{
    min-height: 50rem;
    background-position: center top;
    background-size: 100% auto;
}

#parallax-mobile{
    height: 70%;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

/* #parallax-mobile{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
} */

.parallax *{
    color: white;
    align-self: center;
}

.consulta-card{
    background-color: rgba(250, 250, 250, 0.76);
    margin: .5rem .5rem;
    border-radius: .5rem;
    height: 26rem;
}

.consulta-card:hover{
    box-shadow: -1px 4px 25px 8px rgba(0,0,0,0.2);
}

.consulta-card .card-title{
    font-weight: bold;
    text-align: center;
    /* color: rgb(255, 1, 1); */
    color: black;
    font-size: 1.4rem;
    margin: 0 1.2rem;
    margin-top: .5rem;
}
.consulta-card .card-text{
    margin: 2rem 0;
    font-size: 1.2rem;
}

.consulta-card-info{
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: white;
    transition: opacity .8s;
}

.consulta-card-info:hover{
    opacity: 1;
}

.card-img-top{
    width: 100%;
    height: 75%;
}

#logo-header-pc {
    margin-left: 3rem;
    margin-right: 3rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 18rem;
    float: none;
}
#logo-header-cel {
    margin-left: 1rem;
    margin-right: 0rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    height: auto;
    max-width: 15rem;
    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{
    box-shadow: 10px 5px 5px rgba(0, 0, 0, 0.25);
    position: sticky;
    top: 0;
    z-index: 999;
}

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

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

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

.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;
}