 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;
}

/* Offset to avoid fixed header overlapping the hero/slider */
.home-hero-offset {
    margin-top: 80px; /* header height (80px) + breathing */
}
@media (max-width: 768px) {
    .home-hero-offset { margin-top: 81px; }
}

/* Contenedor principal del banner */
.hero-banner {
    position: relative;
    width: 100%;
    height: 100vh; /* El banner ocupará toda la altura de la pantalla */
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333; /* Color de fondo por si la imagen no carga */
}

/* Imagen de fondo */
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    
}

/* Contenido del banner */
.hero-content {
    position: absolute;
    left: 10%; /* El contenido estará alineado a la izquierda */
    text-align: left; /* Alineación a la izquierda del texto */
    z-index: 2; /* Se asegura que el texto quede encima de la imagen */
    color: white;
    padding: 20px;
}

/* Breadcrumb */
.breadcrumb_interior {
    margin-bottom: 20px;
}

#breadcrumbs {
    color: white;
    font-size: 1.2rem;
}

/* Título y subtítulo */
.hero-text h2 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.hero-text h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-top: 0;
}

/* Responsividad para pantallas más pequeñas */
@media (max-width: 767px) {
    .hero-banner {
        height: 400px; /* Reducir la altura del banner en pantallas pequeñas */
    }

    .hero-text h2 {
        font-size: 2rem;
    }

    .hero-text h3 {
        font-size: 1rem;
    }

    .hero-content {
        left: 5%; /* En pantallas más pequeñas, reducir el espacio a la izquierda */
    }
}



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: 122px;
	height: 53px;
	margin: 7px auto 0 auto;
	background: url('/wp-content/uploads/2025/09/Logo-SDM-Original-307x136-1.svg');
	background-size: contain;
	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: 122px;
	height: 53px;
	margin: 7px auto 0 auto;
	background: url('/wp-content/uploads/2025/09/Logo-SDM-Blanco-307x136-1.svg');
	background-size: contain;
	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: #ffffff;
}


	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;
	}

	/* Cuando la pantalla sea mayor a 1032px se oculta */
@media (max-width: 1032px) {
    .busqueda {
        display: none;
    }
}
	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: auto;              /* que crezca según la imagen */
    min-height: 400px;         /* altura mínima para pantallas chicas */
    position: relative;
    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;
	}

	 .item {
		height: 250px !important;
	}

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

	.item .box-right h2,.item .box-left h2 {
		color: #0033a0;
	}
	 .item .box-right h3, .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 .imgb {
	max-width: 100%;
	border:1px solid blue;
}


.productos_list .item_producto {
	margin-top: 40px;
	width: 24%;
	text-align: center;
	display: inline-block;
}
.productos_list .item_producto img {
	max-height: 200px !important;
}
.productos_list .item_producto h4{
	font-size: 18px;
}
.productos_list .item_producto p{
	font-size: 14px;
	-webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.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;
	z-index: 9999;            /* lo pone encima de todo */
}

.wsp img {
  width: 80px;
  height: 80px;
  object-fit: contain; /* mantiene proporción */
}

.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 {
	text-align: center;
}
.clientes p {
	text-align: center;
	font-weight: normal;
}
.clientes .clientes_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.clientes .clientes_carousel .item {
	height: 100px;
}
.clientes .clientes_carousel .item img {
	max-width: 300px;
	max-height: 100px;
}
.clientes .clientes_carousel .owl-nav .owl-prev {
	left: -50px;
}
.clientes .clientes_carousel .owl-nav .owl-next {
	right: -50px;
}
.clientes .clientes_carousel .owl-dot:not(.active) span{
	border: 1px solid #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: 5px;
	border: 0px;
	margin-bottom: 20px;
}
.contacto textarea {
	height: 100px;
}
.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 {
        position: relative;
        left: 20%;  /* Ajusta el valor para moverlo más a la derecha */
        margin-top: 20px; /* Aseguramos que el margen superior se mantenga */
    }
	
	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;

		clear: left;
		padding-bottom: 5px;
	}
	.submenu_list a:hover {
		color: #006ebf !important;
	}
	.submenu.open::after {
		transform: rotate(270deg) !important;
	}

	.imgLiquid {
		background-size: cover !important;
	}
	.box-right, .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;
	}
}

.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;
} 

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

/* Reset para <li> */
.submenu_list_desktop ul li {
    padding: 0 !important;
    margin: 0 !important;
    height: 50px !important;
}

