body {
    background-color: #F8F8F8;
    font-family: Helvetica, sans-serif;
}


header {
    height: 228px;
}

footer {
    background: #000000 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    padding: 50px;
    width: 100%;
}

h2 {
    text-align: center;
    font-size: bold;
    font-size: 90px;
}

.arrow-6{
	height:200px;
	width:200px;
	margin-bottom: 18px;
}

.arrow-buy{
    margin-right: 10px;
	height:16px;
	width:16px;
	margin-bottom: 7px
}

.navbar-brand {
    height: 72px;
    width: 200px;
}

.title-text-home {
    font-size: 10vw;
    line-height: 8vw;
}

.time-text {
    text-align: center;
    font-size: 21vw;
}

.timer-description {
    display: flex;
    justify-content: space-around;
    font-size: 60px;
}

.footer-text {
    color: white;
    width: 275px;
}

.section-home {
    padding: 0 0 50px 204px;
}

.text-arrow-home {
    font-size: 60px;
}

.section-arrow-text-home {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.section-home-text {
    width: 100%;
	margin-bottom:180px;
}

.section-info {
    border-top: 3px solid silver;
    border-bottom: 3px solid silver;
    padding: 100px 0 100px 204px;
}

.container-text-info {
    width: 64%;
    font-size: 45px;
    color: black;
}

.section-timer {
    border-top: 3px solid silver;
    border-bottom: 3px solid silver;
    padding: 100px 0 100px 0;
}

.section-gallery {
    border-top: 3px solid silver;
    border-bottom: 3px solid silver;
    padding: 100px 0 100px 0;
}

.buy-button {
    color: white;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 37px;
    padding: 17px 34px 17px 34px;
}

.buy-button:hover {
    background-color: #707070;
}

.buy-button:hover {
    color: white;
}

.navbar-light {
    background-color: white;
}

.image-gallery {
    width: 100%;
    margin-bottom: 50px;
}

.images-single {
    position: relative;
    max-width: 100%;
}

.images-single img.image-gallery-position {
    width: 100%;
    position: absolute;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s;
    background-color: white;
}

.images-single:hover img.image-gallery-position {
    opacity: 1;
}

.backgroundHomeAnim {
    width: 100%;
    color: white;
    font-size: 45vw;
    z-index: -100;
    position: absolute;
    top: 0%;
    left: 0%;
    line-height: 40vw;
    margin-top: 150px;
}

.slide-right{
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    margin-left: -125vw;
    animation-duration : 2s;
    animation-name     : slideout-right;
}

  @keyframes slideout-right {
    from { margin-left : -5vw;}
    to   { margin-left : -125vw; }
    }

    .slide-left{
        overflow: hidden;
        white-space: nowrap;
        position: relative;
        margin-left: 0vw;
        animation-duration : 2s;
        animation-name     : slideout-left;
    }
    
      @keyframes slideout-left {
        from { margin-left : -125vw;}
        to   { margin-left : 0vw; }
        }


@media (max-width: 768px) {
	
	.section-arrow-text-home {
		justify-content: center;
	}
	
	.arrow-6 {
		width:100px;
		height:100px;
		margin-bottom: 18px;
	}
	
    h2 {
        text-align: center;
        font-size: bold;
        font-size: 45px;
    }
	
    .timer-description {
        display: flex;
        justify-content: center;
        font-size: 30px;
    }
	
    .navbar-brand {
        height: 50px;
        width: 112px;
    }
    .section-home {
        padding: 0 0 100px 0;
    }
	
	.section-home-text {
        padding-left:15%;
    }
    .section-info {
        display: flex;
        border-top: 3px solid silver;
        border-bottom: 3px solid silver;
        padding: 100px 0 100px 0;
        justify-content: center;
    }
    .container-text-info {
        width: 90%;
        font-size: 18px;
        color: black;
    }
	
	.text-arrow-home {
		font-size: 26px;
	}
    .time-text {
        text-align: center;
        font-size: 50px;
    }
    .buy-button {
        color: white;
        background: #000000 0% 0% no-repeat padding-box;
        border-radius: 37px;
        height: 35px;
        width: 146px;
        font-size: 15px;
        padding: 5px;
    }
    .buy-button:hover {
        color: white;
    }
    footer {
        background: #000000 0% 0% no-repeat padding-box;
        border: 1px solid #707070;
        padding: 0;
        width: 100%;
    }
}


/*------------------------------------ERROR 404 PAGE -------------------------------------------------------*/

.container-error {
    display: flex;
    justify-content: center;
}

.error-section {
    width: 50%;
    display: grid;
}

.title-error {
    width: 100%;
    text-align: center;
    font-weight: bolder;
    align-content: center;
    font-size: 100px;
}

.subtitle-error {
    width: 100%;
    font-size: 60px;
    text-align: center;
    font-weight: bolder;
    align-content: center;
    margin-top: 100px;
}

.description-error {
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    align-content: center;
    margin-top: 100px;
}

.error-button-section {
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-weight: bolder;
    align-content: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.error-button {
    color: white;
    background: #000000 0% 0% no-repeat padding-box;
    border-radius: 37px;
    padding: 17px 34px 17px 34px;
    align-items: center;
}

.error-button:hover {
    color: white;
}

@media (max-width: 768px) {

    .title-error {
        text-align: center;
        font-weight: bolder;
        align-content: center;
        font-size: 70px;
        margin-bottom: 20px;
    }
    
    .subtitle-error {
        font-size: 25px;
    }

    .description-error {
        font-size: 18px;
        margin-top: 50px;
    }

	.error-button-section {
        font-size: 16px;
    }

    .error-button {
        padding: 5vw 9vw 5vw 9vw;
    }
	
	
}
