@font-face {
			font-family: 'HelveticaNeueBold';
			src: url('../css/fonts/HelveticaNeueBold.eot');
			src: url('../css/fonts/HelveticaNeueBold.woff') format('woff'),
			url('../css/fonts/HelveticaNeueBold.eot') format('eot'),
			url('../css/fonts/HelveticaNeueBold.ttf')  format('truetype');
}

@font-face {
			font-family: 'HelveticaNeueLight';
			src: url('../css/fonts/HelveticaNeueLight.eot');
			src: url('../css/fonts/HelveticaNeueLight.woff') format('woff'),
			url('../css/fonts/HelveticaNeueLight.eot') format('eot'),
			url('../css/fonts/HelveticaNeueLight.ttf')  format('truetype');
}

@font-face {
			font-family: 'HelveticaNeueThin';
			src: url('../css/fonts/HelveticaNeueLTStd-Th.eot');
			src: url('../css/fonts/HelveticaNeueLTStd-Th.woff') format('woff'),
			url('../css/fonts/HelveticaNeueLTStd-Th.eot') format('eot'),
			url('../css/fonts/HelveticaNeueLTStd-Th.ttf')  format('truetype');
}

@font-face {
			font-family: 'HelveticaNeueRoman';
			src: url('../css/fonts/HelveticaNeue-Roman.eot');
			src: url('../css/fonts/HelveticaNeue-Roman.woff') format('woff'),
			url('../css/fonts/HelveticaNeue-Roman.eot') format('eot'),
			url('../css/fonts/HelveticaNeue-Roman.ttf')  format('truetype');
}

