body
{
  font-family: 'Montserrat', sans-serif !important;
  font-size: 14px;
  line-height: 26px;
  color: #6d6e71;
  background: #ffffff;
  overflow-x:hidden !important; 
  text-align: justify;
}

a:hover
{
	text-decoration: none !important;
}

.img_full
{
	width: 100%;
	max-width: 100%;
}

header
{
	padding: 18px 0px 12px 0px;
	width: 100%;
	background: #1e398d;
	z-index: 9999 !important;
	margin-bottom: 5px;
}

#logo
{
	width: 100%;
	max-width: 180px;
}


.btn-primary
{
	border-radius: 0px;
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	background: #07AEA4;
	color: #ffffff;
	font-weight: 500;
	padding: 9px 14px;
	border: 0px;

	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}

.btn-primary:hover
{
	background: #FFCA27;
	color: #ffffff;
}

section
{
	padding: 20px 0px;
}

.titulos
{
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	font-size: 59px;
	color: #808285;
	text-align: center;
}

.textos
{
	color: #6d6e71;
}

.textos_productos
{
	color: #6d6e71;
	font-size: 24px;
	line-height: 35px;
	text-transform: lowercase;
	font-weight: 300;
}

.linea_azul
{
	width: 100px;
	height: 2px;
	background: #1e398d;
	margin: 25px auto 50px auto;
}

.linea_verde
{
	width: 100px;
	height: 2px;
	background: #b1d34a;
	margin: 25px auto 50px auto;
}

.linea_marron
{
	width: 100px;
	height: 2px;
	background: #a97c50;
	margin: 25px auto 50px auto;
}

.linea_rojo
{
	width: 100px;
	height: 2px;
	background: #e22e2c;
	margin: 25px auto 50px auto;
}

.linea_dorada
{
	width: 100px;
	height: 2px;
	background: #e7bc51;
	margin: 25px auto 50px auto;
}

.c_marron
{
	color: #a97c50;
}

.c_azul
{
	color: #1e398d;
}

.c_verde
{
	color: #b1d34a;
}

.c_naranja
{
	color: #fbb040;
}

.c_rojo
{
	color: #e22e2c;
}

.c_dorada
{
	color: #e7bc51;
}

.borde_gris
{
	margin-top: -1px;
	position: relative;
	z-index: 998;
	border-bottom: 6px solid #bcbec0;
	width: 100%;
}

.borde_verde
{
	margin-top: -1px;
	position: relative;
	z-index: 998;
	border-bottom: 6px solid #b1d34a;
	width: 100%;
}

.borde_marron
{
	margin-top: -1px;
	position: relative;
	z-index: 998;
	border-bottom: 6px solid #a97c50;
	width: 100%;
}

.borde_rojo
{
	margin-top: -1px;
	position: relative;
	z-index: 998;
	border-bottom: 6px solid #e22e2c;
	width: 100%;
}

.borde_dorada
{
	margin-top: -1px;
	position: relative;
	z-index: 998;
	border-bottom: 6px solid #e7bc51;
	width: 100%;
}

/* HOME */
.der_home h1
{
	font-family: 'Roboto Slab', serif;
	font-weight: 100;
	letter-spacing: 2px;
	font-size: 60px;
	line-height: 55px;
}

.der_home
{
	padding-top: 110px;
}

/* FIN HOME */

/* PRODUCTOS */
.menu_productos
{
	margin-top: -20px;
}
.menu_productos .col-sm-3
{
	padding: 0px 3px;
}

.frase_productos
{
	background: rgba(0,0,0,0.6);
	color: #ffffff;
	text-align: center;
	margin-top: -40px;
	position: relative;
	z-index: 998;
	padding: 7px 0px;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: 1px;
}

.menu_productos
{
	-moz-transition: all 0.3s;
  	-webkit-transition: all 0.3s;
 	transition: all 0.3s;
}

.menu_productos a:hover img
{
	opacity: 0.9;
}

.franja_gris
{
	background: #e6e7e8;
	padding: 20px 0px;
	margin-top: 60px;
}

.texto_productos_franja
{
	padding-top: 45px;
}

.texto_productos_franja2
{
	padding-top: 25px;
}
/* FIN PRODUCTOS */

.titulos_azules
{
	color: #1e398d;
	font-weight: 500;
	font-size: 36px;
	text-align: center;
	margin-bottom: 30px;
}