/* INICIO*/
.bg__breadcrumb{
    /* background: var(--Celeste, #F7F9FC); */
    padding: 10px 0;
}
.breadcrumb-item{
    color: var(--Negro, #020202);
    font-family: 'Roboto';
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb-item .active{
    color: grey !important;
    font-family: 'Roboto';
    font-size: 13px !important;
    font-style: normal;
    font-weight: 3  00 !important;
    line-height: normal;
}

.breadcrumb-titulo{
    color: var(--Azul, #981821);
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;          
}
.carousel-item {
    position: relative;
    width: 100%;
    height: 760px;
}

.carousel-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.43) -0.77%, rgba(0, 0, 0, 0.00) 99.23%), linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0.26%, rgba(0, 0, 0, 0.00) 100.26%);
    z-index: 1;
}

.carousel-video,
.carousel-imagen {
    width: 100%;
    height: 760px;
    object-fit: cover;
}

.carousel-caption {
    position: absolute;
    bottom: 230px;
    z-index: 2;
}

.carousel__titulo {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.carousel__descripcion {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    padding: 20px;
}

.titulo__secciones{
    color: var(--Negro, #000);

    /* Heading/H3 */
    font-family: "Roboto";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 38.4px */
}
.contenido__subtitulo{
    color: var(--Bordo, #981821);
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
}
.contenido__titulo{
    color: var(--Negro, #191919);
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.contenido__descripcion{
    color: #000;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
   
}
.btn{
text-align: center;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.28px;
text-transform: uppercase;
border-radius: 0 !important;
}
.btn__rojo{
    font-family: 'Roboto';

    border: 1px solid var(--Azul, #981821);
    background: #981821;   
    color: #fff;
    cursor: poRoboto;
    padding: 10px 20px;
    background-color: #981821; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.btn__rojo:hover{
    font-family: 'Roboto';

    border: 1px solid #981821;
    color: #981821;
    cursor: poRoboto;
    background-color: #fff; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

.btn__white{
    font-family: 'Roboto';

    border: 1px solid var(--Azul, #981821);
    background: var(--Blanco, #FFF);   
    color: #981821;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #fff; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}
.btn__white:hover{
    font-family: 'Roboto';

    border: 1px solid var(--Azul, #981821);
    background: #981821;   
    color: #fff;
    cursor: pointer;
    padding: 10px 20px;
    background-color: #981821; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}

 /* servicio */

 .servicio-titulo{
    color: var(--Negro, #191919);
font-family: 'Roboto';
font-size: 30px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.servicio-descripcio{
    color: var(--Negro, #191919);
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
}
 /* PRODUCTO */
 .list-group-item {
    color: var(--Gris, #252525) !important;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    border: none !important; /* Eliminar borde */
    padding: 0;
  }

  .list-group-item a {
    text-decoration: none;
    color: var(--Gris, #252525) !important;
  }

  .categoriaActiva {
    color: var(--Gris, #252525) !important;
    font-family: 'Roboto';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .list-group-item.active a {
    color: #fff !important; /* Asegurar que el texto del link también sea blanco en el activo */
  }

  .producto-item {
    position: relative;
    overflow: hidden;
}

.producto-image {
    transition: transform 0.3s ease-in-out;
}

.producto-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 1;
}

.overlay-plus {
    font-size: 2rem;
    color: #fff;
    font-weight: 300;
    display: none;
}

.producto-item:hover .producto-overlay {
    opacity: 1;
}

/* .producto-item:hover .producto-image {
    transform: scale(1.1);
} */

.producto-item:hover .overlay-plus {
    display: block;
}

.card-producto-categoria{
    color: var(--Bordo, #981821);
font-family: 'Roboto';
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: -0.13px;
text-transform: uppercase;
}
.card-producto-titulo{
    color: #000;
font-family: 'Roboto';
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 25px; /* 125% */
}

 .card-img-categoria {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.3s ease-in-out;
}

.card-img-categoria:hover {
    transform: scale(1.05); /* Efecto de zoom */
}

.card-img-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px;
    color: white;
    text-align: center;
}


.titulo__producto{
    color: #000;
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.list-menu{
color: #000;
font-family: "Roboto";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}

.list-menu:hover{
color: #981821;
font-family: "Roboto";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; 
}




/* Estilo para las tarjetas */
.card {
    border: 1px solid var(--Linea, #E8E8E8);
    overflow: hidden; /* Para asegurarse de que la imagen no sobresalga de la tarjeta */
    /* Quita bordes, si hay */
    transition: transform 0.3s ease-in-out; /* Añadir una transición suave al zoom */
}
.card-body {
    padding-left: 20px; /* Ajusta según tus necesidades */
   
    padding-bottom: 10px; /* Ajusta según tus necesidades */
    padding-top: 10px; /* Ajusta según tus necesidades */
}
/* Estilo para la imagen de la tarjeta */
.card-img-top {
    transition: transform 0.3s ease-in-out; /* Añade una transición suave al zoom de la imagen */
    width: 100%;
    height: auto;
}

/* Efecto hover en la tarjeta: Escalar la imagen */
.card:hover .card-img-top {
    transform: scale(1.1); /* Aplica el zoom del 10% */
}

.card-subtitulo{
color: var(--Azul, #981821);
font-family: "Roboto";
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 150%; 
}

.card-titulo{
color: var(--Gris-medio, #4F4F4F);
font-family: "Roboto";
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 150%;
}


.custom-list ul {
    list-style-type: none;
    padding: 0;
}

.custom-list ul li {
    display: flex; /* Para alinear el ícono y el texto en línea */
    align-items: center; /* Para centrar verticalmente el contenido */
    margin-bottom: 10px; /* Espacio entre cada elemento de la lista */
}

.custom-list ul li::before {
    content: '';
    display: inline-block;
    width: 24px;       /* Ajusta a tus necesidades */
    height: 24px;      /* Ajusta a tus necesidades */
    margin-right: 8px; /* Espacio entre el ícono y el texto */
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2720%27%20height%3D%2720%27%20viewBox%3D%270%200%2020%2020%27%20fill%3D%27none%27%3E%3Cg%20clip-path%3D%27url(%23clip0_2309_1897)%27%3E%3Cpath%20d%3D%27M7.50008%209.99996L9.16675%2011.6666L12.5001%208.33329M18.3334%209.99996C18.3334%2014.6023%2014.6025%2018.3333%2010.0001%2018.3333C5.39771%2018.3333%201.66675%2014.6023%201.66675%209.99996C1.66675%205.39759%205.39771%201.66663%2010.0001%201.66663C14.6025%201.66663%2018.3334%205.39759%2018.3334%209.99996Z%27%20stroke%3D%27%23981821%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%27clip0_2309_1897%27%3E%3Crect%20width%3D%2720%27%20height%3D%2720%27%20fill%3D%27white%27%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    padding: 10px;     /* Puedes ajustar según tu diseño */
}

/* Opcional: Borde del frame */
.fotorama__stage__frame {
    border: 1px solid #D1D2D4 !important;
}

/* Borde de las miniaturas */
.fotorama__thumb {
    border: 1px solid #D1D2D4;
    width: 100px !important;   /* Ancho deseado */
    height: 80px !important;   /* Alto deseado (o auto) */
}

/* Borde resaltado al seleccionarse la miniatura */
.fotorama__thumb-border {
    border: 2px solid #981821;
}

/* Alinear thumbs a la izquierda */
.fotorama__nav--thumbs {
    text-align: left !important;
    margin: 10px 0;
}

/* Ocultar flechas */
.fotorama__arr,
.fotorama__arr--prev,
.fotorama__arr--next {
    display: none !important;
}

.producto__categoria{
    color: var(--Azul, #981821);

    /* Body/Bold/Body 16 */
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 24px */
}
     
.producto__titulo{
    color: #000;

    /* Subtitle/S3 */
    font-family: "Roboto";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
}
.producto__descripcion{
    color: #000;

    /* Body/Regular/Body 16 */
    font-family: "Roboto";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}




/*FIN  PRODUCTO */
.titulo-calidad{
    color: var(--Negro, #191919);
    font-family: 'Roboto';
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;      
}
.descripcion-calidad{
    color: #000;
    font-family: 'Roboto';
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
}

.card-title-calidad{
    color: var(--Negro, #191919);
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.card {
    position: relative;
    overflow: hidden;
}
.card-overlay {
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(145, 144, 144, 0.2); /* Color del overlay */
    opacity: 0;
    transition: opacity 0.3s ease;
}
.card:hover .card-overlay {
    opacity: 1;
}
.card-text{
    color: var(--Bordo, #981821);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.card-title{
    color: var(--Negro, #191919);
    font-family: 'Roboto';
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.card-text-corto{
    color: var(--Tipografa, #252B2F) !important;
font-family: 'Roboto';
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 24px */
}

.card-fecha{
    color: var(--Negro, #191919);
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


/*FIN  PRODUCTO */



.btn__transparente{
    text-align: center;
    font-family: 'Roboto';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border: 1px solid #fff;
    color: #fff;

    padding: 10px 20px;
    background-color: transparent; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}


.btn__transparente:hover{
    text-align: center;
    font-family: ''Roboto'';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.28px;
    text-transform: uppercase;
    border: 1px solid #981821;
    color: #fff;

    padding: 10px 20px;
    background-color: transparent; /* Color base del botón */
    transition: 0.5s ease-in-out; /* Transición suave del efecto de sombra */
}


.info-contact {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Adjust spacing as needed */
}

.item-contact {
    display: flex;
    align-items: center;
    gap: 8px; /* Space between icon and text */
}

.item-contact svg {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.item-contact a {
    color: #000;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.item-contact a:hover {
    color: #7CB420;
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}

.form-label{
    color: var(--Negro, #000);
    font-family: 'Roboto';
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }


  .titulo__presupuesto{
    color: var(--000000, #000);
    font-family: 'Roboto';
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 10px; /* Ajusta el espacio entre el SVG y el texto si es necesario */
        line-height: 35px; /* Ajusta la altura de línea para alinear verticalmente con el SVG */
    }

    .contenedor {
        display: flex;
        align-items: center; /* Alinea verticalmente el contenido */
        border-bottom: 1px solid #ccc; /* Estilo del borde inferior */
        padding-bottom: 10px; /* Espacio opcional bajo el borde */
        margin-bottom: 20px; /* Espacio opcional debajo del contenedor */
    }

    
    .custom-file-button input[type=file]::-webkit-file-upload-button {
        display: none;
      }
      .custom-file-button input[type=file]::file-selector-button {
          display: none;
      }
      .custom-file-button:hover label {
          cursor: poR  oboto;
      }
        #inputGroupFile {
          /* border-radius: 6px; */
          border-top-left-radius: 6px !important;
          border-bottom-left-radius: 6px !important;
        
          border-right: none !important;
          border-top-right-radius: 0px !important;
          border-bottom-right-radius: 0px !important;
          font-family: 'Roboto';
          font-style: normal;
          font-weight: 400;
          font-size: 15px;

          color: rgba(0, 0, 0, 0.5);
        }