html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	position: relative;
	padding-top: 90px;
	height: 100%;
	padding-right: 0 !important;
}

a img {
	opacity: 1;
	transition: opacity 0.3s ease-in-out;
	filter: alpha(opacity=100);
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

a:hover {
	text-decoration: none;
}

#back-to-top {
	position: fixed;
	bottom: 10px;
	right: 20px;
	z-index: 1041;
}

#back-to-top a {
	color: #005db4;
}

#back-to-top a:hover {
	text-decoration: none;
	color: #012d57;
}

#whatsapp-float {
	position: fixed;
	bottom: 50px;
	right: 13px !important;
	font-size: 1.5em;
	width: 45px;
	height: 45px;
	padding: 4px !important;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
	border-radius: 50%;
	background-color: #25d366;
	z-index: 1049;
}

#whatsapp-float:hover {
	background-color: #128c7e;
}

#whatsapp-float a {
	color: #fff;
}

.txt-grande {
	font-size: 2rem;
	font-weight: 700;
}

.txt-pesado {
	font-weight: 700;
}

section,
.section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.fixed_bg {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.fixed_bg2 {
	position: relative;
	background-image: url('../assets/fondo_footer_2.png'); 
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.fixed_bg2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 30, 33, 0.9); /* Capa negra con opacidad */
  z-index: 0;
}


#inicio {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url('../assets/fondo_autobus.jpg');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
}

#inicio .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.inicio-contenido {
	position: relative;
	z-index: 2;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	text-align: center;
	padding: 0 20px;
}

.inicio-contenido h1 {
	font-weight: bold;
}

/*Iconos*/
.icono-wrapper {
	border-radius: 50%;
	height: 120px;
	width: 120px;
	margin: 0 auto;
	margin-bottom: 40px;
}

.icono {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -32px;
}

.icono:before {
	font-size: 64px;
	margin-left: 0;
}

#footer {
	background-image: url(../assets/fondo_footer_2.png);
}

.aditional-section {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.aditional-section .overlay {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	background: rgba(62, 76, 85, 0.8);
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -40px;
	position: relative;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #7E9CD0;
}

#partners .owl-theme .owl-dots,
.owl-theme .owl-nav,
#basicos .owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
}

#partners .owl-theme .owl-nav.disabled+.owl-dots,
#basicos .owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: 40px;
	position: relative;
}

/*Toggler animado*/
.navbar {
	padding-right: 0 !important;
}

.navbar-toggler:focus,
.navbar-toggler:active {
	outline: 0;
}

.icon-bar {
	width: 22px;
	height: 2px;
	background-color: #333333;
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}

.navbar-toggler {
	border: none;
	background: transparent !important;
}

.navbar-toggler .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
	opacity: 0;
}

.navbar-toggler .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
	transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
	opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
	transform: rotate(0);
}

/*Documentos*/
.card:hover {
	transform: translateY(-5px);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card {
	border-radius: 0.4rem;
}


.documentos-section {
	width: 100%;
	background-image: url('../assets/fondo_doc_4.png');
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.documentos-section .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	/* negro con opacidad */
	z-index: 1;
}

.documentos-section .container {
	position: relative;
	z-index: 2;
}

.documentos-section h2,
.documentos-section p {
	color: white !important;
}


/* Small devices (landscape phones, 544px and up) */
@media (min-width: 544px) {

	.owl-theme-custom .owl-dots,
	.owl-theme-custom .owl-nav {
		text-align: left;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

	.owl-theme .owl-dots,
	.owl-theme .owl-nav {
		text-align: left;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}