body {
 
}

body {
  font-size: 15px;
  line-height: 1.5;
  font-family: "Lato", sans-serif;
  background-color: #4099e9;
  padding: 0;
  margin: 0;
}

.header {
  top: 0;
  background-color: #001449;
  color: white;
  /* height: 50px; */
  width: 100%;
  position: fixed;
  z-index: 1;
  display: block;
}

.Img {
  height: 60px;
  width: 60px;
  float: left;
}

.nava {
  overflow: hidden;
  width: 100%;
  box-sizing: inherit;
}

nav a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
}

nav a:hover {
  color: rgba(8, 145, 224, 0.812);
  text-decoration: solid;
}

.button1 {
  text-align: center;
  white-space: normal;

}

.nav-items {
  padding: 8px 16px;
  width: auto;
  border: none;
  outline: 0;
}

.card {
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.16),
    0 8px 10px 0 rgba(0, 0, 0, 0.12);
}

.to-right {
  float: right !important;
}

.to-left {
  float: left !important;
}


.padding-large {
  padding: 12px 24px !important;
}

.content {
  margin-left: auto;
  margin-right: auto;
  max-width: 2000px;
  /* margin-top: 46px */
}

.container {
  padding: 0.01em 16px;
}

.padding-64 {
  padding-top: 64px !important;
  padding-bottom: 64px !important
}

.wide {
  letter-spacing: 4px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Segoe UI", Arial, sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

h2 {
  font-size: 30px;
  color: rgb(0, 0, 0);
}

.opacity {
  opacity: 0.60;
}

.justify {
  text-align: justify;
}

.center {
  text-align: center;
}

.padding-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

section {
  box-sizing: inherit;
}

section p.justify {
  width: auto;
  margin: auto;
  padding: 10px 100px 10px 100px;
}

#inicio {
  margin-top: 50px;
}

.letra-color {
  background-color: rgb(83, 81, 81);
}

.azul-4099e9 {
  background-color: #4099e9;
  color: white;
}

.black-ground {
  background-color: #4099e9;
  color: white;
}

footer {
  background-color: #ebf7f8;
}

.cardBox {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  height: 230px;
  max-width: 300px;
  max-height: 300px;
  text-align: center;
  flex-shrink: 1;
}


.btn-card {
  background-color: black;
  color: #fff;
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: none;
}

.black-ground .cardBox {
  background-color: white;
  color: black;
}

.btn-card:hover {
  background-color: inherit;
  color: inherit;
}

.card-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

#logo {
  font-size: 1.7em;
}

#sobre {
  padding: 0.01em 0px;
}

.cnt{
  width: 100%;
  background-color:  #C0C0C0 ;
  height: 300px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  align-content: center;
  display: grid;
  justify-content: center;
  flex-shrink: 1;
  
}

.card-container1 {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
}
#ima-r{
display: flex;
align-items: center;
justify-content: center;


}
