#logo_footer img
{
	max-height: 140px;
}

.box-icon{
	border-radius: 10px;
	border: 1px solid #51748A;
	background-color: #fafafa;
    /*box-shadow: 0 20.83px 22.92px rgba(0, 0, 0, .34);
    transition: border-color 0.2s;
    width: 100%;*/
    text-align: center;
    max-height: 185px;
    min-height: 150px;
}

.box-title{
	line-height: 1.2;
	border-bottom: 2px solid #51748A;
	margin-bottom: 10px !important;
}

.bb{
	border-bottom: 1px solid #51748A;
}

.box-aviso{
	height: 300px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #51748A;
}

.bg-orange{
	background-color: #f77c4a !important;
}

.formHide{
	display: none;
}

.loader {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 16px solid #f3f3f3;
	background-color:#ccc;
	opacity: .6;
	padding-top: 200px;
	}


.img_wrap img{
	max-width: 100px;
}

.border_black {
    border-bottom: 1px dashed #DCDEDF;
}

.carrusel {
	max-height: 600px;
	overflow: hidden;
}

.owl-carousel-vertical {
	transform: rotate(90deg);
}

.item-vertical{
	transform: rotate(-90deg);
}

.importante{
	font-weight: bold;
	color: #f77c4a !important;
}

.licitacion-titulo{
	font-size: clamp(.5rem, 1.1vw, 1.1vw);
	line-height: 1; 
	color: white; 
	text-align:center; 
	width:60%; margin:auto;
}

.licitacion-descripcion{
	font-size: clamp(.4rem, .8vw, .9vw);
	line-height: 1; 
	color: white; 
	text-align:center; 
	width:75%; 
	margin:10px auto;
}

.licitacion-vuelta{
	font-size: clamp(.4rem, .8vw, .9vw);
	line-height: 1; 
	color: white; 
	text-align:center; 
	width:60%; 
	margin:10px auto;
}