@import url('https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i');

body {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  font-family: 'Montserrat', sans-serif;
}

bold{
  font-weight: bold;
}

a {
  text-decoration: none;
}

/*wrapper*/
.wrapper {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

/*top*/
.email-phone_top {
  background: #2367c8;
  padding: 5px;
  text-align: right;
}

.email-top {
  width: 50%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
}

.telefone-top {
  width: 50%;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 5px 0;
  margin-left: 5%;
}

.email-top p, .telefone-top p {
  margin: 0;
  padding: 0;
}

.envelope, .telefone {
  font-size: 18px !important;
  margin-right: 5px;
}

.telefone, .envelope, .email, .fone {
  display: table-cell;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

/* menu */
.menu-top {
  max-width: 100%;
  background-color: #fff;
  padding: 10px;
  position: relative;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.46);
}

.menu-mobile {
  display: none;
}

.menu-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo {
  width: 20%;
  padding: 10px 0;
}

.logo img {
  width: 180px;
  height: 140px;
}

.ul-header {
  width: 55%;
  display: flex;
}

.ul-header ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  list-style: none;
  align-items: center;
  margin: 0;
  padding: 0;
}

.ul-header ul li {
  width: 25%;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
}

.ul-header li a {
  color: #717171;
  transition: 400ms ease-in-out;
}

.ul-header li a:hover {
  color: #2367c8;
}

.btn_header {
  width: 15%;
  display: flex;
  align-items: center;
}

@media (max-width: 1100px) {
  .btn_header {
    width: 20%;
  }

  .ul-header ul li {
    width: auto;
  }

  .ul-header ul {
    justify-content: space-between;
  }
}

.btn_header a:hover {
  background: #2881ff;
}

.btn_header a {
  color: #fff;
  border-radius: 30px;
  padding: 8px 25px;
  background: #0052c7;
  transition: 400ms ease-in-out;
}

.btn_header a:hover {
  color: #fff;
}

/* slider */
.banner img {
  width: 100%;
}

.container-textos-slides {
  position: absolute;
  left: 0;
  text-align: center;
  right: 0;
  bottom: 150px;
  max-width: 100%;
}

.slidesjs-slide {
  display: block !important;
}

.container-slider {
  position: relative;
  margin-top: -5px;
  z-index: -1;
}

.slidesjs-previous {
  position: absolute;
  padding: 18px;
  z-index: 10;
  top: 50%;
  left: 40px;
}

.slidesjs-next {
  position: absolute;
  padding: 18px;
  z-index: 10;
  top: 50%;
  right: 40px;
}

.slidesjs-next img {
  width: 50px;
}

.slidesjs-previous img {
  width: 50px;
}

.slider-img-img {
  width: 100%;
}

.saiba-mais {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border: 2px solid #fff;
  padding: 15px 30px;
  letter-spacing: 1.5px;
  border-radius: 5px;
}

.fa {
  margin-left: 5px;
}

.conteudo_slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 45%;
}

.titulo-slider {
  text-align: center;
  width: 750px;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  font-family: 'montserrat', sans-serif;
}

.titulo-slider h {
  font-size: 65px;
  font-weight: 600;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(https://acessarequipamentos.com.br/imagens/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
  transition: none;
}

#slides ul {
  display: none;
}

.slidesjs-play, .slidesjs-stop {
  display: none !important;
}

.slidesjs-pagination li a.active, .slidesjs-pagination li a:hover.active {
  background-position: 0 -13px;
}

#slide {
  position: relative;
  left: 0px;
  width: 576px;
  margin-top: 55px;
}

.slidesjs-pagination-item {
  padding: 3px;
}

#slide .slidesjs-control {
  position: relative;
  left: 0px;
  width: 401px !important;
  height: 348px !important;
}

#slide .slidesjs-container {
  overflow: hidden;
  position: relative;
  width: 401px !important;
  height: 455px !important;
  margin: 0 auto !important;
}

#slide .slidesjs-pagination {
  position: absolute;
  z-index: 1001;
  bottom: 105px;
  right: -215px;
}

#slide .slidesjs-previous {
  bottom: 13px;
  position: absolute;
  top: 55%;
  left: 375px;
  padding: 0;
  margin-top: 40px;
  z-index: 10;
}

#slide .slidesjs-next {
  top: 55%;
  right: 90px;
  padding: 0;
  margin-top: 40px;
}

