html,body{
    border: 0;
    margin: 0;
    overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

:root{
    --primary-color: #3dae5a;
    --secondary-color: #fff;
    --tertiary-color: #fdfdfd;
    --quartenary-color: rgba(0,0,0,.1);
    --quinquenary-color: #000;
    --bs-box-shadow: transparent;
    --input-color: #fff;
    --bt-color: #ff8e64;
    --place-color: #676767;
    --me-color: #000;
}
.dark-mode{
    --primary-color: #181618;
    --secondary-color: #2f2d2f;
    --tertiary-color: #434243;
    --quartenary-color: #272627;
    --quinquenary-color: #efefef;
    --bs-box-shadow: 0px 0px 20px #000;
    --input-color: #4c4c4c;
    --bt-color: #3dae5a;
    --place-color: #efefef;
    --me-color: #fff;
}
/*=======================================
=            sessão principal            =
=======================================*/
#planos{
    background: url('../img/pcs.webp');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 388px;
    width: 100%;
}
.mascara {
    background-color: rgba(0, 0, 0, 0.6);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}
#navegacao{
            -webkit-justify-content: flex-end;
                    justify-content: flex-end;
        -ms-flex-pack: end;
    -moz-box-pack: end;
    -webkit-box-pack: end;
}
.textoPrincipal, p{
    color: #fff;
}
/*----------  identificação de página  ----------*/

body.planos #navegacao a#aluguel{
    color: #3dae5a;
    font-weight: bold;
}
/*================================
=            conteudo            =
================================*/
.conteudo{
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    display: block;
    left: 0;
    min-height: 260px;
    padding-top: 83px;
    position: relative;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}
 /*================================
 =            conteudo            =
 ================================*/
.aluguel h1{
    font-size: 1.5rem;
    text-align: center;
    margin-top: 32px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
 }
 .aluguel .text{
    color: #fff;
    text-align: justify;
 }
 .aluguel{
    margin: 0 auto;
    padding-bottom: 47px;
 }
 #aluguelpc{
    background: var(--primary-color); /*=====#636363=====*/
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
 }

 .card-text span{
    color: var(--quinquenary-color);
    font-size: 14px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
 }
 .valor{
    font-weight: bold;
    font-size: 31px !important;
    position: relative;
    top: 6px;
 }
/*======================================
=            Estilo do menu            =
======================================*/
#menu {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    height: 56px;
    overflow-y: hidden;
    position: fixed;
    top: 0 !important;
    transition: all 0.5s linear;
    width: 100%;
    z-index: 10;
}
#icon {
    -webkit-filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
            filter: invert(96%) sepia(100%) saturate(0%) hue-rotate(71deg) brightness(103%) contrast(107%);
    padding: 5px 7px;
    cursor: pointer;
    width: 34px;
}
#icon:target{
    -webkit-transition: opacity 1s ease-in;
    opacity: 1;
}
#dark-mode-toggle{
    background: transparent;
    border: none;
}
.menuFixo {
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    height: 40px !important;
    overflow-y: hidden;
    position: fixed;
    top: 0px;
    transition: all 0.5s linear;
    z-index: 10;
}
#menu a {
      -o-transition: 0.5s;
      color: #fff;
      font-size: 13px;
      text-transform: uppercase;
      transition: 0.5s;
     -moz-transition: 0.5s;
     -webkit-transition: 0.5s;
}
#menu a:hover {
      color: #ff8e64;

}
.menuFixo a {
      font-size: 12px !important;
}
.menuFixo a:hover {
      color: #3dae5a !important;

}
.logo{
    width: 80px;
}
/*=========================================
=            navegação valores            =
=========================================*/
.paginacao {
    border-bottom: none;
    position: relative;
    margin: 0 auto;
    top: -42px;
    width: 731px;
}
.nav-tabs{
            -webkit-justify-content: center;
                    justify-content: center;
        -ms-flex-pack: center;
    -moz-box-pack: center;
    -webkit-box-pack: center;
    overflow-y: hidden;
}

.nav-tabs {
    border-bottom: none;
}

.navegacaoAba{
    background: var(--secondary-color);
    border: none;
    color: var(--quinquenary-color);
    font-weight: bold;
    height: 80px;
    margin: 1px;
    overflow-y: hidden;
    padding: 12px;
    text-align: center !important;
    text-transform: uppercase;
    width: 150px;
    font-size: 15px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}

