:root{
	--blue-ps: #155dac;
}
*{
	margin: 0;
	padding: 0;
	font-family: 'Lato', sans-serif;
}
html,
body {
position: relative;
height: 100%;
margin: 0;
padding: 0;
}

.btn-group-sm>.btn, .btn-sm,
.btn-group-lg>.btn, .btn-lg,
.btn{
	border-radius: .7em;
}



#slide-home .swiper-wrapper .swiper-slide{
	text-align: center;
}
footer{
	background-color: #047fac;
	font-size: .85em;
}
footer *{
	color: white;
}
footer h1,footer h2,footer h3,footer h4,footer h5, footer h6{
	color: white;
}
footer .container-horarios h6{
	font-size: 80%;
}
footer h5{
	text-transform: uppercase;
}
.footer-author{
	background: rgba(0,0,0,.2);
}
.btn.with-effect{
	display: inline-block;
	position: relative;
	overflow: hidden;
}
.btn-primary{
	background-color: var(--blue-ps);
	border: 0;
	
}
.btn.with-effect:after{
	content: '';
	position: absolute;
	width: 100%;
	transform: scaleX(0);
	height: 3px;
	bottom: 0;
	left: 0;
	background-color: #ffc040;
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
}
.btn.btn-sm.with-effect:after{
	height: 2px;
}
.btn.btn-LG.with-effect:after{
	height: 4px;
}
.btn.with-effect:hover:after{
	transform: scaleX(1);
  	transform-origin: bottom left;
}
h1,h2,h3,h4,h5{
	color: var(--blue-ps);
}
h2 b, h1 b, h3 b{
	font-weight: 900;
}
.bg-orange{
	color:  white;
	background: #D57E02;
}
#banner_contato{
	height: 300px;
	background: url('/assets/images/bg-contato.png');
	background-position: center center;
	background-size: cover;
	width: 100%;
}
#ps_menu{
	background-image: linear-gradient(to top, rgba(117,117,117,.1) 0%, #fff 17%);
	text-transform: uppercase;
}
#ps_menu .navbar-nav a{
	display: inline-block;
  	position: relative;
  	color: #155dac;
  	font-weight: bold;
}
#ps_menu .navbar-nav a:after,#ps_menu .navbar-nav a:before {
  content: '';
  position: absolute;
  width: 95%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 2.5%;
  background-color: var(--blue-ps);
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
#ps_menu .navbar-nav a:before {
	background-color: #ffc040;
	width: calc(100% + 8px);
	left: -4px;
}
#ps_menu .navbar-nav a:hover:after,#ps_menu .navbar-nav a:hover:before{
	transform: scaleX(1);
  transform-origin: bottom left;
}
.swiper {
	position: relative;
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.swiper-slide .caption{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: auto;
	padding: 8px;
	color:  white;
	background: rgba(0,0,0,.4);
	transition: all .3s ease-in-out;
}
.swiper-slide:hover .caption{
	background: rgba(0,0,0,.8);
}
.swiper-slide .caption *{
	color:  white;
}
#slides_premieres .swiper-wrapper{
	height: 100%;
}
#slides_premieres .swiper-slide{
	text-align: center;
	height: 100%;
}
.container-slide-premier{
	position: relative;
	display: inline-block;
}
.container-slide-premier img{
	height: 100%;
	width: 100%;
}
.container-slide-premier span{
	position: absolute;
	top: 10px;
	right: 5%;
}
#slides_premieres .container-slide-premier:hover .hover_premier{
	opacity: 1;
}
#slides_premieres .hover_premier{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-direction: column;
	padding: 7px;
}
#slides_premieres .hover_premier{
	position: absolute;
	opacity: 0;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
	color: white;
	transition: all .5s ease-in-out;
	z-index: 9999;
	-webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}
#banner_programacao{
	background: url('../images/fixo-cinema.png');
	background-size: cover;
	background-position-x: 50%;
	color: white;
}
#barra_role_praia{
	--banner-definitivo: var(--image-barra-role-praia,url('../images/fixo-lojas.png'));
	background: var(--banner-definitivo);
	background-size: cover;
	background-position-x: 50%;
	color: white;
	min-height: 300px;
}
#barra_lojas_footer{
	--banner-definitivo: var(--image-banner-contato,url('../images/fixo-lojas-2.png'));
	background: var(--banner-definitivo);
	background-size: cover;
	background-position-x: 50%;
	color: white;
}
#barra_lojas_footer * {
	color: white;
}
#banner_programacao *{
	color: white;
}
.card_rolando_praia .container_rolando{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.card_rolando_praia h6{
	color: #d61f7e;
	font-weight: 900;
	/*text-transform: capitalize;*/
	margin-bottom: .5rem;
}
.card_rolando_praia h5{
	color:  #53bbe8;
}
.card_rolando_praia .container_rolando img{
    height: 100%;
    align-self: center;
    width: auto;
    max-width: unset;
}
#rolando_e_lojista .card{
	border: 0;
}

