html
{
	height: 100%;
  scroll-behavior: smooth;
}

.img_miniatura
{	
	width: 75px;
	height: 75px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
}

.seta-foto-22-left,.seta-foto-22-right
{
	cursor: pointer;
}
.tag-categoria
{
position: relative;
    background-color: #007bff;
    padding: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    width: fit-content;
    border-radius: 4px 0 0 0;
    left: -10px;
    top: -150px;
}

.tag-1 {
background-color: #007bff;
}
.tag-2 {
background-color: #6610f2;
}
.tag-3 {
background-color: #6f42c1;
}
.tag-4 {
background-color: #e83e8c;
}
.tag-5 {
background-color: #dc3545;
}
.tag-6 {
background-color: #fd7e14;
}
.tag-7 {
background-color: #ffc107;
}
.tag-8 {
background-color: #28a745;
}
.tag-9 {
background-color: #20c997;
}
.tag-10 {
background-color: #17a2b8;
}
.tag-11 {
background-color: #343a40;
}
.tag-12 {
background-color: #6c757d;
}
.tag-13 {
background-color: #343a40;
}
.tag-14 {
background-color: #007bff;
}
.tag-15 {
background-color: #6c757d;
}
.tag-16 {
background-color: #28a745;
}
.tag-17 {
background-color: #17a2b8;
}
.tag-18 {
background-color: #ffc107;
}
.tag-19 {
background-color: #dc3545;
}
.ajuda_album
{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	z-index: 1;
	overflow: auto;
	display: none;
}
.container_setas_fotos22
{
	position: fixed;
    
    z-index: 1;
    height: calc(100% - 65px);
    width: 100%;
}
.container_setas_fotos22 i
{
	color: white;
	font-size: 50px;
}
.preco_foto22
{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: right;
}
.preco_foto22 small
{
	color: #fff !important;

}

div.container4
{
    height: calc(100% - 64px);
    position: relative
}
div.container4 img
{
    margin: 0;
    position: absolute;
    max-height: 90%;
    max-width: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}
