/*====================================================

   Botão dropdown da acompanhante

====================================================*/

.menu-drop:hover{
    background-color: #EC0D70;
    color: #fff !important;
}

/*====================================================

   card de anúncio

====================================================*/
.card-anuncio-trigger{
    height: 50px;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 10px;
    margin-bottom: 20px;
    cursor: pointer;
}

.half-transition {
    position: relative;
    z-index: 1; /* matters! */
    background: #631575;
    transition: background 0.2s;
}

.half-transition::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        transparent,
        #ec0d70
    );
    z-index: -1;
}
.half-transition:hover {
    background: #a101ca;
}




/*====================================================

   Botões diversos

====================================================*/

.btn-pink {
    color: #fff;
    background-color: #EC0D70;
    border-color: #EC0D70
}

.btn-pink:hover {
    color: #fff;
    background-color: #c70b5f;
    border-color: #c70b5f
}

.btn-pink.focus,
.btn-pink:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 62, 148, 0.5)
}

.btn-pink.disabled,
.btn-pink:disabled {
    color: #fff;
    background-color: rgba(199, 11, 95, 0.59);
    border-color: rgba(199, 11, 95, 0.59)
}

.btn-pink:not(:disabled):not(.disabled).active,
.btn-pink:not(:disabled):not(.disabled):active,
.show>.btn-pink.dropdown-toggle {
    color: #fff;
    background-color: #c70b5f;
    border-color: #c70b5f
}

.btn-pink:not(:disabled):not(.disabled).active:focus,
.btn-pink:not(:disabled):not(.disabled):active:focus,
.show>.btn-pink.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 62, 148, 0.5)
}



/*====================================================

   Tela da acompanhante

====================================================*/

.avatar-modelo{
    width: 15vw;
    height: 15vw;
    bottom: 0vw;
    left: 8vw;
    border: #FFFFFF 5px solid;
    z-index: 2;
}

.avatar-modelo-minimized{
    width: 70px;
    height: 70px;
    border: rgba(238, 2, 93, 0.28) 2px solid;
    z-index: 2;
}


.capa-modelo-container{
    width: 100%;
    max-height: 10vh;
    top: 0;
    left: 0;
}

.capa-modelo{
    width: 100%;
    height: auto;
    max-height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;

}

.card-body .widget-title {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #424242;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 0 0 10px;
    position: relative;
    text-transform: uppercase;
    width: 100%;
}

.card-body .widget-title::before {
    bottom: 0;
    content: "";
    background-color: #ee025d;
    height: 2px;
    position: absolute;
    width: 100%;
}

.barra-superior-modelo{
    background-color: #F92D58;
    min-height: 5vw;
    top: -5px;
    width: 100%;
}

.conteudo-modelo{
    padding-top: 5vw;
}

.nome-modelo{
    font-size: 50px;
}

@media screen and (max-width:442px){
    .avatar-modelo{
        width: 35vw;
        height: 35vw;
        bottom: 2vw;
        margin: 0 auto;
    }

    .nome-modelo{
        font-size: 20px;
        text-align: center;
        padding-top: 10px;
    }

    .conteudo-modelo{
        padding-top: 10vw;
    }

    #logo-mobile{
        width: 120px !important;
    }
}

@media screen and (min-width:442px) and (max-width:768px){

    .avatar-modelo{
        width: 20vw;
        height: 20vw;
        bottom: 2vw;
        margin: 0 auto;
    }


    #logo-mobile{
        width: 120px !important;
    }
}


@media screen and (max-width:1200px){

}

@media screen and (min-width:1200px){

}



/*====================================================

   Responsive Side Nav

====================================================*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    /*background-image: linear-gradient(-45deg, #ec0d70 0%, #631575 40%);*/
    background: rgba(99, 21, 117, 0.93);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #ffffff;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}

/*====================================================

   Constellation

====================================================*/

/* constellation */
.constellation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.stars {
    z-index:0;
    display: block;
    margin: 0 auto;
}




