*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    overscroll-behavior-x: none;
}


@font-face {
	font-family: 'Volte';
	src: url(../fonts/Volte.otf)
}

.volte-font{
    font-family: Volte;
}

@font-face {
	font-family: "Volte Bold";
	src: url(../fonts/Volte\ Bold.otf)
}

.voltebold-font{
    font-family: "Volte Bold";
}


.maiusculo a{
    text-transform: uppercase;
}




.container-grid{
    width: 1200px;
    margin: auto;
}
























.box-cookies.hide {
    display: none !important;
  }
  
  .box-cookies {
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    z-index: 998;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
    text-align: center;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    margin-right: 50px;
  }
  
  .box-cookies .btn-cookies {
    background: #00baff;
    cursor: pointer;
    align-self: normal;
    border-radius: 7px;
  }
  
  @media screen and (max-width: 600px) {
    .box-cookies {
      flex-direction: column;
    }
    
    .box-cookies .msg-cookies,
  .box-cookies .btn-cookies {
    text-align: center;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    margin-left: 30px;
  }

  }






















/* HEADER */

header{
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 19;
}


.menu-mob-geral{
    background-color: #343434;
    height: 1px;
}

.menu-mob{
    display: none;
}

/* HEADER SUPERIOR */

.conteudo-inicio{
    margin-top: 45px;
}


.logo-voxov{
    height: 150px;
    justify-content: flex-start;
    margin-top: -35px;
}

.navegacao-geral{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    width: 250px;
    margin-top: -15px;
    margin-left: -70px;
}

.topo-superior input{
    width: 150px;
    height: 37px;
    align-items: center;   
    font-size: 15px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #00baff;
    border: none;
    transition: 0.5s;
    margin-top: -10px;
}

.topo-superior input:hover{
    color: white;
    background-color: transparent;
    border: solid white 1px;
    transition: 0.5s;

}

.botao-login{
    margin-top: -30px;
}

.header-um{
    height: 80px;
    background-color: #343434;
    justify-content: center;
    align-items: center;
    margin-top: -50px;
}

.topo-superior{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -20px;
}

.navegacao-geral a{
    font-size: 17px;
    text-decoration: none;
    color: white;
    transition: 0.5s;
}

.navegacao-geral a:hover{
    text-shadow: 0px 0px 20px white;
    transition: 0.5s;
}


/* HEADER INFERIOR */

.header-dois{
    height: 80px;
    background-color: white;
}

.grupo-topoinf{
    width: 1200px;
    align-items: center;
}







.ominichannel-menu a{
    margin-right: 7
    0px;
}


.grupo-topoinf ul ul{
    visibility: hidden;
    transition: 0.5s;
}


.grupo-topoinf ul li:hover ul{
    visibility: visible;
    transition: 0.7s;
}

.titulo-celular{
    margin-left: -10px; 
}

.titulo-casa{
    margin-left: -10px; 
}

.menu-celular-geral{
    display: flex;
}

.menu-celular-geral li{
    font-size: 15px;
}

.menu-celular li a{
    font-size: 13px;
}

.menu-celular li a:hover{
    font-size: 13px;
    color: #00baff;
}

.menu-celular{
    margin-top: -20px;
    margin-left: -10px;
}

.menu-casa-geral{
    display: flex;
    margin-top: 20px;
}

.menu-casa-geral li{
    font-size: 15px;
}

.menu-casa li a{
    font-size: 13px;
}

.menu-casa li a:hover{
    font-size: 13px;
    color: #00baff;

}

.menu-casa{
    margin-top: -5px;
    margin-left: -10px;
}

.menu-planos{
    margin-left: -70px;
    margin-top: 5px;
    padding: 15px;
    padding-left: 65px;
    background-color: rgba(255, 255, 255, 0.551);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(30px);
}

.menu-planos li{
    list-style: none;
}

.menu-planos img{
    max-height: 46px;
    max-width: 33px;
    margin-left: -50px;
} 










.menu-casa-combo-geral{
    display: flex;
}

