/*
==========================================================================
	GAMEFACTOR by: KUBIK;
==========================================================================
*/

* {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}
section{min-height:800px;padding:0;}

/* HTML5 ✰ Boilerplate ✰ normalize */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; background-color: #000; }
body, button, input, select, textarea { font-family: 'Signika', sans-serif; color: #fff; }
::-moz-selection { background: #feda9e; color: #fff; text-shadow: none; }
::selection { background: #feda9e; color: #fff; text-shadow: none; }
a { color: #009edd; }
a:visited { color: #009edd; }
a:hover { color: #225472; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }
form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
/*input:invalid, textarea:invalid { background-color: #f0dddd; }*/
table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Text */

h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;font-family: 'Signika', sans-serif;}
h1 {font-size:30px;font-weight:700;}
h2 {font-size:24px;font-weight:700;}
h3 {font-size:18px;font-weight:700;}
h4 {font-size:15px;font-weight:700;}
a:hover {color: #225472;}
a, a:hover, a:visited {text-decoration: none;}

/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        LAYOUT
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
/* navbar */
.navbar-height{height:200px;}
header{}
.topbar{
	width:100%;
	height:40px;
	display:block;
	position:fixed;
	top:0;
	left:0;
	clear:both;
	line-height:60px;
	background:#000;
	z-index: 999;
	padding:3px 0 0;
}
.topbar a.float-left{
	margin-right:15px;
	opacity:0.66;
	transition: ease .1618s;
	-webkit-transition: ease .1618s;
}
.topbar a#dist-btn{
	text-transform:uppercase;
	color:#888;
	transition: ease .1618s;
	-webkit-transition: ease .1618s;
}
.topbar a.float-left:hover{opacity:1;}
.topbar a#dist-btn:hover{color:#fff;}
nav.navbar{
	height:auto;
	padding:15px 16px 41px;
	top:40px;
	background:#000000 !important;
	-webkit-box-shadow: 0px 6px 6px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 6px 6px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 6px 6px 3px rgba(0,0,0,0.3);
}
.navbar-brand{
	position:absolute;
	top:10px;
	left:calc(50% - 100px);
	width:200px;
	height:70px;
	transition: ease .1618s;
	-webkit-transition: ease .1618s;	
}
.navbar-brand img{
	width:100%;
	height:auto;
	position:absolute;
	transition: ease .1618s;
	-webkit-transition: ease .1618s;
}
.navbar-brand.big{
	top:-30px;
	left:calc(50% - 122px);
	width:244px;
	height:48px;
	position: absolute;
}
.navbar-brand.big img{
	width:100%;
	height:auto;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.12rem;
    padding-left: 1.12rem;
    overflow:hidden;
}
/* .navbar-expand-md .navbar-nav .nav-link .menu-icon:hover {
	opacity: .7;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    padding-bottom: 5px;
} */
.mainMenuBtn {
	position: relative;
	text-decoration: none;
	color: #ffffff!important;
	font-size:15px;
	font-weight:500;
	padding:10px;
	top:40px;
	text-shadow:none;
	text-transform:uppercase;
	transition: ease .168s;
	-webkit-transition: ease .168s;
}
.mainMenuBtn:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0px;
	background: #0074c8;
	transition: ease .168s;
	-webkit-transition: ease .168s;
	border: 0;
}
.mainMenuBtn:hover {color: #000;/* background:#fff !important; */}
.textBlanco{color: #fff;}
.mainMenuBtn:hover:after{height: 4px;}
.mainMenuBtn.current{color: #fff !important;background: transparent !important;cursor:default;}
.menu-icon{width: 100%; display: flex; margin: 0 auto; justify-content: center;}
.menu-icon img{
	width: 100%;
	height:auto;
}

#ham-icon {
	position: absolute;
	top: 15px;
	left: -70px;
	margin: 0;
	background:rgba(0,0,0,0);
	width: 60px;
	height: 45px;
	cursor: pointer;
	border:0px;
	/*border-radius:50%;*/
	padding:0 12px 10px;
	-webkit-transition: 0.1618s ease-in-out;
	-moz-transition: 0.1618s ease-in-out;
	-o-transition: 0.1618s ease-in-out;
	transition: 0.1618s ease-in-out;
	cursor: pointer;
	transition-delay:360ms;
}
.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
	width: 35px;
	height: 3px;
}
.hamburger-menu {
	position: relative;
	transform: translateY(5px);
	background: white;
	transition: all 0ms 300ms;
}
.hamburger-menu.animate {
	background: rgba(255, 255, 255, 0);
}
.hamburger-menu:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 8px;
	background: white;
	transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	background: white;
	transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after {
	top: 0;
	transform: rotate(45deg);
	transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before {
	bottom: 0;
	transform: rotate(-45deg);
	transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}


.startext{ font-size: 12px; font-style: italic;}
.right{text-align: right;}
.left{text-align: left;}
.alto{height: 30px;}
.altomedio{height: 15px;}
.altosmall{height: 7px;}
.clear{clear: both;}
.azul{color: #0c98d5 !important;}
.italic{font-style: italic !important;}
.bluebar{
	text-align: center;
	background-color: #0079c5;
	color:#fff;
	padding:20px;
}
.IconImage{width: 100% !important; display: inline-block; max-width: 45px; min-height: 40px; max-height: 45px;}
.IconImage:hover{
	    /* opacity: .4;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    padding-bottom: 5px; */
}
.logo-header{/*min-width: 260px;*/}
.navbar-expand-md .navbar-nav .nav-link:hover .IconImage{-webkit-transform:scale(0.9);transform:scale(0.9);}
.navbar-expand-md .navbar-nav .nav-link:hover span{color: #0074c8 !important;}
.dir-header{width: auto; display: block; margin: 0 auto; justify-content: center; }
.dir-header img{display: inline-block; width: 20px;}
.redColor{background: transparent !important;}
.redColor .fab{color: #0074c8 !important;}

/* lang btns */

#lang-btns{
	position:absolute;
	display:block;
	top:-30px;
	right: 320px;
	width:30px;
	height:33px;
}
#lang-btns a.lanBtn{
	display:block;
	width:30px;
	height:33px;
	text-align:center;
	font-size: 15px;
	line-height: 32px;
	position:relative;
	top:0;
	left:0;
	border:1px solid rgba(255,255,255,0.16);
	margin-bottom:0;
	transition: ease .1618s;
	-webkit-transition: ease .1618s;
}
#lang-btns a.lanBtn:hover{
	color:#fff;
	border:1px solid rgba(255,255,255,1);
}
#lang-btns a.lanBtn.current{
	color:#fff;
	border:1px solid rgba(255,255,255,1);
}



#custom-search-input{
	width:260px;
	position:absolute;
	top:-30px;
	right:40px;
}
input#buscar-field{
	background:rgba(0,0,0,0);
	color:#dedede;
	border: 2px solid #dedede;
	border-radius:9px 0 0 9px;
	border-right: 0;
	padding:6px 10px;
	float:left;
	
	width:calc(100% - 35px);
}
button#enviar-btn{
	display:block;
	background:rgba(0,0,0,0);
	color:#dedede;
	border: 2px solid #dedede;
	border-radius:0 9px 9px 0;
	border-left: 0;
	padding:6px 10px;	
}
.btn-outline-dark {
    color: #0c98d5 !important;
    background-color: #fff !important;
    border: 3px solid #0c98d5 !important;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
}
.btn-outline-dark:hover {
    color: #fff !important;
    background-color: #0c98d5 !important;
    border: 3px solid #0c98d5 !important;
}
.btn-outline-dark-inverted {
    color: #fff !important;
    background-color: #0c98d5 !important;
    border: 3px solid #0c98d5 !important;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    padding: 0px 20px;
}
.btn-outline-dark-inverted:hover {
    color: #0c98d5 !important;
    background-color: #fff !important;
    border: 3px solid #0c98d5 !important;
}
.btn-outline-whitesmall {
    color: #fff !important;
    background-color: #0c98d5 !important;
    border: 2px solid #fff !important;
    font-weight: 600;
    font-family: 'Signika', sans-serif;
    padding: 5px 20px !important;
    font-size: 14px !important;
    font-weight: 300 !important;
}
.btn-outline-whitesmall:hover {
    color: #fff !important;
    background-color: #0c7cad !important;
    border: 2px solid #fff !important;
}
.tituloazulblanco {
    color: #fff;
    background-color: #0c98d5;
    border: 3px solid #0c98d5;
    font-size: 30px;
    padding: 5px;
}
.titulo{
	text-transform:uppercase;
	font-size:14px;
}
.lightfont{font-weight: 400 !important;}
.centrado{text-align: center;}
.upper{text-transform: uppercase !important;}
.checked {color: orange;}
.unchecked {color: #dddddd;}
.nopadding {padding: 0px !important;}


.botondrivers {
	font-size: 16px; border: 2px solid #fff; width: initial; text-transform: uppercase; margin-top: 15px; float: left; margin: 5px; padding: 5px 15px 5px 2px; font-weight: 700; border-radius: 30px;
}
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .2rem !important;
    padding-left: .2rem !important;

}
.whitebg {
	background-color: #fff;
	color: #222 !important;
}
.bluebg {
	background-color: #009bdb;
	color: #fff !important;
}

/* Select */

select.minimal {
	-webkit-appearance:none;
  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 + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, #ccc 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #ccc 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: #058dc7;
  outline: 0;
}

/* Buscar */

.search {
  width: 100%;
  display: flex;
}
.searchTerm {
  width: 100%;
  padding: 5px 5px 5px 15px;
  height: 35px;
  border-radius: 5px 0 0 5px;
  outline: none;
  border:0;
  color: #9DBFAF;
}
.searchTerm:focus{color: #00B4CC;}
.searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/

.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*nav#topNav .container{position:relative;width:100%;height:100%;}*/
.navbar.redes{
	position:absolute;
	top:5px;
	right:10px;
	padding:0;
}
.navbar.redes li.red{
	display:inline-block;
	width:24px;
	height:24px;
	margin:3px;
}
.navbar.redes li.red a{
	width:24px;
	height:24px;
	display:block;
	border-radius:50%;
	background:#7aae5b;
	text-align:center;
	line-height:24px;
	color:#fff;
	transition: ease .168s;
	-webkit-transition: ease .168s;
}
.navbar.redes li.red a:hover{
	color:#fff;
	background:#356624;
}
.mainMenuBtn.current:after{height: 4px;}
.breadcrumb {background-color: #fff !important;}

/* footer */
footer{
	background:#000000;
	min-height:300px;
	height:auto;
	padding:0 0 15px;
	display:block;
}
footer .footer-top{background:#0079c5;margin-bottom:15px;}
footer .container-fluid{padding:0;}
footer .navbar-footer{color:#fff;flex-direction:row;justify-content:center;padding:5px 0;border-bottom:1px solid #0079c5;margin-bottom:15px;}
footer .navbar-footer li.nav-item{}
footer .navbar-footer li.nav-item .nav-link{
	padding:15px;
	color:#fff;
}
footer .navbar-footer li.nav-item a.nav-link{
	transition: ease .168s;
	-webkit-transition: ease .168s;
}
footer .navbar-footer li.nav-item a.nav-link:hover{
	color:#72c8ee;
	padding:13px 15px 17px;
}
footer #sitemap{padding-bottom:15px;}
.sitemap-cat{margin-bottom:0;position:relative;}
#sitemap .submenu{margin-bottom:10px;}
.menu-sitemap{display:block;width:100%;margin-bottom:10px;position:relative;}
.sitemap-cat:before, .menu-sitemap:before{
	left: -10px;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}

footer .footer-info{text-align:center;}
footer .footer-info .phone-img-footer{display:inline-block;}
footer .footer-info p.telefono{
	font-size:24px;
	font-weight:700;
	color:#ffffff;
}
footer .footer-info p.telefono small{
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
ul#redesFooter{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
	margin-top: 5px;
}
ul#redesFooter li{
	display:inline-block;
	margin:5px;
}
ul#redesFooter li a.redesIcon{
	/* background:#8e8e8f99; */
	width:33px;
	height:33px;display:block;
	text-align:center;
	line-height:33px;
	border-radius:50%;
	padding-top:2px;
	transition: ease .168s;
	-webkit-transition: ease .168s;
	color: #0074c8;
}
ul#redesFooter li a.redesIcon:hover{
	/* background:#1f2024; */
}
ul#redesFooter li a.redesIcon i.fab{
	color:#babcbe !important;
	font-size:18px;
}
.phone{font-size: 24px;
    font-weight: 700;
    color: #babcbe !important;}
.phone:hover{color: #0074c8 !important;}
ul#redesFooter li a.redesIcon i.fab:hover{color: #0074c8 !important;}
ul#redesFooter li a.redesIcon .textBlanco:hover{color: #0074c8 !important;}
.voragoLogo{max-width: 150px; margin-top: 17px; transition: ease .168s;}
.voragoLogo:hover{opacity: .5;}
.divider-footer{
	display: inline-block;
    width: 1px;
    height: 45px;
    margin: 0px 15px 0;
    position: relative;
    top: 27px;
    background: rgb(255,255,255);
	background: -webkit-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32816876750700286) 50%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32816876750700286) 50%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32816876750700286) 50%, rgba(255,255,255,0) 100%);
}
.copyright{color: #babcbe; font-weight: 600;}
.empresa{ font-weight: 600; font-size: 14px; color: #fff;}
ul#lan{
	margin:0;
	padding:0;
	list-style:none;
	text-align:right;
}
ul#lan li{
	display:inline-block;
	margin:3px;
}
ul#lan li a.lanIcon{
	background:#000000;
	/*width:45px;
	height:30px;*/
	padding: 0 5px;
	display:block;
	text-align:center;
	line-height:30px;
	border-radius:0%;
	position:relative;
	border:2px solid #8e8e8f00;
	transition: ease .168s;
	-webkit-transition: ease .168s;
	border: 1px solid rgba(255,255,255,0.16);
}
ul#lan li a.lanIcon img.flag-img{
	width:33px;
	height:33px;
	left:4px;
	top:4px;
	position:absolute;
}
ul#lan li a.lanIcon.current, ul#lan li a.lanIcon:hover{color: #fff; border: 1px solid rgba(255,255,255,1); border-radius: 0px; height: 30px;}
ul#lan li a.lanIcon.current{cursor:default;}
footer p{color:#babcbe;}
footer hr.invisible.clearfix{opacity:0;}
#footer-logo{max-width:220px;display:block;margin-bottom:15px;}
#footer-logo2{max-width:60px;display:block;margin-bottom:5px; margin-top: 15px;}
#footer-logo3{max-width:140px;display:block;margin-bottom:15px;}

img#footer-global-std{max-width:72px;max-height:72px;}

/* header parallax */
.header-secciones{
	height:480px !important;
	position:relative;
	z-index:1;
	display:block;
	overflow: hidden;
}
.header-secciones .image-parallax {
  height:200%;
  width:100%;
  position: absolute;
  top: -120%;
  /*background:url(../images/television/header.jpg)top center no-repeat;*/
}
/* /header parallax */



/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        COMMON CLASSES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
.btn{
	color:#fff;
	background:#4aa1bc;
	text-align:center;
	padding:10px 15px;
	border-radius:6px;
	text-transform:uppercase;
	transition: ease .168s;
	-webkit-transition: ease .168s;
}
.btn:hover{background:#016f8a;}
.btn.btn-sm{
	padding:3px 6px;
	border-radius:3px;
}
.btn.ghostBtn{
	background:rgba(0,0,0,0);
	border:2px solid #fff;
	color:#fff;
	font-weight:400;
	border-radius:7px;
	font-size: 14px;
}
.btn.ghostBtn:hover{
	background:rgba(0,0,0,0.16);
}
/* OWL controls */
.owl-prev, .owl-next {
	color:#fff;
	position: absolute;
	top:50%;
	margin-top: -50px;
	width: 50px;
	height: 50px;
	text-align: center;
	font-size:60px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
.owl-prev:hover, .owl-next:hover {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}
.owl-next {right: 0px;}
.owl-controls {text-align: center;z-index:3;}
.owl-controls .owl-page {display: inline-block;}
.owl-controls .owl-page span {
    background-color: #333;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
    filter: Alpha(Opacity=500);/*IE7 fix*/
    opacity: 0.5;
}
.owl-controls .owl-page.active span, .owl-controls .owl-page:hover span {filter: Alpha(Opacity=100);/*IE7 fix*/opacity: 1;}

#accesos-principales2 .owl-prev, #accesos-principales2 .owl-next {top: 65px;}

/* MOBILE NAV */

#sidebar{
	position:fixed;
	z-index:99999;
	width:calc(100% - 90px);
	height:100%;
	background:#1f2024;
	left:calc(-100% + 90px);
	padding:0 1px 0;
	transition:all 360ms ease;
	box-shadow: 3px 0px 3px rgba(0,0,0,0.1618);
}
#sidebar.active{left:0px;}
#sidebar ul#mobile-nav{padding:0px;margin:0;}
#sidebar ul#mobile-nav li{
	list-style:none;
	padding:0;
	border-bottom:1px solid #ddd3;
}
#sidebar ul#mobile-nav li a{
	display:block;
	color:#fff !important;
	padding: 10px 20px;
	font-size:18px;
	text-transform:uppercase;
}
header #sidebar ul#mobile-nav li a .fa-angle-right{
	color:#0076d0;
}
header #sidebar ul#mobile-nav li a .fa-angle-right{
	color:#0076d0;
}

