body{
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:#888888;
	line-height: 1.5;
}
header{
	width:100%;
	height:80vh;
	display:flex;
	align-items: center;
	justify-content: center;
	background:url(../img/header.jpg?v=1) center center no-repeat;
	background-size:cover;
}
article{
	display:block;
	width:100%;
	float:left;
}
.desct{
	position: fixed;
	z-index: 99;
	top:0;
	left:0;
	width:100%;
	padding:20px 0;
	border-bottom: 1px solid #F7B334;
	background:#333333;
}
.logo{
	display:block;
	margin: 0 auto;
	height:35px;
}
.contenedor{
	width:90%;
	max-width: 1800px;
	margin:0 auto;
	display:block;
}
.contenedor-60{
	width:60%;
	max-width: 1800px;
	margin:0 auto;
	display:block;
}
.row{
	display:block;
	width:100%;
	float:left;
}
.full-img{
	display:block;
	width:100%;
}
.centrar{
	text-align: center;
}
.p-t-50{
	padding-top:50px;
}
.p-t-30{
	padding-top:30px;
}
.p-b-50{
	padding-bottom:50px;
}
.p-b-30{
	padding-bottom:30px;
}
.p-b-20{
	padding-bottom:20px;
}
.desc-50{
	display: block;
	margin:0 auto;
	width: 50%;
}
.col-16{
	display:inline-block;
	width:16.6666%;
	float:left;
}
.col-20{
	display:inline-block;
	width:20%;
	float:left;
}
.col-25{
	display:inline-block;
	width:25%;
	float:left;
}
.col-30{
	display:inline-block;
	width:30%;
	float:left;
}
.col-33{
	display:inline-block;
	width:33.3333%;
	float:left;
}
.col-40{
	display:inline-block;
	width:40%;
	float:left;
}
.col-50{
	display:inline-block;
	width:50%;
	float:left;
}
.col-60{
	display:inline-block;
	width:60%;
	float:left;
}
.col-70{
	display:inline-block;
	width:70%;
	float:left;
}
.col-80{
	display:inline-block;
	width:80%;
	float:left;
}
.col-90{
	display:inline-block;
	width:90%;
	float:left;
}
.flex-container{
	display:flex;
	width:100%;
	flex-flow: row wrap;
}
.flex-16{
	flex:0 0 16.6666%;
}
.flex-20{
	flex:0 0 20%;
}
.flex-25{
	flex:0 0 25%;
}
.flex-30{
	flex:0 0 30%;
}
.flex-33{
	flex:0 0 33.33%;
}
.flex-40{
	flex:0 0 40%;
}
.flex-50{
	flex:0 0 50%;
}
.flex-60{
	flex:0 0 60%;
}
.flex-70{
	flex:0 0 70%;
}
.flex-80{
	flex:0 0 80%;
}
.circulo{
	width:130px;
	height: 130px;
	border-radius: 50%;
	display:block;
	margin:0 auto;
	overflow: hidden;
	border:3px solid #F7B334;
}
.circulo img{
	display: block;
	width:100%;
}
header h1{
	color:#002b49;
}
header h2{
	color:#333333;
	font-weight: lighter;
	font-size:16px;
	letter-spacing: 2px;
	font-weight:bold;
}
.whatsapp, .mail{
	display:inline-block;
	margin:0 10px;
	padding:10px 30px;
	border:3px solid #F7B334;
	border-radius: 50px;
	font-weight: bold;
}
.whatsapp{
	background:#F7B334;
	color:#333333;
	text-decoration: none;
}
.mail{
	color:#333333;
	text-decoration: none;
}
main{
	display:block;
	width:100%;
	padding:50px 0;
}
#encontrack{
	padding:0 0 80px 0;
}
#encontrack h2{
	font-weight: lighter;
	color:#111111;
	font-size:40px;
	margin:0 0 20px 0;
}
#encontrack h2 strong{
	font-weight: bold;
	color:#F7B334;
}
#encontrack .icon{
	color:#F7B334;
	font-size:50px !important;
}
#encontrack h4{
	color:#111111;
}
#datos{
	background:#333333;
	padding:50px 0;
	width:100%;
	float:left;
	color:#ffffff;
}
#datos h3{
	color:#F7B334;
}
#datos h2{
	color:#ffffff;
	font-size:35px;
	margin:0 0 20px 0;
}
#datos .col-25{
	width:calc(25% - 1px);
	border-right: 1px solid rgba(255,255,255, 0.2)
}
#datos .col-25:last-of-type{
	border:0;
}
.circulo-icono{
	display:block;
	width:150px;
	height: 150px;
	border-radius:50%;
	background:#F7B334;
	margin:0 auto;
	line-height: 100%;
	position:relative;
}
.circulo-icono img{
	width:80px;
	height:80px;
	display:block;
	margin:auto;
	line-height: 100%;
	position:absolute;
	left:calc(50% - 40px);
	top:35px;
}
#formulario{
	padding:100px 0;
}
.caja-form{
	display:block;
	margin:0 auto;
	max-width:700px;
	width:80%;
	overflow: auto
}
input[type=text], select{
	display: block;
	width:calc(100% - 25px);
	padding:10px;
	border-radius: 5px;
	border:1px solid #a7a7a7;
	font-size:16px;
}
input[type=text]:focus{
	border:1px solid #509e2f;
	background:#f1f1f1;
}
.titulo-input{
	color:#002b49;
	font-size:18px;
	margin:0 0 10px;
	display: block;
	font-weight: lighter;
}
.titulo-input i{
	color:#F7B334;
}
button{
	background:#F7B334;
	padding:10px 30px;
	font-size:25px;
	display:block;
	width:auto;
	margin:0 auto;
	border:0;
	border-radius: 10px;
	color:#111111;
}
button i{
	margin:0 10px;
}
footer{
	display:block;
	width:100%;
	padding:50px 0;
	float:left;
	background:#333333;
	color:#ffffff;
}




ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: auto;
	width: 100%;
	text-align: center;
}