.menu-casa-combo-geral li{
    font-size: 15px;
}

.menu-casa-combo li a{
    font-size: 13px;
}

.menu-casa-combo li a:hover{
    font-size: 13px;
    color: #00baff;
}

.menu-casa-combo{
    margin-top: -10px;
    margin-left: -10px;
}

.menu-monte-geral{
    display: flex;
    margin-top: 20px;
}

.menu-monte-geral li{
    font-size: 15px;
}

.menu-monte li a{
    font-size: 13px;
}

.menu-monte li a:hover{
    font-size: 13px;
    color: #00baff;

}

.menu-monte{
    margin-top: -5px;
    margin-left: -10px;
}

.menu-combos{
    margin-left: -55px;
    margin-top: 05px;
    padding: 15px;
    padding-left: 65px;
    background-color: rgba(255, 255, 255, 0.428);
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(100px);
}

.menu-combos li{
    list-style: none;
}

.menu-combos img{
    max-height: 46px;
    max-width: 33px;
    margin-left: -50px;
} 






.menu li{
    padding-left: 0px;
}

.menu a{
    color: black;
    text-decoration: none;
    font-size: 20px;
}

.menu a:hover{
    color: #00baff;
    font-family: "Volte Bold";
    font-size: 21px;
}

.seletor-estado{
    display: flex;
    margin-top: 0px;
}

select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/angle-arrow-down.png) no-repeat center right #00baff;
    font-size: 15px;
    color: white;
    padding:0px 20px 0px 12px;
    border: none;
    border-radius: 7px;
    height: 30px;
    width: 60px;
    margin-left: 10px;
    margin-top: 00px;
}

.menu{
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-top: 30px;
    height: 0px;

}
/* FIM HEADER */





















/* INICIO CARROSSEL */  

#carouselExampleIndicators{
    width: 100%;
    height: 530px;
    margin-top: -55px;
    margin-bottom: 0px;
}


.carrossel-slide1{
    background: url(../img/DESKTOP1novo.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
}

.carrossel-slide2{
    background: url(../img/DESKTOP2novo.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
}

.carrossel-slide3{
    background: url(../img/DESKTOP3novo.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
    backdrop-filter: blur(20);
}

.carrossel-slide4{
    background: url(../img/DESKTOP4novo.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
}

.carrossel-slide5{
    background: url(../img/DESKTOP5novo.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
    backdrop-filter: blur(20);
}

.carrossel-slide6{
    background: url(../img/4.5-2.png);
    width: 100%;
    height: 530px;
    background-repeat: no-repeat;
    background-position: cover;
    margin-top: 60px;
    background-size: 100%;
    backdrop-filter: blur(20);
}

.passadores{
    width: 1200px;
    margin: auto;
}


.carousel-control-prev-icon {
    background-image: url(../img/Seta\ esquerda.svg);
    height: 32px;
    width: 32px;
}
.carousel-control-next-icon {
    background-image: url(../img/Seta\ direita.svg);
    height: 32px;
    width: 32px;
}


.carousel-control-next{

    width: 100px;
    height: 350px;
    opacity: .5;
    transition: opacity .15s ease;
    align-items: flex-end;
    justify-content: flex-end;
    margin-right: 30px;
    margin-top: 150px;


}

.carousel-control-prev {
    width: 100px;
    height: 350px;;
    opacity: .5;
    transition: opacity .15s ease;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 30px;
    margin-top: 150px;
}




.carousel-indicators .active {
    background-color: #00baff;
}

.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #343a40;
}

.carousel-indicators {
    display: flex;
    padding-top: 80px;
    list-style: none;
    margin-bottom: -40px;
}

.texto-slide1{
    padding-top: 150px;

}

.texto-slide1 h1{
    font-size: 40px;
    line-height: 40px;
    width: 600px;
    color: white;
    margin-left: -50px;
}

.texto-slide1 h3{
    font-size: 20px;
    line-height: 20px;
    width: 100px;
    color: white;
    margin-left: -50px;
    margin-top: 200px;
}



.texto-slide1 p{
    font-size: 20px;
}

.texto-slide2{
    padding-top: 150px;
}

.texto-slide2 h1{
    font-size: 50px;
    line-height: 50px;
    width: 450px;
    color: white;
    margin-left: -50px;
}

.texto-slide2 p{
    font-size: 20px;
    color: white;
}

.texto-slide3{
    padding-top: 150px;
}

.texto-slide3 h1{
    font-size: 40px;
    line-height: 40px;
    width: 600px;
    color: white;
    margin-left: -50px;
    margin-top: 0px;
}


.texto-slide3 input{
    width: 230px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #03cbf2;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -45px;
}

.texto-slide3 input:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    transition: 0.5s;
}



.texto-slide3 p{
    font-size: 20px;
    color: white;
}

.texto-slide4{
    padding-top: 150px;
}

.texto-slide4 h1{
    font-size: 40px;
    line-height: 40px;
    width: 800px;
    color: white;
    margin-left: -50px;
}

.texto-slide4 input{
    width: 230px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #03cbf2;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -45px;
}

.texto-slide4 input:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    transition: 0.5s;
}



.texto-slide5{
    padding-top: 150px;
}

.texto-slide5 h1{
    font-size: 40px;
    line-height: 40px;
    width: 890px;
    color: white;
    margin-left: -50px;
}

.texto-slide5 input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #03cbf2;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
    margin-left: -45px;
}

.texto-slide5 input:hover{
    transform: scale(1.05);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.17);
    transition: 0.5s;
}




