@import url('https://fonts.googleapis.com/css?family=Hind&display=swap');
/* ---------| Inicio Padrao |--------- */
body {
  font-family: 'Hind', sans-serif !important;
}

a:hover, button:hover, button {
  text-decoration: none !important;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

.bg-claro {
  background-color: #f2f2f2;
}

.bg-nav {
  background-color: rgba(19, 18, 19, 0.719);
}

/* ---------| Fim Padrao |--------- */

/* ---------| Inicio Cabecalhos |--------- */
#header {
  height: 700px;
  background-image: url(../img/header.svg);
  background-size: cover;
  background-position: bottom;
  position: relative;
  background-attachment: fixed;
  background-color: #f8f9fa;
}

#header-index-sobre {
  height: 700px;
  background-image: url(../img/header-sobre.svg);
  background-size: cover;
  background-position: bottom;
  position: relative;
}

#header-site {
  height: 700px;
  background-image: url(../img/header2.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #f8f9fa;
}

#header-site-sobre {
  height: 700px;
  background-image: url(../img/header-site-sobre.svg);
  background-size: cover;
  background-position: bottom;
}

#header-mine {
  height: 700px;
  background-image: url(../img/header2.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #f8f9fa;
}

#header-mine-sobre {
  height: 700px;
  background-image: url(../img/header-mine-sobre.svg);
  background-size: cover;
  background-position: bottom;
}

#header-vps {
  height: 700px;
  background-image: url(../img/header2.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-color: #f8f9fa;
}

#header-vps-sobre {
  height: 700px;
  background-image: url(../img/header-vps-sobre.svg);
  background-size: cover;
  background-position: bottom;
}

#header-404 {
  height: 700px;
  background-image: url(../img/404.svg);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
}

#header-contato {
  height: 700px;
  background-image: url(../img/header2.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  background-color: #f8f9fa;
}

#header-contato-sobre {
  height: 700px;
  background-image: url(../img/header-contato-sobre.svg);
  background-size: cover;
  background-position: bottom;
}

#header-termos-servico, #header-politica-privacidade, #header-sobre {
  height: 70px;
  background-image: url(../img/contato.svg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  background-color: #f8f9fa;
}
/* ---------| Fim Cabecalhos |--------- */

/* ---------| Inicio Navbar |--------- */
.navbar-top {
  transition: 1s;
}

.navbar-nav .nav-link {
    color: #f0ffff;
    font-size: 15px;
    text-transform: unset;
    font-weight: 500;
    text-shadow: 2px 2px 6px rgba(247, 236, 236, 0.1);
    position: relative;
    margin-right: .4rem;
    margin-left: .4rem;
    padding: 0.5rem .8rem;
}

.navbar .dropdown {
  position: static;
  width: 100%;
}

.dropdown-menu {
  background-color: transparent;
  margin-top: -0.5em;
}

.ico-dropdown {
  width: 50px;
  margin-right: 1em;
}

header .border-bottom {
  border-color: rgba(160, 22, 22, 0.1) !important;
}
/* ---------| Fim Navbar |--------- */


/* ---------| Inicio Header Info |--------- */
.header-info {
  height: 500px;
  position: absolute;
  bottom: 8em;
  left: 6em;
}

.header-info h2 {
  position: relative;
}

.header-info .header-info-sites:after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #17a2b8;
  left: 0;
  bottom: -5px;
}

.header-info .header-info-mine:after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #28a745;
  left: 0;
  bottom: -5px;
}

.header-info .header-info-mineus:after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #C70039;
  left: 0;
  bottom: -5px;
}

.header-info .header-info-vps:after {
  content: "";
  width: 100px;
  position: absolute;
  margin: 0 auto;
  height: 3px;
  background: #dc3545;
  left: 0;
  bottom: -5px;
}
/* ---------| Fim Header Info |--------- */

/* Banner Fixo do Cupom */
.coupon-banner {
    position: fixed;
    bottom: 25px;
    left: 25px;
    background: linear-gradient(135deg, #1a1a1a, #2d2d2d);
    color: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
    z-index: 10000;
    animation: slideInLeft 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    max-width: 320px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    font-family: 'Segoe UI', system-ui, sans-serif;
}

.banner-badge {
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(45deg, #ff6b00, #ff8c00);
    color: white;
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
    z-index: 100002;
    white-space: nowrap;
}

.banner-content {
    padding: 40px 20px 20px 20px;
    position: relative;
    text-align: left; /* Mantém alinhamento à esquerda */
}

.banner-main {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 15px;
    align-items: flex-start; /* Mantém à esquerda */
}

.banner-text {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left; /* Mantém à esquerda */
}

.banner-icon {
    font-size: 24px;
    animation: bounce 2s infinite;
}

.banner-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: flex-start; /* Mantém à esquerda */
}


.banner-title {
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.2px;
}

.banner-desc {
    font-size: 13px;
    color: #ccc;
    font-weight: 500;
}

.coupon-container {
    background: rgba(255, 255, 255, 0.05);
    border: 2px dashed rgba(255, 107, 0, 0.4);
    border-radius: 12px;
    padding: 15px;
    text-align: center; /* Apenas o cupom centralizado */
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 5px;
    width: 100%;
}


.coupon-container:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 107, 0, 0.6);
    transform: translateY(-2px);
}