.modal-title-long {
    background-image: url(https://s3.amazonaws.com/781284419609-build-state-bucket/CMS/images/pleca_titulo_roja_200px.png);
    color: white !important;
    background-repeat: no-repeat;
    width: auto;
    padding-left: 10px;
    padding-top: 5px;
    height: 35px;
    margin-bottom: -15px;
    font-family: HelveticaNeueRoman;
}

.container {
    max-width: 1280px;
}
.linkPrestamosCompras{
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.linkPrestamosCompras:hover{
	color: white;
    text-decoration: none;
}
/**
 * Loading
 */
.spinner {
    height: 60px;
    width: 60px;
    animation: rotate 0.8s infinite linear;
    border: 8px solid #ac162c;
    border-right-color: transparent;
    border-radius: 50%;
    margin-left: calc(50% - 30px);
    margin-top: 20%;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.overlay {
    position: fixed !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999999;
    cursor: pointer;
    display: none;
}


/*.ui-page{
	width: 1200px;
    text-align: center;
    margin: 0 auto;
}*/
.ui-loader{
    display:none;
}

.navbar.navbar-default {
    background-color: #99ccff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar.navbar-default .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar {background-color: #8e181b;}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-brand {color: #f1f1f1;}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {color: #f1f1f1; background-color: #b27677;}

#rt-main, #rt-header, .rt-container, .rt-container .rt-grid-8, .rt-container .rt-grid-8,.rt-container .rt-grid-9, .footer-container, .rt-container .rt-grid-3, .rt-container .rt-grid-6 {width: 99%;}

 body{min-width: 100%;}

 .rt-container .rt-grid-4 {display: none;}

input[type="text"],
textarea {
    line-height: 1;
}

input[type=text],
input[type=password] {
    border-radius: 20px;
    /*border-radius: 0px;
    box-shadow: 0.5px -0.5px 3px 0.5px #919191;
    border: 1px solid #696969;
    width: 100%;*/
}

input[readonly] {
    background-color: #FFFFFF;
    border: 0;
    font-size: 1em;
}

.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>.open>a:focus,
.dropdown-menu>li>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.open>a:hover,
.dropdown-menu>li>a:hover 

{
    background-color: rgba(172, 22, 44, 1);
    color: #FFFFFF;
}
/* Dropdown seleccionado */
.navbar-default .navbar-nav>.open>a {
    background-color: rgba(172, 22, 44, 0.8);
    color: #FFFFFF;
}
/* Submenu dropdown */
/*.dropdown-submenu { position: relative; }*/
.dropdown-submenu>.dropdown-menu { top: 0; left: 100%; margin-top: -6px; margin-left: -1px; -webkit-border-radius: 0 6px 6px 6px; -moz-border-radius: 0 6px 6px; border-radius: 0 6px 6px 6px; }
.dropdown-submenu:hover>.dropdown-menu { display: block; }
.dropdown-submenu>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 5px 0 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: -10px; }
.dropdown-submenu.display-left>a:after { display: block; content: " "; float: right; width: 0; height: 0; border-color: transparent; border-style: solid; border-width: 0px 5px 5px 5px; border-left-color: #ccc; margin-top: 5px; margin-right: 0px; transform: rotate(-135deg); -webkit-transform: rotate(-135deg); }
.dropdown-submenu:hover>a:after { border-left-color: #fff; }
.dropdown-submenu.pull-left { float: none; }
.dropdown-submenu.display-left>.dropdown-menu { left: -100%; right: 100%; margin-left: -1px; margin-top:-6px; -webkit-border-radius: 6px 0 6px 6px; -moz-border-radius: 6px 0 6px 6px; border-radius: 6px 0 6px 6px; }
.dropdown:hover ul.dropdown-menu { animation-name: fadeInLeft; animation-fill-mode: both; animation-timing-function: ease-out; animation-duration: 0.2s; animation-delay: 0s; }
@keyframes fadeInLeft {
    from { visibility: hidden; opacity: 0; transform: scale(0) translateX(0); }
    to { visibility: visible; opacity: 1; transform: scale(1) translateX(0); }
}
.open > .dropdown-menu {
    width: 100%;
}

.dropdown-item{
    width: 140px;
}

.login-button{
    color: white;
    background-color: #79081d;
    border: 0px solid #000000;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    height: 25px;
    padding-left: 15px;
    padding-right: 20px;
}

#txtUsuarioClienteHome, #txtPasswordClienteHome{
	font-family: HelveticaNeueRoman;
    font-size: 12px;
}

.btnRegistro{
	font-family: HelveticaNeueRoman;
}

.body-content{
    color: white;
    font-family: "optimaregular",sans-serif;

}

.form-control {
    margin: 0;
    height: 25px;
    width: 100%;
    font-size: 12px;
}

input[type=number].form-control {
    border-radius: 20px;
}

select.form-control {
    border-radius: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 0 0 0 15px;
    background: none;
    background-color: #FFFFFF;
    background-image: url(https://s3.amazonaws.com/781284419609-build-state-bucket/CMS/images/flecha_abajo_azul.png);
    background-size: 23px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    background-position-x: calc(100% - 0px);
    text-align: left;
}

    select.form-control::-ms-expand {
        display: none;
    }

    #container-link label {
    display: block;
    text-align: center;
    line-height: 150%;
    /*font-size: 30px;*/
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}


.navbar {
     margin-bottom: 0; 
}

.navbar-nav {
    font-family: HelveticaNeueRoman;
    font-size: 14.5px;
    background-color: #ac162c;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #ffffff;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    list-style: none;
    background-color: #ac162c;
    border-top: 1px solid #ecf1f7;    
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

#header {
    background-color: #ac162c;
    height: 60px;
    border-radius:0px;
}


#login-form {
    padding-right: 3%;
}

.header-form {
    padding: 16px;
    height: 30px;
    margin-bottom: 0;
    padding-left: 0px;
    padding-right: 0px;
}

#header-logo{
    padding-top: 10px;
    padding-left: 30px;
    height: 25px;
}


#container-link{
    height: 125px;
    margin-bottom: 10px;
	width: 100%;
    margin-left: 0;
}

#container-link-left{
    background-color: #968e80;
    border-radius:0px;
    height: 125px;
    text-align: center;

}

.list-link ul li{
    font-size: 12px;
    padding-left:30px;
}

.icon-link{
    display:flex; 
    margin:0 auto;
}

.text-icon-link {
	margin-top: 10px;
    font-size: 11.5px;
    font-family: HelveticaNeueLight;
}

#container-link-right{
    background-color: #617686;
    border-radius:0px;
    height: 125px;
    text-align: center;
}

.lblPrestamos, .lblCompras{
	font-family: HelveticaNeueBold;
    font-size: 25px;
	color:white;
}

/* Div del banner.  */
#planCarousel div{
   height: 111%;
    max-height: 500px;
    /*margin-top: 5px;*/
}

.slide-carousel{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: black;
}

/* Contenedor de cotizadores. */
.container-quotater{
    /*height: 250px;*/
    margin-top: 10px;
    margin-bottom: 12px;

}

