/*
Theme Name: Dingdong Wordpress theme
Author: havas
Author URI: http://www.havas.pt/
Description: Template for http://www.dingdong.pt
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*Wordpress editor styles start*/

.entry-content img {
    margin: 0 0 1.5em 0;
}
.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.alignnone, img.alignnone {
    /* not sure about this one */
}
.wp-caption {
    margin-bottom: 1.5em;
    text-align: center;
    padding-top: 5px;
}
.wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0;
}
.wp-caption p.wp-caption-text {
    line-height: 1.5;
    font-size: 10px;
    margin: 0;
}
.wp-smiley {
    margin: 0 !important;
    max-height: 1em;
}
blockquote.left {
    margin-right: 20px;
    text-align: right;
    margin-left: 0;
    width: 33%;
    float: left;
}
blockquote.right {
    margin-left: 20px;
    text-align: left;
    margin-right: 0;
    width: 33%;
    float: right;
}

/*Wordpress editor styles end*/
*{
    outline: none;
}

html, body{
    height: 100%;


}




body{
    font-family:'Neue Helvetica W01';
    overflow-x: hidden;
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 200;
    letter-spacing: 1px;


}


body.open{overflow: hidden;}





body._left{
    cursor: url("/images/arrow-left-stroke.png"), auto ;
}

body._right{
    cursor: url("/images/arrow-right-stroke.png"), auto ;
}



#overlay{
    min-height: 100%;
    width: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
    overflow: auto;
    display: none;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
    color: #3a3637;
    width: 30px;
    height: 1px;
}

.hamburger--slider .hamburger-inner::after {
    top: 12px;
}
.hamburger--slider .hamburger-inner::before {
    top: 6px;
}

.open .hamburger--slider .hamburger-inner::after {
    top: 19px!important;
}



.noscroll{
    overflow: hidden;
}
.transition{ -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.transition-scroll{ -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;
    transition: all 0.8s ease-out;
}

.transition-fast{  -webkit-transition: all 300ms ease-in-out;  -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;  transition: all 300ms ease-in-out;}
header{
    max-width: 1500px;

}
header #top_bar{
    position: fixed;
    height: 130px;
    background-color: #FFF;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}

header #top_bar.evtScroll{
    height: 90px;
}
header #top_bar #logo {
    position: absolute;
    bottom: 0;
    left: 50px;
    height: 60%;
    top: 0;
    margin: auto;
}

header nav{
    width: 440px;
    position: fixed;
    top: 0;
    right: -440px;
    background: #f1f1f1;
    padding: 100px 50px 0 20px;
    text-align: right;
    z-index: 5;
    height: 100%;
}


.wrapper-menu{ min-height: 460px;}


header nav ul{
    list-style: none;
    margin-bottom: 50px;
    margin-top: 60px;
    padding: 0;
}
header nav.showmenu{
    right: 0;

    overflow-y: scroll;


}


header button.hamburger{
    position: absolute;
    top: 30px;
    right: 460px;
    z-index: 10;
}

header button.hamburger.evtScroll{top:10px;}


header button.hamburger.open{right: 20px;}

.lang-menu li, .home-menu li{
    display: inline-block;
    padding-left: 5px;
}

.home-menu li {
    padding-left: 5px;
}

.lang-menu a, .lang-menu a:hover{
    color: #929292;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.main-menu a, .main-menu  a:hover{
    color: #8e8e8e;
    text-decoration: none;
    font-size: 46px;
    text-transform: uppercase;
}
.home-menu a, .home-menu a:hover{
    color: #7b7b7b;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}
.lang-menu .current_page_item a, .lang-menu .current_page_item a:hover{
    color: #1f1f1f;
}

#main-container{
    padding-top: 130px;

}
#footer{
    text-transform: uppercase;
    color: #1d1d1b;
    font-size: 12px;
    padding: 50px;
}

#footer label {font-weight: 300;}


@media all and (max-width: 800px) {


    header nav { max-width: 90%; }
    header nav { padding: 100px 8% 0 20px; }
    header button.hamburger.open{right: 8%;}
    .home-menu li {display: block; padding-top: 5px;}
    .main-menu a, .main-menu a:hover {font-size: 30px;}
    .lang-menu li a, .home-menu li a, .lang-menu li a:hover, .home-menu li a:hover{font-size: 15px;}
    .wrapper-menu{ min-height: 600px;}


    header nav ul {margin-bottom: 30px; margin-top: 0; padding: 0; }


    header #top_bar #logo { left: 30px; }

    header #top_bar.evtScroll{
        height: 70px;
    }

}

