.red-davivienda{
  color: var(--redDavivienda);
}
.alto-desktop-mobile{
  height: 100vh;
}
.seccion-izquierda-new{
  background-image: url('../img/qIP1E-ab0bc500-fe5f-4b25-b1d4-0891f1b3c184_250123-nuevo-fondo.jpg');
  background-size: cover;
  background-position: center ;
  background-repeat: no-repeat;
}
.menu-iconos-new{
  background-color: #ffffff !important;
  border-radius: 20px;
  overflow: hidden;
  -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-top: 20px;
}
.icon-new{
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bton-new{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.bton-new:hover{
  background-color: rgba(221,20,29,1);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.bton-new .icono-new{
  max-width: 60px;
}
.bton-new .icono-new-car{
  max-width: 90px;
}
.bton-new:hover .icono-new{
  transform: scale(1.5);
  filter: brightness(300%);
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease;
}
.menu-titulos-new{
  margin: 1rem 0 1rem 0 !important;
  font-style: italic  !important;
  font-weight: 900  !important;
  line-height: 1em  !important;
  color: var(--colorText)  !important;
  font-size: 20px  !important;
}
.bton-new:hover .menu-titulos-new{
  color: var(--white)  !important;
  outline: none  !important;
  box-shadow: none  !important;
  transition: all 0.3s ease  !important;
}
.seccion-derecha-new{
  background-image: url('https://s3.amazonaws.com/lacabinadavivienda.com/projects/Gran-feria-Davivienda-2020/img/home_eventsBgtexture@2x.png');
  background-position: center 0px;
  background-size: 150%;
  background-repeat: no-repeat;
}
.pestana-new{
  position: absolute;
  top: 50%;
  left: -67px;
  width: 104px;
  height: auto;
  transform: rotate(-90deg);
}
.icono-seccion-new{
  opacity: 0.35;
}
.icono-seccion-new{
  opacity: 0.35;
  margin-top: 60px;
}
.id-necesita-carro{
  transform: translateX(-10%);
}
.titulo-new{
  font-size: 5.000em;
  line-height: 1em;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0px;
  padding-top: 0px;
  margin: 0px 0px 0px 0px;
}
.border-dots{
  background-color: var(--white);
  border-style: dotted;
  border-width: 4px;
  border-color: var(--redDavivienda);
  border-radius: 20px;
}
.subtitulo-new{
  width: 100%;
  font-size: 25px;
  line-height: 1em;
  font-weight: 900;
  text-align: center;
  color: var(--redDavivienda);
  padding: 0px;
  margin: 0px;
  text-transform: uppercase;
}
.offeredProducts{
  background-image: none;
}
.offeredProducts .slider_fairProducts .slick-prev
{
    left: -40px;
}
.offeredProducts .slider_fairProducts .slick-next
{
    right: -40px;
}
.slick-dots li button:before
{
  top: -20px;
  content: 'â€¢';
}
.titulo-entradaModal{
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #ed1c27;
  margin: 5% 0% 3% 0%;
}
.modal-xl .documentsGroup{
  font-size: 4em;
  line-height: 1em;
  cursor: pointer;
  height: 40vh;
}

.centrar {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}

.boton-elegir {
    position: absolute;
    bottom: 90px;
    z-index: 1;
    transition: transform .5s;
}

.boton-elegir:hover{
  transform: scale(1.1);
}

.textos-elegir{
  text-align: center;
  font-size: 40px;
  line-height: 45px;
  margin: 10% 0% 0% 0%;
}
.gpersonales{
  border-radius: 0px !important;
  background-image: url(../img/5L4Tv-4be4c3a7-04fe-42bc-a67a-fb3303e88c8a_pp-personal-nohover.png);
  background-size: cover;
  background-position: top center;
  transition: .5s;
  min-height: 80vh;
}
.gunificar{
  border-radius: 0px !important;
  background-image: url(../img/094mc-6f10650a-2e68-4d0c-aa12-35231b4abe1c_pp-unificar-nohover.png);
  background-size: cover;
  background-position: top center;
  transition: .5s;
  min-height: 80vh;
}
.gpersonales:hover{
  background-image: url(../img/iVhE8-93354b3c-6e95-46f8-b074-86be56c6ae3f_pp-personal-hover.png);
  background-size: cover;
  background-position: top center;
}
.gunificar:hover{
  background-image: url(../img/G1HOu-c9c00630-b9a7-491c-8a8e-3ca7906df4ef_pp-unificar-hover.png);
  background-size: cover;
  background-position: top center;
}
.gpersonales a, .gunificar a{
  color: var(--grayDark);
}
.gpersonales a, .gunificar a:hover{
  color: var(--grayDark);
}

.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 (max-width: 1200px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
  .alto-desktop-mobile{
      height: auto;
  }
  .icono-seccion-new{
      margin-top: 10px;
  }
  .textos-elegir{
  text-align: center;
  font-size: 45px;
  line-height: 48px;
  margin: 10% 0% 0% 0%;
}
}
@media screen and (max-width: 576px) {
  .gpersonales{
  border-radius: 0px !important;
  background-image: url(../img/5L4Tv-4be4c3a7-04fe-42bc-a67a-fb3303e88c8a_pp-personal-nohover.png);
  background-size: cover;
  background-position: top center;
  min-height: 35vh;
}
.gunificar{
  border-radius: 0px !important;
  background-image: url(../img/094mc-6f10650a-2e68-4d0c-aa12-35231b4abe1c_pp-unificar-nohover.png);
  background-size: cover;
  background-position: top center;
  min-height: 35vh;
}
.boton-elegir {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    transition: transform .5s;
    width: 50%;
}
.textos-elegir{
  text-align: center;
  font-size: 38px;
  line-height: 40px;
  margin: 5% 0% 0% 0%;
}
.titulo-entradaModal{
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  color: #ed1c27;
  margin: 8% 0% 3% 0%;
}
}
