.Principal {
    width: 100%;
    padding: 70px 0 100px 0;
}


.ContainerFluidHeader {
    width: 85%!important;
}

@media only screen and (max-width: 1366px) {
    .ContainerFluidHeader {
        width: 100%!important;
    }
}

.ConteudoTabela {
    width: 100%;
    padding: 40px 0 0 0;
}

.ConteudoSmallMargin {
    padding: 20px 0 0 0!important;
}

.ConteudoTabela h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    line-height: 50px;
}

.ConteudoTabela .Produtos_TipoLente form {
    display: contents;
}

.ConteudoTabela_SmallMargin {
    padding: 20px 0 0 0!important;
}

.ConteudoTabela .HeaderPage {
    height: 100px;
}

.ConteudoTabela .HeaderPage .HeaderPageLeft {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.ConteudoTabela .HeaderPage .HeaderPageRight {
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

.ConteudoTabela .HeaderPage .HeaderPageRight .search-form {
    position: relative;
    width: 100%;
    height: 70px;
    background-color: transparent;
    overflow: hidden;
}

.ConteudoTabela .HeaderPage .HeaderPageRight .search-form:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1)
}
.ConteudoTabela .HeaderPage .HeaderPageRight .search-form:hover::before,
.ConteudoTabela .HeaderPage .HeaderPageRight .search-form:focus::before,
.ConteudoTabela .HeaderPage .HeaderPageRight .search-form:active::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.ConteudoTabela .HeaderPage .HeaderPageRight .search-text {
    border-width: 0;
    background: transparent;
}

.ConteudoTabela .HeaderPage .HeaderPageRight input[type="text"] {
    position: absolute;
    width: 80%;
    height: 70px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding: 20px 0 0 20px;
    outline: none;
}

