/* Slideshow container */

.slideshow-container {
    width: 100%;
    height: 100vw;
    position: relative;
    margin: auto;
}

/* Hide the images by default */

.mySlides {
    display: none;
}

/* Next & previous buttons */

.prev,
.next {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, .04)
}

/* Position the "next button" to the right */

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.prev > img {
    width: 2em;
    height: auto;
}

.next > img {
    width: 2em;
    height: auto;
}

/* Caption text */

/* Number text (1/3 etc) */

.numbertext {
    display: none;
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

#dots {
    position: absolute;
    margin-top: -2em;
    padding-left: 2em;
}

/* The dots/bullets/indicators */

.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    border: 1px black solid;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: rgba(0, 0, 0, 1);
}

/* Fading animation */

.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}








/*FULL SCREEN*/

.overlayfullslide {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.68);
}

.overlayfullslide a {
    padding: 8px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlayfullslide a:hover,
.overlayfullslide a:focus {
    color: #f1f1f1;
}

/*.x-button{
    border:1px red solid;
    height:20em;
}*/

/*.overlayfullslide .closebtnslide {
    position: relative;
    margin:auto;
    top:3.5vw;
    font-size: 2vw;
    background:white;
    position: relative;
	align-items: right;
	display: flex;
	height: auto;
	justify-content: right;
}  */

.overlayfullslide .closebtnslide {
    margin: auto;
    top: 0;
    background: white;
    position: relative;
    align-items: right;
    display: flex;
    height: auto;
    justify-content: right;
    padding-left: .5em;
    padding-right: .5em;
}

#x-button {
    position: absolute;
    right: 0;
    float: right;
}

/*#x-button > a{
    font-family: inherit;
    font-weight: 100;
    font-size: 22pt;
}*/

/*------------------FULL SLIDE MAIN-----*/

#full-slide-main {
    position: relative;
    display: block;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    /*border:8px white solid;*/
}











#Wrapper {
    position: relative;
    align-items: center;
    display: flex;
    height: auto;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

#Slideshow {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
}

#Slider {
    height: auto;
    max-height: 49.5vw;
    width: 100%;
    margin: 0 auto;
}

#sobre-slider {
    width: 74vw;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

#Slider img {
    display: block;
    text-align: center;
    max-width: 74%;
    max-height: 49.1vw;
    height: auto;
    transition: all 1s;
    margin: 0 auto;
    border: 8px white solid;
}

#Arrows {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    height: 10%;
}

#Arrows div {
    color: #1C1D21;
    cursor: pointer;
    transition: background-color .5s, color .5s;
}

#Arrows div > img {
    width: 4vw;
    height: auto;
}

#Arrows div:first-of-type {
    padding-right: 20px;
}

#Arrows div:last-of-type {
    padding-left: 20px;
}

#Arrows div:hover {
    color: #EEEFF7;
}



@media screen and (max-width:320px) and (orientation:portrait) {


    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 1px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }


}



@media screen and (min-width:321px) and (max-width:414px) and (orientation:portrait) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 3px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        height: auto;
        max-height: 50.5vw;
        width: 100%;
        margin: 0 auto;
    }

}




@media screen and (min-width:415px) and (max-width:568px) and (orientation:portrait) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 3px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}


@media screen and (min-width:569px) and (max-width:768px) and (orientation:portrait) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 4px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}





@media screen and (min-width:769px) and (max-width:968px) and (orientation:portrait) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 4px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}

@media screen and (min-width:969px) and (max-width:1024px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 4px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}




@media screen and (min-width:1025px) and (max-width:1280px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 6px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}





@media screen and (min-width:1281px) and (max-width:1366px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 7px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}




@media screen and (min-width:1281px) and (max-width:1440px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 7px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}





@media screen and (min-width:1441px) and (max-width:1650px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 7px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}



@media screen and (min-width:1651px) and (max-width:2560px) and (orientation:landscape) {

    #Slider img {
        display: block;
        text-align: center;
        max-width: 100%;
        height: auto;
        width: auto\9;
        transition: all 1s;
        margin: 0 auto;
        border: 10px white solid;
    }

    #x-button {
        position: absolute;
        right: 0;
        float: right;
    }

    #Slider {
        max-height: 50vw;
        height: auto;
        width: auto\9;
        margin: 0 auto;
    }

}