.setaSimples {
  font-size: 40px !important;
  padding: 4px 17px 3px;
  border: 2px solid;
  color: #2a76bb;
  border-radius: 5px;
  transition: 400ms ease-in-out;
}

.fa-angle-left {
  margin-left: -5px;
}

.setaSimples:hover {
  background-color: #2a76bb;
  color: #fff;
  border: 2px solid #2a76bb;
}

/* body */
.text_apresentacao {
  display: inline-block;
  vertical-align: top;
  width: 32.2%;
  padding: 20px;
}

.titulo-texto {
  font-family: 'montserra', sans-serif;
  font-weight: 900;
  color: #2367c8;
  font-size: 45px;
  letter-spacing: -2px;
  margin-bottom: 0px;
}

.setas {
  margin-right: 10px;
}

.sub_titulo {
  margin-left: 42px;
  margin-top: 0px;
  font-size: 40px;
  font-weight: unset;
  letter-spacing: 5px;
  color: #a2a2a2;
  margin-bottom: 0px;
}

.texto {
  color: #525252;
  margin-left: 40px;
  text-align: justify;
  margin-bottom: 0;
}

.sub_texto {
  color: #5d5d5d;
  margin-left: 40px;
  text-align: justify;
  margin-top: 0;
  font-weight: 600;
}

.imagen_apresentacao {
  display: inline-block;
  padding: 20px;
  width: 50%;
  margin-left: 100px;
}

.imagen_apresentacao img {
  width: 520px;
  margin-top: 35px;
}

.capacete {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -70px;
}

.capacete img {
  width: 120px;
}

.quebra-cabeca {
  position: absolute;
  left: -65px;
  bottom: -5px;
}

.quebra-cabeca img {
  width: 170px;
}

.margin-top {
  margin-top: 65px;
}

.sub_titulo_pro {
  margin-left: 40px;
  margin-top: 7px;
  font-size: 30px;
  font-weight: unset;
  letter-spacing: 0px;
  color: #7d7d7d;
}

.titulo_negrito {
  margin-left: 40px;
  font-weight: 500;
}

.sub_pro {
  margin-left: 40px;
  display: inline-block;
  margin-top: -13px;
}

.mini_text {
  display: inline-block;
}

.div_left {
  width: 50%;
  vertical-align: top;
  display: inline-block;
}

.div_right {
  width: 48%;
  position: relative;
  display: inline-block;
}

.negrito {
  font-family: 'Segoe UI', 'Segoe UI Web', 'Segoe UI Symbol', 'Helvetica Neue', 'BBAlpha Sans', 'S60 Sans', Arial, sans-serif;
  font-weight: 700;
}

.opcoes {
  margin-left: 40px;
  margin-top: 10px;
  position: absolute;
  top: -95px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 50%;
}

.opcoes a {
  width: 40%;
  margin-right: 30px;
  margin-bottom: 30px;
}

.opcao-1, .opcao-2, .opcao-3, .opcao-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  vertical-align: top;
  text-transform: uppercase;
  border: 2px solid #2a76bb;
  border-radius: 5px;
  color: #2a76bb;
  padding: 10px 15px;
  cursor: pointer;
  transition: 400ms ease-in-out;
  font-size: 24px;
  margin-right: 5px;
}

