@import url('https://fonts.googleapis.com/css?family=Lato|Montserrat');

body,
html {
    width: 100%;
    height: 100%;
	
	font-family: 'Monserrat', sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: #333333;
}

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


.topnav {
    font-size: 14px; 
	height:90px;
}
@media(max-width:1199px) {
	.topnav {
		font-size: 13px;
	}
}
@media(max-width:767px) {
	.topnav {
		font-size: 14px; 
		height:60px;
	}
}

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

.intro-header {
    padding-top: 90px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
    padding-bottom: 90px;
	padding-bottom: 10px;
    text-align: center;
    color: #f8f8f8;
}

.intro-quienessomos {
    background: url(../img/banners/nave-grupo-k.jpg) no-repeat center center;
    background-size: cover;

}

.intro-message {
    position: relative;
    //padding-top: 10%;
    //padding-bottom: 10%;
    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;
}

.banner {
    padding: 100px 0;
    color: #f8f8f8;
    background: url(../img/banner-bg.jpg) no-repeat center center;
    background-size: cover;
}

.banner h2 {
    margin: 0;
    text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
    font-size: 3em;
}

.banner ul {
    margin-bottom: 0;
}

.banner-social-buttons {
    float: right;
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        float: left;
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    .banner h2 {
        margin: 0;
        text-shadow: 2px 2px 3px rgba(0,0,0,0.6);
        font-size: 3em;
    }

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

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



#logotipogb {
	position:relative;
	top:-6px;
}
@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: 90px;
	padding-bottom: 0px;
}
.pagina-header-home {
	//padding-top: 80px;
	padding-bottom: 0px;
}
.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;
	//line-height: 50px;
}

section {
	margin-bottom:10px;
}


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

.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_old:after {
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content:"\e202";
    float: right;        /* adjust as needed */
    color: grey;         /* adjust as needed */
}
.boton_generar_pdf:after {
    font-family: 'Font Awesome 5 Free';  /* essential for enabling glyphicon */
	content:"\f1c1";
    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;
}
.btn-info:hover,
.btn-primary:hover
{
    background-color: #ff6666;
}
.btn-primary,
.btn-primary:hover
{
	border-color:#dd0000;
}

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

a.btn-primary > i.glyphicon,
a.btn-primary > i.fas {
	color:#fff;
}
a.btn-danger > i.glyphicon,
a.btn-danger > i.fas {
	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;
}


#captcha-reload,
.add_favorito,
.del_favorito,
.set_favorito,
.set_generador_pdf,
.set_promocionado,
.set_estado,
.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;
}
.text-dark {
	color:#000;
}
a.text-dark:hover,
a.text-white:hover {
  color: #e84444 !important;
}



.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;
}



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

.row {
	position: relative;
}

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


.set_vista {
	cursor:pointer;
}


/* Barra social media */
.header-social-media {
	background-color:#15224f;
	color:#fff;
}
.header-social-media a {
	color:#fff;
	font-size:20px;
	padding:6px;
}
@media(max-width:767px) {
	.header-social-media {
		text-align:center;
	}
	.header-social-media a {
		padding:12px;
	}
}
.header-social-media a:hover {
	color:#ccc;
}





.mfp-content{
	background-color:#fff;
}

.vtop{
	vertical-align:top;
}


@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;
	}
}

#tabla_referencias th {
	vertical-align:top;
}
#tabla_referencias th select option:not(:first-child) {
	font-weight:400;
}


.home_searchbar{
	margin-bottom: auto;
	margin-top: auto;
	height: 60px;
	background-color: #353b48;
	border-radius: 30px;
	padding: 10px;
}

.home_search_input{
	color: white;
	border: 0;
	outline: 0;
	background: none;
	width: 0;
	caret-color:transparent;
	line-height: 40px;
	transition: width 0.4s linear;
}

.home_searchbar:hover > .home_search_input{
	padding: 0 10px;
	width: 450px;
	caret-color:red;
	transition: width 0.4s linear;
}

.home_searchbar:hover > .home_search_icon{
	background: white;
	color: #e74c3c;
}

.home_search_icon{
	height: 40px;
	width: 40px;
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	color:white;
	text-decoration:none;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}




/* The switch - the box around the switch_slider */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The switch_slider */
.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch_slider {
  background-color: #2196F3;
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch_slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded switch_sliders */
.switch_slider.round {
  border-radius: 22px;
}

.switch_slider.round:before {
  border-radius: 50%;
} 


.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label.disabled {
	cursor:not-allowed;
}
.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.config-dat:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f4fe";
	padding-right:4px;
	color:#999
}

.panel-footer {
  background-color: #fcfcfc;
}