/*====================================================

   Cursor

====================================================*/
.cursor-pointer{
    cursor: pointer !important;
}

.cursor-default{
    cursor: default !important;
}

.cursor-not-allowed{
    cursor: not-allowed !important;
}


/*====================================================

   Card Modelo

====================================================*/

.card-modelo {
    position: relative;
    background-color: #fff;
    border-radius: 0.25rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
	margin: 4px;}
.card-modelo .card-modelo-media {
    border-radius: inherit; }
.card-modelo .card-modelo-detail {
    padding: 1rem;
    text-align: center; }
.card-modelo .card-modelo-detail .card-modelo-price s {
    color: #d3d3d3;
    margin-right: 0.5rem; }
.card-modelo-3 .badge-pos-left,
.card-modelo-3 .badge-pos-right {
    position: absolute;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 11px;
    top: -0.5rem;
    z-index: 1; }
.card-modelo-3 .badge-pos-left {
    left: -0.5rem; }
.card-modelo-3 .badge-pos-right {
    right: -0.5rem; }


/*====================================================

   Height, width e overflow

====================================================*/


.header {
    top: 0!important;
    position: relative;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 100px;
}
.header > .container,
.header > .container-fluid {
    position: relative;
    height: 100%; }
.header.h-fullscreen {

}


.h-fullscreen, .h-100vh {
    height: 100vh !important; }


.overflow-hidden {
    overflow: hidden; }


.w-125 {
    width: 125px !important; }

.h-125 {
    height: 125px !important; }

.mw-125 {
    min-width: 125px !important; }

.mh-125 {
    min-height: 125px !important; }

.w-150 {
    width: 150px !important; }

.h-150 {
    height: 150px !important; }

.mw-150 {
    min-width: 150px !important; }

.mh-150 {
    min-height: 150px !important; }

.w-175 {
    width: 175px !important; }

.h-175 {
    height: 175px !important; }

.mw-175 {
    min-width: 175px !important; }

.mh-175 {
    min-height: 175px !important; }

.w-200 {
    width: 200px !important; }

.h-200 {
    height: 200px !important; }

.mw-200 {
    min-width: 200px !important; }

.mh-200 {
    min-height: 200px !important; }

.w-250 {
    width: 250px !important; }

.h-250 {
    height: 250px !important; }

.mw-250 {
    min-width: 250px !important; }

.mh-250 {
    min-height: 250px !important; }

.w-300 {
    width: 300px !important; }

.h-300 {
    height: 300px !important; }

.mw-300 {
    min-width: 300px !important; }

.mh-300 {
    min-height: 300px !important; }

.w-350 {
    width: 350px !important; }

.h-350 {
    height: 350px !important; }

.mw-350 {
    min-width: 350px !important; }

.mh-350 {
    min-height: 350px !important; }

.w-400 {
    width: 400px !important; }

.h-400 {
    height: 400px !important; }

.mw-400 {
    min-width: 400px !important; }

.mh-400 {
    min-height: 400px !important; }

.w-500 {
    width: 500px !important; }

.h-500 {
    height: 500px !important; }

.mw-500 {
    min-width: 500px !important; }

.mh-500 {
    min-height: 500px !important; }

.w-600 {
    width: 600px !important; }

.h-600 {
    height: 600px !important; }

.mw-600 {
    min-width: 600px !important; }

.mh-600 {
    min-height: 600px !important; }

.w-700 {
    width: 700px !important; }

.h-700 {
    height: 700px !important; }

.mw-700 {
    min-width: 700px !important; }

.mh-700 {
    min-height: 700px !important; }

.w-800 {
    width: 800px !important; }

.h-800 {
    height: 800px !important; }

.mw-800 {
    min-width: 800px !important; }

.mh-800 {
    min-height: 800px !important; }

.w-900 {
    width: 900px !important; }

.h-900 {
    height: 900px !important; }

.mw-900 {
    min-width: 900px !important; }

.mh-900 {
    min-height: 900px !important; }

.w-5px {
    width: 5px !important; }

