@font-face {
  font-family: 'TuskerGrotesk-6800';
  src: url('../fonts/TuskerGrotesk-6800Super.ttf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'TuskerGrotesk-6400';
  src: url('../fonts/TuskerGrotesk-6600Semibold.ttf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'TuskerGrotesk-5600';
  src: url('../fonts/TuskerGrotesk-5600Semibold.ttf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'DrukMediumItalic';
  src: url('../fonts/Druk-Medium-Italic.otf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'DrukMedium';
  src: url('../fonts/Druk-Medium.otf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'Roboto-Bold';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'Riojana-Book';
  src: url('../fonts/Riojana-Book.otf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
@font-face {
  font-family: 'Riojana-SemiBold';
  src: url('../fonts/Riojana-SemiBold.otf') format('truetype'); /* Cambia la ruta según la ubicación de tu archivo de fuente */
}
html {
  scroll-behavior: smooth;
}
body {
	font-family: arial, sans-serif !important;	overflow-x: hidden;
}
.gobierno.cabecera-gob {
    padding: 0;
	background-image: url('../imgs/fondo_cab_100.png');
	background-position: top center;
	background-repeat: no-repeat;
	height:100px;
	z-index:9999;
}
.col-sm-4 {
	padding:20px 0;
	text-align:center;
}

.gobierno.cabecera-gob .col-sm-4 img {
	width:90%;
	max-width:170px;
}
.header {
    display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.header .column {
    display: flex;
    justify-content: center;
    align-items: center;
}
#masthead {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      color: white;
      z-index: 10000;
      padding: 1rem;
      display: flex;
      justify-content: center;
      gap: 1rem;
      opacity: 1;
      visibility: visible;
    }
#pinContainer {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.panel {
  height: 100%;
  width: 100%;
  position: absolute;
}

#pinMaster {
  position: relative;
}

#footer {
  height: 100px;
  background-color: black;
}


#panel-1 {
	background-image: url('../imgs/slide_1.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#panel-2 {
	background-image: url('../imgs/slide_senoras.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#panel-3 {
	background-image: url('../imgs/slide_3.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper {
	max-width: 1000px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.wrapper-slim {
	max-width: 700px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
.panel h1 {
    font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size: 70px;
	line-height:1.1em;
	color: #FFCD00;
	margin-bottom:20px;
}
.panel h1 b {
    font-family: 'TuskerGrotesk-6800', sans-serif;
}
.panel h2 {
    font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size: 26px;
	line-height:1.1em;
	color: #FFFFFF;
	margin-bottom:20px;
}
.panel p {
    font-family: 'Roboto-Bold', sans-serif;
	font-size: 20px;
	line-height:1.1em;
	color: #FFFFFF;
	margin-bottom:0px;
}
.panel .py-10 {
	padding-bottom: 60px;
}

.carousel {
	margin-top:0px;
}
.carousel-item {
	height: 600px; /* Altura fija del slider */
}

.carousel-item img {
	height: 100%;
	width: 60%;
	object-fit: cover; /* La imagen cubre todo el espacio del slider */
}
.hero2 .carousel-item img {
	height: 100%;
	width: 100%;
	object-fit: cover; /* La imagen cubre todo el espacio del slider */
}
.carousel-indicators .active {
	background-color: #234567;
}
.banner {
    position: relative;
	background-color: #cfc9c5;
	color: #FFFFFF;
	padding: 60px 0 60px 0;
	margin-top:60px;
	font-size:18px;
	font-weight: 400;
	text-align: center;
}
.banner.center, .banner.center p {
	text-align:center;
}
.banner.last {
	margin-top: 70px ;
}
p.qr img {
	margin-top:30px;
}


.about {
	font-size: 20px;
	padding: 80px 0 0 0;
	font-family: 'Roboto', arial, sans-serif;
	letter-spacing:1px;
	color:#234567;
}
.about.sec_bandera {
	padding: 0px;
	margin-bottom:60px;
}
.about img {
  max-width: 60px;
  height: auto;
  display: inline-block;
  margin-right:20px;
}
img.bandera {
  max-width: 200px;
  margin-bottom:10px;
  height: auto;
  display: block;
}
.about b {
    font-family: 'Roboto-Bold', sans-serif;
	font-weight:700;
}
.about .claim {
	font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size: 24px;
}
.about .sub-title {
	font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size:18px;
}
.about.color-green {
	background-color: #76BC21;
	color: #FFFFFF;
}
.about.azulclaro {
	background-color: #7A97AB;
	color: #FFFFFF;
}
.about.azuloscuro {
	background-color: #234567;
	color: #FFFFFF;
}
.about  h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 19px;
  padding: 10px 0px;
  color: #234567;
  line-height:1.2em;
  display: inline-block;
}
.about.azulclaro h3, .about.azuloscuro h3 {
	color: #FFFFFF;
}
.about .content p:last-child {
  margin-bottom: 0;
}
.about .recomendaciones h3 {
	margin-bottom:20px;
}
.about .recomendaciones .row {
	margin-bottom:40px;
}
.about .ico {
	height:70px;
	margin-right:20px;
}

@media(max-width:767px){
	#masthead {
      position: relative;
      top: 0;
      left: 0;
    }
	
	#pinContainer {
	  width: 100%;
	  height: 92vh;
	  overflow: hidden;
	  position: relative;
	}
	
	.panel h1 {
		font-family: 'TuskerGrotesk-5600', sans-serif;
		font-size: 40px;
		line-height:1.1em;
		color: #FFCD00;
		margin-bottom:20px;
	}
	.panel h1 b {
		font-family: 'TuskerGrotesk-6800', sans-serif;
	}
	.panel h2 {
		font-family: 'TuskerGrotesk-5600', sans-serif;
		font-size: 26px;
		line-height:1.1em;
		color: #FFFFFF;
		margin-bottom:20px;
	}
	.panel .py-10 {
		padding-bottom: 20px;
	}
	.hero {
		margin-top: 0px;
		padding-top:40px;
		min-height:80vh;
		background-image: url('../imgs/Autobus_mobile.png');
		background-position: bottom center;
	}
	.hero2 {
		margin-top:0px;
		padding-top:0px;
		position: relative;
		background-color: #FFFFFF;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	.hero2 .claim {
		position: relative;
		top: 0px;
		left: 0;
		padding:60px 20px;
		width: 100%;
		z-index: 99999;
	}
	.carousel-indicators {
		display:none !important;
	}
	#carousel2 .carousel-control-next, #carousel2 .carousel-control-prev {
		width: 10% !important;	
	}
	#carousel2 {
		margin-top:0px;
	}
	.hero2 .carousel-item img {
		height: 100%;
		width: 100%;
		object-fit: contain; /* La imagen cubre todo el espacio del slider */
	}
	.carousel-item {
		height: auto; /* Altura fija del slider */
	}
	.hero .px-5 {
		padding-left:40px !important;
		padding-right:40px !important;
	}
	.banner p.title {
		font-size: 40px;
		font-family: 'TuskerGrotesk-5600', sans-serif;
		line-height:1.1em;
		color: #FFFFFF;
	}
	.hero h2 {
		font-size: 36px;
	}
	.hero h2.medium, .hero2 .claim h2.medium {
		font-size: 44px;
	}
	.hero h2.bold, .hero2 .claim h2.bold {
		font-size: 56px;
	}
	.hero h2.bold.claro, .hero2 .claim h2.bold.claro, .banner p.bold.claro {
		font-size: 40px;
	}
	.about .recomendaciones .row {
		text-align: left;
		margin-bottom: 60px;
	}
	.about .recomendaciones .row .ico {
		margin-bottom: 10px;
		height: 60px;
	}
	.about .container {
		padding-left: 40px !important;
		padding-right: 40px !important;
	}
}





.c-pie__row {
       display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 30px 0;
    flex-direction: row;
}

.c-pie__column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 25px;
}

.c-footer {
    margin-top: 50px;
}

.c-pie__row p{
margin-top: 30px;
}

@media(max-width:767px){
.gobierno.cabecera-gob {
    padding: 0;
	background-image: url('../imgs/fondo_cab_movil.png');
	background-position: top center;
	background-repeat: no-repeat;
	background-size:contain;
	background-color:white;
	height:90px;
}
.gobierno.cabecera-gob .row {
	height:100px;
}
.gobierno.cabecera-gob .col-sm-4 img {
	width:90%;
	max-width:150px;
}
.banner.center h1 {
	font-size:60px;
}
.banner.center h2 {
	font-size:54px;
	line-height:1.2em;
}
.montana {
	text-align:right;
}
.header {
	flex-direction: column;
}
.hero .izda {
	width: 100%;
	text-align:center;
}
.hero .dcha {
	width: 100%;
	text-align:left;
}
.hero .texto {
    padding-left: 55px;
}
.hero .texto p.autor {
	position:relative;
	bottom: 10px;
}
.c-pie__row {
    
    padding: 15px 0;
    flex-direction: column;
}
.c-pie__row p{
margin-top: 15px;
}
.hero h3, .subhero h3 {
    font-size: 28px;
}

.hero .texto p strong {
    font-size: 46px;
}
}
.c-imagen_absoluta {
    height: 250px;
}

.banner img {
	object-fit: cover; /* La imagen cubre todo el espacio del slider */
}

.g-5, .gy-5 {
    --bs-gutter-y: 3rem;
}
.text-center {
	text-align:center;
}
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
.accordion {
  margin-bottom: 0px;
}

.accordion .card {
      border: 1px solid rgba(0, 0, 0, 0.1) ;
      border-radius: 0.25rem;
	  background-color: #f4f4f4;
    }

.accordion  .card-header {
      background-color: #FFFFFF;
	  border: 0px solid  rgba(0, 0, 0, 0.1) ;
    }

.accordion .card-header h5 {
      margin-bottom: 0;
    }

.accordion .card-header .btn-link {
    font-family: 'NeueMontreal-Bold', arial, sans-serif;
    font-weight: 700;
	  font-size:20px;
      text-decoration: none;
      width: 100%;
      color: #234567;
      text-align: left;
    }
.accordion .card-header .btn-link:focus {
    outline: 0;
    box-shadow: none;
}
.accordion .card-header .btn-link.collapsed::after {
      content: "\f078"; /* Icono de flecha hacia abajo (FontAwesome) */
      font-family: FontAwesome;
      float: right;
    }

.accordion .card-header .btn-link::after {
      content: "\f077"; /* Icono de flecha hacia arriba (FontAwesome) */
      font-family: FontAwesome;
      float: right;
    }

.accordion .card-body {
	  background-color: transparent;
	  padding: 2rem 2rem;
    }
.accordion .card-body img {
      width:95%;
    }
.accordion .card-body .title{
    color: #76BD1D;
	font-weight:500;
	font-size:20px;
	line-height: 1.2em;
}

@media (max-width: 768px) {
	.accordion .card-header .btn-link {
	  font-size:16px;
    }
  .accordion  .card-header {
    padding: 20px 0;
  }
  .accordion  .card-body {
    padding: 20px 20px 20px 20px;
  }
}

.stripe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  font-family: 'AkzidenzGroteskBE-Md', arial, helvetica, sans-serif;
  font-size: 1.6rem;
  line-height:1em;
  font-weight: 300;
  min-height:100px;
}
p.title {
	font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size: 50px;
	line-height:1.1em;
	color: #FFFFFF;
	text-align: center;
}
p.subtitle {
	font-family: 'TuskerGrotesk-5600', sans-serif;
	font-size: 30px;
	line-height:1.1em;
	color: #FFFFFF;
	text-align: center;
}

.color-red { background-color: #e4032e; color: white;}
.color-orange { background-color: #f57c00; color: white;}
.color-yellow { background-color: #fdd835; color: white; }
.color-green { background-color: #43a047; color: white; }
.color-blue { background-color: #1976d2; color: white; }
.color-purple { background-color: #8e24aa; color: white; }

.stripe.color-red { background-color: #e4032e; color: white;padding-top:100px;margin-top:-80px;padding-bottom:20px;font-family: 'AkzidenzGrotesk-MediumExtended', arial, helvetica, sans-serif; }
.stripe.color-orange { background-color: #f57c00; color: white; font-size: 1.5rem;font-family: 'AkzidenzGrotesk-Extended', arial, helvetica, sans-serif;}
.stripe.color-green .col-left,.stripe.color-blue .col-left,.stripe.color-purple .col-left { font-size: 4rem; font-family: 'AkzidenzGrotesk-MediumExtended', arial, helvetica, sans-serif;}
.display-4 {
    font-size: 3.5rem !important;
    font-weight: 300;
    line-height: 1;
}
.info_bandera {
	padding-left:4rem !important;
}
@media(max-width:767px){
	
	.info_bandera {
		padding-left:0rem;
	}
	p.title {
	  font-size: 2.2rem;
	}
	.display-4 {
		font-size: 54px !important;
		font-weight: 300;
		line-height: 1;
	}
	.stripe {
		min-height:130px;
		padding: 20px;
	}
}

/* Parallax sections */
    .parallax-section {
      background-attachment: fixed;
      background-size: cover;
      background-position: center;
      height: 600px;
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 0rem;
    }
    .parallax-section-banner {
      /*background-attachment: fixed;*/
      background-size: cover;
      background-position: center center;
      min-height: 900px;
      position: relative;
      display: flex;
      align-items: center;
      margin-bottom: 0rem;
    }
	.parallax-section.fondo {
      height: 800px;
    }

.text-block {
  width: 100%;
  height: 100%; /* Para ocupar toda la altura */
  padding: 60px;
  color: white;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: top;
}
@media (max-width: 768px) {
  .text-block {
    position: static !important;
    width: 100% !important;
    background-color: rgba(0, 0, 0, 0.6);
    margin-top: 1rem;
  }

  .parallax-section {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    padding-bottom: 2rem;
  }
}

.text-block.start {
  left: 0;
}

.text-block.end {
  right: 0;
}


    .text-block h2 {
      font-size: 2rem;
      margin-bottom: 0.5rem;
    }

    .text-block p {
      font-size: 1.2rem;
    }


.bandera {
    padding: 0;
	background-image: url('../imgs/bandera_lisa.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	background-size:cover;
	background-color:white;
}
.info_bandera {
    padding: 60px 120px !important;
	background-color:white;
}
.info_bandera img {
    margin-bottom: 50px;
}
	
@media (max-width: 768px) {
	.sec_bandera {
		padding: 0px !important;
		margin-bottom: 20px !important;
	}
	img.bandera 
	{
		max-width: 250px;
		margin-bottom: 30px;
	}
	.bandera {
		height: auto;
		aspect-ratio: 16 / 9; /* Mantiene proporción en móviles */
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		min-height:420px;
		order: 2; /* Hace que aparezca antes que info_bandera en móviles si están en flex/column */
	  }
	.info_bandera {
		padding: 60px !important;
		background-color:white;
		order: 1;
	}
  .parallax-section {
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
	background-repeat: no-repeat;
    height: auto !important;
    min-height: 200px;
    display: block;
    position: relative;
    padding: 0;
  }
  .parallax-section-banner {
		min-height:500px;
  }

  .parallax-section::before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%; /* 16:9 ratio - ajusta según tu imagen */
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .text-block {
    display: none !important; /* ocultamos el texto flotante */
  }

  .mobile-only-block {
    display: block;
    background-color: #e4032e;
    color: white;
    text-align: left;
    padding: 2rem 1rem;
  }
	.mobile-only-block.color-red { background-color: #e4032e; color: white;}
	.mobile-only-block.color-orange { background-color: #f57c00; color: white;}
	.mobile-only-block.color-yellow { background-color: #fdd835; color: black; }
	.mobile-only-block.color-green { background-color: #43a047; color: white; }
	.mobile-only-block.color-blue { background-color: #1976d2; color: white; }
	.mobile-only-block.color-purple { background-color: #8e24aa; color: white; }
}
.rightbox {
  padding: 0em 0em 0em 0em;
  height: 100%;
}

.rb-container {
  font-family: "PT Sans", sans-serif;
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
}

.rb-container ul.rb {
  margin: 2.5em 0;
  padding: 0;
  display: inline-block;
}

.rb-container ul.rb li {
  list-style: none;
  margin: auto;
  margin-left: 1em;
  min-height: 50px;
  padding-bottom: 20px;
  border-left: 5px solid #233645;
  padding: 0 0 50px 50px;
  position: relative;
}
.rb-container ul.rb li:last-child {
  padding: 0 0 20px 50px;
}
.rb-container ul.rb li::before {
  position: absolute;
  left: -18px;
  top: 0px;
  content: " ";
  border: 8px solid #233645;
  border-radius: 500%;
  background: #FFFFFF;
  height: 30px;
  width: 30px;
  transition: all 500ms ease-in-out;
}

.rb-container ul.rb li:hover::before {
  border-color: #232931;
  transition: all 1000ms ease-in-out;
}
p.lista {
	padding-left:50px;
}
ul.lista {
	margin :-1rem 0 40px 70px;
}
.item-title {
	font-family: 'TuskerGrotesk-5600', sans-serif;
	line-height: 1.2em;
	font-size:34px;
	color: #eed242;
	margin-bottom:10px;
}
.item-subtitle {
	font-family: 'DrukMedium', sans-serif;
	line-height: 1em;
	font-size:24px;
	padding-top: -10px;
	text-transform: uppercase;
	color: #eed242;
}
	
@media (max-width: 768px) {
	.item-title {
		font-family: 'TuskerGrotesk-5600', sans-serif;
		line-height: 1.2em;
		font-size:28px;
		color: #eed242;
		margin-bottom:10px;
	}
}
.item-subtitle.azul, .item-subtitle.azul a {
	font-family: 'DrukMedium', sans-serif;
	line-height: 1em;
	font-size:24px;
	padding-top: -10px;
	text-transform: uppercase;
	color: #233645;
	text-decoration: none;
}
.item-subtitle.blanco {
	font-family: 'DrukMedium', sans-serif;
	line-height: 1em;
	font-size:24px;
	padding-top: -10px;
	text-transform: uppercase;
	color: #FFFFFF;
}
