/*!
 * IN FUENTES DE LA TERMINAL
 */

@font-face {
  font-family: Empresa;
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/KiaSignatureRegular.eot');
  src: url('../fonts/KiaSignatureRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/KiaSignatureRegular.woff') format('woff')
}

@font-face {
  font-family: EmpresaBold;
  font-weight: 800;
  font-style: bold;
  src: url('../fonts/KiaSignatureBold.eot');
  src: url('../fonts/KiaSignatureBold.eot?#iefix') format('embedded-opentype'), url('../fonts/KiaSignatureBold.woff') format('woff')
}



.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1440px;
}

@media (max-width:767px) {
  .container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: 1px;
    margin-left: auto;
  }
}

.container {
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width:768px) {
  .container {
    width: 766px
  }
}

@media (min-width:992px) {
  .container {
    width: 990px
  }
}

@media (min-width:1300px) {
  .container {
    width: 1250px
  }
}


.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}


body {
  font-size: 15px;
  font-family: "Empresa", Helvetica, Roboto, Arial;
  font-style: normal;
  overflow-x: hidden;

}

p {
  font-family: "Empresa", Helvetica, Roboto, Arial;
  font-style: normal;
  font-size: 14px;
}

@media (max-width:576px) {
  .hidden-xs {
    display: none !important;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media (min-width:992px) and (max-width:1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width:1200px) {
  .hidden-lg {
    display: none !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1;
}

.h1,
h1 {
  font-size: 36px;
}

.h2,
h2 {
  font-size: 30px;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.h4,
h4 {
  font-size: 18px;
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}


.read {
  font-family: "Empresa", Helvetica Neue, Helvetica, Roboto, Arial;
  font-style: normal;
  font-weight: 400;
}

.life {
  font-family: "Empresa", sans-serif;
  font-weight: 800;
}

.img-link {
  margin-top: -36px;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.mautos {
  width: 20%;
  float: left;
  text-align: center;
}

.mautohome {
  width: 33%;
  float: left;
  padding-left: 20px;
}

@media (max-width:767px) {
  .mautohome {
    width: 50%;
  }
}


.conttexto {
  padding-left: 20px;
  padding-right: 20px;
}

hr.ama {
  border-top: 3px solid #f8d908;
  width: 50px;
}

hr.gris {
  border-top: 3px solid #5b5b5b;
  width: 50px;
}


.bg-img-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}


@media (max-width:767px) {
  .bg-img-caption {
    width: 95%;
    top: 10px;
    left: 10px;
    padding: 30px;
  }

  .bg-img-caption h1 {
    font-size: 1.5em;
  }
}

.bg-img-inter {
  position: absolute;
  z-index: 10;
  color: #000;
  width: 45%;
  top: 120px;
  left: 50px;
  padding: 30px;
}

@media (max-width:767px) {
  .bg-img-inter {
    width: 95%;
    top: 10px;
    left: 10px;
    padding: 30px;
  }
}

.btn-cta {
  font-size: 12px;
  font-weight: 800;
  color: #000;
  background-color: #bababa;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  margin-top: 3px;
  border: 1px solid #757575;
}

.btn-cta:focus,
.btn-cta.focus {
  color: #fff;
  background-color: #707070;
}

.btn-cta:hover {
  color: #fff;
  background-color: #707070;
}

.btn-cta:active,
.btn-cta.active,
.open>.dropdown-toggle.btn-cta {
  color: #000;
  background-color: #707070;
  border-color: #707070;
}

.btn-cta2 {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background-color: #000000;
  border-radius: 50px;
  padding: 10px 25px 10px 25px;
  margin-top: 3px;
}

.btn-cta2:focus,
.btn-cta2.focus {
  color: #fff;
  background-color: #000000;
}

.btn-cta2:hover {
  color: #000;
  background-color: #c3c3c3;
}

.btn-cta2:active,
.btn-cta2.active,
.open>.dropdown-toggle.btn-cta2 {
  color: #000;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}

.btn-cta3 {
  font-size: 13px;
  font-weight: 800;
  color: #000;
  background-color: #fff;
  border-radius: 0px;
  padding: 10px 20px 10px 20px;
  border: 1px solid #000;
  margin-top: 3px;
}

.btn-cta3:focus,
.btn-cta3.focus {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.btn-cta3:hover {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
}

.btn-cta3:active,
.btn-cta3.active,
.open>.dropdown-toggle.btn-cta3 {
  color: #fff;
  background-color: #000;
  border-color: #000;
  border: 1px solid #000;
}


.blanc {
  color: #ffffff;
}

.blanc:focus,
.blanc.focus {
  color: #000;
}

.blanc:hover {
  color: #fff;
}

.blanc:active,
.blanc.active {
  color: #fff;
}

.nada {
  text-decoration: none;
  color: #000;
}

.nada:focus,
.nada.focus {
  text-decoration: none;
}

.nada:hover {
  text-decoration: none;
  color: #000;
}




/*!
------------------------------ NAV PILLS ---------------------------------------------
 */

.nav-pills>li>a {
  color: #8e8e8e;
  border-radius: 0px;
  padding: 6px;
  height: 22px;
}

.nav-pills>li+li {
  margin-left: 2px;
}

.nav-pills>li>a:hover,
.nav-pills>li>a:focus {
  color: #000000;
  background-color: #ffffff;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
  color: #000000;
  background-color: #ffffff;
  font-weight: 800;
}

/*!
------------------------------ NAV-TABS ---------------------------------------------
 */
.nav-tabs {
  border-bottom: 0px;
  text-align: center;
  font-size: 14px;
}

.nav-tabs>li {
  float: none;
  display: inline-block;
  margin: 0px;
}

.nav-tabs>li>a {
  border: 0px;
  padding: 10px 40px 10px 40px;
  line-height: 1.1;
  color: #000000;
  border-bottom: 1px solid #b8b8b8;
  background-color: transparent;
}

.nav-tabs>li>a:hover {
  border: 0px;
  border-bottom: 3px solid #ffb70b;
  background-color: transparent;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  font-size: 15px;
  font-weight: 800;
  color: #555;
  cursor: default;
  background-color: transparent;
  border: 0px;
  border-bottom: 3px solid #ffb70b;
}

@media (max-width: 767px) {
  .nav-tabs {
    width: 100%;
  }

  .nav-tabs>li {
    width: 100%;
  }
}




/*!
 *********************** IN NAVBAR SEGUNDO ***********************
 */

.navbar-segundo {
  font-weight: 800;
  font-size: 13px;
  background-color: #ffffff;
  border: 0;
  margin: 0;
}

.navbar-segundo .navbar-brand {
  font-weight: 800;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
}

.navbar-segundo .navbar-brand:hover,
.navbar-segundo .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-segundo .navbar-text {
  color: #000000;
  font-weight: 400;
}

.navbar-segundo .navbar-nav>li>a {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 3px solid #ffffff;
}

.navbar-segundo .navbar-nav>li>a:hover,
.navbar-segundo .navbar-nav>li>a:focus {
  color: #000000;
  background-color: transparent;
  border-bottom: 3px solid #ffce33;
}

.navbar-segundo .navbar-nav>.active>a,
.navbar-segundo .navbar-nav>.active>a:hover,
.navbar-segundo .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: #fff;
}

.navbar-segundo .navbar-toggle {
  border-color: #1f2532;
}

.navbar-segundo .navbar-toggle:hover,
.navbar-segundo .navbar-toggle:focus {
  background-color: #1f2532;
}

.navbar-segundo .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-segundo .navbar-collapse,
.navbar-segundo .navbar-form {
  border-color: #101010;
}

.navbar-segundo .navbar-nav>.open>a,
.navbar-segundo .navbar-nav>.open>a:hover,
.navbar-segundo .navbar-nav>.open>a:focus {
  color: #fff;
  background-color: #fff;
}

@media (max-width: 767px) {
  .navbar-segundo .navbar-nav .open .dropdown-menu>.dropdown-header {
    border-color: #080808;
  }

  .navbar-segundo .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
    border: 1px solid #9d9d9d;
    margin: 2px;
  }

  .navbar-segundo .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-segundo .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #000;
    background-color: transparent;
  }

  .navbar-segundo .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-segundo .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-segundo .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }
}

.navbar-segundo .navbar-link {
  color: #9d9d9d;
}

.navbar-segundo .navbar-link:hover {
  color: #fff;
}

/*!
 *********************** CAROUSEL HOME ***********************
 */
.carousel-caption {
  position: absolute;
  width: 90%;
  height: 50%;
  top: 5%;
  left: 5%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  z-index: 10;
  padding-top: 5px;
  /*margin-bottom: 250px;*/
  color: #000000;
  text-align: left;
  text-shadow: none;
  /*background-color: rgba(255, 255, 255, 0.7);*/
}

.carousel-caption .btn {
  text-shadow: none;
  margin-top: 10px;
}



.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}


@media screen and (min-width: 768px) {
  .carousel-caption {
    width: 45%;
    top: 20%;
    bottom: 20%;
    padding-left: 30px;
    padding-right: 30px;
    z-index: 10;
    padding-top: 5px;
    margin-bottom: 20px;
    right: 1%;
    left: 4%;
    padding-bottom: 20px;
  }

  .carousel-caption p {
    font-size: 20px;
  }

  .carousel-indicators {
    bottom: 10px;
  }
}

.carousel-indicators {
  bottom: 0px;
}

.carousel-indicators li {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #d6d6d6;
  border: 1px solid #d6d6d6;
  border-radius: 13px;
}

.carousel-indicators .active {
  width: 14px;
  height: 14px;
  margin: 5px;
  background-color: #ffd41f;
}



.toplink {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
}

.toplink:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}


