@charset "utf-8";
.ancora {
    position: relative;
    top: 0px;
}
.tapume {
    display: flex;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    z-index: 999999;
    color: #a2a2a2;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    LINE-HEIGHT: 140%;
    TEXT-ALIGN: CENTER;
}


/*owl-carrossel configurar bts nav dos widgets com carrosseel*/
.owl-nav {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}
.owl-stage {
    /* display: flex; */
    /* align-items: center; */
}
button.owl-prev {
    position: absolute;
    left: 0px;
    width: initial;
}

button.owl-next {
    position: absolute;
    right: 0px;
    width: initial;
    /* background-color: #fff !important; */
}
button.owl-next:before,
button.owl-prev:before {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	color: var(--cor-secundaria) !important;
	opacicty: 1 !important;
	background: none !important;
	font-size: 33px !important;
}

button.owl-prev:before {  font: var(--fa-font-solid);
  content: '\f060';left: -20px;}
button.owl-next:before {font: var(--fa-font-solid);
  content: '\f061';right: -20px;}

.owl-nav > button {
    font-size: 0px!important;
    /* background-color: transparent !important; */
}
.owl-nav > button:hover { transform: scale(1.2)}

/*página de vídeos*/
.epyt-gallery {
    max-width: 800px;
    margin: 0 auto;
}
.epyt-gallery-list > div:nth-child(1) {
    display: none;
}

.epyt-gallery-list {
    margin-top: 20px !important;
}
.epyt-gallery-title {
    font-size: 12px;
    text-align: left;
    padding: 9px 0 0 0px;
}
.epyt-gallery-thumb:hover {
    background-color: #e2a37b;
}
.epyt-gallery-thumb:hover .epyt-gallery-title {
    color: #fff;
}
.epyt-pagebutton {
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    padding: 8px 19px !important;
    font-size: 14px;
    color: #ffffff !important;
    background-color: #9a7652 !important;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 0;
    text-decoration: none !important;
    margin: 0 10px;
}
.epyt-pagebutton:hover{
    background-color: #26180b !important;
}



@media screen and (max-width: 700px) {

.epyt-gallery-allthumbs {
    display: flex !important;
    flex-direction: column;
}

.epyt-gallery-allthumbs .epyt-gallery-thumb {
    display: flex !important;
    flex-direction: row;
    width: 100% !important;
    align-items: center;
}
	.epyt-gallery-title {
    font-size: 13px !important;
    text-align: left;
    padding: 9px 0 0 10px !important;;
}
}


.owl-dots {
    display: flex;
    justify-content: center;
}

button.owl-dot {
    width: auto;
}
/*  //  */


.button_div {
    display: flex;
    text-align: left !important;
}
input#rememberme {
    margin: 6px !important;
}




/******************************************************/
/*******************  MOBILE  *************************/
/******************************************************/
@media screen and (max-width: 700px) {

}