dl-subviewopen
#sidebar ul#mobile-nav li ul.subcategorias-list{
	margin: 0;
    position: absolute;
    width: 100%;
    padding: 0;
    top: 0;
    left:100%;
    display:none;
}
#sidebar .toggle-btn{
	left:calc(100% + 25px);
	top:35px;
	width: 30px;
	height: 21px;
	position: absolute;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	transition-delay:360ms;
}
#sidebar .toggle-btn span{
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #656769;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
	transition-delay:360ms;
}
#sidebar .toggle-btn span:nth-child(1) {top: 0px;}
#sidebar .toggle-btn span:nth-child(2) {top: 9px;}
#sidebar .toggle-btn span:nth-child(3) {top: 18px;}
#sidebar .toggle-btn.open span:nth-child(1) {
	top: 11px;
	background:#fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
#sidebar .toggle-btn.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}
#sidebar .toggle-btn.open span:nth-child(3) {
	top: 11px;
	background:#fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#header-mob-menu{
	width:100%;
	height:100px;
	border-bottom:1px solid #ddd3;
	display: flex;
    justify-content: center;
}
.mobile-navbrand{
	width:100%;
	max-width:240px;
	height:auto;
	float:left;
	margin:25px 0 0 35px;
}
.mobile-navbrand img{width:100%;height:100;}
.mobile-h-icon{
	display:block;
	font-size:24px;
	margin:15px 15px 0 0;
}
#custom-search-input2{
	width:calc(100% - 40px);
	position:relative;
	top: 0px;
	left:20px;
}
#custom-search-input2 input#buscar-field2{
	border-radius: 9px 0 0 9px;
    border: 2px solid #dedede;
    border-right: 0;
    padding: 8px 10px;
    float: left;
    width: calc(100% - 45px);
    background: rgba(0,0,0,0);
    color: #dedede;
}
#custom-search-input2 button#enviar-btn2{
	display: block;
    border-radius: 0 9px 9px 0;
    border: 2px solid #dedede;
    border-left: 0;
    padding: 8px 10px;
    background: rgba(255,255,255,0);
    color: #dedede;
}
.overlay{
	display:block;
	position:fixed;
	width:100%;
	height:100%;
	pointer-events:none;
	background:rgba(0,0,0,0.77);
	z-index:9999;
	opacity: 0;
	-webkit-transition: 360ms ease-in-out;
	-moz-transition: 360ms ease-in-out;
	-o-transition: 360ms ease-in-out;
	transition: 360ms ease-in-out;
}
.overlay.on{opacity: 1;}
.owl-prev , .owl-next {font-size: 25px;}
.redes-responsive{background: #000000; display: flex; justify-content: center; width: 100%;padding: 10px 0px;}
.redes-responsive .redesIcon{width: 33px; height: 33px; display: block; text-align: center; line-height: 33px; border-radius: 50%; padding-top: 2px; transition: ease .168s; -webkit-transition: ease .168s; color: #000000;background: #8e8e8f99;}
.redes-responsive li{display: inline-block;margin: 5px;}
.redes-responsive li a{font-size:18px;}

#menu-desktop .navbar-nav .dropdown-menu {margin-top: 40px;}
/*#menu-desktop .navbar-nav .dropdown .dropdown-toggle::after{display: none;}*/

.navbar-nav .dropdown-menu {color: #ffffff; background-color: rgba(0, 0, 0, 0.7); background: rgba(0, 0, 0, 0.7);}
.navbar-nav .dropdown-menu .dropdown-item{color: #ffffff;}
.navbar-nav .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {background: #0075c9;}
.dropdown-item:focus, .dropdown-item:hover{background-color: #007bff;}

#ui-id-1, #ui-id-2{
	z-index: 100000;
	background-color: #000;
	color: #fff;
}

/* estilos de formulario suscripcion */
.inputsus {display: flex;align-items: center;}
.buttonsus {height: 44px;border: none;}
#subscribe_email {width: 60%;background: #FDFCFB;color: #737373;letter-spacing: 1px;text-indent: 5%;border-radius: 5px 0 0 5px;border: 0;height: 28px;}
#submitsus {width: 40%;height: 28px;background: #666666;font-weight: bold;color: inherit;letter-spacing: 1px;border-radius: 0 5px 5px 0;cursor: pointer;transition: background .3s ease-in-out;}
#submitsus:hover {background: #555555;}
inputsus:focus {outline: none;outline: 2px solid #666666;box-shadow: 0 0 2px #666666;}
#subscribe_email::-webkit-input-placeholder {color: #333333;font-size: 10px;}
#subscribe_email::-moz-placeholder {color: #333333;font-size: 10px;}
#subscribe_email:-ms-input-placeholder {color: #333333;font-size: 10px;}
#subscribe_email::placeholder {color: #333333;font-size: 10px;}

.modal-alert{ color: #000; }

#famapmarkereF{
	padding-top: 0 !important;
}

.top-right{padding-right: 25%;}
/* .w-redes{max-width: 550px;} */
.top-newsletter{margin-top: 30px;}

hr.dashed {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px dashed rgb(255,255,255,0.33);
    margin: 1em 0;
    padding: 0;
}

.soporte { border-top:1px dashed #2c2d2f;margin-top: 50px; }
.soporte .pagination{margin-top: 40px; margin-bottom: 30px;}
.soporte .pagination .page-link{background-color: #415f77; border: 1px solid #415f77; }
.soporte .pagination .page-item.active .page-link{   background-color: #007bff !important;
    border-color: #007bff !important;}
.icono-soporte{width: 40px; margin-right: 10px; margin-left: 10px;}
.title-soport-seccion{font-size: 20px;}

#searchbtn {
    position: relative;
}
#searchbtn .fa-search {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%)
}

/* FIRMA KBI */
.firmaKBI{
  width:40px;
  height:20px;
  display:inline-block;
  background:url(../images/firma.png) no-repeat;
    position: relative;
    top: inherit;
    margin-left:auto;
    margin-right:auto;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.firmaKBI:hover{width:95px;}


/* 
::::::::::::::::::::::::::::::::::::::::::::::::::
        QUERIES
::::::::::::::::::::::::::::::::::::::::::::::::::
*/
@media screen and (max-width: 1200px){
	.icono-soporte{width: 30px;}
	.botondrivers{font-size: 14px;/*width: 220px;*/}
}
@media screen and (min-width: 768px){
	.overlay{display:none;}
}
@media screen and (max-width: 1294px){}
@media screen and (max-width: 991px){
	#lang-btns { right: 280px; }
	.botondrivers{/*width: 250px;*/}

}
/* @media screen and (max-width: 1200px){
	#custom-search-input{}
	.w-redes { max-width: 500px; }
	#lang-btns{ right: 50%; }
}
@media screen and (max-width: 1180px){
	.w-redes { max-width: 480px; }
}
@media screen and (max-width: 1100px){
	.w-redes { max-width: 450px; }
	#custom-search-input{right: 22%;}
}
@media screen and (max-width: 1080px){
	.w-redes { max-width: 420px; }
	#custom-search-input{right: 20%;}
}
@media screen and (max-width: 980px){
	.w-redes { max-width: 380px; }
}
@media screen and (max-width: 880px){
	#lang-btns { right: 46%; }
}
@media screen and (max-width: 820px){
	.w-redes { max-width: 340px; }
	#custom-search-input { right: 13%; }
}
@media screen and (max-width: 800px){
	.w-redes { max-width: 320px; }
	#custom-search-input { right: 12%; }
} */
@media screen and (max-width: 991px){
	.navbar-footer{flex-flow:wrap;padding:15px 0;margin-bottom:30px;}
	ul#redesFooter li {margin: 1px;}
	.espacio-tablet{margin: 0px;width: 100%; max-width: 100%;}
	.mainMenuBtn{font-size: 12px;}
	.navbar-expand-md .navbar-nav{max-width: 100%; }
	.navbar-expand-md .navbar-nav .nav-link{padding-right: 0.50rem; padding-left: 0.50rem;}
	#custom-search-input {width:200px;}
	.nopaddingmovile{ padding: 0 !important; }
}
@media screen and (max-width: 767px){
	#ham-icon{display:none !important;}
	#menu-desktop{display:none !important;}
	h3 {font-size: 14px;font-weight: 700;}
	h1 {font-size: 20px;font-weight: 700;}
	.nopaddingtablet{padding: 0px !important;}
	.container{max-width:100% !important;}
	.navbar-height {height: 100px;}
	nav.navbar{height:100px;top:0px;}
	.navbar-brand{top:20px;}
	.navbar-brand.big{top:10px;}
	ul#redesFooter li {margin: 5px;}
	ul#redesFooter{text-align:center;}
	ul#lan{text-align:center;}
	footer .navbar-footer li.nav-item { width: 100%; display: inline-block; text-align: center; border-bottom: 1px solid #00a6da; }
	#custom-search-input {display:none;}
	#footer-logo2{display: inline-block;margin-bottom: 5px;margin-top: 0;}
	#footer-logo3{display: inline-block;margin-bottom: 5px;}
	.btn-content-soporte { display: flex; justify-content: center; }
	.title-soport-seccion{width: 100%; display: inline-block;text-align: center;}
	.voragoLogo{margin-top: 0;}

}
@media screen and (max-width: 640px){
	#brand-footer-label{display:none;}
	.vorago-icons{display: grid;}
	
}
@media screen and (max-width: 600px){
	.nav-link {padding: .5rem .5rem !important;}
	.botondrivers { width: 100%; }
	.vorago-logo-aviso{width: 100%; display: inline-block; position: relative;}
	.vorago-logo-aviso a{display: flex; width: 100%; justify-content: center;margin-bottom:30px;}
	.vorago-logo-aviso img{ width: 180px;}
}
@media screen and (max-width: 480px){
	.tituloazulblanco {color: #fff;background-color: #0c98d5;border: 3px solid #0c98d5;font-size: 20px;padding: 5px;}
	/*.mobile-navbrand {margin: 20px 0 0 20px;}*/
	#sidebar ul#mobile-nav li a{padding: 7px 20px;font-size:16px;}
	.btn-content-soporte{display: inline-block;padding: 0px 20px;}
	.botondrivers { width: 100%; margin-bottom: 10px; margin-top: 10px;}
	.soporte{margin-top: 0px;}
}
@media screen and (max-width: 360px){
	.navbar-brand.big{ width: 200px; left: calc(50% - 90px); }
}
