html { 
    scroll-behavior: smooth; 
}

body{
  background: #fff !important;
}

.breadcrumbs li.volver-al-listado:not(:last-child)::after {
  position: relative;
  margin: 0;
    margin-right: 0px;
    margin-left: 0px;
  margin-left: 0.5rem;
  margin-right: 0.0rem;
  opacity: 1;
  content: "|";
  color: #3FA4DD;
}

.breadcrumbs .actual a {
  color: #222222;
}

.body-selecta .breadcrumbs{
margin-top: 20px;
}

.color91979E {
    color: #91979E !important;
} 

.selecta .titulo {
    font-size: 24px;
    line-height: 1.2;
}


.selecta .prestamo {
    font-size: 24px;
    line-height: 1.2;
}

.display-block {

  display: block;
}

.width-110{
    width: 100%;
    max-width: 110px;
}

.fotos {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 490px;
  align-content: space-between;
    margin-bottom: 10px;
}
     
.fotos .navegador {
  flex: 1 1 ;
  width: 82px;
}
    
.fotos .codigo {
  width: 82px;
  display: contents;
}
    
.fotos .contenedor {
  flex: 1 1 100%;
  min-width: 320px;
  max-width: 482px;
}

.contendor-fotos {
    max-width: 482px;
     padding-top: 8px;
}

