/* 

Tooplate 2114 Pixie

https://www.tooplate.com/view/2114-pixie

*/

body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
}
p {
	margin-bottom: 0px;
	font-size: 14px;
	color: #4a4a4a;
	line-height: 24px;
}
h6 {
	color: #4a4a4a;
}
a {
	text-decoration: none!important;
}

.copyright-text {
	text-transform: uppercase;
}

.main-button a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
}
.main-button a:hover {
	opacity: 0.7;
}
.section-heading {
	margin-top: 50px;
	margin-bottom: 40px;
}
.section-heading .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.section-heading h1 {
	font-size: 22px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
}

/* Pre Header Style */
#pre-header {
	background-color: #3a8bcd;
	text-align: center;
}
#pre-header span {
	color: #fff;
	font-size: 15px;
	padding: 10px 0px;
	display: inline-block;
}
	#pre-header a {
		color: #fff;
		}
/* Header Style */
.navbar .navbar-brand {
	text-align: center;
	width: 100%;
	position: absolute;
	padding: 25px 0px;
}
.bg-dark {
	background-color: #fff!important;
	border-bottom: 1px solid #eee;
}
#navbarResponsive {
	z-index: 999;
	position: absolute;
	left: 50%;
	top: 44px;
	transform: translateX(-50%);
}
.navbar-dark .navbar-nav .nav-item {
	margin: 20px 15px;
}
.navbar-dark .navbar-nav .nav-link {
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 700;
	color: #1e1e1e;
	transition: all 0.5s;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
	color: #3a8bcd;
}
.navbar:after {
	width: 100%;
	height: 1px;
	background-color: #eee;
	content: '';
	position: absolute;
	left: 0;
	bottom: -52px;
}
.navbar-dark .navbar-toggler-icon {
	background-image: none;
}
.navbar-dark .navbar-toggler {
	border-color: #3a8bcd;
	background-color: #3a8bcd;	
	height: 50px;
	outline: none;
}
.navbar-dark .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #FFF;
	font-size: 22px;
	line-height: 30px;
	font-family: 'FontAwesome';
}
/* Banner Style */
.banner {
	margin-top: 10px;
	background-image: url(../images/banner-bg.jpeg);
	background-size: contain;
	background-repeat: no-repeat;
	padding: 80px 0px;
	background-position: center center;
}
.banner .caption {
	background-color: rgba(250,250,250,0.9);
	padding: 20px;
	max-width: 4500px;
}
.banner .caption h2 {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: 700;
	color: #1e1e1e;
}
.banner .caption .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.banner .caption p {
	margin-top: 15px;
	margin-bottom: 20px;
}
/* contenido*/
.mision-vision {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px 30px;
	display: flex;
	background-position: center center;
}
.mision-vision .mision {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 20px 20px;
	background-color: rgba(250,250,250,0.9);
	/*background-position: center center;*/
}
.mision-vision .imagen-objetivo {
	width: 120%;
	height: auto;
	margin-top: 10px;
	padding: 10px 10px;
	background-color: #3a8bcd;
	/*background-position: center center;*/
}
.mision-vision .imagen-objetivo img {
	display: block;
	margin: auto;
	}
.mision-vision .mision {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 20px 30px;
	background-position: center center;
}
.mision-vision .mision .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
.recursolog {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px 30px;
	display: flex;
	background-position: center center;
}
.recursolog .letr {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 20px 20px;
	background-color: rgba(250,250,250,0.9);
	/*background-position: center center;*/
}
.recursolog .imagen-recurso {
	width: 120%;
	height: auto;
	margin-top: 10px;
	padding: 10px 10px;
	background-color: #3a8bcd;
	/*background-position: center center;*/
}
.recursolog .imagen-recurso img {
	display: block;
	margin: auto;
	}
