/*
 * Custom style goes here.
 * A template should always ship with an empty custom.css
 */
.row-logo{
	display: flex;
	align-items: center;
}

@media (max-width: 992px) {
	.row-logo{
		display: block;
	}
  }

.letrero-kit{
    font-size: 14px; 
    text-align:center;
}

.product-variants>.product-variants-item select {
	min-width: 50%;
	width: auto;
}

#acb-banner {
	background-color: rgba(255,255,255,0.95) !important;
}

/*Codigo10 RU 02/01/24*/
.container-logo{
    height:15vh;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap: wrap;
	background-color:white;
}

.col-logo{
    display:flex;
    justify-content:center;
    padding-left:70px;
}

.parrafo-kit{
    font-size: 15px;
    text-align:center;
	color: var(--secundario_letra);
}

.col-imagenes-logo{
    display:flex;
    justify-content:space-around;
}