/*-----------------------------------------------------------------------------------
Template Name: New HTML5 Template,
Template URI: http://www.themectg.com
Description: This is html5 template
Author: Themectg
Author URI: http://www.themectg.com
Version: 1.0
-----------------------------------------------------------------------------------
CSS INDEX
===================
1. Google font
2. Theme Default CSS
3. Helper-class
4. Button-style
5. Mainmenu-area
6. Section-Background
7. Header-style
8. Headline-style
9. Skills-area
10. Service-area
11. Work-area
12. Team-area
13. Bar-effect-css
14. Masp style
15. Form-style
16. Scroll-To-Top-Button
17. Preloader-css
-----------------------------------------------------------------------------------*/

/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

/*-------------------
2. Theme Default CSS
--------------------*/
/*Variáveis*/
:root {
    --primaryColor:#138fc2; /*138fc2*/
    --secondColor:#00598d; /* 00598d */
    --thirdColor: #fff;
    --backgroundColor: #f8f8f8;
    --textColor: #5f5f5f;
}

/* Scrollbar*/
::-webkit-scrollbar { width: 6px;  }/* for vertical scrollbars */
::-webkit-scrollbar-track { background: rgba(0, 0, 0, 0.1); }
::-webkit-scrollbar-thumb { background: rgb(0, 89, 141); }

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #333333;
}

input:focus,
button:focus,
a:focus,
a:hover {
    text-decoration: none;
    outline: none;
    color: #000000;
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    font-weight: 600;
    /*color: var(--textColor);*/
}

html,
body {
    height: 100%;
    background: var(--primaryColor);
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8;
    color: #515656;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px white inset, 2px 0px 10px -3px #b3b3b3 !important;
}*/

.disabled {
    opacity: 0.6;
}

.modal-content{
    border-radius: 10px;
}

.modal-header {
    /*background: var(--secondColor);*/
    color: var(--secondColor);
    border-top-color: var(--secondColor);
    border-top-width: 5px;
    border-top-style: solid;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.modal-title {
    font-size: 20px; text-transform: capitalize;
}
.modal-body {
    background: var(--backgroundColor);
    border-radius: 10px;
}
.popover {
    color:#5b5a5a;
}
.form-group label {
    margin-bottom: 0px;
}

.form-group .labelInput {
    color: #000000;
    position: absolute;
    margin-top: 18px;
    left: 0;
    margin-left: 40px;
    /*opacity: 0.4;*/
    font-weight: 500;
}
.form-group .labelInput.content {
    color: var(--secondColor);
    position: absolute;
    margin-top: 2px;
    left: 0;
    margin-left: 23px;
    font-size: 10px;
    z-index: 1;
}
.divSelect::after{
    position: absolute;
    content: " ";
    right: 24px;
    top: 30px;
    display: block;
    border-style: solid;
    border-color: transparent;
    border-top-color: #4c4c4c;
    border-bottom: 4px;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 4px;
}

/**
*Helper-Classes
**/

.full-height {
    width: 100%;
    height: 100vh;
}

.relative {
    position: relative;
}

.fixed,
.absolute {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.fixed {
    position: fixed;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.section-padding {
    padding: 120px 0;
}

.social-menu {
    list-style: none;
    margin: 0;
    padding: 10px;
}

.social-menu li {
    display: inline-block;
    margin: 0 3px;
}

.social-menu li a {
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 2.5em;
    background-color: #ffffff;
    color: var(--primaryColor);
    border-radius: 100px;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
    font-size: 15px;
}

.social-menu li a:hover {
    background-color: var(--primaryColor);
    color: #ffffff;
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.1);
}

.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}

/**
*Default Background Class
**/

.overlay:before,
.sky-bg {
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(var(--primaryColor)));
    background: linear-gradient(to bottom, #75cbe7 0%, var(--primaryColor) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='var(--primaryColor)', GradientType=0);
    color: #ffffff;
}

.gray-bg {
    background-color: #f9f9f9;
}

/**
*Default Button
**/

.button {
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    color: #ffffff;
    background-color: var(--secondColor);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: none;
    cursor: pointer;
    /*-webkit-box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 5px 20px -5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 30px -10px black;
    box-shadow: 0px 10px 30px -10px black;*/
    box-shadow: 0px 10px 20px -2px #cecece;
    -webkit-box-shadow: 0px 10px 20px -2px #cecece;
}
.button.blue{
    background: var(--secondColor);
    color: white;
}
.button.blue:hover {
    background: white;
    color: var(--secondColor);
}
.button.red{
    background: #c80a0a;
    color: white;
}
.button.red:hover {
    background: white;
    color: #c80a0a;
}
.button.green{
    background: #13ac13;
    color: white;
}
.button.green:hover {
    background: white;
    color: #13ac13;
}
.button.blueLight{
    background: #337ab7;
    color: white;
}
.button.blueLight:hover {
    background:var(--secondColor);
    color: white;
}
.button.white,
.button:hover {
    background-color: #ffffff;
    color: var(--secondColor);
    /*box-shadow: 0px 10px 30px -10px black;
    -webkit-box-shadow: 0px 10px 30px -10px black;*/
    box-shadow: 0px 10px 20px -2px #cecece;
    -webkit-box-shadow: 0px 10px 20px -2px #cecece;
}

.button.white:hover {
    background-color: var(--secondColor);
    color: #ffffff;
}

/*.button i {
    margin-left: 5px;
}*/

/**
*Page title
**/

.page-title {
    margin-bottom: 60px;
}

.page-title h2 {
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.page-title h2:after {
    content: "\e675";
    font-family: 'themify';
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -10px;
    width: 15px;
    height: 15px;
    font-size: 14px;
}

/**
*Box-style
**/

.box {
    padding: 50px 30px;
    text-align: center;
    -webkit-box-shadow: 0 0 0 0 #ffffff;
    box-shadow: 0 0 0 0 #ffffff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.box h4 {
    text-transform: uppercase;
}

.box .box-icon {
    height: 160px;
    margin-bottom: 20px;
}

.box .box-icon img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.box:hover .box-icon img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0)
}

/**
*Mainmenu-area
**/
#avisosHeader {
    position: fixed;
    height: 35px;
    z-index: 9999999999;
    width: 100%;
    background: black; 
    text-align: center;
    padding: 5px;
}

#avisosHeader span{
    color: white;
    font-size: 16px;
}

.mainmenu-area {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*margin-top: 35px;*/
}*

.overlay,
.overlay a,
.mainmenu-area a {
    color: #ffffff;
}

.mainmenu-area .logo {
    text-transform: uppercase;
    letter-spacing: 2px;
    height: inherit;
    margin-top: 8px;
    padding-left: 0;
}

.mainmenu-area .logo h2 {
    margin-bottom: 0;
}

.mainmenu-area #primary-menu > ul > li > a {
    background: none;
    padding: 30px 15px;
    position: relative;
    border-top: 3px solid transparent;
    text-align: center;
}

.mainmenu-area #primary-menu > ul > li > a:before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -10px;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #ffffff;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #primary-menu > ul > li > a:hover:before,
.mainmenu-area #primary-menu > ul > li.active > a:before {
    opacity: 1;
    top: 0;
}

