/* Arreglando El Footer Alineandos las cajas*/
.zprow			  zpalign-items-flex-end zpjustify-content-flex-start{
    padding: 10px 20px;
    display: flex;
    height: 260px;
    flex-flow: column wrap;
    align-content: space-around;
    position: relative;
}
/*Corrigiendo espacios de titulos*/

.zpelement zpelem-iconheading {
    align-items: stretch;
} 

.zpsocialprofile-container.zpsocialprofile-size-sm .zpsocialprofile-wrapper, .zpsocialprofile-container.zpsocialprofile-size-md .zpsocialprofile-wrapper, .zpsocialprofile-container.zpsocialprofile-size-lg .zpsocialprofile-wrapper {
    margin-inline: 15px;
}

.zpsocialprofile-container{
   
    display: flex;
    grid-gap: 20px;
    align-items: center;
}

/* Color de letras de Footer*/

.zpdark-section a  {
    color: white;
}


.fila-general-footer {
  width: 100%;
  min-width: 74vw;
}

