﻿@charset "UTF-8";a{text-decoration:none;}.calendar{background:#e8e7e7;border-radius:4px;box-shadow:0 5px 20px rgba(0,0,0,.3);height:100%;transform:perspective(1000);transition:.9s;width:calc(100% - 64px);max-width:850px;margin:auto;margin-bottom:90px;}.calendar ul{list-style:none;}.calendar .labelprotesto{font-weight:600;color:var(--cinzaEscuro);}.setor{transform:rotateY(0deg);}.front{transform:rotateY(180deg);}.current-date{border-bottom:1px solid rgba(66,66,66,.5);display:flex;flex-direction:row-reverse;justify-content:center;padding:30px 40px;}.current-date h1{color:#666;font-size:1.4em;font-weight:300;margin:0;}.current-date i{transition:all .35s;color:var(--corPrincipal);}.current-date i:hover{cursor:pointer;transform:scale(1.35);}.week-days{color:var(--corPrincipal);display:flex;justify-content:space-between;font-weight:600;padding:30px 40px;}.days{display:flex;flex-wrap:wrap;justify-content:space-between;}.weeks{color:#666;display:flex;flex-direction:column;padding:0 40px;}.weeks div{display:flex;font-size:1.2em;font-weight:300;justify-content:space-between;margin-bottom:20px;width:100%;}.weeks span{padding:10px;transition:all .35s;}.weeks span:not(.last-month):hover{cursor:pointer;font-weight:600;background:rgba(66,66,66,.3);border-radius:50%;}.weeks span:not(.last-month).active:hover{background:rgba(247,133,54,.3);}.weeks span.active{background:var(--corPrincipal);border-radius:50%;color:#fff;}.last-month{opacity:.3;-webkit-opacity:.3;}.instrucoes{padding:30px 40px 0;}.instrucoes h4{font-weight:600;color:var(--corPrincipal);font-size:1.52em;}.instrucoes h5{text-transform:none;}.instrucoes p{margin-bottom:.1em;font-weight:bold;}.instrucoes ol{margin-bottom:0;}.instrucoes ol li{font-size:.9em;}.instrucoes .passo-atual{font-weight:600;font-size:1.05em;line-height:1.2em;color:var(--corPrincipal);}.event{position:relative;}.event:after{content:"•";color:var(--corPrincipal);font-size:1.4em;position:absolute;right:-4px;top:-4px;}.back{height:100%;transform:rotateY(360deg);backface-visibility:hidden;}.info{display:flex;flex-direction:column;font-weight:inherit;font-size:1.2em;padding:30px 40px;}.info span{font-weight:300;}.info .date{display:flex;justify-content:space-between;}.info .date p{width:50%;}.info .address p{width:100%;}.actionsSetor{bottom:0;border-top:1px solid rgba(66,66,66,.5);display:flex;justify-content:flex-end;width:100%;}.actionsSetor button{background:none;border:0;color:var(--corPrincipal);font-weight:600;letter-spacing:3px;margin:0;padding:30px 0;text-transform:uppercase;width:50%;transition:background ease-in-out .35s,color ease-in-out .35s;}.actionsSetor button:first-of-type{border-left:1px solid rgba(66,66,66,.5);}.actionsSetor button:hover{background:var(--corPrincipal);color:#fff;cursor:pointer;}.actionsSetor button:active{background:#5889a0;outline:0;}.actions{bottom:0;border-top:1px solid rgba(66,66,66,.5);display:flex;justify-content:space-between;width:100%;}.actions button{background:none;border:0;color:var(--corPrincipal);font-weight:600;letter-spacing:3px;margin:0;padding:30px 0;text-transform:uppercase;width:50%;transition:background ease-in-out .35s,color ease-in-out .35s;}.actions button:first-of-type{border-right:1px solid rgba(66,66,66,.5);}.actions button:hover{background:var(--corPrincipal);color:#fff;cursor:pointer;}.actions button:active{background:#5889a0;outline:0;}.flip{transform:rotateY(180deg);height:100%;}@media(max-width:575px){.info{padding:20px 10px;}}