:root {
    --primary-color: #015BA9;
    --secondary-color: #F4F6F6;
    --complement-color: #909497;
    --extra-color: #555;
    --newsletter-background: #FFF;
    --primary-color-text: #555;
	--secondary-color-text: #909497;
	--terciary-color-text: white;

	--btn-primary-background: var(--primary-color);
	--btn-primary-background-hover: var(--extra-color);
	--btn-primary-text: white;
	--btn-primary-text-hover: white;

	--btn-secondary-background: white;
	--btn-secondary-background-hover: var(--extra-color);
	--btn-secondary-text: var(--primary-color-text);
	--btn-secondary-text-hover: white;
	--btn-secondary-border: var(--extra-color);

	--input-background: #90949717;
	--input-border-bottom: #CCC;
	--input-border-bottom-focus: black;

	--panel-border-bills: #CCC;
	--panel-background-checkmark-bills: white;
	--panel-tab-background: var(--secondary-color);
    --panel-tab-active-color: #424949;
    --panel-tab-active-background: white;
    --panel-heading-background: #9999;
	--panel-item-border: lightgray;
	--panel-user-border-password: grey;

	--error-form-color: #b21416;
}

*{
	padding: 0;
	margin: 0;
}

body {
    font-family: "Montserrat",Helvetica,Arial,sans-serif;
    overflow-x: hidden;
}

.flex-column {
	flex-direction: column;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

p spam{
    font-size:13px;
}

input, textarea, select, button {
	border-radius: 0 !important;
}


button.btn-registro-salaretiro {
    background-color: #015BA9;
    padding: 8px 84px;
    color: #fff;
    margin-top: 36px;
    font-size: 18px;
}

.desc_web_small small,
.desc_lot small{
    color: grey;
    font-style: italic;
}


.divider{
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}
button.btn-registro-salaretiro:hover {
    background-color: #555;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-contact {
    background-color: #015BA9;
    color: #fff !important;
    font-size: 18px;
    width: 100%;
    margin-bottom: 40px;
}
.btn-contant:hover {
    background-color: #555;
    color: #fff !important;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
header {
    background-color: #00361e;
    padding: 30px 0;
}



header ul.items_top li a {
	background-color: #015BA9;
	color: #fff;
	padding: 7px 15px;
	font-size: 13px;
	line-height: 15px;
        -webkit-transition: .3s linear all;
        -o-transition: .3s linear all;
        transition: .3s linear all;
}

header ul.items_top li a:hover {
	text-decoration: none;
}
header ul.items_top_responsive {
	width: 100%;
	text-align: right;
}
.menu-access ul.items_top_responsive li:last-child {
	margin-left: auto;
	margin-right: 0px;
}

@media (min-width: 481px) {
	.menu-access ul.items_top_responsive li:last-child {
		margin-left: auto;
		margin-right: 25%;
	}

}

header ul.items_top_responsive li {
	display: inline-block;
	margin-right: 30px;
}

.mt30 {
	margin-top: 30px;
}
h1.titlePage {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.title-head-grid h1.titlePage,
.title-head-grid .lot-count,
.title-head-grid .lot-grid,
.refresh{
	border-bottom: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
        margin-top: 20px;
}
.refresh a{
    font-weight: 900;
    color:#2b373a;
}
.refresh a:hover,
.refresh a:focus{
    text-decoration: none;
    color: grey;
}
.title-head-grid .diviter{
    position: relative;
    top: -10px;
}


nav.navbar-default {
	background-color: white;
	border-radius: 0;
	border-bottom: 0;
}
nav.navbar {
	min-height: 66px;
    margin-bottom: 0 !important;
    border-bottom: 4px solid #015BA9;
}
.navbar-nav>li:nth-child(1) a{
	/*border-left: 1px solid #023a1d;*/
}
.navbar-nav>li>a {
	line-height: 34px !important;
	text-transform: uppercase;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 13px;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;
}

.navbar-nav>li>a:hover {
	color: #555 !important;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header {
	margin-left: -15px;
	margin-right: -15px;
}

.navbar-form .input-custom,
.option-historic .form-group input,
.hidden-lg .form-group input{
	border-radius: 19px !important;
	min-width: 220px;
	height: 33px;
	font-size: 10px;
	margin-right: -28px;
}

.navbar-form .btn-custom-search{
	background-color: #101010;
	color: #fff;
	border-radius: 50% !important;
	height: 30px;
        width: 30px;
	position: relative;
        padding: 4px;
        text-align: center;
	right: 8px;
        -webkit-transition: .3s linear background;
        -o-transition: .3s linear background;
        transition: .3s linear background;

}
.option-historic .form-group .btn-custom-search,
.hidden-lg .form-group .btn-custom-search{
	background-color: #015BA9;
	color: #fff;
	border-radius: 50% !important;
	height: 29px;
        width: 29px;
        padding: 4px;
        text-align: center;
        -webkit-transition: .3s linear background;
        -o-transition: .3s linear background;
        transition: .3s linear background;

}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}


#owl-carousel div.owl-prev {
	left: 0;
	position: absolute;
	top: 133px;
}
#owl-carousel div.owl-next {
	right: 0;
	position: absolute;
	top: 133px;
}
#owl-carousel div.owl-prev, #owl-carousel div.owl-next {
	font-size: 60px;
	border-radius: 0;
	background-color: transparent;
}


div.lotes_destacados {
	margin: 20px 0 30px;
}