/* Ítems del submenú */
.submenu_list_desktop ul li a {
    display: flex;                  
    align-items: center;            
    justify-content: flex-start;    
    height: auto; 
    padding: 5px 10px; 
    font-size: 15px;
    color: #444444 !important;
    background-color: #ffffff;      
    border-radius: 3px;
    margin-bottom: 2px;
    position: relative; /* necesario para ::before */
    transition: all 0.3s ease;
}

/* Flechita izquierda al inicio del texto */
.submenu_list_desktop ul li a::before {
    content: '➤'; /* puedes cambiar por otra flecha: ◀, ➔, ► */
    display: inline-block;
    color: rgb(0,181,226); /* color azul */
    margin-right: 8px; /* espacio entre flecha y texto */
    transform: rotate(0deg); /* apunta a la izquierda */
    font-size: 12px; /* tamaño de la flecha */
    opacity: 0; /* inicialmente oculta */
    transition: opacity 0.3s ease;
}

/* Hover: mostrar flecha */
.submenu_list_desktop ul li a:hover::before {
    opacity: 1;
    transform: rotate(0deg) translateX(-2px); /* un pequeño desplazamiento al hover */
}

/* Hover color del texto */
.submenu_list_desktop ul li a:hover {
    color: rgb(0,181,226);          
    transform: translateX(5px);     
}


.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 {
        min-height: 600px;
    }
}

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


#gracias {
	display: none;
}

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


.misionvision .clientes_carousel {
	width: 90% !important;
	margin:  0 auto;
}
.misionvision .clientes_carousel .item {
	text-align: center;
	height: 200px;
}
.misionvision .clientes_carousel .item img {
	max-width: 300px;
	max-height: 200px;
	cursor: pointer;
}
.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;
}

#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 .owl-nav .owl-prev {
		left: -10px !important;
	}
	.misionvision .clientes_carousel .owl-nav .owl-next {
		right: -10px !important;
	}


	
}

#ruc, #telefono {
  -moz-appearance: textfield;
}

#ruc::-webkit-inner-spin-button,
#ruc::-webkit-outer-spin-button,
#telefono::-webkit-inner-spin-button,
#telefono::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Carrusel con el texto centrado */
.interior_carousel--top .item {
    position: relative;
    height: 900px;       /* ajusta la altura según tu diseño */
    overflow: hidden;
    display: flex;
    justify-content: flex-start; /* texto a la izquierda */
    align-items: center;         /* texto centrado vertical */
    padding: 0 60px;             /* espacio horizontal */
}

.interior_carousel--top .imgLiquid {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
  	background-position: center 86%;  /* 20% desde arriba */
    z-index: 0;
}

.interior_carousel--top .imgLiquid img {
    object-fit: cover;
    object-position: center 20%; /* sube la imagen (ajusta este % a gusto) */
    width: 100%;
    height: 100%;
}

.interior_carousel--top .box-left {
    width: 500px;
    margin-left: 100px;  /* solo espacio lateral */
    position: relative;
    z-index: 2;
    color: #fff;
	  transform: translateY(-100%); /* lo sube un poco */
}

.interior_carousel--top .box-right {
    position: relative;
    z-index: 2;
    color: #fff;
    max-width: 500px;
}

.marca-card {
    text-align: center;
}

.marca-img {
    width: 100%;
    height: 175px; /* todas iguales */
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent; /* sin fondo */
    overflow: hidden;
    transition: transform 0.3s ease;
}

.marca-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.marca-img:hover {
    transform: translateY(-4px);
}

.footer-logo {
  max-width: 113px;   /* ancho máximo */
  max-height: 50px;   /* alto máximo */
  height: auto;       /* mantiene proporción */
  width: auto;        /* evita deformaciones */
  display: block;     /* quita espacio debajo de la img */
}


.custom-redes {
  display: flex;
  flex-wrap: wrap; /* permite que salten de línea si no entran */
  gap: 12px; /* espacio entre iconos */
  align-items: center; /* centra verticalmente */
  justify-content: flex-start; /* o center si quieres centrarlos */
}

