@charset "utf-8";
/* CSS Document */


#primero{
	background-color: #FFFFFF;
	border-radius: 10px; 
	width: 90px;    
    height: 40px;    
    text-align: center;   
}



#imagenprincipal{
	width: 950px;
	height: 400px;		
}


#contenedor_textos {
  width: 950px;
  margin-top: 30px;
  margin: 15px;
}

#texto1 {
  width: 440px;
  float: left;
  margin: 10px;
  padding: 20px;
  background-color: #DFF4FF;
  border-radius: 15px;
  text-align: justify;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ;
}

#texto2 {
  width: 440px;
  float: left;
  margin: 10px;
  padding: 20px;
  background-color: #FFE5FA;
  border-radius: 15px;
  text-align: justify;
  font-size: 18px;
  position: relative;
  transition: all 0.3s ;
}

#texto1:hover, #texto2:hover {
  transform: scale(1.05);
}


.titular {
  opacity: 0;
  transition: opacity 0.5s;
  font-size: 22px;
  font-weight: 200;
  color: #373737;
  margin-bottom: 10px;
  font-family: "Pacifico";
}


#texto1:hover .titular, #texto2:hover .titular {
  opacity: 1;
}

#titulardegaleria{
	width: 900px;
	height: 70px;
	text-align: center;
	font-size: 40px;
	font-weight: 200;
	color: #292929;
	font-family: "Pacifico";
	margin-bottom: 20px;
	background-color: #C9EBFF;
	margin-left: 25px;
	border-radius: 20px;
	
}


#galeria {
  width: 950px;
  margin: auto;
  background-color: #FFFFFF;
  padding: 20px;
}



#fila1, #fila2 {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

#cuadro1, #cuadro2, #cuadro3, #cuadro4, #cuadro5, #cuadro6 {
  width: 300px;
  height: 300px;
  background-color: #b5e0f1;  
  box-shadow: 2px 2px 10px rgba(0,0,0,0.2); 
}


#cuadro1 img, #cuadro2 img, #cuadro3 img, #cuadro4 img, #cuadro5 img, #cuadro6 img {
  width: 100%;
  height: 100%;  
  transition: all 0.3s; 	
}

#cuadro1 img:hover, #cuadro2 img:hover, #cuadro3 img:hover, #cuadro4 img:hover, #cuadro5 img:hover, #cuadro6 img:hover {
  transform: scale(1.1);
  transition: all 0.3s;
  z-index: 5;
  position: relative;
}


#botonvermas{
	margin-left: 390px;
	transition: all 0.9s;	
}

#botonvermas img:hover{
	transform: scale(1.08);	
}


