.div-quotater {
    border: 5px solid white;
	margin-bottom: 0;
}

.img-div-quotater{
    /*border: 2px solid #b5c0c2; */
}

/* Contenedor de subasta presencial */
#container-auction {
    /*height: 140px;*/
    margin-bottom: 10px;
    margin-top: 5px;
}

/* Contenedor de tienda en linea */
#container-shop-online{
    height: 550px;
    margin-bottom: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#container-shop-online ul li{
    list-style:none;
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

#text-shop-online{
    font-size: 18px;
    text-align: justify;
    display:inline-block;
	vertical-align:middle;
    margin-left: 32%;
    margin-right: 32%;
    margin-top: 190px;
}

.hr-styled{
    border: 0;
    height: 2px;
    width: 20%;
    background: #FFFFFF;
}


#container-services {
    margin-bottom: 20px;

}

.div-info-services{
    padding: 5px;
    margin: 0 0 10px;
}

/* Div del banner de tabla de oro.  */
#infoCarousel div {
    height: 88px;
    margin-top: 3px;
}

.slide-info-carousel ul li {
    list-style: none;
    color: #ffffff;
    /*font-size: 17px;*/
    text-align: left;
	font-family: HelveticaNeueRoman;
	margin-top: -1px;
}

.info-interes-lista {
    /*padding-top:28px;*/
	font-family: HelveticaNeueRoman;
}

.titleTablaOro{
	font-size: 20px;
    margin-left: 50px;
}

.info-interes-detalles {
	font-size: 12px;
    margin-left: -31px;
    margin-top: -5px;
}

#info-interes-promedio{
	font-size: 16px;
    margin-left: -32px;
}

#info-interes-precio{
	font-family: HelveticaNeueBold;
    font-size: 26px;
    position: absolute;
    margin-left: 52px;
    background-color: white;
    color: #506488;
    border-radius: 20px;
    width: 90px;
    text-align: center;
}

.restriccionesTO{
	font-size: 10px;
    float: right;
    margin-right: 10px;
}

.contact-list {
    padding-top: 25px;
	float:left;
}

.contact-list ul li{
    list-style:none;
    color: #687681; 
    font-size: 17px;
}

#container-services{
	max-width: 1280px;
    margin: 0 auto;
}

#contact-info {
    /*padding-left: 5%;*/
    text-align: center;
}

#contact-info ul{
    margin-left: 10.5%;
    margin-top: 2%;
}

#container-contact { 
    background-color: #ecf1f7;
    border-radius:0px;
    margin-bottom: 20px;
	margin-top: 20px;
	padding: 0 0 10px;
}

#contact-chat{
    text-align: right;
    padding-top: 15px;
    padding-right: 5%;
}

#contact-chat a img{
	display:none;
}

#contact-network ul li{
    padding-left: 0;
    padding-right: 0;
}

.list-inline {
    padding-top: 20px;
}

#img-chat {
    height: 125px;
    width: 125px;
}

#cat{
    font-size:25px; 
    color:#617686;
	font-family: HelveticaNeueRoman;
}

#consulta-costos{
    font-size:14px; 
    color:#617686;
	font-family: HelveticaNeueRoman;
}

#numero{
    font-size:29px; 
	font-family: HelveticaNeueBold;
    color:#ac162c;
}

#horario{
    font-size: 20px;
    font-family: HelveticaNeueBold;
    color: #617686;
}

#correo{
    font-size:18px; 
	font-family: HelveticaNeueBold;
    color:#ac162c;
}

.footer {
    color:#687681;
    font-size: 15px;
    font-weight: normal;
    font-family: "optimaregular",sans-serif;
    margin-bottom: 15px;
}

.footerMobile{
	display: none;
}

.terminosMobile{
	display: none;
}

.privacidadMobile{
	display: none;
}

#oficinas-generales{
	font-size:18px; 
    color:#617686;
	font-family: HelveticaNeueRoman;
}

#registro-casa-empenio{
    text-align: right;
	font-size:18px; 
    color:#617686;
	font-family: HelveticaNeueRoman;
}

#copyright{
    color: #617686;
    height: 35px;
    background-color: #ecf1f7;
    font-size: 16px;
    font-weight: normal;
    font-family: HelveticaNeueRoman;
    margin-bottom: 10px;
    padding-top: 6px;
}