.custom-redes img {
  max-width: 36px;   /* tamaño uniforme */
  height: auto;      /* mantiene proporción */
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.custom-redes img:hover {
  transform: scale(1.1); /* efecto zoom suave */
  opacity: 0.8;
}

/* Form Contato styles */

.field-error-text {
   
    font-size: 12px;
    display: block;
    margin-top: 1px;
}



input.error:focus, select.error:focus, textarea.error:focus {
    outline: none;
   
    background-color: #f1f1f1;
}


/* ===== Contact Hero (full-width) ===== */
.hero-banner {
  position: relative;  
  width: 100%;
  height: 200px; /* Altura predeterminada para pantallas pequeñas */
  margin-top: 80px; /* header fijo */
  overflow: hidden;
  padding: 0; /* Elimina cualquier padding */
}

/* Para pantallas más grandes */
@media (min-width: 1536px) { 
  .hero-banner { 
    height: 300px; /* Aumenta la altura en pantallas más grandes */
  } 
}

@media (min-width: 1920px) { 
  .hero-banner { 
    height: 400px; /* Aumenta aún más la altura en pantallas aún más grandes */
  } 
}

/* Hero image settings */
.hero-banner .hero-image {
  position: absolute;
  inset: 0; /* Hace que ocupe toda el área del contenedor */
  margin: 0; /* Elimina cualquier margen alrededor de la imagen */
  width: 100%; /* La imagen ocupará todo el ancho */
  height: 100%; /* La imagen ocupará toda la altura */
  transform: scale(1.1); /* Aumenta ligeramente el tamaño de la imagen */
  transition: transform 0.5s ease; /* Añade una transición suave */
  background: none; /* Elimina cualquier fondo oscuro aplicado */
}

.hero-banner .hero-image img {
  display: block;
  width: 100%; /* Asegura que la imagen ocupe todo el ancho disponible */
  height: 100%; /* Asegura que la imagen ocupe toda la altura disponible */
  object-fit: cover; /* La imagen cubrirá todo el espacio sin deformarse */
  object-position: center top; /* Ajusta la posición de la imagen para que se enfoque más en la parte superior */
}

/* Hero content */
.hero-banner .hero-content {
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start; /* Alinea el texto a la izquierda */
  padding: 0; /* Elimina el padding */
}

.hero-banner .hero-text {
  max-width: 100%; /* Asegura que el texto ocupe todo el ancho disponible */
  margin-left: 0; /* Mueve el texto más hacia la izquierda, casi al borde */
  padding: 0; /* Elimina cualquier padding del texto */
  color: #0033a0; /* Aplica el color azul a todo el texto */
  font-family: 'Ubuntu Bold', sans-serif; /* Aplica la fuente Ubuntu Bold */
}

/* H1, H2, H3, H4, H5, Label */
.hero-banner .hero-text h1, 
.hero-banner .hero-text h2, 
.hero-banner .hero-text h3, 
.hero-banner .hero-text h4, 
.hero-banner .hero-text h5, 
.hero-banner .hero-text label {
  font-family: 'Ubuntu Bold', sans-serif; /* Aplica la fuente Ubuntu Bold a todos los encabezados y etiquetas */
  color: #0033a0; /* Aplica el color azul a los encabezados */
}

.hero-banner .hero-text h3 {
  color: #333; /* Aplica color #333 al h3 */
  font-size: 20px; /* Reduce el tamaño de fuente del h3 */
}

.hero-banner .hero-text h1 {
  font-size: 25px; /* Reduce el tamaño de h1 */
}

.hero-banner .hero-text h2 {
  font-size: 25px; /* Reduce el tamaño de h2 */
}

/* Adjust padding for smaller screens */
.hero-banner .breadcrumb_interior { 
  position: absolute; 
  top: 20px; /* Ajusta la posición del breadcrumb */
}

/* Responsividad para dispositivos más pequeños */
@media (max-width: 768px) {
  .hero-banner {
    margin-top: 80px; /* Ajusta la distancia desde el header */
    height: 300px; /* Ajusta la altura del banner en pantallas pequeñas */
  }
  
  .hero-banner .hero-text {
    margin-top: 160px; /* Baja el texto */
    font-size: 20px;   /* Tamaño más legible en móvil */
    background-color: rgba(255, 255, 255, 0.8); /* Fondo blanco semitransparente */
    padding: 10px 15px;  /* Espaciado interno para que el texto no toque los bordes */
    border-radius: 5px;   /* Bordes redondeados opcional */
    color: #0033a0;       /* Color del texto azul */
    display: inline-block; /* Para que el fondo no ocupe todo el ancho */
  }

  /* Asegúrate de que el zoom también se aplique en pantallas pequeñas */
  .hero-banner .hero-image {
    transform: scale(1.05); /* Menos zoom en pantallas más pequeñas */
  }
}

