/*****************************************************************
ESQUELETO GENERAL
****************************************************************/
html {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */   
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow:auto;
	-webkit-overflow-scrolling: touch;
}

#container-page {
	width: 100%;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
	position: relative;
	overflow: hidden;
}
#container-content {
	width: 100%;
	left: 0;
	min-height: 688px;  
	padding-bottom: 0;
}
#container-foot {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	overflow: hidden;
}

.holderTripPage{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top: 56px;
}

.holderTripPage .splitPage{
	float:left;
	height:100%;
	overflow:hidden;
	min-height:720px;
}
.holderTripPage .splitPage:nth-child(1){ 
	width:calc(100% - 550px); 
	background-color:#48a83e;
	position:relative;
}
.holderTripPage .splitPage:nth-child(2){ width:550px; }
.holderTripPage .splitPage .wrapAeromexico{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-44%);
	-webkit-transform:translate(-50%,-47%);
	height:auto;
}

.holderTripPage .splitPage .wrapAeromexico .cirCont{
	width:300px;
	height:300px;
	margin:0 auto;
	border-radius:50%;
	background-color:#000;
	background-image:url(../images/hero-tripadvisor.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.holderTripPage .splitPage .wrapAeromexico h1{
	color: #fff;
    font-size: 80px;
    line-height: 78px;
    margin-top: -48px;
    text-align: center;
	margin-bottom:0;
	font-weight:500;
}
.holderTripPage .splitPage .wrapAeromexico p{
	text-align:center;
	color:#fff;
	font-weight:300;
	font-size:24px;
	line-height:30px;
	margin:0;
	margin-top:20px;
	min-width: 100vh;
}

.holderTripPage .splitPage .wrapAeromexico a.visitSite{
	background-color: #fff;
    border-radius: 40px;
    color: #48a83e;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin: 28px auto 0;
    text-align: center;
    text-transform: uppercase;
    width: 200px;
	cursor:pointer;
	text-decoration:none;
}

.holderTripPage .splitPage .wrapAeromexico a.visitSite:hover{
	background-color:#77cf56;
}

.holderTripPage .splitPage .wrapAeromexico .logoTrip{
	background-image:url(../images/logo-trip.png);
	height:50px;
	width:200px;
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center;
	margin:20px auto 0;
}

.holderTripPage .splitPage .wrapAeromexico ul.breadcums{
	display:block;
	margin:0 auto;
	padding:0;
	width:161px;
	height:auto;
	overflow:hidden;
	margin-bottom:20px;
}
.holderTripPage .splitPage .wrapAeromexico ul.breadcums li{
	float:left;
	list-style:none;
	color:#fff;
	font-size:13px;
}
.holderTripPage .splitPage .wrapAeromexico ul.breadcums li:nth-child(2){
	opacity:.6;
}
.holderTripPage .splitPage .wrapAeromexico ul.breadcums li a{
	color:#fff;
	text-decoration:none;
	float: left;
}
.holderTripPage .splitPage .wrapAeromexico ul.breadcums li span.arrow{
	background-image: url("../images/white-arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    float: left;
    height: 11px;
    margin: 6px 7px;
    width: 11px;
}

.holderTripPage .splitPage .wrapAeromexico ul.breadcums li span.light{
	opacity:.6;
}

.holderTripPage .splitPage .wrapAeromexico ul.breadcums li span.arrow span.displaynone{
	display:none;
}

.holderTripPage .splitPage .wrapAeromexico ul.breadcums li a:hover{
	opacity:.6;
}

.miPuntuacion{
	position:absolute;
	left:20px;
	height:20px;
	overflow:hidden;
	z-index:99;
	width:468px;
	height:47px;
	top:80px;
}
.movilPuntuacion{
	display:none;
}

/**TRIPADVISOR**/
#CDSROWLOGO580{
	display:none!important;
}
.cdsROW.narrow.border {
    padding: 6px 11px!important;
}
.comments-wrap{
	background-color: #cfcfcf;
    height: calc(100% - 200px);
    margin: 0 auto 0;
    overflow: hidden;
    width: 100%;
}

#TA_selfserveprop388{
	height:auto!important;
	overflow:hidden!important;
}
#CDSWIDSSP,
.widSSPData{
	height:100%!important;
}

#CDSWIDSSP{
	width:100%!important;
}

