/***************************
Add your custom styles below
****************************/

input, select {
	font-size: 16px;
}

.menu {
    background: #232323;
}

.menu > li:first-child > a {
  padding: 0 1em 1.3em 1em;
  padding-top: 10px;
}


.menu > li > ul a, .menu > li a {
  padding: 0 1em 1.3em 1em;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  opacity: .5;
}
.menu > li a {
    color: #fff;
}

#nav-login {
	position: relative;
}

#login-container {
	position: absolute;
	z-index: 10;
	padding: 40px 30px 30px;
	background: #f4f4f4;
	top: 40px;
	left: -20px;
	width: 350px;
}

.utility-bar {
	height: 59px;
	overflow: visible;
}

.btn.square {
	border-radius: 0;
}
input.field-error {
	border-color: #D84D4D !important;
}

.form--square input[type] {
	width: 100%;
}

.form--square button {
	width: 100%;
}

.form--square label.error {
	color: #bf2e1a;
	margin-left: 0;
	margin-bottom: 12px;
}

input[type].square {
	border-radius: 0;
}

.control-container {
	margin-bottom: 10px;
}

button.btn:hover,
button.btn:active,
button.btn:focus {
	border-color: rgba(35, 35, 35, 0.9) !important;
}

.close-container a {
	top: -30px;
    position: absolute;
    right: -0px;
    font-weight: bold;
    font-size: 18px;
}

#element_to_pop_up {
	display: none;
	background: #f4f4f4;
}

#registro-view {
	width: 540px;
	max-width: 100%;
	padding: 30px 30px 55px;
}

#registro-view.grande {
	width: 800px;
}

.login-titulo {
	margin-right: 20px;
}

.login-titulo a {
	color: #767676;
	text-decoration: none;
}

.count-down {
	display: inline;
}
.text-icon {
	position: relative;
	top: -6px;
	left: 10px;
}

ul.formas-pago {
	margin-bottom: 30px;
	margin-top: -10px;
    padding: 0px 20px;
    background: #fff;
    overflow: hidden;
}

ul.formas-pago li.cantidad-cuotas-1 {
	width: 40%;
}

ul.formas-pago li.cantidad-cuotas {
	width: 30%;
}


ul.formas-pago li {
	padding: 5px;
	border-bottom: 1px solid #f4f4f4;
	float: left;
	width: 100%;
}

ul.formas-pago li.show-more {
	display: none;
}

.mas-info-pagos {
	height: 35px;
	font-size: 15px !important;
    font-weight: bold;
}

select.cotizador {
	-webkit-appearance: menulist;
    padding: 0 0 0 0;
    text-transform: inherit;
}

.cuadro-izquierdo, .cuadro-derecho {
	border: 1px solid #bf2e1a !important;
}

.cuadro-izquierdo {
	border-right: none !important;
}

.cuadro-derecho {
	border-left: none !important;
}

ul.formas-pago li.fecha, 
ul.formas-pago li.cuota {
	width: 50%;
	float: left;
}
ul.formas-pago li.cuota {
	width: 50%;
}

ul.formas-pago li.cuota {
	text-align: center;
}

.nav-chica {
	display: none;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #767676 !important;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #767676 !important;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #767676 !important;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #767676 !important;
}

section {
	padding: 2.875em 0 4.875em 0;
}

@media all and (max-width: 860px) {
	#registro-view.grande {
		width: 100vw;
		box-sizing: border-box;
	}
	.utility-bar {
		padding: 0.8125em 20px;
	}
	
	.col-sm-12 {
		margin-bottom: 30px;
	}
}


@media all and (max-width: 600px) {
	#registro-view {
		width: 100%;
		box-sizing: border-box;
		min-width: 320px;
	}
	.utility-bar { height: auto; }
	.nav-module.right { float: none; margin-left: 0!important; text-align: right; }
	.nav-module.right a { margin-top: 0px; }
	.count-down { display: block; margin-left: 25px;}
	.count-down-separador { display: none; }
	.oferta-aclaracion { display: block }
}

@media all and (max-width: 768px) {
	.nav-chica {
		display: block;
		overflow: hidden;
	}
	.nav-chica a.btn {
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	/*.nav-grande {
		display: none;
	}*/
	.nav-bar {
     width: 100%;
     }
}
@media (min-height: 600px) and (min-width: 767px) {
	.height-50 {
		height: 52vh;
	}
}

.social-share {
    margin: 0 auto;
    width: 170px;
    height: 32px;
}
.item__description.social-share {
	margin: 0;
	margin-left: -10px;
}

.facebook-share {
	float: left;
	margin-right: 10px;
}
.fb_iframe_widget span 
{
	vertical-align: baseline !important;
}

.twitter-share {
	float: left;
}

.card__image {
	position: relative;
}

.card__image .label {
	position: absolute;
	top: -100px;
	right: 0;
}

.mensaje-container {
	
}

.mensaje-container .imagen {
	float: left;
	height: 64px;
	width: 64px;
	margin-right: 20px;
}
#pedigree_content{
	width:100%; margin-bottom: 30px;
}
.pedigree{
	width:48%;margin:0 1%;float:left;border-collapse:collapse;
}
@media screen and (max-width: 767px) {
	.pedigree{width:98%;}
}
@media screen and (max-width: 768px) {
	.login-titulo{display: none;}
}

.pedigree tr:nth-child(even)
{
	color:#777;
	font-size:10px;
}
.pedigree tr:nth-child(even) td{
	padding-left:4px;
}
.pedigree tr:nth-child(odd){
	color:black;font-size:10px;font-weight:bold;
}
.pedigree tr td.border, .pedigree tr:nth-child(4n+1) td:nth-child(5),.pedigree tr:nth-child(8n+3) td:nth-child(4),.pedigree tr:nth-child(16n+7) td:nth-child(3),.pedigree tr:nth-child(32n+15) td:nth-child(2)
{
	border:1px solid black;
	height:40px;
	text-align:center;
	width:25%;
	line-height: normal;
}
.pedigree .x{
	border-left:1px solid gray;
}
.pedigree .star{
	color:#ff0;text-shadow:0 0 3px black;font-size:12px;
}
.pedigree strong{
	font-size:12px;
}
.owl-carousel div h2, .owl-carousel div .textoverlay{
	position:absolute;
	color:#FFF;
	font-size:12px;
	display:block;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	width: 100%;
	bottom: 25px;
	padding: 20px;
	font-family: 'Montserrat', 'Helvetica', 'Arial', sans-serif;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.vendido {
	color: #009900 !important;
}

.container-vendido {
	background: #009900 !important;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 25px !important;
}

.container-vendido-pad {
	background: #009900 !important;
	margin: 0 -20px;
}