body,
html {
	font-family: 'Roboto', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #5a5a5a;
}
h1 {
	display: none;
}
h2 {
	margin: 0;
	line-height: 30px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
	color: #222;
}
@media (max-width: 768px){
	h2 {
		font-size: 26px;
	}
}
h3 {
	font-size: 18px;
	font-weight: 900;
}
h4 {
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
#logo img {
	margin-bottom: 20px;
	max-width: 100%;
	width: 500px;
	max-height: 325px;
	height: auto;
	padding: 5px;
	background-color: #536976;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#logo img.company {
	margin-right: 1px;
	background-image: linear-gradient(to right, #134E5E 0%, #71B280 100%);
}
#logo img.ceo {
	margin-left: 1px;
	background-image: linear-gradient(to left, #134E5E 0%, #71B280 100%);
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #316646;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #316646;
}
.section-title hr {
	border-color: #316646;
	border-width: 4px;
	width: 60px;
	float: left;
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul,
ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

/* ################################################## */

/* MENU */
#tf-menu {
	padding: 10px;
	transition: all 0.3s;
}
#tf-menu.navbar-default {
	background: #000000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #000000, #536976);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #000000, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	border-color: rgba(231, 231, 231, 0);
}
#tf-menu a.navbar-brand {
}
#tf-menu.navbar-default .navbar-nav > li > a {
	color: #a9c4c7;
	font-size: 19px;
	/* font-weight: 700; */
	font-family: "Bebas Neue", sans-serif;
	text-transform: uppercase;
}
#tf-menu.navbar-default .navbar-nav > li > a:hover {
	color: #ffffff;
}
@media (max-width: 767px) {
	#tf-menu.navbar-default {
		padding: 0;
	}
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff !important;
	background-color: transparent;
	font-weight: 700;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #000;
	border-color: #000;
}
.navbar-default .navbar-toggle:hover > .icon-bar {
	background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.content {
	position: relative;
	padding: 100px 0 10px 0;
}
.color {
	color: #316646;
}
a.fa.fa-angle-down {
	padding: 10px 15px;
	color: #fff;
	border: 2px solid #b4b4b4;
	border-radius: 50%;
	font-size: 24px;
	margin-top: 200px;
	transition: all 0.5s;
}
a.fa.fa-angle-down:hover {
	background: #316646;
	color: #ffffff;
	border: 2px solid #316646;
}
ul.list {
	margin: 0;
}
ul.list li {
	display: block;
	font-size: 16px;
	line-height: 30px;
}
ul.list li span.fa {
	color: #316646;
}

/* ################################################## */

/* INICIO */
#tf-inicio {
	padding: 5px 0 10px 0;
	color: #fff;
}
#tf-inicio img {
	transition: all .2s ease-in-out;
}
#tf-inicio p.lead {
	color: #fff;
	font-weight: 700;
	font-size: 1.5em;
	font-family: "Roboto Condensed", sans-serif;
	text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}
#tf-inicio p.lead span {
	padding: 5px;
	font-size: 0.8em;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* color: #268d48; */
	/* text-shadow: 1px 1px 5px #fff; */
}

/* ################################################## */

/* VIDEOS */
#tf-video {
	padding: 20px 0 15px 0;
	background: #334d50; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #cbcaa5, #334d50); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #cbcaa5, #334d50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#tf-video p.promo {
	line-height: 25px;
	font-family: "Roboto Condensed", sans-serif;
	text-align: center;
	font-size: 1.5em;
	font-weight: 700;
	color: #fff;
}
.glow {
  text-shadow: 0 0 10px #fff;
}
@media (max-width: 460px) {
	#tf-video p.promo br {
		display: none;
	}
	#tf-video p.promo {
		line-height: 23px;
		font-size: 1.2em;
	}
}
@media (max-width: 576px) {
	#tf-video {
		padding: 10px 20px 15px 20px;
		background-color: #eee;
	}
}

/* ################################################## */

/* SERVICIOS */
#tf-servicios {
	margin: 10px 0 20px 0;
}
#productos .liner {
	display: flex;
  	flex-flow: row wrap;
}
#productos .item {
	width: 50%;
	display: block;
	padding: 10px;
}
#productos a {
}
#productos a img {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #536976;
	border: 3px solid #536976;
	transition: border 0.1s;
}
#productos a:hover img {
	border-color: #71B280;
}
#productos h3 {
	margin-bottom: 5px;
	line-height: 22px;
	font-family: "Quicksand", sans-serif;
	font-weight: 700;
}
#productos h3 a {
	color: #536976;
	text-decoration: underline;
}
#productos p {
	margin: 0;
}

/* ################################################## */

/* COTIZAR ONLINE */
#tf-cotizar {
	padding: 20px 0 30px 0;
	background-color: #f5f5f5;
}

/* ################################################## */

/* NOSOTROS */
#tf-nosotros {
	padding: 30px 0 10px 0;
	background-color: #e9e9e9;
}

/* ################################################## */

