/* FONTS
@font-face {
  font-family: "HelveticaNeuBold";
  src: url("../fonts/HelveticaNeuBold.eot");
  src: url("../fonts/HelveticaNeuBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/HelveticaNeuBold.otf") format("opentype"),
    url("../fonts/HelveticaNeuBold.svg") format("svg"),
    url("../fonts/HelveticaNeuBold.ttf") format("truetype"),
    url("../fonts/HelveticaNeuBold.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueLight";
  src: url("./fonts/HelveticaNeueLight.eot");
  src: url("./fonts/HelveticaNeueLight.eot?#iefix") format("embedded-opentype"),
    url("./fonts/HelveticaNeueLight.otf") format("opentype"),
    url("./fonts/HelveticaNeueLight.svg") format("svg"),
    url("./fonts/HelveticaNeueLight.ttf") format("truetype"),
    url("./fonts/HelveticaNeueLight.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueMedium";
  src: url("./fonts/HelveticaNeueMedium.eot");
  src: url("./fonts/HelveticaNeueMedium.eot?#iefix") format("embedded-opentype"),
    url("./fonts/HelveticaNeueMedium.otf") format("opentype"),
    url("./fonts/HelveticaNeueMedium.svg") format("svg"),
    url("./fonts/HelveticaNeueMedium.ttf") format("truetype"),
    url("./fonts/HelveticaNeueMedium.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueRegular";
  src: url("./fonts/HelveticaNeueRegular.eot");
  src: url("./fonts/HelveticaNeueRegular.eot?#iefix") format("embedded-opentype"),
    url("./fonts/HelveticaNeueRegular.otf") format("opentype"),
    url("./fonts/HelveticaNeueRegular.svg") format("svg"),
    url("./fonts/HelveticaNeueRegular.ttf") format("truetype"),
    url("./fonts/HelveticaNeueRegular.woff") format("woff"),
  font-weight: normal;
  font-style: normal;
}*/
/* /fonts */
/* HOME*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, sub, b, dl, dd, dt, ul, li, label, article, footer, header, menu, nav, input, textarea, select, button, form {
	background: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}
html, body {
    font-family:Helvetica, sans-serif;
	font-weight: 500;
	width: 100%;
    overflow-x: hidden;
	color: #231f20;
	font-size: 14px;
	line-height: 17px;
}
body {
	position:relative;
	height: 100%;
}
a:hover, a:active, a:focus, button, textarea, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], button {
	outline: 0;
	-webkit-appearance: none;
	text-decoration: none;
}
a, button, input.submit, input[type="submit"], input[type="reset"], input[type="button"], input[type="image"], .animationcss, *:before, *:after, span, input, textarea, .btn, .top-nav-collapse, a.navbar-brand img, .prevArr, .nextArr, .topo, #sidebarMenui, .img-fluid {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
b, strong {
	font-weight: 700;
}
ul{
	list-style-type: none;
	padding-left: 0px
}
a {
	outline: 0 !important;
	text-decoration: none;
}
a:hover {
	color:#231F20;
	text-decoration: none;
}
img {
	display: block;
    image-rendering: -moz-crisp-edges;         /* Firefox */
    image-rendering:   -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
img.img-responsive{
	width: 100% ;
}
textarea {
	resize: none;
}
input, button {
	outline: none;
	box-shadow: unset;
}
p{
	margin-top: 5px;
	margin-bottom: 15px
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;
}
#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 10px;
    border-radius: 50%;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -16px;
    right: -44px;
    z-index: 1032;
}
.pageContent, #main{
    margin-top:0px;
    margin-bottom: 70px;
  /*  min-height: calc(100% - 80px);*/
}

.preloader.loader {
	height: 100vh;
	width: 100%;
	background-color: #3cb4e5;
	position:relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index:9999
}
.preloader.loader img {
	width: 120px;
	margin:auto;
	display:block
}
h1{
    font-family:Helvetica, sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 700;
	color: #231f20;
	text-align:left;
	margin-top:50px
}
h1.jornal{
	font-size: 30px;
	line-height: 30px;
	font-weight: 500;
	text-align:left;
	margin-bottom:0px;
	color: #231f20;
}

h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #231F20;
	margin-bottom:10px
}
h3 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #231F20;
	margin-bottom:10px
}
h4{
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    color: #231F20;
	margin-bottom:10px
}