.foolink {
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.foolink:hover {
  color: #ffffff;
  background-color: transparent;
  text-decoration: none;
}




/*!
 *********************** SEGUNDO MENU ***********************
 */

@media screen and (max-width:968px) {
  .segundomenu {
    display: none;


  }
}

.segundomenu {
  margin-top: -30px;


}

.segundomenu a {
  padding: 7.5px 10px 7.5px 10px;
}

.segundomenu li {
  display: inline-block;


}

.segundomenu li a {
  display: block;
  text-decoration: none;
  color: black;
  font-size: 0.8em;
  border-left: 1px solid #e5e5ec;

  margin-top: -28px;
  margin-bottom: -18px;


}

.segundomenu li a img {
  display: block;
  text-decoration: none;
  color: black;
  text-align: center;
  margin: auto;
  padding-bottom: 4px;
  width: 20px;


}

#overlay-wa {
  position: fixed;
  bottom: 20%;
  right: 0;
  z-index: 2;
  cursor: pointer;
}

/*!
 *********************** IN IMG BOX ***********************
 */

.imagebox {
  font-family: "Empresa", sans-serif;
  background: black;
  padding: 0px;
  position: relative;
  text-align: left;
  width: 100%;
}

.imagebox img {
  opacity: 0.5;
  transition: 0.5s opacity;
}

