/** Generated by FG **/
@font-face {
    font-family: 'Conv_Avigea';
    src: url('fonts/Avigea.eot');
    src: local('☺'), url('fonts/Avigea.woff') format('woff'), url('fonts/Avigea.ttf') format('truetype'), url('fonts/Avigea.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style: none;
    display: inline-block;
}

* {
    color: #ffffff;
    letter-spacing: 0.2rem;
    font-family: 'Conv_Avigea', Sans-Serif;
}

.main {
    overflow-x: hidden;
    background-color: #ffffff;
}

.container {
    padding: 50px 0;
}

.pattern,
.header:before,
.content:before {
    background-image: url('images/pattern.png');
    background-repeat: repeat;
    background-position: center;
    background-size: 1360px;
}

.header:before {
    content: '';
    left: 0;
    z-index: 0;
    width: 100%;
    bottom: -95px;
    height: 160px;
    position: absolute;
    background-color: #2d9e3c;
    border-radius: 0 0 50% 50% / 0 0 100% 100%;
    transform: scaleX(1.1);
}
.header {
    padding-top: 10px;
    position: relative;
    text-transform: uppercase;
    background-color: #2d9e3c;
}
.header h1 {
    z-index: 1;
    font-size: 3.5rem;
    margin-top: 25px;
    line-height: 0.5;
    margin-bottom: 0;
    position: relative;
}
.header h1 small {
    top: -3px;
    position: relative;
}

.hero {
    padding-top: 10px;
    padding-bottom: 35px;
}
.hero img {
    z-index: 1;
    position: relative;
}

.content, .footer {
    position: relative;
    background-color: #ec1c24;
}
.content,
.content .buttons,
.content .dates,
.content .prices {
    position: relative;
}
.content:before {
    content: '';
    left: 0;
    top: -17.5%;
    z-index: 0;
    width: 100%;
    height: 25%;
    position: absolute;
    background-color: #ec1c24;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    transform: scaleX(1.1);
}
.content .container {
    z-index: 1;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}
.content .container > div {
    padding-bottom: 60px;
}
.content .buttons ul li {
    margin: 5px;
    font-size: 1.5rem;
    border-radius: 25px;
    padding: 5px 10px 0px;
    text-transform: uppercase;
    border: 2px solid #38b349;
}
.content .dates h1 {
    font-size: 4.8rem;
    line-height: 4.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
}
.content .dates h1 small {
    top: -10px;
    font-size: 2.8rem;
    position: relative;
}
.content .info p {
    margin: 5px;
    font-size: 1.5rem;
    padding: 2.5px 10px 0;
    border-radius: 20px;
    display: inline-block;
    background-color: #38b349;
}
.content .prices * {
    line-height: 100%;
    font-weight: bold;
    letter-spacing: -0.025rem;
    text-transform: uppercase;
    font-family: 'Arial', Sans-Serif;
}
.content .prices h1,
.content .prices h2,
.content .prices h3,
.content .prices h4,
.content .prices h5,
.content .prices h6
{
    margin: 0;
}
.content .prices h3 {
    font-size: 2rem;
}
.content .prices ul li {
    margin: 0;
    width: 30%;
    height: 200px;
    position: relative;
    vertical-align: middle;
}
.content .prices .box {
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    line-height: 100%;
    text-align: center;
    position: absolute;
    vertical-align: middle;
}
.content .prices .box .circle {
    top: 50%;
    width: 175px;
    height: 175px;
    margin: auto;
    border-radius: 50%;
    position: relative;
    background-color: rgb(255, 150, 100, 0.5);
    transform: translateY(-50%);
}
.content .prices .cont {
    top: 50%;
    z-index: 1;
    margin: auto;
    position: relative;
    vertical-align: middle;
    transform: translateY(-50%);
}
.content .prices .cont .title small {
    font-size: 1.2rem;
}
.content .prices .cont .price {
    font-size: 3.5rem;
    margin-top: 10px;
}
.content .stars {
    z-index: 1;
    position: absolute;
}
.content .star-1 {
    top: -10%;
    left: 34.5%;
}
.content .star-2 {
    top: 25%;
    right: 5%;
}
.content .star-3 {
    top: 50%;
    left: 5%;
}
.content .star-4 {
    top: 20%;
    left: 5%;
    width: 70px;
}
.content .star-5 {
    top: 20%;
    right: 5%;
    width: 70px;
}

.calendar {
    position: relative;
}
.calendar .tns-outer > button {
    display: none !important;
}
.calendar .tns-controls {
    top: 45%;
    width: 100%;
    position: absolute;
}
.calendar .tns-controls > button {
    /* display: none; */
    border: none;
    padding-top: 0;
    color: transparent;
    background-color: transparent;
}
.calendar .tns-controls > button::before,
.calendar .tns-controls > button::after {
    width: 50px;
    height: 50px;
    font-size: 30px;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    padding: 8px 16.5px 2px;
    background-color: rgba(0,0,0,0.5);
}
.calendar .tns-controls > button:nth-child(1) {
    float: left;
}
.calendar .tns-controls > button:nth-child(2) {
    float: right;
}
.calendar .tns-controls > button:nth-child(1)::before {
    content: '<';
    
}
.calendar .tns-controls > button:nth-child(2)::after {
    content: '>';
    
}

.footer p {
    font-size: 0.9rem;
    margin-bottom: 5px;
    font-family: 'Arial', Sans-Serif;
}
.footer h2 {
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Arial', Sans-Serif;
}

@media (min-width: 769px) {
    .container {
        max-width: 980px;
    }
}

@media (max-width: 890px) {
    .pattern,
    .header:before,
    .content:before {
        background-size: 1200px;
    }
    .content .star-1 {
        top: -10%;
        left: 34.5%;
    }
    .content .star-2 {
        top: 25%;
        right: 2.5%;
    }
    .content .star-3 {
        top: 50%;
        left: 5.5%;
    }
    .content .star-4 {
        top: 20%;
        left: 3.5%;
        width: 70px;
    }
    .content .star-5 {
        top: 20%;
        right: 2.5%;
        width: 70px;
    }
}

@media (max-width: 768px) {
    .header:before {
        bottom: -80px;
        height: 100px;
    }

    .header h1 {
        font-size: 2.25rem;
    }

    .hero {
        padding-bottom: 0;
    }

    .content:before {
        top: -10%;
        height: 15%;
    }

    .content .buttons ul li {
        font-size: 1rem;
    }

    .content .dates h1 {
        font-size: 3.8rem;
        line-height: 3.5rem;
    }

    .content .dates h1 small {
        top: -8px;
        font-size: 2.25rem;
    }

    .content .info p {
        font-size: 1.1rem;
    }

    .content .prices h3 {
        font-size: 1.5rem;
    }

    .content .prices .cont .price {
        font-size: 3rem;
    }

    .content .star-1 {
        top: -6%;
        left: 32.5%;
        width: 200px;
    }

    .content .star-2 {
        top: 30%;
        right: -12.5%;
    }

    .content .star-3 {
        top: 50%;
        left: -5%;
    }

    .content .star-4 {
        top: 17.5%;
        left: -7.5%;
        width: 60px;
    }

    .content .star-5 {
        top: 17.5%;
        right: -7.5%;
        width: 60px;
    }
}

@media (max-width: 426px) {
    .container {
        padding: 50px 10px;
    }

    .header:before {
        bottom: -80px;
        height: 100px;
    }
    .header:before {
        bottom: -60px;
        height: 100px;
        transform: scaleX(1.3);
    }
    .header {
        padding-top: 0;
    }
    .header h1 {
        font-size: 1.5rem;
        margin-top: 20px;
    }
    .header h1 small {
        top: -2px;
    }

    .hero {
        padding-top: 0;
        padding-bottom: 0;
    }

    .content:before {
        top: -7%;
        height: 7.5%;
    }
    .content .container > div {
        padding-bottom: 30px;
    }
    .content .buttons ul li {
        font-size: 0.8rem;
    }
    .content .dates h1 {
        font-size: 2.5rem;
        line-height: 2.2rem;
    }
    .content .dates h1 small {
        top: -3px;
        font-size: 1.8rem;
    }
    .content .info p {
        font-size: 0.85rem;
        line-height: 1.2rem;
    }
    .content .prices ul li {
        margin: auto;
        width: 90%;
        height: 200px;
        display: block;
    }
    .content .prices h3 {
        font-size: 1.5rem;
    }
    .content .prices .cont .price {
        font-size: 3rem;
    }
    .content .star-1 {
        top: -4%;
        left: 26%;
        width: 200px;
    }

    .content .star-2 {
        top: 250%;
        right: -12.5%;
    }

    .content .star-3 {
        top: 50%;
        left: -5%;
    }

    .content .star-4 {
        top: 20%;
        left: -5.5%;
        width: 60px;
    }

    .content .star-5 {
        top: 20%;
        right: -5.5%;
        width: 60px;
    }

    .calendar .tns-controls>button::before,
    .calendar .tns-controls>button::after {
        width: 30px;
        height: 30px;
        font-size: 20px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        padding: 7px 8px 5px;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .footer h2 {
        font-size: 1.4rem;
    }
}