:root{
  --title: "Archivo", sans-serif;
  --blue: #002E72;
  --blue-light: #2C5A9C;
}
body{
  line-height: 1.5;
}
img{
  max-width: 100%;
  height: auto;
}
@media(min-width:575px){
  .block-575{
    display: none;
  }
}
@media(min-width:767px){
  .block-767{
    display: none !important;
  }
}
@media(min-width:991px){
  .block-991{
    display: none !important;
  }
}
@media(max-width:991px){
  .hidden-991{
    display: none !important;
  }
}
@media(max-width:767px){
  .hidden-767{
    display: none !important;
  }
}
@media(max-width:575px){
  .hidden-575{
    display: none;
  }
}
.pt100{ padding-top: 100px;}
.pt80{ padding-top: 80px;}
.pb100{ padding-bottom: 100px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt40{ margin-top: 40px;}
.mt50{ margin-top: 50px;}
.mt60{ margin-top: 60px;}
@media(max-width:767px){
  .pt100{ padding-top: 80px;}
  .pt80{ padding-top: 60px;}
  .pb100{ padding-bottom: 80px;}
  .mt50{ margin-top: 30px;}
  .mt60{ margin-top: 40px;}
  .mt30{ margin-top: 20px;}
}
.bg-gray{
  background: url(../img/bg-gray.png) repeat;
}
@media(min-width:991px){
  .lead-txt{
    text-align: center;
  }
}
/*----- Slick -----*/
.slick-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 20px;
}
.slick-dots li {
	display: inline-block;
	margin: 0 3px;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 45px;
	height: 6px;
	cursor: pointer;
	border: 0;
	outline: none;
	border-radius: 10px;
	background: #0000005C;
}
.slick-dots li.slick-active button {
	opacity: 1;
	background: #fff;
}
@media(max-width:767px){
  .slick-dots{
    bottom: 15px;
  }
  .slick-dots li button{
    width: 30px;
    height: 4px;
  }
}
.banner img{
  width: 100%;
}
/*----- End Slick -----*/
/*----- anchor -----*/
.anchor {
  padding-top: 25px;
}
.anchor ul {
  display: flex;
  justify-content: space-evenly;
}
.anchor li a{
  font-weight: bold;
  color: #333;
}
.anchor li a:after{
  content:'\f078' ;
  font-family: "Font Awesome 5 Free";
  margin-left: 9px;
  font-size: 13px;
}
.anchor li:hover a:after,
.anchor li a:hover{
  color: #4366D0;
  text-decoration: none;
}
@media(max-width:991px){
  .anchor{
    padding-top: 10px;
  }
  .anchor ul{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
  }
  .anchor li{
    width: 33.333%;
    padding: 0px 15px
  }
  .anchor li a {
    font-weight: bold;
    width: 100%;
    display: block;
    padding: 8px 10px 7px 0;
    border-bottom: 2px dotted #D4D4D4;
    position: relative;
    font-size: 15px;
  }
  .anchor li a:after{
    position: absolute;
    right: 0;
    font-size: 11px
  }
}
@media (max-width:767px) {
  .anchor li{
    width: 50%;
  }
  .anchor li a{
    height: 100%;
  }
  
}
/*----- End anchor -----*/

