.a_new_primary{
  float: none !important;
}
body {
  font-family: 'Lato', sans-serif;
  color: #888;
  background-color: #f8f8f8; }

a {
  color: #3179a7; }

ul, li, ul ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

hr{
  border-color: #f2f2f2;
}

.text_link:hover{
  text-decoration: underline;
  cursor: pointer;
}

.pointer{
  cursor: pointer;
}
.ellipsis{
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.contenedor-principal {
  font-size: 12px;
  color: #888;
  min-width: 1110px;
}

.color_azul {
  color: #3179a7 !important;
}
.color_verde{
  color: #459e22;
}
.color_amarillo{
  color: #c1a833;
}

.select {
  display: block;
  font-size: 1.1em;
  font-weight: 400;
  color: #3179a7;
  padding: 0 1em;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0;
  border: 1px solid #3179a7;
  box-shadow: 0 0 0 0;
  border-radius: .3em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url("../svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1em;
}
.select::-ms-expand {
 display: none;
}
.select:focus,
textarea:focus {
  border: 1px solid #3179a7;
  box-shadow: 0 0 0 0;
  box-shadow: 0 0 0 0 -moz-mac-focusring;
  outline: none;
}
.select:hover {
  background-color: #f8f8f8;
  cursor: pointer;
}
textarea{
  color: #666666;
  font-size: 1.1em;
  margin-top: 1em;
  resize: none;
  border-radius: .3em;
}
.select_doble{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  background-position: 105% center;
  padding-right: 1.5em;
}


/* ESTILOS VISTA LOTE */
.cantycat {
  font-weight: 900;
  font-size: 2.5em;
}
.conformacion{
  font-size: 1.5em;
  margin-left: 0.5em;
}
.conformacion a{
  font-size: 0.7em;
  text-decoration: underline;
  margin-left: 0.5em;
}
.peso{
  font-weight: 700;
  font-size: 1.8em;
  padding-right: .5em;
  color: #666666;
}
.raza{
  font-style: italic;
  font-size: 1.6em;
  color: #666666;
}
.id_tropa {
  text-align: center;
  padding: 0.2em 0;
  margin-bottom: 0.5em;
  border: 1px solid #eee;
  border-radius: 3px;
  font-size: 1.2em;
}
.margin-bottom-y{
  margin-bottom: .9375rem;
}

/*video*/
video{
  width: 100%;
}
.cont_video_tropa{
  position: relative;
}
.btn_video{
  position: absolute;
  z-index: 1;
  width: 8em;
  height: 8em;
  left: calc( 50% - 4em );
  top: calc( 50% - 5em );
}
.play{
  background-image:url("../svg/play.svg");
  background-size:100%;
}
.pause{
  background:none;
}
.ubicacion{
  position: absolute;
  height: 4em;
  z-index: 2;
  bottom: 0;
  padding: 1em 2em;
  color: white;
  background: rgba(34,34,34,0);
  background: -moz-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 66%, rgba(34,34,34,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(34,34,34,0)), color-stop(66%, rgba(34,34,34,1)), color-stop(100%, rgba(34,34,34,1)));
  background: -webkit-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 66%, rgba(34,34,34,1) 100%);
  background: -o-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 66%, rgba(34,34,34,1) 100%);
  background: -ms-linear-gradient(top, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 66%, rgba(34,34,34,1) 100%);
  background: linear-gradient(to bottom, rgba(34,34,34,0) 0%, rgba(34,34,34,1) 66%, rgba(34,34,34,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#222222', GradientType=0 );
}
.ciudad_provincia{
  font-size: 1.4em;
  background: url("../svg/ios-location.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: -3px;
  padding-left: 1.5em;
}
.ciudad_provincia span{
  font-weight: 700;
}
.flex-video, .responsive-embed {
    margin-bottom: 0;
}
.cont_video_tropa.caravana::after{
  content: 'Apto Caravana Electrónica SENASA';
  position: absolute;
  background: #00000050;
  color: white;
  padding: .5em 1em;
  top: 1em;
  left: 1em;
  border-radius: .5em 0 .5em 0;
  user-select: none;
}

/*BLOQUE PPAL*/
.bloque_ppal{
  background: white;
  padding: 1em;
  overflow-y: hidden;
}
.bloque_ppal .titulo{
  font-weight: 700;
  font-size: 1.1em;
  color: #b1b1b1;
}
.bloque_ppal .small-up-2 .titulo{
  line-height: 2em;
}
.bloque_ppal .titulo span{
  color: #888;
}
.bloque_ppal .valor{
  font-weight: 900;
  font-size: 3.2em;
}
.bloque_ppal .aclaracion{
  font-size: 1.3em;
  line-height: 1em;
}
.bloque_ppal .fecha{
  font-size: 1.1em;
  line-height: 1em;
}
.bloque_ppal .small-up-5 .valor_txt,
.bloque_ppal .small-up-3 .valor_txt{
  font-weight: 900;
  font-size: 2em;
  text-transform: uppercase;
  padding: 0.44em 0;
}
.bloque_ppal .small-up-5,
.bloque_ppal .small-up-3{
  position: relative;
  z-index: 1;
}
.bloque_ppal .small-up-5::before,
.bloque_ppal .small-up-3::before{
  content: "";
  background-image: url(../svg/calidad.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: calc( 100% + 4em);
  display: block;
  position: absolute;
  right: 0;
  bottom: -3em;
  z-index: 0;
  animation: anim_cal .6s linear;
}
@keyframes anim_cal {
  from {bottom: 30em;}
  to {bottom: -3em;}
}
.bloque_ppal.preacondicionada .small-up-5::before{
  background-image: url(../svg/preacondicionada.svg);
}
.bloque_ppal.preacondicionada .small-up-3::before{
  background-image: url(../svg/preacondicionada_3.svg);
}
.bloque_ppal .small-up-3::before{
  background-image: url(../svg/calidad_3.svg);
}
.bloque_ppal .calidad .valor{
  font-weight: 900;
  font-size: 3.6em;
  line-height: 1.4em;
}
.bloque_ppal .calidad .valor span{
  font-size: .7em;
}
.bloque_ppal .calidad .aclaracion{
  font-size: 0.9em;
}
.bloque_ppal .cell{
  position: relative;
  background-size: 3.5em;
  background-repeat: no-repeat;
  background-position: -1.5em 100%;
}
.icono-derecha{
  background-position: calc( 100% + 1.5em) 100% !important;
}
/* Hacer los iconos sobre un ::before de cada cell y moverlo */
.calendario{
  background-image: url("../svg/icono_calendario.svg");
}
.vaca{
  background-image: url("../svg/icono_vaca.svg");
}
.vaca_derecha{
  background-image: url("../svg/icono_vaca_derecha.svg");
}
.rodeo_derecha{
  background-image: url("../svg/icono_rodeo_derecha.svg");
}
.nutricion{
  background-image: url("../svg/icono_nutricion.svg");
  padding: 0 1em 0 2.6em;
}
.zona{
  background-image: url("../svg/icono_zona.svg");
  padding: 0 2.6em 0 1em;
}
.bloque_ppal .small-up-5{
  padding-top: 1em;
}
.bloque_ppal .small-up-5 .cell:nth-child(1)::after,
.bloque_ppal .small-up-5 .cell:nth-child(4)::after{
  content: "";
  background: #f8f8f8;
  height: 80%;
  width: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloque_ppal>div:first-child::after,
.bloque_ppal>.bloque_ser::after{
  content: "";
  background: #f8f8f8;
  height: .5em;
  width: 1px;
  display: block;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  animation: anim_lin 1s .5s forwards;
}
@keyframes anim_lin {
  from {width: 0;}
  to {width: 100%;}
}

.bloque_ppal .cell{
  opacity: 0;
  animation: anim_val 2s .2s forwards;
}
@keyframes anim_val {
  from {opacity: 0;}
  to {opacity: 1;}
}

.cruz, .tilde{
  background-image: url("../svg/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  display: table;
  margin: 6px auto;
}
.tilde{
  background-image: url("../svg/checkmark.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.bloque_ppal .valor_txt{
  font-weight: 900;
  font-size: 1.6em;
}
.bloque_ppal .small-up-2{
  margin-top: 1em;
  position: relative;
}
.bloque_ppal .small-up-2::after{
  content: "";
  background: #f8f8f8;
  height: 1%;
  width: .5em;
  position: absolute;
  left: calc( 50% - .25em );
  top: 0;
  animation: anim_lin2 1s .5s forwards;
}
@keyframes anim_lin2 {
  from {height: 0;}
  to {height: 100%;}
}
.garra_mio{
  background-size: 1em;
  background-position: left center;
  margin: 0;
  padding: 0 0 0 1.2em;
  display: initial;
  text-align: right;
}
.garra_mio.cruz{
  color: #b1b1b1;
}
.garra_mio:first-child{
  margin-right: 1em;
}
/*Servicio*/
.bloque_ser{
  padding: 2.5em 0;
}
.bloque_ppal>.bloque_ser::after{
  margin-bottom: -4em;
}
.bloque_ser .small-up-2::after {
    width: .25em;
    left: calc( 50% - .125em );
}
.linea_tiempo .valor_txt{
  line-height: 1em;
}
.cont_txt_ser{
  background: #f8f8f8;
  border-radius: .5em;
  font-size: .9em;
  padding: 1em;
  color: #666666;
}
.hito{
  position: relative;
  z-index: 1;
}
.con_dot{
  position: relative;
  margin-bottom: 1em;
}
.con_dot::after{
  content: "";
  background: #3179a7;
  height: 1em;
  width: 1em;
  position: absolute;
  top: calc( 50% - .5em );
  left: -1.79em;
  border-radius: 1em;
}
.hito.text-right .con_dot::after{
  right: -1.79em;
  left: unset;
}


/*REVISACION CRIA SANITARIO ACLARACIONES*/
.bloque_rev,
.bloque_sani,
.bloque_txt{
  background: white;
  padding: 1.5em 2em;
}
.titulo_bloque{
  font-weight: 700;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #f8f8f8;
  margin-bottom: 1em;
}
.bloque_rev .titulo,
.bloque_sani .titulo,
.bloque_rel .titulo{
  font-size: 1.1em;
  color: #666666;
}
.bloque_rev .valor{
  font-weight: 900;
  font-size: 2.4em;
  color: #666666;
}
.bloque_rev .valor_txt{
  font-weight: 900;
  font-size: 1.8em;
  line-height: 2em;
  color: #666666;
  margin-right: 0.5em;
}
.sin_datos{
  opacity: .5;
  font-weight: normal !important;
}
.sin_datos::after{
  content: "S/D"
}
.sin_datos + .aclaracion{
  display: none;
}
.bloque_rev .aclaracion{
  line-height: 0.2em;
  height: 1em;
}
.bloque_rev span.aclaracion{
  font-size: 1.6em;
  padding-left: 0.3em;
}
.bloque_rev .cell{
  position: relative;
}
.bloque_rev .cell::after{
  content: "";
  background: #f8f8f8;
  height: 60%;
  width: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloque_rev .cell:nth-child(n+4)::after{
  display: none;
}
.btn_icono{
  color: #3179a7;
  font-weight: 700;
  font-size: 1em;
  line-height: 1.3em;
  border: 1px solid #3179a7;
  border-radius: .5em;
  background-size: 2em;
  background-position: 10% center;
  background-repeat: no-repeat;
  padding: .5em 1em .5em 38%;
  cursor: pointer;
  user-select: none;
}
.barras{
  background-image: url("../svg/barras.svg");
}
.titulo_bloque a{
  font-weight: 400;
  font-size: 0.9em;
  border: 1px solid #3179a7;
  border-radius: 0.3em;
  padding: 0.2em 1em;
  margin-top: -0.4em
}
.bloque_sani .valor_txt{
  /* font-weight: 700; */
  font-size: 1.1em;
  line-height: 2em;
  color: #666666;
  padding-top: .5em;
  border-bottom: 1px solid #ebebeb;
  height: 2rem;
}
.bloque_sani>.grid-x>.cell .valor_txt:last-child{
  border-bottom: 0;
}
.bloque_sani>.grid-x>.cell:first-child .valor_txt{
  font-weight: 900;
}
.bloque_sani>.grid-x>.cell:nth-child(n+3) .valor_txt{
  font-size: 1em;
  padding-top: .7em;
}
.bloque_sani .small-2 .valor_txt{
  font-size: 1em;
  line-height: 2.6em;
}
.bloque_sani .valor_txt span.show-for-small-only{
  font-weight: 400;
  font-size: 1em;
  color: #888888;
}
.bloque_sani .grid-margin-x>.cell {
  margin-left: .4rem;
  margin-right: .4rem;
}

.bloque_sani .grid-margin-x {
  margin-left: -.4rem;
  margin-right: -.4rem;
}
.bloque_txt p{
  font-size: 1.2em;
  text-align: justify;
}

/*RELACIONADOS*/
.bloque_rel a {
    color: unset;
    height: 100%;
    display: block;
    padding-bottom: 1em;
    position: relative;
}
.bloque_rel a:hover {
    background-color: #b1b1b126;
}
.bloque_rel img {
    max-height: 194px;
    width: 100%;
}
.bloque_rel .titulo_bloque{
  padding: 1em 1em 0.5em 1em;
  border-bottom: 1px solid white;
}
.bloque_rel>.grid-x>.cell{
  background: white;
}
.bloque_rel .titulo{
  font-weight: 900;
  padding: 1em;
}
.padding-1{
  padding: 1em;
}
.padding-x-1{
  padding: 0 1em;
}
.loc, .pes{
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.2em;
}
.loc{
  background-image: url("../svg/ios-location-red.svg");
}
.pes{
  background-image: url("../svg/pes.svg");
  text-align: right;
}






/* BLOQUE OFERTAR */
.pos-relative{
  position: relative;
}
.columna_ofertar,
.cont_sociedad{
  margin-left: 1em;
  padding: 1em;
  background-color: white;
}
.cont_sociedad .soc_activa{
  padding: 1em 4em 1em 2em;
  border: 1px solid #3179a7;
  border-radius: .5em;
  background-color: #ffffff;
  cursor: pointer;
  user-select: none;
}
.cont_sociedad .soc_activa::after{
  content: "";
  position: absolute;
  width: 2em;
  height: 2em;
  top: 2.6em;
  right: 3em;
  background-image: url("../svg/chevron-down.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2em;
  transition: .3s;
}
.cont_sociedad .soc_activa.desplegado::after{
  transition: 0.5s;
  transform: rotate(180deg);
}
.cont_sociedad li:hover {
  background-color: #f8f8f8;
}
.cont_sociedad li b{
  color: #3179a7;
  font-size: 1.4em;
  font-weight: 900;
  line-height: 1em;
  text-transform: uppercase;
}
.cont_sociedad li{
  padding: 2em;
  border: 1px solid #3179a7;
  margin-top: -1px;
}
.cont_sociedad .soc_desplegable li:last-child{
  border-radius: 0 0 .5em .5em;
}
.soc_desplegable{
  background: white;
  /* position: absolute;
  z-index: 1;
  width: calc( 100% - 2em ); */
  cursor: pointer;
}
.sin_bordes_abajo{
  border-radius: .5em .5em 0 0 !important;
}
.cont_sociedad li.soc_ci b{
  color: #e76062;
}
.cont_sociedad li.soc_ci::after{
  content: "Compra Inmediata Habilitada";
  display: block;
  color: #e76062;
  line-height: 1em;
}
.bloque_ofertar .titulo_bloque + .aclaracion{
  margin-top: -0.6em;
}
.bloque_ofertar .separador_der,
.bloque_cos .separador_der{
  height: .25em;
  margin: 1em 0;
}
.separador_der{
  background: #f8f8f8;
  height: .5em;
  margin: 1.5em 0;
}
.aclaraciones_item{
  color: #e36062;
}
.aclaraciones_text{
  margin-left: 5px;
  color: #666;
}
.columna_ofertar .titulo_bloque,
.reveal .titulo_bloque{
  border: 0;
  margin-bottom: 0;
}
.cont_precio{
  position: relative;
  border: 1px solid #f2f2f2;
  border-radius: 6px;
  padding: .2em;
  margin-top: .5em;
}
.valor_precio,
.valor_precio_cent{
  color: #666666;
  font-size: 4em;
  padding-left: .1em;
  overflow: hidden;
}
.valor_precio_cent{
  font-size: 2em;
  margin-top: -0.64em;
}
.cont_precio .btn_masmenos{
  color: #3179a7;
  /* background-color: #3179a7; */
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
}
.cont_precio .btn_masmenos:hover{
  /* color: white; */
  /* background-color: #3179a7; */
  border: 1px solid #3179a7;
  height: calc( 100% - 2px );
}
.cont_precio .btn_masmenos:active{
  opacity: .7;
}
.cont_precio .btn_masmenos:first-child{
  border-radius: 0 4px 0 0;
}
.cont_precio .btn_masmenos:last-child{
  border-radius: 0 0 4px 0;
}
.sep_btn {
    border: 1px solid #f2f2f2;
    border-width: 1px 0 0 0;
    margin: 2px 0;
}
.mas_menos{
  font-weight: 900;
  font-size: 2.3em;
  padding-right: .2em;
  line-height: 1.16em;
}
.cont_precio .grid-y .cell:last-child .mas_menos{
  font-size: 3em;
  padding-right: 0.2em;
  line-height: 0.96em;
  margin-top: -0.06em;
  margin-bottom: 0.06em
}
.step{
  font-size: 1.2em;
  padding-top: .2em;
}
.cont_precio .grid-y .cell:last-child .step{
  padding-top: 0;
}
.step b{
  font-weight: 900;
}
.iva{
  color: #666666;
  font-size: 1.4em;
  padding: .2em .5em;
}

/*Plazo Flete Caravana*/
.cont_plazo .cell,
.cont_flete .cell,
.cont_caravana .cell,
.cont_banco .cell{
  text-align: center;
  border-radius: .5em;
  cursor: pointer;
  user-select: none;
  padding: .8em 0 .5em 0;
  position: relative;
}
.cont_plazo .cell::after,
.cont_flete .cell::after,
.cont_caravana .cell::after{
    border: 1px solid #f2f2f2;
    content: '';
    width: calc( 100% - 6px );
    height: 90%;
    position: absolute;
    top: 5%;
    left: 3px;
    border-radius: .5em;
}
.cont_banco .cell::after{
    border: 1px solid #f2f2f2;
    content: '';
    top: 5%;
    left: 3px;
    border-radius: .5em;
}

.cont_plazo .cell.active::after,
.cont_flete .cell.active::after,
.cont_caravana .cell.active::after,
.cont_banco .cell.active::after{
    border: 0;
}
.cont_plazo svg,
.cont_flete svg,
.cont_caravana svg,
.cont_banco svg{
  width: 2.6em;
  height: 3em;
  fill: #888888;
}
.cont_plazo .cell:hover svg,
.cont_flete .cell:hover svg,
.cont_caravana .cell:hover svg,
.cont_banco .cell:hover svg{
  fill: #3179a7;
}
.cont_plazo .cell:hover,
.cont_flete .cell:hover,
.cont_caravana .cell:hover,
.cont_banco .cell:hover{
  color: #3179a7;
}
.cont_plazo .cell.active,
.cont_flete .cell.active,
.cont_caravana .cell.active,
.cont_banco .cell.active{
  color: #3179a7;
  border: 1px solid #3179a7;
  font-weight: 700;
  padding: 0px 5px;
}
/* SVG activo: solo color para todas las celdas activas */
.cont_plazo .cell.active svg,
.cont_flete .cell.active svg,
.cont_caravana .cell.active svg,
.cont_banco .cell.active svg{
  fill: #3179a7;
}
/* SVG activo grande: solo cuando la celda tiene num_personal_contadoydias */
.cont_plazo .cell.active:has(.num_personal_contadoydias) svg,
.cont_flete .cell.active:has(.num_personal_contadoydias) svg,
.cont_caravana .cell.active:has(.num_personal_contadoydias) svg,
.cont_banco .cell.active:has(.num_personal_contadoydias) svg{
  width: 4.6em;
  height: 5em;
  fill: #3179a7;
}
.cont_flete svg {
  margin-right: 0.5em;
  width: 1.8em;
  height: 2.6em;
}
.flete_retira{
  background-image: url(../svg/ios-location-red.svg);
  background-size: 1em;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 1.2em;
  margin-top: 1rem;
}
.flete_retira_preview, .flete_destino_txt{
    background-image: url(../svg/ios-location-red.svg);
    background-size: 1em;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 1.2em;
    margin-top: 0;
  }
.cont_caravana svg{
  margin-right: 0.5em;
  width: 1.4em;
  height: 1.4em;
}
.separador-vert::after{
  content: '';
  position: absolute;
  top: 0;
  left: -1.1em;
  width: .25em;
  height: 100%;
  background: #f8f8f8;
}
.hint_plazo{
  background: #f8f8f8;
  padding: .6em 1em;
  border-radius: .5em;
  text-align: center;
  margin-top: 1em;
  position: relative;
}
.hint_plazo::before{
  content: "";
  position: absolute;
  top: -0.8em;
  left: 10%;
  width: 0px;
  height: 0px;
  border-left: 0.8em solid transparent;
  border-right: 0.8em solid transparent;
  border-bottom: 0.8em solid #f8f8f8;
}
.plazo_personal{
  position: relative;
}
.num_personal {
  font-size: 1.7em;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0.8em;
  font-weight: 100;
}
.cont_plazo .cell.active .num_personal{
  top: 0.3em;
  padding-right: 0.5em;
}
.num_personal_split{
  font-size: 0.9em;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 2.3em;
  font-weight: bold;
}
.cont_plazo .cell.active .num_personal_split{
  top: 1.3em;
  width: 86%;
}
.num_personal_contadoydias{
  font-size: 0.9em;
  position: absolute;
  width: 100%;
  text-align: center;
  padding-left: 1.4em;
  top: 2.64em;
  font-weight: bold;
}
.cont_plazo .cell.active .num_personal_contadoydias{
  top: 3.4em;
  width: 100%;
}
/*Gastos y Pesada*/
.bloque_ofertar .valor{
  font-weight: 700;
  font-size: 2em;
  color: #666666;
  min-width: 14px;
}
.unidad{
  color: #666666;
  font-size: 1.4em;
  padding-left: .2em;
}
.leyenda{
  line-height: 1em;
  padding-left: .2em;
}
.bloque_pes .cell{
  position: relative;
}
.bloque_pes .cell:nth-child(2)::before {
  content: "";
  background: #f8f8f8;
  height: 2em;
  width: 2px;
  display: block;
  position: absolute;
  left: calc( -2em + 12% );
  bottom: .4em;
}
.bloque_pes .cell:nth-child(2)::after {
  content: "";
  background: #f8f8f8;
  height: 2em;
  width: 2px;
  display: block;
  position: absolute;
  right: calc( -2em + 12% );
  bottom: .4em;
}
.bloque_pes + .separador_der{
  height: 2px;
}
.bloque_bal b,
.bloque_ope b{
  font-weight: 700;
  color: #666666;
}

/*Aclaraciones y Enviar*/
.btn_enviar{
  color: white;
  background-color: #459e22;
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  border-radius: 6px;
  padding: .2em 0;
  margin: .5em 0;
  cursor: pointer;
  user-select: none;
}
.btn_enviar:hover{
  background-color: #459e22f0;
}
.btn_enviar:focus{
  outline: none;
}
.bloque_acl{
  margin: 2em 0;
}

/*Operador*/
.btn_simple{
  color: #3179a7;
  font-weight: 700;
  font-size: 1em;
  border: 1px solid #3179a7;
  border-radius: .5em;
  text-align: center;
  padding: .5em 0;
  margin: 1em;
  cursor: pointer;
  user-select: none;
}
div[class*='btn_']:focus,
.reveal:focus{
  outline: none;
}
.bloque_ope{
  font-size: 1.1em;
}
.foto_op{
  width: 100%;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}
.btn_enviar.wapp{
  font-size: 1em;
  display: table;
  background-size: 1.2em;
  background-position: 1em center;
  background-repeat: no-repeat;
  padding: .5em 1.5em .5em 3.2em;
  user-select: none;
  background-image: url("../svg/whatsapp.svg");
}
.btn_enviar.wapp:hover,
.btn_enviar.wapp:active,
.btn_enviar.wapp:visited{
  color: white;
}
.btn_simple.btn_sutil{
  margin: 1em 0;
  color: #888;
  border: 0;
  background: #f8f8f8;
  font-weight: 900;
}

/*Vendedor*/
.bloque_ven .titulo{
  font-size: 1.1em;
  color: #666666;
}
.bloque_ven .valor{
  font-weight: 700;
  font-size: 1.6em;
  color: #666666;
}
.bloque_ven .aclaracion{
  line-height: 0.8em;
  height: 1em;
}
.bloque_ven .cell{
  position: relative;
  font-size: .96em;
}
.bloque_ven .con_sep .cell::after{
  content: "";
  background: #f8f8f8;
  height: 60%;
  width: 2px;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}
.bloque_ven .con_sep .cell:last-child::after{
  display: none;
}
.bloque_ven .grid-padding-x>.cell {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.bloque_ven .con_sep .cell:first-child {
  padding-left: 0;
}
.bloque_ven .con_sep .cell:last-child {
  padding-right: 0;
}
.icono_vendedor{
  background-image:url("../svg/vendedor.svg");
  background-size: 3em;
  background-position: center center;
  background-repeat: no-repeat;
}
/*protegida*/
.bloque_pro{
  background-image:url("../svg/logoPG.svg");
  background-size: 160px;
  background-position: center 96%;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.icono_protegida{
  background-image:url("../svg/protegida.svg");
  background-size: 2.8em;
  background-position: top center;
  background-repeat: no-repeat;
}
/*Costos*/
.btn_costos{
  color: #3179a7;
  font-size: 1.4em;
  font-weight: 900;
  padding: 1em;
  cursor: pointer;
  user-select: none;
}
.btn_costos svg {
  width: 2em;
  height: 2em;
  fill: #3179a7;
  display: table;
  margin: 0 auto;
}
.btn_costos:hover ~ .icono_desplegable::after,
.icono_desplegable:hover::after{
  background-position: center bottom;
}
.icono_desplegable{
  cursor: pointer;
  position: relative;
  border-top: 2px solid #f8f8f8;
  display: table;
  margin: 0 auto 3.6em auto;
  width: 80%;
}
.icono_desplegable.desplegado {
    margin: 3em auto 0 auto;
}
.icono_desplegable::after{
  content: "";
  position: absolute;
  top: -2px;
  left: calc( 50% - 1.5em);
  border: 2px solid #f8f8f8;
  border-top: 0;
  border-radius: 0 0 .4em .4em;
  padding: 0.8em 1.2em;
  background-image: url(../svg/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.2em;
  background-color: white;
  transition: .3s;
}
.icono_desplegable.desplegado::after{
  top: unset;
  bottom: 0;
  transform: scaleY(-1);
}
.icono_desplegable:hover::after{
  transform: translate(1);
}
.bloque_cos select{
  margin-bottom: 1em;
}
.button-group .button{
  border-radius: 0;
}
.button-group .button:first-child{
  border-radius: .3em 0 0 .3em;
}
.button-group .button:last-child{
  border-radius: 0 .3em .3em 0;
}
.button-group .button.active,
.button-group .button.active:hover{
  color: white !important;
  background-color: #3179a7 !important;
}
.button-group .button:hover{
  color: #3179a7 !important;
  background-color: #f8f8f8 !important;
  border-color: #3179a7 !important;
}
.item_costo{
  font-size: 1.2em;
}
.valor_costo b{
  font-size: 1.5em;
  margin-left: .2em;
}
.boldest b{
  font-weight: 900;
  font-size: 1.1em;
}
.boldest .valor_costo b{
  font-size: 1.7em;
}
.boldest .valor_costo b span{
  font-size: 0.8em;
  vertical-align: text-top;
}
.ttip{
  color: white;
  background-color: #999;
  border-radius: 50%;
  font-size: .8em;
  width: 1.2em;
  height: 1.2em;
  margin-left: .5em;
  text-align: center;
  line-height: 1.2em;
  user-select: none;
}
/*Compra Inmediata y Ofertas Anteriores*/
.label_ci , div[class*='label_']{
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  text-transform: uppercase;
  padding: 0.6em;
  margin-top: -0.5em;
  border-radius: .3em .3em 0 0;
}
.label_ci, div[class*='label_'] span{
  letter-spacing: 0;
  font-size: 0.8em;
  margin-top: 0em;
  display: block;
  text-transform: none;
}
.label_ci, div[class*='label_'] b{
  font-weight: 900;
}
.bloque_ci, .bloque_ci_din, div[class*='oferta_']{
  padding-top: 1em;
  border-radius: 0 0 .3em .3em;
}
.bloque_ci_din{
  border: 2px dashed #e76162;
  border-top: 0;
}
.bloque_ci_din .grid-margin-x>.cell {
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}
.bloque_ci_din .cont_precio,
.bloque_ci .cont_precio,
div[class*='oferta_'] .cont_precio{
  border: 0;
  padding: 0;
  margin: 0;
}
.flete_destino_txt{
  margin-top: .5em;
}
.bloque_ci .flete_retira,
div[class*='oferta_'] .flete_retira,
.bloque_ci .flete_destino_txt,
div[class*='oferta_'].flete_destino_txt{
  text-align: left;
  background-position: left center;
  padding-left: 1.2em;
}
.bloque_ci .separador_der,
div[class*='oferta_'] .separador_der{
  margin: 0.8em 0;
}
.bloque_ci .titulo_bloque,
div[class*='oferta_'] .titulo_bloque {
  padding-bottom: .2em;
}
.bloque_ci .bloque_pes,
div[class*='oferta_'] .bloque_pes {
  margin-top: .3em;
}
.bloque_ci .valor_precio,
.bloque_ci_din .valor_precio,
div[class*='oferta_'] .valor_precio{
  line-height: 1.2em;
}
.bloque_ci .iva,
.bloque_ci_din .iva,
div[class*='oferta_'] .iva {
  padding: 0 .5em;
}
.oferta_baja, div[class*='oferta_']{
  border-width: 1px;
  border-style: solid;
  padding: calc( 1em - 1px );
}
.label_baja,
.label_contado,
.label_aceptable,
.label_credito,
.label_incompletos,
.label_invalida,
.label_ci{
  color: white;
  background: #e76162;
}
.oferta_baja{
  border-color: #e76162;
}
.label_cuenta_invalida{
    background: #f0ad4c;
    color: #fff;
}
.oferta_cuenta_invalida{
    border-color: #f0ad4c;
}
.label_sinrespuesta{
    background: #f2f2f2;
}
.oferta_sinrespuesta{
  border-color: #f2f2f2;
}
.label_contado{
  background: #f0ad4c;
}
.oferta_contado{
  border-color: #f0ad4c;
}
.label_aceptable{
  background: #459e22;
}
.oferta_aceptable{
  border-color: #459e22;
}
.label_credito{
  background: #777777;
}
.oferta_credito{
  border-color: #777777;
}
.label_incompletos{
  background: #96a752;
}
.oferta_incompletos{
  border-color: #96a752;
}
.label_invalida{
  background: #ff0000;
}
.oferta_invalida{
  border-color: #ff0000;
}

.bloque_ant div[class*='label_']{
  text-align: left;
}
.bloque_ant p{
  margin: 1em;
}
.bloque_ant > div > p{
  border-bottom: 1px solid #f8f8f8;
}
.bloque_ant p b{
  font-weight: 700;
  padding-left: 1em;
  font-size: 1.1em;
  color: #666666;
}


/*MODALES*/
.reveal-overlay{
  /*fix nav*/
  z-index: 99991005;
}
.reveal textarea{
  font-size: 0.9em;
}
.titulo_modal{
  color: #3179a7;
  font-size: 1.2em !important;
  text-align: center;
  font-weight: 900;
  padding-bottom: .5em;
  padding-top: unset;
  border-bottom: 1px solid #f8f8f8;
}
.footer_modal{
  padding-top: 1em;
  border-top: 1px solid #f8f8f8;
}
.center_content{
  display: table;
  margin: 0 auto;
}
a[class*='btn_modal_']{
  font-size: 1em;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  padding: .5em 0 .5em 0;
  margin: 0 .5em;
  width: 9em;
  cursor: pointer;
  user-select: none;
  display: inline-block;
}
a[class*='btn_modal_'] svg{
  width: 0.8em;
  height: 0.8em;
  margin-left: -0.4em;
  margin-right: 1em;
  margin-bottom: .2em;
  vertical-align: middle;
}
.btn_modal_cancelar{
  color: #888;
  border: 1px solid #888;
  background-color: white;
}
.btn_modal_cancelar svg{
  fill: #888;
}
.btn_modal_cancelar:hover{
  color: #e76062;
  border: 1px solid #e76062;
}
.btn_modal_cancelar:hover svg{
  fill: #e76062;
}
.btn_modal_aceptar{
  color: white;
  background-color: #459e22;
}
.btn_modal_aceptar:hover{
  background-color: #459e22f0;
  color: white;
}
.btn_modal_aceptar svg,
.btn_modal_aceptar:hover svg{
  fill: white;
  width: 1.1em !important;
  height: 1.1em !important;
}
.reveal .bloque_ofertar{
  width: 324px;
  font-size: 12px;
  margin: .5em auto 2em auto;
  max-width: 100%;
}
.modal_of_enviada{
  /* background-image:url("../svg/checkmark-verde.svg");
  background-size: 8em;
  background-position: center 4em;
  background-repeat: no-repeat;
  padding-top: 16em !important; */
  font-size: 0.9em;
}
.modal_of_enviada .fas{
  font-size: 2em;
}

.modal_of_enviada p {
    line-height: 1.4em;
    margin-top: 0.6em;
}

.modal_sin_validar{
  background-image:url("../svg/alert.svg");
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: center 4em;
  padding-top: 13em !important;
}

.alert_input_empty{
    color:#ff0000;
    text-align: center;
    font-size: 12px;
}

.reveal input{
  box-shadow: none;
  border: 1px solid #cecece;
  border-radius: 2px;
  margin-bottom: 0;
}

.reveal label{
  color: #3179a7;
  font-weight: bold;
}

.reveal#modal_ayuda_oferta{
  width: 80%;
}

@media print, screen and (min-width: 40em){
  .reveal.tiny.modal_of,
  .reveal.tiny.modal_of_enviada {
      max-width: 400px !important;
  }
  .reveal.tiny{
    min-width: 24em;
  }
}




/* MEDIA QUERY PARA VERSION MOBILE */
@media only screen and (max-width: 639px) {
  .contenedor-principal,
  .reveal .bloque_ofertar {
    min-width: unset;
    font-size: 10px;
  }

  .mobile-first {
    order: 1; }

  .mobile-second {
    order: 2; }

  .lotes_relacionados {
    display: none; }

  .contenedor-principal-gris {
    margin-top: 0px;
    padding-top: 0px; }

  .id_tropa{
    font-size: 1em;
    margin-bottom: 0;
    padding: 0 2vw;
  }

  .ciudad_provincia{
    font-size: 1em;
  }

  .bloque_ppal,
  .bloque_rev,
  .bloque_sani,
  .bloque_txt,
  .bloque_ven,
  .bloque_pro .titulo_bloque,
  .bloque_ope .titulo_bloque,
  .reveal{
    font-size: .9em;
    overflow-x: hidden;
  }

  .bloque_ppal .aclaracion{
    font-size: 1em;
  }

  .bloque_ppal .valor_txt{
    font-size: 1.1em;
  }

  .bloque_ppal .small-up-5::before{
    background-image: url(../svg/calidad_sm.svg);
  }

  .bloque_ppal.preacondicionada .small-up-5::before{
    background-image: url(../svg/preacondicionada_sm.svg);
  }

  .bloque_ppal .small-up-5 .valor_txt, .bloque_ppal .small-up-3 .valor_txt {
    font-size: 1.4em;
    padding: .99em 0;
  }

  .bloque_ppal>div:first-child::after,
  .bloque_ppal>.bloque_ser::after {
    height: 0.3em;
  }

  .bloque_ppal .small-up-2::after {
    width: 0.32em;
    left: calc( 50% - 0.15em);
  }

  .bloque_ser .small-up-2::after {
      width: 0.2em;
      left: calc( 50% - .1em );
  }

  .hito .con_dot::after{
    left: -1.59em;
  }
  .hito.text-right .con_dot::after{
    right: -1.69em;
  }

  .bloque_rev,
  .bloque_sani,
  .bloque_txt{
    background: white;
    padding: 1.5em 1em;
  }

  .bloque_rev .valor{
    font-size: 2.2em;
  }
  .bloque_rev .valor_txt{
    font-size: 1.6em;
    line-height: 2.1em;
  }
  .bloque_rev .grid-padding-x>.cell {
    padding-right: .5rem;
    padding-left: .5rem;
  }
  .grid-padding-x .grid-padding-x {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }

  .bloque_sani .valor_txt{
    height: 4em;
    padding-top: 1em;
  }

  .bloque_sani>.grid-x>.cell:first-child .valor_txt{
    line-height: 1.2em;
    padding-top: 1.4em;
  }

  .bloque_sani .grid-margin-x>.cell {
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .bloque_sani .grid-margin-x {
    margin-left: -.25rem;
    margin-right: -.25rem;
  }

  .bloque_sani>.grid-x>.cell:nth-child(n+3) .valor_txt {
    font-size: 1em;
    padding-top: 0.8em;
    margin-top: 0.4em;
  }


  /*Ofertar*/
  .columna_derecha{
    position: unset;
  }
  .columna_derecha>div{
    margin-left: 0;
  }
  .bloque_ven .cell{
    font-size: unset;
  }

  .reveal .bloque_ofertar {
    width: 300px;
  }

}


@media only screen and (max-width: 320px) {
  .grid-container.contenedor-principal{
    padding-left: 0;
    padding-right: 0;
  }
  .bloque_ppal {
      padding: 1em 0;
  }
  .bloque_tit {
    padding: 0 1em;
  }
}

.skeleton {
  background-color: #e2e5e7;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background-size: 40px 100%;
  background-repeat: no-repeat;
  background-position: left -40px top 0;
  -webkit-animation: shine 1s ease infinite;
          animation: shine 1s ease infinite;
          border-radius: 4px;
}
.skeleton.price{  
  height: 58px;
  width: 55%;
  margin-bottom:5px;
}

@-webkit-keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

@keyframes shine {
  to {
    background-position: right -40px top 0;
  }
}

.banco .brand{
  display: block;
  width: 50%;
  padding: 0px 10px;
}
.banco .brand img{
  width: 100px;
  height: auto;
  display: block;
}
.banco .brand .name{
  display: block;
  text-align: left;
  font-weight: 700;
  font-size: 12px;
  color: #888;
  padding: 10px 0px 0px 1px;
}

.banco .plazos{
  display: block;
  width: 50%;
  text-align: left;
  padding: 0px 0px 0px 10px;
  align-self: flex-start;
}
.banco .plazos .color_azul{
  margin-left: 5px;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
  display: block;
}

.banco .plazos .plazo{
  display: block;
  width: 100%;
  text-align: right;
  font-weight: bold;
  padding-top: 10px;
}

.banco .plazos .v-box{
  display:block;
  width: 100%;
}
.banco .plazos .v-box span{
  display:block;
  text-align:right;
}

.banco .plazos .v-box span.price{
  color: #666666;
  font-weight: bold;
}
.banco .plazos .v-box span.cftea{
  color: #888;
  padding-top: 10px;
}

.banco.active .plazos .v-box span.cftea{
  color: #3179a7;
}

.banco .plazos .cell{
  padding-left: 10px;
  padding-right: 10px;
}

.banco .price{
  display: none;
  width: 100%;
  text-align: left;
  padding: 5px 10px;
}

.banco.active .price{
  display: block;
}

.banco .price hr{
  margin: 5px 0px 5px 0px;
}

.banco .price .text{
  font-weight: bold;
  color: #666666;
  display: inline-block;
  width: 49%;
  box-sizing: border-box;
  margin-left: 0px;
  padding-left: 2px;
}
.banco .price .number{
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  margin-left: 0px;
  text-align: right;
}

.mtb10{
  margin-top:10px;
  margin-bottom:10px;
}

.mtb15{
  margin-top:15px;
  margin-bottom:15px;
}

.mb5{
  margin-bottom:5px;
}

.financiamiento-alert{
  background-color: #F8F8F8;
  color: #666666;
  padding: 10px;
}
.financiamiento-alert i::before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url(../svg/fi-rr-exclamation.svg);
  margin-top: 7px;
}
.financiamiento-alert p{
  margin-left: 30px;
  margin-bottom: 0px;
}

.subtitulo_modal{
  margin-left: 35px;
}

.financiamiento-bancario-alert{
  background-color: #F8F8F8;
  color: #666666;
  padding: 10px;
}
.financiamiento-bancario-alert i::before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url(../svg/banco.svg);
  margin-top: 2px;
}
.financiamiento-bancario-alert p{
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 15px;
}

.financiamiento-dcac-alert{
  background-color: #F8F8F8;
  color: #666666;
  padding: 10px;
}
.financiamiento-dcac-alert i::before{
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  z-index: 0;
  background-image: url(../svg/dcac.svg);
  margin-top: 0px;
}
.financiamiento-dcac-alert p{
  margin-left: 30px;
  margin-bottom: 0px;
  font-size: 15px;
}