* h5{
  color: #fff;
}

.logo {
    width: 100px;
    transform: scale(2);
}

.what {
    display: flex;
    align-items: center;
    justify-content: center;
}

.what p {
    font-size: 20px;
}

.idiomas {
    display: flex;
    align-items: center;
    justify-content: center;
}

.idiomas div {
    margin-left: 0.5rem;
}

.idiomas img{
    width: 20px;
    cursor: pointer;
}

.botonnosotros {
    background: #1c428d;
    color: #fff;
    padding: 0.5rem;
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.botonnosotros a {
    color: #fff;
}

.whatsapp {
    border-radius: 15px;
}

.contener {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 5%;
  }

  .centerimg {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .image {
    width: 300px;
    height: 206px;
    background-size: cover;
    border-radius: 10px;
    margin: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
  }
  
  .image .all {
    transform: translateY(100%);
    bottom: 0;
    box-shadow: 0px 0px 10px black;
    width: 300px;
    position: absolute;
    overflow: hidden;
    transition: 0.5s;
    z-index: 1;
    opacity: 0;
  }
  
  .image .text {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    text-align: center;
  }
  
  .image .bg {
    width: 300px;
    height: 300px;
    position: absolute;
    z-index: -1;
    bottom: 0;
    background-size: cover;
    border-radius: 10px;
    filter: blur(5px);
  }
  
  .image:hover .all {
    transform: translateY(0%);
    opacity: 1;
  }

  .textocenter {
    margin: 10rem auto;
  }

  .tamp {
    font-size: 20px;
  }

  .logofooter {
    margin-top: 1rem;
    transform: scale(2.5) !important; 
    width: 100px;
  }

  .invisible {
    display: none;
  }

  :root {
    --animate-delay: 0.5s;
  }

@media screen and (max-width:767px){
    .botonnosotros {
        margin-bottom: 2rem;
    }
}