/*----- about -----*/
.grid-2{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.title-big{
  font-family: var(--title);
  font-weight: 300;
  font-size: 50px;
  color: var(--blue);
  text-align: center;
  line-height: 1;
}
.title-big span{
  display: block;
  font-weight: 700;
  font-size: 65px;
}
@media(max-width:991px){
  .about-wrap.grid-2{
    grid-template-columns: repeat(1, 1fr);
  }
  .grid-2{
    gap: 30px;
  }
  .title-big{
    font-size: 40px;
  }
  .title-big span{
    font-size: 52px;
  }
  .about-wrap .mt30{
    margin-top: 20px;
  }
  #about .lead-txt{
    text-align: left;
  }
}
@media(max-width:767px){
  .grid-2{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .title-big{
    font-size: 33px;
  }
  .title-big span{
    font-size: 45px;
  }  
  .about-wrap .text-center{
    text-align: left !important;
  }
}
.about-wrap img{
  margin: 0 auto;
  display: block;
}
@media(max-width:480px){
  .title-big span{
    font-size: 43px;
  } 
}
@media(max-width:425px){
  .title-big span{
    font-size: 41px;
  } 
}
@media(max-width:400px){
  .title-big span{
    font-size: 38px;
  } 
}
/*----- map -----*/
.title-cm{
  font-family: var(--title);
  color: var(--blue);
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media(max-width:767px){
  .title-cm{
    font-size: 45px;
    margin-bottom: 30px;
  }
}

.btn-cta-small{
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  width: 190px;
  max-width: 100%;
  border-radius: 40px;
  display: inline-block;
}
.btn-blue{
  background: #2C5A9C;
  color: #FFFFFF;
}
.btn-blue:hover{
  background: #3a6fb9;
  color: #FFFFFF;
  text-decoration: none;
}
.map-img img{
  display: block;
  margin: 0 auto;
}
.regions-list{
  align-items: stretch;
}
.regions-item{
  height: 100%; 
  padding: 40px 30px;
  box-shadow: 0 3px 10px 0 #D2D2D299;
  background: #fff;
}
.regions-item h3{
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #002E71;
}
.regions-list .regions-item:nth-child(1){
  border:2px solid #88C1F7;
  border-radius: 40px 40px 0 40px;
}
.regions-list .regions-item:nth-child(2){
  border:2px solid #93E096;
  border-radius: 40px 40px 40px 0;
}
.regions-list .regions-item:nth-child(3){
  border:2px solid #E77F8E;
  border-radius: 40px 0 40px 40px;
}
.regions-list .regions-item:nth-child(4){
  border:2px solid #FCCD74;
  border-radius: 0 40px 40px 40px;
}
@media(max-width:991px){
  .regions-list{
    gap:20px;
  }
}
@media(max-width:767px){
  .regions-list .regions-item:nth-child(1),
  .regions-list .regions-item:nth-child(2),
  .regions-list .regions-item:nth-child(3),
  .regions-list .regions-item:nth-child(4){
    border-radius: 20px;
  }
  .regions-list{
    gap: 20px;
  }
  .regions-item{
    padding: 25px 20px 30px 20px;
  }
}
.map-img{
  position: relative;
}
.map-legend_item{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}
.map-legend__color{
  width: 30px;
  height: 30px;
  border-radius: 5px;
}
.map-legend li:nth-child(1) .map-legend__color{
  background: #88C1F7;
}
.map-legend li:nth-child(2) .map-legend__color{
  background: #97E799;
}
.map-legend li:nth-child(3) .map-legend__color{
  background: #E77F8E;
}
.map-legend li:nth-child(4) .map-legend__color{
  background: #FFCF74;
}
@media(min-width:767px){
  .map-legend{
    position: absolute;
    bottom: 0;
    right: 0;  
  }
}
@media(max-width:767px){
  .map-legend ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 10px;
    margin-top: 20px;
  }
  .map-legend_item{
    font-size: 14px;
  }
  .mt50.map-img{
    margin-top: 20px;
  }
}
/*----- End map -----*/
/*----- access -----*/
.access-small-title{
  text-align: center;
  margin-bottom: 30px;
}
.access-small-title h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 7px;
  color: #002E71;
}
.tbl-blue, .tbl-blue th, .tbl-blue td{
  border-collapse: collapse;
  padding: 11px 15px;
  border-spacing: 0;
  vertical-align: middle;
  border: 1px solid #6990C7;
}
.tbl-blue{
  width: 100%;  
  padding: 0;
  overflow: hidden;
}
.tbl-blue th{
  background: var(--blue-light);
  color: #fff;
  font-weight: 700;  
  text-align: center;
}
.tbl-blue tr:nth-child(odd){
  background: #EEF5FF;
}
.tbl-blue tr th:nth-child(1){
  min-width: 170px;
  border-left: 1px solid var(--blue-light);
}
.tbl-blue tr th:nth-child(2){
  min-width: 230px;
}
.tbl-blue tr th:last-child{
  border-right: 1px solid var(--blue-light);
}
@media (max-width:767px) {
  .access-small-title h3{
    font-size: 26px;
  }
  .access-small-title{
    margin-bottom: 20px;
  }
  .tbl-responsive{
    width: calc(100% + 30px);
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }
  .tbl-responsive::after,
  .tbl-responsive:before{
    content: "";
    display: block;
    width: 15px;
    flex-shrink: 0;
  }
  .tbl-responsive table{
    width: 1000px;
  }
}

.transport-item{
  box-shadow: 0 3px 10px 0 #D2D2D299;
  padding: 30px 30px 50px 30px;
  /* border-radius: 40px 0 40px 0; */
  border:1px solid #E4E4E4;
}
.transport-title{
  font-size: 25px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}
