/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 * CSS Style pattern: BEM(block, element & modifier
 */

/* Card Ads SETUP */
.adsCard{

}
.adsCard__coverContainer{
    /* height: 380px; */
}
.adsCard__coverContainer--top{
    background: #e91e63;
}
.adsCard__CoverContainer--basic{
    min-height: 200px;
}

.adsCard__cover{
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.adsCard .owl-nav,
.adsCard .owl-dots{
    position: absolute;
    width: 100%;
}
.adsCard .owl-nav{
    height: 40px;
    top: calc(100% / 2 - 20px);
}
.adsCard .owl-nav button{
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, .3) !important;
    position: absolute !important;
    top: 5px;
    padding: 0 !important;
}
.adsCard .owl-nav button.owl-prev{
    left: 0 !important;
}
.adsCard .owl-nav button.owl-next{
    right: 0 !important;
}
.adsCard .owl-dots{
    bottom: -30px;
}


/* Social btn setup */
:root {
    /* Cores dos botões sociais */
    --color-facebook: #3b5998;
    --color-twitter: #1da1f2;
    --color-instagram: #e1306c;
    --color-linkedin: #0077b5;
    --color-youtube: #ff0000;
    --color-whatsapp: #25d366;

    /* Cores de hover */
    --color-facebook-hover: #2d4373;
    --color-twitter-hover: #0e95e8;
    --color-instagram-hover: #c82364;
    --color-linkedin-hover: #005582;
    --color-youtube-hover: #cc0000;
    --color-whatsapp-hover: #20b857;

    /* Cores do texto */
    --color-text-light: #ffffff;
    --color-text-dark: #000000;
}

.btn-social--main {
    display: inline-block;
    width: calc(100% - 16px);
    padding: 10px 20px;
    margin: 8px;
    color: var(--color-text-light);
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}
.btn-social--secondary{
    width: 32px;
    height: 32px;
    margin: 8px;
    color: var(--color-text-light);
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.btn-facebook {
    background-color: var(--color-facebook);
}
.btn-facebook:hover {
    background-color: var(--color-facebook-hover);
}

.btn-twitter {
    background-color: var(--color-twitter);
}
.btn-twitter:hover {
    background-color: var(--color-twitter-hover);
}

.btn-instagram {
    background-color: var(--color-instagram);
}
.btn-instagram:hover {
    background-color: var(--color-instagram-hover);
}

.btn-linkedin {
    background-color: var(--color-linkedin);
}
.btn-linkedin:hover {
    background-color: var(--color-linkedin-hover);
}

.btn-youtube {
    background-color: var(--color-youtube);
}
.btn-youtube:hover {
    background-color: var(--color-youtube-hover);
}

.btn-whatsapp {
    background-color: var(--color-whatsapp);
}
.btn-whatsapp:hover {
    background-color: var(--color-whatsapp-hover);
}

/* Carousel styles */
.carousel-advertisement .owl-nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 180px;
    padding: 0;
    margin: 0;
}
.carousel-advertisement .owl-nav .owl-prev,
.carousel-advertisement .owl-nav .owl-next{
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, .2) !important;
    box-shadow: none !important;
    position: absolute;
    left: -10px;
}
.carousel-advertisement .owl-nav .owl-next{
    left: auto;
    right: -20px;
}
.carousel-advertisement .owl-dots{
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-advertisement .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100%;
    margin: 0 4px;
    box-shadow: none !important;
}
.carousel-advertisement .owl-dots .active{
    background: rgba(255, 255, 255, .7);
}

/* Hack puxar header pra frente */
.elementor-sticky--active{
    z-index: 99 !important;
}

/* Hack remover background de inputs focados */
.form-control:focus{
    background: none;
    background-image: none !important;
}

