.content-productos-and-background-home {
	position: relative;
}

.content-productos-and-background-home .content-rectangle-color{
	position: absolute;
	width: 100%;
	height: 310px;
	background: #619BD3 !important;
	padding-top: 15px !important;
}


.content-productos-and-background-home .content-all-producto-conocimiento-home{
	position: relative;
}

.content-productos-and-background-home .content-all-producto-conocimiento-home .conocimiento-home-title h2 {
    color: #ffffff;
    position: relative;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: 600;
}

.content-productos-and-background-home .content-all-producto-conocimiento-home .conocimiento-home-title h2:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100px;
    background: #ffffff;
    top: -3px;
    left: calc(50% - 50px);
}

.content-productos-and-background-home .content-all-producto-conocimiento-home .card{
    border-radius: 0px !important;
    border: none !important;
    box-shadow: 0px 3px 7px 1px #d5d5d5;
}
.content-productos-and-background-home .content-all-producto-conocimiento-home .card a{
    color: #232323 !important;
    text-decoration: none;
}

.content-productos-and-background-home .content-all-producto-conocimiento-home .card h5{
    color: #232323 !important;
    font-weight: 400;
    margin-left:10px ;
    margin-right: 10px;
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 20px;
}

.content-productos-and-background-home .content-enlace-all-conocimientos a{
    color: #232323 !important;
    text-decoration: none !important;
    font-weight: 600;
}


/* ++++ para las categorias ++++++ */
.content-all-producto-conocimiento-home .lista-de-tipos {
	margin-bottom: 20px;
}
.content-all-producto-conocimiento-home .lista-de-tipos label{
	border-radius: 0 !important;
	border: 1px solid #ffffff !important;
	background: #619BD3 !important;
}
.content-all-producto-conocimiento-home .lista-de-tipos label.active,
.content-all-producto-conocimiento-home .lista-de-tipos label.hover{
	border: 1px solid #ffffff !important;
	background: #ffffff !important;
	color: #619BD3 !important;
}

.content-productos-and-background-home .btn-group-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-productos-and-background-home .btn-group-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
}

.content-productos-and-background-home .btn-group-row .btn {
    margin: 0 2px;
}

.content-productos-and-background-home .btn-group-row input[type="radio"] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}


.lista-de-card-producto-conocimiento-home .tipo-video .card a img{
    object-fit: cover;
    aspect-ratio: 9 / 7.2;
}

.lista-de-card-producto-conocimiento-home .tipo-informes_estudios a img,
.lista-de-card-producto-conocimiento-home .tipo-infografias a img,
.lista-de-card-producto-conocimiento-home .tipo-casos_exito_practicas a img,
.lista-de-card-producto-conocimiento-home .tipo-guias_metodologias a img,
.lista-de-card-producto-conocimiento-home .tipo-otros a img {
    object-fit: cover;
    aspect-ratio: 7 / 7;
    padding: 20px 50px;
}

@media (max-width: 992px) {
    .content-productos-and-background-home{
        background: #619bd3;
    }
    .content-productos-and-background-home .content-enlace-all-conocimientos a.btn-enlace{
        padding: 9px 20px;
        background: #fff;
    }

}

@media (min-width: 992px) {
    .btn-group-wrap {
        flex-direction: row;
        justify-content: center;
    }
    
    .btn-group-row {
        margin: 0 10px;
    }
}

@media (max-width: 768px) {
    .btn-group-row {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-group-row .btn {
        width: 100%;
        margin: 2px 0;
    }
}

/* ++++++++++++++++++++++++++++++++++ */