
* {
    /*box-sizing: border-box;*/  /* Asegura que el tamaño de los elementos se mida de manera proporcional */
}

#bannerComponent {
    width: 100%;
    position: relative;
   height: 100%;
    overflow: hidden;
}

/* Slider Styles */
.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide.active {
    opacity: 1;
}

.content {
    position: absolute;
    top: 20vh;
    left: 7%;
    color: #ffffff;
    width: 35%;
}

.content h1 {
    font-size: 48px;
    font-weight: 700;
    transform: scaleY(1.2);
}

.content button {
    all: unset;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 50px;
    background-color: #ffffff;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 40px;
}

.content button:hover {
    background-color: #1e928e;
    color: #ffffff;
}

/* Indicators */
.indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
}

.indicator {
    width: 15px;
    height: 15px;
    background-color: #000000;
    border-radius: 50%;
    cursor: pointer;
}

.indicator.active {
    background-color: #7db630;
}

/* ------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- */

  .sucurMainCenteredCont3 {
      width: 100%;
      margin: 0 auto;
      padding: 0;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 20px; /* Espacio entre elementos */
	  background-color: white;
	  padding-bottom:   1.5rem !important;
	  padding-top: 1.5rem !important;
	  height: auto;
  }




  .suc_elm:hover {
      transform: scale(1.05);
  }



.suc_elm{
	float: left;
	display: block;
	margin: 0;
	padding: 5px !important;
	border-radius: 5px;
	background-color: rgba(173,173,173,0.10);
	width: 33% !important;
	max-width: 143px !important;
	min-width: 120px !important;
	padding-bottom: 10px !important;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	
	 max-height: none !important; /* Eliminar restricciones */
    height: auto !important; /* Permitir ajuste dinámico */
    overflow: visible !important; /* Asegurar que el contenido no se corte */
	margin-right: 10px !important;
	margin-top: 0px !important;
	
	 border: 1px solid #cfcfcf;
      transition: transform 0.3s ease-in-out;
	position: relative;
}




.suc_elm > p{
	float: left;
	/*display: block;*/
	margin: 0px;
	padding: 0px;
	font-size: 15px;
	/*background-color: aqua;*/
	width: 100%;
	font-weight: 700;
	
	margin-top: 0px;
	color: rgba(95,95,95,1.00) !important;
	/*background-color: antiquewhite;*/
	padding-bottom: 1px;
	border-bottom: 1px solid #ccc;
	display: flex;
  	align-items: center;
	margin-bottom: 6px;
	height: 39px !important;
  justify-content: center; /* Centra horizontalmente */
  text-align: center;
	line-height: 1 !important;
}

.suc_elm > img{
	/*float: left !important;*/
	display: block !important;
	width:  75% ;
	/*margin-left: 25% !important;*/
	border-radius: 8px !important;
	margin-top: 0px !important;
	height: auto !important;
	/*min-width: 70px !important;*/
	
	margin: 0 auto !important; 
}


.suc_badge{
    position: absolute;
    bottom: 2.5rem;
    right: 1.6rem;
    width: 25% !important;
    height: auto;
    /* opcional para que no quede demasiado pequeña */
}

.suc_elm > h1{
	float: left;
	/*display: block;*/
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	/*background-color: aqua;*/
	width: 100%;
	
	margin-top: 7px;
	margin-bottom: 0px;
	/*background-color: antiquewhite;*/
	
	
	display: flex;
  align-items: center;
	
  justify-content: center; /* Centra horizontalmente */
  text-align: center;
	min-height: 40px;
}

.suc_elm > h2{
	float: left;
	/*display: block;*/
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	/*background-color: aqua;*/
	width: 100%;
	
	margin-top: 2px;
	margin-bottom: 2px;
	/*background-color: antiquewhite;*/
	background-color: rgba(0,0,0,0.025);
	
	display: flex;
  align-items: center;
	padding-top: 2px;
	padding-bottom: 2px;
	
  justify-content: center; /* Centra horizontalmente */
  text-align: center;
	/*min-height: 44px;*/
}

.suc_elm > h3 {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; /* Permite que el texto se ajuste al ancho */
  min-height: auto;
  height: auto !important;
  font-size: 10px;
  margin-top: 2px;
 /* background-color: chartreuse;*/
  width: 100%;
  overflow: hidden; /* Oculta contenido si se desborda */
  word-break: break-word; /* Rompe palabras largas */
  white-space: normal; /* Permite saltos de línea */
}

.suc_elm > label{
	float: left;
	/*display: block;*/
	margin: 0px;
	padding: 0px;
	font-size: 10.75px;
	color: rgba(115,115,115,1.00);
	width: 100% !important;
	display: flex;
  align-items: center !important;
	
  justify-content: center !important; /* Centra horizontalmente */
  text-align: center;
	/*background-color: darkorange;*/
	
	margin-top: 7px;
	margin-bottom: 3px;
	font-weight: 700;
}
