<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.navbar-celeste{
	background-color:#00aeef!important;
}
.navbar-celeste .nav-item.active .nav-link,
.navbar-celeste .nav-item:focus .nav-link,
.navbar-celeste .nav-item:hover .nav-link {
    color: #ffffff;
}

.navbar-celeste .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-celeste .navbar-toggler {
  border-color: rgb(255,255,255);
} 

.navbar-celeste .nav-item:hover .nav-link {
	text-shadow: 2px 2px 4px rgba(255,255,255,1);
}
.navbar-celeste a, .navbar-celeste a:link, .navbar-celeste a:hover, .navbar-celeste a:visited, .navbar-celeste a:active{
	color:white;
}

.intro{
	background-color:#00aeef;
	color:white;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:40px;
}

.intro p{
	font-weight:500;
}

#carousel_cataforesis .carousel-item {
  height: 16rem;
  background-color: #777;
}

#carousel_cataforesis .carousel-item &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 16rem;
}


#carousel_pagina_cataforesis .carousel-item {
  height: 20rem;
  background-color: #777;
}

#carousel_pagina_cataforesis .carousel-item &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 20rem;
}


.btn-persano {
	/* background-color: #2ac0f7; */
	background-color: #00aeef;
	color:white;
	font-weight:bold;
	border-radius:0;
}

.btn-persano:hover {
	
	background:#018ec1;
	color:white;
	font-weight:bold;
}

.planta{
	background: url(../img/planta.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:250px;
	color:white;
	padding-top:50px;
}
.planta h3{
	margin-bottom:20px;
	font-size:34px;
	
}

.condensadores{
	background: url(../img/condensadores.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-attachment:fixed;
	min-height:250px;
	color:white;
	padding-top:50px;
}
.condensadores h3{
	margin-bottom:20px;
	font-size:34px;
	
}


.marketing{
	margin-bottom:40px;
}

footer{
	background: #2c333d;
	min-height:250px;
	color:white;
	padding-top:40px;
	font-weight:500;
}

footer ul{
	padding: 0;
}
footer ul li{
	 list-style-type: none;
}
.certificaciones{
	padding:40px 0;
}

.pulso:hover {
    -webkit-animation: pulse 1s;
    animation: pulse 1s;
}

footer li{
	font-size:14px;
}

footer a, footer a:link, footer a:visited, footer a:hover, footer a:active{
	color:white;
}

@media (min-width: 1000px) {
	.navbar-brand{
		margin-right:60px;
	}
}
@media (max-width: 768px) {
	.detalle-cataforesis{
		margin-bottom:40px;
	}
}
@media (min-width: 768px) {
	.disabled-desktop{
		display:none;
	}
}
.seccion-cataforesis{
	background:#efefef;
	padding-top:40px;
	padding-bottom:40px;
	margin-bottom:0;
	color:black;
}

.seccion-cataforesis h2{
	margin-top:0;
}
.seccion-condensadores .btn-persano, .seccion-cataforesis .btn-persano{
	margin-top:30px;
}
.seccion-condensadores h2{
	margin-top:0;
}
.seccion-condensadores{
	color:black;
}

.separador{
	background:#00aeef;
	height:6px;
	margin-bottom:30px;
}
.lista-productos{
	margin-top:30px;
}

.lista-productos .producto{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding-top:10px;
}

.producto h5{
	font-size:16px;
	text-align:center;
}

.producto:hover .card-body{
	background:#00AEEF;
	color:white;
}

.lista-productos a, .lista-productos a:link, .lista-productos a:active, .lista-productos a:visited, .lista-productos a:hover{
	text-decoration:none;
	color:#333;
}

.producto { transition: all .2s ease-in-out; }
.producto:hover { transform: scale(1.1);}

footer ul li{
	 list-style-type: none;
}

.producto-detalle ul li{
	 list-style-type: none;
	 text-align:left;
}

hr{
	color:#00aeef;
	border-color:#00aeef;
	background-color:#00aeef;
	width:20%;
	margin-bottom:30px;
	margin-top:30px;
}

.pdf img{ transition: all .2s ease-in-out; }
.pdf:hover img{ transform: scale(1.1);}

.lista-pdf{
	margin-top:50px;
}
.lista-pdf a, .lista-pdf a:link, .lista-pdf a:active, .lista-pdf a:visited, .lista-pdf a:hover{
	text-decoration:none;
	color:#333;
}

.certificado{
	margin-top:40px;
}

.map-responsive{
    overflow:hidden;
    position:relative;
    height:400px;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:400px;
    width:100%;
    position:absolute;
}

.no-padding{
	padding:0;
}

.contacto .fa-text{
	margin-bottom:30px;
}

.contacto textarea{
	height:200px;
}

.cataforesis h3{
	margin-top:50px;
}</pre></body></html>