.contendor-fotos img{
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

.contendor-fotos .slick-list {
  margin-bottom: 0px !important;
}

.fancybox-image {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.fancybox-bg {
  background: rgba(10, 10, 10, 0.65) !important;
    
}

.fancybox-thumbs {
  background: rgba(10, 10, 10, 0.65) !important;
  
}

.fancybox-toolbar {
  right: 3px !important;
  top: 3px !important;
}

.fancybox-button {
    border-radius: 28px !important;
    -moz-border-radius: 28px !important;
    -webkit-border-radius: 28px !important;
    margin-left: 3px !important;
    background: rgba(10, 10, 10, 0.20) !important;
}

.fancybox-navigation .fancybox-button {
  top: calc(50% - 28px);
  width: 46px !important;
  height: 46px !important;
    padding: 2px !important;
    margin: 3px !important;
}


.fancybox-navigation .fancybox-button div {
  padding: 7px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}


.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0,0,0,.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 70px !important;
  margin: 8px !important;
  max-height: calc(100% - 16px) !important;
  max-width: calc(50% - 8px) !important;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 70px !important;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}

.fancybox-thumbs__list {
  padding: 8px !important;
}

.fancybox-thumbs {
  background: #ddd;
    background: rgba(0,0,0,0.00) !important;
  
  width: 192px !important;
 
}

.fancybox-show-thumbs .fancybox-inner {
  right: 192px !important;
}

.fancybox-caption {
  background: rgba(0,0,0,0.00) !important;
}

.fancybox-thumbs__list a::before {
  border: 2px solid #ffffff !important;
    border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
}

.contendor-fotos .slick-slide { 
    cursor: pointer; 
    padding: 0px;  
}

.navegador-fotos  {
    max-width: 82px;
    padding-top: 4px;
}

.navegador-fotos .item {
	background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border: 2px solid #cccccc;
    max-width: 82px;
}

.navegador-fotos .item img{
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.navegador-fotos .slick-slide { 
    cursor: pointer; 
    padding: 4px;  
}
      
.slick-slide.is-active .item{
	color: #c00;
	background-color: #f0f0f0;
	border: 2px solid #222222 !important;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
	  
.navegador-fotos .slick-slide img {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
    opacity: 0.5;
    -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
}

.navegador-fotos .slick-slide:hover img {

    opacity: 0.75;
    -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
}

.slick-slide.is-active .item img,
.slick-slide.is-active:hover .item img{
	opacity: 1.0;
}
	  
.navegador-fotos .slick-prev, 
.navegador-fotos .slick-next {
    width: 82px;
    height: 18px;
    top: auto;
    left: auto;
    right: auto;
}


.navegador-fotos .slick-prev {
    left: 0px;
    top: -6px;
    border-radius:  8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}

.navegador-fotos .slick-next {
    left: 0px;
    bottom: -28px;
     border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}
	  
.navegador-fotos .slick-prev::before {
  content: '';
  display: block;
  width: 82px;
  height: 16px;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: url("/imagenes/2025/svg/icono-flecha-arriba-celeste.svg");
  background-size: 20px 20px;
  background-position: center center;
  border-radius:  8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}

.navegador-fotos .slick-next::before {
  content: '';
  display: block;
  width: 82px;
  height: 16px;
  opacity: 1;
  background-repeat: no-repeat;
  background-image: url("/imagenes/2025/svg/icono-flecha-abajo-celeste.svg");
  background-size: 20px 20px;
  background-position: center center;
    border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}

.navegador-fotos .slick-prev:hover {
   background: #ededed !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
  border-radius:  8px 8px 0px 0px;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
}

.navegador-fotos .slick-next:hover {
    background: #ededed !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0) !important; 
    border-radius: 0px 0px 8px 8px;
-moz-border-radius: 0px 0px 8px 8px;
-webkit-border-radius: 0px 0px 8px 8px;
}

.titulo-caracteristicas{
    color: #333333;
    font-size: 24px;
    padding-top: 10px;
    }

.titulo-descripcion{
    color: #333333;
    font-size: 24px;
    border-top: 1px solid #E5E5E5;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    }

.sub-titulo-caracteristicas{
    color: #333333;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto-Bold';
    }

.atributo{
    color: #333333;
    font-size: 16px;
    padding: 10px;
    overflow: hidden;
    }

.atributo.impar{
    background: #ffffff;
    }

.atributo.par{
    background: #f7f7f7;
    }

.atributo .izquierda,
.atributo .derecha{
    width: 50%;
    float: left;
    }

.atributo .izquierda{
    padding-left: 50px;
    }


.marcador  {
    height: 0px; 
}

.marcador#opiniones  {
    margin-top: -75px;
    display: block;
    margin-bottom: 75px;
}

 .contenedor-caracteristicas {
    line-height: 1.5;
    height: 190px;
    overflow: hidden;  
}

.contenedor-tablas {
    line-height: 1.5;
    height: 0px;
    overflow: hidden;  
}

.lista-opiniones {
    line-height: 1.5;
    height: 250px;
    overflow: hidden;  
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 18px;
}

.contenedor-descripcion { 
  line-height: 1.5;
    height: 200px;
    overflow: hidden; 
    font-size: 16px;
    color: #333333;
}

.contenedor-descripcion.ampliado {
      height: auto;
}

.lista-opiniones.ampliado {
    height: 500px;
    overflow-y: scroll;
    scrollbar-width: 50px;
}

.contenedor-caracteristicas.ampliado {
    height: auto;
}

.contenedor-tablas.ampliado {
    height: auto;
}
.contenedor-descripcion-top {
    height: 0px;
    width: 100%;
}

.contenedor-descripcion-top-in {
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6) 65%,#fff);
    height: 200px;
    width: 100%;
    max-width: 700px;
    position: absolute;
}

.contenedor-descripcion-top-in.sin-degrade {
  background-image: linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6) 65%,#fff);
  height: 0px;
    margin-top: 200px;
    opacity: 0;
}

.contenedor-tablas .selecta{
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.10); 
  
}

.contenedor-tablas .selecta:hover {
    -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.45); 
 
}

.tarjetas{
    margin-bottom: 16px;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); 
    border: 2px solid #dcdcdc;
    transition: all .35s;
  -ms-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
}





.tarjetas.seleccionado{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); 
    border: 2px solid #034D8E;
    transition: all .35s;
  -ms-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
}

.cuotas{
    border: 2px solid #dcdcdc;
    transition: all .35s;
  -ms-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
    
    cursor: pointer;
    padding: 8px;
    padding-top: 43px;
    padding-bottom: 16px;
    min-height: 116px;
}