.recursolog .letr {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 20px 30px;
	background-position: center center;
}
.recursolog .letr .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
}
/* Featured Style */
.featured-items {
	margin-bottom: 70px;
}
.featured-item {
	border-radius: 5px;
	border: 1px solid #eee;
	padding: 20px;
	transition: all 0.5s;
}
.featured-item:hover {
	opacity: 0.9;
}
.featured-item img {
	width: 300px;
}
.featured-item h4 {
	font-size: 17px;
	font-weight: 700;
	color: #1e1e1e;
	margin-top: 15px;
	transition: all 0.5s;
}
.featured-item:hover h4 {
	color: #3a8bcd;
}
.featured-item h6 {
	color: #3a8bcd;
	font-size: 15px;
	font-weight: 700;
	margin-bottom: 0px;
}
.owl-theme .owl-dots {
	text-align: center;
	margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot {
	outline: none;
}
.owl-theme .owl-dots .active span {
	background-color: #3a8bcd!important;
}
.owl-theme .owl-dots .owl-dot span {
	background-color: #aaa;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin: 0px 5px;
	outline: none;
}



/* Subscribe Style */
.subscribe-form {
	background-color: #3a8bcd;
	padding: 80px -8px;
	text-align: center;
}
.subscribe-form .section-heading  {
	margin-top: 0px auto;
}
.subscribe-form .section-heading h1 {
	color: #fff;
}
.subscribe-form .section-heading .line-dec {
	background-color: #fff;
	margin: 0 auto;
}
.subscribe-form .main-content p {
	font-size: 17px;
	color: #fff;
	margin-bottom: 30px;
}
.subscribe-form .main-content form  {
	color: #fff;
	display: inline;
}
/*.subscribe-form .main-content form input {
	display: inline;
}
.subscribe-form .main-content form input {
	width: 100%;
	height: 46px;
	border: 1px solid #fff;
	background-color: transparent;
	padding-left: 15px;
	color: #fff;
	outline: none;
} */

.subscribe-form .main-content form button:focus {
	color: #fff!important;
}
/*.subscribe-form .container {
	display: block;
	margin: auto;
}*/
.subscribe-form .main-content form button {
	width: 100%;
	height: 45%;
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #3a8bcd;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
	margin: 10px 190px; 
	position: center;
	display: block;
}
.subscribe-form .container .row .col-md-12 .listaclientes {
	width:100%;
	margin: auto;
	overflow:hidden;
	}
.subscribe-form .container .row .col-md-12 .listaclientes ul {
	display: flex;
	padding:0;
	width: 600%;
	animation: cambio 20s infinite alternate;
	animation-timing-function: ease;
	}
.subscribe-form .container .row .col-md-12 .listaclientes li {
	width: 100%;
	list-style:none;
	}
.subscribe-form .container .row .col-md-12 .listaclientes li {
	width: 100%;
	}
@keyframes cambio {
	0% { margin-left:0; }
	16% { margin-left:0; }
	
	17% { margin-left:-100%; }
	33% { margin-left:-100%; }
	
	34% { margin-left:-200%; }
	49% { margin-left:-200%; }
	
	50% { margin-left:-300%; }
	65% { margin-left:-300%; }
	
	66% { margin-left:-400%; }
	81% { margin-left:-400%; }
	
	82% { margin-left:-500%; }
	100% { margin-left:-500%; }
	} 
/* Footer Style */
.footer {
	text-align: center;
}
.footer ul {
	padding: 0px;
	margin: 0px;
}
.footer ul li {
	list-style: none;
	display: inline-block;
}
.footer .logo img {
	max-width: 100%;
	margin-top: 60px;
	margin-bottom: 40px;
}
.footer .footer-menu {
	margin-bottom: 40px;
}
.footer .footer-menu ul li {
	margin: 0px 15px;
}
.footer .footer-menu a {
	font-size: 13px;
	color: #7a7a7a;
	text-transform: uppercase;
	transition: all 0.5s;
}
.footer .footer-menu a:hover {
	color: #3a8bcd;
	text-decoration: none;
}
.footer .social-icons {
	margin-bottom: 60px;
}
.footer .social-icons ul li {
	margin: 0px 10px;
}
.footer .social-icons a {
	width: 32px;
	height: 32px;
	color: #fff;
	background-color: #aaa;
	text-align: center;
	display: inline-block;
	line-height: 33px;
	border-radius: 50%;
	font-size: 13px;
	transition: all 0.5s;
}
.footer .social-icons a:hover {
	background-color: #3a8bcd;
}

/* Sub Footer Style */
.sub-footer {
	border-top: 1px solid #eee;
	text-align: center;
}
.sub-footer p {
	font-size: 12px;
	color: #7a7a7a;
	line-height: 60px;
}
.sub-footer a {
	color: #3a8bcd;
	text-decoration: none;
}

/* Featured Page Style */
.featured-page {
	margin-top: 130px;
	margin-bottom: 40px;
}
.featured-page .section-heading {
	margin-top: 0px;
	margin-bottom: 0px;
}
.featured-page #filters {
	margin-top: 15px;
	text-align: right;
}
.featured .featured-item {
	margin-bottom: 30px;
	text-decoration: none;
}
.featured .featured-item h4 {
	transition: all 0.5s;
}
.featured .featured-item:hover h4 {
	color: #3a8bcd;
}
#filter button {
	outline: none;
}
#filter .btn-primary.focus,
.btn-primary:focus {
	color: #3a8bcd!important;
	box-shadow: none!important;
}
#filters .btn-primary {
	color: #1e1e1e;
	border: none;
	font-size: 15px;
	font-weight: 700;
	background-color: transparent;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}