.mainmenu-area #primary-menu ul li.active a,
.mainmenu-area #primary-menu ul li a:hover {
    border-top: 3px solid #ffffff;
}

.mainmenu-area.affix {
    background-color: var(--primaryColor);
}



/**
*Header-area
**/

.client-area,
.header-area {
    background: #000000 url('../images/fundoHome.jpg') no-repeat scroll center center / cover;
}

.anlge-bg {
    background: url('../images/angle-bg.png') no-repeat scroll center bottom -120px / 100% auto;
}

.overlay {
    position: relative;
}

.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8
}

.header-text h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.header-text .button {
    margin-top: 30px;
}

.screen-slider .item {
    background: url('../images/mobile2.png') no-repeat scroll center center / auto 100%;
    padding: 56px 22px;
    display: inline-block;
    margin: auto;
}

.screen-slider.owl-carousel .owl-item {
    text-align: center
}

.screen-slider .owl-controls {
    /*position: absolute;
    left: 0;
    top: 100%;*/
    text-align: center;
}

.screen-slider .owl-controls .owl-nav > div {
    display: inline-block;
    margin: 0 15px;
    font-size: 20px;
    text-align: center;
    position: relative;
}

.screen-slider .owl-controls .owl-nav {
    position: relative;
    margin-top: 0;
}

.screen-slider .owl-controls .owl-nav:after {
    content: "/";
    position: absolute;
    left: 50%;
    top: 12px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.btnIniciarGratis {
    background: var(--secondColor) !important;
    margin-top: 10px !important;
    padding: 20px 15px !important;
    margin-bottom: 5px !important;
    box-shadow: 0px 15px 20px -13px #082e3b !important;
    -webkit-box-shadow: 0px 15px 20px -13px #082e3b !important;
    
}

/**
*Caption-slider
**/

.caption-slider .carousel-indicators {
    position: static;
    margin: 30px auto 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.caption-slider .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.caption-slider .carousel-indicators li:before {
    content: "";
    position: absolute;
    left: 0;
    top: -2px;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}


.caption-slider .carousel-indicators li.active:before {
    opacity: 1;
}

.caption-slider .carousel-indicators li strong {
    display: block;
}

.caption-slider h2 {
    margin-bottom: 20px;
    font-size: 40px;
}

.caption-slider .button {
    margin-top: 30px;
}

.caption-slider .caption-photo {
    display: inline-block;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1)
}

.caption-slider .caption-photo.two {
    margin-top: 60px;
}

.caption-slider .caption-title {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s
}

.caption-slider .caption-desc {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s
}

.caption-slider .caption-button {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s
}

.caption-slider .caption-photo.one {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.caption-slider .caption-photo.two {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}


/***
*Team-Section
***/

.single-team {
    background-color: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    color: #515656;
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 30px -10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.single-team:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.single-team .team-photo {
    margin-bottom: 20px;
    padding-top: 20px;
    overflow: hidden;
}

.single-team .team-photo img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.single-team:hover .team-photo img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-team h4 {
    text-transform: uppercase;
}

.single-team h6 {
    margin-bottom: 20px;
}

.single-team .social-menu {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    width: 100%;
    padding: 23px 10px;
    background-color: #ffffff;
}

.single-team:hover .social-menu {
    bottom: 0;
}

/***
*Testimonial-Page
***/

.testimonial-area {
    background: url('../images/fundoTestimonial.jpg') no-repeat scroll center center / cover;
    position: relative;
    color: #ffffff;
}

.testimonial-area:before {
    opacity: 0.9
}

.testimonial {
    text-align: center;
}

.testimonial .testimonial-photo {
    margin-bottom: 20px;
    display: inline-block;
    /*margin-right: 30px;*/
    border-radius: 50%;
    -webkit-box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    box-shadow: 5px 10px 30px -10px rgba(255, 255, 255, 0.5);
    position: relative;
}
.testimonial .testimonial-photo:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
}
.testimonials.owl-carousel .owl-controls .owl-nav {
    text-align: center;
}
.testimonial-photo img {
    border-radius: 50%;
    width: 120px;
}
/***
*Price-area
***/

.price-area {
    background: url('../images/fundoPlanos.jpg') no-repeat scroll center center / cover
}
.price-area.overlay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: var(--primaryColor);
    /*background: #000;*/
}
.bodyPlanos{
    margin-top: -50px;
}
.price-table h3 {
    margin-bottom: 30px;
}

.price-table {
    padding: 50px 40px;
    border-radius: 2px;
    text-align: center;
    background-color: #ffffff;
    color: #515656;
    position: relative;
    margin-top: 20px;
    border-radius: 3px;
    box-shadow: 0px 18px 30px -10px #082e3b !important;
    -webkit-box-shadow: 0px 18px 30px -10px #082e3b !important;
}

.imgDiscount{
    width: 120px;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -25px;
    margin-right: -25px;
    /*transform: rotate(25deg);*/
}

.price-table.active {
    padding: 70px 40px;
    margin-top: 0
}

.price-table ul {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.price-table ul li {
    padding: 5px 0;
}

.price-table .price-info {
    position: absolute;
    left: 50%;
    top: 0;
    width: 100px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--secondColor);
    color: #ffffff;
    border-radius: 0 0 50% 50%;
    padding-bottom: 5px;
    box-shadow: 0px 15px 20px -13px #082e3b;
    -webkit-box-shadow: 0px 15px 20px -13px #082e3b;
}

.priceMouth {
    padding-top: 25px !important;
}

.priceMouth .big {
    font-size: 40px;
    color: var(--secondColor);
    
}
.priceMouth .oldPrice {
    font-size: 25px;
    /*color: #929292;*/
    text-decoration: line-through;
    font-weight: bolder;
}

.price-area .carousel-indicators {
    position: static;
    margin-bottom: 30px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.price-area .carousel-indicators li {
    float: left;
    padding-top: 20px;
    padding-right: 30px;
    cursor: pointer;
    position: relative;
    list-style: none;
}

.price-area .carousel-indicators li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 82%;
    height: 3px;
    background-color: #ffffff;
    opacity: 0;
}

.price-area .carousel-indicators li.active::after {
    opacity: 1;
}

.price-area .carousel-indicators li strong {
    display: block;
}

/**
*Accordion
**/

#accordion .panel {
    background: none;
}

#accordion .panel .panel-title {
    padding: 30px 0 30px 60px;
    position: relative;
}

#accordion .panel .panel-collapse {
    padding-left: 60px;
}

#accordion .panel .panel-title a span:after,
#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span {
    content: '';
    position: absolute;
    left: 0;
    top: 20px;
    width: 36px;
    height: 36px;
    background: #2f60c3;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


#accordion .panel .panel-title a span:before,
#accordion .panel .panel-title a span:after {
    width: 10px;
    height: 1px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%)
}

#accordion .panel .panel-title a span:before {
    -webkit-transform: translate(-50%) rotate(90deg);
    transform: translate(-50%) rotate(90deg)
}

#accordion .panel .panel-title a[aria-expanded="true"] span:before {
    -webkit-transform: translate(-50%) rotate(0deg);
    transform: translate(-50%) rotate(0deg)
}

/****
*Blog-area
*****/

