section#datos{
	width: 100%;
	height: auto;
	border: 0px solid red;
	padding-top: 50px;
	padding-bottom: 100px;
}

#contenedor_datos{
	width: 100%;
	border: 0px solid blue;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.dato_uno{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:230px;
height:260px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);

}
.dato_uno:hover .textbox {
margin-top:0;
}

.dato_uno img{
	width: 170px;
	height: 170px;
	margin-top: 40px;

}



.dato_dos{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:230px;
height:260px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
}
.dato_dos:hover .textbox {
margin-top:0;
}

.dato_dos img{
	width: 170px;
	height: 170px;
	margin-top: 40px;

}


.dato_tres{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:230px;
height:260px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
}
.dato_tres:hover .textbox {
margin-top:0;
}
.dato_tres img{
	width: 170px;
	height: 170px;
	margin-top: 40px;

}


.dato_cuatro{
cursor: pointer;
position:relative;
overflow:hidden;
background-color: #FFFFFF;
width:230px;
height:260px;
border-radius:0px;
margin: 10px;
display: flex;
justify-content: center;
-webkit-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
-moz-box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
box-shadow: -1px 5px 12px 0px rgba(0,0,0,0.10);
display: flex;
justify-content: center;
flex-wrap: wrap;
}

.dato_cuatro:hover .textbox {
margin-top:0;
}

.dato_cuatro img{
	width: 170px;
	height: 170px;
	margin-top: 20px;
   border: 0px solid red;
}

#datos .dato_uno,
#datos .dato_dos,
#datos .dato_tres,
#datos .dato_cuatro {
	align-items: center;
}

#datos .dato-icon-circle {
	display: flex;
	width: clamp(5rem, 8vw, 6.25rem);
	height: clamp(5rem, 8vw, 6.25rem);
	box-sizing: border-box;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	margin-top: 0;
	padding: 0.75rem;
	border: 3px solid #00a9bd;
	border-radius: 50%;
	background: #fff;
}

#datos .dato-icon-circle img {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: contain;
}

#datos .dato_cuatro .dato-icon-circle img {
	transform: translate(-1%, -9%);
}



.textbox {
width:230px;
height:260px;
position:absolute;
top:0;
left:0;
margin-top:-270px;
border-radius:0px;
background-color: rgba(0,169,189,1.00);
}



.text {
padding-top: 90px;
padding-left: 20px;
padding-right: 20px;
color: #fff;
font-family:montserratli;
font-size:0.9em;
text-align: center;
}

a {
text-decoration: none;
}

.textbox {
-webkit-transition: all 0.7s ease;
transition: all 0.7s ease;
}



@media (max-width:1024px){
	.dato_uno{
		width:200px;
	}
	.dato_dos{
		width:200px;
	}
	.dato_tres{
		width:200px;
	}
	.dato_cuatro{
width:200px;

}
.textbox {
	margin-top:-260px;
width:200px;
	
}
}
