.h-100-min {
    min-height: 100%;
}

.hero-content {
    text-align: center;
}

.section-blue-bg {
    color: #ffffff;
    background-color: #29b6f6;
}

.section-producto {
    border-bottom: 2px solid;
    border-image: linear-gradient(to right, #1276cc, #48a5e1) 15% stretch;
}

.producto-img {
    margin: 40px;
    display: flex;
    justify-content: center;
    align-content: center;
}

.producto-portada-title {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #ffffff;
    border-radius: 30px;
    box-shadow: 0 0 10px 10px #75757520;
}

.mv-2 {
    margin: 2em 0;
}

.destacado-item {
    color: #29b6f6;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.destacado-item > p {
    font-weight: 500;
    text-transform: uppercase;
}

.destacado-item-icon {
    margin: 20px 0;
    font-size: 3rem;
    border-bottom: 2px solid #29b6f6;
}

.destacado-item-title {
    margin: 20px 0;
    border-bottom: 2px solid #29b6f6;
}

.item-ventaja {
    min-height: 125px;
    justify-content: center;
}

.title-caracteristica {
	border: unset!important;
	opacity: 0.9;
}

.solucion-title { 
	opacity: 0.9;
}

.resumen-icono .icono {
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;	
}

.resumen-icono .icono img
{
    max-height: 48px !important;
    max-width: 48px !important;
}

.resumen-icono h5
{
    font-size: 18px;
}



@media (max-width: 768px) {
    .d-none-title {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
