/* Fuentes */

@font-face {
  font-family: 'BookmanJF';
  src: url('../fonts/BookmanJFProItalic.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.fuente-box {
    font-family: 'BookmanJF';
}

/* Imagenes */

.logo-top {
    max-width: 250px;
    max-height: 60px;
}

.logo-main {
    /* max-width: 500px; */
    max-height: 200px;

    max-width: 100%;
    /* max-height: 100%; */
    object-fit: contain;    
}

.logo-contacto {
    color: #EA4E63;
}

.logo-footer {
    max-width: 300px;
}

.separador {
    max-width: 250px;
}

.section-separador {
  text-align: center;
}

/* Alineacion */

.div-contact-icons {
    height: 100%;
}

.contact-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

@media (max-width: 625px) {
  .logo-linde {
    margin-top: 70px;
  }
}

@media (min-width: 640px) {
  .logo-linde {
    margin-left: 20px;
  }
}