.txtPQ{
	font-size:12px;
	line-height:14px;
	margin-bottom:30px
}
.voltar{
	height:30px;
	width:30px;
	position:absolute;
	top: 15px;
	left:15px;
	z-index:999
}

.home{
    background-image: url(/img/app/inicio.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	height:100vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home img{
	max-width:180px;
	margin:auto;
	margin-bottom:60px
}
.entrar{
	font-weight:700;
	width: 100%;
    background-color: #fff;
    color: #3cb4e5;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 7px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
	border:1px solid #fff;
	display:block
}
.novaconta{
	font-weight:700;
	width: 100%;
    background-color: transparent;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
	border:1px solid #fff;
	display:block
}
.logo{
	max-width:160px;
	margin:auto;
	margin-top:15px
}
.logoLista{
	max-width:140px;
	margin:auto;
	margin-top:15px
}
input.login{
	/* border-bottom: 1px solid #231f20; */
	border-bottom: 1px solid #7b7979;
	width:100%;
	color: #231f20;
	font-size: 15px;
	font-weight:400;
	margin-bottom:35px
}

.btvermelho{
	font-weight:700;
	width: 100%;
    background-color: #3cb4e5;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
	border:1px solid #3cb4e5;
	display:block
}
.btsimples{
	font-weight:500;
	width: 100%;
    color: #231f20;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 7px 10px;
    margin-bottom: 5px;
	display:block
}
.btbranco{
	font-weight:700;
	width: 100%;
    background-color: transparent;
    /* color: #231f20; */
    color: #231f20;
    font-size: 14px;
    text-align: center;
    line-height: 28px;
    padding: 7px 10px;
    margin-bottom: 5px;
    border-radius: 5px;
	border:1px solid #7b7979;
	display:block
}
.form.selecao .col-6{
	padding-right: 5px;
	padding-left: 5px;
}
/* select options */
.inputGroup {
  background-color: #fff;
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.inputGroup label {
  width: 100%;
  display: block;
  text-align: left;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  opacity:0.7
}
.inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: '';
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.inputGroup label:after {
  width: 30px;
  height: 30px;
  content: '';
  border-radius: 50%;
  z-index: 2;
  background-position: 3px 3px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.inputGroup input:checked ~ label {
  opacity: 1;
}
.inputGroup input:checked ~ label:before {
  opacity: 1;
}
.inputGroup input:checked ~ label:after {
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
  background-repeat: no-repeat;
  background-position: 3px 3px;
  background-color: rgba(255,255,255,0.7);
}
.inputGroup input {
  width: 30px;
  height: 30px;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  cursor: pointer;
  visibility: hidden;
}
.form {
  padding: 0 16px;
  max-width: 550px;
  margin: 25px auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 36px;
}
/* */
.segunda .inputGroup {
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  border: 1px solid #7b7979;
border-radius: 10px;
}
.segunda .inputGroup label {
  padding: 3px 10px;
  width: 100%;
  display: block;
  text-align: left;
  color: #3C454C;
  cursor: pointer;
  position: relative;
  z-index: 2;
  -webkit-transition: color 200ms ease-in;
  transition: color 200ms ease-in;
  overflow: hidden;
  border-radius: 10px;
}
.segunda .inputGroup label:before {
  width: 10px;
  height: 10px;
  border-radius:10px;
  content: '';
  background-color: #F1F1F2;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale3d(1, 1, 1);
          transform: translate(-50%, -50%) scale3d(1, 1, 1);
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: -1;
}
.segunda .inputGroup label:after {
  width: 25px!important;
  height: 25px!important;
  content: '';
  border: 1px solid #7b7979;
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='17' viewBox='0 0 19 19' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ") !important;
  background-position: 0px 0px !important;
  border-radius: 90%;
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
.segunda .inputGroup input:checked ~ label {
  color: #000;
}
.segunda .inputGroup input:checked ~ label:before {
  -webkit-transform: translate(-50%, -50%) scale3d(56, 56, 1);
          transform: translate(-50%, -50%) scale3d(56, 56, 1);
  opacity: 1;
}
.segunda .inputGroup input:checked ~ label:after {
  background-color: #3cb4e5;
  border-color: #3cb4e5;
}
.segunda .inputGroup input {
  width: 25x !important;
  height: 25px!important;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 2;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  visibility: hidden;
}

/* Lista */
.pesquisa{
	height:21px;
	width:21px;
	position:absolute;
	top: 15px;
	right:15px;
	z-index:999
}
h1.pesq{
	width: 100%;
	font-size: 28px;
	line-height: 30px;
	font-weight: 500;
	text-align:center;
	color: #fff;
	margin-bottom:20px;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    -webkit-transition: all 0.5s ease-in-out;
	     -moz-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
	      -ms-transition: all 0.5s ease-in-out;
	          transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	       -o-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
	padding:10%
}
#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
}
#search input[type="search"] {
    position: relative;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    border-bottom: 1px solid #fff;
    margin: 0px auto;
    padding-left: 5px;
    padding-right: 5px;
    outline: none;
    padding-bottom: 10px;
}
#search .btn {
    position: relative;
	margin-top:20px;
	width:100%
}
#search .btn img {
	width:40px;
	margin:auto
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}
#topo{
	margin:20px 0;
	margin-bottom: 1 px solid #ccc;
}


