@import url('https://fonts.googleapis.com/css?family=Rubik&display=swap');
body,
html {
    width: 100%;
    height: 100%;
	
	font-family: 'Rubik', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {

}
h1, h2, h5 {
	text-transform:uppercase;
}
h1, h3, h4, h5 {
	font-weight:bold;
}

a {
    color: #000;
}

a:hover, a:focus {
    color: #666;
}

nav.topnav {
	background: #f3f3f3;
	background: url(../img/menu_fondo.png) top left no-repeat;
	background-size: cover;
}

.navbar-default {
    border-color: #d57376;
}

.navbar-brand {
	padding: 0px 15px 0px 15px !important;
}


.topnav {
    font-size: 14px; 
	height:120px;
}
@media(max-width:1199px) {
	.topnav {
		font-size: 13px;
	}
}
@media(max-width:767px) {
	.topnav {
		font-size: 14px; 
		height:60px;
	}
	.navbar-header {
		//height:80px !important;
	}
}

.lead {
    font-size: 18px;
    font-weight: 400;
}



.intro-quienessomos {
    background: url(../img/banners/atrevete-grupo-gci.jpg) no-repeat center center;
    background-size: cover;
	//background-size: contain;
}

.intro-message {
    position: relative;
    padding-top: 3%;
    padding-bottom: 3%;
}

.intro-message > h1 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
    font-size: 5em;
}

.intro-divider {
    width: 400px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.intro-message > p {
	margin: auto 10%;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.8);
	font-size: 1.4em;
}

@media(max-width:767px) {
    .intro-message {
        padding-bottom: 15%;
    }

    .intro-message > h1 {
        font-size: 3em;
    }

	.intro-message > p {
		font-size: 1em;
	}

    ul.intro-social-buttons > li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.intro-social-buttons > li:last-child {
        margin-bottom: 0;
    }

    .intro-divider {
        width: 100%;
    }
}

.network-name {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2px;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    padding: 50px 0;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
}

.section-heading {
    margin-bottom: 30px;
}

.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}



footer {
	margin-top:10px;
	padding-bottom:20px;
	
	//background: #353535 !important;
	background: #f3f3f3 !important;
	opacity: 1 !important;
	
	color:#666 !important;
	
	border-top: 1px solid #d57376;
	
}
@media(max-width:1199px) {
	footer {
		margin:0px;
		padding:0px;
	}
}

.copyright {
    margin: 15px 0 0;
}
@media(max-width:1199px) {
	.copyright {
		margin: 2px 0 2px 0;
	}
}


#logotipogb {
	position:relative;
	top:0px;
}
@media(max-width:767px) {
	#logotipogb img {
		height:30px;
	}
}

.navbar-default {
	background-color:#fff;
}
@media only screen and (max-width: 767px) {
	.navbar-default .navbar-collapse {
		background-color: #eee;
	} 
}

.pagina-header {
	padding-top: 150px;
	padding-bottom: 0px;
}
.pagina-header-home {
	padding-top: 120px;
	padding-bottom: 0px;
}

@media(max-width:767px) {
	.pagina-header {
		padding-top: 100px;
	}
	.pagina-header-home {
		padding-top: 60px;
	}
}

.breadcrumb {
	background-color:#fcfcfc;
}


#loginform,
.formulario {
  background: #f0f0f0;
  padding: 25px;
  margin: 15px 0 50px;;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.panel-heading {
	text-transform:uppercase;
}

.dropdown-menu > li > a.seccion {
	font-weight:700;
	cursor:default;
}
.dropdown-menu > li > a > span.glyphicon {
	padding-right:4px;
	margin-left:-8px;
}




#custom-search-input{
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input input{
    border: 0;
    box-shadow: none;
}

#custom-search-input button{
    margin: 2px 0 0 0;
    background: none;
    box-shadow: none;
    border: 0;
    color: #666666;
    padding: 0 8px 0 10px;
    border-left: solid 1px #ccc;
}

#custom-search-input button:hover{
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc;
}

#custom-search-input .glyphicon-search{
    font-size: 23px;
}


#producto_puntosclave li {
	list-style-type: none;
    margin: 0;
    padding: 0;
}

