@charset "UTF-8";
/*----------  Colores  ----------*/


.hr {
border-top: 1px solid rgb(247 244 244 / 94%);

}


.p {
    font-family: 'HeeboRegular';
    font-size: 16px;
    margin-bottom: 2px;
    letter-spacing: 2px;
}

.llamadas {
    background: #efdf00;
    border-radius: 4px;
}

.circulo {
    width: 22px !important;
    height: 33px !important;
     -moz-border-radius: 50%;
     -webkit-border-radius: 50%;
     border-radius: 50%;
     background: #5cb85c;
}

.tablink {
  background-color: #555;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink2 {
  background-color: #e8e8e8 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink3 {
  background-color: #615e56 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink4 {
  background-color: #7e7c88 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink5 {
  background-color: #011538 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink6 {
  background-color: #44090a !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink7 {
  background-color: #363334 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink8 {
  background-color: #060306 !important;
  color: white;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}


.negro {
  color: #000;
}


.tablink:hover {
  background-color: #777;
}

/* Style the tab content */
.tabcontent {
  color: white;
  display: none;
  padding: 50px;
  text-align: center;
}

#London {background-color:#fff;}
#Paris {background-color:#fff;}
#Tokyo {background-color:#fff;}
#Oslo {background-color:#fff;}


