:root {
	--color-confebus: #cc0000;
	--color-confebus-hover: #830711;
	--color-secundario: #169aa2;
	--color-secundario-hover: #127e84;
	--gris-suave-menu: #f5f5f5;
	--gris-texto-footer: #c3c3c3;
	--gris-fondo-footer: #222;
	--success-color: #28a745;
	--warning-color: #ffc107;

	font-size: 62.5%;
}

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 1.4rem;
	color: #686868;
	line-height: 175%;
	background-color: #fff;
	background-repeat: repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 0px;
	font-weight: normal;
	position: relative;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: 140% !important;
	color: #222222;
}

h1 {
	font-size: 2.2rem;
}

h2 {
	font-size: 2.0rem;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.3rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color: #222222 !important;
	text-decoration: none !important;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	color: #fff !important;
}

a {
	color: #222222;
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .2s linear, color .2s linear;
	-moz-transition: background-color .2s linear, color .2s linear;
	-o-transition: background-color .2s linear, color .2s linear;
	-ms-transition: background-color .2s linear, color .2s linear;
	transition: background-color .2s linear, color .2s linear;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #686868;
}

a.readmore {
	color: var(--color-confebus);
	display: block;
	font-style: italic;
	font-weight: 400;
}

a.readmore:hover {
	text-decoration: underline;
}

.general-title {
	text-align: center;
}

.general-title h2 {
	font-size: 31px;
	letter-spacing: 0.6px;
	padding-bottom: 0;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

.general-title h2 span {
	color: var(--color-confebus);
}

.general-title hr {
	border-color: var(--color-confebus);
	width: 3rem;
	margin: 0 auto;
	border-width: 2px 0 0;
	opacity: 1;
}

.general-title p {
	font-weight: 300;
	font-size: 1.8rem;
	line-height: 1.9;
	margin: 10px 0 15px 0;
}

.seccion-blanca {
	background-color: #fff;
	padding: 60px 0;
}

.seccion-gris {
	background-color: var(--gris-suave-menu);
	padding: 60px 0;
}

/* HEADER */
#topbar {
	background: #fff;
	z-index: 99;
	position: relative;
	border-bottom: 1px solid #f2f2f2;
}

.topbar-login {
	border-right: none;
	/* border-left: 1px solid #f2f2f2; */
	float: left;
	padding: 0 15px;
	line-height: 42px;
}

.btn-link {
	color: var(--color-confebus);
	font-size: 1.3rem;
	text-decoration: none;
	font-weight: 400;
}

.btn-link:hover {
	color: var(--color-confebus);
}

.social-icons {
	padding: 0;
	display: block;
	overflow: hidden
}

.social-icons span a {
	border-left: 1px solid #f2f2f2;
	font-size: 1.4rem;
	text-align: center;
	width: 40px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	display: block;
	float: left
}

#topbar .social-icons span:hover a {
	color: #fff !important;
	background-color: var(--color-confebus);
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
}

#topbar .social-icons span.last a {
	border-right: 1px solid #f2f2f2;
}

#topbar,
#topbar a {
	color: #888888;
}

.topbar-login button,
.topbar-login button:visited {
	color: var(--gris-fondo-footer);
}

.topbar-login button:active {
	color: var(--color-confebus) !important;
}

.topbar-login button.show {
	color: var(--color-confebus) !important;
}

.topbar-login .dropdown-menu {
	padding: 0;
}

.topbar-login .dropdown-menu a {
	color: var(--gris-fondo-footer) !important;
}

/* MENU */
.header-style-1 {
	padding: 17px 0;
	background-color: #ffffff;
	background: rgba(255, 255, 255, 1);
}

.navbar {
	padding: 0 20px;
}

.header-style-1 .navbar-brand img {
	display: block;
	max-height: 60px;
	align-self: center;
}

.navbar-toggler-icon {
	height: 2.5rem;
	width: 2.5rem;
}

.navbar-nav > li > a {
	text-transform: uppercase;
	color: #222222;
	font-family: 'PT Sans', sans-serif;
	font-weight: 400;
	padding: 7px 18px;
	/* margin-top: 8px; */
	position: relative;
}

.navbar-nav > li > a:focus {
	background-color: var(--color-confebus);
	color: #fff !important;
}

.navbar-nav > li > a:hover {
	background-color: var(--color-confebus);
	color: #fff !important;
}

.navbar-nav > li > a.active {
	background-color: var(--color-confebus) !important;
	color: #fff !important;
}

.arrow-up {
	border-bottom: 5px solid #FFFFFF;
	border-left: 5px solid rgba(0, 0, 0, 0);
	border-right: 5px solid rgba(0, 0, 0, 0);
	bottom: -1px;
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 0;
}

.navbar .tiene-menu {
	position: static !important;
}

.navbar .supermenu {
	left: 0;
	right: 0;
	width: 100%;
	margin-top: 0;
}

/* .dropdown-menu {
	background-color: transparent;
	border: none;
	box-shadow: none;
} */