div.container4 small
{
    margin: 0;
    position: absolute;
    max-height: 90%;
    max-width: 100%;
    top: 20px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.bandeira_idioma
{
	width: 25px;
}
.goog-te-banner-frame
{
	display: none !important;
}
.folder-album
{
/*  width: 150px;
  height: 120px;*/
  line-height: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333 !important;
  padding: 15px;
  width: 190px;
  /*margin-right: 10px;*/
  float: left;
  cursor: pointer;
	  margin-bottom: 10px;
	  margin-left: 10px;
}
.folder-album:hover
{
  filter: invert(73%) sepia(10%) saturate(6683%) hue-rotate(156deg) brightness(99%) contrast(90%);

border-color: #3a5ef5;
  color: #333 !important;
}
.folder-album p
{
	color: unset;
	line-height: 16px;
	font-size: 11px;
}
.input-label
{
  position: absolute;
  margin: 3px 4px;
  margin-left: 15px;
  font-size: 11px;
  font-weight: 200;
  color: rgb(153, 153, 153);
  display: none;

}

.input-padrao input, textarea, select {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 0px;
  color: #444;
  font-weight: 300;
  transition: all 0.3s ease;
 /* -moz-appearance: none;
  -webkit-appearance: none;*/
}

.input-padrao input:valid{

  display: inline-block;
  /*margin-top: 8px;*/
}


.input-padrao
{
  width: 100%;
  margin-top: 10px;
    display: inline-table;

}

.imagem-solicitacoes
{
  width: 60px;
  float: left;
  height: 60px;
  background-size: cover;
  background-position: center center;
  border-radius: 100%;
  margin-right: 10px;
  background-color: #eeeeee;
}
.janela_mensagens
{
  overflow: auto;

  background: rgb(238,238,238);
background: -moz-linear-gradient(180deg, rgba(238,238,238,0.4) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(238,238,238,0.4) 100%);
background: -webkit-linear-gradient(180deg, rgba(238,238,238,0.4) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(238,238,238,0.4) 100%);
background: linear-gradient(180deg, rgba(238,238,238,0.4) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,1) 85%, rgba(238,238,238,0.4) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee",endColorstr="#eeeeee",GradientType=1);
}
.mensagem_recebida
{
    display: inline-block;
    float: left;

    background-color: #efefef;
    border-radius: 0px 15px 15px 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #44496f;
    margin-bottom: 10px;
}
.mensagem_recebida span
{
    font-size: 11px;
    color: #666;
}
.mensagem_recebida p
{
    padding: 0;
    margin: 0;
}
.mensagem_enviada p
{
    padding: 0;
    margin: 0;
}
.mensagem_enviada
{
    display: inline-block;
    float: right;
    margin-bottom: 10px;

    background-color: #4f92e5;
    border-radius: 15px 15px 0px 15px;
    padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    color: #fff;
    text-align: right;
/*    background-image: -webkit-linear-gradient(45deg, #554bef, #4BA9EF);
    background-image: -o-linear-gradient(45deg, #554bef, #4BA9EF);
    background-image: linear-gradient(to 45deg, #554bef, #4BA9EF);*/
}
.mensagem_enviada span
{
    font-size: 11px;
    color: #eeeeee;
}




.circle-progress
{
	-webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    border-radius: 100%;
    width: 50px;
    height: 50px;
    /*border-top: 4px solid #eee;*/
    border-top: 4px solid #2DC6F0;
    border-left: 4px solid #2DC6F0;
    border-bottom: 4px solid #2DC6F0;
    border-right: 4px solid #2DC6F0;
    /*border-right: 4px solid #eee;*/
    line-height: 50px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
    padding: 1px 0px 0px 1px;
}
.circle-progress div
{
    font-weight: normal;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
    width: 50px;
    height: 50px;
    margin: -5px 0px 0px -5px;
    color: #2DC6F0;
}
.qrcode_pix_img
{
	width: 100%;
	height: auto;
}
.largura_lista_busca_fotos
{
	width: 70%;
}

.icon_pro
{
	padding: 1px 3px 1px 3px;
	background-color: #8aedfe; /*61ee11*/
	color: #000;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	width: 30px;
	margin: auto;
	margin-top: 36px;
	border-radius: 2px;
/*	transition: all 5s ease-in;
	animation-name: icon_pro_animado;
	animation-duration: 10s;
	animation-iteration-count: infinite*/
}
@keyframes icon_pro_animado {
  0%   	{background-color: #56ff00;}
  25%  	{background-color: #00ffff;}
  50%  	{background-color: #efff00;}
  75% 	{background-color: #ff00eb;}
  100% 	{background-color: #56ff00;}
}
@keyframes borda-animada {
  0%   	{border: 2px solid #56ff00;}
  25%  	{border: 2px solid #00ffff;}
  50%  	{border: 2px solid #efff00;}
  75% 	{border: 2px solid #ff00eb;}
  100% 	{border: 2px solid #56ff00;}
}
.agendar_sessao
{
	position: fixed;
	height: 100%;
	overflow-y: auto;
	width: 100%;
	background-color: #fff;
	display: none;
	top: 0;
	left: 0;
	z-index: 9;
}
.cover1-agendar-sesssao
{
	min-height: 600px;
	height: 600px;
	background-color: #eee;
	border-radius: 10px 0px 0px 10px;
	background-image: url(https://i.vimeocdn.com/video/593089750_640x360.jpg);
	background-size: cover; background-position: center center;
}
.ousadia
{
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FAFAFA 100%);
}

.img-minhas-compras
{
	width: 60px;
	height: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 5px;
	background-color: #eeeeee;
}
.item-minhas-compras
{
	cursor: pointer;
}
.luz_popup
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: linear-gradient(168.12deg, #2DC6F0 0%, #42A5F5 101.12%);
    display: none;
}

.video-youtube
{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5000;
    background: #000000db;
    display: none;
    align-items: center;
}


.luz_pagamento
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    background: linear-gradient(168.12deg, #2DC6F0 0%, #42A5F5 101.12%);
    display: none;
}
.popup_pagamento
{
    position: fixed;
    margin: auto;
    padding: 25px;
    text-align: center;
    z-index: 2001;
    background-color: white;
    width: 280px;
    left: calc(50% - 140px);
    top: 10%;
    border-radius: 5px;
    display: none;
}
.fechar_popup_pagamento
{
    position: absolute;
    right: 35px;
    top: 25px;
    color: white;
    font-size: 28px;
    cursor: pointer;
}
.detalhes-compras
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	background-color: #fff;
	z-index: 12;

	display: none;
	
	left: 100%;
	padding-top: 20px;
}



.popup
{
    position: fixed;
    margin: auto;
    padding: 25px;
    z-index: 2001;
    background-color: white;
    width: 280px;
    left: calc(50% - 140px);
    top: 10%;
    border-radius: 5px;
    display: none;
}

.ver_mais 
{
	color: #BFCDDA;
	font-size: 16px;
	cursor: pointer;
}
.ver_mais img
{ 
	filter: brightness(1.39);
}
.ver_compras 
{
	color: #BFCDDA;
	font-size: 14px;
	font-weight: bold;
	line-height: 60px;
}
.ver_compras img
{ 
	filter: brightness(1.39);
	margin-left: 5px;
}
.ver_compras i
{
	color: #EF483C;
	font-size: 8px;
	position: absolute;
	right: 15px;
}
.ver_compras .aguardando
{
	color: #FF8724 !important;
}
.map-pin-slide
{
	display: unset !important;
	width: 14px !important;
}
.selo-pin-slide
{
	display: unset !important;
	width: 12px !important;
}

.item-album-slide
{
	width: 320px;
	cursor: pointer;
}
.item-album-slide .img-album
{
	width: 100%;
}

.item-album-slide-home2
{
	width: 280px;
    cursor: pointer;
    height: 320px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.item-album-slide-home2 .img-album
{
	width: 100%;
	-webkit-box-shadow: inset 0px -90px 30px -40px #000000b5; 
    box-shadow: inset 0px -90px 30px -40px #000000b5;
    padding: 150px 10px 10px 10px !important;
}



.star-cheia
{
    filter: invert(58%) sepia(85%) saturate(1268%) hue-rotate(340deg) brightness(99%) contrast(105%);
}
.star-vazia
{
	opacity: 0.2;
}

.text-laranja
{
	color: #FF8724 !important;
}
.aba-perfil
{
	color: #D0DAE6;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.5px;
	cursor: pointer;
}
.aba-perfil-ativa
{
	border-bottom: 6px solid #2DC6F0;
	color: #2DC6F0 !important;
}


.selo_carrinho
{
margin-top: 0;
/*margin-top: -100%;*/
    margin-left: 0;
    opacity: 0.6;
    background-color: #2DC6F0;
    width: 100%;
    padding-top: 100%;
    text-align: center;
}
.selo_carrinho img {
position: absolute;
    margin-top: -70px;
    margin-left: -15px;
    width: 30px;

}
.rolagem_menu_carrinho
{
	max-height: 300px;
	overflow: auto;
}

.paginacao
{
	border: 2px solid #F6F7FB;
	border-radius: 8px;
	display: flex;
	margin: 0px 7px 0px 7px;
	min-width: 600px;
	float: right;

}
.seta-pagina
{
	width: 15%;
	border: 0 !important;
	padding: 8px !important;
	text-align: center;
	cursor: pointer;
}
.item-pagina
{
	border: 0 !important;
	padding: 8px !important;
	text-align: center;
	color: #ADBDCC;
	font-size: 16px;
	font-weight: bold;
	width: auto;
	cursor: pointer;
}
.item-pagina-ativo
{
	border-radius: 4px;
	background-color: #2DC6F0;
	color: white;
}
.loadingbg
{
  animation: loadingbg 1s ease infinite;
  background-color: #eeeeee;
}

@keyframes loadingbg {
  0% {background-color: #eeeeee;}
  50% {background-color: #d6d6d6;}
  0% {background-color: #eeeeee;}
}

.fundo_encontre_animado
{
  animation: fundo_encontre_animado 20s ease infinite;

    transition: all 0.5s ease-out;
}



@keyframes fundo_encontre_animado {
  0% {background-image: url(../img/site/menu1.jpg);}
  20% {background-image: url(../img/site/menu1_1.jpg);}
  40% {background-image: url(../img/site/menu1_2.jpg);}
  60% {background-image: url(../img/site/menu1_3.jpg);}
  80% {background-image: url(../img/site/menu1_4.jpg);}
  100% {background-image: url(../img/site/menu1.jpg);}
  80% {background-image: url(../img/site/menu1_1.jpg);}
  60% {background-image: url(../img/site/menu1_2.jpg);}
  40% {background-image: url(../img/site/menu1_3.jpg);}
  20% {background-image: url(../img/site/menu1_4.jpg);}
  0% {background-image: url(../img/site/menu1.jpg);}
}




.linha
{
	background-color: #f1f1f1;
    width: 100%;
    height: 1px;
}
.meio-foto
{
	position: absolute;
	width: 900px;
	background-color: #fff;
	border-radius: 5px;
	margin-left: calc(50% - 450px);
	margin-top: 10%;

}
.img-foto
{
	margin: auto;
	border-radius: 2px;
	min-height: 350px;
	background-color: #eeeeee;
}
.img-foto
{
	width: 100%;
	height: 100%;
	/*max-height: */
	margin: auto;
	border-radius: 4px;
	min-height: 350px;
	background-color: #eeeeee;
}
.tela-foto
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	background-color: #000000f2;
	z-index: 40;

	display: none;
	
	left: 100%;
}

.slide_descontos_album
{
	zoom: 1.3;
}

.listagem_fotos_album{
	max-width: 1024px;
	margin: 0 auto !important;
}

.img-lista_nova{
	width: calc(20% - 1px);
	height: 0;
	padding-bottom: calc(20% - 1px);
    float: left;
    margin: 0.5px;
    background-color: #eeeeee;
    cursor: pointer;

	display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: relative;
}
.img-lista_nova:before {
	content: '';
	background: url(/img/lupa.png);
	background-size: contain;
	position: absolute;
	inset: 0;
	z-index: 1;
}
.img-lista_nova.in-cart:after{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/img/icons/check.svg);
    background-color: rgb(45 198 240 / 61%);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position-x: center;
    background-position-y: 80%;
    z-index: 2;
}
.img-lista_nova img {
	position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    top: 0;
}

.owl-theme .owl-dots .owl-dot span
{
	width: 6px !important;
    height: 6px !important;
    margin: 5px 3px !important;
    background-color: #D0DAE6;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,  .owl-theme .owl-dots .owl-dot:focus span
{

    width: 16px !important;
    background-color: #2DC6F0 !important;
    transition: all 0.1s ease-out;
    /*border: 0px;*/
    outline: unset !important;
}
.owl-theme .owl-dots .owl-dot:focus {

    outline: unset !important;
}

.item-desconto-album-slide
{
	width: 290px!;
	/*float: left;*/
	background: rgba(255, 171, 0, 0.08);
	color: #FFAB00;
	font-weight: 600;
	font-size: 10px;
	line-height: 9px;
	padding: 7px;
    border-radius: 30px;
}


.avaliacoes_list
{
	    background: rgba(255, 135, 36, 0.1);
    padding: 1px 8px 5px 8px;
    border-radius: 50px;
    color: #FF8724;
}
.avaliacoes_list small
{
	font-weight: bold;
	color: #FF8724;
}

.avaliacoes_list img
{
	filter: invert(58%) sepia(85%) saturate(1268%) hue-rotate(340deg) brightness(99%) contrast(105%);
}
.tela-fotografo
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	background-color: white;
	z-index: 13;

	display: none;
	
	left: 100%;
}
.item-conquistas-slide
{
	width: 100px !important;

}
.icon-conquistas
{
	border: 2px solid #F6F7FB !important;
	border-radius: 10px !important;
	border-collapse: unset;

}
.icon-conquistas tr td
{
	padding: 15px;
	height: 100px;
}
.img-perfil-fotografo
{
background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    border: 4px solid #fff;
    width: 150px;
    height: 150px;
    border-radius: 120px;
    margin-top: -60px;
}
.selo-perfil-fotografo
{
    position: absolute;
    margin-top: 102px;
    width: 35px;
    border: 3px solid #fff;
    border-radius: 100%;
    margin-left: 105px;
    background-color: #fff;

}
.cursor
{
	cursor: pointer;
}
.lista_cidade_filtro
{
	height: 350px;
	overflow-x: auto;
}

.pac-container
{
	box-shadow: unset !important;
	border: 0;
	margin-top: 10px;
}
.pac-matched
{
	/*display: block !important;*/
}
.pac-logo:after
{
	display: none !important;
}
.pac-item-query
{
	display: block;
    margin-top: 12px;
    color: #ADBDCC !important;
}
.emoji1f3fb
{
	display: none !important;
}
.pac-item
{
	line-height: 16px !important;
    margin-bottom: 8px;
    color: #D0DAE6 !important;
    border: 0;
    cursor: pointer;
}
.pac-icon
{
	background-position: 1px -160px !important;
	float: left;
	width: 40px !important;
	height: 40px !important;
	background: unset !important;
	background-image: url(../img/icons/map-pinazul.svg) !important;
	background-repeat: no-repeat !important;
	background-color: #ddf6fd !important;
    background-position: center center !important;
    background-size: 20px 20px !important;
    border-radius: 100% !important;
     backdrop-filter: blur(0.8);
}


.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: unset !important;
}
.bootstrap-datetimepicker-widget table th
{

    line-height: 40px !important;
    font-size: 16px;
    color: #BFCDDA;
}
.bootstrap-datetimepicker-widget table td.day
{
    line-height: 40px !important;
    color: #BFCDDA;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th
{
    color: #8595A5;
    font-size: 20px;
    text-transform: capitalize;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new
{
	color: #ccc !important;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover
{

    text-decoration: line-through;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover
{
	background-color: #2DC6F0 !important;
	font-weight: bold;
}
.tela-filtro, .tela-proposta
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	/*background-color: white;*/

    background: linear-gradient(168.12deg, #2DC6F0 0%, #42A5F5 101.12%);
	z-index: 1032;

	display: none;
	
	left: 100%;
}
.cortina2_albuns
{
	background-color: white;
	border-radius: 5px;
	top: -3000%;
	display: none;
	/*position: absolute;*/
	position: fixed;
	width: 400px;
	min-height: 200px;
	left: calc(50% - 200px);
	z-index: 16;
}
.cortina1_albuns
{
	background-color: white;
	border-radius: 5px;
	top: -3000%;
	display: none;
	position: fixed;
	/*position: absolute;*/
	/*width: 620px;
	min-height: 200px;
	left: calc(50% - 310px);*/

	width: 420px;
    min-height: 200px;
    left: calc(50% - 210px);


	z-index: 36;
}
.cortina-debaixo-del-cartao
{
	background-color: white;
	border-radius: 5px;
	top: -3000%;
	display: none;
	position: absolute;
	width: 400px;
	min-height: 200px;
	left: calc(50% - 150px);
	z-index: 16;
}


.cortina-debaixo
{
	background-color: white;
	border-radius: 5px;
	/*top: -3000%;*/
	display: none;
	position: absolute;
	width: 100%;
	/*width: 400px;*/
	min-height: 200px;
	/*left: calc(50% - 150px);*/
	z-index: 16;

	max-width: 400px;
    margin-left: calc(50% - 200px);
}
.img-album-ultimo
{
	padding: 55px 10px 56px 10px !important;
	border: 2px solid #F6F7FB !important;
	background-color: unset !important;
    -webkit-box-shadow: unset !important;
    -moz-box-shadow: unset !important;
    box-shadow: unset !important;
}
.img-album-ultimo img
{
	width: 8px !important;
	display: unset !important;

	opacity: 0.6;
}
.luz-cortina-debaixo-del-cartao,.luz-cortina2_albuns, .luz-cortina-debaixo
{
	display: none;
	position: fixed;
	z-index: 15;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.luz-cortina1_albuns
{
	display: none;
	position: fixed;
	z-index: 35;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.cover-fotografo
{
	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 320px;
	-webkit-box-shadow: inset 0px 180px 62px -100px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 180px 62px -100px rgba(0,0,0,0.75);
	box-shadow: inset 0px 180px 62px -100px rgba(0,0,0,0.75);
	/*	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 320px;
	-webkit-box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	padding-top: 100px;
	padding-bottom: 20px;*/
}
.mapa_explorar
{
	width: 30%;
	position: absolute;
	background-color: #eeeeee;
	min-height: 300px;
	right: 0;
}
.topo-album
{
		-webkit-box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);
	box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);
	padding-bottom: 100px;
}
.cover-album
{
	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 320px;
	-webkit-box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	box-shadow: inset 0px -350px 110px -120px rgba(0,0,0,0.75);
	padding-bottom: 20px;
}
.topo-album2
{
	/*	-webkit-box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);
	box-shadow: inset 0px 200px 70px -120px rgba(0,0,0,0.75);*/
}
.cover-album2
{
	background-color: #333;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	min-height: 100%;
	-webkit-box-shadow: inset 0px -1080px 110px -120px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -1080px 110px -120px rgba(0,0,0,0.75);
	box-shadow: inset 0px -1080px 110px -120px rgba(0,0,0,0.75);
	padding-bottom: 20px;
}
.seta_voltar
{
	cursor: pointer;
}

.cortina-debaixo-tela-pagamento
{
	background-color: white;
	border-radius: 20px 20px 0px 0px;
	bottom: -3000%;
	display: none;
}

.after_search
{
	position: absolute;
	right: 30px;
	top: 15px;
	width: 22px;
	cursor: pointer;
}
.after_search2
{
	position: absolute;
	right: 60px;
	top: 15px;
	width: 22px;
	cursor: pointer;
}
.span-error
{
	/*width: 145px;*/
	/*float: left;*/
	background: #ffebeb;
	color: #EF483C;
	font-weight: 600;
	font-size: 10px;
	line-height: 9px;
	padding: 4px 8px 4px 8px;
    border-radius: 30px;
    display: inline-block;
}
.span-success
{
	/*width: 145px;*/
	/*float: left;*/
	background: #effcf0;
	color: #36B37E;
	font-weight: 600;
	font-size: 10px;
	line-height: 9px;
	padding: 4px 8px 4px 8px;
    border-radius: 30px;
    display: inline-block;
}
.span-laranja
{
	/*width: 145px;*/
	/*float: left;*/
	background: #fff9ea;
	color: #FFAB00;
	font-weight: 600;
	font-size: 10px;
	line-height: 9px;
	padding: 4px 8px 4px 8px;
    border-radius: 30px;
    display: inline-block;
}
.span-novo
{
	background-color: #2DC6F0;
	color: white;
	padding: 4px 6px 4px 6px;
	border-radius: 30px;
	font-size: 8px;
}
.tela-album
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	background-color: white;
	z-index: 30;

	display: none;
	
	left: 100%;
}

.input_numero_cartao_bandeira
{
	position: absolute;
    right: 30px;
    margin-top: 11px;
    width: 40px;
    display: none;
}
.titulo-p
{
	font-size: 18px;
	font-weight: bold;
	color: #485359;
}
.border-form .iti
{
	width: 100%;
}

.janela-mobile-centro
{
	width: 100%;
	max-width: 420px;
	height: 386px;
	background-color: #fff;
	border-radius: 10px;
	padding: 32px;
	margin: auto;
	/*margin-top: calc(50% - 193px);
	top: 0;*/
	/*margin-top: -40px;*/
}
.janela-mobile-centro-pagamento
{
	width: 100%;
	max-width: 420px;
	/*height: 386px;*/
	background-color: #fff;
	border-radius: 10px;
	padding: 15px;
	margin: auto;
	/*margin-top: calc(50% - 193px);
	top: 0;*/
	/*margin-top: -40px;*/
}
.rodape-janela-mobile
{
	text-align: center;
}

.progress
{
	height: 8px;
	margin-top: 4px;
}
.progress-bar
{
	background-color: #42A5F5;
}
.login-interno
{
	width: 100%;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../img/categorias/hero/home.jpg);
	background-color: #000000de;
	z-index: 500;
	display: none;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    transition: all 0.5s ease-out;

    -webkit-box-shadow: inset 1460px 0px 320px 90px rgb(0 0 0 / 60%);
    -moz-box-shadow: inset 1460px 0px 320px 90px rgba(0,0,0,0.60);

    box-shadow: inset 1460px 0px 320px 90px rgb(0 0 0 / 60%);
}



.img-background {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.luz_menu
{
	background-color: #000;
	opacity: 0.3;
    /*background: rgba(0, 0, 0, 0.7);*/
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 3;
    display: none;
    transition: all 0.5s ease-out;
}
.fundo_que_precisa
{
    transition: all 0.5s ease-out;
}
.sub_o_que_precisa
{
	cursor: pointer;
}
.sub_o_que_precisa:hover
{
	filter: invert(41%) sepia(96%) saturate(693%) hue-rotate(155deg) brightness(101%) contrast(101%);

    transition: all 0.1s ease-out;
}
.item-carrinho
{
	border: 1px solid #f1f1f1;
	border-radius: 5px;
	padding: 25px;
}
.cupom_desconto_carrinho
{
	border: 1px solid #f1f1f1;
	padding: 25px;
	border-radius: 5px;

}

.seta_invertida_carrinho2
{
	margin-top: 18px;
}
.seta_invertida_carrinho
{

	margin-top: 18px;
	transform: rotate(90deg);
	-ms-transform:      rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
.img-round
{
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 100%;
	background-color: #eeeeee;
}
.menu_o_que_precisa,.menu_empresa
{
	position: fixed;
    width: 800px;
    background: white;
    margin-top: 15px;
    border-radius: 5px;
/*    padding-left: 29px;
    padding-right: 29px;
    padding-top: 24px;
    padding-bottom: 24px;*/
    /*padding: 15px;*/
    text-align: left;
    margin-left: -25px;
    /*border: 1px solid #F6F7FB;*/
    display: none;
    z-index: 4;
    transition: all 0.5s ease-out;
}


.menu_carrinho
{
	position: fixed;
    width: 370px;
    background: white;
    margin-top: 15px;
    border-radius: 5px;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
    margin-left: -200px;
    border: 1px solid #F6F7FB;
    display: none;
    -webkit-box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
z-index: 4;
}

.menu_perfil
{
	position: fixed;
    width: 350px;
    background: white;
    margin-top: 15px;
    border-radius: 5px;
    padding-left: 29px;
    padding-right: 29px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
    margin-left: -230px;
    border: 1px solid #F6F7FB;
    display: none;
    -webkit-box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
box-shadow: 0px 0px 60px -30px rgba(0,0,0,0.2);
}
.menu_perfil a
{
	display: block;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #8595A5;
}
.menu_perfil a:hover
{
	color: #2DC6F0;
    transition: all 0.5s ease-out;
}

.tela-pagamento
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	background-color: white;
	z-index: 20;

	display: none;
	
	left: 100%;
	background-color: #000000ad;
}
.tela-absoluta
{
	position: fixed;
	top: 0;
	height: 100%;
	width: 100%;
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
	background-color: white;
	z-index: 3000;

	display: none;
	
	left: 100%;
}
.menu_mobile
{
	position: absolute;
    width: 100%;
    background-color: #2dc6f0;
    left: 0;
}
.menu_mobile a
{
	color: white;
	display: block;
	padding: 15px;
}
.pergunta_faq
{
	cursor: pointer;
}
.menu
{
	background-color: #ffffff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	-webkit-box-shadow: 0px 0px 75px -35px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 75px -35px rgba(0,0,0,0.3);
	box-shadow: 0px 0px 75px -35px rgba(0,0,0,0.3);
	border-bottom: 1px solid #F6F7FB;
}
button:focus,a:focus,a:active,button:active,input:focus,input:active {
    outline: none !important;
    box-shadow: none !important;
}
.div-aba-home
{
	width: 100%;
}
.banner-home
{
	width: 100%;
	background-color: #000;
	min-height: 800px;
	height: 90vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.banner-home-2023
{
	width: 100%;
	background-color: #000;
	min-height: 700px;
	height: 90vh;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

	-webkit-box-shadow: inset 600px -150px 200px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 600px -150px 200px 0px rgba(0,0,0,0.75);
	box-shadow: inset 600px -150px 200px 0px rgba(0,0,0,0.75);
}


.text-escuro
{
	color: #485359 !important;
}
.text-14
{
	font-size: 14px !important;
}
.text-12
{
	font-size: 12px !important;
}
.text-10
{
	font-size: 10px !important;
}

.text-16
{
	font-size: 16px !important;
}

.text-18
{
	font-size: 18px !important;
}
.text-20
{
	font-size: 20px !important;
}
.text-22
{
	font-size: 22px !important;
}
.text-24
{
	font-size: 24px !important;
}
.text-muted-banner
{
	font-size: 16px;
	letter-spacing: 0.3px;
	opacity: 0.8;
	color: #fff;
}
.sem-foto-perfil
{
	font-size: 20px;
	text-align: center;
	color: #fff;
}
.titulo-g
{
	font-size: 34px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.titulo-g-sou
{
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.titulo-gg
{
	font-size: 70px;
	font-weight: bold;
	letter-spacing: 0.5px;
}
.titulo-m
{
	font-size: 28px;
	letter-spacing: 0.5px;
}
.titulo-primary
{
	font-size: 28px;
	font-weight: normal;
	letter-spacing: 0.5px;
	color: #2DC6F0;
}
.caixa_login_externo,.caixa_esqueceu_externo
{
	min-width: 290px;
    width: 100%;
    margin: auto;
    max-width: 350px;

}
.text-branco
{
	color: #fff !important;
}
.btn {

	height: 40px;
}
.btn-lg {

	font-weight: bold;
	letter-spacing: 0.5px;
	height: 55px;
}
.btn-primary
{
	border-radius: 4px !important;
	border: 0 !important;
	background-color: #2DC6F0 !important;
	color: #fff;

}

.btn-red
{
	border-radius: 4px !important;
	border: 0 !important;
	background-color: #EF483C !important;
	color: #fff;

}

.btn-outline
{
	background-color: unset;
	border: 1px solid #ADBDCC;
	text-align: center;
	color: #ADBDCC;
}
.btn-outline-primary
{
	background-color: unset !important;
	border: 1px solid #2DC6F0 !important;
	text-align: center !important;
	color: #2DC6F0 !important;
	height: 40px;

}
.depoimento-home
{
	background-color: #FAFAFA;
	border-radius: 10px;
	width: 100%;

}

.depoimento-home .td-pg
{

	padding: 25px;
}
.img-depo
{
	width: 48px;
	height: 48px;
	border-radius: 100%;
}

.item-album-slide .t-p-n
{
	font-size: 11px;
	color: #fff;
}
.item-album-slide-home2 .t-p-n
{
	font-size: 11px;
	color: #fff;
}
.t-p-n
{
	font-size: 12px;
	font-weight: bold;
	color: #8595A5;
}
.t-p-n2,.t-p-n2 a
{
	font-size: 16px;
	font-weight: bold;
	color: #8595A5;
}
/*.t-p-n2 a:hover
{
	font-size: 16px;
	font-weight: bold;
	color: #2DC6F0;
	text-decoration: none;
}*/


a:hover
{
	text-decoration: none;
}



.btn-slide
{
	opacity: 0.6;
	color: #fff;
	cursor: pointer;
}

.btn-slide img
{
	filter: brightness(25);
	margin-bottom: 5px;
}

.btn-slide-ativo
{

	opacity: 1 !important;
}

button:focus, button:active
{
	/*outline: -webkit-focus-ring-color auto 0px !important;*/

	outline: 0px auto -webkit-focus-ring-color !important;
	box-shadow: unset !important;
}

.form-control:disabled, .form-control[readonly], .form-control2:disabled, .form-control2[readonly]
{
	background-color: #F6F7FB !important;
	border: 1px solid #F6F7FB !important;
}
input.apple-switch {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #D0DAE6;
  border: 1px solid #D0DAE6;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #D0DAE6;
}

input.apple-switch:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  background: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  /*box-shadow: 2px 4px 6px rgba(0,0,0,0.2);*/
}

input.apple-switch:checked {
  box-shadow: inset 20px 0 0 0 #2DC6F0;
  border-color: #2DC6F0;
}

input.apple-switch:checked:after {
  left: 20px;
  box-shadow: -2px 4px 3px rgba(0,0,0,0.05);
}


.form-check-label
{
	color: #BFCDDA;
	font-size: 13px;
	/*position: absolute;*/
	margin-left: 5px;
}

:checked + .form-check-label
{
	font-weight: bold;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #D0DAE6 !important;
  opacity: 1 !important; /* Firefox */
}
.form-control
{
	/*padding: 4px !important;*/
	border: 1px solid #D0DAE6 !important;
	border-radius: 5px !important;
	height: 50px;
  	padding-left: 15px !important;
  	color: #8595A5 !important;
}
.form-control2
{
	/*padding: 4px !important;*/
	border: 1px solid #D0DAE6 !important;
	border-radius: 5px !important;
	height: 50px;
  	
  	color: #8595A5 !important;
  	width: 100%;

  	 -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    /* Then Style */
    background: transparent;
    outline: none;    
}

.form-control:focus,.form-control2:focus
{
	border: 1px solid #2DC6F0 !important;
	box-shadow: unset !important;
}

#loading
{
	width: 100%;
	height: 100%;
	position: fixed;
/*	background-color: #000;
	opacity: 0.7;*/
	text-align: center;
	padding-top: 20%;
	left: 0;
	top: 0;
	z-index: 9999999;
	/*-webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);*/

    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.75);
    display: none;
}
#loading img
{
	filter: invert(1);
}
.slide_categorias
{
	width: 100%;
}

/*.slide_categorias .owl-nav
{

    width: 100%;

}*/


.slide_albuns_vendas_perfil .owl-prev
{
	position: absolute;
	float: left;
    margin-top: -180px !important;
    left: -20px;
    background-color: #2DC6F0 !important;
    border-radius: 32px !important;
    width: 32px;
    height: 32px;
    color: #fff !important;
    font-size: 20px !important;
}
.preco_foto span {
    color: #BFCDDA !important;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
}
.slide_albuns_vendas_perfil .owl-next
{
	position: absolute;
	float: right;
    margin-top: -180px !important;
    right: -20px;
    background-color: #2DC6F0 !important;
    border-radius: 32px !important;
    width: 32px;
    height: 32px;
    color: #fff !important;
    font-size: 20px !important;
}
.slide_categorias .owl-prev,.slide_categorias_perfil .owl-prev
{
	position: absolute;
	float: left;
    margin-top: -110px !important;
    left: -15px;
    background-color: #2DC6F0 !important;
    border-radius: 32px !important;
    width: 32px;
    height: 32px;
    color: #fff !important;
    font-size: 20px !important;
}

.slide_categorias .owl-next,.slide_categorias_perfil .owl-next
{
	position: absolute;
	float: right;
    margin-top: -110px !important;
    right: -15px;
    background-color: #2DC6F0 !important;
    border-radius: 32px !important;
    width: 32px;
    height: 32px;
    color: #fff !important;
    font-size: 20px !important;
}
.span-azul-claro
{

	background-color: #ddf6fd !important;
	padding: 6px 8px 6px 8px;
	border-radius: 30px;
	font-size: 12px;
	color: #2DC6F0;
	font-weight: 500;
}
.span-mudo
{

	padding: 6px 8px 6px 8px;
	border-radius: 30px;
	font-size: 12px;
	color: #BFCDDA;
	font-weight: 500;
}
.categoria-img-home
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	width: 176px;
	float: left;
	padding-top: 146px;
	background-size: cover;
	background-position: center center;
	background-color: #000;
/*	cursor: pointer;*/

	-webkit-box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
	box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
}
.item-cat-slide-2023
{
		width: 176px;
		height: 178px;
}

.categoria-img-home-2023
{
	color: white;
	font-size: 16px;
	font-weight: bold;
	border-radius: 5px;
	width: 195px;
/*	float: left;*/
	padding-top: 175px;
	background-size: cover;
	background-position: center center;
	background-color: #000;
	cursor: pointer;

	-webkit-box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
	box-shadow: inset 0px -95px 108px -38px rgba(0,0,0,0.75);
}


.text-muted
{
	color: #8595a5 !important;
	/*BFCDDA*/
}
small, .text-small
{
	font-size: 11px;
	color: #8595a5;
	/*ADBDCC*/
}


.sessao2_home
{
	background: linear-gradient(278.42deg, #4461D0 0%, #2DC6F0 100.91%);
	margin-top: -370px;
	min-height: 300px;
}



.lista_album
{
	min-height: 300px;
	overflow-x: auto;
}

.titulo-promo
{
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	color: #2DC6F0;
}

.span-azul
{
	background: #2DC6F0;
	border-radius: 10px;
	font-weight: 600;
	font-size: 10px;
	letter-spacing: 0.25px;
	color: #FFFFFF;
    padding: 5px 10px 5px 10px;
}
.span-verde
{
	background: #8bc34a;
	border-radius: 10px;
	font-weight: 600;
	font-size: 9px;
	letter-spacing: 0.25px;
	color: #FFFFFF;
    padding: 5px 10px 5px 10px;
}
.item-album-lista 
{
	width: 100%;
	cursor: pointer;
	height: 300px;
}
.item-album-lista .img-album
{

	width: 100%;
}
.item-album-lista .t-p-n
{
	font-size: 11px;
	color: #fff;
}
.item-promocoes
{

	/*border: 2px solid #F6F7FB;*/
	padding: 38px 25px;
	background-size: 230px;
	background-position: 140% -10px;
	background-repeat: no-repeat;
	border-radius: 8px;
	background-color: #fff;
	cursor: pointer;

}
.item-album-slide .t-p-n
{
	font-size: 11px;
	color: #fff;
}
.img-mini2
{
	position: relative;
	float: right;
    width: calc(40% - 8px);
    height: 65px;
    right: 0px;
}
.img-mini3
{
	position: relative;
    height: 65px;
    background:  #eeeeee;
    border-radius: 4px;
    background-size: cover;
    background-position: center center;
}


.img-album
{
	padding: 150px 10px 10px 10px;
	background-color: #eee;
	border-radius: 4px;
	background-size: cover;
	background-position: center center;
	float: left;
	/*margin-right: 15px;*/

/*    -webkit-box-shadow: inset 0px -75px 38px -48px rgba(0,0,0,0.75);
    -moz-box-shadow: inset 0px -75px 38px -48px rgba(0,0,0,0.75);
    box-shadow: inset 0px -75px 38px -48px rgba(0,0,0,0.75);*/
}
/*.img-album:hover
{
	filter: saturate(1.5) brightness(1.2);
}*/
.btn-link:hover,.btn-link:focus
{
	text-decoration: unset;
}
.text-primary
{
	color: #2DC6F0 !important;
}
.img-album-fotografos
{
	width: 25px;
	height: 25px;
	background-color: #eeeeee;
	border: 1.5px solid #fff;
	background-size: cover;
	background-position: center center;
	border-radius: 100%;
}
.bloco_avaliacao
{
	background-color: #F6F7FB;
	padding: 25px;
	border-radius: 5px;
}
.slide_albuns_vendas_perfil
{
	height: 260px;
}
.img-lista2
{
	width: calc(16.6% - 1px);
	padding-top: calc(16.6% - 1px);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	/*border-radius: 10px;*/
	float: left;
	margin: 0.5px;
	background-color: #eeeeee;
	cursor: pointer;
}
.lista_albuns_cortina
{
	height: 615px; /*iphone 6 */
	overflow: auto;
	scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: block;
}

.list-servico
{
	width: 50%;
	float: left;
	color: #BFCDDA;
	margin-bottom: 10px;
}
.list-servico i
{
	font-size: 8px;
}
.item-avaliacao-slide
{
	width: 250px !important;
	/*float: left;*/
	border: 2px solid #F6F7FB !important;
	/*height: 200px !important;*/
	border-radius: 5px;
	padding: 15px;
}
.d-none2
{
	display: none;
}
.lista_albuns_cortina .item-album-slide
{
	padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;
    width: 100%;
    cursor: pointer;
}

.lista_albuns_cortina .item-album-slide .img-album
{
	/*
	width: 170px;
	margin-right: 15px;
	*/

	margin-right: 0;
	width: 60%;
}
.lista_albuns_cortina .item-album-slide .text-right
{
	text-align: left !important;
}

.lista_albuns_cortina .item-album-slide .row
{
	margin: 0;
}
.lista_albuns_cortina .item-album-slide .row div
{
	padding: 0;
}
/** mosaico **/
.gridMosaico{
	max-width: 100%;
	margin: 0 auto;
	column-count: 4;
	
}
.imgMosaico {
	break-inside: avoid-column;
	overflow: hidden;
	margin-bottom: 1px;
	margin-inline: -7px;
	position: relative;
}
.fotosflex  {
	flex: 1 0 calc(20% - 8px); /* Define o tamanho base e subtrai o espaço total das margens */
  margin: 1px; /* Margem de 1px em todos os lados */
  box-sizing: border-box;
	position: relative;
}


	.imgMosaico img {
	display: block;
	max-width: 100%;
	
  }

  .lupa{
	width: 150px; 
	height: 150px; 
	background: url(/img/lupa.png ) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 100;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/* @media (min-width: 768px) and (max-width: 900px){
	.gridMosaico {
		column-count: 3;
		margin-inline: 12px;
	}
} */

  @media (max-width: 768px) {
	.gridMosaico {
		column-count: 2;
		margin-inline: 12px;
		margin-bottom: 250px;
	}
}

  

@media (min-width: 1200px) {
	.container {
	    max-width: 1300px !important;
	}
}
.hidden-desktop
{
	display: none;
}

.phonehome2
{
	margin-top: 100px;
}
/*.janela-detalhes-compra-mobile
{
	margin-top: -70px;
}
*/

/** mosaico **/


/* MOBILE */
@media only screen and (max-width: 900px)
{

	.preco_foto22
	{
		font-size: 19px;

		text-align: left;
		line-height: 36px;
	}
	.folder-album
	{
	  /*width: auto;*/
	  width: calc(100% - 50px);
	  margin-left: 25px;
	}

	.bandeira_idioma
	{
		width: 35px;
	}
	.t-p-n2,.t-p-n2 a
	{
		font-size: 14px !important;
	}
	.cortina-debaixo
	{
		    max-width: unset !important;
    margin-left: unset !important;
	}

	.largura_lista_busca_fotos
	{
		width: 100%;
	}
	.item-album-slide-home2
	{
		width: 100%;
		height: auto;
		padding-bottom: 10px;
	}


	.img-lista-div
	{
		/*display: flex;*/
		/*margin: -8px;*/
		margin: 0px -16px 0px -16px;
	}
	.banner-home
	{
		-webkit-box-shadow: inset 0px 150px 50px -30px rgba(0,0,0,0.6); 
		box-shadow: inset 0px 150px 50px -30px rgba(0,0,0,0.6);
	}
	.banner-home-2023
	{
		width: 100%;
		min-height: 630px;
		height: 80vh;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;

		-webkit-box-shadow: inset 250px -130px 200px 20px rgba(0,0,0,0.60);
		-moz-box-shadow: inset 250px -130px 200px 20px rgba(0,0,0,0.60);
		box-shadow: inset 250px -130px 200px 20px rgba(0,0,0,0.60);
	}


	.titulo-gg
	{
		font-size: 40px;
	}
	.caixa_login_externo,.caixa_esqueceu_externo
	{
		width: 100%;
		margin: auto;
		min-width: 100%;
	}

	.center-mobile
	{
		text-align: center !important;
	}
	.cortina2_albuns,.cortina1_albuns
	{
		width: 95% !important;
    	left: 2.5% !important;
	}
	.sessao2_home
	{
		margin-top: unset;
	}
	.phonehome
	{
		margin-top: 70px;
	}
	.phonehome2
	{
		margin-top: 40px;
	}

	.hidden-phone
	{
		display: none !important;
	}
	.hidden-desktop
	{
		display: unset;
	}

	.img-lista_nova
	{
		height:  0;
		width: calc(33% - 0px);
	    padding-bottom: calc(33% - 1px);
	    float: left;
	    margin: 0.5px;
	    background-color: #eeeeee;
	    cursor: pointer;
		position: relative;
	}
	.cover-album
	{

	}
	.text-left-mobile
	{
		text-align: left !important;
	}
	.meio-foto
	{
		width: 100%;
		margin-left: 0;
		margin-top: 20%;
	}
	.seta_fechar_mobile_foto
	{
		margin-top: -50px;
    	margin-right: -65px;
	}
	.coluna-foto-detalhes-mobile
	{
		height: 380px;
	}
	.img-foto
	{
		border-radius: 0 !important;
		min-height: auto;

	}

	.selo_carrinho
	{
		text-align: center;
	    position: absolute;
	    margin-top: -33%;
	    margin-left: 0;
	    opacity: 0.6;
	    background-color: #2DC6F0;
	    width: 33%;
	    padding-top: 33%;

	}
	.setas_passar_fotos
	{
		 z-index: 1;
	}
	.paginacao
	{
		min-width: 97%;
	}
	.img-perfil-fotografo
	{
		width: 90px;
    	height: 90px;
	}
	.titulo-m
	{
		font-size: 17px;
	}
	.titulo-g
	{
		font-size: 26px;
	}
	.titulo-g-sou
	{
		font-size: 16px;
	}
	.categoria-img-home
	{

	    padding-top: 91px;
	    width: 133px;
	    font-size: 14px;
	}
	.item-cat-slide-2023
	{
	    width: 133px;
	}
	.categoria-img-home-2023
	{

	    padding-top: 91px;
	    width: 31%;
	    font-size: 14px;
	}
	.img-lista2
	{
	    width: 100%;
	    padding-top: 100%;
    }
    .selo-perfil-fotografo
    {

    margin-top: 52px;
    width: 35px;
    margin-left: 55px;
    }
    .owl-carousel .owl-nav
    {
    	display: none;
    }

	/*.janela-detalhes-compra-mobile
	{
		margin-top: -30px;
	}*/
 
}

@media (max-width: 1200px)
{
	.menu .row div
	{
		zoom: 0.7;
	}
}






