/***************************
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;
}

h6.subtitulo-info {
	font-size: 0.75em;
	margin-bottom: 5px;
	color: #767676 !important;
	opacity: 1 !important;
	line-height: 2em;
	margin-bottom: 5px;
	font-size: 0.7em;
}

.text-green { 
	margin-bottom: 5px; 
	color: #7cc36a !important;
	font-size: 14px; 
	font-weight: bold; 
	text-transform: uppercase; 
	text-align: center;
}

.text-precio {
	margin-bottom: 5px;
	color: #bf2e1a !important;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}

.share-verde, .share-verde:hover {
	background: #25d366;
	border-color: #25d366;
	height: 32px;
	display: block;
	line-height: 32px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	font-family: Helvetica Neue, Verdana, Helvetica, Arial, sans-serif;
	width: 145px;
	padding: 0 10px;
	border-radius: 4px;
	position: relative;
	float: left;
	margin-right: 15px;
}

.share-rojo, .share-rojo:hover {
	background: #bf2e1a;
	border-color: #bf2e1a;
	height: 32px;
	display: block;
	line-height: 32px;
	color: #ffffff;
	font-size: 11px;
	font-weight: 500;
	font-family: Helvetica Neue, Verdana, Helvetica, Arial, 
	sans-serif; width: 95px; 
	padding: 0 10px; 
	border-radius: 4px; 
	position: relative; 
	float: left;
}

.share-verde i, .share-rojo i {
	font-size: 15px;
}

.share-verde span, .share-rojo span {
	font-size: 11px;
	position: absolute;
}
h5.titulo-listado {
	font-size: 14px;
}

.bomba-listado {
	margin-bottom: 5px;
	color: #000000 !important;
	background-color: #ffd755;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}


.bomba-listado {
	position: absolute;
	width: 37px;
	left: 13px;
}

.bomba-detalle {
	margin-bottom: 5px;
	max-width: 350px;
	color: #000000 !important;
	background-color: #ffd755;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	line-height: 40px;
}

.bomba-detalle img {
	position: absolute;
	width: 37px;
	left: 13px;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 8px),
    calc(100% - 15px) calc(1em + 8px),
    calc(100% - 2.5em) 0.9em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.border-bottom:after {
	height: 10px;
    display: block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    content: '';
    opacity: 0.7;
    bottom: 0;
    position: absolute;
}

.list-icons {
	margin-top: 10px;
}

.list-icons i {
	color: #bf2e1a !important;
}

#pedigree, #video, #audio {
	padding-top: 70px;
}

#audio {
	margin-top: -30px;
}
