left{
	margin-top: 0;
	padding: 0;
	list-style: none;
}

/*modal tren maya*/
 .imagen{padding: 0 0 0 0; }
 .fondo{background: #06486a;}
/*final modal tren maya*/

.logotipos{display: flex; align-items: center; text-align: center;}
/* texto titulo*/
.text{
   font-family: "Patrick Hand", cursive;
    color: #051d2e;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
}
.titulo{
    font-family: "Patrick Hand", cursive;
	font-weight: 400;
  	font-style: normal;
}
/*programacion menu header*/
.logo{
	padding-left: 150px;
}

.navbar{
	font-family: Vegur, 'PT Sans', Verdana, sans-serif;
	padding: 0 ;
	border: 1px solid transparent;
    background: #034C70!important;
    min-height: 0;
	padding-left: 15px;
	padding-right: 60px;
	margin-top: 0 !important;
	-webkit-box-shadow: 2px 2px 5px #999;
  	-moz-box-shadow: 2px 2px 5px #999;
  	filter: shadow(color=#999999, direction=135, strength=2);
}

.icono{padding-right:10px; }
.navbar-toggler{border-color:white!important;}

#li{width: 165px;}
.navbar ul li a {
	display: inline-block;
  	display: block;
  	text-decoration: none !important;
  	height: 50px;
  	line-height: 30px;
  	font-size: 15px;
  	color: #000;
	margin:0 auto; 
    text-align: center; 
}

a:hover{
	color:rgba(199,5,9,1.00)!important;
	transition: all 1s ease;
}
.icono:hover{
    color: rgba(243,116,31,1.00);
    transition: all 1s ease; 
}

.nav-link {
	color:white!important;
}
.bor_right {
    border-right: solid 1px #fff;
}
.item_promo{
	background:rgba(249,117,2,1.00);
	padding-left: 50px;
	border: red 2px solid;
  	padding: 1 0 1px;
}
.icono{font-size: 1.5rem; color: white;}
/*final programacion menu header*/

/* inicia de barras de redes sociales*/
.container-bar{
	width: 100%;
	max-width: 50px;
	position: fixed;
	left: 0;
	top: 40%;
    z-index: 2000;
}
.container-bar a{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	position: relative;
	transition: all 500ms ease;
	color: #fff;
}
.container-bar a:hover{
	background: #1c1c1c;
}
.container-bar .fa-facebook{
	background: #3b5998;
	border-radius: 0px 5px 0px 0px;
}
.container-bar .fa-whatsapp{
	background: #25D366;
}
.container-bar .fa-twitter{
	background: #00acee;
}
.container-bar .fa-instagram{
	background: #c51d34;
    border-radius: 0px 0px 5px 0px;
}
.title{
	position: absolute;
	background: #1c1c1c;
	padding: 0px 8px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 3px;
	font-size: 15px;
	top:12px; left: 0px;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
    color: white;
	z-index: -1;
}
.container-bar a:hover .title{
	opacity: 1;
	visibility: visible;
	left: 64px;
}
.container-bar #title:after{
	position: absolute;
	content: '';
	border-left: 7px solid transparent;
	border-right: 6px solid #1c1c1c;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	right: 100%;
	top: 8px;
}

.fa-play{
	cursor: pointer;
	transition: all 0.4s;
	font-size: 12px;
	margin-bottom: 5px;
	display: inline-block;
	transform: rotate(180deg);
	color: #49b0e6;
}

.icon-social{
	transition: all 0.4s;
	transform: translateX(0%);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
}
#btn-social:checked ~ .icon-social{
	transform: translateX(-100%);
	box-shadow: 0px 1px 10px rgba(0,0,0,0.0);
}
/*final de barras de redes sociles---*/


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 60px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-transform: uppercase;
  position: relative;
}

