@font-face {
    font-family: 'Neutrif Pro';
    src: url(neutrif-font/NeutrifPro-Regular.woff);
    font-weight: normal;
}

@font-face {
    font-family: 'Neutrif Pro';
    src: url(neutrif-font/NeutrifPro-Bold.woff);
    font-weight: bold;
}

@font-face {
    font-family: 'Neutrif Pro';
    src: url(neutrif-font/NeutrifPro-Medium.woff);
    font-weight: 500;
}


html {
    margin: 0;
    user-select: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    background-color: #F0F0F0;
    margin: 0
}

main {
    background-image: url(img/venue-bg.png);
    background-position: right;
    background-repeat: no-repeat;
	background-size: contain;
    width: 100%;
}

section {
    height: 70vh;
    width: 100%;
}
footer {
    height: 30vh;
    width: 100%;
    background: url(img/bottom-lines.png) center bottom repeat-x;
}

.main-content {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding-top: 27vh;
    padding-bottom: 17vh;
}


.main-content img {
    transition: all .3s;
	width: 450px;
}

.main-content img:hover {
    opacity: .6;
}

.main-content h1 {
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    letter-spacing: 0.185em;
    text-transform: uppercase;
    color: #000000;
	margin-bottom: 20px;
}
h2 {
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
	margin-right: 20px;
}

.green {
    color: #009645;
}

.flex {
    display: flex;
}

.flex.center{
    align-items: center;
}

.flex.baseline{
    align-items: baseline;
}

label {
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-transform: uppercase;
    color: #D9D8D6;
    opacity: 0.4;
    margin-right: 20px;
}

.item-social {
    background-color: #212721;
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 100px;
    transition: all .4s;
}

.item-social:hover {
    transform: scale(1.1);
}

.item-social svg {
    position: absolute;
    left: 38%;
    transform: translateX(-50%) translateY(-50%);
    transform: scale(1.7);
    top: 39%;
}
.item-social svg path {
	fill: #EFEFEF;
}

.item-social:hover svg path {
    fill: #009645;
}

.item-social.middle {
    margin-right: 15px;
    margin-left: 15px
}


.mail {
    text-decoration: none;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,
            #009645,
            #009645 50%,
            black 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s;
}

a:hover {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.230, 1);
    background-position: 0%;
}


.mail span {
    font-family: 'Neutrif Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 36px;
    text-transform: uppercase;
    color: #D9D8D6;
    text-decoration: none;
}

.bottom-container {
    display: block;
}

.bottom-content {
    justify-content: space-between;
    max-width: 90%;
    margin: 0 auto;
    border-top: 1px solid #576d7c;
    padding-top: 15px;
    padding-bottom: 35px
}

.img-bottom{
    width: 100%;
}

.meanwhile {
    font-family: 'Neutrif Pro';
    text-transform: uppercase;
    text-align: right;
    margin-right: 5%;
    margin-bottom: 35px;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 42px;
    letter-spacing: 0.185em;
    color: #009645;
}
.flecha {
    height: 40px;
    width: 35px;
    top: 30px;
    position: relative;  
}
.desktop { display: block; }
.mobile { display: none; }

@media screen and (max-width: 768px) {
    .bottom-content {
        flex-direction: column;
    }

    .bottom-content .flex:first-child {
        margin-bottom: 30px
    }

    .flex {
        align-items: center;
        width: 100%;
    }

    .mail span {
        font-size: 26px;
        line-height: 30px;
    }
}

@media screen and (max-width: 600px) {
    .main-content {
        /*
        padding-top: 120px;
        padding-bottom: 100px;
        */
        align-items: baseline;
        display: flex;
        flex-direction: column;
    }

    .main-content img {
        max-width: 200px;
    }

    .main-content h1 {
        font-size: 11px;
        line-height: 13px;
    }

    .bottom-content .flex:first-child {
        flex-direction: column;
        align-items: baseline;
    }

    .bottom-content .flex:first-child label {
        margin-bottom: 20px;
    }

    .mail span {
        font-size: 16px;
        line-height: 18px;
    }

    .item-social {
        width: 35px;
        height: 35px;
    }
    .item-social svg {
        transform: scale(1.1);
        left: 29%;
        top: 28%;
    }

    .img-bottom {
        padding-top: 80px;
    }
    .meanwhile {
        margin-bottom: 30px;
        font-size: 10px;
        line-height: 20px;
        letter-spacing: 0.185em;
        color: #009645;
        width: 100%;
        text-align: center;
    }
    label {
        margin-right: 0;
    }
    .follow {
        margin-left: 15%;
    }
	.socialbox { margin: 0; width: 100%; text-align: left;}
    .desktop { display: none; }
    .mobile { display: block; text-align: left;}
    footer {
        position: absolute;
        bottom: 0;
        left: 0;
		height: auto;
    }
	.bottom-content {
		padding-bottom: 55px;
	}

}