 html,body{
	min-width: 320px;
	width:100%;
	padding: 0px;
	margin: 0px;
	background:#fff;
	-webkit-font-smoothing: antialiased;
	min-height: 100%;
	height: auto;
	font-family: 'Ubuntu Light', 'Ubuntu Regular', 'Ubuntu', sans-serif;
	color: #575757;
	user-select: none;
}

h1,h2,h3,h4,h5,label {
	font-family: 'Ubuntu Bold';
}
p {
	font-size: 14px;
}

.imgLiquid{
	background-size: cover;
	background-repeat: no-repeat!important;
    background-position:center center;
}

@media (min-width: 1536px) {
	.imgLiquid{
		height:600px;
	}
}

@media (min-width: 1920px) {
	.imgLiquid{
		height:700px;
	}
}

.imgLiquid img{
	opacity: 0;
}
.owl-carousel{
  touch-action: manipulation!important; 
  -webkit-touch-action: manipulation!important; 
  -moz-touch-action: manipulation!important; 
  -o-touch-action: manipulation!important; 
}
button:active, button:focus{
	outline: none;
}


/* header */

header.home{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 9;
	background-color: rgb(255, 255, 255,0.5) !important;
	box-shadow: 0 -12px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4.5px );
	-webkit-backdrop-filter: blur( 4.5px );
	border: 0px;
}
header.home a.logo{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 113px;
	height: 50px;
	margin: 7px auto 0 auto;
	background: url('/wp-content/uploads/2023/05/LOGO-OIL-GAS-01.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	float: left;
	margin: 15px auto 0 10%;
}
header.home ul.nav-desk li a{
		display: block;
		position: relative;
		overflow: hidden;
		width: 100%;
		height: 70px;
		line-height: 70px;
		text-decoration: none;
		color: #0033a0;
		font-family: 'Ubuntu Bold', 'Ubuntu Regular', 'Ubuntu', sans-serif;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}

header.home ul.nav-desk li a:hover{
		color: rgb(0,181,226);
	}

	header.home ul.nav-desk li a.submenu::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background-color: #ffffff;
	  background: url(../images/arrow-blue.svg);
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}
	header.home ul.nav-desk li a.submenu:hover::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background: url(../images/arrow-celeste.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}

header{
	display: block;
	position: fixed;
	width: 100%;
	height: 80px;
	left: 0;
	top: 0;
	z-index: 9;
	background: #0033a0;
	box-shadow: 0 -12px 32px 0 rgba( 31, 38, 135, 0.37 );
	backdrop-filter: blur( 4.5px );
	-webkit-backdrop-filter: blur( 4.5px );
	border: 0px;
}
header a.logo{
	display: block;
	opacity: 1;
	position: relative;
	overflow: hidden;
	width: 113px;
	height: 50px;
	margin: 7px auto 0 auto;
	background: url('/wp-content/uploads/2023/05/LOGO-OIL-GAS-white.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	float: left;
	margin: 15px auto 0 10%;
}
header a.logo:hover{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
}
header button{
	display: block;
	position: absolute;
	overflow: hidden;
	width: 80px;
	height: 80px;
	background-color: transparent;
	padding: 0;
	border: 0px;
	outline: none;
	transition: all ease .4s;
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	z-index: 999;
	background-color: #5bc2e7;
}
header button span{
	display: block;
	position: relative;
	overflow: hidden;
	width: 30px;
	background-color: #fff;
	height: 4px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin: 4px auto;
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
}
header button.active span:nth-child(1){
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	top: 0px;
	width: 18px;
}
header button.active span:nth-child(2){
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	top: 34px;
  width: 18px;
  right: 32px;
  position: absolute;
}
header button.active span:nth-child(3){
	display: none;
}

header ul.nav-desk{
		display: block;
		overflow: hidden;
		height: 70px;
		float: right;
		margin: 0 10% 0 0;
		padding: 0;
		list-style: none;
		text-align: right;
	}
	header ul.nav-desk li{
		display: inline-block;
		overflow: hidden;
		margin-left: 30px;
		height: 70px;
	}
	header ul.nav-desk li a{
		display: block;
		overflow: hidden;
		width: 100%;
		height: 70px;
		line-height: 70px;
		text-decoration: none;
		color: #fff;
		font-family: 'Ubuntu Bold', 'Ubuntu Regular', 'Ubuntu', sans-serif;
		transition: all ease .4s;
		-webkit-transition: all ease .4s;
		-moz-transition: all ease .4s;
	}
	header ul.nav-desk li a:hover{
		color: rgb(0,181,226);
	}


	header ul.nav-desk li a.submenu::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background-color: #ffffff;
	  background: url(../images/arrow-white.svg);
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}
	header ul.nav-desk li a.submenu:hover::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background: url(../images/arrow-celeste.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}

	.busqueda {
		width: 100px;
		position: relative;
		right: 0;
		float: right;
		margin-top: 20px;
	}
	header.home .busqueda .buscar {
		width: 24px;
		height: 24px;
		display: block;
		background-image: url(../images/lupa_blue.svg);
	}
	header.home .busqueda .buscar:hover {
		background-image: url(../images/lupa.svg);
	}

	header .busqueda .buscar {
		width: 24px;
		height: 24px;
		display: block;
		background-image: url(../images/lupa_white.svg);
	}
	header .busqueda .buscar:hover {
		background-image: url(../images/lupa.svg);
	}