div.lotes_destacados div.item_home {
	/*border-bottom: 4px solid #CD0024;*/
	padding: 20px 0 10px 0;
}
div.lotes_destacados div.border_item_img {
	border: 1px solid #ccc;
	min-height: 246px;
        position: relative;
}
div.lotes_destacados div.item_img {
	text-align: center;
	position: relative;
	height: 230px;
	overflow: hidden;
}
div.lotes_destacados div.item_img img {
    max-width: 100%;
    max-height: 215px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    width: auto !important;
    margin: 0 auto !important;
    display: inherit !important;

}
div.lotes_destacados div.item_home div.title_item {
	font-size: 18px;
	line-height: 20px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;

}
div.lotes_destacados div.item_home div.desc_lot{
    margin-bottom: 10px;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
    max-height: 41px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
div.lotes_destacados div.item_home p.sa {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	font-weight: bold;
}
div.lotes_destacados div.item_home p.sa span {
	float: right;
	font-weight: normal;
}
div.lotes_destacados div.item_home p.pu {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	font-weight: bold;
}
div.lotes_destacados div.item_home p.pu span {
	float: right;
	font-weight: normal;
}
div.newsletter {
	background-color: #101010;
	margin-top: 60px;

}



div.newsletter button.btn-custom {
	background-color: #101010;
	color: #fff;
	border-radius: 0;
        -webkit-transition: .3s background linear;
        -o-transition: .3s background linear;
        transition: .3s background linear;
}

div.mfp-content div.modal-wrapper :is(button, a).btn-custom {
	background-color: #015BA9;
	color: #fff;
	border-radius: 0;
	padding-left: 50px;
	padding-right: 50px;
}

div.newsletter input.newsletter-input {
	border-radius: 0;
	border: none;
}
footer {
    min-height: 325px;
    padding: 60px 0 0;
    border-top: solid 3px #015BA9;


}
footer div.module_footer address {
	color: black;
	margin: 20px 0;
	font-size: 12px;
}
footer div.module_footer address a {
	color: black;
	text-decoration: underline;
}
footer div.module_footer address a:hover {
	text-decoration: none;
}

footer div.module_footer ul.redes {
	margin: 0;
    padding: 10px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

footer div.module_footer ul.redes li {
    display: inline-block;
}

footer div.module_footer ul.redes li a {
    color: #000;
	line-height: 1;
    height: 14px;
    display: block;
}

footer div.module_footer div.tit_links {
	font-size: 20px;
	color: black;
	margin-bottom: 20px;
}
footer div.module_footer ul.links {
	margin: 0;
	padding: 0;
}
footer div.module_footer ul.links li {
	list-style: none;
}
footer div.module_footer ul.links li a {
	color: grey;
}
div.copy {
	background-color: #21282a;
	color: white;
	font-size: 11px;
}
div.copy a {
	color: white;
	text-decoration: underline;
}
div.copy a:hover {
	text-decoration: none;
}
.navbar-toggle {
	background-color: transparent;
	border: none;
	border-color: #fff !important;
	position: relative;
    display: block;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
#menuResponsive {
	top:0;
	position:absolute;
	width:92%;
	margin-left: 40px;
	height:100%;
	background-color: #fff;
	display:none;
	z-index:9999;
	padding: 20px;
	position: fixed;
        right: 0;
}
#loginResponsive {
	top: 0px;
	position: absolute;
	width: 100%;
	height: 535px;
	background-color: #fff;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	z-index: 9999;
	display: none;
	padding-top: 10px;
	position: fixed;
	padding-bottom: 20px;
}
p.bread {
	padding-top: 10px;
        font-size: 11px;
	padding-bottom: 0;
	margin-bottom: 0;
}
p.bread a {
	color: #000;
	margin-right: 10px;
	text-decoration: underline;
}
p.bread i {
	margin-right: 10px;
}
p.bread a:hover {
	text-decoration: none;
}



.login_desktop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
            justify-content: center;
}
.login-desktop-container {
    position: relative;
    /* top: 65px; */
    width: 630px;
    height: 400px;
    z-index: 9999;
    /* right: 0; */
    background-color: #fff;
    padding: 00px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    transition: 1s ease-in all;
    /* transform: translateX(178%); */
    animation-name: login;

    animation-duration: .2s;

}


    .login-desktop-wrapper{

            height: 100%;
        width: 100%;
    }
    .signup{
        width: 50%;
        background: url(/themes/salaretiro/assets/img/bk-signup.jpeg);;
        height: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: relative;

    }
    .signin{
                padding-left: 20px;
        padding-right: 20px;
    }
    .signup:after{
        background: black;
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .2;
    }
    .signin, .signup{
        width: 50%;
        padding-top: 44px;
        float: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .signup-content{
        position: relative;
        z-index: 1;
    }
    .signup-content a.btn-color{
            background: white;
    color: #015BA9;
    font-weight: 900;
    border-radius: 0;
    margin-top: 80px;
    }
.login_desktop .login_desktop_title {
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.login_desktop p a {
	color: #000;
	text-decoration: underline;
	margin-bottom: 0;
	font-size: 12px;
}
.login_desktop p a:hover {
	text-decoration: none;
}
.login_desktop button.btn-login-desktop {
	background-color: #015BA9;
	color: #fff;
	width: 100%;
	margin-top: 4px;
}
div#loginResponsive div.contentLogin {
	padding: 20px;
}
.closeBtn {
	position: absolute;
	right: 20px;
}
 .menujq ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.menujq a {
    font-size: 16px !important;
    padding-top: 28px;
    padding-left: 17px;
    padding-right: 17px;
    text-transform: uppercase;
    padding-bottom: 13px;
}
ul li.desplegable>a {
	display: block;
	padding-top: 0;
	margin-top: 0;
}
ul li.desplegable>ul>li.desplegable {
	padding-top: 20px;
}
ul li.desplegable>ul>li.desplegable>ul>li{
	padding-top: 20px;
}
.border-0{
    border: 0 !important;
}
div.tit {
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
}
ul.enl li {
    list-style: none;
    margin-bottom: 10px;
}
ul.enl li i {
	float: right;
}
ul.enl li a {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	display: block;
}
.menujq ul li.desplegable > a:before,
.menujq ul li ul li.desplegable > a:before {
	content: " \f107";
	font-family: FontAwesome;
	margin-right: 5px;
}
.menujq ul li.desplegable.active > a:before,
.menujq ul li ul li.desplegable.active > a:before{
	content: " \f106";
	font-family: FontAwesome;
	margin-right: 5px;
}
.menujq ul ul, .menujq ul ul ul {
	display: none;
	width: 100%;
}
.menujq ul ul ul {
    margin-top: 15px;
}
.menujq ul ul a {
	padding-left: 20px;
	text-transform: capitalize;
}
.menujq ul ul ul  a {
	padding-left: 40px;
	text-transform: capitalize;
}
.menujq .desplegable ul .active {
    background-color: #F8F8F8;
}

ul.navbar-responsive{
    display:  -webkit-box;
    display:  -ms-flexbox;
    display:  flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-right: 0;
}
ul.navbar-responsive li:nth-child(1) {
	margin-top: 25px;
	border-top: 1px solid #ccc;
}
ul.navbar-responsive li a {
	color: #313131 !important;
	border-bottom: 1px solid #ccc;
}
ul.navbar-responsive li > ul .desplegable li {
    padding-top: 0px!important;
    padding-bottom: 15px!important;
}
.menujq a:hover{
    text-decoration: none;
}
#btnResponsiveClose {
	position: absolute;
	right: 25px;
	top: 14px;
}
.contentLogin div.title_login {
	font-size: 19px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.contentLogin a.btn-registro-responsive {
	width: 100%;
	background-color: #015BA9;
	padding: 8px 84px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	color: #fff;
	border-radius: 0;
}
div.info_contact {
	border: 1px solid #ccc;
	padding: 10px;
}
div.info_contact a {
	color: #000;
	text-decoration: underline;
}
div.info_contact a:hover {
	text-decoration: none;
}
div.info_contact div.title_contact {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
div.info_contact ul.redes_contact {
	margin: 0;
	padding: 0;
}
div.info_contact ul.redes_contact li {
	display: inline-block;
	margin-right: 10px;
}
div.map_contact {
	margin-bottom: 40px;
}
div.item_subasta {
	min-height: 650px;
	margin-bottom: 30px;
}
div.item_subasta img {
	margin-bottom: 10px;
        min-height: 168px;
}
div.item_subasta div.item_subasta_item {
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
        height: auto;
}


@media (min-width: 768px) {
	div.item_subasta div.item_subasta_item {
		height: 120px;
	}
}

@media (min-width: 992px) {
	div.item_subasta div.item_subasta_item {
		height: 100px;
	}
}

div.item_subasta a.btn-lotes {
	width: 100%;
	background-color: #015BA9;
	border-radius: 0;
	color: #fff;
}
div.item_subasta a.btn-lotes:hover,
header ul.items_top li:hover a,
div button.btn-step-reg:hover,
.link-auction a:hover,
div.newsletter button.btn-custom:hover,
.navbar-form .btn-custom-search:hover{
	background-color: #555;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
div.sidebar_lot {
	border: 1px solid #ccc;
	padding: 20px 15px;
	margin-bottom: 30px;
}
div.sidebar_lot select,
div.sidebar_lot input{
	margin-bottom: 15px;
	border-radius: 0 !important;
	-webkit-appearance: none;
	border: 1px solid #ccc;
	padding: .5em;
}
div.sidebar_lot select {
	background-position: right 50%;
	background-repeat: no-repeat;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAIAAAAmdTLBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzczMTRFODNCMEM2MTFFNzgwNTdDMDU0RjJCRTNGN0QiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzczMTRFODRCMEM2MTFFNzgwNTdDMDU0RjJCRTNGN0QiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDNzMxNEU4MUIwQzYxMUU3ODA1N0MwNTRGMkJFM0Y3RCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDNzMxNEU4MkIwQzYxMUU3ODA1N0MwNTRGMkJFM0Y3RCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp7jQ1gAAACWSURBVHja7FI7CgMhFMxGcxuPIB7KysrCyhtsp0ew185rxU+GXZDdJYFAqoBTDDPjG/zg0nu//YBl9v+6f7/41hpYSumcg3hugIBFOAY+9vfjMMa89yGExwYIWIRj4FS4oNYKXteVcx5jTClBwI6lI97fv5RCKbXW5pxhhRBKqT389v2wFdgYA9Zagwkh8//M/hkvAQYAkTifI6GGwyYAAAAASUVORK5CYII=');
}
div.sidebar_lot button.btn-filter, div.sidebar_lot a.btn-filter{
	background-color: #015BA9;
	width: 100%;
	color: #fff;
        border-radius: 0;
        -webkit-transition: .3s background linear;
        -o-transition: .3s background linear;
        transition: .3s background linear;
}
div.sidebar_lot button.btn-filter:hover, div.sidebar_lot a.btn-filter:hover{
	background-color: #154360;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
div.sidebar_lot div.sidebar_lot_title {
	border-bottom: 1px solid #ccc;
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
div.list_lot div.item_lot {
	border-bottom: 1px solid #015BA9;
	padding-bottom: 15px;
	margin-bottom: 40px;
        height: 440px;
}
div.list_lot div.item_lot_large {
	min-height: 320px;
	border-bottom: 1px solid #015BA9;
	padding-bottom: 15px;
	margin-bottom: 40px;
}

div.list_lot div.item_lot div.title_lot,
.data-container .title_lot{
	color: #101010;
	font-size: 17px;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box;
        max-height: 53px;
}
div.list_lot div.item_lot .data-container .desc_lot ,
div.item_lot_large .data-container .desc_lot p,
div.item_lot_large .data-container .desc_lot p span{
    	-o-text-overflow: ellipsis;
    	   text-overflow: ellipsis;
	overflow: hidden;
	line-height: 20px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
        height: 38px;
}

div.list_lot div.item_lot div.title_lot h4,
.data-container .title_lot h4,
div.lotes_destacados div.item_home div.title_item a h4{
    color: #015BA9;
        height: 41px;
    font-weight: bold;
    min-height: 33px;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    /*line-height: 20px;*/
    display: -webkit-box;
    margin-bottom:5px;



}
.square .title_lot{
    position:relative;
}

.title_lot h4 .technical_description{
    font-weight: normal;
}

div.list_lot div.item_lot p.salida,
.item_lot_large p.salida,
.item_home p.salida{
	font-size: 13px;
        height: 18px;
}

p.salida.availability{
    text-transform: uppercase;
}

div.list_lot div.item_lot p.salida .timer{
	float: none;
        font-weight: bold;
}
div.list_lot div.item_lot p.salida span,
.item_home .data-price p.salida span{

	font-weight: bold;
}
div.list_lot div.item_lot p.puja {
	font-size: 13px;
	color: #000;
	margin-bottom: 0;
	font-weight: bold;
}
div.list_lot div.item_lot p.puja span {
	font-weight: normal;
	float: right;
}
div.list_lot div.item_lot div.border_img_lot {
	border: 1px solid #ccc;
	min-height: 156px;
	margin-bottom: 12px;
        position: relative;
}
div.list_lot div.item_lot div.img_lot,
.item_subasta a .img-lot{
	text-align: center;
	position: relative;
	overflow: hidden;
}

.item_subasta a .img-lot {
	height: 370px;
}

div.list_lot div.item_lot div.img_lot {
	height: 240px;
}

.content_item_mini .img_lot{
    position:relative;
    text-align: center;
    position: relative;
    height: 115px;
    overflow: hidden;
}
div.list_lot div.item_lot div.img_lot img,
.item_subasta a .img-lot img{
    max-width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
	transform: translateY(-50%);
    position: relative;
    width: auto !important;

    display: inherit !important;
}

.item_subasta a .img-lot img {
	max-height: 370px;
	margin: 0 ;
}

div.list_lot div.item_lot div.img_lot img {
	max-height: 215px;
	margin: 0 auto !important;
}

div.single div.img_single_border {
	border: 1px solid #ccc;
	min-height: 485px;
    position: relative;
}

div.col-sm-3-custom {
	width: 100%;
	display: inline-block;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	height: 66.40px;
	overflow: hidden;
}
div.single div.img_single {
	height: 476px;
	text-align: center;
	position: relative;
	overflow: hidden;
}
div.single div.img_single img {
	max-width: 100%;
	max-height: 380px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: relative;
	width: auto !important;
	margin: 0 auto !important;
	display: inherit !important;
}
div.info_single {
	border: 1px solid #ccc;
	margin-bottom: 20px;
        padding-bottom: 10px;
}
div.info_single_title {
	padding: 8px 0px;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
        margin-bottom: 10px;
}
div.info_single_title span {

	font-weight: bold;
	font-size: 14px;
}
div.info_single_title span.clock {
	float: right;

}
ficha_V div.info_single_content {
	padding: 20px 16px;
}
.ficha_V .info_single_title{
    padding-left: 15px;
    padding-right: 15px;
}
.info_single_button:hover{
    color: #101010;
    background: white;
}


div.info_single_content ul.puja_rapida {
	margin: 0 0 20px 0;
	padding: 0;
}
div.info_single_content a.btn-success {
	border-radius: 0;
	margin-right: 10px;
	font-weight: bold;
}
div.info_single_content ul.puja_rapida li {
	display: inline-block;
}

.div.info_single_content button.btn-custom {
    background-color: #555;

}
.next a{
    color: #154360;
}

div.info_single_content button.btn-custom {
	background-color: #015BA9;
	color: #fff;
        width: 100%;
	/*padding-left: 50px;
	padding-right: 50px;*/
}
.info_single p.pre {
	padding-top: 6px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info_single p.cat {
	padding-top: 6px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info_single p.min {
	padding-top: 4px;
	font-weight: bold;
	margin-bottom: 10px;
}
.info_single p.shared {
	font-weight: bold;
	padding-top: 4px;
	margin-bottom: 0;
}
.info_single ul.red {
    margin: 0;
	display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
}

.info_single ul.red li {
    display: inline-block;
}

.info_single ul.red li a {
    color: #000;
	line-height: 1em;
    display: block;
	height: 14px;
}
.info_single div.min {
	background-color: #921919;
	color: #fff;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
        margin-bottom: 10px;
}

.info_single div.min_alc {
	background-color: #138d32;
	color: #fff;
	width: 100%;
	padding: 6px 0;
	text-align: center;
	font-size: 16px;
}

.single info_single{
    padding: 10px;
}


.info_single div.pre {
    background-color: #cccccc;
    color: #000;
    font-size: 16px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}
div.desc div.desc_tit {
	border-bottom: 1px solid #ccc;
	padding: 4px 10px;
	font-size: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	padding-left: 0;
}
div.title_single {
	font-size: 20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-top: 40px;
	margin-bottom: 20px;
}
div.hist {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 20px 0px 0;
        margin-bottom: 20px;

}
div.hist div.hist_title {
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	padding-bottom: 15px;
	font-size: 20px;
}
div.hist div.hist_content {
	padding: 0;
}
div.hist div.hist_item span {
	width: 50%;
}
.nav-tabs.nav-justified>li>a {
	color: #000;
	border-radius: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding-left: 0;
}
input[type=checkbox].add-carrito {
    height: 17px;
    width: 17px;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.justify-content-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a.btn-del {
	border: 1px solid #ccc;
	color: #000;
	border-radius: 0;
}
img.closedd {
	position: absolute;
	right: 20px;
	top: 27px;
	cursor: pointer;
}
div.hist div.hist_item span:nth-child(2){
	text-align: center;
}
div.hist div.hist_item {
	min-height: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-top: 14px;
}

div.info_single_title .siguiente_puja{
    float:none;
}

div#view_more span{
    color: black;
}

div#view_more a:hover{
    text-decoration: none;
}

div.hist div.info{
    border-bottom: 1px solid #ccc;
    min-height: 25px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
   background-color: #154360;
   border-color: #154360;
}
.pagination > li > a, .pagination > li > span{
    color: #101010;
}


div button.btn-step-reg{
    background-color: #015BA9;
    color: #fff;
    padding: 7px 50px;
    font-size: 13px;
    line-height: 15px;
    margin-top:15px;
}

.loader {
  /* Light grey */
  border: 8px solid #f5f5f5;
  /* Blue */
  border-top: 8px solid #555555;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}



@-webkit-keyframes login {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%) }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%) }
}
@keyframes login {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%) }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%) }
}
@-webkit-keyframes loginClose {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%) }

  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%) }
}
@keyframes loginClose {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%) }

  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%) }
}

