/**
@Author: Edinson Tique
@Name: QCSlider Pluggin
@Version: 1.4.3
@Year: 2018
@Contact: www.fb.com/QueCodigoPG
@Libraries: jQuery
**/
.latest_posts .post {
    z-index: 100;
}

@media only screen and (min-width: 766px) {
    .zn_section.eluid6ccb6e28 {
        margin-top: 660px !important;
    }
}
:root {
    --opacity-slide: 0.5;
    --height-slider: 650px;
    --color-slider: white;
    --height-responsive: 430px;
}

body {
    margin: 0;
    padding: 0;
}

section.pram__slide {
    position: relative;
    float: left;
    display: block;
    width: 100%;
    height: var(--height-slider);
    z-index: 0;
    margin-bottom: 40px;
    top: 100px;
}

@media only screen and (max-width: 766px) {
    section.pram__slide {
        height: var(--height-responsive);
        top: -20px;
        float: none;
        margin-bottom: 0px;
    }
}

section.pram__slide .slider-container {
    width: 100%;
    height: 100%;
    float: left;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #FFFFFF;
}

    section.pram__slide .slider-container .slider-wrapper {
        margin: 0;
        padding: 0;
        width: 100%;
        z-index: 90;
        height: 100%;
        position: relative;
    }

        section.pram__slide .slider-container .slider-wrapper li {
            display: none;
        }

            section.pram__slide .slider-container .slider-wrapper li.slide-current {
                display: block;
            }

            section.pram__slide .slider-container .slider-wrapper li.video {
                height: 100%;
                position: relative;
                background: #000000;
            }

                section.pram__slide .slider-container .slider-wrapper li.video .include {
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    margin: 0 auto;
                    position: absolute;
                }

                    section.pram__slide .slider-container .slider-wrapper li.video .include::before {
                        top: 0;
                        left: 0;
                        z-index: 4;
                        content: "";
                        width: 100%;
                        height: 100%;
                        position: absolute;
                    }

                    section.pram__slide .slider-container .slider-wrapper li.video .include iframe, section.pram__slide .slider-container .slider-wrapper li.video .include object, section.pram__slide .slider-container .slider-wrapper li.video .include embed, section.pram__slide .slider-container .slider-wrapper li.video .include video {
                        top: 0;
                        left: 0;
                        z-index: 2;
                        width: 100%;
                        height: 100%;
                        position: absolute;
                        object-fit: cover;
                    }

            section.pram__slide .slider-container .slider-wrapper li img {
                position: absolute;
                top: 0;
                left: 0;
                margin: 0 auto;
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            section.pram__slide .slider-container .slider-wrapper li .overlay {
                top: 0;
                left: 0;
                width: 100%;
                z-index: 92;
                height: 100%;
                display: block;
                position: absolute;
                background: rgba(0, 0, 0, 0);
            }

    section.pram__slide .slider-container .drt-control {
        top: 40%;
        z-index: 90;
        color: white;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 22px;
        position: absolute;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        background: rgba(0, 0, 0, var(--opacity-slide));
    }

        section.pram__slide .slider-container .drt-control svg {
            width: 24px;
            height: 24px;
        }

        section.pram__slide .slider-container .drt-control:hover {
            background: black;
        }

        section.pram__slide .slider-container .drt-control.control-left {
            left: 0px;
        }

        section.pram__slide .slider-container .drt-control.control-right {
            right: 0px;
        }

    section.pram__slide .slider-container .slider-controls {
        z-index: 90;
        width: 100%;
        bottom: 70px;
        padding: 5px;
        text-align: center;
        margin-bottom: 0px;
        position: absolute;
        padding-bottom: 15px;
    }

        section.pram__slide .slider-container .slider-controls li {
            zoom: 1;
            width: 14px;
            height: 14px;
            margin: 0 4px;
            cursor: pointer;
            border-radius: 100%;
            text-indent: -9999px;
            display: inline-block;
            background: rgba(0,0,0, 0.1);
            border: 1px solid white;
        }

            section.pram__slide .slider-container .slider-controls li.active {
                background: var(--color-slider);
            }

    section.pram__slide .slider-container .tempo-bar {
        position: absolute;
        bottom: 0px;
        height: 5px;
        background: var(--color-slider);
        width: 0%;
        z-index: 91;
        display: block;
        float: left;
    }

.pram_overlay__items {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    width: fit-content;
    height: 100%;
    clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
    z-index: 10;
    animation: slideInLeft;
    animation-duration: 1s;
    display: flex;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding-left: 155px;
    padding-right: 150px;
}

@media (min-width: 767px) {
    .param__slide {
        margin-bottom: 40px;
        z-index: 0;
        top: 100px
    }
}

@media (max-width: 767px) {
    section.pram__slide .slider-container .slider-controls {
        bottom: 0px;
    }

    .pram_overlay__items {
        clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
        padding-left: 80px;
        padding-right: 80px;
    }

    .pram_overlay__text {
        font-size: 60px !important;
        line-height: 1;
    }

    .pram_overlay__subtext {
        margin-top: 10px;
    }
}

.pram_overlay.green .pram_overlay__items {
    background: rgba(0, 128, 0, 0.5);
}

.pram_overlay.blue .pram_overlay__items {
    background: rgba(0, 0, 255, 0.5);
}

.pram_overlay {
    background-color: rgb(0, 0, 0, 0.2) !important;
    position: absolute;
    height: 100%;
    width: 100%;
}

.pram_overlay__button,
.pram_overlay__subtext,
.pram_overlay__text {
    font-family: Lato, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    position: relative;
    color: white;
    z-index: 90;
    animation: slideInLeft;
    animation-duration: 1s;
    display: block;
}

.pram_overlay__text {
    margin-top: -100px;
    font-size: 72px;
    font-weight: 400;
    animation-delay: 0.1s;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.pram_overlay__subtext {
    font-size: 30px;
    font-weight: 300;
}

.pram_overlay__button {
    animation-delay: 0.2s;
    min-width: 148px;
    max-width: 148px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    background-color: rgb(102, 204, 102);
    border-color: rgb(0, 0, 0);
    border-radius: 3px;
    outline: none;
    box-shadow: rgb(153, 153, 153) 0 0 0 0;
    box-sizing: border-box;
    cursor: pointer;
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: left;
    margin: 40px 0 0;
    padding: 12px 35px;
    letter-spacing: 0;
    min-height: 53px;
    max-height: 53px;
    opacity: 1;
}

    .pram_overlay__button:hover {
        background-color: rgb(76, 171, 76);
    }
