#parte10 .card-image{
    height:30%;
}
#parte10 {
     margin-bottom:128.13px;
    }

#parte10 .cont-tit{
    margin-bottom: 80px;
    display:block;
}
#parte10 .epigrafe {
    color:  #000000;
    font-family: 'MontserratRegular';
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 31px;
}
#parte10 .titulo {
    color: #000000;
    font-family:'MontserratBold';
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 21px;
    font-style: normal;
}
#parte10 .bajada {
    color:  #000000;
    font-family: 'MontserratRegular';
    font-size: 18px;
    font-weight: 500;
    line-height: 135%;
    text-align: center;
    max-width: 675px;
    margin: 0 auto;
}
#parte10 .contenedor-icon {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:30px;
}
#image-desktop {
  position: absolute;
  opacity: 0;
}
    
.iconos:hover #image-desktop {
  cursor:pointer;
}
img#image-mobile {
    opacity: 1;
}

#parte10 .iconos {
    width: 314.81px;
    height: 197.87px;
    background: #E6E6E6;
    text-align: center;
    font-weight: bold;
    padding-top: 50px;
    font-size: 30px;
    position:relative;
  
}
#parte10 .text-icon{
    font-size: 20px;
    max-width: 214px;
    margin: 0 auto;
    font-size:'MontserratBold';
    font-weight:700px;
    line-height:24px;
}
#parte10 .iconos:hover .text-icon{
    color:#BF0010;
    cursor:pointer;
}
@media (min-width: 320px) and (max-width: 420px) {
    #parte10 .card-image {
        height:100%;
    }
    #parte10 .iconos{
    width: 272px;
    height: 60px;
    display:flex;
    gap:32px;
    align-items: center;
    padding: 0px;
   }
   #parte10 .text-icon{
    font-size:15px;
   }
   #image-desktop{
    width: 25px;
    height: 27px;
    margin-left:26px;
   }
   #image-mobile {
    width: 25px;
    height: 27px;
    margin-left:26px;
   }
    #parte10 .cont-tit {
        margin-bottom: 26.34px;
        display: block;
    }
    #parte10 .epigrafe {
        color: #000000;
        font-size: 12px;
        line-height: 15px;
        font-weight:300;
        margin-bottom: 14px
    }
    #parte10 .titulo {
        color: #262626;
        font-size: 22px;
        line-height: 27px;
        margin: 0 auto 20px;
        max-width: 330px;
        margin-bottom:17px;
    }
    #parte10 .bajada {
        color: #262626;
        font-size: 12px;
        font-weight:500;
        line-height: 15px;
        margin: 0 auto;
        max-width: 295.7px;
        margin-bottom:29px;
        max-width: 272px;
        align-items: center;
        text-align: center;

    }
    #parte10 .contenedor-icon {
        gap:12px
    }
    #parte10 {
     margin-bottom:64px;
    }
}