.page-navigation ul {
	text-align: center;
	border-top: 1px solid #eee;
	padding: 30px  0px 0px 0px;
	margin: 0px 0px 80px 0px;
}
.page-navigation ul li {
	display: inline-block;
}
.page-navigation ul li a {
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	line-height: 38px;
	border: 1px solid #eee;
	border-radius: 5px;
	font-weight: 700;
	color: #1e1e1e;
	font-size: 15px;
	text-decoration: none;
	transition: all 0.5s;
}
.page-navigation ul li a:hover,
.page-navigation ul li.current-page a {
	background-color: #3a8bcd;
	border-color: #3a8bcd;
	color: #fff;
}



/* Single Product Style */
.single-product .product-slider {
	padding: 20px;
	border: 1px solid #eee!important;
	border-radius: 5px;
}

.single-product .product-slider img {
	width:-webkit-fill-available;
	}
.flexslider {
	border: none!important;
}
#carousel {
	margin-top: 20px;
}
#carousel .slides li {
	width: 150px!important;
}
.single-product .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
}
/*.single-product .down-content {
margin-left: 600px;
}*/

.single-product .right-content h6 {
	color: #3a8bcd;
	font-size: 17px;
	font-weight: 700;
	margin-top: 10px;
}
.single-product .right-content p {
	margin-top: 20px;
	margin-bottom: 30px;
}
.single-product .right-content span {
	font-size: 14px;
	color: #3a8bcd;
	font-weight: 500;
	display: inline-block;
	margin-bottom: 15px;
}
.single-product .right-content label {
	font-size: 14px;
	color: #4a4a4a;
}
.single-product .right-content .quantity-text {
	margin-left: 10px;
	width: 44px;
	height: 44px;
	line-height: 42px;
	font-size: 14px;
	font-weight: 700;
	color: #4a4a4a;
	display: inline-block;
	text-align: center;
	outline: none;
	border: 1px solid #eee;
}
.single-product .right-content .button {
	margin-left: 15px;
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}
/*PRODUCTOS AL DETALLLE */
.single-product .produ {
	width:100%;
	height:500px;
	}
.single-product .main {
	position:relative;
	height:1000px;
	width:auto;
	}
/*.single-product section#biocidas{
	height:100px;
	position:absolute;
	z-index:1;
	}
.single-product section#Cuagulante, section#Floculantes, section#Acondicionadores {
	height:100px;
	position: absolute;
	z-index:auto;
	visibility:hidden;
	}*/
.single-product .down-content span {
	margin-bottom: 0px;
	display: inline-block;
	margin-left: 8px;
	color: #aaa;
}
.single-product .down-content span a {
	color: #aaa;
	font-weight: 400;
	margin-left: 4px;
	transition: all 0.5s;
}
.single-product .down-content span a:hover {
	color: #3a8bcd;
}
.single-product .down-content span a:hover i {
	background-color: #3a8bcd;
}
.single-product .down-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.single-product .down-content .categories {
	border-top: 1px solid #eee;
	margin-top: 30px;
	padding: 10px 0px;
}
.single-product .down-content .share {
	border-top: 1px solid #eee;
	padding: 10px 0px;
}
.single-product .down-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}



/* About Us Style */
.about-page {
	margin-top: 50px;
	margin-bottom: 80px;
}
.about-page .right-content h4 {
	font-size: 17px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}


/*.about-page .left-image img {
	max-width: 100%;
}*/

.about-page .left-image .listaservicios {
	width:100%;
	margin: auto;
	overflow:hidden;
}

.about-page .left-image .listaservicios ul {
	display: flex;
	padding:0;
	width: 100%;
	animation: cambio2 60s infinite alternate;
	animation-timing-function: step-start;
	}
.about-page .left-image .listaservicios li {
	width: 100%;
	list-style:none;
	}
.about-page .left-image .listaservicios li {
	width: 100%;
	}
