p,li,a,td,th { font-size: 108% }
a { text-decoration:none; color: green;}
a.btn {text-decoration: none !important }
a:hover { text-decoration:underline; }
.shadowed { text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, 1px 1px 1px #000; }

/* Images */
.auto-explode { cursor: pointer; clear: right}
.iblock { width: 100% }
.ileft { width: 35vw; max-width: 600px; float: left}
.iright { width: 35vw; max-width: 600px; float: right }
.ibox { position: absolute; right: 10px; bottom: 10px }
.img-legend {
  font-size: 13px; font-weight: normal; font-style: italic; text-align: justify;
}
@media screen and (max-width: 992px) {
  .ghost { display: none }
  .ileft { width: 100%; max-width: 100%; margin-top: 20px; margin-bottom: 30px !important}
  .iright { width: 100%; max-width: 100%;  margin-top: 20px; margin-bottom: 30px !important}
}

/* Flex-box */
.flex-box { width: 25% }
.flex-box .card-img-top { height: 180px }
@media screen and (max-width: 1200px) {
  .flex-box { width: 25%;}
  .flex-box .card-img-top { height: 170px }
}
@media screen and (max-width: 992px) {
  .flex-box { width: 50%;}
  .flex-box .card-img-top { height: 220px }
}
@media screen and (max-width: 768px) {
  .flex-box { width: 100%;}
  .flex-box .card-img-top { height: 270px }
}

.bg-custom-01 { color: white; background: url(/xv-congresso/picts/slide02.jpg) center center no-repeat; background-size: cover; /*linear-gradient(0.25turn, #469456, #99f386, #e9feca);*/ }
.bg-parallax {
  position: relative;
  height: auto; /*60vh;*/
  padding: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.bg-parallax-1 {
  background-image: url(/xv-congresso/picts/slide02.jpg); 
}

/* Structure */
.footer { line-height: 32px }
.footer a { text-decoration: none; color: green;/*#d2ffc4;*/ font-weight: bold }
.footer a:hover { color: blue/* yellow; */}
.cursor { cursor: pointer; }
.quoted { padding-left: 35px; text-indent: -20px; margin-bottom: 30px }
.body-container { min-height: 70vh; line-height: 1.7em }
.tr-80 { background-color: #f8f9fa; opacity: 90% }

#waiter { position: fixed; top: 48%; left: 48%; z-index: 1051; border: 16px solid #5bdb34; border-top: 16px solid #ffe603; border-radius: 50%; width: 80px; height: 80px; animation: spin 2s linear infinite; z-index: 30000 }
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }

.g-recaptcha>div { border: solid 1px #f5f5f5 !important; margin: 0 auto !important; cursor: pointer !important }
