@font-face {
    font-family: 'font_bebaskai';
    src: url('../fonts/BEBASKAI-REGULAR.eot');
    src: url('../fonts/BEBASKAI-REGULAR.eot?#iefix') format('embedded-opentype'),
    url('../fonts/BEBASKAI-REGULAR.svg#manksans-mediumregular') format('svg'),
    url('../fonts/BEBASKAI-REGULAR.woff') format('woff'),
    url('../fonts/BEBASKAI-REGULAR.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'font_signikanegative';
    src: url('../fonts/oswald-regular-webfont.eot');
    src: url('../fonts/oswald-regular-webfont?#iefix') format('embedded-opentype'),
    url('../fonts/oswald-regular-webfont.woff') format('woff'),
    url('../fonts/oswald-regular-webfont.ttf') format('truetype'),
    url('../fonts/oswald-regular-webfont.svg#manksans-mediumregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, div {
    padding: 0;
    margin: 0;
}

body {
    font-family: font_signikanegative;
}

/* Defining each section background and styles
* --------------------------------------- */

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index: 3;
}

/*solves problem with overflowing video in Mac with Chrome */
#section0 {
    background-color: #FFF;
}

#section1 {
    background-color: #FFF;
}

#section1 .header {
    background-image: url(../imgs/fundo_titulo_1.png);
    background-position: 50% 50%;
    border-bottom: 2px solid #51180F;
}

#section1 .article {
    color: #343433;
    font-family: font_signikanegative;
    font-size: 22px;
    text-align: justify;
    height: 100%;
}

#section2 {
    background: -webkit-linear-gradient(left, #774239, #22465b); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #774239, #22465b); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #774239, #22465b); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #774239, #22465b); /* Standard syntax (must be last) */
    background-image: url(../imgs/fundo_2.jpg);
}

#section2 .header {
    padding-right: 40px;
}

#section2 .article {
    color: #FFF;
    font-family: font_signikanegative;
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
}

#section3 {
    background-image: url(../imgs/fundo_3_boneco.png), url(../imgs/fundo_3.jpg);
    background-repeat: no-repeat, repeat-x;
    background-position: right bottom, bottom;
    background-color: #FFF;
}

#section3 .article {
    color: #333;
    font-family: font_signikanegative;
    font-size: 18px;
    text-align: justify;
}

#section4 {
    /*
    background-image:  url(../imgs/img_concurso.png), url(../imgs/fundo_4.png);
    background-repeat: no-repeat, no-repeat;
    background-position: right bottom, center center;
    -webkit-background-size: 40%, cover;
    -moz-background-size: 40%, cover;
    -o-background-size: 40%, cover;
    background-size: 40%, cover;
    */
    background-image: url(../imgs/fundo_4.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section4 .article {
    color: #FFF;
    font-family: font_signikanegative;
    font-size: 18px;
    text-align: justify;
    margin-top: 20px;
}

#section5 {
    background-color: #E6E7E8;
}

#section5 .header {
    padding-right: 40px;
}

#section6 {
    background-image: url(../imgs/fundo_6.jpg);
    background-repeat: repeat-y;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#section6 .article ul {
    padding-left: 20px;
}

#section6 .article ul li {
    list-style: none;
}

#section6 .article ul li:before {
    color: #FFDB80; /* set color bullet */
    content: "\2022"; /* /2022 is the numerical unicode for &bull; */
    font-size: 1.5em; /* Set the font-size of the bullet if necessary. Make sure to use em or %*/
    padding-right: .25em; /* Give the bullet some padding from the text Make sure to use em*/
    position: relative;
    top: .1em; /* Set the vertical position of the bullet if necessary. Make sure to use em or % */
    line-height: 18px;
}

#section6 .article {
    color: #FFF;
    font-family: font_signikanegative;
    font-size: 18px;
    text-align: justify;
}

/* Fixed header and footer.
* --------------------------------------- */
#header {
    position: fixed;
    height: 90px;
    display: block;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9;
    color: #f2f2f2;
    top: 0px;
}

#menu {
    font-family: font_bebaskai;
    font-size: 18px;
    color: #343433;
    padding-top: 25px;
    margin-right: 30px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu li {
    display: inline;
    margin-left: 35px;
    cursor: pointer;
}

#menu li a {
    color: #343433;
}

#menu li a:hover {
    text-decoration: none !important;
}

.menu_btn {
    border: 3px solid #EC5C26;
    display: inline-block;
    font-size: 25px;
    color: #EC5C26;
    margin-right: 15px
}

#menu_mobile {
    font-family: font_bebaskai;
    font-size: 18px;
    color: #343433;
    padding-top: 25px;
}

