/*TopBar de Drupal*/

#superNav {
    width: 100%;

}

#portada {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
}


#topbar-control,
#block-ttynew-tokenblock {
    width: 100%;
    padding: 80px 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    background-size: cover;
    background-position: center;
    background-image: url(/sites/default/files/header.jpg);
    -webkit-box-shadow: inset 20px 200px 300px 3px rgba(0, 0, 0, 0.89);
    -moz-box-shadow: inset 20px 200px 300px 3px rgba(0, 0, 0, 0.89);
    box-shadow: inset 20px 200px 300px 3px rgba(0, 0, 0, 0.89);
}

#superNav .img-responsive{
    width: 100%;
    object-fit: cover;
    height: 510px;
}


.basicPage{
    position: absolute !important;
    top: 0 !important;
    background: none !important;
}

#textPortada,
#block-ttynew-tokenblock h2 {
    display: flex;
    width: 60%;
    justify-content: center;
    color: var(--fontColor1);
    height: 350px;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    padding: 40px;
}

#textPortada h4 {
    color: var(--fontColor1);
    max-width: 450px;
    font-weight: lighter;
    font-size: 24px;
}


#textPortada h4,
#textPortada h2 {
    color: var(--fontColor1);
    line-height: 25pt;
    width: 100%;
    font-size: 24pt;
    text-align: center;
    animation-name: entrarIzq;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

#textPortada h2 {
    letter-spacing: 1.2px;
}

#textPortada p {
    line-height: 25pt;
    margin: auto;
    color: var(--fontColor1)
}

/* Fin TopBar Drupal */



@media screen and (max-width: 768px) {
    #topbar-control {
        padding: 10px;
    }

    #textPortada h4,
    #textPortada h2 {
        color: var(--fontColor1);
        line-height: 25pt;
        width: 100%;
        font-size: 12pt;
        text-align: center;
    }
}