.loginClose{
    animation-name: loginClose;
    animation-duration: .2s;
    animation-fill-mode: forwards;
}



.loader{
    margin-top:60px;
    margin-bottom: 60px;
}
.loader.mini{
    width: 10px;
    height: 10px;
    top: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    opacity: .5;
}

div.info_single_title span#tuorden {
    float: none;
    font-size: 18px;
}

div.openseadragon-container div:nth-child(2){
    top:20px;
}
div.openseadragon-container div:nth-child(3){
    top:20px;
}
div.openseadragon-container div:nth-child(4){
    top:20px;
}
div.openseadragon-container div:nth-child(5){
    top:20px;
}

div.info_single_button{
    padding-bottom: 0px;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
}

button.btn-primary{
   background-color: #101010;
   border-color: #101010;
}
button.btn-primary:hover{
   background-color: #101010;
   border-color: #101010;
}
i.fa-angle-custom {
    border: 1px solid #333;
    border-radius: 50%;
    padding: 5px 9px;
    color: #333;
}
ul.items_top li form#formsearch{
    float: none !important;
}

div#ficha div.next{
    text-decoration:none;
    margin-top: 5px;
}

div#ficha .nextRight, div#ficha .nextLeft{
     color: #333;
}



/*Select Idioma*/
.dropdown.show{
    display: inline-block !important;
}

.dropdown.show i{
    color: white
}

.dropdown-menu{
    min-width: 100%;
    background: #101010;
    border-radius: 0;
    padding: 0;
    margin: 0;

}

.dropdown-menu a.dropdown-item{
    background-color:  #00361e;
    margin-bottom: 10px;
}

header ul.items_top a.dropdown-menu {
    color: black;
}



.items_top li select,
.items_top_responsive select{
    background: #00361e;
    color: white;
    border-radius: 5px !important;
}


.slider-thumnail-container{
    position: relative;
}

.slider-thumnail{
   height: 485px;
   position: relative;
   overflow-y: hidden;
}

.row-up,
.row-down{
	background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    left: 0;
    color:white;
    text-align: center;
    height: 30px;
}
.row-down{
    bottom: 0;
}

.control{
    opacity: 0;
    -webkit-transition: .3s opacity linear;
    -o-transition: .3s opacity linear;
    transition: .3s opacity linear;
    cursor: pointer;
    z-index: 99;

}

.control i.fa{
    width: 100%;
    height: 100%;
}

.slider-thumnail-container:hover .control{
    opacity: 1;
}

.timeLeft .clock::before {
    content: '\f017';
    font-family: 'FontAwesome';
    font-size: 21px;
    font-weight: normal;
}

