| Server IP : 54.94.228.101 / Your IP : 172.28.1.13 Web Server : Apache System : Linux ip-172-28-29-189 6.5.0-1014-aws #14~22.04.1-Ubuntu SMP Thu Feb 15 15:27:06 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.2.34-43+ubuntu22.04.1+deb.sury.org+1 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/html/vinumday2_0/public/css/ |
Upload File : |
@font-face {
font-family: 'manus';
src: url('../fonts/manus-webfont.woff2') format('woff2'),
url('../fonts/manus-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
/** Base **/
*{
font-family: 'Montserrat',sans-serif;
box-sizing: border-box;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,hr,th,td {
margin:0;
padding:0;
}
h1, h2,p,textarea,input {
font-weight:normal; font-family: 'Montserrat',sans-serif;
}
strong, b{font-weight: 900; font-family: 'Montserrat',sans-serif;}
small {
font-weight:300; font-size:12px;
}
html {
-webkit-font-smoothing: antialiased;
}
body{
padding-top: 70px;
}
html {
font-size: 100%;
}
a {
color: #353535;
text-decoration:none; cursor:pointer;
}
a, button,.item{
transition:all 0.25s;
-moz-transition: all 0.25s; /* Firefox 4 */
-webkit-transition: all 0.25s; /* Safari and Chrome */
-o-transition: all 0.25s; /* Opera */
}
li{
transition:all 0.25s;
-moz-transition: all 0.25s; /* Firefox 4 */
-webkit-transition: all 0.25s; /* Safari and Chrome */
-o-transition: all 0.25s; /* Opera */
}
h3{
color: black;
font-weight: 300;
font-family: 'Montserrat',sans-serif;
}
h2{
font-weight: 500;
color: black;
}
p{
color: #333333;
font-size: 14px;
line-height: 24px;
font-family: 'Montserrat',sans-serif;
}
body{
background-color: #F9F9F9;
background-image: url('../img/site/conf-effect.png');
background-repeat: repeat-y;
background-size: cover;
background-attachment: fixed;
}
.hidden{
display: none;
}
.btn-action{
padding: 11px 17px;
border-radius: 3px;
background: #e0583f;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
cursor: pointer;
transition: 350ms ease;
color: white;
font-size: 15px;
font-weight: 600;
white-space: nowrap;
position: relative;
top: 0;
outline: none;
border: 0;
}
.btn-action:hover{
background: #BE422B;
top: -5px;
}
.btn-action.btn-conf{
padding: 13px 17px;
background-color: #45AF22;
}
.btn-action img{
margin-left: 12px;
width: 12px;
}
/* ALERTAS */
.alertas-cont{
position:fixed;
bottom:15px;
right:115px;
display: flex;
flex-direction: column;
z-index: 999;
}
.alerta{
position:relative !important;
background:#fff;
border-bottom:1px solid #ddd;
display:table;
margin:0;
margin-bottom: 15px;
font-size:14px;
font-weight: 300;
z-index:9999;
box-shadow:0px 3px 6px rgba(0,0,0,0.1);
-webkit-box-shadow:0px 3px 6px rgba(0,0,0,0.1);
}
.alerta > div{
display:table-cell;
vertical-align: middle;
}
.alerta .titulo{
font-weight: 600;
margin:0;
display:block;
font-size:16px;
}
.alerta .fecha-alerta{
display:table-cell;
vertical-align:top;
padding:10px;
font-size:14px;
display:block;
color:#ccc;
}
.alerta .icone{
color:#fff;
padding:15px;
}
.alerta .text{
padding:10px;
width:240px;
font-size:13px;
color:#666;
}
.alerta.active{
animation-name: alerta;
animation-duration: 1s;
animation-direction: normal;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
}
@keyframes alerta{
0%{
opacity:0;
transform: translate(0,100%);
-webkit-transform: translate(0,100%);
}
40%{
transform: translate(0,0);
-webkit-transform: translate(0,0);
}
60%{
transform: translate(0,0) rotate(-15deg);
-webkit-transform: translate(0,0) rotate(-15deg);
}
70%{
transform: translate(0,0) rotate(10deg);
-webkit-transform: translate(0,0) rotate(10deg);
}
80%{
transform: translate(0,0) rotate(-5deg);
-webkit-transform: translate(0,0) rotate(-5deg);
}
90%{
transform: translate(0,0) rotate(2deg);
-webkit-transform: translate(0,0) rotate(2deg);
}
100%{
opacity:1;
transform: translate(0,0) rotate(0deg);
-webkit-transform: translate(0,0) rotate(0deg);
}
}
#alerta {
-moz-animation: cssAnimation 0s ease-in 5s forwards;
/* Firefox */
-webkit-animation: cssAnimation 0s ease-in 5s forwards;
/* Safari and Chrome */
-o-animation: cssAnimation 0s ease-in 5s forwards;
/* Opera */
animation: cssAnimation 0s ease-in 5s forwards;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
@keyframes cssAnimation {
to {
width:0;
height:0;
visibility:hidden;
}
}
.alerta.active{
border: 0;
border-radius: 6px;
background-color: #484848;
display: flex !important;
align-items: center;
}
.alerta .titulo{
font-size: 13px;
font-family: "Montserrat";
font-weight: 500;
color: white;
line-height: 1.4em;
}
.alerta .titulo a{
display: block;
margin-top: 4px;
font-size: 13px;
font-family: "Montserrat";
font-weight: 500;
color: white;
text-decoration: underline;
}
.alerta .text{
padding: 10px 0;
}
.alerta .fecha-alerta .fa{
display: none;
}
.alerta .fecha-alerta{
display: block;
width: 30px;
height: 30px;
background-image: url('../img/site/close-alerta.png');
background-position: center;
background-repeat: no-repeat;
}
.alerta.alerta-danger .wrap-icone .fa{
display: none;
}
.alerta .wrap-icone{
background-position: center;
background-repeat: no-repeat;
display: block;
width: 30px;
height: 30px;
min-width: 30px;
min-height: 30px;
margin: 0 4px 0 10px;
background-color: none;
}
.alerta.alerta-danger .wrap-icone{
background-image: url('../img/site/danger.png');
}
.alerta.alerta-warning .wrap-icone{
background-image: url('../img/site/danger.png');
}
.alerta.alerta-warning .wrap-info{
background-image: url('../img/site/danger.png');
}
.alerta.alerta-success .wrap-icone{
background-image: url('../img/site/success.png');
}
.alerta.alerta-info{
background-color: #0d4279;
}
.alerta.alerta-danger{
background-color: #EC3942;
}
.alerta.alerta-warning{
background-color: #f0ad4e;
}
.alerta.alerta-success{
background-color: #30A84B;
}
.alerta .icone{
display: none;
}
/** Header **/
.cabecalho-confraria{
width: 100%;
height: 70px;
border-bottom: 1px solid #EBEBEB;
background-color: white;
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 32px;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 999;
}
.cabecalho-confraria .left-header{
width: 70px;
height: 70px;
border-right: 1px solid #EBEBEB;
background-color: #F3F3F3;
display: flex;
align-items: center;
justify-content: center;
margin-right: 40px;
}
.cabecalho-confraria .left-header img{
width: 40px;
}
.cabecalho-confraria h1{
font-size: 15px;
font-weight: 500;
color: #333;
display: flex;
align-items: center;
}
.cabecalho-confraria h1::before{
content: "";
display: block;
width: 2px;
height: 14px;
background-color: #E0583F;
margin: 0 32px;
}
.cabecalho-confraria .header-left{
display: flex;
align-items: center;
}
.cabecalho-confraria .header-right{
display: flex;
align-items: center;
cursor: pointer;
position: relative;
}
.cabecalho-confraria .header-right img{
margin-left: 6px;
}
.cabecalho-confraria .header-right .user-prof-pic{
width: 35px;
height: 35px;
}
.drop-cabecalho{
width: 200px;
border-radius: 8px 1px 8px 8px;
background-color: white;
position: absolute;
top: 40px;
right: 0;
box-shadow: 10px 8px 20px rgb(0 0 0 / 10%);
list-style: none;
padding: 16px 0;
margin: 0;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.drop-cabecalho li a{
display: block;
padding: 16px 24px;
}
.drop-cabecalho li a:hover{
background-color: #f2f2f2;
}
.cabecalho-confraria .header-right:hover .drop-cabecalho{
opacity: 1;
visibility: visible;
}
/** Criação **/
.wrapper.criacao{
width: 1000px;
margin: auto;
padding: 44px 0;
}
.box-criacao{
box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.07);
border-radius: 8px;
background-color: white;
width: 100%;
}
.criacao-top{
width: 100%;
height: 227px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
background-image: url('../img/site/criacao-conf-banner.png');
background-repeat: no-repeat;
background-position: center;
background-size: cover;
border-radius: 8px 8px 0 0;
}
.criacao-top h2{
font-size: 36px;
color: white;
line-height: 44px;
margin-bottom: 8px;
font-weight: bold;
}
.criacao-top p{
font-size: 16px;
font-weight: normal;
line-height: 1.5em;
color: rgba(255,255,255,0.8);
margin-bottom: 32px;
}
.criacao-steps{
width: 312px;
display: flex;
align-items: center;
}
.criacao-steps div{
height: 12px;
width: calc(50% - 2px);
background: rgba(255,255,255,0.3);
position: relative;
}
.criacao-steps div.step1{
margin-right: 4px;
}
.criacao-steps div span{
width: 24px;
height: 24px;
display: none;
align-items: center;
justify-content: center;
border-radius: 50%;
border: 1px solid #266A10;
background-color: white;
color: #333333;
font-size: 12px;
font-weight: 600;
position: absolute;
z-index: 2;
top: -6px;
left: calc(50% - 12px);
}
.criacao-steps div.final span.step-final{
display: flex;
}
.criacao-steps div.finished::before,
.criacao-steps div.active::before{
content: "";
display: block;
height: 12px;
width: 50%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
background-color: #45AF22;
}
.criacao-steps div.active span{
display: flex;
}
.criacao-steps div.finished::before{
width: 100%;
}
.step-box{
display: none;
}
.step-box.active{
display: block;
}
.criacao-steps div span.step-final{
left: calc(100% - 12px);
display: none;
}
.criacao-content{
display: flex;
}
.criacao-content-left{
width: 45%;
display: flex;
padding-top: 44px;
justify-content: center;
align-items: flex-start;
}
.criacao-content-right{
width: 55%;
background-color: #F9F9F9;
border-left: 1px solid #EBEBEB;
padding: 44px 80px;
display: flex;
flex-direction: column;
justify-content: center;
min-height: 300px;
}
.criacao-bottom{
border-top: 1px solid #EBEBEB;
padding: 24px 64px;
display: flex;
align-items: center;
justify-content: end;
gap: 12px;
}
.conf-timeline-item{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
width: 100%;
}
.conf-timeline-item figure{
width: 100%;
height: 108px;
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: 0;
position: relative;
}
.conf-timeline-item strong{
font-size: 20px;
font-weight: bold;
color: #e0583f;
line-height: 1.4em;
margin-bottom: 4px;
}
.conf-timeline-item p{
font-size: 16px;
font-weight: normal;
line-height: 1.4em;
color: #333333;
width: 240px;
}
.conf-timeline-item p a{
color: #e0583f;
text-decoration: underline;
cursor: pointer;
}
.criacao-content-right h3{
font-size: 16px;
margin-bottom: 12px;
font-weight: bold;
color: #333333;
line-height: 1.4em;
}
.criacao-bottom .secondary-bottom{
font-size: 16px;
font-weight: normal;
cursor: pointer;
color: #333;
margin-right: auto;
}
.input-box{
position: relative;
width: 100%;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.input-box .label-box{
padding-left: 20px;
margin-bottom: -8px;
display: block;
position: relative;
}
.input-box label{
font-size: 14px;
font-weight: 500;
color: #555;
position: relative;
z-index: 2;
}
.input-box .label-box::before{
content: "";
width: calc(100% - 10px);
display: block;
height: 2px;
background-color: white;
position: absolute;
top: 11px;
z-index: 1;
left: 15px;
}
.input-box input,
.input-box select{
width: 100%;
border-radius: 2px;
border: 1px solid #EBEBEB;
background-color: white;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
color: #333;
font-size: 14px;
outline: none;
box-shadow: none;
transition: 250ms ease;
}
.input-box select:focus,
.input-box input:focus{
border-color: #B4B4B4;
}
.list-inputs .input-box:not(:last-child){
margin-bottom: 12px;
}
.btn-text{
display: flex;
align-items: center;
margin-top: 16px;
cursor: pointer;
}
.btn-text span{
margin-left: 8px;
font-size: 14px;
font-weight: 500;
color: #e0583f;
}
.list-inputs{
margin-bottom: 44px;
}
.delete-conf{
display: none;
}
.clone .delete-conf{
display: block;
position: absolute;
top: 28px;
right: -35px;
cursor: pointer;
}
.convite-item{
height: 68px;
background-color: white;
border-radius: 200px;
border: 1px solid #EBEBEB;
padding: 8px;
display: flex;
align-items: center;
padding-right: 32px;
}
.convite-item .conv-text{
margin-left: 16px;
}
.convite-item .conv-text strong{
margin-bottom: 4px;
font-size: 16px;
font-weight: 500;
color: #333;
line-height: 1.4em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
max-width: 280px;
}
.convite-item img.convite-item-image{
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid white;
}
.convite-item .conv-text span img{
margin-right: 4px;
}
.convite-item .conv-text span{
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
line-height: 1.4em;
}
.convite-item .conv-text span.confirmado{
color: #45AF22;
}
.convite-item .conv-text span.enviado{
color: #E0583F;
}
.convite-item:not(:last-child){
margin-bottom: 16px;
}
.lista-convites{
display: flex;
flex-direction: column;
align-items: flex-start;
}
/** Menu Confraria **/
.menu-confraria{
position: fixed;
left: 0;
top: 70px;
height: calc(100% - 70px);
width: 260px;
background-color: white;
border-right: 1px solid #EBEBEB;
z-index: 99;
}
.menu-confraria .menu-top{
padding: 20px 16px;
width: 100%;
border-bottom: 1px solid #EBEBEB;
display: flex;
align-items: center;
}
.menu-confraria .menu-top img{
width: 46px;
height: 46px;
margin-right: 12px;
}
.menu-confraria .menu-top .text-top-menu strong{
font-size: 15px;
font-weight: bold;
color: #333;
letter-spacing: -0.04em;
line-height: 18px;
margin-bottom: 4px;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.menu-confraria .menu-top .text-top-menu span{
font-size: 12px;
font-weight: normal;
color: #666666;
letter-spacing: -0.04em;
line-height: 15px;
display: block;
}
.menu-confraria .list-items{
width: 100%;
list-style: none;
padding: 0;
margin: 0;
}
.menu-confraria .list-items li{
border-bottom: 1px solid #EBEBEB;
}
.menu-confraria .list-items li a{
padding: 24px 16px;
display: block;
width: 100%;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
color: #555;
letter-spacing: -0.04em;
transition: 250ms ease;
text-indent: 0px;
border-right: 4px solid transparent;
}
.menu-confraria .list-items li.active a{
border-right: 4px solid #e0583f;
color: #e0583f;
}
.menu-confraria .list-items li a:hover{
text-indent: 4px;
}
.menu-confraria .list-items li a img{
margin-right: 12px;
}
.menu-confraria .list-items li.logout{
position: absolute;
bottom: 0;
left: 0;
right: 0;
border-bottom: 0;
border-top: 1px solid #EBEBEB;
}
/** Home Confraria **/
.wrapper-internal{
width: 100%;
padding: 44px 0;
padding-left: 260px;
display: flex;
justify-content: center;
}
.container-conf{
width: 1000px;
max-width: 100%;
margin: auto;
}
.conf-box{
box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.07);
border-radius: 8px;
background-color: white;
padding: 20px 32px;
margin-bottom: 24px;
}
.conf-box.no-padding{
padding: 0;
}
.cover-confraria{
width: 100%;
height: 168px;
border-radius: 8px 8px 0 0;
position: relative;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-color: #E2E2E2;
}
.cover-confraria .change-picture{
position: absolute;
right: 52px;
bottom: 22px;
cursor: pointer;
transition: 250ms ease;
}
.cover-confraria .change-picture:hover{
opacity: 0.8;
}
.top-home-content{
display: flex;
align-items: flex-end;
margin-top: -32px;
padding: 0 52px;
padding-bottom: 28px;
}
.top-home-content figure{
min-width: 187px;
width: 187px;
height: 187px;
border-radius: 50%;
border: 5px solid white;
margin: 0;
padding: 0;
margin-right: 32px;
border-radius: 50%;
position: relative;
}
.top-home-content figure .drop-picture{
right: 24px;
top: 100%;
z-index: 999;
}
.top-home-content figure .profile-confraria{
width: 100%;
height: 100%;
border-radius: 50%;
transform: scale(1.011);
}
.top-home-content figure .change-picture{
position: absolute;
bottom: 1px;
right: 18px;
cursor: pointer;
transition: 250ms ease;
border: 5px solid white;
border-radius: 50%;
}
.top-home-content figure .change-picture:hover{
opacity: 0.8;
}
.text-top-home{
width: 100%;
}
.text-top-home h1{
font-size: 32px;
font-weight: bold;
color: #333;
line-height: 24px;
margin-bottom: 20px;
}
.line-top-conf-home{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
}
.list-membros-home{
display: flex;
align-items: center;
margin-bottom: 4px;
margin-left: -2px;
}
.list-membros-home img{
width: 55px;
height: 55px;
border: 2px solid white;
border-radius: 50%;
}
.list-membros-home img:not(:first-child){
margin-left: -20px;
}
.left-top-home span{
font-size: 14px;
font-weight: normal;
color: #555;
line-height: 24px;
display: block;
}
.list-kpis{
display: flex;
align-items: center;
}
.kpi-item span{
font-size: 12px;
font-weight: 500;
line-height: 20px;
color: #666666;
margin-bottom: 5px;
display: block;
}
.kpi-item strong{
font-size: 16px;
font-weight: 600;
line-height: 20px;
color: #e0583f;
display: block;
}
.kpi-item.green strong{
color: #45AF22;
}
.list-kpis .kpi-item:not(:last-child){
margin-right: 16px;
}
.drop-picture{
width: 200px;
border-radius: 8px 1px 8px 8px;
background-color: white;
position: absolute;
top: 90%;
right: 52px;
box-shadow: 10px 8px 20px rgb(0 0 0 / 10%);
list-style: none;
padding: 16px 0;
margin: 0;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.drop-picture.active{
opacity: 1;
visibility: visible;
}
.drop-picture li div{
display: block;
padding: 16px 24px;
cursor: pointer;
}
.drop-picture li div:hover{
background-color: #f2f2f2;
}
.publish-home{
display: flex;
align-items: center;
}
.publish-home .publish-user-pic{
width: 56px;
margin-right: 20px;
object-fit: cover;
border-radius: 50%;
}
.publish-home .input-publish-box{
position: relative;
width: 100%;
}
.publish-home .input-publish-box input,
.publish-home .input-publish-box textarea{
width: 100%;
height: 56px;
border-radius: 200px;
background-color: #FBFBFB;
border: 1px solid #EBEBEB;
padding: 15px 0;
padding-left: 32px;
padding-right: 115px;
font-size: 16px;
font-family: "Inter";
line-height: 24px;
color: #555;
transition: 250ms ease;
outline: none;
box-shadow: none;
resize: none;
}
.publish-home .input-publish-box input:focus,
.publish-home .input-publish-box textarea:focus{
border-color: #B8B8B8;
}
.publish-home .list-uploads{
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 0 32px;
display: flex;
align-items: center;
}
.publish-home .list-uploads img:first-child{
margin-right: 16px;
}
.publish-home .list-uploads img{
cursor: pointer;
transition: 250ms ease;
width: 24px;
height: 24px;
}
.publish-home .list-uploads img:hover{
opacity: 0.6;
}
.publish-home .publish-message{
outline: none;
box-shadow: none;
padding: 0;
margin: 0;
margin-left: 32px;
background: transparent;
color: #e0583f;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: "Inter";
border: 0;
cursor: pointer;
transition: 250ms ease;
}
.publish-home .publish-message:hover{
opacity: 0.8;
}
.post-home *{
font-family: "Inter";
}
.post-home .infos-post{
display: flex;
align-items: center;
}
.post-home .infos-post img{
width: 56px;
height: 56px;
margin-right: 12px;
}
.post-home .infos-post strong{
font-size: 18px;
font-weight: 500;
line-height: 1.2em;
color: #333333;
margin: 0;
}
.post-home .infos-post span{
font-size: 12px;
font-weight: normal;
line-height: 24px;
color: #8B8B8B;
margin: 0;
display: block;
}
.post-home .post-content{
font-size: 16px;
color: #555555;
line-height: 24px;
margin-bottom: 24px;
margin-top: 12px;
}
.post-home .post-content p{
font-size: 16px;
color: #555555;
line-height: 24px;
}
.post-galeria{
width: 100%;
display: flex;
position: relative;
margin-bottom: 30px;
}
.post-galeria .highlight{
width: 706px;
height: 544px;
margin-right: 12px;
padding: 0;
margin: 0;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
.post-galeria .highlight a{
width: 100%;
height: 100%;
}
.post-galeria .highlight img,
.post-galeria .highlight video{
height: 100%;
width: auto;
}
.post-galeria .galeria-list{
width: 218px;
display: flex;
flex-direction: column;
height: 544px;
justify-content: space-between;
margin-left: 12px;
}
.post-galeria .galeria-list figure{
width: 218px;
height: 100%;
align-items: center;
justify-content: center;
overflow: hidden;
padding: 0;
margin: 0;
display: none;
margin-bottom: 12px;
}
.post-galeria .galeria-list figure a{
width: 100%;
height: 100%;
}
.post-galeria .galeria-list figure img,
.post-galeria .galeria-list figure video{
height: 100%;
width: auto;
}
.post-galeria .galeria-list figure:nth-child(1),
.post-galeria .galeria-list figure:nth-child(2),
.post-galeria .galeria-list figure:nth-child(3){
display: flex;
}
.post-galeria .galeria-list figure:nth-child(3){
margin-bottom: 0;
}
.post-galeria .show-all-gallery{
width: 218px;
height: 173.4px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
backdrop-filter: blur(15px);
bottom: 0;
right: 0;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
color: white;
font-size: 32px;
font-weight: bold;
cursor: pointer;
transition: 250ms ease;
}
.post-galeria .show-all-gallery:hover{
background: rgba(0, 0, 0, 0.6);
}
.post-galeria.aberto{
flex-direction: column;
}
.post-galeria.aberto .show-all-gallery{
display: none;
}
.post-galeria.aberto .highlight{
width: 100%;
}
.post-galeria.aberto .galeria-list{
width: 100%;
margin-left: 0;
margin-top: 0px;
height: auto;
flex-direction: row;
flex-wrap: wrap;
}
.post-galeria.aberto .galeria-list figure{
width: 32.4%;
margin-right: 12px;
margin-top: 12px;
height: 200px;
display: flex !important;
}
.post-galeria.aberto .galeria-list figure:nth-child(3n){
margin-right: 0;
}
.post-galeria.aberto .galeria-list figure img,
.post-galeria.aberto .galeria-list figure video{
width: 100%;
height: auto;
}
.post-galeria.aberto .highlight img,
.post-galeria.aberto .highlight video{
width: 100%;
height: auto;
}
.post-galeria figure{
transition: 250ms ease;
}
.post-galeria figure:hover{
opacity: 0.8;
}
/** Comentários **/
.lista-comentarios{
padding: 24px 0;
margin: 24px 0;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
}
.lista-comentarios .comentario-item-box{
margin-bottom: 24px;
display: flex;
flex-direction: column;
align-items: flex-start;
}
.lista-comentarios .comentario-item-box .flex-cont-comment{
display: flex;
align-items: flex-start;
position: relative;
}
.lista-comentarios > .comentario-item:last-child > .comentario-item-box{
margin-bottom: 0;
}
.lista-comentarios .comentario-item-box .coment-prof{
width: 56px;
height: 56px;
margin-right: 8px;
}
.lista-comentarios .comentario-item-box p{
font-size: 16px;
line-height: 24px;
padding: 16px 24px;
border-radius: 30px 30px 30px 2px;
color: #555555;
background: rgba(48, 46, 113, 0.05);
}
.lista-comentarios .comentario-item.response{
padding-left: 64px;
}
.lista-comentarios .comentario-item.response:last-child{
margin-bottom: 44px;
}
.reactions-comment{
padding-left: 64px;
margin-top: 8px;
display: flex;
align-items: center;
position: relative;
width: 100%;
}
.reactions-comment button{
margin: 0;
margin-right: 20px;
padding: 0;
box-shadow: none;
outline: none;
border: 0;
background: transparent;
cursor: pointer;
transition: 250ms ease;
font-size: 15px;
font-weight: 500;
line-height: 24px;
color: #555555;
}
.reactions-comment button.active{
color: #e0583f;
}
.reactions-comment button:hover{
opacity: 0.8;
}
.likes-count{
position: absolute;
bottom: -10px;
right: 0px;
display: flex;
align-items: center;
border-radius: 200px;
background: #FFFFFF;
box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.11);
padding-right: 12px;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.likes-count.active{
opacity: 1;
visibility: visible;
}
.likes-count img{
width: 24px;
height: 24px;
margin-right: 8px;
}
.likes-count span{
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 24px;
color: #555555;
}
.lista-comentarios .comentario-item.response .respond-comment{
display: none;
}
.lista-comentarios .comentario-item .publish-home{
margin-left: 64px;
padding-top: 24px;
border-top: 1px solid #EBEBEB;
padding-bottom: 44px;
display: none;
margin-top: 24px;
}
.lista-comentarios .comentario-item .publish-home.active{
display: block;
}
.confraria-cadastro .menu-confraria{
display: none;
}
.hide-desktop{
display: none;
}
.list-items.more-page{
padding: 0;
margin: 0;
list-style: none;
}
.list-items.more-page li{
margin-bottom: 16px;
}
.list-items.more-page li a{
box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.07);
border-radius: 8px;
padding: 24px 16px;
display: flex;
align-items: center;
font-size: 14px;
font-weight: 500;
color: #555555;
background-color: white;
}
.list-items.more-page li a img{
margin-right: 12px;
}
/** Vinhos/Adega **/
.topo-conf-default *{
font-family: "Inter";
}
.topo-conf-default .topo-cover{
width: 100%;
border-radius: 8px 8px 0 0;
height: 70px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.topo-conf-default-content{
padding: 32px;
display: flex;
align-items: center;
width: 100%;
justify-content: space-between;
}
.topo-conf-default-content h1{
font-size: 28px;
line-height: 24px;
margin: 0;
margin-bottom: 12px;
color: #333333;
font-weight: bold;
}
.topo-conf-default-content ul{
list-style: none;
padding: 0;
margin: 0;
display: flex;
align-items: center;
}
.topo-conf-default-content ul li{
margin-right: 8px;
display: flex;
align-items: center;
}
.topo-conf-default-content ul li a{
font-size: 14px;
line-height: 24px;
color: #666666;
font-weight: normal;
display: flex;
align-items: center;
}
.topo-conf-default-content ul li a::after{
content: "/";
margin-left: 8px;
display: block;
font-size: 14px;
line-height: 24px;
color: #666666;
font-weight: normal;
}
.topo-conf-default-content ul li span{
font-size: 14px;
line-height: 24px;
color: #e0583f;
font-weight: 500;
}
.topo-conf-default .list-kpis .kpi-item{
margin-right: 24px;
}
.topo-conf-default .list-kpis .btn-conf{
margin-left: 8px;
padding: 14px 20px;
}
.vinho-adega-item{
display: flex;
justify-content: space-between;
}
.vinho-adega-right-cont{
padding: 32px 60px;
background-color: #F9F9F9;
border-left: 1px solid #EBEBEB;
width: 473px;
min-width: 473px;
border-radius: 0 8px 8px 0;
}
.component-subtable{
width: 100%;
}
.component-subtable .subtable-item{
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.component-subtable .subtable-item:not(:last-child){
margin-bottom: 8px;
}
.component-subtable .subtable-item span{
font-size: 15px;
line-height: 1.4em;
color: #555555;
font-weight: normal;
}
.component-subtable .subtable-item strong{
font-size: 15px;
line-height: 1.4em;
color: #555555;
font-weight: 600;
}
.component-subtable .subtable-item.after-divisor span{
font-weight: 500;
}
.component-subtable .subtable-item strong.red{
color: #e0583f;
}
.component-subtable .subtable-item strong.green{
color: #45AF22;
}
.component-subtable .subtable-item strong.underlined{
cursor: pointer;
text-decoration: underline;
}
.component-subtable .divisor{
display: block;
width: 100%;
height: 1px;
background-color: #EBEBEB;
margin: 12px 0;
}
.vinho-adega-left{
display: flex;
padding: 0 32px;
margin-top: -28px;
}
.vinho-adega-left-cont{
width: 100%;
}
.vinho-adega-left .main-img-vinho{
height: 218px;
max-width: 160px;
margin-right: 20px;
object-fit: contain;
}
.vinho-adega-left-cont{
padding-top: 60px;
}
.vinho-adega-box{
margin-top: 76px;
}
.person-info{
display: flex;
align-items: center;
}
.person-info > img{
width: 48px;
height: 48px;
margin-right: 12px;
object-fit: cover;
border-radius: 50%;
}
.person-info .texts-post strong{
font-size: 16px;
font-weight: 500;
color: #333333;
line-height: 1.2em;
margin-bottom: 4px;
}
.person-info .texts-post span{
font-size: 12px;
line-height: 1.2em;
font-weight: normal;
color: #8B8B8B;
display: block;
}
.wrapper-internal *{
font-family: "Inter";
}
.vinho-adega-left-cont h2{
font-size: 24px;
line-height: 48px;
color: #e0583f;
font-family: "Manus";
letter-spacing: 0.07em;
margin: 0;
}
.vinho-adega-left-cont h3{
font-size: 15px;
line-height: 18px;
color: #666666;
letter-spacing: 0.17em;
margin-bottom: 8px;
text-transform: uppercase;
}
.vinho-adega-left-cont .toggle-see-more{
margin-bottom: 20px;
cursor: pointer;
}
.vinho-adega-left-cont .toggle-see-more .hidden{
display: none;
}
.vinho-adega-left-cont .toggle-see-more span{
display: flex;
align-items: center;
font-size: 12px;
font-weight: 500;
color: #e0583f;
line-height: 1.2em;
}
.vinho-adega-left-cont .toggle-see-more span img{
margin-left: 4px;
}
.bottom-box-item{
width: 100%;
border-top: 1px solid #EBEBEB;
border-radius: 0 0 8px 8px;
display: none;
}
.component-table{
width: 100%;
}
.component-table *{
font-family: "Montserrat";
}
.component-table .line-table{
padding: 12px 32px;
display: flex;
align-items: center;
background: white;
}
.component-table .line-table:nth-child(2n){
background: rgba(48, 46, 113, 0.04);
}
.component-table .line-table span{
font-size: 15px;
margin: 0;
font-weight: normal;
color: #555;
line-height: 1.4em;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
white-space: nowrap;
}
.component-table .line-table.line-title{
padding: 20px 32px;
}
.component-table .line-table.line-title span{
font-weight: 600;
}
.component-table .line-table:last-child{
border-radius: 0 0 8px 8px;
}
.modal-confraria{
width: 1000px;
padding: 32px;
position: fixed;
margin: auto;
top: 5%;
left: 0;
right: 0;
z-index: 999999;
box-shadow: 0px 24px 60px rgba(0, 0, 0, 0.07);
background-color: white;
height: auto;
border-radius: 8px;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.modal-confraria-overlay{
top: 0;
bottom: 0;
left: 0;
right: 0;
position: fixed;
z-index: 99999;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.6);
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.modal-confraria.active,
.modal-confraria-overlay.active{
opacity: 1;
visibility: visible;
}
.modal-confraria .close-modal{
cursor: pointer;
position: absolute;
top: 20px;
right: 20px;
}
.modal-confraria h3{
font-weight: bold;
margin-bottom: 24px;
}
.box-modal-subtable{
background-color: #F9F9F9;
padding: 24px;
border-radius: 4px;
margin-bottom: 32px;
border: 1px solid #EBEBEB;
}
/** Entregas **/
.entregas-item{
display: flex;
justify-content: space-between;
align-items: stretch;
}
.entregas-item *{
font-family: "Montserrat";
}
.entregas-right-cont{
padding: 32px 60px;
background-color: #F9F9F9;
border-left: 1px solid #EBEBEB;
width: 513px;
min-width: 513px;
border-radius: 0 8px 8px 0;
}
.left-block-entregas{
border-left: 10px solid #E0583F;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
padding: 20px 32px;
padding-left: 52px;
align-items: flex-start;
}
.left-block-entregas strong{
font-size: 24px;
line-height: 29px;
color: #333;
font-weight: 600;
margin-bottom: 12px;
display: block;
}
.left-block-entregas span{
font-size: 14px;
line-height: 1.2em;
font-weight: 500;
color: #e0583f;
display: flex;
align-items: center;
margin-bottom: 24px;
}
.left-block-entregas span img{
margin-right: 8px;
}
.left-block-entregas span .green{
display: none;
}
.entregue .left-block-entregas span .green{
display: block;
}
.entregue .left-block-entregas span .red{
display: none;
}
.left-block-entregas .btn-action{
padding: 14px 32px;
font-size: 15px;
font-weight: bold;
letter-spacing: 0.05em;
}
.entregue .left-block-entregas{
border-color: #45AF22;
}
.entregue .left-block-entregas .btn-action{
background-color: #45AF22;
}
.entregue .left-block-entregas span{
color: #45AF22;
}
/** Entregas detalhe **/
.conf-box.continued{
border-radius: 8px 8px 0 0;
margin-bottom: 0;
}
.conf-box.continuation{
border-radius: 0 0 8px 8px;
}
.detalhe-entrega-box{
display: flex;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
}
.detalhe-entrega-left{
border-left: 10px solid #e0583f;
width: 100%;
display: flex;
align-items: flex-start;
flex-direction: column;
padding: 32px 52px;
}
.status-entrega{
font-size: 14px;
line-height: 1.2em;
font-weight: 500;
color: #e0583f;
display: flex;
align-items: center;
margin-bottom: 12px;
}
.status-entrega img{
margin-right: 8px;
}
.status-entrega .green{
display: none;
}
.entregue .status-entrega .green{
display: block;
}
.entregue .status-entrega .red{
display: none;
}
.transportadora-entrega{
font-size: 14px;
color: #555;
line-height: 1.2em;
margin-bottom: 32px;
}
.transportadora-entrega strong{
font-weight: 600;
}
.endereco-entrega{
font-size: 14px;
color: #555;
line-height: 1.3em;
margin-bottom: 16px;
}
.endereco-entrega strong{
font-weight: bold;
display: block;
}
.detalhe-entrega-left .btn-action{
margin-bottom: 32px;
}
.suporte-entrega{
display: flex;
align-items: center;
font-size: 14px;
color: #e0583f;
line-height: 1.3em;
font-weight: 500;
text-decoration: underline;
}
.suporte-entrega img{
margin-right: 8px;
}
.detalhe-entrega-right{
background-color: #F9F9F9;
border-left: 1px solid #EBEBEB;
width: 574px;
min-width: 574px;
}
.detalhe-entrega-right .status-entrega-item{
padding: 32px 44px;
display: flex;
}
.detalhe-entrega-right .status-entrega-item:not(:last-child){
border-bottom: 1px solid #EBEBEB;
}
.detalhe-entrega-right .status-entrega-item > strong{
font-size: 14px;
color: #666;
line-height: 20px;
font-weight: 600;
min-width: 150px;
max-width: 150px;
display: block;
margin-right: 24px;
}
.detalhe-entrega-right .status-entrega-item > strong span{
display: block;
font-size: 12px;
color: #666;
line-height: 20px;
font-weight: normal;
}
.detalhe-entrega-right .status-entrega-item p{
font-size: 12px;
color: #666;
line-height: 20px;
font-weight: normal;
}
.detalhe-entrega-bottom h3{
padding: 32px;
padding-bottom: 16px;
font-size: 18px;
font-weight: bold;
margin: 0;
line-height: 1.4em;
color: #555;
}
/** Solicitar entrega **/
.solicitar-entrega-box{
display: flex;
align-items: stretch;
border-top: 1px solid #EBEBEB;
border-bottom: 1px solid #EBEBEB;
}
.solicitar-entrega-box .solicitar-right{
min-width: 400px;
max-width: 400px;
background-color: #F9F9F9;
border-left: 1px solid #EBEBEB;
padding: 32px;
}
.solicitar-entrega-box .solicitar-left{
padding: 44px 32px;
width: 100%;
}
.solicitar-left h3{
font-size: 16px;
font-weight: 500;
color: #333;
line-height: 1.2em;
margin-bottom: 16px;
}
.endereco-entrega{
width: 100%;
border: 1px solid #EBEBEB;
border-radius: 8px;
padding: 16px;
display: flex;
margin-bottom: 32px;
}
.endereco-entrega.centered{
align-items: center;
padding: 20px 32px;
}
.endereco-entrega img{
width: 56px;
height: 56px;
margin-right: 24px;
}
.right-endereco strong{
font-weight: 600;
font-size: 16px;
line-height: 1.2em;
color: #333;
display: block;
margin-bottom: 8px;
}
.right-endereco p{
font-weight: normal;
font-size: 15px;
line-height: 1.3em;
color: #666;
margin-bottom: 16px;
}
.endereco-entrega a{
font-size: 15px;
font-weight: 500;
color: #e0583f;
text-decoration: underline;
line-height: 1.2em;
}
.hidden{
display: none;
}
.item-opcional{
border-radius: 8px;
border: 1px solid #EBEBEB;
padding: 32px;
border-left: 7px solid #EBEBEB;
align-items: center;
display: flex;
cursor: pointer;
transition: 250ms ease;
}
.item-opcional *{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.item-opcional:hover{
border-color: #BFBFBF;
}
.item-opcional figure{
margin: 0;
padding: 0;
border-radius: 50%;
overflow: hidden;
width: 115px;
min-width: 115px;
max-width: 115px;
height: 115px;
min-height: 115px;
max-height: 115px;
margin-right: 24px;
display: flex;
align-items: center;
justify-content: center;
}
.item-opcional figure img{
height: 100%;
width: auto;
}
.item-opcional:not(:last-child){
margin-bottom: 16px;
}
.item-opcional.active{
border-left-color: #e0583f;
}
.item-texts-opcionais strong{
font-weight: 600;
font-size: 16px;
line-height: 1.2em;
color: #333;
margin-bottom: 8px;
display: block;
}
.item-texts-opcionais p{
font-weight: normal;
font-size: 12px;
line-height: 1.3em;
color: #666;
margin-bottom: 16px;
}
.item-texts-opcionais span{
font-weight: 500;
font-size: 15px;
line-height: 1.2em;
color: #45AF22;
margin-bottom: 0px;
}
.checkbox-opcionais-box{
margin-left: 24px;
}
.checkbox-opcionais-box span{
margin: 0;
width: 18px;
max-width: 18px;
min-width: 18px;
height: 18px;
max-height: 18px;
min-height: 18px;
border-radius: 50%;
border: 2px solid #e0583f;
position: relative;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
}
.checkbox-opcionais-box input:checked + span:before{
content: "";
display: block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #e0583f;
}
.checkbox-opcionais-box input{
display: none;
}
.solicitar-right h3{
margin-bottom: 24px;
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #333;
}
.component-subtable .subtable-item strong.green{
color: #45AF22;
}
.frete-gratis-entrega{
display: block;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 12px;
color: #333;
font-size: 15px;
font-weight: normal;
background-color: #ECF7E9;
}
.frete-gratis-entrega strong{
font-weight: 600;
padding: 0 6px;
}
.solicitar-right .btn-action{
width: 100%;
padding: 14px 32px;
margin-top: 24px;
}
/** Solicitar entrega - pagamento **/
.tabs-pagamento{
display: flex;
align-items: stretch;
justify-content: space-between;
width: 100%;
}
.tabs-pagamento .item-pagamento{
width: calc(33.33% - 5.33px);
height: 103px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
border-radius: 8px 8px 0 0;
border: 1px solid #EBEBEB;
padding: 16px;
padding-bottom: 20px;
cursor: pointer;
}
.tabs-pagamento .item-pagamento span{
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #555;
line-height: 1.3em;
}
.tabs-pagamento .item-pagamento img{
margin-bottom: 12px;
}
.tabs-pagamento .item-pagamento.active{
border-bottom: 4px solid #e0583f;
padding-bottom: 16px;
}
.tabs-pagamento{
margin-bottom: 32px;
}
.item-pagamento-tab{
display: none;
}
.item-pagamento-tab.active{
display: block;
}
.cont-pagamento form *{
font-family: "Montserrat";
}
.cont-pagamento .input-box{
margin-bottom: 16px;
}
.cont-pagamento .half-input{
display: flex;
justify-content: space-between;
}
.cont-pagamento .half-input .input-box{
margin-bottom: 0;
width: calc(50% - 8px);
}
.item-pagamento-tab p{
font-size: 14px;
font-weight: normal;
color: #555;
line-height: 1.5em;
margin: 0;
}
.item-pagamento-tab p strong{
font-weight: 600;
}
.list-check{
width: 100%;
display: flex;
font-family: "Inter";
color: #666;
font-size: 14px;
margin-top: 24px;
margin-bottom: 24px;
}
.list-check .item:not(:last-child){
margin-right: 32px;
}
.input-box input[type="file"]{
padding: 20px;
}
.solicitar-right.last{
border-radius: 0 0 8px 0;
}
/** Entrega Solicitada **/
.entrega-solicitada{
width: 100%;
height: 100%;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.entrega-solicitada.hidden{
display: none;
}
.entrega-solicitada h3{
font-size: 16px;
font-weight: 500;
margin-top: 16px;
margin-bottom: 24px;
color: #333333;
}
.entrega-solicitada .btn-action{
padding: 14px 32px;
font-size: 15px;
font-family: "Montserrat";
}
.pix-info-box{
margin-top: 32px;
}
.pix-info-box .btn-action{
margin-top: 24px;
width: 100%;
}
.input-box select[readonly],
.input-box input[readonly]{
background-color: #FBFBFB;
}
.pix-info-box .input-box:not(:last-child){
margin-bottom: 16px;
}
/** Endereços **/
.lista-opcionais.enderecos .item-opcional figure img{
width: 56px;
height: 56px;
}
.lista-opcionais.enderecos .item-opcional figure{
width: 56px;
height: 56px;
min-width: 56px;
min-height: 56px;
max-width: 56px;
max-height: 56px;
margin-right: 24px;
}
.lista-opcionais.enderecos .item-opcional{
border-left: 1px solid #EBEBEB;
padding: 32px;
justify-content: space-between;
background-color: white;
}
.lista-opcionais.enderecos .item-texts-opcionais p{
margin-bottom: 0;
font-size: 15px;
line-height: 1.3em;
}
.lista-opcionais.enderecos .left-enderecos{
display: flex;
align-items: center;
}
.lista-opcionais.enderecos .item-opcional.active{
border: 1px solid #e0583f;
}
.fixed-btns{
position: fixed;
left: 0;
right: 0;
bottom: 0;
height: 77px;
width: 100%;
background-color: white;
border-top: 1px solid #EBEBEB;
padding: 16px 0;
z-index: 98;
padding-left: 260px;
}
.fixed-btns .container-conf{
display: flex;
}
.fixed-btns .container-conf .btn-action:not(:last-child){
margin-right: 16px;
}
.btn-action.btn-secondary{
background: rgba(224, 88, 63, 0.1);
color: #e0583f;
}
.fixed-btns-wrapper{
padding-bottom: 77px;
}
.add-endereco-form .half-input{
display: flex;
justify-content: space-between;
margin-bottom: 16px;
}
.add-endereco-form .half-input.left{
justify-content: flex-start;
}
.add-endereco-form .half-input .input-box{
margin-bottom: 0;
width: calc(50% - 8px);
}
.nao-sei-cep{
font-size: 14px;
font-weight: 500;
color: #e0583f;
margin-left: 16px;
margin-top: 26px;
}
/** Membros **/
.conf-box.membro-box{
margin-top: 0;
}
.conf-box.membro-box .person-info > img{
width: 80px;
height: 80px;
}
.conf-box.membro-box .person-info .texts-post strong{
margin-bottom: 4px;
display: block;
}
.conf-box.membro-box .vinho-adega-left-cont .toggle-see-more span{
font-size: 14px;
}
.conf-box.membro-box .person-info{
margin-bottom: 28px;
}
.conf-box.membro-box .component-subtable h3{
font-size: 15px;
font-weight: 600;
margin-bottom: 24px;
color: #333;
line-height: 1.2em;
}
.bottom-box-item h3{
font-size: 16px;
font-weight: 500;
margin-bottom: 24px;
color: #333;
line-height: 1.2em;
padding: 24px 32px 16px 32px;
margin-bottom: 0;
}
.bottom-line-membro{
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.bottom-line-membro .exc-membro{
font-size: 14px;
font-weight: normal;
text-decoration: underline;
margin-bottom: 24px;
color: #555;
line-height: 1.2em;
display: flex;
align-items: center;
cursor: pointer;
transition: 250ms ease;
opacity: 1;
}
.bottom-line-membro .exc-membro:hover{
opacity: 0.8;
}
.bottom-line-membro .exc-membro img{
margin-right: 8px;
}
.conf-box.membro-box .vinho-adega-left{
width: 100%;
}
.modal-confraria.membro-modal{
width: 500px;
border-top: 7px solid #e0583f;
padding: 36px 32px;
top: 15%;
}
.modal-confraria.membro-modal h3{
color: #e0583f;
font-size: 20px;
font-weight: 600;
line-height: 1.2em;
margin-bottom: 22px;
}
.modal-confraria.membro-modal h4{
font-size: 14px;
color: #666666;
text-transform: uppercase;
font-weight: 600;
line-height: 1.5em;
margin-bottom: 12px;
}
.modal-confraria.membro-modal .btn-conf{
width: 100%;
margin-top: 12px;
}
.modal-confraria.membro-modal form{
margin-bottom: 32px;
}
.btns-excluir{
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
margin-top: 32px;
}
.btns-excluir .btn-action{
width: calc(50% - 6px);
}
.top-table h3{
font-size: 18px;
font-weight: bold;
color: #333;
line-height: 1.2em;
padding: 24px 32px 12px 32px;
margin-bottom: 0;
}
.top-table .component-table .line-table.line-title span{
overflow: visible;
display: block;
height: auto;
}
.top-table .component-table .line-table span{
display: flex;
align-items: center;
justify-content: space-between;
}
.top-table .component-table .line-table span.w-prog{
padding-right: 40px;
}
.top-table .component-table .line-table .progress{
width: 80px;
height: 6px;
}
.top-table .component-table .line-table .progress span{
display: block;
height: 6px;
background-color: #e0583f;
}
.top-table .component-table .line-table .progress.green span{
background-color: #45AF22;
}
.conf-info{
position: relative;
cursor: pointer;
z-index: 99 !important;
}
.conf-info span,
.conf-info p{
position: absolute;
bottom: 24px;
width: 190px;
left: 50%;
transform: translateX(-50%);
padding: 12px;
border-radius: 4px;
background-color: #333333;
color: white;
font-size: 12px;
font-weight: normal;
margin: auto;
line-height: 1.4em;
white-space: initial;
transition: 250ms ease;
opacity: 0;
visibility: hidden;
z-index: 99 !important;
}
.conf-info:hover span,
.conf-info:hover p{
opacity: 1;
visibility: visible;
z-index: 99 !important;
}
.conf-info span::after,
.conf-info p::after{
content: "";
display: block;
width: 15px;
height: 11px;
background-image: url('../img/site/conf-tooltip-arrow.svg');
background-position: center;
background-repeat: no-repeat;
position: absolute;
left: 0;
right: 0;
bottom: -8px;
margin: auto;
z-index: 99 !important;
}
.conf-info .tooltip-large{
width: 500px;
}
.conf-info span strong{
color: #e0583f;
font-size: 14px;
}
/** Histórico **/
.historico-box .vinho-adega-left .main-img-vinho{
height: 298px;
max-width: 115px;
max-height: 200px;
}
.historico-box .person-info{
margin-top: 20px;
margin-bottom: 24px;
}
.historico-box .vinho-adega-left-cont .see-more-historico{
display: flex;
align-items: center;
font-size: 12px;
font-weight: 500;
color: #e0583f;
line-height: 1.2em;
cursor: pointer;
}
.historico-box .vinho-adega-left-cont .see-more-historico img{
margin-left: 4px;
transition: 250ms ease;
transform: rotate(0deg);
}
.historico-box .vinho-adega-left-cont .see-more-historico.active img{
transform: rotate(180deg);
}
.historico-box .box-avaliacoes-toggle h5{
font-size: 12px;
font-weight: 500;
color: #555;
line-height: 1.2em;
margin-bottom: 12px;
}
.historico-box .box-avaliacoes-toggle .botton-line{
display: flex;
}
.historico-box .box-avaliacoes-toggle .botton-line .stars-list{
margin-right: 12px;
}
.historico-box .vinho-adega-left{
flex-wrap: wrap;
padding-bottom: 32px;
}
.historico-box .vinho-adega-left .comentarios-box{
width: 100%;
}
.historico-box .vinho-adega-left-cont{
width: auto;
}
.right-box-historico{
margin-left: 12px;
}
.right-box-historico strong{
font-size: 16px;
font-weight: 600;
line-height: 1.2em;
color: #333;
margin-bottom: 8px;
padding-top: 8px;
display: block;
}
.right-box-historico .stars-list{
margin-bottom: 16px;
display: flex;
align-items: center;
}
.right-box-historico .stars-list img{
width: 20px;
}
.historico-box .reactions-comment{
padding-left: 74px;
}
.historico-box .lista-comentarios{
margin-bottom: 0;
padding-bottom: 0;
border-bottom: 0;
display: none;
}
.historico-box .comentarios-box > .publish-home{
padding-top: 24px;
margin-top: 24px;
border-top: 1px solid #EBEBEB;
align-items: flex-start;
}
.right-avaliacao-publish{
width: 100%;
}
.publish-home .right-avaliacao-publish .input-publish-box input{
border-radius: 2px 30px 30px 30px;
}
.right-avaliacao-publish .star-publish{
margin-bottom: 16px;
padding-top: 8px;
display: flex;
}
.right-avaliacao-publish .star-publish img{
cursor: pointer;
display: none;
}
.right-avaliacao-publish .star-publish img.empty{
display: block;
}
.right-avaliacao-publish .star-publish .star-item.active img.empty,
.right-avaliacao-publish .star-publish .star-item.active-hover img.empty{
display: none;
}
.right-avaliacao-publish .star-publish .star-item.active img.full,
.right-avaliacao-publish .star-publish .star-item.active-hover img.full{
display: block;
}
.historico-search-box{
display: flex;
align-items: center;
justify-content: space-between;
}
.search-historico{
width: 100%;
margin: 0;
margin-right: 32px;
border-radius: 56px;
height: 56px;
background-color: #FBFBFB;
border: 1px solid #EBEBEB;
display: flex;
align-items: center;
justify-content: space-between;
padding: 0 32px;
}
.left-form-search{
display: flex;
align-items: center;
width: 100%;
}
.left-form-search > img{
margin-right: 12px;
}
.left-form-search input{
background: transparent;
border: 0;
box-shadow: none;
outline: none;
height: 100%;
width: 100%;
padding: 0;
font-size: 16px;
color: #333;
height: 56px;
}
.search-historico button{
outline: none;
box-shadow: none;
padding: 0;
margin: 0;
margin-left: 32px;
background: transparent;
color: #e0583f;
font-size: 16px;
line-height: 24px;
font-weight: 600;
font-family: "Inter";
border: 0;
cursor: pointer;
transition: 250ms ease;
}
.search-historico button:hover{
opacity: 0.8;
}
.right-search-conf{
display: flex;
align-items: center;
}
.right-search-conf span{
font-size: 16px;
color: #666;
line-height: 24px;
white-space: nowrap;
font-weight: normal;
}
.right-search-conf select{
cursor: pointer;
border: 0;
box-shadow: none;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
font-size: 16px;
color: #666;
line-height: 24px;
margin: 0 8px;
font-weight: 600;
}
.right-search-conf img{
position: relative;
top: 1px;
}
.component-subtable .subtable-item span{
display: flex;
align-items: center;
}
.component-subtable .subtable-item span img{
margin-right: 8px;
}
.download-ficha{
display: block;
width: 100%;
padding: 8px;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
background-color: #F1F1F1;
border-radius: 4px;
margin-top: 28px;
cursor: pointer;
font-size: 15px;
font-weight: 500;
line-height: 1.4em;
color: #555;
}
.download-ficha img{
margin-right: 4px;
}
.mob-flex-helper{
display: flex;
}
.historico-box .vinho-adega-right-cont{
width: 386px;
min-width: 386px;
padding: 32px 44px;
}
.component-subtable h3{
margin-bottom: 24px;
font-size: 18px;
font-weight: 600;
line-height: 1.2em;
color: #333;
}
/** Checkout **/
.confraria-checkout .cabecalho-confraria h1::before{
display: none;
}
.confraria-checkout .parallax-mirror,
.confraria-checkout .banner-interno{
display: none !important;
}
body.confraria-checkout{
background-color: #EFEFEF !important;
background-image: url('../img/site/conf-effect.png') !important;
background-repeat: repeat-y;
background-size: cover;
background-attachment: fixed;
}
.conf-check-content h2,
.conf-check-content h3{
font-family: "Inter";
}
/** Oferta Confraria **/
.top-oferta-conf{
width: 100%;
height: 390px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
align-items: flex-end;
justify-content: center;
position: relative;
}
.wrapper-internal.block{
display: block;
}
.top-oferta-conf .img-big-top-oferta{
height: 375px;
margin-right: 32px;
margin-bottom: -27px;
z-index: 2;
position: relative;
}
.conf-oferta-content{
padding-bottom: 57px;
z-index: 2;
position: relative;
}
.conf-oferta-content .subtitulo {
font-size: 20px;
font-weight: 300;
color: white;
text-transform: uppercase;
margin-bottom: 5px;
}
.conf-oferta-content h1 {
font-size: 36px;
font-weight: 600;
text-transform: uppercase;
color: white;
margin-bottom: 20px;
line-height: 1.3em;
}
.conf-oferta-content .old-price {
font-size: 22px;
font-weight: normal;
color: #D1D3D4;
text-decoration: line-through;
margin-bottom: 5px;
display: block;
}
.conf-oferta-content .new-price {
font-size: 35px;
color: white;
font-weight: bold;
margin-bottom: 8px;
display: block;
}
.conf-oferta-content .economia {
color: #D1D3D4;
font-size: 13px;
font-weight: normal;
padding: 5px 10px;
background-color: #E0583F;
display: inline-block;
}
.conf-oferta-content .economia b {
font-weight: 800;
}
.conf-oferta-content .buy-quant {
display: flex;
margin-top: 25px;
}
.conf-oferta-content .quantidade_oferta {
min-width: 56px;
height: 40px;
padding: 0 14px;
background-color: white;
border-radius: 2px;
font-family: "Montserrat";
font-size: 14px;
font-weight: bold;
color: #333333;
-webkit-appearance: none;
-moz-appearance: none;
background-image: url('../img/site/arrow-down.png');
background-repeat: no-repeat;
background-position: 77% 53%;
outline: none;
border: 0;
}
.conf-oferta-content .btn-comprar {
border-radius: 2px;
color: white;
background: #45af22;
font-size: 13px;
height: 44px;
padding: 0 16px;
border: 2px solid #45af22;
font-weight: 800;
text-transform: uppercase;
margin-left: 10px;
cursor: pointer;
letter-spacing: 1px;
font-size: 14px;
font-weight: 600;
font-family: "Montserrat";
outline: none;
height: 40px;
width: 176px;
}
.conf-oferta-content h2{
font-size: 20px;
font-weight: 300;
color: white;
text-transform: uppercase;
margin-bottom: 5px;
}
.wrapper-internal.block{
padding-top: 0;
}
.top-oferta-conf::before{
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(0,0,0,0.6);
z-index: 1;
}
/** Ajustes **/
.list-kpis .kpi-item.right{
display: flex;
flex-direction: column;
align-items: flex-end;
}
.list-kpis .kpi-item.center{
display: flex;
flex-direction: column;
align-items: center;
}
.pix .view-comprovante-pix a{
display: block;
text-align: center;
text-decoration: underline;
color: #E0583F;
cursor: pointer;
font-weight: 600;
font-size: 13px;
}
.carregando{
left:0;
top:0;
width: 100%;
height: 100%;
position: fixed;
background-color: rgba(255, 255, 255, 0.51);
background-image: url(../img/load-carregando.gif);
z-index: 9999;
background-position: center center;
background-repeat: no-repeat;
display: none;
}
.conf-info .tooltip-large{
width: 500px !important;
}
.post-action{
padding: 8px 14px;
margin-left: auto;
text-align: center;
border-radius: 6px;
transition: all 0.3s ease-in-out;
cursor: pointer;
}
.post-action:hover{
background: #d7d7d7;
}
.post-action i{
font-size: 22px;
color: black;
}
.drop-picture-post{
width: 200px;
border-radius: 8px 1px 8px 8px;
background-color: white;
position: absolute;
right: 52px;
box-shadow: 10px 8px 20px rgb(0 0 0 / 10%);
list-style: none;
padding: 16px 0;
margin: 0;
opacity: 0;
visibility: hidden;
transition: 250ms ease;
}
.drop-picture-post.active{
opacity: 1;
visibility: visible;
}
.drop-picture-post li div{
display: block;
padding: 16px 24px;
cursor: pointer;
}
.drop-picture-post li div:hover{
background-color: #f2f2f2;
}
.info-adega-conf{
display: flex;
align-items: center;
}
.main-enviar-comprovante{
text-align: right;
margin-left: auto;
/* margin-top: 12px; */
}
.btn-upload-comprovante-adega{
/*margin-top: 12px;*/
border: none;
color: #3a3a3a;
cursor: pointer;
background: transparent;
font-size: 14px;
text-decoration: underline;
padding-right: 0px;
}
.input-enviar-comprovante{
display: none;
}
.link-comprovante-adega{
font-size: 14px;
text-decoration: underline;
}
.info-adega-conf .adega-pagamento-pendente-conf span{
color: #e0583f;
font-size: 14px;
}