/*
Theme Name: (VamTam) Tecnologia
Theme URI: https://tecnologia.vamtam.com
Text Domain: tecnologia
Description: Welcome to Tecnologia, a modern IT Services and App Development Theme. This lovely niche theme is built and suitable for any business operating in the IT and Saftawre industry. The theme features carefully designed layouts ideal for every contemporary IT company, app landing page, IT services agency, tech startup, as well as for tech support, and every modern software company showcase. It is suitable for users with zero programming skills and advanced developers.
Author: VamTam
Author URI: https://vamtam.com
Version: 5.3
License: Envato
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/

/*
 * Ravesoft - moved css from WP wizard page to .css file 20/10/2025
*/
/*body {
    font-family: sans-serif;
    background: #fff;
    margin: 0;
    padding: 2rem;
}*/



#price-config-page .cards {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: start;
}
#price-config-page .card {
    max-width: 300px;
    background: #fdf8f5;
    border-radius: 30px;
    padding-bottom: 1.5rem;
    display: flex;
    flex: 1 1 230px;
    min-width: 0;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    margin-bottom: 30px;
    align-items: stretch;
}
#price-config-page .opcoes-card {
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin: 30px 0;
}
#price-config-page .opcoes-card h2 {
    font-weight: bold;
    font-style: italic;
    color: #235677;
    font-size: 22px;
    margin: 0;
}
#price-config-page .bloco-cinza-cards h2 {
    font-weight: bold;
    font-style: italic;
    color: #235677;
    font-size: 22px;
    margin: 0;
}
#price-config-page .card.active {
    background: #f9ebe2;
}
#price-config-page .card-header {
    border-radius: 30px;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
    background-color: #fff;
    
    border:1px solid #f2f5ff;
    color: #ec6c20;
    transition: background-color 0.3s ease;
}
#price-config-page .card-header .slider {
    background-color: #235677;
    border: 1px solid #fff;
}
#price-config-page .card.active .card-header {
    background-color: #fff;
    border:1px solid #ec6c20;
     color: #ec6c20;
    
}
#price-config-page .bloco-cinza-cards .card .card-header {
    background-color: #fff;
    border:0;
    font-weight:800;
}
#price-config-page .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}
#price-config-page .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#price-config-page .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 25px;
    transition: 0.4s;
}
#price-config-page .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 1.5px;
    bottom: 1.5px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}
#price-config-page input:checked + .slider {
    background-color: #ec6c20;
}
#price-config-page input:checked + .slider:before {
    transform: translateX(20px);
    background-color: #fff;
}
#price-config-page #modulos .card {padding:0 0 20px!important;}
#price-config-page #modulos .card .card-header {border:0; margin-top:5px;}
#price-config-page #modulos .card.active .card-header {border:0;}
#price-config-page #modulos .card {border:1px solid #fff;}
#price-config-page #modulos .card.active {border:1px solid #ec6c20; }

#price-config-page #usersBox .card .card-header {border:0; margin-top:5px;}
#price-config-page #usersBox .card.active .card-header {border:0;}
#price-config-page #usersBox .card {border:1px solid #fff;}
#price-config-page #usersBox .card.active {border:1px solid #ec6c20; }
#usersBox .card {
padding-bottom: 40px!important;
}

#price-config-page .option {padding:10px;background:#f4f7f8; border-radius:10px;}

#price-config-page .card-body {
    margin-top: 0;
    color: #235677;
    font-size: 13px;
    padding: 0 1rem;
    opacity: 0.5;
    pointer-events: none;
}
#price-config-page .card-body h4 {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
#price-config-page .card-body h4 span {
    font-weight: normal;
    display: block;
    font-size: 16px;
}
#price-config-page .card .card-body {
    opacity: 1;
    pointer-events: all;
    background: #f3ebe0;
padding: 10px;
border-radius: 10px;
margin: 0 15px 0px;
}
#price-config-page .bloco-cinza-cards .card .card-body {
    opacity: 1;
    pointer-events: all;
    background:white;
    margin: 0 5px 10px;
}
#price-config-page .bloco-cinza-cards .card-header {
    font-size: 24px;
}
#price-config-page .bloco-cinza-cards .price-header {
    font-size: 24px;
    font-weight: bold;
}
#price-config-page .option {
    padding:0 0 0 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.2rem;
    font-weight: bold;
    font-size:11px;
}
#price-config-page .counter {
    display: flex;
    align-items: center;
    gap: 10px;
}
#price-config-page .price-header {
    font-weight: normal;
    font-size: 14px;
    margin-left: auto;
    margin-right: 10px;
}
#price-config-page .counter button {
    background: #ec6c20;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    padding: 0;
}
#price-config-page .counter span {
    min-width: 20px;
    text-align: center;
    font-weight: bold;
}
#price-config-page .card.free .card-header {
    background: #235677;
    border:1px solid #235677;
    color:#fff;
}
#price-config-page .card.free .card-header .switch {width:25px;}

#price-config-page .card.free .card-header input:checked+.slider:before {transform:none; background-color:#ec6c20;}