.single-blog {
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 15px 50px -10px rgba(0, 0, 0, 0.1);

}

.single-blog h3 {
    font-size: 18px;
}


.single-blog .blog-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-bottom: 30px;
}

.single-blog .blog-meta li {
    display: inline-block;
    margin-right: 15px;
}

.single-blog .blog-meta li span {
    margin-right: 5px;
}

.single-blog .blog-content {
    padding: 40px 20px;
    background-color: #ffffff
}


/***
*Footer-area
***/
.footer-area {
    /*padding-top: 120px;*/
    z-index: 1;
    background: #f9f9f9;
    margin-top: -1px;
}

.footer-bg {
    background: url('../images/angle-bg.png') no-repeat scroll center bottom / 100% auto;
    z-index: -1;
}

.footer-top {
    padding-bottom: 350px;
}

.footerIndex {
    position: absolute;
    bottom: 0;
    color: white;
}
.footerIndex a {
    color: white;
}

.side-icon-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 80px;
}

.side-icon-box a {
    color: #ffffff;
}

.side-icon-box .side-icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
}

.side-icon-box strong {
    display: block;
    margin-bottom: 10px;
}

.footer-middle {
    margin-bottom: 60px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 25px;
    padding-bottom: 15px;
}
.footer-bottom-login {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--secondColor);
    color: white;
}


/***
*Contact-form
****/

.contact-form .button {
    letter-spacing: 2px;
    min-width: 150px;
    margin-top: 10px;
    border-radius: 3px;
}

.form-control {
    height: auto;
    padding: 25px 20px 10px 15px;
    -webkit-appearance: none !important;
    /*box-shadow: 0px 10px 30px -10px black;
    -webkit-box-shadow:  0px 10px 30px -10px black;*/
    box-shadow: 0px 0px 10px -3px #b3b3b3;
    -webkit-box-shadow: 0px 0px 10px -3px #b3b3b3;
    border: none;
    border-radius: 5px;
}
.form-control.required {
    -webkit-box-shadow:  0px 0px 10px 2px #ff0505;
    box-shadow: 0px 0px 10px 2px #ff0505;
}
.form-control:focus {
    /*border-color: var(--secondColor)69;
    outline: 0;*/
    box-shadow: 0px 0px 15px -3px #a2a7ab;
    -webkit-box-shadow:  0px 0px 15px -3px #a2a7ab;
    /*-webkit-box-shadow: none;
    box-shadow: none;*/
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #ffffffd1;
    opacity: 1;
}

.modal-body .form-control {
    height: auto;
    padding: 25px 20px 10px 15px;
    -webkit-appearance: none;
    /*box-shadow: 0px 5px 20px -10px #565656;
    -webkit-box-shadow: 0px 5px 20px -10px #565656;*/
    border: none;
}
.modal-body .form-control:focus {
    /*box-shadow: 0px 3px 30px -10px #053551;
    -webkit-box-shadow:  0px 3px 30px -10px #053551;
    box-shadow: 0px 5px 20px -10px #565656;
    -webkit-box-shadow: 0px 5px 20px -10px #565656;*/
}
.footer-area .form-control {
    height: auto;
    padding: 25px 20px 10px 15px;
    -webkit-appearance: none;
    /*box-shadow: 0px 10px 30px -10px #7f7f7f;
    -webkit-box-shadow: 0px 10px 30px -10px #7f7f7f;*/
    border: none;
}
.footer-area .form-control:focus {
    /*box-shadow: 0px 3px 30px -10px #053551;
    -webkit-box-shadow:  0px 3px 30px -10px #053551;
    box-shadow: 0px 10px 30px -10px #7f7f7f;
    -webkit-box-shadow: 0px 10px 30px -10px #7f7f7f;*/
}

.form-double input {
    width: calc(50% - 10px);
    float: left;
}

.form-double input:last-child {
    float: right;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
    line-height: initial;
}
/*-----------
Login
------------*/
.login-area {
    background: #000000 url('../images/fundoLogin.jpg') no-repeat scroll center center / cover;
}
.login-area h2 {
    margin-bottom: 0px;
    font-size: 30px;
    margin-top: 10px;
}
.login-area p {
    margin-bottom: 20px;
}
.esqueciSenha {
    margin-top: -15px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.esqueciSenha a:hover{
    color: var(--secondColor);
}
.login-area .obtenhaAcesso {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/*-----------
preloader
------------*/

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #75cbe7;
    background: -webkit-gradient(linear, left top, left bottom, from(#75cbe7), to(var(--primaryColor)));
    background: linear-gradient(to bottom, #75cbe7 0%, var(--primaryColor) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75cbe7', endColorstr='var(--primaryColor)', GradientType=0);
    z-index: 99999999999;
}

.sk-folding-cube {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}

@-webkit-keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}

@keyframes sk-foldCubeAngle {
    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0;
    }
    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0deg);
        transform: perspective(140px) rotateX(0deg);
        opacity: 1;
    }
    90%,
    100% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0;
    }
}
/* Pafina Inicial */
.bodyHome {
    padding-top: 70px;
}
#demoPerfil {
    border-radius: 10px;
    -webkit-box-shadow: 0px 25px 80px -12px #8e8e8e;
    box-shadow: 0px 60px 100px -24px rgba(0, 0, 0, 0.4);
    margin-bottom: -60px;
}
.detalhesDemo {
    padding-top: 10px;
}
.detalhesDemo img {
    width: auto;
    height: 80px;
    padding-top: 10px;
    margin-left: -15px;
}
.detalhesDemo h4 {
    padding-top: 12px;
    color: #757474;
}
.detalhesDemo .itemDemo{
    padding: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 15px;
    transition: 0.3s;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
}
.detalhesDemo .itemDemo:hover{
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
#conheca .fundoMobile {
    position: relative;
    display: block;
    width: 70%;
    height: auto;
    align-items: center;
    left: 0;
    margin-left: 15%;
    transform: skew(10deg, 0deg);
}
#conheca #videoMobile {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 13.5%;
    margin-left: 22.3%;
    width: 55%;
    transform: skew(10deg, 0deg);
}
#conheca .detalhesDemo {
    padding-top: 50px;
}
#conheca .detalhesDemo .itemDemo{
    padding: 25px;
}
#conheca .detalhesDemo h4 {
    /*margin-top: 18px;*/
    padding-top: 0px;
}
#conheca .detalhesDemo img {
    width: auto;
    height: auto;
    padding-top: 0px;
    margin-left: 0px;
}
.btnCriarPagina {
    margin-top: 40px;
    padding: 12px;
}

