* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Gotham, sans-serif;
}

body {
  -webkit-font-smoothing: antialiased;
  background-color: rgb(19, 23, 35);
}

ul li, ol li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}


.sectionResultado__container{
   max-width: 62.5rem;
   margin: 0 auto;
   padding: 0 3rem;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__container{
       padding: 0 1.5rem;
    }
}

.sectionResultado__articlePerfil{
   margin: 6.25rem 0;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__articlePerfil{
       margin-top: 3.75rem;
    }
}

.sectionResultado__articlePerfil .sectionResultado__articlePerfil__divflex{
    display: flex;
    align-items: center;
    gap: 2.625rem;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__articlePerfil .sectionResultado__articlePerfil__divflex{
        gap: 2rem;
        align-items: flex-start;
        flex-direction: column;
    }
}

.sectionResultado__articlePerfil__divflex h1{
    position: relative;
    font-size: 3.125rem;
    line-height: 1.25;
    color: #EDFA96;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__articlePerfil__divflex h1{
        font-size: 2.5rem;
    }
}

.sectionResultado__articlePerfil__divflex h1 span{
    font-size: 1.875rem;
    line-height: 2.25rem;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__articlePerfil__divflex h1 span{
        font-size: 2rem;
        line-height: auto;
    }
}

.sectionResultado__articlePerfil__divflex h1::after{
    content: '';
    width: 0.125rem;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1.3125rem;
    display: block;
    background-color: #7D7D7D;

}

@media screen and (max-width: 48rem) {
    .sectionResultado__articlePerfil__divflex h1::after{
       width: 100%;
       height: 0.125rem;
       top: calc(100% + 0.6875rem);
       right: 0;
    }
}

.sectionResultado__articlePerfil__divflex .sectionResultado__divflex{
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
}

.sectionResultado__articlePerfil__divflex .sectionResultado__divflex p{
    font-family: 'Gilroy-medium', sans-serif;
    font-size: 1rem;
    line-height: 146.54%;
    color: #F1F0F3;
}

.sectionResultado__articlePerfil__divflex .sectionResultado__divflex p strong{
    font-weight: bold;
}

.sectionResultado__article3Container{
   margin: 7.5rem 0;
   display: flex;
   flex-direction: column;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__article3Container{
       margin: 5rem 0;
    }
}

.sectionResultado__article3Container > a{
   margin-top: 4rem;
   display: flex;
   align-items: center;
   gap: 0.5rem;
   color: #F05523;
   font-weight: 500;
   font-size: 1.125rem;
}

.sectionResultado__article3Container > a svg{
   flex-shrink: 0;
}

.sectionResultado__gridlista{
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
   gap: 2.5rem;
}

@media screen and (max-width: 48rem) {
    .sectionResultado__gridlista{
        grid-template-columns: repeat(auto-fit,  minmax(12.5rem, 17.5rem));
        justify-content: center;
        gap: 2rem;
    }
}

.sectionResultado__gridlista .sectionResultado__gridlista__container{
    display: flex;
    flex-direction: column;
    background-color: #0E0E0E;
    border-radius: 1rem;
    overflow: hidden;
}

.sectionResultado__gridlista img{
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.sectionResultado__gridlista p{
    height: 100%;
    padding: 0.8125rem 2.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.125rem;
    line-height: 1.5;
    text-align: center;
    color: #F1F0F3;
}

.titulosection{
   margin-bottom: 3.125rem;
   display: flex;
   gap: 0.875rem;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   font-weight: bold;
   font-size: 1.875rem;
   line-height: 1.5;
   text-align: center;
   color: #FEFEED;
}

@media screen and (max-width: 48rem) {
    .titulosection{
       font-size: 1.5625rem;
        margin-bottom: 2.5rem;
    }
}
