@font-face {
font-family: 'American Typewriter Bold';
font-style: normal;
font-weight: 700;
src: local('American Typewriter Bold'), url('../fonts/american-typewriter-bold.woff') format('woff');
}
body{
	font-family: 'Libre Franklin', sans-serif;
	color: #222222;
}
a{
	text-decoration: none;
}
.text-center{
	text-align: center;
}
.blanco{
	color: #ffffff;
}
.azul{
	color: #2152A3;
}
.negro{
	color: #666666;
}
h1, h2, h3{
	font-family: "American Typewriter Bold", Times, serif;
	margin: 0.7em 0;
}
.american{
	font-family: "American Typewriter Bold", Times, serif;
	font-size: 2em;
	color: #2152A3;
}
h1{
	font-size: 5em;
}
h2{
	font-size: 2.7em;
}
h3{
	font-size: 2.7em;
}
p{
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 1.2em;
}
/*##############################################
MENU
#############################################*/
header{
	background-color: #2152A3;
	width: 100%;
	padding: 2px 30px;
	overflow: hidden;
	position: fixed;
	z-index: 10;
	top:0;
}
nav{
	float: right;
}
nav li a{
	color: #ffffff;
	font-family: "American Typewriter Bold", Times, serif;
	font-size: 1em;
	height: 70px;
  	line-height: 50px !important;
  	white-space: nowrap;
	-webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
#padding-0{
	padding-right: 0;
}
nav a:hover, nav a:active{
	color: #de9810;
}
.fb-small{
	margin-top: 10px;
	float: right;
	margin-left: 8px;
}
/* aanimacion en menu small */
  .menu-small{
    display: inline-block;
    margin: 10px;
    float: right;
    z-index: 1000;
  }
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
  display: block;
  position: absolute;
  top: 20px;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #2152A3;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #2152A3;
  content: "";
}
.c-hamburger span::before {
  top: -9px;
}
.c-hamburger span::after {
  bottom: -9px;
}
.c-hamburger--htx {
  background-color: #ECECEC;
}
.c-hamburger--htx span {
  transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  transition-property: top, transform;
}
.c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* active state, i.e. menu open */
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}
/*##############################################
SLIDER
#############################################*/
#demo{
	margin-top: 76px;
}
.owl-nav{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	font-size: 5em;
	color: #ffffff;
}
.owl-prev, .owl-next{
	opacity: .7;
	-webkit-transition: background-color .2s linear, color .2s linear;
    -moz-transition: background-color .2s linear, color .2s linear;
    -o-transition: background-color .2s linear, color .2s linear;
    -ms-transition: background-color .2s linear, color .2s linear;
    transition: background-color .2s linear, color .2s linear;
}
.owl-prev{
	float: left;
	margin-left: 20px;
}
.owl-next{
	float: right;
	margin-right: 20px;
}
.owl-prev:hover, .owl-next:hover{
	opacity: 1;
}
/*****************************/
/* tabs */
/*****************************/
#body {
  background: #2A57A6;
}
#body, #body * {
  transition: all 0.25s;
}
#body .out-wrap {
  position: relative;
  width: 100%;
  background: #2A57A6;
}
#body .out-wrap #tabs {
  border-bottom: 0;
  margin: 0;
  width: 100%;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  flex-wrap: nowrap !important;
}
#body .out-wrap #tabs::-webkit-scrollbar {
  display: none;
}
#body .out-wrap #tabs li {
  width: 25%;
  min-width: 25%;
  white-space: nowrap;
  flex: 1;
}
#body .out-wrap #tabs li a {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  margin: 0;
  color: #fff;
  text-align: center;
}
#body .out-wrap #tabs li a span{
	position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 5%;
    font-size: 2em;
    font-family: "American Typewriter Bold", Times, serif;
    color: #fff;
}
#body .out-wrap #tabs li a:hover {
  background: #ddd;
  color: #303030;
}
#body .out-wrap #tabs li.active a {
  background: #2A57A6;
  color: #3d5a68;
}
#body .out-wrap .tab-content {
  overflow: hidden !important;
  padding-top: 60px;
}