.cursor_pointer {
    cursor: pointer;
}

.cor_1 {
    color: #343433;
}

.cor_2 {
    color: #FFF;
}

.cor_3 {
    color: #EC5C26;
}

.cor_5 {
    color: #FFDB80;
}

.cor_6 {
    color: #054372;
}

.sublinhado {
    border-bottom: 4px solid #EC5C26;
}

.sublinhado_2 {
    border-bottom: 4px solid #FFDB80;
}

/*
.myoutercontainer{
	position:relative;
}

.myinnercontainer{
	position:absolute;
	top:45%;
	height:10em;
	margin-top:-5em;
}
*/
.titulo {
    font-family: font_bebaskai;
    font-size: 80px;
    padding: 130px 0 0 50px;
}

.padding_left_70 {
    padding-left: 70px;
}

.sub_titulo_1 {
    font-family: font_bebaskai;
    font-size: 30px;
}

.fundo_contactos {
    padding: 75px;
    margin-top: 50px;
}

.hidden_scrollbar {
    overflow-y: scroll;
    overflow-x: hidden;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
}

.swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.btn_galeria_instrumentos {
    font-family: font_bebaskai;
    color: #FFF;
    font-size: 18px;
    text-align: center;
}

.btn_galeria_instrumentos_hover {
    font-family: font_bebaskai;
    font-size: 18px;
    text-align: center;
    color: #F68C3F;
}

.titulo_instrumentos {
    font-family: font_bebaskai;
    font-size: 50px;
    line-height: 50px;
}

.visibility_hidden {
    visibility: hidden;
}