#price-config-page .card.free.active .card-header input:checked+.slider:before{background-color:#ec6c20;}

#price-config-page .card.free {
    background: #f4f7f8;
}
#price-config-page .card.free.active .card-header {
    background: #235677;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border:1px solid #235677;
    color:#fff;
}
#price-config-page .card.free.active input:checked + .slider:before {
    background-color: #235677;
}
#price-config-page .card-header.big-header {
    font-size: 24px;
}
.areas-bloco, #modulos, #usersBox {
    background: #f4f7f8;
    padding: 30px;
    border-radius: 30px;
    margin-top:30px;
}

.div-option {padding:0 15px; margin-top:-15px; margin-bottom:20px;}

.recomendado {font-size: 12px;
background: #ec6c20;
color: white;
border-radius: 30px;
padding: 10px 5px;
text-transform: uppercase;}



#price-config-page .bloco-cinza-cards {
    background: #f4f7f8;
    padding: 30px;
    border-radius: 30px;
}

#price-config-page .bloco-cinza-cards .cards {justify-content: space-between;}
#price-config-page .bloco-laranja-cards .card {
    background: white;
}
#price-config-page .bloco-cinza-cards .card {
    background: white;
}
#price-config-page .container-cards {
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
}
#price-config-page .tabela-pagamento-mensal {
    width: 100%;
}
#price-config-page .tabela-resumo {
    width: 100%;
}

#price-config-page .tabela-resumo tr td:nth-child(1) {
    font-weight: bold;
}

.card-body p {margin:0;}

#price-config-page #modulos .card-body {padding-bottom:10px!important;}

#price-config-page .bloco-cinza-cards .cards {}

#price-config-page .bloco-cinza-cards .cards .card.blocked {background:#235677;pointer-events:none; opacity:0.2;}
#price-config-page .bloco-cinza-cards .cards .card.blocked .card-header {color:white; background-color:#235677;}

#price-config-page .bloco-cinza-cards .cards .card.blocked .card-body { background-color:#235677;}


#price-config-page .bloco-cinza-cards .cards .card.blocked .tabela-pagamento-mensal tr {background:white;}

#price-config-page .bloco-cinza-cards .cards .card.blocked .tabela-pagamento-mensal tr * {color:#235677;}

#price-config-page .bloco-cinza-cards .cards .card.blocked .recomendado {background:white;color:#235677;}

#price-config-page .tabela-pagamento-mensal tr td div, #price-config-page .tabela-pagamento-mensal tr td div span,
#price-config-page .tabela-pagamento-mensal tr td .period-extra {display:inline-block; color: #ec6c20; font-style:italic; margin-left:3px; font-size:11px; font-weight:500;}

#price-config-page .tabela-pagamento-mensal tr {background:#f3ebe0; display: flex;
justify-content: space-between;
border-radius: 10px;
padding: 5px 10px; margin-bottom:5px; font-style:normal; align-items:center; min-height:35px;}

#appSubscription-btn {border-radius:40px; font-size:24px; font-weight:800; color:#fff; font-style:italic; border:0; margin-bottom:30px; margin-top:30px;}

#appSubscription-btn:hover {background:#235677;}

#price-config-page .tabela-pagamento-mensal tr * {font-style:normal; color:#235677;}

#price-config-page .tabela-pagamento-mensal tr td:nth-child(2) span{font-weight:800; font-style:italic; color:#ec6c20;  text-align: right; font-size:16px;}

.card-header i {
width: 160px;
display: block;
font-weight:800;
}
.tabela-pagamento-mensal {margin-bottom:0px;}

#price-config-page .tabela-pagamento-mensal tr:nth-child(1) td {
    padding-bottom: 0px;
}
#price-config-page .floating-card {
    position: fixed;
    right: 20px; /* Escondido fora da tela */
    transform: translateX(100%); /* Esconde fora da tela */
    transition: transform 0.4s ease;
    top: 50%;
    z-index: 999;
}
#price-config-page .floating-card.show {
    transform: translateX(0); /* Entra suavemente */
}
#price-config-page .floating-toggle {
    position: fixed;
    top: calc(50% + 15px);
    right: -12px;
    background-color: #235677;
    color: white;
    border: none;
    padding: 18.5px 23px;
    cursor: pointer;
    border-radius: 40px 0px 0 40px;
    z-index: 10000;
    line-height: 1;
}
#price-config-page .floating-card .tabela-pagamento-mensal tr td:nth-child(2) {
    font-size: 14px;
    font-style: italic;
    color: #ec6c20;
    font-weight: bold;
    text-align: right;
}
#price-config-page .floating-card .tabela-pagamento-mensal tr td:nth-child(2) span {
    font-size: 12px;
    font-style: italic;
    color: #235677;
    font-weight: normal;
    display: block;
}
#price-config-page .floating-card .tabela-pagamento-mensal tr td:nth-child(1) {
    font-size: 14px;
    font-style: italic;
}
#price-config-page .floating-card .tabela-pagamento-mensal tr td:nth-child(1) span {
    font-size: 12px;
    display: block;
}
#price-config-page .floating-card .price-header {
    color: #ec6c20;
    font-weight: bold;
    font-size: 16px;
}