.h-5px {
    height: 5px !important; }

.w-10px {
    width: 10px !important; }

.h-10px {
    height: 10px !important; }

.w-15px {
    width: 15px !important; }

.h-15px {
    height: 15px !important; }

.w-20px {
    width: 20px !important; }

.h-20px {
    height: 20px !important; }

.w-25px {
    width: 25px !important; }

.h-25px {
    height: 25px !important; }

.w-30px {
    width: 30px !important; }

.h-30px {
    height: 30px !important; }

.w-35px {
    width: 35px !important; }

.h-35px {
    height: 35px !important; }

.w-40px {
    width: 40px !important; }

.h-40px {
    height: 40px !important; }

.w-45px {
    width: 45px !important; }

.h-45px {
    height: 45px !important; }

.w-50px {
    width: 50px !important; }

.h-50px {
    height: 50px !important; }

.w-55px {
    width: 55px !important; }

.h-55px {
    height: 55px !important; }

.w-60px {
    width: 60px !important; }

.h-60px {
    height: 60px !important; }

.w-65px {
    width: 65px !important; }

.h-65px {
    height: 65px !important; }

.w-70px {
    width: 70px !important; }

.h-70px {
    height: 70px !important; }

.w-75px {
    width: 75px !important; }

.h-75px {
    height: 75px !important; }

.w-80px {
    width: 80px !important; }

.h-80px {
    height: 80px !important; }

.w-85px {
    width: 85px !important; }

.h-85px {
    height: 85px !important; }

.w-90px {
    width: 90px !important; }

.h-90px {
    height: 90px !important; }

.w-95px {
    width: 95px !important; }

.h-95px {
    height: 95px !important; }

.w-100px {
    width: 100px !important; }

.h-100px {
    height: 100px !important; }

.h-auto {
    height: auto; }

.w-auto {
    width: auto; }

.w-fullscreen, .w-100vw {
    width: 100vw !important; }

.h-fullscreen, .h-100vh {
    height: 100vh !important; }

.mw-fullscreen, .mw-100vw {
    min-width: 100vw !important; }

.mh-fullscreen, .mh-100vh {
    min-height: 100vh !important; }


/*====================================================

   Background

====================================================*/

.bg-custom-gray{
    background-color: #f0f0f0 !important;
    border-color: #f0f0f0 !important;
}

.bg-custom-white{
    background-color: #FFF !important;
    border-color: #FFF !important;
}

.bg-custom-pink{
    background-color: #F92D58 !important;
    border-color: #F92D58 !important;
    color: white !important;
}

.bg-custom-pink:hover{
    background-color: rgba(238, 2, 93, 0.72) !important;
    border-color: rgba(238, 2, 93, 0.72) !important;
    color: white !important;
}

/*====================================================

   Gallery

====================================================*/


.gallery {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }

.gallery-item {
    position: relative;
    flex-basis: 50%;
    padding: 0.25rem;
    display: block; }
.gallery-item img {
    object-fit: cover;
    width: 100%;
    height: 100%; }