/* Perfil do Usuário */
.perfil-area {
    /*background: #000000 url('../images/fundoPerfil.jpg') no-repeat scroll center center / cover;*/
    background: var(--backgroundColor);
    min-height: 100vh;
    width: 100%;
}
.perfil-area .card, #modalAddPagina .card{
    cursor: pointer;
}
.perfil-area .card img, #modalAddPagina .card img{
    width: 80px;
}
.perfil-area .card i {
    color: var(--textColor);
}
.perfil-area .card h5, #modalAddPagina .card h5{
    margin-top: 25px;
    margin-bottom: 0px;
}
.perfil-area .card:hover {
    box-shadow: 0 10px 30px -5px #a9a2a2;
    -webkit-box-shadow: 0 10px 30px -5px #a9a2a2;
}
#modalAddPagina .card:hover, #modalAddPagina .card.active, #bodyMenuTemplate .card:hover, #bodyMenuTemplate .card.active{
    box-shadow: 0px 0px 4px 2px var(--secondColor);
    -webkit-box-shadow: 0px 0px 4px 2px var(--secondColor);
}
#paginasUser {
    max-height: 630px;
    overflow: auto;
    /*padding: 5px 10px 10px 10px;*/
}
#paginasUser .excluirPagina {
    position: absolute;
    right: 0;
    top: 0;
    margin: 8px 25px;
    background: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 98;
}
#paginasUser .excluirPagina i {
    font-size: 1.2em;
}
#paginasUser .excluirPagina:hover {
    background: var(--primaryColor);
}
#paginasUser .excluirPagina:hover i {
    color: white;
}

#conteudo {
    margin-top: 90px;
    padding: 0 15px;
}
.subTitle {
    font-size: 18px;
    color: var(--textColor);
}
.imagemPerfil .fotoPerfil img, .imagemPerfil #imagemPerfil {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px -6px #000000;
    -webkit-box-shadow: 0px 0px 15px -6px #000000;
}
.imagemPerfil .fotoPerfil {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 0px 10px -5px #9e9e9e;
    -webkit-box-shadow:  0px 0px 10px -5px #9e9e9e;
}
.imagemPerfil #imagemPerfil {
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.imagemPerfil .alterarFoto {
    margin-bottom: -20px;
}
.imagemPerfil .alterarFoto img {
    background: white;
    padding: 8px;
    width: 40px;
    border-radius: 50px;
    box-shadow: 0px 5px 20px -5px #040404;
    -webkit-box-shadow: 0px 5px 20px -5px #040404;
    cursor: pointer;
    margin-top: -65px;
    margin-left: 70px;
}
#iconeVerificado {
    width: 16px;
    margin-top: -16px;
    margin-right: -16px;
    margin-left: 2px;
    display: none;
}
.locked {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 14px;
    cursor: pointer;
}
.locked img{
    background: white;
}
.divNomePerfil {
    margin-bottom: 15px;
}
.sectionName {
    position: fixed;
    display: block;
    top: 0;
    margin-top: 20px;
    float: left;
    margin-left: 70px;
    padding: 10px;
    z-index: 9999;
}
#sectionName {
    font-size: 18px;
    padding-top: 2px;
    position: absolute;
    color: #fff;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    z-index: -1;
}
#divTemplates {
    box-shadow: 0 20px 5px -15px #e4e4e4;
    -webkit-box-shadow: 0 20px 5px -15px #e4e4e4;
}
.bodyListTemplates {
    /*height: auto;
    padding: 25px 10px 10px 10px;
    -webkit-appearance: none;
    box-shadow: 0px 5px 20px -10px #565656;
    -webkit-box-shadow: 0px 5px 20px -10px #565656;
    border: none;
    background: white;
    border-radius: 5px;*/
    height: 180px;
    overflow: auto;
    padding: 5px 10px 10px 10px;
}
.bodyListIcons{
    height: 280px;
    overflow: auto;
    padding: 25px 10px 10px 10px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 20px 5px -15px #e4e4e4;
    -webkit-box-shadow: 0 20px 5px -15px #e4e4e4;
}
.bodyListIcons .radio-inline {
    width: 40px;
    margin-left: 10px;
}
.bodyListTemplates .radio-inline {
    margin-left: 15px;
}
.tabelaTemplates .itemTabelaTemplates{
    display: inline-grid;
}
.bodyListTemplates .tabelaTemplates {
    margin-left: -20px;
}
.tabelaTemplates .itemTabelaTemplates span{
    color: #787878;
    margin-top: 5px;
    font-size: 12px;
    font-weight: bold;
    max-width: 180px;
    height: 40px;
    line-height: 1.3;
}
.tabelaTemplates .itemTabelaTemplates img,  .tabelaTemplates .itemTabelaTemplates .divBgModelo{
    height: 90px;
    width: 130px;
    border-radius: 10px;
}
.fecharTemplates {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 25px;
    margin-top: 5px;
    cursor: pointer;
    color: var(--secondColor);
}
.bodyQrCode {
    height: auto;
    padding: 25px 10px 10px 10px;
    -webkit-appearance: none;
    box-shadow: 0px 5px 20px -10px #565656;
    -webkit-box-shadow: 0px 5px 20px -10px #565656;
    border: none;
    background: white;
    border-radius: 5px;
    height: 200px;
    overflow: auto;
}
.bodyQrCode #qrCodePagina {
    display: inline-block;
}
.bodyQrCode #btnBaixarQrCode {
    position: absolute;
    color: var(--primaryColor);
    right: 0;
    bottom: 0;
    margin: 15px 30px;
}
.eraserIcon {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 25px;
    margin-top: 5px;
    cursor: pointer;
}
.divInputRange{
    margin-top: 30px;
}
.inputRange {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #d4d4d4;
    outline: none;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
.inputRange:hover {
    opacity: 1;
}
.inputRange:disabled {
    opacity: 0.5;
}
.inputRange::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondColor);
    cursor: pointer;
} 
.inputRange::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--secondColor);
    cursor: pointer;
}


/* SIDE BAR */
.wrapper {
    display: flex;
    align-items: stretch;
    background: var(--primaryColor);
    /*position: fixed;
    height: 100%;
    width: 100%;
    overflow-y: auto;*/
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: var(--primaryColor);
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
    display: block;
    height: 100%;
}

#sidebar.active .components {
    position: fixed;
    display: block;
    margin-top: 68px;
    width: 80px;
}

#sidebar.active .sidebar-header {
    /*padding: 20px;
    position: fixed;
    width: 80px;*/
}

#sidebar .components {
    position: fixed;
    margin-top: 100px;
    width: 250px;
    display: block;
}

#sidebar.active .sidebar-header #logoFull,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header #logoSimple {
    display: block;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
    color: white;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar ul li span {
    display: initial;
}

#sidebar.active ul li span {
    display: none;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    /*padding: 30px;*/
    background: var(--primaryColor);
    position: fixed;
    /*width: 250px;*/
}

#sidebar .sidebar-header #logoSimple {
    display: none;
    font-size: 1.8em;
    width: 50px;
    margin: 20px 15px;
}

#sidebar .sidebar-header img {
    cursor: pointer;
}

#sidebar ul li {
    position: relative;
    width: 100%;
    padding: 15px;
    font-size: 1.1em;
    display: block;
    color: white;
    cursor: pointer;
    background: var(--primaryColor);
}
#sidebar ul li span {
    position: absolute;
    margin: 4px 15px;
    font-size: 16px;
}

#sidebar ul li:hover {
    color: white;
    background: var(--secondColor);
}

#sidebar ul li.active,
li[aria-expanded="true"] {
    color: #ffffff;
    background: var(--secondColor);
}

li[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--primaryColor);
    color: white;
}