.writeOpinion{
	border-top: 1px solid rgba(0, 0, 0, 0.4);
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    width: 100%;
}
.writeOpinion .wrapText{
	padding:10px;
}
.writeOpinion .wrapText .wrapTextCell{
	height:auto;
	overflow:hidden;
}


.writeOpinion .wrapText .wrapTextCell h3{
	margin-bottom: 10px;
    margin-top: 13px;
}

.writeOpinion .wrapText .wrapTextCell a {
    background-color: #48a83e;
    border-radius: 40px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    margin: 16px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 160px;
}

.writeOpinion .wrapText .wrapTextCell p{
	font-size: 15px;
    font-weight: 300;
    line-height: 22px;
    margin: 0;
    text-align: left;
}
.writeOpinion .wrapText .wrapTextCell h3{
	font-weight: 500;
	font-size:21px;
}


.mobile-app {
    background-image: url("../images/mobile-app.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 17px;
    height: 163px;
    position: absolute;
    right: 17px;
    width: 90px;
}
.writeOpinion .wrapText .wrapTextCell a:hover{
	background-color:#0b2343;
}

/***POPUP****/
.pcshow-comments{
	width:100%;
	height:100%;
}

.movilshow-comments{
	display:none;
	height:auto;
	overflow:hidden;
	height:90%;
}

.popupWrap{
	width:100%;
	height:0;
	background-color:rgba(0,0,0,.5);
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
	overflow:hidden;
}
.popupWrap .wrapWindows{
	background-color: #fecb2f;
    border-radius: 7px;
    height: 0;
    left: 50%;
    max-height: 700px;
    max-width: 593px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
    width: 0;
	transition:all 100ms ease-out 0s;
	-webkit-transition:all 100ms ease-out 0s;
}


.logoPop{
	background-image: url("../images/logo-color.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 34px;
    margin-bottom: 10px;
    margin-top: 20px;
    width: 100%;
}

.widWRLBranding{
	display:none!important;
}

#CDSWIDWRL {
    background-color: transparent!important;
	width:100%!important;
	height:100%!important;
	max-width:none!important;
}
#TA_cdswritereviewlg623{
	width:100%!important;
	height:100%!important;
}
.widWRLData{
	border:none!important;
}
#CDSWIDWRL .widWRLData {
    background-color: transparent!important;
}

#CDSWIDWRL .widWRLButton input {
	background-color: #fff !important;
    background-image: none !important;
    border: medium none !important;
    border-radius: 40px !important;
    color: #589442 !important;
    cursor: pointer !important;
    display: block !important;
    font-size: 14px !important;
    font-weight: 200 !important;
    height: 50px !important;
    line-height: 50px !important;
    margin: 15px auto 0!important;
    padding: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    width: 200px !important;
	-webkit-appearance:none!important;
}
#taWRLContinue9061:hover{
	background-color:#e91b2f!important;
}


#CDSWIDWRL a {
    display: block!important;
    font-family: "Open Sans",sans-serif!important;
    font-size: 20px!important;
    font-weight: 600!important;
    margin: 0!important;
    outline: medium none!important;
    padding: 0!important;
    text-align: center!important;
    text-decoration: none!important;
}

