body {
	color:#5A5A5A;
	font-family: 'Baloo 2', sans-serif;
	padding-bottom:40px;
	overflow-x:hidden;
}

h2.page-header,
h3.destacado {
	color: #fc5d00;
	font-weight: bold;
}
h3.destacado .glyphicon {
	font-size:0.75em;
}
footer {
	margin-top:30px;
}
hr {
	display: none;
}

/* Navbar */
.navbar{
	background-color: #e3f2fd;
}

.navbar-toggler {
	border: 0px;
}

.navbar-toggler-icon{
	background-image: url(../img/puntos-v.png)!important;
	width: 0.5em;
}

.navbar-toggler-icon:hover{
	transform: rotate(360deg);
	transition: all 0.5s ease-in-out;
	color: #fc5d00;
}

/* Estilos */
.lead {
	font-size:16px;
}
.text-muted{
	font-weight: bold;
}
.help-block{
	font-weight: bold;
	color: #ff9800;
	font-style: italic;
	font-size: 12px;
	height: auto;
	padding-right: 5px;
}

/* Productos */
.tira-productos {
	color: #348fe3;
	padding-top: 30px;
}
.tira-productos ul {
	margin: 0;
	list-style: none;
    display: inline-flex;
    margin-right: 25px;
}
.tira-productos li {
	list-style: none;
    padding: 5px;
}
.tira-productos li img {
	width: 100%;
}

/* Medios */
.tira-medios {
	color: #348fe3;
	padding-top: 30px;
}
.tira-medios ul {
	margin: 0;
	list-style: none;
    display: inline-flex;
    margin-right: 25px;
}
.tira-medios li{
	list-style: none;
	padding: 5px;
}
.tira-medios li img {
	width: 100%;
}
.marketing{
	width: 95%;
	background-color:#FFF;
	padding-top: 30px;
}

/* Marqueting */
.marketing .col-lg-12 {
	margin-bottom: 10px;
}
.marketing .col-lg-4 {
	padding-top: 5px;
	margin-bottom: 5px;
  	border-style: solid;
  	border-width: 0 0 0 5px;
  	border-color: #348fe3;
  	background-color: #CCCCCC; 
}
.marketing .col-lg-4 p {
	margin-right: 5px;
	margin-left: 5px;
	text-align: justify;
  	color: white;
}

/* Trato */
.trato-justo {
	background:#768fe3;
	color:#FFF;
	margin-top: 30px;
}

/* Atencion */
.atencion {
	background: #CCCCCC;
	border-radius:0 !important;
	color: #fc5d00;
}

/* Media */
@media only screen and (max-width: 1024px) {
	hr {
		display: block;
	}
}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 480px) {
	.content-txt {
		width: 320px;
	}
	.navbar-brand {
		width: 75%;
	}
	#logo {
		width: 80%;
	}
}