#producto_puntosclave li:before {
    /*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e013";
    font-family: 'Glyphicons Halflings';
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    font-size: 9px;
    color: #666;
}

#tablareferencias {
	padding-top:40px;
}
#tablareferencias th {
	font-weight:700;
}
#tablareferencias td {
	font-weight:400;
}

#tablareferencias .celda_info {
	width: 30px;
}



.navbar-default .navbar-nav > li > a {
    color: #000 !important;
}




.slider.imagenes {
	background-color: #fff;
	margin-top: 20px;
	margin-bottom: 80px;
}
.slider.imagenes img,
.slider.imagenes video,
.slider.imagenes iframe {
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
	margin-top:10px;
	margin-bottom:10px;
}

.imagenes-nav .square.slick-current  {
    border: .2em solid #808285;
}
.square {
	width:140px;
	height:120px;
	border-color: #808285;
	margin:20px;
}
.square img {
	margin: 0px auto;
}

.slick-prev::before, .slick-next::before {
	color:#000;
}

.principal {
	padding-bottom:60px;
}

#tabla_referenciador{
	font-weight:400;
}

#tabla_referenciador td {
	white-space: nowrap;
}



.white-popup-block {
  position: relative;
  background: #FFF;
  padding: 20px 30px;
  width: 90%;
  margin: 40px auto;
  border: 1px solid #000;
}

li.list-group-item > a > span.glyphicon {
	padding-right:4px;
}

.acordeon {
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	cursor:pointer;
}

.acordeon:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}

.acordeon.collapsed:after {
    content: "\e080";    /* adjust as needed, taken from bootstrap.css */
}

h4.acordeon {
	margin-right:16px;
}

.refID {
	cursor:pointer;
	text-decoration:underline dashed red;
}

#aco_detallestecnicos > h4 {
	background-color:#eee;
	padding:2px;
	padding-left:10px;
	border-bottom: 1px solid #ccc;
	border-left: 10px solid #ccc;
}

.boton_generar_pdf {
	padding: 19px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	cursor:pointer;
}
.boton_generar_pdf:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content:"\e202";
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}


.img-fluid{max-width:100%;height:auto}

.zoomImg {
	cursor:zoom-in;
}

.btn-info,
.btn-primary
{
    background-color: #ff0000 !important;
	background-color: #cc292e !important;
}
.btn-info:hover,
.btn-primary:hover
{
    background-color: #ff6666 !important;
}
.btn-primary,
.btn-primary:hover
{
	border-color:#dd0000 !important;
}

a > i.glyphicon {
	color:#ff0000;
}
a > i.glyphicon:hover {
	color:#dd0000;
}

a.btn-primary > i.glyphicon {
	color:#fff;
}
a.btn-danger > i.glyphicon {
	color:#fff;
}


.slick-active .hero-content-icon  > i.glyphicon {
	color:#fff;
}

.hero-content-icon  > i.glyphicon {
	color:#000;
}



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #ff6666;
    border-color: #dd0000;
}


.puntero,
.add_favorito,
.del_favorito,
.set_favorito,
.set_generador_pdf,
.set_promocionado,
.set_estado,
.set_carrito,
.set_carrito_market,
.borrar_referencia {
	cursor:pointer;
}

.py-40 {padding: 40px 0px;}
.py-50 {padding: 50px 0px;}
.py-60 {padding: 60px 0px;}
.py-100 {padding: 100px 0px;}

.text-white {
	color:#fff !important;
}
.text-dark {
	color:#000;
}
a.text-dark:hover {
  color: #e84444 !important;
}
a.text-white:hover {
  color: #44ff44 !important;
  text-decoration:none;
}



.imagen-carrito {
	width:70px;
}

footer ul {
  list-style-type: none;
  padding-left:0;
}

footer ul li {
	float:left;
}
footer ul li a {
	display:block;
	padding-right:10px;
}

#footer-copyright {
	font-family: Dosis, Arial, sans-serif;
	text-transform:uppercase;
	font-size:1em;
	letter-spacing: 0.5em;
	font-weight:700;
}

footer a {
	color:#000;
}






.ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
  border: 5px solid rgba(180,180,180,.6);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: 6px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: 6px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: 11px;
  left: 6px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: 11px;
  right: 6px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.ribbon-obsoleto span {
	background-color: rgba(255,0,0,.7);
}
.ribbon-novedad span {
	background-color: rgba(0,0,255,.7);
}
.ribbon-proximamente span {
	background-color: rgba(255,165,0,.7);
	font: 700 16px 'Lato', sans-serif;
}

.ribbon-promo {
	position:absolute;
	top:-10px;
	right:6px;
	z-index:999;
}

.marca_seleccionada {
	border-bottom:3px dotted #2f61bf;
}

td span.glyphicon-move {
	cursor: move;
}

.qs-valores {
	text-align:center;
}
.qs-valores h2 {
	font-size:3em;
}
.qs-valores h3 {
	text-transform:uppercase;
}


#mapa-sat {
	height:600px;
	width:100%;
}




input[required]{
    background-image: radial-gradient(#F00 15%, transparent 16%), radial-gradient(#F00 15%, transparent 16%);
    background-size: 1em 1em;
    background-position: right top;
    background-repeat: no-repeat;
}

form label.required:after
{
    color: red;
    content: " *";
}

.half-rule { 
    width: 50%;
}


.awesome-marker-leyenda {
  background: url('../plugins/leaflet.awesome-markers/images/markers-soft.png') no-repeat 0 0;
  width: 35px;
  height: 46px;
  display: inline-block;
  text-align: center;
}
.awesome-marker-leyenda i {
  color: #333;
  margin-top: 10px;
  display: inline-block;
  font-size: 14px;
}

.awesome-marker-leyenda .icon-white {
  color: #fff;
}

.dropdown-toggle:after {
	margin-left:6px;
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e114";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: black;         /* adjust as needed */
}


.bg-primary {
    color: #fff;
	background-color: #ff634a;
}

.row {
	position: relative;
}

.bottom-align-text {
	position: absolute;
	bottom: 4px;
	right: -10px;
}


.set_vista {
	cursor:pointer;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 input[type=date].form-control,
 input[type=time].form-control,
 input[type=datetime-local].form-control,
 input[type=month].form-control {
  line-height:inherit;
 }
}
 
 
 

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}


.panel-success {
  border-color: #cc292e;
}
.panel-success > .panel-heading {
  color: #fff;
  background-color: #cc292e;
  border-color: #cc292e;
}
.panel-success > .panel-heading a {
  color: #fff;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #cc292e;
}
.panel-success > .panel-heading .badge {
  color: #fff;
  background-color: #333;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #cc292e;
}



.bg-success {
  background-color: #cc292e ;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #ec494e ;
}


.proveedor_nuevo {
	font-style:italic;
	font-weight:bold;
	color:darkblue;
	padding-left:10px;
	text-transform: uppercase;
}
.proveedor_nuevo_descripcion {
	font-style:italic;
	color:darkblue;
}

@media(min-width:767px) {

	.navbar-nav > li > a {
//	   line-height: 50px;
	}
	
	.dropdown-menu .navbar-nav > li > a {
//	   line-height: 20px;
	}

}





@media screen and (max-width: 600px) {
    table.cart tbody td .form-control1{
		width:20%;
		display: inline !important;
	}
	.actions .btn{
		//width:36%;
		margin:1.5em 0;
	}
	
	.actions .btn-success{
		float:left;
	}
	.actions .btn-danger{
		float:right;
	}
	
	table.cart thead { display: none; }
	table.cart tbody td { display: block; padding: .6rem; min-width:320px;}
	table.cart tbody tr td:first-child { background: #eee; color: #000; }
	table.cart tbody td:before {
		content: attr(data-th); font-weight: bold;
		display: inline-block; width: 8rem;
	}
	
	
	
	table.cart tfoot td{display:block; }
	table.cart tfoot td .btn{display:block;}
	
}




.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #fffff4;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #fffffa;
}


.encarrito {
	color:#abab03 !important;
}

.badge-success {
	background-color:#5cb85c;
}

.thumbnail_gci {
	border-color: #000;
}