/*SLIDE*/
.j_slide{
    overflow: hidden;
    width: 100%;
    height: auto;
    position: relative;
}

.j_slide .j_slide_item{
    background-color: #000;
    display: none;
}

.j_slide .j_slide_nav{
    position: absolute;
    left: 0;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.j_slide .j_slide_nav span{
    background: rgba(0,0,0,0.6);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
}

.j_slide .j_slide_nav span:hover{
    background-color: #FFF !important;
    cursor: pointer;
}

.j_slide .j_slide_nav span.active{
    background: rgba(255,255,255,0.5);
}

#instacode {
}

.instagram_feed {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.instagram_feed .instagram_new {
    flex-basis: 45%;
}
.instagram_feed img.insta-image {
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}
.instagram_feed .insta-link {
    position: relative;
    display: block;
    background: #232323;
    padding-top: 100%;
}
.instagram_feed .insta-link:hover .insta-image {
    opacity: 0.2;
}

.RfModal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: none;
    z-index: 99;
    justify-content: center;
    align-items: center;
    overflow: auto;
    padding: 20px;
}

.RfModal img.LoadModal{
    position: absolute;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
}

.RfModal .RfModalContent{
    width: 500px;
    max-width: 95%;
    background-color: var(--cor-3);
    color: var(--cor-2);
    padding: 20px;
    border-radius: 5px;
    border:1px solid var(--cor-5);
    position: relative;
    display: block;
     margin: auto;
}

.RfModal .RfModalContent .RfModalContentFechar{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 1.5em;
    cursor: pointer;
    color: var(--cor-2);
    transition: 0.4s;
}

.RfModal .RfModalContent .RfModalContentFechar:hover{
    color: var(--cor-4);
}

.RfModal .RfModalContent header{
    margin-bottom: 20px;
}

.RfModal .RfModalContent header h1{
    font-size: 1.8em;
    font-weight: 600;
    background: linear-gradient(261.82deg, #70FF00 -49.59%, #21A501 81.42%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.RfModal .RfModalContent header h1 i{
    margin-right: 8px;
}

.RfModal .RfModalContent header p{
    font-size: 0.875em;
    font-weight: 300;
}

.RfModal .RfModalContent .RfModalContentRifa{
    background-color: var(--cor-1);
    border-radius: 5px;
    border: 1px solid var(--cor-5);
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
}

.RfModal .RfModalContent .RfModalContentRifa p:nth-child(2){
    margin: 0;
}

.RfModal .RfModalContent .RfModalContentData .RfModalContentDataTitulo{
    display: block;
    color: var(--cor-2);
    margin-bottom: 8px;
    font-weight: 600 !important;
}

.RfModal .RfModalContent .RfModalContentData label{
    display: block;
    margin-bottom: 20px;
}

.RfModal .RfModalContent .RfModalContentData input{
    border: 1px solid var(--cor-5);
    border-radius: 5px;
    background-color: var(--cor-1);
    color: var(--cor-2);
}

.RfModal .RfModalContent .RfModalContentData input:focus{
    border: 1px solid var(--cor-4);
}

.RfModal .RfModalContent .RfModalContentData .RfModalContentDataBtn{
    border-radius: 5px;
    background: linear-gradient(261.57deg, #70FF00 -35.71%, #21A501 101.04%) !important;
    color: #FFF !important;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
    border: none;
}

.RfModal .RfModalContent .RfModalContentData .RfModalContentDataBtn:hover{
    background: #FF9900 !important;
}

.RfModal .RfModalContent .RfModalContentData {
    
}