@charset "UTF-8";
/* CSS Document */

:root {
    /* Colores */
    /*--redDavivienda: #EE1111;
    --redDaviviendaDark: #E20518;*/
    --redDavivienda: #DD141D;
    --redDaviviendaDark: #ca2027;
    --colorText: #585858;
    --gray: #333333;
    --black: #000000;
    --white: #ffffff;
    --grayLight: #FAFAFA;
    --grayMedium: #9c9c9c;
    --grayDark: #3E3E3E;
    --grayForBG: #f0f0f0;
    --grayForLightBorders: #D9D9D9;
    --green: #5C8F01;
    /* ----------------------------------------------------Spacing */
    --space: 10px;
    --space-x2: 20px;
    --space-x3: 30px;
    --space-x4: 40px;
    --space-x5: 50px;
    /* ----------------------------------------------------/Spacing */
}

*
{
	margin: 0px;
	padding: 0px;
	border: 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing: border-box;
}

::-webkit-input-placeholder
{
  color: var(--grayMedium);
}

:-ms-input-placeholder
{
  color: var(--grayMedium);
}

::placeholder
{
  color: var(--grayMedium);
}

html, body
{
	font-family: 'myriad-pro-condensed', Arial, "sans-serif";
	font-size: 100%;
	color: var(--colorText);
	font-weight: 300;
	line-height: 110%;
	background-color: var(--white);
	border: 0;
  scroll-behavior: smooth;
}

a:hover,
a:active,
a:visited,
a:focus,
.slide,
.slide:hover,
.slide:active,
.slide:visited,
.slide:focus
{
  text-decoration: none !important;
  outline: 0 !important;
  outline-style: none !important;
  border: none !important;
  box-shadow: none !important;
}

h2
{
  font-size: 3.750em;
  font-size: 2.500em;
  line-height: 1.25em;
  letter-spacing: normal;
  font-weight: 300;
  font-style: normal;
  color: var(--grayDark);
}

h3
{
  font-size: 3.125em;
  font-size: 2.125em;
  font-weight: 300;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--black);
  margin: 20px 0px 40px 0px;
}

h4
{
  font-size: 1.750em;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.01em;
  color: var(--black);
  margin: 20px 0px 40px 0px;
}

p
{
  font-size: 1.250em;
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  color: var(--colorText);
  margin: 0px 0px 30px 0px;
}

img
{
  font-size: 0.5em;
  line-height: normal;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 300;
  text-transform: none;
  padding: 0px;
  margin: 0px;
}

figure {
  margin: 0;
}

.allCapsText
{
  text-transform: uppercase !important;
}

.bolderText
{
  font-weight: 900;
}

.boldText
{
  font-weight: 700 !important;
}

.mediumText
{
  font-weight: 400;
}

.redText
{
  color: var(--redDavivienda) !important;
}

.btn_grayBG
{
  position: relative;
  background-color: var(--colorText);
  border-radius: 40px;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  color: var(--white) !important;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 40px 10px 40px;
  display: inline-block;
  cursor: pointer;
}

.btn_grayBG:hover
{
  background-color: var(--gray);
  color: var(--white);
  text-decoration: none;
}

.btn_grayBG_App
{
  position: relative;
  background-color: var(--colorText);
  border-radius: 40px;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 40px 10px 50px;
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
}

.btn_grayBG_App:hover
{
  background-color: var(--gray);
  color: var(--white);
  text-decoration: none;
}

.btn_grayBG .DavOffices_icon
{
  width: 20px;
  height: auto;
  margin-right: 10px;
}


.btn_redBG,
.btn_whiteBG
{
  position: relative;
  background-color: var(--redDavivienda);
  border-radius: 40px;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 20px 10px 20px;
  display: inline-block;
  cursor: pointer;
}

.btn_redBG:hover
{
  background-color: var(--redDaviviendaDark);
  color: var(--white);
  text-decoration: none;
}

.btn_redBG_App
{
  position: relative;
  background-color: var(--redDavivienda);
  border-radius: 40px;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 40px 10px 50px;
  margin-left: 30px;
  display: inline-block;
  cursor: pointer;
}

.btn_redBG_App:hover
{
  background-color: var(--redDaviviendaDark);
  color: var(--white);
  text-decoration: none;
}

.btn_redBG_App img,
.btn_grayBG_App img
{
  position: absolute;
  top: -16%;
  left: -13%;
  width: 64px;
  height: auto;
}

.btn_redBG_carDealer
{
  position: relative;
  background-color: var(--redDavivienda);
  border-radius: 40px;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  color: var(--white);
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.06em;
  padding: 10px 30px 10px 30px;
  margin: 20px 0px 0px 0px;
  display: inline-block;
  cursor: pointer;
}

.btn_redBG_carDealer:hover
{
  background-color: var(--redDaviviendaDark);
  color: var(--white);
  text-decoration: none;
}

.btn_redBG_carDealer span
{
  background-color: var(--white);
  margin: 0px 20px 0px 10px;
  padding: 4px 15px 4px 15px;
  border-radius: 20px;
}

.btn_redBG_carDealer span img
{
  position: relative;
  top: -3px;
  width: 75px;
  height: auto;
  max-height: 30px;
}

.btn_whiteBG--outline {
  border: 1px solid var(--redDavivienda);
  background-color: var(--white);
}

.btn_redBG:focus,
.btn_whiteBG:focus {
  outline: none;
}

.btn_whiteBG {
  color: var(--redDavivienda);
  background-color: var(--white);
}

.btn_whiteBG:hover {
  color: var(--redDavivienda);
  text-decoration: none;
}

.btn_whiteBG--dots {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .27);
}
.btn_whiteBG--dots:after {
  position: absolute;
  top: -8px;
  left: -10px;
  width: 108%;
  height: 132%;
  border-radius: 35px;
  content: '';
  border: 3px dotted var(--white);
}

.btn_hyperlink
{
  color: inherit !important;
  font-weight: 400;
  text-decoration: none;
}

.btn_hyperlink_noUnderline
{
  color: inherit !important;
  font-weight: 400;
  text-decoration: none;
}

.btn_hyperlink_red
{
  color: var(--redDavivienda) !important;
  font-weight: 400;
  text-decoration: underline;
}

.btn_hyperlink:hover,
.btn_hyperlink_red:hover
{
  text-decoration: none;
}

.marginBottom_10
{
  margin-bottom: 10px !important;
}

.marginBottom_30
{
  margin-bottom: 30px !important;
}

.marginBottom_50
{
  margin-bottom: 50px !important;
}

.marginBottom_100
{
  margin-bottom: 100px !important;
}

.marginTop_0
{
  margin-top: 0px !important;
}

.marginTop_30
{
  margin-top: 30px !important;
}

.marginTop_50
{
  margin-top: 50px !important;
}

.marginTop_100
{
  margin-top: 100px !important;
}
.paddingBottom_50
{
  padding-bottom: 50px !important;
}
.paddingBottom_100
{
  padding-bottom: 100px !important;
}

/* */
/*EL SALVADOR STYLES*/