.slick-slider {
    margin-bottom: 30px!important;
}
#top_slider{width: 65vw; float: right; margin-right: 40px; overflow: hidden;}
#top_slider .slick-slider{

}

.dot-custom{width: 15px; height: 2px; background-color: #000;}


#top_slider .dot-custom.background--light{background-color: #000;}
#top_slider .dot-custom.background--dark{background-color: #EEE;}

.slick-active .dot-custom{height: 5px; margin-top: -3px;}

.slick-dots{bottom: 0px; text-align: left; margin-left: 3vw;}

@media all and (max-width: 800px) {
    #top_slider{width: 100%; float: none; margin: 0;}



    .slick-dots{margin: 0; text-align: center;}
}



/***************************************************************************************************************************

areas

***************************************************************************************************************************/


.title-area{ position: relative;
    color: #7b7b7b;
    font-size: 17px;
    padding-left: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.title-area a{color: #7b7b7b;}
.title-area a:hover{color: #7b7b7b;}

.title-area:before{position: absolute; margin: auto; bottom: 0; top: 0; left:0; width: 40px; height: 1px; background-color: #7b7b7b; content: "";}


.title-area._right{text-align: right;  padding-right: 50px;}
.title-area._right:before{left:auto; right: 0;}



.home-container{
    padding-left: 50px; padding-right: 50px; width: 100%;
    overflow: hidden;
    margin: 60px auto;
    position: relative;

}

.title-area.high{
    position: absolute;
    top: 35%;
}

.title-area.high._right{
    right: 50px;
}

.simple-img-left{ display: block; float: left;  width: 60%;}
.simple-img-right{ display: block; float: right;  width: 60%;}

.simple-div-right{float: right; text-align: right; width: 39%;}
.simple-div-left{float: left; text-align: left; width: 39%;}



.title-big{color: #1a1a1a; text-transform: uppercase; font-size: 36px; line-height: 46px; margin-top: 42%; margin-bottom: 10px;}


.see-project{border-bottom: 1px solid; color:#999999; font-size: 12px; margin-top: 40px;}
.see-project:hover{text-decoration: none; color:#1a1a1a;}


.title-big.tit-marcas{margin-top: 5%; margin-bottom: 5%;}
.txt-marcas {
    margin-top: 22%;
    width: 80%;
    margin-bottom: 6%;


}


#marcas .title-area.high{  top: 28%;}

@media all and (max-width: 800px) {
    .home-container{ padding-left: 30px; padding-right: 30px; }

    .simple-img-left, .simple-img-right{ display: block; float: none;  width: 100%;}

    .simple-div-right, .simple-div-left{float: none; text-align: left;}

    .title-big{ margin-top: 15px;}


    .title-area.high{
        position: relative;
        top: auto;
    }

    .title-area.high._right{
        right: auto;
    }

    .txt-marcas {
        margin-top: 20px;
        width: 100%;
        margin-bottom: 10px;
    }
}



/* TEAM */
.team-block{overflow: hidden; margin-bottom: 50px;}
#image-team{display: block; float: left; width: 45%; margin-left: 12%;}
#text-team{float: right; width: 34%; margin-right: 2%; margin-top: 0;}

.team-member{width: 34%; padding-bottom: 100px;}
.team-member img{width: 100%;}

.team-member._left{float: left; margin-left: 12%; }
.team-member._right{float: right; margin-right: 12%; }


.title-team-member{position:relative; color:#7b7b7b; font-size: 17px; margin-left: 20px; padding-left: 40px; margin-top: 10px; }
.title-team-member div{position: absolute; margin: auto; bottom: 0; top: 0; left:0; width: 30px; height: 1px; background-color: #7b7b7b;}
.desc-team-member { font-size: 14px; margin-left: 20px; padding-left: 40px;}



#team .title-area{position: absolute; top: 240px;}



@media all and (max-width: 800px) {
    #image-team{float: none; width: 100%; margin-left: 0;}
    #text-team{float: none; width: 100%; margin-right: 0px; margin-top: 20px;}

    .team-member{width: 75%; padding-bottom: 30px;}


    .team-member._left{ margin-left: 0; }
    .team-member._right{ margin-right: 0; }

    .simple-div-right{width: 100%;}
    .simple-div-left{width: 100%;}

    #team .title-area{position: relative; top: auto;}
}

/* PRESS */


/*
.press-grid {width: 102%;  margin-left: -1%; overflow: hidden;}
.press-grid .press-grid-cell{display: block; position: relative; cursor: pointer; width: 20%; float: left; padding: 1%;}
*/

.press-grid {width: 79%;  margin: 0 auto; overflow: hidden;}
.press-grid .press-grid-cell{display: block; position: relative; cursor: pointer; width: 25%; float: left; padding: 1%;}


.press-grid .press-grid-cell img{display: block; width: 100%;}
.press-grid .press-grid-cell .txt-press{position: absolute; color:#FFF; text-align: center; margin: auto; left: 0; right: 0; top: 0; bottom: 0; height: 55px;}
.press-grid .press-grid-cell .txt-press .year-press{ font-size: 17px; padding-bottom: 15px;}
.press-grid .press-grid-cell .txt-press .see-press{border-bottom: 1px solid; font-size: 14px;}


.press-grid .press-grid-cell .div-img{background-color: #000;}
.press-grid .press-grid-cell img{display: block; width: 100%; opacity: 0.7;}
.press-grid .press-grid-cell:hover img{ opacity: 0;}
.press-grid .press-grid-cell:hover .div-img{background-color: #7b7b7b;}
/*
@media all and (max-width: 1250px) {
    .press-grid {width: 104%;  margin-left: -2%;}
    .press-grid .press-grid-cell{width: 25%; padding: 1.5%;}
}

@media all and (max-width: 1000px) {
    .press-grid {width: 106%;  margin-left: -2%;}
    .press-grid .press-grid-cell{width: 33%; padding: 2%;}
}

*/


@media all and (max-width: 1000px) {

    .press-grid .press-grid-cell{width: 50%; padding: 2%;}
}

@media all and (max-width: 800px) {
    .press-grid {width: 100%;  margin-left: 0px;}
    .press-grid .press-grid-cell{width: 100%; float: none; margin: 5vw auto;}


    .press-grid .press-grid-cell .txt-press{height: 16vw;}
    .press-grid .press-grid-cell .txt-press .year-press{ font-size: 5vw; padding-bottom: 4.5vw;}
    .press-grid .press-grid-cell .txt-press .see-press{font-size: 4vw;}
}


/* SOCIAL */


.links-social{
    margin-left: 50px;
    float: left;
    margin-top: 20%;
    position: absolute;
    width: 17%;
}

.links-social a{color:#999999; font-size: 12px; border-bottom: 1px solid;}
.links-social a:hover{ text-decoration: none; color:#1a1a1a;}

.fedd-social{position:relative; float: left; width: 33%; margin-left: 10%; margin-right:2%; font-size: 15px; }

.fedd-social .icon{display: block; position: absolute; left:  -30px;}

.fedd-social .date{color:#999999; font-size: 12px;}
.fedd-social .feed{color:#1a1a1a; font-size: 15px; padding-bottom: 50px;}

.fedd-social .img-feed{width: 100%}

.fedd-social-instagram{
    position: relative;
    float: left;
    width: 100%;
    left: -30px;
}

.links-social-wrapper{
    position: relative;
    overflow: visible !important;
}
.links-social-projects{
    position: absolute;
    display: none;
    left: 2px;
}

.links-social-projects a {
    color: #999999;
    font-size: 12px;
    border-bottom: 1px solid;
}

#social #sb_instagram #sbi_load .sbi_load_btn{
    border-radius:0;
}

.instagram{
   margin-left: 5%;
    /*width: 90%;*/
   /* background-color: #00a0d2; */
}

.fedd-social-instagram .insta-title{
    display: inline-block;
}

.social-feed{
    position: relative;
    padding-left: 20%;
}

.feed-insta {
    width: 100%;
    padding-left: 20%;
    box-sizing: border-box;
}



@media all and (max-width: 1000px) {
    .links-social{margin-left: 50px;
        float: none;
        margin-top: 22%;
    }

    #sb_instagram .sbi_medium{
        margin-left: 24%;
    }
    .hidden-xs{
        float: left;
        width: 12%;
    }
    .fedd-social {
        width: 33%;
    }

}

@media all and (max-width: 900px) {
    .links-social{
        margin-left: 50px;
        float: none;
        margin-top: 30%;
        width: 17%;
        position: absolute;
    }
    .fedd-social{
        position: relative;
        float: none;
        width: 40%;
        margin: 8vw auto;
        float: left;
        padding: 2%;
    }
    .fedd-social .feed{color:#1a1a1a; font-size: 15px; padding-bottom: 5vw; padding-left: 30px;}
    .fedd-social .date{padding-left: 30px;}
    .fedd-social .icon{left:  0px;}

    .fedd-social-instagram .insta-title{
        display: inline-block;
    }

    .hidden-xs{
        float: left;
        width: 7%;
    }

    .feed-insta {
        padding-left: 12%;
    }



}

@media all and (max-width: 790px){
    .fedd-social-instagram{
        margin-left: 5%;
    }
    .instagram .feed-insta{
        width: 94%;
    }

    #social .home-container .feed-insta {
        margin-top: 30px;
        opacity: 1;
        padding-left: 0%;
        width: 100%;
    }
    .fedd-social {
        width: 90%;
    }
    .links-social{
        margin-top: 8%;
    }
}

@media all and (max-width: 600px){
    .links-social {
        margin-top: 0%;
    }

    .social-feed {
        position: relative;
        margin-top: 14%;
    }
}

@media all and (max-width: 400px){

    .social-feed {
        position: relative;
        padding-left: 13%;
        margin-top: 30%;
    }

    .links-social {
        margin-top: -5%;
    }
}



/* CONTACTS */

.contacts-box{ color:#7b7b7b; margin-left: 22%; overflow: hidden; float: left; width: 70%;}




.contacts-title{position:relative; color:#7b7b7b; font-size: 17px; padding-left: 35px; margin-bottom: 10px; text-transform: uppercase; }
.contacts-title div{position: absolute; margin: auto; bottom: 0; top: 0; left:0; width: 25px; height: 1px; background-color: #7b7b7b;}


.contacts-item{font-size: 14px;  margin-bottom: 30px; text-align: left; }


.contacts-box input{font-size: 16px; border: 0; width: 220px; border-bottom: 1px solid #A1A1A1; padding: 3px 10px; max-width: 100%;}


.contacts-box input.button, input.knewsbutton{display: block; margin-top: 12px; background-color: transparent; border: 1px solid #A1A1A1 !important;  padding: 7px; }
/*.contacts-box  fieldset {display: none;}*/


@media all and (max-width: 800px) {
    .contacts-box { margin-left: 10%;}

}





/* CATEGORY */



.cat-grid {width: 103%;  margin-left: -1%; overflow: hidden;}
.cat-grid .cat-grid-cell{display: block; position: relative; cursor: pointer; width: 33%; float: left; padding: 1%; opacity: 1; max-height: 99999px; }
.cat-grid .cat-grid-cell.hide-cell{opacity: 0; max-height: 0px;  padding: 0px;}
.cat-grid .cat-grid-cell .div-img{background-color: #000;}

.cat-grid .cat-grid-cell img{display: block; width: 100%; opacity: 0.7;}
.cat-grid .cat-grid-cell:hover img{ opacity: 0;}
.cat-grid .cat-grid-cell:hover .div-img{background-color: #7b7b7b;}


.cat-grid .cat-grid-cell .txt-cat{position: absolute; color:#FFF; text-align: center; margin: auto; left: 0; right: 0; top: 0; bottom: 0; height: 55px;}
.cat-grid .cat-grid-cell .txt-cat .name-cat{ font-size: 17px; padding-bottom: 15px; text-transform: uppercase;}
.cat-grid .cat-grid-cell .txt-cat .see-cat{border-bottom: 1px solid; font-size: 14px;}


#bt-load-more{  cursor: pointer;
    color: #FFF;
    background-color: #000;
    text-align: center;
    width: 160px;
    margin: auto;
    height: 50px;
    line-height: 50px;
}

@media all and (max-width: 800px) {
    .cat-grid {width: 100%;  margin-left: 0px;}
    .cat-grid .cat-grid-cell{width: 100%; float: none; margin: 5vw auto;}


    .cat-grid .cat-grid-cell .txt-cat{height: 16vw;}
    .cat-grid .cat-grid-cell .txt-cat .name-cat{ font-size: 5vw; padding-bottom: 4.5vw;}
    .cat-grid .cat-grid-cell .txt-cat .see-cat{font-size: 4vw;}
}


/* PROJECT */



#project{width: 100%; margin-left: 50px;}

.project-desk{display: block; overflow: hidden;}
.project-mob{display: none;}
.box-text-mobile { display:none;}

#project .slick-box{ overflow: hidden; position: relative;}


#project .slick-box .slick img{width: 500px; margin-right: 500px; }

#project .slick-active .dot-custom{height: 5px; margin-top: -3px;}

#project .slick-dots { bottom: -23px;  text-align: left;  margin-left: 66.5%; height: 30px;}


#project .dot-custom {
    position: absolute;
    top: 10px;
}




#project .box-console{position: absolute; width: 23%; left: 66.5%; top: 0px;}

#project .box-console .left-side{float: left; }
#project .box-console .right-side{overflow: hidden; float: right; text-align: right; line-height: 24px;  height: 20px;}
#project .box-console .right-side.open{height: 80px;}

#project .box-console .click {border-bottom: 1px solid; color: #999999;  font-size: 12px;}
#project .box-console .click:hover{ text-decoration: none;  color:#1a1a1a;}

#project .box-console .title{font-size: 20px; color:#1a1a1a;}

#project .box-console .title img{width: auto!important; position: absolute; margin: 0!important; height: 35px; top: 35px; }

#project .box-text {position: absolute; background-color: #F1F1F1; bottom: 60px; font-size: 14px; height: 1%; width: 23%; left: 66.5%; padding: 20px; color: #1a1a1a; opacity: 0; overflow: hidden;}


#project .box-text.open{opacity: 1; height: 70%}

.title-text{width: 100%; height: 25%;}

.nano { background: transparent; width: 100%; height: 200px;}


.nano .nano-content { padding-right: 25px;  }
.nano .nano-pane   { background: #CCC; border-radius: 0px;}
.nano .nano-slider { background: #333; }

.nano .nano-pane .nano-slider{ border-radius: 0px;}

#project .box-text .close-text{display: block; position: absolute; right: 15px; top: 15px; cursor: pointer; width: 16px!important; height: 15px!important; margin-right: 0px!important;}

.show-list{color: #1a1a1a; font-size: 12px; text-align: right; position: absolute; right: 10.5%; bottom: 27px;}

.show-list img{width: 25px!important; height: 11px!important; margin-right: 0px!important;

    margin-left: 5px;
    margin-top: -4px;

    cursor: pointer;

}



#projects-list{background-color: #999999; padding: 30px; position: fixed; width: 440px; height: 100%; right: -441px; bottom: 0; text-transform: uppercase;}
#projects-list.open{right: 0;}


.projects-list-spaccer{height: 8%;}
.projects-list-spaccer.evtScroll{height: 8%;}


.title-list{position:relative; color:#FFF; font-size: 14px; padding-left: 30px; float: left; margin-bottom: 30px;}
.title-list div{position: absolute; margin: auto; bottom: 0; top: 0; left:0; width: 20px; height: 1px; background-color: #FFF;}

.close-list{display: block; float: right; cursor: pointer;}
.show-list-mob{cursor: pointer;}

.row-list-head{overflow: hidden; clear: both; float: none; width: 100%; color: #1a1a1a; font-size: 14px; line-height: 40px; font-weight: 500;}
.row-list-common{display: block; overflow: hidden; font-size: 12px; line-height: 32px; color:#FFF; clear: both; float: none; width: 100%; border-bottom: 1px solid #FFF; }
.row-list-common.select{color: #1a1a1a; font-weight: 500; pointer-events: none;}

.row-list-common:hover{color: #1a1a1a;}

.col-list1{float: left; width: 25%;}
.col-list2{float: left; width: 50%; position: relative;}
.col-list3{float: left; width: 25%;}

.row-list-common.select .col-list2:after{position: absolute; margin: auto; bottom: 0; top: 0; left:-30px; width: 20px; height: 1px; background-color: #1a1a1a;  content: "";}


.nano-list { background: transparent; width: 100%;}
.nano-list .nano-content { padding-right: 25px;  }
.nano-list .nano-pane   { background: #CCC; border-radius: 0px;}
.nano-list .nano-slider { background: #333; }


/* ARTOLINHAS */

#project .slick-dots li{width: 15px;}
.dot-custom {
    width: 15px;
    height: 1px;
    background-color: #000;
}
#project .slick-active .dot-custom {
    height: 2px;
    margin-top: 0;
}


@media all and (min-width: 1460px) {
    #projects-list{right: -31%;}
    #projects-list.open{ right:0; width: 30%;}
}


@media all and (max-width: 1100px) {
    #project .box-text, #project .box-console{width: 33%; left: 57.5%;}
    #project .slick-dots {  margin-left: 57.5%;}

    #project .box-text{height: 65%; padding: 10px;}

    .show-list{right: 9.5%;}

    #project .dot-custom {width: 10px;}

    #project .slick-dots li { width: 5px;}
}


@media all and (max-width: 800px) {

    .project-desk{display: none;}
    .project-mob{display: block;}

    #project{width: 100%; float: none; margin: 0;}

    #project .slick-dots{margin: 0; text-align: center;}




    .project-mob .img-list img{width: 100%; margin-bottom: 30px; cursor: pointer;}


    .mobile-console { height: 0px; width: 100%; background-color: #FFF; position: fixed; bottom: -20px; padding-left: 30px; padding-right: 30px;}
    .mobile-console.open{height: 60px; bottom: 0px;}


    .mobile-console .col{float: left; width: 33%; position: relative; height: 100%;}

    .mobile-console .col a {border-bottom: 1px solid; color: #999999;  font-size: 14px; line-height: 60px;}
    .mobile-console .col s:hover{text-decoration: none; color:#1a1a1a;}

    .mobile-console .col img{display: block; position: absolute; margin: auto; top:0; bottom: 0; right: 0; cursor: pointer}


    #projects-list{right: -121%; width: 100%;}


    @media all and (max-width: 500px) {
        .mobile-console .col a {font-size: 12px;}
        #projects-list{padding: 20px;}
    }





    #project .box-text-mobile { display:block; overflow:hidden; position: fixed; background-color: #F1F1F1; bottom: -80px;  font-size: 14px; height: 1%; width: 100%; left: 0px; padding: 40px; color: #1a1a1a; opacity: 1;}


    #project .box-text-mobile.open{opacity: 1; height: 100%; bottom:0;}

    #project .box-text-mobile .close-text{display: block; position: absolute; right: 35px; top: 35px; cursor: pointer; width: 16px!important; height: 15px!important; margin-right: 0px!important;}



    #project .project-mob .title{font-size: 20px; color:#1a1a1a; padding-bottom: 30px;}
}


a{text-decoration: none!important;}
a:link{text-decoration: none!important;}
a:hover{text-decoration: none!important;}
a:visited{text-decoration: none!important;}


#seta-up{display: block; position: absolute; left: 50px; cursor: pointer;}


#project .slick-dots.min{margin-left: 10px; bottom: -40px;}

.slick-dots.min li{width: 12px;}

.slick-dots.min li .dot-custom {
    width: 12px;
}

#show-creditos {
    display: inline-block;
    margin-left: 10%;
    cursor: pointer;

}

#pop-creditos{
    opacity: 0;
    display: none;
    background-color: rgba(000,000,000,0.6);
    z-index: 9990;
    position: fixed;
    width: 100%;
    height: 100%
}


.pop-box{
    position: absolute; margin: auto; left: 0; right: 0; top: 0; bottom: 0;
    background-color: #999999;


    max-width: 600px;
    width: 80%;
    height: 80%;
    padding: 30px;
    color: #FFF;

}

#pop-creditos.open{
    opacity: 1;
    display: block;
}

.close-credits {
    display: block;
    float: right;
    cursor: pointer;
}



.title-credtis1{font-size: 18px; padding-left: 30px; position: relative; text-transform: uppercase;}
.title-credtis2{padding-left: 30px; position: relative;}
.title-credtis2:after, .title-credtis1:after{position: absolute; margin: auto; bottom: 0; top: 0; left:0px; width: 20px; height: 1px; background-color: #FFF;  content: "";}
.text-credtis{padding: 10px 30px 30px 30px; position: relative;}




#preloader{
    position: fixed;
    width: 100%; height: 100%;
    background-color: #FFF;
    z-index: 9999999;
    top: 0px; left: 0px;
}

#preloader.closed{height: 0px}

#preloader img{position: absolute; margin: auto;left: 0; right: 0; top: 0; bottom: 0;}

#preloader.closed{top: -100px;}


button.slick-next.slick-arrow{display: none!important;}
button.slick-prev.slick-arrow{display: none!important;}