body {
  /*----------  Header  ----------*/
  /*----------  Slider principal  ----------*/
  /*----------  Modelo Nav  ----------*/
  /*----------  Section colores del modelo  ----------*/
  /*----------  Section Versiones del modelo  ----------*/
  /*----------  Section Cotizador  ----------*/
  /*----------  Section modelos  ----------*/
  /*----------  Section prueba manejo  ----------*/
  /*----------  Masonry  ----------*/
}
body * {
  font-family: "Poppins", sans-serif;
}
body header {
  box-shadow: 0px 2px 10px 0px rgba(50, 50, 50, 0.25);
  background-color: white;
}
body header.premium {
  background-color: #1b1b1b;
}
body header .container-fluid {
  height: 70px;
   background-color: #000;
}
body header .logo {
  display: inline-block;
}
body header .logo img {
  width: 72px;
}
body header .btn-menu {
  display: inline-block;
  background-color: #efdf00;
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  text-align: center;
  z-index: 999;
}
body header .btn-menu:hover {
  cursor: pointer;
}
body header .btn-menu i {
  display: inline-block;
  font-size: 26px;
  line-height: 40px;
}
body header .btn-menu.premium {
  background-color: #ac8e63;
}
body header .tel {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}
body header .tel:hover {
  text-decoration: none;
}
body header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body header nav ul li {
  display: inline-block;
}
body header nav ul li a {
  text-decoration: none;
}
body header a.rojo {
  text-decoration: none;
}
body header a.rojo:hover {
  color: #e00022;
  text-decoration: none;
}
body header #menucars .auto img {
  opacity: 1;
  transition: all 0.5s;
}
body header #menucars .auto:hover img {
  opacity: 0.5;
  transition: all 0.5s;
  transform: scale(1.1);
}
body .modelo-nav {
  background-color: #0f0f11;
  color: #fff;
  z-index: 997;
}
body .modelo-nav ul {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}
body .modelo-nav ul li {
  display: inline-block;
}
body .modelo-nav ul li a {
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  text-decoration: none;
  font-weight: 200;
  transition: all 0.8s;
  border-bottom: solid 4px transparent;
  border-top: solid 4px transparent;
}
body .modelo-nav ul li a:hover, body .modelo-nav ul li a.active {
  text-decoration: none;
  color: #efdf00;
  border-bottom: solid 4px #efdf00;
  transition: all 0.8s;
}
body .modelo-nav.premium ul li a:hover, body .modelo-nav.premium ul li a.active {
  color: #ac8e63;
  border-bottom: solid 4px #ac8e63;
}
body .section-colores .color-control {
  text-align: center;
  margin-top: 30px;
}
body .section-colores .color-control li {
  display: inline-block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px;
  position: relative;
  cursor: pointer;
  border: solid 5px #fff;
}
body .section-colores .color-control li.active {
  box-shadow: 0px 5px 20px 0px rgba(50, 50, 50, 0.25);
}
body .section-colores .color-control li.active::after {
  border-top: solid 3px #6D6D6C;
}
body .section-colores .color-control li::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -20px;
  left: -14px;
  right: -14px;
  border-bottom: solid 1px #cecece;
}
body .section-versiones .version {
  outline: none;
}
body .section-versiones .version .btn-ficha {
  border-radius: 20px;
}
body .section-cotizador .container .form-control {
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #000;
  outline: none;
}
body .section-cotizador .container .enganche-control {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
body .section-cotizador .container .enganche-control.premium li.active {
  border-top: solid 4px #AC8E63;
}
body .section-cotizador .container .enganche-control.premium li:before {
  background-color: #AC8E63;
}
body .section-cotizador .container .enganche-control li {
  border-top: solid 4px #eaeaea;
  position: relative;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
body .section-cotizador .container .enganche-control li.active {
  border-top: solid 4px #991b27;
}
body .section-cotizador .container .enganche-control li.active:before {
  display: inline-block;
}
body .section-cotizador .container .enganche-control li:before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #991b27;
  position: absolute;
  top: -10px;
  left: 50%;
}
body .section-cotizador .container .plazo-control {
  list-style: none;
  width: 100%;
  padding: 0;
  margin-top: 10px;
}
body .section-cotizador .container .plazo-control.premium li.active {
  border-top: solid 4px #AC8E63;
}
body .section-cotizador .container .plazo-control.premium li:before {
  background-color: #AC8E63;
}
body .section-cotizador .container .plazo-control li {
  border-top: solid 4px #eaeaea;
  position: relative;
  padding: 20px 0;
  text-align: center;
  cursor: pointer;
}
body .section-cotizador .container .plazo-control li.active {
  border-top: solid 4px #991b27;
}
body .section-cotizador .container .plazo-control li.active:before {
  display: inline-block;
}
body .section-cotizador .container .plazo-control li:before {
  content: "";
  display: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #991b27;
  position: absolute;
  top: -10px;
  left: 50%;
}
body .section-modelos .modelo {
  padding-bottom: 15px;
  transition: all 0.5s;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
body .section-modelos .modelo table {
  width: 100%;
}
body .section-modelos .modelo table tr {
  border-bottom: solid 1px #edeeee;
}
body .section-modelos .modelo table tr:last-child {
  border-bottom: 0;
}
body .section-modelos .modelo table tr td {
  padding: 5px 0;
}
body .section-modelos .modelo a {
  text-decoration: none;
}
body .section-modelos .modelo a:hover {
  color: #e00022;
  text-decoration: none;
}
body .section-prueba-manejo form .form-control {
  background-color: #eeeeee;
  border: 0;
  border-radius: 40px;
}
body .section-prueba-manejo form button {
  background-color: #1d1d1d;
  border: 0;
  border-radius: 40px;
}
body .grid {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  clear: both;
}
body .grid-item {
  max-width: 500px;
  float: left;
}
body .grid-item--width2 {
  max-width: 1000px;
}
body .grid-item img {
  max-width: 100%;
}
body section.padding {
  padding: 40px 0;
}

/*----------  Menu  ----------*/
.main-menu .nav li a {
  font-size: 20px;
}

/*----------  Sticky Element  ----------*/
.sticky {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 0;
  z-index: 999;
}

.sticky90 {
  position: -webkit-sticky;
  /* Safari */
  position: sticky;
  top: 90px;
  z-index: 999;
}

footer {
  border-top: solid 5px #efdf008;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #fff;
}
footer .redes-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .redes-footer li {
  display: inline-block;
}
footer .redes-footer li a {
  margin-right: 5px;
}
footer .redes-footer li a i {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s;
}
footer .redes-footer li a i:hover {
  background-color: #ec0928;
  color: #fff;
  transition: all 0.3s;
}
footer hr {
  margin: 15px 0;
  border: 0;
  height: 1px;
  background-image: linear-gradient(left, #1D1D1D, #ffffff, #1D1D1D);
  background-image: -webkit-linear-gradient(left, #1D1D1D, #ffffff, #1D1D1D);
  background-image: -moz-linear-gradient(left, #1D1D1D, #ffffff, #1D1D1D);
}

@media (min-width: 768px) {
  body {
    /*----------  Entrada elementos  ----------*/
  }
  body [data-entrance] {
    visibility: hidden;
  }
}
@media (min-width: 992px) {
  body {
    /*----------  Header  ----------*/
    /*----------  Slider principal  ----------*/
    /*----------  Section modelos  ----------*/
  }
  body header .container-fluid {
    height: 90px;
	background: #000000;
  }
body header .container-fluid .logo {
    position: relative;
    min-width: 130px;
    min-height: 90px;
    padding: 0;
}
  body header .container-fluid .logo img {
    position: absolute;
    top: 0;
    left: 10px;
    width: 100px;
    /*---------- box-shadow: 0px 0 20px 0px rgba(50, 50, 50, 0.25);----------*/
    
  }
  body header .container-fluid nav {
    /*----------  Para modelos Cupra  ----------*/
  }
  body header .container-fluid nav > ul > li > a {
    display: inline-block;
    padding: 0 10px;
    line-height: 86px;
    border-bottom: solid 4px transparent !important;
    font-weight: 500;
    color: #ffffff;
  }
  body header .container-fluid nav > ul > li > a:hover, body header .container-fluid nav > ul > li > a.active {
    border-bottom: solid 4px #e00022;
    text-decoration: none;
  }
  body header .container-fluid nav.premium > ul > li > a {
    color: #ac8e63;
  }
  body header .container-fluid nav.premium > ul > li > a:hover, body header .container-fluid nav.premium > ul > li > a.active {
    border-bottom: solid 4px #ac8e63;
  }
  body header #menucars a {
    text-decoration: none;
  }
  body header #menucars a:hover {
    text-decoration: none;
    color: #000;
  }
  body header #menucars .insignia {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
  }
  body .section-modelos .modelo:hover {
    box-shadow: 0px 0 20px 0px rgba(50, 50, 50, 0.25);
    transition: all 0.5s;
    transform: scale(1.1);
    z-index: 2;
  }
  body section.padding {
    padding: 80px 0;
  }

  /*----------  Menu  ----------*/
  .main-menu .nav li a {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1310px) {
  .d-xl-inline-block {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  #sliderPrincipal {
    margin-top: 35px;
  }
}
section {
  overflow-x: hidden !important;
}
section a {
  text-decoration: none;
}
section a:hover {
  color: #e00022;
  text-decoration: none;
}

/*----------  Section Parallax  ----------*/
.section-parallax {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow-x: hidden !important;
}

/*----------  Columna Background  ----------*/
.col-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 50vh;
}

/*----------  Background color  ----------*/
.bg-rojo {
  background-color: #000000;
}

.bg-gris {
  background-color: #000000;
}

.bg-gris-claro {
  background-color: #eaeaea;
}

.bg-dorado {
  background-color: #ac8e63;
}


/*----------  Boton Sistema  ----------*/
a.btn.btn-info {
    background: #efdf00 !important;
    color: #000000 !important;
    border-color: #efdf00 !important;
}


/*----------  Text color  ----------*/
.rojo {
  color: #9f9f9f !important;
}

.gris {
  color: #1d1d1d;
}

.gris-claro {
  color: #eaeaea;
}

.dorado {
  color: #ac8e63;
}

.blanco {
  color: #ffffff;
}

/*----------  Font Weight  ----------*/
.f100 {
  font-weight: 100 !important;
}

.f200 {
  font-weight: 200 !important;
}

.f300 {
  font-weight: 300 !important;
}

.f400 {
  font-weight: 400 !important;
}

.f500 {
  font-weight: 500 !important;
}

.f600 {
  font-weight: 600 !important;
}

.f800 {
  font-weight: 800 !important;
}

.f900 {
  font-weight: 900 !important;
}

/*----------  Opacity  ----------*/
.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-60 {
  opacity: 0.6 !important;
}

.opacity-70 {
  opacity: 0.7 !important;
}

.opacity-80 {
  opacity: 0.8 !important;
}

.opacity-90 {
  opacity: 0.9 !important;
}

/*----------  Max width  ----------*/
.max400 {
  max-width: 400px;
}

.max500 {
  max-width: 500px;
}

.max600 {
  max-width: 600px;
}

.max700 {
  max-width: 700px;
}

.max800 {
  max-width: 800px;
}

.max1000 {
  max-width: 1000px;
}

/*----------  Menú móvil  ----------*/
.main-menu {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  z-index: 200;
}

.nav-open .main-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}

.main-menu .nav li a {
  color: #FFF;
  font-weight: 600;
}

.main-menu .nav li {
  opacity: 0;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -moz-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
  animation-timing-function: cubic-bezier(0.45, 0.005, 0, 1);
}

.nav-open .main-menu .nav li {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
}

.main-menu .nav li.delay-1 {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.main-menu .nav li.delay-2 {
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.main-menu .nav li.delay-3 {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.main-menu .nav li.delay-4 {
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.main-menu .nav li.delay-5 {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.main-menu .nav li.delay-6 {
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -ms-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.main-menu .nav li.delay-7 {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -ms-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.main-menu .nav li.delay-8 {
  -webkit-transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -ms-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.main-menu .nav li.delay-9 {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -ms-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.nav-open #nav-icon3 span:nth-child(1) {
  top: 9px;
  width: 0;
  left: 50%;
}

.nav-open #nav-icon3 span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-open #nav-icon3 span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-open #nav-icon3 span:nth-child(4) {
  top: 9px;
  width: 0;
  left: 50%;
}

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

/*----------  Floating Botones  ----------*/
.barra-botones {
  position: absolute;
  right: 10px;
  top: 100px !important;
  z-index: 998;
}
.barra-botones ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.barra-botones ul li {
  display: block;
  width: 55px;
  margin-bottom: 10px;
  padding: 8px;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 40px;
  transition: all 0.2s;
  box-shadow: 0px 0 20px 0px rgba(50, 50, 50, 0.25);
}
.barra-botones ul li:hover {
  width: 250px;
  transition: all 0.2s;
}
.barra-botones ul li:hover a {
  width: auto;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.barra-botones ul li:hover a small {
  font-size: 12px;
  color: #161616;
  font-weight: 600;
  transition: all 0.5s;
}
.barra-botones ul li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 40px;
  text-align: center;
}
.barra-botones ul li a img {
  width: 40px;
}
.barra-botones ul li a small {
  font-size: 0;
}

/*----------  Floating Redes  ----------*/
.barra-redes {
  position: absolute;
  right: 10px;
  top: 300px;
  z-index: 998;
}
.barra-redes ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.barra-redes ul li {
  display: block;
  width: 40px;
  margin-bottom: 10px;
}
.barra-redes ul li a {
  display: inline-block;
  background-color: #991b27;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
.barra-redes ul li a i {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  vertical-align: middle;
}

.floating-wpp-head span {
  color: #fff;
  font-weight: 600;
}

.slick-prev:before, .slick-next:before {
  color: #991b27 !important;
}

.card-columns {
  column-count: 1;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 768px) {
  .card-columns {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .card-columns {
    column-count: 3;
  }
}
@media (min-width: 1200px) {
  .card-columns {
    column-count: 3;
  }
}
.card-columns .card {
  border-radius: 0 !important;
  border: 0 !important;
  position: relative;
  overflow: hidden;
  background-color: #000 !important;
}
.card-columns .card::before {
  font-family: "FontAwesome";
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  margin-top: -25px;
  margin-left: -25px;
}
.card-columns .card img {
  transition: all 0.3s;
}
.card-columns .card:hover::before {
  display: inline-block;
}
.card-columns .card:hover img {
  transform: scale(1.3) rotate(5deg);
  transition: all 0.3s;
  opacity: 0.4;
}

#whatsapp {
  z-index: 1000;
}

.floating-tel {
  z-index: 1000;
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #000;
  color: #fff;
  position: fixed;
  left: 75px;
  bottom: 15px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.floating-tel:hover {
  bottom: 20px;
}
.floating-tel:hover i {
  color: #fff;
}
.floating-tel i {
  font-size: 30px;
  line-height: 50px;
}

.border-radius-0 {
  border-radius: 0 !important;
}

.pushy.premium {
  background-color: #1b1b1b;
}

/*----------  Slick  ----------*/
.slick-dots li button:before {
  color: #fff !important;
}

/*----------  9911  ----------*/
.img-9911 {
  position: fixed;
  bottom: 10px;
  left: 135px;
  z-index: 100;
  width: 60px;
  height: 60px;
  border: solid 2px #960808;
  border-radius: 4px;
  background-color: #edeef0;
}

/* Flash class and keyframe animation */
.flashit-9911 {
  color: #f2f;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite;
}

@-webkit-keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
nav .fa-tools {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #E13530;
  border-radius: 50%;
  color: #fff;
  line-height: 25px;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */

.btn-citaServicio {
    background: #6a6a6a!important;
    color: #000!important;
    margin: 34px 20px 3px;
    padding: 8px;

}

.lisnstyle{
    line-height: 15px!important;
}

@media (max-width: 900px) {

.btn-citaServicio {
    background: #6a6a6a!important;
    color: #000!important;
    margin: 4px 13px;
    padding: 8px;
}

.stiky-submenu{
    position: fixed;
    z-index: 9;
    width: 100%;
}


#menucarsMobile{
    background: white;
}

.fn00 {
  font-weight: 600 !important;
  font-size: 12px;
  padding: 0 35px;
  margin: 13px 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -41px;


}
 }

@media (min-width: 900px) {


body header .btn-menu {
    display: none;
}

.fn00 {
  font-weight: 600 !important;
  font-size: 12px;
  padding: 0 45px;
  margin: 13px 0;
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: -41px;


}

}

