.card {
    height: 600px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: all 400ms ease;
    background-color: hsl(217, 96%, 18%);
    color: #02255C;

}

.card:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-3%);
}



.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    max-width: 50%; /* Ancho máximo */
    text-align: center;
}
.modal-content h2 {
display: flex;
align-items: center;
justify-content: center;
}

.modal-content .image-container {
display: flex;
justify-content: center;
}

.modal-content img {
max-width:100%;
height: auto;
max-height: 60px;
margin: 10px;
padding-left: 20px;
padding-right: 20px;
}
.modal-content a {
    text-decoration: none;
    color: #333;
    display: block;
    margin-bottom: 10px;
}
.modal-content button {
    background-color: #02255C;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bolder;
}


.services .card {
    background-color: #02255C;
    color: white;
  }


.services .card p {
    padding: 0 30px;
    color: var(--color-secondary);
    font-size: 15px;
    padding-bottom: 1%;
  }

  .services .card h3{
    font-size:25px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    
}

.pruebati h2 {
    font-size: 45px;
    padding-top: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #02255C;
    position: relative;
    z-index: 2;
}

.pruebati2 h2 {
    font-size: 25px;
    padding-top: 20px;
    font-weight: bolder;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #02255C;
    position: relative;
    z-index: 2;
}

.pruebati {
    text-align: center;
    padding: 30px 0;
    position: relative;
  }

  .cta-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 10px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    margin-left: 50px;
    margin-right: 50px;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
  }
  
  .cta-btn:hover {
    background: white;
    border: 2px solid #02255C;
    color:#02255C;
  }  
  @media screen and (max-width: 900px) {
    #service h3{
        font-size: 18px;
        padding-bottom: 10px;
    }
    #service p{
        font-size: 13px;
        padding-bottom: 20px;
    }
    .cta-btn  {
        font-size: 8px;
        color: #fff;
      }

      
.pruebati2 h2 {
    font-size: 15px;

}
}