.imagebox .imagebox-desc {
  /* background-color: rgba(0, 0, 0, 0.6); */
  top: 0;
  color: white;
  font-size: 13px;
  left: 0px;
  padding: 10px 15px;
  position: absolute;
  /* transition: 0.5s padding; */
  text-align: left;
  width: 100%;
}

.imagebox:hover img {
  opacity: 0.9;
}

.imagebox:hover .imagebox-desc {
  /* padding-bottom: 10%; */
}

/*!
 *********************** OUT IMG BOX ***********************
 */


/*!
 *********************** IN NAVBAR PRINCIPAL ***********************
 */

.navbar-toggle.navbar-left {
  float: left;
  margin-left: 10px;
}

.navbar-principal {
  background-color: #ffffff;
  padding: 25px 0 25px 0;
  margin: 0;
  list-style: none;
  border-radius: 0;
}

.navbar-principal .navbar-brand {
  font-size: 1.2em;
  color: #ffffff;
  padding-top: 20px;
}

.navbar-principal .navbar-brand:hover,
.navbar-principal .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-principal .navbar-text {
  color: #3b3b3b;
}

.navbar-principal .navbar-nav {
  padding-top: 10px;
  flex-wrap: nowrap;
}

.navbar-principal .cuit {
  color: #30709988464;
}

