﻿body {
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}

.container {
  padding: 10px 10px 10px 10px;
}

.row {
  padding: 10px 0px 10px 0px;
}


img.face-image {
  background-color: #F0BF00;
  width: 120px;
  /**overflow: hidden;**/
  border-radius: 4px;
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}

.alturamenu {
  height: 25px;
}
.rodape {
  font-size: 10px;
  color: #666666;
}

.titulo {
  font-size: 16px;
  font-weight: bold;
  color: #2A3F85;
}

.texto {
  font-size: 12px;
  color: #666666;
  text-align: justify;
}

.subtitulo1 {
  font-size: 14px;
  font-weight: bold;
  padding-top: 20px;
  color: #2B3F85;
  text-decoration: none;
}

.subtitulo1:hover {
  color: #f0bf00;
  cursor: pointer;
}

.itens {
  font-size: 12px;
  font-weight: bold;
  color: #2A3F85;
  text-decoration: none;
}

.itens:hover {
  color: #F0BF00
}

body {
  margin: 0px;
}

label,input{
  margin: 10px 0;
}
.botao{
  padding: 10px;
  color: green;
}

.card-warning {
  color: #F0F0F0;
  color: #666666;
  color: #000;

  font-weight: bold; 
  margin-left: 10px;
  border-radius: 15px;
  padding: 10px;
  width: 185px;
  height: 140px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffebeb+0,f5a2a2+7,FB5C5C+100 */
  background: #FB5C5C; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffebeb 0%, #f5a2a2 19%, #FB5C5C 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffebeb 0%,#f5a2a2 19%,#FB5C5C 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffebeb 0%,#f5a2a2 19%,#FB5C5C 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebeb', endColorstr='#FB5C5C',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}

.card-warning-title {
  font-size: 24px;
  text-align: center;
}

.card-warning-message {
  font-size: 20px;
  text-align: center;
}

.card {
  color: #F0F0F0;

  border-radius: 15px;
  padding: 10px;
  width: 185px;
  height: 160px;
  margin: 15px 0px 15px 10px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffebeb+0,f5a2a2+7,FB5C5C+100 */
  background: #f6d391; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffebeb 0%, #f7dfb7 19%, #FDD391 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #ffebeb 0%,#f7dfb7 19%,#FDD391 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #ffebeb 0%,#f7dfb7 19%,#FDD391 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebeb', endColorstr='#FDD391',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}

.card-image {
  margin-top: 40px;
  height: 100%;
  width: 44px;
  height: 75px
}

.card-content {
  display: flex;
  vertical-align: top;
}

.card-text {
  font-size: 12px;
  color: #666666;
  width: 140px;
  margin-left: 15px;
}

.card-title { 
  text-align: center; 
  font-size: 14px;
  font-weight: bold;
  color: #2B3F85;
  width: 200px;
  margin: 0px;
  padding: 0px;
}

.card-title:hover {
  color: #f0bf00;
  cursor: pointer;
}

.img-shadowed {
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}


.content {
  width: 600px;
}

.right-bar {
  width: 240px;
}

.menu-bar {
  width: 100px;
}

.menu-row {
  width: 100%;
  margin-left: 10px;
  padding: 10px 0px 10px 10px;
}

.menu-item {
  color: lightgray;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  display: flex;
}

span {
  vertical-align: middle;
  line-height:50px;
}

.icon {
  padding: 0px 3px 0px 1px;
}

.menu-item:hover {
  color: #f0bf00;
  cursor: pointer;
}

.content-card {
  color: #F0F0F0;
  margin-left: 10px;
  border-radius: 15px;
  width: 400px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffebeb+0,f5a2a2+7,FB5C5C+100 */
  background: #E2E0ED; /* Old browsers */
  background: -moz-linear-gradient(top, #FAFAFA 0%, #ebebed 19%, #e3e1eb 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #FAFAFA 0%,#ebebed 19%,#e3e1eb 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #FAFAFA 0%,#ebebed 19%,#e3e1eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FAFAFA', endColorstr='#FB5C5C',GradientType=0 ); /* IE6-9 */
  -webkit-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  -moz-box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
  box-shadow: 3px 3px 10px -4px rgba(0,0,0,0.75);
}

.content-card-title {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #2A3F85;
  padding-top: 15px;
}

.content-card-list {
  display: flex;
  vertical-align: top;
  padding: 0px 20px 0px 20px;
}

.content-card-link {
  padding: 10px 20px 0px 20px;
}

.content-card-text {
  font-size: 12px;
  color: #666666;
  text-align: justify;
  padding: 0px 20px 30px 20px;
}

.list {
  color: #2A3F85;
  margin-left: 0px;
  padding-left: 30px;
  text-decoration: solid;
}

.list-item {
  padding-bottom: 5px;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  max-height: 3024px;
  position: relative;
  margin: auto;
}

.pictureCarousel {
  background-color: #666666;
  width:100%;
  align-items: center;
}

.picture {
  max-height: 500px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 2s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}


/* Map */
#map {
  height: 400px;  /* The height is 400 pixels */
  width: 100%;  /* The width is the width of the web page */
 }

.map-container {
  align-content: center;
  align-items: center;
}