p.p1  {
  color: black;
  font-size: 14px;      
  font-family: Poppins SemiBold;
  }

p.p2  {
  color:  #925401;
  font-size: 12px;      
  font-family: Poppins SemiBold;
   
}

  p.p3  {
  color:  #508d97;
  font-size: 9px;      
  font-family: Poppins SemiBold;
   
}

 p.p4  {
  color:  #925401;
  font-size: 15px;      
  font-family: Poppins SemiBold;
   
}
  
p.p5 {
  color:  #ffffff;
  font-size: 15px;      
  font-family: Poppins SemiBold; 
   
}   

p.p6 {
 color: #925401;
  font-size: 25px;      
  font-family: Poppins SemiBold; 
  
}   

p.p7 {
 color: #FF0800;
  font-size: 17px;      
  font-family: Poppins SemiBold; 
  }   


.fields {
	background-color: #EAF7F7;
	border: 0px  ;
	   
}

 .imagen-efe {
    border-radius: 10px; /* Ajusta este valor para cambiar el grado de redondez */
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Ajusta estos valores para la sombra */
    max-width: 100%; /* Asegura que la imagen no exceda su contenedor */
  }

  
 


h1 {
  color: green;
    font-size: 14px; /* px quiere decir 'píxeles': el tamaño de la fuente base  */
  font-family: Poppins SemiBold; /*   fonts */
     
}

  /*-------------caracteristicaas del boton */  
  
.button {
   
  border: 0;
  color: #925401;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 18px;
  margin: 4px 4px;
  cursor: pointer;
  font-family: Poppins SemiBold;
  
}

.button1 {border-radius: 0px;}
.button2 {border-radius: 0px;}
.button3 {border-radius: 0px;}

.button4 {
	border-radius: 20px; 
	width: 40%;
	 
}

.button5 {border-radius: 0px;}
 
 .button6 {
	border-radius: 1px; 
	width: 10%;
	background-color: #e1e1e1;
 }
 
 .button7 {
	border-radius: 20px; 
	width: 80%;
	 
}

.button8 {
   width: 30px;
  border: none;
  color: #ff0000;
  padding: 5px;
  text-align: center;
   
  font-size: 18px;
  
  font-family: Poppins SemiBold;
  border-radius: 30px;
  
}			


img {
  opacity: 1.0;
}

img:hover {
  opacity: 1.0;
}


.sinborde {
  border: 0;
  color:  #508d97;
  font-size: 18px;      
  font-family: Poppins SemiBold;
   
}

 .zoom{
        /* Aumentamos la anchura y altura durante 2 segundos */
        transition: width 3s, height 3s, transform 3s;
    }
    .zoom:hover{
        /* tranformamos el elemento al pasar el mouse por encima al doble de
           su tamaño con scale(2). */
        transform : scale(2);
    }

  .content-all{
    width: 210px;
    margin: auto;
    perspective: 1000px;
    position: relative;
    margin-top: 50px;
}

.content-carrousel{
    width: 80%;
    position: absolute;
    animation: rotar 30s infinite linear;
    transform-style: preserve-3d;
}

.content-carrousel:hover{
    animation-play-state: paused;
    cursor: pointer;
}


.content-carrousel figure{
    width: 160px;
    height: 160px;
    overflow: hidden;
    position: absolute;
    box-shadow: 0px 0px 0px 0px black;
    transition: all 400ms;
    
}

.content-carrousel figure:hover{
    box-shadow: 0px 0px 0px 0px black;
    transition: all 400ms;
}

.content-carrousel figure:nth-child(1){transform: rotateY(0deg)   translateZ(300px);}
.content-carrousel figure:nth-child(2){transform: rotateY(45deg)  translateZ(300px);}
.content-carrousel figure:nth-child(3){transform: rotateY(90deg)  translateZ(300px);}
.content-carrousel figure:nth-child(4){transform: rotateY(135deg) translateZ(300px);}
.content-carrousel figure:nth-child(5){transform: rotateY(180deg) translateZ(300px);}
.content-carrousel figure:nth-child(6){transform: rotateY(225deg) translateZ(300px);}
.content-carrousel figure:nth-child(7){transform: rotateY(270deg) translateZ(300px);}
.content-carrousel figure:nth-child(8){transform: rotateY(315deg) translateZ(300px);}
 