.coupon-code {
    font-size: 24px;
    font-weight: 900;
    color: #ff6b00;
    letter-spacing: 2px;
    margin-bottom: 5px;
    font-family: 'Courier New', monospace;
    text-shadow: 0 2px 4px rgba(255, 107, 0, 0.3);
}

.coupon-hint {
    font-size: 11px;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.banner-actions {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copy-btn {
    background: linear-gradient(135deg, #ff6b00, #ff8c00);
    color: white;
    border: none;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 1;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(255, 107, 0, 0.3);
}

.copy-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
    background: linear-gradient(135deg, #ff8c00, #ff6b00);
}

.copy-btn:active {
    transform: translateY(0);
}

.copy-btn.copied {
    background: linear-gradient(135deg, #4CAF50, #45a049);
    box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

.copy-icon {
    font-size: 14px;
}

.close-banner {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ccc;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.close-banner:hover {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    border-color: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}

.banner-progress {
    height: 3px;
    background: linear-gradient(90deg, #ff6b00, #ff8c00, #ff6b00);
    background-size: 200% 100%;
    animation: progress 3s ease-in-out infinite;
}

/* Animações */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
}

@keyframes slideOutLeft {
    from {
        opacity: 1;
        transform: translateX(0) scale(1);
    }
    to {
        opacity: 0;
        transform: translateX(-50px) scale(0.9);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-3px);
    }
    60% {
        transform: translateY(-2px);
    }
}

@keyframes progress {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

.coupon-banner.hiding {
    animation: slideOutLeft 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

/* Estados de cópia */
.coupon-container.copied {
    background: rgba(76, 175, 80, 0.1);
    border-color: #4CAF50;
}

.coupon-container.copied .coupon-code {
    color: #4CAF50;
}

.coupon-container.copied .coupon-hint {
    color: #4CAF50;
}

/* Responsivo */
@media (max-width: 768px) {
    .coupon-banner {
        bottom: 15px;
        left: 15px;
        right: 15px;
        max-width: none;
    }
    
    .banner-content {
        padding: 15px;
    }
    
    .coupon-code {
        font-size: 20px;
    }
    
    .banner-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .coupon-banner {
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
    
    .banner-main {
        gap: 12px;
    }
    
    .coupon-code {
        font-size: 18px;
    }
    
    .copy-btn {
        padding: 10px 15px;
        font-size: 13px;
    }
}

/* ---------| Inicio Index |--------- */
.plano-font-size {
  font-size: 0.7em;
}

.plano-font-size a:hover {
  text-decoration: underline !important;
}

.info-box img {
  width: 100px;
}
/* ---------| Fim Index |--------- */


/* ---------| Inicio Planos |--------- */
.box {
  transition: 0.5s;
  color: gray;
}

.box-body:hover {
  transition: 0.5s;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  transform: scale(1.01);
}

.box-body img {
  width: 100px;
  
}

.box-body h5 {
  font-size: 26px;
  font-weight: bold;
  color: #4898e2;
}

.box .box-price {
  display: block;
  font-size: 40px;
  color: #04B63B;
  font-weight: bold;
  margin-bottom: 20px;
}

.box .box-price-desconto {
  display: block;
  font-size: 40px;
  color: black;
  font-weight: bold;
}

.box-body .box-price b {
  font-weight: 100;
  font-size: 14px;
  color: #c6d6e4;
  vertical-align: text-top;
}

.box-body .box-price i {
  font-size: 13px;
}

.box-pais img {
  width: 75px;
}

.popular {
  position: absolute;
  left: 4em;
  right: 4em;
  top: 0;
  font-size: 14px;
  font-weight: 600;
}

#extras i {
  font-size: 3em !important;
  color: #6c757d;

}
/* ---------| Fim Box Planos |--------- */


/* ---------| Inicio Page Sobre |--------- */
#sobre img {
  height: 130px;
}

.sobre img {
  height: 200px;
}
/* ---------| Fim Page Sobre |--------- */


/* ---------| Inicio Slide Clientes |--------- */
/* SEÇÃO CLIENTES */
#secao-clientes {
    padding: 60px 0;
    background: #f8f9fa;
}

#secao-clientes h2 {
    color: #1b1b1b;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin: 30px 0 60px;
}

#secao-clientes h2:after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 3px;
    background: #007bff;
    left: 0;
    right: 0;
    bottom: -10px;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.item {
    display: none;
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
    animation: fadeIn 0.5s ease-in;
}

.item.active {
    display: block;
}

.img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
}

.img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial {
    padding: 30px 0 10px;
}

.testimonial p {
    font-style: italic;
    line-height: 1.6;
    max-width: 600px;
    margin: 0 auto;
}

.overview {
    font-style: italic;
}

.overview b {
    text-transform: uppercase;
    color: #007bff;
}

/* Controls */
.carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 68px;
    color: rgba(0, 0, 0, 0.8);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}

.carousel-control span {
    line-height: 1;
    display: block;
}

.carousel-control:hover {
    color: #007bff;
}

/* Indicators */
/* Indicators - VERSÃO CORRIGIDA */
.carousel-indicators {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.carousel-indicators li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.carousel-indicators li.active {
    background: #007bff;
    transform: scale(1.2);
    border-color: #007bff;
}

.carousel-indicators li:hover {
    background: #007bff;
    transform: scale(1.1);
}

/* REMOVA o efeito de pulso se estiver causando problemas */

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* Animation */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

/* Responsive */
@media (max-width: 768px) {
    .carousel {
        padding: 0 30px;
    }
    
    .carousel-control {
        font-size: 50px;
    }
    
    .img-box {
        width: 100px;
        height: 100px;
    }
}

/* ---------| Fim Slide Clientes |--------- */


/* ---------| Inicio Page Contato |--------- */
#contato i {
  font-size: 1.4em !important;
}
.contato-info {
  position: absolute;
  right: 0;
  left: 0;
  top: 10em;
  margin: 0 auto;
}
/* ---------| Fim Page Contato |--------- */


/* ---------| Inicio Rodape |--------- */
#rodape {
  background-image: url(../img/pattern.png);
  background-repeat: repeat;
}

.rodape {
  background-color: rgba(0, 0, 0, 0.562);
}

.rodape .border-top {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.rodape-info {
  height: 30px;
  background-color: #0f0f0f;
  font-size: 12px;
}

.pay-ico {
  width: 40px;
  
  margin: 0 .3em;
}

.text-footer {
  color: #B4B4B4 !important;
}
/* ---------| Fim Rodape |--------- */

/* ---------| Responsivo |--------- */
@media (max-width: 767.98px) {
  #extras i {
    margin: 0.5em 0;
    font-size: 4em !important;
  }

  #sobre .col-md-8 h3, #sobre .col-md-8 p{
    text-align: left !important;
  }

  #sobre img {
    display: none;
  }

  #termos-servico nav, #politica-de-privacidade nav {
    background-color: transparent !important;
  }

  #termos-servico .menu, #politica-de-privacidade .menu {
    display: none;
  }

  .box {
    margin: 2em 0;
  }

  .box:hover {
    transform: none;
  }

  .box-body:hover {
    box-shadow: none;
  }

  .box-body:hover {
    box-shadow: none !important;
    transform: none;
  }

  footer .col-md-4 {
    text-align: center !important;
    margin: 1.5em 0;
  }

  footer .navbar-nav {
    text-align: center !important;
  }

  .header-info {
    position: static !important;
  }

  #header {
    height: 900px !important;
    background-image: url(../img/header-responsive.svg) !important;
    background-size: cover;
    background-position: bottom;
    position: relative;
    background-color: #f8f9fa;
  }

  #header-index-sobre, #header-site-sobre, #header-mine-sobre, #header-vps-sobre {
    height: 900px !important;
    background-image: url(../img/header-responsive.svg) !important;
    background-size: cover;
    background-position: bottom;
    position: relative;
    background-color: #f8f9fa;
  }

  .navbar-toggler {
    border: none;
  }

  nav {
    background-color: #1b1b1b !important;
  }

  nav .dropdown-menu .col-md-3, nav .dropdown-menu .col-md-9 {
    width: auto !important;
  }

  nav .dropdown-menu .col-md-4 {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .box-pais .col-md-4 {
    border: none !important;
  }

  .info-box {
    padding: 3em 2em !important;
  }
}

@media (min-width: 768px) {
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
  }

}
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}