/* body, html {
    height: 30%;
  }
  /* Para centrar verticalmente 
  .d-flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  } */
.content {
    background: #8eb7d3;
    padding: 2em;
}
.content2 {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 130px;
}
.separator {
    display: inline-block;
    margin-right: 5px; /* Ajusta el margen entre la barra vertical y los elementos adyacentes */
    margin-top: 6px;
}
#img1{
    background-image: url('../img/Gallagher_1.png');
    /* background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right:200px; */

    background-size: cover;
    background-position: center;
    height: 600px;
    position: relative;
}
.foter{
    background-image: url('../img/6.png');
    width: auto;
    padding: 1em;
    background-repeat: round;
}
#btn1{
    margin-right:60%;
    margin-top: 30%;
    background-color: #04253d;
}
#img2{
    background-image: url('../img/Lee-esta-informacion_1.png');

    background-repeat: no-repeat;
    height: 291px;
    /* display: flex; */
    justify-content: flex-end;
    align-items: center;
    /* padding-right:200px; */
}
#btn2{
    margin-top:10em;
}
#btn2 .a{
    text-decoration: none;
}
.texto{
    text-decoration: none;
    color: black;
}
#img3{
    background-image: url('../img/Cotiza-tu-plan.png');
    background-repeat: no-repeat;
    height: 502px;
    /* display: flex; */
    justify-content: flex-end;
    align-items: center;
    /* padding-right:200px; */
}
#btn3{
    margin-left: 46%;
    margin-top: 6em;
    background-color: #CAAA77;
    color: white;
}
#img4{
    background-image: url('../img/En-gallagher-te-acompanamos_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 644px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 96%;

}
#btn4{
    margin-left:20em;
    margin-top: 10em;
    background-color: #CAAA77;
    color: white;
}