/* owl carousel */

	.owl-dot span{
		background: #fff !important;
	}
	.owl-dot.active span{
		background: rgb(0,181,226) !important;
	}
	.owl-theme .owl-dots {
		margin-top: -30px !important;
		position: inherit !important;
	}
	.owl-nav .owl-prev,.owl-nav .owl-next {
		position: absolute;
		top: 45%;
	}
	.owl-nav .owl-prev {
		left: 10px;
		width: 20px;
		height: 40px;
		background: none !important;
		background-image: url(../images/arrow-blue.svg) !important;
		background-size: cover !important;
		transform: rotate(180deg);
	}
	.owl-nav .owl-next {
		right: 30px;
		width: 20px;
		height: 40px;
		background: none !important;
		background-image: url(../images/arrow-blue.svg) !important;
		background-size: cover !important;
	}
/* owl carousel end */

	/* carrusel home */
	.home_carousel .item {
		width: 100%;
		height: 600px;
        cursor:pointer;
	}
	.home_carousel .item .box-right {
		float: right;
		margin-top: 15%;
		width: 500px;
		margin-right: 100px;
	}
	.home_carousel .item .box-left {
		float: left;
		margin-top: 15%;
		width: 500px;
		margin-left: 100px;
	}

	.home_carousel .item .box-right h2,.home_carousel .item .box-left h2 {
/* 		text-transform: uppercase; */
		color: #0049a2;
		font-family: 'Montserrat';
    	font-weight: 800;
	}
	.home_carousel .item .box-right h3,.home_carousel .item .box-left h3 {
		color: #6c8b97;
		font-size: 18px;
		font-family: 'Montserrat';
		font-weight: 500;
	}

	.interior_carousel .item {
		margin-top: 80px;
		width: 100%;
		height: 400px;
	}
	.interior_carousel .item .box-right {
		float: right;
		margin-top: 10%;
		width: 500px;
		margin-right: 100px;
	}
	.interior_carousel .item .box-left {
		float: left;
		margin-top: 10%;
		width: 500px;
		margin-left: 100px;
	}

	.interior_carousel .item .box-right h2,.interior_carousel .item .box-left h2 {
		color: #0033a0;
	}
	.interior_carousel .item .box-right h3,.interior_carousel .item .box-left h3 {
		color: #333;
		font-size: 18px;
	}

	/* carrusel home end */

/* botones */
a.button_blue {
	border-radius: 5px;
	min-width: 200px;
	background-color: #0033a0;
	color: #fff !important;
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: inline-block;
	text-align: center;
	font-family: 'Ubuntu Bold';
}
a.button_blue:hover {
	text-decoration: none;
	opacity: 0.85;
}

a.button_celeste {
	border-radius: 5px;
	min-width: 100px;
	background-color: #5bc2e7;
	color: #fff !important;
	padding: 7px;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	border-bottom:2px solid rgba(0, 51, 160, 0.91);
	border-top:1px solid #fff;
	font-family: 'Ubuntu Bold';
}

a.button_celeste.big {
	font-size: 14px;
	letter-spacing: 2px;
	min-width: 130px;
}

