/*Typografía*/

@font-face {
    font-family: 'bebas_neuebold';
    src: url('/site/css/fonts/bebas/bebasneue_bold-webfont.woff2') format('woff2'),
         url('/site/css/fonts/bebas/bebasneue_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'bebas_neueregular';
    src: url('/site/css/fonts/bebas/bebasneue_regular-webfont.woff2') format('woff2'),
         url('/site/css/fonts/bebas/bebasneue_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
 .bebasbold{
 	font-family: 'bebas_neuebold';
}
 .bebasregular{
 	font-family: 'bebas_neueregular';
}
 .syncopatebold{
 	font-family: 'Syncopate', sans-serif;
 	font-weight: 700;
}
/* ============================================================ */
/* Modern Navigation Custom */
/*EDITED BY RECM*/
/* ============================================================ */
/* First Navigation Height */
 #navigation.modern{
    height: 70px !important;
     line-height: 70px !important;
     will-change: transform;
     overflow: hidden;
}
/*#navigation.modern .columns .logo {
	float: none !important;
	-webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}*/
#navigation.modern.scrolled .columns .logo {
	float: left !important;
	-webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    animation-timing-function: ease-in;
	animation-duration: 2s;
}
#navigation.modern .columns .nav-menu ul li{
	/*opacity: 0;*/
}
#navigation.modern.hover4 .columns a:hover {
	color: #e8463c;
	opacity: 1;
}
#navigation.modern .columns ul li a {
	font-size: 17px;
}
#navigation.modern.scrolled .columns ul li a {
	font-size: 17px;
	color: #E2E2E2;
}
/*cta Rojo Active*/
#navigation.modern .columns ul li a.xd_redcta{
	color: #e8463c;
}
#navigation.modern .columns ul li a.xd_redcta:hover {
	background: #e8463c;
	color: #fff;
}
/*scrolled cta*/
#navigation.modern.scrolled .columns ul li a.xd_redcta{
	background: #e8463c;
    color: #fff !important;
    margin: 15px 0px;
    height: 36px;
    line-height: 36px;
}
#navigation.modern.scrolled .columns ul li a.xd_redcta:hover{
    color: #333 !important;
    border-radius: 23px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
    animation-timing-function: ease-in;
	animation-duration: 1s;
}
/*#navigation.modern.scrolled .columns .nav-menu ul li{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 2s;
}*/
#navigation.modern .columns .logo a,#navigation.modern .columns .logo img{
     max-height: 50px !important;
     min-width: 300px !important;
}
/* Hide & Show Retina Logo for device type */
 body.retina-device.has-retina-logo #navigation .logo img, #navigation .logo img.retina-logo{
     display: none !important;
}
 #navigation .logo img, body.retina-device.has-retina-logo #navigation .logo img.retina-logo{
     display: block !important;
}
 @media only screen and (max-width: 640px){
    #navigation.modern .columns .logo a,#navigation.modern .columns .logo img{
         max-width: 190px !important;
    }
}
/* Scrolled Navigation Height */
 #navigation.modern.scrolled{
     height: 65px !important;
     line-height: 65px !important;
}
 #navigation.modern.scrolled .columns .logo a,#navigation.modern.scrolled .columns .logo img{
     max-height: 45px !important;
}
/* PUNCH NAVIGATION ================================================== */
 .punch-navigation-items{
     overflow: hidden;
     width: 100%;
     height: 0%;
     top:0;
     left:0;
     position: fixed;
     z-index: 9999;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
}
 .punch-navigation-items .shadow{
     position: absolute;
     width: 100%;
     height: 100%;
     left:0;
     top:0;
     background:rgba(0,0,0,0.3);
     display: none;
}
 .punch-navigation-items>div.navblock{
     background-color:white;
     /**/
     border-color:#333 !important;
     border-right: 1px;
     border-style: solid;
     background-size: cover !important;
     background-position: center center;
     height: 100%;
     top:-100%;
     position: relative;
     -webkit-transition: top 0.65s cubic-bezier(0.55, 0, 0.4, 1);
     -moz-transition: top 0.65s cubic-bezier(0.55, 0, 0.4, 1);
     transition: top 0.65s cubic-bezier(0.55, 0, 0.4, 1);
}
/* ESTILOS QUADRA */
video {
  width: 100%    !important;
  height: auto   !important;
}