span.clock{
    min-width: 150px;
}
.timeLeft{
    font-size: 18px;
    font-weight: bold;
}
.img-openDragon{
	width: 100%;
    height: 100%;
	border: 0;
}

div.data-container,
div.data-container-large{
    padding: 0 10px;
}

.data-container .desc_lot{
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    height: 38px;
    margin-bottom: 10px;

}


.item_lot .data-container .data-price,
.item_lot_large .data-container .data-price{
    font-weight: 900;
    margin: 5px 0;



}
.item_home .data-price{
    font-weight: 900;
}

.item_lot_large .data-container .data-price{
    padding: 20px 10px;
    font-size: 14px;

}
.item_lot_large .data-container .data-price p span{
    font-weight: 900;

}
.item_lot_large .data-container .desc-lot{
    text-align: right;
}




.item_lot_large .content_item_img .img_lot img,
.item_lot_mini img{
    max-width: 100%;
    max-height: 220px;
    top: 50%;
    position: relative;
    width: auto !important;
    margin: 0 auto !important;
    display: inherit !important;
}



.content_item_mini .img_lot img{
    max-width: 100%;
    max-height: 115px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: relative;
    width: auto !important;
    margin: 0 auto !important;
    display: inherit !important;
}

.item_lot_large .content_item_img {
    border: 1px solid #d7d7d7;
    min-height: 156px;
    margin-bottom: 12px;
    position: relative;
}

.item_lot_large .img_lot {
    text-align: center;
    position: relative;
    height: 253px;

}

.item_lot_mini{
    position:relative;
    height: 50%;
}

.item_lot_mini .content_item_mini{
    position:relative;
    border: 1px solid #ccc;
    min-height: 167px;
    margin-bottom: 12px;

}
.item_lot_large .content_item_img .img_lot img{
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.item_lot_mini .data_container{
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.2);
    width: 100%;
    left: 0;
    text-align: center;
    height: 50px;
    -webkit-transition: .1s transform linear;
    -o-transition: .1s transform linear;
    transition: .1s transform linear;
}

.item_lot_mini .data_container a,
.item_lot_mini .data_container{
    color: white;
}


.item-contact-data .input-check-custom{
    width: 100px;
    height: 30px;
    border-radius: 0px;
}
.item-perfil .input-check-custom{
    width: 100px;
    height: 100px;
}


.input-check-custom{
    border: 1px solid #ccc;
    background: white;
    color: #555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: .3s background linear;
    -o-transition: .3s background linear;
    transition: .3s background linear;

}

#inlineCheckbox1:checked + label,
#inlineCheckbox2:checked + label,
#inlineRadio1:checked + label,
#inlineRadio2:checked + label{
    border-top: 5px solid #015BA9;

}

.crear .input-group-custom{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;

}

.crear .input-group-custom .input-group-addon-custom{
    margin: 0 10px;

}

.input-group{
    margin: 10px 0;
}

#frmRegister-adv input[type="text"],
#frmRegister-adv input[type="email"],
#frmRegister-adv input[type="select"]{
    background: #eee;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.crear .form-control{
    background: #eee;
}

.ship-check input,
.checkbox input{
    -webkit-box-shadow: none;
            box-shadow: none;
    width: auto;
    height: auto;
    display: inline-block;
}

.ship-check label,
.checkbox label{
    font-weight: 100;
}

.crear .data-contact-container .input-group,
.crear .data-address .input-group{
    width: 100%;
}

.ship-check{
    margin-bottom: 30px;
}

.input-button-register{
    text-align: center;
}

span.pill{

    padding: 2px 10px;
    border-radius: 4px;
}

.small_square .item_lot_mini .content_item_mini {
    border-bottom: 4px solid #777;
}

.retired{
    position: absolute;
    border-radius: 40px;
    background: #154360;
    padding: 2px 5px;
    color: white;
    z-index: 100;
}

.item_home .border_item_img .item_img  .retired,
.single .img_single_border .retired{
    top: 10px;
    right: 10px;
}
.item_lot .border_img_lot  a .retired,
.item_lot_large .border_img_lot a .retired,
.content_item_mini a .retired{
    top: 5px;
    right: 24px;
}

.button-up{
    position: fixed;
    bottom: 100px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: black;
    color: white;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .5;
    display: none;
    align-items: center;
    justify-content: center;
    padding-top: 9px;
    text-align: center;
    cursor: pointer;
}
.button-up:hover{
    opacity: 1;
}
tbody tr{
    height: 70px;
    -webkit-transition: .2s all linear;
    -o-transition: .2s all linear;
    transition: .2s all linear;
    cursor: pointer;

}
.table>thead>tr>th,
.table>tbody>tr>td{
    border: 0;
    vertical-align: inherit;
}

.table-striped>tbody>tr:nth-of-type(odd){

}

.table-responsive>.table>thead>tr>th{
    white-space: wrap;
}


.table-responsive {

    border: none !important;
}





    .modal-block  .panel{
        -webkit-box-shadow: 0 14px 8px rgba(0,0,0,.05);
                box-shadow: 0 14px 8px rgba(0,0,0,.05);
    }

    .modal-block div p.class_h1{
            font-size: 20px;
        font-weight: 900;
        color: #a6acaf;
    }

    .modal-block div span{
        font-weight: 900;
        color: #424949;
    }

    .modal-block div .btn:active{
        background: white;
    }

    .modal-block div .btn{
            border-radius: 20px!important;
    }


    .modal-block div ul.items_list{
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 900;
        opacity: .3;
        list-style: none;
    }
    .button-follow,
    .button-follow-responsive{
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.3);
        z-index: 100;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }

    .button-follow-responsive{
        opacity: 0;
    }

    #add_fav,
    #del_fav{
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 2;
        background-color: #cccccc;
        color: #000;
        font-size: 16px;
        text-align: center;

    }

    #add_fav p,
    #del_fav p{
        display: inline;
    }

    .hei{
        margin-top: 30px;
    }

    .next a.nextLeft{
        margin-right: 30px;
    }

    .it_ro{
        margin-top: 50px;
    }
    .desc-panel-aution{
        margin-top: 20px;
        margin-bottom: 20px;
        background: #f6f6f6;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        line-height: 22px;
        font-weight: 300;
    }

    .links-aution{
        margin-top: 20px;
        margin-bottom: 10px;
    }
.link-auction{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    }
    .link-auction p{
        margin: 0 10px 0 0px;

    }
    .link-auction a{
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: .3s background linear;
        -o-transition: .3s background linear;
        transition: .3s background linear;


    }
    .link-auction a{
        background: #015BA9;
        color: white;
        border-radius: 0;
    }

    .img-border-auction{
        border: 1px solid #ccc;
        padding: 10px;
    }

    .share-panel-auction{

        background: #f6f6f6;
        width: 100%;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        line-height: 22px;
        font-weight: 300;
        padding: 10px 15px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    }

	.share-auction-component .share-auction-title {
		display: none;
	}

	.share-auction-component .share-auction-list {
		list-style: none;
		padding: 10px 0;
		margin: 0;
		display: flex;
		gap: 10px;
		align-items: center
	}

	.share-auction-component .share-auction-list li {
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: var(--primary-color);
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.share-auction-component .share-auction-list a {
		display: inline-block;
		color: white;
		line-height: 1;
		height: 14px;
	}

    .it_ro h1.titleSingle{
        margin-top: 0;
        margin-bottom: 0;
        text-transform: uppercase;
    }

    .exposition-des h4{
        font-weight: bold;
    }

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

.btn-subasta{
    width: 100%;
    text-align: center;
}

.ficha-puja{
    padding: 20px;
}

.live-btn{
    margin-bottom: 10px;
}


.left-position{
    left: 0;
}
.right-position{
    right: 0;
}

.ficha-puja-o {
    padding: 10px;
}

a#square,
a#large_square,
a#small_square,
div.list_lot div.item_lot div.title_lot a,
.data-container .title_lot a,
.content_item_mini .title_lot a,
a.btn-subasta,
.item_home .title_lot,
div.lotes_destacados div.item_home div.title_item a {
    color: #015BA9;
    -webkit-transition: .2s color linear;
    -o-transition: .2s color linear;
    transition: .2s color linear;
    text-decoration: none;
}

a#square:hover,
a#large_square:hover,
a#small_square:hover,
a#square:focus,
a#large_square:focus,
a#small_square:focus,
div.list_lot div.item_lot div.title_lot a:hover,
.data-container .title_lot:hover a,
.content_item_mini .title_lot:hover a,
abtn-subasta:hover,
.tabs-custom ul li:hover a,
div.lotes_destacados div.item_home div.title_item a:hover{
    color: black;
}

td span .form-control{
    -webkit-box-shadow: none;
            box-shadow: none;

}

td span input.form-control{
    width: 25px;
    height: 25px;
}

.loading-page{
    z-index: 99999;
    top: 0px;
    /* left: 50%; */
    width: 100%;
    text-align: center;
    height: 100%;
    display:none;
}


#text_actual_max_bid{
    font-size: 18px;
    font-weight: 900;
}



