/* END
/////////////////////////////////////////////////////// */

.section#end { 
    margin-top: 15vh;
    padding-bottom: 0; }

.end {
	width: 100%;
	height: auto;
    position: relative; }

.end p {
    max-width: 70vw;
    font-family: "Style Script", cursive;
    font-weight: 400;
    font-size: 3.5vw;
    line-height: 1.125; 
    letter-spacing: 0;
    text-align: center; 
    margin: 0 auto;
    color: var(--orange);
    opacity: 1; }

.end span {
    font-family: "Style Script", cursive;
    font-weight: 400;
    display: inline-block;
    position: relative; }

/* SIGNATURA
/////////////////////////////////////////////////////// */

.signatura {
	width: 100%;
	height: auto;
    position: relative; }

.signatura img {
	width: 300px;
	height: auto;
    margin: 2vw auto 1vw;
    position: relative; }

.signatura p {
    font-family: "Inter", sans-serif;
    font-weight: 600; 
    font-size: 20px;
    line-height: 1.125; 
    letter-spacing: -0.05em;
    text-align: center; 
    margin: 0 auto;
    color: var(--orange); }

/* LOGO
/////////////////////////////////////////////////////// */

.logo { 
	width: 100%;
    height: 100vh;
    margin-top: 1em;
	position: relative; }

.logo_end { 
	width: 25vw;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%); }

/* END
/////////////////////////////////////////////////////// */