

/* Estilos generales */
:root {
  --azulclaro: #DDA30F;
  --azuloscuro: #DDA30F;
  --negro: #000;
}

body {
  background-color: #F5F5F5 !important;
  width: 100%;
  overflow-y: scroll !important;
  overflow-x: hidden;
  padding: 0 !important;
  margin: 0;
}


.unscrollable{
  position: fixed;
  touch-action: none;
}

.loading-screen{
  position: absolute;
  top: 0;
  height:100vh;
  width:100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.inputContactoText{
  resize: none;
}

#loading-img {
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

main{
  display: none;
}
  
a {
  color: inherit; /* Hereda el color del texto del elemento padre */
  text-decoration: none; /* Quita la subrayado del enlace */
  cursor: pointer; /* Cambia el cursor al puntero al pasar sobre el enlace */
  outline: none; /* Quita el contorno al enfocar el enlace */
}

a:hover {
  color: inherit; 
}

.hidden{
  opacity: 0;
  z-index: -1 !important;
}

.mobile{
  display:none !important;
}

.mobile-flex{
  display:none !important;
}

.monitor-flex{
  display: flex;
}

.modal-body{
  padding:5px;
}

.form-control, .form-select{
  border-radius: 0;
  min-height: 44px;
  border: 1px solid #C4C4C4;
}

#cortina{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  transition: all 0.3s;
}

header{
  position: fixed;
  width: 100%;
  max-height: 128px;
  z-index: 1000;
  color:#fff;
  transition: all 0.3s;
  top: 0;
  background-color: transparent;
}
  
/* Estilos del encabezado */

header.scrolled {
  background-color: #000 !important; /* Cambiar al color que desees */
}

header .nav-link{
  color:#fff !important;
}

.navbar{
  background: rgba(255, 255, 255, 0.01) !important;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.05);
  height: 128px;
  padding-bottom: 28px;
}

.navbar .container{
  align-items:start !important;
}

.navbar-toggler{
  border:none;
  padding: 0;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  margin-top: 39px;
}

.navbar-brand img{
  height: 60px;
}

.navbar-nav{
  justify-content: end;
}

.search{
  padding-right: 19px;
}

.search-container {
  position: relative;
}

.search-icon {
  cursor: pointer;
  color: white;
}

.search-input {
  width: 0;
  padding: 5px;
  border: none;
  background: transparent;
  transition: width 0.3s ease;
}

.search-input.active {
  width: 200px;
}


/* CARRITO */

.carrito-notif {
  display: none !important;
  position: absolute;
  bottom: -10px;
  right: -8px;
  height: 19px;
  width: 19px;
  background-color: red;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

.carrito-notif-mobile {
  display: none !important;
  position: absolute;
  bottom: -10px;
  right: -8px;
  height: 19px;
  width: 19px;
  background-color: red;
  border-radius: 50%;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}

#lleno{
  display: flex !important;
}

.lleno-mobile{
  display: flex !important;
}

#carrito{
  position: absolute;
  right: 0px;
  width:367px;
  height: auto;
  padding: 20px;
  z-index: 100;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  /* position: fixed; */
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
  z-index: 1000;
  color: var(--negro);
}

#user-icon{
  height: 26px;
  padding: 0;
  opacity: 0.7;
}

.cuenta-hidden {
  transform: translateY(-110%);
}

.cuenta-visible {
  transform: translateY(180px);
}

.cuenta-visible.logueado{
  transform: translateY(60px);
}

.cuenta-item{
  padding: 10px 23px 10px 23px;
}

#carrito label{
  font-family: Oxygen;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

#carrito input{
  border-radius: 4px;
  border: 1px solid #E5E5E5;
  box-shadow: none !important;
}

#carrito-desplegado{
  border: 1px solid var(--Gris-linea, #E5E5E5);
  padding: 22px;
}

#carrito-total{
  top:110px;
  left:-400px;
  right:-50px;
  border-radius:0%;
  padding: 22px;
  padding-bottom: 0;
  border:1px solid #E5E5E5;
}

.carrito-total-titulo{
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

#modalTratamiento{
  position: absolute;
  z-index: 1500;
}

.tituloModal{
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 35px;
font-style: normal;
font-weight: 500;
line-height: normal;
}

.textoModal{

  
  width: 540px;
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
}