.gallery-item-overlay {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    right: 0.25rem;
    bottom: 0.25rem;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 1.75rem;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
.gallery-item-overlay:hover {
    background-color: rgba(0, 0, 0, 0.45); }

.gallery.items-connected .gallery-item {
    padding: 0; }

.gallery.items-connected .gallery-item-overlay {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.gallery-extra-items {
    display: none; }

.gallery-3-type1 .gallery-item {
    flex-basis: 33.33%; }

.gallery-3-type2 .gallery-item {
    flex-basis: 100%; }

.gallery-3-type2 .gallery-item:nth-child(n+2) {
    flex-basis: 50%; }

.gallery-3-type3 .gallery-item {
    flex-basis: 50%; }

.gallery-3-type3 .gallery-item:nth-child(n+3) {
    flex-basis: 100%; }

.gallery-3-type4 > .gallery-item {
    flex-basis: 60%; }

.gallery-3-type4 .gallery-item-group {
    flex-basis: 40%; }

.gallery-3-type5 > .gallery-item {
    flex-basis: 60%; }

.gallery-3-type5 .gallery-item-group {
    flex-basis: 40%; }

.gallery-4-type1 .gallery-item {
    flex-basis: 25%; }

.gallery-4-type2 .gallery-item {
    flex-basis: 100%; }

.gallery-4-type2 .gallery-item:nth-child(n+2) {
    flex-basis: 33.33%; }

.gallery-4-type3 .gallery-item {
    flex-basis: 33.33%; }

.gallery-4-type3 .gallery-item:nth-child(n+4) {
    flex-basis: 100%; }

.gallery-4-type4 > .gallery-item {
    flex-basis: 70%; }

.gallery-4-type4 .gallery-item-group {
    flex-basis: 30%; }

.gallery-4-type5 > .gallery-item {
    flex-basis: 33%; }

.gallery-4-type5 .gallery-item-group {
    flex-basis: 30%; }

.gallery-4-type6 > .gallery-item {
    flex-basis: 16.66%; }

.gallery-4-type6 .gallery-item-group {
    flex-basis: 30%; }



/*====================================================

   Borders

====================================================*/
.border-radius-20{
    border-radius: 20px;
}


/*====================================================

   Input

====================================================*/

.form-input{
    border: 1px solid rgba(167, 167, 167, 0.39) !important;
    border-radius: 5px !important;
    height: 40px !important;
    margin: 10px 0 !important;
    padding-left: 10px !important;
}
.form-input::placeholder{
    color: #818181;
}

.form-control-lg {
    height: calc(3.0875rem + 2px);
    padding: 0.375rem 1rem;
    font-size: 1.0625rem;
    line-height: 2.2;
    border-radius: 2px; }

.form-control-bg-none{
    background-color: rgba(255, 255, 255, 0.12);
    border: 0 !important;
}

.form-control-bg-none:focus{
    background-color: rgba(255, 255, 255, 0.12);
    border: 0 !important;
}

.form-control-color-white{
    color: #fff !important;
}
.form-control-color-white::placeholder{
    color: #fff !important;
}

/*====================================================

   Colors

====================================================*/


.color-info{
    color: #0b97c4 !important;
}

.color-white{
    color: #fff !important;
}


/*====================================================

   Buttons

====================================================*/

.btn-xs{
    padding: 10px 12px 10px;
    font-size: 14px;
}



/*====================================================

   Hidden/Visible de acordo com o tamanho da tela

====================================================*/

/* pure-hidden-xs */
@media screen and (max-width:567px) {
    .visible-sm{display:none}
    .visible-md{display:none}
    .visible-lg{display:none}
    .visible-xl{display:none}
    .hidden-xs{display:none}
}
/* pure-hidden-sm */
@media screen and (min-width:568px) and (max-width:767px) {
    .visible-xs{display:none}
    .visible-md{display:none}
    .visible-lg{display:none}
    .visible-xl{display:none}
    .hidden-sm{display:none}
}
/* pure-hidden-md */
@media screen and (min-width:768px) and (max-width:1023px) {
    .visible-xs{display:none}
    .visible-sm{display:none}
    .visible-lg{display:none}
    .visible-xl{display:none}
    .hidden-md{display:none}
}
/* pure-hidden-lg */
@media screen and (min-width:1024px) and (max-width:1279px) {
    .visible-xs{display:none}
    .visible-sm{display:none}
    .visible-md{display:none}
    .visible-xl{display:none}
    .hidden-lg{display:none}
}
/* pure-hidden-xl */
@media screen and (min-width:1280px) {
    .visible-xs{display:none}
    .visible-sm{display:none}
    .visible-md{display:none}
    .visible-lg{display:none}
    .hidden-xl{display:none}
}

/*====================================================

    Line height and spacing

====================================================*/


.lh-1,
.line-height-1 {
    line-height: 1; }

.lh-2,
.line-height-2 {
    line-height: 1.3; }

.lh-3,
.line-height-3 {
    line-height: 1.45; }

.lh-4,
.line-height-4 {
    line-height: 1.6; }

.lh-5,
.line-height-5 {
    line-height: 1.75; }

.lh-6,
.line-height-6 {
    line-height: 1.9; }

.lh-7,
.line-height-7 {
    line-height: 2.05; }

.lh-8,
.line-height-8 {
    line-height: 2.2; }

.lh-9,
.line-height-9 {
    line-height: 2.35; }

.ls-0,
.letter-spacing-0 {
    letter-spacing: 0px; }

.ls-1,
.letter-spacing-1 {
    letter-spacing: 1px; }

.ls-2,
.letter-spacing-2 {
    letter-spacing: 2px; }

.ls-3,
.letter-spacing-3 {
    letter-spacing: 3px; }

.ls-4,
.letter-spacing-4 {
    letter-spacing: 4px; }

.ls-5,
.letter-spacing-5 {
    letter-spacing: 5px; }


/*====================================================

    Font size

====================================================*/

strong, b{
    font-weight: 900;
}

.font-body {
    font-family: "Open Sans", sans-serif; }

.font-title {
    font-family: Dosis, sans-serif; }

.fs-6,
.font-size-6 {
    font-size: 6px !important; }

.fs-7,
.font-size-7 {
    font-size: 7px !important; }

.fs-8,
.font-size-8 {
    font-size: 8px !important; }

.fs-9,
.font-size-9 {
    font-size: 9px !important; }

.fs-10,
.font-size-10 {
    font-size: 10px !important; }

.fs-11,
.font-size-11 {
    font-size: 11px !important; }

.fs-12,
.font-size-12 {
    font-size: 12px !important; }

.fs-13,
.font-size-13 {
    font-size: 13px !important; }

.fs-14,
.font-size-14 {
    font-size: 14px !important; }

.fs-15,
.font-size-15 {
    font-size: 15px !important; }

.fs-16,
.font-size-16 {
    font-size: 16px !important; }

.fs-17,
.font-size-17 {
    font-size: 17px !important; }

.fs-18,
.font-size-18 {
    font-size: 18px !important; }

.fs-19,
.font-size-19 {
    font-size: 19px !important; }

.fs-20,
.font-size-20 {
    font-size: 20px !important; }


.small-1 {
    font-size: 0.87891rem !important; }

.small-2 {
    font-size: 0.82031rem !important; }

.small-3 {
    font-size: 0.76172rem !important; }

.small-4 {
    font-size: 0.70313rem !important; }

.small-5 {
    font-size: 0.64453rem !important; }

.small-6 {
    font-size: 0.58594rem !important; }

.small-7 {
    font-size: 0.52734rem !important; }

.small-8 {
    font-size: 0.46875rem !important; }

.small-9 {
    font-size: 0.41016rem !important; }

.fw-100,
.font-weight-100 {
    font-weight: 100 !important; }

.fw-200,
.font-weight-200 {
    font-weight: 200 !important; }

.fw-300,
.font-weight-300 {
    font-weight: 300 !important; }

.fw-400,
.font-weight-400 {
    font-weight: 400 !important; }

.fw-500,
.font-weight-500 {
    font-weight: 500 !important; }

.fw-600,
.font-weight-600 {
    font-weight: 600 !important; }

.fw-700,
.font-weight-700 {
    font-weight: 700 !important; }

.fw-800,
.font-weight-800 {
    font-weight: 800 !important; }

.fw-900,
.font-weight-900 {
    font-weight: 900 !important; }



/*====================================================

   Shadows

====================================================*/


.shadow-0, .hover-shadow-0:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }

.shadow-1, .product-3, .hover-shadow-1:hover {
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.06); }