#CDSWIDWRL .widWRLReview textarea {
    border: 1px solid rgba(0, 0, 0, 0.5)!important;
    border-radius: 6px!important;
    color: #787878!important;
    float: none!important;
    font-family: "Open Sans",sans-serif !important;
    font-feature-settings: normal!important;
    font-kerning: auto!important;
    font-language-override: normal!important;
    font-size: 14px!important;
    font-size-adjust: none!important;
    font-stretch: normal!important;
    font-style: normal!important;
    font-synthesis: weight style!important;
    font-variant: normal!important;
    font-weight: normal!important;
    height: calc(100% - 16px)!important;
    line-height: normal!important;
    margin: 0!important;
    min-height:inherit!important;
    min-width:inherit!important;
    overflow: auto!important;
    padding: 8px!important;
    width: calc(100% - 16px)!important;
    word-wrap: break-word!important;
	max-height: inherit!important;
    max-width: inherit!important;
}

#cdsWRLForm2933{
	height:auto!important;
	overflow:hidden!important;
}

#CDSWIDWRL .widWRLReview {
    height: 178px!important;
}

#CDSWIDWRL .widWRLData {
    max-height:none!important;
}
.widWRLRatingTextSmaller {
    width: 98px!important;
}
#CDSWIDWRL .widWRLRating {
    width: 184px!important;
	margin: 0 auto!important;
}


object{
	-webkit-overflow-scrolling:touch;
	overflow:auto;
}

.newPopSmall{
	display:none;
}

.wrapWindows .displayNone{
	display:block;
	height:98%;
	width:100%;
	overflow-y: auto;
	-webkit-overflow-scrolling:touch;
}

.menuMovil-ham{
	display:none;
}
.noDisponible{
	opacity:.2;
}

/**HOVER MENU***/
.reservaHover{
	background-color:#0b2343;
	width:100%;
	position:absolute;
	top:56px;
	left:0;
	height:143px;
	padding:0;
	margin:0;
	border-top:1px solid rgba(255,255,255,.3);
	display:none;
}

.reservaHover li{
	width:calc((100% / 4) - 3px);
	height:100%;
	float:left;
	padding:0!important;
	list-style:none;
	margin:0;
	position:relative;
	border-left:1px solid rgba(255,255,255,.3);
	padding-right:0!important;
}

.reservaHover li:first-child{
	border-left:0px;
}



.reservaHover li a{
	display:block;
	width:100%;
	height:100%;
	position:relative;
	text-decoration:none;
	opacity:0.4;
	cursor:pointer;
}
.reservaHover li a:hover{
	opacity:1!important;
	color:#fff!important;
}
.reservaHover li a .reservaWrap{
	position:absolute;
	top:46%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	height:auto;
	display:inline-flex;
}
	
.reservaHover li a .reservaWrap .imgReser{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    height: 65px;
    margin-right: 9px;
    width: 65px;
}

.reservaHover li:nth-child(1) a .reservaWrap .imgReser {background-image:url(../images/hover01n.png);}
.reservaHover li:nth-child(2) a .reservaWrap .imgReser {background-image:url(../images/hover02n.png);}
.reservaHover li:nth-child(3) a .reservaWrap .imgReser {background-image:url(../images/hover03n.png);}
.reservaHover li:nth-child(4) a .reservaWrap .imgReser {background-image:url(../images/hover04n.png);}

.reservaHover li:nth-child(1):hover a .reservaWrap .imgReser {background-image:url(../images/hover01.png);}
.reservaHover li:nth-child(2):hover a .reservaWrap .imgReser {background-image:url(../images/hover02.png);}
.reservaHover li:nth-child(3):hover a .reservaWrap .imgReser {background-image:url(../images/hover03.png);}
.reservaHover li:nth-child(4):hover a .reservaWrap .imgReser {background-image:url(../images/hover04.png);}


.reservaHover li a .reservaWrap .text{
	height:50px;
	float:left;
	position:relative;
}
.reservaHover li a .reservaWrap .text p{
	font-size: 37px;
	margin:0;
	padding:0;
	font-weight:500;
}

.reservaHover li a .reservaWrap .text p.smallp{
	bottom: -37px;
    font-size: 15px;
    font-weight: 400;
    left: 0;
    position: absolute;
}



/***FLAG****/
.language{
	height:56px;
	float:right;
	overflow:hidden;	
}