.content-carrousel img{
    width: 100%;
    transition: all 300ms;
}

.content-carrousel img:hover{
    transform: scale(1.1);
    transition: all 300ms;
}


@keyframes rotar{
    from{
        transform: rotateY(0deg);
    }to{
        transform: rotateY(360deg);
    }
}


.copi {
display: block;
width: 120px;
margin: 0 auto;
padding: 10px;
color: #ffffff;
background: #508d97;
text-align: center;

}

  
    .image-agr {   /*agrabda la imagen */
      transition: transform 0.3s ease;
	  border-radius: 10px; /* Ajusta este valor para cambiar el grado de redondez */
      box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* Ajusta estos valores para la sombra */
       
    }
  
    .image-agr:hover {
      transform: scale(1.5);
	  
      justify-content: center;
      align-items: center;
      width: 40%; 
      
    }
	
	 
  
  
  
  
 
/* Estilo básico para el Slider*/

 * {
  margin: 0;
  padding: 0;
}

.container {
  position: relative;
  width: 100%;
  height: 75vh;
}
 

.slider input {
  visibility: hidden;
  display: none;
}

.buttons {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 50px;
  gap: 10px;
}

.buttons label {
  width: 20px;
  height: 20px;
  background-color: #AEB6BF;
  opacity: 0.5;
  cursor: pointer;
  z-index: 1;
  transition: 300ms ease-in-out;
}

.buttons label:hover,
.buttons label:active,
.buttons label:focus {
  scale: 1.2;
  opacity: 1;
  background-color: #138D75;
}

.slider input:nth-child(1):checked ~ .buttons label:nth-child(1),
.slider input:nth-child(2):checked ~ .buttons label:nth-child(2),
.slider input:nth-child(3):checked ~ .buttons label:nth-child(3) {
  width: 40px;
}

.content {
  position: relative;
  width: 300vw;
  display: flex;
  transition: 400ms ease-in-out;
}

.firstslide,
.secondslide,
.thirdslide {
	 
  
  position: relative;
  width: 33.3vw;
  height: 60vh;
  display: flex;
  justify-content: center;
  align-items: center;
  
  background-size: cover; /* Ajusta la imagen para cubrir completamente el contenedor */
  background-position: center; /* Centra la imagen dentro del contenedor */
  background-repeat: no-repeat; /* Evita la repetición de la imagen */
  
   max-width: 100%; /* Establece el ancho máximo de la imagen al ancho del contenedor */
  max-height: 100%; /* Establece la altura máxima de la imagen a la altura del contenedor */
  object-fit: contain; /* Ajusta la imagen dentro del contenedor manteniendo su relación de aspecto */
  
   
}


.firstslide {
  background-color: #D5DBDB;
}

.secondslide {
  background-color: #E5E8E8;
}

.thirdslide {
  background-color: #D5DBDB;
}

.firstslide img,
.secondslide img,
.thirdslide img {
  width: 100%;
  height: 100%;
  object-fit: contain;  
  transition: transform 0.3s ease; /* Añade una transición suave al zoom */
  z-index: 1; /* Asegura que todas las imágenes estén en el mismo nivel de apilamiento */
}
 
 
 .firstslide:hover img,
.secondslide:hover img,
.thirdslide:hover img {
  transform: scale(1.5); /* Ajusta el nivel de zoom cambiando este valor */
  z-index: 2; /* Aumenta el nivel de apilamiento de la imagen ampliada */
  }

  
 

.slider input:nth-child(1):checked ~ .content {
  left: 0;
}

.slider input:nth-child(2):checked ~ .content {
  left: -100vw;
}

.slider input:nth-child(3):checked ~ .content {
  left: -200vw;
}

.h1 {
  font-size: 5rem;
  font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

   
		  /* Estilo para el TD con sombra */
		  
        .shaded-td {
            box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5); /* offsetX offsetY blurRadius color */
            padding: 10px; /* Ajusta el relleno para que la sombra sea visible */
			border-radius: 10px; /* Esto hace que las puntas sean curvas */
			 
        }
  