body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.section-blue,
.section-blue_sp {
  position: relative;
  padding: 60px 0;
  background-color: #2E3841;
}
.section-blanco {
  position: relative;
  padding: 60px 0;
  background-color: #fff;
}
.section-blue_sp {
	padding:0px !important
}
.section-blue_promo {
	padding:10px 0 50px !important;
}

.section-foto-home {
  padding: 60px 0 !important;
  background-image: url(../img/fdo_home.jpg);  
  background-size: cover;
  background-attachment:fixed;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #2E3841;
}
img.img_center {
	margin:0 auto !important;
}
.no-padding { 
	padding:0px !important;
}
.no-padding-left { 
	padding-left:0px !important;
}
.no-padding-right { 
	padding-right:0px !important;
}
.no-margin {
  margin: 0 !important;
}
.float-left {
	float:left !important;
} 
.float-right {
	float:right !important;
} 

.color_emp_st{
	color:#FAB800 !important;
}
.color_emp_nd{
	color:#2A333B !important;
}
.color_white { 
	color:#fff !important;
}
.color_gris {
	color:#444 !important;
}
.bg-color_red2 {
	background-color:#E65259 !important;
}

p.p_17 {
	font-size:17px !important;
	line-height:22px;
	font-weight:400;
}
p.p_23 {
	font-size:23px !important;
	line-height:23px;
	font-weight:600;
}

h1.t36,
h2.t36,
a.div_36,
.div_36 {
	font-size:36px !important;
	line-height:36px;
	font-weight:700;
}


textarea.error, input.error, select.error { 
	border:1px solid #F74E4F !important; 
	box-shadow: 0px 0px 2px #F74E4F !important; 
}
form label.error { 
	margin-top:2px !important; 
	display:block !important; 
	color:#F74E4F !important;
	font-size:16px;
}
select.form-control option { 
	padding:2px 10px !important; 
}