.texto-slide6{
    padding-top: 150px;
}

.texto-slide6 h1{
    margin-top: 0px;
    font-size: 40px;
    line-height: 40px;
    width: 470px;
    color: white;
    margin-left: -50px;
}






.passador-esquerda-banner{
    margin-top: 170px;
}

.passador-direita-banner{
    margin-top: 170px;
}

/* SEÇÃO SOBRE */

.bg-sobre{
    background: #F2F2F2;

}

.secao-sobre-mob{
    display: none;
}

.secao-sobre{
    padding-top: 150px;
    background: #F2F2F2;
    display: flex;
}


.conteudo-sobre{
    justify-content: space-between;
    margin-left: 0px;
    display: flex;
}

.textos-sobre h1{
    font-size: 50px;
    line-height: 55px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.textos-sobre p{
    font-size: 20px;
    margin-top: 20px;
    width: 800px;
    margin-left: 0px;
    
}


.img-secao-sobre{
    width: 300px;
}

.img-secao-sobre img{
    width: 400px;
    margin-left: -350px;
}




.secao-sobre input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #00baff;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
}

.secao-sobre input:hover{
    color: #343434;
    background-color: transparent;
    border: solid #343434 1.5px;
    transition: 0.5s;

}

.img-voxov-sobre{
    width: 300px;
    margin-left: -450px;
}




/* SEÇÃO DE AUTOATENDIMENTO */


.secao-autoatendimento-mob{
    display: none;
}



.secao-autoatendimento{
    padding-top: 100px;
    background: #F2F2F2;
    padding-bottom: 150px;
    align-items: center;
    transition: 0.5s;
}

.texto-autoatendimento h1{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
}

.cards-autoatendimento{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    width: 1200px;
    transition: 0.5s;

}

.card1{
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 5px;
}

.cards-autoatendimento a:hover a{
    border-radius:  0px 0px 7px 7px;
    transition: 0.5s;
}

.card2{
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 5px;

}

.card3{
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 5px;

}

.card4{
    width: 200px;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 5px;
    margin-right: -130px;

}

.cards-autoatendimento h4{
    font-size: 17px;
    text-align: center;
}

.cards-autoatendimento a{
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: black;
    transition: 0.5s;
    padding-left: 75px;

}

.cards-autoatendimento div{
    transition: 0.2s;
}


.cards-autoatendimento div:hover{
    transform: scale(1.1);
    box-shadow: 0px 0px 50px rgb(255, 255, 255);
    transition: 0.5s;
}

