*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
#datos{
    width: 90%;
    max-width: 1680px;
    height: auto;
    margin: auto;   
}
.datos{
    width: 100%;
    height: 40px;
    margin: auto;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#022C7A, #001f59 60%);
    padding: 10px;
}


.galery{
    display: flex;
    width: 90%;
    max-width: 1680px;
    height: 200px;
    margin:  auto;
    overflow: hidden;
    max-height: 100%;
    background: #fff;
    margin-top: -20px;
}
.galerias{
    display: flex;
    overflow: hidden;
    height: 150px;
    width: 180px;
    margin: auto;
    -webkit-perspective: 800; 
   
}
.gal{
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: 2s;
   
}
.gal:hover{
    transform: rotate3d(180deg);
}
.lad{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
}
.estadist1{
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #ff5500;
    background: #fff;  
    position: relative
}
.estadist2{    
   transform: rotate3d(180deg); 
}
.estadist3{ 
   transform: rotate3d(180deg);    
}
.estadist4{ 
   transform: rotate3d(180deg);
}
.estadist5{
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #ff5500;
    background: #fff;  
}
.estadist1 img{
    width: 100%;
    height: auto;
}
.estadist2 img{
   height: auto;
   margin-left: 14%;
}
.estadist3 img{
   height: auto;
   margin-left: 14%;
}
.estadist4 img{
   height: auto;
   margin-left: 14%;
}
.estadist5 img{
    width: 100%;
    height: auto;
}
.galery p{
	font-size: 2rem;
    color: #202020;
    text-align: center; 
    font-family: sans-serif;
    font-weight: bold;
}
@media (min-width:0) and (max-width: 800px){
    .datos{
        flex-wrap: wrap;
        margin-bottom: 10%;
        font-size: 1.2rem;
    }
    .triangulo{
        display: none;
    }
   .galerias{
    display: flex;
    overflow: hidden;
    height: auto;
    width: 180px;
    margin: auto;
    -webkit-perspective: 800; 
   
}
.gal{
    height: 100%;
    width: 100%;
    transform-style: preserve-3d;
    transition: 2s;
   
}
.gal:hover{
    transform: rotate3d(180deg);
}
.lad{
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    
}
.estadist1{
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #ff5500;
    background: #fff;  
    position: relative
}
.estadist2{    
   transform: rotate3d(180deg); 
}
.estadist3{ 
   transform: rotate3d(180deg);    
}
.estadist4{ 
   transform: rotate3d(180deg);
}
.estadist5{
    display: block;
    border-radius: 10px;
    padding: 6px;
    border: 3px solid #ff5500;
    background: #fff;  
}
.estadist1 img{
    width: 100%;
    height: auto;
}
.estadist2 img{
   width: 80%;
   height: auto;
   margin-left: 14%;
}
.estadist3 img{
   width: 80%;
   height: auto;
   margin-left: 14%;
}
.estadist4 img{
   width: 80%;
   height: auto;
   margin-left: 14%;
}
.estadist5 img{
    width: 100%;
    height: auto;
}
.galery p{
	font-size: 1.2rem;
    color: #202020;
    text-align: center; 
    font-family: sans-serif;
    font-weight: bold;
}
}