.navbar-principal .navbar-nav>li>a {
  font-size: 16px;
  color: #1d1d1d;
  padding: 20px 25px 25px 25px;
}

.navbar-principal .navbar-nav>li>a:hover,
.navbar-principal .navbar-nav>li>a:focus {
  color: #1d1d1d;
  background-color: transparent;
}

.navbar-principal .navbar-nav>.active>a,
.navbar-principal .navbar-nav>.active>a:hover,
.navbar-principal .navbar-nav>.active>a:focus {
  color: #1d1d1d;
  background-color: transparent;
  border: 0;
}

.navbar-principal .navbar-toggle {
  border-color: transparent;
}

.navbar-principal .navbar-toggle:hover,
.navbar-principal .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-principal .navbar-toggle .icon-bar {
  background-color: #000;
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 0px;
}

.navbar-principal .navbar-collapse {
  justify-content: end;
  padding-right: 2rem;
}

.navbar-principal .navbar-collapse,
.navbar-principal .navbar-form {
  border-color: #101010;
}

.navbar-principal .navbar-nav>.open>a,
.navbar-principal .navbar-nav>.open>a:hover,
.navbar-principal .navbar-nav>.open>a:focus {
  color: 000000;
  background-color: transparent;
}

.dropdown-menu[data-bs-popper] {
  margin-top: 0 !important;
}

.dropdown-toggle::after {
  content: none;
}

@media (max-width: 767px) {

  .navbar-principal {
    padding: 0px 0 0px 0;
    flex-direction: row-reverse;
  }

  .navbar-principal .navbar-toggle {
    padding-top: 12px;
    margin-right: 12px;
  }

  .navbar-nav .open .dropdown-menu {
    background-color: #ffffff;
  }

  .navbar-principal .navbar-nav .open .dropdown-menu>li>a {
    color: #9d9d9d;
  }

  .navbar-principal .navbar-nav .open .dropdown-menu>li>a:hover,
  .navbar-principal .navbar-nav .open .dropdown-menu>li>a:focus {
    color: #000;
    background-color: transparent;
  }

  .navbar-principal .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-principal .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-principal .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #fff;
    background-color: #080808;
  }
}

.navbar-principal .doc {
  background-color: #16870348;
}

.navbar-principal .navbar-link {
  color: #9d9d9d;
}

.navbar-principal .navbar-link:hover {
  color: #fff;
}

.navbar-principal .btn-link {
  color: #9d9d9d;
}

.navbar-principal .btn-link:hover,
.navbar-principal .btn-link:focus {
  color: #fff;
}

.menutit {
  color: #0062c5;
  font-size: 30px;
  margin-top: 5px;
  margin-left: 20px;
  margin-bottom: 10px;
}


