@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Bold.ttf');
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-BoldItalic.ttf');
	font-style: italic;
	font-weight: bold;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Regular.ttf');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Italic.ttf');
	font-style: italic;
	font-weight: 400;
}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/OpenSans-Light.ttf');
	font-style: normal;
	font-weight: 300;
}
:root {
	font-size: 16px;
	--verde: #218A3D;
	--azul: #1F305E;
	--rojo: #EC1C24;
}
html {

}
body {
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	color: var(--azul);
}
nav {	
	/*background: rgba(255,255,255,.5);*/
}

header {
	position: fixed;
	top: 50px;
	left: 0;
	right: 0;
	z-index: 9998;
	transition: .3s ease-out all;
}
/*table {
	background: rgba(31,48,94,.1);
}*/
.title-section {
	padding: 2rem 0;
}

.title-section img {
	margin-bottom: 2em;
	width: 150px;
}

.modal {
	z-index: 9999;
}
header .wrapper {
	margin: auto;
	width: 90%;	
	padding: .5em 0;
}

.sticky {
	top: 0;
	background: var(--verde);
	box-shadow: 0 0 10px #333;	
}

.nav-item {
	color: var(--azul);	
}

.text-white {
	color: #fff;
}
.item-1 {
	background: url('../images/background1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 100vh;	
}

.item-2 {
	background: url('../images/background2.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	min-height: 100vh;	
}

.logo {
	width: 230px;
	transition: .6s ease-out all;
}
.logo-mini {
	width: 200px;
	transition: .6s ease-out all;
}
.logo img {
	width: 100%;
}

.navbar-nav {
	margin-left: 1.5em;
}

.navbar-nav li a {
	padding: 0 1em !important;	
	font-size: 1.3em;
}
.carousel-caption {
	text-align: center;
}
.title-slide  { 
	font-size: 2em;
	position: relative;
	z-index: 3;
	background: rgba(255,255,255,.3);
	display: flex;
	width: 420px;
	height: 420px;
	line-height: 1.5em;
	align-items: center;
	justify-content: center;
	padding: 0 1em;
	border-radius: 50%; /*banner principal*/
	color: var(--azul);
}
.title-slide a {
	color: var(--azul);	
}
h1 {
	padding: 0;
	color: var(--azul);	
	/*margin: 1em 0;*/
}
.title-section > h1::before {
	content: "";
	width: 50px;
	border: 2px dashed var(--azul);
	display: inline-block;
	top: -10px;
	margin-right: 15px;
	position: relative;		
}
.title-section > h1::after {
	content: "";
	width: 50px;
	border: 2px dashed var(--azul);
	display: inline-block;
	top: -10px;
	left: 15px;
	position: relative;		
}

h2 {
	font-size: 2.5em;
	color: var(--verde);
	margin-bottom: 2rem;
	position: relative;
}
main h2::after {
	content: url('../images/linea.png');	
	position: absolute;
	width: 120px;
	bottom: -40px;
	left: 25%;	
}
h3 {
	color: var(--verde);
}
h5 {
	margin: 0;
	padding: 0;
}
p {
	font-size: 1.5em;
	margin-bottom: 1em;
}
article p:first-of-type, article ul:first-of-type {	
	margin-top: 4em;
}
article.container p {
	margin-top: initial;	
}
caption {
	color: var(--rojo);
	font-weight: bold;
	text-align: center;
	display: table-caption;
	margin-bottom: 1em;
}
.card img {
	width: 80%;	
	margin: auto;
	padding-top: 1em;
	margin-bottom: 1.5em;
}
.card-text {	
	font-size: 1.3em;
}
.content-section {
	padding-bottom: 2em;
}
.descripcion {
	color: var(--verde);
	margin-bottom: 0;
}
.section div.title-extra h1 {
	color: #fff;
}
.section div.title-extra {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 400px;	
	height: 400px;
	border-radius: 50%;
	margin: auto;
	background: var(--azul);
}
span.green {
	color: var(--verde);
}
span.red {
	color: var(--rojo);
}
hr {
	border: 10px solid #7f7f7f;
}
figure img {
	width: 75%;
}
figcaption {
	margin-top: 1em;
	padding-top: 1em;
	border-top: 1px solid var(--verde);
	text-align: center;
}
footer {
	padding: 2em 0;
	background-color: var(--azul);
}
footer p {
	font-size: .9em;
	color: #fff;
}
footer a{
	color: #fff;
}
footer figure {
	padding: .5em;
	display: inline-block;
}
footer a:hover {
	text-decoration: none;
}

footer p:last-child {	
	font-size: .8em;
}
footer i {
	color: #fff;
	font-size: 2em;
	margin: 0 .5em;
	transition: .3s ease-out all;
}
footer i:hover {
	transform: rotate(360deg);	
}
footer img {
	width: 200px;	
}
.social {
	margin: 2em 0;
}
.section img {
	margin: 6rem 0;
	width: 40px;
}

.before::before {
	content: '';
	width: 50px;
	border: 1px dashed var(--azul);
	margin-right: 9px;
	display: inline-block;
	top: 0px;
	position: relative;
}

.after::after {
	content: '';
	width: 50px;
	border: 1px dashed var(--azul);
	margin-left: 9px;
	display: inline-block;
	top: 0px;
	position: relative;
}

.text-verde {
	color: var(--verde);
}
.item-1::before, .item-2::before {
	content: '';
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.slide-productos .wrapper {
	width: 95%;	
	margin: auto;
}

.slide-area li .slide-menu {
	text-align: center;
	width: 250px;
	height: 250px;	
	margin: auto;
	border-radius: 50%;	
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}
.slide-menu img {
	transition: .3s ease-out all;	
}
.slide-menu img:hover {
	transform: scale(1.1);
}
.jd-slider a {
	font-size: initial;
}
.menu-productos {
	margin-top: 1em;
	position: relative;
	width: 100%;
	background: #ccc;
	display: none;
}
.menu-productos::before {
	content: '';
/*	width: 0;
	height: 0;
	border-right: 20px solid transparent;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-bottom: 20px solid #f0ad4e;*/
}
.link-productos:first-child {	
	border-top: 1px solid var(--verde);
}
.link-productos {
	padding: .5em 0;
	display: block;
	color: var(--rojo);
	border-bottom: 1px solid var(--verde);
	border-left: 1px solid var(--verde);
	border-right: 1px solid var(--verde);
}
.link-productos:hover {	
	color: #fff;
	text-decoration: none;
	background: var(--verde);
}
.slide-area h3::before {
	content: '';	
	width: 50px;	
	border: 1px dashed var(--verde);
	margin-right: 9px;
	display: inline-block;
	top: -7px;
	position: relative;
}

.slide-area h3::after {
	content: '';
	width: 50px;
	border: 1px dashed var(--verde);
	margin-left: 9px;
	display: inline-block;
	top: -7px;
	position: relative;
}

/*=====================================
=            Section Slide            =
=====================================*/

.jd-slider {	
	padding: 2em 1em;
	text-align: center;	
}

.jd-slider .slide-inner::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 0;
	/*border: 1px solid #888;*/
}

.jd-slider .slide-area > li {
	/*border-right: 1px solid #888;*/
	border-left: 0;
	box-sizing: border-box;
	text-align: center;
}

.jd-slider .slide-area > li:first-child {
	/*border-left: 1px solid #888;*/	
}

.jd-slider .slide-area > li + a {
	display: block;
	height: 250px;	
	/*font-size: 3em;*/
	font-weight: bold;
	outline: 0;
}

.jd-slider .controller {
	margin: 10px 0 0;
}

.jd-slider.slider3 .slide-area > li,
.jd-slider.slider3-2 .slide-area > li,
.jd-slider.slider3-3 .slide-area > li {
	width: 50%;
}

.jd-slider.slider3 .slide-area > li:nth-child(2),
.jd-slider.slider3-2 .slide-area > li:nth-child(2),
.jd-slider.slider3-3 .slide-area > li:nth-child(2) {
	display: block;
}

.jd-slider.slider4 .slide-area > li:first-child {
	background-color: #a66;
}

.jd-slider.slider4 .slide-area > li:first-child + li {
	background-color: #6a6;
}

.jd-slider.slider4 .slide-area > li:first-child + li + li {
	background-color: #66a;
}

.jd-slider.slider4 .slide-area > li:first-child + li + li + li {
	background-color: #aaa;
}
.jd-slider, .jd-slider .slide-inner {
	overflow: hidden;
}
/*=====  End of Section Slide  ======*/

.slide-area h3 {
	margin-top: .5em;
}
.table-formula {
	margin: auto;
}
.contenido-mezclas li {
	font-size: 1.5em;
	color: var(--rojo);
}

@media only screen and (min-width: 768px) {		
	.table-formula {
		width: 75%;
	}
	main h2::after {
		left: 30%;	
	}
}
@media only screen and (min-width: 1024px) {	
	.table-formula {
		width: 50%;
	}
	main h2::after {
		left: 42%;	
	}
}