﻿.gci_1{
background-image: url("../img/fondoimg2.jpg");
margin:10px;
height:175px;
width: 80%;
padding:5px;
border-radius:10px;
background-color:gold;
box-shadow: 4px 2px 5px #23282b;
display:flex;
flex-wrap:wrap;
box-sizing: content-box;
 justify-content: center; /* Centra horizontalmente */
  align-items: center;
}

main{

height:auto;

}

 section{
display:flex;
flex-wrap:wrap;
box-sizing: content-box;
 justify-content: center; 
  align-items: center;
height:auto;
flex-direction:column;
height:auto;
width:auto;


}


.foto{
background-color:white;
width:100px;
height:100px;
padding:5px;
margin:10px;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;

}

.descripcion{
width:70%;
height:105px;
background-color:white;
padding:5px;
border-radius:10px;
box-shadow: 4px 2px 5px #23282b;
color: #272727;
font-family: sans-serif;
font-size:14px;
}

h4{
margin:10px;
}


.nombre{
width:80%;
height:40px;
background-color:white;
border-radius:10px;
margin:0px;
display:flex;
justify-content: center; /* Centra horizontalmente */
  align-items: center;
box-shadow: 4px 2px 5px #23282b;
color: #272727;
font-family: sans-serif;
font-size:14px;
}

.gcimg{
display:flex;
justify-content:center;
align-items:center;
width:100%;
height:100px;
object-fit: cover;
}


.gcinombre{
display:flex;
justify-content:center;
align-items:center;
height:auto;
margin:0px;
background-color:white;
box-shadow: 4px 2px 5px #23282b;
padding:10px;
border-radius:10px;

}

.subtitulo{
width:100%;
height:auto;
margin:5px;

}

.marco{
display:flex;
flex-wrap:wrap;
justify-content:center;
align-items:center;
flex-direction:column;
height:auto;
width:auto;

}