::-moz-selection { background-color:#2a333b; color:#fff }
::selection { background-color:#2a333b; color:#fff }

ul li {
	font-weight:300;
	font-size:15px;
	line-height:19px;
	color: #58595B;
	padding-bottom:5px;	
}

.clear {
	clear:both;
	line-height:1px;
	height:1px;
	float:none;
	overflow:hidden
}
.clear10 {
	clear:both;
	line-height:1px;
	height:10px;
	float:none;
	overflow:hidden
}
.clear15 {
	clear:both;
	line-height:1px;
	height:15px;
	float:none;
	overflow:hidden
}
.clear20 {
	clear:both;
	line-height:1px;
	height:20px;
	float:none;
	overflow:hidden
}
.clear25 {
	clear:both;
	line-height:1px;
	height:25px;
	float:none;
	overflow:hidden
}
.clear30 {
	clear:both;
	line-height:1px;
	height:30px;
	float:none;
	overflow:hidden
}
.clear55 {
	clear:both;
	line-height:1px;
	height:55px;
	float:none;
	overflow:hidden
}
.clear70 {
	clear:both;
	line-height:1px;
	height:98px;
	float:none;
	overflow:hidden
}
.padding_10 {
    padding: 20px 10px;
}
.padding_right {
    padding-right: 70px;
}

.tbl_ftr2,
.tbl_ftr {
	color:#fff;
	font-size:16px;
	font-weight:400;	
}
.tbl_ftr tr td,
.tbl_ftr2,
.tbl_ftr {
	vertical-align:top;
	padding-bottom:10px;
}

.tbl_ftr2 a,
.tbl_ftr a {
	display:block;
	color:#fff;
	font-size:16px;
	font-weight:400;	
}

.fa_ftr {
  color:#FAB800;
  font-size:17px !important;
  padding-right:10px;
}

.form-control {
	border-radius:5px !important;
	height:35px !important;
	border:none !important;
	background-color:#F6F6F6;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
  	color: #2a333b !important;
}
.form-control[readonly] {
  background-color:#F6F6F6;
  color: #A2A6A9 !important;
}

.form-control::-moz-placeholder {
  color: #A2A6A9 !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #A2A6A9 !important;
}
.form-control::-webkit-input-placeholder {
  color: #A2A6A9 !important;
}
textarea.form-control {
	height:145px !important;
}

a.btn_emp.color_emp_st,
button.btn_emp.color_emp_st,
a.btn_emp,
button.btn_emp {
	height: auto;
	width: auto !important;
	padding: 9px 38px;
	margin:0 auto !important;
	text-align: center !important;
	font-size: 14px;
	line-height:14px;
	font-weight:600;
	color: #fff;
	background-color: transparent;
	border:2px solid #fff;
	border-radius:5px;
	cursor:pointer;
}
a.btn_emp.color_emp_st,
button.btn_emp.color_emp_st {
	border:2px solid #FAB800;
}
a.btn_emp.color_emp_st:hover,
button.btn_emp.color_emp_st:hover {
	background-color: #FAB800;
	color:#fff !important;
}

a.btn_emp:hover,
button.btn_emp:hover {
	text-decoration: none;		
	background-color: #fff;
	color:#2a333b;
}

.alert-danger { padding:10px !important; }
.alert-success { padding:10px !important; }
.alert-info { padding:10px !important; }

.buttonontop {
	position: relative;
	width:auto;
	height:auto;
	margin:0px;
	margin-top:5px !important;
	padding:8px 18px !important;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 99;
	transition:background-color 0.2s ease-out 0s;
	background-color: transparent;
	border:2px solid #fff;
	border-radius:5px;
}

.buttonontop i {
	position:absolute;
	left:0;
	right:0;
	top:6px;
	font-size:20px;
	color: #fff !important;
}

.buttonontop:hover {
	background-color:#fff;
}

.buttonontop:hover i{
	color:#2a333b !important;
}

a.mtz { 
	margin:0 auto; 
	margin-top:30px; 
	text-align:center; 
	background:url(../img/mestizos.png) no-repeat left top; 
	width:80px; 
	height:28px; 
	display:block; 
	overflow:hidden; 
}
a:hover.mtz { 
	background-position:0px -29px; 
	-moz-transition:300ms ease-in-out; 
	-o-transition:300ms ease-in-out; 
	-ms-transition:300ms ease-in-out; 
	transition:300ms ease-in-out
}

.sist_dest h2 {
	font-size:17px;
	color:#f00;
}

.div_cotiz h2 {
	margin:5px 0 !important;
	font-size:23px;
	line-height:23px;
	font-weight:700;
}

.testimonials-text p {
	font-size:36px !important;
	line-height:40px;
	color:#fff !important;
	font-weight:700 !important;
}

.modulo {
	text-align:center;
}
.modulo a.modulo_title {
	position:relative;
	display:block;
	overflow:hidden;
	text-align:center;
}

 a.modulo_title .modulo_icon {
	position:relative;
	width:248px;
	height:248px;
	display:inline-block;
	border:2px solid #FAB800;
	border-radius:126px;
	text-align:center;
	margin:0 auto;
}
 a.modulo_title .modulo_icon div {
	position:absolute;
	left:0;
	right:0;
	top:10px;
	bottom:0;
	width:224px;
	height:224px;
	border-radius:112px;
	background-color:#2A333B;
	opacity:0.5;	
	text-align:center;
	margin:0 auto;
	z-index:2;
}
 a.modulo_title:hover .modulo_icon div {
	background-color:#FAB800;
	opacity:1;	
 }

a.modulo_title .modulo_icon img {
	position:absolute;
	left:0;
	right:0;
	top:10px;
	bottom:0;
	text-align:center;
	margin:0 auto;
	z-index:1;
}
a.modulo_title:hover .modulo_icon img {
	z-index:-1px !important;
}

a.modulo_title .modulo_icon h3 {
	position:absolute;
	left:0;
	right:0;
	top:90px;
	font-weight:700;
	font-size:23px;
	line-height:28px;
	color:#fff;
	text-transform:uppercase;
	z-index:3;
}

a.modulo_title .modulo_icon h3.tierra {
	top:104px !important;
}


.grecaptcha-badge {
    display: none !important;
}

.div_servicio {
	padding:60px 55px 75px 55px;
	color:#fff !important;
}
.div_servicio:first-child,
.div_servicio:last-child {
	background-color:#2A333B;
}
.div_servicio:hover {
	background-color:#FAB800;
	color:#2a333b !important;
}
.div_servicio img {
	margin:0 auto;
}
.div_servicio:hover img {
	filter: brightness(25%);
    -webkit-filter: brightness(28%);	
}
.div_servicio h2 {
	font-size:23px;
	line-height:23px;
	font-weight:700;
}
.div_servicio p,
.div_servicio p a {
	font-size:17px !important;
	line-height:22px !important;
	font-weight:400;
	color:#fff !important;
}
.div_servicio:hover p,
.div_servicio:hover p i,
.div_servicio:hover p a {
	color:#2a333b !important;
}
.div_servicio p i {
	font-size:17px !important;
	line-height:17px !important;
	color:#fff !important;
	padding-right:10px
}


.div_ref_mapa {
	position:relative;
	height: auto;
	padding:25px !important;
}
.div_ref_mapa .ref_mapa_bg {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #2A333B;
	opacity: 0.9;
	z-index: 1 !important; 
}
.div_ref_mapa .ref_mapa {
	position:relative;
	z-index: 3 !important; 
}
.iframe_maps {
	position: relative;
	padding-bottom: 35%;
	padding-top: 100px;
	height: 0;
	overflow: hidden !important; 
	-webkit-overflow-scrolling:touch; 
} 
.iframe_maps #map_canvas2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

img.img_barco_ftr {
	position:absolute; 
	bottom:-5px !important; 
	left:0; 
	right:0;
	margin:0 auto !important
}

@media (max-width: 768px) {
	.iframe_maps {
		padding-bottom: 60%;
	}
	.div_ref_mapa .ref_mapa_bg {
		position: absolute;
		top:0 !important;
	}
	.modulo {
		padding-bottom:20px;
	}
	.p_l_modulo_1 {
		padding-left:15px;
	}
	.p_l_modulo_2 {
		padding-left:15px;
	}
	a.modulo_title h3 {
		font-size:16px;
		line-height:16px;
	}
	a.mtz { 
		margin:0 !important;
		margin-top:20px !important; 		
		float:left; 
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.iframe_maps {
		padding-bottom: 50%;
	}
	.p_l_modulo_1 {
		padding-left:15px;
	}
	.p_l_modulo_2 {
		padding-left:15px;
	}
	a.modulo_title h3 {
		font-size:16px;
		line-height:16px;
	}
	.landing-page .navbar-nav > li > a,
	.landing-page .navbar-scroll .navbar-nav > li > a {
		margin:0;
	}
	.landing-page .nav > li > a {
		 padding: 25px 7px 15px !important;
	}	
	
}
@media (min-width: 1199px) and (max-width: 1280px) {
	.iframe_maps {
		padding-bottom: 40%;
	}
	.landing-page .navbar-nav > li > a,
	.landing-page .navbar-scroll .navbar-nav > li > a {
		margin:0;
	}
}


.gallery_content {
	overflow: hidden;
	margin-left: -240px;
}

.gallery_item {
	position:relative;
	float: left;
	overflow: hidden;
	vertical-align: top;
	margin-left: -2px;
	-webkit-transition: width 500ms;
	-moz-transition: width 500ms;
	-o-transition: width 500ms;
	transition: width 500ms;
	-webkit-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
	transform: translate3d(0, 0, 0) skew(-20deg, 0deg);
}
.gallery_item:last-child {
	margin-left:-150px !important;
}


.gallery_item img {
	position: relative;
	-webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	z-index:1;
}
.gallery_item img.nd {
	left:-290px;
}
.gallery_item img.rd {
	left:-300px;
}
@media (min-width: 1280px) and (max-width: 1400px) {
	.gallery_item img.rd {
		left:-200px;
	}
	.gallery_item:last-child {
		margin-left:-50px !important;
	}
}

.gallery_item .sombra_slide {
	position: absolute; 
	left:0; 
	right:0; 
	top:0; 
	bottom:0; 
	background-color:#2A333B;
	opacity:0.5;	
	z-index:1
}
.gallery_item .content_title {
	position: absolute;
	left:0; 
	left:120px;
	top:200px;
	z-index: 3;
	text-align:left;
	margin-left: -60px;
	-webkit-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-moz-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	-ms-transform: translate3d(0, 0, 0) skew(20deg, 0deg);
	transform: translate3d(0, 0, 0) skew(20deg, 0deg);
}
.gallery_item:first-child .content_title {
	left:350px !important;
}

.gallery_item .content_title h2 {
	padding: absolute;
	right:0 !important;
}


/* */
.gallery_item_xs {
	position:relative;
	display: block;
	vertical-align: top;
	padding:0;
	margin:0;
	overflow:hidden;
}
@media (max-width: 768px) {
	.gallery_item_xs:first-child {
		margin-top:80px;
	}
}
.gallery_item_xs img {
	position: relative;
	z-index:1;
}
.gallery_item_xs .sombra_slide {
	position: absolute; 
	left:0; 
	right:0; 
	top:0; 
	bottom:0; 
	background-color:#2A333B;
	opacity:0.5;	
	z-index:1
}
.gallery_item_xs .content_title {
	position: absolute;
	left:0; 
	left:15px;
	top:30% !important;
	z-index: 3;
	text-align:left;
}
@media (min-width: 800px) and (max-width: 1024px) {
	.gallery_item_xs {
		position:relative;
		height:350px !important;
		overflow:hidden;
	}
	.gallery_item_xs img {
		position:absolute;
		left:0;
		right:0;
		top:-150px;
	}
}


.modal-content {
	background-color:#2A333B;
	border-radius:5px !important;
	box-shadow:none !important;
	padding-bottom:10px;
}
.modal-header {
	border:none !important;
	height:50px !important;
	padding:20px 30px !important;
}

a.btn_redes {
	float:left;
	width:46px;
	height:46px;
	padding-top:10px;
	margin-right:10px !important;
	border:2px solid #2A333B;
	background-color:#2A333B;
	border-radius:23px;
	text-align:center;
	margin:0 auto;
}
a.btn_redes:hover {
	background-color:#FAB800;
}

a.btn_redes i {
	text-align:center;
	font-size:22px;
	color:#fff;
}
a.btn_redes:hover i{
	color:#fff
}


.modal.fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.modal.fullscreen .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.modal.fullscreen .modal-dialog .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0px;
  /*background-color:@color_emp_nd !important;*/
  border-radius: 0;
  box-shadow: none;
  z-index:9; 
}

.modal.fullscreen .modal-dialog .modal-content .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 120px;
  padding: 0;
  border: 0;
  z-index:9;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body {
  position: absolute;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding:0px !important;
  margin:0px !important; 
  overflow: hidden;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body .myIframe {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
/*	padding-top: 25px;*/
	padding-top: 0px;
	height: 0;
}

.modal.fullscreen .modal-dialog .modal-content .modal-body .myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