.insert_bid{
    margin-top: 20px;
}

.sub-o{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}





.option-hitoric,
.onlyHistoric .navbar-form#formsearch,
.resutltok .option-hitoric,
.resultok .navbar-form#formsearch{
    padding: 0;
    float:left !important;
    margin: 0;
}
.option-historic .form-group,
.hidden-lg .form-group{
    position: relative;
}
.option-historic .form-group button,
.hidden-lg .form-group button{
    position: absolute;
    right: 17px;
    top: 2px;
}
.permanentAuctions .onlyHistoric,
.permanentAuctions .option-historic{
    padding-left: 0;

}



.resultok h1.titlePage{
    margin-bottom: 10px;
}


:not(h1) > :is(.technique_material, .model, .desc_lot p) {
    font-size: 13px;
}

.control-title > h4{
	font-weight: initial !important	;
}

h4 .ref_item{
	font-weight: 600;
}

.control-title .brand, .control-title .object_author, .model, .control-title .object_title{
	font-weight: 600;
}



.desc_content .model{
	font-weight: initial;
}

.content_item_mini a .retired{
    font-size: 10px;
    right: 5px;
    }

    .item-perfil{
        margin: 20px 0;
    }

    .content-tabs-height{
        min-height: 398px;
    }



  .slider-text{
    position: absolute;
    top: 0;
    text-transform: uppercase;
    color: white;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flexx;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

}
.slider-text h1{
    font-size: 6vmin;
    position: relative;
    z-index: 2;
}



.slider-text button{
    background-color: #101010;
    color: #fff;
    padding: 15px 50px;
    font-size: 20px;
    line-height: 15px;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    border: none;
}
.slider-text:hover .bg-slider{

    opacity: .5;
}

.goog-te-menu-value:hover{
    background: transparent !important;
    color:black !important;
}

.goog-te-gadget-simple:hover .goog-te-menu-value{
    background: transparent !important;
    color: black !important;
}

.google_translate2 .skiptranslate img{
    display:none !important;
}
.google_translate2 .goog-te-gadget-simple{

    background: transparent !important;
    border: 0 !important;
}
        .google_translate2 .goog-te-gadget-simple .goog-te-menu-value{
    color:white !important;
    font-size: 11px;
    margin-right: 3px !important;

 }
 .goog-te-gadget-simple .goog-te-menu-value span{
    margin-right: 3px !important;

 }

.panel .tab-content div.tabe-cust{
    padding-top: 0;

}

.data-container .data-price .input-group-btn button{
    height: 30px;
    width: 80px;
    background: #2b373a;
    color: white;
    padding: 0px;
}

.text_actual_max_bid #actual_max_bid{
    font-size: 18px;
}

#text_actual_max_bid strong span{
    font-size: 24px;
}

.winner{
    color: #00870D;

}

.no_winner{
    color: #E74C3C;
}

.save_orders{
    padding: 40px 0 40px 0px;
}

.save_orders span.text-uppercase{
    font-weight: 900;
    font-size: 4vmin;
}

.save_orders table{
    margin-top: 25px;
}
.list_lot .search_list_lot{
    min-height: 190px;
    padding: 0 20px;
  }
.list_lot .search_list_lot a{
    color: #707B7C;
    font-weight: 900;
  }

/*----------------------------------------
    Switch Buscardor
------------------------------------------*/

  .option-historic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
}

.option-historic .form-group button, .hidden-lg .form-group button {
    position: absolute;
    right: -25px;
    top: 2px;
}

.switch_content {
    width: 230px;
}


.switcher {
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    position: relative;
    vertical-align: middle;
    width: 50px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    background-clip: content-box;
    -webkit-transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
    transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
    -o-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
}

.switcher small{
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px rgba(0,0,0,0.4);
    height: 24px;
    position: absolute;
    top: 0px;
    width: 24px;
    left: 1px;
    -webkit-transition: background-color 0.4s, left 0.2s;
    -o-transition: background-color 0.4s, left 0.2s;
    transition: background-color 0.4s, left 0.2s;
}
.switcher-active{
    background-color: #015BA9;
    border-color: #015BA9;
    -webkit-box-shadow: #015BA9 0px 0px 0px 16px inset;
    box-shadow: #015BA9 0px 0px 0px 16px inset;
    -webkit-transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
    transition: border 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
    -o-transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s;
    transition: border 0.4s, box-shadow 0.4s, background-color 1.2s, -webkit-box-shadow 0.4s;
}
.switcher-active small{
    left: 26px;
    background-color: rgb(255, 255, 255);
    -webkit-transition: background-color 0.4s, left 0.2s;
    -o-transition: background-color 0.4s, left 0.2s;
    transition: background-color 0.4s, left 0.2s;
}


/*----------------------------------------
    //Switch Buscardor
------------------------------------------*/

  .data-price .input-group input{
    height: 30px;
    padding: 0 5px;
}


/*----------------------------------------
        Resultados Lotes Subastas
------------------------------------------*/
.btn-catalog{
	background-color:#ecedef;
	padding: 20px 0;
	font-weight: 900;
	font-size: 18px;
}

.list_lot_search_content a,
.list_lot_search_content a p{
    color:white;

    font-size: 14px;
    text-align: center;

    z-index: 1;
}

.img_search_lot{
        position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    top:0;
    left: 0;
}

.img_search_lot img{
    width: 100%;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
}
.list_lot_search_content a:hover{
    text-decoration: none;
}

.list_lot_search_content:hover img{
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);


}
.list_lot_search_content p{
    text-align: center;
    position: relative;
    z-index: 1;
    color:white;
}

.list_lot_search_content{
    position: relative;
    padding: 10px;
        height: 250px;

    border: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: .2s linear all;
    -o-transition: .2s linear all;
    transition: .2s linear all;

}

.caption{
    position: absolute;
    border: 0;
    height: 65px;
    background: rgba(0,0,0,.5);
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 1;
    padding: 15px 10px;
    font-size: 12px;
    color: white;
}

.list_lot_search{
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
    margin-bottom: 10px;
    position: relative;
}


.btn-view{
        position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: rgba(0,0,0,.2);
    top: 0;
    cursor: pointer;
    left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    opacity: 0;
    -webkit-transition: .3s linear all;
    -o-transition: .3s linear all;
    transition: .3s linear all;
}
.list_lot_search p.num_lot{
    background: #00361e;
    display: inline-block;
    color: white;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 5px;
}
.list_lot_search_content:hover{
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.25);
            box-shadow: 0 2px 6px rgba(0,0,0,.25);
}
/*----------------------------------------
    //Resultados Lotes Subastas
------------------------------------------*/

/*----------------------------------------
    Nueva Header Plantilla
------------------------------------------*/

header{
    background: white;
    padding: 5px;
}
header ul.items_top li a{
    background: #015BA9;
}

.header-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-access{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-access ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.menu-access ul li a{
    margin-left: 10px;
}

.menu-access ul li:last-child{
    margin-left: 0px;
}


/*----------------------------------------
    Componente Buscar
------------------------------------------*/
.search-component{
    margin-left: 10px;
    position: relative;
}
.search-component-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}

.search-component form .form-group input{
    width: 215px;
    border-radius: 20px !important;
    padding-right: 32px;
    font-size: 11px;

}

.search-component form .form-group{
    margin: 0;
    position: relative;

}

.search-component-form button.btn-custom-search{
    background: #015BA9;
    color: white;
    position: absolute;
    border-radius: 50% !important;
    right: 3px;
    width: 30px;
    height: 30px;
    padding: 0;
    top: 2px;

}
/*----------------------------------------
    //Componente Buscar
------------------------------------------*/


/*----------------------------------------
    Google Languajes
------------------------------------------*/

#google_translate_element{
    height: 27px;
    font-size: 11px;
}
.goog-te-gadget-simple{
    font-size: 13pt !important;
}
.goog-te-menu-value{
    margin: 0;
    padding: 0;
}

goog-te-menu-value:hover{
    background: white;
}

.languaje{
    position: absolute;
    top: 0;
    right: 15px;
}


.goog-te-gadget-simple{
    background-color: #fff;
    border-left: 0px solid #d5d5d5 !important;
    border-top: 0px solid #9b9b9b !important;
    border-bottom: 0px solid #e8e8e8 !important;
    border-right: 0px solid #d5d5d5 !important;
    font-size: 10pt;
    display: inline-block;
    padding-top: 1px;
    padding-bottom: 2px;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-icon,
.goog-te-menu-value span:nth-child(1),
.goog-te-menu-value span:nth-child(2),
.goog-te-menu-value span:nth-child(3){
    display: none;
}

.goog-te-gadget-simple:before{
    content: "\f0ac";
    display: inline-block;
    font: normal normal normal 20px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
/*----------------------------------------
    //Google Languajes
------------------------------------------*/

.items_top_responsive li a {
    color: black;
    opacity: 1;
}

/*----------------------------------------
    Nueva Cabecera Plantilla
------------------------------------------*/


div.lotes_destacados div.title_lotes_destacados {
    background-color: white;
    color: #777;
    text-transform: uppercase;
    padding: 10px 12px;
    font-size: 20px;
    border: 1px solid #e7e7e7;
}


div.newsletter{
    background-color: white;
    margin-top: 60px;
    margin-bottom: 30px;
}

.newsletter-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 5px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 120px;
    margin: 0 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
}

.newsletter-icon-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    text-align: center;
    font-size: 13px;
}