.cards-autoatendimento div:hover a{
    text-shadow: 0px 0px 20px rgb(0, 155, 139);
    transition: 0.5s;
    color: rgb(2, 179, 161);
}


.card1 img{
    padding: 25px 85px;
    margin-bottom: 5px;
}

.card2 img{
    padding: 25px 65px;
}

.card3 img{
    padding: 20px 70px;
}

.card4 img{
    padding: 20px 80px;
}

.card1 p{
    margin-top: 30px;
}




/* SEÇÃO PLANOS */
.secao-planos-mob{
    display: none;
}


.secao-planos{
    background: #F2F2F2;
    align-items: center;
    transition: 0.5s;
}

.texto-planos h1{
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 30px;
}

.cartoes-planos{
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
    width: 1200px;
    transition: 0.5s;
    padding-bottom: 60px;
}

.cartao1{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao2{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao3{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao3-1{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao4{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao5{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.cartao6{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    align-items: center;
    transition: 0.5;
    border-radius: 10px;
}

.secao-planos input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #00baff;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
}

.secao-planos input:hover{
    color: #3d3939;
    background-color: transparent;
    border: solid #343434 1.5px;
    transition: 0.5s;

}

.cartoes-planos p{
    font-size: 16px;
    margin-top: 15px;
}

.cartoes-planos h3{
    font-size: 25px;
}

.texto-cartao{
    padding-left: 15px;
    padding-top: 25px;
}



.cartao1 img{
    width: auto;
    height: 40px;
    margin-top: 18px;
    margin-bottom: 2px;
}

.cartao2 img{
    height: 60px;
    width: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

.cartao3 img{
    height: 100px;
    width: auto;
    margin-top: -20px;
    margin-bottom: 10px;
    position: absolute;
}

.cartao3-1 img{
    width: 150px;
    margin-top: 10px;
    margin-bottom: -15px;
}

.cartao4 img{
    width: auto;
    height: 70px;
    margin-top: 4px;
    margin-bottom: -14px;
}

.cartao5 img{
    height: 80px;
    width: auto;
    margin-top: 0px;
    margin-bottom: -20px;
}

.cartao6 img{
    height: 60px;
    width: auto;
    margin-top: 10px;
    margin-bottom: -10px;
}

.cartao3 input{
    margin-top: 90px;
}

.passador-esquerda-planos{
    margin-top: 30px;
}


.passador-direita-planos{
    margin-top: 30px;
}

.marcadores-planos{
    margin-top: -500px;
}

.planos-carrossel ol{
    padding-top: -500px;
}

.planos-carrossel .carousel-indicators{
    padding-bottom: 150px;
}




/* SECAO OMNICHANNEL */
.secao-omnichannel-mob{
    display: none;
}

.secao-omnichannel{
    padding-top: 0px;
    padding-bottom: 100px;
    background: #F2F2F2;
    background-position: cover;
}

.conteudo-omni{
    display: flex;
}

.textos-sobre h1{
    font-size: 50px;
    line-height: 55px;
    margin-left: 0px;
    margin-bottom: 30px;
}

.textos-sobre p{
    font-size: 20px;
    margin-top: 20px;
    width: 800px;
    margin-left: 0px;
    
}





.secao-omnichannel input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #00baff;
    border: none;
    transition: 0.5s;
    margin-left: 0px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.secao-omnichannel input:hover{
    color: #343434;
    background-color: transparent;
    border: solid #343434 1.5px;
    transition: 0.5s;

}

.conteudo-omni img{
    height: 200px;
    width: 100%;
    margin-left: -385px;
    margin-top: 100px;
}









/* COMBOS */

.secao-combos{
    background: #F2F2F2;
padding-bottom: 80px;
}

.texto-combos h1{
    font-size: 50px;

}

.cartoes-combos{
    display: flex;
    margin-top: 50px;
    transition: 0.5s;
    padding-bottom: 60px;
}

.cartao-combo1{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    transition: 0.5;
    border-radius: 10px;
    margin-right: 50px;
}

.cartao-combo2{
    width: 300px;
    height: 300px;
    background: white;
    box-shadow: 0px 0px 50px rgb(216, 216, 216);
    transition: 0.5;
    border-radius: 10px;
}

.img-combos{
    display: flex;
    width: 200px;
}

.img-combos img{
    height: 60px;
    width: auto;
}

.cartoes-combos input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: white;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: #00baff;
    border: none;
    transition: 0.5s;
    margin-top: 30px;
    margin-bottom: 50px;
}

.cartoes-combos input:hover{
    color: #3d3939;
    background-color: transparent;
    border: solid #343434 1.5px;
    transition: 0.5s;

}

.cartao-combo1 img{
    margin-top: 45px;
    margin-bottom: 0px;
    margin-left: 0;
    margin-right: 5px;
}

.cartao-combo2 img{
    margin-top: 10px;
    margin-bottom: 0px;
    margin-right: 5px;
}







/* CONHEÇA MAIS - BLOG */
.secao-blog-mob{
    display: none;
}


.secao-blog{
    height: 300px;
    display: flex;
    margin-top: -50px;
}



.texto-blog{
    height: 300px;
    width: 50%;
    background: black;


    align-items: center;
}

.texto-blog h1{
    font-size: 50px;
    color: white;
    margin-top: 100px;
    padding-left: 100px;
}

.botao-blog{
    height: 300px;
    width: 50%;
    background-color: #3094c3;
    background-image: url(../img/banner-blog-site.png);
    background-repeat: no-repeat;
}

.secao-blog input{
    width: 170px;
    height: 47px;
    align-items: center;   
    font-size: 17px;
    color: black;
    font-family: 'Volte';
    border-radius: 7px;
    background-color: white;
    border: none;
    transition: 0.5s;
    margin-top: 130px;
    margin-left: 200px;
}

.secao-blog input:hover{
    color: white;
    background-color: transparent;
    border: solid white 1.5px;
    transition: 0.5s;

}

/* RODAPE */

footer{
    background: #00baff;
    width: 100%;
    padding-bottom: 15px;
}

.mapa-site-sup{
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.mapa-site-inf{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.titulo-mapa a{
    color: white;
    font-size: 18px;
    text-decoration: none;
    transition: 0.5s;
}


.titulo-mapa{
    margin-bottom: 15px;
    margin-left: -33px;
}

.titulo-mapa a:hover{
    text-shadow: 0px 0px 10px white;
    transition: 0.5s;
}

.mapa-itens li{
    list-style: none;
    margin-left: -32px;
    margin-top: 5px;

}

.mapa-itens a{
    color: white;
    text-decoration: none;
    font-size: 15px;
}

.mapa-itens a:hover{
    text-decoration: underline;
}

.texto-rodape{
    margin-top: 50px;
}

.texto-rodape h5{
    color: white;
    text-align: center;
}


/* RESPONSIVO */










@media only screen and (min-width: 1920px)
{
    

    /* INICIO CARROSSEL */  

    #carouselExampleIndicators{
        width: 100%;
        height: 800px;
        margin-top: -55px;
        margin-bottom: 0px;
    }


    .carrossel-slide1{
        background-image: url(../img/desktop1novo.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide2{
        background-image: url(../img/desktop2novo.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide3{
        background-image: url(../img/desktop3novo.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
        backdrop-filter: blur(20);
    }

    .carrossel-slide4{
        background-image: url(../img/desktop4novo.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide5{
        background-image: url(../img/desktop5novo.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
        backdrop-filter: blur(20);
    }

    .carrossel-slide6{
        background: url(../img/4.5-2.png);
        width: 100%;
        height: 800px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
        backdrop-filter: blur(20);
    }

    .passadores{
        width: 1200px;
        margin: auto;
    }


    .carousel-control-prev-icon {
        background-image: url(../img/Seta\ esquerda.svg);
        height: 42px;
        width: 42px;
    }
    .carousel-control-next-icon {
        background-image: url(../img/Seta\ direita.svg);
        height: 42px;
        width: 42px;
    }


    .carousel-control-next{

        width: 100px;
        height: 350px;
        opacity: .5;
        transition: opacity .15s ease;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: 30px;
        margin-top: 250px;


    }

    .carousel-control-prev {
        width: 100px;
        height: 350px;;
        opacity: .5;
        transition: opacity .15s ease;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: 30px;
        margin-top: 250px;
    }




    .carousel-indicators .active {
        background-color: #00baff;
    }

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 20px;
        height: 20px;
        border-radius: 6px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #343a40;
    }

    .carousel-indicators {
        display: flex;
        padding-top: 0px;
        list-style: none;
        margin-bottom: 60px;
    }

    .texto-slide1{
        padding-top: 150px;
    }

    .texto-slide1 h1{
        font-size: 50px;
        line-height: 55px;
    }

    .texto-slide1 p{
        font-size: 20px;
    }

    .texto-slide2{
        padding-top: 150px;
    }

    .texto-slide2 h1{
        font-size: 50px;
        line-height: 55px;
        color: white;
    }

    .texto-slide2 p{
        font-size: 20px;
        color: white;
    }

    .texto-slide3{
        padding-top: 150px;
    }

    .texto-slide3 h1{
        font-size: 50px;
        line-height: 55px;
        color: white;
    }

    .texto-slide3 p{
        font-size: 20px;
        color: white;
    }

    .passador-esquerda-banner{
        margin-top: 170px;
    }

    .passador-direita-banner{
        margin-top: 170px;
    }




    /* SOBRE */

    .secao-sobre{
        margin-top: -33px;
    }

    .conteudo-sobre{
        margin-left: 0px;
    }







}













@media only screen and (max-width: 426px)
{
    .container-grid{
        width: 302px;
    }

    .menu-mob-geral{
        height: 75px;
        
        
    }
    
    
    .menu-mob{
        display: block;
        height: 100%;
        
    }

    .botoes-menu-mob{
        height: 75px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .logo-botao-mob{
        height: 100%;
    }

    .logo-voxov-mob{
        height: 100%;
    }

    .conteudo-inicio{
        display: none; 
    }

    .menu-direcionamento{
        background-color: #00baff;
    }

    .menu-mob-conteudo{
        height: 100vh;
        width: 100vw;
        background-color: #00baff;
        padding-top: 50px;
    }

    .menu-mob-conteudo li{
        list-style: none;
        padding-top: 20px;
    }

    .menu-mob-conteudo li a{
        color: white;
        text-decoration: none;
        font-family: 'Volte';
        font-size: 25px;
        line-height: 25px;
        
    }

    .seletor-estado-mob{
        display: flex;
    }

    select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background: url(../img/angle-arrow-down.png) no-repeat center right black;
        font-size: 15px;
        color: white;
        padding:0px 20px 0px 12px;
        border: none;
        border-radius: 7px;
        height: 30px;
        width: 60px;
        margin-left: 10px;
        margin-top: 00px;
    }
    .ativo{
        display: none;
    }
    .back-topbar{
        background-color: black;
    }
    #btnMenu{
        width: 75px;
        height: 75px;
        margin-top: 45px;
        margin-left: 30px;
    }
    .backimg-menu1{
        background-image: url(../img/botao-menu-mob.svg);
        background-repeat: no-repeat;
    }
    .backimg-menu{
        background-image: url(../img/botao-fechar-mob.svg);
        background-repeat: no-repeat;
    }


    

    .menu-final{
        display: block;
    }

    
    .menu-final div a{
        color: white;
        text-decoration: none;
        font-family: 'Volte';
        font-size: 16px; 
    }


    .menu-final div hr{
        color: white;
        width: 70px;
        border-color: white;
    }

    .login-final div a{
        color: white;
        text-decoration: none;
        font-family: 'Volte';
        font-size: 16px; 
    }

    /* FIM MENU */

    /* INICIO CARROSSEL */

    #carouselExampleIndicators{
        width: 100vw;
        height: 815px;
        margin-top: -120px;
        margin-bottom: 0px;
    }

    .carrossel-slide1 h1{
        width: 300px;
        padding-left: 30px;
    }

    .carrossel-slide1 h3{
        width: 300px;
        padding-left: 30px;
        margin-top: 90px;
    }

    .carrossel-slide2 h1{
        width: 300px;
        padding-left: 30px;
    }



    .carrossel-slide3 h1{
        width: 300px;
        padding-left: 30px;
    }

    .carrossel-slide3 a{
        margin-left: 25px;
    }



    .carrossel-slide4 h1{
        width: 300px;
        padding-left: 30px;
    }

    .carrossel-slide4 a{
        margin-left: 25px;
    }

    .carrossel-slide5 h1{
        width: 300px;
        padding-left: 30px;
    }

    .carrossel-slide5 a{
        margin-left: 25px;
    }

    .carrossel-slide6 h1{
        width: 300px;
        padding-left: 30px;
    }

    .carrossel-slide1{
        background: url(../img/mobile1novo.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide2{
        background: url(../img/mobile2novo.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    
    .carrossel-slide3{
        background: url(../img/mobile3novo.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide4{
        background: url(../img/mobile4novo.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide5{
        background: url(../img/mobile5novo.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carrossel-slide6{
        background: url(../img/4.5MOBILE.png);
        width: 100%;
        height: 815px;
        background-repeat: no-repeat;
        background-position: cover;
        margin-top: 60px;
        background-size: 100%;
    }

    .carousel-indicators {
    display: flex;
    padding-top: 80px;
    list-style: none;
    margin-bottom: 57px;
    }

    .carousel-control-prev {
        width: 50px;
        height: 350px;
        opacity: .5;
        transition: opacity .15s ease;
        align-items: flex-end;
        justify-content: flex-end;
        margin-left: 5px;
        margin-top: 275px;
    }

    .carousel-control-next {
        width: 100px;
        height: 350px;
        opacity: .5;
        transition: opacity .15s ease;
        align-items: flex-end;
        justify-content: flex-end;
        margin-right: 0px;
        margin-top: 275px;
    }
    /* FIM CARROSSEL */




    /* INICIO SEÇÃO SOBRE */

    .secao-sobre{
        display: none;
    }

    .secao-sobre-mob{
        display: block;
        padding-top: 100px;
        background-color: #F2F2F2;
    }

    .secao-sobre-mob input{
        width: 170px;
        height: 47px;
        align-items: center;   
        font-size: 17px;
        color: white;
        font-family: 'Volte';
        border-radius: 7px;
        background-color: #00baff;
        border: none;
        transition: 0.5s;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .textos-sobre-mob p{
        font-size: 20px;
    }

    .img-secao-sobre-mob{
        display: block;
    }

    .img-secao-sobre-mob img{
        width: 250px;
        margin-left: 0;
    }






    /* AUTOATENDIMENTO */

    .secao-autoatendimento{
        display: none;
    }

    .secao-autoatendimento-mob{
        display: block;
        background-color: #F2F2F2;
        padding-top: 100px;
    }

    .cards-autoatendimento-mob{
        display: flex;
        width: 100vw;
        overflow-x: scroll;
        margin-right: 100px;

    }

    .cards-autoatendimento-mob h4{
        text-align: center;
        font-size: 20px;
    }

    .cards-autoatendimento-mob a{
        text-align: center;
        margin-left: 70px;
        color: #00baff;
    }

    .card1{
        margin-left: 50px;
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card2{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card3{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .card4{
        margin-right: 70px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 50px;
    }






    /* SEÇÃO PLANOS */
    .planos-carrossel{
        display: none;
    }

    .secao-planos{
        display: none;
    }

    .secao-planos-mob{
        display: block;
        background-color: #F2F2F2;
        padding-top: 50px;
        padding-bottom: 20px;
    }

    .cartoes-planos-mob div{
        margin-top: 50px;
    }


    .secao-planos-mob input{
        width: 170px;
        height: 47px;
        align-items: center;   
        font-size: 17px;
        color: white;
        font-family: 'Volte';
        border-radius: 7px;
        background-color: #00baff;
        border: none;
        transition: 0.5s;
        margin-top: -20px;
    }

    .cartao-1{
        width: 300px;
        height: 300px;
        background: white;
        box-shadow: 0px 0px 50px rgb(216, 216, 216);
        align-items: center;
        transition: 0.5;
        border-radius: 10px;
    }

    .cartao-1 img{
        width: 150px;
    }

    
    .cartao-2{
        width: 300px;
        height: 300px;
        background: white;
        box-shadow: 0px 0px 50px rgb(216, 216, 216);
        align-items: center;
        transition: 0.5;
        border-radius: 10px;
    }

    .cartao-2 img{
        margin-bottom: -30px;
    }

    
    .cartao3-1{
        width: 300px;
        height: 300px;
        background: white;
        box-shadow: 0px 0px 50px rgb(216, 216, 216);
        align-items: center;
        transition: 0.5;
        border-radius: 10px;
    }

    .cartao-1{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cartao-2{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cartao3-1{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }



    .cartoes-planos-arrastavel-mob{
        display: flex;
        width: 100vw;
        overflow-x: scroll;
        margin-right: 300px;
    }

    .cartoes-planos-arrastavel-mob div{
        width: 300px;
    }

    .cartao1{
        margin-left: 50px;
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cartao2{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cartao3{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }


    .cartao4{
        margin-right: 70px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 50px;
    }
    .cartao5{
        margin-right: 30px;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .cartao6{
        margin-right: 70px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-right: 50px;
    }




    .cartao3 img{
        position: relative;
    }




    .cartao1 input{
        margin-top: 40px;
    }
    .cartao2 input{
        margin-top: 40px;

    }
    .cartao3 input{
        margin-top: 10px;

    }

    .cartao4 input{
        margin-top: 40px;

    }
    .cartao5 input{
        margin-top: 40px;

    }
    .cartao6 input{
        margin-top: 40px;

    }


    

    /* SEÇÃO OMNICHANNEL */
    .secao-omnichannel{
        display: none;
    }

    .secao-omnichannel-mob{
        display: block;
        background-color: #F2F2F2;
        padding-top: -50px;
    }



    .secao-omnichannel-mob input{
        width: 170px;
        height: 47px;
        align-items: center;   
        font-size: 17px;
        color: white;
        font-family: 'Volte';
        border-radius: 7px;
        background-color: #00baff;
        border: none;
        transition: 0.5s;
        margin-left: 0px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .secao-omnichannel-mob p{
        font-size: 20px;
    }







    /* SECAO COMBOS */

    .cartoes-combos{
        display: block;
    }

    .secao-combos{
        padding-top: 60px;
    }

    .secao-combos h1{
        font-size: 40px;
    }

    .cartao-combo1{
        margin-bottom: 30px;
    }





    


    /* SECAO BLOG */
    .secao-blog{
        display: none;
    }
    
    .secao-blog-mob{
        display: block;
    }

    .secao-blog-mob h1{
        color: white;
    }
    .texto-blog-mob{
        background-color: black;
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .botao-blog-mob{
        background-color: #3094c3;
        background-image: url(../img/banner-blog-site.png);
        background-repeat: no-repeat;
        padding-bottom: 70px;
        padding-top: 70px;
    }
    
    .secao-blog-mob input{
        width: 170px;
        height: 47px;
        align-items: center;   
        font-size: 17px;
        color: black;
        font-family: 'Volte';
        border-radius: 7px;
        background-color: white;
        border: none;
        transition: 0.5s;
        margin-top: 10px;
        margin-left: 30px;
    }

    .mapa-site{
        margin-left: 30px;
    }

    .mapa-site a{
        font-size: 20px;
    }

    .mapa-site-sup{
        display: block;

    }

    .mapa-site-inf{
        display: block;

    }

    .texto-rodape h5{
        text-align: left;
        width: 200px;
    }

}