.beply-figure {
    display: flex;
    justify-content: center;
    position: relative;
}

#buttons{
    margin-top: 32px;
}

.beply-figure .image {
    position: absolute;
}

.beply-figure .class-image-figure-1 {
    left: calc(50% - 970px);
    top: 40px;
}

.beply-figure .class-image-figure-2 {
    left: calc(50% - 970px);
    top: -253px;
}

.beply-figure .image-figure-1 {
  clip-path: polygon(100% 0, 100% 50%, 0% 100%, 0 50%);
}

.beply-figure .image-figure-2 {
  clip-path: polygon(0 50%, 0 0, 100% 50%, 100% 100%);
}

.beply-figure .image-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.beply-figure .information {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    width: 100%;
    padding-top: 80px;
}


.beply-figure .information h6,
.beply-figure .information p {
    margin: 0px;
}

.beply-figure .information h1,
.beply-figure .information h3,
.beply-figure .information h6 {
    font-weight: 800;
}

.beply-figure .information article {
    display: flex;
}

.beply-figure .information article a {
    font-weight: 400;
}

.google-img {
    margin-right: 10px;
}

.beply-figure .button-component.button-base {
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 15px;
  padding: 0px 26px;
  height: 40px;
  background-color: #d20000;
  color: white;
  border: none;
}

.beply-figure .button-component.button-base:hover {
  color: white;
  font-size: 15px;
}

.google-button {
    margin-left: 30px;
  justify-content: center;
  align-items: center;
  display: flex;
  cursor: pointer;
  font-size: 15px;
  padding: 0px 12px;
  height: 40px;
  background-color: #FFFFFF;
  color: #525252;
  border: 1px solid #999999;
}

.google-button:hover{
  color: grey;
}


a:focus, a:hover {
    opacity: 1;
}

@media (max-width: 1180px) {
  .beply-figure .button-component.button-base {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    height: auto;
  }
  
  .beply-figure .google-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    height: auto;
  }
  
  
}

@media (max-width: 650px) {
    .head {
        display: none;
    }
    
    .beply-figure .inf-image-figure-2 {
        padding-top: 30px;
    }
    
    .beply-figure .information {
        margin-bottom: 30px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0;
    }
    
    #buttons {
        display: flex;
        flex-direction: column;
    }
    .google-button {
        margin-left: 0px;
    }
    #buttons a {
        width: 100%; /* Hace que cada botón ocupe toda la anchura disponible */
        margin-bottom: 10px; /* Agrega un poco de espacio entre los botones */
    }
}

.beply-figure h3, .beply-figure h6, .beply-figure p {
    display: none;
}

.beply-figure .yes {
    display: block;
}