/* Estilos generales */
:root {
  --azulclaro: #3F81B0;
  --azuloscuro: #254F70;
  --negro: #000;
  --bordo: #236644;
  --rojo: #236644;
}

body {
  font-family: "Roboto";
  color: var(--negro);
  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;
  transition: opacity ease 0.5s;
  background-color: #fff;
}


#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 */f
  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; /* Hereda el color del texto del elemento padre */
  /* Otros estilos específicos según tus necesidades */
}

.texto{
  width: 808px;
  color: #131313;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
margin-top: 38px;
}

.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;
}
.bonificacion{
  color: var(--Negro, #1D1C1B);
font-family: "Roboto";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 41px; /* 256.25% */
text-align: end ;
}

.bonificacionTwo{
  width: 100% !important;
  color: var(--Negro, #1D1C1B);
font-family: "Roboto";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 41px; /* 256.25% */
height: 20px !important;
}


header{
  position: relative;
  width: 100%;
  max-height: 117px;
  z-index: 1000;
  color:#1E1E1E;
  background-color: #fff;
  transition: all 0.3s;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.10);
}
  
/* Estilos del encabezado */
header.home {
  top: 0;
  background-color: transparent;
  box-shadow: none;
  /* box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15); */
}

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

header .nav-link{
  color:#1E1E1E !important;
text-align: center;
font-family: "Roboto";
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.navbar{
  padding-top:0;
  padding-bottom:0;
  background-color:transparent !important;
  
}

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

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

.navbar-toggler-icon{
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" fill="currentColor" class="bi bi-list" viewBox="0 0 16 16"><path d="M2 3.5A.5.5 0 0 1 2.5 3h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zM2 7a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5zM2 10.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11a.5.5 0 0 1-.5-.5z"/></svg>');

}

.navbar-brand {
  padding: 0;
  margin: 0;
}

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

.selectUrl{
  font-weight: 600 !important;
  color: #236644;
  border-bottom: 2px solid #236644 !important;
}

.navbar-nav{
  justify-content: end;
  align-items: center;
}

.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(248px);
}

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

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



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

.addC{
  color: var(--Negro, #1D1C1B);
text-align: center;
font-family: "DM Sans";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
cursor: pointer;
}

.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-item{
  padding-left: 45px;
}

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

header .nav-link.highlight{
  /* color: var(--rojo) !important;
  border-bottom: 3px solid var(--rojo) */
}

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

.above{
  position:absolute;
}

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

.nav-link{
  padding-top: 4px !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.home .nav-link:hover{
  color: #236644 !important;
}

.nav-link:hover{
  color: #236644 !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 var(--rojo);
  border-radius: 50px;
  background: var(--rojo);
  color:#fff;
  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-ficha{
  padding: 8px 30px 8px 30px; 
  border: 1px solid var(--rojo);
  border-radius: 50px;
  background: #fff;
  color:var(--rojo);
  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-ficha:hover{
  color: #fff;
  background: var(--rojo);

}
.green-btn:hover {
    background-color: transparent; /* Fondo verde claro al pasar el ratón */
    color: #000; /* Texto blanco al pasar el ratón */
}

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

.green-btn-inverse:hover{
  background-color: #236644; 
  color: #fff;
}

header.home .zona-cliente-btn{
  color: var(--Verde, #236644) !important;
}

header:not(.home) .zona-cliente-btn:hover svg{
  filter: none;
}

.zona-cliente-btn{
  display: inline-flex;
  padding: 10px 32px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
border: 1px solid var(--Verde, #236644);
background: #FFF;
color: var(--Verde, #236644);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
  z-index: 1000;
}

header:not(.home) .zona-cliente-btn svg{
  filter: invert(100%);
  transition: all ease 0.3s;
}

.ver-todos{
  padding: 8px 30px 8px 30px; 
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.ver-todos{
  width: 123px;
  height: 41px;
  padding:0;
}

.titulo{
  background-color: #F4F4F4;
  height: 198px;

  padding-top: 100px;
}


.miga-baner{
  color: var(--Gris, #262123);
  font-family: Roboto;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.188%; /* 60.57px */
  letter-spacing: 0.96px;
}

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

.migaText{
  color: var(--Gris, #262123);
font-size: 48px;
font-style: normal;
font-weight: 600;
line-height: 126.188%; /* 60.57px */
letter-spacing: 0.96px;
}


.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(0deg, rgba(35, 102, 68, 0.40) 0%, rgba(35, 102, 68, 0.40) 100%), linear-gradient(270deg, rgba(0, 0, 0, 0.80) 0.31%, rgba(0, 0, 0, 0.00) 99.67%);

  /* background: linear-gradient(to right, rgba(0, 0, 0, 0)); */
  z-index: 1;
  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: auto;
}

.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:640px;
  position:relative;
  z-index:2;
}

.baner-interno{
  overflow: hidden;
  max-width: 640px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.empresa{
  color: #FFF;
  font-family: 'Roboto';
  font-size: 54px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.empresa2{
  margin-top: 16px;
  color: #FFF;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
width: 600px;

}

.btn-slider{
  display: inline-flex;
padding: 10px 32px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
border-radius: 20px;
background: var(--Verde, #236644);

}

.btn-slider:hover{
  background: white;
  color: #236644;

}

.empresa3{
  margin-top: 81px;
}

.botones-slider{
  z-index:100;
  position:absolute;
  left:0px;
  bottom:-210px;
  width: 70vw;
}

.btn-carousel{
  height: 6px;
  width: 37px;
  border-radius: 100px;
  background-color: rgba(196, 196, 196, 1);
  border: none;
  margin-right: 10px;
  transition: all ease 0.3s;
}

.btn-carousel.active{
  border-radius: 100px;
  background: rgba(12, 125, 59, 1);
  width: 37px;
}

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

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

.solicitud-container a{
  margin-right: 21px;
}

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:640px;
  position:absolute;
  top:0;
  width:100%
}

.titulo-seccion{
  color: var(--Gris, #262123);
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 126.188%;
  margin-top: 32px;
}

.seccion-btn{
  display: inline-flex;
padding: 10px 32px;
justify-content: center;
align-items: center;
gap: 10px;
border-radius: 20px;
border: 1px solid var(--Verde, #236644);
background: #FFF;
color: var(--Verde, #236644);
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.seccion-btn:hover{
  color: white;
  background-color: #236644;
}


.btn-container{
  align-content: center;
}

.btn-container svg{
  padding-bottom: 2px;
}

/* CATEGORIAS HOME */

.overlayCat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  padding-bottom: 20px;
}

.svg-icon {
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  position: absolute;
}

.service-item-cont:hover .svg-icon {
  opacity: 1;
}


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

.service-item-cont {
  height: 392px !important;
  padding: 2px;
  background: rgba(192, 192, 192, 0.20);
  transition: all 0.5s;
}

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

.filtroCat{
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}
.service-item h5 {


    padding: 10px;
    padding-top: 278px;
    text-align: center;
    color: var(--Gris, #262123);
  font-family: "Roboto";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;

}

/* .service-item #ver-prod {
  position: relative;
  top: 30%;
  transition: all 0.5s;
  padding: 5px 29px 5px 29px;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  width: auto;
  height: auto;
} */

/* Estilos adicionales para hover */
/* .service-item:hover .service-item-cont {
  background-color: rgba(159, 13, 18, 0.22);
} */

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

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

/* .service-item-cont:hover .categoria-img {
  transform: scale(1.2);
} */

/* PRODUCTOS */

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

.producto{
  height: 384px;
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}

.producto:hover .producto-nombre, .producto:hover .producto-precio{
  color: #236644;
}

.producto-portada{
  height: 288px;
  border-bottom: 1px solid #D8D8D8;
  background-color: rgba(192, 192, 192, 0.20);

}

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



.producto-btn{
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px;
  border-radius: 50%;
}


.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: #0F0F0F;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
  
}

.producto-titulo{
  color: #131313;
  font-family: Roboto;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

}

.tableM{
  color: #131313;
font-family: Roboto;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 35px; /* 250% */
}

.tableD{
  color: #FFF;
text-align: center;
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


.info{
  color: var(--Gris, #262123);
font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 22px; /* 137.5% */
width: 386px;}
/* PRODUCTO */

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

/* .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;
  height: 500px;
}

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

.about-img{
  position: relative;
  background-color: #262123;

}


.about-info{
  background-color: #262123;
  color: white;
  padding:50px 85px 50px 85px;

}

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

.about-text{
  color: #0F0F0F;
  font-family: 'Roboto';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 25.2px */
width: 520px;
}

.about-titulo{
  color: #FFF;
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 126.188%; /* 45.428px */
}


/* #nosotros-mas{
  color:#fff;
  background-color: var(--azuloscuro);
  border-color: var(--azuloscuro);
}

#nosotros-mas:hover{
  color: #000;
  border-color:#000;
  background-color: transparent;
} */

.carousel-inner{
  height: 640px;

}

#nosotros-carousel .carousel-indicators button{
  width: 52px;
  height: 5px;
  opacity: 1;
}

#nosotros-carousel .carousel-indicators button.active{
  background-color: var(--bordo);
}

.panel-inner{
  height: 362px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  padding: 41px 24px 24px 24px;
}

.panel-titulo{
 
  padding-top: 25px;
  padding-bottom: 19px;
  margin:0;

  color: var(--Verde, #236644);
font-size: 22px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.panel-img{
  height: 60px;
}

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

.panel-text{
  width: 344px;
  overflow: hidden;
  margin:0;

font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 150%; /* 27px */
}

.procesoTitulo{
  color: #000;
font-family: Roboto;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 31.2px */
padding-top: 19px;
}

.tituloProceso{
  color: #131313;
font-family: Roboto;
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 130%; /* 46.8px */
}

.procesoText{
  color: #0F0F0F;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 25.2px */
padding-top: 16px;
text-align: start;
width: 392px !important;

}

/* NOVEDADES */



.novedades-item {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  height: 559px;
  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:247px;
  padding:24px;
  padding-bottom: 3px;
}

.etiqueta{
  color: var(--Verde, #236644);
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.novedades-titulo{
  color: #131313;
font-family: Roboto;
font-size: 22px;
font-style: normal;
font-weight: 500;
line-height: 140%; /* 30.8px */
align-self: stretch;
}

.epigrafe{
  color: #131313;
  font-family: Roboto;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
/* 
.novedades-item div{
  overflow: hidden;
} */

.leer-mas{
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: var(--rojo);
  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;
}

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

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

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

footer h4 {
  color: #FFF;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.96px;
  margin-bottom: 24px;
  text-transform: uppercase;
}

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

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


footer ul li a {
  text-decoration: none;
}

footer ul li svg {
  margin-right: 8px;
}

footer ul li a:hover {
  font-weight:500;
  color: #236644 !important;
}


footer .social-icons a {
  font-size: 24px;
  margin-right: 10px;
}

footer .contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 352px;
}

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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.8;
}

.footerLeft{
  padding-left: 55px;
    margin-top: 20px;
}

.buscadorc{
  height: 163px;
}

.bonificacionw{
  width: 50%;
}

.sectionBo{
  height: auto; background: #F4F4F4;
  padding-bottom: 20px !important;
}

@media (max-width: 1200px) {

  .epigrafe{
    font-size: 14px !important;
  }
  .procesosP{
    height: 100% !important;
  }
  .two-panel2{
    flex-direction: column;
  }
  .two-panel2 .about-text{
    padding-top:  0px !important;
  }
  .two-panel2 div{
    align-items: start !important;
  }

  .imgN{
    margin-top: 30px !important;

  }
  .footerLeft{
    margin-top: 30px !important; 
    padding-bottom: 30px !important;

    padding-left: calc(var(--bs-gutter-x)* .5);
  }
  #newsletter{
    padding-top: 20px !important; 
    padding-bottom: 20px !important;
  }
  .footerLeft{
    padding-top: 20px !important; 

  }
  .secf{
    margin-top: 50px !important; 
 
  }
  .about-text{
    width: 100% !important;
  }
  .ubiF{
    width: 100% !important;
  }
  .two-panel{
    height: 100% !important;
  }
  .main-video{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    height: 100%;
  }
  #consultar{
    margin-bottom: 10px;
  }
  .green-btn-ficha{
    margin-bottom: 10px;

  }

 
}

@media (max-width: 500px){
  .nav-mobile{
    padding-top: 5px;
    padding-bottom: 5px !important;

  }
  .about-titulo{
    padding-top: 60px !important;
  }
  .about-text{
    padding-top: 40px !important;
    padding-bottom: 40px !important;

  }

  .botonV{
    padding-bottom: 60px !important;
  }

  .services div div{
    flex-direction: column !important;
    align-items: center !important;
  }

  .empresa2{
    width: 100%;
  }
  .epigrafe{
    font-size: 14px;
  }
  .about-text{
    width: 100% !important;
  }
  .ubiF{
    width: 100% !important;
  }
  .footerLeft{
    padding-left: calc(var(--bs-gutter-x)* .5) !important;
          margin-top: 20px;
  }
  .fotorama__stage__frame img {
    top: 0 !important;
     height: 330px;
   }
 
   .novedadIN{
     width: 100% !important;
   }
 
   .novedades-titulo{
     width: 100% !important;
   }
   .texto{
     width: 100% !important;
   }
  .buscadorc{
    height: 100%;
  }
  #inputPrivada{
    margin-top: 20px;
  }
  #inputCodigo{
    margin-top: 20px;
  }
  .btnPrivada{
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bonificacionw{
    width: 80%;
    height: 100% !important;
  }

  .sectionBo{
    height: 100% !important;
  }

  .two-panel{
    height: 100% !important;
  }
}
/* Estilos responsive */
@media (max-width: 790px) {
  .producto-nombre{
    font-size: 18px !important;
  }
  .epigrafe{
    font-size: 18px !important;
  }
    #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.home{
    position:fixed;
    background-color: #FFF;
  }
  header{
    max-height: 72px;
  }
  .navbar{
    background-color: #FFF !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;
  }
  
  .panel-1{
    margin-bottom: 50px;
  }
/* 
  .nosotros-mas{
    width: 100%;
  } */

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

  .about-info{
    padding: 20px;
  }

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

  .about-text{
    padding-top: 70px;
    max-height: none;
  }
  
  .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){
  #navbarNav{
    display: none !important;
  }

  header{
    height:117px;
  }

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