.shadow-2, .portfolio-2 img, .hover-shadow-2:hover {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.06); }

.shadow-3, .hover-shadow-3:hover {
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }

.shadow-4, .hover-shadow-4:hover {
    -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.06); }

.shadow-5, .hover-shadow-5:hover, .portfolio-2 img:hover {
    -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.06); }

.shadow-6, .hover-shadow-6:hover, .product-3:hover {
    -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 36px rgba(0, 0, 0, 0.06); }

.shadow-7, .hover-shadow-7:hover {
    -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 48px rgba(0, 0, 0, 0.06); }

.shadow-8, .hover-shadow-8:hover {
    -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.06); }

.shadow-9, .hover-shadow-9:hover {
    -webkit-box-shadow: 0 0 74px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 74px rgba(0, 0, 0, 0.06); }


/*====================================================

    Margin e padding

====================================================*/


.mw-100 {
    max-width: 100% !important; }

.mh-100 {
    max-height: 100% !important; }

.m-0 {
    margin: 0 !important; }

.mt-0,
.my-0 {
    margin-top: 0 !important; }

.mr-0,
.mx-0 {
    margin-right: 0 !important; }

.mb-0,
.my-0 {
    margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
    margin-left: 0 !important; }

.m-1 {
    margin: 0.25rem !important; }