a.button_celeste:hover {
	text-decoration: none;
	background-color: rgba(0, 51, 160, 0.91)  !important;
}

a.button_celeste:not(.sinflecha)::after {
	content:" ";
  width: 8px;
  height: 8px;
  background: url(../images/play-white.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_celeste.share::after {
	content:" ";
  width: 10px;
  height: 10px;
  background: url(../images/share.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_blue.ficha::after {
	content:" ";
  width: 14px;
  height: 14px;
  background: url(../images/ficha.svg);
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin-left: 5px;
}

a.button_grey {
	background-color: #efefef;
	color: #333;
	padding: 10px;
	clear: both;
	font-size: 16px;
	width: 100%;
	display: block;
	margin-top: 5px;
}
a.button_grey:hover {
	text-decoration: none;
	background-color: #c0c0c0 !important;
}

/* botones end */

/* utiles */
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-100 {
	margin-top: 100px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-100 {
	padding-top: 100px;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.line {
  width: 208px;
  height: 3px;
  padding: 2px 2px 2px 2px;
  border-top: 3px solid #333333;
  background-color: rgba(255, 255, 255, 0);
  box-sizing: border-box;
  margin: 0 auto;
  display: block;
}
.line_blue {
  width: 150px;
  height: 3px;
  padding: 1px 1px 1px 1px;
  border-top: 1px solid #333333;
  background-color: #0033a0;
  box-sizing: border-box;
  display: block;
  margin-bottom: 30px;
}
/* utiles end */

.somos h4 {
	text-align: center;
}
.somos p {
	text-align: center;
	font-weight: normal;
}
.somos h5 {
	font-weight: 20px;
	font-weight: bold;
	text-align: center;
}
.productos h4 {
	text-align: center;
}
.productos p {
	text-align: center;
	font-weight: normal;
}
.productos_list {
    width: 100%;
    display: block;
    clear: both;
}

.productos_list .item_producto {
    margin-top: 40px;
    width: 24%;
    text-align: center;
    display: inline-block;
    vertical-align: top; /* Alineación superior para consistencia */
    padding: 15px; /* Padding interno para separar contenido del borde */
}

.productos_list .item_producto img {
    max-height: 200px;
    max-width: 100%;
    height: auto;
    border: 2px solid #e0e0e0; /* Borde gris claro */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Sombra suave */
    border-radius: 8px; /* Esquinas redondeadas */
    padding: 5px; /* Espacio interno en la imagen */
    background-color: #ffffff; /* Fondo blanco */
    margin-bottom: 15px; /* Espacio debajo de la imagen */
}

.productos_list .item_producto h4 {
    font-size: 20px; /* Aumentamos ligeramente para mejor legibilidad */
    font-family: Arial, Helvetica, sans-serif; /* Fuente sans-serif */
    font-weight: 600; /* Peso medio para destacar */
    margin-bottom: 10px; /* Espacio debajo del título */
    color: #333333; /* Color oscuro para contraste */
}

.productos_list .item_producto p {
    font-size: 16px; /* Aumentamos para mejor legibilidad */
    font-family: Arial, Helvetica, sans-serif; /* Fuente sans-serif */
    font-weight: 400; /* Peso normal */
    line-height: 1.5; /* Espaciado entre líneas */
    margin-bottom: 15px; /* Espacio debajo del texto */
    color: #555555; /* Color gris oscuro para contraste */
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.productos_list .item_producto a.button_celeste {
    font-size: 14px; /* Tamaño legible para el botón */
    font-family: Arial, Helvetica, sans-serif; /* Fuente sans-serif */
    font-weight: 500; /* Peso medio */
    padding: 8px 16px; /* Padding interno en el botón */
    margin-top: 10px; /* Espacio encima del botón */
}

.nuestras_marcas {
	display: block;
}
.nuestras_marcas h4 {
	text-align: center;
}
.nuestras_marcas p {
	text-align: center;
	font-weight: normal;
}

.nuestras_marcas .item_marca {
	margin-top: 30px;
	width: auto;
	text-align: center;
	display: inline-block;
}
.nuestras_marcas .item_marca img {
	max-height: 100px;
	max-width: 250px;
	padding: 20px;
}
.industrias h4 {
	text-align: center;
}
.industrias p {
	text-align: center;
	font-weight: normal;
}
.industrias .industrias_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.industrias .industrias_carousel .item {
	height: 400px;
}
.industrias .industrias_carousel .item .box-left {
	width: 40%;
	float: left;
	margin-top: 50px;
	padding-left: 20px;
}
.industrias .industrias_carousel .item .box-left p{
	text-align: left;
	font-size: 12px;
}
.industrias .industrias_carousel .item .box-right {
	width: 40%;
	float: right;
	height: 300px;
}
.industrias .industrias_carousel .owl-nav .owl-prev {
	left: -50px;
}
.industrias .industrias_carousel .owl-nav .owl-next {
	right: -50px;
}
.industrias .industrias_carousel .owl-dot:not(.active) span{
	border: 1px solid #0033a0;
}

footer {
	height: 500px;
	background-image: url(../images/footer.png);
	background-size: cover;
	padding-top: 30px;
	color: #fff;
}
footer a {
	color: #fff;
}
footer a:hover {
	color:#5bc2e7;
}
footer .redes a {
	margin-right: 5px;
}
.wsp {
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.wsp img {
    width: 60px;
    height: 60px;
}

.contenido {
	margin-top: 30px;
}

.contenido .box-left {
	width: 40%;
	float: left;
	margin-top: 50px;
}
.contenido .box-left p{
	text-align: left;
	font-size: 14px;
}
.contenido .box-left ul li, 
.contenido .box-right ul li{
	text-align: left;
	font-size: 14px;
}
.contenido .box-right {
	width: 40%;
	float: right;
}
.contenido h5 {
	font-size: 23px;
}
.contenido .centered h4 {
	text-align: center;
}
.centered p {
	text-align: center;
}
.centered h5 {
	text-align: center;
}
.centered a {
	text-align: center;
	margin: 0 auto;
	display: table;
}
.notcentered p {
	text-align: left;
}

.clientes h4,
.clientes p {
    text-align: center;
}

.clientes p {
    font-weight: normal;
}

.clientes .clientes_carousel {
    width: 95% !important;
    margin: 0 auto;
}

.clientes .clientes_carousel .item {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.clientes .clientes_carousel .item img {
    width: auto;
    max-width: 100%;
    max-height: 140px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.clientes .clientes_carousel .item img:hover {
    transform: scale(1.05);
}

.clientes .clientes_carousel .owl-nav .owl-prev {
    left: -50px;
    position: absolute;
    top: 40%;
}

.clientes .clientes_carousel .owl-nav .owl-next {
    right: -50px;
    position: absolute;
    top: 40%;
}

.clientes .clientes_carousel .owl-dot:not(.active) span {
    border: 1px solid #0033a0;
    background-color: transparent;
}

.clientes .clientes_carousel .owl-dot.active span {
    background-color: #0033a0;
}

.franja_azul {
	background-color: #0033a0;
	height: 250px;
	color: #fff;
}
.contacto input[type='text'],
.contacto input[type='number'],
.contacto input[type='email'],
.contacto select,
.contacto textarea {
    width: 100%;
    background-color: #f2efef;
    padding: 10px; /* Aumentado para mejor usabilidad */
    border: 1px solid #cccccc; /* Borde sutil para definición */
    border-radius: 6px; /* Esquinas redondeadas para un look moderno */
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif; /* Fuente sans-serif */
    font-size: 14px; /* Tamaño legible */
    box-sizing: border-box; /* Incluye padding y border en el width */
    transition: border-color 0.3s ease, box-shadow 0.3s ease; /* Transición suave */
}

.contacto input[type='text']:focus,
.contacto input[type='number']:focus,
.contacto input[type='email']:focus,
.contacto select:focus,
.contacto textarea:focus {
    border-color: #005670; /* Color azul al enfocar, acorde con button_celeste */
    box-shadow: 0 0 5px rgba(0, 87, 112, 0.3); /* Sombra ligera */
    outline: none; /* Quitar outline predeterminado */
}

.contacto input[type='text']:hover,
.contacto input[type='number']:hover,
.contacto input[type='email']:hover,
.contacto select:hover,
.contacto textarea:hover {
    border-color: #999999; /* Cambio sutil al pasar el mouse */
}

.contacto textarea {
    height: 120px; /* Aumentado para más espacio */
    resize: vertical; /* Permitir redimensionar solo verticalmente */
}

/* Quitar flechas de inputs tipo number */
.contacto input[type="number"] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

.contacto input[type="number"]::-webkit-inner-spin-button,
.contacto input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.menu_filtro {
	margin-top: 2px;
	padding: 10px;
	background-color: #efefef;
	display: none;
}
.menu_filtro a {
	width: 100%;
	display: block;
	font-size: 15px;
	padding: 2px 0px;
}
.page h2 {
	color: #0033a0;
	font-size: 22px;
}
.page h3 {
	color: #0033a0;
	font-size: 18px;
}
.breadcrumb {
	color: #333;
	background: none !important;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumb a {
	color: #333;
}
.breadcrumb_interior {
	color: #333;
	background: none !important;
	font-size: 14px;
	font-weight: bold;
}
.breadcrumb_interior a {
	color: #333;
}
.breadcrumb_interior {
	position: absolute;
	margin-top: 20px;
}

.menu_mobile {
	display: none;
}

#busquedaModal {
	background-color:rgb(0,0,0,0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 10000;
	display: none;
}
#busquedaModal .preForm {
	background-color: #fff;
	border-radius: 35px;
	width: 950px;
	height: 370px;
	position: fixed;
	left: 50%;
	margin-left: -475px;
	top: 100px;
	z-index: 10001;
	padding: 50px;
}

#busquedaModal .preForm .centerThis {
	padding-top: 100px;
	width: 80%;
	margin: 0 auto;
}

#closeBusqueda {
	float: right;
	display: block;
}
#busquedaModal .preForm form input {
	padding: 10px;
	background-color: #efefef;
	border: 0;
	color: #999;
	height: 50px;
	width: 60%;
}
#busquedaModal .preForm form select {
	padding: 10px;
	background-color: #efefef;
	border: 0;
	color: #999;
	height: 50px;
	width: 31%;
}

#busquedaModal .lupa {
	width: 8% !important;
	height: 50px;
	float: right;
	padding: 5px 5px 5px 10px;
	background-image: url(../images/lupa_blue.svg);
	background-repeat: no-repeat;
	background-position: center;
	right: 41px;
	background-color: #fff;
	text-indent: -999px;
}

.interior_catalogo {
	margin-top: 80px;
}
p.logo_marca {
	font-weight: normal;
	font-size: 1rem;
}

.logo_marca img {
	max-width: 150px;
}
.align-right {
	text-align: right;
}
.interior_catalogo .boximg {
	width: 90%;
	height: 300px;
	padding: 4px;
	margin: 10px;
	border: 1px solid #5bc2e7;
}

.interior_catalogo .boximg.tres {
	width: 26%;
	height: 100px;
	padding: 4px;
	margin: 10px;
	border: 1px solid #5bc2e7;
	float: left;
}

.interior_catalogo .boximg img {
	width: 100%;
	max-height: 290px;
}
.interior_catalogo .boximg.tres img {
	max-height: 90px;
}

.align-center {
	display: table !important;
	margin: 0 auto;
}
.interior_catalogo .tab {
	background-color: #0033a0;
	color: #fff;
	margin: 0 0px 0 0;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	height: 40px;
	line-height: 40px;
}
.interior_catalogo .tab a {
	vertical-align: middle;
	display: inline-block;
	line-height: normal;
	color: #fff;
}
.interior_catalogo .tab a:hover {
	text-decoration: none;
	color: #999;
}
.interior_catalogo .tab.active {
	background-color: #f2efef !important;
	border-top: 1px solid #5bc2e7;
}
.interior_catalogo .tab.active a {
	color: #000;
}
.interior_catalogo .content-box {
	background-color: #f2efef;
	padding: 20px;
	display: none;
}
.interior_catalogo .content-box.active {
	display: block;
}


/* CSS MOBILE */
@media only screen and (max-width: 767px) {
  
	header a.logo {
		margin: 20px auto 0 26%;
	}
	header .busqueda {
		display: none;
	}
	.home_carousel .imgLiquid {
		background-size: contain !important;
        height:415px;
	}
    .home_carousel .item {
    	height:320px;
    }
	.home_carousel .item .box-right,.home_carousel .item .box-left {
		float: none;
		width: 80%;
		margin: 0 0 0 10%;
		position: absolute;
		top: 40%;
	}
	.productos_list .item_producto {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.nuestras_marcas .item_marca {
		width: 80%;
		margin: 0 auto;
		display: block;
		margin-bottom: 40px;
	}
	.industrias .industrias_carousel .item .box-left {
		width: 100%;
		padding: 20px;
		display: block;
		margin:  0 auto;
		z-index: 10;
		position: absolute;
	}
	.industrias .industrias_carousel .item .box-right {
		width: 100%;
		float: none;
		opacity: 0.3;
	}
	.industrias .industrias_carousel .owl-nav .owl-prev {
		left: -30px;
	}
	.industrias .industrias_carousel .owl-nav .owl-next {
		right: -30px;
	}
	footer {
		background-image: none;
		background-color: #006ebf;
		height: auto;
		padding-left: 30px;
	}
	.footerocl {
		padding: 20px 0 20px 0;
	}
	footer .mt-30 {
		margin-top: 5px;
	}
	.menu_mobile {
		margin-top: 80px;
		display: none;
		background-color: #0033a0;
		padding-top: 20px;
		position: fixed;
		width: 100%;
		z-index: 10;
		height: 100%;
	}

	.menu_mobile ul {
		padding: 10px 0;
	}

	.menu_mobile ul li {
		list-style: none;
		margin-bottom: 5px;
		padding-left: 30px;
	}
	.menu_mobile ul li a {
		color: #fff;
		font-size: 13px;
	}
	.menu_mobile form {
		width: 80%;
		margin: 0 auto;
	}
	.menu_mobile form input {
		width: 100%;
		border: 0;
		padding: 10px;
		margin-bottom: 5px;
		font-size: 12px;
	} 
	.menu_mobile form select {
		width: 100%;
		border: 0;
		padding: 10px;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.menu_mobile form .lupa {
		position: absolute;
		width: 40px;
		height: 38px;
		float: right;
		padding: 5px 0 0 10px;
		background-image: url(../images/lupa_blue.svg);
		background-repeat: no-repeat;
		background-position: 10px;
		right: 41px;
		background-color: #fff;
		text-indent: -999px;
	}

	.menu_mobile ul li a.submenu::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background-color: #ffffff;
	  background: url(../images/arrow-white.svg);
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	  transition: all ease .8s;
		-webkit-transition: all ease .8s;
		-moz-transition: all ease .8s;
	}
	.menu_mobile ul li a.submenu:hover::after {
		content:" ";
	  width: 8px;
	  height: 8px;
	  transform: rotate(90deg);
	  background: url(../images/arrow-celeste.svg);
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block;
		margin-left: 5px;
	}
	.submenu_list {
		background-color: #fff;
		padding: 10px;
		display: none;
	}
	.submenu_list a{
		color: #0033a0 !important;
		display: block;
		clear: left;
		padding-bottom: 5px;
	}
	.submenu_list a:hover {
		color: #006ebf !important;
	}
	.submenu.open::after {
		transform: rotate(270deg) !important;
	}
	.interior_carousel .item {
		height: 250px !important;
	}
	.interior_carousel .imgLiquid {
		background-size: cover !important;
	}
	.interior_carousel .box-right,.interior_carousel .box-left {
		width: 80% !important;
		float: left !important;
		margin-left: 25px !important;
		padding-top: 40px !important;
	}
	.contenido .box-left,.contenido .box-right,.contenido .box-left,.contenido .box-left {
		width: 100%;
		padding-bottom: 30px;
	}
	figure img {
		width: 100%;
	}
	.clientes_carousel .item {
		width: 100%;
		text-align: center;
	}
	.clientes .clientes_carousel .owl-nav .owl-prev {
		left: -30px;
	}
	.clientes .clientes_carousel .owl-nav .owl-next {
		right: -30px;
	}
	.mobile-nomt {
		margin-top: 0px !important;
	}
	.mobile-mt-40 {
		margin-top: 40px;
	}
	.tab {
		margin-left: 10px !important;
	}
	.content-box {
		margin-left: 10px;
		margin-right: 10px;
	}
}

header .submenu_list_desktop ul li a {
		line-height: 20px !important;
	}

.submenu_list_desktop {
	position: absolute;
	border-radius: 10px;
	background-color: #fff;
	padding: 10px;
	z-index: 10000;
	display: none;
}
.submenu_list_desktop ul {
	padding: 0 !important;
	margin: 0 !important;
	float: left;
	text-align: left;
} 
.submenu_list_desktop ul li {
	padding: 0 !important;
	margin: 0 !important;
	height: auto !important;
}
.submenu_list_desktop ul li a {
	color: #575757 !important;
	padding: 10px;
	height: auto !important;
	line-height: 10px !important;
}
.submenu_list_desktop ul li a:hover {
	color: #0033a0 !important;
}
.menu_filtro div input {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}
.menu_filtro div {
	font-size: 15px;
	clear: both;
	padding: 5px;
}

.submenu_list_desktop.first_menu {
/* 	width: 50%; */
	left: 50%;
	top: 70px;
	border-radius: 10px;
	text-align: left;
}
.submenu_list_desktop.first_menu ul {
	float: left;
	width: 30%;
}

header ul.nav-desk li ul li {
	display: block !important;
}

.submenu_list_desktop.first_menu .right_module {
	float: right;
	width: 39%;
	border-left: 5px solid #5bc2e7;
	padding-left: 30px;
}
.submenu_list_desktop.first_menu .right_module img {
	padding: 20px;
	width: 100%;
}

#myImg,.toggleImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
} 

@media (min-width: 1536px) {
	.home_carousel .item {
		width: 100%;
		height: 600px;
	}
}

@media (min-width: 1920px) {
	.home_carousel .item {
		width: 100%;
		height: 700px;
	}
}

.error {
	border: 1px solid red !important;
}
#gracias {
	display: none;
}

div.ql-block{
	margin-bottom: 20px;
}


.misionvision .clientes_carousel {
    width: 95% !important;
    margin: 0 auto;
}

.misionvision .clientes_carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px; /* Aumentado un poco */
    padding: 20px;
}

.misionvision .clientes_carousel .item img {
    max-width: 100%;
    max-height: 180px;
    height: auto;
    width: auto;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.misionvision .clientes_carousel .item img:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.misionvision .clientes_carousel .owl-nav .owl-prev,
.misionvision .clientes_carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
}

.misionvision .clientes_carousel .owl-nav .owl-prev {
    left: -50px;
}

.misionvision .clientes_carousel .owl-nav .owl-next {
    right: -50px;
}

.misionvision .clientes_carousel .owl-dot:not(.active) span {
    border: 1px solid #0033a0;
    background-color: transparent;
}

.misionvision .clientes_carousel .owl-dot.active span {
    background-color: #0033a0;
}

#zz_frame::before {
  content:  '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.85);
  z-index: -1;
}

#zz_frame {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1000;
}

#zz_media {
  position: absolute;
  top: 60px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  display: inline-block;
  text-align: center;
}

