/* estrutura Basica */

* {
  margin: 0;
}

p {
  margin-bottom: 10px;
}

b {
    font-weight: bold !important;
    color: #333;
}
#menu {

}
#home {

}

.navbar-expand-lg .navbar-collapse {
  display: initial !important;
}
.menu-principal {
  text-align: center;
}

.menu-principal li {
  display: inline-block;
}
#veiculo {
    background-color: white;
    padding: 22% 8% 8%;
    text-align: center;
}

section#veiculo p {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

#adequacao {
    background-color: rgba(204, 222, 230, 0.95) ;
    color: black;
    padding: 8%;

}
#ondeEstamos {
    background-color: white ;
    padding: 8%;
}

#perfil {
    background-color: rgba(204, 222, 230, 0.95) ;
    color: black;
    padding: 8%;
}
#modelo {
    background-color: white ;
    padding: 8%;
}
#tabelaPreco {
    background-color: rgba(204, 222, 230, 0.95) ;
    color: black;
    padding: 8%;
}
#formato {
    background-color: white ;
    padding: 8%;
}

#contato {
    background-color: rgba(204, 222, 230, 0.95) ;
    color: black;
    padding: 8%;

}
#footer {
    background-color: rgba(15, 41, 60, 1);
    color: white;
    padding:  6%;

}


#mapa {
    background-image: url(../img/10.png);
}



div.absoluteT1 {
    position: absolute;
    top: 60%;
    right:  60%;
}

a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {text-decoration: none;
}

#teste {
    color: red;
}



.botao1 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: white;
    background: #0f293c;
    padding: 5px 20px 5px 20px;
    border: solid #0f293c 2px;
    text-decoration: none;
    font: normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif ;
}

.botao1:hover {
    background: transparent;
    text-decoration: none;
    color: #0f293c;
}


.botao2 {
    background: #85989e;
    background-image: -webkit-linear-gradient(top, #85989e  50%, #5b747d  50%);
    background-image: -moz-linear-gradient(top, #85989e  50%, #5b747d  50%);
    background-image: -ms-linear-gradient(top, #85989e  50%, #5b747d  50%);
    background-image: -o-linear-gradient(top, #85989e  50%, #5b747d  50%);
    background-image: linear-gradient(to bottom, #85989e 50%, #5b747d 50%);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: #ffffff;
    font-size: 20px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
    font:normal normal normal 16px/1.4em futura-lt-w01-light,sans-serif;
}

.botao2:hover {
    opacity: 0.7;
    color: #ffffff;
    text-decoration: none;
}

.botao3 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0px;
    font-family: Arial;
    color: white;
    background: #0f293c;
    padding: 3px 5px 3px 5px;
    border: solid #0f293c 2px;
    text-decoration: none;
    float: right;
}

/*Menu fullscreen*/


/*Esconder de tablets a pc*/
@media only screen and (min-width: 768px) {
    .esconderPc {
        display: none;
    }


    #bordaFormato {
        border-right: 2px dashed blue;
    }

}


/*Esconder de smartphones a tablets*/  /* em dipositivos até 768px ele esconde */
@media only screen and (max-width: 768px) {
    .esconderCell {
        display: none;
    }

    span {
        font-size: 100pt;
    }

    .video video{
        width: 90%;
    }

}



.esconderForever {
    display: none;

}


@media only screen and (max-width: 992px) {
    .esconderMenu {
        display: none;
    }
    #bordaFormato {
        border-right: none;
    }

}

.overlay {
    overflow: auto;
    height: 100%;
    width: 100%;

    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;

    /*background-color: rgb(0,0,0);*/
    background-color: #0f293c;
    /*background-color: rgba(0,0,0, 0.9);*/
    padding-bottom: 15%;
}

.overlay-content {
    position: relative;
    top: 7%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}
a .overlay-content {

    border-bottom: 2px solid white;
}
.lista-lugares {
  text-transform: uppercase;
}
.lista-lugares h3 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 15px;
}

.lista-lugares li {
    color: #1a224e;
    margin-bottom: 8px;
    font-weight: bold;
}

.postos {
    color: #004486;
    line-height: 38px;
    font-weight: bold;
    margin-bottom: 11px;
    text-transform: uppercase;
    font-size: 30px;
}

@media screen and (max-height: 768px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.testeea a {
    margin-left: 20%;
    margin-right: 20%;
    border-bottom: 1px solid white;
}

/* todas as configs do site */

body {
    background-image: url(../img/02.png);   background-attachment: fixed;
    background-position: center;

    background-repeat: no-repeat;
    background-size: cover;
}


.img-menu {
    margin-top: 5%; margin-left: -12px;
}



@media screen and (min-height: 960px) {
    .menu2 {
    }
}

@media screen and (min-height: 2374px) {
    .menu2 {
        margin-left: 15%;
    }
}
@media screen and (min-width: 1601px) {
    /* .menu1 {margin-left: 15%; */

    }
}
@media screen and (min-width: 2901px) {
    .menu1 {
        margin-left: 25%;
    }


}


@media screen and (min-width: 1601px) {
    /* .menu1 {margin-left: 15%; */

    }

    .cidades {
        display: block;
    }


    .cidades2 {
        display: block;
        margin-left: -65%;
        padding-top: 15%;
    }
    .postosAtendimento{
        width: 100%; height: 96px; object-fit: cover; margin-bottom: 2%;
    }
    .tamanhoG{
        width: 60%;
        margin-left: 25%;
    }


    .formato{

        width: 60%;
        left: 50%;
        top: 50%;
        margin-left: 17.5%;
    }


}

@media screen and (max-width: 1600px) {


    .cidades2 {

    }
    .postosAtendimento{
        width: 435px; height: 86px; object-fit: cover;
    }
}

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


    div.absoluteT1 {
        position: absolute;
        top: 60%;
        right:  23%;
    }
    .menu1 {
        margin-left: 25%;
    }
}

@media screen and (min-width: 1776px) and (max-width: 3266px) {
    div.absoluteT1 {
        position: absolute;
        top: 60%;
        right:  43%;
    }
}




@media  screen and (min-width: 319px) and (max-width: 913px) {
    .postos {
        width: 35%;
        margin-left: 40%;
    }
    .postos2{
        display:block;
    }

}



/*Esconder de tablets a pc*/
@media only screen and (min-width: 768px) {
    .videoPC {
        display: none;
    }


    #bordaFormato {
        border-right: 2px dashed blue;
    }

}


/*Esconder de smartphones a tablets*/  /* em dipositivos até 768px ele esconde */
@media only screen and (max-width: 768px) {
    .videoCell {
        display: none;
    }

    span {
        font-size: 100pt;
    }

  #cd-vertical-nav {
    right: 8px
  }

  .font_2 {
    line-height: 32px;
    text-align: left;
    font-size: 30px;
    margin-bottom: 15px;
  }

  #veiculo {
      background-color: white;
      padding: 8% 0 0;
  }

  .esconderPc {
      padding: 15px 0;
  }

  #adequacao {
    padding: 8px 0 8%;
  }

.alcance {
  padding: 0 25px;
}
  .vantagem {
    margin-top: 15px;
  }

  .navbar {
    padding: 0;
  }
}