.cuotas.seleccionado{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10); 
    border: 2px solid #034D8E;
    transition: all .35s;
  -ms-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
    padding: 8px;
    padding-top: 10px;
    padding-bottom: 8px;
     min-height: 116px;
}

.tarjetas:hover{
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
    -moz-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.30); 
    transition: all .35s;
  -ms-transition: all .35s;
  -moz-transition: all .35s;
  -webkit-transition: all .35s;
}

.callout.flotante{
    height: 60px ;

}

.cerrado .callout.flotante{
    height: 0px !important;
    padding-top: 0px;
    padding-bottom: 0px;
    border: 0px !important;
    margin: 0px;
}

.contenedor-notificaciones {
    height: 0px;
    margin: 0px;
    left: 0px;
    right: 0px;
    position: fixed;
    z-index: 2;
    top: 160px;
}


.callout.flotante {
  font-size: 16px;
  padding: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) ;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) ;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1) ;
  z-index: 3099;
  top: 10px;
  opacity: 0.90;
  width: 100%;
  padding-right: 40px;
  border: 2px solid #e6e6e6;
  background-color: #ffffff;
  -ms-transition: all .4s;
  -moz-transition: all .4s;
  -webkit-transition: all .4s;
  margin-bottom: 15px;
}

.callout.flotante img{    vertical-align: middle;}

.vertical-align-middle{    vertical-align: middle;}

.callout.flotante .close-button {
  right: 15px;
  top: 18px;
  font-size: 1em;
  line-height: 1;
}

.callout.flotante.usuarios {  
}

.callout.flotante.stock {  
    border: 2px solid #FFBB0D;
}

.callout.flotante:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) ;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) ;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2) ;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  opacity: 1;
  
}

.max-width-46px {
    max-width: 46px;
}
  
    
.opiniones-titulo   {
    overflow: hidden;
    display: block;
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
} 

.opiniones-titulo img   {
    width: 88px;
    margin-left: 3px;
    margin-right: 3px;
    vertical-align: text-top;
} 
    
.contenedor-opiniones {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}
.opiniones-izquierda {
    width: 35%;
    float: left;
}

.opiniones-derecha {
    width: 63%;
    float: right;
    padding-left: 4%;
    border-left: 1px solid #E5E5E5;
}

.opiniones-detalle {
    font-size: 20px;
    line-height: 24px;
}
.opiniones-grafica {
    margin: 20px 0;
    max-width: 380px;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #C4C4C4;
}

.opiniones-barra {
    padding: 8px;
}
                                
.opiniones-barra div {
    background: #D9D9D9;
    width: calc(100% - 58px); 
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    margin-right: 15px;
}
                
.opiniones-barra span {
    height: 10px;
    background: rgba(51, 51, 51, 0.4);
    border-radius: 10px;
    display: block;
    width: 0%;
}
            
.opiniones-comentario {
    padding-bottom: 20px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 20px;
    list-style: none;
}
                
.opiniones-comentario:last-child {
    border-bottom: none;
    padding-bottom: 1px;
}
                
.opiniones-comentario .nombre {
    display: block;
    font-size: 16px;
    line-height: 1.2;
    color: #252424;
    padding-bottom: 6px;

}
.opiniones-comentario .fecha {
    display: block;
    font-style: normal;
    font-size: 12px;
    line-height: 12px;
    color: #989898; 
    padding-bottom: 6px;
}
                
.opiniones-comentario .estrellas {
    padding-bottom: 6px;
    display: block;
}
                
.opiniones-comentario .estrellas img {
    width: 71px;
}
                
.opiniones-comentario .texto {
    font-size: 16px;
    color: #252424;
}

                
.selecta .precio-anterior {
    color: #989898;
    font-size: 16px;
    height: 22px; 
    margin-bottom: 1px;
    display: block;
}

.selecta .ahorro {
    color: #269435;
    padding-left: 10px;
}

.selecta .precio {
    color: #222222;
    font-size: 40px;
    height: 52px; 
    font-family: 'Roboto-regular', Helvetica, Arial, 'sans-serif';
    margin-bottom: 8px;
    display: block;
}