.header-ppal .dropdown-menu {
	margin-top: 17px !important;
	padding: 0 !important;
	border-radius: 0 !important;
	width: 95vw !important;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.header-busstation .dropdown-menu {
	background-color: transparent;
	border: none;
	box-shadow: none;
	margin-top: 3px !important;
	padding-top: 0;
	padding-bottom: 0;
}

.dropdown-cols {
	border: 1px solid rgba(0, 0, 0, .15);
	border-top: 3px solid var(--color-confebus) !important;
	background-color: var(--gris-suave-menu);
}

.header-ppal .dropdown-cols {
	width: 80vw;
	min-height: 32.1rem;
	margin: 0 auto;
}

.header-ppal .dropdown-menu .menu-izda{
	/* width: 33.33%; */
	display: inline-block;
	padding: 20px;
}

.header-ppal .dropdown-menu .menu-dcha {
	/* width: 66.66%; */
	display: inline-block;
	padding: 20px;
}

.dropdown-menu .menu-dcha img {
	margin-top: -10px;
	margin-bottom: 10px;
}

.dropdown-menu .dropdown-header {
	text-transform: uppercase;
	font-size: 1.4rem;
	color: #222222;
	padding: 5px 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

.dropdown-menu i {
	font-size: 1.3rem;
	padding-right: 5px;
	color: var(--color-confebus);
}

.dropdown-menu a {
	font-size: 1.4rem;
	padding: 5px 15px;
	color:#222222;
	text-decoration: none;
}

.dropdown-menu a i {
	font-size: 1rem;
}

.logo-busstation{
	padding: 20px 0 30px !important;
}

.logo-busstation a {
	text-align: center;
}


/* FIN MENU */

/* FOOTER */
.footer-zona-superior {
	background-color: var(--gris-fondo-footer);
	padding: 40px 0;
	display: block;
	position: relative;
}

.footer-zona-superior a {
	font-weight: 400;
}

.footer-zona-superior .footer-columna .title h3 {
	font-size: 2rem;
	text-transform: none;
	margin-top: 20px;
	margin-bottom: 10px;
}

.footer-zona-superior .social-icons span a {
	border: none;
	color: #686868;
}

.footer-zona-superior .social-icons span:hover a {
	color: #fff !important;
	background-color: var(--color-confebus);
	-webkit-border-radius: 03px;
	-moz-border-radius: 03px;
	border-radius: 03px;
}

.footer-zona-superior .footer-columna,
.footer-zona-superior p,
.footer-zona-superior .footer-columna .title h3 {
	color: #ffffff !important;
}

.etiquetas a {
	float: left;
	display: block;
	margin-bottom: 6px;
	margin-right: 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 3px 10px;
	color: #C3C3C3 !important;
	text-decoration: none;
	border: 1px solid #242424;
	background: #323232;
	box-shadow: none !important;
}

.etiquetas a:hover {
	background: var(--color-confebus);
	border: 1px solid inherit;
	color: #fff !important;
	text-decoration: none;
}

.newsletter-columna .btn {
	margin-top: 10px;
}

.btn-confebus {
	background-color: var(--color-confebus);
	color: #ffffff;
	border: none;
	padding: 6px 12px;
	font-size: 1.4rem;
}

.btn-confebus:hover {
	background-color: var(--color-confebus-hover);
	color: #ffffff;
}

.btn-confebus:focus {
	color: #ffffff;
}

.btn-amarillo {
	background-color: #f4fb28;
	color: #0b182f;
	border: none;
	padding: 6px 12px;
	font-size: 1.4rem;
}

.btn-amarillo:hover {
	background-color: #effba4 !important;
	color: #0b182f;
}

.btn-blanco {
	background-color: white;
	color: var(--color-confebus);
	border: none;
	padding: 6px 12px;
	font-size: 1.4rem;
}

.btn-blanco:hover {
	background-color: #a5a898 !important;
	color: var(--color-confebus-hover);
}

.btn-lg {
	padding: 10px 30px;
	font-size: 1.6rem;
}

.footer-zona-inferior,
.footer-busstation {
	padding: 20px 0 10px;
	color: #c3c3c3;
	display: block;
	position: relative;
	background-color: #0c0c0c;
}

.footer-menu ul {
	list-style: none;
	list-style-position: outside;
	float: right;
	display: inline;
	margin: 5px;
}

.footer-menu li {
	line-height: 1.2;
	float: left;
	padding: 0 6px;
}

.footer-menu li a {
	color: var(--gris-texto-footer);
	font-weight: 400;
}

.footer-menu li a:hover {
	color: var(--color-confebus);
}
/* FIN FOOTER */

/* FLECHA ARRIBA */
.boton-arriba {
	width: 40px;
	height: 40px;
	outline: 0;
	/* border-radius: 50%; */
	border: 1px solid var(--color-confebus);
	background-color: var(--color-confebus);
	position: fixed;
	right: 20px;
	left: 95%;
	bottom: 20px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.boton-arriba:hover {
	background-color: var(--color-confebus-hover);
	border-color: var(--color-confebus-hover);
}

.fa-angle-up {
	color: #fff;
	font-size: 1.6rem;
}

.arriba-hide {
	opacity: 0;
}

.arriba-active {
	opacity: 1;
}

@media (max-width: 767px) {
	.seccion-blanca {
		padding: 20px 0;
	}
	.seccion-gris {
		padding: 20px 0;
	}
	.footer-menu {
		display: none !important;
	}
	#navbarBusstation .arrow-up {
		display: none;
	}
}

@media (max-width: 991px){
	.navbar {
		padding: 0;
	}
	.navbar-brand {
		padding-left: 10px;
	}
	#navbarConfebus .arrow-up {
		display: none;
	}
	#navbarConfebus .show {
		width: 97vw;
	}
	#navbarConfebus .nav-link {
		text-align: end;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px){
	.seccion-blanca {
		padding: 30px 0;
	}

	.seccion-gris {
		padding: 30px 0;
	}
}