.opcao-text {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.opcao-1:hover, .opcao-2:hover, .opcao-3:hover, .opcao-4:hover {
  background-color: #15a8eb;
  color: #fff;
}

.setas-pro {
  margin-right: 0;
  margin-left: 15px;
  font-size: 21px !important;
}

.ajuda {
  background-image: url(../imagens/bg2.jpg);
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 505px;
  width: 100%;
  margin-top: 20%;
}

.container-help {
  position: absolute;
  z-index: 100;
  bottom: 0;
  top: 75px;
  left: 0;
  right: 0;
  max-width: 565px;
}

.font-style {
  font-size: 35px;
  color: #8e8e8e;
  font-weight: 100;
}

.button {
  text-transform: uppercase;
  margin-left: 40px;
  border-radius: 8px;
  border: 2px solid #2367c8;
  padding: 15px;
  font-size: 25px;
  letter-spacing: 2px;
  text-align: center;
  color: #2c6dca;
  cursor: pointer;
  margin-top: 55px;
  transition: 400ms ease-in-out;
}

.div-produto {
  background-color: #fff;
  margin-top: 40px;
}

.nome-img-produto {
  text-align: center;
}

.menu-top {
  box-shadow: none;
  border-bottom: 1px solid #d8d8d8;
}

.margin-top {
  margin-top: 70px !important;
}

.img-produto {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}

.img-produto-inner {
  width: 100%;
  margin: auto;
}

.img-produto-inner img {
  width: 100%;
}

.linksModelos {
  display: flex;
  flex-direction: column;
}

.linksModelos a {
  margin: 10px 0;
  color: #000;
}

a:hover {
  color: #0000EE;
}

@media(max-width: 1199px) {
  .img-produto img {
    width: 65%;
  }
}

@media(max-width: 485px) {
  .img-produto img {
    width: 100%;
  }
}

.nome-produto {
  text-align: left;
}

.fa-circle {
  font-size: 9px !important;
  color: #a2a2a2 !important;
  margin-right: 5px;
}

.hover-opcoes p {
  transition: ease-in-out 400ms;
  color: #777;
}

.hover-opcoes:hover p {
  color: #2367c8;
}

.pdf {
  font-size: 45px !important;
  color: #777 !important;
  display: inline-block !important;
  vertical-align: top !important;
}

.button:hover {
  background-color: #2c6dca;
  color: #fff;
}

.endereco_footer, .telefone_footer {
  display: table;
  margin-top: 65px;
  margin-left: 40px;
}

.balao {
  display: table-cell;
  vertical-align: middle;
}

.balao img {
  width: 130px;
}

.text {
  display: table-cell;
}

.titulo_footer {
  margin-left: 25px;
  color: #2367c8;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 0;
}

.text_footer {
  margin-left: 25px;
  margin-top: 7px;
  font-weight: 400;
  color: #717171;
  font-size: 20px;
}

.left, .right {
  width: 45%;
  display: inline-block;
  vertical-align: top;
}

input {
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 15px;
}

input[type="submit"] {
  width: 215px;
  background-color: #0052c7;
  color: #fff;
  font-size: 20px;
  font-weight: 100;
  padding: 10px;
  border-radius: 3px;
  border: #2367c8;
  cursor: pointer;
  transition: 400ms ease-in-out;
}

input[type="submit"]:hover {
  background-color: #2881ff;
}

textarea {
  width: 100%;
  padding: 15px;
  height: 180px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'montserrat', sans-serif;
}

.formulario {
  margin-top: 65px;
}

.image_footer img {
  width: 100%;
}

.content_footer {
  background-color: #464646;
  margin-top: -5px;
  padding: 20px;
  height: 17px;
  color: #fff;
}

.descricao {
  float: left;
}

.criador {
  float: right;
}

.criador a {
  color: #fff;
  transition: 400ms ease-in-out;
}

.criador a:hover {
  color: #7b7b7b;
}

.footer {
  margin-top: -115px;
}

.seta_contorno {
  z-index: 999;
  position: fixed;
  bottom: 50px;
  right: 50px;
  font-size: 40px;
  border-radius: 65%;
  padding: 0px 4px 2px 0px;
  height: 52px;
  width: 50px;
  text-align: center;
  background-color: #0052c7;
  color: #fff;
  transition: 400ms ease-in-out;
}

.seta_contorno:hover {
  background-color: #2881ff;
}

#sucesso {
  position: fixed;
  z-index: 1000;
  background-color: #0052c7;
  top: 15px;
  right: 0;
  border-radius: 3px;
  color: #fff;
  font-weight: 500;
  padding: 15px;
  transition: 700ms ease-in-out;
  transition-delay: 3s;
}

@media screen and (max-width: 1246px) {
  .titulo-texto {
    font-size: 36px;
  }

  .sub_titulo {
    font-size: 30px;
  }

  .imagen_apresentacao {
    margin-left: 60px;
  }

  .quebra-cabeca {
    bottom: -105px;
  }
}