.selecta .precio.plus {
    color: #E32285;
}

.selecta .precio.plus .detalle-plus {
    display: inline-block;
    color: #E32285;
    font-size: 14px;
    font-family: 'Roboto-Light', Helvetica, Arial, 'sans-serif';
    float: right;
    padding-top: 5px;
    max-width: 40%;
    min-width: 80px;
}

.selecta .precio.plus .detalle-plus img{
    width: 100%;
    max-width: 80px;
 }

.selecta .impuestos-nacionales {
    color: #333333;
    font-size: 12px;
    height: 26px; 
    margin-bottom: 8px;
}

.precio .decimal{
    font-size: 60%;
 }

.precio.plus .decimal{
    font-size: 60%;
    vertical-align: super;
 }

.selecta .cucardas-top{
    height: 0px;
    margin: 0px;
    margin-top: 0px;
    margin-right: 0px;
    position: relative; 
    z-index: 1;
    top: 9px;
}

.selecta .cucardas-top .financiacion-top2 {
  top: 395px;
  width: 56px;
}


.selecta .favorito input[type="checkbox"] + label,
.selecta .lista input[type="checkbox"] + label{
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    text-decoration: inherit;
    background-image: url(/imagenes/2025/svg/Icono-favorito-azules.svg);
    background-size: 45px 100px;
    background-position: -3px -64px;
    background-repeat: no-repeat;	
    background-color: #ffffff;
    border: 1px solid #034D8E;
    height: 40px;
    width: 40px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.selecta .favorito input[type="checkbox"] + label.fav_activo {
    background-position: -3px -31px;
}



.selecta .lista input[type="checkbox"] + label{
	background-image: url("/imagenes/2025/svg/icono-lista-bgazul.svg");
  background-position: -3px -60px;
}

.selecta .lista input[type="checkbox"] + label.fav_activo {
    background-position: -3px -1px;
}

.contenedor-talle input[type="radio"],
.contenedor-color input[type="radio"]{ 
	display: none;
}

.selecta .contenedor-color input[type="radio"] + label.imagen,
.selecta .contenedor-talle input[type="radio"] + label.texto{
  border: 2px solid #034D8E !important;
    font-size: 16px;
    font-family: 'Roboto-Bold', Helvetica, Arial, 'sans-serif';
    padding: 0px;
  color: #034D8E !important;
  width: 60px !important;
  height: 60px !important;
  text-align: center;
  display: inline-block;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
    transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.selecta .contenedor-color input[type="radio"]:checked + label.imagen,
.selecta .contenedor-color input[type="radio"]:checked:hover + label.imagen{
border: 3px solid #222222 !important;
width: 64px !important;
height: 64px !important;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 8px;
  margin-bottom: 8px;
    transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.selecta .contenedor-color input[type="radio"]:disabled + label.imagen,
.selecta .contenedor-talle input[type="radio"]:disabled + label.texto{
  border: 2px solid #989898 !important;
  color: #B2B2B2 !important;
    opacity: 0.7;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 2px 2px;
    cursor: no-drop
}


.selecta .contenedor-color input[type="radio"]:disabled + label.imagen img{
  opacity: 0.3;
}

.selecta .contenedor-talle input[type="radio"] + label.texto{
  padding: 6px;
  color: #034D8E !important;
  width: 100%;
    height: 45px !important;
  border-radius: 28px;
  -moz-border-radius: 28px;
  -webkit-border-radius: 28px;
    margin-top: 2px;
  margin-left: 2px;
  margin-right: 10px;
  margin-bottom: 10px;
    transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;

}

.selecta .contenedor-talle input[type="radio"]:checked + label.texto,
.selecta .contenedor-talle input[type="radio"]:checked:hover + label.texto{
    padding: 7px !important;
	border: 3px solid #034D8E !important;
    width: 64px !important;
    height: 49px !important;
    padding: 6px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 8px;
    margin-bottom: 8px;
    color: #ffffff !important;
    transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.contenedor-principal {
    overflow: hidden;
}

.contenedor-principal-derecho {
    overflow: hidden; 
    float: right;
    width: 36%;
}

.contenedor-notificaciones .contenedor-principal,
.contenedor-notificaciones .contenedor-principal-derecho {
    padding: 15px;
    margin: -15px;
}

.contenedor-notificaciones .contenedor-principal-derecho {
    width: calc(36% + 30px);
}

.contenedor-principal-izquierdo {
    overflow: hidden; 
    float: left;
     width: 58%;
}

.contenedor-principal-centro {
    overflow: hidden; 
    float: none;
    color: rgba(248,238,239,1.00);
    width: 100%;
}

#simula-prestamo-texto  {
  padding-top: 1px;
}



@media screen and (max-width: 1209px) {
    
}


@media screen and (max-width: 1110px) { 
   
}


@media screen and (max-width: 1023px) { 
  
}

@media screen and (max-width: 969px) {

}

@media screen and (max-width: 839px) {

}

@media screen and (max-width: 768px) {
     
}




@media screen and (max-width: 639px) {
    
.tarjetas {
    text-align: center;
    font-size: 12px;
} 
    
.tarjetas .font-size-16 {
  font-size: 12px !important;
}
    
.cuotas {
  font-size: 12px !important;
}
    
.reveal {
top: 5% !important;
right: auto;
bottom: auto;
left: auto;
width: 90%;
max-width: none;
height: auto;
min-height: 100%;
margin-left: 0;
border-radius: 16px 16px 16px 16px;
-moz-border-radius: 16px 16px 16px 16px;
-webkit-border-radius: 16px 16px 16px 16px;
margin: 0 auto;
    padding: 25px;
} 
    
.marcador  {
    height: 0px; 
    margin-top: -75px;
    display: block;
    margin-bottom: 75px;
}

.marcador#opiniones  {
    margin-top: -75px;
    display: block;
    margin-bottom: 75px;
}
    
.selecta .favorito input[type="checkbox"] + label,
.selecta .lista input[type="checkbox"] + label{
	background-size: 30px 73px;
    background-position: -1px -43px;
	height: 30px;
	width: 30px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
    
.selecta .cucardas-top{
    top: 0px;
}

.selecta .cucardas-top .financiacion-top2 {
  top: 318px;
  width: 46px;
}
    
.cucardas-top img {
  height: 46px;
  width: 46px;
}
    
.contenedor-principal {
    width: 100%;
    width: calc(100% + 2px);
    padding-left: 6px;
    padding-right: 6px;
}
    
.contenedor-principal-derecho {
    overflow: hidden; 
    float: none;
    width: 100%;
}
    
.contenedor-notificaciones {
  top: 150px;
  left: 6px;
  right: 6px;

}
    
.contenedor-notificaciones .contenedor-principal,
.contenedor-notificaciones .contenedor-principal-derecho {
  padding: 8px;
  margin: -8px;
  width: calc(100% + 18px);
}


.contenedor-notificaciones .contenedor-principal-derecho {
    width: calc(100% + 18px);
    padding-bottom: 8px;
}
    
.callout.flotante {
  font-size: 14px;
  padding: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
    padding-right: 40px;
 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
margin-bottom: 8px;
    height: 52px;
 }

.callout.flotante:hover {
 -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
 }
    
.callout.flotante .close-button {
  right: 13px;
  top: 14px;
}
    
.callout.flotante img.icono32 {
    width: 30px;
    height: 30px;
}
.contenedor-principal-izquierdo {
    overflow: hidden; 
    float: none;
     width: 100%;
}

.contenedor-principal-centro {
    overflow: hidden; 
    float: none;
    color: rgba(248,238,239,1.00);
    width: 100%;
}
    
.fotos {
 display: inline-block;
 flex-wrap: nowrap;
  flex-direction: column;
  width: 100%;
  height: auto;
  align-content: space-between;
  margin-bottom: 36px;
}
     
.fotos .navegador,
#scrollTopButton{
    display: none;
}
    
.fotos .codigo {
    display: none;
}
    
.fotos .contenedor {
  flex: 1 1 100%;
  min-width: 320px;
  max-width: 640px;
  border: 1px solid #F0F0F0;
    border-radius: 8px;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
    
}

.contendor-fotos {
    max-width: 640px;
     padding-top: 0px;
    margin: 0 auto;
    line-height: 0
}
    
.contendor-fotos img{
  margin-bottom: 0px;
    line-height: 0
}
    
    
.breadcrumbs{
    margin-top: 10px !important;
    margin-bottom: 10px !important;

}
    
.breadcrumbs li,
.breadcrumbs li:hover{
  font-size: 10px;
  padding: 0px;
    margin: 0px;
  margin-right: 0.0rem !important;
  margin-left: 0.1rem !important;
}
    
.breadcrumbs li a,
.breadcrumbs li a:hover{
  padding: 0px;
  margin: 0px;
}
    
.breadcrumbs li:not(:last-child)::after{
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}
    
.selecta .titulo {
  font-size: 20px;
  line-height: 1.2;
}
    
.selecta .precio-anterior {
  margin-bottom: 6px;
    font-size: 14px;
}
  
.selecta .precio {
  color: #222222;
  font-size: 24px;
  height: 42px;
  font-family: 'Roboto-regular', Helvetica, Arial, 'sans-serif';
  margin-bottom: 8px;
  display: block;
} 
    
.contenedor-envio {
  font-size: 14px !important;
  border: 1px solid #F0F0F0 !important;  
  padding: 10px !important;
  margin-bottom: 10px !important;
}


.contenedor-envio .font-size-14 {
  font-size: 12px !important;
}
    
.contenedor-envio .font-size-24{
  font-size: 20px !important;
}
    
.contenedor-envio .cell.pr-3.pl-5 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
 
.contenedor-envio .icono48 {
  width: 42px;
  height: 42px;
}
    
.titulo-caracteristicas {
  font-size: 18px;
  padding-top: 10px;
}
    
.titulo-descripcion {
  font-size: 18px;
  border-top: 1px solid #E5E5E5;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
    
 .contenedor-descripcion {
  line-height: 1.5;
  height: 200px;
  overflow: hidden;
  font-size: 12px;
  color: #333333;
} 
    
.contenedor-descripcion-top-in {
  width: 92%;
  max-width: 600px;
  position: absolute;
}
    
.contenedor-video iframe{
    max-height: 180px !important;
}
    
.sub-titulo-caracteristicas {
  font-size: 14px;
  margin-top: 10px;
}
    
.atributo {
  font-size: 12px;
  padding: 8px;
  overflow: hidden;
}
    
.prestamo {
  font-size: 14px !important;
}
    
.prestamo .width-110 {
  max-width: 100px;
}
    
.contenedor-opiniones {
  display: block;
}
    
.opiniones-izquierda {
  width: 100%;
    float: none;
}
    
.opiniones-derecha {
  width: 100%;
    float: none;
    padding-left: 0%;
border-left: 0px solid #E5E5E5;
}
    
.opiniones-comentario .texto {
  font-size: 12px;
  color: #252424;
}
    
.opiniones-comentario .nombre {
  font-size: 14px;

}
    
.opiniones-titulo   {
    font-size: 12px;
    margin-top: 10px;
    text-align: right;
    margin-bottom: 10px;
} 

.opiniones-titulo img   {
    width: 78px;
} 
    
}    
@media screen and (max-width: 550px){
    
.selecta .titulo {
  font-size: 16px;
  line-height: 1.2;
}
    
.selecta .favorito input[type="checkbox"] + label,
.selecta .lista input[type="checkbox"] + label{
	background-size: 26px 68px;
    background-position: -2px -43px;
	height: 24px;
	width: 24px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}
        
}

@media screen and (max-width: 380px) {
    

 
.selecta .cucardas-top .financiacion-top2 {
  top: 310px;
  width: 46px;
}
 } 

@media screen and (max-width: 360px) {
    
.selecta .cucardas-top .financiacion-top2 {
  top: 271px;
  width: 46px;
}
        
}
    
@media screen and (max-width: 330px) {
    
} 

@media screen and (max-width: 639px) {
    

}

/* Boton agregar mas y menos */

.selecta .agregar{
    padding: 0.35rem;
    padding-bottom: 0.5rem;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    font-size: 16px;
    width: 100%;

    border: 1px solid #034D8E;
    background-image: url("/imagenes/2025/svg/fondo-agregar3.svg");
    background-repeat: no-repeat ;
    background-position: center center !important;
    background-size: 1px 1px !important;
    background:  #034D8E;
}

.selecta .agregar:hover{
    border: 1px solid #034D8E;
    background-image: url("/imagenes/2025/svg/fondo-agregar3.svg");
    background-repeat: no-repeat ;
    background-position: center center !important;
    background-size: 1px 1px !important;
    background:  #2f679a;  
}

.selecta .agregar.desaparecer{
   transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
    background-color: #ffffff;
    border: 1px solid #034D8E;
    background-color:  #034D8E;
    background-image: url("/imagenes/2025/svg/fondo-agregar3.svg");
    background-repeat: no-repeat ;
    background-position: center center;
    background-size: 300px 300px !important; 
}

.selecta .agregar.desaparecer div,
.selecta .agregar.desaparecer img{
    opacity: 0;
    transition: all .1s;
  -ms-transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
}


.selecta .agregado { display: none;}

.selecta .agregado .input-group{
    width: 100%;


    border: 1px solid #034D8E;
    margin: 0 auto;
}

.selecta .agregado.desaparecer .input-group{
    background:#034D8E ;
    transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.selecta .agregado.desaparecer .input-group input,
.selecta .agregado.desaparecer .mas, 
.selecta .agregado.desaparecer .menos,
.selecta .agregado.desaparecer .mas:hover, 
.selecta .agregado.desaparecer .menos:hover{
    background:#034D8E ;
    transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
    border: 1px solid #034D8E;
}

.selecta .agregado input{
    background-color: #ffffff ;
    border: 0px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px; 
    text-align: center;
    font-size: 20px;
    height: 37px;
    color: #034D8E;
    opacity: 0;
}


.selecta .agregado .mas,
.selecta .agregado .menos{
    background-color: #ffffff ;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: 15px 15px !important; 
    border: 0px;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
    transition: all .25s;
  -ms-transition: all .25s;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
    height: 21px;
    width: 21px;
    padding: 0px;
    margin: 8px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    opacity: 0;

}

.selecta .agregado .mas:hover,
.selecta .agregado .menos:hover{
    background-size: 15px 15px !important; 
    transition: all .25s;
    -ms-transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s;
    background-color: #f1f1f1;
    width: 33px;
    height: 33px;
    margin: 2px;
    border: 1px solid #e2e2e2;
}

.selecta .agregado .mas{    background-image: url("/imagenes/2025/svg/icono-mas.svg") !important ;}
.selecta .agregado .menos{    background-image: url("/imagenes/2025/svg/icono-menos.svg") !important ;}

.selecta .agregado .unidades{    opacity: 0;}

.selecta .agregado.aparecer input,
.selecta .agregado.aparecer .mas,
.selecta .agregado.aparecer .menos,
.selecta .agregado.aparecer .unidades{    opacity: 1;
    transition: all .3s;
    -ms-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;}



/*MODALES EN SELECTA*/

.select-localidades {
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    overflow: hidden;
    padding-left: 20px;
    height: 45px;
    padding-right: 35px;
}



#flix-minisite, 
#flix-inpage, 
.contenedor_menu_componentes, 
#atributos, 
h2.titulo.componente.borde, 
.bloque.atributo.container.clearfix,
 #valorar_comentario,
 #videos,
 #links {
 max-width:1200px;
 margin:0 auto;
 }