@media (min-width: 768px) {
  .dropdown-fullwidth {
    position: static;
  }

  .dropdown-menu-fullwidth {
    width: 100vw;
    left: 0;
    right: 0;
    top: 0 !important;
    border-radius: 0;
    margin-top: 0 !important;
  }

  .dropdown-menu-fullwidth .dropdown-toggle {
    float: right;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}


/* ANIMACION MENU HAMBURGUESA */
.navbar-toggler {
  border: none;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.toggler-icon {
  width: 30px;
  height: 22px;
  position: relative;
  display: block;
}

/* líneas */
.toggler-icon::before,
.toggler-icon::after,
.toggler-icon span {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: #000;
  transition: all 0.3s ease;
}

/* hamburguesa */
.toggler-icon::before {
  top: 0;
}

.toggler-icon span {
  top: 9px;
}

.toggler-icon::after {
  bottom: 0;
}

/* estado abierto → X */
.navbar-toggler:not(.collapsed) .toggler-icon::before {
  transform: rotate(45deg);
  top: 9px;
}

.navbar-toggler:not(.collapsed) .toggler-icon span {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) .toggler-icon::after {
  transform: rotate(-45deg);
  bottom: 9px;
}

/* END ANIMACION */

/*!
 *********************** OUT NAVBAR PRINCIPAL ***********************
 */




/*!
 *********************** IN LARGE MENU ***********************
 */

.dropdown-large {
  position: static !important;
}

.dropdown-menu-large {
  margin: 0px;
  padding: 30px;
  width: 100%;
  border-radius: 0;
  border: 0;
  background-color: #ffffff;
}

.dropdown-menu-large>li>ul {
  padding: 0;
  margin: 0;
}

.dropdown-menu-large>li>ul>li {
  list-style: none;
}

.dropdown-menu-large>li>a {
  color: #ffffff;
}

.dropdown-menu-large>li>a:hover {
  color: #0062c5;
  background-color: #0c2d47;
}

.dropdown-menu-large>li>ul>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #2d96cd;
  white-space: normal;
}

.dropdown-menu-large>otro {
  line-height: 11.57504425;
}

.dropdown-menu-large>li>ul>li>a:hover,
.dropdown-menu-large>li>ul>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #ffffff;
}

.dropdown-menu-large .dropdown-header {
  color: #428bca;
  font-size: 18px;
}

@media (max-width: 767px) {
  .dropdown-menu-large {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-menu-large>li:last-child {
    margin-bottom: 0;
  }
}

/*!
 *********************** OUT LARGE MENU ***********************
 */


/*********************** IN SUBMENU ***********************/

.dropdown-menu {
  margin-top: -1px;
  border-radius: 0;
}

.dropdown-menu>li>a {
  color: black;
  padding: 10px;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #b11010;
  background-color: transparent;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #b11010;
  background-color: #080808;
}

/*********************** OUT SUBMENU ***********************/




/*********************** IN ESTILOS AUTOS ***********************/
.gal-container {
  padding-top: 75px;
  padding-bottom: 75px;
}

.gal-container {
  padding: 12px;
}

.gal-item .box {
  height: 200px;
  overflow: hidden;
}

.gal-item {
  overflow: hidden;
  padding: 3px;
}

.gal-item .box300 {
  height: 300px;
  overflow: hidden;
}

.box:hover img {
  transform: scale(1.1);
}

.box300:hover img {
  transform: scale(1.1);
}

.box300 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.bg-img-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.bg-img-inner img {
  width: 100%;
}

.bg-img-caption {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  z-index: 10;
  color: #000;
  width: 40%;
  top: 120px;
  left: 50px;
  padding: 30px;
}

@media (max-width: 767px) {
  .bg-img-caption {
    width: 95%;
    top: 10px;
    left: 10px;
    padding: 30px;
  }
}






/*!
------------------------------ BANNER 1 ---------------------------------------------
 */


.bannermod {
  width: 100%;
  min-height: 700px;
  background-position: top;
}

.bannermod h3 {
  color: white;
  font-size: 2.8em;
  text-align: center;
  margin-top: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 800;

}

.bannermod p {
  color: white;
  font-size: 1.2em;
  text-align: center;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 600;

}

/*!
------------------------------ ESPECIFICACIONES ---------------------------------------------
 */


.especificaciones h4 {
  font-size: 1em;
}

.especificaciones p {
  font-size: 1em;
  font-weight: 800;
}

.especificaciones #motor,
#garantia {
  background-color: #efefef;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.especificaciones #hp {
  background-color: #f7f7f7;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}



/*!
------------------------------ BANNER2 ---------------------------------------------
 */


.bannermod2 {
  width: 100%;
  min-height: 700px;
  border-bottom: 3px solid white;
}

.bannermod2 h3 {
  color: white;
  font-size: 2.5em;
  text-align: left;
  margin-top: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 800;


}

.bannermod2 h3 strong {
  text-decoration-line: overline;
  text-decoration-color: #b22a34;

}

.bannermod2 p {
  color: white;
  font-size: 1.2em;
  text-align: left;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 600;

}

/*!
------------------------------ MODULOS CARACTERISTICAS ---------------------------------------------
 */
.caracteristicase #mod1,
#mod2,
#mod3,
#mod4 {
  min-height: 450px;


}

