body {
  background-color: white;
  font-family:'Open Sans',  "Helvetica","Arial", sans-serif;
  font-style: normal;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  display:grid;
  color: #1d2285;
}

td{
  min-width: 300px;
  padding: 0 15px;
}

p{
  text-align: justify;
}

.centered{
  text-align: center;
  margin: 0 10%;
}

.itemCentered{
  max-width: 70%;
  margin: 2% auto 5% auto;
}

.ctc{
  padding: 0 3px;
  background-color: #E0E0E0;
  border-radius: 5px;
}

.ctc:hover{
  background-color: darkgrey;
}

h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.textos{
  text-align: left;
  margin: 0 10%;
}

a{
  background-color: transparent;
  text-decoration: none;
}

a:link {
  color: #1d2285;
  padding: 0 10px;
}

a:visited {
  color: #1d2285;
}

a:hover {
  font-size: 16px;
  border: none;
  border-radius: 10px;
  color: #1d2285;
}

a:active {
  color: #1d2285;
}

.logo{
  margin: 0 auto;
  width: 100%;
  height: 150px;
  display: block;
}

.topo{
  margin-top: .5rem;
  margin-bottom: 2rem;
  font-weight: bolder;
}

#cabecalho{
  padding-bottom: 1rem;
  background-color: #F3F3F3;
}

.fotoSugi{
  margin: 0 auto;
  min-width: 100%;
  max-height: 400px;
  display: block;
}

.spaced{
  margin: 1rem auto;
}

.bgGradienteInverso{
  background: linear-gradient(to top, #FFF 0%, #F3F3F3 10%, #F3F3F3 100%);
}

.logoGrande {
  margin: 3rem auto;
  border-style: solid;
  border-width: medium;
  border-radius: 15px;
  max-width:400px;
  width: auto;
  height: auto;
}

/* Dropdown Button */
.dropbtn {
  background-color: #ECECEC;
  color: #1d2285;
  padding: 5px 15px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  min-width: 200px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  text-align: justify;
  position: relative;
  display: inline-block;
  color: #1d2285;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  text-align: justify;
  padding: 10px;
  display: none;
  position: absolute;
  background-color: #ECECEC;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  border-radius: 10px;
  text-align: left;
  min-width: 200px;
  color:#1d2285;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #1d2285;
  padding: 6px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown*/
.dropdown:hover .dropbtn {background-color: #CCC;}

.large {
  min-width: 500px;
}

.medium{
  min-width:300px;
}

.end{
  font-size: .8rem;
}

.whatsapp {
    color: #4FCE5D;
    position: fixed;
    bottom: 5px;
    right: 5px;
    padding: 10px;
    z-index: 10000000;
}

.whatsapp:hover{
  color: lightgreen;
  animation: shake 1s;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
