#opentext h1 {
    font-size: 4.5rem !important;
}



@media screen and (orientation:portrait) {
    #opentext h1 {
        font-size: 2.5rem !important;
        letter-spacing: 0.1rem !important; 

    }
}



#lista {
    width: 100%;
    background: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #067497;
    padding: 1rem 0;

} 






.sor {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;


    
}

.sor:nth-child(even) {
    flex-direction: row-reverse;
}

.sor div {
    width: 40%;
}

nav#nav a:nth-child(1):after {
    width: 100%; 
}


.sor h1 {
    text-transform: uppercase;
    letter-spacing: 8%;
    font-size: 4.5rem;
    margin-bottom: 0;
    
}


.sor p {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 1rem;
}

.sor img {
    width: 50%;
    z-index: 2 !important;
    height: auto;
}


@media screen and (orientation:portrait) {
    
    #lista {
        width: 100%;
    }
    
    .sor {
        flex-direction: column !important;
    }

    .sor div {
        width: 100%;
    }
    
    
    
    .sor h1 {

        font-size: 2.5rem;

        text-align: center;
        
    }
    
    
    .sor p {
        font-size: 1.2rem;

    }
    
    .sor img {
        width: 90%;
    }
    

}