.caracteristicase .mayormod {
  min-height: 600px;
}

/*!
------------------------------ BANNER INTERIOR ---------------------------------------------
 */


.bannerint {
  width: 100%;
  min-height: 700px;
  border-bottom: 3px solid white;
}

.bannerint h3 {
  color: white;
  font-size: 2.5em;
  text-align: left;
  margin-top: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 800;


}

.bannerint h3 strong {
  text-decoration-line: overline;
  text-decoration-color: #b22a34;

}

.bannerint p {
  color: white;
  font-size: 1.2em;
  text-align: left;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 600;

}

.caracteristicase h3 {
  color: white;
  font-size: 1.6em;
  text-align: left;
  margin-top: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 800;


}



.equipamiento #equip1,
#equip2,
#equip3,
#equip4 {
  min-height: 350px;
}

#equip1 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

#equip2 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

#equip3 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

#equip4 {
  border-bottom: 3px solid white;
}

.equipamiento .equip3,
.equip4 {
  min-height: 400px;
}

.equipamiento .equip1,
.equip2 {
  min-height: 600px;
}

.equipamiento .equip1b,
.equip2b {
  min-height: 400px;
}

.equip1b {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.equip2b {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.equip1 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.equip2 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.equip3 {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.equip4 {
  border-bottom: 3px solid white;
}

.equipamiento h3 {
  color: white;
  font-size: 1.6em;
  text-align: left;
  margin-top: 60px;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: 800;
}



.equipamiento .equipa {
  min-height: 400px;
}


.equipa {
  border-bottom: 3px solid white;
  border-right: 3px solid white;
}

.bannerseg {
  width: 100%;
  min-height: 850px;
  border-bottom: 3px solid white;
}

.bannerseg h3 {
  color: black;
  font-size: 2.5em;
  text-align: left;
  margin-top: 60px;

  font-weight: 800;


}

.bannerseg h3 strong {
  text-decoration-line: overline;
  text-decoration-color: #b22a34;

}

.bannerseg p {
  color: black;
  font-size: 1.5em;
  text-align: left;

  font-weight: 600;

}


.seguridad img {
  max-width: 500px;
  padding: 1.2em;
  ;
}

.seguridad h3 {
  padding-right: 1em;
  padding-left: 1em;
}

.nuevokia h3 {
  text-align: center;
  font-size: 2.6em;
  font-weight: 900;
  margin-top: 50px;
}


.colores {
  text-align: center;
  margin: auto;

}

.colores h3 {
  text-align: center;
  font-size: 2.6em;
  color: black;
  font-weight: 900;

}

@media screen and (max-width: 1000px) {
  .caracteristicase h3 {
    color: white;
    font-size: 2em;
    text-align: center;
    margin-top: 5px;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: 800;
    padding-top: 25px;


  }

  .caracteristicase #mod1,
  #mod2,
  #mod3,
  #mod4 {
    min-height: 350px;


  }


  .equipamiento #equip1,
  #equip2,
  #equip3,
  #equip4,
  #equip5,
  #equip6,
  #equip7,
  #equip8 {
    min-height: 250px;
    border: none;


  }

  .equipamiento h3 {
    color: white;
    font-size: 1.9em;
    text-align: left;
    margin-top: 5px;
    text-shadow: black 0.1em 0.1em 0.2em;
    font-weight: 800;
    padding-top: 15px;
  }

  .seguridad img {
    max-width: 100%;
    padding: 0px;
    padding-top: 25px;
  }

  .seguridad h3 {
    padding-right: 0px;
    padding-left: 0px;
  }


}



.sublink,
.sublink:hover {
  padding: 8px 20px 0px 20px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}