body {
  margin: 0;
  background: #4277a1;
  margin-bottom: 10px;
  padding: 33px 0px 110px;

}

.contenedor-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  size: 30px;
  
}

.icon {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  border-bottom: 3px solid #0e3666ef;
}


.box {
    width: 380px;
    height: 1100px;
    background: linear-gradient(transparent,#4277a1(201, 201, 201, 0.247));
    margin: auto;
    margin-top: 0px;
    margin-bottom: 0;
    border-radius: 5px;
    box-shadow: 0px 0px 25px #0e3666ef;
    border: #b8b8b8;
}

.banner {
  margin: center;
}

H1 {
  text-align: center;
  font-size: 19px;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #fff;
}

h2 {
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 12px;
  color: #fff;
  font-style: italic;
  line-height: 1.5;
  margin-right: 10px;
  margin-top: 8px;
}

.subtitulo {
  text-align: center;
  margin-bottom: 300px;
  margin-left: 7px;
  margin-top: 35px;
  font-size: 11px;
  font-style: normal;
}

.subtitulo-2 {
  text-align: center;
  margin-bottom: 300px;
  margin-left: 10px;
  margin-top: 35px;
  font-size: 11px;
  font-style: normal;
}

.subtitulo-3 {
  text-align: center;
  margin-bottom: 300px;
  margin-left: 10px;
  margin-top: 10;
  font-size: 11px;
  font-style: normal;
}

.subtitulo-4 {
  text-align: center;
  margin-bottom: 300px;
  margin-left: 10px;
  margin-top: auto;
  font-size: 11px;
  font-style: normal;
}

.foto1-img {
  text-align: left;
  margin-bottom: 300px;
}

.contenedor-flex {
  display: flex;
  align-items: flex-start;
  width: 310px;
  height: 160px;
  margin: auto;
  margin-top: 18px;
  padding: 20px 10px;
  box-shadow: 0px 0px 10px #0e3666ef;
  border-radius: 8px;
  border-bottom: 3px solid #fafafab4;
  
}

.contenedor-flex img {
  margin-right: 2px;
  
}

.texto {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-style: italic;
  font-size: 12px;
}

.boton-estilizado {
   display: inline-block;
   padding: 10px 20px;
   width: 125px;
   background-color: #fff;
   color: #4277a1;
   text-decoration: none;
   border-radius: 3px;
   border: none;
   border-bottom: 4px solid #0e3666ef;
   cursor: pointer;
   font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
   text-align: center;
   font-size: 13px;
   transition: background-color 0.3s ease;
   font-weight: 15px;
   
}

.boton-estilizado:hover {
  background-color: #6a6b6b;
  color: #fff;
}

footer {
  text-align: center;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 10px;
  margin-top: 50px;
}

footer p,footer a {
  color: white;
}

  








