/*!
Theme Name: Cancun Transportation Shuttle
Theme URI: https://cancuntransportationshuttle.com/
Author: Cancun Transportation Shuttle
Author URI: https://cancuntransportationshuttle.com/
Description: CTS Theme
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: cancuntransportationshuttle

Regular 400
Medium 500
Bold 700
ExtraBold 800
Black 900
*/
:root{
	--max-canvas: 1100px;
	--main-color-text: #312116;
	--main-color-background: #f3f3f3;
	--main-font-family:  "Noto Sans", sans-serif;
	--green-whatsapp-color: #71b734;
	--green-calculate-trip: #336d00;
	--background-gallery-modal: #d9d9d9;
}
/*Reset*/
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body, html {
  height: 100%;
  margin: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-weight: 400;
	color: var(--main-color-text); 

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
figcaption {
	display: none;
}
body {
	line-height: 1;
	/*overflow-x: hidden;*/
	font-family: var(--main-font-family);
	background: var(--main-color-background);
	color: var(--main-color-text);
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*End Reset*/

/* Theme */
.clear-all{
	clear: both;
}
/* End Theme*/

/*box-center*/
.box-center{
	width: 100%;
	max-width: var(--max-canvas);
	margin: 0 auto;
}
/*end box-center*/

/*Header*/
header{
	text-align: right;
	display: flex;
	margin: 30px auto;
}
header .menu{
	position: relative;
	text-align: right;
}
header .menu li{
	width: fit-content;
	float: right;
}
header a{
	width: fit-content;
	padding: 8px;
	background-color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: 700;
	display: flex;
}
header a span{
	font-weight: 700;
}	
header a img{
	vertical-align: middle;
	max-width: 30px;
}
/*End Header*/

/*First block home*/
.first-block-home{
	position: relative;
}
.first-block-home .box-center{
	position: relative;
	display: flex;
}
.first-block-home .box-center .block-left{
	width: 50%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.first-block-home .box-center .block-left .block-left-content{
	height: fit-content;
}
.first-block-home .box-center .block-left .block-left-content img{
	max-width: 370px;
	margin-bottom: 20px;
}
.first-block-home .box-center .block-left .block-left-content p{
	padding: 10px;
	text-align: left;
	font-weight: 400;
	font-size: 13pt;
	line-height: 1.3em;
}
.first-block-home .box-center .block-left .block-left-content a.whatsapp-url{
	display: inline-block;
	padding: 12px 25px 10px;
	text-decoration: none;
	background-color: var(--green-whatsapp-color);
	border-radius: 25px;
	margin: 25px auto;
}
.first-block-home .box-center .block-left .block-left-content a.whatsapp-url:hover{
	color: #ffffff;
}	
.first-block-home .box-center .block-left .block-left-content a.whatsapp-url img{
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
}	
.first-block-home .box-center .block-left .block-left-content p strong{
	font-weight: 700;
}	
.first-block-home .box-center .block-right{
	width: 50%;
	display: flex;
	align-items: center;
}
.first-block-home .box-center .block-right .bx-wrapper {
	margin: 0 auto;
}
.first-block-home .box-center .block-right .first-block-slider .item{
	width: 450px;
	height: 450px;
}
.first-block-home .box-center .block-right .first-block-slider .item img{
	width: 100%;
	border-radius: 60px;
	object-fit: cover;
	height: 100%;
}
/*End First block home*/

/*Second block home*/
.second-block-home{
	position: relative;
}
.second-block-home .box-center{
	position: relative;
}
.second-block-home .box-center .bx-wrapper {
	margin: 30px auto;
}
.second-block-home .box-center .second-block-slider .item{
	width: 100%;
	height: 390px;
}
.second-block-home .box-center .second-block-slider .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.second-block-home .box-center  .second-block-info{
	position: relative;
	display: flex;
}
.second-block-home .box-center  .second-block-info .block-left{
	width: calc( 45% - 100px);
	text-align: center;
}
.second-block-home .box-center  .second-block-info .block-left p{
	font-size: 14pt;
	margin-bottom: 10px;
}
.second-block-home .box-center  .second-block-info .block-left span{
	display: inline-block;
	background: #f5c119;
	padding: 10px 60px;
	font-weight: 700;
	font-size: 17pt;
	text-transform: uppercase;
}		
.second-block-home .box-center  .second-block-info .block-left .icon-block-mobile{
	display: none;
}
.second-block-home .box-center  .second-block-info .icon-block{
	width: 200px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.second-block-home .box-center  .second-block-info .icon-block img{
	width: 70px;
}	
.second-block-home .box-center  .second-block-info .block-right{
	width: calc( 55% - 100px - 60px);
	padding: 0px 30px;
}
.second-block-home .box-center  .second-block-info .block-right .text-title {
	margin-bottom: 10px;
}
.second-block-home .box-center  .second-block-info .block-right .text-title strong{
	font-weight: 700;
	font-size: 15pt;
}
.second-block-home .box-center  .second-block-info .block-right .text-right{
	font-size: 11pt;
	line-height: 1.3em;
}
/*End Second block home*/

/*Third block home*/
.third-block-home{
	position: relative;
	margin: 50px auto 0;
}
.third-block-home .box-center{
	position: relative;
}
.third-block-home .box-center .third-block-content{
	position: relative;
	display: flex;
}
.third-block-home .box-center .third-block-content .block-left{
	width: 50%;
}
.third-block-home .box-center .third-block-content .block-left .third-block-slider-box{
	height: 700px;
}
.third-block-home .box-center .third-block-content .block-left .third-block-slider-box .bx-wrapper , .third-block-home .box-center .third-block-content .block-left .third-block-slider-box  .bx-viewport{
	margin: 0;
	height: 100% !important;
	position: relative;
}	
.third-block-home .box-center .third-block-content .block-left .third-block-slider-box .third-block-slider{
	height: 100%;
}
.third-block-home .box-center .third-block-content .block-left .third-block-slider-box .third-block-slider .item{
	width: 100%;
	height: 100%;
}	
.third-block-home .box-center .third-block-content .block-left .third-block-slider-box .third-block-slider .item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.third-block-home .box-center .third-block-content .block-right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.third-block-home .box-center .third-block-content .block-right .content{
	padding: 50px;
}
.third-block-home .box-center .third-block-content .block-right .content p.title{
	font-weight: 400;
	font-size: 23pt;
	margin-bottom: 50px;
}	
.third-block-home .box-center .third-block-content .block-right .content .text{
	font-size: 12pt;
}	
.third-block-home .box-center .third-block-content .block-right .content .text p, .third-block-home .box-center .third-block-content .block-right .content .text li{
	line-height: 1.3em;
}	
.third-block-home .box-center .third-block-content .block-right .content .text ul{
	list-style: disc;
	padding-left: 25px;
	margin-bottom: 40px;
}	
.third-block-home .box-center .third-block-content .block-right .content .text strong{
	font-weight: 700;
}
.third-block-home .box-center .third-block-content .block-right .content .text p{
	margin-bottom: 15px;
}
.third-block-home .box-center .calculator-box{
	background: var(--green-whatsapp-color);
	padding: 70px 0;
}
.third-block-home .box-center .calculator-box .error-form-calculator{
	width: 80%;
	margin: 0 auto 10px;
	border: 2px solid #A80606;
	padding: 10px;
	display: none;
}
.third-block-home .box-center .calculator-box .error-form-calculator p{
	font-weight: 700;
	color: #A80606;
}
.third-block-home .box-center .calculator-box .form-calculator{
	width: 80%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: space-between;
}
.third-block-home .box-center .calculator-box .form-calculator div{
	position: relative;
}
.third-block-home .box-center .calculator-box .form-calculator div p{
	color: #fff;
	font-weight: 700;
	font-size: 13pt;
	margin-bottom: 20px;
}	
.third-block-home .box-center .calculator-box .form-calculator div div.error{
	border: 5px solid #A80606;
}
.third-block-home .box-center .calculator-box .form-calculator div div.selector-type-input select{
	appearance: none;
	  /*  safari  */
	  -webkit-appearance: none;
	  /*  other styles for aesthetics */
	  width: 100%;
	  font-size: 12.5pt;
	  padding: 10px 50px 10px 15px;
	  background-color: #fff;
	  border: 1px solid #caced1;
	  border-radius: 0.25rem;
	  color: #717273;
	  cursor: pointer;
}
.third-block-home .box-center .calculator-box .form-calculator div div.selector-type-input-text input[type="number"]{
	 appearance: none;
	  /*  safari  */
	  -webkit-appearance: none;
	  /*  other styles for aesthetics */
	  width: 50px;
	  font-size: 12.5pt;
	  padding: 10px 0px 10px 15px;
	  background-color: #fff;
	  border: 1px solid #caced1;
	  border-radius: 0.25rem;
	  color: #717273;
	  cursor: pointer;
}
.third-block-home .box-center .calculator-box .form-calculator div div.selector-type-input::before,
.third-block-home .box-center .calculator-box .form-calculator div div.selector-type-input::after {
  --size: 0.3rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.third-block-home .box-center .calculator-box .form-calculator div div.selector-type-input::after {
  width: 20px;
  height: 20px;
  background: url(images/arrow-down-select.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  top: calc(50% - 10px);
}


.third-block-home .box-center .calculator-box .text-calculator{
	width: 80%;
	margin: 30px auto 0;
	display: flex;
	flex-direction: row-reverse;
}
.third-block-home .box-center .calculator-box .text-calculator .text-left{
	width: 50%;
}
.third-block-home .box-center .calculator-box .text-calculator .text-left p{
	font-size: 12pt;
	line-height: 1.3em;
}
.third-block-home .box-center .calculator-box .text-calculator .text-left p a{
	color: #fff;
	text-decoration: none;
	font-weight: 700;
}	
.third-block-home .box-center .calculator-box .text-calculator .text-left p a:hover{
	text-decoration: underline;
}	
.third-block-home .box-center .calculator-box .text-calculator .text-right{
	width: 50%;
	text-align: right;
}
.third-block-home .box-center .calculator-box .text-calculator .text-right .calculate-trip{
	display: inline-block;
	padding: 10px 25px;
	background: var(--green-calculate-trip);
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--green-calculate-trip);
}
.third-block-home .box-center .calculator-box .text-calculator .text-right .calculate-trip:hover{
	border: 1px solid #fff;
}	
.third-block-home .box-center .calculator-box .text-calculator .text-right .calculate-trip img{
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
}	
/*End Third block home*/

/*Fourth block home*/
.modal-gallery-box{
	position: relative;
	display: flex;
	background: var(--background-gallery-modal);
	width: 100%;
	padding: 50px 0px;
	border-radius: 25px;
	justify-content: center;
}
.modal-gallery-box .gallery-box-left{
	width: calc(40% - 50px);
	margin-left: 50px;
}
.modal-gallery-box .gallery-box-left img{
	width: 100%;
	height: 220px;
	object-fit: cover;
	border: 6px solid #fff;
	margin-bottom: 10px;
}	
.modal-gallery-box .gallery-box-right{
	width: calc(60% - 50px - 30px);
	margin-right: 50px;
	padding-left: 30px;
}
.modal-gallery-box .gallery-box-right .gallery-title{
	font-weight: 500;
	margin-bottom: 30px;
	font-size: 16pt;
}
.modal-gallery-box .gallery-box-right .gallery-text p{
	font-weight: 400;
	line-height: 1.2em;
	margin-bottom: 25px;
	font-size: 11pt;
}
.modal-gallery-box .gallery-box-right .whatsapp-url{
	display: inline-block;
	padding: 10px 25px;
	background: var(--green-calculate-trip);
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--green-calculate-trip);
	margin: 20px 0;
}
.modal-gallery-box .gallery-box-right .whatsapp-url img {
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
}
.modal-gallery-box .gallery-box-right .whatsapp-url:hover{
	border: 1px solid #000;
}	
.modal.gallery-box {
	padding: 0;
	max-width: 900px;
	background: none;
}
.fourth-block-home{
	position: relative;
}
.fourth-block-home .box-center{
	position: relative;
	margin: 50px auto;
}	
.fourth-block-home .box-center .gallery-dstination-list{
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fourth-block-home .box-center .gallery-dstination-list .item-destiny{
	width: calc(33.3% - 40px);
	margin: 20px;
}
.fourth-block-home .box-center .gallery-dstination-list .item-destiny a{
	display: block;
	font-weight: 700;
	text-decoration: none;
	font-size: 12pt;
	line-height: 1.2em;
	margin-bottom: 10px;
}
.fourth-block-home .box-center .gallery-dstination-list .item-destiny a img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 6px solid #fff;
}	
/*End Fourth block home*/

/*Fifth block home*/
.fifth-block-home{
	position: relative;
}
.fifth-block-home .box-center .book-with-us{
	position: relative;
	margin: 0px 15px;
}
.fifth-block-home .box-center .book-with-us .title{
	font-weight: 400;
	font-size: 23pt;
	text-align: center;
}
.fifth-block-home .box-center .book-with-us .text{
	margin-top: 30px;
}
.fifth-block-home .box-center .book-with-us .text p{
	line-height: 1.3em;
	margin-bottom: 15px;
}
.fifth-block-home .box-center .book-with-us .text p strong , .fifth-block-home .box-center .book-with-us .text p b{
	color: #000;
	font-weight: 700;
}	
.fifth-block-home .box-center .advantages-box{
	margin-top: 40px;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}
.fifth-block-home .box-center .advantages-box .advantage-item{
	width: calc(25% - 30px);
	margin: 0 15px;
	background-color: #fff;
	border-radius: 25px;
	min-height: 550px
}
.fifth-block-home .box-center .advantages-box .advantage-item img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	border-radius: 25px;
}
.fifth-block-home .box-center .advantages-box .advantage-item .title{
	font-weight: 400;
	font-size: 15pt;
	padding: 30px 15px;
}
.fifth-block-home .box-center .advantages-box .advantage-item .text{
	padding: 0px 15px;
}
.fifth-block-home .box-center .advantages-box .advantage-item .text p{
	line-height: 1.3em;
	color: #6f5f5f;
}
.fifth-block-home .box-center .second-text-box{
	margin: 50px 15px;
	width: 80%;
}	
.fifth-block-home .box-center .second-text-box p{
	line-height: 1.3em;
}	
.fifth-block-home .box-center .private-tours-box{
	margin: 60px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fifth-block-home .box-center .private-tours-box .tours-left{
	width: 65%;
	text-align: center;
}
.fifth-block-home .box-center .private-tours-box .tours-left img{
	width: 280px;
	height: 280px;
	object-fit: cover;
	border-radius: 50px;
	border: 6px solid #fff;
	margin-right: 15px;
}

.fifth-block-home .box-center .private-tours-box .tours-right{
	width: 35%;
}
.fifth-block-home .box-center .private-tours-box .tours-right .title{
	font-weight: 400;
	font-size: 23pt;
	margin-bottom: 15px;
}	
.fifth-block-home .box-center .private-tours-box .tours-right .text{
	line-height: 1.2em;
}
.fifth-block-home .box-center .private-tours-box .tours-right .whatsapp-link{
	display: inline-block;
	padding: 10px 25px;
	background: var(--green-calculate-trip);
	border-radius: 25px;
	color: #fff;
	text-decoration: none;
	border: 1px solid var(--green-calculate-trip);
	margin: 20px 0;
}
.fifth-block-home .box-center .private-tours-box .tours-right .whatsapp-link img {
	width: 25px;
	height: 25px;
	margin: 0;
	vertical-align: middle;
	margin-right: 5px;
}
.fifth-block-home .box-center .our-mission-box{
	position: relative;
	margin-bottom: 50px;
	margin-left: 15px;
	margin-right: 15px;
}
.fifth-block-home .box-center .our-mission-box p{
	line-height: 1.2em;
}
.fifth-block-home .box-center .our-mission-box p strong, .fifth-block-home .box-center .our-mission-box p b{
	font-weight: 700;
	color: #000;
}		
/*Fifth block home*/

/*Footer*/
footer{
	position: relative;
	margin: 50px auto 0;
	padding-bottom: 50px;
}
footer .box-center {
	position: relative;
}
footer .box-center .content-footer{
	position: relative;
	display: flex;
}
footer .box-center .content-footer .footer-left{
	width: 50%;
}
footer .box-center .content-footer .footer-left .footer-block-slider{
	height: 700px;
}	
footer .box-center .content-footer .footer-left .footer-block-slider .bx-wrapper, footer .box-center .content-footer .footer-left .footer-block-slider .bx-viewport {
	margin: 0;
	height: 100% !important;
	position: relative;
}
footer .box-center .content-footer .footer-left .footer-block-slider .item {
	width: 100%;
	height: 100%;
}
footer .box-center .content-footer .footer-left .footer-block-slider .item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
footer .box-center .content-footer .footer-right{
	width: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .box-center .content-footer .footer-right .content{
	
}
footer .box-center .content-footer .footer-right .content .title{
	font-weight: 400;
	font-size: 23pt;
	margin-bottom: 50px;
}
footer .box-center .content-footer .footer-right .content .map iframe{
	width: 100%;
	height: 250px;
}
footer .box-center .content-footer .footer-right .content .address{
	margin-top: 50px;
}
footer .box-center .content-footer .footer-right .content .address p{
	margin-bottom: 15px;
	line-height: 1.3em;
}
footer .box-center .content-footer .footer-right .content .address p strong {
	font-weight: 700;
}
footer .box-center .content-footer .footer-right .content .address ul{
	list-style: disc;
	margin: 0 0 0 25px;
}
footer .box-center .content-footer .footer-right .content .address ul li{
	line-height: 1.3em;
	margin-bottom: 3px;
}	
footer .box-center .content-footer .footer-right .content .address ul li strong{
	font-weight: 700;
}	
footer .box-center .copy-footer{
	position: relative;
	margin: 15px auto;
	width: 90%;
}
footer .box-center .copy-footer .text p{
	line-height: 1.3em;
	color: #777777;
}
footer .box-center .copy-footer .text p strong{
	font-weight: 700;
}	
footer .box-center .reviews-footer{
	padding: 20px 0;
}
footer .box-center .reviews-footer .title p{
	font-weight: 400;
	font-size: 23pt;
	text-align: center;
	margin-bottom: 30px;
}
/*End Footer*/