

/********** Template CSS **********/
:root {
    --primary: #4761FF;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

:root {
  --card-height: 300px;
  --card-width: calc(var(--card-height) / 1.5);
}

body {
    font-family: "MundialRegular", sans-serif !important;
}

/********** novo-css **********/

h1, h2, h3, h4, h5, h6,
strong, b, span, li, label, a, button {
    font-family: "MundialRegular", sans-serif;
}

.link-topo {
    float: left;
    display: block;
    font-size: 12px;
    padding-right: 10px;
    font-family: "MundialDemibold",sans-serif;
    color: #ffffff;
    padding-top: 3px;
    text-transform: uppercase;
    border-right: 1px solid #ffbb43;
    padding-left: 10px;
}

.botao-topo {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-collapse {
    right: 0px;
    top: -4px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 25px;
    padding: 25px 0px;
    color: var(--dark);
    font-size: 13px;
    /* font-weight: 400; */
    outline: none;
    text-transform: uppercase;
    font-family: "MundialRegular",sans-serif;
}

.card {
   
    height: 600px !important;
}


.carousel-inner {
    
    height: 95vh !important;
}



.logo {
    float: left;
    padding-right: 0px;
    width: 175px;
    margin-top: -4px;
}

/********** novo-css **********/

/********** inicio tagss ciao **********/

:root {
    --red:#ff3860;
    --red-dark:#ff1443;
    --red-light:#ff5c7c;
    --blue:#498afb;
    --blue-dark:#2674fa;
    --blue-light:#6ca0fc;
    --orange:#fa8142;
    --orange-dark:#f96a1f;
    --orange-light:#fb9865;
    --green:#09c372;
    --green-dark:#07a15e;
    --green-light:#0be586;
    --purple:#9166cc;
    --purple-dark:#7d4bc3;
    --purple-light:#a481d5;
    --yellow:#ffdd57;
    --yellow-dark:#ffd633;
    --yellow-light:#ffe47a;
    --pink:#ff4088;
    --pink-dark:#ff1c72;
    --pink-light:#ff649e;
    --gray0:#f8f8f8;
    --gray1:#dbe1e8;
    --gray2:#b2becd;
    --gray3:#6c7983;
    --gray4:#454e56;
    --gray5:#2a2e35;
    --gray6:#12181b;
    --nav-width:4em;
    --font-size:20px;--max-width-bp:768px;
    --orange-pink:linear-gradient(to bottom right,var(--orange-light),var(--orange-dark) 85%);
    --green-grad:linear-gradient(to bottom right,var(--green-light),var(--green-dark) 85%);
    --background:var(--gray6);--text-color:var(--gray2);
    --h-color:#fff;
    --nav-shadow:4px 0 10px -3px #010101;
    --card-shadow:0 4px 8px rgba(0,0,0,0.38);
    --toc-shadow:rgba(0,0,0,0.7) 0px 10px 20px 0px;--nav-bg:var(--gray5);--tag-bg:var(--gray4);
    --code-bg:#22262f;
    --card-bg:var(--gray5);
    --overlay-bg:rgba(0,0,0,0.9);
    --h-border:2px dashed var(--nav-bg);
    --nav-border:2px dashed var(--text-color);
    --card-radius:0.25em;transition: all .3s ease
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #fcaa54;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.125);
}

.accordion-body {
    background: #efefef;
}

.fundo-vantagens{
/*      background-image: linear-gradient(#444, #999);*/
      background-image: url(../img/fundo-vantagens1.jpg);
      background-size: cover;
      height: 100vh;
      background-repeat: no-repeat;
      
}

.fundo-tv{
/*      background-image: linear-gradient(#444, #999);*/
      background-image: url(../img/banner-tv2.jpg);
      background-size: cover;
      height: 100vh;
      background-repeat: no-repeat;
      margin-top: -100px;
      margin-bottom:100px;
}


.img-vantagens{
    width: 630px;
    padding-top: 40px;
}

.tag {
    display: inline-block;
    border-radius: 3px;
    padding: .2em .5em .3em;
    border-radius: 2px;
    background: var(--tag-bg);
    color: var(--text-color);
    font-weight: 600;
    margin: .25em .1em
}

h1.tag {
    margin-left: 0;
    margin-right: 0
}

.tag-sm {
    font-size: .7em;
    display: inline-block;
    letter-spacing: .15ch;
    font-weight: 400
}

.tag-lg {
    font-size: 12px;
    border-radius: 4px;
    font-weight: 400;
    color: #fff;
}

.tag-bg {
    background: var(--background)
}

.tag-green,.tag-pro {
    background: var(--green);
    color: #fff
}

.tag-purple {
    background: var(--purple);
    color: #fff
}

.tag-contrast {
    background: var(--text-color);
    color: var(--background)
}

.tag-javascript {
    background: #f0db4f;
    color: #000
}

.tag-typescript {
    background: #2775c3;
    color: #fff
}

.tag-angular {
    background: #dc0530;
    color: #fff
}

.tag-firebase {
    background: #ffcb2b;
    color: #12181a
}

.tag-vue {
    background: #41b883;
    color: #35495e
}

.tag-rxjs {
    background: var(--pink);
    color: var(--gray5)
}

.tag-node {
    background: #90c53f;
    color: #46483d
}

.tag-cloud-functions {
    background: var(--blue);
    color: #fff
}

.tag-flutter {
    background: #54c5f8;
    color: #003b6c
}

.tag-google-maps {
    background: #33a668;
    color: #f8d845
}

.tag-android {
    background: #a4c34a;
    color: #fff
}

.tag-stripe {
    color: #fff;
    background: #6675e0
}

.tag-machine-learning {
    color: #fff;
    background: var(--purple-light)
}

.tag-python {
    color: #ffda5d;
    background: #3879ab
}

.tag-svelte {
    color: #fff;
    background: #ff3e00
}

.tag-react {
    color: #00d8ff;
    background: #222
}

.tag-ios {
    color: #fff;
    background: #000
}

.tag-minimum-viable-product,.tag-mvp {
    color: #fff;
    background-image: linear-gradient(90deg,#ff8901,#db1d5f);
    font-weight: 700
}

.tag-ionic {
    background: #fff;
    color: #4a8afc
}

.tag-nest {
    color: #e0234e;
    background: #000
}

.tag-graphql {
    color: #fff;
    background: #e10097
}

.tag-electron {
    color: #313244;
    background: #adecf3
}

/********** fim tagss ciao **********/

/********** 3dcards ciao **********/

.hide-xs{
    display: block;
}

.show-xs{display: none;}


* {
  box-sizing: border-box;
}

.man-rural{
    height: 100vh;
}

.small1{
    font-size: 8px;
    color: #444;
}

.menu-cidade:hover{
    color: #283c8a;
}

.owl-nav{
    display: none;
}

.bg-primary {
    background-color: #f9ab40 !important;
}

.fundo-cards {
 
  height: 100vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #191c29;
}
.card1 {
    /* width: var(--card-width); */
    /* height: var(--card-height); */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    /* padding: 0 36px; */
    perspective: 2500px;
    margin: 0 50px;
}

.cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrapper {
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.card1:hover .wrapper {
  transform: perspective(900px) translateY(-5%) rotateX(25deg) translateZ(0);
  box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 35px 32px -8px rgba(0, 0, 0, 0.75);
}

.wrapper::before,
.wrapper::after {
  content: "";
  opacity: 0;
  width: 100%;
  height: 80px;
  transition: all 0.5s;
  position: absolute;
  left: 0;
}
.wrapper::before {
  top: 0;
  height: 100%;
  background-image: linear-gradient(
    to top,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}
.wrapper::after {
  bottom: 0;
  opacity: 1;
  background-image: linear-gradient(
    to bottom,
    transparent 46%,
    rgba(12, 13, 19, 0.5) 68%,
    rgba(12, 13, 19) 97%
  );
}

.card1:hover .wrapper::before,
.wrapper::after {
  opacity: 1;
}

.card1:hover .wrapper::after {
  height: 120px;
}
.title {
  width: 100%;
  transition: transform 0.5s;
}
.card1:hover .title {
  transform: translate3d(0%, -50px, 100px);
}

.character {
    width: 40%;
    opacity: 0;
    transition: all 0.5s;
    position: absolute;
    z-index: -1;
    top: -390px;
}

.margin-cards{
    margin-top: 200px;
}

.card1:hover .character {
  opacity: 1;
  transform: translate3d(0%, -30%, 100px);
}

/********** 3dcards ciao **********/

/********** features ciao **********/

.form-floating>label {
    top: -4px;
}

.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3rem + 2px);
    padding: .40rem .75rem;
}

.tit-planos {
    position: absolute;
    background-image: linear-gradient(#ffc107, #dc3545);
    color: #fff;
    padding: 3px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "MundialRegular",sans-serif;
    min-width: 240px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.tit-planos-verde {
    position: absolute;
    background-image: linear-gradient(#24602e, #f6ac1b);
    color: #fff;
    padding: 3px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "MundialRegular",sans-serif;
    min-width: 240px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}



.p-7{
    padding: 20px 20px 0px 20px;

}

.apps {
    display: block;
    padding: 0px 0px 10px 0px;
    font-family: "MundialRegular",sans-serif;
    font-weight: 700;
    margin-bottom: 4px;
}
.border-top{
    border-top: 1px solid #dee2e6;
    padding-top: 11px;
    margin-top: 13px;
}

.border-bottom {
    padding-bottom: 11px;
}

.border-top1{
    border-top: 1px solid #dee2e6;
    padding-top: 5px;
    margin-top: 13px;
}

.border-bottom1 {
    padding-bottom: 0px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 7px;
}

.modal-col{
    float:right; 
    padding:20px;
}

.modal-col1{
   float:left; 
   display:block; 
   padding:20px;
}

.mais-info {
    padding: 10px;
    display: block;
    text-transform: initial;
    color: #283c8a;
    font-size: 1rem;
    font-family: "MundialBold",sans-serif;
    text-align: center;
    margin-top: 15px;
    border: 2px solid #283c8a;
    border-radius: 40px;
    margin-bottom: 10px;
}

.navbar-expand-lg .navbar-collapse {
    right: 3px;
    width: auto;
}

.mais-info:hover{
    color: #f5744f;
    border-color: #f5744f;
}


.topo {
    height: 45px;
    padding-top: 5px;
    background-image: linear-gradient(#ffc107, #dc3545) !important;
}


.py-6{
    padding-top:2.5rem !important;
    padding-bottom:3.5rem !important
}

.container-grid{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1rem;
}

.features {
    float: left;
    padding: 20px;
    padding-top: 70px;
    padding-left: 0px;
}



.titulos-features {
    font-family: "MundialBold",sans-serif;
    color: #fcaa54;
    font-size: 57px;
    padding-bottom: 30px;
}

.tile img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.tile:nth-child(1){
    grid-column: span 4;
    grid-row: span 2;
}

.tile:nth-child(2),
.tile:nth-child(3){
    grid-column: span 2;
}

.tile:nth-child(4),
.tile:nth-child(5){
    grid-column: span 3;
}
@media screen and (max-width: 650px){
    .container-grid{
        display: block;
    }
    .tile{
        margin-bottom: 1rem;
    }
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 316px;
}
/********** features ciao **********/

/********** Ciao CSS **********/

.whats {
    position: fixed;
    bottom: 62px;
    right: 30px;
    z-index: 9999999;
}

.icon-planos {
    padding: 11px;
    padding-left: 15px;
    border-radius: 14px;
    margin-top: -11px;
    color: #fff;
    background-image: linear-gradient(#ffc107, #dc3545);
}

.fundo-index {
    background-image: url(../img/fundo-tv1.jpg);
    height: 100vh;
    background-attachment: fixed;
    background-size: cover;
    /* background-position-x: center; */
    background-repeat: no-repeat;
}

.sticky-top1 {
    top: 0px;
    transition: .5s;
    min-height: 94px;
    background-color: transparent !important;
    position: relative;
    z-index: 1000;
}
.campanha-marca{
    width: 250px;
    display: block;
    margin-bottom: 100px;
    margin-top: 100px;
}

.campanha-tv-txt{
    color: #fff;
    margin-bottom: -80px;
    font-family:"MundialRegular",sans-serif;
}

.missao{
    font-family:"MundialBold",sans-serif;
    color: #fff;
}

.navbar-expand-lg .navbar-collapse {
    z-index: 9999;
}

.fundo-novo{
    background-image: url(../img/fundo-tv.jpg);
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
}

.fundo-empresarial{
    background-image: url(../img/banner-empresarial1.jpg);
    height: 70vh;
    background-attachment: fixed;
    background-size: cover;
    background-position-x: center;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .55rem 1rem;
    color: #283c8a;
    border: 0;
    font-size: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    font-family:"MundialRegular",sans-serif
}

.missao1{
    font-family:"MundialRegular",sans-serif;
    color: #fff;

}

.txt-quem-somos{
    font-family:"MundialRegular",sans-serif;
    color: #444;
    font-size: 18px;
}

.cidade{
    font-family:"MundialRegular",sans-serif !important;
}

.display-5 {
   font-family:"MundialBold",sans-serif !important;
}



p{
    font-family:"MundialRegular",sans-serif;

}

.modal-title{
    font-family:"MundialRegular",sans-serif;
    color: #fff;
}

.modal-header{
    background: #8b27ff;
    background-image: linear-gradient(#ffc107, #dc3545);
}


@font-face {
    font-family: 'MundialBlack';
    src: url('../MundialBlack.woff2') format('woff2'),
    url('../MundialBlack.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MundialDemibold';
    src: url('../MundialDemibold.woff2') format('woff2'),
        url('../MundialDemibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'MundialBold';
    src: url('../MundialBold.woff2') format('woff2'),
        url('../MundialBold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MundialRegular';
    src: url('../MundialRegular.woff2') format('woff2'),
    url('../MundialRegular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/*.botao-topo {
    cursor: pointer;
    color: #fff;
    font-size: 12px;
}*/

.botao-topo:hover{
    color: #283c8a;
}

.cinza{
    color: #888;
    font-family:"MundialRegular",sans-serif;
}

.laranja{
    background: #F6AC18;
}

.laranja-color{
    color: #F6AC18;
}

.verde{
    background: #52E88E;
}

.avatar{
    position: relative;
    top: -119px;
    left: 29%;
    width: 138px;
    display: none;
}

.wrap-busca{
    position: relative;
    
}

/* banner tv */


  .banner-tv {
    position: relative;
    width: 100%;
    min-height: 480px;
    background: linear-gradient(135deg, #0a1a6e 0%, #0d2494 30%, #1a3db5 55%, #0e2a9e 75%, #071260 100%);
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 12px;
  }

  /* Grid de canais no fundo */
  .channels-bg {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(4, 1fr);
    opacity: 0.18;
    pointer-events: none;
  }
  .ch-tile {
    border-radius: 6px;
    margin: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
  }

  /* Overlay escurecendo da esquerda pra direita */
  .overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10,26,110,0.92) 0%, rgba(10,26,110,0.75) 45%, rgba(10,26,110,0.15) 100%);
    pointer-events: none;
  }

  /* Conteúdo principal (esquerda) */
  .content {
    position: relative;
    z-index: 10;
    padding: 40px 48px;
    flex: 1;
    max-width: 520px;
  }
  .tag-novidade {
    font-size: 28px;
    font-weight: 800;
    color: #f5a218;
    line-height: 1;
    margin-bottom: 2px;
  }
  .title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin: 0 0 4px;
  }
  .subtitle {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255,0.85);
    margin: 0 0 22px;
  }

  /* Badges +120 canais / +500 filmes */
  .badges {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }
  .badge {
    background: #f5a218;
    border-radius: 40px;
    padding: 10px 22px;
    display: flex;
    align-items: baseline;
    gap: 6px;
  }
  .badge-num {
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
  }
  .badge-label {
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
  }

  /* Preço */
  .price-area { margin-bottom: 22px; }
  .price-from {
    font-size: 13px;
    color: rgba(255,255,255,0.75);
    font-weight: 600;
    margin-bottom: 2px;
  }
  .price-row {
    display: flex;
    align-items: baseline;
    gap: 2px;
  }
  .price-rs {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
  }
  .price-main {
    font-size: 62px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
  }
  .price-cents {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin-top: 8px;
  }
  .price-mes {
    font-size: 13px;
    color: rgba(255,255,255,0.7);
    margin-top: 8px;
    margin-left: 2px;
  }

  /* Botão */
  .btn-planos {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f5a218;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 12px 28px;
    border-radius: 40px;
    border: none;
    cursor: pointer;
    text-decoration: none;
  }
  .btn-planos .arrow {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
  }

  /* Texto direito */
  .right-text {
    position: absolute;
    right: 48px;
    top: 50%;
    transform: translateY(-60%);
    z-index: 10;
    max-width: 280px;
  }
  .right-text p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
  }

  /* Pessoa no sofá - substitua o SVG pela sua imagem PNG */
  .sofa-person {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 42%;
    max-width: 480px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  /* Se quiser usar PNG, troque o SVG por:
     <img src="pessoa-sofa.png" style="width:100%; height:auto; object-fit:contain; object-position:bottom"> */

  /* Pipoca esquerda - substitua por PNG se tiver */
  .popcorn-left {
    position: absolute;
    left: -10px;
    bottom: 0;
    z-index: 11;
    width: 120px;
    pointer-events: none;
  }
  /* Se quiser usar PNG:
     <img src="pipoca-esquerda.png" class="popcorn-left"> */

  /* Pipoca direita - substitua por PNG se tiver */
  .popcorn-right {
    position: absolute;
    right: 38%;
    top: 5%;
    z-index: 12;
    width: 80px;
    transform: rotate(-20deg);
    pointer-events: none;
  }
  /* Se quiser usar PNG:
     <img src="pipoca-direita.png" class="popcorn-right"> */

  /* Disclaimer */
  .disclaimer {
    position: absolute;
    bottom: 14px;
    left: 48px;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
    max-width: 420px;
    line-height: 1.4;
    z-index: 10;
  }

  /* ===== RESPONSIVO ===== */
  @media (max-width: 768px) {
    .banner-tv { min-height: auto; border-radius: 8px; }
    .content { padding: 28px 20px 120px; max-width: 100%; }
    .tag-novidade { font-size: 22px; }
    .title { font-size: 26px; }
    .subtitle { font-size: 14px; }
    .badge-num { font-size: 24px; }
    .price-main { font-size: 48px; }
    .right-text { display: none; }
    .sofa-person { width: 70%; right: -5%; bottom: 0; height: 50%; z-index: 8; opacity: 0.6; }
    .overlay-gradient { background: linear-gradient(180deg, rgba(10,26,110,0.6) 0%, rgba(10,26,110,0.95) 60%, rgba(10,26,110,1) 100%); }
    .popcorn-left { width: 70px; }
    .popcorn-right { right: 5%; width: 55px; }
    .disclaimer { left: 20px; right: 20px; max-width: 100%; }
  }

   /* banner tv fim; */

.wrap-busca p {
    float: left;
    display: block;
    font-size: 37px;
    /* padding-right: 20px; */
    font-family: "MundialBold",sans-serif;
    color: #233284;
    padding-top: 3px;
    line-height: 30px;
    letter-spacing: -1px;
}

.select-popup{
    font-family: "MundialRegular",sans-serif;
    font-size: 20px;
    color: #233284;
    padding: 10px;
    width: 100%;
    border-color: #e3e3e3;
}

.navbar-interna {
    background-color: #283c8a !important;
}

.link-topo:hover{
    color: #283c8a;
}


.nav-link{
    color: #fff !important;
    padding: 0.5rem 0.2rem;
}

.btn-primary:hover {
    color: #fff;
    background-color: #283c8a;
    border-color: #394ecc;
}

.background-tv{
    background-image: url(../img/tv-section.jpg);
    height: 603px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.btn-primary {
    font-size: 13px;
    margin-right: 10px;
}

.titulos {
    font-size: 4rem;
    letter-spacing: -1.5px;
    color: #f5744f;
    font-weight: 700;
    margin-bottom: -5px;
}


.titulos-azul{
    color:#283c8a;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: -1.5px;
    margin-bottom: -5px;
}

.titulos-verde{
    color:#24602e;
    font-weight: 700;
    font-size: 4rem;
    letter-spacing: -1.5px;
    margin-bottom: -5px;
}



.tit-planos-azul {
    position: absolute;
    background-image: linear-gradient(#2b3a99, #394ecc);
    color: #fff;
    padding: 9px 20px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "MundialRegular",sans-serif;
    min-width: 260px;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
}

.icon-planos-verde {
    padding: 11px;
    padding-left: 15px;
    border-radius: 14px;
    margin-top: -11px;
    color: #fff;
    background-image: linear-gradient(#24602e, #f6ac1b);
}

.fundo-rural {
    /* margin-top: 30px; */
    background: #fff;
    padding-top: 40px;
}

.icon-planos-azul {
    padding: 11px;
    padding-left: 15px;
    border-radius: 14px;
    margin-top: -11px;
    color: #fff;
    background-image: linear-gradient(#2b3a99, #394ecc);
}

.fundo-comercial {
    /* margin-top: 30px; */
    background: linear-gradient(45deg, #d9f3ff, #a2cbff);
    padding-top: 40px;
}

.titulos-m {
    font-family: "MundialRegular",sans-serif;
    
}

.titulos-sm {
    font-family: "MundialBold",sans-serif;
    font-size: 18px;
    font-weight: 800;
}

.titulos-m-w {
    font-family: "MundialRegular",sans-serif;
    color: #fff;
}

.titulos-m-u {
    font-family: "MundialRegular",sans-serif;
    text-transform: uppercase;
    padding-top: 14px;
}

.btn-assine-ja{
    font-size: 18px;
    background: linear-gradient(#ffc107, #dc3545);
    border: none; 
    border-radius: 30px;
    width: 100%;
}

.btn-assine-ja4{
    font-size: 18px;
    background: #FBB635; 
    border: none; 
    border-radius: 30px;
}

.btn-assine-ja5 {
    font-size: 15px;
    background: #FBB635;
    border: none;
    border-radius: 30px;
    color: #02154e !important;
}

.btn-assine-ja2 {
    font-size: 18px;
    background: #FBB635;
    border: none;
    border-radius: 30px;
    position: absolute !important;
    z-index: 999;
    bottom: 129px;
    left: 573px;
}

.btn-assine-ja3 {
    font-size: 18px;
    background: #FBB635;
    border: none;
    border-radius: 30px;
    position: absolute !important;
    z-index: 999;
    bottom: 164px;
    left: 603px;
}

.btn-assine-ja-novo{
    font-size: 18px;
    background: #FBB635; 
    border: none; 
    border-radius: 30px;
   
}

.btn-assine-ja-m {
    font-size: 13px;
    background: #FBB635;
    border: none;
    border-radius: 30px;
    margin-top: 20px;
}

.card-wrap{
    background-image: url(../img/internet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
}

.card-wrap-1{
    background-image: url(../img/telefonia.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
}

.card-wrap-2{
    background-image: url(../img/tv-hd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
}

.txt-small{
    text-align: center !important;
    font-size: 10px;
    padding:20px;
}

.botao-assine {
    /* position: relative; */
    bottom: -6%;
    margin: auto;
    /* width: 40%; */
    /* left: 20%; */
    float: right;
    margin-top: 30px;
}

.card-banner {
    border: 1px solid #FBB635;
    position: relative;
    left: 100px;
    top: 0px;
    width: auto;
    display: block;
}

.nav-link:hover{
    opacity: 0.6;
}


/********** Ciao CSS **********/

/********** Ciao CSS comercial **********/

.capa-comercial {
    background-image: url(../img/banner-comercial1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 84vh;
}

.capa-rural {
    background-image: url(../img/banner-zona-rural.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 84vh;
}

.capa-residencial{
    background-image: url(../img/banner-residencial.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 50vh;
}

.btn-assine-ja-azul{
    font-size: 18px;
    background: #002d60; 
    border: none; 
    border-radius: 30px;
}

/********** Ciao CSS comercial **********/


/********** Ciao CSS rural **********/


.btn-assine-ja-verde{
    font-size: 18px;
    background: #00f35e; 
    border: none; 
    border-radius: 30px;
}

/********** Ciao CSS rural **********/


/********** Ciao CSS tv hd **********/

.capa-tv {
    background-image: url(../img/banner-tv2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 74vh;
}

.titulos-tv {
    font-size: 30px;
    margin-bottom: 0px;
    color:#8b27ff;
    font-family: "MundialBlack",sans-serif;
}

#grad {
    background-image: linear-gradient(to bottom right, #000, #283c8a);
}

.tit-canais{
    padding-bottom: 10px; 
    display: block;
    color: #fff;
    font-family: "MundialRegular",sans-serif;
}

.modal-body{
    height: auto;
}

.wrap-modal-start{
    background-image: url(../img/canais-start.jpg);
    background-size: cover;
    height: 58vh;
}

.ul-modal{
    font-size: 12px;
    padding-top: 10px;
    list-style: none;
    padding-left: 0px;
}

.ul-modal li{
    padding: 5px 0px;
    border-top: 1px solid #f4f4f4;
}

.download {
    color: #fff;
    float: left;
    font-family: "MundialRegular",sans-serif;
    padding-right: 15px;
    font-size: 12px;
    line-height: 39px;
}

.btn-assine-ja-cinza{
    font-size: 14px;
    background: #8f33f5; 
    border: none; 
    border-radius: 30px;
    cursor: pointer;
}

.fundo-tvhd{
    background: #ffc107;

}

.titulos-tvhd {
    color: #0896c1;
    font-family: "MundialBlack",sans-serif;
    font-size: 33px;
    line-height: 30px;
}

.titulos-branco{
    color: #fff;
    font-family:"MundialBold",sans-serif;
}

.txt-small-white{
    color: #fff;
    font-size: 12px;
    text-align: center;
    font-family: "MundialRegular",sans-serif;
}

.btn-assine-ja-cinza{
    color: #f9a93e;
}



/********** Ciao CSS tv hd **********/

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

.menu-cidade{
    font-family:MundialRegular,sans-serif; 
    font-size:12px; 
    z-index: 99999;
}

.menu-cidade:hover{
    color: #233284;
}

.menu-cidade {
    padding: 7px 10px !important;
    position: relative;
    top: 17px;
    background: #273e85;
    border-radius: 52px;
    border: 1px solid #fdab43;
}

.dropdown-menu.show {
    z-index: 999999;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
    font-family:"MundialDemibold",sans-serif;
    cursor: pointer;
}

.btn-primary,
.btn-outline-primary:hover {
    color: #fff;
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}


/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
    min-height: 124px;
    background-color: #014B7E !important;
}

.navbar .navbar-nav .nav-link {
    margin-right: 20px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 14px;
    font-weight: 600;
    outline: none;
    font-family:"MundialRegular",sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
    width: 100%;
    position: relative;
    border-top: none;
    background-color: #F6AC18;
    padding: 0px 12px;
}
}

@media (min-width: 992px) {
    
    .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    float: right;
    margin: auto;
    position: absolute;
/*    right: 0px;*/
    top: -7px;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

/*.navbar-expand-lg .navbar-collapse {
    right: -10px;
    top: -12px;
}

*/

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 3.5rem;
    background-color: #014B7E ;
    border: 15px solid #014B7E ;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .titulos-verde {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    margin-top: 0px;
    }

    .titulos {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
}

    .titulos-azul {
    font-size: 3rem;
    margin-bottom: 1rem;
    line-height: 2.5rem;
    margin-top: 0px;
    }
    }

    .section-title {
    margin-top: -20px;
}

.streaming-item {
    width: calc(33% - 8px) !important;
}

.img-vantagens {
    width: 350px;
    padding-top: 40px;
}

.titulos-features {
    font-family: "MundialBold",sans-serif;
    color: #fcaa54;
    font-size: 2rem;
    padding-bottom: 30px;
    margin-top: 50px;
    line-height: 2rem;
}
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Features ***/
.feature-row {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.feature-item {
    border-color: rgba(0, 0, 0, .03) !important;
}


/*** About ***/
.about {
    background: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), url(../img/about.jpg) left center no-repeat;
    background-size: cover;
}

.btn-play {
    position: relative;
    display: block;
    
    width: 36px;
    height: 46px;
    border-radius: 100%;
    border: none;
    outline: none !important;
    padding: 18px 20px 20px 28px;
    
}

/*.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    animation: pulse-border 1500ms ease-out infinite;
}*/

.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    background: var(--primary);
    border-radius: 100%;
    transition: all 200ms;
}

.btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    left: 3px;
    border-left: 30px solid #FFFFFF;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
        opacity: 0;
    }
}

.modal-video .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

.modal-video .modal-body {
    position: relative;
    padding: 0px;
}

.modal-video .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #FFFFFF;
    background: #000000;
    opacity: 1;
}

.modal-backdrop {
    
    background-color: transparent !important;
}


/*** Service ***/
.service-item .service-text {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .06);
    transition: .5s;
    z-index: 2;
}

.service-item:hover .service-text {
    top: -1.5rem;
}

.service-item .service-text h5 {
    transition: .5s;
     font-weight: 800;
    font-family:"MundialBold",sans-serif;
}

.service-item:hover .service-text h5 {
    color: var(--primary);

}

.service-item .service-btn {
    position: absolute;
    width: 80%;
    height: 3rem;
    left: 10%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
    z-index: 1;
}

.service-item:hover .service-btn {
    bottom: -1.5rem;
}


/*** Project ***/
.project-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.project-item .project-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    padding-top: 60px;
    transition: .5s;
}

.project-item:hover .project-overlay {
    opacity: 1;
    padding-top: 0;
}

.project-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .project-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .project-carousel .owl-nav .owl-prev,
    .project-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}


/*** Team ***/
.team-item {
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item .team-social {
    position: absolute;
    padding: 0;
    top: 15px;
    left: 0;
    overflow: hidden;
}

.team-item .team-social li {
    list-style-type: none;
    margin-bottom: 10px;
    margin-left: -50px;
    opacity: 0;
    transition: .5s;
}

.team-item:hover .team-social li {
    margin-left: 15px;
    opacity: 1;
}

.team-item .team-social li .btn {
    background: #FFFFFF;
    color: var(--primary);
    border-radius: 40px;
    transition: .5s;
}

.team-item .team-social li .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}

.team-item .team-social li:nth-child(1) {
    transition-delay: .1s;
}

.team-item .team-social li:nth-child(2) {
    transition-delay: .2s;
}

.team-item .team-social li:nth-child(3) {
    transition-delay: .3s;
}

.team-item .team-social li:nth-child(4) {
    transition-delay: .4s;
}

.team-item .team-social li:nth-child(5) {
    transition-delay: .5s;
}


/*** Testimonial ***/
.testimonial-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
    transition: .5s;
}

.owl-item .testimonial-item,
.testimonial-item * {
    transition: .5s;
}

.owl-item.center .testimonial-item,
.testimonial-item:hover {
    background: #28398f;
}

.owl-item.center .testimonial-item *,
.testimonial-item:hover * {
    color: #FFFFFF !important;
}

.testimonial-item img {
    width: 100px !important;
    height: 100px !important;
    border-radius: 100px;
}

.testimonial-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-left: 15px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: #FFFFFF;
}

@media (max-width: 1920px) {

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 256px;
    left: 953px;
}

.btn-assine-ja2 {
    font-size: 22px;
    bottom: 204px;
    left: 893px;
}
}

@media (max-width: 1600px) {

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 206px;
    left: 753px;
}

.btn-assine-ja2 {
    bottom: 169px;
    left: 723px;
}
}

@media (max-width: 1440px) {

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 184px;
    left: 673px;
}

.btn-assine-ja2 {
    
    bottom: 149px;
    left: 643px;
}
}

@media (max-width: 1366px){

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 172px;
    left: 653px;
}
}

@media (max-width: 1280px) {
.btn-assine-ja2 {
    font-size: 18px;
    bottom: 131px;
    left: 573px;
}

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 162px;
    left: 593px;
}
}


@media (max-width: 768px) {
    .testimonial-carousel .owl-nav {
        top: -70px;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .testimonial-carousel .owl-nav .owl-prev,
    .testimonial-carousel .owl-nav .owl-next {
        margin: 0 7px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }

    .fundo-index {
    background-image: url(../img/767-cameras.jpg);
   
}
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    padding-right: 15px;
    padding-left: 15px;
}

}

@media (max-width: 767px) {

 .hide-xs{
    display: none;
}

.show-xs{display: block;
} 

    .fundo-tv {
        background-image: url(../img/767-tv-assinatura.jpg);
        background-size: 100% 100%;   /* estica para preencher exato */
        height: 0;
        padding-bottom: 140.8%;       /* 1080 ÷ 767 × 100 */
        margin-top: 0px;
        margin-bottom: 100px;
    }


.navbar-expand-lg .navbar-collapse {
    right: 0px;
}

.carousel-control-prev, .carousel-control-next {
    top: 47px;
}

.modal-col{
    float:none; 
    padding-top: 0px;
}

.modal-col1{
   float:none; 
   padding-bottom: 0px;
}


.navbar-toggler:focus {
    box-shadow: none;
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    color: #000;

}  

.navbar {
    width:100%;
}

.navbar-nav .dropdown-menu {
    /*width: 96%;
    width:calc(100% - 12px);*/
}

.navbar-light .navbar-toggler {
    border-color: transparent !important;
    position: absolute;
    right: 0px;
    top:-45px;
}

.btn-assine-ja3 {
    font-size: 22px;
    bottom: 102px;
    left: 23px;
}

.btn-assine-ja2 {
    bottom: 142px;
    left: 30px;
}

.logo {
    float: left;
    padding-right: 10px;
    width: 187px;
    margin-top: -9px;
    padding-left: 0px;
    margin-left: 0px;
}

.fundo-tv {
    margin-top: -120px;
}

.link-topo {
    font-size: 10px;
    padding-right: 8px;
    padding-top: 11px;
    padding-left: 9px;
}

.sticky-top1 {
    background-color: #2b3a99 !important;
}

#header-carousel .carousel-item {
    min-height: 570px;
}
   
.features {
    float: left;
    padding: 0px;
    padding-top: 0px;
    padding-left: 0px;
}

.capa-residencial{
    background-image: url(../img/767-thumb-residencial.jpg);
    width: 100%;
    background-size: cover;
    height: 65vh;

}

  .capa-rural {
        background-image: url(../img/767-thumb-rural.jpg);
        background-size: 100% 100%;
        width: 100%;
        height: 0;
        padding-bottom: 140.8%;
    }

.capa-comercial{
    background-image: url(../img/767-empresarial.jpg);
   background-size: 100% 100%;
        width: 100%;
        height: 0;
        padding-bottom: 140.8%;
}

}



@media (max-width: 576px) {
    
.fundo-index {
    background-image: url(../img/576-cameras.jpg);
    width: 100%;
    background-position-x: -10px;
    background-size: contain;
    height: 80vh;
}

}

@media (max-width: 375px) {
    

.fundo-index {
    background-image: url(../img/375-cameras.jpg);
    width: 100%;
    background-position-x: -10px;
    background-size: contain;
    height: 75vh;
}

}


/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #283c8a;
}

.copyright a:hover {
    color: var(--primary) !important;
}