.tratamient-btn{
width: 222px;
padding: 10px 20px;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
background: var(--Negro, #000);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
flex: 1 0 0;
margin-top: 60px;
}

.asesoramiento-btn{
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
background: var(--Negro, #000);
margin-top: 10px;
margin-bottom: 10px;

  }

.tituloSoldadura{
  color: var(--000000, #000);
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 33.5px; /* 104.688% */
letter-spacing: 0.64px;
}

.textoSoldadura{
  color: var(--000000, #000);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 121.875% */
}
.tratamient-btn:hover{
  border: 1px solid var(--Negro, #DDA30F);
background: var(--Negro, #DDA30F);
color: #fff;
}

.tituloAsesoramiento{
  color: var(--000000, #000);
font-family: Roboto;
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 33.5px; /* 104.688% */
letter-spacing: 0.64px;
margin-top: 76px !important;
}


.sector-img{
  height: 288px;
}

.sector-img:hover{
  filter: grayscale(100%);
}

.sector-item-cont {
  height: 339px !important;
  position: relative;
  background: transparent;
}


#trabajo .card{
  border:  1px solid  rgba(105, 106, 110, 0.30) !important;
}

.trabajo-item-cont{
  height: 380px;
  background: transparent;
}


.trabajo-item-cont .categoria-img {
  height: 100%;
  transition: all 0.5s;
}



.trabajo-text{
  width: 254px;
  color: var(--Negro, #000);
text-align: center;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.sector-text{
  color: var(--Negro, #000);
text-align: center;
font-family: Roboto;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
display: flex;
width: 288px;
height: 51px;
flex-direction: column;
justify-content: center;
flex-shrink: 0;
}
.textoAsesoramiento{
  min-height: 170px;
  padding-top: 36px;
  color: var(--000000, #000);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 19.5px; /* 121.875% */
width: 496px;
}
.modalT{
  width: 1016px; 
  border-radius: 0px;
}
.form-check-input {
  margin: 0px 6px 0px 0px;
  min-width: 18px;
  height: 18px;
  border-radius: 0% !important;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 1px solid #DEDEDE;
  transition: all 0.3s ease;
  position: relative;
  cursor: pointer;
}

.divAsesoramiento{
  background: rgba(13, 16, 65, 0.05);
  height: 400px;

}

.form-check-input:checked {
  border: 1px solid #DF0E15;
  background-color: white;
}

.form-check-input:checked::after {
  content: '';
  background-image: url('../imagenes/iconos/tick.png');
  background-size: cover;
  background-position: center;
  width: 24px; /* Ajusta el tamaño según sea necesario */
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.form-check-input:disabled{
  background-color: #f0f0f0;
}

.carrito-total-texto{
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
}

.carrito-total-opcion{
  padding-top:17px;
}

.carrito-detalle{
  font-size: 15px;
  font-weight: 300;
  line-height: 21px;
  letter-spacing: -0.3px;
}

.carrito-productos{
  overflow: auto;
}

.item-texto{
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.item-nombre{
  flex-shrink:1;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  padding-top:5px;
}

.carrito-modificador{
  border: 1px solid var(--Gris-linea, #E5E5E5);
  width:184px;
  height:45px;
  align-items: center;
}

.carrito-btns{
  border: 1px solid var(--Gris-linea, #E5E5E5);
  width:184px;
  height:45px;
  align-items: center;
}

.quitar-item{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding:13px 19px 13px 19px;
  cursor:pointer;
}

.cantidad-item{
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.sumar-item{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding:13px 19px 13px 19px;
  cursor:pointer;
}

.carrito-suma{
  color: rgba(0, 0, 0, 0.60);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  margin-left:24px;
}

.carrito-titulo{
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.carrito-total{
  color: #000;
  text-align: right;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* 
#cuenta{
  top:105px;
  left:-250px;
  height:auto;
  width:350px;
  border-radius:0%;
  padding: 30px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
}

#cuenta-logueado{
  border-radius: 5px;
  top:50px;
  left:-100px;
  height:auto;
  width:220px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .12), 0 1px 5px 0 rgba(0, 0, 0, .2);
} */


.social{
  padding-left: 5px;
}


.nav-mobile{
  margin-left: 0 !important;
}

header .nav-link.highlight{
  color: var(--azulclaro) !important;
}

.filter{
  border-bottom: 4px solid #EB3833;
}

.above{
  position:absolute;
}

/* .under{
  font: weight 800px;;
  color:white !important;
} */

.nav-link{
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;


}

.nav-link:hover{
  color: var(--azulclaro) !important;
}

.solicitud-container{
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 146.667% */
}

.solicitud-container .searchBar{
  height: 38px;
}

.searchBar input:focus{
    border:0 !important;
    outline:none !important;
}

#searchInputNav{
  color: #fff;
}

#searchInputNav::placeholder{
  color: #fff;
}

#searchInput:focus{
  outline:none !important;
}

.buscador{
  width: 278px;
}


#buscador-mobile{
  display: none;
  height: 40px;
  position: fixed;
  z-index: 100;
  width: 100%;
  height: auto;
}

.solicitud-link{
  border: 1px solid #2B2E7B;
  padding-right:10px;
}

.selected{
  background-color: #2B2E7B;
  color:white;
}

.loading-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid gray;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

.green-btn{
  padding: 8px 30px 8px 30px; 
  border: 1px solid #000;
  border-radius: 50px;
  background: transparent;
  color:#000;
  cursor: pointer; /* Cambiar el cursor al pasar por encima */
  transition: background-color 0.3s, color 0.3s; /* Transición suave */

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  
}

.green-btn:hover {
    background-color: var(--azuloscuro); /* Fondo verde claro al pasar el ratón */
    color: #ffffff; /* Texto blanco al pasar el ratón */
    border: 1px solid var(--azuloscuro);
}

.green-btn-inverse{
  font-size: 16px; 
  cursor: pointer; 
  transition: background-color 0.3s, color 0.3s; 
  width: auto;
  height: auto;
  background-color:transparent;
  color: #FFF;
  font-weight: 400;
  line-height: normal;
  border-radius: 50px;
  border: 1px solid #FFF;
}

.green-btn-inverse:hover{

  color: #fff; 
  border: 1px solid var(--amarillo, #DDA30F);
  background: #DDA30F;

  
}

.zona-presupuesto-btn{
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
border: 1px solid var(--amarillo, #DDA30F);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
}

.zona-presupuesto-btn-presupuesto{
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
border: 1px solid var(--amarillo, #DDA30F);
background: #DDA30F;
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
}

.zona-presupuesto-btn:hover svg{
  filter: invert(100%);
}

.ver-todos{
  display: inline-flex;
padding: 10px 20px;
align-items: flex-start;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
color: var(--Negro, #000);
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
}

#navbarNav{
  border-bottom: 2px solid var(--azulclaro);
}



.titulo{
  background-color: #F8F8F8;
  padding-top:117px;
}

.miga{
  height: 122px;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
}

.miga div{
  position: absolute;
  bottom: 27px;
}

.main-video{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  transform: translateY(-50%);
}

.portada{
  overflow: hidden;
  display: flex; 
  justify-content: center; 
  align-items: center;
}

.degradado {
  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: linear-gradient(to right, rgba(0, 0, 0, 0.98), rgba(0, 0, 0, 0)); */
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.83) 34.77%, rgba(0, 0, 0, 0.00) 100%);
  z-index: 1;
  mix-blend-mode: normal;
}

.degradadoSeccion{

  position: absolute; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.20) 39.08%), linear-gradient(180deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.00) 100%);
  mix-blend-mode: normal;
  
}

.degradado-rojo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom left, rgba(235, 56, 51, 0.46), rgba(235, 56, 51, 0));
  pointer-events: none;
  z-index: 1;
  mix-blend-mode: overlay;
}

.portada-cuadro{
    position: absolute;
    z-index: 10;
    width: 576px;
    height: 730px;
}

.portada-texto{
    height: 100%;
    
}

.portada-interno{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    top: 404px; 
    bottom: 197px;
    max-width: 100%;
}

.portada-descripcion{
  overflow: hidden;
  max-height: 205px;
}

.baner{
  height:730px;
  position:relative;
  z-index:2;
}

.banerSeccion{
  height:400px;
  position:relative;
  z-index:2;
}

.baner-interno{
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.baner-secciones{
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.empresa{
  color: #ECEDEF;
  text-align: center;
  font-family: Roboto;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 67px; /* 111.667% */
  width: 603px;
  margin-top: 180px;
}



.baner-seccion{
  color: #ECEDEF;
  font-family: Roboto;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 63px; /* 126% */
  text-align: start;
}

.botones-slider{
  z-index:100;
  position:absolute;
  left:0px;
  bottom:-115px;
  width: 70vw;
  display: flex;
  justify-content: center;
}

.btn-carousel{
  height: 4px;
  width: 29px;
  opacity: 0.5;
  background-color: white;
  border: none;
  margin-right: 3px;
}

.btn-carousel.active{
  opacity: 1;
}

.carousel-indicators button{
  height: 17px !important;
  width: 17px !important;
  margin-left: 8px !important;
  margin-left: 8px !important;
  border-radius: 50%;
}

.solicitud-container{
  display: flex;
  align-items: center;
}

.solicitud-container img{
  height: 20px;
  width: 20px;
  margin-right: 5px;
}

.solicitud-container a{
  margin-right: 0px !important;
}

h1{
    z-index: 1;
    font-weight: normal;
    font-size: 4.4em;
    margin:0;
}

.descripcion{
    color: #F5F5F5;
    font-weight: 300;
    font-size: 23px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.46px;
}

.poster{
  height:768px;
  position:absolute;
  top:0;
  width:100%
}

.posterTrabajo{
  height:400px;
  position:absolute;
  top:0;
  width:100%
}

.posterSeccion{
  height:400px;
  position:absolute;
  top:0;
  width:100%
}

.titulo-seccion{
  color: var(--Negro, #000);
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

/* CATEGORIAS HOME */


.card{
  --bs-card-border-radius: 0px !important;
  border: none !important;
}

.service-item {
  text-decoration: none;
  text-align: center;
}

.service-item-cont {
  height: 392px !important;
  position: relative;
}

.service-item-cont .categoria-img {
  height: 100%;
  transition: all 0.5s;
}

.service-item-cont .overlay-text {
  width: 100%;
  position: absolute;
  top: 87%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #FFF;
  text-align: center;
  font-family: Roboto;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 33.5px; /* 159.524% */
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding: 10px; /* Añade un poco de espacio alrededor del texto */
  transition: all 0.5s;
}

.overlay-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    z-index: 0; /* Coloca el degradado detrás de todo */
}


.service-item:hover h5 {
  top: 250px;
}

.service-item:hover #ver-prod {
  top:34px;
}


.service-item-cont:hover .overlay-gradient {
  opacity: 1; /* Hace visible el degradado al hacer hover */
  cursor: pointer;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 1) 100%);

}


.svg-container {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* Inicialmente invisible */
  transition: opacity 0.3s; /* Transición para la opacidad en hover */
}
.svgTrabajo-container {
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0; /* Inicialmente invisible */
  transition: opacity 0.3s; /* Transición para la opacidad en hover */
}


.service-item-cont:hover .overlay-gradient {
  opacity: 1; /* Hace visible el degradado al hacer hover */
  transform: scale(1.2); /* Aumenta el tamaño del degradado en hover */
}

.service-item-cont:hover .svg-container {
  opacity: 1; /* Hace visible el SVG container al hacer hover */
}

.trabajo-item-cont:hover .svgTrabajo-container {
  opacity: 1; /* Hace visible el SVG container al hacer hover */
}

/* PRODUCTOS */

.producto-cont{
  height: 395px;
  
  margin:0px 0px 25px 0px;
}

.producto{
  height: 100%;
}

.producto:hover .producto-nombre{
  color: var(--azuloscuro);
}

.producto-portada{
  height: 288px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
}

.producto:hover .middle {
  opacity: 1;
}

.producto-btn{
  background-color: var(--Azul, #2B2E7B);
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px;
}

.producto-btn:hover {
 background-color: #fff;
}

.producto-btn:hover .search-icon {
  filter: invert(100%) brightness(1000%); /* Ajustar según el color deseado */
}

.producto-cat{
  text-transform: uppercase;
  color: var(--rojo, #CC252B);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  margin-bottom:8px;
}

.producto-nombre{
  color: var(--negro);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%; /* 24px */
  
}

.producto-titulo{
  color: #131313;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
}

.producto-subcategoria{
    font-size: 17px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom:10px;
}

.producto-precio{
  color: var(--Azul, #2B2E7B);
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 84% */
  padding-top:27px;
}

/* PRODUCTO */

.fotorama__img{
  top:0 !important;
}
.fotorama__stage{
  height: 496px !important;
  border: 1px solid #E5E5E5 !important;
  border-radius:8px;
}

.producto-informacion{
  height: 496px;
}

/* Cambiar el ancho del control deslizante */
input[type=range] {
  width: 100%; /* Porcentaje del ancho del contenedor */
  
}

/* Cambiar el color de la barra */
input[type=range]::-webkit-slider-runnable-track {
  background-color: #000;
  height: 2px;
}
input[type=range]::-moz-range-track {
  background-color: #000;
  height: 2px;
}

input[type=range]::-webkit-slider-thumb {
  background-color: #FF5733 !important; /* Cambia el color del botón circular */
}
input[type=range]::-moz-range-thumb {
  background-color: #FF5733; /* Cambia el color del botón circular */
}

section.range-slider {
  position: relative;
  height: 35px;
  text-align: center;
}

section.range-slider input {
  pointer-events: none;
  position: absolute;
  /* overflow: hidden; */
  left: 0;
  top: 15px;
  width: 100%;
  outline: none;
  /* height: 18px; */
  margin: 0;
  padding: 0;
}

section.range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}

section.range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}

section.range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgba(0, 0, 0, 1);
  border: 0;
}
section.range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
section.range-slider input[type=range]::-moz-focus-outer {
border: 0;
} 

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 457px;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #3AB616;
  z-index: 100;
}

.middle {
  transition: .2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 101;
}

.ver-productos{
  margin-top: 34px;
  display: inline-flex;
padding: 10px 20px;
align-items: flex-start;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
background: var(--Negro, #000);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
}

/* .service-item-cont:hover {
  transition: filter 0.6s ease;
  filter: grayscale(0%);
}

.service-logo{
  display: flex;
  position: absolute;
  right:30px;
  bottom:62px;
  height: 104px;
  width: 104px;
}


.service-item-name{
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-transform: uppercase;
  padding-top: 9px;
} */

.two-panel{
  display: flex;
  overflow: hidden;
}

.two-panel2{
  display: flex;
  overflow: hidden;
  background-color: #fff;

}

.about-img{
  position: relative;
}

.about-img2{
  position: relative;
  background-color: #fff;
}

.about-info{
  padding-left:65px;
  padding-right:6rem;

}

.about-info2{
  background-color: #fff;
  padding-left:65px;
  padding-right:6rem;

}

.about-text-cont{
  padding:0px 71px 0px 71px;
}

.about-text{
  overflow:hidden;
  margin:0;
  padding-top: 20px;
  padding-bottom: 64px;
  width: 543px;
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 135% */
}


#nosotros-mas{
  color: var(--Negro, #000);
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
display: inline-flex;
padding: 10px 20px;
background: transparent;
align-items: flex-start;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
}

#nosotros-mas:hover{
  color: #fff;
  background-color: #DDA30F;
  border: 1px solid #DDA30F;
}

.panel-inner{
  height: 343px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 24px 24px 24px;
  border-radius: 8px;
}

.panel-titulo{
  color: var(--Negro, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-top: 25px;
  padding-bottom: 19px;
  margin:0;
}

.panel-img{
  height: 60px;
}

.panel-img img{
  height: 100%;
}

.textoN{
  padding: 0px;
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.panel-text{
  width: 313px;
  color: var(--Negro, #000);
  text-align: center;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 160% */
  overflow: hidden;
  text-align: center;
  margin:0;
min-height: 110px;
}



/* NOVEDADES */

.novedades-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 457px; */
  position: relative;
  border-radius: 8px;
  border: 1px solid #D8D8D8;
  overflow: hidden;
}

.novedades-item:hover{
  transition: all 0.3s ease;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.10);
}

.novedades-info{
  transition: all 0.3s ease;
  background-color: white;
  height:211px;
  padding:24px;
  padding-bottom: 3px;
}

.etiqueta{
  color: var(--azul, #254F70);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin:0;
  margin-bottom: 8px;
}

.novedades-titulo{
  font-size: 23px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 32.2px */
  margin-bottom:15px;
}

.epigrafe{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.novedades-item div{
  overflow: hidden;
}

.leer-mas{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #254F70;
  opacity: 0;
  margin-right: 8px;
}

.novedades-info:hover .leer-mas{
  transition: opacity 0.5s ease;
  opacity: 1;
}

.novedades-item:hover .leer-mas{
  transition: opacity 0.5s ease;
  opacity: 1;
}

/* SOLICITUD */

.solicitud-titulo{
  margin:0;
  margin-left:13px;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.contacto-btn{
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
width: 391px;
padding: 10px 20px;
gap: 10px;
border-radius: 4px;
border: 1px solid var(--Negro, #000);
background: var(--Negro, #000);
}


.contacto-btn:hover{
  background-color: #DDA30F;
  border: #DDA30F;
}

.enviar-solicitud{
  position:absolute;
  right:10px;
  bottom:0;
  width:80%;
}

/* Estilos del pie de página */
footer {
  display: none;
  padding-top: 60px;
  background-color: var(--negro);
  color: #fff;
}

/* .footer-logo{
  display:block;
  width:176px;
} */

footer h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li{
  opacity: 0.8;
  color: #FFF;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 13px;
}

footer ul li:hover{
  color: #DDA30F;
  opacity: 1;

}

footer .contact-list li {
  opacity: 1;
  text-decoration: none;
  
}

.contactI{
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 27px; /* 135% */
width: 382px;
}

.contactoInfo{
  color: var(--Negro, #000);
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
width: 353px;
height: 36px;
flex-shrink: 0;

}

.contactoInfo:hover{
  color: #DDA30F;
}

.reservados{
  color: #FFF;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
opacity: 0.8;
}

.reservados:hover{
  opacity: 1;
  color: #FFF;

}

.osole:hover{
  color: #fff;
  opacity: 1;

}
.osole{
  opacity: 0.8;
color: #FFF;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: normal;
opacity: 0.8;
}
footer .social-icons a {
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
}

footer .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;

}

footer .contact-list li img {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* .whatsapp-container {
  position: relative;
} */


.whatsapp-btn img {
  width: 45px;
  height: 45px;
  padding: 5px;
}

.whatsapp-container {
position: fixed;
bottom: 55px;
right: 33px;
z-index: 99;
}

.whatsapp-btn {
  position: absolute;
  bottom: 10px;
  right: -10px;
  width: 70px;
  height: 70px;
  background-color: #22BE4A;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

/* .whatsapp-btn {
  display: inline-block;
  background-color: #25D366;
  color: #fff;
  padding: 10px 15px;
  border-radius: 50px;
  text-decoration: none;
  transition: background-color 0.3s ease;
} */

.whatsapp-btn:hover {
  background-color: #128C7E;
}
/* 
.whatsapp-btn img {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 5px;
} */

.derechos{
  color: #FFF;

  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}


#buscadorToggle{
  display: none;
}

.sectionAnuncio {
  position: relative;
}

.overlay-contentAnuncio {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.tituloAnuncio {
  color: #FFF;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: start;

}

.textoAnuncio {
  margin-top: 94px;
  text-align: start;
  color: #FFF;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 31px; /* 155% */
}

.overlay-contentAnuncio button {
  display: inline-flex;
  padding: 10px 20px;
  align-items: flex-start;
  gap: 10px;
  border-radius: 4px;
border: 1px solid var(--amarillo, #DDA30F);
background: var(--amarillo, #DDA30F);
color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.75px;
text-transform: uppercase;
  transition: background-color 0.3s;
}

.overlay-contentAnuncio button:hover {
  background-color: #fff;
  color: #000;
  border-color: #fff;

}

@media (max-width: 1200px) {
  .main-video{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
}

/* Estilos responsive */
@media (max-width: 790px) {


  .about-text{
    width: 100% !important;
  }
  .tratamient-btn{
    margin-bottom: 20px;
  }

  .modal{
    height: auto !important;
    width: 98% !important;
  }

  .textoModal{
    width: 40% !important;

  }

  .anunc{
    height: 700px !important;
  }

  .tituloAnuncio{
     padding-top: 20px;
  }

  .empresa{
    width: 100%;
  }
    #cuenta{
      top:95px;
      left:0;
      width:100%;
    }
    
    #cuenta-logueado{
        top: 98px;
        left: auto;
        right: 0;
    }
  .hero .row {
    flex-direction: column-reverse;
  }

  .hero .row .col-md-6:first-child {
    margin-top: 30px;
  }

  /* .portada-cuadro{
    width: 70%;
  } */

  .empresa{
    font-size:40px;
    line-height: 50px;
  }

  /* .service-item {
    margin-bottom: 30px;
  } */

  .about .row {
    flex-direction: column-reverse;
    position: relative;
  }

  .about .col-md-6:last-child {
    padding: 20px;
  }

  #clientes-slider{
    min-height:550px;
  }

  .categorias-lista{
    display: none;
  }

  .enviar-solicitud{
    margin-top: 20px;
    position: inherit;
    width: 80%;
    right: auto;
    bottom: auto;
  }

  .panel-inner{
    height: 450px;
  }

  .reproductor-link{
    height:250px;
  }

  .footer-logo{
    width: 100%;
    padding: 20px;
  }
}

@media (max-width: 990px){
  .mobile{
    display: block !important;
  }
  .mobile-flex{
    display: flex !important;
  }
  .monitor{
    display: none !important;
  }
  .monitor-flex{
    display: block;
  }
  
  
  .header{
    max-height: 72px;
    position:fixed;
    background-color: var(--negro);

  }

  .navbar{
    background-color: var(--negro) !important;
    z-index: 1000;
  }
  .barrasuperior1{
    display: none !important;
  }
  .cuenta-hidden{
    transform: translateY(-710%);
  }
  .cuenta-visible {
    transform: translateY(225px);
  }
  .cuenta-visible.logueado{
    transform: translateY(102px);
  }

  /* .empresa{
      font-size: 60px;
  } */

  .titulo{
    padding-top: 72px;
  }

  .descripcion{
    font-size: 19px;
  }

  /* .informacion{
    width: 50%;
  } */

  .navbar-brand img{
    height: auto;
    max-width: 200px;
  }

  #carrito{
    width: 100%;
  }

  .carrito-contenedor{
    height: calc(100% - 113px) !important;
  }

  .carrito-modificador{
    width:120px;
  }
  

  .two-panel{
    display: block;
    padding-bottom: 0px;
  }
  .two-panel2{
    display: block;
    padding-bottom: 0px;
  }
  
  .panel-1{
    margin-bottom: 50px;
  }

  .nosotros-mas{
    width: 100%;
  }

  .about-img{
    margin-bottom: 0;
  }

  .about-img2{
    margin-bottom: 0;
  }

  .about-info{
    padding: 20px;
  }
  .about-info2{
    padding: 20px;
  }

  .about-text-cont{
    padding:0px 20px 0px 20px;
  }

  .about-text{
    padding-top: 70px;
    max-height: none;
  }

  .nosotros-mas-cont{
    position: inherit;
  }
  
  .fotorama__stage{
    height: 336px !important;
    border: 1px solid #E5E5E5 !important;
  }
  
  
  .producto-subcategoria{
      font-size:13px;
  }
  
  .producto-titulo{
      font-size:25px;
      line-height:35px;
  }

  .producto-informacion{
    height: auto;
  }

  .galeria-titulo{
    text-align: center;

  }
  
  .servicio-descripcion{
    padding-top:30px;
    padding-bottom:50px;
  }

  .texto1{
    padding-left: 12px;
    padding-bottom: 12px;
  }

  .texto2{
    padding-left: 24px;
    padding-right: 24px;
  }

  .servicio-presupuesto{
    justify-content: center;
    margin-top: 30px;
  }

  .titulo-seccion{
    font-size: 25px;
  }
  
}

@media (min-width: 990px){
  #facturacion{
    padding-right:24px;
  }
  #navbarNav{
    display: none !important;
  }

  header{
    height:117px;
  }

  nav{
    height:128px;
  }
  
  .producto-cont{
    padding:0px 0px 0px 25px;
  }
}


@media (max-width: 500px) {
  .zona-presupuesto-btn{
    margin-top: 0px !important; 
  }

  .baner-secciones{
    padding-top: 263px !important;
  }

  .textoAsesoramiento{
    width: 100%;
  }

  .divAsesoramiento{
    height: auto !important;
  }

  .asesoramiento-btn{
    margin-bottom: 20px;
  }

  .contacto-btn{
    margin-top: 20px;
  }
}