.newsletter-wrapper .input-group{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.group-check-categories{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-top: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.group-check-categories label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 10px;
    font-weight: 100;
}


.check_term.box label{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.check_term.box label input{
    width: auto;
    margin-right: 10px;
    height: 13px;
}

.group-check-categories label input{
    margin-bottom: 0;
    margin-top: 0;
    margin-right: 10px;
}
.newsletter-wrapper .input-group input[type="text"]{
    width: auto;
    background: rgba(0,0,0,.1);
   border: 1px;
    width: 70% !important;
}

.newsletter-wrapper .tit_newsletter{
    font-size:14px;
    color:black;
}

.newsletter-wrapper #newsletter-btn{
    background: #015BA9;
    width: 30%;

}


.check_term box label span a{
    color: #555;
    font-size: 14px;
}
/*----------------------------------------
    Tabla Precions T&C
------------------------------------------*/
.tabla-precios{
    margin: 40px 0;
}
.precios{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 400px;
    margin:0 auto;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.precios:nth-child(odd){
    background: #ccc;

}
.precios div{
    width: 150px;
}
.precios div:nth-child(3){
    text-align: right;
}
.precios div:nth-child(2){
    text-align: center;
}

/*----------------------------------------
    //Tabla Precions T&C
------------------------------------------*/

/*----------------------------------------
    Dropdown-menu Home
------------------------------------------*/


#navbar .info .dropdown-menu{
    left: 0px;
    width: 200px;
}
#navbar .info .dropdown-menu .dropdown-container{
    background: rgba(0,0,0,0.2);
    padding: 15px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.6);

}

#navbar .info .dropdown-menu li span,
.menu-info .dropdown-container li span{
    font-weight: 900;


}

#navbar .info .dropdown-menu ul,
.menu-info .dropdown-container ul{
    padding: 0;
    margin: 0;
    list-style: none;


}
#navbar .info .dropdown-menu ul li,
.menu-info .dropdown-container ul li{
    list-style: none;
    font-size: 15px;
    margin-top: 10px;

}

#navbar .info .dropdown-menu ul li a,
.menu-info .dropdown-container ul li a{
    color: white;
    cursor: pointer;
    font-weight: 100;

}



#navbar .info .dropdown-menu ul li a:hover,
.box ul li a:hover{
    color: white;
    text-decoration: none;
}

#navbar .info .dropdown-menu .box:last-child{
    margin-right: 0;
    width: auto;
}

/*----------------------------------------
    //Dropdown-menu Home
------------------------------------------*/

/*----------------------------------------
    Background No disponible
------------------------------------------*/

.no_dispo{
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(229, 232, 232,.5);
    z-index: 1;
    display: fled;
    filter: f;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
 }

.no_dispo-band{
        HEIGHT: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1;

}

.no_dispo-band p{
        font-size: 54px;
    font-weight: 900;
    transform: rotate(-40deg);
    margin: 0;
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
    color: #154360;
    opacity: .5;
    text-transform: uppercase;
}

.item_lot_large .border_img_lot{
    position: relative;
}
.item_lot_large .border_img_lot .no_dispo-band p,
.list_lot .no_dispo-band p,
.item_home .no_dispo-band p{
        font-size: 30px;
}


.item_lot_mini .content_item_mini .no_dispo-band p{
    font-size: 12px;
}

/*----------------------------------------
    //Background No disponible
------------------------------------------*/

/*----------------------------------------
    Banner Home
------------------------------------------*/
.about-us-content p{
    font-weight: 900;
    font-size: 22px;
    color: #333;
}

.about-us-content a:hover{
    text-decoration: none;
}

/*----------------------------------------
    //Banner Home
------------------------------------------*/



/*----------------------------------------
    Formulario de Consulta
------------------------------------------*/

.consult-form{
    padding-top: 10px;
    border: 1px solid #ccc;
}
.consult-img .img_single_border{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}


/*----------------------------------------
    //Formulario de Consulta
------------------------------------------*/

.active-auction{
    background: grey;
    padding: 5px;
    display: block;
    text-align: center;
    color: white;
    transition: .2s linear all;
}
.active-auction:hover{
 background: #015BA9;
 text-decoration: none;
 color: white;
}

.container .row .dat{
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 11px;
    margin-bottom: 25px;
}

.no_winner, .other{
    color: #FF4040!important;
}
.winner, .mine{
    color: #00870D!important;

}

.panel-default>.panel-heading a h4{
    color: #333;
    padding: 10px;
}

#actual_max_bid{
        font-weight: 900;
    font-size: 20px;
}
.table-inf-sub table tr,.table-inf-sub table td{
    height: auto;
    padding-right: 45px;
}

.carousel_p{
    position: relative;
}

.desc_lot{
    position: relative;
}


.block_filters.text{
    margin-top: 15px;
}


.eye-password {
    opacity: .6;
    position: absolute;
    top: 6px;
    right: 11px;
    cursor: pointer;
}
/*
@-moz-document url-prefix() {

.truncat:before{
    background: #FFFFFF;
    bottom: -1px;
    position: absolute;
    right: 0;
    float: right;
    content: '\2026';
    margin-left: -2rem;
    width: 50px;
    font-size: 14px;
    padding-left: 5px;
  }
  .truncat:after {
    content: '';
  }
}

*/

#cookie_law {
    position: fixed;
    bottom:0;
    color:#464646;
    text-align:center;
    border-top:#F0EEEE 2px solid;
    width:100%;
    text-align:center;
    padding:30px;
    z-index:10;
    background:rgba(255,250,250,0.8);
}

#cookie_law a{
    cursor:pointer;
}

iframe.has-error{
	color:#b21416;
	border:#C00 1px solid !important;
}


.subalia-button{
    background-color: #6BA6E7;
    padding: 7px;
    display: block;
    text-align: center;
    color: white !important;
    font-weight: 600;
    text-decoration: none !important;
    border-radius: 2px;
    cursor: pointer;
    border: #6BA6E7 1px solid;
    transition: .2s linear all;
}

.subalia-button:hover{
    background: #7BB6F7;
    border: #6BA6E7 1px solid;
    color: #FFF !important;
    text-decoration: none !important;
}

/*----------------------------------------
    //Slicks banner
------------------------------------------*/

.slick-prev {
	left: -40px;
}

.slick-next {
	right: -40px;
}

.slick-next:before {
	color: black;
}

.slick-dots{
	position: relative;
}

.slick-initialized .slick-slide{
	padding-left: 10px;
	padding-right: 10px;
}

#lotes_destacados .slick-arrow::before, #lotes_recomendados .slick-arrow::before{
	color: black;
}

.home-top-banner .slick-arrow::before{
	color: black;
}

/*----------------------------------------
    //banner_hom_logos
------------------------------------------*/
.banner_home_logos{
	font-weight: 900;
    font-size: 22px;
	text-decoration: none;
	text-align: center;
}
.banner_home_logos a{
	color: #333;
}

.banner_home_logos:focus, .banner_home_logos *:focus{
	outline-color: transparent;
    outline-style: none;
    outline-width: 0px;
}

/*----------------------------------------
    //margen entre items carrousel
------------------------------------------*/

.slick-slide {
    margin: 0 0px;
}
.slick-list {
    margin: 0 -0px;
}


/*----------------------------------------
    //Cookies Panel
------------------------------------------*/
.cookies-list{
	list-style: none;
}

.technical_cookies ul.cookies-list{
	margin: 0;
}

.cookies-list > li{
	padding: 0px 15px 10px;
	background-color: lightgray;
	margin: 10px 0px;
	border-radius: 10px
}

.cookies-list > li > div:first-child{
	background-color: darkgray;
	border-radius: 10px 10px 0 0;
	padding: 10px 0px;
	color: black;
	font-weight: bold;
}

.config-cookie-content ul{
	list-style: initial;
    padding: inherit;
    margin: 10px 0px;
}

.config-cookie-content ul > li{
    margin: 5px 0px;
}

.technical_cookies ul{
	margin-left: 40px;
}

:focus {
    outline: none;
}

.content-page-banner{
	margin-bottom: 3rem;
}

.tienda-banner img{
	max-height: 205px;
	margin-bottom: 1rem;
}