/* Estilos XD General */
.xd_colored_red {color: #e8463c}
.xd_colored_red_bg, .xd_colored_red_bg_hover {background-color: #e8463c}
.bg-gray_xd {background-color:#f3f1f4}
.xd_pxy {padding: 10px 40px !important;}
.xd_pt10{padding-top:10px;}
.xd_radius100 {
	border-radius: 100%;
	padding: 5px;
	height: 50px;
    width: 50px;
    text-align: center;
    padding: 6px;
}
.xd_gray {color:#9b9b9b !important;}

.xd_punch_opacity {
	background-color: rgba(3,3,3,0.8);
}
.xd_punch_opacity img {
	opacity: 1;
}
.xd_enfasis span {color: #000 !important;}
.xd_lh30 {line-height: 30px;}
.xd_w360 {width: 360px;}
.square-40:hover {border-radius: 100%;}
.bg-black-hover:hover {border-radius: 10px;}
.qdr-hover:before {background-color: #000 !important; opacity: 0.2 !important;}
/*Theme custom Gallery*/
.qdr-controls-2 .slick-arrow {
	width: 40px;
    height: 70px;
    background-color: #e8463c;
}
.qdr-controls-2 .slick-dots li.slick-active button {
    height: 20px !important;
    width: 20px;
    background: #fff;
}
/*Theme custom Gallery for Clients Section*/
#clients .qdr-controls-2 .slick-dots li button {
    background: #000 !important;
}
.client-list-carousel a:hover{
	border:1px solid #C9C9C9 !important;
}
.cbp-item:hover, .xd_brandborder, .client-list-carousel a:hover{
	box-shadow: 0 21px 42px -14px rgba(0,0,0,0.5);
}
.cbp-item:hover{
	-webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
}
.xdblog-img{
	width: auto;
}
/* HACK CENTER */
.center {
	margin: 0px auto;
	display: block;
}

/* PORTAFOLIO MARCAS BACKGROUND */

.xd_churreria_porfirio_bg, .xd_churreria_porfirio_hover:hover {background-color: #42556b !important;}
.xd_sky_rocket_bg, .xd_sky_rocket_hover:hover {background-color: #1d71b4 !important;}
.xd_chicago_pops_bg, .xd_sky_rocket_hover:hover {background-color: #c42b3c !important;}
.xd_splash_fun_bg, .xd_sky_rocket_hover:hover {background-color: #36a5dd !important;}
.xd_bubble_waffle_bg, .xd_sky_rocket_hover:hover {background-color: #ebc714 !important;}
.xd_hot_run_bg, .xd_sky_rocket_hover:hover {background-color: #008936 !important;}
.xd_flavor_cup_bg, .xd_flavor_cup_bg:hover {background-color:#8DBF44 !important;}
.xd_frozen_donuts_bg, .xd_sky_rocket_hover:hover {background-color: #d70f17 !important;}

.xd_frozen_bahama_bg {background-color: #925f36 !important;}
.xd_frozen_vuala_bg {background-color: #5458A7 !important;}
.xd_frozen_caneroll_bg {background-color: #680411 !important;}

.xd_taco_inn_bg {background-color: #E20613 !important;}
.xd_sixties_burger_bg {background-color: #E63629 !important;}
.xd_arrachera_house_bg {background-color: #f9af42 !important;}
.xd_ima_motto_bg {background-color: #E9629F !important;}




.xd_churreria_porfirio {color: #42556b !important;}
.xd_sky_rocket {color: #1d71b4 !important;}
.xd_chicago_pops {color: #c42b3c !important;}
.xd_splash_fun {color: #36a5dd !important;}
.xd_bubble_waffle {color: #ebc714 !important;}
.xd_hot_run {color: #008936 !important;}
.xd_flavor_cup {color: #000 !important;}
.xd_frozen_donuts {color: #d70f17 !important;}
.xd_borderbar_1 {border-bottom-color: #42556b !important;}
.xd_borderbar_2 {border-bottom-color: #1d71b4 !important;}
.xd_borderbar_3 {border-bottom-color: #c42b3c !important;}
.xd_borderbar_4 {border-bottom-color: #36a5dd !important;}
.xd_borderbar_5 {border-bottom-color: #ebc714 !important;}
.xd_borderbar_6 {border-bottom-color: #008936 !important;}
.xd_borderbar_7 {border-bottom-color: #000 !important;}
.xd_borderbar_8 {border-bottom-color: #d70f17 !important;}
.xd_recupera {
	position: absolute;
    float: right;
    bottom: 70px;
    right: 79px;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}
.xd_mgin-videos{
	margin-bottom: -70px !important;
	}
.bgsize450{
	background-size: 450px auto !important;
}
.xd-texto{
	margin: 20% auto !important;
	width: auto;
	display: block;
	height: auto;
}
.xd_bdright{
	border-right: 1px solid #fff;
	height: auto;
	padding-right: 30px !important;
}
.xd_brandborder {
	background-color: #000;
}
.t-shadow-none{
	text-shadow: none;
}
#modelos-negocios.bg-brands {
	padding-bottom: 50px;
}
#modelos-negocios .modelos-boxes {
	padding: 15px 0px 40px;
}
p.xd_modelos {
    font-size: 55px;
    line-height: 1.1;
}
ul.xd_modelos{
	line-height: normal !important;;
	margin: 10px 0px 20px;
}
span.xd_modelos.text-lg{
	font-size: 30px;
}
a.xd_modelos {
	font-size: 20px;
    border: 1px solid #fff;
    padding: 5px 20px 7px 20px;
    border-radius: 3px;
}
a.xd_modalPlus {
	font-size: 25px;
    margin-top: 10px;
}
a.xd_modelos i {
	padding-left: 5px;
}
a.xd_modelos:hover {
	background: #000;
	border: 1px solid #000;
}
.xd_modelos .qdr-hover-2:before, .xd_modelos .qdr-hover-2-vertical:before {
    background: rgba(3,3,3,0.2);
}
ul.basic-list.list-lg.xd_modelos li{
    padding: 15px 10px;
    width: 100%;
}
h4.title-modal{
   color: #8DBF44;
   font-size: 45px;
   padding: 5% 20px 0px 20px;
}
.b-bottom {
	border-bottom: 3px solid #fff;
}
#modal-local.modal .close,
#modal-isla.modal .close,
#modal-estacion.modal .close {
    width: 40px;
    height: 40px;
    background-color: transparent;
    top: 25px;
    right: 10px;
    color: #fff;
    line-height: 35px;
    font-size: 35px;
}
#modal-local .hotspots img,
#modal-isla .hotspots img,
#modal-estacion .hotspots img{
	width: 80%;
    margin: 0px 10%;
}
#modal-local .popover,
#modal-isla .popover,
#modal-estacion .popover {
    min-width: 230px;
    font-size: 18px;
    color: #fff;
    border-radius: 2px;
    box-shadow: 2px 30px 65px 5px rgba(0,0,0,0.6);
    background-color: rgba(3,3,3,0.7);
	padding: 15px;
}
.item.coor01 {left:25%; top:23%;}
.item.coor02 {left:65%; top:20%;}
.item.coor03 {left:78%; top:45%;}
.item.coor04 {left:66%; top:70%;}
.item.coor05 {left:24%; top:57%;}

.item.coor06 {left:25%; top:23%;}
.item.coor07 {left:65%; top:20%;}
.item.coor08 {left:78%; top:45%;}
.item.coor09 {left:66%; top:70%;}
.item.coor10 {left:24%; top:57%;}

.item.coor11 {left:25%; top:23%;}
.item.coor12 {left:65%; top:20%;}
.item.coor13 {left:78%; top:45%;}
.item.coor14 {left:66%; top:70%;}
.item.coor15 {left:24%; top:57%;}

.rotate-box i{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 13px 12px -2px;
	margin-top: 20px !important;
}
.cbp img {
    height: 100% !important;
}
.icon-navigation {
	padding: 5px 0 !important;
}
.icon-navigation:hover {
	background-color: #e8463c !important;
}
.modelos-boxes .basic-mark{
	background: #e8463c;
    font-size: 15px;
    border-radius: 4px;
    color: #fff;
    padding: 5px 11px;
}
#modal-isla .modal-img img,
#modal-local .modal-img img, {
#modal-estacion .modal-img img
    width: 100% !important;
}
/*Form Styles*/
.contact-type-1 input, .contact-type-1 textarea {
	text-transform: none;
}
.xd_title_miniform {
	color: #fff;
}
/*Form brands Dotted Navigation styles*/
#side-dotted-navigation{
	overflow: hidden;
}
#side-dotted-navigation.spy {
	background-color: rgba(0,0,0,1);
	display: none;
}
#side-dotted-navigation li {
	background-color: #e8463c;
}
#side-dotted-navigation li a{
	font-family: 'bebas_neueregular';
	font-size: 22px;
}
 #side-dotted-navigation li a:after{
     background-color: #000;
}
/*.contact-brand:hover .xd_title_miniform{
	color: #fff;
	-webkit-transition: all 0.7s ease-in;
    -moz-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
}*/
.contact-brand{
	padding: 0px 0px 30px !important;
}
.contact-brand:hover {
	color: #fff !important;
	background-color: rgba(3,3,3,0.3);
	-webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    -webkit-box-shadow: 0 18px 36px -13px rgba(0,0,0,0.5) !important;
     -moz-box-shadow: 0 18px 36px -13px rgba(0,0,0,0.5) !important;
     box-shadow: 0 21px 42px -14px rgba(0,0,0,0.5) !important;
}

#thank-u .divider-1>span:before, #thank-u .divider-1>span:after,
#contact .divider-1>span:before, #contact .divider-1>span:after{
	background-color:#e8463c
}
/*SUN FEATURES*/

/* SUN ABOUT */
	.about{ padding:150px 0 100px; }
		@media only screen and (max-width: 1200px){
			.about .container{padding: 30px 15px;}
			.about .container>h1{font-size:35px !important;}
		}
		@media only screen and (max-width: 640px){
			.about{ padding-top:100px; }
		}

/* SUN FEATURES */
	.features-boxes-1 .item{ margin-top:40px; }
	.features-boxes-1 .item a{ display: block; width: 70px; float: left; height: 70px; background-color:#e8e8e8; font-size:25px; color:#868686; line-height: 70px; text-align: center; margin-right: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
	.features-boxes-1 .item:hover a{ color:white; background-color:#f0ca1b; }
	.features-boxes-1 .item .texts{ float: left; width: 60%; width: calc(100% - 94px); }
	.features-boxes-1 .item .texts h2{ font-size:22px; color:#878787; margin:0; padding:0; }
	.features-boxes-1 .item .texts p{ font-size:15px; color:#878787; margin: 6px 0 0; padding:0; }
		@media only screen and (max-width: 480px){ .features-boxes-1 .item{text-align: center;} .features-boxes-1 .item a{float: none; margin:15px auto;} .features-boxes-1 .item .texts{float: none; width: 100%;} }
		@media only screen and (max-height: 400px){ .features-boxes-1 .item{text-align: center;} .features-boxes-1 .item a{float: none; margin:15px auto;} .features-boxes-1 .item .texts{float: none; width: 100%;} }

/* SUN ABOUT DETAILS */
	#about-details{ position: relative; }
	#about-details #about_slider{ position: relative; z-index: 5; }
	#about-details #about_slider .carousel-inner{width: 68%; height: 450px; background:url(../images/about_01.jpg) left top no-repeat; background-size: cover; }
	#about-details #about_slider .carousel-inner .item{top:50%; position: absolute; padding:0 40px 0 70px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
	#about-details #about_slider .carousel-inner .item h1{ font-size:45px; text-transform: uppercase; margin:0; }
	#about-details #about_slider .carousel-inner .item p{ font-size:17px; font-weight: 400; margin:30px 0; }
	#about-details #about_slider .carousel-inner .item a{ text-transform: uppercase; padding:8px 20px; }
	/* Image slider */
	#about_image_slider{position: absolute; float: right; right: 0; top:0; left: auto; width: 470px; height: 690px; z-index: 0; }
	#about_image_slider img{width: 100%; height: auto; }
	#about-details .carousel-control.image_slider_controls{position: absolute; top: auto; bottom: 3px; left: 68%; right: -65px; width: 60px; height: auto; line-height: 20px; padding:7px 0; text-align: center; text-shadow:none; background-image: none; opacity: 1; }
	#about-details .carousel-control.image_slider_controls.left{bottom:45px; }
	#about-details .carousel-control.about_slider_controls{position: absolute; top: -38px; bottom:auto; right:470px; left:auto; width: 60px; height: auto; line-height: 20px; padding:7px 0; text-align: center; text-shadow:none; background-image: none; opacity: 1; }
	#about-details .carousel-control.about_slider_controls.left{top:-74px; }
	#about-details:hover .carousel-control.image_slider_controls{background-color:rgba(44,44,44,0.2);}
	/* Topbox Icon */
	#about-details .topbox .topbox-icon{ float:left; width: 100px; height: 100px; line-height: 95px; font-size:35px; text-align: center; padding:0; margin:0;}
	#about-details .topbox .topbox-details{ padding-left:30px; }
	#about-details .topbox .topbox-title{ padding:0; margin:0 0 15px; }
	#about-details .topbox .topbox-description{ padding:0; margin:0; max-width: 500px; font-size:17px; line-height: 21px; }

		@media only screen and (max-width: 1000px){
			#about-details .topbox .description p{max-width: 290px !important; font-size:15px !important;}
		}
		@media only screen and (min-width: 860px) and (max-width: 1440px){
			#about-details .topbox .topbox-details{ max-width: 33%; }
		}
		@media only screen and (max-width: 860px){
			#about-details #about_slider .carousel-inner{width: 100%; background-size:cover !important;}
			#about-details #about_image_slider{position: relative; margin:20px auto 0; float: none; display: block !important!;}
			#about-details .topbox{width: 70% !important; margin:0 auto !important;}
			#about-details .topbox .topbox-icon{float:none; margin:0 auto 20px;}
			#about-details .topbox .topbox-details{ text-align: center; padding-left:0; float:none !important;}
			#about-details .topbox .description{text-align: center; margin:0 auto; float: none; padding: 0 !important;}
			#about-details .topbox .description p{max-width: 100% !important;}
			#about-details .carousel-control{display: none;}
		}
		@media only screen and (max-width: 600px){
			#about-details #about_slider h1{font-size:35px !important;}
			#about-details #about_slider p{font-size:15px !important;}
			#about-details #about_slider a{font-size:12px;}
			 #about_image_slider{width: 100%; height: auto;}
			#about-details #about_slider .carousel-inner .item{padding:0 15px 0 25px;}
		}
		@media only screen and (max-width: 360px){
			#about-details #about_slider h1{font-size:27px !important;}
		}

/* PORTAFOLIO MARCAS BACKGROUND */

.xd_mostrar_btn {
    	display: block !important;
    }

.testimonials {padding: 100px 0px !important;}
.xd_mh210 {min-height: 210px !important}

.xd_floating_1{
	background-size: auto !important;
	position: absolute;
	height: 110%;
}
.xd_floating_2{
	background-size: auto !important;
	position: absolute;
	height: 125%;
}
.qdr-controls .slick-arrow, .qdr-controls-2 .slick-arrow {
	border-radius: 4px;
    height: 100px !important;
}

@media only screen and (max-width: 1120px) {
	#mobile-navigation .nav li a {
	font-size: 18px !important;
    padding: 6px 15px !important;
	}
	#mobile-navigation .nav li .dropdown-menu a {
	font-size: 18px !important;
	}
	#mobile-navigation {
	left: -340px !important;
    width: 340px !important;
    max-width: 100% !important;
    }
    #mobile-navigation .nav li {
    border: none !important;}
}
@media only screen and (max-width: 768px){
    .fullscreen{
    width: 100%;
    min-height: auto !important;
    }
    #side-dotted-navigation.spy {
	display: block;
	}
}

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

	#navigation.modern .columns .logo a,
	#navigation.modern .columns .logo img{
	min-width: 230px !important;
	}
	#navigation.modern .columns .logo {
	float: left !important;
	}
	.xd_w360 {width: auto;}
	.xd_mh200 {
		min-height: auto:
	}
	.xd_recupera {
		position: relative;
		float: left
		bottom: 0px;
		right: 0;
		font-size: 15px;
	}
	#mobile-navigation .nav li a{
	font-family: 'Roboto Condensed', sans-serif;
	}
	#mobile-navigation .nav li a.xd_redcta{
	color: #e8463c;
	}
	.xd_floating_1, .xd_floating_2, .xd_floating_3, .xd_floating_4 {
	display: none;
	}
	#rotators .text-lg3 {font-size: 60px;}
	.xd_mobile_center {
    width: auto;
    margin: 0px auto;
    }
    .t-center-mobile {
    text-align: center !important;
    }
    .t-left-mobile {
    text-align: left !important;
    }
    .xd-texto{
	margin: 8% auto 0% !important;
	}
	.xd_brandborder {
	float: left;
	}
	.xd_bdright{
	border-right: none;
	border-bottom: 4px solid #fff;
	padding:10px 0px !important;
	margin:0px 30px 20px !important;
	}
	.testimonials {
	padding: 50px 0px !important;
	}
	.xdblog-img{
	width: 100%;
	}
	.qdr-blog.post-radius .cbp-item .cbp-item-wrapper {
	overflow: inherit;
	}
	.xd_mgin-videos{
	margin-bottom: 0px !important;
	}
	.mini-flag {
    max-height: 40px !important;
    width: 40px !important;
	}
	#mobile-navigation a span {
		display: inline-block !important;
	}
	h4.title-modal{
   	padding: 0px;
	}
	#modal-isla .hotspots img,
	#modal-local .hotspots img,
	#modal-estacion .hotspots img {
    width: 100%;
    margin: 0px 0%;
	}
	#modal-isla .popover, #modal-local .popover, #modal-estacion .popover {font-size: 15px;}
	.item.coor01 {left: 2%;top: 10%;}
    .item.coor02 {left: 90%;top: 10%;}
    .item.coor03 {left: 85%;top: 50%;}
    .item.coor04 {left: 50%;top: 85%;}
    .item.coor05 {left: 7%;top: 50%;}

    .item.coor06 {left: 2%;top: 10%;}
    .item.coor07 {left: 90%;top: 10%;}
    .item.coor08 {left: 85%;top: 50%;}
    .item.coor09 {left: 50%;top: 85%;}
    .item.coor10 {left: 7%;top: 50%;}

    .item.coor11 {left: 2%;top: 10%;}
    .item.coor12 {left: 90%;top: 10%;}
    .item.coor13 {left: 85%;top: 50%;}
    .item.coor14 {left: 50%;top: 85%;}
    .item.coor15 {left: 7%;top: 50%;}
}
/**/
@media only screen and (max-width: 320px) {
	#mobile-navigation .nav li a {
	font-size: 16px !important;
    padding: 4px 5px !important;
	}
	#mobile-navigation .nav li .dropdown-menu a {
	font-size: 16px !important;
	}
	#mobile-navigation {
	left: -320px !important;
    width: 320px !important;
    max-width: 100% !important;
    }
}

/*AMF Styles*/

.amf img{
    max-width: 220px;
    margin-top: 30px;
}

@media only screen and (max-width: 1218px) {
	#modal-isla.modal.show .modal-dialog,
	#modal-local.modal.show .modal-dialog,
	#modal-estacion.modal.show .modal-dialog {top: 65% !important;}
}
@media only screen and (max-width: 921px) {
	#modal-isla.modal.show .modal-dialog,
	#modal-local.modal.show .modal-dialog,
	#modal-estacion.modal.show .modal-dialog {top: 70% !important;}
}
@media only screen and (max-width: 767px) {
	#modal-isla.modal.show .modal-dialog,
	#modal-local.modal.show .modal-dialog,
	#modal-estacion.modal.show .modal-dialog {top: 0% !important;}
}

/* Features */
	.features {
	    padding: 90px 0;
	    height: auto !important;
	}

	.features .slick-slider {
	    height: auto !important;
	}

	.features .slick-list {
	    overflow: visible !important;
	}

	.features .slick-slider .slick-slide,
	.features .slick-slider .slick-clone {
	    overflow: visible;
	    position: relative;
	    opacity: .5;
	    -webkit-transition: all 0.5s;
	    -moz-transition: all 0.5s;
	    transition: all 0.5s;
	    margin: 0 40px;
	}

	@media only screen and (max-width: 991px) {
	    .features .slick-slider .slick-slide,
	    .features .slick-slider .slick-clone {
	        margin: 0 10px;
	    }
	}

	@media only screen and (max-width: 481px) {
	    .features .slick-list {
	        padding: 0 10px !important;
	    }
	}
	/* Shadow Effect */
	.features-text-right{
	color: white;
	width: 50%;
	float: left;
	padding-left: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	}
	.features .slick-slider .slick-slide:before {
    content: '';
    left: 0px;
    right: 0px;
    bottom: -30px;
    height: 0%;
    position: absolute;
    border-radius: 60%;
    background-color: #000;
    z-index: -1;
    filter: blur(60px);
    opacity: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 2s;
	}
	.features .slick-slider .slick-center {
	    opacity: 1;
	}
	.features .slick-slider .slick-center:before {
	opacity: 1 !important;
    height: 16%;
    width: 50%;
	}
	/* Slide Texts */

	.features .slick-slider .slide-texts {
	    position: absolute;
	    bottom: 0;
	    padding: 10px 20px;
	}

	.features .slick-slider .slide-texts * {
	    letter-spacing: 0;
	}

	.features .hero-slider,
	.hero-slider .slide {
	    overflow: visible;
	}
	/* Border Radius */

	.features .slick-slider .slick-slide,
	.features .slick-slider .slick-slide img {
	    border-radius: 14px !important;
	}

	.slick-slide {
	    height: auto;
	}
	/* Next&Prev Arrows */

	.features .slick-arrow {
	    width: 45px;
    	height: 100px;
    	position: absolute;
    	right: 4%;
    	margin-right: 0px;
    	top: 20%;
    	margin-top: 50px;
    	color: #fff;
	    z-index: 5;
	    padding: 0;
	    background: transparent;
	    -webkit-transition: all 0.3s;
	    -moz-transition: all 0.3s;
	    transition: all 0.3s;
	}

	.features .slick-arrow span {
	    width: 0px;
	    height: 1px;
	    background: #aaa;
	    position: absolute;
	    display: block;
	    left: 20px;
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	    transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	}

	.features .slick-arrow:before,
	.features .slick-arrow:after {
	    width: 18px;
	    height: 2px;
	    background: #fff;
	    content: '';
	    position: absolute;
	    left: 10px;
	    -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	    -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	    transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	}
	/* Next rotate options */

	.features .slick-arrow.slick-next:before {
	    margin-top: -6px;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.features .slick-arrow.slick-next:after {
	    margin-top: 6px;
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	/* Reverse - Previous settings */

	.features .slick-arrow.slick-prev {
	    left: 3%;
	    margin-left: 0px;
	    right: auto;
	    margin-right: auto;
	}

	.features .slick-arrow.slick-prev span {
	    left: auto;
	    right: 20px;
	}

	.features .slick-arrow.slick-prev:before,
	.features .slick-arrow.slick-prev:after {
	    left: auto;
	    right: 10px;
	}

	.features .slick-arrow.slick-prev:before {
	    margin-top: 6px;
	    -ms-transform: rotate(45deg);
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	}

	.features .slick-arrow.slick-prev:after {
	    margin-top: -6px;
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}

	.features .slick-arrow:active {
	    -ms-transform: scale(0.9);
	    -webkit-transform: scale(1.1);
	    transform: scale(0.9);
	}
	/* Hover for desktops */

	@media only screen and (min-width: 640px) {
	    .features .slick-arrow:hover {
	        background-color: rgba(0, 0, 0, 0.17);
	        border-radius: 4px;
	    }
	    .features .slick-arrow:hover span {
	        width: 50px;
	        left: -15px;
	        opacity: 1;
	        visibility: visible;
	    }
	    .features .slick-arrow:hover:before,
	    .features .slick-arrow:hover:after {
	        left: 23px;
	    }
	    /* Hover to prev */
	    .features .slick-arrow.slick-prev:hover span {
	        left: auto;
	        right: -15px;
	    }
	    .features .slick-arrow.slick-prev:hover:before,
	    .features .slick-arrow.slick-prev:hover:after {
	        left: auto;
	        right: 23px;
	    }
	    /* Texts to arrows when mouse over */
	    .features .slick-arrow span:before {
	        position: absolute;
	        content: 'Next';
	        display: block;
	        right: 16px;
	        top: -30px;
	        opacity: 0;
	        width: 0px;
	        white-space: nowrap;
	        overflow: hidden;
	        font-family: 'Playfair Display', serif;
	        font-style: italic;
	        font-size: 17px;
	        -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	        -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	        transition: all 0.5s cubic-bezier(0.77, 0, 0.2, 1);
	    }
	    .features .slick-arrow.slick-prev span:before {
	        left: 16px;
	        right: auto;
	        content: 'Previous';
	    }
	    /* to previous */
	    .features .slick-arrow:hover span:before {
	        right: 22px;
	        width: 40px;
	        opacity: 1;
	        -webkit-transition-delay: 0.4s;
	        transition-delay: 0.4s;
	    }
	    .features .slick-arrow.slick-prev:hover span:before {
	        left: 22px;
	        width: 70px;
	    }
	}

	@media only screen and (max-width: 1024px) {
	    .features .slick-slider .slick-slide:before {
	        filter: blur(0);
	        display: none !important;
	    }
	}
	/* Description to features */

	.features .features-description {
	    margin-top: 180px;
	}


/* start WHATS APP */
	.xd-whatsapp-float {
			width: auto;
			height: auto;
			z-index: 100;
			position: fixed;
			cursor: pointer;
			right: 5px;
			top: 75%;
			text-align: center;
			-webkit-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
			-moz-transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
			transition: transform 0.8s cubic-bezier(0.77, 0, 0.2, 1) !important;
			-webkit-transform: translateZ(0);
			transform: translateZ(0);
	
			background-color: transparent;
			border-radius: 4px;
			padding: 8px;
	}
	
	.xd-whatsapp-logo {
			width: 50px;
			margin-right: 0px;
	}
	
	.xd-whatsapp-logo:hover {
			transform: scale(1.5); 
			transition: transform 330ms ease-in-out;    
	}
	
	
	.xd-mobile-contact-home{
		display: none;
	}	
