@charset "UTF-8";

*, html {
	font-family: Union-Regular, helvetica, arial;
    font-size: 23px;
	letter-spacing: .016em;
	-webkit-font-smoothing:antialiased;
	margin: 0px;
    padding: 0px;
    list-style: none;
    font-weight: normal; 
    font-size: 2.8vmin;
}

a { 
	text-decoration: none;
	color:black;
    font-size: inherit;
    text-decoration: none;
}

p {
    line-height: 1.3;
    letter-spacing: 0.01em;
}

nav.bottom-nav {
    padding: 2%;
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    bottom: 0px;
}

.main {
    width: 100%;
}


.centered-image {
    height: 82vh;
    margin-top: 12.5vh;
    text-align: center;
    margin: 0 auto;
    margin-top: 9vh;
}


.centered-image img {
    height: 100%;
    opacity: .8;
    transition: all .3s ease;
}

.centered-image img:hover {
    opacity: 1;
}

.logo-holder {
    background-image: url(../images/logo-esconde.svg);
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    /* background-size: contain; */
    width: 27%;
    height: 5%;
    position: fixed;
    left: 41.5%;
    top: 2.5%;
    /* background: 185px; */
    background-size: 60%;
}

.logo-holder:hover {
    background-image: url(../images/logo-complete.svg);
        background-size: 71.3%;
    }

.info-caller {
    cursor: pointer;
}


.info-holder {
    position: fixed;
    background-color: #940000;
    width: 100%;
    height: 100vh;
    top: 200vh;
    left: 0px;
    mix-blend-mode: luminosity;
    opacity: .9;
    transition: all .5s ease-in-out;
}

.bottom-nav a {
    font-size: 87%;
    -webkit-font-smoothing: antialiased;
    font-weight: 200;
    letter-spacing: .016em;
    transition: all .5s ease-in-out;
}

.insta-link {
    float: right;
}

span.info-subtitle {
    display: inline-block;
    margin-bottom: 2%;
    border-bottom: 2px solid black;
}


.logo-holder-info.info-logo {
    display: inline-block;
    width: 25%;
    height: 22px;
    position: absolute;
    bottom: 2.2%;
    background-image: url(../images/logo-esconde.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.description.width-50.float-left.padding-2 {
    padding-left: 0;
}


/* ALTERADORES */

.width-50 {
    width: 50%;
    box-sizing: border-box;
}

.float-left {
    float: left;
}

.padding-2 {
    padding: 2%;
}

.top-0 {
    top: 0px;
}

.no-display {
    opacity: 0;
}

.blurred {
    filter: blur(10px);
    transition: all .4s ease-in-out;
    transition-delay: .15s;
    opacity: .8;
}


@media (max-width:641px)  {

    body  {
    background-color: #ff0000;
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
}

    p {
    font-size: 20px;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none;
  font-size: 19px;
}

span.phone-number {
    font-size: 19px;
}


.centered-image {
    height: 80vh;
    margin-top: 8vh;
    max-width: 100%;
    overflow: hidden;
}

.centered-image img {
    height: 100%;
    opacity: 1;
    transition: all .3s ease;
}

.logo-holder {
    width: 80%;
    left: 25%;
    top: 2.8%;
}

.bottom-nav a {
    font-size: 23px;
}

.info-holder {
    position: fixed;
    background-color: #ff0000;
    width: 100%;
    height: 100vh;
    /* bottom: 0px; */
    top: 200vh;
    left: 0px;
    opacity: 1;
    overflow-y: scroll;
    padding-top: 20vh;
    mix-blend-mode: unset;
    
}

.last-p {
    padding-bottom: 400px;
}

nav.bottom-nav {
    padding: 14px;
}

span.info-subtitle {
    display: inline-block;
    margin-bottom: 2%;
    border-bottom: 2px solid black;
    font-size: 20px;
}


.logo-holder-info.info-logo {
    display: none;
}

.top-0 {
    top: 6vh;
}

.width-50 {
    width: 90%;
}

.padding-2 {
    padding: 20px;
}

.description.width-50.float-left.padding-2 {
    padding-left: 20px;
}

.no-display {
    opacity: 0;
}

.mobile-persevere {
    opacity: 1!important;
}


}