#derechos {
    margin-top: 10px;
}

#bottom-copyright {
	display: none;
    /*margin-bottom: 10px;*/
    text-align:right;
    margin-right: 0.5%
}

.error{
	    color: red;
    float: left;
}

.contentContacto{
	width: 50%;
    text-align: center;
    margin: 0 auto;
}

.txtContacto{
	    height: 35px !important; 
}

#txtMensaje{
    max-width:95%; 
    min-height:150px;
    max-height:200px;
}

/*mis estilos*/
.container {
    max-width: 100%;
    padding: 0;
}
div#nav-header {
    background: #ac192c !important;
}
#header {
    max-width: 1280px;
    margin: 0 auto;
}
#container-link {
    margin: 0 auto;
    /*max-width: 1280px;*/
    position: relative;
    background-color: #617686;
    height: 40px;
    padding-top: 8px;
}

.container-quotater {
    max-width: 1280px;
    margin: 0 auto;
}
body {
    overflow-x: hidden;
}

.separadorSeccion{
	margin-top: 8px;
}

.campoUsuarioCliente{
	display: block;
}

.campoPassCliente{
	display: block;
}

.botonIngresarCliente{
	display: block;
}

.ingresarCliente{
	display: none !important;
}

.lblShopOnline{
	font-family: HelveticaNeueBold;
    font-size: 75px;
	color: white;
}

.linkContacto{
	font-size: 20px;
    font-family: HelveticaNeueBold;
    color: #617686;
}

@media (min-width: 1025px){
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 450px;
	}
}

.marginBottom15px {
    margin-bottom: 15px
}

.pointer {
    cursor: pointer;
}

.footerWeb{
	text-align:center; 
	margin-left: 131px;
}

.separadorFooter{
	padding-left: 15px;
    padding-right: 15px;
}

.contenedorAppServicio
{
	height: 88px;
    background-color: #6a777d;
    margin-top: 5px;
}

.titleApps
{
	color: white;
    font-family: HelveticaNeueRoman;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

.ui-link
{
	cursor: pointer;
}

.ui-link:hover
{
	text-decoration: none;
}

.seccionVideo
{
	height: 500px;
    margin-top: 15px;
	margin-bottom: 30px;
}

.titleSubastas
{
	color: #617686;
	font-size: 24px;
}
.detalleSubasta
{
	color: #617686;
	margin-left: 50px;
}
.itemSubasta
{
	border: 5px solid white;
}
.bootstrap-datetimepicker-widget td span 
{
	display: none;
}
#datetimepicker
{
	margin-left: 35px;
	margin-top: 10px;
    margin-bottom: 10px
}
.containerSubastas
{
	margin-bottom: 20px;
}
.observaciones{
	line-height: 11px;
}
.nombreSitio{
	margin-left: -40px;
}
.itemMenuSecundario
{
	display: none !important;
}

.nameListaSubasta
{
	color: #617686;
}

.colorSubasta
{
	background-color: #8000FF;
    width: 20px;
    height: 20px;
    float: left;
    margin-right: 10px;
    margin-left: 26px;
	border-radius: 5px;
}

.itemListaSubasta
{
	margin-top: 10px;
}

#divListaSubastas
{
	text-align: justify;
}

.titleSubastaHome{
	text-align: center;
    font-family: HelveticaNeueBold;
    font-size: 40px;
    position: absolute;
    margin-left: 27%;
	color: #7e6159;
}

.footerMobile{
	text-align:center; 
}

#lnkRecoverPass {
    font-size: 13px;
    line-height: 0;
    position: relative;
    top: 17px;
    color: #ffffff;
    font-weight: 500;
}

#lnkRecoverPass:hover {
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
}

.RecoveryPass {
    margin-top: 5px;
    margin-right: 5px;
    display: none;
}

.btnRecoveryPass {
    padding-bottom: 5px;
    padding-top: 5px;
}

.leyendaFooter {
    font-family: HelveticaNeueBold;
    font-size: 28px;
    color: #617686;
}

.imgSubasta {
    max-width: 101% !important;
    border: 2px #e6e6e6 solid;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */

    #calendar .fc-next-button {
        margin-left: 166px !important;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    /* CSS specific to iOS devices */

    #calendar .fc-next-button {
        margin-left: 166px !important;
    }
}
