.section{
    background:
        radial-gradient(circle at top left, #F39200 -90%, #fff 40%, transparent 60%),
        radial-gradient(circle at top right, #ffffff 0%, #fff 30%, transparent 70%),
        radial-gradient(circle at bottom left, #F39200 -90%, #fff 15%, transparent 85%),
        radial-gradient(circle at bottom right, #F39200 -90%, #fff 15%, transparent 85%);
    background-color: #FFFFFF; 
}
.container_card{
    width: 80%;
    margin-top: 100px;
}
.titulo_card{
    background: linear-gradient(to right, #FFB068, #F98698);
}
.titulo_card h2{
    color: #ffffff;
    font-size: 37px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
    padding: 10px 0px;
}

.card-custom {
    height: 461px;
    width: 345!important;
    border: 1px solid #ffffff;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.card-body {
    border: 1px solid #F39200;
    border-top: 0px solid #ffffff;
}
.card-body h5 {
    font-size: 24px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
    color: #F39200;
    padding-bottom: 10px;
}
.card-body p {
    font-size: 18px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0em;
    color: #4F5D5B;
}
.card-body span {
    font-style: italic;
    color: #F39200;
}
.card-body-precio {
    padding: 0px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.card_precio{
    height: 461px;
    width: 345!important;
    border: 1px solid #F39200;
    border-radius: 0px;
    overflow: hidden;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 10px;
}
.card_precio h4{
    font-size: 28px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0em;
    color: #515D5C;
    margin-bottom: 30px;
}
.img_huellas {
    text-align: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;  
    gap: 0px;
    position: relative;
}

.imagen_huella {
    width: 50px;
    height: 50px;
}

.imagen_huella:first-child {
    margin-left: 80px;
    opacity: 1;           
}

.imagen_huella:last-child {
    margin-left: 0px;     
}
/*Media Querys*/
@media (max-width: 767px) {
    .card_precio h4{
        text-align: center; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {

}
