@import url("https://use.typekit.net/uoh2mre.css");

body {
    background-color: #2e2421;
    font-family: brandon-grotesque, sans-serif;
}
a {
    text-decoration: none;
    color: #00b2c8;
    transition: all 0.2s ease;
}
.hero--section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.hero--section:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    border: 1px dashed rgba(255,255,255,0.2);
    z-index: 3;
    box-shadow: 0px 0px 0px 50px rgb(255 255 255 / 8%);
}
.hero-top_left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 252px;
    height: 219px;
    background: url(../img/hero/hero-top_left.png);
    opacity: 0.2;
}

.hero-top_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 441px;
    height: 202px;
    background: url(../img/hero/hero-top_right.png);
    opacity: 0.25;
}

.hero-bottom_right {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    width: 544px;
    height: 356px;
    background: url(../img/hero/hero-bottom_right.png);
    opacity: 0.25;
}

.hero-bottom_left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 222px;
    height: 220px;
    background: url(../img/hero/hero-bottom_left.png);
    opacity: 0.3;
}

@media screen and (max-width: 768px) {    
    .hero-top_left {
        width: calc(252px / 2);
        height: calc(219px / 2);
        background-size: contain;
    }
    .hero-top_right {
        width: calc(441px / 2);
        height: calc(202px / 2);
        background-size: contain;

    }
    .hero-bottom_right{
        width: calc(544px / 2);
        height: calc(356px / 2);
        background-size: contain;
    }
    .hero-bottom_left {
        width: calc(222px / 2);
        height: calc(220px / 2);
        background-size: contain;
    }
}

.hero--logo {
    fill: #fff;
    width: auto;
    max-height: 300px;
    z-index: 4;
    max-width: 60vw;
}

.back__to--grupo {
    position: absolute;
    left: 50%;
    top: 140px;
    transform:translateX(-50%);
    z-index: 100;
}

.scroll-down-wrap {
    position: absolute;
    left: 50%;
    bottom: 140px;
    transform:translateX(-50%);
    z-index: 100;
}

.mousey {
    position: relative;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    border: 2px solid #fff;
    box-sizing: border-box;
    z-index: 10;
}

.scroller {
    position: relative;
    left: 50%;
    top: 6px;
    margin-left: -2px;
    width: 4px;
    height: 4px;
    background: #c19d60;
    border-radius: 4px;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
}

@keyframes scroll {
	0% {
		opacity: 0;
	}
	10% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(10px);
		opacity: 0;
	}
}

.scroll-down-wrap span, .back__to--grupo span {
    position: relative;
    margin-left: 16px;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    letter-spacing: 2.7px;
    line-height: 1.5;
}

.back__to--grupo span a {
    color: #fff;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 1.125em 1.5em;
}

.list--item {
    position: relative;
    padding: 220px 40px;
    border-left: 1px dashed rgba(255,255,255,0.2);
    background: #313131;
}

.list .list--item:first-child, .list .list--item:nth-child(4) {
    border-left: none;
}

.list--item:nth-child(2), .list--item:nth-child(4), .list--item:nth-child(6) {
    background: #292929;
}

.list .list--item:first-child:before {
    content: '';
    position: absolute;
    left: 40px;
    width: 80px;
    height: 80px;
    border-left: 1px dotted rgba(255,255,255,0.4);
    top: 50px;
    border-top: 1px dotted rgba(255,255,255,0.4);
    z-index: 10;
}

.list .list--item:last-child:after {
    content: '';
    position: absolute;
    right: 40px;
    width: 80px;
    height: 80px;
    border-right: 1px dotted rgba(255,255,255,0.4);
    bottom: 50px;
    border-bottom: 1px dotted rgba(255,255,255,0.4);
    z-index: 10;
}

.list--item_number {
    position: relative;
    text-align: center;
    font-size: 64px;
    line-height: 1.3;
    font-family: dream-big-wide, sans-serif;
    color: #C19D60;
}

.list--item_content {
    margin: 48px 0;
    height: 294px;
    width: 100%;
}

.list--item_content svg {
    width: 100%;
    height: auto;
    fill: #fff;

}

