@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
    line-height: 1.6;
    background-color: #828183;
    color: #333;
}

body {
    font-family: 'Outfit','Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
         
#votacao{
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    position: relative;
    max-width: 650px;
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    border-radius: 30px;
}
.form-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%;
    text-align: center;
}

h2 {
    color: #333;
    margin-bottom: 25px;
    font-size: 1.5em;
    font-weight: 600;
    width: 100%;
    display: flex;
    line-height: 1.15;
}

.form-group {
    width: auto;
    display: inline-flex;
    flex-direction: column;
    justify-content: left;
    margin-bottom:10px;
    text-align: left; 
    width: 60%;
}

.mascote{
    position:absolute;
    width: 35%;
    right: 0;
    bottom: 40px;
}

.form-group label {
    font-size: 1em;
    color: #333;
    flex-grow: 1;
    cursor: pointer;
    font-family: Arial;
}

.radio-option {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 10px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    width: 100%;
    text-align: left;
}

.radio-option:hover {
    background-color: #eef2f5;
}

.radio-option input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #169cbb;
    border-radius: 50%;
    margin-right: 15px;
    display: grid;
    place-content: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

.radio-option input[type="radio"]::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: transform 0.2s ease-in-out;
    background-color: #169cbb;
}

.radio-option input[type="radio"]:checked {
    background-color: #169cbb;
    border-color: #169cbb;
}

.radio-option input[type="radio"]:checked::before {
    transform: scale(1);
}

.radio-option span {
    font-size: 1em;
    color: #333;
    flex-grow: 1;
}

button {
    background-color: #169cbb;
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1.1em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    margin-top: 0;
    display: flex;
    width: 100%;
    text-align: center !important;
    max-width: 100%;
    justify-content: left;
    font-family: 'Outfit', Arial;
    text-align: left;
}

button:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
    transition: transform 0.5 ease;
}

button:active {
    transform: translateY(0);
}
         
button.erro {
    border: 2px solid #e2001a !important;
    background-color: transparent;
    transition: background-color 0.5s ease;
    color: #e2001a;
    font-weight: bold;
}
         
button.votado {
    border: 2px solid #69a062 !important;
    background-color: #fff;
    transition: background-color 0.5s ease;
    color: #69a062;
    font-weight: bold;
}
         
#mensagemFeedback{
    margin-top:10px;
    padding: 10px;
    color: #777;
    display: flex;
    max-width: 100%;
    font-size:14px;
    height: 20px;
    position: absolute;
    top:100%;
}
.opac{
    opacity:1;
}
.opac{
    opacity:0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

@media (max-width: 900px){
    .mascote{
        position:absolute;
        width: 33%; 
        right: 0;
        bottom: 100px;
    }	
}

@media (max-width: 470px){
    .mascote{
        position:absolute;
        width: 40%; 
        right: 0;
        bottom: 65px;
    }	

    .form-group h2{
      width: 140% !important;  
    }
}

@media (max-width: 360px){
    .mascote{
        position:absolute;
        width: 45%; 
        right: 0;
        bottom: 65px;
    }	
}


@media (max-width: 768px) {

    .day-number{
        font-size: 16px !important;
    }
            
    .form-container {
        padding: 20px;
        margin: 15px;
    }

    h2 {
        font-size: 1.5em;
    }

    .form-group label {
        font-size: 1em;
    }

    .radio-option {
        padding: 8px;
    }

    .radio-option input[type="radio"] {
        width: 18px;
        height: 18px;
    }

    .radio-option input[type="radio"]::before {
        width: 9px;
        height: 9px;
    }

    button {
        padding: 10px 20px;
        font-size: 1em;
    }
          
          
    h2{
        font-size: 1.3em;
        line-height: 1.15;
    }
}
img {
    max-width: 100%;
    display: block;
}

.header {
    background-color: #cde9fa;
    background-image: url('/media/16365/fundo_todos_3.png');
    background-repeat: repeat;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60px;
}
 
.logo-header {
    max-height: 120px;
    
}

.main-content {
    background-image: url('/media/16366/fundo5.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #cde9fa;
    width: 100%;
    min-height: 1080px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    
}

.footer {
    background-color: #828183;
    padding: 2rem 1rem;
    color: white;
    background-image: url('/media/16365/fundo_todos_3.png');
    background-repeat: repeat;
}

.footer-logos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}

a {
    color: white;
}

.footer-logos img{
    max-width: 300px;
}

.logo-footer {
    height: 40px;
    width: auto;
}

@media (max-width: 768px) {
    .logo-header {
        max-height: 120px;
    }

    .footer-logos {
        justify-content: center;
        gap: 3rem;
    }

    .main-content {
        min-height: 80vh !important;
    }
}

*, *:before, *:after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}