.barraSuperior {
    position: fixed;
    display: block;
    width: 100%;
    top: 0;
    margin-top: 0px;
    background: var(--primaryColor);
    padding: 17px;
    z-index: 999;
}
#iconPremiumHeader{
    position: absolute;
    right: 0;
    margin: -2px 10px;
    font-size: 25px;
    /*color: #eace0a;*/
    width: 40px;
}
.buttonMenu {
    border: none;
    background: transparent;
}

.dadosPerfil{
    /*padding-top: 20px;*/
}

.nomePerfil {
    font-size: 25px;
    font-weight: 600;
    /*margin-left: 15px;  */
}

#edit {
    margin-left: 5px;
    margin-top: -10px;
}
.editCampo {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    margin-right: 32px;
    margin-top: 14px;
    cursor: pointer;
}
.editCampo img {
    opacity: 0.7;
}
.dadosPerfil .campos{
    padding-top: 30px;
}

#eye, .eye {
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    margin-right: 30px;
    margin-top: 18px;
    cursor: pointer;
}
#viewCorBotao, #editViewCorBotao {
    width: 60px;
    height: 30px;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    color: white;
    font-size: 12px;
    margin-right: 30px;
    margin-top: 15px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px 0px #dadada;
    -webkit-box-shadow: 0px 0px 10px 0px #dadada;
    padding-left: 14px;
    padding-top: 4px;
}
#previewBotao, #editPreviewBotao {
    color: white;
    background: white;
    margin-top: 30px;
    box-shadow: 0px 8px 20px -9px #000000;
}
#previewBotao #titleBotao, editPreviewBotao #editTitleBotao {
    margin-left: -5px;
}
#imgUltimoBtn {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 35px;
    margin-top: 13px;
    opacity: 0.5;
    cursor: pointer;
}
#viewCorOverlay {
    width: 60px;
    height: 40px;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    color: white;
    font-size: 12px;
    margin-right: 10px;
    margin-top: 9px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #dadada;
    -webkit-box-shadow: 0px 0px 10px 0px #dadada;
    padding-top: 9px;
    padding-left: 13px;
}
.cabecalhoPagina {
    margin-bottom: 25px;
}
.cabecalhoPagina .button{
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 15px;
    border-radius: 50%;
    padding: 5px;
    width: 45px;
    height: 45px;
    margin-top: -13px;
}
.cabecalhoPagina select{
    border: 0;
    background: var(--backgroundColor);
    outline: 0;
    cursor: pointer
}
#infoInput {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding-top: 14px;
    padding-right: 25px;
    opacity: 0.4;
}
.divRadioLink {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3px;
    margin-right: 35px;
    z-index: 1;
}
.minhaPagina, .meusDados, .paginaPagamento {
    display: flow-root;
    position: relative;
    background: var(--thirdColor);
    padding-bottom: 15px;
    margin-bottom: 20px;
    /*box-shadow: 10px 50px 150px -50px #082e3b;
    -webkit-box-shadow: 10px 50px 150px -50px #082e3b;*/
    box-shadow: 0px 0px 8px -3px #a5a5a5;
    -webkit-box-shadow: 0px 0px 8px -3px #a5a5a5;
    border-radius: 15px;
}
.menuCard {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.menuCard .itemMenuCard {
    padding: 15px 0px 5px 0px;
    border-bottom: 3px solid var(--backgroundColor);
    margin: 0 10px;
    cursor: pointer;
}
.menuCard .itemMenuCard.active,  .menuCard .itemMenuCard:hover{
    border-bottom: 3px solid var(--secondColor);
}
.menuCard .itemMenuCard h4 {
    color: var(--textColor);
    font-weight: 500;
}
.menuCard .itemMenuCard.active h4, .menuCard .itemMenuCard:hover h4{
    color: var(--secondColor);
    font-weight: bold;
}
#msgPopUp {
    position: fixed;
    z-index: 99999999;
    bottom: 0;
    left: 0px;
    right: 0px;
    margin-left: 30%;
    margin-right: 30%;
    margin-bottom: 15px;
    box-shadow: 0px 15px 30px -5px #4a4a4a;
    -webkit-box-shadow: 0px 15px 30px -5px #4a4a4a;
}
#msgPopUp .alert {
    padding: 15px;
    margin-bottom: 0px;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*.meusDados {
    position: relative;
    background: #ffffff00;
    padding-bottom: 15px;
    box-shadow: 10px 50px 150px -50px #082e3b;
    -webkit-box-shadow: 10px 50px 150px -50px #082e3b;
}*/
.minhaPagina .cabecalho, .meusDados .cabecalho, .preferencias .cabecalho, .paginaPagamento .cabecalho, .minhasFaturas .cabecalho{
    /*margin-top: 0px;
    background: var(--secondColor);
    padding: 15px;
    margin-bottom: 15px;
    color: var(--textColor);*/
    display: flex;
    justify-content: center;
}
.minhaPagina .cabecalho h2, .meusDados .cabecalho h2, .preferencias .cabecalho h2, .paginaPagamento .cabecalho h2, .minhasFaturas .cabecalho h2 {
    margin-bottom: 0;
    padding-top: 5px;
    text-transform: uppercase;
    font-size: 25px;
}
.minhaPagina .cabecalho button {
    /*position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: 30px;
    border-radius: 50%;
    padding: 5px;
    width: 50px;
    height: 50px;*/
    margin-right: 15px;
    padding: 12px 25px;
}
.minhaPagina .cabecalho button span i {
    margin-right: 5px;
}
.minhaPagina .ordenarLinks {
    /*margin-right: 90px !important;*/
}
.meusDados .linkAlterarSenha, #labelValidadeLink{
    margin-top: -12px;
    margin-bottom: 20px;
    margin-left: 5px;
    color: var(--secondColor);
    font-weight: 500;
    cursor: pointer;
    text-decoration: underline;
}
#atualizarDadosPagina {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#atualizarDadosPagina .form-group{
    max-width: 650px;
    width: 100%;
    position: relative;
}
#atualizarDadosPagina .form-group .labelInput.content {
    margin-left: 10px;
}
#atualizarDadosPagina .form-control {
    padding: 25px 20px 10px 15px;
}
#bodyLinks {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.divLink {
    width: 100%;
    max-width: 650px;
}
.itemLink {
    display: block;
    position: relative;
    background: white;
    margin-top: 2.5px;
    border-radius: 8px;
    padding: 10px;
    color: var(--secondColor);
    margin-bottom: 6px;
    min-height: 80px;
    box-shadow: 0px 0px 10px -3px #b3b3b3;
    -webkit-box-shadow: 0px 0px 10px -3px #b3b3b3;
}
.itemLink.off{
    opacity: 0.5;
}
.itemLink .titulo {
    font-weight: bold;
    font-size: 18px;
}
.itemLink .link a {
    font-size: 12px;
    color: var(--secondColor);
    text-decoration: underline;
    text-transform: lowercase;
}
.itemLink .acoes {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    bottom: 0;
    min-height: 80px;
    background: var(--secondColor);
    padding: 5px;
    cursor: pointer;
}
.itemLink .reorderLinks {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 80.5px;
    background: var(--secondColor);
    padding: 5px;
    margin-left: -12px;
    z-index: 10;
    display: none;
}
.itemLink .reorderLinks i {
    margin-top: 26px;
    color: #e1e1e1;
}
.itemLink .seta {
    margin-top: 26px;
    width: 16px;
}
.itemLink .excluir {
    position: absolute;
    right: 0;
    display: block;
    top: 0;
    margin: -16px;
    background: #c70a0a;
    border-radius: 50%;
    width: 28px;
    height: 28px;
}
.itemLink .excluir img{
    padding: 10px;
}
.itemLinkAcoes {
    display: block;
    position: absolute;
    background: var(--primaryColor);
    border-radius: 3px;
    color: white;
    min-height: 80px;
    width: 100%;
    z-index: 9;
    margin-top: -69px;
    margin-left: -10px;
    box-shadow: 0px 0px 2px -1px var(--secondColor);
    -webkit-box-shadow: 0px 0px 2px -1px var(--secondColor);
}
.itemLinkAcoes .menuAcoes {
    padding-top: 13px;
}
.itemLinkAcoes .menuAcoes span {
    cursor: pointer;
}