#zz_media img {
	margin-top: 5% !important;
  height: 70%;
  box-shadow: 0px 0px 20px 1px rgb(0,0,0);
}

#zz_frame .zz_close {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 26px;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}

#zz_frame .zz_controls {
  color: #fff;
  position: absolute;
  left: 10px;
  top: 10px;
}

#zz_frame .zz_controls button {
  background: #000;
  border: 0;
  color: #fff;
  padding: 8px;
  margin-right: 5px;
}
.prev_image,.next_image {
	position: absolute;
	z-index: 10001;
	top: 45%;
	color: #fff;
}
.prev_image {
	left: 20px;
}
.next_image {
	right: 20px;
}


@media screen and (max-width: 767px){
	#zz_media {
		width: 100% !important;
		top:20%;
	}
	
	.prev_image,.next_image {
		top:50%;
	}

	#zz_media img {
  	height: auto;
  	width: 90%;
  	box-shadow: 0px 0px 20px 1px rgb(0,0,0);
	}

   .misionvision .clientes_carousel .item {
        height: 160px;
        padding: 10px;
    }

    .misionvision .clientes_carousel .item img {
        max-height: 140px;
    }

    .misionvision .clientes_carousel .owl-nav .owl-prev,
    .misionvision .clientes_carousel .owl-nav .owl-next {
        left: 0;
        right: 0;
    }
}