.btn_menu_mobile {
    background-color: #FFF;
    border: 1px solid #F09C5F;
    color: #343433;
    text-align: center;
    font-family: font_bebaskai;
    padding: 5px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

.btn_menu_mobile_adultos {
    background-color: #0095C0;
    border: 1px solid #60C9DD;
    color: #FFF;
    text-align: center;
    font-family: font_bebaskai;
    padding: 5px;
    width: 80%;
    margin: auto;
    margin-top: 10px;
}

.btn_menu_mobile a {
    color: #343433;
}

#sub_menu_mobile {
    background-color: rgba(240, 156, 95, 0.85);
    width: 100%;
    height: 202px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.display_none {
    display: none;
}

.area_login {
    background-color: rgba(240, 156, 95, 0.85);
    padding-left: 0;
}

.area_texto_login {
    width: 80%;
    margin-left: 10%;
    border: 1px solid #EC5C26;
    padding: 3px
}

.btn_login {
    background-color: #EC5C26;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-top: 3px;
    padding-bottom: 3px;
}

#slide1 {
    background: url(../imgs/galeria_inicial/1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide2 {
    background: url(../imgs/galeria_inicial/2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide3 {
    background: url(../imgs/galeria_inicial/3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide4 {
    background: url(../imgs/galeria_inicial/4.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide5 {
    background: url(../imgs/galeria_inicial/5.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide6 {
    background: url(../imgs/galeria_inicial/6.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide7 {
    background: url(../imgs/galeria_inicial/7.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide8 {
    background: url(../imgs/galeria_inicial/8.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide9 {
    background: url(../imgs/galeria_inicial/9.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide10 {
    background: url(../imgs/galeria_inicial/10.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide11 {
    background: url(../imgs/galeria_inicial/11.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide12 {
    background: url(../imgs/galeria_inicial/12.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide13 {
    background: url(../imgs/galeria_inicial/13.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#slide14 {
    background: url(../imgs/galeria_inicial/14.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.seta_desce_pag {
    position: absolute;
    z-index: 4;
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.50);
}

.fp-controlArrow {
    display: none;
}

.padding_right {
    padding-right: 50px;
}

.fundo_tranparencia {
    background-color: rgba(255, 255, 255, 0.8);
}

.titulo_concurso {
    font-family: font_bebaskai;
    font-size: 80px;
    padding: 130px 0 0 50px;
    line-height: 80px;
}

.cor_4 {
    color: #115F76;
}

.titulo_onde {
    font-family: font_bebaskai;
    font-size: 75px;
    line-height: 43px;
}

.titulo_onde_l2 {
    font-size: 43px;
}

select {
    padding: 5px;
    margin: 0;
    background: #fff;
    color: #343433;
    font-family: font_bebaskai;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(../imgs/select_seta.png);
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 18px;
    width: 100%;
}

select option {
    background-color: #f5a688;
    color: #FFF;
    text-align: center;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.titulo_galeria {
    font-family: font_bebaskai;
    font-size: 24px;
}

.gallery {
    margin-left: 25px;
    margin-right: 25px;
    padding: 15px;
}

.gallery .unitevideo {
    background-color: #fdf2ed;
    padding: 10px;
}

.gallery .gallery-imgs {
    background-color: #FFF;
    padding: 10px;
}

.gallery .video img {
    cursor: pointer;
}

#menu_contactos {
    font-family: font_bebaskai, sans-serif;
    font-size: 35px;
    padding: 130px 0 0 0px;
    text-align: center;
    color: #FFF;
}

#menu_contactos ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#menu_contactos li {
    display: inline;
    margin-left: 35px;
    cursor: pointer;
}

#loading {
    position: absolute;
    z-index: 11;
    width: 100%;
    background-color: #FFF;
    height: 4000px;
    text-align: center;
}

.btn_adultos {
    background-color: #0097C1;
    font-family: font_bebaskai;
    font-size: 20px;
    cursor: pointer;
    color: #FFF;
    padding: 10px 5px 10px 10px;
    position: absolute;
    z-index: 10;
    right: 0;
}

.envolvente {
    position: relative;
    float: none;
    display: block;
    clear: both;
    margin: 0px;
}

.envolvente .alinear {
    position: absolute;
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.fundo_galeria {
    width: 100%;
    position: absolute;
}

.div_implementar {
    line-height: 50px;
}

.font_size_26 {
    font-size: 26px;
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

}

/* Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {

}

@media only screen and (max-device-width: 768px) {

    #header {
        position: fixed;
        height: 60px;
        display: block;
        width: 100%;
        background: rgba(255, 255, 255, 0.85);
        z-index: 9;
        color: #f2f2f2;
        top: 0px;
    }

    .titulo {
        font-size: 30px;
        padding: 70px 0 10px 20px;
    }

    #section1 .article {
        font-size: 14px;
    }

    .titulo_instrumentos {
        font-size: 25px;
        line-height: 25px;
    }

    #section2 .article {
        margin-top: 5px;
        font-size: 14px;
    }

    .btn_galeria_instrumentos {
        font-size: 14px;
    }

    .btn_galeria_instrumentos_hover {
        font-size: 14px;
    }

    #logo {
        max-height: 60px;
    }

    #menu_mobile {
        padding-top: 10px;
    }

    .seta_desce_pag img {
        max-height: 30px;
    }

    #section3 .article {
        font-size: 14px;
    }

    .padding_left_70 {
        padding-left: 35px;
    }

    .padding_right {
        padding-right: 30px;
    }

    .titulo_concurso {
        font-family: font_bebaskai;
        font-size: 30px;
        padding: 70px 0 10px 20px;
        line-height: 30px;
    }

    #section4 .article {
        font-size: 14px;
        margin-top: 5px;
    }

    #section3 {
        background-image: url(../imgs/fundo_3_boneco.png), url(../imgs/fundo_3.jpg);
        background-repeat: no-repeat, repeat-x;
        background-position: center bottom, bottom;
        background-color: #FFF;
        background-size: 75%, 25%;
    }

    /*
    #section4{
        background-image:  url(../imgs/img_concurso.png), url(../imgs/fundo_4.png);
        background-repeat: no-repeat, no-repeat;
        background-position: center bottom, center center;
        -webkit-background-size: 50%, cover;
        -moz-background-size: 50%, cover;
        -o-background-size: 50%, cover;
        background-size: 75%, cover;
    }
    */
    #section6 .article {
        font-size: 14px;
        padding: 20px 0 0 0px;
    }

    .titulo_onde {
        font-family: font_bebaskai;
        font-size: 35px;
        line-height: 20px;
    }

    .titulo_onde_l2 {
        font-size: 36px;
    }

    #menu_contactos {
        font-size: 14px;
        padding: 70px 0 0 0px;
    }

    #menu_contactos li {
        margin-left: 10px;
    }

    #contactos_2 {
        margin-top: 10px;
        margin-left: 10%;
    }

    .div_implementar {
        line-height: 30px;
    }

    .font_size_26 {
        font-size: 16px;
    }

    .ug-tile-navigation-wrapper {
        visibility: hidden !important;
    }
}

@media only screen
and (max-device-width: 991px) {
    #galeria_total_penafiel {
        margin: 0;
    }
}

@media only screen
and (orientation: portrait) {
    #contactos_2 {
        margin-top: 20px;
        margin-left: 10%;
    }
}

.slick-dots li button::before {
    font-size: 20px;
    top: -30px;
    color: #007aff;
}

.slick-dots li.slick-active button:before {
    color: #007aff;
}