/* 
CSS diseñado por ULTRAIT S.A. para Volkswagen 2020 
Derechos reservados - Uso exclusivo del sistema WebRED 2020
*/
@font-face {
  font-family: 'VW-Regular';
  src: url('../fonts/vwtext-regular.woff2') format('woff2'),
    url('../fonts/vwtext-regular.woff') format('woff');
}

@font-face {
  font-family: 'VW-Light';
  src: url('../fonts/vwhead-light.woff2') format('woff2'),
    url('../fonts/vwhead-light.woff') format('woff');
}

@font-face {
  font-family: 'VW-Head';
  font-weight: 700;
  src: url('../fonts/vwhead-bold.woff2') format('woff2'),
    url('../fonts/vwhead-bold.woff') format('woff');
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}


body {
  font-size: 16px;
  font-family: 'VW-Regular';
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'VW-Head';
  color: #000;
  line-height: 1;

}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span {
  font-family: 'VW-Light';
}

.h4,
h4 {
  font-size: 18px;
}

@media (max-width: 575px) {
  h1 {
    font-size: 30px;
  }
}

a {
  color: #2a2c82;
  text-decoration: none;
  outline: none;
}

.nav-link {
  color: #2a2c82;
  text-decoration: none;
  outline: none;
}

.panel-body {
  padding: 15px;
}

a:hover {
  color: #3437db;
  text-decoration: none;
  outline: none;
}

@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;
  }
}

header {
  position: fixed;
  z-index: 9;
  width: 100%;
  background-color: transparent;
}

#contenido-seccion {
  height: 80px;
}

.vwtop {
  width: 100%;
  padding-bottom: 12px;
  padding-top: 15px;
  height: 90px;
}

.menu-ppal {
  position: relative;
  text-align: left;
  padding: 0 30px;
  display: flex;
}

.menu-ppal i.icon-vw_icon-menu {
  padding-left: 80px;
  padding-top: 5px;
  cursor: pointer;
  z-index: 10;
  position: absolute;
  left: 0;
  color: #fff;
  font-size: 22px;
}


.menu-icon {
  width: 24px;
  height: 24px;
  /* fill: white; */
  cursor: pointer;
}

.menu-ppal .conces {
  font-family: 'VW-Regular';
  letter-spacing: -1px;
  color: #fff;
  margin-top: -3px;
  padding-left: 10px;
}

.icon-vw_logo-vw {
  width: 48px;
  height: 48px;
}

.icon-vw_logo-vw path {
  fill: #fff;
}

.menu-icon {
  fill: #fff;
}

.transform-blue {
  color: #001d50;
}




.conces a {
  color: #fff;
  font-size: 19px;
  text-decoration: none;
  z-index: 9;
}

.logo-vw {
  width: 100%;
  display: flex;
  -moz-box-align: center;
  align-items: center;
  position: absolute;
  top: 0px;
  margin-top: 30px;
  transition: margin-top 0.5s;

}

.logo-vw .line-left {
  height: 2px;
  background-color: #ffffff;
  width: 100%;
  flex-basis: 190.66%;
}

.logo-vw .line-right {
  height: 2px;
  background-color: rgb(255, 255, 255);
  width: 100%;
}

.logo-vw .img-logo-vw {
  height: 48px;
  width: 48px;
  margin: 0px 12px;
}

@media (max-width: 768px) {
  .icon-vw_logo-vw {
    height: 35px;
    width: 35px;
    margin-top: 8px;
  }
}

.logo-vw .img-logo-vw i {
  font-size: 47px;
  color: #fff;
}


.logo-vw .img-logo-vw a:hover {
  text-decoration: none;
}

.logo-vw.outer {
  margin-top: -115px;
}

@media (max-width: 991px) {
  .logo-vw .line-left {
    flex-basis: unset;
  }
}

@media (max-width: 575px) {
  .logo-vw {
    margin-top: 40px;
  }
}



