/* Webfont: Lato-Black */
@font-face {
  font-family: 'Lato';
  src: url('/font/Lato-Black.eot');
  /* IE9 Compat Modes */
  src: url('/font/Lato-Black.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/font/Lato-Black.woff2') format('woff2'),
    /* Modern Browsers */
    url('/font/Lato-Black.woff') format('woff'),
    /* Modern Browsers */
    url('/font/Lato-Black.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'Lato';
  src: url('/font/Lato-Bold.eot');
  /* IE9 Compat Modes */
  src: url('/font/Lato-Bold.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/font/Lato-Bold.woff2') format('woff2'),
    /* Modern Browsers */
    url('/font/Lato-Bold.woff') format('woff'),
    /* Modern Browsers */
    url('/font/Lato-Bold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'Lato';
  src: url('/font/Lato-Regular.eot');
  /* IE9 Compat Modes */
  src: url('/font/Lato-Regular.eot?#iefix') format('embedded-opentype'),
    /* IE6-IE8 */
    url('/font/Lato-Regular.woff2') format('woff2'),
    /* Modern Browsers */
    url('/font/Lato-Regular.woff') format('woff'),
    /* Modern Browsers */
    url('/font/Lato-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: DMSans-Regular */
@font-face {
  font-family: 'DM Sans';
  src: url('/font/DMSans-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}

/* Webfont: DMSans-Medium */
@font-face {
  font-family: 'DM Sans';
  src: url('/font/DMSans-Medium.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 500;
  text-rendering: optimizeLegibility;
}

/* Webfont: DMSans-Bold */
@font-face {
  font-family: 'DM Sans';
  src: url('/font/DMSans-Bold.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

:root {
  --blue: #2699FB;
  --darkblue: #125084;
  --gray: #DFE6EB;
  --darkgray: #6F7981;
  --almostwhite: #F9F9F9;
  --dark: #22292E;
  --radius: .5rem;
  --azul: #002984;
  --rojo: #D90111;
  --fondo-azul: rgba(0, 41, 132, .1);
  --white: #fff;
  --primaryblue: #013595;
  --secondaryblue: #E4EEFF;
  --lightblue: #eff5ff;
  --red: #DB2929;
  --textmenu-inactive: rgba(119, 116, 116, 1);
  --textmenu-active: rgba(37, 38, 39, 1);
  --textoGris2: #484646;
  --textoGris: #777474;
  --h2Gris: #3B444E;
  --textoReservado: #FF7A00;
  --textoVendido: #013595;
  --azulCarsAndCars: #013595;
  --textoEnPreparacion: #2F9FE0;
  --azulLink: #0054ae;

  --whatsapp-icon: url(/public/icon/icon-whatsapp.svg);
  --fav-active-icon: url(/public/icon/fav-active.svg);
  --fav-inactive-icon: url(/public/icon/fav-inactive.svg);
  --share-icon: url(/public/icon/icon-share.svg);
  --calculator-icon: url(/public/icon/icon-calculadora.svg);
  --compare-icon: url(/public/icon/AB.svg);
  --remove-compare-icon: url(/public/icon/AB-white.svg);
  
}

* {
  font-family: 'DM Sans';
}

html {
  scroll-behavior: smooth;
}

button:focus,
a:focus {
  outline: none;
}

.text-hide {
  margin: 0px;
}

input[name=postal_code] {
  display: none;
}

iframe#launcher {
  z-index: 200 !important;
}

@media (max-width: 991px) {
  iframe#launcher {
    bottom: 40px !important;
  }
}

/*Bootstrap Toggle*/
.btn-group-xs>.btn,
.btn-xs {
  padding: .35rem .4rem .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem
}

.checkbox label .toggle,
.checkbox-inline .toggle {
  margin-left: -1.25rem;
  margin-right: .35rem
}

.toggle {
  position: relative;
  overflow: hidden
}

.toggle.btn.btn-light,
.toggle.btn.btn-outline-light {
  border-color: rgba(0, 0, 0, .15)
}

.toggle input[type=checkbox] {
  display: none
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left .35s;
  -webkit-transition: left .35s;
  -moz-user-select: none;
  -webkit-user-select: none
}

.toggle-group label,
.toggle-group span {
  cursor: pointer
}

.toggle.off .toggle-group {
  left: -100%
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
  background-color: #fff
}

.toggle.btn-outline-primary .toggle-handle {
  background-color: var(--primary);
  border-color: var(--primary)
}

.toggle.btn-outline-secondary .toggle-handle {
  background-color: var(--secondary);
  border-color: var(--secondary)
}

.toggle.btn-outline-success .toggle-handle {
  background-color: var(--success);
  border-color: var(--success)
}

.toggle.btn-outline-danger .toggle-handle {
  background-color: var(--danger);
  border-color: var(--danger)
}

.toggle.btn-outline-warning .toggle-handle {
  background-color: var(--warning);
  border-color: var(--warning)
}

.toggle.btn-outline-info .toggle-handle {
  background-color: var(--info);
  border-color: var(--info)
}

.toggle.btn-outline-light .toggle-handle {
  background-color: var(--light);
  border-color: var(--light)
}

.toggle.btn-outline-dark .toggle-handle {
  background-color: var(--dark);
  border-color: var(--dark)
}

.toggle[class*=btn-outline]:hover .toggle-handle {
  background-color: var(--light);
  opacity: .5
}

.toggle.btn {
  min-width: 3.7rem;
  min-height: 2.15rem
}

.toggle-on.btn {
  padding-right: 1.5rem
}

.toggle-off.btn {
  padding-left: 1.5rem
}

.toggle.btn-lg {
  min-width: 5rem;
  min-height: 2.815rem
}

.toggle-on.btn-lg {
  padding-right: 2rem
}

.toggle-off.btn-lg {
  padding-left: 2rem
}

.toggle-handle.btn-lg {
  width: 2.5rem
}

.toggle.btn-sm {
  min-width: 3.125rem;
  min-height: 1.938rem
}

.toggle-on.btn-sm {
  padding-right: 1rem
}

.toggle-off.btn-sm {
  padding-left: 1rem
}

.toggle.btn-xs {
  min-width: 2.19rem;
  min-height: 1.375rem
}

.toggle-on.btn-xs {
  padding-right: .8rem
}

.toggle-off.btn-xs {
  padding-left: .8rem
}


/* condiciones calculadora */
.condiciones h2 {
  margin-top: 21px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #252627;
  text-align: center;
}

.condiciones p {
  margin-top: 22px;
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: var(--textoGris2);
  padding-bottom: 21px;
}


@media(min-width:1200px) {
  .condiciones h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
  }

  .condiciones p {
    text-align: left;
    padding-bottom: 29px;
  }
}

.tooltip-container {
  margin: 0 auto;
  display: inline-block;
}

/* EMPIEZA AQUÍ */

.botones_leidoAcepto {
  /* border:1px solid red; */
  bottom: 20px;
  position: absolute;
  width: 100%;
  height: 54px;
}

.bloque_acepto {
  /* width: 95%;     height: 80%; */
  width: 100%;
  height: 100%;
}

.btn_leidoAcepto {
  /* bottom: 20px;
    position: absolute; */
  width: auto;
}

.btn_leidoAcepto_cancelar {
  position: absolute;
  width: auto;
  gap: 10px;
  border-radius: 8px 0px 0px 0px;
  background: #E4EEFF;
  border: transparent;
  color: #013595;
  border-radius: 5px;
  margin-left: 15px;
  height: 100%;
  width: 100px;
  text-align: center;
  padding-top: 14px;
}

.cont_bloqueAcepto {
  padding: 16px;
}


.tooltip-container {
  position: relative;
  cursor: pointer;
}

.tooltip-one {
  padding: 18px;
  background: aliceblue;
  position: absolute;
  border-radius: 5px;
  filter: drop-shadow(0 3px 5px #ccc);
  line-height: 1.5;
  display: none;
  z-index: 1;
  margin: 0 auto;
}





@media (min-width: 1200px) {




  .tooltip-one {
    padding: 18px;
    background: aliceblue;
    position: absolute;
    border-radius: 5px;
    filter: drop-shadow(0 3px 5px #ccc);
    line-height: 1.5;
    /* width: 450px; */
    /* text-align: center; */
    /* display: none; */
    /* bottom: 40px;
      right: 50%;
      margin-right: -110px; */
  }
}

.tooltip-one:after {
  /* content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 18px;
    background: aliceblue;
    transform: rotate(45deg); */
}

.tooltip-one.venderComprar:after {
  /* left: 74%; */
}

.tooltip-trigger:hover+.tooltip-one {
  display: block;
}

.icoTarjeta img {
  width: 50%;
}