figure{
   position:relative;
    height: 250px;
    cursor: pointer;
    width: 300px;
    overflow: hidden;
    /*border-radius: 6px;*/
    /*box-shadow: 0px 15px 25px rgba(0,0,0,0.50);*/
    margin: 0 2px;
}
 figure img{
    width: 100%;
    height: 100%;
    transition: all 400ms ease-out;
    will-change: transform;
}
figure .capa{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,19,61,0.7);
    transition: all 400ms ease-out;
    opacity: 0;
    visibility: hidden;
   text-align: center;
}
figure:hover > .capa {
    opacity: 1;
    visibility: visible;
}
figure:hover > .capa h3{
    margin-top: 70px;
    margin-bottom: 15px;
}
figure:hover > img{
    transform: scale(1.3);
}
figure .capa h3{
    color: #fff;
    font-weight: 400;
    margin-bottom: 120px;
    transition: all 400ms ease-out;
     margin-top: 30px;
}
 figure .capa p{
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    width: 100%;
    max-width: 220px;
    margin: auto;
}

.blue-plan {
    background-color: #001B74;
    position: relative;
    height: 40px;
    padding: 10px;
    margin-bottom: 5px;
}

.blue-plan h6 {
    position: absolute;
    color: #fff;
    top: 50%;
    -ms-transform: translatey(-50%);
    transform: translatey( -50%);
    font-size: .8rem;
}

.button-grey {
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}
.button-grey2 {
    padding: 8px 6px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.input-grey {
    height: 43px;
    width: 100%;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer;
    background-color: white;
    color: black;
    border: 2px solid #e7e7e7;
}

.form-label {
    color: #000;
}

.table-full{
    width: 100%;
}

.table-full td{
    width: 33.33%;
}

.button.blue {
    background: #014A98;
}
.button.medium {
    font-size: 14px;
    padding: 6px 9px 6px 9px;
    border-radius: 8px;
}
.button {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none;
    margin: 0px 5px 10px 0px;
}
.listas{
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 0.4px;
    margin-left: 30px;
}    
        
.button a {
    /*color: #c5c5c5;*/
    color: #004c94;
    font-size: 16px;
}

.button a:hover {
    /*color: #c5c5c5;*/
    color: #777;
}

.button a:before {
    /*content: "";*/
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
    margin: 0 8px;
}