.transport-item b{
  text-decoration: underline;
}
.transport-item img{
  width: 100%;
  height: auto;
}
@media (max-width:991px) {
  .transport-item{
    padding: 20px 20px 30px 20px;
  }
  .transport-title{
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width:767px) {
  .transport-item{
/*    border-radius: 30px 0 30px 0;*/
  }
}

.busroutes-title-big{
  font-family: var(--title);
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: var(--blue);
}

.busroute-content{
  border: 1px solid var(--blue-light);
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}
.busroute-title{
  padding: 15px 40px;
  background: var(--blue-light);
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
.busroute-title span{
  color: #F7C943;
  font-size: 20px;
  margin-bottom: 5px;
  display: block;
}
@media (max-width:991px) {
  .busroute-title{
    font-size: 22px;
  }
  .busroute-title span{
    font-size: 18px;
  }
}
@media (max-width:767px) {
  .busroutes-title-big{
    font-size: 38px;
  }
  .busroute-title{
    font-size: 20px;
    text-align: center;
    padding: 15px;
  }
  .busroute-title span{
    font-size: 16px;
  }
}
/*----- Bus route -----*/
.busroute-item{	
	padding: 20px 0;	
	position: relative;
}
.busroute-item:after{
	content: '';
	width: calc(100% - 30px);
	height: 1px;
	border-bottom: 1px dashed #999999;
	position: absolute;
	top:0;
	left: 15px;
}
.busroute-name > img{
	margin: 0 15px;
}
.busroute-name{
	font-weight: bold;
}
.busroute-price > span{	
	font-weight: bold;
	/* color: #CB0000; */
}
.busroute-price > span > span{
  font-size: 24px;
}
.busroute-right .btn-cta-small {
	width: 180px;
	min-width: inherit;
}
@media(min-width:767px){	
	.busroute-item{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-left: -15px;
		margin-right: -15px;
	}
	.busroute-item > div{
		padding-left: 15px;
		padding-right: 15px;
	}
	.busroute-left{
/*		width: 50%;*/
		width: calc(100% - 200px);
	}
	.busroute-right{
/*		width: 50%;*/		
	}
	.busroute-right{
		display: flex;
		justify-content: flex-end;		
	}	
	.busroute-right .busroute-price{
		margin-right: 15px;
	}
}
@media(min-width:991px){
	.busroute-price,
	.busroute-name{
		font-size: 18px;
	}	
/*
	.busroute-left{
		width: 55%;
	}
	.busroute-right{
		width: 45%;
	}
*/
  .busroute-right .busroute-price{
		margin-right: 40px;
	}
  
}
@media(max-width:991px){
	.busroute-right .btn-cta-small{
		width: 160px;
	}
}
@media(max-width:767px){
	.busroute-name,
	.busroute-right{
		text-align: center;
	}
  .busroute-right{
    margin-top: 10px;
  }
	.busroute-price{
		margin-bottom: 10px;
	}
	.busroute-right .btn-cta-small {
    width: 260px;  
    padding: 10px;
	}  
  .busroute-item:after{
    width: 100%;
    left: 0;
  }
}
.busroute-list{
  padding: 0 35px;
}
.busroute-btn{
  background: #DEEBFE;
  color: #2C5A9C;
  border: 1px solid #2C5A9C;
  font-weight: 600;
  padding: 9px;
  font-size: 16px;
}
.busroute-btn:hover{
  background: #F2FBFF;
  color: #2F7CED;
  border: 1px solid #4991F8;
  text-decoration: none;
}
#busroutes .container .busroute-content + .busroute-content{
  margin-top: 30px;
}
@media (max-width:991px) {
  .busroute-list {
    padding: 0 20px;
  }
}
.busroute-decs{
  margin: 20px 0 30px 0;
}

/*----- benefits -----*/
.grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.benefits-list.grid-3{
  gap: 60px;
}
.benefits-item img{
  display: block;
  margin: 0 auto;
  max-width: 60%;
}
.benefits_name{
  font-size: 24px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media(max-width:991px){
  .benefits-list.grid-3{
    gap: 30px;
  }
  .benefits_name{
    font-size: 20px;
  }
}
@media(max-width:767px){
  .grid-3{
    grid-template-columns: repeat(1, 1fr);
  }
  .benefits-item{
    display: flex;
    gap:20px;
    align-items: flex-start;
  }
  .benefits-item img{
    width: 125px;
  }
  .benefits_name{
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.bg-blue{
  background: #F2F9FF;
}
.features-item{
  background: #fff;
/*  border-radius: 20px 0 20px 0;*/
  border: 1px solid #B5CEE2;
  padding: 30px 25px 50px 25px;
  box-shadow: 0 2px 6px 0 #DDEDFA;
}
.features-item h3{
  font-size: 22px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
.features-item img{
  width: 100%;
}
#seasonalActivity .features-item h3{
  margin-top: 15px;
}
@media (max-width:991px) {
  .features-item{
    padding: 20px 20px 30px 20px;
  }
  .features-item h3{
    font-size: 20px;
  }
}

.busroute-desc{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}
.busroute-desc span{
  font-size: 22px;
  font-weight: normal;
  background: #FFF2CC;
  padding: 3px 15px;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width:767px) {
  .busroute-desc{
    font-size: 24px;    
  }
  .busroute-desc span{
    font-size: 20px;
  }
}

.tag{
  font-size: 16px;
  padding: 2px 15px;
  background: #FFD7DB;
  margin-top: 20px;
  display: inline-block;
  border-radius: 5px;
}
#seasonalActivity .features-list .features-item:nth-child(1) .tag{
  background: #FFD7DB; 
}
#seasonalActivity .features-list .features-item:nth-child(2) .tag{
  background: #E0FAC5; 
}
#seasonalActivity .features-list .features-item:nth-child(3) .tag{
  background: #FFE8C0; 
}
#seasonalActivity .features-list .features-item:nth-child(4) .tag{
  background: #D7F0FF; 
}
@media (max-width:991px) {
  .grid-3,
  .grid-2 {
    gap: 30px 20px;
  }
}

.lead-txt > span{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  display: block;
  margin-bottom: 5px;
}
.sub-title{
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width:767px) {
  .long-title{
    font-size: 38px;
  }
}