.card_rolando_praia, .card_lojas_service{
	border: 1px solid #d9f1fa;
	background-color: #f3f9fc;
}
.cards_lojas .container_image{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	max-width: 100%;
	max-height: 230px;
}
.cards_lojas [class*='col-']{
	height: auto!important;
}
.cards_lojas .card-title{
	color:  #10a7e2!important;
}
.cards_lojas h6{
	color: #d61d7d!important;
}
.cards_lojas .container_image img{
	/*height: 100%;*/
    align-self: center;
    width: auto;
    /*max-width: unset;*/
}
.cards_lojas .card-footer{
	background-color: transparent;
	border:  0;
}
.cards_lojas .container_rede_social{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width:  32px;
	height: 32px;
	font-size: 1.15em;
	border-radius: 100%;
	border: 1px solid #1b4884;
	color: #1b4884;
	transition: all .3s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.cards_lojas .container_rede_social:hover{
	border-color:  transparent;
	color: white;
	background-color: #1b4884;
}
table.cards_lojas tbody, table.cards thead{
	border-top: 0!important;
}
table.cards_lojas tbody tr {
	border:  0!important;
	border-width: 0;
/*   float: left;
   width: 19rem;
   margin: 0.5rem;
   border: 0.0625rem solid rgba(0, 0, 0, .125);
   border-radius: .25rem;
   box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);*/
}

table.cards_lojas tbody td {
   display: block;
   border:  0!important;
}

table.cards_lojas thead {
   display: none!important;
}

table.cards_lojas td:before {
   content: attr(data-label);
   position: relative;
   float: left;
   color: #808080;
   min-width: 4rem;
   margin-left: 0;
   margin-right: 1rem;
   text-align: left;   
}
#search_table_services .input-group-text{
	background-color: transparent;
	border-top-left-radius: .65em;
	border-bottom-left-radius: .65em;
}
#search_table_services .input-group-text + input{
	border-left: 0;
	border-top-right-radius: .65em;
	border-bottom-right-radius: .65em;
}
#search_table_services .input-group-text, #search_table_services .input-group-text + input{
	border-color: #4f85c0;

}
#all_loj_ser h1{
	font-size: 1.9em;
	text-transform: uppercase;
}

.container-form-contato .input-group .fa{
	color: #1b4884;
}
.container-location address p {
	margin-bottom: 3px;
}
.container-location address  a{
	color: inherit;
}
.btn > span:first-child{
	display: none;
}
.btn > span + span{
	display: block;
}
.btn:disabled > span:first-child,.btn.disabled > span:first-child{
	display: block;
}
.btn:disabled > span + span,.btn.disabled > span + span{
	display: none;
}
#icons-services{
	color: #006b94;
}
.with-loading:not(:disabled) .Loading, .with-loading:not(.disabled) .Loading{
	display: none;
}
.with-loading:not(:disabled) span:not(.Loading), .with-loading:not(.disabled) span:not(.Loading){
	display: block;
}

.with-loading:disabled .Loading, .with-loading.disabled .Loading{
	display: block;
}
.with-loading:disabled span:not(.Loading), .with-loading.disabled span:not(.Loading){
	display: none;
}

.crop-card-eventos{
	overflow: hidden;
	margin: 0;
	padding: 0;
	min-height: 100px;
	max-height: 450px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-direction: column;
	border-radius: 5px;
}

.crop-card-eventos img{
	display: block;
	align-self: center;
}
#eventos .card {
	border: 0;
}
#eventos h1{
	font-size: 1.8em;
}
#eventos .card-body{
	background:  #f1f1f1;

	padding-left: 4.2rem;
	padding-right: 4.2rem;
}
#eventos .card-title{
	color:  #3282a2;
}
#eventos .details-evento{
	color: #fc7235;
}

#eventos .rows-eventos > div.row:last-child:not(:first-child) .card{
	padding-bottom: 40px;
	position: relative;
}
#eventos .rows-eventos > div.row:last-child:not(:first-child) .card:after{
	content: '';
	position: absolute;
	z-index: 99999;
	width: 100%;
	height: calc(30% + 40px);
	background: linear-gradient(to bottom, transparent,white);
	bottom: 0;
}
@media screen and (max-width: 575px){
	#barra_role_praia{
		background-image: var(--image-mobile-barra-role-praia,--banner-definitivo);
	}
	#barra_lojas_footer{
		background-image: var(--image-banner-contato-mobile,--banner-definitivo);
	}
}
