/*global*/

#fullpage body,
#fullpage h1,
#fullpage h2,
#fullpage h3,
#fullpage p {
    font-family: 'Montserrat', sans-serif!important;
}

#page-container {
    padding-top: 0!important;
}

.fp-section.fp-table,
.fp-slide.fp-table .container {
    padding-top: 93px!important;
}

@media (max-width: 980px) {
    .fp-section.fp-table,
    .fp-slide.fp-table .container {
        padding-top: 47px!important;
    }
    #fp-nav.fp-right,
    .fp-slidesNav.fp-bottom {
        display: none;
    }
}

/*
.fullpage-wrapper,
.fp-section.fp-table,
.fp-tableCell,
.fp-slides,
.fp-section {
    height: calc(100vh - 93px)!important;
}
*/

.section,
.slide {
    background-size: cover;
    color: #FFF;
}

#main-content .container {
    padding-top: 0;
}

.section h1,
.section h2,
.section h3 {
    color: #FFF;
    font-weight: 900;
}

.section h1,
.section h2 {
    font-size: 90px;
    font-weight: 900;
}

.section h3 {
    font-size: 60px!important;
}

.section p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5em;
}

#urbanCOlorsStart .container {
    text-align: center;
}

@media (min-width: 981px) and (max-width: 1400px) {
    .section h1,
    .section h2 {
        font-size: 56px;
    }
    .section h3 {
        font-size: 32px!important;
    }
    .section p {
        font-size: 18px;
    }
}

@media (max-width: 980px) {
    .section h1,
    .section h2 {
        font-size: 45px;
    }
    .section h3 {
        font-size: 30px!important;
    }
    .section p {
        font-size: 18px;
        line-height: 1.3em;
    }
}

/*controles*/

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #fff;
}

.fp-slidesNav.fp-bottom {
    text-align: center;
}

.fp-controlArrow.fp-next {
    border-width: 15px 0 15px 20px;
}

.fp-controlArrow.fp-prev {
    border-width: 15px 20px 15px 0;
}

/*backgrounds*/

.fp-bg {
    background-size: cover;
    background-position: center;
}

#urbanCOlorsStart .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/urban-colors.jpg);
}

#CollectionNightRiverFirst .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/collection-NIGHT-RIVER.jpg);
}

#CollectionLondonBrickFirst .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/collection-LONDON-BRICK.jpg);
}

#CollectionStoneFirst .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/collection-STONE.jpg);
}

#CollectionSteamFirst .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/collection-STREAM.jpg);
}

#CollectionWhiteFirst .fp-bg {
    background-image: url(../../img/landing/landing-UrbanColors/collection-WHITE.jpg);
}

#CollectionNightRiverSecond .fp-bg {
    /*background-image: url(https://d7rh5s3nxmpy4.cloudfront.net/CMP1219/origin/image/header-night-river-black-kitchen.jpg);*/
    background-image: url(../../img/landing/landing-UrbanColors/collection-NIGHT-RIVER-2.jpg);
}

#CollectionLondonBrickSecond .fp-bg {
    background-image: url(https://d7rh5s3nxmpy4.cloudfront.net/CMP1219/origin/image/header-london-brick-brown-kitchen.jpg);
}

#CollectionStoneSecond .fp-bg {
    background-image: url(https://d7rh5s3nxmpy4.cloudfront.net/CMP1219/origin/image/header-stone-grey-kitchen.jpg);
}

#CollectionSteamSecond .fp-bg {
    background-image: url(https://d7rh5s3nxmpy4.cloudfront.net/CMP1219/origin/image/header-steam-grey-kitchen.jpg);
}

#CollectionWhiteSecond .fp-bg {
    background-image: url(https://d7rh5s3nxmpy4.cloudfront.net/CMP1219/origin/image/header-white-marble-kitchen.jpg);
}

.urbanCOlorsCollectionSecond .container {
    min-height: 70vh;
}

.urbanCOlorsCollectionSecond .container a {
    position: absolute;
    bottom: 0;
}

@media (max-width: 425px) {
    .urbanCOlorsCollectionSecond .container a {
        width: 100%;
        text-align: center;
    }
}

/*#urbanCOlorsStart*/

#urbanCOlorsStart h1 {
    font-size: 120px;
}

#urbanCOlorsStart h2 {
    font-size: 80px;
}

#urbanCOlorsStart p {
    max-width: 650px;
    margin: 50px auto 0;
}

#scrollDown {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -27px;
}

.bounce {
    animation-iteration-count: infinite;
    animation-duration: 1.5s;
    animation: bounce 3.6s ease infinite;
    transform-origin: 50% 50%;
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    5.55556% {
        transform: translateY(0);
    }
    11.11111% {
        transform: translateY(0);
    }
    22.22222% {
        transform: translateY(-15px);
    }
    27.77778% {
        transform: translateY(0);
    }
    33.33333% {
        transform: translateY(-15px);
    }
    44.44444% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
}

@media (min-width: 981px) and (max-width: 1400px) {
    #urbanCOlorsStart h1 {
        font-size: 80px;
    }
    #urbanCOlorsStart h2 {
        font-size: 48px;
    }
    #urbanCOlorsStart p {
        margin-top: 40px;
        max-width: 600px;
    }
}

@media (max-width: 980px) {
    #urbanCOlorsStart h1 {
        font-size: 40px;
    }
    #urbanCOlorsStart h2 {
        font-size: 30px;
    }
}

/*colecciones*/

.slide p {
    max-width: 555px;
    margin: 40px 0 50px;
}

#fina-links a,
.slide a {
    border: 2px solid #FFF;
    border-radius: 6px;
    padding: 11px 36px;
    color: #FFF;
    font-size: 18px;
}

@media (max-width: 980px) {
    .slide p {
        margin: 20px 0 30px;
    }
    .slide a span {
        display: none;
    }
}

/*urbanCOlorsEnd*/

#urbanColorsEnd {
    background-color: #000;
}

#urbanColorsEnd .container {
    text-align: center;
}

#urbanColorsEnd h2 {
    font-weight: lighter;
    font-size: 50px;
    margin-bottom: 50px;
}

#urbanColorsEnd h2 span {
    font-weight: 500;
}

#urbanColorsEnd h2 strong {
    font-weight: 800;
}

#urbanColorsEndText {
    max-width: 630px;
    margin: 0 auto;
}

#urbanColorsEndText p {
    padding-bottom: 1.5em;
}

#fina-links>h3 {
    font-size: 18px!important;
    margin-top: 20px;
    font-weight: normal;
}

#fina-links a {
    display: inline-block;
    min-width: 220px;
    margin: 5px;
}

@media (min-width: 981px) and (max-width: 1400px) {
    #urbanColorsEnd h2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    #urbanColorsEndText {
        max-width: 520px;
    }
}

@media (max-width: 980px) {
    #urbanColorsEnd h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    #fina-links>h3 {
        display: none;
    }
    #fina-links a {
        display: inline-block;
        min-width: 0;
        margin: 5px;
        padding: 2px 10px;
    }
}