li.woocommerce-MyAccount-navigation-link{
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #dee2e6;
    transition: 0.3s ease-in-out;
}
li.woocommerce-MyAccount-navigation-link:hover{
    transition: 0.3s ease-in-out;
    padding-left: 12px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

li.woocommerce-MyAccount-navigation-link:hover a{
    color:#e91e63 !important;
    transition: 0.3s ease-in-out;
}

li.woocommerce-MyAccount-navigation-link a{
    font-size: 16px;
    padding-left: 8px;
    display: block;
    color: rgb(108,117,125) !important;
}
li.is-active a{
    color: #e91e63 !important;
    padding-left: 12px;    
}
/* Adicionando ícones aos menus do painel */
nav.woocommerce-MyAccount-navigation a:before{
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 25px;
    display: inline-block;
}
li.woocommerce-MyAccount-navigation-link--dashboard a:before{
    content: "\f625";
}
li.woocommerce-MyAccount-navigation-link--edit-account a:before{
    content: "\f2c1";
}
li.woocommerce-MyAccount-navigation-link--gallery a:before{
    content: "\f87c";
}
li.woocommerce-MyAccount-navigation-link--advertisements a:before{
    content: "\f3ff";
}
li.woocommerce-MyAccount-navigation-link--orders a:before{
    content: "\f571";
}
li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
    content: "\f2f5";
}



/* Hack esconder .product_meta */
div.product .entry-summary div.product_meta{
	display: none !important;
}

/* Hack para alterar a cor de mensagens do woocommerce */
.woocommerce-message{
    background: #e91e63 !important;
    color: #fff !important;
}
.woocommerce-message::before{
    color: #fff !important;
}
.woocommerce-message a{
    color: #fff !important;
}

/* Cadastro */
.register__backgroundImage{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url('http://acompanhantesa2.com.br/wp-content/uploads/2023/07/pexels-anni-roenkae-2156884.jpg');
}
.register__backgroundImage::after{
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;

    background: rgba(0,0,0,.5);
}

.register__btn{
    width: 100%;
    height: 90px;
    text-transform: uppercase;
    font-weight: bold;
}

/* .cardDashboard */
.cardDashboard{
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #5C646E !important;
}
.cardDashboard:hover{
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}
.cardDashboard__roundBtn{
    width: 32px; 
    height: 32px; 
    background: #F0F0F0; 
    border-radius: 100%; 
    font-size: 20px;
}
.cardDashboard__icon{
    font-size: 2em;
    color: #5C646E;
    margin: auto;
}


