/* INICIO CARDS */

.card-protec {
    height: 450px;
    border: 0px;
    overflow: hidden;
    display: grid;
    border-radius: 5px 0 5px 17px;
    cursor: pointer;
}

.card-protec-category {
    border: 0px;
    overflow: hidden;
    display: grid;
    border-radius: 5px 0 5px 17px;
    cursor: pointer;
}

.card-protec img {
    border-radius: 0px 0 0px 0px !important;}

.card-protec:hover {
    box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.9);
    -moz-box-shadow: 0px 0px 30px -15px rgba(0, 0, 0, 0.9);
    transform: scale(1.015);
    /* border-bottom: 1px solid rgb(241 205 39 / 50%); */
}

.card-one {
    flex-direction: row;
    grid-template-columns: 50% 50%;
}

.card-dos {
    flex-direction: column;
    position: relative;
    grid-template-rows: 50% 50%;
}

.card-dos img {
    width: 100%;
}

.card-tres {
    flex-direction: column;
    position: relative;
    grid-template-rows: 50% 50%;
}

.cuerpo-card {
    display: grid;
    height: 100%;
    width: 100%;
}

.card-one .cuerpo-card {
    grid-template-rows: 10% 70% 20%;

}

.card-dos .cuerpo-card,
.card-tres .cuerpo-card {
    grid-template-rows: 70% 30%;
}

 .card-tres.redes .cuerpo-card {
    grid-template-rows: 100% !important;
}

.header-card {
    flex: 1;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.header-card i {
    color: white;
}
.header-card i:hover {
    color: var(--color-protec);
}

.card-dos .header-card,
.card-tres .header-card {
    position: absolute;
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 0px 12px 0px rgb(0 0 0 / 90%);
    -webkit-box-shadow: 0 0px 12px 0px rgb(0 0 0 / 90%);
}

.card-servicios {
    flex-direction: row;
    grid-template-columns: 100%;
    position: relative;
}

.card-servicios .header-card {
    background-color: rgb(0 0 0 / 30%);
    width: 100%;
    padding: 10px 20px;
    box-shadow: 0 0px 12px 0px rgb(0 0 0 / 70%);
    -webkit-box-shadow: 0 0px 12px 0px rgb(0 0 0 / 70%);
}

.card-servicios .header-card:hover {
    background-color: rgb(0 0 0 / 50%);
    box-shadow: 0 0px 12px 0px rgb(0 0 0 / 95%);
    -webkit-box-shadow: 0 0px 12px 0px rgb(0 0 0 / 95%);
    transition: background-color 0.7s ease-in-out, box-shadow 0.5s ease-in-out;
}

.card-servicios .cuerpo-card {
    grid-template-rows: 10% 75% 15%;
    position: absolute;
}


.card-one .header-card {
    background-color: rgb(255 255 255 / 30%);
    width: 100%;
    padding: 10px 20px;
}

.body-card {
    align-items: center;
    padding: 0 20px;
    display: grid;
    align-content: center;
}

/* .body-card {
    flex:3;
    align-items: center;
    display: flex;
    padding: 0 20px;
} */

.footer-card {
    flex: 1;
    align-items: center;
    display: flex;
    padding: 0 20px;
    justify-content: flex-end;
}

.titulo-card {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2rem;
}

.texto-seccion-card {
    font-weight: 700;
    font-size: 1rem;
    font-style: italic;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #ffffff;
}

.botonCard {
    border-radius: 5px 0 5px 15px;
    font-weight: 700;
}

.detalle-card {
    font-style: italic;
    font-weight: 400;
}

.img-card-uno {
    /* background-repeat: no-repeat;
    background-size: cover; */
    min-width: 100%;
    height: 100%;
}

.img-card-tres {
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}


.redes {
    background-color:rgb(209, 207, 207)
}


/* FIN CARDS */