.section-title h2:before {
  content: "";
  position: absolute;
  display: block;
  width: 160px;
  height: 1px;
  background: color-mix(in srgb, var(--default-color), transparent 60%);
  left: 0;
  right: 0;
  bottom: 1px;
  margin: auto;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 60px;
  height: 3px;
  background: var(--accent-color);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-title p {
  margin-bottom: 0;
}


/* ----------------------------------
 Inicio configuracion campéche
/*--------------------------------------*/
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 270px;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: 270px;
  border: 3px solid #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect3 {
  overflow: hidden;
}
.ih-item.square.effect3.colored .info {
  background: #1a4a72;
}
.ih-item.square.effect3 .img {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect3 .info {
  height: 100%;
  background: #00000080;
  opacity: 50%;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.ih-item.square.effect3 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center!important;
  font-size: 17px;
  padding: 80px 80px 0 4px;
  margin: 4px 0 0 0;
}
.ih-item.square.effect3 .info p {
  font-style: italic;
  font-size: 14px;
  position: relative;
  color: #bbb;
  padding: 5px;
  text-align: center!important;
}
.ih-item.square.effect3 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect3.bottom_to_top .info {
  top: auto;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect3.bottom_to_top a:hover .img {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
.ih-item.square.effect3.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.ih-item.square.effect3.bottom_to_top a .info {
}
.ih-item.square.effect3.top_to_bottom .info {
  bottom: auto;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect3.top_to_bottom a:hover .img {
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
}
.ih-item.square.effect3.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

/* ----------------------------------
 Final configuracion campéche
/*--------------------------------------*/

/*lo nuevo desde palenque*/
.caption-style-1{
		display: inline-block;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}

	.caption-style-1 li{
		float: left;
		padding: 0px;
		position: relative;
		overflow: hidden;
	}
	.caption-style-1 li:hover .caption{
		opacity: 5;
	}
	.caption-style-1 img{
		margin: 0px;
		padding: 0px;
		float: left;
		z-index: 4;
	}

	.caption-style-1 .caption{
		cursor: pointer;
		position: absolute;
		opacity: 0;
		-webkit-transition:all 1s ease-in-out;
		-moz-transition:all 1s ease-in-out;
		-o-transition:all 1s ease-in-out;
		-ms-transition:all 1s ease-in-out;
		transition:all 1s ease-in-out;
	}
	.caption-style-1 .blur{
		background-color: rgba(0,0,0,0.65);
		height: 493px;
		width: 400px;
		z-index: 5;
		position: absolute;
	}

	.caption-style-1 .caption-text h1{
		text-transform: uppercase;
		font-size: 20px;
		margin-right: 50px;
	}
	.caption-style-1 .caption-text{
		z-index: 10;
		color: #fff;
		position: absolute;
		width: 300px;
		height: 493px;
		text-align: center;
        margin-top: 240px;
        margin-left: 25px;
	}

	/** Nav Menu */

	ul.nav-menu li{
		display: inline;
		margin-right: 10px;
		padding:10px;
		border: 1px solid #ddd;
	}

	ul.nav-menu li {
		color: #eee;
		text-decoration: none;
		text-transform: uppercase;
	}
/*final lo nuevo desde palenque*/

/*boton arriba*/

.ir-arriba {
	display:none;
	padding:20px;
	font-size:60px;
    color:#059D0F;
	cursor:pointer;
	position: fixed;
	bottom:70px;
	right:20px;
    
}
/*final boton arriba*/
/*lcoal tour*/
.local_tour{
    margin-top: 120px;
    margin-left: 35px;
    font-size: 2.5rem!important;
    transition: all 500ms ease;
}

/*final local tour*/

/*------------Portafolio paquetes ----*/

.section {
  padding: 4rem 0;
}

.item {
  border: none;
  margin-bottom: 30px;
}
.item .item-wrap {
  display: block;
  position: relative;
  overflow: hidden;
}

.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s all ease-in-out;
}

.item .item-wrap img {
  transition: 0.3s transform ease;
  transform: scale(1);
}

.item .item-wrap>.work-info {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  z-index: 3;
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-top: 20px;
  transition: 0.3s all ease;
}

.item .item-wrap>.work-info h3 {
  font-size: 20px;
  margin-bottom: 0;
}

.item .item-wrap>.work-info span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}

.item .item-wrap:hover {
  text-decoration: none;
}

.item .item-wrap:hover img {
  transform: scale(1.05);
}

.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}

.item .item-wrap:hover .work-info {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
}
/*-----finalizacion de paquete Chiapas-----*/

/*Paquetes desde Palenque*/
.card-img-top:hover{
	transition: all .7s ease;
   	filter: opacity(0.7);
	
 }
.card-img-top{
	width: 100%;
	height: 550px!important;
		
}
.caption_price{
    font-family: Arimo,sans-serif;
    font-weight: 400;
	font-size: 15px;
	color:white;
    height: auto;
    display: inline-block;
    text-align: center;
    padding: 0 0 7px 0;
    position: absolute;
    z-index: 100;
    bottom: 0;
    right: 0;
    width: 100%;
}
.caption_price div {
    height: auto;
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    line-height: 50%;
    text-align: right;
}
.caption_price small {
    font-weight: 700;
    font-size: 15px;
    display: block;
    text-align: center;
    padding: 11px 0;
	color:white;
}
.caption_price span {
    font-size: 15px;
    vertical-align: middle;
	color:white;
	margin-top: 200px;
}
/*Final paquetes desde Palenque*/

/*--------------------------------------------------------------
# Portfolio Section
--------------------------------------------------------------*/
.portfolio .portfolio-filters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio .portfolio-filters li {
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  margin: 0 10px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-filters li:hover,
.portfolio .portfolio-filters li.filter-active {
  color: var(--accent-color);
}

.portfolio .portfolio-filters li:first-child {
  margin-left: 0;
}

.portfolio .portfolio-filters li:last-child {
  margin-right: 0;
}

@media (max-width: 575px) {
  .portfolio .portfolio-filters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: color-mix(in srgb, var(--background-color), transparent 10%);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 14px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--accent-color);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/* //////////////
   Testimonial
//////////////*/

.carousel {
    min-height: 240px;
    padding: 0px;
    border-radius: 2px;
    text-align: center;
}
h2 { font-size: 48px; margin-bottom: 30px; }
.carousel-item p {
    font-size: 26px;
    font-weight: 400;
    color: var(--dark-color);
}
.carousel-indicators li {
    background-color: var(--dark-color);
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin: 0 8px;
}
.carousel-control-next, .carousel-control-prev { 
    color: var(--white-color);
    opacity: 1;
    width: 5%;
}
.control-button {
    background-color: var(--dark-color);
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    font-size: 20px;
}
.carousel-container {
    max-width: 800px;
    margin: 0 auto;
}
.testimonial-user {
    max-width: 240px;
    margin: 0 auto;
    text-align: left;
}
.testimonial-user h6 {
    margin-bottom: 0px;
}
.testimonial-user span {
    font-size: 12px;
}
.testimonial-user img {
    border-radius: 50%;
    max-width: 50px;
    text-align: center;
}
.rating i {
    color:  gold;
    font-size: 26px;
}
.control-button {
    background-color: #000000;
    opacity: 1;
    width: 50px;
    height: 50px;
    padding: 10px;
    border: 1px solid var(--dark-color);
    border-radius: 50px;
    font-size: 20px;
}
section { padding: 0px 0px 0px 0px;}

@media (min-width: 360px) and (max-width: 768px){.control-button{display: none}}
/*===Fin de testimonial*/
/* nuestros servicios*/
.viaja {
    height: auto;
    font-family: Arimo,sans-serif;
    font-weight: 400;
    font-size: 30px;
    letter-spacing: -1px;
    text-align: left;
    margin: 0;
    padding: 0 0 0 15px;
	color:chocolate;
    display: inline-block;
    line-height: 90%;
    border-left: 6px solid #F57200;
}

.img-fluid {
    width: 100%;
    height: auto;
}
#title{
	padding: 55px 0 0 0;
	z-index: 200;
}

.stage-oute {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
	padding: 50px 0 0 0;
	z-index: 200;
}
li{ list-style:none}
.elige{
	font-size: 1.5rem;
	color:chocolate;
	font-weight: 400;
	display: inline-block;
	font-family: Arimo,sans-serif;
}
@media (min-width:360px) and (max-width:850px){
	#chic_map{display: none}
	
}
@media (min-width:360px) and (max-width:767px){
	.listo{font-size: 18px}
	.elige{font-size: 21px}
	.elige{padding-left: 0}
}
/*final nuestros servicios*//* nuestros servicios*/

/*======chica=====*/
#chatea{background: #0583b4;}
#puntos{
    position: absolute;
    margin: 0 0 0 0;
    display: block;
    width: 1030px;
    
}
#chica5{
    position: relative;
	z-index: 100;
	bottom: 0;
	left: 3%;
}
.chatea{
    margin: 100px 0 0 0;
}
.boton{
    margin-top: 50px;
    height: 50px;
}
.buttn:hover{
	background:rgba(199,5,9,1.00)!important;
	transition: all 3s ease;
}

