.sectionResultados{
    height: 60vh;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: relative;

}
.tiposResultados{
    width: 18%;
    height: 61%;
    box-shadow: 1px 1px 1px 1px rgba(50, 49, 49, 0.4);
    border-radius: 25px;
    align-items: end;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    justify-content: start;
    transition: all 0.3s
    
}
.tiposResultados h2{
   
    text-align: center;
    width: 100%;
    color: whitesmoke;
    font: var(--unnamed-font-style-normal) normal 900 var(--unnamed-font-size-28)/var(--unnamed-line-spacing-26) DINPro;
    letter-spacing: var(--unnamed-character-spacing-0);
    font: normal normal 900 25px/26px DINPro;
    letter-spacing: 0px;
    color: #FFFFFF;
    opacity: 1;
    font-size: 1.3rem;
    
}
.moveOn{
    transform: translateY(-20px);

    box-shadow: 1px 21px 10px -3px #b3b1b3;
    
}

.pic{
   background-image: url("../../img/FotografiasAntes/Photo4.png");
   background-size: 100% 100%; 
}
.pic2{
    background-image: url("../../img/FotografiasAntes/Photo3.png");
    background-size: 100% 100%;
}
.pic3{
    background-image: url("../../img/FotografiasAntes/Photo2.png");
    background-size: 100% 100%;
}
.pic4{
    background-image: url("../../img/FotografiasAntes/Photo.png");
    background-size: 100% 100%;
}

.verResultados{
    width: 100%;
    height: 13%;
    position: absolute;
    bottom: -1px;
    background-color: whitesmoke;
    border-bottom-right-radius:25px;
    border-bottom-left-radius:25px ;
    display: flex;
    justify-content: center;
    align-items: center;
}
.verResultados a{
  text-decoration: none;
  color: #00557E;

  
}
.capa{
    width: 100%;
    height: 87%;
    background-size: contain;
    background-image: url("../../img/FotografiasAntes/Overlay\ Color.svg");
    display: flex;
    align-items: end;
}