/* .cardProduct */
.cardProduct{
    padding: 20px 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    overflow: hidden;
}
.cardProduct__label{
    height: 30px;
    width: 140px;
    transform: rotate(-45deg);    
    text-transform: uppercase;
    text-align: center;
    font-size: .9em;
    left: -40px;
    top: 15px;
    position: absolute;
}
.cardProduct__header{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border: none;
    border-bottom: 1px solid #ededed;
}
.cardProduct__thumb{
    width: 64px !important;
    height: 64px !important;
    margin: 0 auto;
}
.cardProduct__body{
    margin-bottom: 16px;
    padding-bottom: 16px;
    border: none;
    border-bottom: 1px solid #ededed;
}
.cardProduct__footer label{
    font-size: 12px;
    opacity: .8;
}
.cardProduct__footer select{
    width: 100%;
    height: 30px;
    font-size: 14px;
}
.cardProduct__buyButton{
    width: 100%;
    height: 40px;
    text-transform: uppercase;
    border-radius: 0 !important;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.cardProduct__buyButton:hover{
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}


/* Estilização #asideWrapper .plan-carousel-dots */
#plan-carousel-dots{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#plan-carousel-dots button.owl-dot{
    background: none;
    border: 1px solid #cdcdcd;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    margin: 0 4px;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#plan-carousel-dots button.active{
    background: #6c757d !important;
    transition: 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.welcomeComponent::before{
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* CSS RULES FOR MOBILE */
@media only screen and (max-width: 600px) {
    /* Menu painel minha conta */
    .woocommerce-MyAccount-navigation{
        width: 100% !important;
    }
    .woocommerce-MyAccount-content{
        width: 100%;
    }

    .welcomeComponent::before{
        width: 100%;
        height: 400px;
        top: -110px !important;
    }

    /* Dashboard user */
    /* Breadcrumb .separator */
    #breadcrumbs{
        margin-bottom: 16px;
        background: rgba(255, 255, 255, 0.1);
        padding: 8px 26px;
        display: inline-flex;
        border-radius: 4px;
        color: #fff;
    }
    #breadcrumbs > .separator{
        margin: 0 3px;
    }

    .welcomeComponent{
		width: 100%;
	}
    .welcomeComponent__profileContainer{
        background: #7d438f;
        border-radius: 100%;
        margin: auto;
        margin-top: 190px;
        padding: 8px;
        overflow: hidden;
        width: fit-content;
        height: fit-content;
    }
    .welcomeComponent__profileThumb{
        background: white;
        width: 132px;
        height: 132px;
        border-radius: 100%;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    /* /End dashboard user */
    
    /* Body font-sizes */
    body{
        font-size: 0.9rem;
        line-height: 1.7;
    }

    /* Nav tabs styles  */
    .nav-tabs{
        border: 2px solid #e91e63;
        border-radius: 8px;
        padding: 0;
    }
    .nav-tabs .nav-link{
        background: none;
        text-align: center;
        opacity: .8;
        color: white !important;
        border-radius: 0;
        border: none;
        box-shadow: none;
    }
    .nav-tabs .nav-link.active{
        background: #e91e63;
        opacity: 1;
    }

    /* Offcanvas bottom */
    .offcanvas-bottom{
        height: 100vh !important;
    }

    /* Accodion/ .profileOptions */
    .profileOptions{
        background: none;
    }
    .profileOptions__button{
        background: white;
    }
    .profileOptions__body{
        background: none;
    }

    /* ProfileCover */
    .profileCover{
        width: 100%;
        height: 320px;
        position: relative;
        top: 0;
        left: 0;
    }
    .profileCover__attachment{
        height: 180px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    /* Profile Component */
    .profile{
        position: relative;
        top: -78px;
        margin: auto;
        text-align: center;
    }
    .profile__adornment{
        width: fit-content;
        height: fit-content;
        margin: auto;
        padding: 6px;
        overflow: hidden;
    }
    .profile__adornment--n1{
        background-color: #FF3D00;
    }
    .profile__adornment--n2{
        background-color: #651FFF;
    }
    .profile__adornment--n3{
        background-color: #D500F9;
    }
    .profile__adornment--n4{
        background-color: #F50057;
    }

    .profile__thumb{
        background: white;
        width: 140px;
        height: 140px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .profile__stamps{
        
    }
    .profile__seal{
        border: none;
        background: none;
        font-size: .8rem;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-top: 1rem;
        opacity: .8;
    }
    .profile__seal--verified{
        color: #00E676 !important;
    }

    .profile__title{
        color: #ffffff;
        letter-spacing: 1px;
    }

    .profile__rating{

    }
    .profile__rating--color{
        color: #FFC400 !important;
    }
    /* #End Profile Component */

    /* profileMeta */
    .profileMeta{
        opacity: .8;
    }
    .profileMeta__item{
        color: #fff;
    }

    /* profileActionBar */
    .profileActionBar{
        margin: auto;
    }
    .profileActionBar__button{
        width: 100%;
    }

    /* profileCard */
    .profileCard{
        background: none;
    }

    /* profileWrapper */
    .profileWrapper{
        
    }
    .profileWrapper__box{
        padding: 16px;
        margin-bottom: 24px;
    }
    .profileWrapper__box > p,
    .profileWrapper__box > li{
        line-height: 1.8;
    }
    /* #End ProfileWrapper  */
    
    .profileList{
        display: flex;
        flex-flow: wrap;
    }
    .profileList__item{
        position: relative;
        display: block;
        padding: 0.25rem 0.5rem;
        color: #212529;
        text-decoration: none;
        border: 1px solid rgba(0,0,0,.125);
        margin: 6px 12px 6px 0;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .profileList__item:hover{
        background: rgba(0, 0, 0, .3);
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .profileList__link{
        text-decoration: none;
    }
        
    /* .profileSocialNetwork  */
    .profileSocialNetwork{
        margin-bottom: 64px;
    }
    .profileSocialNetwork__list{
    }
    .profileSocialNetwork__item{
        font-size: 2rem;
        width: 90px;
        height: 90px;
        background: rgba(0, 0, 0, 0.1);
        margin: 0 8px 0 0;
    }
    .profileSocialNetwork__item:first-child{
        margin-left: 0 !important;
    }
    .profileSocialNetwork__link{
        margin: 0;
        padding: 0;
    }

    /* .profileDetailsList */
    .profileDetailsList__item{
        margin: 4px 0;
    }
    .profileDetailsList__title{
        width: 40%;
        display: inline-block;
    }
    
    /* profilePriceList */
    .profilePriceList{

    }
    .profilePriceList__item{
        margin: 16px 0;
    }
    .profilePriceList__time{
        width: 100%;
        text-align: left;
    }
    .profilePriceList__price{
        width: 100%;
    }
    .profilePriceList__button{
        padding: 0 !important;
        width: 100%;
        height: 76px;
    }
    .profilePriceList__icon{
        width: 50px;
        height: 100%;
        font-size: 2rem;
    }

    /* profileVefiedMedia */
    .profileVefiedMedia{
    }
    .profileVefiedMedia__video{
        max-width: 100%;
    }

    /*  */
    .tags-list > li {
        margin: 2px 6px;
        display: inline-block;
    }

    /* Ajuste no tamanho do selectpicker */
    .bootstrap-select{
        width: 100% !important;
    }

    /* Search Component */
    .searchComponent input.form-control{
        background: rgba(0, 0, 0, 0.45);  
        color: rgba(255, 255, 255, .8);
        background: no-repeat;
        border-radius: 0;
        border: 3px solid rgba(255, 255, 255, .3);
        border-radius: 6px;
    }
    .searchInput{
        width: auto;
    }

    /* Cadastro */
    .register__formContainer{
        background: #fff;
        margin: auto;
        margin-top: 250px;
        border-radius: 6px;;
    }

    .register__bgContainer{
        position: fixed;
        top: 0;
        left: 0;
        z-index: -999;
        width: 100%;
        height: 60%;;
    }

    .register__header{
        position: relative;
        top: -120px;
        color: #fff;
        opacity: .9;
    }
    .register__form{
        position: relative;
        top: -30px;
        margin: 0 !important;
    }

    .register__completed{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* wrapper class */
    .wrapper__errors{
        z-index: 999;
        background: rgba(255, 255, 255, .8);
        padding: 16px;
    }
}

/* CSS RULES FOR DESKTOP */
@media only screen and (min-width: 601px) {
    /* Menu painel minha conta */
    .woocommerce-MyAccount-navigation{
        width: 20% !important;
    }
    /* Content do painel minha conta */
    .woocommerce-MyAccount-content{
        width: 78% !important;
    }
    /* Dashboard user */
    /* Breadcrumb .separator */
    #breadcrumbs{
        margin-bottom: 16px;
        background: rgba(255, 255, 255, 0.1);
        padding: 8px 26px;
        display: inline-flex;
        border-radius: 4px;
        color: #fff;
    }
    #breadcrumbs > .separator{
        margin: 0 3px;
    }

    .welcomeComponent{
		width: 100%;
        height: 420px;
		position: relative;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        overflow: hidden;
		/* top: -140px;  */
	}
    .welcomeComponent__profileContainer{
        background: #7d438f;
        border-radius: 100%;
        margin: auto;
        padding: 3px;
        overflow: hidden;
        width: fit-content;
        height: fit-content;
    }
    .welcomeComponent__profileThumb{
        background: white;
        width: 132px;
        height: 132px;
        border-radius: 100%;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .welcomeComponent__profileIcon{
        font-size: 9.5rem;
    }
    .welcomeComponent::before{
        width: 100%;
        height: 100%;
    }
    .welcomeComponent::after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .3);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
    }
    /* /End Dashboard user */

    /* Profile Component */
    .profile{
        position: relative;
        top: -98px;
    }
    .profileCover__attachment{
        height: 390px;
    }
    .profile__adornment{
        width: fit-content;
        height: fit-content;
        margin: auto;
        padding: 10px;
        overflow: hidden;
    }
    .profile__adornment--n1{
        background-color: #FF3D00;
    }
    .profile__adornment--n2{
        background-color: #651FFF;
    }
    .profile__adornment--n3{
        background-color: #D500F9;
    }
    .profile__adornment--n4{
        background-color: #F50057;
    }

    .profile__thumb{
        background: white;
        width: 160px;
        height: 160px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .profile__stamps{
        
    }
    .profile__seal{
        border: none;
        background: none;
        font-size: .8rem;
        letter-spacing: 1px;
        text-transform: uppercase;
    }
    .profile__seal--verified{
        color: #00E676 !important;
    }

    .profile__title{
        color: #ffffff;
        letter-spacing: 1px;
    }

    .profile__rating{

    }
    .profile__rating--color{
        color: #FFC400 !important;
    }
    /* #End Profile Component */

    
    .profileWrapper{
        
    }
    .profileWrapper__box{
        padding: 32px;
        margin-bottom: 24px;
    }
    .profileWrapper__box > p,
    .profileWrapper__box > li{
        line-height: 1.8;
    }
    /* #End ProfileWrapper  */
    
    .profileList{
        display: flex;
        flex-flow: wrap;
    }
    .profileList__item{
        position: relative;
        display: block;
        padding: 0.5rem 1rem;
        color: #212529;
        text-decoration: none;
        border: 1px solid rgba(0,0,0,.125);
        margin: 6px 12px 6px 0;
        background: rgba(0, 0, 0, 0.1);
        border-radius: 6px;
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .profileList__item:hover{
        background: rgba(0, 0, 0, .3);
        transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    }
    .profileList__link{
        text-decoration: none;
    }
        
    /* .profileSocialNetwork  */
    .profileSocialNetwork{
    }
    .profileSocialNetwork__list{
    }
    .profileSocialNetwork__item{
        font-size: 3rem;
        width: 120px;
        height: 120px;
        background: rgba(0, 0, 0, 0.1);
        padding: 64px;
        margin: 0 12px 0 0;
    }
    .profileSocialNetwork__item:first-child{
        margin-left: 0 !important;
    }
    .profileSocialNetwork__link{
        margin: 0;
        padding: 0;
    }

    /* .profileDetailsList */
    .profileDetailsList__item{
        margin: 4px 0;
    }
    .profileDetailsList__title{
        width: 40%;
        display: inline-block;
    }
    
    /* profilePriceList */
    .profilePriceList{

    }
    .profilePriceList__item{
        margin: 16px 0;
    }
    .profilePriceList__time{
        width: 30%;
        display: inline-block;
    }
    .profilePriceList__price{
        width: 25%;
        display: inline-block;
        margin-right: auto;
    }
    .profilePriceList__button{
        padding: 8px 16px !important;
    }

    /* profileVefiedMedia */
    .profileVefiedMedia{
    }
    .profileVefiedMedia__video{
        max-width: 100%;
    }

    /*  */
    .tags-list > li {
        margin: 2px 6px;
        display: inline-block;
    }

    /* Ajuste no tamanho do selectpicker */
    .bootstrap-select{
        width: 100% !important;
    }

    /* Ajustar margem do conteúdo dos posts */
    .single-post #primary{
        margin-top: 120px;
    }

    /* Search Component */
    .searchComponent input.form-control{
        background: rgba(0, 0, 0, 0.45);  
        color: rgba(255, 255, 255, .8);
        background: no-repeat;
        border-radius: 0;
        border: 3px solid rgba(255, 255, 255, .3);
        border-radius: 6px;
    }
    .searchInput{
        width: 680px;
    }

    /* Cadastro */
    .register__bgContainer{
        position: relative;
    }
    
    /* wrapper class */
    .wrapper__errors{
        z-index: 999;
        left: calc((100% / 2) - 45%);
    }

    #liveAlertPlaceholder{
        left: calc(100% / 2 - 25%);
        z-index: 999;
    }

    #liveLoader{
        z-index: 999;
    }

    /* styles.css */
    .masonry-item {
        box-sizing: border-box;
    }

    /* [data-ads-type="basic"] {
        width: 100%; 
    }

    [data-ads-type="featured"] {
        width: 100%;
    }

    [data-ads-type="top"] {
        width: 100%;
    } */
}


/* Esconder header */
div.page-header{
    display: none !important;
}

/* * Padronização de familia de fontes *
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", Sans-serif !important;
    font-weight: 400;
    line-height: 1.2em;
}

p, span, li, a, small, input, textarea, select, button{
    font-family: "Lora", Sans-serif !important;
} */