/* SIDENAV */

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #003368;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav .mainmenu {
  padding: 5px;
  text-decoration: none;
  font-family: 'VW-Light';
  font-size: 24px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav .mainmenu:hover {
  color: #47bdeb;
}

.sidenav .itemmenu {
  padding: 4px;
  text-decoration: none;
  font-family: 'VW-Light';
  font-size: 20px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav .itemmenu:hover {
  color: #47bdeb;
}

.sidenav .secmenu {
  padding: 12px 8px 4px 2px;
  font-family: 'VW-Regular';
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.sidenav .secmenu:hover {
  color: #47bdeb;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 5px;
  font-size: 36px;
  margin-left: 5px;
}

.panel {
  background-color: TRANSPARENT;

}

@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

/* CAROUSEL */
.carousel-caption {
  position: absolute;
  bottom: 1%;
  left: 7%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-shadow: none;
}

.carousel-caption h1 {
  font-size: 30px;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .carousel-caption {
    bottom: 10%;
  }

  .carousel-caption h1 {
    font-size: 55px;
    color: #fff;
  }
}


/* END CAROUSEL */

/*********************** IN BTNES ***********************/



.btn-cta {
  font-family: "VW-Light";
  font-size: 15px;
  color: #ffffff;
  background-color: #001e50;
  border-radius: 30px;
  padding: 12px 40px 15px 40px;
}

.btn-cta:focus,
.btn-cta.focus,
.btn-cta:hover {
  color: #ffffff;
  background-color: #0040c5;
}

.btn-cta:active,
.btn-cta.active,
.open>.dropdown-toggle.btn-cta2 {
  color: #000;
  border-color: #2416a8;
}







.btn-cta2 {
  font-family: "VW-Light";
  font-size: 15px;
  color: #ffffff;
  background-color: #001e50;
  border-radius: 30px;
  padding: 12px 40px 15px 40px;
}

.btn-cta2:focus,
.btn-cta2.focus,
.btn-cta2:hover {
  color: #ffffff;
  background-color: #0040c5;
}

.btn-cta2:active,
.btn-cta2.active,
.open>.dropdown-toggle.btn-cta2 {
  color: #000;
  border-color: #2416a8;
}

.btn-cta3 {
  font-family: "VW-Regular";
  font-size: 15px;
  color: #332e55;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #5e636b;
  padding: 12px 40px 15px 40px;
}

.btn-cta3:focus,
.btn-cta3.focus,
.btn-cta3:hover {
  color: #332e55;
  background-color: #4cc7f4;
}

. .btn-cta3:active,
.btn-cta3.active,
.open>.dropdown-toggle.btn-cta3 {
  color: #332e55;
  border-color: #4cc7f4;
}

.btn-cta4 {
  font-family: "VW-Regular";
  font-size: 15px;
  color: #2c1e84;
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid #001e50;
  padding: 9px 30px 12px 30px;
}

.btn-cta4:focus,
.btn-cta4.focus,
.btn-cta4:hover {
  color: #2c1e84;
  background-color: #eff0f1;
}

.btn-user {
  background-color: #ultrait;
}


.btn-cta4:active,
.btn-cta4.active,
.open>.dropdown-toggle.btn-cta4 {
  color: #2c1e84;
  border-color: #4cc7f4;
}


/*********************** OUT BTNES ***********************/


/*********************** IN BTN CONFIG ***********************/

.btn-config {
  position: fixed;
  bottom: 20px;
  z-index: 20;
  width: 100%;
  text-align: center;
}

.btn-config>div {
  display: inline-block;
  float: none;
}

.btn-con-link {
  width: 250px;
  height: 56px;
  text-align: left;
  background-color: #001f4e;
  border-radius: 56px 56px 56px 56px;
  float: left;
  margin: 10px;
}

.btn-con-link span {
  font: 15px VW-Regular, Arial, Helvetica, sans-serif;
  color: White;
}

@media screen and (max-width:767px) {
  .btn-config {
    position: fixed;
    bottom: 20px;
    z-index: 20;
    width: 100%;
    text-align: center;
  }

  .btn-config>div {
    display: inline-block;
    float: none;
  }

  .btn-con-link {
    width: 56px;
    height: 56px;
    background-color: #001f4e;
    border-radius: 56px 56px 56px 56px;
    float: left;
  }

  .btn-con-link span {
    visibility: hidden
  }

}

/*********************** OUT BTN CONFIG ***********************/

/* ! *********************** IN NAVBAR SEGUNDO *********************** * */
.navbar-segundo {
  font-family: "Empresa", sans-serif;
  font-weight: 400;
  font-size: 14px;
  background-color: #ffffff;
  border: 0;
  margin: 0;
}

.navbar-segundo .container {
  --bs-gutter-x: 0rem;
  margin-bottom: .5rem;
}


.navbar-segundo .navbar-brand {
  font-family: "Empresa", sans-serif;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 14px;
  /* padding-left: 60px; */
  color: rgb(0, 29, 80);
}

.navbar-segundo .navbar-brand:hover,
.navbar-segundo .navbar-brand:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-segundo .navbar-text {
  color: #ffffff;
  font-weight: 400;
}

.navbar-segundo .navbar-nav {
  float: left;
}

.navbar-segundo .navbar-nav>li>a {
  color: rgb(0, 29, 80);
  font-weight: 400;
  padding: 15px 20px 12px 20px;
  border-bottom: 3px solid #ffffff;
}


.navbar-segundo .navbar-nav>li {
  /* background-image: url('/_red/_toyota/_images/sep.gif');
  background-position: left center;
  background-repeat: no-repeat; */
  padding-left: 0px;
}



.navbar-segundo .navbar-nav>li>a:hover,
.navbar-segundo .navbar-nav>li>a:focus {
  color: #000000;
  background-color: transparent;
}

.navbar-segundo .navbar-nav>.active>a,
.navbar-segundo .navbar-nav>.active>a:hover,
.navbar-segundo .navbar-nav>.active>a:focus {
  color: #000000;
  background-color: trensparent;
}

.navbar-segundo .navbar-toggle {
  border-color: #333;
}

.navbar-segundo .navbar-toggle:hover,
.navbar-segundo .navbar-toggle:focus {
  background-color: #333;
}

.navbar-segundo .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-segundo .navbar-collapse,
.navbar-segundo .navbar-form {
  border-color: #101010;
  justify-content: space-between;
  flex-grow: 0;
}

.navbar-segundo .navbar-nav>.open>a,
.navbar-segundo .navbar-nav>.open>a:hover,
.navbar-segundo .navbar-nav>.open>a:focus {
  color: #000;
  background-color: #fff;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

@media (max-width: 767px) {
  .navbar-collapse {
    margin-top: 1rem;
    border-top: 1px solid;
    padding-top: 1rem;
  }

  .navbar-segundo .navbar-brand {
    padding-left: 1rem;
  }

  .navbar-segundo .navbar-nav>li {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    padding-left: 2rem;
  }

  .navbar-segundo .navbar-nav>li>a {
    padding: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  .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;
}

/* @media (min-width: 768px) {
  .navbar-segundo .container {
    max-width: unset;
  }
}

@media (min-width: 576px) {
  .navbar-segundo .container {
    max-width: unset;
  }
} */

/*!
 *********************** OUT NAVBAR SEGUNDO ***********************
 */


/* CLASES GENERALES */
.navbar-expand-lg {
  flex-wrap: wrap;
}

.super {
  font-size: 300%;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .super {
    font-size: 200%;
  }
}

.superh3 {
  font-size: 2.0em;
  letter-spacing: -1px;
  font-family: 'VW-Light';
}

#overlay-wa {
  visibility: hidden;
}

.footer {
  border-top: 2px solid rgb(0, 30, 80);
  padding: 65px 0px 40px 40px;
}

.footer a {
  line-height: 32px;
  font-size: 14px;
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777;
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pad {
  padding: 30px;
}

.bloque {
  padding: 50px;
}

.blanco {
  color: #ffffff;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 100%;
  height: auto;
}