/* SLOGAN */
#tf-slogan {
	padding: 20px 5px 10px 5px;
	margin: 0;
	text-align: center;
	font-size: 20px;
	font-family: "Quicksand", sans-serif;
	color: #fff;
	background: #334d50; /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #cbcaa5, #334d50); /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #cbcaa5, #334d50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media (max-width: 768px){
	#tf-slogan {
		font-size: 16px;
	}
}

/* ################################################## */

/* STATS */
#tf-stats {
	text-align: center;
}
#tf-stats .icon {
	color: #71B280;
	margin-top: 35px;
	font-size: 2em;
}
#tf-stats .value {
	color: #334d50;
	font-weight: 700;
	font-size: 1.6em;
}
#tf-stats .description {
	color: #1e2829;
}

/* ################################################## */

/* AWARDS */
#tf-awards {
	margin-top: 30px;
	padding: 20px 0;
	background-color: #e9e9e9;
}
#tf-awards img {
	width: 100%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #71B280;
}

/* ################################################## */

/* ALLIANCES */
#tf-alliances {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#tf-alliances img {
	margin: 15px;
}

/* ################################################## */

/* ASESORIA */
#tf-asesoria {
	padding: 30px 0 40px 0;
	background-color: #e9e9e9;
}
#tf-asesoria p.extra {
	margin-bottom: 15px;
}
label {
	float: left;
	font-size: 12px;
	font-weight: 400;
}
#tf-asesoria .form-control {
}
#tf-asesoria .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#tf-asesoria textarea.form-control {
	font-size: 19px;
}
.tf-btn {
	font-weight: 700;
}
.btn.tf-btn.btn-default {
	background-image: linear-gradient(to right, #134E5E 0%, #71B280 100%);
	background: #014C1A;
	color: #ffffff;
}
.btn.tf-btn.btn-disabled {
	background: #ccc;
	color: #888;
	cursor: not-allowed;
}
.btn:active,
.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: none;
	outline-offset: none;
}

/* ################################################## */

/* LINKS */
#tf-links {
	padding: 40px 0 10px 0;
	background-color: #fff;
}
#tf-links h4 {
	font-weight: 700;
	font-size: 17px;
	line-height: 25px;
	color: #334d50;
}
#tf-links h4 strong {
	margin-right: 5px;
	float: left;
	text-align: center;
	width: 25px;
	color: #fff;
	background: #334d50;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #1e2829, #334d50);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #1e2829, #334d50); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#tf-links ul {
	margin-bottom: 25px;
	padding-left: 36px;
	font-size: 15px;
	list-style-type: square;
}
#tf-links ul li {
	line-height: 24px;
}
#tf-links ul li a {
	color: #1e2829;
	text-decoration: underline;
}

/* ################################################## */

/* FOOTER */
nav#footer {
	background: #000000;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #000000, #536976);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #000000, #536976); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #ffffff;
	padding: 20px 0 15px 0;
}
nav#footer .fnav {
	vertical-align: middle;
}
ul.footer-social li {
	display: inline-block;
	margin-right: 10px;
}
nav#footer p {
	font-size: 13px;
	margin-top: 10px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer ul.footer-social i.fa {
	height: 30px;
	width: 30px;
	border: 2px solid #fff;
	font-size: 20px;
	padding: 4px 5px;
	border-radius: 50%;
	color: #fff;
	transition: all 0.5s;
}
#footer ul.footer-social i.fa:hover {
	background: #181e1f;
	border-color: #ffffff;
	color: #ffffff;
}

#emergencia h4.list-group-item-heading {
	color: #316646 !important;
	font-size: 19px !important;
	font-weight: 700 !important;
}

/* ################################################## */

/* COTIZADOR */
h3.check {
	margin-bottom: 20px;
	padding: 10px;
	text-transform: uppercase;
	background-color: #f0f0f0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
h4.check {
	margin-top: 20px;
	text-transform: none;
	font-weight: 700;
	font-size: 16px;
	color: #316646;
}
label {
	font-weight: 700;
	font-size: 14px;
}
label.check {
	float: none;
	font-size: 14px;
	font-weight: 700;
}
h5.check {
	color: #316646;
}
h4.modal-title {
	font-weight: 700;
	font-size: 16px;
}

/* ################################################## */

/* VIDEOS */
.videowrapper {
	margin: 0 auto;
	width: 560px;
}
.videowrapper iframe {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
@media (max-width: 576px) {
	.videowrapper {
		margin: auto;
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		width: auto;
		height: 0;
	}
	.videowrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

/* ################################################## */

/* MODALS */
.modal-body {
	background-color: #fff;
}
.modal-body ul {
	list-style-type: square;
}
.modal-body ul, .modal-body ol {
	margin-left: 20px;
}
.modal-body .videowrapper {
	margin-bottom: 10px;
}
.modal-body .videowrapper:last-child {
	margin-bottom: 0;
}
.modal-body ul.files {
	margin-left: 0;
	list-style-type: none;
}
.modal-body ul.files li {
	list-style-type: none;
	margin-left: 0;
	line-height: 24px;
}
.modal-body ul.files li a {
	padding-left: 24px;
	font-weight: 700;
	line-height: 24px;
	background: url("../img/pdf.svg") no-repeat left center;
	background-size: 18px 18px;
}
