/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 16 2026 | 23:48:41 */
nav li a:hover {
	color: #f99f1c !important; 
}

@media only screen and (min-width: 981px) {
  .et-fixed-header#main-header, .et-fixed-header#main-header .nav li ul, .et-fixed-header .et-search-form {
    background-color:  #ecf0f1 !important; 
  }
}

#top-menu li {
  font-size: 13px !important;
}

#footer-widgets .footer-widget a {
  color: #f99f1c;
	font-weight: bold;
}

#main-footer .footer-widget #block-14 {
	font-size: 13px; 
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.banner-blog{
    position: relative;
    width: 100%;
    height: 220px; /* Ajusta la altura */
    background: url("https://cromatografos-de-gases.com.mx/blog/wp-content/uploads/2026/07/banner-hero-scaled.webp") center top / cover no-repeat;
    overflow: hidden;
}

/* Overlay blanco */
.banner-blog::before{
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,.45); /* Cambia la opacidad */
    z-index: 1;
}

.banner-contenido{
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-contenido h1{
    margin: 0;
    color: #000;
}
@media (min-width: 981px) {
  .et_fullwidth_nav #main-header .container {
    padding-right: 0;
    padding-left: 0;
  }
	
	  .et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(1) .fwidget {
    margin-bottom: 0;
  }

}