#mensal{
    background: var(--secondary-color);
    border: none;
    color: var(--quinquenary-color);
    font-weight: bold;
    height: 80px;
    margin: 1px;
    overflow-y: hidden;
    padding: 12px;
    text-align: center !important;
    text-transform: uppercase;
    width: 150px;
    font-size: 15px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.navegacaoAba:hove{
    background: var(--secondary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.navegacaoAba:active{
    background: var(--secondary-color) !important;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.nav-link:hover{
    border-color: transparent !important;
}
.nav-link.active {
    color: #3dae5a !important;
    background-color: var(--secondary-color) !important;
    border-color: transparent !important;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.nav-link:hover {
    color: #3dae5a;
}
/*----------  cards  ----------*/

.config{
    display: block;
}
.card {
    display: inline-block;
    width: 214px;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.4);
    margin-top: 7px;
}

.card-header {
    background-color: var(--quartenary-color);
    border-bottom: 1px solid rgba(0,0,0,0.4);
    font-weight: bold;
    text-transform: uppercase;
    color: var(--quinquenary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.tab-content{
    position: relative;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-8%);
        -ms-transform: translateY(-8%);
            transform: translateY(-8%);
    width: 100%;
    z-index: 2;
}
/*===============================
=     section valores           =
===============================*/
#valores{
    background: var(--secondary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.card-body{
    background: var(--tertiary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/*===============================
=     section pedidos           =
===============================*/
#pedido{
    background: var(--secondary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}


/*===============================
=            contato            =
===============================*/
.form{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: auto;
    padding: 30px;
    margin-bottom: 60px;
    background: var(--primary-color);
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow: var(--bs-box-shadow);
            box-shadow: var(--bs-box-shadow);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control{
    background: var(--input-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-webkit-input-placeholder{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-moz-placeholder{
    color: var(--place-color);
    -moz-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control:-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::-ms-input-placeholder{
    color: var(--place-color);
    -ms-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control::placeholder{
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-control{
    color: var(--me-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.quantidade{
    background: var(--input-color);
    color: var(--quinquenary-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.custom-select{
    background: var(--input-color);
    color: var(--place-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.form-check {
    padding-left: 0;
}
label {
    color: #fff;
    font-weight: bold;
}
.btn-primary {
    color: #fff;
    background-color: var(--bt-color);
    border-color: var(--bt-color);
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-primary:hover {
    color: var(--bt-color);
    background-color: transparent;
    border-color: var(--bt-color);
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.btn-primary:focus {
    color: var(--bt-color);
    background-color: transparent;
    border-color: var(--bt-color);
    -webkit-box-shadow: none;
            box-shadow: none;
            -webkit-transition: all 0.8s ease 0s;
            -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;
}
.btn-primary:active {
    color: var(--bt-color) !important;
    background-color: transparent !important;
    border-color: var(--bt-color) !important;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.quantidade{
    width: 55px;
    margin-left: 9px;
}
.qt{
    margin-left: 14px;
}
.qtd{
    margin-left: 4px;
}
.quantidadeTexto{
    margin-left: 38px;
    font-size: 10px;
    font-weight: bold;
    position: relative;
    top: 10px;
}
.s4Text{
    font-weight: 500;
    margin-top: 20px !important;
}
.tituloForm{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--quinquenary-color);
    margin-bottom: 30px;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
/*==============================
=            footer            =s
==============================*/
.logoFooter2{
    display: none;
}

/*=====  End of footer  ======*/
/*==========================================
=            estilo mobile            =
==========================================*/

   @media (max-width: 991px) {

    #menu {
    height: 57px !important;
}
    #menu a {
      font-size: 14px !important;
    }

    .menuFixo a {
      font-size: 14px !important;
    }

    .menuFixo a:hover {
      color: #ff8e64 !important;

    }

    #menu .navbar-collapse {
         background-color: rgba(0, 0, 0, 0.9);
         font-size: 20px;
        height: 100%;
        left: 0;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 15px;
        position: fixed;
        top: 50px;
        width: 75%;
    }

    #menu .navbar-collapse.collapsing {
        -moz-transition: height 0s ease;
        -o-transition: height 0s ease;
        -webkit-transition: height 0s ease;
        left: -75%;
        transition: height 0s ease;
    }

    #menu .navbar-collapse.show {
        -moz-transition: left 300ms ease-in-out;
        -o-transition: left 300ms ease-in-out;
        -webkit-transition: left 300ms ease-in-out;
        left: 0;
        transition: left 300ms ease-in-out;
    }

    #menu .navbar-toggler.collapsed ~ .navbar-collapse {
        -o-transition: left 500ms ease-in-out;
        -webkit-transition: left 500ms ease-in-out;
        transition: left 500ms ease-in-out;
    }
#menu .show {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
@media (max-width: 767px){
    #rodape .col-md-4 {
    margin: 13px auto;
    }
    .textoPrincipal{
        font-size: 28px;
    }
    .aluguel h1 {
        font-size: 25px;
        margin-bottom: 28px;
    }
    .tituloForm {
        font-size: 24px;
    }
}

@media (min-width: 691px) and (max-width: 990px){
    .navegacaoAba {
        padding: 12px 0px;
        width: 119px;
        font-size: 15px ;
    }
    #mensal {
        padding: 12px 0px;
        width: 119px;
        font-size: 15px ;
    }
    .paginacao {
        width: 100%;
    }
}

@media (min-width: 412px) and (max-width: 690px){
    .navegacaoAba {
        padding: 15px 0px;
        width: 93px;
        font-size: 12px ;
    }
    #mensal{
        padding: 15px 0px;
        width: 93px;
        font-size: 12px ;
    }
    .paginacao {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 411px){
    .navegacaoAba {
        padding: 17px 0px;
        width: 70px;
        font-size: 10px ;
    }
    #mensal {
        padding: 17px 0px;
        width: 70px;
        font-size: 10px ;
    }
    .paginacao {
        width: 100%;
    }
}}