ul.tabs li {
	margin: 0 15px;
	border:2px solid #F7B334;
	border-radius: 50px;
	cursor: pointer;
	padding: 0px 21px;
	height: 31px;
	line-height: 31px;
	color: #ffffff;
	overflow: hidden;
	display:inline-block;
}
.caja-descr-prod{
	display:block;
	margin:0 auto;
	max-width: 500px;
	width:80%;
	text-align: center;
	padding-bottom: 50px;
}
ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

ul.tabs li.active {
	background-color: #F7B334;
	color: #333;
	display: inline-block;
}

.tab_container {
	border-top: none;
	clear: both;
	float: left;
	width: 100%;
	overflow: auto;
}

.tab_content {
	display: none;
}
.tab_content iframe{
	display:block;
	width: 100%;
	height: 300px
}
.whatsapp-boton{
	position: fixed;
	bottom:20px;
	right:10px;
	width:70px;
	height: 70px;
}
.whatsapp-boton img{
	display:block;
	width: 100%;
}
.tab_drawer_heading { display: none; }

@media screen and (max-width: 480px) {
	.tabs {
		display: none;
	}
	.tab_drawer_heading {
		background-color: #F7B334;
		color: #111111 !important;
		border-top: 1px solid #333;
		margin: 0;
		padding: 5px 20px;
		display: block;
		cursor: pointer;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}
	.d_active {
		background-color: #F7B334;
		color: #111111;
	}
}
@media screen and (max-width: 1100px){
	.contenedor-60{
		width:90%;
	}
}
@media screen and (max-width:800px){
	ul.tabs li{
		font-size:12px;
		margin:0 10px;
		padding:0px 10px;
	}
	#datos .col-25{
		width:50%;
		border:0;
		margin-bottom: 50px;
		font-size:13px;
	}
	.circulo-icono{
		width:80px;
		height: 80px;
	}
	.circulo-icono img{
		width:50px;
		height: auto;
		top:15px;
		left:calc(50% - 25px);
	}
}
@media screen and (max-width:650px){
	.flex-40, .flex-60{
		flex:0 0 100%;
	}
	.col-50{
		width:100%;
	}
	.caja-form .p-t-50{
		padding:0;
	}
	.caja-form{
		width:100%;
	}
	.caja-form .col-50{
		padding:0 0 30px 0;
	}
	.whatsapp, .mail{
		margin:10px;
	}
}