#calendar {
    display: flex;
    flex-direction: column;
    justify-content: left;    
    position: relative;    
    border-radius: 30px;
    margin-top: 20px;
    width: 100%;
    max-width: 650px;
}

#calendar .header {
  height: 50px;  
  background: rgb(22, 156, 187, 0.9);
  text-align: center;
  position:relative;
  z-index: 100;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

#calendar .header h2 {
     margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 50px;
    font-weight: 500;
    color: white !important;
    justify-content: center;
}

.left, .right {
  position: absolute;
  width: 0px;
  height: 0px;
  border-style: solid;
  top: 50%;
  margin-top: -7.5px;
  cursor: pointer;
}

.left {
  border-width: 7.5px 10px 7.5px 0;
  border-color: transparent rgba(255, 255, 255, 1) transparent transparent;
  left: 20px;
}

.right {
  border-width: 7.5px 0 7.5px 10px;
  border-color: transparent transparent transparent rgba(255, 255, 255, 1);
  right: 20px;
}

.month {
  /*overflow: hidden;*/
  opacity: 0;
      border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.month.new {
  -webkit-animation: fadeIn 1s ease-out;
  opacity: 1;
}

.month.in.next {
  -webkit-animation: moveFromTopFadeMonth .2s ease-out;
  -moz-animation: moveFromTopFadeMonth .2s ease-out;
  animation: moveFromTopFadeMonth .2s ease-out;
  opacity: 1;
}

.month.out.next {
  -webkit-animation: moveToTopFadeMonth .2s ease-in;
  -moz-animation: moveToTopFadeMonth .2s ease-in;
  animation: moveToTopFadeMonth .2s ease-in;
  opacity: 1;
}

.month.in.prev {
  -webkit-animation: moveFromBottomFadeMonth .2s ease-out;
  -moz-animation: moveFromBottomFadeMonth .2s ease-out;
  animation: moveFromBottomFadeMonth .2s ease-out;
  opacity: 1;
}

.month.out.prev {
  -webkit-animation: moveToBottomFadeMonth .2s ease-in;
  -moz-animation: moveToBottomFadeMonth .2s ease-in;
  animation: moveToBottomFadeMonth .2s ease-in;
  opacity: 1;
}

.day {
  display: inline-block;
  width: 14.27%;
  padding: 10px;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  background: rgba(255,255,255,0.92);
  position: relative;
  z-index: 100;
}

.other {
 opacity: 0.6;
}

.other *{
 opacity: 0.6;
}

.day.today {
  color: rgba(80, 150, 235, 1);
}

.day-name {
  font-size: 9px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: rgba(100, 100, 100, 1);
  letter-spacing: .7px;
}

.day-number {
  font-size: 24px;
}


.day .day-events {
  list-style: none;
  margin-top: 3px;
  text-align: center;
  height: 12px;
  line-height: 6px;
  overflow: hidden;
}

.day .day-events span {
  vertical-align: top;
  display: inline-block;
  padding: 0;
  margin: 0;
  width: 5px;
  height: 5px;
  line-height: 5px;
  margin: 0 1px;
	border-radius: 90px;
}

.blue {
  background-color: #0074D9;
}

.orange {
  background-color: #FF851B;
}

.green {
  background-color: #2ECC40;
}

.yellow {
  background-color: #A03472;
}

.red {
  background-color: #FF4136;
}

.purple {
  background-color: #6A0DAD;
}



.details {
  position: relative; 
  width: 100%;
  height: auto;
  background: rgba(245, 242, 209, 1);
    z-index: 99999999;

}

.details.in {
  -webkit-animation: moveFromTopFade .2s ease both;
  -moz-animation: moveFromTopFade .2s ease both;
  animation: moveFromTopFade .2s ease both;
  z-index: 99999999;
}

.week{
    background: rgba(255,255,255,0.5);
}

.details.out {
  -webkit-animation: moveToTopFade .2s ease both;
  -moz-animation: moveToTopFade .2s ease both;
  animation: moveToTopFade .2s ease both;
}

.events {
  padding: 7px 0;
  overflow-y: auto;
  overflow-x: hidden;
}

.events.in {
  -webkit-animation: fadeIn .1s ease both;
  -moz-animation: fadeIn .1s ease both;
  animation: fadeIn .1s ease both;
}

.events.in {
  -webkit-animation-delay: 0s;
  -moz-animation-delay: 0s;
  animation-delay: 0s;
}

.details.out .events {
  -webkit-animation: fadeOutShink .2s ease both;
  -moz-animation: fadeOutShink .2s ease both;
  animation: fadeOutShink .2s ease both;
}

.events.out {
  -webkit-animation: fadeOut .2s ease both;
  -moz-animation: fadeOut .2s ease both;
  animation: fadeOut .2s ease both;
}

.event {
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: .5px;
  padding: 5px 15px;
  vertical-align: top;
	display: flex;
  
}

.event.empty {
  color: #333;
}

.event-category {
  background-image: url(/media/16452/capifundo.png);
    background-size: cover;
    width: 20px;
    height: 20px;
  display: flex;  
  vertical-align: middle; 
}

.event span {
	padding: 5px;
    font-size: 13px;
    line-height: 1.1;
    display: flex;
    width: 90%;
}

.legend {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  background: wheat;
  line-height: 30px;

}

.entry {
  position: relative;
  padding: 0 0 0 25px;
  font-size: 13px;
  display: inline-block;
  line-height: 30px;
  background: transparent;
}

.entry:after {
  position: absolute;
  content: '';
  height: 5px;
  width: 5px;
  top: 12px;
  left: 14px;
}

.entry.blue:after { background: rgba(156, 202, 235, 1); }
.entry.orange:after { background: rgba(247, 167, 0, 1); }
.entry.green:after { background: rgba(153, 198, 109, 1); }
.entry.yellow:after { background: rgba(249, 233, 0, 1); }

/* Animations are cool!  */
@-webkit-keyframes moveFromTopFade {
  from { opacity: .3; height:0px; margin-top:0px; -webkit-transform: translateY(-50%); }
}
@-moz-keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; -moz-transform: translateY(-50%); }
}
@keyframes moveFromTopFade {
  from { height:0px; margin-top:0px; transform: translateY(-50%); }
}