.tienda-banner span{
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

.tienda-banner a:hover{
	text-decoration: none;
}

.facturacion_info_data .loader{
	margin: 0;
}


/*----------------------------------------
    //Botón de packengers
------------------------------------------*/

.packengers-container-button-ficha {
	margin-top: 3rem;
	text-align: center;
	margin-bottom: 2rem;
	font-size: 15px;
}

.packengers-button-adjudicaciones {
	display: inline-block;
	padding: 0.5rem 0;
	margin: 1.5rem 0;
}

.packengers-button-adjudicaciones,
.packengers-button-ficha,
.packengers-button-adjudicaciones:hover,
.packengers-button-ficha:hover {
	text-decoration: none;
	font-size: 16px;
}

.packengers-button-ficha {
	font-size: 18px;
}

.packengers-button-ficha i {
	font-size: 20px;
}

.packengers-button-adjudicaciones i {
	font-size: 18px;
}

.modal-comision h1 {
	font-weight: bold;
	font-size: 38px;
}

.modal-comision h4 {
	font-size: 20px;
}

.slick-slide img {
	width: 100%;
	height: auto;
}

.newsletters-page form input[type="checkbox"] {
    position: initial;
    top: initial;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: initial;
	margin: initial;
}

.newsletters-page .button-principal {
	height: auto;
	padding: 10px 8px;
	border-radius: initial;
	float: right;
}

.newsletters-page .list-group-item {
	margin-bottom: 10px;
	border: initial;
	border-bottom: 1px solid #ddd;
}

.newsletters-page .list-group-item:is(:first-child, :last-child) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.newsletter_label {
	max-width: 75%;
}

.newsletter-dialog {
	border: 0;
	margin: auto;
	padding: 2rem 3rem;
}

.dialog-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

dialog::backdrop {
	background: rgba(0, 0, 0, 0.3);
}

.card-expired-panel-container {
	display: flex;
	flex-direction: row;
	gap: 1rem;
}

.panel-card-expired-month {
	padding-right: 0px;
}
.panel-card-expired-month .form-control {
	border-radius: 0px;
	border-right: 0px;
	-moz-appearance: textfield;
}

.panel-card-expired-year {
	border-radius: 0px;
	padding-left: 0px;
}
.panel-card-expired-year .form-control {
	border-radius: 0px;
	border-left: 0px;
	-moz-appearance: textfield;
}

.panel-card-expired-separator {
	padding: 0px;
}
.panel-card-expired-separator .form-control {
	border-left: 0px;
	border-right: 0px;
	border-radius: 0px;
}

.color-red {
	color: red;
}

/* Quitar el seleccionar idioma del selector de traducción de google */
#google_translate_element .goog-te-gadget-simple a span:nth-child(1) {
	display: none;
}

/*----------------------------------------
        Panel de Usuario
------------------------------------------*/

.ul-format {
	list-style: none;
	padding: 0;
	margin: 0;
}

.user-account-menu-title {
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}

.user-account-menu-title.extra-account {
	margin: 15px 0;
	font-size: 14px;
	font-weight: 600;
}

.border-password {
	border: 1px var(--panel-user-border-password) solid;
}

.tabs-custom{

	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
}

.tabs-custom ul{
	list-style: none;
	margin: 0;
	padding: 20px 15px;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: var(--panel-tab-background);

}

.tabs-custom ul li{
	height: 45px;
	background: var(--panel-tab-background);
	width: 100%;
	text-align: center;
	cursor: pointer;


}

.panel .tabs-custom ul li, .tabs-custom ul li{
   -webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1 ;
	transition: .2s linear all;
	padding-left: 5px;
	padding-right: 5px;
}

.tabs-custom ul li:hover {
	background: var(--panel-tab-background);

}

.tabs-custom ul li:hover,
.tabs-custom ul li.tab-active{
	color: var(--panel-tab-active-color);
	background: var(--panel-tab-active-background);
}

.tabs-custom ul li a{
	text-align: start;
	color: var(--complement-color);
	text-decoration: none;
	font-size: 13px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 10px 20px;
	font-weight: 600;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	transition: .2s all linear;

}

/* Funcionamiento icono "mis pujas" */
.tabs-custom ul li a img.hammer-icon-standard {
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	transition: .2s all linear;
}

.tabs-custom ul li a img.hammer-icon-hover {
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s 2s, opacity 1s;
}

.tabs-custom ul li a:hover img.hammer-icon-standard {
	opacity: 0;
}

.tabs-custom ul li a:hover img.hammer-icon-hover {
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0s, opacity 0s;
}
/* FIN Funcionamiento icono "mis pujas" */

.tabs-custom ul li a i.fa {
	margin-left: 4px;
}

.tabs-custom ul li a span.menu-option-text {
	margin-left: 5px;
}

ul.sub_menu_adj {
	padding: 10px;
}

.sub_menu_adj a {
	position: relative;
	display: block;
	padding: 12px 40px;
	color: var(--complement-color);
	font-weight: 600;
	-webkit-transition: .2s color linear;
	-o-transition: .2s color linear;
	transition: .2s all linear;
}

.sub_menu_adj a:hover {
	text-decoration: none;
	color: black;
}

.button-principal {
	position: relative;
	z-index: 10;
	width: 132px;
	height: 44px;
	padding: 0 0;
	border: 0;
	background: var(--btn-primary-background);
	color: var(--btn-primary-text);
	font-weight: 500;
	text-decoration: none;
	transition: 0.3s linear all;
	-webkit-transition: 0.3s linear all;
	-o-transition: 0.3s linear all;
}

.button-principal:hover {
	background: var(--btn-primary-background-hover);
	color: var(--btn-primary-text-hover);
}

.panel-default {
	border-color: transparent;
}

.panel-default > .panel-heading {
	color: inherit;
	background-color: transparent;
	border-color: transparent;
}

.tabs-custom ul li.tab-active{
	background: white;
	color:#909497;
	font-weight: 900;
}

.panel{
   -webkit-box-shadow: none;
		   box-shadow: none;
}

.account-item-border {
  border-left: 1px solid var(--panel-item-border);
}

.importe_total.adj {
	font-size: 14px;
	font-weight: 600;
}

.secondary-button {
	padding: 5px 20px;
	border: 1px solid;
	background: var(--btn-secondary-background);
	color: var(--btn-secondary-text);
	font-weight: 500;
	transition: 0.1s linear all;
	-webkit-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	border: var(--btn-secondary-border) solid 1px;
}

.secondary-button:hover {
	padding: 5px 20px;
	background: var(--btn-secondary-background-hover);
	color: var(--btn-secondary-text-hover);
	font-weight: 500;
	text-decoration: none;
}