@keyframes cambio2 {
	0% { margin-left:0; }
	5% { margin-left:0; }
	
	6% { margin-left:-100%; }
	10% { margin-left:-100%; }
	
	11% { margin-left:-200%; }
	15% { margin-left:-200%; }
	
	16% { margin-left:-300%; }
	20% { margin-left:-300%; }
	
	21% { margin-left:-400%; }
	25% { margin-left:-400%; }
	
	26% { margin-left:-500%; }
	30% { margin-left:-500%; }
	
	31% { margin-left:-600%; }
	35% { margin-left:-600%; }
	
	36% { margin-left:-700%; }
	40% { margin-left:-700%; }
	
	41% { margin-left:-800%; }
	45% { margin-left:-800%; }
	
	46% { margin-left:-900%; }
	50% { margin-left:-900%; }
	
	51% { margin-left:-1000%; }
	55% { margin-left:-1000%; }
	
	56% { margin-left:-1100%; }
	60% { margin-left:-1100%; }
	
	61% { margin-left:-1200%; }
	65% { margin-left:-1200%; }
	
	66% { margin-left:-1300%; }
	70% { margin-left:-1300%; }
	
	71% { margin-left:-1400%; }
	80% { margin-left:-1400%; }
	
	81% { margin-left:-1500%; }
	90% { margin-left:-1500%; }
	
	91% { margin-left:-1600%; }
	95% { margin-left:-1600%; }

	96% { margin-left:-1600%; }
	100% { margin-left:-1600%; }

	} 


.about-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.about-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.about-page .right-content .share {
	margin-top: 20px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.about-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.about-page .right-content span a:hover i {
	background-color: #3a8bcd;
}




/* Contact Page Style */
.contact-page {
	margin-top: 50px;
    margin-bottom: 80px;
}
.contact-page .right-content input,
.contact-page .right-content textarea {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	margin-bottom: 30px;
}
.contact-page .right-content input {
	height: 44px;
	line-height: 44px;
}
.contact-page .right-content textarea {
	height: 200px;
	max-height: 280px;
}
.contact-page .right-content span {
	display: inline-block;
	margin-left: 8px;
}
.contact-page .right-content span a i {
	transition: all 0.5s;
	background-color: #aaa;
	width: 26px;
	height: 26px;
	display: inline-block;
	text-align: center;
	line-height: 26px;
	border-radius: 50%;
	color: #fff;
	font-size: 12px;
	margin-right: 5px;
}
.contact-page .right-content .share {
	margin-top: 30px;
	border-top: 1px solid #eee;
	padding: 15px 0px;
}
.contact-page .right-content h6 {
	font-size: 14px;
	color: #4a4a4a;
	font-weight: 400;
}
.contact-page .right-content span a:hover i {
	background-color: #3a8bcd;
}
.contact-page .right-content .button {
	cursor: pointer;
	background-color: #3a8bcd;
	outline: none;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	box-shadow: none;
	border: none;
}






/* Responsive Style */
@media (max-width: 991px) {

	.banner {
		border-top: none;
		margin-top: 0px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 96px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(250,250,250,0.95);
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar-dark .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.featured-page #filters {
		text-align: right;
	} 
	.single-product .right-content {
		margin-top: 30px;
	}
	.about-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content .col-md-6,
	.contact-page .right-content .col-md-12 {
		padding: 0px;
	}
	.featured-page {
		margin-top: 80px;
	}
	.about-page,
	.contact-page {
		margin-top: 0px;
	}

.subscribe-form .container .row .col-md-12 .listaclientes {
	width:100%;
	margin: auto;
	overflow:hidden;
	}
.subscribe-form .container .row .col-md-12 .listaclientes ul {
	display: flex;
	padding:0;
	width: 600%;
	animation: cambio 20s infinite alternate;
	animation-timing-function: ease;
	}
.subscribe-form .container .row .col-md-12 .listaclientes li {
	width: 100%;
	list-style:none;
	}
.subscribe-form .container .row .col-md-12 .listaclientes img {
	width: 50%;
	height: auto;
	}
	
@keyframes cambio {
	0% { margin-left:0; }
	16% { margin-left:0; }
	
	17% { margin-left:-100%; }
	33% { margin-left:-100%; }
	
	34% { margin-left:-200%; }
	49% { margin-left:-200%; }
	
	50% { margin-left:-300%; }
	65% { margin-left:-300%; }
	
	66% { margin-left:-400%; }
	81% { margin-left:-400%; }
	
	82% { margin-left:-500%; }
	100% { margin-left:-500%; }
	} 
}


@media (max-width: 767px) {

	.contprod2  {
	width:650px;
	height:auto;
	/*display:content;*/
		}
   .Lineaclari {
	width: auto;
	height: auto;
}
	.Lineaseo {
	width: auto;
	height: auto;
}
	.recursolog {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px 30px;
	display: block;
	background-position: center center;
	}
	.mision-vision {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px 30px;
	display: block;
	background-position: center center;
	}

	.subscribe-form .main-content form input.button {
		margin-top: 20px;
	}
	.featured-page #filters {
		margin-top: 15px;
		text-align: left;
	}

.productos .contprod2 .Linealimp {
	width:80%;
	}
	
}
/*pagina de linea de productos PRODUCTOS*/