@media (max-width: 768px) {
    #price-config-page .cards {
        gap: 0;
    }
    #price-config-page .card {
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

/**  PLAKO **/

#price-config-page .ldg1 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1000;
}

#price-config-page .ldg2 {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1001;
}



/*  Modal  */
#price-config-page #tsubcription-modal {
  position: fixed;
  inset: 0;
  display: none;            
  z-index: 9999;
}

#price-config-page #tsubcription-modal.open { display: block; }

#price-config-page #tsubcription-modal .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.55);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

#price-config-page #tsubcription-modal .form {
  position: relative;
  max-width: 640px;
  width: min(94vw, 640px);
  margin: min(8vh, 80px) auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(0,0,0,.25);
  padding: 20px 22px 16px;
  color: #111;
  transform: translateY(10px);
  opacity: 0;
  transition: opacity .2s ease, transform .2s ease;
}

#price-config-page #tsubcription-modal.open .form {
  transform: translateY(0);
  opacity: 1;
}

#price-config-page #tsubcription-modal .form h3 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 800;
  color:#235677;
  font-style:italic;
}

#price-config-page #tsubcription-modal .close-btn {
  position: absolute;
  top: 10px; right: 12px;
  border: 0;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  color: #666;
  padding: 6px;
  border-radius: 8px;
}
#price-config-page #tsubcription-modal .close-btn:hover { background: #f3f3f3; }
#price-config-page #tsubcription-modal .close-btn:focus-visible {
  outline: 2px solid #111; outline-offset: 2px;
}

#price-config-page #tsubcription-modal .grid {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
}
#price-config-page #tsubcription-modal .grid .full { grid-column: 1 / -1; }

@media (max-width: 640px) {
  #price-config-page #tsubcription-modal .grid { grid-template-columns: 1fr; }
}
#price-config-page #tsubcription-modal label {
  display: block;
  font-size: 12px;
  color: #555;
  margin: 0 0 4px;
}

#price-config-page #tsubcription-modal input,
#price-config-page #tsubcription-modal select {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 10px 12px;
  font-size: 14px;
  color: #111;
  background: #fff;
  transition: border-color .15s ease, box-shadow .15s ease;
}
#price-config-page #tsubcription-modal input::placeholder { color: #aaa; }

#price-config-page #tsubcription-modal input:focus,
#price-config-page #tsubcription-modal select:focus {
  outline: none;
  border-color: #6aa7ff;
  box-shadow: 0 0 0 3px rgba(106,167,255,.25);
}
#price-config-page #tsubcription-modal .is-invalid {
  border-color: #b00020 !important;
  box-shadow: 0 0 0 3px rgba(176,0,32,.15);
}

#price-config-page #tsubcription-modal .error {
  font-size: 12px;
  color: #b00020;
  margin-top: 4px;
}
#price-config-page #tsubcription-modal .success {
  font-size: 13px;
  color: #0d7a38;
  background: #ebf7ef;
  border: 1px solid #c9ecd7;
  padding: 8px 10px;
  border-radius: 8px;
  margin-bottom: 8px;
}
#price-config-page #tsubcription-modal details {
  border: 1px dashed #e3e3e3;
  border-radius: 10px;
  padding: 8px 10px;
  background: #fafafa;
}
#price-config-page #tsubcription-modal details > summary {
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  color: #444;
}
#price-config-page #tsubcription-modal details > summary::-webkit-details-marker { display: none; }

#price-config-page #tsubcription-modal .actions {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin-top: 12px;
}
#price-config-page #tsubcription-modal .btn {
  border: 0;
  border-radius: 12px;
  padding: 10px 14px;
  font-weight: 600;
  cursor: pointer;
  transition: transform .06s ease, box-shadow .15s ease, background .15s ease;
}
#price-config-page #tsubcription-modal .btn:active { transform: translateY(1px); }

#price-config-page #tsubcription-modal .btn.secondary {
  background: #f3f3f3;
  color: #222;
}
#price-config-page #tsubcription-modal .btn.secondary:hover { background: #e9e9e9; }

#price-config-page #tsubcription-modal .btn.primary {
  background: #ff7a00;
  color: #fff;
  box-shadow: 0 6px 18px rgba(255,122,0,.25);
}
#price-config-page #tsubcription-modal .btn.primary:hover { background: #ee7200; }

#price-config-page #tsubcription-modal .small {
  font-size: 12px;
  color: #666;
}

#price-config-page #tsubcription-modal .loading {
  position: absolute;
  inset: 0;
  display: none;                
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  z-index: 10;
  font-weight: 600;
}
#price-config-page #tsubcription-modal .loading.show { display: flex; }

@media (prefers-reduced-motion: reduce) {
  #price-config-page #tsubcription-modal .form {
    transition: none;
    transform: none !important;
    opacity: 1 !important;
  }
}