.language a{
	font-size: 11px;
	color: #fff;
    display: block;
    text-decoration: none;
	line-height:56px;
	opacity:.5;
	float:left;
}
.language a:hover{
	opacity:1;
	color:#007dc3;
}
.language .lineFlag {
    background-color: #fff;
    float: left;
    height: 17px;
    margin: 19px 2px 0 20px;
    opacity: 0.41;
    width: 1px;
}

.language .logoCountry{
	height:56px;
	width:56px;
	float:left;
	overflow:hidden;
	position:relative;
}
.language .logoCountry .cirChange{
	border-radius:50%;
	width:20px;
	height:20px;
	position:absolute;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	top:50%;
	left:50%;
	background-image:url(../images/mexico-flag.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}



@media only screen and (max-width: 1167px) {
.holderTripPage .splitPage .wrapAeromexico h1{
	font-size: 44px;
    line-height: 41px;
    margin-top: -21px;
}	
}

@media only screen and (min-width: 1001px) {
.writeOpinion .wrapText .wrapTextCell{
	max-width: 342px;
}
}

@media only screen and (max-width: 959px) {
/****MENU HOVER***/

.reservaHover li a .reservaWrap .text p {
    font-size: 19px;
}
.reservaHover li a .reservaWrap .text p.smallp {
    bottom: -24px;
    font-size: 12px;
}

.reservaHover li a .reservaWrap .imgReser {
    height: 40px;
    width: 40px;
}
}


@media only screen and (max-height: 812px) {
.holderTripPage .splitPage .wrapAeromexico h1{
	font-size: 44px;
    line-height: 41px;
    margin-top: -21px;
}	
.holderTripPage .splitPage .wrapAeromexico .cirCont {
    height: 250px;
    width: 250px;
}
}

@media only screen and (min-width: 938px) {
.holderTripPage{
	height:calc(100vh - 56px);
	min-height: 720px;  
}

}


@media only screen and (max-width: 1000px) {
.mobile-app {
    background-image: url("../images/mobile-app.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -306px;
    height: 524px;
    position: absolute;
    right: 50%;
    transform: translate(50%, 0px);
    width: 267px;
}
.comments-wrap{
	width:100%;
}

.movilshow-comments{
	display:block;
}
.pcshow-comments{
	display:none;
}

.holderTripPage {
	height:auto;
	overflow:hidden;
}

.holderTripPage .splitPage:nth-child(2) {
    width: 100%;
}
.holderTripPage .splitPage:nth-child(1) {
    width: 100%;
}

.holderTripPage .splitPage,	
#container-content {
    min-height:auto;
}

.holderTripPage .splitPage {
    float: none;
    height: auto;
    overflow: hidden;
	min-height:inherit;
}
.holderTripPage .splitPage .wrapAeromexico {
    left: 0;
    position: relative;
    top: 0;
    transform: translate(0, 0);
	overflow:hidden;
}
.holderTripPage .splitPage .wrapAeromexico {
	margin-top:100px;
	margin-bottom:40px;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
}
.miPuntuacion {
    left: 50%;
    top: 87px;
    transform: translate(-50%, 0px);
	-webkit-transform: translate(-50%, 0px);
	width: 387px;
}

/*C02*/
.writeOpinion{
	background-color:#48a83e;
	height:auto;
	overflow:hidden;
	width:100%;
	margin:0;
	border-top:none;
}
.writeOpinion .wrapText{
	margin:40px 0;
	height:auto;
	overflow:hidden;
	padding:0 20px 200px;
}

.writeOpinion .wrapText .wrapTextCell{
	height:auto;
	overflow:hidden;
}

.writeOpinion .wrapText .wrapTextCell h3,
.writeOpinion .wrapText .wrapTextCell p{
	color:#fff;
	text-align:center;
}
.writeOpinion .wrapText .wrapTextCell h3{
	margin-top:0;
}

.writeOpinion .wrapText .wrapTextCell a{
	font-size: 12px;
    height: 43px;
    line-height: 43px;
    margin: 22px auto 0;
    width: 160px;
	background-color: #fff;
    border-radius: 40px;
    color: #589442;
    cursor: pointer;
    display: block;
	text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.writeOpinion .wrapText .wrapTextCell p{
	color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin: 8px auto 0;
    max-width: 500px;
    text-align: center;
}
.writeOpinion .wrapText .wrapTextCell h3{
	font-size:21px;
}
}

@media only screen and (max-width: 673px) {
.holderTripPage .splitPage .wrapAeromexico .cirCont {
    height: 182px;
    width: 182px;
}
.holderTripPage .splitPage .wrapAeromexico h1{
	font-size: 30px;
    line-height: 31px;
    margin: -21px auto 0;
    max-width: 200px;
}

.holderTripPage .splitPage .wrapAeromexico .logoTrip {
    height: 42px;
    margin: 7px auto 0;
    width: 133px;
}
.holderTripPage .splitPage .wrapAeromexico p {
    font-size: 20px;
    margin: 8px 0 0;
}

.holderTripPage .splitPage .wrapAeromexico a.visitSite {
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    margin: 22px auto 0;
    width: 160px;
}
}

@media only screen and (max-width: 474px) {
.miPuntuacion{
	display:none;	
}
.movilPuntuacion{
	display: block;
    height: 65px;
    overflow: hidden;
    width: 160px;
    z-index: 99;
	margin:20px auto;
}

.holderTripPage .splitPage .wrapAeromexico {
    margin: 33px auto 40px;
}
}










@media only screen and (max-width: 644px) {
.newPopSmall{
	display:block;
	height:calc(100% - 64px);
	width:100%;
}

.wrapWindows .displayNone{
	display:none;
}

.popupWrap .wrapWindows {
    min-height: 394px;
	height:auto;
	overflow:hidden;
	max-height: 422px;
}

}


/* MENU MOVIL */





@media only screen and (min-width: 678px) {
#thisPopup {
	display:none!important;
}
}

@media only screen and (max-width: 679px) {

/**MENU POU**/
#thisPopup{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	display:none;
	z-index:9999;
}

#thisPopup li.menuNew{
	background-color: #0b2343;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    height: 56px;
    position: relative;
    width: 100%;
    z-index: 9999;
}