/*barra fundo*/
.MenuFundo{
	position:fixed;
	bottom:0;
	right:0;
	width:100%;
	height:50px;
	padding-top: 15px;
	background-color: #fff;
	-webkit-box-shadow: 0px -1px 10px 3px rgba(204,204,204,1);
	-moz-box-shadow: 0px -1px 10px 3px rgba(204,204,204,1);
	box-shadow: 0px -1px 10px 3px rgba(204,204,204,1);
    z-index: 2;
}
.MenuFundo > div{
	width:24%;
	display:inline-block;
	text-align:center;
	vertical-align: top;
}
/* .MenuFundo > div i{ */
	/* font-size:25px; */
	/* color: #231F20; */
	/* top:0 */
/* } */
.perfil{
	border-radius:50%;
	border:0px solid rgba(204,204,204,1);
	width:27px;
	height:27px;
	margin:auto;
}

.MenuFundo .home{
    background-image: url(/img/app/home.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px;
	width:27px;
	height:27px;
	margin: auto;
}
.MenuFundo .book{
    background-image: url(/img/app/book.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px;
	width:27px;
	height:27px;
	margin: auto;
}
.MenuFundo .coog{
    background-image: url(/img/app//cog.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px;
	width:27px;
	height:27px;margin: auto;
}



/* PERFIL */
.topoPerfil{
	margin:50px auto 10px;
	border-bottom: 1px solid #ccc
}
.linha{
	margin:25px 0;
	border-bottom: 1px solid #ccc
}
.perfilGR{
	border-radius:50%;
	border:0px solid rgba(204,204,204,1);
	width:90px;
	height:90px;
	margin:auto;
}
h1.perfil{
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	font-weight: 500;
	text-align:center;
	margin-bottom:15px;
	margin-top:10px
}
.topoPerfil a{
	font-size: 12px;
	color: #A21D21;
	text-align:center;
	display: block;
}
.seccoes > div{
	width:20%;
	display:inline-block;
	margin-right: 5px;
}
a.linker{
	font-size: 12px;
	color: #3cb4e5;
	text-decoration:none
}
h2.tit{
	font-size: 22px;
	line-height:30px;
	line-height: 30px;
	font-weight: 500;
	text-align:left;
	display:inline-block;
}
.seccoes button{
  border: 1px solid #7b7979;
  background-position: 0px 0px !important;
  border-radius: 10px;
  padding:5px 0;
  margin-right:5px;
  margin-bottom:5px;
  font-size: 12px;
  width:23%
}
.bannersHome{
	max-width: 100%;
	margin:auto
}
.banner-slides{
	max-width: 80%;
	margin:auto;
}
.single a{
	text-align:left;
	color: #231F20;
	margin:0 15px;
	font-size:18px;
	font-weight:300;
}

.single a.active{
	border-bottom: 2px solid #3cb4e5;
	font-weight:500
}
.destaque{
	border-radius:10px;
	width:100%;
	height:250px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.destaquePQ{
	border-radius:10px 0 0 10px;
	height:150px;
	width:120px;
    display: inline-block;
}
.RecentesBG{
	width: calc( 100% - 120px);
	background-color: #F1F1F2;
	border-radius:0 10px 10px 0;
    display: inline-block;
	padding:5px 10px;
	vertical-align:top;
	height:150px;
	font-size:9px
}
.RecentesBG h3{
	height: 70px;
}
.RecentesBG .rd .bola, .RecentesBG .tdj .bola, .RecentesBG .jdg .bola, .RecentesBG .je .bola{
	display: inline-block;
	margin-bottom:0 !important
}
.RecentesBG .col-7{
	padding-left: 0px;
}
.RecentesBG .col-5{
	padding-right: 0px;
}
.RecentesBG .bola{
	width:15px !important;
	height:	15px !important;
}
.titulo{
	font-weight:700;
	font-size:26px;
	line-height: 28px;
	color: #fff
}
.noticia{
	font-weight:40;
	font-size:12px;
	color: #fff
}
.mask{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.1+43,0.5+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 43%, rgba(0,0,0,0.5) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 43%,rgba(0,0,0,0.5) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 43%,rgba(0,0,0,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); /* IE6-9 */
	padding:15px 20px;
	border-radius:10px;
}

/* Detalhe */
.rd{
	color:#A21D21 !important;
}
.tdj{
	color:#FF5000 !important;
}
.jdg{
	color:#6A5EE0;
}
.je{
	color: #F7AE62;
}


.rd .bola{
	background-color: #A21D21;
	width:20px;
	height:	20px;
	border-radius:50%;
	margin-bottom:10px
}
.rd .txt{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color:#A21D21 !important;
	display: block;
	height: 100px;
	width: 105px;
	font-weight:600;
}
.tdj .bola{
	background-color: #FF5000;
	width:20px;
	height:	20px;
	border-radius:50%;
}
.tdj .txt{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	height: 100px;
	width: 105px;
	font-weight:600;
	color:#FF5000 !important;
}
.jdg .bola{
	background-color: #6A5EE0;
	width:20px;
	height:	20px;
	border-radius:50%;
}
.jdg .txt{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	height: 100px;
	width: 105px;
	font-weight:600;
	color:#6A5EE0 !important;
}
.je .bola{
	background-color: #F7AE62;
	width:20px;
	height:	20px;
	border-radius:50%;
}
.je .txt{
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	height: 100px;
	width: 105px;
	font-weight:600;
	color:#F7AE62 !important;
}
.detalhe h1{
	font-size:24px;
	line-height:28px;
	margin-bottom:5px;
	margin-top:10px
}
.detalhe h3{
	font-size:14px;
	line-height:18px;
	margin-bottom:25px;
	font-weight:400
}
.data{
	font-size:9px;
	line-height: 18px;
}






/* SLICK GALERIES */
.slick-slider {
	margin-top: 20px;
    margin-bottom: 0px;
}
.slick-prev, .slick-next {
	margin-top: -13px;
    z-index: 9;
}
.slick-prev:before{
    color: transparent !important;
    opacity: 1 !important;
	background: url(/img/app/esquerda.svg) no-repeat;
	font-size: 12px;
}
.slick-next:before {
    color: transparent !important;
	opacity: 1 !important;
	background: url(/img/app/direita.svg) no-repeat;
	font-size: 12px;
}
.slick-prev:hover:before, .slick-next:hover:before {
    color: transparent !important;
}
.slick-next {
    right: -30px;
}
.slick-prev {
    left: -30px;
}
.slick-slide {
    padding-bottom: 5px;
}

@media (max-width: 310px) {
	.seccoes button{  width:29% }
}


.slick-next {
    right: -25px!important;
}

.personal-image {
    text-align: center;
}
.personal-image input[type="file"] {
    display: none;
}
.personal-figure {
    position: relative;
    width: 120px;
    height: 120px;
}
.personal-avatar {
    cursor: pointer;
    width: 120px;
    height: 120px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 2px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    transition: all ease-in-out .3s;
}
.personal-avatar:hover {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
}
.personal-figcaption {
    cursor: pointer;
    position: absolute;
    top: 0px;
    width: inherit;
    height: inherit;
    border-radius: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all ease-in-out .3s;
}
.personal-figcaption:hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, .5);
}
.personal-figcaption > img {
    margin-top: 32.5px;
    margin-left: 32.5px;
    width: 50px;
    height: 50px;
}

#pwaModal .modal-content {
    display: inline-block;
    text-align: center;
}

.modal-content {
    border-radius: 1.1rem;
}

.modal{
    background: #464545c9;
}
.modal-content {
    border-radius: 1.1rem;
}

.modal.show .modal-dialog {
    max-width: 380px!important;
}
