.titulo-marcas{
	font-size: 18px;
}
.subtitulo-marcas{
	font-size: 14px;
}
.caja-marca{
	height: 200px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
	cursor: pointer;
}
.caja-marca img{
	 transition: all 0.3s ease, opacity 0.3s; 
}
.caja-marca:hover img{
	transform: scale(1.1); 
}

.caja-marca-datos{
	display: flex;
	justify-content: center;
}
.caja-marca .img-marca{
	display: inline-block;
	vertical-align: middle; 
	margin: 0 auto;
}
.modal-marca{
	position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.1);
    z-index: 1001;
    top: 0;
	display: none;
}
.modal-contenedor-marca{
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-marca .contenedor-datos-marca{
	background: white;
    width: 800px;
    max-width: 95%;
	position: relative;
}
.modal-marca #descripcion-marca-modal{
	font-size: 13px;
}
.contenedor-datos-marca > .border.rounded, .contenedor-datos-marca .border-md-right, .contenedor-datos-marca .border-top{
	border-color: rgba(105, 97, 88, .4) !important;
}
.modal-marca .btn-cerrar-modal-marca{
	position: absolute;
    top: -12px;
    right: -14px;
    padding: 4px 11px;
    width: 35px;
    height: 35px;
    font-size: 20px;
	transition: all 0.1s ease-in;
    border-radius: 50%;
    cursor: pointer;
	z-index: 1;
}

.modal-marca .modal-marca-links a{
	transition: all 0.3s ease, opacity 0.3s; 
}
.modal-marca .modal-marca-links a:hover {
	transform: scale(1.1); 		
}
.modal-marca .modal-marca-links img{
	opacity: 0.7;
}

.contenedor-datos-marca .tipo_origen i{
	font-size: 25px;
	vertical-align: middle;
	opacity: 0.7;
}


@media screen and (max-width: 1023px){
	.caja-marca .img-marca{
		width: 80%;
	}
	.caja-marca{
		height: 160px;
	}
	.caja-marca:nth-child(3n+1){
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.caja-marca:nth-child(3n+3){
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.caja-marca:nth-child(3n+2){
		padding-right: 7.5px;
		padding-left: 7.5px;
	}
	.col-md-2-5{
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}
@media screen and (min-width: 768px){
	.titulo-marcas{
		font-size: 25px;
	}
	.border-md-right{
		border-right: 1px solid #dee2e6 !important;
	}
}

@media screen and (min-width: 1024px){
	.caja-marca:nth-child(5n+1){
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.caja-marca:nth-child(5n+5){
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.caja-marca:nth-child(5n+2), .caja-marca:nth-child(5n+3), .caja-marca:nth-child(5n+4){
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
	.col-lg-2-5{
		-ms-flex: 0 0 20% !important;
		flex: 0 0 20% !important;
		max-width: 20% !important;
	}
}