
.with-borders-2 {
	border-radius: 55px;
	border-top: 3px solid #65483a;
	border-bottom: 3px solid #65483a;
	border-left: 3px solid #65483a;
	border-right: 3px solid #65483a;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 20.8px;
	padding: 1.3rem;
}

.with-borders-5 {
	border-radius: 55px;
	border-top: 5px solid #e1e1e1;
	border-bottom: 5px solid #e1e1e1;
	border-left: 5px solid #e1e1e1;
	border-right: 5px solid #e1e1e1;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 20.8px;
	padding: 1.3rem;
}

.rounded-25 {
	border-radius: 25px !important;
}
.rounded-55 {
	border-radius: 55px !important;
}


:root {
	--border-radiusxl: 45px;
	--default: #777;
}

.thumb-info .thumb-info-type {
	border-radius: 29px;
}

.thumb-info img {
	transition: all 0.3s ease;
	border-radius: 42px;
	position: relative;
	width: 100%;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
		border-radius: 35px !important;
		border: 5px solid transparent !important;
		transition: ease border 300ms;
}

.rounded-img-xl {
	border-radius: 100px 0 0 100px!important;
	
}

.shadow-1 {
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2)!important;
	
}

.progress-bar-light-brown {
	background-color: var(--primary--200);
}

.overlay-color-light-brown:not(.no-skin):before {
	background-color: var(--primary--200) !important;
}

.thumb-info.thumb-info-block-primary .thumb-info-wrapper:before {
	background: var(--primary-rgba-70);
	border-radius: 30px;
	
}

.thumb-info.thumb-info-block.thumb-info-block-dark .thumb-info-wrapper:before {
	background: var(--dark-rgba-50);
	border-radius: 30px;
}

.thumb-info.thumb-info-block.thumb-info-block-light .thumb-info-wrapper:before {
	background: var(--light-rgba-50);
	border-radius: 30px;
}

.icon-brown {
 filter: invert(26%) sepia(3%) saturate(4918%) hue-rotate(334deg) brightness(109%) contrast(90%);
}

.hidden {
	display: none;
}
select#formato, select.form-control.text-3.h-auto.py-2  {
	color: #bfbfbf;
}