@-webkit-keyframes moveToTopFade {
  to { opacity: .3; height:0px; margin-top:0px; opacity: 0.3; -webkit-transform: translateY(-50%); }
}
@-moz-keyframes moveToTopFade {
  to { height:0px; -moz-transform: translateY(-50%); }
}
@keyframes moveToTopFade {
  to { height:0px; transform: translateY(-50%); }
}

@-webkit-keyframes moveToTopFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(-15%) scale(.95); }
}
@-moz-keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-15%); }
}
@keyframes moveToTopFadeMonth {
  to { opacity: 0; -moz-transform: translateY(-15%); }
}

@-webkit-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(15%) scale(.95); }
}
@-moz-keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(15%); }
}
@keyframes moveFromTopFadeMonth {
  from { opacity: 0; -moz-transform: translateY(15%); }
}

@-webkit-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(15%) scale(.95); }
}
@-moz-keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(15%); }
}
@keyframes moveToBottomFadeMonth {
  to { opacity: 0; -webkit-transform: translateY(15%); }
}

@-webkit-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-15%) scale(.95); }
}
@-moz-keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-15%); }
}
@keyframes moveFromBottomFadeMonth {
  from { opacity: 0; -webkit-transform: translateY(-15%); }
}

@-webkit-keyframes fadeIn  {
  from { opacity: 0; }
}
@-moz-keyframes fadeIn  {
  from { opacity: 0; }
}
@keyframes fadeIn  {
  from { opacity: 0; }
}

@-webkit-keyframes fadeOut  {
  to { opacity: 0; }
}
@-moz-keyframes fadeOut  {
  to { opacity: 0; }
}
@keyframes fadeOut  {
  to { opacity: 0; }
}

@-webkit-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@-moz-keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}
@keyframes fadeOutShink  {
  to { opacity: 0; padding: 0px; height: 0px; }
}

.active{
    background-color: rgba(245, 242, 209, 1);
}

.active .day-number{
  font-weight: 800 !important;
}

@media (max-width: 768px) {
    .day-number{
        font-size: 16px !important;
    }

    .event span{
        font-size: 12px !important;
    }

    .intro{
        width: 100% !important;        
        padding: 0 !important
    } 

}

.intro{
    max-width: 650px;
    margin-bottom: 20px;
    padding: 20px;
} 

.intro p{
    padding: 5px 10px;
    line-height: 1.4
}

.social-icons-png {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px;
}

.social-icons-png img {
  width: 40px; /* Define o tamanho da imagem */
  height: 40px;
  transition: transform 0.3s ease;
}

.social-icons a{
  text-decoration: none;
  font-size: 30px;
  margin: 0 5px
} 

.social-icons-png img:hover {
  transform: scale(1.2);
}

.main-content .link{
  justify-content: center !important;
  margin: 25px 0;
  width: 100%;
  max-width: 650px;
}