.itemLinkRedirect {
    display: block;
    position: relative;
    margin-top: 2.5px;
    background: var(--thirdColor);
    border-radius: 10px;
    padding: 10px;
    padding-top: 12px;
    color: var(--secondColor);
    margin-bottom: 12px;
    box-shadow: 0px 0px 8px -3px #a5a5a5;
    -webkit-box-shadow: 0px 0px 8px -3px #a5a5a5;
}
.itemLinkRedirect.off{
    opacity: 0.5;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.itemLinkRedirect .titulo {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
    color: dimgrey;
}
.itemLinkRedirect .link{
    font-size: 10px;
    color: var(--secondColor);
    text-decoration: underline;
    text-transform: lowercase;
}
.itemLinkRedirect .infoLink{
    font-size: 10px;
    color: var(--secondColor);
    margin-right: 30px;
}

.novoLink {
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 5px;
    z-index: 999;
}
.novoLink button{
    background: var(--secondColor);
    padding: 20px;
    border-radius: 50%;
    border: none;
    box-shadow: 0px 0px 40px -10px #071b27;
    -webkit-box-shadow: 0px 0px 40px -10px #071b27;
}
#livePreview {
    /*position: fixed;
    width: 348px;*/
    display: inline-block;
}
#divLivePreview {
    background: url(../images/mobile2.png);
    height: 750px;
    width: 390px;
    background-repeat: no-repeat;
    background-size: cover;
}
#pagePreview {
    /*width: 315px;
    height: 570px;
    position: absolute;
    top: 0;
    margin-top: 29%;
    margin-left: -158px;*/
    width: 317px;
    height: 565px;
    position: absolute;
    top: 0;
    margin-top: 33.2%;
    margin-left: -158px;
}
.pagePreviewMobile {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

/* Página Usuário */
.pagina-area {
    display: flex;
    background: #000000 url('../images/background/fundo-template-cartao.jpg') no-repeat scroll center center / cover;
    /*color:white;*/
    min-height: 100vh;
    width: 100%;
    background-attachment: scroll;
}
.pagina-area .overlayPagina {
    position: initial;
    /*background: #34628a9c;*/
    height: 100%;
    width: 100%;
    min-height: 100vh;
}
.pagina-area .nomePerfil {
    font-size: 25px;
    margin-left: 0px;  
}
.itensPagina {
    height: 100%;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 50px;
}
.logoPaginaUsuario {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 55px;
    z-index: 99;
}
#googleAdsense{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: -1px;
    margin-bottom: -10px;
}
.divRadioLinkPag {
    position: absolute;
    right: 0;
    top: 0;
    /*margin-top: 13px;
    margin-right: 35px;*/
}
.btnPaginaUser {
    display: table;
}
.btnPaginaUser i.fa {
    /*margin-top: 7px;
    padding-right: 5px;
    float: left;*/
    width: 5%;
    padding-right: 5px;
    display: table-cell;
    vertical-align: middle;
}
.titlebtnPaginaUser {
    display: table-cell;
    vertical-align: middle;
}
.pr-15 {
    padding-right: 15px;
}
.itensPagina .videoYoutube {
    margin-bottom: 10px;
}
.itensPagina .videoYoutube .embed-responsive{
    box-shadow: 0px 20px 30px -20px black;
    -webkit-box-shadow: 0px 20px 30px -20px black;
}
.itensPagina .itemBtnUser a {
    width: 100%;
    margin-bottom: 10px;
    box-shadow: 0px 20px 20px -20px #000000;
    -webkit-box-shadow: 0px 20px 20px -20px #000000;
}
.itensPagina .headerPagina {
    padding-bottom: 20px;
    position: relative;
}
.itensPagina .bodyPagina {
    padding-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.itensPagina .bodyPagina .itemBtnUser {
    width: 100%;
    max-width: 1250px;
}
.itensPagina .videoPaginaUser {
    position: absolute;
    height: 100%;
    width: 92%;
    background: transparent;
    z-index: 999999;
}
.logoPaginaUsuario img {
    width: 100px;
}
.btnAddContact {
    width: 50px;
    height: 50px;
    padding: 0;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px 15px;
    border-radius: 50%;
    transition: 0.3s;
    border: none;
    z-index: 98;
    background: #1e1e1e;
    color: #fff;
    box-shadow: 0px 0px 5px -2px #000000;
    -webkit-box-shadow: 0px 0px 5px -2px #000000;
    display: none;
}
.btnAddContact:hover {
    background-color: #0d0d0d;
    color: #fff;
    box-shadow: 0px 0px 5px -2px #000000;
    -webkit-box-shadow: 0px 0px 5px -2px #000000;
}
/* Página Templete Cartão de Visita */
.pagina-area.templeteCartao{
    height: 25%;
    min-height: auto;
}
.pagina-area.templeteCartao .overlayPagina{
    min-height: auto;
}
.templeteCartao .headerPagina {
    margin-top: -115px;
    padding-bottom: 40px !important;
}
.templeteCartao .imagemPerfil .fotoPerfil img, .templeteCartao .imagemPerfil #imagemPerfil {
    box-shadow: 0px 0px 5px -1px #737373;
}
.dividerTempleteCartao {
    width: 100%;
    height: 100px;
    background: #f9f9f9;
    border-radius: 100%;
    position: absolute;
    margin-top: -50px;
}
.dividerBottomTempleteCartao{
    width: 100%;
    height: 190px;
    background: #f9f9f9;
    border-radius: 25%;
    z-index: 1;
    position: absolute;
    bottom: 0;
    margin-bottom: 7px;
}
.templeteCartao .itensPagina {
    /*min-height: 270px;*/
}
.templeteCartao .itensPagina .bodyPagina .itemBtnUser {
    width: auto;
    margin: 5px;
    min-width: 25%;
    z-index: 9;
}
.templeteCartao .itensPagina .bodyPagina .itemBtnUser a{
    padding: 15px;
    min-height: 75px;
}
.templeteCartao .titlebtnPaginaUser{
    display: none !important;
}
.templeteCartao .btnPaginaUser i.fa{
    width: auto;
    padding-right: 0px;
    /*font-size: 4em;*/
}
.templeteCartao .footerPagina {
    background: #f8f8f8;
    position: fixed;
    min-height: 103px;
    bottom: 0;
    width: 100%;
}
.btnAlterarTemplate {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 6px;
    margin-left: 30px;
    width: 50px;
    background: #e1eef3;
    border-radius: 50%;
    /*-webkit-box-shadow: 0px 10px 30px -10px black;
    box-shadow: 0px 10px 30px -10px black;*/
}
.btnAlterarTemplate img {
    cursor: pointer;
    padding: 7px;
}
.btnGerarQrCode {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 6px;
    margin-left: 90px;
    width: 50px;
    background: #e1eef3;
    border-radius: 50%;
    -webkit-box-shadow: 0px 10px 30px -10px black;
    box-shadow: 0px 10px 30px -10px black;
    padding: 10px !important;
}
.btnCopy {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    margin-right: 40px;
}
 .btnCopy img{
    /*filter: invert(0.8);
    background: #e0edf3;
    width: 24px;*/
    margin-top: 4px;
    cursor: pointer;
}
.btnUpload {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 13px;
    margin-right: 28px;
    background: white;
}
 .btnUpload img{
    /*filter: invert(0.5);*/
    cursor: pointer;
}
.btnLinkPagina {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 15px;
    margin-right: 10px;
 }
 .btnLinkPagina img {
    /*filter: invert(0.5);
    width: 24px;*/
    /*background: #e0eef3;*/
 }
