*{
    margin: 0;
    padding: 0;
}

#nota-main-container{
    max-width: 1200px;
    width: 100%;
    margin: auto;
    text-align: center;
}

#nota-main-container p{
    font-family: freight-sans-pro,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 15px;
}

#nota-main-container p.sumary{
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto 80px auto;
    color: #5B601B;
    font-size: 24px;
    line-height: 30px;
    padding-top: 120px;
}

#nota-main-container p.sign{
    width: fit-content;
    margin: 0;
}

#nota-main-container p.sign.name{
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 600;
    color: #333611;
    text-transform: uppercase;
}

#nota-main-container p.sign.type{
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    color: #5B601B;
    margin-bottom: 80px;
    border-top: solid 1px #000;
}

#nota-main-container .txt-block{
    width: 670px;
    margin: auto;
    text-align: left;
}

#nota-main-container .txt-block .subtitle{
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
}

#nota-main-container .txt-block span{
    font-family: freight-sans-pro,sans-serif;
    font-weight: 600;
    font-style: normal;
}

#nota-main-container .img-block{
    width: fit-content;
    height: fit-content;
    padding-bottom: 85px;
    margin: 60px auto;
    position: relative;
}

#nota-main-container .img-block img{
    border-bottom: solid 13px #CBB012;
}

#nota-main-container .img-block .caption,
#nota-main-container .img-block .credit{
    position: absolute;
    top: 87%;
}

#nota-main-container .img-block .caption{
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 300;
    width: 50%;
    margin: auto;
    text-align: left;
    left: 0;
}

#nota-main-container .img-block .credit{
    font-family: acumin-pro-condensed, sans-serif;
    font-style: normal;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 15px;
    right: 0;
}

#nota-main-container .info-block{
    width: fit-content;
    height: fit-content;
    margin: 50px auto;
    text-align: right;
}

#nota-main-container .info-block img{
    padding: 17px 0;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}

#nota-main-container .info-block .infodesktop{
    display: block;
}

#nota-main-container .info-block .infomobile{
    display: none;
}

@media (max-width: 500px){
    #nota-main-container .txt-block{
        width: 90%;
    }

    #nota-main-container .img-block{
        margin: 30px auto 100px auto;
    }

    #nota-main-container .info-block p{
        margin-right: 5%;
    }

    #nota-main-container .img-block img{
        width: 100%;
        border-bottom: solid 5px #CBB012;
    }

    #nota-main-container .info-block .infodesktop{
        display: none;
    }
    
    #nota-main-container .info-block .infomobile{
        display: block;
        width: 100%;
    }

    #nota-main-container .img-block .caption{
        width: 80%;
        top: 80%;
        left: 5%;
    }

    #nota-main-container .img-block .credit{
        top: 72%;
        right: 5%;
        font-size: 13px;
    }

    #nota-main-container p.sumary{
        font-size: 20px;
        line-height: 24px;
    }
}