.home_mainHeader .salvadorNav{
  position: relative;
  background-image: none;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  z-index: 200;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  padding: 0;
}
.home_mainHeader .salvadorNav .bton{
  padding: 2rem 0;
}
.home_mainHeader .salvadorNav .bton a .iconsContainer .icon{
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home_mainHeader .salvadorNav .bton:nth-child(2) a .iconsContainer .icon img{
  max-width: 90px;
}
.home_mainHeader .salvadorNav .bton a .iconsContainer .icon img{
  max-width: 60px;
}
.home_mainHeader .salvadorNav .bton a .iconsContainer .title h2{
  margin: 1rem 0 1rem 0;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--colorText);
  font-size: 2.500em;
}
.home_mainHeader .salvadorNav .bton:hover{
  background-color: rgba(221,20,29,1);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
  border-radius: 30px;
}
.home_mainHeader .salvadorNav .bton:hover a .iconsContainer .icon img{
  transform: scale(1.5);
  filter: brightness(300%);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.home_mainHeader .salvadorNav .bton:hover a .iconsContainer .title h2{
  color: var(--white);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

/*LANDING VIVIENDA*/
.section_mainHeader .salvadorNav{
  position: relative;
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  z-index: 200;
  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  padding: 0;
}
.section_mainHeader .salvadorNav .bton{
  padding: 2rem 0;
}
.section_mainHeader .salvadorNav .bton a .iconsContainer .icon{
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section_mainHeader .salvadorNav .bton:nth-child(2) a .iconsContainer .icon img{
  max-width: 90px;
}
.section_mainHeader .salvadorNav .bton a .iconsContainer .icon img{
  max-width: 60px;
}
.section_mainHeader .salvadorNav .bton a .iconsContainer .title h2{
  margin: 1rem 0 1rem 0;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--colorText);
  font-size: 1.7rem;
}
.section_mainHeader .salvadorNav .bton:hover{
  background-color: rgba(221,20,29,1);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.section_mainHeader .salvadorNav .bton:hover a .iconsContainer .icon img{
  transform: scale(1.5);
  filter: brightness(300%);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.section_mainHeader .salvadorNav .bton:hover a .iconsContainer .title h2{
  color: var(--white);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.home_fullContainer .vehicle_header .paginaTitle{
  padding-top: 20%;
}
/*----*/
/*LANDING VEHICULO*/
.vehicle_header .iconContainer{
  margin-top: 25%;
}
/*----*/
.modal-body form.formulariopopUp label{
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
}
.modal-body form.formulariopopUp input,.modal-body form.formulariopopUp select{
  border: 2px solid #dd141d;
  border-radius: 20px;
  width: 310px;
  padding:0 5px;

}
.modal-body form.formulariopopUp input.cta_envio{
  background-color: #dd141d;
  border: none;
  padding: 1rem 1rem;
  color: #ffffff;
  font-weight: bold !important;
  font-size: 1.7rem !important;
}
.modal-body form.formulariopopUp p.check {
  display: flex;
  align-items: start;
}
.modal-body form.formulariopopUp p.check > input
{
  margin-right: 7px;
  height: 25px;
  width: 25px;
}
@media (max-width: 768px) {
  .section_mainHeader .salvadorNav.vivienda{
    display: none;
  }

}
/*-------------------*/
.boxInsurance__head {
  display: grid;
  grid-template-columns: 1fr 27px;
  grid-gap: var(--space);
  align-items: center;
  padding: var(--space) var(--space-x3);
  margin-block-end: var(--space);
  border-radius: 15px;
  background-color: #585858;
}

.boxInsurance__head p {
  margin: 0;
  color: var(--white);
  font-weight: 400;
}

.boxInsure__button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--redDavivienda);
  /*background-image: url('../images/icon-plus@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/icon-plus@2x.png');
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.boxInsure__button:focus {
  outline: none;
}

.boxInsurance__body {
  padding: var(--space-x3) var(--space-x3);
  border-radius: 15px;
  background-color: #F2F2F2;
  /*background-image: url('../images/icon-safe-car@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/icon-safe-car@2x.png');
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: 95% 95%;
}

.boxInsurance__body h5 {
  font-size: 1.375em;
  font-weight: 700;
  color: var(--redDavivienda);
}

.boxInsurance__body ul {
  list-style: inside;
}

.boxInsurance__body ul:first-child {
  list-style: none;
}

.boxInsurance__body li {
  margin: 0 0 var(--space) var(--space-x2);
  font-size: 1.250em;
}

.boxInsurance__body span {
  color: #9B9B9B;
}

.consultantBtn
{
  position: fixed;
  bottom: 25px;
  right: 10px;
  width: 66px;
  height: 66px;
  z-index: 700;
  cursor: pointer;
}

.consultantBtn img
{
  width: 100%;
  height: auto;
}

.footer
{
  padding: 20px 20px 20px;
	margin-top: 50px;
  margin-top: 0px;
	background-color: var(--black);
}

.footer p
{
  font-size: 1em;
  line-height: 1em;
  color: var(--white);
  margin: 0;
  margin: 25px 0px;
  padding: 0;
}

.footer .vigilado
{
  width: 145px;
  height: auto;
}

.footer .DavLogo
{
  width: 141px;
  height: auto;
}

.home_mainHeader
{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  background-image: url('../img/FfZYo-49dbccf5-58f6-41c7-897c-8e70be1df540_fondo-landing-comercial.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--grayForBG);
  padding: 6vh 0px 0px 0px;
  overflow: hidden;
}

.home_mainHeader h1
{
  font-size: 4.375em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  margin: 0px 0px 20px 0px;
}

.home_mainHeader h2
{
  font-size: 1.125em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin: 30px 0px 40px 0px;
}

.home_mainHeader h2 span
{
  background-color: var(--redDavivienda);
  padding: 6px 20px 6px 20px;
}

.home_mainHeader h3
{
  width: 100%;
  /*max-width: 320px;*/
  font-size: 1.500em;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  color: var(--gray);
  margin: 0px auto 0px;
}

.home_mainHeader p
{
  position: relative;
  width: 88%;
  font-family: 'myriad-pro-condensed', Arial, "sans-serif";
	font-size: 1.100em;
	color: var(--colorText);
	font-weight: 300;
	line-height: 1em;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px auto;
  z-index: 300;
}

.home_mainHeader p .textBg
{
  background-color: var(--grayLight);
  border-radius: 10px 10px 0px 0px;
  padding: 20px 15px 20px;
  display: inline-block;
}

.home_mainHeader .BGimages_left
{
  position: absolute;
  bottom: 45vh;
  left: -41vw;
  width: 220px;
  display: none;
}

.home_mainHeader .BGimages_left img,
.home_mainHeader .BGimages_right img
{
  width: 100%;
  height: auto;
  display: none;
}

.home_mainHeader .BGimages_right
{
  position: absolute;
  bottom: 45vh;
  right: -25vw;
  width: 200px;
  display: none;
}

.home_mainHeader .fromMobile
{
  width: 100%;
  font-size: 1.125em;
  font-weight: 700;
  font-style: italic;
  color: var(--white);
  padding: 0px;
  margin: 13px 0px 50px;
}

.home_mainHeader .fromMobile span
{
  background-color: var(--redDavivienda);
  padding: 10px 30px 10px;
  border-radius: 0px 0px 15px 15px;
}

.home_mainHeader .KV
{
  position: relative;
  width: 80%;
  max-width: 580px;
  height: auto;
  margin: 10px auto 10px;
  z-index: 300;
}

.home_mainHeader .KVbg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 300%;
}

.home_mainHeader .siteContents
{
  position: relative;
  width: 90%;
  max-width: 940px;
  height: 310px;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  z-index: 200;

  -webkit-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
  box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.25);
}

.home_mainHeader .siteContents .contentOption
{
  height: 90px;
  background-color: rgba(221,20,29,0.0);
  padding: 8% 0px 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.home_mainHeader .siteContents .contentOption:hover
{
  background-color: rgba(221,20,29,1);
  outline:none;
  box-shadow: none;
}

.home_mainHeader .siteContents .contentOption:hover img
{
  transform: scale(1.5);
  filter:brightness(300%);
  outline:none;
  box-shadow: none;
}

.home_mainHeader .siteContents .contentOption:hover h2
{
  color: var(--white);
  outline:none;
  box-shadow: none;
}

.home_mainHeader .siteContents .contentOption h2
{
  font-size: 1.800em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--colorText);
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.home_mainHeader .siteContents .contentOption img
{
  height: auto;
  transition: all 250ms ease;
  margin-right: 12%;
}

.home_mainHeader .siteContents .contentOption .carIcon
{
  width: 43px;
}

.home_mainHeader .siteContents .contentOption .homeIcon
{
  width: 20px;
}

.home_mainHeader .siteContents .line
{
  position: absolute;
  top: 50%;
  left: 5%;
  width: 90%;
  height: 1px;
  background-color: var(--grayMedium);
  opacity: 0.4;
}

.home_mainHeader .vectorObj
{
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 33px;
  /*background-image: url('../images/home_mainBannerOBJ@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_mainBannerOBJ@2x.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 105px 33px;
  margin-left: -15px;
  padding-top: 7px;
  text-align: center;
}

.home_mainHeader .vectorObj img
{
  width: 19px;
  height: auto;
}

.homeEvents
{
  min-height: 70vh;
  /*background-image: url('../images/home_eventsBgtexture@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_eventsBgtexture@2x_mobile.png');
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 70%;
  background-color: var(--grayForBG);
  padding-top: 20vh;
  padding-bottom: 20vh;
}

.homeEvents .eventsRow
{
  max-width: 98%;
  overflow-x: auto !important;
  padding-bottom: 28px;
}

.homeEvents .eventsRow .widerContainer
{
  display: flex;
}

.homeEvents .eventsRow .widerContainer .eventsModule
{
  position: relative;
  flex-shrink: 0;
  width: 300px;
  min-height: 480px;
  background-color: var(--white);
  border-radius: 20px;
  margin-right: 20px;
  overflow-y: visible;
}

.homeEvents .eventsRow .widerContainer .eventsModule .CTA
{
  position: absolute;
  bottom: -12px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.homeEvents .eventsRow .widerContainer .eventsModule .CTA p
{
  font-size: 1.500em;
  line-height: 1em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventIMG
{
  width: 100%;
  height: 200px;
  background-color: var(--grayMedium);
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventIMG img
{
  position: relative;
  width: 100%;
  height: auto;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventInfo
{
  width: 100%;
  border-radius: 0px 0px 20px 20px;
  padding: 0px 40px 20px 40px;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventInfo h2
{
  font-size: 1.625em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  color: var(--redDavivienda);
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 12px 0px;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventInfo h3
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.homeEvents .eventsRow .widerContainer .eventsModule .eventInfo p
{
  font-size: 1.250em;
  line-height: 1.125em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeEvents .infoColumn
{
  padding: 0px 50px 60px 30px;
}

.homeEvents .infoColumn h2
{
  font-size: 3.750em;
  font-weight: 900;
  font-style: italic;
  padding: 0;
  margin: 0px 0px 0px 0px;
}

.homeEvents .infoColumn h3
{
  font-size: 2.500em;
  font-weight: 300;
  font-style: italic;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

.homeEvents .infoColumn p
{
  font-size: 1.250em;
  line-height: 1.125em;
  font-weight: 300;
  padding: 0;
  margin: 0px 0px 20px 0px;
}

.homeProd_findYours
{
  min-height: 40vh;
  background-color: var(--grayLight);
  padding: 10vh 15px 80px;
}

.homeProd_findYours h2
{
  font-size: 3.750em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_findYours h3
{
  font-size: 1.750em;
  line-height: 1.5em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.homeProd_findYours p
{
  font-size: 1.500em;
  line-height: 1.250em;
  font-weight: 300;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_findYours p .btn_redBG
{
  margin: 0px 0px 30px 0px;
}

.homeProd_govSupport
{
  min-height: auto;
  background-color: var(--grayForBG);
  /*background-image: url('../images/govSupport_BG_mobile.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/govSupport_BG_mobile.png');
  background-position: center top;
  background-repeat: repeat-x;
  padding: 10vh 15px 80px;
}

.homeProd_govSupport h2
{
  max-width: 400px;
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 0px 40px;
}

.homeProd_govSupport h3
{
  font-size: 2.000em;
  line-height: 1.125em;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: #B1B1B1;
  padding: 0px;
  margin: 0px 0px 10px 40px;
}

.homeProd_govSupport p.smallerTxt
{
  max-width: 840px;
  font-size: 1.125em;
  line-height: 1.125em;
  padding-top: 10px;
  margin: 20px auto 40px;
}

.homeProd_govSupport ul
{
  font-size: 1.375em;
  line-height: 1.375em;
  margin-left: 40px;
  list-style: none;
}

.homeProd_govSupport ul li
{
  margin-bottom: 20px;

}

.homeProd_govSupport ul li::before
{
  content: "\2022";
  color: var(--redDavivienda);
  font-weight: 900;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

.homeProd_govSupport nav
{
  width: 100%;
  margin: 0px auto;
}

.homeProd_govSupport nav div
{
  border: 0px;
}

.homeProd_govSupport nav div a
{
  position: relative;
  width: 50%;
  text-align: center;
  font-size: 1.000em;
  line-height: normal;
  font-weight: 700;
  color: var(--white) !important;
  background-color: var(--colorText);
  border-radius: 16px 16px 0px 0px !important;
}


.homeProd_govSupport nav div a.active
{
  color: var(--white) !important;
  background-color: var(--redDavivienda) !important;
}

.homeProd_govSupport nav div a.active::after
{
  content: "";
  width: 21px;
  height: 10px;
  /*background-image: url('../images/tabIndicator@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/tabIndicator@2x.png');
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 11px);
}

.homeProd_govSupport .abroadInfo
{
  background-color: var(--grayLight);
  /*background-image: url('../images/abroadcontentBG@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/abroadcontentBG@2x_mobile.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding: 40px 15px 10px;
  margin: 60px 0px 50px 0px;
}

.homeProd_govSupport .abroadInfo h3
{
  max-width: 700px;
  font-size: 1.5em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--white);
  margin: 0px auto 30px;
}

.homeProd_govSupport .abroadInfo p
{
  margin: 0px;
  color: var(--white);
}

.homeProd_govSupport .abroadInfo .btn_redBG
{
  margin: 20px 10px;
}

.homeProd_govSupport .abroadInfo select
{
  width: 100% !important;
  max-width: 280px !important;
}

.homeProd_govSupport .GSupport_LeftCol
{
  padding-top: 30px;
  margin: 20px 0px 0px;
}

.homeProd_govSupport .GSupport_LeftCol h2
{
  font-size: 2.500em;
  font-weight: 900;
  color: var(--redDavivienda);
  margin: 0px 0px 20px 20px;
}

.homeProd_govSupport .GSupport_LeftCol p
{
  margin-left: 20px;
}

.homeProd_govSupport .GSupport_LeftCol ul
{
  margin-bottom: 60px;
  padding-right: 30px;
  margin-left: 60px;
}

.homeProd_govSupport .GSupport_RightCol
{
  position: relative;
  margin: 80px 0px 0px;
}

.homeProd_govSupport .GSupport_RightCol .iconIMG
{
  position: absolute;
  top: -20px;
  right: 10px;
  width: 70px;
  height: auto;
  z-index: 100;
}

.homeProd_govSupport .GSupport_RightCol .InfoArea
{
  padding: 30px 26px 30px;
  margin-bottom: 40px;
  background-color: var(--white);
  border-radius: 20px;
}

.homeProd_govSupport .GSupport_RightCol .InfoArea h2
{
  font-size: 2.500em;
  font-weight: 900;
  color: var(--grayMedium);
  margin: 0px 0px 0px 0px;
}

.homeProd_govSupport .GSupport_RightCol .InfoArea h3
{
  max-width: 700px;
  font-size: 1.5em;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  color: var(--colorText);
  margin: 0px auto 30px;
}

.homeProd_govSupport .headerIMG
{
  position: relative;
  width: 170px;
  height: auto;
  left: -54px;
}

.homeProd_govSupport .tab-content
{
  padding: 0px 15px;
}

.homeProd_Insurance
{
  min-height: 50vh;
  background-color: var(--grayForBG);
}

.homeProd_Insurance h2
{
  font-size: 3.125em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_Insurance h3
{
  font-size: 1.750em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.homeProd_Insurance h4
{
  font-size: 1.500em;
  line-height: 1.250em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.homeProd_Insurance p
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-weight: 300;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_Insurance p.smallerTxt
{
  font-size: 1.000em;
  line-height: 1.250em;
  font-weight: 300;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_Insurance p .btn_redBG
{
  font-size: 1.250em;
  margin: 30px 0px 30px;
}

.homeProd_Insurance .homeInsurance_IMG
{
  position: relative;
  min-height: 70vh;
  /*background-image: url('../images/homeInsurance_img@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/homeInsurance_img@2x_mobile.jpg');
  background-position: center -40px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 15px 0px 64px;
}

.homeProd_Insurance .homeInsurance_IMG .R_arrow
{
  position: absolute;
  bottom: -22px;
  left: calc(50% - 22px);
  width: 44px;
  height: 44px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 40px;
  text-align: center;
  padding: 11px 0px 0px 2px;
  transform: rotate(90deg);
}

.homeProd_Insurance .homeInsurance_IMG .R_arrow img
{
  width: 10px;
  height: auto;
}

.homeProd_Insurance .homeInsurance_info
{
  padding-top: 80px;
  padding-bottom: 100px;
}

.homeProd_Insurance .homeInsurance_info ul
{
  font-size: 1.250em;
  line-height: 1.250em;
  padding: 0px;
  margin: 20px 0px 24px 20px;
  list-style: none;
}

.homeProd_Insurance .homeInsurance_info li
{
  margin-bottom: 4px;
}

.homeProd_Insurance .homeInsurance_info li::before
{
  content: "\2022";
  color: var(--redDavivienda);
  font-weight: 900;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

.homeProd_Insurance .homeInsurance_info .divBorder
{
  padding-top: 10px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--grayForLightBorders)
}

.homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col
{
  text-align: center;
  margin-bottom: 24px;
}

.homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col img
{
  width: 24%;
  height: auto;
}

.homeProd_offices
{
  min-height: 60vh;
  position: relative;
  /*background-image: url('../images/oficinas@2x.jpg');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/oficinas@2x.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  padding-top: 10vh;
  padding-bottom: 60px;
}

.homeProd_offices h2
{
  font-size: 3.125em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.homeProd_offices h3
{
  font-size: 1.875em;
  line-height: 1.125em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.homeProd_offices h4
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.homeProd_offices p
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-weight: 300;
  text-transform: none;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.homeProd_offices .btn_redBG
{
  font-size: 1.250em;
  margin-top: 30px;
}

.homeProd_offices .leitmotivBG
{
  position: absolute;
  bottom: -40px;
  right: -285%;
  width: 1600px;
  height: auto;
}

.homeProd_offices .offices_legalText
{
  margin-top: 100px;
  text-align: center;
}

.homeProd_offices .offices_legalText p
{
  width: 90%;
  max-width: 820px;
  font-size: 1em;
  font-style: normal;
  margin: 0px auto;
}

.homeProd_offices .offices_OfTypes
{
  margin-top: 30px;
  margin-bottom: 0px;
}

.homeProd_offices .offices_OfTypes div
{
  margin-bottom: 8px;
}

.homeProd_offices .offices_OfTypes .officesIcon
{
  width: 60px;
  height: 60px;
  background-color: var(--white);
  border-radius: 60px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-left: -15px;
}

.homeProd_offices .offices_OfTypes .officesIcon img
{
  width: 60%;
  height: auto;
}

.homeProd_offices .offices_rightColumn
{
  background-color: var(--white);
  border-radius: 20px;
  padding: 40px 35px;
  margin-top: 60px;
}

.homeProd_offices .offices_rightColumn p
{
  color: var(--colorText);
}

.homeProd_offices .offices_rightColumn p.smallerTxt
{
  font-size: 1em;
}

.homeProd_offices .offices_rightColumn ul
{
  font-size: 1.1250em;
  line-height: 1.250em;
  list-style: none;
  margin-left: 50px;
  margin-bottom: 40px;
}

.homeProd_offices .offices_rightColumn li
{
  margin-bottom: 20px;
}

.homeProd_offices .offices_rightColumn li::before
{
  position: relative;
  content: "";
  display: inline-block;
  top: 1px;
  width: 30px;
  height: 14px;
  /*background-image: url('../images/DavArrow_R@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/DavArrow_R@2x.png');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: contain;

  margin-left: -30px;
}

.offeredProducts h2
{
  font-size: 2em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--colorText);
  margin: 0px 0px 4vh 0px;
  padding: 0px;
}

.offeredProducts h3
{
  font-size: 1.50em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--redDavivienda);
  letter-spacing: 0.1em;
  margin: 0px 0px 30px 0px;
  padding: 12px 16px 10px 16px;
  border-style: dotted;
  border-width: 3px;
  border-color: var(--redDavivienda);
  border-radius: 10px;
  display: inline-block;

  -webkit-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
}

.offeredProducts p
{
  font-size: 1.250em;
  line-height: 1.125em;
}

.offeredProducts .slider_fairProducts
{
  margin-top: 20px;
}
/* Arrows */

.offeredProducts .slider_fairProducts .slick-prev,
.offeredProducts .slider_fairProducts .slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;
  z-index: 600;

  width: 34px;
  height: 34px;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.offeredProducts .slider_fairProducts .slick-prev:hover,
.offeredProducts .slider_fairProducts .slick-prev:focus,
.offeredProducts .slider_fairProducts .slick-next:hover,
.offeredProducts .slider_fairProducts .slick-next:focus
{
  color: transparent;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.offeredProducts .slider_fairProducts .slick-prev.slick-disabled,
.offeredProducts .slider_fairProducts .slick-next.slick-disabled
{
    filter: grayscale(100%);
    opacity: 0.3;
    cursor: default;
}

.offeredProducts .slider_fairProducts .slick-prev
{
    /*left: 27%;*/
    left: -30px;
    /*background: url('../images/home_fairProducts_arrowL.png');*/
    background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowL.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.offeredProducts .slider_fairProducts .slick-next
{
    /*right: 27%;*/
    right: -30px;
    /*background: url('../images/home_fairProducts_arrowR@2x.png');*/
    background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowR@2x.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* */

.offeredProducts .slider_fairProducts .module
{
  position: relative;
  max-width: 600px;
  height: 260px;
  background-color: var(--black);
  border-radius: 20px;
  padding: 20px 20px 30px 20px;
  margin: 0px 4px;
  overflow: hidden;
}

.offeredProducts .slider_fairProducts .module h2,
.offeredProducts .slider_fairProducts .module h3,
.offeredProducts .slider_fairProducts .module p
{
  color: var(--white);
}

.offeredProducts .slider_fairProducts .module h2
{
  font-size: 1.625em;
  line-height: 1.125em;
  margin: 0px 0px 12px 0px;
  padding: 0px;
}

.offeredProducts .slider_fairProducts .module p
{
  font-size: 1.250em;
  line-height: 1.125em;
  padding: 0px;
  margin: 0px;
}

.offeredProducts .slider_fairProducts .module img
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 120%;
  height: auto;
  opacity: 0.25;
  margin: auto;
}

.offeredProducts .slider_fairProducts .module .btn_redBG
{
  top: -16px;
  top: 0px;
  left: 0px;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 30px;
}

.seccionFormulario h2
{
  font-size: 4rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
  color: var(--colorText);
  margin: 70px 0px 30px 0px;
  padding: 0px;
}

.seccionFormulario h3
{
  text-transform: uppercase;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--redDavivienda);
  letter-spacing: 0.1em;
  margin: 0px 0px 30px 0px;
  padding: 12px 16px 10px 16px;
  border-style: dotted;
  border-width: 3px;
  border-color: var(--redDavivienda);
  border-radius: 10px;
  display: inline-block;

  -webkit-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
}
.seccionFormulario h4
{
  text-transform: uppercase;
  font-size: 1.8rem;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--redDavivienda);
  letter-spacing: 0.1em;
  margin: 50px 0px 30px 0px;
}
.seccionFormulario h5
{
  font-size: 1.8rem;
  line-height: 2.1rem;
  margin: 50px 0px 10px 0px;
  font-weight: 200;
  text-align: center;
}
.seccionFormulario h5 span
{
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin: 50px 0px 10px 0px;
  font-weight: 100;
  color: var(--redDavivienda);
  font-style: italic;
}
.seccionFormulario p
{
  font-size: 1.250em;
  line-height: 1.125em;
}
.seccionFormulario .Vmobile_benefits .benefits_module
{
  max-width: 94%;
  height: auto;
  min-height: 90px;
  background-color: var(--grayForBG);
  border-radius: 16px;
  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.seccionFormulario .Vmobile_benefits .benefits_module:last-child
{
  margin: 0px 0px 0px 0px;
}

.seccionFormulario .Vmobile_benefits .benefits_module .iconColumn
{
  height: 100% ;
  border-radius: 16px 0px 0px 16px;
  background-color: var(--redDavivienda);
  padding-top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seccionFormulario .Vmobile_benefits .benefits_module .iconColumn img
{
  width: 80%;
  height: auto;
}

.seccionFormulario .Vmobile_benefits .benefits_module .iconColumn img.homeIcon
{
  width: 80%;
}

.seccionFormulario .Vmobile_benefits .benefits_module .textColumn
{
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.seccionFormulario .Vmobile_benefits .benefits_module .textColumn p
{
  font-size: 1.300em;
  line-height: 1.250em;
  padding: 0px;
  margin: 0px;
}
.seccionFormulario form .form-group label{
  font-size: 1.1rem;
  font-weight: 500;
}
.seccionFormulario form .form-group label span{
  color: var(--redDavivienda);
}
.seccionFormulario form .form-group input{
  font-size: 1.1rem;
  font-weight: 500;
}
.seccionFormulario form .btnEnviar{
  display: flex;
  justify-content: center;
  align-content: center;
}
.seccionFormulario form .btnEnviar button{
  background-color: var(--redDavivienda);
  color: var(--white);
  font-size: 1.5rem;
  padding: 5px 50px;
  border-radius: 10px;
  margin: 20px 0px 20px 0px;
}
.seccionFormulario form .btnEnviar button:hover{
  background-color: var(--redDaviviendaDark);
}

.section
{
  min-height: 100vh;
}

.section_mainHeader
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  min-height: 100vh;
  /*background-image: url('../images/KV_bg.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/spacer.png');
  background-position: top center;
  background-size: 160%;
  background-repeat: no-repeat;
  padding: 3vh 0% 0px;
}

.section_mainHeader h1
{
  font-size: 3.563em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  margin: 0px 0px 20px 0px;
}

.section_mainHeader h2
{
  position: relative;
  font-size: 1.000em;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  margin: 0px 0px 6vh 0px;
  z-index: 300;
}

.section_mainHeader h2 span
{
  background-color: var(--redDavivienda);
  padding: 4px 22px 4px 22px;
}

.section_mainHeader h3
{
  width: 100%;
  /*max-width: 320px;*/
  font-size: 1.500em;
  font-style: normal;
  font-weight: 700;
  text-transform: normal;
  color: var(--gray);
  margin: 0px auto 0px;
  display: none;
}

.section_mainHeader .KV
{
  position: relative;
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: 35px auto 20px;
  z-index: 300;
}

.section_mainHeader .KVbg
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30%;
  /*background-image: url('../images/KV_bg01.png');*/
 
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 300%;
  z-index: 100;
}

.section_mainHeader .siteContents
{
  display: none;
  position: relative;
  width: 100%;
  max-width: 940px;
  height: 130px;
  background-color: var(--white);
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
  padding: 0px 15px;
  z-index: 200;
}

.section_mainHeader .siteContents .contentOption
{
  height: 200px;
  overflow: hidden;
  background-color: rgba(221,20,29,0);
  padding: 45px 0px 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.section_mainHeader .siteContents .contentOption:hover
{
  background-color: rgba(221,20,29,1);
}

.section_mainHeader .siteContents .contentOption:hover img
{
  transform: scale(1.5);
  filter:brightness(300%);
}

.section_mainHeader .siteContents .contentOption:hover h2
{
  color: var(--white);
}

.section_mainHeader .siteContents .contentOption h2
{
  font-size: 2.000em;
  line-height: 1em;
  font-style: italic;
  font-weight: 900;
  line-height: 1em;
  color: var(--colorText);
  margin: 0px 0px 0px 0px;
  padding: 0px;
}

.section_mainHeader .siteContents .contentOption img
{
  height: auto;
  transition: all 250ms ease;
  margin-right: 16px;
}

.section_mainHeader .siteContents .contentOption .carIcon
{
  width: 58px;
}

.section_mainHeader .siteContents .contentOption .homeIcon
{
  width: 40px;
}

.section_mainHeader .siteContents .current_contentOpt
{
  background-color: rgba(221,20,29,1);
}

.section_mainHeader .siteContents .current_contentOpt img
{
  transform: scale(1.5);
  filter:brightness(300%);
}

.section_mainHeader .siteContents .current_contentOpt h2
{
  color: var(--white);
}

.section_mainHeader .siteContents .line
{
  position: absolute;
  top: 20px;
  left: 50%;
  width: 1px;
  height: 90px;
  background-color: var(--grayMedium);
  opacity: 0.4;
}

.siteMenu
{
  position: fixed;
  z-index: 800;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: none;
}

.siteMenu .blackCover
{
  position: absolute;
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  height: 100vh;
  z-index: 810;
  cursor: pointer;
}

.siteMenu .menuColumn
{
  position: absolute;
  right: 0;
  width: 85%;
  height: 100%;
  background-color: var(--white);
  z-index: 820;
  padding: 8vh 0px 0px;
  transition: all 500ms ease-out;
}

.siteMenu .menuColumn ul
{
  list-style: none;
  font-size: 1.325em;
  line-height: 1.125em;
  font-style: italic;
  font-weight: 550;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.siteMenu .menuColumn ul .current
{
  font-weight: 800;
}

.siteMenu .menuColumn ul .current a:hover
{
  font-weight: 900;
}

.siteMenu .menuColumn ul li
{
  position: relative;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0,0,0,0.2);
  padding: 20px 0px 20px 0px;
  overflow: hidden;
  cursor: pointer;
}

.siteMenu .menuColumn ul li a
{
  color: inherit;
  text-decoration: none;
}

.siteMenu .menuColumn ul li a:hover
{
  font-weight: 800;
}

.siteMenu .menuColumn ul li:last-child
{
  border-bottom-width: 0px;
}

.siteMenu .menuColumn ul li .Darrow
{
  position: absolute;
  top: 28px;
  right: 0px;
  width: 15px;
  height: 10px;
}

.siteMenu .menuColumn ul .subsections
{
  height: 0;
  font-size: 0.900em;
  line-height: 1em;
  font-style: normal;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0.05em;
  margin-top: 0px;
  padding-top: 0px;
  margin-left: 20px;
  transition: all 500ms ease;
}

.siteMenu .menuColumn ul .subsections li
{
  height: 40px;
  padding: 17px 0px 0px 0px;
  border-bottom-width: 0px;
}

.siteMenu .menuColumn .menu_appBtn
{
  position: absolute;
  bottom: 60px;
  left: 10%;
  width: 80%;
  padding: 15px 15px;
  background-color: #fafafa;
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 15px;
}

.siteMenu .menuColumn .menu_appBtn img
{
  width: 80%;
  height: auto;
  margin: 0px auto;
}

.siteMenu .menuColumn .menu_appBtn p
{
  font-size: 1.250em;
  font-weight: 700;
  line-height: 1.00em;
  text-transform: none;
  text-decoration: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px;
}

.siteMenu .menuColumn .menu_appBtn p a,
.siteMenu .menuColumn .menu_appBtn p a:hover
{
  text-decoration: none;
  color: var(--colorText);
}

.siteMenu_btn
{
  position: fixed;
  top: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--redDavivienda);
  border-radius: 20px;
  z-index: 900;
  cursor: pointer;
}

.siteMenu_btn p
{
  font-size: 1.375em;
  font-weight: 700;
  font-style: italic;
  color: var(--redDavivienda);
  text-transform: uppercase;
  padding: 0px 0px 0px 36px;
  display: none;
}

.siteMenu_btn .iconContainer
{
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  background-color: var(--redDavivienda);
  border-radius: 20px;
  overflow: hidden;
}

.siteMenu_btn .iconContainer .openIcon
{
  position: relative;
  top: 0px;
  text-align: center;
}

.siteMenu_btn .iconContainer .openIcon img
{
  width: 11px;
  height: auto;
  display: block;
  margin: auto;
  padding: 8px 0px 1px;
}

.topLogo
{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 150px;
  height: 120px;
  width: 90px;
  height: 78px;
  overflow: hidden;
  z-index: 500;
}

.topLogo img
{
  position: relative;
  top: -90px;
  left: -84px;
  width: 220px;
  height: auto;
}

.vehicle_fullContainer
{
  position: relative;
  display: block;
}

.vehicle_Eco
{
  /*
  min-height: 80vh;
  background-color: var(--grayLight);
  padding: 10vh 15px 0px;*/
  padding: 10vh 15px 0px;
}

.vehicle_Eco h2
{
  padding: 0px;
  margin: 0px 0px 4px 0px;
  font-size: 4em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--green);
  letter-spacing: 0.03em;
}

.vehicle_Eco h3
{
  padding: 0px;
  color: var(--colorText);
  font-size: 2.500em;
  line-height: 1.5em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.vehicle_Eco h4
{
  padding: 0px;
  margin-block-end: var(--space-x3);
  color: var(--colorText);
  font-size: 1.625em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
}

.vehicle_Eco p
{
  font-weight: 300;
  margin: 0px 0px 20px 0px;
}

.vehicle_Eco p .btn_redBG_App,
.vehicle_Eco p .btn_grayBG_App
{
  margin: 0px 0px 50px 30px;
}

.vehicle_Eco ul
{
  font-size: 1.375em;
  line-height: 1.5em;
  margin-left: var(--space-x5);
  list-style: none;
}

.vehicle_Eco ul li
{
  position: relative;
  margin-bottom: 20px;
}

.vehicle_Eco ul li::before {
  position: absolute;
  top: -.1em;
  left: -.5em;
  content: "\2022";
  color: red;
  font-size: 2em;
}

.vehicle_Eco .enelLogo
{
  width: 190px;
  height: auto;
  margin: 30px 0px 30px 20%;
}

.vehicle_Eco .Vline
{
  padding-bottom: var(--space-x5);
  margin-block-end: calc(var(--space) * 8);
  border-bottom-style: solid;
  border-bottom-color: rgba(0,0,0,0.1);
  border-bottom-width: 1px;
}

.vehicle_forBusiness
{
  min-height: 70vh;
  padding: 15vh 15px 100px;
}

.vehicle_forBusiness .vehicleFB_module
{
  position: relative;
  width: 80%;
  max-width: 800px;
  margin: 0px auto;
  background-color: var(--grayForBG);
  text-align: center;
  border-radius: 20px;
  padding: 70px 35px 90px 35px;
}

.vehicle_forBusiness .vehicleFB_module h3
{
  font-size: 1.625em;
  line-height: 1.125em;
  font-weight: 900;
  padding: 0px;
  margin: 0px 0px 20px;
}

.vehicle_forBusiness .vehicleFB_module p
{
  font-size: 1.375em;
  line-height: 1.250em;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

.vehicle_forBusiness .vehicleFB_module img
{
  position: absolute;
  top: -30px;
  left: -60px;
  width: 200px;
  height: auto;
}

.vehicle_forBusiness .vehicleFB_module .moduleBtn
{
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.vehicle_forBusiness .introParrag
{
  text-align: center;
  margin-bottom: 60px;
}

.vehicle_forBusiness .introParrag p
{
  width: 50%;
  margin: 0px auto;
}

.vehicle_forBusinessIntro
{
  position: relative;
  min-height: 50vh;
  padding-top: 10vh;
  padding-bottom: 80px;
  overflow-x: hidden;
}

.vehicle_forBusinessIntro h3
{
  font-size: 2.500em;
  line-height: 1.125em;
  font-weight: 700;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 10px;
}

.vehicle_forBusinessIntro .BG_Leftimg,
.vehicle_forBusinessIntro .BG_Rightimg
{
  position: absolute;
  bottom: 1%;
  height: auto;
}

.vehicle_forBusinessIntro .BG_Leftimg
{
  left: -73%;
  width: 240px;
}

.vehicle_forBusinessIntro .BG_Rightimg
{
  right: -15%;
  width: 225px;
}

.vehicle_forBusinessIntro .BusBenefits_module
{
  max-width: 96%;
  height: 120px;
  background-color: var(--grayForBG);
  border-radius: 16px;
  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 30px 0px;
}

.vehicle_forBusinessIntro .BusBenefits_module .iconColumn
{
  height: 100% ;
  border-radius: 16px 0px 0px 16px;
  background-color: var(--redDavivienda);
  padding-top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle_forBusinessIntro .BusBenefits_module .iconColumn img
{
  width: 90%;
  height: auto;
}

.vehicle_forBusinessIntro .BusBenefits_module .iconColumn img.homeIcon
{
  width: 50%;
}

.vehicle_forBusinessIntro .BusBenefits_module .textColumn
{
  padding-left: 30px;
}

.vehicle_forBusinessIntro .BusBenefits_module .textColumn p
{
  font-size: 1.125em;
  line-height: 1.125em;
  padding: 0px;
  margin: 0px;
}

.vehicle_forBusinessIntro .BusBenefits_module .textColumn p.smallerTxt
{
  font-size: 1.000em;
  line-height: 1em;
  padding: 10px 0px 0px;
  margin: 0px;
}

.vehicle_forBusinessIntro p
{
  font-size: 1.500em;
  line-height: 1.250em;
  font-weight: 300;
  padding: 0px;
  margin: 0px 0px 40px;
}

.vehicle_forBusinessOptions
{
  min-height: 70vh;
  padding-top: 10vh;
  padding-bottom: 80px;
  background-color: var(--grayForBG);
}

.vehicle_forBusinessOptions h2
{
  font-size: 3.125em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 0px;
}

.vehicle_forBusinessOptions h3
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 50px;
}

.vehicle_forBusinessOptions .nav-pills .nav-link
{
  width: 100%;
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.vehicle_forBusinessOptions .nav-pills .nav-link.active
{
  background-color: transparent;
}

.vehicle_forBusinessOptions .nav-pills .nav-link.active .area
{
  background-color: var(--redDavivienda);
}

.vehicle_forBusinessOptions .nav-pills .nav-link.active .area p
{
  color: var(--white);
}

.vehicle_forBusinessOptions .nav-pills .nav-link.active .area .arrow_R
{
  display: block;
}

.vehicle_forBusinessOptions .nav-pills .nav-link .area
{
  position: relative;
  left: -30px;
  width: 60%;
  min-height: 60px;
  background-color: var(--white);
  margin: 0px auto 0px;
  padding: 20px 20px 20px 74px;
  border-radius: 15px;
}

.vehicle_forBusinessOptions .nav-pills .nav-link .area p
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-style: normal;
  font-weight: 600;
  text-transform: none;
  text-align: left;
  padding: 0px 0px 0px;
  margin: 0px;
  display: none;
}

.vehicle_forBusinessOptions .nav-pills .nav-link .area .arrow_R
{
  position: absolute;
  top: 30%;
  right: -18px;
  width: 12px;
  height: auto;
  display: none;
}

.vehicle_forBusinessOptions .nav-pills .nav-link .area .vehicleImg
{
  position: absolute;
  top: 22%;
  left: 20px;
  width: 70px;
  height: auto;
}

.vehicle_forBusinessOptions .tab-content
{
  width: 100%;
}

.vehicle_forBusinessOptions .tab-content h3
{
  width: 90%;
  font-size: 1.375em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px auto 30px;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo
{
  background-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
  margin: 0px 0px 40px;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg
{
  width: 100%;
  height: 160px;
  background-color: var(--grayMedium);
  /*background-image: url('../images/vehicle_forBusiness_moduleBG01@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG01@2x.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px 0px 40px 0px;
  display: flex;
  align-items: center;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img02
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG02@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG02@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img03
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG03@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG03@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img04
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG04@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG04@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img05
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG05@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG05@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img06
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG06@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG06@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg.img07
{
  /*background-image: url('../images/vehicle_forBusiness_moduleBG07@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_forBusiness_moduleBG07@2x.png');
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleImg h2
{
  width: 100%;
  font-size: 2.125em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleTxt
{
  width: 100%;
  padding: 0px 20px 0px;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleTxt ul
{
  font-size: 1.250em;
  line-height: 1.250em;
  padding: 0px;
  margin: 0px 0px 0px 20px;
  list-style: none;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleTxt li
{
  margin-bottom: 20px;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleTxt li::before
{
  content: "\2022";
  color: var(--redDavivienda);
  font-weight: 900;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

.vehicle_forBusinessOptions .tab-content .VModuleInfo .moduleTxt .modulelegals
{
  font-size: 1em;
  line-height: 1.250em;
  margin-top: 50px;
}

.vehicle_Gallery
{
  background-color: var(--grayLight);
  /*padding: 10vh 15px 100px;
  height: auto;*/
  padding: 0px;
  height: 0px;
  overflow: hidden;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: var(--white);
}

.vehicle_Gallery .btn_column .close_btn
{
  position: absolute;
  right: 15px;
  width: 35px;
  height: 35px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--redDavivienda);
  border-radius: 20px;
  z-index: 600;
  cursor: pointer;
  overflow: hidden;
}

.vehicle_Gallery .btn_column .close_btn p
{
  font-size: 1.375em;
  font-weight: 700;
  font-style: italic;
  color: var(--redDavivienda);
  text-transform: uppercase;
  padding: 0px 0px 0px 36px;
}

.vehicle_Gallery .btn_column .close_btn .iconContainer
{
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  background-color: var(--redDavivienda);
  border-radius: 20px;
  overflow: hidden;
}

.vehicle_Gallery .btn_column .close_btn .iconContainer .openIcon
{
  position: relative;
  top: 0px;
  text-align: center;
}

.vehicle_Gallery .btn_column .close_btn .iconContainer .openIcon img
{
  width: 11px;
  height: auto;
  display: block;
  margin: auto;
  padding: 8px 0px 1px;
}

.vehicle_Gallery .carDealerContact
{
  margin: 100px 0px 0px;
  text-align: center;
}

.vehicle_Gallery .carDealerContact h3
{
  font-size: 1.500em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.06em;
  padding: 0px;
  margin: 0px 0px 30px;
}

.vehicle_Gallery .carDealerContact p.smallerTxt
{
  max-width: 700px;
  margin: 50px auto 0px;
  font-size: 1.250em;
}

.vehicle_Gallery .carDealerContact .btn_redBG_carDealer span
{
  position: absolute;
  top: -30px;
  left: calc(50% - 62px);
}

.vehicle_Gallery .carDealerInfoColumn
{
  padding-left: 15px;
  margin-bottom: 50px;
}

.vehicle_Gallery .carDealerInfoColumn .dealerMainInfo
{
  margin-bottom: 20px;
}

.vehicle_Gallery .carDealerInfoColumn .dealerMainInfo h3
{
  font-size: 2.250em;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px 0px 0px 0px;
  margin: 15px 0px 0px 0px;
  border-left-style: solid;
  border-left-color: var(--grayMedium);
  border-left-width: 0px;
}

.vehicle_Gallery .carDealerInfoColumn .dealerMainInfo img
{
  max-width: 130px;
  height: auto;
  max-height: 90px;
}

.vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .brandsRow
{
  display: flex;
  width: 100%;
  height: 100px;
  padding-bottom: 20px;
  overflow-x: auto;
  overflow-y: hidden;
}

.vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .brandsRow img
{
  position: relative;
  flex-shrink: 0;
  height: 85px;
  width: auto;
  margin: 0px 16px;
  cursor: pointer;
}

.vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .brandsRow img:first-child
{
  margin: 0px 16px 0px 0px;
}

.vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .logoContainer
{
  height: 80px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 200px;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px -5px 0px;
  overflow: hidden;
}

.vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .logoContainer img
{
  width: 80%;
  max-width: 64px;
  height: auto;
  max-height: 60px;
}

.vehicle_Gallery .carDealerInfoColumn .videoContainer
{
  width: 100%;
  max-height: 320px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin: 40px 0px 20px;
}

.vehicle_Gallery .carDealerInfoColumn .videoContainer img
{
  width: 100%;
  height: auto;
}

.vehicle_Gallery .carDealerslist
{
  position: relative;
  background-color: var(--white);
  border-radius: 30px;
  text-align: left;
  padding: 30px 35px 40px;
  margin-bottom: 100px;

  -webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.15);
}

.vehicle_Gallery .carDealerslist h2
{
  font-size: 1.800em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 6px 0px;
}

.vehicle_Gallery .carDealerslist h3
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  padding: 0px;
  margin: 0px 0px 30px;
}

.vehicle_Gallery .carDealerslist .bgObjL,
.vehicle_Gallery .carDealerslist .bgObjR
{
  position: absolute;
  top: 51%;
  width: 110px;
  height: 50px;
  /*background-image: url('../images/home_mainBannerOBJ@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_mainBannerOBJ@2x.png');
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 110px 50px;
  z-index: 10;
  filter: brightness(98%);
  display: none;
}

.vehicle_Gallery .carDealerslist .bgObjL
{
  left: -10%;
  transform: rotate(90deg);
}

.vehicle_Gallery .carDealerslist .bgObjR
{
  right: -10%;
  transform: rotate(-90deg);
}

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slide,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slide
{
  padding: 0px 10px;
}

/* arrows */

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;
  z-index: 600;

  display: none !important;
  width: 40px;
  height: 40px;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev:hover,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev:focus,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next:hover,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next:focus,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev:hover,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev:focus,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next:hover,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next:focus
{
  color: transparent;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev.slick-disabled,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next.slick-disabled,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev.slick-disabled,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next.slick-disabled
{
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: default;
}

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev
{
  left: -14%;
  /*background: url('../images/vehicleGallery_leftBtn@2x.png');*/
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicleGallery_leftBtn@2x.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next,
.vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next
{
  right: -14%;
  /*background: url('../images/vehicleGallery_rightBtn@2x.png');*/
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicleGallery_rightBtn@2x.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vehicle_Gallery .carDealerslist .dealersLogos
{
  height: 70px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 10px;
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
  padding: 0px 0px;
  margin: 0px 0px 15px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 50%;
  width: 100%;
  float: left;
}

.vehicle_Gallery .carDealerslist .dealersLogos.active
{
  border-width: 2px;
  border-color: var(--redDavivienda);
}

.vehicle_Gallery .carDealerslist .dealersLogos img
{
  max-width: 120px;
  height: auto;
  max-height: 44px ;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid
{
  height: auto;
  max-height: none;
  overflow-y: auto;
  margin: 40px 0px 0px;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb
{
  position: relative;
  min-height: 200px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 15px;
  padding: 20px 15px 10px;
  margin-bottom: 20px;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb p
{
  padding: 0px;
  margin: 0px;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb p.model
{
  font-size: 1.125em;
  line-height: 1em;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
  margin-bottom: 2px;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb p.value
{
  font-size: 1.125em;
  line-height: 1em;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .btn_redBG
{
  font-size: 1em;
  padding: 0px 20px 3px 20px;
  margin: 20px 0px 0px;
  text-transform: none !important;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .vehiclePic
{
  width: 100%;
  height: 100px;
  margin: 0px auto 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .vehiclePic img
{
  width: 100%;
  height: auto;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .plusBtn
{
  position: absolute;
  top: 6px;
  right: 6px;
  width: 24px;
  height: 24px;
  background-color: var(--colorText);
  border-radius: 50%;
  text-align: center;
  font-size: 1.300em;
  font-weight: 900;
  padding-top: 1px;
  color: var(--white);
  cursor: pointer;
}

.vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .plusBtn:hover
{
  text-decoration: none;
  background-color: var(--gray);
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter h4
{
  font-size: 1.250em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 20px;
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter label
{
  float: left;
  width: 25%;
  font-size: 1.250em;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 0px;
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter .form-group
{
  padding-top: 14px;
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter .valueRange
{
  width: 75%;
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  height: 6px; /* Specified height */
  border-radius: 5px;
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 1; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: transform .2s;
  margin-top: 6px;
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter .valueRange:hover
{
  opacity: 1;
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.vehicle_Gallery .carDealerThumbs .thumbsFilter .valueRange::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  border-radius: 50%;
  background: var(--redDavivienda); /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.vehicle_Gallery .carDealerThumbs .thumbsFilter .valueRange::-moz-range-thumb {
  width: 18px; /* Set a specific slider handle width */
  height: 18px; /* Slider handle height */
  border-radius: 50%;
  background: var(--redDavivienda); /* Green background */
  cursor: pointer; /* Cursor on hover */
  border: 0px;
}

.vehicle_Gallery .citySelect
{
  text-align: left;
  margin-bottom: 10px;
}

.vehicle_Gallery .citySelect p
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px;
}

.vehicle_Gallery .dealerOffer
{
  margin: 0px 0px 20px 0px;
}

.vehicle_Gallery .dealerOffer .slider_dealerAds,
.vehicle_Gallery .dealerOffer .slider_BdealerAds
{
  margin-left: -15px;
  margin-right: -15px;
}

.vehicle_Gallery .dealerOffer .slider_dealerAds .slide,
.vehicle_Gallery .dealerOffer .slider_BdealerAds .slide
{
  margin: 0px 4px;
}

/* Arrows */

.vehicle_Gallery .dealerOffer .slider_dealerAds .slick-prev,
.vehicle_Gallery .dealerOffer .slider_dealerAds .slick-next,
.vehicle_Gallery .dealerOffer .slider_BdealerAds .slick-prev,
.vehicle_Gallery .dealerOffer .slider_BdealerAds .slick-next
{
  display: none !important;
}

.vehicle_Gallery .dealerOffer .offerAd
{
  position: relative;
  width: 100%;
  height: 520px;
  background-color: rgba(0,0,0,0.5);
  /*background-image: url('../images/vehicleGallery_offerBG.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicleGallery_offerBG.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover
{
  height: 100%;
  background-color: rgba(0,0,0,0.65);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover h2
{
  width: 80%;
  font-size: 2.500em;
  line-height: 1em;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  padding: 0px;
  margin: 0px auto 20px;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover h3
{
  width: 80%;
  font-size: 1.500em;
  line-height: 1em;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  padding: 0px;
  margin: 0px auto;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover p
{
  width: 80%;
  font-size: 1.250em;
  line-height: 1.250em;
  font-style: normal;
  font-weight: 300;
  text-transform: normal;
  color: var(--white);
  padding: 0px;
  margin: 0px auto;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover .Ad_logoContainer
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover .Ad_logoContainer div
{
  width: 200px;
  padding: 20px 40px;
  background-color: var(--white);
  border-radius: 0px 0px 20px 20px;
  margin: 0px auto;
}

.vehicle_Gallery .dealerOffer .offerAd .darkCover .Ad_logoContainer div img
{
  max-width: 110px;
  height: auto;
  max-height: 60px;
  margin: 0px auto;
}

.vehicle_header
{
  min-height: 100vh;
}

.vehicle_header .Vheader_BG
{
  position: relative;
  background-color: var(--white);
  background-image: linear-gradient(135deg, #FFFFFF, #FAFAFA);
  height: 134vh;
  padding: 36vh 15px 0px;
}

.vehicle_header .Vheader_BG_forHome
{
  height: 160vh;
}

.vehicle_header .Vheader_BG h1
{
  font-size: 4.000em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.vehicle_header .Vheader_BG h2
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 50px 0px 0px 0px;
}

.vehicle_header .Vheader_BG h3
{
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.vehicle_header .Vheader_BG p
{
  width: 80%;
  max-width: 360px;
  font-size: 1.375em;
  line-height: 1.500em;
  font-weight: 300;
  padding: 0px;
  margin: 20px auto 30px;
}

.vehicle_header .Vheader_BG p.LargeP
{
  width: 90%;
  max-width: 540px;
}

.vehicle_header .Vheader_BG p.moveTopPos
{
  position: relative;
  top: -60px;
}

.vehicle_header .Vheader_BG .arrowIndicator
{
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0,0,0,0.2);
  border-radius: 40px;
  padding: 8px 0px 0px;
  margin: 0px auto;
  z-index: 100;
}

.vehicle_header .Vheader_BG .arrowIndicator p
{
  position: absolute;
  top: -30px;
  left: -42px;
  width: 120px;
  font-size: 1em;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0px;
  margin: 0px;
  color: var(--colorText);
}

.vehicle_header .Vheader_BG .bgTexture
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-image: url('../images/home_eventsBgtexture@2x_mobile.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_eventsBgtexture@2x_mobile.png');
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 310px;
}

.vehicle_header .Vheader_BG .countrySelector
{
  position: absolute;
  top: 0px;
  left: 0%;
  width: 100%;
  text-align: center;
  z-index: 500;
}

.vehicle_header .Vheader_BG .countrySelector .hiddenList
{
  width: 160px;
  height: 140px;
  background-color: var(--white);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 10px;
  margin: 10px auto 0px auto;
  padding: 10px 0px 10px;
  overflow-y: auto;
  display: none;
}

.vehicle_header .Vheader_BG .countrySelector .hiddenList ul
{
  list-style: none;
  font-size: 1.125em;
  line-height: 1.85em;
  font-weight: 300;
  color: var(--colorText);
}

.vehicle_header .Vheader_BG .countrySelector .hiddenList ul a
{
  color: inherit;
  text-decoration: none;
}

.vehicle_header .Vheader_BG .countrySelector .hiddenList ul a:hover
{
  font-weight: 400;
}

.vehicle_header .Vheader_BG .countrySelector .hiddenList ul .current
{
  color: var(--redDavivienda);
  font-weight: 400;
}

.vehicle_header .Vheader_BG .countrySelector .visibleBtn
{
  width: 210px;
  background-color: var(--colorText);
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
  padding: 4px 0px 4px 0px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vehicle_header .Vheader_BG .countrySelector .visibleBtn:hover
{
  background-color: var(--gray);
}

.vehicle_header .Vheader_BG .countrySelector .visibleBtn p
{
  width: 100%;
  font-size: 1.250em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  padding: 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .countrySelector .visibleBtn span
{
  position: relative;
  top: 3px;
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: var(--redDavivienda);
  border-radius: 40px;
  margin-left: 10px;
  padding: 0px 5px;
}

.vehicle_header .Vheader_BG .countrySelector .visibleBtn span img
{
  position: relative;
  top:  -5px;
  width: 13px;
  height: auto;
  filter: brightness(500%);
}

.vehicle_header .Vheader_BG .DMovil_appIcon
{
  width: 65px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .joinDavInfo
{
  background-color: var(--white);
  max-width: 600px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 10px;
  padding: 18px 0px 18px;
  margin: 0px auto 0px;
}

.vehicle_header .Vheader_BG .joinDavInfo p
{
  width: 100%;
  max-width: 100%;
  font-size: 1.250em;
  line-height: 1.350em;
  padding: 0px 15px 0px 15px;
  margin: 0px;
  border-radius: 10px;
}

.vehicle_header .Vheader_BG .joinDavInfo div div:first-child
{
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--grayForLightBorders);
}

.vehicle_header .Vheader_BG .joinDavInfo .DMovil_appIcon
{
  width: 45px;
  height: auto;
  padding: 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .specialInfo
{
  width: 100%;
  max-width: 330px;
  background-color: var(--white);
  border-style: dotted;
  border-width: 4px;
  border-color: var(--redDavivienda);
  border-radius: 20px;
  padding: 24px 55px;
  margin: 30px auto 50px;
}

.vehicle_header .Vheader_BG .specialInfo_L
{
  max-width: 480px !important;
  padding: 20px 40px;
}

.vehicle_header .Vheader_BG .specialInfo h3
{
  width: 100%;
  font-size: 3.125em;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .specialInfo h3 span
{
  font-size: 0.50em;
  line-height: 0em;
  font-weight: 400;
}

.vehicle_header .Vheader_BG .specialInfo p
{
  width: 100%;
  font-size: 1.375em;
  line-height: 1.125em;
  font-weight: 400;
  padding: 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .specialInfo p.legalTxtforCredits
{
  font-size: 1.3em !important;
  font-style: italic;
  color: var(--redDavivienda);
}

.vehicle_header .Vheader_BG .specialInfo div div
{
  margin: 0px;
  padding: 0px;
}

.vehicle_header .Vheader_BG .specialInfo div div:first-child
{
  padding-right: 10px;
}

.vehicle_header .Vheader_BG .specialInfo div div:last-child p
{
  font-size: 1em;
  text-align: center;
  padding: 4px 0px 0px;
  margin: 0px;
}

.vehicle_header .Vheader_BG .specialInfo div div:last-child
{
  margin-top: 14px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(0,0,0,0.15);
}

.vehicle_header .Vheader_BG .specialInfo_L div div:last-child
{
  margin-top: 0px;
  border-top-width: 0px;
}

.vehicle_header .Vheader_BG .specialInfo p.noPercentageTxt
{
  width: 100% !important;
  max-width: 100% !important;
  font-size: 1.375em !important;
  line-height: 1.125em !important;
  font-weight: 400 !important;
  padding: 0px !important;
  margin: 0px !important;
}

.vehicle_header .Vheader_BG .vectorObj
{
  position: absolute;
  top: 50%;
  left: -68px;
  width: 104px;
  height: auto;
  transform: rotate(-90deg);
}

.vehicle_header .Vheader_BG .Vheader_mainIcon
{
  width: auto;
  height: 50px;
  padding: 0px;
  margin: 0px 0px 10px 0px;
  opacity: 0.35;
}

.vehicle_header .Vheader_BG .vHeader_selector
{
  width: 100%;
  max-width: 480px;
  height: 50px;
  background-color: var(--grayForBG);
  border-radius: 40px;
  padding: 0px 15px;
  margin: 20px auto 50px;
}

.vehicle_header .Vheader_BG .vHeader_selector .selector_Opt
{
  cursor: pointer;
}

.vehicle_header .Vheader_BG .vHeader_selector .current_Opt
{
  height: 50px;
  background-color: var(--redDavivienda);
  border-radius: 40px;
}

.vehicle_header .Vheader_BG .vHeader_selector .current_Opt p
{
  color: var(--white);
}

.vehicle_header .Vheader_BG .vHeader_selector p
{
  width: 100%;
  font-size: 1.375em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--grayMedium);
  padding: 14px 0px 0px;
  margin: 0px;
}

.vehicle_BInsurance
{
  min-height: 80vh;
  background-color: var(--grayForBG);
  /*background-image: url('../images/businessInsurance_BG@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/businessInsurance_BG@2x.jpg');
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10vh 15px 70px;
}

.vehicle_BInsurance h2
{
  font-size: 3.750em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.vehicle_BInsurance h3
{
  font-size: 1.875em;
  line-height: 1.5em;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 30px 0px;
}

.vehicle_BInsurance h4
{
  font-size: 1.375em;
  line-height: 1.250em;
  font-weight: 700;
  font-style: normal;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 20px 0px;
}

.vehicle_BInsurance p
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-weight: 300;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.vehicle_BInsurance p.smallerTxt
{
  width: 80%;
  max-width: 600px;
  font-size: 1em;
  margin: 30px auto 40px auto;
}

.vehicle_BInsurance p.headerP
{
  font-size: 1.375em;
  padding: 0px;
  margin: 0px 0px 60px 0px;
}

.vehicle_BInsurance p .btn_redBG
{
  margin: 0px 0px 30px 0px;
  font-size: 1.250em;
}

.vehicle_BInsurance .relevantInfo
{
  width: 90%;
  max-width: 740px;
  background-color: rgba(0,0,0,0.4);
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayLight);
  border-radius: 10px;
  padding: 12px 30px 12px;
  margin: 60px auto 60px auto;
}

.vehicle_BInsurance .whiteAreaforIcon
{
  width: 90px;
  height: 90px;
  background-color: var(--white);
  border-radius: 50%;
  text-align: center;
  padding: 0px 0px 0px 0px;
  margin: 0px auto 30px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vehicle_BInsurance .whiteAreaforIcon img
{
  width: 55px;
  height: auto;
}

.vehicle_Options
{
  /*min-height: 80vh;*/
  position: relative;
  /*background-image: url('../images/vehicle_Options_BGdark.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_Options_BGdark.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 500%;
  /*padding: 4vh 15px 40px;*/
  padding: 4vh 15px 0px;
}

.vehicle_Options h2
{
  width: 70%;
  max-width: 360px;
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--white);
  padding: 0px;
  margin: 50px auto 20px auto;
}

.vehicle_Options h2.newContent_title
{
  width: 100%;
  max-width: 1000px;
  font-size: 3.750em;
  margin: 60px auto 20px auto;
}

.vehicle_Options p
{
  color: var(--white);
}

.vehicle_Options p.newContent_parragraph
{
  width: 90%;
  max-width: 560px;
  margin: 0px auto 40px;
}

.vehicle_Options .brandLogosCarousel
{
  height: auto;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 40px 20px;
}

.vehicle_Options .brandLogosCarousel .desktopCarousel
{
  height: 40px;
  display: none;
}

.vehicle_Options .brandLogosCarousel .desktopCarousel img
{
  width: auto;
  max-width: 90px;
  height: auto;
  max-height: 40px;
}

.vehicle_Options .brandLogosCarousel .mobileCarousel
{
  height: 50px;
  display: block;
}

.vehicle_Options .brandLogosCarousel .mobileCarousel img
{
  width: auto;
  max-width: 100px;
  height: auto;
  max-height: 50px;
}

.vehicle_Options .flagL,
.vehicle_Options .flagR
{
  position: absolute;
  top: 0px;
  width: 133px;
}

.vehicle_Options .flagL img,
.vehicle_Options .flagR img
{
  width: 100%;
  height: auto;
}

.vehicle_Options .flagL
{
  left: 0px;
}

.vehicle_Options .flagR
{
  right: 0px;
}

.vehicle_Options .flagR img
{
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.vehicle_Options .topCarIMG
{
  position: absolute;
  top: -60px;
  left: calc(50% - 80px);
}

.vehicle_Options .topCarIMG img
{
  width: 160px;
  height: auto;
}

.vehicle_Options .vehicleOp_module
{
  position: relative;
  /*left: 20%;*/
  width: 100%;
  min-height: 100px;
  background-color: var(--white);
  text-align: center;
  border-style: dotted;
  border-width: 4px;
  border-color: var(--redDavivienda);
  border-radius: 20px;
  padding: 80px 35px 60px 35px;
  margin: 0px auto 100px auto;

  -webkit-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  -moz-box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
  box-shadow: 0px 0px 15px -3px rgba(221,20,29,0.75);
}

.vehicle_Options .vehicleOp_module_redBg
{
  background-color: var(--redDavivienda);
  border-color: var(--white);
}

.vehicle_Options .vehicleOp_module h3
{
  font-size: 1.625em;
  line-height: 1.125em;
  font-weight: 900;
  padding: 0px;
  margin: 0px 0px 30px;
}

.vehicle_Options .vehicleOp_module p
{
  font-size: 1.375em;
  line-height: 1.250em;
  font-weight: 300;
  color: var(--colorText);
  padding: 0px;
  margin: 0px;
}

.vehicle_Options .vehicleOp_module_redBg h3,
.vehicle_Options .vehicleOp_module_redBg p
{
  color: var(--white);
}

.vehicle_Options .vehicleOp_module .arrow_D
{
  position: relative;
  left: 0px;
  top: -14px;
  width: 19px;
  height: auto;
}

.vehicle_Options .vehicleOp_module_redBg .arrow_D
{
  filter:brightness(1000%);
}

.vehicle_Options .vehicleOp_module .carType
{
  position: absolute;
  top: -50px;
  left: 0px;
  width: 100%;
  height: 100px;
  text-align: center;
}

.vehicle_Options .vehicleOp_module .carType img
{
  width: auto;
  height: 100px;
}

.vehicle_Options .vehicleOp_module_redBg .carType
{
  top: -65px;
}

.vehicle_Options .vehicleOp_module_redBg .carType img
{
  height: 130px;
}

.vehicle_Options .vehicleOp_module .moduleBtn
{
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.vehicle_Options .vehicleOp_module .moduleBtn .btn_grayBG_App img
{
  position: absolute;
  top: -16%;
  left: -13%;
  width: 64px;
  height: auto;
}
  /*
.vehicle_Vmobile
{
  min-height: 100vh;
  padding-top: 24vh;
  padding-bottom: 80px;
background-image: url('../images/vehicle_VehiculoMovil_BG@2x.png');
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_VehiculoMovil_BG@2x.png');
  background-position: -96px 90px;
  background-size: 90%;
  background-repeat: no-repeat;
}

.vehicle_Vmobile.vehicle_Vmobile_Home
{
  background-image: url('../images/vehicle_ViviendaMovil_BG@2x.png');
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/vehicle_ViviendaMovil_BG@2x.png');
  background-position: -96px 90px;
}
*/
.vehicle_Vmobile h2
{
  font-size: 4.000em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 24px 0px;
  display: inline-block;
}

.vehicle_Vmobile h3
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 40px 0px 0px 0px;
}

.vehicle_Vmobile h3.subHeader
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 40px 0px;
}

.vehicle_Vmobile h3.subHeader_lightTxt
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 4px 0px 50px 0px;
}

.vehicle_Vmobile h4
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  padding: 0px;
  margin: -20px 0px 20px 0px;
}

.vehicle_Vmobile p
{
  line-height: 1.250em;
}

.vehicle_Vmobile .docsIcon
{
  position: relative;
  top: -4px;
  width: 20px;
  height: auto;
  margin-left: 20px;
}

.vehicle_Vmobile .DMovil_appIcon
{
  position: relative;
  top: -6px;
  width: 48px;
  height: auto;
  margin: 0px 0px 0px 26px;
  padding: 0px;
}

.vehicle_Vmobile .otherBuyingOpt
{
  margin: 80px 0px 60px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol
{
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: var(--grayForLightBorders);
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol h3
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 300;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 10px 0px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol p
{
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol p .btn_redBG
{
  position: relative;
  top: 0px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol img
{
  width: 160px;
  height: auto;
  margin-bottom: 20px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_rightCol
{
  margin-top: 50px;
}

.vehicle_Vmobile .otherBuyingOpt .BuyingOpt_rightCol p
{
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  padding: 0px;
  margin: 0px auto;
}

.vehicle_Vmobile .requirements
{
  position: relative;
  background-color: var(--redDavivienda);
  border-radius: 20px;
  padding: 45px 40px 35px;
  margin: 80px 0px 120px;
}

.vehicle_Vmobile .requirements h2
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  padding: 0px;
  margin: 0px 0px 10px;
}

.vehicle_Vmobile .requirements h3
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  padding: 0px;
  margin: 0px;
}

.vehicle_Vmobile .requirements p
{
  padding: 0px;
  margin: 0px;
  color: var(--white);
}

.vehicle_Vmobile .requirements ul
{
  font-size: 1.375em;
  line-height: 1.5em;
  font-weight: 300;
  font-style: normal;
  margin: 0px 0px 0px 12%;
}

.vehicle_Vmobile .requirements .exclamationMark
{
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  text-align: center;
  font-size: 3.125em;
  font-weight: 700;
  font-style: italic;
  color: var(--redDavivienda);
  background-color: var(--white);
  border-style: solid;
  border-width: 2px;
  border-color: var(--redDavivienda);
  border-radius: 50px;
  padding: 16px 0px 0px;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module
{
  max-width: 94%;
  height: auto;
  min-height: 90px;
  background-color: var(--grayForBG);
  border-radius: 16px;
  display: flex;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 20px 0px;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module:last-child
{
  margin: 0px 0px 0px 0px;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn
{
  height: 100% ;
  border-radius: 16px 0px 0px 16px;
  background-color: var(--redDavivienda);
  padding-top: 0%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img
{
  width: 80%;
  height: auto;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img.homeIcon
{
  width: 80%;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn
{
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn p
{
  font-size: 1.300em;
  line-height: 1.250em;
  padding: 0px;
  margin: 0px;
}

.vehicle_Vmobile .Vmobile_requestSteps
{
  position: relative;
  background-color: var(--grayForBG);
  border-radius: 20px;
  padding: 30px 10px 160px;
  margin-bottom: 50px;
}

.vehicle_Vmobile .Vmobile_requestSteps h3
{
  font-size: 2.500em;
  line-height: 1em;
  color: var(--grayMedium);
  padding: 0px 0px 0px 20px;
  margin: 0px;
}

.vehicle_Vmobile .Vmobile_requestSteps h4
{
  font-size: 1.875em;
  line-height: 1.000em;
  text-transform: uppercase;
  padding: 0px 0px 0px 20px;
  margin: 0px 0px 0px 0px;
}

.vehicle_Vmobile .Vmobile_requestSteps .appBtn
{
  position: absolute;
  bottom: -46px;
  left: 0px;
  width: 100%;
  text-align: center;
}

.vehicle_Vmobile .Vmobile_requestSteps .Hline
{
  position: absolute;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,0.1);
  margin: 20px 0px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps
{
  text-align: center;
  margin-top: 40px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps p
{
  line-height: 1.250em;
  padding: 0px;
  margin: 0px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps p.number
{
  background-color: var(--white);
  color: var(--redDavivienda);
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 2em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
  border-radius: 40px;
  padding: 8px 0px 0px;
  margin: 30px auto 20px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps p.smallerTxt
{
  font-size: 1.125em;
  line-height: 1.125em;
  padding-top: 10px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps img
{
  width: 80%;
  height: auto;
  margin: 35px auto 10px;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .imgContainer
{
  background-color: var(--grayMedium);
  height: 270px;
  width: 80%;
  border-radius: 20px;
  margin: 30px auto;
}

/* Arrows */

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-prev,
.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-next
{
  font-size: 0;
  line-height: 0;

  position: absolute;
  bottom: -22%;
  z-index: 600;

  display: block;
  width: 34px;
  height: 34px;

  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-prev:hover,
.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-prev:focus,
.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-next:hover,
.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-next:focus
{
  color: transparent;
  outline: none;
  opacity: 1;
  filter: grayscale(0%);
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-prev.slick-disabled,
.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-next.slick-disabled
{
  filter: grayscale(100%);
  opacity: 0.3;
  cursor: default;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-prev
{
  left: 30%;
  /*background: url('../images/home_fairProducts_arrowL.png');*/
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowL.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.vehicle_Vmobile .Vmobile_requestSteps .requestSteps .slider_DMovilApp_steps .slick-next
{
  right: 30%;
  /*background: url('../images/home_fairProducts_arrowR@2x.png');*/
  background: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowR@2x.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}



/*
FORMS
*/

input
{
  font-size: 1.2em !important;
  font-weight: 300 !important;
}

select
{
  background-color: var(--white) !important;
  border-radius: 20px !important;
  font-size: 1.250em !important;
  font-weight: 300 !important;
  line-height: 1em !important;
}

select.shortSelect
{
  width: 70%;
}

select.shorterSelect
{
  width: 35%;
}


.checkbox-circle {
  margin: 0 auto;
}

.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
  cursor: pointer;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 4px;
}

.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  margin-left: -18px;
  margin-top: 2px;
  border: 1px solid var(--redDavivienda);
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 4px;
  margin-left: -18px;
  padding-left: 3px;
  padding-top: 0px;
  font-size: 11px;
  color: #555;
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: 0;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: FontAwesome;
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

::-webkit-input-placeholder { /* Edge */
  color: var(--grayMedium) !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: var(--grayMedium) !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
}

::placeholder {
  color: var(--grayMedium) !important;
  font-weight: 300 !important;
  letter-spacing: 0.05em !important;
}

/*
modals
*/

.modal-content
{
  border-radius: 20px;
}

.modal-content_forms
{
  max-width: 700px;
  margin: auto;
}

.modal-content_forms h2.vehicleRef_title
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 30px;
}

.modal-content_forms h3.specsTitle
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: none;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 30px;
}

.modal-content_forms h3.eventDayInfo
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--colorText);
  padding: 0px;
  margin: -14px 0px 30px;
}

.modal-content_forms p.specItem
{
  font-size: 1.000em;
  line-height: 1em;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 8px;
}

.modal-content_forms p.specDescription
{
  font-size: 1.250em;
  line-height: 1.250em;
  font-weight: 300;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 40px;
}

.modal-content_forms .iconos-calendario
{
  font-family: 'myriad-pro-condensed', Arial, "sans-serif";
}

.modal-content_forms .iconos-calendario .addeventatc
{
  border-radius: 10px;
}

.modal-content_forms .iconos-calendario .addeventatc .date
{
  background-color: var(--redDavivienda);
  width: 70px;
  border-radius: 10px 0px 0px 10px;
}

.modal-content_forms .iconos-calendario .addeventatc .date .mon,
.modal-content_forms .iconos-calendario .addeventatc .date .day
{
  color: var(--white);
}

.modal-content_mobileProducts
{
  max-width: 740px;
  margin: auto;
}

.modal-dialog
{
  width: 96%;
  max-width: 970px;
}
.modal-xl{
  max-width: none;
}
.modal-xl .documentsGroup{
  font-size: 4em;
  line-height: 1em;
  cursor: pointer;
}
.modal-footer
{
  border: 0px;
  padding: 26px 0px 20px;
  background-color: #F5F5F5;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.modal-footer p
{
  font-size: 1em;
  font-style: italic;
  font-weight: 300;
  width: 90%;
  max-width: 550px;
  margin: auto;
}

.modal-header
{
  background-color: var(--redDavivienda);
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
  padding: 25px 40px 25px 40px;
}

.modal-header .headerlogo
{
  width: 200px;
  height: auto;
}

.modal-header .headerlogo img
{
  width: 100%;
  height: auto;
}

.modal-header .close
{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 35px;
  height: 35px;
  background-color: var(--redDavivienda);
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: var(--redDavivienda);
  z-index: 900;
  cursor: pointer;
  opacity: 1;
  padding: 0px;
  font-size: 1em;
}

.modal-header .close:hover
{
  opacity: 1 !important;
  border-color: var(--white);
}

.modal-header .close:focus
{
  text-decoration: none !important;
  outline: 0 !important;
  outline-style: none !important;
  box-shadow: none !important;
}

.modal-header .close p
{
  font-size: 1.350em !important;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  color: var(--redDavivienda);
  text-transform: uppercase;
  padding: 0px 0px 0px 20px;
  margin: 0px;
  display: none;
}

.modal-header .close .iconContainer
{
  position: absolute;
  top: 4px;
  left: 4px;
  width: 25px;
  height: 25px;
  background-color: var(--redDavivienda);
  border-style: solid;
  border-width: 2px;
  border-color: var(--white);
  border-radius: 20px;
  overflow: hidden;
}

.modal-header .close .iconContainer .openIcon
{
  position: relative;
  top: 0px;
  text-align: center;
}

.modal-header .close .iconContainer .openIcon img
{
  width: 11px;
  height: auto;
  display: block;
  margin: auto;
  padding: 5px 0px 0px;
}

.modal-header .modal-title
{
  font-size: 1.250em;
  line-height: 1.5em;
  font-weight: 400;
  font-style: italic;
  color: var(--grayDark);
  letter-spacing: 0.1em;
  width: 100%;
}

.modal-header .modal-titleMain
{
  font-size: 1.75em;
  font-weight: 700;
  font-style: italic;
  color: var(--redDavivienda);
}

.modal-body
{
  padding: 50px 20px 30px;
  background-color: var(--white);
  overflow: hidden;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  min-height: 300px;
}

.modal-body p
{
  font-size: 1.250em;
}

.modal-body hr
{
  width: 300px;
  height: 20px;
  padding: 0;
  margin: 6px auto 0;
  border-top-width: 2px;
}

.modal-body .confirmIcon
{
  width: 80px;
  height: auto;
  margin: 0px 0px 40px 0px;
}

.modal-body .dealerLogo
{
  width: 140px;
  height: auto;
  margin: 0px 0px 30px 0px;
}

.modal-body .contactModalForm h2
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 900;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 20px;
}

.modal-body .contactModalForm h4
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 400;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 30px;
}
.txt-horario{
  color: var(--redDavivienda);
}

.modal-body .contactModalForm p
{
  font-size: 1.250em;
  line-height: 1.5em;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
}

.modal-body .contactModalForm fieldset .row
{
  margin-left: 0px;
}

.modal-body .contactModalForm fieldset .row .col-form-label
{
  font-size: 1em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}


.modal-body .contactModalForm fieldset .row .form-check-label,
.modal-body .contactModalForm fieldset .row .custom-control-label
{
  font-size: 1.250em;
  line-height: 1em;
  font-weight: 300;
  text-transform: normal;
  padding: 0px;
  margin: 0px 0px 12px 0px;
}

.modal-body .contactModalForm fieldset .row .custom-control-label
{
  padding: 0px 0px 0px 5px !important;
}

/* custom radio button */
/* The container */
.modal-body .contactModalForm fieldset .labelcontainer {
	width: 50px;
  height: 50px;
  display: inline-block;
  position: relative;
  padding-left: 0px;
  padding-top: 17px;
  font-weight: 300;
  text-align: center;
  margin-right: 24px;
  cursor: pointer;
  font-size: 22px;
  background-color: #FAFAFA;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 50%;
}

/* Hide the browser's default radio button */
.modal-body .contactModalForm fieldset .labelcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.modal-body .contactModalForm fieldset .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  border-color: var(--grayForLightBorders);
}

/* When the radio button is checked, add a blue background */
.modal-body .contactModalForm fieldset .labelcontainer input:checked ~ .checkmark {
  /*background-color: red;*/
  border-color: var(--redDavivienda);
  border-width: 3px;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.modal-body .contactModalForm fieldset .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.modal-body .contactModalForm fieldset .labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.modal-body .contactModalForm fieldset .labelcontainer .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}
/* */

.modal-body .contactModalForm table.town
{
  width: 86%;
  border-collapse: collapse;
  margin: 0px auto;
}

.modal-body .contactModalForm table.town td
{
  font-size: 1.125em;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--grayForLightBorders);
  text-align: left;
  padding: 12px;
}

.modal-body .contactModalForm table.town th
{
  font-size: 1.250em;
  font-weight: 700;
  color: var(--white);
  text-align: left;
  background-color: var(--colorText);
  padding: 12px;
}

.modal-body .contactModalForm table.town tr th:first-child
{
  border-top-left-radius: 10px;
}

.modal-body .contactModalForm table.town tr th:last-child
{
  border-top-right-radius: 10px;
}

.modal-body .contactModalForm .carousel .carousel-control-next
{
  right: -30px;
  opacity: 1;
}

.modal-body .contactModalForm .carousel .carousel-control-next:hover,
.modal-body .contactModalForm .carousel .carousel-control-prev:hover
{
  opacity: 1;
}

.modal-body .contactModalForm .carousel .carousel-control-next .carousel-control-next-icon
{
  /*background-image: url('../images/home_fairProducts_arrowR@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowR@2x.png');
  width: 30px;
  height: 30px;
}

.modal-body .contactModalForm .carousel .carousel-control-prev
{
  left: -30px;
  opacity: 1;
}

.modal-body .contactModalForm .carousel .carousel-control-prev .carousel-control-prev-icon
{
  /*background-image: url('../images/home_fairProducts_arrowL@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_fairProducts_arrowL@2x.png');
  width: 30px;
  height: 30px;
}

.modal-body .contactModalForm .form-label-group
{
  margin-bottom: 20px;
}

.modal-body .contactModalForm .form-label-group label
{
  font-size: 1em;
  line-height: 1em;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0px;
  margin: 0px 0px 8px 0px;
}

.modal-body .contactModalForm .form-label-group input
{
  background-color: #FAFAFA;
  border-radius: 20px;
}

.modal-body .mobileProducts h2,
.contenedor-simulador.smCamp h2
{
  font-size: 2.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px 0px 30px;
}

.modal-body .mobileProducts h3
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: none;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 20px;
}

.modal-body .mobileProducts h4
{
  font-size: 1.500em;
  line-height: 1em;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: var(--colorText);
  padding: 0px;
  margin: 0px 0px 16px;
}

.modal-body .mobileProducts h4 span
{
  position: relative;
  padding: 6px 20px 5px 28px;
  background-color: var(--grayForBG);
  border-radius: 10px;
}

.modal-body .mobileProducts h4 span img
{
  position: absolute;
  top: -10px;
  left: -32px;
  max-height: 50px;
  width: auto;
  max-width: 48px;
}

.modal-body .mobileProducts p
{
  font-size: 1.250em;
  line-height: 1.5em;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  margin: 0px 0px 10px;
}

.modal-body .mobileProducts p.smallText
{
  font-size: 1.000em;
  line-height: 1.250em;
  font-style: normal;
  text-transform: none;
  color: var(--colorText);
  margin: 0px 0px 10px;
}

.modal-body .mobileProducts ul
{
  font-size: 1.250em;
  line-height: 1.250em;
  margin: 0px 0px 0px 35px;
  list-style: none;
}

.modal-body .mobileProducts li
{
  margin-bottom: 10px;
}

.modal-body .mobileProducts ul li::before
{
  content: "\2022";
  color: var(--redDavivienda);
  font-weight: 900;
  display: inline-block;
  width: 22px;
  margin-left: -22px;
}

.modal-body .mobileProducts .divRBorder
{
  border-right-style: solid;
  border-right-width: 0px;
  border-right-color: var(--grayForLightBorders);
}

.modal-body .mobileProducts .divRBorder .btn_grayBG
{
  padding: 10px 25px 10px 25px;
}

.modal-body .mobileProducts .documentsGroup
{
  width: 96%;
  background-color: #F2F2F2;
  border-radius: 20px;
  padding: 30px 40px 24px;
  margin: 0px auto 30px auto;
}

.modal-body .mobileProducts .insuranceModalColumn
{
  width: 100%;
  margin: 0px 0px 0px 20px;
}

.modal-body .mobileProducts .insuranceModalColumn p
{
  line-height: 1.125em;
}

.modal-body .mobileProducts .mobileImg_App
{
  width: 160px;
  margin: 0px 0px 30px 0px;
  height: auto;
}

.legal-collapse
{
  width: 90%;
  margin: 20px auto 0px;
}

.legal-collapse .card
{
  padding: 30px;
  border-radius: 14px;
  font-size: 1em;
}

.legal-collapse .card p
{
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 300;
  padding: 0px;
  margin: 0px;
}

/* initial values for each section info */

.home_fullContainer .H_forClient
{
  display: block;
}

.home_fullContainer .H_forNOClient
{
  display: none;
}

.vehicle_fullContainer .V_forME
{
  /*display: block;*/
  height: auto;
  overflow: hidden;
}

.vehicle_fullContainer .V_forBusiness
{
  /*display: none;*/
  height: 0px;
  overflow: hidden;
}

/* ------------------------------------------------------------------------------ Banner ciencuadras.com */
.banner-ciencuadras {
  margin-block-start: -10px;
  padding-block-start: 270px;
  /*background-image: url('../images/viviendas-en-ciencuadras--mobile@2x.jpg');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/viviendas-en-ciencuadras_mobile.jpg');
  background-size: 145%;
  background-position-x: 7%;
  background-repeat: no-repeat;
  background-color: #24303c;
}

.banner-ciencuadras__details {
  padding: var(--space-x5) 15px;
}

.banner-ciencuadras__details h3 {
  font-weight: 900;
  font-size: 3.125em;
  color: var(--white);
  line-height: 1;
}

.banner-ciencuadras__details h3 > span {
  font-size: 0.560em;
}

.banner-ciencuadras__details p {
  color: var(--white);
  font-weight: 400;
}
/* ------------------------------------------------------------------------------ /Banner ciencuadras.com */
/* ------------------------------------------------------------------------------ EcovehÃƒÂ­culo */
.ecovehiculo {
  position: relative;
  display: flex;
  justify-content: center;
  padding: calc(var(--space) * 8) 0 calc(var(--space) * 12);
  overflow: hidden;
  background: rgb(239,239,239);
  background: -moz-linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}

.headEcovehiculo {
  max-width: 910px;
}

.headEcovehiculo__imageContainer {
  margin-block-end: var(--space-x2);
}

.headEcovehiculo__text,
.headEcovehiculo__textEnd {
  color: var( --colorTextDark);
  line-height: .97;
  font-weight: 900;
}

.headEcovehiculo__text {
  font-size: 2.313em;
}

.headEcovehiculo__text span {
  padding: 0 var(--space-x2) 0 calc(var(--space) / 2);
  color: var(--white);
  background-color: var(--redDavivienda);
}

.headEcovehiculo__text span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

.headEcovehiculo__text span:nth-of-type(2) {
  z-index: 1;
}
.headEcovehiculo__text span:nth-of-type(3) {
  z-index: 0;
}

.headEcovehiculo__textEnd {
  margin: 0;
  font-size: 1.438em;
}

.headEcovehiculo__textEnd span {
  color: var(--redDavivienda);
}

.headEcovehiculo__percentageContainer {
  width: 145px;
  margin: 0 var(--space) 0 var(--space-x2);
}

.leaves-centerContainer,
.leave-leftContainer,
.leave-top-rightContainer,
.leave-right-bottomContainer {
  position: absolute;
}

.leave-top-rightContainer {
  top: 270px;
  right: -140px;
}

.leave-leftContainer {
  top: 1770px;
  left: -240px;
}

.leave-right-bottomContainer {
  top: 897px;
  right: -150px;
}

.simulator {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
  background: rgb(221,20,29);
  background: -moz-linear-gradient(128deg, rgba(221,20,29,1) 0%, rgba(255,44,54,1) 100%);
  background: -webkit-linear-gradient(128deg, rgba(221,20,29,1) 0%, rgba(255,44,54,1) 100%);
  background: linear-gradient(128deg, rgba(221,20,29,1) 0%, rgba(255,44,54,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dd141d",endColorstr="#ff2c36",GradientType=1);
}

.simulator:before
{
  position: absolute;
  top: -1px;
  display: inline-block;
  content: '';
  width: 75px;
  height: 23.49px;
  /*background-image: url('../images/shape@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/shape@2x.png');
  background-size: contain;
}

.simulator:after
{
  position: absolute;
  bottom: -1px;
  display: inline-block;
  content: '';
  width: 75px;
  height: 23.49px;
  /*background-image: url('../images/shape-gray@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/shape-gray@2x.png');
  background-size: contain;
}

.simulator__confettiContainer
{
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
}

.simulator__confetti
{
  width: 100%;
}

.simulator__imageContainer
{
  margin-inline-start: auto;
  margin-block-start: var(--space-x3);
  max-width: 300px;
}

.simulator__image {
  width: 100%;
}

.simulator h2 {
  margin: calc(var(--space) * 7) 0 calc(var(--space) * 4);
  font-weight: 700;
  font-style: italic;
  line-height: 1;
  color: var(--white);
}

.simulator h2 > span {
  font-size: 0.750em;
  font-weight: 400;
}
/* ------------------------------------------------------------------------------ /EcovehÃƒÂ­culo */
/*----------------------------------------------------------------------- Modal - Simulador */
.contenedor-simulador
{
  background: #fff;
  min-height: auto;
}

.contenedor-simulador .boxAction
{
  margin-top: 20px;
  padding-bottom: 20px;
  background: #fff;
  position: relative;
}

.contenedor-simulador.smCamp p
{
  font-weight: 300;
  margin-bottom: 20px;
  text-align: center;
}

.contenedor-simulador.smCamp .checkbox
{
  padding-left: 15px;
}

.contenedor-simulador.smCamp .checkbox small
{
  font-weight: 100;
}

.contenedor-simulador.smCamp .boxform
{
  min-height: 60px;
  margin-bottom: 15px;
}

.contenedor-simulador.smCamp .boxform .form-group
{
  width: 100%;
}

.contenedor-simulador.smCamp .boxform .form-group label
{
  width: 49%;
  margin: auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(225, 5, 23);
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  color: #666;
  position: relative;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}

.trap {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 10px;
  max-width: 300px;
  margin: auto;
  cursor: pointer;
  color: inherit;
}

.trap.cancelar {
  color: #fff;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px 0 20px 0;
  border-color: rgb(225, 5, 23);
  background-color: rgb(221, 20, 29);
  box-shadow: 0px 6px 6.44px 0.56px rgba(160, 19, 0, 0.52);
}

.trap.simular {
  color: #777777;
  font-weight: 700;
  border-style: solid;
  border-width: 2px;
  border-radius: 20px 0 20px 0;
  border-color: rgb(225, 5, 23);
  box-shadow: 0px 6px 6.44px 0.56px rgba(160, 19, 0, 0.52);
}

.contenedor-simulador.smCamp .boxform .form-group label.active
{
  width: 49%;
  margin: auto;
  border-style: solid;
  border-width: 2px;
  border-color: rgb(225, 5, 23);
  background-color: rgb(221, 20, 29);
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  position: relative;
  font-size: 16px;
  text-align: center;
}

.form-control {
  display: block;
  width: 98%;
  height: 40px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.contenedor-simulador.smCamp .boxform .form-group label small {
  font-size: 10px;
  position: absolute;
  right: 8px;
  bottom: 8px;
}

.contenedor-simulador.smCamp .boxform .form-group input,
.contenedor-simulador.smCamp .boxform .form-group select {
  width: 99%;
  border-style: solid;
  background: #fff;
  border-width: 2px;
  /* border-color: rgb(225, 5, 23); */
  color: #444444;
  padding: 10px;
  position: relative;
  font-size: 16px;
}

.contenedor-simulador.smCamp .boxform small {
  display: block;
  font-weight: 100;
  font-size: 14px;
}

.contenedor-simulador.smResult .extraAction .divExplore {
  line-height: 1;
}

.contenedor-simulador.smResult .extraAction .divExplore:after {
  width: 100%;
}


.contenedor-simulador.smResult .extraAction .cancelar:after {
  border-bottom: 47px solid #FFEE00;
}

.contenedor-simulador.smResult .extraAction .simular:after {
  border-top: 47px solid #ED4343;
  width: 90%;
}

.contenedor-simulador.smResult h2 {
  color: #dd141d;
  font-weight: 100;
}

.contenedor-simulador.smResult h2 strong {
  display: block;
}

.label-tit {
  margin: 10px;
  font-size: 22px;
  color: #646464;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.section_cuota {
    height: auto;
    padding: 20px;
    background: rgb(225, 5, 23);
    border-radius: 30px 0 30px 0;
    color: #ffffff !important;
    margin-top: 22px;
}
.section_cuota h2 {
    font-size: 16px !important;
    color: #ffffff !important;
    text-align: center;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
    margin-top: -5px !important;
}
.section_cuota h2 b {
    display: block;
    font-size: 28px;
    margin-top: 5px;
}
.card-result{
  cursor: pointer;
}
.card-result h3 {
    font-size: 26px;
    color: #dd141d;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
}
.card-result p {
    text-align: left !important;
    /* font-weight: 400; */
    font-size: 18px;
    line-height: 22px;
}
.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    color: #dd141d;
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #dd141d;
}
.valores span{
  font-size: 18px;
}
.valores p{
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-top: 10px;
}
.v-total{
  background-color: #dd141d;
  font-weight: 600;
  color: #ffffff;
  padding: 5px 25px;
}
/*----------------------------------------------------------------------- /Modal - Simulador */
/* ------------------------------------------------------------------------------ Oficinas */
.offices {
  padding: calc(var(--space) * 9) 0;
  overflow: hidden;
  /*background-image: url('../images/oficinas@2x.jpg');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/oficinas@2x.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.offices .row .row {
  position: relative;
}

.offices__leitmotivContainer {
  position: absolute;
  left: -40%;
  width: 680px;
}

.offices h3 {
  margin: 0;
  font-weight: 900;
  font-size: 3.125em;
  color: var(--white);
  line-height: 1;
}

.offices__description {
  max-width: 470px;
  padding: 0 15px;
  margin: var(--space-x3) auto;
  color: var(--white);
  font-weight: 400;
}
/* ------------------------------------------------------------------------------ /Oficinas */
/* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
.financingOptions
{
  padding: calc(var(--space) * 6) 0;
  background: rgb(239,239,239);
  background: -moz-linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
  background: linear-gradient(190deg, rgba(239,239,239,1) 0%, rgba(255,255,255,1) 100%);
}

.financingOptions__imageContainer {
  display: none;
}

.financingOptions h4
{
  font-size: 3.000em;
  max-width: 430px;
  margin: 0 auto 20px;
  text-align: center;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--redDavivienda);
}

.financingOptions__details
{
  display: flex;
  justify-content: center;
  margin: 0 auto var(--space-x2);
  padding: var(--space-x2) var(--space-x2) var(--space-x2);
  border-radius: 16px;
  background-color: var(--white);
}

.financingOptions__details > div
{
  padding-block-start: var(--space-x3);
  padding-block-end: var(--space-x3);
  border-block-end: 1px solid rgba(0,0,0,0.1);
}

.financingOptions__details > div:last-child
{
  border-block-end: none;
}

.financingOptions__details h5
{
  font-size: 1.375em;
  font-weight: 700;
  color: var(--redDavivienda);
}

.financingOptions p
{
  max-width: 670px;
  margin: 0 auto var(--space-x3);
  font-weight: 400;
}

.financingOptions p.smallText
{
  font-size: 1.125em;
  font-weight: 300 !important;
}

.financingOptions p:last-child
{
  margin: 0 auto 0;
  font-weight: 400;
}

/* ------------------------------------------------------------------------------ /Opciones de financiaciÃƒÂ³n */
/* ------------------------------------------------------------------------------ Seguro Daviauto */
.seguroDaviauto {
  width: 100%;
  padding: calc(var(--space) * 9) 0 60px;
  /*background-image: url('../images/seguro-daviauto-bg.jpg');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/seguro-daviauto-bg.jpg');
  background-size: 1300%;
  background-repeat: no-repeat;
  background-position: center top;
}

.seguroDaviauto h2 {
  font-size: 3.750em;
  font-weight: 900;
  line-height: .7;
  text-transform: uppercase;
  font-style: italic;
  color: var(--white);
  line-height: 0.9;
  margin: 0px 0px 10px;
}

.seguroDaviauto h2 > span {
  font-weight: 400;
  font-size: 0.500em;
  text-transform: initial;
}

.seguroDaviauto h4
{
  font-size: 1.750em;
  line-height: 1em;
  font-weight: 300;
  text-transform: none;
  font-style: normal;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 40px;
}

.seguroDaviauto p,
.seguroDaviauto span {
  color: white;
}

.seguroDaviauto p .darkBgTxt
{
  background-color: rgba(0,0,0,0.3);
  border-style: solid;
  border-width: 1px;
  border-color: var(--white);
  border-radius: 10px;
  padding: 10px 30px;
  display: block;
  font-weight: 400 !important;
}

.seguroDaviauto p.legalPtxt
{
  width: 90%;
  max-width: 700px;
  font-size: 1em;
  text-align: center;
  margin: 50px auto 0px;
}

.seguroDaviauto .expandableItem
{
  position: relative;
  margin-bottom: 30px;
}

.seguroDaviauto .expandableItem h4
{

  font-weight: 700;
  color: var(--white);
  padding: 0px;
  margin: 0px;
}

.seguroDaviauto .expandableItem p
{
  color: var(--colorText);
  padding: 0px;
  margin: 0px;
}

.seguroDaviauto .expandableItem .boxInsure__button
{
  position: absolute;
  top: 12px;
  right: 20px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--redDavivienda);
  /*background-image: url('../images/icon-plus@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/icon-plus@2x.png');
  background-size: 13px;
  background-repeat: no-repeat;
  background-position: center;
}

.seguroDaviauto .expandableItem .boxInsure__button:focus
{
  outline: none;
}

.seguroDaviauto .expandableItem .expItem_content
{
  width: 94%;
  background-color: var(--white);
  border-radius: 0px 0px 10px 10px;
  margin: 0px auto;
  padding: 20px 15px;
}

.seguroDaviauto .expandableItem .expItem_header
{
  position: relative;
  background-color: var(--grayMedium);
  border-radius: 10px;
  margin: 0px auto;
  padding: 10px 30px 14px 20px;
  cursor: pointer;
}

.seguroDaviauto .redArea
{
  position: relative;
  background-color: var(--redDavivienda);
  text-align: center;
  border-radius: 20px;
  padding: 6px 30px 14px;
  margin: 20px 0px 70px 0px;
}

.seguroDaviauto .redArea::after
{
  position: absolute;
  bottom: -24px;
  left: calc(50% - 39px);
  content: "";
  width: 78px;
  height: 25px;
  /*background-image: url('../images/DavArrow_D_curved-redBG@2x.png');*/
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/DavArrow_D_curved-redBG@2x.png');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}

.seguroDaviauto .redArea h3
{
  font-size: 1.875em;
  line-height: 1.250em;
  font-style: normal;
  font-weight: 700;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.seguroDaviauto .redArea p
{
  font-size: 1.375em;
  line-height: 1em;
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  padding: 0px;
  margin: 0px 0px 0px 0px;
}

.daviautoTypes {
  margin-block-end: var(--space-x4);
  padding: var(--space-x3) var(--space-x2);
  background-color: rgba(255, 255, 255, .84);
  border-radius: 20px;
}

.daviautoTypes > p {
  margin-block-end: var(--space-x2);
  color: var(--colorText);
  font-weight: 700;
}

.daviautoTypes__nav-tabs {
  justify-content: space-around;
  padding: 15px 0;
  border: 1px solid #D9D9D9;
  border-radius: 25px;
  background-color: #F2F2F2;
}

.daviautoTypes .nav-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.250em;
  color: var(--colorText);
}

.daviautoTypes .nav-link:hover,
.daviautoTypes .nav-link.active {
  color: var(--redDavivienda);
}

.daviautoTypes__tab-content {
  min-height: 240px;
  margin-block-start: var(--space);
  padding: 0 var(--space-x2);
}

.daviautoTypes__tab-content p {
  margin: 0;
  color: var(--colorText);
}
/* ------------------------------------------------------------------------------ /Seguro Daviauto */

/*
ANIMATION
*/

.expandGallery
{
  animation-name: expandG;
  animation-duration: 100ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes expandG
{
  0%
  {
    height: 0px;
    padding: 0px;
  }
  100%
  {
    height: auto;
    padding: 10vh 15px 100px;
  }
}

.collapseGallery
{
  animation-name: collapseG;
  animation-duration: 500ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes collapseG
{
  0%
  {
    height: 800px;
    padding: 10vh 15px 100px;
  }
  100%
  {
    height: 0px;
    padding: 0px;
  }
}

.expandList
{
  animation-name: expandL;
  animation-duration: 250ms;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
}

@keyframes expandL
{
  0%
  {
    height: 0;
  }
  100%
  {
    height: 240px;
  }
}

.collapseList
{
  animation-name: collapseL;
  animation-duration: 1ms;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

@keyframes collapseL
{
  0%
  {
    height: auto;
  }
  100%
  {
    height: 0px;
  }
}

/*
slider elements
*/

/* Dots */
.slick-dotted.slick-slider
{
  margin-bottom: 60px;
}

.slick-dots
{
  position: absolute;
  bottom: -50px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;
}
.slick-dots li
{
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
}
.slick-dots li button
{
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
  opacity: 1;
  color: var(--redDavivienda);
}
.slick-dots li button:before
{
  font-family: 'slick';
  font-size: 50px;
  line-height: 20px;
  position: absolute;
  top: -20px;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .75;
  color: var(--colorText);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
  opacity: 1;
  color: var(--redDavivienda);
}

/* */

@media screen and (min-width: 320px) and (max-height: 568px)
{

  .vehicle_header .Vheader_BG
  {
    height: 165vh;
    padding: 42vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 204vh;
    padding: 44vh 15px 0px;
  }
}

@media screen and (min-width: 320px) and (min-height: 640px)
{
  .vehicle_header .Vheader_BG
  {
    height: 143vh;
    padding: 37vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 172vh;
    padding: 35vh 15px 0px;
  }
}

@media screen and (min-width: 320px) and (min-height: 710px)
{
  .vehicle_header .Vheader_BG
  {
    height: 126vh;
    padding: 33vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 160vh;
    padding: 35vh 15px 0px;
  }
}

@media screen and (min-width: 360px) and (min-height: 760px)
{
  .vehicle_header .Vheader_BG
  {
    height: 126vh;
    padding: 33vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 145vh;
    padding: 32vh 15px 0px;
  }
}

@media screen and (min-width: 375px) and (min-height: 667px)
{

  .vehicle_header .Vheader_BG
  {
    height: 135vh;
    padding: 36vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    padding: 38vh 15px 0px;
    height: 164vh;
  }

}

@media screen and (min-width: 375px) and (min-height: 812px)
{
  .vehicle_header .Vheader_BG
  {
    height: 113vh;
    padding: 30vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 134vh;
  }
}

@media screen and (min-width: 390px)
{
  .vehicle_header .Vheader_BG
  {
    height: 123vh;
    padding: 33vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 145vh;
  }
}

@media screen and (min-width: 414px)
{
  .vehicle_header .Vheader_BG
  {
    height: 123vh;
    padding: 33vh 15px 0px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 145vh;
  }
  .vehicle_Vmobile
  {
    background-position: -116px 90px;
  }

  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -116px 90px;
  }
}

@media screen and (min-width: 768px)
{
  .btn_redBG_carDealer
  {
    padding: 10px 30px 10px 0px;
    margin: 0px;
  }

  .consultantBtn
  {
    bottom: 30px;
    right: 30px;
    width: 77px;
    height: 77px;
  }

  .footer p
  {
    margin: 0;
  }

  .home_mainHeader
  {
    padding: 8vh 0px 0px 0px;
  }

  .home_mainHeader h2
  {
    font-size: 1.250em;
    margin: 60px 0px 80px 0px;
  }

  .home_mainHeader h2 span
  {
    padding: 6px 30px 6px 30px;
  }

  .home_mainHeader h3
  {
    width: 100%;
    /*max-width: 320px;*/
    font-size: 1.750em;
    margin: 0px auto 0px;
  }

  .home_mainHeader p
  {
    width: 100%;
  	font-size: 1.300em;
    margin: 30px 0px 13px;
  }

  .home_mainHeader p .textBg
  {
    border-radius: 15px 15px 0px 0px;
    padding: 10px 35px 10px;
    display: inline;
  }

  .home_mainHeader .BGimages_left
  {
    bottom: 30vh;
    left: -44vw;
    width: 500px;
    display: block;
  }

  .home_mainHeader .BGimages_right
  {
    bottom: 28vh;
    right: -16vw;
    width: 380px;
    display: block;
  }

  .home_mainHeader .BGimages_left img,
  .home_mainHeader .BGimages_right img
  {
    display: block;
  }


  .home_mainHeader .fromMobile
  {
    font-size: 1.625em;
    margin: 13px 0px 0px;
  }

  .home_mainHeader .KV
  {
    width: 70%;
    max-width: 450px;
    margin: 30px auto 20px;
  }

  .home_mainHeader .KVbg
  {
    background-size: 160%;
  }

  .home_mainHeader .siteContents
  {
    width: 92%;
    height: 160px;
  }

  .home_mainHeader .siteContents .contentOption
  {
    height: 200px;
    padding: 8% 0px 0px 0px;
  }

  .home_mainHeader .siteContents .contentOption h2
  {
    font-size: 2.500em;
    margin: 0px 0px 0px 0px;
    padding: 0px;
  }

  .home_mainHeader .siteContents .contentOption .carIcon
  {
    width: 58px;
  }

  .home_mainHeader .siteContents .contentOption .homeIcon
  {
    width: 40px;
  }

  .home_mainHeader .siteContents .line
  {
    top: 20px;
    left: 50%;
    width: 1px;
    height: 120px;
  }

  .homeEvents
  {
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_eventsBgtexture@2x.png');
    background-size: 120%;
  }

  .homeEvents .eventsRow .widerContainer .eventsModule
  {
    width: 340px;
    min-height: 460px;
  }

  .homeEvents .infoColumn
  {
    padding: 0px 50px 60px 100px;
  }

  .homeProd_govSupport
  {
    /*background-image: url('../images/govSupport_BG.png');*/
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/govSupport_BG.png');
  }

  .homeProd_govSupport h2
  {
    max-width: 400px;
    font-size: 3.500em;
    margin: 0px 0px 0px 30px;
  }

  .homeProd_govSupport h3
  {
    font-size: 2.125em;
    margin: 0px 0px 10px 30px;
  }

  .homeProd_govSupport nav
  {
    width: 100%;
    margin: 0px auto;
  }

  .homeProd_govSupport nav div a
  {
    font-size: 1.250em;
  }

  .homeProd_govSupport .abroadInfo
  {
    /*background-image: url('../images/abroadcontentBG@2x.png');*/
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/abroadcontentBG@2x.png');
    background-position: center center;
    background-size: cover;
  }

  .homeProd_govSupport .GSupport_LeftCol
  {
    padding-top: 30px;
    margin: 80px 0px 0px;
  }

  .homeProd_govSupport .GSupport_LeftCol h2
  {
    margin: 0px 0px 20px 0px;
  }

  .homeProd_govSupport .GSupport_LeftCol ul
  {
    margin-left: 40px;
  }

  .homeProd_govSupport .GSupport_RightCol .iconIMG
  {
    top: -20px;
    right: 0px;
    width: 80px;
  }

  .homeProd_govSupport .GSupport_RightCol .InfoArea
  {
    padding: 30px 30px 30px;
  }

  .homeProd_govSupport .headerIMG
  {
    width: 260px;
    height: auto;
    left: 0px;
  }

  .homeProd_Insurance h2
  {
    font-size: 3.750em;
  }

  .homeProd_Insurance .homeInsurance_IMG
  {
    padding: 90px 15px 0px 110px;
    min-height: 60vh;
    /*background-image: url('../images/homeInsurance_img@2x.png');*/
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/homeInsurance_img@2x.jpg');
    background-position: center -70px;
    background-size: cover;
  }

  .homeProd_Insurance .homeInsurance_info
  {
    padding-top: 100px;
  }

  .homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col
  {
    margin-bottom: 0px;
  }

  .homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col img
  {
    width: 54%;
  }

  .homeProd_offices
  {
    padding-top: 10vh;
    padding-bottom: 70px;
  }

  .homeProd_offices .leitmotivBG
  {
    bottom: -180px;
    right: -100%;
    width: 1540px;
  }

  .homeProd_offices .offices_OfTypes div
  {
    margin-bottom: 6px;
  }

  .homeProd_offices .offices_OfTypes .officesIcon
  {
    width: 84px;
    height: 84px;
    margin-left: 0px;
  }

  .homeProd_offices .offices_rightColumn
  {
    padding: 40px 60px;
  }

  .modal-body .contactModalForm .carousel .carousel-control-next
  {
    right: -70px;
    opacity: 0.75;
  }

  .modal-body .contactModalForm .carousel .carousel-control-prev
  {
    left: -70px;
    opacity: 0.75;
  }

  .modal-body .mobileProducts .divRBorder
  {
    border-right-width: 1px;
  }

  .modal-body .mobileProducts .divRBorder .btn_grayBG
  {
    padding: 10px 40px 10px 40px;
  }

  .modal-body .mobileProducts .insuranceModalColumn
  {
    width: 80%;
    margin: 0px 0px 0px 50px;
  }

  .modal-body .mobileProducts .mobileImg_App
  {
    width: 210px;
    margin: 0px 10px 0px 0px;
  }

  .modal-header .close
  {
    background-color: var(--white);
    top: 35px;
    right: 40px;
    width: 110px;
  }

  .modal-header .close p
  {
    display: block;
  }

  .modal-header .close .iconContainer
  {
    border-width: 0;
  }

  .modal-header .close .iconContainer .openIcon img
  {
    padding: 7px 0px 0px;
  }

  .offeredProducts
  {
    background-image: url('../img/LSIj3-c0210868-9620-4d73-ab57-9e314077bcd1_hombre-home-2.png');
    background-position: 120px bottom;
    background-size: 95%;
    background-repeat: no-repeat;
    padding-top: 18vh;
  }


  .offeredProducts h2
  {
    font-size: 2.875em;
    margin: 0px 0px 2vh 0px;
    padding: 0px;
  }

  .offeredProducts h3
  {
    font-size: 2.000em;
    line-height: 1em;
    margin: 0px 0px 60px 0px;
    padding: 6px 30px 5px 30px;
    border-radius: 10px;
  }

  .offeredProducts p
  {
    font-size: 1.375em;
    line-height: 1.5em;
  }

  .offeredProducts .slider_fairProducts
  {
    margin-top: 130px;
  }

  .offeredProducts .slider_fairProducts .slick-prev,
  .offeredProducts .slider_fairProducts .slick-next
  {
    display: block !important;
  }

  .section_mainHeader
  {
    padding: 3vh 6% 0px;
  }

  .section_mainHeader h2
  {
    margin: 0px 0px 0px 0px;
  }

  .section_mainHeader h3
  {
    font-size: 1.750em;
    margin: 0px auto 0px;
  }

  .section_mainHeader .KV
  {
    width: 100%;
    max-width: 260px;
    margin: 30px auto 20px;
  }

  .section_mainHeader .KVbg
  {
    background-size: 120%;
  }

  .seguroDaviauto
  {
    background-size: 440%;
  }

  .seguroDaviauto .expandableItem
  {
    margin-bottom: 0px;
  }

  .seguroDaviauto .expandableItem .expItem_content
  {
    padding: 20px 20px;
  }

  .seguroDaviauto .expandableItem .expItem_header
  {
    padding: 10px 30px 14px;
  }

  .siteMenu .menuColumn
  {
    width: 50%;
    padding: 16vh 0px 0px;
  }

  .siteMenu .menuColumn .menu_appBtn
  {
    bottom: 60px;
    left: 10%;
    width: 80%;
    padding: 15px 15px;
  }

  .siteMenu .menuColumn .menu_appBtn img
  {
    width: 100%;
  }

  .siteMenu .menuColumn .menu_appBtn p
  {
    font-size: 1.625em;
  }

  .siteMenu_btn
  {
    top: 15px;
    right: 15px;
    width: 100px;
    height: 35px;
  }

  .siteMenu_btn p
  {
    display: block;
  }

  .topLogo
  {
    width: 150px;
    height: 120px;
  }

  .topLogo img
  {
    top: -150px;
    left: -135px;
    width: 360px;
  }

  .vehicle_BInsurance .relevantInfo
  {
    width: 80%;
    max-width: 740px;
  }

  .vehicle_forBusinessIntro .BG_Leftimg,
  .vehicle_forBusinessIntro .BG_Rightimg
  {
    bottom: 4%;
  }

  .vehicle_forBusinessIntro .BG_Leftimg
  {
    left: -8%;
    width: 270px;
  }

  .vehicle_forBusinessIntro .BG_Rightimg
  {
    right: -3%;
    width: 190px;
  }

  .vehicle_forBusinessIntro .BusBenefits_module .iconColumn img
  {
    width: 80%;
  }

  .vehicle_forBusinessIntro .BusBenefits_module .textColumn p
  {
    font-size: 1.250em;
  }

  .vehicle_forBusinessIntro .BusBenefits_module .textColumn p.smallerTxt
  {
    font-size: 1.000em;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area
  {
    left: 0px;
    width: 100%;
    min-height: 60px;
    margin: 0px auto 0px;
    padding: 20px 20px 20px 50px;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area p
  {
    display: block;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area .arrow_R
  {
    top: 30%;
    right: -30px;
    width: 18px;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area .vehicleImg
  {
    top: 22%;
    left: -34px;
    width: 70px;
  }

  .vehicle_Gallery .carDealerContact .btn_redBG_carDealer span
  {
    position: relative;
    top: 0px;
    left: 0px;
  }

  .vehicle_Gallery .carDealerInfoColumn
  {
    padding-left: 50px;
  }

  .vehicle_Gallery .btn_column .close_btn
  {
    width: 110px;
  }

  .vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .logoContainer
  {
    height: 90px;
  }

  .vehicle_Gallery .carDealerslist
  {
    margin-bottom: 40px;
  }

  .vehicle_Gallery .carDealerThumbs .thumbsGrid
  {
    max-height: 600px;
  }

  .vehicle_Gallery .carDealerThumbs .thumbsGrid .vehicleThumb .btn_redBG
  {
    padding: 0px 25px 3px 25px;
  }

  .vehicle_Gallery .citySelect
  {
    margin-bottom: 0px;
  }

  .vehicle_header .Vheader_BG
  {
    height: 102vh;
    padding: 30vh 15px 0px;
  }

  .vehicle_header .Vheader_BG .bgTexture
  {
    /*background-image: url('../images/home_eventsBgtexture@2x.png');*/
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_eventsBgtexture@2x.png');
    background-position: left top;
    background-size: 1000px;
  }

  .vehicle_header .Vheader_BG_forHome
  {
    height: 112vh;
  }

  .vehicle_header .Vheader_BG h1
  {
    font-size: 6.250em;
  }

  .vehicle_header .Vheader_BG p.moveTopPos
  {
    top: -60px;
  }

  .vehicle_header .Vheader_BG .arrowIndicator
  {
    bottom: 60px;
  }

  .vehicle_header .Vheader_BG .joinDavInfo
  {
    padding: 14px 0px 14px;
  }

  .vehicle_header .Vheader_BG .joinDavInfo .DMovil_appIcon
  {
    width: 65px;
  }

  .vehicle_header .Vheader_BG .Vheader_mainIcon
  {
    height: 66px;
  }

  .vehicle_header .Vheader_BG .specialInfo
  {
    width: 80%;
    max-width: 330px;
    padding: 24px 55px;
    margin: 30px auto 50px;
  }

  .vehicle_header .Vheader_BG .specialInfo_L
  {
    max-width: 480px !important;
    padding: 20px 40px;
  }

  .vehicle_header .Vheader_BG .vHeader_selector
  {
    width: 80%;
    max-width: 480px;
    padding: 0px 15px;
    margin: 20px auto 50px;
  }

  .vehicle_Options
  {
    background-size: 200%;
  }

  .vehicle_Options .brandLogosCarousel
  {
    margin-top: 20px;
    margin-bottom: 0px;
    padding: 60px 60px;
  }

  .vehicle_Options .brandLogosCarousel .desktopCarousel
  {
    display: block;
  }

  .vehicle_Options .brandLogosCarousel .mobileCarousel
  {
    display: none;
  }

  .vehicle_Options .topCarIMG
  {
    top: -60px;
    left: calc(50% - 110px);
  }

  .vehicle_Options .topCarIMG img
  {
    width: 220px;
  }

  .vehicle_Options .vehicleOp_module
  {
    width: 100%;
  }

  .vehicle_Vmobile
  {
    padding-top: 15vh;
    padding-bottom: 100px;
    background-position: -60% 40px;
    background-size: 70%;
  }

  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -60% 40px;
  }

  .vehicle_Vmobile h2
  {
    font-size: 5.000em;
  }

  .vehicle_Vmobile h3.subHeader
  {
    font-size: 1.625em;
    margin: 0px 0px 30px 0px;
  }

  .vehicle_Vmobile h3.subHeader_lightTxt
  {
    font-size: 1.625em;
    margin: 4px 0px 30px 0px;
  }

  .vehicle_Vmobile h3.subHeader_lightTxt
  {
    font-size: 1.625em;
    margin: 4px 0px 30px 0px;
  }

  .vehicle_Vmobile .DMovil_appIcon
  {
    top: -10px;
    width: 58px;
  }

  .vehicle_Vmobile .otherBuyingOpt
  {
    margin: 120px 0px 80px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol img
  {
    width: 200px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img
  {
    width: 60%;
    height: auto;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img.homeIcon
  {
    width: 50%;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn
  {
    padding-left: 30px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn p
  {
    font-size: 1.300em;
  }

  .vehicle_Vmobile .Vmobile_requestSteps
  {
    padding: 30px 40px 160px;
  }

  .vehicle_Vmobile .Vmobile_requestSteps h3
  {
    padding: 0px;
  }

  .vehicle_Vmobile .Vmobile_requestSteps h4
  {
    padding: 0px;
  }

  /* ------------------------------------------------------------------------------ /Banner cien cuadras */
  .banner-ciencuadras
  {
    padding-block-start: 490px;
    background-size: cover;
    padding-block-start: 490px;
    background-position-x: 10%;
  }
  /* ------------------------------------------------------------------------------ /Banner cien cuadras */
  /* ------------------------------------------------------------------------------ EcovehÃƒÂ­culo */
  .headEcovehiculo__percentageContainer
  {
    width: 220px;
  }

  .vehicle_Eco h2 {
    font-size: 5.000em;
  }

  .leave-leftContainer {
    top: 1750px;
    left: -210px;
  }

  .leave-top-rightContainer {
    top: 300px;
    right: -90px;
  }

  .leave-right-bottomContainer {
    top: 1207px;
    right: -110px;
  }

  .boxInsurance__head {
    padding: var(--space) var(--space-x5);
  }

  .boxInsurance__body {
    padding: var(--space-x3) var(--space-x5);
    background-position: 95% 75%;
    background-size: 300px;
  }
  /* ------------------------------------------------------------------------------ /EcovehÃƒÂ­culo */
  /* ------------------------------------------------------------------------------ Oficinas */
  .offices__leitmotivContainer {
    left: -25%;
  }
  /* ------------------------------------------------------------------------------ /Oficinas */
  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
  .financingOptions ul li:before {
    left: -.5em;
  }
  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
}
.menu-titulos{
        font-size: 20px !important;
    }
    
    
@media screen and (min-width: 1024px)
{
   
  .home_mainHeader
  {
    background-image: url('../img/FfZYo-49dbccf5-58f6-41c7-897c-8e70be1df540_fondo-landing-comercial.jpg');
  }
 
  .home_mainHeader h2
  {
    margin: 30px 0px 60px 0px;
  }

  .home_mainHeader p
  {
    margin: 0px 0px 12px;
  }
  .home_mainHeader .BGimages_left
  {
    bottom: 16vh;
    left: -16vw;
    width: 400px;
  }

  .home_mainHeader .BGimages_right
  {
    bottom: 16vh;
    right: -8vw;
    width: 380px;
  }

  .home_mainHeader .KV
  {
    max-width: 380px;
    margin: 10px auto 10px;
  }

  .home_mainHeader .KVbg
  {
    background-size: 120%;
  }

  .home_mainHeader .siteContents
  {
    width: 80%;
    max-width: 780px;
    height: 130px;
  }

  .home_mainHeader .siteContents .contentOption
  {
    padding: 5% 0px 0px 0px;
  }

  .home_mainHeader .siteContents .line
  {
    top: 10px;
    height: 110px;
  }

  .homeEvents
  {
    background-size: 75%;
  }

  .homeEvents .eventsRow .widerContainer .eventsModule
  {
    width: 380px;
    min-height: 460px;
  }

  .homeEvents .infoColumn
  {
    padding: 0px 50px 0px 60px;
  }

  .homeProd_govSupport h2
  {
    max-width: 400px;
    font-size: 3.750em;
    padding: 0px;
    margin: 0px 0px 0px 40px;
  }

  .homeProd_govSupport h3
  {
    font-size: 2.500em;
    margin: 0px 0px 10px 40px;
  }

  .homeProd_govSupport nav
  {
    width: 80%;
    margin: 0px auto;
  }

  .homeProd_govSupport nav div a
  {
    font-size: 1.500em;
  }

  .homeProd_govSupport .GSupport_LeftCol ul
  {
    margin-bottom: 80px;
    padding-right: 40px;
  }

  .homeProd_govSupport .GSupport_RightCol .InfoArea
  {
    padding: 30px 56px 30px;
  }

  .homeProd_Insurance .homeInsurance_IMG
  {
    padding: 100px 15px 0px 70px;
    min-height: 80vh;
    background-position: center center;
  }

  .homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col img
  {
    width: 60%;
  }

  .homeProd_Insurance .homeInsurance_IMG .R_arrow
  {
    top: 110px;
    left: calc(100% - 22px);
    transform: rotate(0deg);
  }

  .homeProd_offices
  {
    padding-top: 15vh;
    padding-bottom: 100px;
  }

  .homeProd_offices .leitmotivBG
  {
    bottom: -180px;
    right: -70%;
    width: 1540px;
  }

  .homeProd_offices .offices_rightColumn
  {
    margin-top: 0px;
  }

  .offeredProducts
  {
    background-position: 120% bottom;
    background-size: 70%;
  }

  .offeredProducts .slider_fairProducts
  {
    margin-top: 0px;
  }

  .offeredProducts .slider_fairProducts .module
  {
    max-width: 600px;
    height: 280px;
    padding: 20px 20px 30px 20px;
    margin: 0px 10px;
  }

  .section_mainHeader
  {
    width: 50%;
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/KV_bg.png');
    background-position: top center;
    background-size: 210%;
    padding: 12vh 8% 0px;
  }

  .section_mainHeader h2
  {
    font-size: 1.125em;
    margin: 40px 0px 60px 0px;
  }

  .section_mainHeader h2 span
  {
    padding: 6px 20px 6px 20px;
  }

  .section_mainHeader h3
  {
    display: block;
  }

  .section_mainHeader .KV
  {
    max-width: 280px;
    margin: 10px auto 10px;
  }

  .section_mainHeader .KVbg
  {
    height: 100%;
    background-position: left top;
    background-size: 180%;
  }

  .section_mainHeader .siteContents
  {
    display: block;
    height: 140px;
    padding: 0px 15px;
  }

  .section_mainHeader .siteContents .contentOption
  {
    height: 70px;
    padding: 20px 0px 0px 0px;
  }

  .section_mainHeader .siteContents .contentOption .carIcon
  {
    width: 50px;
  }

  .section_mainHeader .siteContents .contentOption .homeIcon
  {
    width: 32px;
  }

  .section_mainHeader .siteContents .line
  {
    top: 50%;
    left: 0%;
    width: 100%;
    height: 1px;
  }

  .seguroDaviauto
  {
    background-size: 250%;
  }

  .seguroDaviauto .expandableItem .boxInsure__button
  {
    right: 30px;
  }

  .seguroDaviauto .expandableItem .expItem_content
  {
    padding: 20px 30px;
  }

  .seguroDaviauto .expandableItem .expItem_header
  {
    padding: 10px 50px 14px;
  }

  .siteMenu .menuColumn
  {
    padding: 10vh 0px 0px;
  }

  .siteMenu .menuColumn .menu_appBtn
  {
    bottom: 40px;
    left: 20%;
    width: 60%;
    padding: 15px 15px;
  }

  .siteMenu .menuColumn .menu_appBtn img
  {
    width: 100%;
  }

  .siteMenu .menuColumn .menu_appBtn p
  {
    font-size: 1.625em;
  }

  .siteMenu_btn
  {
    top: 20px;
    right: 30px;
  }

  .topLogo img
  {
    top: -170px;
    left: -150px;
    width: 400px;
  }

  .slick-dots li button:before
  {
    opacity: .25;
  }

  .vehicle_forBusinessIntro .BG_Leftimg,
  .vehicle_forBusinessIntro .BG_Rightimg
  {
    bottom: 3%;
  }

  .vehicle_forBusinessIntro .BG_Leftimg
  {
    left: -9%;
    width: 340px;
  }

  .vehicle_forBusinessIntro .BG_Rightimg
  {
    right: -5%;
    width: 250px;
  }

  .vehicle_forBusinessIntro .BusBenefits_module .iconColumn img
  {
    width: 60%;
  }

  .vehicle_forBusinessIntro .BusBenefits_module .textColumn p
  {
    font-size: 1.500em;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area
  {
    width: 80%;
    min-height: 60px;
    margin: 0px auto 0px;
    padding: 20px 20px 20px 74px;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area .arrow_R
  {
    top: 30%;
    right: -30px;
    width: 18px;
  }

  .vehicle_forBusinessOptions .nav-pills .nav-link .area .vehicleImg
  {
    top: 22%;
    left: -24px;
    width: 80px;
  }

  .vehicle_Gallery .carDealerInfoColumn .dealerMainInfo h3
  {
    margin: 0px;
    padding: 0px 0px 0px 25px;
    border-left-width: 1px;
  }

  .vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .logoContainer
  {
    height: 70px;
  }

  .vehicle_Gallery .carDealerslist h2
  {
    font-size: 2.500em;
  }

  .vehicle_Gallery .carDealerslist .bgObjL,
  .vehicle_Gallery .carDealerslist .bgObjR
  {
    display: block;
  }

  .vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-prev,
  .vehicle_Gallery .carDealerslist .slider_vehicleGallery .slick-next,
  .vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-prev,
  .vehicle_Gallery .carDealerslist .slider_vehicleGallery2 .slick-next
  {
    display: block !important;
  }

  .vehicle_header .Vheader_BG,
  .vehicle_header .Vheader_BG_forHome
  {
    height: 100vh;
    padding: 8vh 15px 0px;
  }

  .vehicle_header .Vheader_BG h1
  {
    font-size: 4.500em;
  }

  .vehicle_header .Vheader_BG p
  {
    width: 100%;
    font-size: 1.250em;
    line-height: 1.350em;
    margin: 20px auto 30px;
  }

  .vehicle_header .Vheader_BG p.LargeP
  {
    width: 100%;
  }

  .vehicle_header .Vheader_BG p.moveTopPos
  {
    top: 0px;
  }

  .vehicle_header .Vheader_BG .arrowIndicator
  {
    bottom: 20px;
    margin: 0px auto;
  }

  .vehicle_header .Vheader_BG .arrowIndicator p
  {
    top: -26px;
    left: -42px;
    width: 120px;
  }

  .vehicle_header .Vheader_BG .specialInfo_L
  {
    width: 100%;
    max-width: 680px !important;
    padding: 20px 40px;
    margin: 0px auto 20px !important;
  }

  .vehicle_header .Vheader_BG .specialInfo p
  {
    font-size: 1.250em;
    line-height: 1.125em;
  }

  .vehicle_header .Vheader_BG .Vheader_mainIcon
  {
    height: 74px;
  }

  .vehicle_header .Vheader_BG .vHeader_selector
  {
    width: 90%;
    max-width: 480px;
    height: 50px;
    padding: 0px 15px;
    margin: 20px auto 20px;
  }

  .vehicle_Options
  {
    background-size: 150%;
  }

  .vehicle_Options .brandLogosCarousel .desktopCarousel
  {
    height: 60px;
  }

  .vehicle_Options .brandLogosCarousel .desktopCarousel img
  {
    max-width: 130px;
    max-height: 60px;
  }

  .vehicle_Options .vehicleOp_module
  {
    width: 80%;
  }

  .vehicle_Vmobile
  {
    padding-top: 24vh;
    padding-bottom: 150px;
    background-position: -16% 90px;
    background-size: 40%;
  }

  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -16% 110px;
  }

  .vehicle_Vmobile h3.subHeader_lightTxt
  {
    font-size: 1.425em;
    margin: 4px 0px 30px 0px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol
  {
    border-right-width: 1px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol p .btn_redBG
  {
    top: 0px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol img
  {
    width: 180px;
    margin-bottom: 0px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_rightCol
  {
    margin-top: 0px;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_rightCol p
  {
    top: 0px;
    left: 0px;
    text-align: left;
    margin: 0px 0px 0px 30px;
  }

  .vehicle_Vmobile .Vmobile_benefits
  {
    margin-bottom: 10px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module
  {
    max-width: 96%;
    margin: 0px 0px 20px 0px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img
  {
    width: 70%;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img.homeIcon
  {
    width: 68%;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn
  {
    padding-left: 24px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn p
  {
    font-size: 1.250em;
  }

  .vehicle_Vmobile .Vmobile_requestSteps
  {
    margin-bottom: 30px;
  }
  /* ------------------------------------------------------------------------------ Banner cien cuadras */
  .banner-ciencuadras {
    padding-block-start: 0;
    /*background-image: url('../images/viviendas-en-ciencuadras@2x.jpg');*/
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/viviendas-en-ciencuadras--iPad.jpg');
    background-position-x: 0%;
  }

  .banner-ciencuadras__details h3 {
    line-height: .7;
  }
  /* ------------------------------------------------------------------------------ /Banner cien cuadras */
  /* ------------------------------------------------------------------------------ EcovehÃƒÂ­culo */
  .simulator h2 {
    margin: calc(var(--space) * 7) 0;
  }

  .simulator__imageContainer {
    margin-inline-start: 0;
  }

  .headEcovehiculo__imageContainer {
    margin-block-end: 0;
  }

  .vehicle_Eco h4
  {
    margin: 0px 0px 70px 0px;
  }

  .vehicle_Eco h3 {
    margin: 0px 0px 16px 100px;
  }

  .vehicle_Eco ul {
    margin-left: 160px;
  }

  .vehicle_Eco .Vline
  {
    border: none;
    border-right-style: solid;
    border-right-color: rgba(0,0,0,0.1);
    border-right-width: 1px;
  }

  .leave-leftContainer {
    top: 1170px;
  }
  /* ------------------------------------------------------------------------------ /EcovehÃƒÂ­culo */
  /* ------------------------------------------------------------------------------ Oficinas */
  .offices__leitmotivContainer {
    left: -20%;
    width: 920px;
  }
  /* ------------------------------------------------------------------------------ /Oficinas */
  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
  .financingOptions>.container>.row
  {
    position: relative;
    display: flex;;
    align-items: flex-end;
  }

  .financingOptions__imageContainer {
    position: absolute;
    left: -160px;
    display: block;
    width: 300px;
  }

  .financingOptions__details > div
  {
    padding: 0 var(--space-x2);
    border-inline-end: 1px solid rgba(0,0,0,0.1);
    border-block-end: none;
  }

  .financingOptions__details > div:last-child
  {
    border-inline-end: none;
  }

  .financingOptions__details h5
  {
    margin-block-end: var(--space-x3);
  }
  /* ------------------------------------------------------------------------------ /Opciones de financiaciÃƒÂ³n */
  /* ------------------------------------------------------------------------------ Seguro Daviauto */
  .daviautoTypes__tab-content
  {
    min-height: 250px;
  }
  /* ------------------------------------------------------------------------------ /Seguro Daviauto */
}

@media screen and (max-width: 1024px)
    
{
    .section_mainHeader{position: relative;}
}
    
    @media screen and (min-width: 1224px)
{

  .home_mainHeader
  {
    padding: 3vh 0px 0px 0px;
  }

  .home_mainHeader p
  {
  	font-size: 1.5em;
  }

  .home_mainHeader .KVbg
  {
    background-size: 100%;
  }

  .home_mainHeader .siteContents .contentOption
  {
    padding: 6% 0px 0px 0px;
  }

  .section_mainHeader
  {
    padding: 12vh 4% 0px;
  }

  .section_mainHeader .KVbg
  {
    background-position: center top;
    background-size: 100%;
  }

  .section_mainHeader .siteContents
  {
    height: 120px;
    padding: 0px 15px;
  }

  .section_mainHeader .siteContents .line
  {
    top: 15px;
    left: 50%;
    width: 1px;
    height: 90px;
  }

  .section_mainHeader .siteContents .contentOption
  {
    height: 200px;
    padding: 45px 0px 0px 0px;
  }

  .section_mainHeader .siteContents .contentOption h2
  {
    margin-left: -15px;
  }

  .siteMenu .menuColumn
  {
    width: 35%;
    padding: 16vh 0px 0px;
  }

  .siteMenu_btn
  {
    top: 30px;
    right: 50px;
  }
  .vehicle_header .Vheader_BG h1
  {
    font-size: 4.000em;
  }

  .vehicle_Options .vehicleOp_module
  {
    width: 90%;
  }

  .vehicle_Vmobile,
  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -12% 60px;
    background-size: 32%;
  }

  .vehicle_Vmobile .otherBuyingOpt .BuyingOpt_leftCol img
  {
    width: 220px;
  }
  /* ------------------------------------------------------------------------------ /Banner cien cuadras*/
  .banner-ciencuadras
  {
    background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/viviendas-en-ciencuadras.jpg');
  }

  .banner-ciencuadras__details {
    padding: var(--space-x5) 15px var(--space-x5) 100px;
  }
  /* ------------------------------------------------------------------------------ /Banner cien cuadras */
  /* ------------------------------------------------------------------------------ EcovehÃƒÂ­culo */
  .leave-leftContainer
  {
    top: 640px;
    left: -210px;
  }

  .leave-top-rightContainer
  {
    top: 100px;
    right: -90px;
  }

  .leave-right-bottomContainer
  {
    top: 817px;
    right: -110px;
  }
  /* ------------------------------------------------------------------------------ /EcovehÃƒÂ­culo */
  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
  .financingOptions__imageContainer {
    left: -270px;
    width: 450px;
  }
  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
  /* ------------------------------------------------------------------------------ Seguro Daviauto */
  .daviautoTypes__tab-content
  {
    min-height: 180px;
  }
  /* ------------------------------------------------------------------------------ /Seguro Daviauto */
}

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

  .banner-ciencuadras__details {
    padding: var(--space-x5) 15px var(--space-x5) 70px;
  }

  .home_mainHeader
  {
    padding: 8vh 0px 0px 0px;
  }

  .home_mainHeader h2
  {
    margin: 30px 0px 70px 0px;
  }

  .home_mainHeader .BGimages_left
  {
    bottom: 14vh;
    left: -13vw;
    width: 540px;
  }

  .home_mainHeader .BGimages_right
  {
    bottom: 14vh;
    right: -10vw;
    width: 600px;
  }

  .home_mainHeader .KV
  {
    max-width: 400px;
    margin: 6px auto 10px;
  }

  .home_mainHeader .siteContents
  {
    width: 80%;
    max-width: 800px;
    height: 140px;
  }

  .home_mainHeader .siteContents .line
  {
    top: 10px;
    height: 120px;
  }

  .homeEvents
  {
    background-size: 75%;
  }

  .homeEvents .infoColumn
  {
    padding: 0px 50px 0px 100px;
  }

  .homeProd_govSupport .GSupport_LeftCol ul
  {
    margin-bottom: 80px;
    padding-right: 90px;
  }

  .homeProd_govSupport .GSupport_RightCol .iconIMG
  {
    top: -20px;
    right: -10px;
    width: 100px;
  }

  .homeProd_Insurance .homeInsurance_IMG
  {
    padding: 100px 15px 0px 140px;
  }

  .homeProd_Insurance .homeInsurance_info .HInsuranceIcon_col img
  {
    width: 44%;
  }

  .homeProd_offices .leitmotivBG
  {
    bottom: -120px;
    right: -40%;
    width: 1540px;
  }

  .offeredProducts
  {
    background-position: right bottom;
    background-size: contain;
  }

  .section_mainHeader
  {
    background-position: top center;
    background-size: 160%;
    padding: 12vh 6% 0px;
  }

  .section_mainHeader h2
  {
    font-size: 1.250em;
    margin: 60px 0px 8vh 0px;
  }

  .section_mainHeader h2 span
  {
    padding: 6px 30px 6px 30px;
  }

  .section_mainHeader .KV
  {
    max-width: 380px;
  }

  .section_mainHeader .siteContents
  {
    height: 130px;
    padding: 0px 15px;
  }

  .section_mainHeader .siteContents .contentOption h2
  {
    margin-left: 0px;
  }

  .section_mainHeader .siteContents .contentOption .carIcon
  {
    width: 54px;
  }

  .section_mainHeader .siteContents .contentOption .homeIcon
  {
    width: 38px;
  }

  .section_mainHeader .siteContents .line
  {
    top: 20px;
    left: 50%;
    height: 90px;
  }

  .seguroDaviauto
  {
    background-size: 175%;
  }

  .siteMenu .menuColumn
  {
    width: 25%;
  }

  .siteMenu .menuColumn .menu_appBtn
  {
    bottom: 60px;
    left: 10%;
    width: 80%;
    padding: 15px 15px;
  }

  .siteMenu .menuColumn .menu_appBtn img
  {
    width: 100%;
  }

  .siteMenu .menuColumn .menu_appBtn p
  {
    font-size: 1.625em;
  }

  .vehicle_forBusinessIntro .BG_Leftimg,
  .vehicle_forBusinessIntro .BG_Rightimg
  {
    bottom: 10%;
  }

  .vehicle_forBusinessIntro .BG_Leftimg
  {
    left: -11%;
    width: 450px;
  }

  .vehicle_forBusinessIntro .BG_Rightimg
  {
    right: -3%;
    width: 320px;
  }

  .vehicle_Gallery .carDealerInfoColumn .vehicleBrandsLogos .logoContainer
  {
    height: 80px;
  }

  .vehicle_Gallery .carDealerslist .bgObjL,
  .vehicle_Gallery .carDealerslist .bgObjR
  {
    top: 48%;
  }

  .vehicle_header .Vheader_BG,
  .vehicle_header .Vheader_BG_forHome
  {
    padding: 8vh 15px 0px;
  }

  .vehicle_header .Vheader_BG h1
  {
    font-size: 5.000em;
  }

  .vehicle_header .Vheader_BG p
  {
    width: 80%;
    max-width: 360px;
    font-size: 1.375em;
    line-height: 1.500em;
    margin: 20px auto 30px;
  }

  .vehicle_header .Vheader_BG p.LargeP
  {
    width: 90%;
    max-width: 540px;
  }

  .vehicle_header .Vheader_BG .arrowIndicator
  {

    bottom: 30px;
    margin: 0px auto;
  }

  .vehicle_header .Vheader_BG .arrowIndicator p
  {
    top: -30px;
    left: -42px;
    width: 120px;
  }

  .vehicle_header .Vheader_BG .specialInfo_L
  {
    max-width: 480px !important;
    padding: 20px 40px;
  }

  .vehicle_header .Vheader_BG .specialInfo p
  {
    font-size: 1.375em;
  }

  .vehicle_header .Vheader_BG .Vheader_mainIcon
  {
    height: 86px;
  }

  .vehicle_header .Vheader_BG .vHeader_selector
  {
    width: 80%;
    max-width: 480px;
    margin: 20px auto 50px;
  }

  .vehicle_Options
  {
    background-size: 100%;
    /*padding: 4vh 15px 100px;*/
    padding: 4vh 15px 0px;
  }

  .vehicle_Options .brandLogosCarousel
  {
    padding: 60px 180px;
  }

  .vehicle_Options .vehicleOp_module
  {
    width: 90%;
  }

  .vehicle_Vmobile
  {
    padding-bottom: 100px;
    background-position: -17% 80px;
    background-size: 40%;
  }

  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -17% 80px;
    background-size: 40%;
  }

  .vehicle_Vmobile h3.subHeader_lightTxt
  {
    font-size: 1.625em;
    margin: 4px 0px 30px 0px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module
  {
    max-width: 96%;
    margin: 0px 0px 20px 0px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img
  {
    width: 60%;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .iconColumn img.homeIcon
  {
    width: 50%;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn
  {
    padding-left: 30px;
  }

  .vehicle_Vmobile .Vmobile_benefits .benefits_module .textColumn p
  {
    font-size: 1.500em;
  }

}

@media screen and (min-width: 1680px)
{
  .banner-ciencuadras__details {
    padding: var(--space-x5) 15px var(--space-x5) 0px;
  }

  .home_mainHeader h2
  {
    margin: 30px 0px 80px 0px;
  }

  .home_mainHeader .BGimages_left
  {
    bottom: 18vh;
    left: -12vw;
    width: 600px;
  }

  .home_mainHeader .BGimages_right
  {
    bottom: 18vh;
    right: -8vw;
    width: 500px;
  }

  .home_mainHeader .KV
  {
    max-width: 520px;
    margin: 10px auto 10px;
  }

  .home_mainHeader .siteContents
  {
    max-width: 940px;
    height: 160px;
  }

  .home_mainHeader .siteContents .line
  {
    top: 20px;
    height: 120px;
  }

  .homeProd_Insurance .homeInsurance_IMG
  {
    padding: 100px 15px 0px 80px;
  }

  .homeProd_offices .leitmotivBG
  {
    bottom: -180px;
    right: -35%;
    width: 1600px;
  }

  .offeredProducts
  {
    background-position: right bottom;
    background-size: auto;
  }

  .section_mainHeader h2
  {
    margin: 60px 0px 80px 0px;
  }

  .section_mainHeader .KV
  {
    max-width: 460px;
  }

  .section_mainHeader .siteContents .contentOption .carIcon
  {
    width: 58px;
  }

  .section_mainHeader .siteContents .contentOption .homeIcon
  {
    width: 40px;
  }

  .seguroDaviauto
  {
    background-size: 150%;
  }

  .vehicle_forBusinessIntro .BG_Leftimg,
  .vehicle_forBusinessIntro .BG_Rightimg
  {
    bottom: 14%;
  }

  .vehicle_header .Vheader_BG,
  .vehicle_header .Vheader_BG_forHome
  {
    padding: 12vh 15px 0px;
  }

  .vehicle_header .Vheader_BG h1
  {
    font-size: 6.250em;
  }

  .vehicle_header .Vheader_BG .arrowIndicator
  {
    display: block;
    bottom: 60px;
    margin: 0px auto;
  }

  .vehicle_header .Vheader_BG .Vheader_mainIcon
  {
    height: 100px;
  }

  .vehicle_Options
  {
    /*padding: 4vh 15px 200px;*/
    padding: 4vh 15px 0px;
  }

  .vehicle_Options .vehicleOp_module
  {
    width: 80%;
  }

  .vehicle_Vmobile,
  .vehicle_Vmobile.vehicle_Vmobile_Home
  {
    background-position: -10% 110px;
  }

  /* ------------------------------------------------------------------------------ Opciones de financiaciÃƒÂ³n */
  .financingOptions__imageContainer {
    left: -290px;
  }
  /* ------------------------------------------------------------------------------ /Opciones de financiaciÃƒÂ³n */

}


    
    
    
    @media screen and (min-width: 1920px)
{
  .home_mainHeader .BGimages_left
  {
    bottom: 16vh;
    left: -13vw;
    width: 700px;
  }

  .home_mainHeader .BGimages_right
  {
    bottom: 16vh;
    right: -6vw;
    width: 560px;
  }

  .homeProd_Insurance .homeInsurance_IMG
  {
    padding: 100px 15px 0px 130px;
  }

  .homeProd_offices .leitmotivBG
  {
    right: -30%;
  }

  .section_mainHeader
  {
    background-position: top center;
    background-size: 145%;
  }

  .siteMenu .menuColumn .menu_appBtn
  {
    left: 18%;
    width: 64%;
    padding: 15px 15px;
  }
}

@media screen and (prefers-reduced-motion: reduce)
{
	html
  {
		scroll-behavior: auto;
	}
}

@media screen and (max-width: 768px) {
.vehicle_header{ 
    min-height: auto !important;}
.Vheader_BG_forHome{ 
    
    height: auto !important;
    padding: 0 15px !important;}
.arrowIndicator{ 
    display: none !important; }
.specialInfo_L{ 
    margin-bottom: 20% !important;}
}