/*BOOTSTRAP*/
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 10px;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.tab-content>.tab-pane {
    display: none;
    max-width: 800px;
    padding: 0 20px;
    margin: 0 auto;
}
.tab-content>.active {
    display: block;
}
.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.nav>li {
    position: relative;
    display: block;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a {
    background-color: transparent;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.b-naranja{
	background-color: #E66444;
}
.b-morado{
	background-color: #875BBD;
}
.b-cyan{
	background-color: #409FD0;
}
.b-verde{
	background-color: #B3CD6A;
}
.b-amarillo{
	background-color: #ffc33b;
}
.b-rosa{
	background-color: #ad4169;
}
.b-granola{
	background-color: #005e69;
}
.b-gris{
	background-color: #DADEEA;
}
.tab-content h2{
	color: #fff;
}
.img-side div:first-child{
	display: inline-block;
	width: 32%;
	margin-bottom: 60px;
	float: left;
}
.img-side div:last-child{
	display: inline-block;
	width: 67%;
	padding-left: 20px;
}
.img-side div:last-child img{
	margin-bottom: 20px;
}
.img-top div:last-child img{
	margin-bottom: 20px;
}
/*##############################################
Elementos
#############################################*/
address p, address a{
	font-style: normal;
}
address > div.text-center{
	margin-bottom: 50px;
}
.dots{
	width: 100%;
	padding:10px 0;
	text-align: center;
}
.dots input{
	margin: 0 4px;
}
#intro-productos{
	margin-top: 8%;
	margin-bottom: 8%;
}
.box-vert{
	vertical-align: middle;
	display: flex;
}
.box-vert > div{
	margin-top: auto;
	margin-bottom: auto;
}
#blog{
	padding: 7% 0 12%;
}
figure {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#blog figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
#blog figure:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
#encuentranos{
	background-color: #2253A3;
	width: 100%;
	padding: 6% 0 10%;
}
footer, footer a{
	color: #2152A3;
}
footer{
	padding: 80px 0 25px;
}
.inline{
	display: inline-block;
	margin-left: 20px;
}
footer a{
	font-size: 1.2em;
}
#blog-note{
	padding: 15% 0 2%;
	color: #666;
}
#blog-note h1{
	font-size: 2rem;
	color: #788084;
	text-align: center;
}
#blog-grid{
	padding: 18% 0 2%;
}
#blog-grid h2{
	font-size: 1.2rem;
	color: #666;
	font-family: "Helvetica Neue", Arial, sans-serif;
	margin: 0;
}
#blog-grid p{
	font-size: .9rem;
}
#blog-grid .thumbnail img{
	max-width: 100px;
}
#blog-grid a{
	transition:.4s ease-in;
	-webkit-transition:.4s ease-in;
}
#blog-grid a:hover{
	opacity: 0.8;
}
.media-object {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #e8e8e8;
}
.media-object-section:first-child {
    padding-right: 1rem;
}
.media-object-section {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.thumbnail {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 1rem;
    border: 4px solid #fefefe;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
    line-height: 0;
}
/* Small only */
@media screen and (max-width: 39.9375em) {
	header{
		padding: 2px 15px;
	}
	h1{
		font-size: 3em;
	}
	h2{
		font-size: 1.3em;
	}
	h3{
		font-size: 2em;
		display: inline-block;
		position: relative;
	}
	p, a{
		font-size: 1em;
	}
	nav a:hover, nav a:active{
		color: #fff;
	}
	#nav-menu{
		margin-top: 80px;
	    height: 100vh;
	    clear: both;
	    text-align: center;
	    float: none;
	}
	#body .out-wrap #tabs li a span{
		font-size: .9em;
	}
	#blog figure:hover img{
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	header > img{
		max-width: 50px;
	}
	#demo{
		margin-top: 64px;
	}
	#blog-grid{
		padding: 120px 0 0;
	}
	#blog-grid h2{
		font-size: 1rem;
	}
}

/* Medium and up */
@media screen and (min-width: 40em) {}
@media screen and (min-width: 640px) and (max-width: 699px) {
	.menu a{
		padding: 0.7rem .5rem;
		font-size: .85em;
	}
}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
	.menu a{
		padding: 0.7rem .5rem;
	}
	#intro-productos > div > img{
		margin-top: 8%;
	}
	#body .out-wrap #tabs li a span{
		font-size: 1.5em;
	}
	h2{
		font-size: 2em;
	}
}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}