/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    max-width: 2560px;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
     /*height: 100%;*/
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    /*height: 100%;*/
    /*min-height: 1px;*/
   /* min-height: 440px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: inline-block;
    max-width: 100%;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}






.slick-dots {
    list-style: none;
    text-align: center;
    padding-top: 5px;
    margin: 0 auto;
    display: table;
}

.slick-dots li{
    float: left;
    margin-left: 0px;
    margin-right: 5px;
}

.slick-dots li button{
    width: 20px;
    height: 20px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 0px;
    text-indent: -999px;
    background-color: rgba(58, 58, 58, 0.6);
    outline: none;
}

.slick-dots li:hover button{
    background: #3a3a3a;
}

.slick-dots li.slick-active button{
    background: #3a3a3a;
}


/* ---------------------- */

.youtube-video {
    height: auto;
}
.container-iframe {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 200px;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container-iframe {
        height: 350px;
    }
}

@media screen and (min-width: 992px) {
    .container-iframe {
        height: 550px;
    }
}

@media screen and (min-width: 1400px) {
    .container-iframe {
        height: 600px;
    }
}

@media screen and (min-width: 1600px) {
    .container-iframe {
        height: 700px;
    }
}

@media screen and (min-width: 1700px) {
    .container-iframe {
        height: 750px;
    }
}

.container-iframe .link-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.container-iframe figure {
    width: 100%;
    height: 100%;
}

.container-iframe figure img {
    width: auto;
    max-width: none;
}

.container-iframe iframe,
.container-iframe object,
.container-iframe embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.container-iframe .youtube-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 56px;
    height: 56px;
    outline: none;
    z-index: 9999;
}

.container-iframe .youtube-play svg {
    fill: #fff;
}

.banner {
    margin: 0px auto 80px;
    width: 100%;
    min-height: 100px;
    text-align: center;
}

.content-banner
{
    position: absolute;
    bottom: 70px;
    left: 100px;
    z-index: 11;
    cursor: default;
    max-width: 50%;
}


.text-banner {
    background: rgba(225,225,225,.6);
    padding: 10px 15px;
    color: #3a3a3a;
    font-size: 25px;
    line-height: 25px;
    font-weight: 300;
    margin-bottom: 10px;
    display: table;
}

.button-banner {
    background: #3a3a3a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 0;
    padding: 8px 20px 6px 20px;
    display: table;
    font-size: 15px;
    color: rgba(225,225,225, 1);
    margin-top: 20px;
}

a.button-banner:link, a.button-banner:focus, a.button-banner:visited {
    color: #fff;
}

.button-banner:hover {background: #b30838; color: rgba(225,225,225, 1);}

.link-banner {
    position: absolute;
    top: 0;
    left: 0;\
    right: 0;
    bottom: 0;
}

.banner button:hover{
    background-color: transparent;
}

.slick-next {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 50%;
    margin-top:-25px;
    right: 0;
    background-color: rgba(58, 58, 58, 0.6);
    color: white;
    border: none;
    outline: none;
    z-index: 10;
    line-height: 54px;
    font-size: 17px;
    padding-left: 14px;
    cursor: pointer;

}

.slick-prev {
    position: absolute;
    width: 40px;
    height: 50px;
    top: 50%;
    margin-top:-25px;
    color: white;
    left: 0;
    background-color: rgba(58, 58, 58, 0.6);
    border: none;
    outline: none;
    z-index: 10;
    line-height: 54px;
    font-size: 17px;
    padding-left: 10px;
    cursor: pointer;
}

.slick-next:hover, .slick-prev:hover {
    background-color:  rgba(58, 58, 58, 1);
}

.ratio-banner {
    /*width: 100%; padding-bottom: 40.62%;*/
}

.creates-about {
    right: 0 !important;
    top: 60px !important;
}

@media (max-width: 992px) {
    .slick-next, .slick-prev  {
        display: none;
    }
}

@media (max-width: 479px) {
    .content-banner
    {
        display: none;
    }

   /* #creates {
        right: 35px;
        top:220px;
    }*/
}

@media only screen and (min-width:960px) and (max-width:1340px) {
        #creates {
           margin-left: 5%;
        }
    }

@media (max-width:1340px) {
        #creates {
           display: none;
        }
    }

@media (min-width: 480px) and (max-width: 767px) {
    .content-banner{
        bottom: 15px;
        top: auto;
        left: 35px;
        max-width: 60%;
    }

    .text-banner {
        font-size: 15px;
        line-height: 15px;
    }

    .button-banner {
        padding: 0 10px;
        font-size: 15px;
        line-height: 30px;
        margin-top: 10px;
    }

    /*#creates {
        right: 35px;
        top:210px;
    }*/
}

@media (min-width: 768px) and (max-width: 992px) {
    .content-banner{
        max-width: 50%;
        bottom: 30px;
        left: 60px;
    }

    /*#creates {
        right: 60px;
        top:150px;
    }*/

    .text-banner {
        padding: 5px 10px;
        font-size: 15px;
        line-height: 17px;
    }

    .button-banner {
        padding: 0 15px;
        margin-top: 10px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
 .slick-dots {
        display: none !important;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .content-banner{
        max-width: 50%;
        bottom: 40px;
        left: 70px;
    }


   /* #creates {
        right: 70px;
        top:160px;
    }*/

    .text-banner {
        padding: 5px 10px;
        font-size: 20px;
        line-height: 20px;
    }

    .button-banner {
        padding: 0 15px;
        margin-top: 20px;
        font-size: 15px;
        line-height: 34px;
    }
}

.sld:first-child {
    display: block;
}