@font-face {
    font-family: 'VB';
    src: url('../fonts/Vitesse-Bold.woff');
    font-display: swap;
}
@font-face {
    font-family: 'VBI';
    src: url('../fonts/Vitesse-BoldItalic.woff');
}
@font-face {
    font-family: 'VBK';
    src: url('../fonts/Vitesse-Book.woff');
}
@font-face {
    font-family: 'VBKI';
    src: url('../fonts/Vitesse-BookItalic.woff');
}
@font-face {
    font-family: 'VL';
    src: url('../fonts/Vitesse-Light.woff');
}
@font-face {
    font-family: 'VM';
    src: url('../fonts/Vitesse-Medium.woff');
}
@font-face {
    font-family: 'VT';
    src: url('../fonts/Vitesse-Thin.woff');
}

@font-face {
    font-family: 'VBB';
    src: url('../fonts/Vitesse-Black.otf');
    font-display: swap;
  }

.fa-facebook {
    content: url(https://descubre.upao.edu.pe//img/icon/facebook.svg) !important;
    width: 28px !important;
    padding: 4px;
}

.fa-youtube {
    content: url(https://descubre.upao.edu.pe/img/icon/youtube.svg) !important;
    width: 28px !important;
    padding: 4px;
}

.fa-instagram {
    content: url(https://descubre.upao.edu.pe/img/icon/instagram.svg) !important;
    width: 28px !important;
    padding: 4px;
}

.fa-whatsapp {
    content: url(https://descubre.upao.edu.pe/img/icon/whatsapp.svg) !important;
    width: 28px !important;
    padding: 4px;
}

.swiper-container {
    width: 100%;
    height: 100%;
  }

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}