/* New colours */
@font-face {
    font-family: 'plunk';
    src: url('../fonts/dr-plunk.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('GothamRoundedBook.eot');
    src: url('GothamRoundedBook.eot?#iefix') format('embedded-opentype'),
         url('GothamRoundedBook.svg#GothamRoundedBook') format('svg'),
         url('GothamRoundedBook.ttf') format('truetype'),
         url('GothamRoundedBook.woff') format('woff'),
         url('GothamRoundedBook.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

.colours-page .plunk,
.colours-page h2.plunk,
.colours-page h3.plunk  {
    font-family: 'plunk', sans-serif;
    font-size: 29px;
    line-height: 1;
}

.colours-page h1.plunk {
    color: #e28689;
    margin: 16px auto;
    position: relative;
}

.colours-page .text-decor {
    margin: 0px auto 0px;
    position: relative;
}

.colours-page h2.plunk {
    color: #f5b855;
    margin: 42px auto 20px;
    position: relative;
}

.colours-page .text-decor2 {
    margin: 20px auto 20px;
    position: relative;
}

.colours-page p {
    font-size: 16px;
    color: #4d5346;
}

.colours-page .decor {
    position: relative;
}

.colours-page h3.plunk {
    color: #afbc4a;
    margin: 33px auto 20px;
}

.colours-page .btn {
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 22px;
    width: 100%;
    padding: 10px;
    width: 230px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.colours-page .btn.pink {
    background: #e08487;
}

.colours-page .btn.yellow {
    background: #f3b654;
}

.colours-page .btn.green {
    background: #afbc4a;
}

.colours-page .btn:hover {
    background: #000;
}

.colours-page .flecha-izq {
    float: left;
    width: 50px;
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;
}

.colours-page .flecha-dere {
    float: right;
    width: 50px;
    transform: rotate(180deg);
    height: 28px;
    background-image: url(../pics/flecha.svg);
    background-repeat: no-repeat;

}

@media (min-width: 576px) {
    .colours-page .plunk,
    .colours-page h2.plunk,
    .colours-page h3.plunk  {
        font-size: 44px;
    }

    .colours-page h1.plunk {
        margin: 40px auto;
    }

    .colours-page .text-decor {
        margin: 15px auto 10px;
    }

    .colours-page h2.plunk {
        margin: 60px auto 35px;
    }

    .colours-page .content3img img {
        margin: 0 auto;
        display: block;
    }

    .colours-page .text-decor2 {
        margin: 30px auto 40px;
    }

    .colours-page h3.plunk {
        margin: 50px auto 30px;
    }
}

@media (min-width: 768px) {
    .colours-page .plunk,
    .colours-page h2.plunk,
    .colours-page h3.plunk  {
        font-size: 60px;
    }

    .colours-page h1.plunk {
        margin: 60px auto;
    }
    
    .colours-page h1.plunk:before,
    .colours-page h1.plunk:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f3b654;
    }

    .colours-page h1.plunk:before {
        top: -35%;
        left: -1%;
    }

    .colours-page h1.plunk:after {
        right: 12%;
        bottom: -36%;
    }

    .colours-page .text-decor {
        margin: 37px auto 27px;
    }

    .colours-page .text-decor:before,
    .colours-page .text-decor:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f3b654;
    }

    .colours-page .text-decor:before {
        bottom: -4%;
        left: -3%;
    }

    .colours-page .text-decor:after {
        right: -7%;
        top: -1%;
    }

    .colours-page h2.plunk {
        margin: 82px auto 46px;
    }

    .colours-page h2.plunk:before,
    .colours-page h2.plunk:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #e08487;
    }

    .colours-page h2.plunk:before {
        top: -39%;
        left: -1%;
    }

    .colours-page h2.plunk:after { 
        bottom: -33%;
        right: -8%;
    }

    .colours-page .text-decor2 {
        margin: 0px auto 60px;
    }

    .colours-page .text-decor2:before,
    .colours-page .text-decor2:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #e08487;
    }

    .colours-page .text-decor2:before {
        top: -18%;
        left: -10%;
    }

    .colours-page .text-decor2:after {
        right: -19%;
        bottom: 34%;
    }

    .colours-page h3.plunk {
        margin: 20px auto 45px;
    }

    .colours-page .decor:before,
    .colours-page .decor:after {
        content: "";
        position: absolute;
        width: 34px;
        height: 34px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background-color: #f3b654;
    }

    .colours-page .decor:before {
        bottom: -9%;
        left: -15%;
    }

    .colours-page .decor:after {
        top: -20%;
        right: -2%;
    }

    .colours-page p {
        font-size: 18px;
    }

    .colours-page .btn {
        font-size: 18px;
        width: 210px;
    }
}

