@charset "utf-8";

html,body{
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	font-family: Arial;
}


.indicador_izquierdo{
	position: fixed;
	width: 15%;
	box-sizing: border-box;
	height: 85%;
	top: 7.5%;
	overflow: hidden;
}

.indicador_izquierdo .flecha_a{
	position: absolute;
	right: 0%;
	z-index: 9;	
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;    
	background: url("../imgs/home/izquierdo_a.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(20% - 75px);
	top: -moz-calc(20% - 75px);
    top: -webkit-calc(20% - 75px);
}

.indicador_izquierdo .flecha_b{
	cursor: pointer;
	position: absolute;
	right: 0%;
	z-index: 99;	
	transition-property: right;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s; 
	transition: all 0.3s ease;
	background: url("../imgs/home/izquierdo_b.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(25% - 75px);
	top: -moz-calc(25% - 75px);
    top: -webkit-calc(25% - 75px);
}

.indicador_izquierdo .flecha_c{
	position: absolute;
	right: 0%;
	z-index: 9;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;  
	background: url("../imgs/home/izquierdo_c.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(30% - 75px);
	top: -moz-calc(30% - 75px);
    top: -webkit-calc(30% - 75px);
}

.indicador_izquierdo.activo .flecha_a{	
	top: 0%;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	width: 60%;
}

.indicador_izquierdo.activo .flecha_b{	
	right: 100%;
	transition-property: right;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.indicador_izquierdo.activo .flecha_c{	
	top: 37%;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	width: 60%;
}

.indicador_izquierdo .icono{
	width: 34%; 
	z-index: 99; 
	transition-property: right;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;
	margin-left: 34%;
	margin-top: 46%;	
}

.indicador_izquierdo .texto{
	z-index: 99;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 18px; 
	width: 100%;
	text-align: center;
	transition-property: right;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s; 
	margin-top: 1%;	
}

.clear_content_form{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 9999;	
}

.f1_container {
	height: 493px;
	margin: 7% auto;
	position: relative;
	width: 730px;
	z-index: 1;
	perspective: 1000;
}

.f1_card {
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: all 0.5s linear;
}

.f1_container.hover .f1_card {
	transform: rotateY(180deg);
}

.face {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.face.back {
	display: block;
	transform: rotateY(180deg);
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	background-color: #ffffff;
}
.face.back .panel_cerrar{
	background: transparent url("../imgs/cerrar_popup.png") no-repeat;  	
	cursor: pointer;
	width: 32px;
	height: 32px;
	position: absolute;
    right: -18px;
    top: -18px;
}

.contenido_centro{
    height: auto;
    position: relative;
    top: 7.5%;
    width: 70%;
	margin: 0 auto;
    z-index: 999;
    -moz-box-shadow: 0px 0px 9px #222222;
    -webkit-box-shadow: 0px 0px 9px #222222;
    box-shadow: 0px 0px 9px #222222;
    padding: 0px 0px 25px 0px;
    box-sizing: border-box;
}

.contenido_centro .logo_carro{
	width: 41px;
	margin-left: -moz-calc(50% - 20.5px);
	margin-left: -webkit-calc(50% - 20.5px);
	margin-left: calc(50% - 20.5px);
	margin-top: 2%;
}

.contenido_centro .texto_ingresar{
	width: 250px;
	border-color: #959495;
    border-style: solid;
    border-width: 0px 2px;
	margin: 3% auto 0% auto;
	text-align: center;
}

.contenido_centro .texto_ingresar a{
	font-size: 18px;
	font-weight: bold;
	color: #fe3500;
	text-decoration: none;
}

.contenido_centro .logo_central{
	margin-left: 15%;
	width: 70%;
	
}

.contenido_centro .texto_central{
	width: 95%;	
	border-color: #959495;
    border-style: solid;
    border-width: 0px;
	margin: 3% auto 0% auto;
	padding: 9px 0px;
	overflow: auto;
	position: relative;
}

.contenido_centro .texto_central .columna_a{
	float: left;
	width: 45%;
	font-size: 15px;
	text-align: justify;
}

.contenido_centro .texto_central .columna_a img{
	float: left;
	margin: 5px 21px 0px 0px;
}

.contenido_centro .texto_central .columna_b{
	background: #959495;
	height: 80%;
    left: 50%;
    position: absolute;
    top: 10%;
    width: 1px;
}

.contenido_centro .texto_central .columna_c{
	float: left;	
	width: 45%;
	margin-left: 10%;
	font-size: 15px;
	text-align: justify;
}

.contenido_centro .texto_central .columna_c img{
	float: left;
	margin: 5px 21px 0px 0px;
}

.contenido_centro .redes{
	background: #fe3400;
	width: 100%;
	height: 5px;
	float: left;
	margin-top: 6%;
}

.contenido_centro .redes ul{
	margin: -13px 0px 0px 0px;
	padding: 0px;
	text-align: center;
}

.contenido_centro .redes ul li{
	display: inline-block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.contenido_centro .redes ul li a{
	display: inline-block;
	text-decoration: none;
	width: 27px;
	height: 27px;
}

.contenido_centro .redes ul li:nth-child(1) > a{
	background: url("../imgs/home/redes.png") no-repeat 0px 0px;
}

.contenido_centro .redes ul li:nth-child(2) > a{
	background: url("../imgs/home/redes.png") no-repeat -30px 0px;
}

.contenido_centro .redes ul li:nth-child(3) > a{
	background: url("../imgs/home/redes.png") no-repeat -59px 0px;
}

.contenido_centro .redes ul li:nth-child(4) > a{
	background: url("../imgs/home/redes.png") no-repeat -89px 0px;
}

.contenido_centro .derechos{
	float: left;
	width: 100%;
	margin-top: 36px;
	text-align: center;
	color: #939393;
}

.indicador_derecho{
	position: fixed;
	width: 15%;
	box-sizing: border-box;
    right: 0;
	height: 85%;
	top: 7.5%;
	overflow: hidden;
}

.indicador_derecho .flecha_a{
	position: absolute;
	left: 0%;
	z-index: 9;	
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;    
	background: url("../imgs/home/derecho_a.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(20% - 75px);
	top: -moz-calc(20% - 75px);
    top: -webkit-calc(20% - 75px);
}

.indicador_derecho .flecha_b{
	cursor: pointer;
	position: absolute;
	left: 0%;
	z-index: 99;	
	transition-property: left;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s; 
	transition: all 0.3s ease;
	background: url("../imgs/home/derecho_b.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(25% - 75px);
	top: -moz-calc(25% - 75px);
    top: -webkit-calc(25% - 75px);
}

.indicador_derecho .flecha_c{
	position: absolute;
	left: 0%;
	z-index: 9;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;  
	background: url("../imgs/home/derecho_c.png") no-repeat 0px 0px / 100% auto;
	height: 70%;
	width: 80%;
	top:calc(30% - 75px);
	top: -moz-calc(30% - 75px);
    top: -webkit-calc(30% - 75px);
}

.indicador_derecho.activo .flecha_a{	
	top: 0%;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	width: 60%;
}

.indicador_derecho.activo .flecha_b{	
	left: 100%;
	transition-property: left;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
}

.indicador_derecho.activo .flecha_c{	
	top: 37%;
	transition-property: top width;
	transition-duration: 0.5s;
	transition-timing-function: linear;
	transition-delay: 0s;
	width: 60%;
}

.indicador_derecho .icono{ 
	width: 34%; 
	z-index: 99; 
	transition-property: right;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;  
	margin-left: 32%;
	margin-top: 46%;
}

.indicador_derecho .texto{
	z-index: 99;
	color: #ffffff; 
	font-weight: bold; 
	font-size: 18px; 
	width: 92%;
	text-align: center;
	transition-property: right;
	transition-duration: 0.5s;
	transition-timing-function: ease;
	transition-delay: 0s;  
	margin-top: 1%;	
}

.clear_content_form{
	color: #000000;
}

.clear_content_form .titulo_formulario {
	background: url("../imgs/_pse_cabecera.png") no-repeat center center;  
	-webkit-background-size: cover; 
	-moz-background-size: cover; 
	-o-background-size: cover; 
	background-size: cover;
	color: #ffffff;
	font-size: 21px;
	font-weight: bold;
	margin: -10px auto 10px -10px;
	padding: 10px;
	width: 710px;
}

.clear_content_form .tabla_opciones{
	width: 100%;
	height: 340px;
	text-align: left;
	padding: 10px;
}

.clear_content_form .tabla_opciones td{
	width: auto;
}

.clear_content_form .tabla_opciones input {
	background: #bae0e1 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 5px 10px;
	width: 90%;
}

.clear_content_form .tabla_opciones input{
	background: rgba(234, 103,0,0.5);
	border: 0px none;
	padding: 5px 10px;
	width: 90%;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-sizing: border-box;
}


.clear_content_form input.enviar_registro{
	background: #ec6f00;
	border: 0 none;
	-moz-box-shadow: 0px 0px 11px #000000;
	-webkit-box-shadow: 0px 0px 11px #000000;
	box-shadow: 0px 0px 11px #000000;
	color: #ffffff;
	cursor: pointer;
	font-family: "Gotham-Bold",sans-serif;
	font-size: 18px;
	margin-top: -4px;
	padding: 6px 54px;
	text-align: center;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.clear_content_form input.cerrar_formulario{
	background: #ec6f00;
	border: 0 none;
	-moz-box-shadow: 0px 0px 11px #000000;
	-webkit-box-shadow: 0px 0px 11px #000000;
	box-shadow: 0px 0px 11px #000000;
	color: #ffffff;
	cursor: pointer;
	font-family: "Gotham-Bold",sans-serif;
	font-size: 18px;
	margin-top: -4px;
	padding: 6px 34px;
	margin-left: 100px;
	text-align: center;
	border-radius: 5px;
	-ms-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
}

.indicador_linea{
	top: 10%;
    height: 10px;
    left: 0px;
    position: relative;
    width: 100%;
	background: #bd1522;
	clear: both;
}

.mensaje_2{
	color: #cc1b00;
	font-size: 25px;
	font-weight: bold;
	line-height: 51px;
	margin: 55px auto 0;
	text-align: center;
	width: 80%;
}

.ver_teminos_vendedor,
.ver_teminos_proveedor{
	color: #cc1b00;
	cursor: pointer;
	font-weight: bold;
}

#vendedor_f_nacimiento{width:90% !important;}

.contenido-scrollB1{
    overflow:  hidden;
    width:  100%;
    height: 157px;
    box-sizing:  border-box;
}
.contenido-scrollB1 ul{
    width: 1603px;
    margin:  0;
    padding: 0;
    box-sizing:  border-box;
}
.contenido-scrollB1 ul li{
    margin:  0;
    padding:  0;
    list-style-type:  none;
    float:  left;
    width: 318px;
    box-sizing:  border-box;
    padding: 10px;
	cursor: default;
    font-family: Corbel;
	/*font-size: 20px;
    color: #808080;
    text-align: left;
	font-weight: bold;*/

	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
}

.color_orange{
	color: #e36c08!important;
}
.color_yellow{
	color: #FDD835!important;
}
.color_blue{
	color: #365f91!important;
}
.color_red{
	color: #ff0000!important;
}
.color_green{
	color: #0cb358!important;
}
.color_graw{
	color: #808080!important;
}
.font_comments{
	font-size: 16px!important;
	font-weight: normal;
}


.contenido_centro .sep-bloques{
	background: #959495;
	width: 95%;
	height: 1px;
	margin: 50px auto;
}
.contenido_centro .bloque-vendedor{
	margin-top: 0px;
}

.contenido_centro .bloque-vendedor,
.contenido_centro .bloque-proveedor{
	box-sizing: border-box;
	padding: 0px 20px 10px 20px;
	text-align: center;
	color: #808080;
}
.contenido_centro .bloque-vendedor h2,
.contenido_centro .bloque-proveedor h2{
	padding: 0px;
	font-size: 25px;
}
.contenido_centro .bloque-vendedor p,
.contenido_centro .bloque-proveedor p{
	font-size: 18px;
}

.iconos-logo-individual{
	overflow: auto;
}
.iconos-logo-individual,
.iconos-logo-individual li{
	margin: 0px;
	padding: 0px;
}
.iconos-logo-individual li{
	list-style-type: none;
	display: inline-block;
	background-image: url(../imgs/logos_custom/logo_llamada_rojo.png);
	background-repeat: no-repeat;
	background-size: contain;
    width: 200px;
    height: 250px;
    color: #ffffff;
    box-sizing: border-box;
    padding: 23px 27px 12px 20px;
    font-size: 15px;
    font-weight: bold;
	vertical-align: top;
	text-shadow: 0px 0px 1px #000000;
}

.iconos-logo-individual li:nth-child(2),
.iconos-logo-individual li:nth-child(4){
	margin-top: 30px;
}

.contenido_centro .bloque-vendedor .iconos-logo-individual li:nth-child(1){ background-image: url(../imgs/logos_custom/logo_llamada_rojo.png); }
.contenido_centro .bloque-vendedor .iconos-logo-individual li:nth-child(2){ background-image: url(../imgs/logos_custom/logo_llamada_celeste.png); }
.contenido_centro .bloque-vendedor .iconos-logo-individual li:nth-child(3){ background-image: url(../imgs/logos_custom/logo_llamada_verde.png); }
.contenido_centro .bloque-vendedor .iconos-logo-individual li:nth-child(4){ background-image: url(../imgs/logos_custom/logo_llamada_amarillo.png); }
.contenido_centro .bloque-proveedor .iconos-logo-individual li:nth-child(1){ background-image: url(../imgs/logos_custom/logo_llamada_azul.png); }
.contenido_centro .bloque-proveedor .iconos-logo-individual li:nth-child(2){ background-image: url(../imgs/logos_custom/logo_llamada_rosado.png); }
.contenido_centro .bloque-proveedor .iconos-logo-individual li:nth-child(3){ background-image: url(../imgs/logos_custom/logo_llamada_naranja.png); }
.contenido_centro .bloque-proveedor .iconos-logo-individual li:nth-child(4){ background-image: url(../imgs/logos_custom/logo_llamada_agua.png); }

.contenido_centro .carrucel-productos{
	width: 95%;
	margin: 0px auto -40px;
}
.contenido_centro .carrucel-productos .slick-list{
	height: 220px;
}
.contenido_centro .carrucel-productos .cada-producto{
	transition: .8s;
	margin: 0px 10px;
	outline: none;
	position: relative;
	border: 2px solid #e95a0c;
    box-sizing: border-box;
	margin-top: 18px;
}
	
.contenido_centro .carrucel-productos .cada-producto:hover{
	-webkit-transform:scale(1.25);
	-moz-transform:scale(1.25);
	-ms-transform:scale(1.25);
	-o-transform:scale(1.25);
	transform:scale(1.25);
	transition: .8s;
	margin-top: 18px;
	z-index: 1;
	position: relative;
}
.contenido_centro .carrucel-productos .cada-producto .producto-wrap-top,
.contenido_centro .carrucel-productos .cada-producto .producto-wrap{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,.7);
	opacity: 0;
	transition: .8s;
	width: 100%;
	padding-bottom: 5px;
}

.contenido_centro .carrucel-productos .cada-producto .producto-wrap-top{
	bottom: auto;
	top: 0px;
	padding: 5px;
	box-sizing: border-box;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: normal;
    font-size: 8px;
    color: #555555;
    font-family: 'Gotham-Bold',Sans-Serif;
	text-align: center;
}

.contenido_centro .carrucel-productos .cada-producto:hover .producto-wrap-top,
.contenido_centro .carrucel-productos .cada-producto:hover .producto-wrap{
	opacity: 1;
	transition: .8s;
}

.contenido_centro .carrucel-productos .cada-producto .producto-imagen{
	width: 100%;
	height: 140px;
}

.contenido_centro .carrucel-productos .cada-producto .producto-precio{
	float: left;	
	text-align: center;
    font-family: 'Gotham-Bold',Sans-Serif;
    color: #e53403;
	font-size: 10px;
}

.contenido_centro .carrucel-productos .cada-producto .producto-ganancia{
	float: right;
	text-align: center;
    font-family: 'Gotham-Bold',Sans-Serif;
    color: #000000;
	font-size: 10px;
}

.contenido_centro .carrucel-productos .cada-producto .producto-precio span,
.contenido_centro .carrucel-productos .cada-producto .producto-ganancia span{
	letter-spacing: normal;
    font-size: 8px;
    padding: 5px 0px 2px 0px;
    color: #555555;
    font-family: 'Gotham-Bold',Sans-Serif;
	text-align: center;
	width: 100%;
	display: block;
}

.contenido_centro .carrucel-productos .cada-producto .producto-precio,
.contenido_centro .carrucel-productos .cada-producto .producto-ganancia{
	width: 50%;
}

#aceptar_teminos_vendedor,
#aceptar_teminos_proveedor{
	width: auto; 
}