.what{
    margin:0 0 0 -120px;
    color: #012756;
    font-size: 2rem;
    text-align: center;
}
.icono{font-size: 1.5rem; color: white;}
/*====final chica====*/

.listo{color: forestgreen;}
#listo{
	background:rgba(237,234,234,1.00);
    height: 75vh;
}

#img_map{
	position: absolute;
    padding: 0 70px 320px 0; 
    display: flex;
    z-index: 200;
    width: 711px;
    height: 880px; 
}

.img-fluid {
    width: 100%;
    height: auto;
}
#title{
	padding: 55px 0 0 0;
	z-index: 200;
}

.stage-oute {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
	padding: 100px 0 0 50px;
	z-index: 200;
}
li{ list-style:none}

/*final nuestros servicios*/

/*chica*/
.chica{width: 200px; height: auto;}
/*======chica======*/
/*=======mapa============*/
#map {
   height: 450px;
	width: 100%;
}

/*programacion sello punto limipio logo amav y rnt*/
/*
#afil{
    height: 180px;
}*/
#amav{
    width: 150px;
    height: 80px; 
}
#magico{
    width: 150px;
    height: 130px; 
}
#safe{
    height: 130px;
    width: 130px;
}
#vive{
    width: 200px;
    height: 130px; 
}

#tren{width:  80px; height: 150px;}
/*final de programacion punto limpio logo amav y rnt*/