@media (min-width: 992px) {
    .colours-page .plunk, .colours-page h2.plunk, .colours-page h3.plunk {
        font-size: 76px;
    }

    .colours-page h1.plunk {
        margin: 60px auto 75px;
    }

    .colours-page h1.plunk:before,
    .colours-page h1.plunk:after {
        width: 42px;
        height: 42px;
    }

    .colours-page h1.plunk:before {
        top: -35%;
        left: 3%;
    }

    .colours-page h1.plunk:after {
        right: 15%;
        bottom: -36%;
    }

    .colours-page .text-decor {
        margin: 60px auto 50px;
    }

    .colours-page .text-decor:before,
    .colours-page .text-decor:after {
        width: 42px;
        height: 42px;
    }

    .colours-page .text-decor:before {
        bottom: -11%;
        left: -1%;
    }

    .colours-page .text-decor:after {
        right: -7%;
        top: -6%;
    }

    .colours-page h2.plunk {
        margin: 107px auto 65px;
    }

    .colours-page h2.plunk:before,
    .colours-page h2.plunk:after {
        width: 42px;
        height: 42px;
    }

    .colours-page h2.plunk:before {
        top: -39%;
        left: 2%;
    }

    .colours-page h2.plunk:after { 
        bottom: -33%;
        right: -5%;
    }

    .colours-page .text-decor2 {
        margin: 0px auto 90px;
    }

    .colours-page .text-decor2:before,
    .colours-page .text-decor2:after {
        width: 42px;
        height: 42px;
    }

    .colours-page .text-decor2:before {
        top: -26%;
        left: -8%;
    }

    .colours-page .text-decor2:after {
        right: -16%;
        bottom: 39%;
    }

    .colours-page h3.plunk {
        margin: 40px auto 61px;
    }

    .colours-page .decor:before,
    .colours-page .decor:after {
        width: 42px;
        height: 42px;
    }

    .colours-page .decor:before {
        bottom: -17%;
        left: -11%;
    }

    .colours-page .decor:after {
        top: -36%;
        right: 1%;
    }
    
    .colours-page .btn {
        font-size: 22px;
        padding: 12px;
        width: 280px;
    }
}

@media (min-width: 1200px) {
    .colours-page .plunk,
    .colours-page h2.plunk,
    .colours-page h3.plunk {
        font-size: 110px;
    }

    .colours-page h1.plunk {
        margin: 110px auto;
    }

    .colours-page h1.plunk:before,
    .colours-page h1.plunk:after {
        width: 62px;
        height: 62px;
    }

    .colours-page h1.plunk:before {
        top: -34%;
        left: -7%;
    }
    
    .colours-page h1.plunk:after {
        right: 8%;
        bottom: -37%;
    }

    .colours-page .text-decor {
        margin: 120px auto 95px;
    }

    .colours-page .text-decor:before,
    .colours-page .text-decor:after {
        width: 62px;
        height: 62px;
    }

    .colours-page .text-decor:before {
        bottom: -18%;
        left: -12%;
    }

    .colours-page .text-decor:after {
        right: -7%;
        top: -12%;
    }

    .colours-page h2.plunk {
        margin: 155px auto 95px;
    }
    
    .colours-page h2.plunk:before,
    .colours-page h2.plunk:after {
        width: 62px;
        height: 62px;
    }
    
    .colours-page h2.plunk:before {
        top: -40%;
        left: -8%;
    }
    
    .colours-page h2.plunk:after {
        bottom: -33%;
        right: -16%;
    }

    .colours-page .text-decor2 {
        margin: 20px auto 140px;
        position: relative;
    }
    
    .colours-page .text-decor2:before,
    .colours-page .text-decor2:after {
        width: 62px;
        height: 62px;
    }
    
    .colours-page .text-decor2:before {
        top: -36%;
        left: -20%;
    }
    
    .colours-page .text-decor2:after {
        right: -30%;
        bottom: 38%;
    }

    .colours-page p {
        font-size: 22px;
    }

    .colours-page h3.plunk {
        margin: 81px auto 90px;
    }
    
    .colours-page .decor:before,
    .colours-page .decor:after {
        width: 62px;
        height: 62px;
    }
    
    .colours-page .decor:before {
        bottom: -24%;
        left: -24%;
    }
    
    .colours-page .decor:after {
        top: -45%;
        right: -9%;
    }

    .colours-page .btn {
        font-size: 32px;
        padding: 14px;
        width: 350px;
    }
}