#thisPopup li.menuNew .backreserva{
	height:100%;
	width:105px;
	float:left;
	overflow:hidden;
}

#thisPopup li.menuNew .backreserva p{
	color: #fff;
    font-size: 14px;
    line-height: 56px;
    margin: 0;
    padding: 0 0 0 40px;
    text-transform: uppercase;
	cursor:pointer;
	position: relative;
    text-transform: uppercase;
    z-index: 9999;
	background-image:url(../images/back-arrow-menu.png);
	background-position:20px center;
	background-repeat:no-repeat;
}

.holderNew{
	width:100%;
	height:calc(100vh - 56px);
	overflow: hidden;
}

#thisPopup li.size{
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    height: calc(100% / 2 - 1px);
    width: calc(100% / 2 - 1px);
}

.reservaHover li a .reservaWrap .text p {
    color: #fff;
    float: none;
    font-size: 35px;
    text-align: center;
}

.reservaHover li a .reservaWrap {
    display: block;
    width: 100%;
}


.reservaHover li a .reservaWrap .text {
    width: 100%;
}

.reservaHover li a .reservaWrap .imgReser {
    float: none;
    height: 18vw;
    margin: 13px 0 0;
    max-height: 130px;
    min-height: 84px;
    width: 100%;
}


.reservaHover li a .reservaWrap .text p.smallp {
    bottom: -22px;
    font-size: 19px;
    text-align: center;
    width: 100%;
}

.reservaHover li a {
    opacity: 0.7;
}
}


@media only screen and (max-width: 414px) {

.reservaHover li a .reservaWrap .text p {
    font-size: 26px;
}
.reservaHover li a .reservaWrap .text p.smallp {
    bottom: -8px;
    font-size: 17px;
   
}
}