/*programacion del footer*/
.headin5_amrc{
	text-align: left;
}
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ;}
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC; text-decoration: none}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px; text-decoration:none;}
/*Final de programacion del footer*/

/*slide movil*/
@media (min-width:280px) and (max-width: 740px){
    .slide_desk{display: none!important}
}
@media (min-width:740px){
    .slide_movil{display: none!important}
    .slide_desk{display:inherit!important}
}
@media (min-width:667px){
    .slide_movil{display: none!important}
    .slide_desk{display:inherit!important}
}
@media (min-width:640px){
    .slide_movil{display: none!important}
    .slide_desk{display:inherit!important}
}
@media(min-width:812px) and (max-width: 846px){
    .menu-phone{font-size: 15px}
    .inicio, .promotion{display: none!important}
}
@media (min-width:330px) and (max-width: 767px){
    .captioon{display: none}
}
@media (min-width:768px) and (max-width: 1400px){
    .slide_movil{display: none}
}

/*final de configuracion de carousel de la pagina*/

@media (min-width:360px) and (max-width:850px){
	#testimonial{height: 650px!important}
    .stage-oute{height: 50vh; padding: 0 70 150px 0}
    #listo{height: 450px}

}
@media (min-width:360px) and (max-width:850px){
	.chica_puntos{display: none}
}
@media (min-width:360px) and (max-width:760px){
	#chatea{height: 340px!important}
    .chatea{padding: 0 0 15px 0}
}

@media (min-width:360px) and (max-width:810px){
	.ir-arriba{display: none!important}
}