.ConteudoTabela .HeaderPage .HeaderPageRight input:-webkit-placeholder,
.ConteudoTabela .HeaderPage .HeaderPageRight input:-webkit-placeholder:hover,
.ConteudoTabela .HeaderPage .HeaderPageRight input:-webkit-placeholder:focus,
.ConteudoTabela .HeaderPage .HeaderPageRight input:-webkit-placeholder:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black!important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.ConteudoTabela .HeaderPage .HeaderPageRight .SearchIcon {
    width: 30px;
    height: auto;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Zoom_SearchIcon {
    width: 35px!important;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.ConteudoTabela .HeaderPage .HeaderPageRight .search-button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 3px 0;
    width: 60px;
    height: 60px;
    color: #005092;
    background-color: transparent;
    cursor: pointer;
    outline: none;

    border: none;
}

.ConteudoTabela .HeaderPage .HeaderPageRight label {
    position: absolute;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 30px 0 0 15px;
    pointer-events: none;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.ConteudoTabela .HeaderPage .HeaderPageRight input.filled ~ label,
.ConteudoTabela .HeaderPage .HeaderPageRight input:focus ~ label {
    font-size: 13px;
    margin: -0 0 0 5px;
}

.LinhaOrdernar {
    height: 50px;

}

.LinhaOrdernar .form-group {
    margin-bottom: 0!important;
}

.LinhaOrdernar label {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0;
}







.DivMensagemFooter {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 50;
    cursor: pointer;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivMensagemFooter .BtnFecharMensagemFooter {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    z-index: 100;
}

.DivMensagemFooter .BtnFecharMensagemFooter img {
    width: 15px;
    height: auto;
}

.Some_DivMensagemFooter {
    margin-bottom: -40px!important;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivMensagemFooter small {
    letter-spacing: .5px;
}











.LoadingFamilias {
    width: 50px;
    height: auto;
    display: block;
    margin: 0 auto;
}









.OverlayModal {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.90);
    z-index: 30000;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_OverlayModal {
    opacity: 1!important;
    pointer-events: all!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardModal {
    border-radius: 14px;
    opacity: 0;
    margin-top: 30px;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_CardModal {
    margin-top: 0!important;
    opacity: 1!important;
    pointer-events: all!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardModal .CardModalHeader {
    width: 100%;
    padding: 20px 20px;
}

.CardModal .BtnCloseModal {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.CardModal .BtnCloseModal img {
    width: 20px;
    height: auto;
    display: block;
}

.CardModal .CardModalConteudo {
    
}

.CardModal .CardModalFooter {
    width: 100%;
    padding: 20px 40px;
}

.CardModal .BordaCardFooter {
    border-top: 1px solid rgba(0,0,0,0.06);
}

.CardModal .CardModalConteudoSugestoes {
    padding: 20px 0 40px 0;
}

.CardModal .CardModalConteudoLgpd {
    padding: 40px 60px;
}

.CardModal .rowModalComparacao {
    padding: 0 40px;
}


.DicaConsulta {
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.06);
    padding: 20px;
}

.DicaConsulta img {
    width: 45px;
    height: auto;
    display: block;
    margin: 0 20px 0 0;
    border-radius: 10px;
}






.Modal2020 {
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.90);
	z-index: 30000;
	opacity: 0;
	pointer-events: none;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_Modal2020 {
	opacity: 1!important;
	pointer-events: all!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Modal2020 .CardModal2020 {
	border-radius: 14px;
	opacity: 0;
	margin-top: 30px;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_CardModal2020 {
	margin-top: 0!important;
	opacity: 1!important;
	pointer-events: all!important;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Modal2020 .CardModal2020 .ConteudoCardModal {
	padding: 40px 60px 20px 60px;
}

.Modal2020 .CardModal2020 .ConteudoCardModal2 {
	padding: 0 60px 40px 60px;
}

.Modal2020 .CardModal2020 .FooterCardModal {
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 25px 60px 25px 60px;
}

.Modal2020 .CardModal2020 h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 30px;
    letter-spacing: 1.0px;
    line-height: 30px;
}

.Modal2020 .CardModal2020 h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1.0px;
    line-height: 30px;
}

.Modal2020 .DivBtnClose {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	right: 0;
	margin: 10px 30px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.Modal2020 .DivBtnClose img {
	width: 20px;
	height: auto;
	display: block;
}




.PortaBtnFiltros {
    height: 60px;
    display: flex;
    align-items: center;
}

.ContainerFiltros {
    padding: 15px 0 25px 0;
}





.V2Pesquisa {

}

.V2Pesquisa .search-form {
    height: 80px;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    background-color: transparent;
    overflow: hidden;
}

.V2Pesquisa .search-text {
    color: white;
    border-width: 0;
    background: transparent;
}

.V2Pesquisa input[type="text"],
.V2Pesquisa input::placeholder {
    width: 85%;
    height: 70px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    letter-spacing: 0.5px;
    padding-left: 10px;
    outline: none;
}

.V2Pesquisa input:-webkit-placeholder,
.V2Pesquisa input:-webkit-placeholder:hover,
.V2Pesquisa input:-webkit-placeholder:focus,
.V2Pesquisa input:-webkit-placeholder:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff!important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.SearchIcon {
    width: 30px;
    height: auto;
}

.V2Pesquisa .search-button {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    right: 0;
    margin: 0 10px 5px 0;
    width: 60px;
    height: 60px;
    font-size: 30px;
    color: #005092;
    text-align: center;
    line-height: 42px;
    border-width: 0;
    background-color: transparent;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
    outline: none;
}

.V2Pesquisa .search-button .SearchIcon {
    width: 40px!important;
    height: auto;
}

.V2Pesquisa .search-button:hover {
    color: #013b52;
}

.TabelaConsulta {
    border-collapse: collapse;
    border:none;
    width: 100%;
}

.TabelaConsulta th {
    border:none;
    padding:20px;
}

.TabelaConsulta th p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 100;
    font-size: 25px;
    text-align:center;
    letter-spacing: 1.5px;
}

.table thead th {
    height: 87px;
    vertical-align: middle;
    border-bottom: none!important;
}


.TabelaConsulta thead th:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.TabelaConsulta thead th:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.TabelaConsulta td {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    border:none;
    padding: 15px 0 22px 0;
    font-weight: normal;
    text-align:center;
    vertical-align: middle;    
}

.TabelaConsulta td:first-child {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.TabelaConsulta td:last-child {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.TabelaConsulta tr {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

.TabelaConsulta tr:hover {
    
}

.TabelaConsulta tr a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 25px;
}

.TabelaConsulta .table-responsive {
    border: none;
}

.SpanTabelaPesquisa {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 1px;
    margin: 0 4px 0 0;
    padding: 6px;
    border-radius: 4px;
}

.LoadingProdutos {
    width: 200px!important;
    height: auto;
    margin: 0 auto;
}


.Calculo .AlturaLinhaForm {
    height: 120px;
}

.Calculo .Coluna1 {
    width: 350px;
}

.Calculo .Coluna2e3e4 {
    width: 180px;
}

.Calculo h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 40px;
}

.Calculo h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 30px;
}


.Calculo .LabelVirtual {
    width: 100%;
    background: transparent;
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    font-size: 50px;
    color: white!important;
    margin: 0 0 45px 0;
    text-align: center;
    pointer-events: none;
}

.Hide_LabelVirtual {
    opacity: 0;
}

.Calculo input[type=number]
{
    -moz-appearance: textfield;
}

.Calculo .form-control,
.Calculo .form-control:focus {
    background: transparent;
    border-radius: 0;
    border: none;
    font-family: 'Nunito', sans-serif;
    font-weight: 200;
    font-size: 45px;
    letter-spacing: 0.5px;
    height: 60px;
    box-shadow: none!important;
    outline: none!important;
    padding: 0 0 15px 0;
    text-align: center;
}

.Calculo .form-control {
    
}

.Calculo .form-control:focus {
    border-bottom: 1px solid #4cc1b5;
}

.Calculo .FormMaterial2 {
    position: relative;
    padding: 77px 0 0 0;
}

.Calculo .FormMaterial2SemPadding {
    padding: 0 0 0 0!important;
}

.Calculo .FormMaterial2 input:focus {

}

.Calculo .FormMaterial2 label {
    position: absolute;
    cursor: text;
    margin: -73px 0 0 30px;

    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 45px;
    letter-spacing: 0.5px;
    pointer-events: none;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Calculo .FormMaterial2 input.filled ~ label,
.Calculo .FormMaterial2 input:focus ~ label {
    opacity: 0;
}

.Calculo .InputReadonly {
    pointer-events: none;
}




.ContainerFluidAdmin {
    width: 75%;
}

@media only screen and (max-width: 1600px) {
    .ContainerFluidAdmin {
        width: 90%!important;
    }
}

@media only screen and (max-width: 1280px) {
    .ContainerFluidAdmin {
        width: 100%!important;
    }
}




.box {
    padding: 40px;
}

.box label {
    position: relative;
    margin: 0;
}

.box + .box {
    margin-top: 2.5rem;
}

.inputfile-6 + label {
    color: #000;
}

.inputfile-6 + label {
    background-color: #fff;
}

.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
    border-color: #19799f;
    outline: none;
}

.inputfile-6 + label span,
.inputfile-6 + label strong {
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.inputfile-6 + label span {
    width: 85%;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: black;
    line-height: 45px;
    letter-spacing: 1px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
}

.inputfile-6 + i {
    font-size: 20px;
}

.IconeSearch {
    width: 28px;
    height: auto;
}


.inputfile-6 + label strong {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px!important;
    font-weight: 400;
    color: #fff;
    float: right;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
    background-color: #19799f;
}

@media screen and (max-width: 50em) {
    .inputfile-6 + label strong {
        display: block;
    }
}

.BoxUpload {
    flex-direction: column;
    height: 300px;
}

.BoxUpload_Esquerda {
    background: rgba(0,0,0,0.03);
}

.BoxUpload_Direita {
    padding: 25px 35px;
    background: rgba(0,0,0,0.05);
}

.BoxGoogleSheets {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    background: rgba(0,0,0,0.03);
    padding: 20px;
}


.MarcadorPagina {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    z-index: 100;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
}

.MarcadorPagina .DivMarcador {
    width: 30px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.10);
}

.MarcadorPagina p {
    font-size: 10px!important;
    font-weight: 600;
    line-height: 10px!important;
    transform: rotate(-90deg);
}




.ContainerBanner .alert-success {
    color: black;
    background-color: transparent;
    border: none;
}











.DivChangeColor {
	width: 80px;
	height: 60px;
    margin: 0 15px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.DivChangeColor p {
	font-size: 10px!important;
}

.DivChangeColor .BoxSwitch {
    width: 80px!important;
}

.DivChangeColor .switch__container {
	width: 45px;
}

.DivChangeColor .switch {
  visibility: hidden;
  position: absolute;
  margin-left: -9999px;
}

.DivChangeColor .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
}

.DivChangeColor .switch--shadow + label {
  padding: 2px;
  width: 40px;
  height: 20px;
  /*background-color: #dddddd;*/
  border-radius: 20px;
}

.DivChangeColor .switch--shadow + label:before,
.DivChangeColor .switch--shadow + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}
.DivChangeColor
.switch--shadow + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 40px;
  transition: background 0.4s;
}

.DivChangeColor .switch--shadow + label:after {
  width: 22px;
	height: 22px;
	margin-top: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: all 0.4s;
}

.DivChangeColor .switch--shadow:checked + label:before {
  background-color: #000;
}

.DivChangeColor .switch--shadow:checked + label:after {
  transform: translateX(20px);
}

/* Estilo Flat */
.DivChangeColor .switch--flat + label {
  padding: 2px;
  width: 120px;
  height: 40px;
  background-color: #dddddd;
  border-radius: 60px;
  transition: background 0.4s;
}

.DivChangeColor .switch--flat + label:before,
.DivChangeColor .switch--flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

.DivChangeColor .switch--flat + label:before {
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: #fff;
  border-radius: 60px;
  transition: background 0.4s;
}

.DivChangeColor .switch--flat + label:after {
  top: 4px;
  left: 4px;
  bottom: 4px;
  width: 56px;
  background-color: #dddddd;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
}

.DivChangeColor .switch--flat:checked + label {
  background-color: #232223;
}

.DivChangeColor .switch--flat:checked + label:after {
  margin-left: 30px;
  background-color: #232223;
}




.BtnChamaCardapioProdutos {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 50px;
    background: #194f86;
    border-radius: 100%;
    z-index: 10;
    margin: 0 0 60px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.BtnChamaCardapioProdutos img {
    width: 30px;
    height: auto;
}

.BtnFechaCardapioProdutos {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 10;
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.BtnFechaCardapioProdutos img {
    width: 15px;
    height: auto;
    margin: 15px;
    border-radius: 25%;
}

.Overlay_CardapioProdutos {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.90);
    z-index: 30000;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_Overlay_CardapioProdutos {
    opacity: 1!important;
    pointer-events: all!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.MensagemComparacao {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    opacity: 0;
    margin: 0 0 -20px 0;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_MensagemComparacao {
    opacity: 1!important;
    margin: 0 0 0 0!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.Hide_MensagemComparacao {
    opacity: 0!important;
    margin: 0 0 -20px 0!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;    
}

.CardapioProdutos {
    opacity: 0;
    pointer-events: none;
    margin-top: 25px;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_CardapioProdutos {
    opacity: 1!important;
    pointer-events: auto!important;
    margin-top: 0!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardapioProdutos .ImagemMarca {
    display: block;
    width: auto;
    height: 70px;
}

.CardapioProdutos .ImagemMarcaSimilares {
    display: block;
    width: auto;
    height: 35px;
}

.CardapioProdutos h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .5px;
    margin: 0;
    padding: 0;
}

.CardapioProdutos .Porta_ItensCardCardapio {
    background: #e5e5e5;
    padding: 20px 15px 20px 15px;
}

#itemTemplate {
    opacity: 0;
}

.ItensCardCardapio {
	padding: 0;
    width: 100%;
}

.ItensCardCardapio .Row100 {
	width: 100%;
}

.ItensCardCardapio .BtnCollapse {
	display: flex;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 9px!important;
    line-height: 10px!important;
    letter-spacing: 1px;
    margin: 0 auto 5px auto;
    padding: 6px;
	width: 240px;
	color: white;
	text-align: center;
	border-radius: 4px;
	justify-content: center;
}

.ItensCardCardapio .LinhaQualidadeVisao {
	min-height: 30px;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

.ItensCardCardapio .UltimaLinhaQualidadeVisao{
	border-bottom: 1px solid rgba(0,0,0,0.0);
}

.ItensCardCardapio .LinhaNomeLente {
    min-height: 60px;
}

.ItensCardCardapio .LinhaQualidadeVisao img {
	width: 12px!important;
	height: auto!important;
	margin: 0 3px!important;
}

.PrecosCardapio {
	padding: 30px 10px;
	background: #f5f5f5;
}

.PrecosCardapio .BordaRight {
	border-right: 1px solid rgba(0,0,0,0.10);
}

.CardapioProdutos h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0;
    padding: 0;
}

.PrecosCardapio .SmallTxt {
	font-size: 10px!important;
	line-height: 12px!important;
	padding: 0 10px;
}

.PrecosCardapio {
	padding: 10px 10px;
	background: #f5f5f5;
}

.PrecosCardapio .BordaRight {
	border-right: 1px solid rgba(0,0,0,0.10);
}

.PrecosCardapio h3 span {
	font-size: 19px;
	
}

.CardapioProdutos .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}

.CardapioProdutos .owl-theme .owl-nav{
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
    height: 40px;
    margin-top: -55px;
    text-align: center;
    pointer-events: none;
}

.CardapioProdutos .owl-theme .owl-nav .owl-prev,
.CardapioProdutos .owl-theme .owl-nav .owl-next {
	text-indent: -9999px;
	display: inline-block;
	width: 50px;
	height: 50px;
	opacity: 1;
	position: relative;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 100%;
}

.CardapioProdutos .owl-theme .owl-nav .owl-prev {
    float: left;
	margin: 30px 0 0 0;
	background: transparent!important;
    pointer-events: none;
}


.CardapioProdutos .owl-theme .owl-nav .owl-next {
    float: right;
	margin: 30px 0 0 0;
	background: transparent!important;
	pointer-events: none;
}

.CardapioProdutos .owl-theme .owl-nav .owl-prev:before {
	content: "";
	color: #fff;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
    float: left;
	text-align: center;
	text-indent: 0;
	line-height: 30px;
    margin-top: -2px;
	margin-left: -2px;
	background: url("/svg/Carousel_Left.svg") center center no-repeat;
    background-size: 40px;
    pointer-events: auto;
}

.CardapioProdutos .owl-theme .owl-nav .owl-next:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	right: 0;
    float: right;
	text-align: center;
	text-indent: 0;
    margin-top: -2px;
	margin-right: -2px;
	background: url("/svg/Carousel_Right.svg") center center no-repeat;
    background-size: 40px;
    pointer-events: auto;
}

.CardapioProdutos .owl-carousel .owl-nav button.owl-next,
.CardapioProdutos .owl-carousel .owl-nav button.owl-prev,
.CardapioProdutos .owl-carousel button.owl-dot {
	border: none;
	outline: none;
}


.CardapioProdutos .owl-theme .owl-dots, .owl-theme .owl-nav {
    margin-top: 20px;
}

.CardapioProdutos .owl-dots {
    text-align: center;
}

.CardapioProdutos .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 5px 7px;
    background: #194f86;
    display: block;
    opacity: 0.5;
}

.CardapioProdutos .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #194f86!important;
    opacity: 1;
}

.CardapioProdutos .owl-theme .owl-nav .disabled {
    opacity: .5!important;
}

.CardapioProdutos .BtnRemoverSugestao {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 25px 0 0 15px;
    border-radius: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardapioProdutos .BtnSelecionarProduto {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: -35px -30px 0 0;
    background: #0386b2;
    border-radius: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CardapioProdutos .BtnRemoverSugestao img,
.CardapioProdutos .BtnSelecionarProduto img {
    width: 25px!important;
    height: 25px!important;
}

.CardapioProdutos .BtnRemoverSugestao:hover,
.CardapioProdutos .BtnSelecionarProduto:hover {
    background: #047095;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}








.RowEscolhaRapida {
    height: 80px;
}

.typo, .list a {
    font-size: 25px;
    font-family: "Montserrat", sans-serif;
    font-weight: 200;
    text-decoration: none;
}
.typo option, .list a option {
    font-size: 10px;
}

.transition {
    transition: all 0.4s ease-in-out;
}

.wrapper {
    margin-top: 20px;
}

.list {
    display: inline-block;
    position: relative;
    margin-left: 6px;
}

.list ul {
    width: max-content;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    padding: 0 30px;
}

.list ul .active {
    display: block;
}

.list li {
    list-style: none;
}

.list li:first-child a {
    color: #5ccdc1;
    text-transform: capitalize;
}

.list a {
    transition: all 0.4s;
    color: #5ccdc1;
    position: relative;
}

.list a:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease-out;
}

.list a:hover {
    cursor: pointer;
    color: #19799f;
}

.list a:hover:after {
    width: 100%;
}

select {
    display: inline;
    border: 0;
    width: auto;
    margin-left: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-bottom: 2px solid #555;
    color: #7b00ff;
    transition: all 0.4s ease-in-out;
    }
    select:hover {
    cursor: pointer;
    }
    select option {
    border: 0;
    border-bottom: 1px solid #555;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.placeholder {
    border-bottom: 1px solid;
    cursor: pointer;
}

.placeholder:hover {
    
}

.SemClique {
    pointer-events: none;
}

.DisplayNoneConsultaRapida {
    display: none;
}

.RowEscolhaRapida2,
.RowEscolhaRapida3,
.RowEscolhaRapida4,
.RowEscolhaRapida5,
.RowEscolhaRapidaDioptria,
.RowEscolhaRapidaPesquisa {
    opacity: 0;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Aparece_RowEscolhaRapida {
    opacity: 1!important;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}



.ResultadoPesquisaRapida img {
    width: 70px!important;
    height: auto;
}


.container-fluid.ResultadoPesquisaRapida {
    width: 90%;
}

@media (max-width: 1366px) {
    
    .container-fluid.ResultadoPesquisaRapida {
        width: 100%;
    }
    
}


.ContainerOpcoes {
    height: 0;
    overflow: hidden;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.Show_ContainerOpcoes {
    height: 90px!important
        ;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.LinhaOpcoesConsultaRapida {
    padding: 30px;
    align-items: center;
}

.LinhaOpcoesConsultaRapida .NomesMarcas {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 11px;
    padding: 10px 12px;
    border-radius: 4px;
    margin: 0 3px 0 3px;
    letter-spacing: .4px;
}

.LinhaOpcoesConsultaRapida .BtnFechaOpcoes {
    position: absolute;
    right: 0;
    margin: 0 40px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
}

.LinhaOpcoesConsultaRapida .BtnFechaOpcoes img {
    width: 10px!important;
    height: auto;
}

.LinhaOpcoesConsultaRapida .NomesMarcasAtivas {
    
}

.LinhaOpcoesConsultaRapida .NomesMarcasInativas {

}

.LinhaOpcoesConsultaRapida .NomesMarcas img,
.LinhaOpcoesConsultaRapida .NomesMarcas img {
    display: inline-flex;
    width: 8px!important;
    height: auto;
    margin: 0 0 0 10px;
}







.DivCesta {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 20px 60px 0;
    z-index: 100;
}

.DivCesta .IconeCesta {
    width: 70px;
    height: auto;
    display: block;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivCesta .IconeCesta:hover {
    width: 80px;
    height: auto;
    
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.DivCesta .BadgeCesta {
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 0px solid transparent!important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 11px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
    margin: 5px 5px 0 0;
	z-index: 3;
	
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;	
}




.Overlay_CestaProdutos {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.90);
    z-index: 30000;
    opacity: 0;
    pointer-events: none;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_Overlay_CestaProdutos {
    opacity: 1!important;
    pointer-events: all!important;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.CestaProdutos {
    opacity: 0;
    pointer-events: none;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Show_CestaProdutos {
    opacity: 1!important;
    pointer-events: auto!important;
    
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.CestaProdutos .CardCesta {
    padding: 30px 30px 20px 30px;
    border-radius: 20px;
}

.CestaProdutos h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: .2px;
    margin: 0;
    padding: 0;
}

.CestaProdutos .Features {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 9px;
    letter-spacing: .5px;
    padding: 4px 6px;
    background: #4cc1b5;
    color: black;
    border-radius: 4px;
    margin: 0 4px 4px 0;
}

.CestaProdutos .NomeLente {
    height: 110px;
    max-height: 110px;
}

.CestaProdutos .BtnVerySmall {
    width: 100%;
    margin-bottom: 5px;
}

.CestaProdutos .Linha {
    width: 100%;
    height: 1px;
    margin: 10px 0;
}

.CestaProdutos .LinhaBotoes {
    height: 90px;
}

.CestaProdutos .LinhaFeatures {
    height: 80px;
}

.BtnFechaCestsProdutos {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 10;
    margin: 20px 20px 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.BtnFechaCestsProdutos img {
    width: 15px;
    height: auto;
    margin: 15px;
    border-radius: 25%;
}

.BtnRemoverSugestao {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 15px 27px 0 0;
    border-radius: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnMarcaDesmarca {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    margin: 65px 27px 0 0;
    border-radius: 100%;

    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.BtnRemoverSugestao img,
.BtnMarcaDesmarca img {
    width: 25px!important;
    height: 25px!important;
}

.DadosCliente {
	position: relative;
}

.DadosCliente .LabelIcone {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin: 15px 0 0 0;
	border-radius: 100%;
	}

.DadosCliente .LabelIcone.IconeNome {
	background: var(--primary-color) url("/svg/NomeCliente.svg") center center no-repeat;
    background-size: 40px;
}

.DadosCliente .LabelIcone.IconeTelefone {
	background: var(--primary-color) url("/svg/TelefoneCliente.svg") center center no-repeat;
    background-size: 40px;
}

.DadosCliente .LinhaInputs {
	margin-bottom: 25px;
}

.DadosCliente .TextoInput {
    border-width: 0;
    background: transparent;
}

.DadosCliente input[type="text"] {
    /*position: absolute;*/
    width: 100%;
    height: 90px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 40px;
    letter-spacing: 0.5px;
    padding: 0 0 0 85px;
    outline: none;
	border-bottom: 1px solid var(--primary-color);
}

.DadosCliente input:-webkit-placeholder,
.DadosCliente input:-webkit-placeholder:hover,
.DadosCliente input:-webkit-placeholder:focus,
.DadosCliente input:-webkit-placeholder:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: black!important;
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.DadosCliente .SearchIcon {
    width: 30px;
    height: auto;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.Zoom_SearchIcon {
    width: 35px!important;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.DadosCliente .search-button {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 3px 0;
    width: 60px;
    height: 60px;
    color: #005092;
    background-color: transparent;
    cursor: pointer;
    outline: none;

    border: none;
}

.DadosCliente label {
    position: absolute;
	top: 0;
	left: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 40px;
    letter-spacing: 0.5px;
    margin: 15px 0 0 80px;
    pointer-events: none;

    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.DadosCliente input.filled ~ label,
.DadosCliente input:focus ~ label {
    font-size: 13px;
	font-weight: 400;
    margin: 0 0 0 85px;
}

.DadosCliente .BtnPularDados {
	margin: 0 0 0 10px;
}