.mt-1,
.my-1 {
    margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important; }

.m-2 {
    margin: 0.5rem !important; }

.mt-2,
.my-2 {
    margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important; }

.m-3 {
    margin: 0.75rem !important; }

.mt-3,
.my-3 {
    margin-top: 0.75rem !important; }

.mr-3,
.mx-3 {
    margin-right: 0.75rem !important; }

.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important; }

.ml-3,
.mx-3 {
    margin-left: 0.75rem !important; }

.m-4 {
    margin: 1rem !important; }

.mt-4,
.my-4 {
    margin-top: 1rem !important; }

.mr-4,
.mx-4 {
    margin-right: 1rem !important; }

.mb-4,
.my-4 {
    margin-bottom: 1rem !important; }

.ml-4,
.mx-4 {
    margin-left: 1rem !important; }

.m-5 {
    margin: 1.5rem !important; }

.mt-5,
.my-5 {
    margin-top: 1.5rem !important; }

.mr-5,
.mx-5 {
    margin-right: 1.5rem !important; }

.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important; }

.ml-5,
.mx-5 {
    margin-left: 1.5rem !important; }

.m-6 {
    margin: 2rem !important; }

.mt-6,
.my-6 {
    margin-top: 2rem !important; }

.mr-6,
.mx-6 {
    margin-right: 2rem !important; }

.mb-6,
.my-6 {
    margin-bottom: 2rem !important; }

.ml-6,
.mx-6 {
    margin-left: 2rem !important; }

.m-7 {
    margin: 3rem !important; }

.mt-7,
.my-7 {
    margin-top: 3rem !important; }

.mr-7,
.mx-7 {
    margin-right: 3rem !important; }

.mb-7,
.my-7 {
    margin-bottom: 3rem !important; }

.ml-7,
.mx-7 {
    margin-left: 3rem !important; }

.m-8 {
    margin: 5rem !important; }

.mt-8,
.my-8 {
    margin-top: 5rem !important; }

.mr-8,
.mx-8 {
    margin-right: 5rem !important; }

.mb-8,
.my-8 {
    margin-bottom: 5rem !important; }

.ml-8,
.mx-8 {
    margin-left: 5rem !important; }

.m-9 {
    margin: 7rem !important; }

.mt-9,
.my-9 {
    margin-top: 7rem !important; }

.mr-9,
.mx-9 {
    margin-right: 7rem !important; }

.mb-9,
.my-9 {
    margin-bottom: 7rem !important; }

.ml-9,
.mx-9 {
    margin-left: 7rem !important; }

.m-10 {
    margin: 9rem !important; }

.mt-10,
.my-10 {
    margin-top: 9rem !important; }

.mr-10,
.mx-10 {
    margin-right: 9rem !important; }

.mb-10,
.my-10 {
    margin-bottom: 9rem !important; }

.ml-10,
.mx-10 {
    margin-left: 9rem !important; }

.m-11 {
    margin: 11rem !important; }

.mt-11,
.my-11 {
    margin-top: 11rem !important; }