/*tooltip */ 
.tooltip {
    position: relative;
    display: contents;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    height: auto;
    background-color: #000000b0;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    margin-left: -55px;
    opacity: 0;
    transition: opacity 0.3s
}
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 95%;
    left: 50%;
    margin-left: 0px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip .tooltiptext.custom {
    margin-bottom: 45px;
    margin-left: -65px;
}

/* Criar Conta */
.btnVerPlanos {
   position: absolute;
   right: 0;
   top: 0;
   margin-top: 18px;
   margin-right: 40px;
   /*filter: invert(0.7);
   width: 24px;*/
}
.recaptcha {
   position: absolute;
   right: 0;
   bottom: 0;
   width: 100%;
   text-align: -webkit-center;
   margin-bottom: -15px;
}

.defineUser{
    position: absolute;
    color: var(--secondColor);
    margin-top: 23px;
    margin-left: 25px;
    font-size: 14px;
}

/* PREFERENCIAS */
.preferencias {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    /*background: #ffffff00;
    box-shadow: 10px 50px 150px -50px #082e3b;
    -webkit-box-shadow: 10px 50px 150px -50px #082e3b;*/
}
.preferenciasPremium {
    position: relative;
    background: var(--thirdColor);
    margin-bottom: 12px;
    margin-top: 12px;
    padding: 15px;
    border-radius: 12px;
    color: var(--textColor);
    box-shadow: 0px 0px 8px -3px #a5a5a5;
    -webkit-box-shadow: 0px 0px 8px -3px #a5a5a5;
}
.preferenciasPremium span {
    font-size: 22px;
    text-transform: uppercase;
}
.preferenciasPremium .ti-crown {
    font-size: 50px;
}
.preferenciasPremium .price-info {
    color: #d3d715;
}
.preferenciasPremium .vantagensPremium {
    margin-bottom: 30px;
    /*padding-bottom: 30px;*/
    margin-top: 30px;
    /*display: flex;*/
}
.preferenciasPremium .vantagensPremium img {
    margin-top: -5px;
    margin-right: 8px;
}
.preferenciasPremium .vantagensPremium i {
    color: var(--primaryColor);
    font-size: 1.8em;
    margin-right: 5px;
}
.preferenciasPremium button {
    margin-top: 25px;
}
.preferencias .spanPremium {
    position: absolute;
    color: var(--primaryColor);
    right: 0;
    top: 0;
    margin-top: -52px;
    margin-right: 35px;
    font-size: 25px;
}
.minhasFaturas {
    position: relative;
    background: #ffffff00;
    padding-bottom: 20px;
    margin-bottom: 20px;
    box-shadow: 10px 50px 150px -50px #082e3b;
    -webkit-box-shadow: 10px 50px 150px -50px #082e3b;
}
.preferenciasPremium .tabelaFaturas {
    margin-bottom: 30px;
    padding-top: 30px;
    /*position: absolute;
    width: 100%;
    margin-left: -15px;
    background: white;*/
}
.preferencias .setPreferencias {
    background: #ffffff;
    width: 100%;
    /*height: 100%;*/
    display: inline-flex;
    color: #666666;
    padding: 25px;
    border-radius: 12px;
    margin-top: 12px;
    box-shadow: 0px 0px 10px -3px #b3b3b3;
    -webkit-box-shadow: 0px 0px 10px -3px #b3b3b3;
}
#formAtivarCupom h3 {
    color: #666666;
    margin-top: 15px;
    margin-bottom: 20px;
}
#formAtivarCupom #cupom {
    text-transform: uppercase;
}
/* CHECKOUT */
.paginaPagamento {
   /* position: relative;
    background: #ffffff00;
    padding-bottom: 10px;
    margin-bottom: 20px;
    box-shadow: 10px 50px 150px -50px #082e3b;
    -webkit-box-shadow: 10px 50px 150px -50px #082e3b;*/
    padding: 25px 15px;
}
.paginaPagamento .checkoutPag {
    background: white;
    color: black;
    /*padding-bottom: 5px;*/
    margin-left: 15px;
    margin-right: 15px;
    /*margin-bottom: 15px;*/
    box-shadow: 10px 50px 150px -50px #a7a7a7;
    -webkit-box-shadow: 10px 50px 150px -50px #a7a7a7;
}
.paginaPagamento .checkoutPag .cabecalho {
    background: #d2d2d2;
    color: #4f4f4f;
    padding-bottom: 20px;
    padding-top: 22px;
    font-size: 15px;
    text-transform: uppercase;
}
.paginaPagamento .checkoutPag #divImgDiscount .imgDiscount {
    width: 70px;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 72px;
    margin-right: 18px;
    transform: rotate(15deg);
}
.paginaPagamento #btnPagar {
    border-radius: 0px;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-top: -1px;
}
.paginaPagamento #btnAvancar {
    border-radius: 0px;
    padding: 15px;
    font-size: 20px;
    font-weight: 500;
    margin-top: -1px;
}
.paginaPagamento .checkoutPag .cabecalho h2{
    font-size: 20px;
}
.passosPagamento {
    width: 100%;
    margin-bottom: 25px;
    background: #d5d5d5;
    height: 70px;
    color: black;
    box-shadow: 0px 10px 30px -10px #a0a0a0;
    -webkit-box-shadow: 0px 10px 30px -10px #a0a0a0;
}
.itemPassosPagamento {
    padding-top: 22px;
    border: none;
    outline: 0;
    margin-left: -1px;
}
.itemPassosPagamento span {
    margin-left: 5px;
}
.itemPassosPagamento img {
    filter:invert(1);
}
.itemPassosPagamento.active, .itemPassosPagamento.visited {
    background: #13ac13;
    height: 100%;
    color: white;
}
.itemPassosPagamento.active:before {
    content: "";
    position: absolute;
    border: 15px solid transparent;
    border-right: 0;
    border-top-color: #d5d5d5;
    border-top-width: 35px;
    border-bottom-color: #d5d5d5;
    border-bottom-width: 35px;
    top: 0;
    right: 0;
    margin-right: -1px;
}
.itemPassosPagamento.active img, .itemPassosPagamento.visited img {
    filter:none;
}
.compraSegura {
    top: 50px;
    background-color: #13ac13;
    color: white;
    padding: 10px 12px 10px 16px;
    left: 5px;
    position: absolute;
}
.compraSegura::before {
    position: absolute;
    content: " ";
    left: 0;
    bottom: -10px;
    display: block;
    border-style: solid;
    border-color: transparent;
    border-top-color: #1b5b07;
    border-bottom: 10px;
    border-left-width: 10px;
    border-right-width: 0;
    border-top-width: 10px;
}
.compraSegura span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}
#bandeiraCartao{
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 14px;
    margin-right: 22px;
}
.powerBy {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 25px;
}
.powerBy span{
    font-size: 8px;
    text-transform: uppercase;
}
.powerBy img{
    width: 80px;
}
#voltarCheckout {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 17px;
    margin-left: 45px;
    cursor: pointer;
}
.checkoutPlano {
    margin-top: 40px;
    /* margin-left: 3%; */
    /* margin-right: 3%; */
    padding-bottom: 20px;
    /* border-bottom: 1px solid #d2d2d2; */
}
.checkoutPlano span {
    font-size: 22px;
    text-transform: uppercase;
}
.checkoutPlano .ti-crown {
    font-size: 50px;
}

