@font-face {
    font-family: 'Nickson';
    src: url('Nickson.otf') format('opentype');
}

body {
    font-family: 'Nickson', sans-serif;
    max-height: 140vh !important;
    overflow: scroll !important;
}

.fondo {
    width: 100%;
    min-height: 100vh;
    max-height: 140vh;
    background-image: url('fondobrader.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
}


h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'Nickson', sans-serif;
}


span{
font-family: 'Nickson', sans-serif !important;
    display: block !important;
    font-size: 26px !important;
    letter-spacing: 2px !important;
    background-color: rgb(255 245 230 / 13%) !important;
    color: rgb(255 245 230) !important;
    border: 3px solid #fff5e6 !important;
    border-radius: 10px !important;
      }

 .icono{
    width: 42px;
    margin-right: 5px;
 }
.regalapadremenu {
    height: 70px !important;
    width: 100%;
    color: #fff;
    display: block !important;
    font-size: 22px;
    font-weight: 500;
    border-radius: 5px;
    line-height: 65px !important;
    text-align: center;
    background-color: #2196f3;
    border: 0;
    cursor: pointer;
    margin-top: 18px !important;
    letter-spacing: 2px !important;
}
.regalapadre {
    height: 70px !important;

 line-height: 65px !important;

    margin-top: 18px !important;
}

 .elh5 {
    color: #ffffff;
    margin-top: 15px;
    font-family: 'Nickson', sans-serif !important;
    font-size: 25px;
    letter-spacing: 2px;
    margin-top: 40px !important;
}

@media only screen and (max-width: 500px) { 

.logouniverso {
    text-align: center;
    margin-top: 15px;
    width: 150px !important;
}
 }