@media screen and (max-width: 1165px) {
  #slide {
    width: 490px;
  }

  #slide .slidesjs-previous {
    left: 290px;
  }

  .footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 1093) {
  .nome-produto {
    margin-top: 20px;
    display: block;
  }
}

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

  /* Menu bibile */
  .menu-top {
    display: none !important;
  }

  .menu-mobile {
    display: block;
  }

  * {
    margin: 0;
    padding: 0;
  }

  h1, h2 {
    padding: 0 0 15px 0;
  }

  p {
    padding: 0 0 15px 0;
  }

  /* Isto é necessário para não haver rolagens horizontais quando movermos os elementos */
  html, body {
    overflow-x: hidden;
  }

  header {
    padding: 30px;
    overflow: hidden;
  }

  header h1 {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 80%;
    font-size: 1.5em;
  }

  h1 a {
    color: #FFF;
    text-decoration: none;
  }

  header input {
    float: right;
    padding: 10px;
    width: 200px;
    border: none;
  }

  .menu-anchor {
    width: 40px;
    height: 32px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    background: #fff;
  }

  .menu-anchor:before {
    content: "";
    display: block;
    margin: 7px auto;
    width: 70%;
    height: 0.25em;
    background: #2367c8;
    box-shadow: 0 .45em 0 0 #2367c8, 0 .9em 0 0 #2367c8;
  }

  .logo-mobile {
    display: inline-block;
    width: 90%;
    text-align: center;
  }

  .logo-mobile img {
    width: 100px;
  }

  .menu-active .menu-anchor {
    background: #fff;
  }

  menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 220px;
    height: 100%;
    padding-top: 10px;
    background: #0546a4;
    box-shadow: inset -5px -10px 10px 0 rgba(0, 0, 0, .3)
  }

  menu ul {
    display: block;
    margin-left: 0px;
    margin-top: 15px;
    width: 100%;
  }

  menu li a {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    margin: 0 10px;
    padding: 10px;
    width: 150px;
    color: #FFF;
    text-decoration: none;
  }

  menu li a:hover {
    background: #ffffff;
    color: #15a8eb;
  }

  /*
		Aqui você esconde o menu para fora da tela
		O valor é exatamente a largura da sidebar
	*/
  menu {
    -webkit-transform: translateX(-220px);
    -moz-transform: translateX(-220px);
    -ms-transform: translateX(-220px);
    transform: translateX(-220px);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
  }

  /*
		Essa é a posição original do HEADER e do MAIN
	*/
  header, .main {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    transition: all .25s linear;
  }

  /*
	   Com a classe menu-active na tag HTML
	*/
  .menu-active menu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-active header,
  .menu-active .main {
    -webkit-transform: translateX(220px);
    -moz-transform: translateX(220px);
    -ms-transform: translateX(220px);
    transform: translateX(220px);
  }

  .container-textos-slides {
    display: none;
  }

  .slidesjs-previous {
    display: none;
  }

  .capacete {
    top: -40px;
  }

  .capacete img {
    width: 75px;
  }

  .slidesjs-next {
    display: none;
  }

  .text_apresentacao {
    display: block;
    width: calc(98% - 20px);
    padding: 20px;
  }

  .imagen_apresentacao {
    width: calc(98% - 20px);
    margin-left: 0;
    text-align: center;
  }

  .quebra-cabeca {
    bottom: -45px;
  }

  .div_left {
    display: block;
    width: 100%;
  }

  .div_right {
    width: 97%;
    position: relative;
    display: block;
    display: none;
  }

  #slide {
    margin: 0 auto;
  }

  #slide .slidesjs-next {
    top: 79%;
    height: auto;
    bottom: auto;
    right: 45px;
    margin-top: 0;
  }

  #slide .slidesjs-previous {
    left: 50px;
    top: 79%;
    height: auto;
    bottom: auto;
    margin-top: 0;
  }

  .opcoes {
    top: 0;
  }

  .left, .right {
    width: 100%;
    display: block;
  }

  .endereco_footer, .telefone_footer {
    display: inline-block;
  }

  input, textarea {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 800px) {
  .opcao-1, .opcao-2, .opcao-3, .opcao-4 {
    display: flex;
    margin-top: 15px;
  }
}

@media screen and (max-width: 795px) {
  .email-phone_top {
    text-align: -webkit-center;
  }

  .font-style {
    font-size: 25px;
  }

  .imagen_apresentacao img {
    width: 100%;
  }

  #slide .slidesjs-pagination {
    right: -150px;
    bottom: 120px;
  }
}

@media screen and (max-width: 700px) {
  .titulo-slider {
    width: 95%;
    font-size: 15px;
  }

  .titulo-slider h {
    font-size: 35px;
  }

  #slide .slidesjs-container {
    width: 500px !important;
  }

  .balao img {
    width: 80px;
  }

  .text_footer {
    font-size: 14px;
  }

  .titulo_footer {
    font-size: 18px;
  }

  .seta_contorno {
    right: 20px;
  }

  .ajuda {
    height: 370px;
  }

  .content_footer {
    padding: 20px 0 60px;
  }

  .criador {
    float: none;
    display: block;
    text-align: center;
    margin-top: 10px;
  }

  .descricao {
    float: none;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 505px) {
  .texto {
    margin-left: 0;
  }

  .titulo-texto {
    font-size: 30px;
  }

  .sub_titulo {
    font-size: 22px;
  }

  .capacete {
    display: none;
  }

  .conteudo_slider {
    top: 15%;
  }

  .logo-mobile {
    width: 80%;
  }

  .button {
    margin-left: 0;
    font-size: 16px;
  }
}

