/*Estilos para Tarjetas*/
.tarjeta:hover{
    box-shadow: 7px, 7px, 22px rgba(0, 0, 0, 0.7);
    transform: translateY(-7%);
    background-color: #ff3131;
}

.tarjeta:hover h5{
    color: antiquewhite;
}

.tarjeta:hover h3{
    color: antiquewhite;
}

.tarjeta:hover p{
    color: antiquewhite;
}

/*ESTILOS PARA CONTAINER FLUID*/
.contrata{
    height: 300px;
    background-color: #1770a8;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*ESTILOS PARA FOOTER*/
.pie-de-pagina{
    width: 100%;
    background-color: #0a141d;
}

.pie-de-pagina .grupo-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    grid-gap: 50px;
    padding: 45px 0px;
}

.container .box h3{
    color: antiquewhite;
}