.mr-11,
.mx-11 {
    margin-right: 11rem !important; }

.mb-11,
.my-11 {
    margin-bottom: 11rem !important; }

.ml-11,
.mx-11 {
    margin-left: 11rem !important; }

.m-12 {
    margin: 13rem !important; }

.mt-12,
.my-12 {
    margin-top: 13rem !important; }

.mr-12,
.mx-12 {
    margin-right: 13rem !important; }

.mb-12,
.my-12 {
    margin-bottom: 13rem !important; }

.ml-12,
.mx-12 {
    margin-left: 13rem !important; }

.m-13 {
    margin: 16rem !important; }

.mt-13,
.my-13 {
    margin-top: 16rem !important; }

.mr-13,
.mx-13 {
    margin-right: 16rem !important; }

.mb-13,
.my-13 {
    margin-bottom: 16rem !important; }

.ml-13,
.mx-13 {
    margin-left: 16rem !important; }

.p-0 {
    padding: 0 !important; }

.pt-0,
.py-0 {
    padding-top: 0 !important; }

.pr-0,
.px-0 {
    padding-right: 0 !important; }

.pb-0,
.py-0 {
    padding-bottom: 0 !important; }

.pl-0,
.px-0 {
    padding-left: 0 !important; }

.p-1 {
    padding: 0.25rem !important; }

.pt-1,
.py-1 {
    padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
    padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
    padding-left: 0.25rem !important; }

.p-2 {
    padding: 0.5rem !important; }

.pt-2,
.py-2 {
    padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
    padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
    padding-left: 0.5rem !important; }

.p-3 {
    padding: 0.75rem !important; }

.pt-3,
.py-3 {
    padding-top: 0.75rem !important; }

.pr-3,
.px-3 {
    padding-right: 0.75rem !important; }

.pb-3,
.py-3 {
    padding-bottom: 0.75rem !important; }

.pl-3,
.px-3 {
    padding-left: 0.75rem !important; }

.p-4 {
    padding: 1rem !important; }

.pt-4,
.py-4 {
    padding-top: 1rem !important; }

.pr-4,
.px-4 {
    padding-right: 1rem !important; }

.pb-4,
.py-4 {
    padding-bottom: 1rem !important; }

.pl-4,
.px-4 {
    padding-left: 1rem !important; }

.p-5 {
    padding: 1.5rem !important; }

.pt-5,
.py-5 {
    padding-top: 1.5rem !important; }

.pr-5,
.px-5 {
    padding-right: 1.5rem !important; }

.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important; }

.pl-5,
.px-5 {
    padding-left: 1.5rem !important; }

.p-6 {
    padding: 2rem !important; }

.pt-6,
.py-6 {
    padding-top: 2rem !important; }

.pr-6,
.px-6 {
    padding-right: 2rem !important; }

.pb-6,
.py-6 {
    padding-bottom: 2rem !important; }

.pl-6,
.px-6 {
    padding-left: 2rem !important; }

.p-7 {
    padding: 3rem !important; }

.pt-7,
.py-7 {
    padding-top: 3rem !important; }

.pr-7,
.px-7 {
    padding-right: 3rem !important; }

.pb-7,
.py-7 {
    padding-bottom: 3rem !important; }

.pl-7,
.px-7 {
    padding-left: 3rem !important; }

.p-8 {
    padding: 5rem !important; }

.pt-8,
.py-8 {
    padding-top: 5rem !important; }

.pr-8,
.px-8 {
    padding-right: 5rem !important; }

.pb-8,
.py-8 {
    padding-bottom: 5rem !important; }

.pl-8,
.px-8 {
    padding-left: 5rem !important; }

.p-9 {
    padding: 7rem !important; }

.pt-9,
.py-9 {
    padding-top: 7rem !important; }

.pr-9,
.px-9 {
    padding-right: 7rem !important; }

.pb-9,
.py-9 {
    padding-bottom: 7rem !important; }

.pl-9,
.px-9 {
    padding-left: 7rem !important; }

