
/*******************************/
.jamp{

    box-sizing: border-box;
 
    /*background: linear-gradient(to top, #FFD9D9, #FFFFFF);*/
}

.containerTres {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  

}


.valores{
  background-color: rgba(0, 0, 0, 0.01); 
  border-radius: 9px;


}


.valores h1 {
  font-weight: bold;
}

.fondoMv{
  background-color: #484848;
  /******transform: translateY(90px);*********/
  padding: 20px;
  border: 50px solid #484848; 
  height: 700px; 
}

.fondoCard{
  height: 100vh; 
  background-color: rgba(0, 0, 0, 0.1); 

  }


@media only screen and (max-width: 600px) {
  .fondoMv {
    height: 900px;
  }
  
  
}

.piePagina{
  top: 200%;
}

.containerCinco {
  max-width: 800px;
  margin: 0 auto;

}
/***********PROPOSITO************************/
.containerCuatro {

  max-width: 800px;
  margin: 0 auto;
  padding: 20px;

}

.title {
  font-size: 32px;
  text-align: center;
  margin-bottom: 20px;
}

/***************MISION VISION************************/
.textMv {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
 
}



.text {
  font-size: 16px;
  line-height: 1.5;
 
}

@media only screen and (max-width: 600px) {
  .title {
    font-size: 24px;
  }
  
  .text {
    font-size: 14px;
  }
}

.titleMv{
  text-align: center;
  margin-top: 80px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;

}
.title{
    text-align: center;
    margin-top: 80px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    text-transform: uppercase;
    color: #8D3225;
    font-weight: bold;

}
.container__slider{
    transform: translateY(50px);
    max-width: 1000px;
    height: 500px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
}

input[type=radio]{
    display: none;
}

/********CONTINER DE TEXTO DE LAS CARDS*******************/
.containerCards{
    width: 100%;
    max-width: 800px;
    height: 100%;
    max-height: 600px;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 50px;
}

.card{
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.jampImg{
    width: 100%;
    height: 100%;
    border-radius: 10px;
    -o-object-fit: cover;
    object-fit: cover;
}


#item-2:checked ~ .cards #selector-1,
#item-1:checked ~ .cards #selector-4,
#item-3:checked ~ .cards #selector-2,
#item-4:checked ~ .cards #selector-3
{
    transform: translateX(-40%) scale(0.8);
    opacity: 0.6;
    z-index: 0;
}

#item-3:checked ~ .cards #selector-4,
#item-1:checked ~ .cards #selector-2,
#item-2:checked ~ .cards #selector-3,
#item-4:checked ~ .cards #selector-1
{
    transform: translateX(40%) scale(0.8);
    opacity: 0.6;
    z-index: 0;
}

#item-1:checked ~ .cards #selector-1,
#item-2:checked ~ .cards #selector-2,
#item-3:checked ~ .cards #selector-3,
#item-4:checked ~ .cards #selector-4
{
    transform: translateX(0) scale(1);
    z-index: 1;
}


  
  .box {
    width: 33.33%; /* Ajusta este valor según el número de cuadros que desees mostrar en una fila */
    padding: 10px;
    box-sizing: border-box;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }

  .containerDos {
    display: flex;
    justify-content: space-between;
   
  }
  .text-box{
    font-size: 16px;
  line-height: 1.5;
  
    
  }
  
  @media (max-width: 600px) {
    .text-box {
      padding: 1px;

    }
  }
  
  .boxDos {
    width: 33.33%; /* Ajusta este valor según el número de cuadros que desees mostrar en una fila */
    padding: 10px;
    box-sizing: border-box;
  }
  
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  
  p {
    font-size: 16px;
  }
  
  @media (max-width: 600px) {
    .box {
      width: 100%; /* En pantallas pequeñas, mostrar los cuadros en una sola columna */
    }
  }
  
  @media (max-width: 600px) {
    .boxDos {
      width: 100%; /* En pantallas pequeñas, mostrar los cuadros en una sola columna */
    }
  }
  

  .containerDos {
    display: flex;
    flex-wrap: wrap;
   /* background-image: url("../img/fondoQuienes.jpg"); /* Ruta de la imagen de fondo */
    margin: 0;
    padding: 50px;
    border-radius: 20px;
    
  }
  
  .textbox {
    text-align: center;
    width: 50%; /* Ajusta este valor según el número de cajas que desees mostrar en una fila */
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo transparente */
    border-radius: 20px;
    margin-left: 0;

 
  }
  .textboxDos {
    text-align: center;
    width: 50%; /* Ajusta este valor según el número de cajas que desees mostrar en una fila */
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo transparente */
    border-radius: 20px;
  }
  .textboxTres {
    text-align: center;
    width: 50%; /* Ajusta este valor según el número de cajas que desees mostrar en una fila */
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo transparente */
    border-radius: 20px;
  }
  .textboxCuatro {
    
    text-align: center;
    width: 50%; /* Ajusta este valor según el número de cajas que desees mostrar en una fila */
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.8); /* Fondo transparente */
    border-radius: 20px;
    

  }
  
  h3 {
    font-size: 20px;
    margin-bottom: 10px;
    background-color: #FFFFFF;
  }
  
  
  .textos {
    font-size: 16px;
    color: #FFFFFF;
  }
  
  @media (max-width: 600px) {
    .textbox {
      width: 100%; /* En pantallas pequeñas, mostrar las cajas en una sola columna */
    }
    .textboxDos {
        width: 100%; /* En pantallas pequeñas, mostrar las cajas en una sola columna */
      }
      .textboxTres {
        width: 100%; /* En pantallas pequeñas, mostrar las cajas en una sola columna */
      }
      .textboxCuatro {
        width: 100%; /* En pantallas pequeñas, mostrar las cajas en una sola columna */
      }
  }

  
  /**************************************************/
  
  

  