.account-user .panel .panel-heading a {
    color: var(--extra-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.user-account-heading {
	margin: 20px 0;
	padding: 5px 0;
	background: var(--panel-heading-background);
	font-size: 12px;
}
.user-accout-item-wrapper {
    margin: 10px 0;
    margin-bottom: 24px;
    border: 1px solid var(--panel-item-border);
}

.user-accout-item-wrapper .user-account-item {
    padding: 10px;
}

.account-item-border {
	border-left: 1px solid var(--panel-item-border);
}

.user-account-item-price {
    height: 100%;
    color: var(--extra-color);
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
}

.user-account-item-date {
	height: 100%;
	color: var(--extra-color);
	padding-top: 10px;
	font-size: 15px;
	text-align: center;
}

.user-accounte-titles-link a {
	position: relative;
	display: block;
	width: 220px;
	padding: 20px 0;
	font-weight: 600;
	color: var(--extra-color);
}

.user-accounte-titles-link a:hover {
	text-decoration: none;
}

.user-accounte-titles-link {
	position: relative;
	margin: 15px 0;
	border-bottom: 1px solid var(--panel-item-border);
	font-size: 15px;
	text-transform: uppercase;
	cursor: pointer;
}

.pendientes_pago .factura_box, .facturas_pagadas .factura_box {
	min-height: 100px;
	margin-bottom: 20px;
	padding-right: 0;
	border: 1px solid var(--panel-border-bills);
}

.pendientes_pago .factura_check .checkmark, .pendientes_pago .producto_check .checkmark {
	position: absolute;
	top: 40%;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid var(--panel-border-bills);
	background-color: var(--panel-background-checkmark-bills);
}

/* -----DATOS DE PERFIL----- */

.account-user .form-group input.form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.account-user .form-group label {
	padding: 0 0;
	color: var(--primary-color-text);
	font-size: 10px;
	font-weight: 200;
}

.account-user .form-group input[type="email"],
.account-user .form-group input[type="password"],
.account-user .form-group input[type="text"] {
	position: relative;
	padding: 0 10px;
	border-top: 0;
	border-right: 0;
	border-bottom: var(--input-border-bottom) 1px solid;
	border-left: 0;
	border-radius: 0;
	background: rgba(255,255,255,0.1);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.account-user .form-group input:disabled {
	background: var(--input-background);
}

.account-user .form-group input[type="file"] {
	border: none;
	box-shadow: none;
	border-bottom: var(--input-border-bottom) 1px solid;
	background: var(--input-background);
}

.account-user .form-group input.form-control:focus {
	border-color: var(--input-border-bottom-focus);
}

.account-user .form-group select.form-control {
	border: 0;
	border-bottom: 1px solid var(--input-border-bottom);
	border-radius: 0;
	box-shadow: none !important;
	-webkit-border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	background: var(--input-background);
}

.account-user .form-group small {
	width: 100%;
	float: left;
}

.account-user .panel-card-expired-year input, .panel-card-expired-month input {
	border: 0;
	background: transparent;
	-moz-appearance: textfield;
	border-bottom: var(--input-border-bottom) 1px solid;
	box-shadow: none;
}

.account-user .panel-card-expired-year input:focus,
.account-user .panel-card-expired-month input:focus {
	box-shadow: none;
}

.account-user .panel-card-expired-separator .form-control {
	border: none;
	box-shadow: none;
	border-bottom: var(--input-border-bottom) 1px solid;
}

#collapse_adj a.active::before, #collapse_shop a.active::before {
	position: absolute;
	top: 17px;
	left: 28px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: var(--complement-color);
	content: "";
}

/* ---FIN DATOS DE PERFIL--- */

.hammer-icon {
	z-index: 2;
	position: absolute;
	top: 31px;
}

.tabs-custom-responsive {
	font-size: 25px;
	padding: 0 15px;
}

.account-user-menu {
	margin-bottom: 1rem;
}

/*----------------------------------------
        FIN Panel de Usuario
------------------------------------------*/

.flex-wrap {
    flex-wrap: wrap;
}

.mt-1 {
	margin-top: 1rem;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.margin-auto {
	margin: auto;
}

.w-100 {
	width: 100% !important;
}

.account-user .panel .panel-heading {
	background: transparent;
}

.panel-default > .panel-heading {
	color: #333;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.f-right {
	float: right;
}

.f-left {
	float: left;
}

.has-error{
	color: var(--error-form-color);
}

.account-user .form-group.has-error label,
.account-user .form-group.has-error input,
#registerForm .has-error{
	color: var(--error-form-color);
	border-color: var(--error-form-color) !important;
}

.has-error label{
	color: var(--error-form-color);
}

.flex-direction-column {
	flex-direction: column;
}

.panel-user .total-price {
	text-align: right;
}

/********** COOKIES **********/
.cookies {
	position: fixed;
	z-index: 999999;
	background: #fff;
	padding: 1rem;
}

.cookies[data-style="popover"] {
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 7px;
	box-shadow: rgba(0, 0, 0, .19) 0 10px 20px, rgba(0, 0, 0, .23) 0 6px 6px;
}

.cookies[data-style="bar"] {
	left: 0;
	bottom: 0;
	width: 100%;
	border-top: 1px solid #ddd;
}

.cookies__title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1rem;
}

.cookies__message {
	font-size: 1em;
	margin-bottom: 1rem;
	flex: 1;
}

.cookies_buttons {
	display: flex;
	flex-direction: column;
	gap: .5rem;
}

.cookies[data-style="bar"] .cookies_content {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
	flex-direction: column;
}

.cookies_buttons button {
	flex: 1;
	padding: .75rem 1.25rem;
	font-weight: 500;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	color: #fff;
	border: 1px solid var(--btn-primary-background);
	border-radius: 0.25rem;
	background-color: var(--btn-primary-background);
	transition: all 0.3s;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cookies_buttons button:hover {
	background-color: var(--btn-primary-background-hover);
	border-color: var(--btn-primary-background-hover);
}

.cookies_links {
	display: flex;
	gap: 2rem;
	justify-content: center;
	text-transform: uppercase;
	margin-top: 1rem;
	flex-wrap: wrap;
	text-wrap: balance;
	font-size: 0.8em;
}

@media(min-width: 768px) {
	.cookies[data-style="bar"] .cookies_content {
		flex-direction: row;
	}
}

@media(min-width: 500px) {
	.cookies[data-style="popover"] {
		left: 15px;
		bottom: 15px;
		padding: 2rem;
		max-width: 500px;
		width: 100%;
	}

	.cookies_buttons {
		flex-direction: row;
	}

	.cookies[data-style="bar"] .cookies_buttons {
		align-self: flex-start;
	}
}

.modal-cookies .modal-body {
	max-height: 60vh;
	overflow-y: scroll;
}

.modal-cookies .modal-footer {
	border-top: 0;
}

.cookie-type {
	margin-top: 2rem;
	padding-top: 2rem;
	border-top: 1px solid #f4f4f4;
}

.cookie-type_header_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .5rem;
}

.cookie-type_header {
	display: flex;
	gap: .5rem;
}

.cookie-type_header_text {
	flex: 1;
	font-weight: 600;
}

.cookie-type_header_arrow i {
	transition: all .3s;
}

.cookie-type_header_arrow.active i {
	rotate: 90deg;
}

.cookie-type_content {
	padding: 0.5rem 1rem;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.cookie-wrapper {
	padding: .5rem 0;
	border-bottom: 1px solid #f4f4f4;
}

.cookie-wrapper p {
	margin: 0;
}

.cookie-wrapper p span:first-child {
	font-weight: 600;
}

.cookie-type input[type=checkbox] {
	height: 0;
	width: 0;
	visibility: hidden;
}

.cookie-type label {
	cursor: pointer;
	text-indent: -9999px;
	width: 60px;
	height: 30px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
	margin: 0;
}

.cookie-type label:after {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 99999px;
	transition: 0.2s;
}

.cookie-type input:checked+label {
	background: #bada55;
}

.cookie-type input:checked+label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

.cookie-type label:active:after {
	width: 30px;
}

.footer-link-button {
	all: unset;
	cursor: pointer;
	color: #a9b2b2;
}

.footer-link-button:is(::selection, :active, :focus) {
	text-decoration: underline;
}

/* ----------------- DESPLEGABLE -------------------- */

#admin_settings_box .desplegable
{
	position: absolute;
	right: -33px;
	top: 40%;
	padding: 10px 6px;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	background: #2b373a;
	color: #fff;
}

#admin_settings_box .desplegable
{
	cursor: pointer;
	color: #fff;
}

#admin_settings_box
{
	position: fixed;
	left: -250px;
	top: 45%;
	transform: translateY(-50%);
	bottom: 0;
	width: 250px;
	border: 1px solid #2b373a;
	border-left: 0;
	transition: 1s;
	padding: 10px;
	z-index: 1021;
	background: #fff;
}

#admin_settings_box.opened_box
{
	transition: 1s;
	left: 0;
}

#admin_settings_box .button-principal {
	display: flex;
	align-items: center;
}

#admin_settings_box .button-principal span {
	margin: 0 auto;
}

header ul.items_top_responsive {
	display: flex;
	width: 150px;
	align-items: center;
	justify-content: space-between;
}

.search-component-mobile {
	width: 161px;
}

@media (min-width: 448px) {
	.search-component-mobile {
		width: 186px;
	}
}

@media (min-width: 600px) {
	.search-component-mobile {
		width: 216px;
	}
}

.navbar-header-mobile {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.navbar-header-mobile {
		display: none;
	}
}

label:has(+ input.has-error) {
	color: var(--error-form-color);
}

.autoformulario .button-principal {
	border-radius: 0;
	width: 100%;
	height: auto;
	padding: 12px;
	font-size: 18px;
}

.autoformulario .button-principal:hover {
	background: var(--primary-color);
}

:is(.col-video, .col-img) button{
	background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
	background-color: #fff;
}

.grecaptcha-badge {
	visibility: hidden;
}

.captcha-terms {
	font-size: 12px;
	line-height: 1;
	margin-bottom: .5rem;
}

.chevron-right-button, .chevron-left-button{
    position: absolute;
    top: 0;
    height: 46vh;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chevron-right-button > i, .chevron-left-button > i{
	cursor: pointer;
	background: #005ea5;
	color: white;
    font-size: 13px;
    padding: 7px 10px;
    display: inline-block;
    border-radius: 50%;
	z-index: 10;
}

#toolbarDiv.fullpage .chevron-right-button > i, #toolbarDiv.fullpage .chevron-left-button > i{
	font-size: 26px;
}

.chevron-right-button{
	right: 0;
}

.chevron-left-button
{
    left: 0;
}

#toolbarDiv{
	z-index: 1;
}

#toolbarDiv.fullpage .chevron-left-button, #toolbarDiv.fullpage .chevron-right-button{
	height: 100vh;
}

#toolbarDiv.fullpage :is(div[title="Zoom in"], div[title="Zoom out"], div[title="Go home"], div[title="Toggle full page"]){
	z-index: 100;
}

.navbar-default .navbar-nav>li>a {
	font-weight: 600;
	color: #015BA9;
}

.tit.register-header-form {
	text-transform: uppercase;
	font-size: 35px;
}

.credit_card_note {
	font-weight: 600;
}