.productos {
	margin-top: 20px;
	margin-bottom: 10px;
	padding: -1px 70px;
	justify-content: center;
}
.productos .titulo {
	margin-top: 53px;
	background-color: #3a8bcd;
	background-size: contain;
	background-repeat: no-repeat;
	padding: 38px 0px;
	background-position: center center;
}
.productos .titulo .t {
	color:white;
	}
	
.productos .contprod2 {
	width:100%;
	margin-top: 0px;
	padding: 10px 100px;
	display:flex;
	flex-wrap: wrap;
	}
	.productos .contprod2 .Linealimp {
	width:700px;
	}

.productos .contprod {
	margin-top: 10px;
	padding: 10px 30px;
	background-position: center center;
	justify-content: center;
	display:flex;
	flex-wrap: wrap;
	}

	.productos .Lineaseo {
	width: 620px;
	height: auto;
	margin-top: 10px;
	padding: 10px 70px;
	display:inline-flex;
	background-color: rgba(250,250,250,0.9);
	background-position: center center;
}
.productos .Lineaseo h6 {
	color:white;
	padding: 10px 10px;
	}
.productos .Lineaseo .imagen {
	width: auto;
	height: auto;
	margin-top: 0px;
	padding: -2px 0px;
	background-color: #3a8bcd;
	}
.productos .Lineaseo .tituloaseo ol li {
	color:white;
	list-style-position: inside;
	}
.productos .Lineaseo .tituloaseo a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	}
	.productos .contprod .Lineaclari .tituloaseo a:hover {
	opacity: 0.7;
}
.productos .Lineaclari {
	width: 610px;
	height: auto;
	margin-top: 10px;
	padding: 10px 70px;
	display:inline-flex;
	background-color: rgba(250,250,250,0.9);
	background-position: center center;
}
.productos .Lineaclari h6 {
	color:white;
	padding: 10px 10px;
	}
.productos .Lineaclari .imagen {
	width: auto;
	height: auto;
	margin-top: 0px;
	padding: -2px 0px;
	background-color: #3a8bcd;
	}
	.productos .line-dec {
	width: 30px;
	height: 5px;
	background-color: #3a8bcd;
	}
.productos .Lineaclari .tituloaseo ol li {
	color:white;
	}
.productos .Lineaclari .tituloaseo a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s; 
	}
	.productos .contprod .Lineaseo .tituloaseo a:hover {
	opacity: 0.7;
}
.productos .Linealimp .titulolimp a {
	background-color: #3a8bcd;
	border-radius: 5px;
	padding: 10px 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 0.4px;
	text-decoration: none;
	transition: all 0.5s;
	}
	.productos .Linealimp .titulolimp a:hover {
	opacity: 0.7;
}

.productos .Linealimp {
	width: auto;
	height: auto;
	margin-top: 10px;
	padding: 10px 70px;
	background-color: rgba(250,250,250,0.9);
	background-position: center center;
}
.productos .Linealimp h6 {
	color:white;
	padding: 10px 10px;
	}
.productos .Linealimp .imagen {
	width: auto;
	height: auto;
	margin-top: 0px;
	padding: -2px 0px;
	background-color: #3a8bcd;
	}
.productos .Linealimp .titulolimp ol li {
	color:white;
	}

.productos .main {
	position:relative;
	height:auto;
	width:auto;
	}
	
.productos .main ul{
	color:black;
	}
.productos section#bio{
	height:auto;
	width:400px;
	margin-top: 30px;
	border-style:ridge;
	position:absolute;
	z-index:1;
	background-color: white;
	visibility:hidden;
	Display:flex;
	border-color:white;
	}
.productos section#coag, section#floc, section#alca {
	height:auto;
	width:300px;
	position: absolute;
	z-index:auto;
	background-color: white;
	visibility:hidden;
	Display:flex;
	border-style:ridge;
	border-color:#2874A6;
	}