#slide .slidesjs-control {
  overflow: hidden;
}

#slide .boxImgSlide {
  height: 375px;
  background-size: cover !important;
}

.btn_wpp {
  position: fixed;
  width: 70px;
  height: 70px;
  left: 4%;
  bottom: 5%;
  border-radius: 50%;
  background: #25D366;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.btn_wpp img {
  width: 40px;
}

.redes-sociais-topbar {
  width: 10%;
  display: flex;
  justify-content: flex-start;
}

.infos-sociais-topbar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.social-topbar {
  width: 50%;
  margin-right: 10px;
  text-align: left;
}

.social-topbar img {
  width: 20px;
}

.dp-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 1200px) {
  .redes-sociais-topbar {
    width: 10%;
  }

  .infos-sociais-topbar {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .opcao-text {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .opcoes {
    margin-left: 0;
    top: 0;
    width: 100%;
    flex-direction: row;
  }

  .opcoes a {
    width: 20%;
  }

  .endereco_footer, .telefone_footer {
    margin-left: 0;
  }

  .img-produto-inner {
    width: 100%;
  }

  .img-produto-inner img {
    width: 100%;
  }
}

@media (max-width: 900px) {
  .infos-sociais-topbar {
    width: 80%;
  }
}

@media (max-width: 810px) {
  .opcao-text {
    font-size: 14px;
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 800px) {
  .infos-sociais-topbar {
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
  }

  .email-top, .telefone-top {
    width: 100%;
    justify-content: flex-end;
  }

  .social-topbar img {
    width: 25px;
  }

  .ajuda {
    margin-top: 30%;
  }
}

@media (max-width: 700px) {
  .ajuda {
    margin-top: 0;
  }

  .opcoes {
    position: initial;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }

  .opcoes a {
    width: 40%;
    margin-right: 0;
    margin-bottom: 25px;
  }
}

@media (max-width: 500px) {
  .dp-flex {
    align-items: center;
    flex-direction: column-reverse;
  }

  .email-top, .telefone-top {
    justify-content: center;
  }

  .social-topbar img {
    width: 20px;
  }

  .infos-sociais-topbar {
    margin-bottom: 10px;
  }

  .redes-sociais-topbar {
    width: 20%;
  }

  .social-topbar {
    margin: 0;
    text-align: center;
    padding: 0 5%;
  }

  .container-help {
    position: initial;
  }

  .sub_texto {
    text-align: left;
  }
}

@media (max-width: 450px) {
  .opcao-text {
    font-size: 12px;
  }

  .font-style {
    font-size: 20px;
  }

  .img-produto-inner {
    width: 100%;
  }
}

@media (max-width: 1052px) {
  .opcoes {
    margin-top: 15px;
  }
}

@media (max-width: 986px) {
  .ajuda {
    background-size: 115%;
  }
}

.bgImgSlider {
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-bottom: 40%;
}

@media (max-width: 1370px) {
  .conteudo_slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 35%;
  }
}

@media (max-width: 1170px) {
  .conteudo_slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
  }
}

@media (max-width: 1170px) {
  .conteudo_slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
  }
}

.botaoModelos {
  border: 2px solid #2a76bb;
  border-radius: 5px;
  width: 98%;
  padding: 10px;
  margin: 5px 0;
  text-align: center;
}

@media (max-width:460px) {
  .botaoModelos {
    width: 90%;
  }
}

.botaoModelos:hover {
  transition: 0.3s ease;
  background-color: #15a8eb;
}

a.linkBotaoModelo {
  margin: 0;
}

.linkBotaoModelo:hover {
  color: #fff;
  cursor: pointer;
}

.nomeModelo {
  padding: 0;
  margin: 0;
}

.AndaimeTitulo{
  color: #2367c8;
}

.tabelasAndaime{
  display: flex;
  justify-content: space-between;
  margin-top: 5%;
}

.tabela1 {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  width: 50%;
}

.tabela2 {
  background-size: cover;
  background-position: center;
  padding-bottom: 50%;
  width: 50%;
}
