﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}


/*corres cadarpio*/
.bg-fundo-preto {
    background-color: #283234;
}

.bg-fundo-amarelo {
    background-color: #F79F00;
    height: 40px;
    border-top-left-radius: 55%;
    border-bottom-right-radius:55%;
    /*border: 25px solid;*/ /* As 4 bordas sólidas com 25px de espessura */
    /*border-color: #f00 #F79F00 #00f #F79F00;*/ /* cores: topo, direita, inferior, esquerda */
}

.bg-fundo-amarelo-obs {
    background-color: #F79F00;
    height: 60px;
    border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;
    /*border: 25px solid;*/ /* As 4 bordas sólidas com 25px de espessura */
    /*border-color: #f00 #F79F00 #00f #F79F00;*/ /* cores: topo, direita, inferior, esquerda */
}

.div-border {
    border: 1px dotted white;
    margin-bottom: 10px;
}

.div-pontilhada {
    width: 100%;
    display: flex;
}

.label-produto {
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding-left: 3px;
    display: inline-block;
    flex-grow: 1;
    border-bottom: 0.2px dotted white;
}

.label-produto-right {
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding-left: 3px;
    text-align: right !important;
    float: right !important;
    display: inline-block;
    white-space: nowrap;
}

.label-produto-descricao {
    font-size: 12px;
    color: white;
    margin-bottom: 7px;
    margin-top: 0;
    padding-left: 3px;
}

.label-sutitle {
    font-size: 16px;
    font-weight: 600;
    color: black;
    padding-left: 3px;
}

.label-sutitle-descricao {
    font-size: 12px;
    color: black;
    margin-bottom: 7px;
    margin-top: 0;
    padding-left: 3px;
}

a:hover {
    background-color: #F8F9FA;
    /*border-top-left-radius: 30%;
    border-bottom-right-radius: 30%;*/
}

/*.navbar-light .navbar-toggler {
    color: white !important;
    border-color: white !important;
    background-color: white;
}*/

.container {
    padding-left: 0px !important; 
}



@media (min-width: 1200px) {
    .container {
        max-width: 1400px !important;
    }
}