.checkoutPlano .price-info {
    color: #d3d715;
}
.checkoutValor {
    padding-left: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 12px;
    color: #9a9a9a;
}
.checkoutValor .checkoutValorParc{
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #13ac13;
    margin-top: 5px;
    margin-bottom: -5px;
}
.checkoutValor .checkoutValorLabelParc{
    margin-top: 35px;
}
.checkoutValor .checkoutValorTotal, .checkoutTarifa {
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: #13ac13;
}
.checkoutValor .checkoutValorLabel{
    margin-top: 7px;
}
#bandeirasAceitas {
    background: #f7f7f7;
    padding: 10px;
}
.headPedidoEfetuado img {
    margin-top: -10px;
    margin-right: 5px;
}
.headPedidoEfetuado span {
    font-size: 18px;
    font-weight: 500;
}
.pedidoEfetuado {
    background: whitesmoke;
    color: #848484;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 30px -10px black;
    -webkit-box-shadow: 0px 10px 30px -10px black;
}
.pedidoEfetuado #pay{
    margin-bottom: 15px;
}
.pedidoEfetuado .passosPagamento {
    box-shadow: none;
    -webkit-box-shadow: none;
    color: #525252;
}
.pedidoEfetuado .itemPassosPagamento img {
    /*filter: invert(0.65);*/
}

/* Paginas de Erros */
.paginaErro {
    padding-top: 300px;
    color: white;
}
.paginaErro h1 {
    font-size: 60px;
    margin-bottom: 10%;
}
.paginaErro .buttons {
    margin-top: 30px;
}
.divLink.dragElem {
}
.divLink.over {
  border-top: 2px solid var(--textColor);
  margin-top: -2px;
  cursor: grabbing;
}

[draggable] {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    /* Required to make elements draggable in old WebKit */
    -khtml-user-drag: element;
    -webkit-user-drag: element;
    cursor: grab;
}

/* GERADOR QR CODE */ 
#gerador-qr-code {
    background: #f9f9f9;
}
.power-by {
    color: #515656;
    letter-spacing: initial;
    font-size: 10px;
    position: absolute;
    margin-left: 70px;
    margin-top: -5px;
}
.card {
    width: 100%;
    display: table;
    background-color: #ffffff;
    color: #515656;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: 0.3s;
    border-radius: 15px;
    box-shadow: 0 10px 30px -5px #d4d4d4;
    -webkit-box-shadow: 0 10px 30px -5px #d4d4d4;
}
.card .form-control {
    box-shadow: 0px 0px 10px -3px #a9a9a9 !important;
    -webkit-box-shadow: 0px 0px 10px -3px #a9a9a9 !important;
}
.card .form-control:focus {
    box-shadow: 0px 0px 15px -2px #a9a9a9 !important;
    -webkit-box-shadow: 0px 0px 15px -2px #a9a9a9 !important;
}
.card .btnDownload {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -15px;
    padding: 18px 21.5px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 15px -5px #848484;
    box-shadow: 0px 8px 15px -5px #848484;
}
.card .divTiposDestino{
    margin-bottom: 10px;
}
.card .itemTipoDestino{
    vertical-align: middle;
    display: inline-block;
    width: 80px;
    background: #f9f9f9;
    border-radius: 8px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-top: 0px;
    padding: 8px 5px 0px 5px;
    box-shadow: 0px 0px 5px 1px #d8d8d8;
    -webkit-box-shadow:0px 0px 5px 1px #d8d8d8;
    cursor: pointer;
}
.card .itemTipoDestino.active, .card .itemTipoDestino:hover{
    box-shadow: 0px 0px 4px 2px var(--secondColor);
    -webkit-box-shadow: 0px 0px 4px 2px var(--secondColor);
}
.card .itemTipoDestino.active i, .card .itemTipoDestino:hover i{
    color: var(--secondColor);
}
.card .itemTipoDestino span{
    font-size: 12px;
    display: block;
}
.card .itemTipoDestino.active span, .card .itemTipoDestino:hover span{
    color: var(--secondColor);
    font-weight: bold;
}
.card .img-logo {
    width: 60px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 8px;
}
.card .img-logo.active, .card .img-logo:hover{
    box-shadow: 0px 0px 4px 2px var(--secondColor);
    cursor: pointer;
}
.card .divImages{
    margin-bottom: 5px;
}
.card .divImages input[type=file] {
    display: none;
}

.buyCoffee {
    background: #ececec;
    padding: 10px 2px;
    border-radius: 8px;
}
.buyCoffee .qtdCoffee {
    width: 55px;
    border-radius: 8px;
    margin-left: 8px;
    padding: 12px 15px;;
    -webkit-appearance: none !important;
    /*box-shadow: 0px 0px 15px -2px #a9a9a9 !important;
    -webkit-box-shadow: 0px 0px 15px -2px #a9a9a9 !important;*/
    border: none;
}
.buyCoffee .btnQtdCoffee {
    margin-left: 5px;
    padding: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 8px 15px -5px #848484;
    box-shadow: 0px 8px 15px -5px #848484;
}
.buyCoffee #priceCoffee {
    position: absolute;
    font-size: 12px;
    background: #01998d;
    color: black;
    font-weight: 500;
    padding: 0px 2px;
    border-radius: 3px;
    bottom: 0;
    margin-bottom: 12px;
    margin-left: 12px;
}
.adsQrCodeTop{
    margin-top: 90px;
    margin-bottom: 50px;
}
.adsQrCodeBottom{
    margin-top: 100px;
}

#linkRemoveAds {
    text-transform: uppercase;
    font-size: 10px;
    color: var(--secondColor);
    text-decoration: underline;
    font-weight: bold;
    margin-top: -10px;
    margin-left: 10px;
    position: absolute;
    font-style: italic;
}