.p-10 {
    padding: 9rem !important; }

.pt-10,
.py-10 {
    padding-top: 9rem !important; }

.pr-10,
.px-10 {
    padding-right: 9rem !important; }

.pb-10,
.py-10 {
    padding-bottom: 9rem !important; }

.pl-10,
.px-10 {
    padding-left: 9rem !important; }

.p-11 {
    padding: 11rem !important; }

.pt-11,
.py-11 {
    padding-top: 11rem !important; }

.pr-11,
.px-11 {
    padding-right: 11rem !important; }

.pb-11,
.py-11 {
    padding-bottom: 11rem !important; }

.pl-11,
.px-11 {
    padding-left: 11rem !important; }

.p-12 {
    padding: 13rem !important; }

.pt-12,
.py-12 {
    padding-top: 13rem !important; }

.pr-12,
.px-12 {
    padding-right: 13rem !important; }

.pb-12,
.py-12 {
    padding-bottom: 13rem !important; }

.pl-12,
.px-12 {
    padding-left: 13rem !important; }

.p-13 {
    padding: 16rem !important; }

.pt-13,
.py-13 {
    padding-top: 16rem !important; }

.pr-13,
.px-13 {
    padding-right: 16rem !important; }

.pb-13,
.py-13 {
    padding-bottom: 16rem !important; }

.pl-13,
.px-13 {
    padding-left: 16rem !important; }

.m-auto {
    margin: auto !important; }

.mt-auto,
.my-auto {
    margin-top: auto !important; }

.mr-auto,
.mx-auto {
    margin-right: auto !important; }

.mb-auto,
.my-auto {
    margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
    margin-left: auto !important; }

.waiting-profile {
    font-size: 15px;
    position: absolute;
    z-index: 2;
    color: white;
    font-weight: bold;
    text-shadow: 5px 5px 5px rgb(0 0 0 / 60%);
    display: flex;
    align-items: center;
    align-content: center;
    height: 220px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.waiting-profile.sm-device {
    height: 300px;
}



.plan-info {
    width: 100%;
    height: 60px;
    /* position: absolute; */
    float: initial;
    background-color: #ff0052;
    padding: 0px;
    display: flex;
    font-size: 40px;
    color: white;
    justify-content: center;
    align-items: center;
}

.plan-info-fixed{
    font-size: 32px;
    width: 100%;
    height: 80px;
    float: initial;
    background-color: #ff0052;
    padding: 0px;
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.plan-info-text-fixed {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: white;
}
.plan-info-escolher-plano{
    background-color: #a101ca;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
}

.plan-info-text {
    width: 100%;
    text-align: center;
    font-size: 40px;
    color: white;
}

.plan-info-close {
    font-size: 15px;
    padding-right: 5px;
    border: solid 1px;
    border-radius: 5px;
    text-align: center;
    padding-left: 5px;
    margin-right: 10px;
    cursor: pointer;
    font-weight: bold;
}

.topbar {
    padding: 0px
}

@media screen and (max-width: 640px) {
    .plan-info-text {
        font-size: 20px;
        color: white;
    }
}

.plan-activation-banner {
    background: linear-gradient(135deg, #631575 0%, #EC0D70 100%);
    padding: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    z-index: 100;
}

.plan-activation-banner::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url('/assets/img/pattern.png') repeat;
    opacity: 0.1;
    z-index: -1;
}

.plan-activation-content {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.plan-activation-text {
    flex: 1;
    color: #ffffff;
}

.plan-activation-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #ffffff;
}

.plan-activation-description {
    font-size: 1rem;
    opacity: 0.9;
    color: #ffffff;
}

.plan-activation-button {
    background-color: white;
    color: #EC0D70;
    border: none;
    border-radius: 50px;
    padding: 0.875rem 2rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.plan-activation-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa;
}

@media screen and (max-width: 768px) {
    .plan-activation-content {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .plan-activation-title {
        justify-content: center;
    }

    .plan-activation-button {
        width: 100%;
        justify-content: center;
    }
}