.list--item_link a {
    font-family: dream-big-wide, sans-serif;
    color: #C19D60;
    font-size: 30px;
    text-decoration: none;
    font-weight: 300;
    line-height: 40px;
    display: block;
    text-align: center;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
}
.list--item_link a:hover{
    letter-spacing: 1px;
}
.list--item_link a:after {
    content:'.....';
    color: #fff;
    display: block;
    line-height: 10px;
    transform: translateY(-8px);
}

.list--item_link button {
    font-family: dream-big-wide, sans-serif;
    color: #C19D60;
    font-size: 30px;
    text-decoration: none;
    font-weight: 300;
    line-height: 40px;
    display: block;
    text-align: center;
    transition: all 0.4s ease-in-out;
    letter-spacing: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background-color: transparent;
    margin: 0 auto;
}
.list--item_link button:hover{
    letter-spacing: 1px;
}
.list--item_link button:after {
    content:'.....';
    color: #fff;
    display: block;
    line-height: 10px;
    transform: translateY(-8px);
}

/* RESTAURANTE O PAULO */

.paulo-bottom_left {
    position: absolute;
    bottom: 50px;
    left: 40px;
    z-index: 1;
    width: 153px;
    height: 152px;
    background: url(../img/paulo/paulo-bottom_left.png);
    opacity: 0.4;
}

.paulo-top_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 225px;
    height: 279px;
    background: url(../img/paulo/paulo-top_right.png);
    opacity: 0.2;
}

/* RESTAURANTE TERRAMAR */

.terramar-bottom_left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 136px;
    height: 149px;
    background: url(../img/terramar/terramar-bottom-left.png);
    opacity: 0.3;
}

.terramar-top_right {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 207px;
    height: 104px;
    background: url(../img/terramar/terramar-top-right.png);
    opacity: 0.3;
}

/* RESTAURANTE DMARIA */

.dmaria-bottom_left {
    position: absolute;
    bottom: 26px;
    left: 40px;
    z-index: 1;
    width: 141px;
    height: 189px;
    background: url(../img/dmaria/dmaria-bottom_left.png);
    opacity: 0.25;
}

.dmaria-top_right {
    position: absolute;
    top: 94px;
    right: 0;
    z-index: 1;
    width: 116px;
    height: 130px;
    background: url(../img/dmaria/dmaria-top_right.png);
    opacity: 0.25;
}

/* MERCADO ALJEZUR */

.mercado-bottom_left {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 103px;
    height: 100px;
    background: url(../img/mercado/mercado-bottom_left.png);
    opacity: 0.3;
}

.mercado-top_right {
    position: absolute;
    top: 28px;
    right: 44px;
    z-index: 1;
    width: 142px;
    height: 256px;
    background: url(../img/mercado/mercado-top_right.png);
    opacity: 0.3;
}

/* BREJOS CANCELAS */

.brejos-bottom_left {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 1;
    width: 227px;
    height: 208px;
    background: url(../img/brejos/brejo-left.png);
    opacity: 0.3;
}

.brejos-top_right {
    position: absolute;
    top: 54px;
    right: 60px;
    z-index: 1;
    width: 47px;
    height: 42px;
    background: url(../img/brejos/brejos-right.png);
    opacity: 0.3;
    transform: rotate(90deg);
}

/* FORM */

.form-top_right {
    position: absolute;
    top: 238px;
    right: 0;
    z-index: 1;
    width: 126px;
    height: 227px;
    background: url(../img/form/form-right.png);
    opacity: 0.3;
}

.list--item_form_title {
    color: #C19D60;
    font-size: 31px;
    font-weight: 700;
    line-height: 41.6px;
    letter-spacing: 3.1px;
    text-transform: uppercase;
    text-align: center;
}

form {
    width: 100%;
    max-width: 420px;
}

.form-control {
    border: 1px solid rgba(255,255,255,0.4);
    border-radius:0;
    background-color: transparent;
    line-height: 1.875;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #decbab;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(193, 157, 96, .25);
}

.form-control::placeholder { color: #fff; opacity: 1; font-size:13px; font-weight: 700;letter-spacing: 3px; }
.form-control:-ms-input-placeholder { color: #fff; font-size:13px; font-weight: 700;letter-spacing: 3px; }
.form-control::-ms-input-placeholder { color: #fff; font-size:13px; font-weight: 700;letter-spacing: 3px; }