html {
  position: relative;
  min-height: 100%;
}
/* Show it is fixed to the top */
body {
  min-height: 50rem;
  padding-top: 4.5rem;
/* Margin bottom by footer height */
  margin-bottom: 0px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 60px 15px 0;
}

code {
  font-size: 80%;
}

/* PARA EL CARRUSEL.................*/
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3rem;
  padding-bottom: 0rem;
  color: #5a5a5a;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
.sobre_sombra {
	padding:20px;
	/*background:rgba(0,0,0,0.7);-->negro*/
	background:rgba(50,75,90,0.8);
	height: min-content;
}

.bottom_left {
	bottom:10%;
}


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    /*margin-bottom: 1.25rem; */
    margin-bottom: 0; 
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

/* FIN CARRUSEL......................................*/

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-30 { font-size: 30px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }

/* EMPIEZO CON LO MÍO PARA QUE QUEDE BIEN.... */

.mr-auto, .mx-auto {
    margin-right: auto!important;
    margin-left: auto!important; 
}

.float_right {
	float: right;
}
.float_left {
	float: left;
}
.bg-dark {
	background-color: #324b5a!important;
}
#nav-logo {
	font-size: 1.5rem;
	padding: 0;
	margin: 0;
	background-color: transparent;
}

#nav-logo > a {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
}

#nav-logo > span {
	display: block;
	color: #FFFFFF;
	font-size: 0.9rem;
}

.fixed-top-buscador {
    position: fixed;
    top: 50px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.card {
	max-width:99%;
}
.card-img-top {
    	padding:4px;
	
}

.card-title {
	font-size:1rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height:18px;
	margin-bottom: 0.2rem;
}

.card-body {
	padding-bottom: 0.5rem;
	padding-top: 0.2rem;
	background-color:#fff;
}

.card-text {
	font-size: 0.90rem;
}
.card-text.titulo{
	font-size: 0.9rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-weight:bold;
	font-style:italic;
	height:20px;
	margin-bottom: 0.2rem;
}
.card-text.medidas{
	font-size: 0.85rem;
	margin-bottom: 0.2rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion>.card:not(:first-of-type) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.accordion>.card {
    overflow: hidden;
}

	/* *****************************************************************************************
	* ***********************************FOOTER*************************************************
	* ****************************************************************************************/*


.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

	footer {
		padding: 30px 0;
		background-color: #324b5a!important;
	}

	footer a, footer a:hover {
		color: #fff;
		font-weight: 400;
	}

	footer h3 {
		margin-top: 30px;
		color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		text-transform: uppercase;
	}

	footer p {
		color: #eee;
		font-weight: 200;
	}

	#formulario_suscripcion input {
		padding: 0 24px;
		border: 0;

		color: #ccc;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 300;
		font-height: normal;
		background-color: #fdfdfd;	
	}

	#formulario_suscripcion button {
		color: #444;
		background-color: #eee;
		line-height: 24px;
		line-height: 1.4rem;
		margin: 0px;
	}
	/* *****************************************************************************************
	* ***********************************signin*************************************************
	* ****************************************************************************************/*
.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown_usuario_movil {
	margin-right: 0px;
    	display: inline-block;
    	vertical-align: bottom;
    	padding: 0;
    	height: 40px;
}

@media (max-width: 411.99px) { 
  	.ocultar_boton_hasta_max_411 {
    		display: none;
  	}
	.display-3 {
		font-size: 1.5rem;
	}
	.display-5 {
		font-size: 0.8rem;
	}
	h1 {
		font-size: 1.8rem;
	}
	.span-logo{
		font-size: 1rem;
		color:#fff;
		font-size:0.9rem;
	}
	p {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.col-xs-10_percent {
		max-width: 10%;
	}
	.col-xs-20_percent {
		max-width: 20%;
	}
	.col-xs-25_percent {
		max-width: 25%;
	}
	.col-xs-30_percent {
		max-width: 30%;
	}
	.col-xs-35_percent {
		max-width: 35%;
	}
	.col-xs-40_percent {
		max-width: 40%;
	}
	.col-xs-45_percent {
		width: 45%;
	}
	.col-xs-50_percent {
		max-width: 50%;
	}
	.col-xs-60_percent {
		max-width: 50%;
	}
	.col-xs-65_percent {
		max-width: 65%;
	}
	.col-xs-70_percent {
		max-width: 70%;
	}
	.col-xs-75_percent {
		max-width: 75%;
	}
	.col-xs-80_percent {
		max-width: 80%;
	}
	.col-xs-85_percent {
		max-width: 85%;
	}
	.col-xs-90_percent {
		max-width: 90%;
	}
}
@media (max-width: 575.99px) { 
	.display-3 {
		/*font-size: 2rem;*/
		font-size: 1.75rem;
	}
	.display-5 {
		/*font-size: 1.2rem;*/
		font-size: 1rem;
	}
	h1 {
		font-size: 1.8rem;
	}
	.span-logo{
		color:#fff;
	}
	p {
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.col-xs-10_percent {
		max-width: 10%;
	}
	.col-xs-20_percent {
		max-width: 20%;
	}
	.col-xs-25_percent {
		max-width: 25%;
	}
	.col-xs-30_percent {
		max-width: 30%;
	}
	.col-xs-35_percent {
		max-width: 35%;
	}
	.col-xs-40_percent {
		max-width: 40%;
	}
	.col-xs-45_percent {
		width: 45%;
	}
	.col-xs-50_percent {
		max-width: 50%;
	}
	.col-xs-60_percent {
		max-width: 50%;
	}
	.col-xs-65_percent {
		max-width: 65%;
	}
	.col-xs-70_percent {
		max-width: 70%;
	}
	.col-xs-75_percent {
		max-width: 75%;
	}
	.col-xs-80_percent {
		max-width: 80%;
	}
	.col-xs-85_percent {
		max-width: 85%;
	}
	.col-xs-90_percent {
		max-width: 90%;
	}
}

@media (min-width: 575.99px) {
	.container {
		max-width:780px;
	}
	
	.display-3 {
		font-size: 3rem;
	}
	.display-5 {
		font-size: 1.2rem;
	}

	p {
	font-size: 1rem;
	}
	.jumbotron {
    		padding: 2rem 2rem 0.5rem;
	}
	.span-logo{
		color:#fff;
	}
}

@media (min-width: 767.99px) { 
  #ocultar_boton_min_768 {
    display: none;
  }
	.container {
	max-width:980px;
	}
}

@media (max-width: 767.99px) { 
  .ocultar_boton_hasta_max_768 {
    display: none;
  }
}



.nav-item {
	padding: 0 0.3rem;
}

.color_aragon {
	/*background-color: #324b5a!important;
	border-color: #324b5a!important;*/
	background-color: #324b5ad6!important;
	border-color: #324b5ad6!important;
}

	.btn-aragon-claro{
		color: #444;
   		background-color: #edf0f1;
    		border-color: #d5dee3;
	}
	.btn-aragon{
		color:#fff;
		background-color:#45677b;
		border-color:#45677b
	}
	.btn-aragon-rojo{
		color:#fff;
		background-color:#c1381ff7;
		border-color:#c1381ff7
	}
	.btn-aragon:hover{
		color:#fff;
		background-color:#324b5a;
		border-color:#324b5a
	}
	.btn-aragon.focus,.btn-aragon:focus{
		box-shadow:0 0 0 .2rem rgba(0,123,255,.5);
		color:#fff;
	}
	.btn-aragon.disabled,.btn-aragon:disabled{
		background-color:#45677b;
		border-color:#45677b;
		color:#fff;
	}
	.btn-aragon:not([disabled]):not(.disabled).active,.btn-aragon:not([disabled]):not(.disabled):active,.show>.btn-aragon.dropdown-toggle{
		color:#fff;
		background-color:#0062cc;
		border-color:#005cbf
	}
	.btn-aragon:not([disabled]):not(.disabled).active:focus,.btn-aragon:not([disabled]):not(.disabled):active:focus,.show>.btn-aragon.dropdown-toggle:focus{
		box-shadow:0 0 0 .2rem rgba(0,123,255,.5);
		color:#fff;
	}

	.btn-outline-aragon{
		color:#007bff;
		background-color:transparent;
		background-image:none;
		border-color:#007bff
	}
	.btn-outline-aragon:hover{
		color:#fff;
		background-color:#007bff;
		border-color:#007bff
	}
	.btn-outline-aragon.focus,.btn-outline-aragon:focus{
		box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
	}
	.btn-outline-aragon.disabled,.btn-outline-aragon:disabled{
		color:#007bff;
		background-color:transparent
	}
	.btn-outline-aragon:not([disabled]):not(.disabled).active,.btn-outline-aragon:not([disabled]):not(.disabled):active,.show>.btn-outline-aragon.dropdown-toggle{
		color:#212529;
		background-color:#007bff;
		border-color:#007bff;
		box-shadow:0 0 0 .2rem rgba(0,123,255,.5)
	}


	.back-to-top {
    
		cursor: pointer;
    
		position: fixed;
    
		bottom: 20px;
    
		right: 20px;
    
		display:block;

		/*visibility:hidden;*/
	}

.navbar-toggler {
	padding-right:5px;
	padding-left:5px;
}

input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
}

.page-link {
    color: #324b5a;
}
.page-item.active .page-link {
    background-color: #324b5a;
    border-color: #324b5a;
}
.pagination-lg .page-link {
    padding: .55rem 1.25rem;
}


.dropdown-submenu {
    /*position: relative;*/
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.submenu{
    width: 100%;
    border-top:0px;
    border-left:0px;
    border-right:0px;
    border-radius:0px;
    padding-top:0px;
    background-color: #ddd;
}

.sp_etiquetas {
    background-repeat: no-repeat;
    display: none;
    height: 16px;
    width: 16px;
}

.dropdown-toggle.boton_categorias {
	color: #5a5a5a;
    	border-color: rgba(255,255,255,.1);
	text-decoration: none;
	-webkit-appearance: button;
	padding: 5px;
	line-height: 0;
    	background-color: transparent;
    	border: 1px solid transparent;
    	border-radius: .25rem;
	overflow: visible;
}

.dropdown-toggle::after {
	vertical-align: middle;
}

.lasEtiquetas
{
    background-image: url(/FINAL-BORJA/assets/new-label.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    display: inline-block;
    height: 140px;
    padding: 0 0 0 0em;
    position: absolute;
    text-transform: uppercase;
    top: -7px;
    right: -6px;
}
.lasEtiquetas-nodisponible
{
    background-image: url(/FINAL-BORJA/assets/no-disponible-label.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 45px;
    padding: 0 0 0 0em;
    position: absolute;
    text-transform: uppercase;
    bottom: 50px;
    right: -10px;
    width: 50%;
    color: #fff;
    line-height: 38px;
    text-align: right;
    font-style: normal;
}
.icono_atras a {
    background: url(/FINAL-BORJA/assets/iconos_mios/atras.jpg) repeat scroll left top transparent;
    display: block;
    height: 30px;
    width: 30px;
}
.icono_adelante a {
    background: url(/FINAL-BORJA/assets/iconos_mios/adelante.jpg) repeat scroll left top transparent;
    display: block;
    height: 30px;
    width: 30px;
}
.separadorcillo {
    height: 10px;
}

.card-title-detalle {
    font-size: 1rem;
    height: 18px;
    margin-bottom: 0.2rem;
    display: inline-block;
}
.card-text.titulo-detalle {
    font-size: 0.9rem;
    font-weight: bold;
    font-style: italic;
    height: 20px;
    margin-bottom: 0.2rem;
    display: inline-block;
}
.card-text.medidas-detalle {
    font-size: 0.85rem;
    margin-bottom: 0.2rem;
    display: block;
}

/* PARA EL ZOOM - Renombrar mis estilos... */
/* mixin for multiline */
/*.container{
  margin: 0;
  width: 100%; }*/
  .container section {
    padding: 0; }

.panzoom--link {
  cursor: zoom-in; }
.panzoom--wrapper {
  display: none;
  background-color: #fff;
  left: 0;
  top: 0;
  margin: 0;
  position: fixed;
  height: 100vh;
  width: 100vw;
  z-index: 9050;
  }
  .panzoom--wrapper.active {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .panzoom--wrapper .btn--close {
    font-size: 16px;
    top: 10px;
    right: 10px;
    position: fixed;
    z-index: 1; 
      cursor: pointer;
}
    @media (min-width: 768px) {
      .panzoom--wrapper .btn--close {
        height: 60px;
        width: 60px;
        top: 30px;
        right: 30px; }
        .panzoom--wrapper .btn--close:before {
          font-size: 20px;
          line-height: 60px;
          width: 60px; } }
  .panzoom--wrapper .loader {
    background: #fff;
    display: none; }
    .panzoom--wrapper .loader.active {
      display: block; }
.panzoom--container {
  overflow: hidden;
  position: relative;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center; }
.panzoom--inner {
  overflow: visible !important;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .panzoom--inner .panzoom {
    max-height: none;
    max-width: none; }

.panzoom--wrapper .buttons--container {
  display: none;
  background-color: rgba(204, 204, 204, 0.7);
  position: fixed;
  bottom: 120px;
  height: 34px;
  width: 280px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 768px) {
    .panzoom--wrapper .buttons--container {
      height: 70px;
      width: 580px; } }
  @media (min-width: 1024px) {
    .panzoom--wrapper .buttons--container {
      bottom: 80px; } }
  @media (min-width: 1025px) {
    .panzoom--wrapper .buttons--container {
      bottom: 120px; } }

  .panzoom--wrapper .buttons--container.active {
    display: flex !important;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center; 
      
    position: absolute;
    height: auto;
    width: auto;
    bottom: 15px;
    width: 50%;
    padding: 15px!important;
    background: #000;
    border: 1px solid #fff;
  }


  .panzoom--wrapper .buttons--container input[type=range] {
    background: transparent;
    border-radius: 5px;
    margin: 0 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0.7;
    width: 205px;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    @media (min-width: 768px) {
      .panzoom--wrapper .buttons--container input[type=range] {
        margin: 0 10px;
        width: 445px; } }
    .panzoom--wrapper .buttons--container input[type=range]:focus {
      outline: none; }
    .panzoom--wrapper .buttons--container input[type=range]:hover {
      opacity: 1; }
    .panzoom--wrapper .buttons--container input[type=range]::-moz-range-track {
      background: #F8F8F8;
      border: none;
      border-radius: 5px;
      height: 8px; }
      @media (min-width: 768px) {
        .panzoom--wrapper .buttons--container input[type=range]::-moz-range-track {
          height: 16px; } }
    .panzoom--wrapper .buttons--container input[type=range]::-moz-range-thumb {
      -moz-appearance: none;
      border: 0;
      border-radius: 0;
      height: 16px;
      width: 12px;
      background: #575757;
      cursor: pointer; }
      @media (min-width: 768px) {
        .panzoom--wrapper .buttons--container input[type=range]::-moz-range-thumb {
          height: 34px;
          width: 28px; } }
    .panzoom--wrapper .buttons--container input[type=range]::-ms-track {
      background: transparent;
      border-color: transparent;
      border-width: 16px 0;
      border-radius: 5px;
      color: transparent;
      height: 14px;
      margin-top: 16px; }
    .panzoom--wrapper .buttons--container input[type=range]::-ms-fill-lower {
      background: #F8F8F8;
      border-radius: 5px; }
    .panzoom--wrapper .buttons--container input[type=range]::-ms-fill-upper {
      background: #F8F8F8;
      border-radius: 10px; }
    .panzoom--wrapper .buttons--container input[type=range]::-ms-thumb {
      border: 0;
      border-radius: 0;
      height: 16px;
      width: 12px;
      background: #575757;
      cursor: pointer; }
      @media (min-width: 768px) {
        .panzoom--wrapper .buttons--container input[type=range]::-ms-thumb {
          height: 34px;
          width: 28px; } }
    .panzoom--wrapper .buttons--container input[type=range]::-webkit-slider-runnable-track {
      background: #F8F8F8;
      border: none;
      border-radius: 5px;
      height: 8px; }
      @media (min-width: 768px) {
        .panzoom--wrapper .buttons--container input[type=range]::-webkit-slider-runnable-track {
          height: 16px; } }
    .panzoom--wrapper .buttons--container input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      border: 0;
      border-radius: 0;
      height: 16px;
      width: 12px;
      background: #575757;
      cursor: pointer;
      margin-top: -4px; }
      @media (min-width: 768px) {
        .panzoom--wrapper .buttons--container input[type=range]::-webkit-slider-thumb {
          margin-top: -9px;
          height: 34px;
          width: 28px; } }
  @media (max-width: 767px) {
    .panzoom--wrapper .buttons--container .zoom-in, .panzoom--wrapper .buttons--container .zoom-out {
      line-height: 25px;
      height: 25px;
      top: 0;
      width: 25px; }
      .panzoom--wrapper .buttons--container .zoom-in:before, .panzoom--wrapper .buttons--container .zoom-out:before {
        font-size: 10px;
        line-height: 25px;
        width: 25px; } }
  .panzoom--wrapper .buttons--container .button-icon:not([disabled]):focus {
    //background-color: #fff !important;
    //color: #000 !important;
    box-shadow: none !important; }
    .panzoom--wrapper .buttons--container .button-icon:not([disabled]):focus:before {
      color: #000 !important; }
    .panzoom--wrapper .buttons--container .button-icon:not([disabled]):focus:after {
      border: 1px solid #CCCCCC !important; }
  .panzoom--wrapper .buttons--container .button-icon:not([disabled]):hover {
    //background-color: #000 !important;
    //color: #fff !important; }
    .panzoom--wrapper .buttons--container .button-icon:not([disabled]):hover:before {
      color: #fff !important; }
    .panzoom--wrapper .buttons--container .button-icon:not([disabled]):hover:after {
      border: 1px solid #000 !important; }
.panzoom--wrapper .image--container_landscape {
  background-color: rgba(0, 0, 0, 0.03);
  margin-right: 20px;
  overflow: visible;
  width: 100%; }
  @media (min-width: 768px) {
    .panzoom--wrapper .image--container_landscape {
      margin-right: 0;
      width: 280px; } }
  @media (min-width: 1024px) {
    .panzoom--wrapper .image--container_landscape {
      width: 380px; } }
  @media (min-width: 1280px) {
    .panzoom--wrapper .image--container_landscape {
      width: 430px; } }
/* PARA EL ZOOM - Renombrar mis estilos... */

          .slick-list {
            margin: {
              left: -7px;
              right: -7px;
            }
          }
          .slick-slide {
            padding-left: 7px;
            padding-right: 7px;

            &:focus {
              outline: none;
            }
          }
          // bootstrap break points for helper below
          $breakpoints: (
              // Small screen / phone
              'sm': 576px,
              // Medium screen / tablet
              'md': 768px,
              // Large screen / desktop
              'lg': 992px,
              // Extra large screen / wide desktop
              'xl': 1200px
          );

.material-icons.md-30.mizoomm {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
    vertical-align: text-bottom;
    color: white;
    cursor: pointer;
}
.zoom-in, .zoom-out {
    background: transparent;
    border: 0px;
    bottom: 0;
    margin: 0 3px;
    color: white;
    cursor: pointer;
}




		.round-time-bar-borja {
			margin: 5px 0 5px 0;
			width:100%
  			overflow: hidden;
			background-color: rgba(0, 0, 0, 0.1);
		}
		.round-time-bar-borja div {
  			height: 2px;
  			/*
			//animation: roundtime calc(var(--duration) * 1s) steps(var(--duration)) forwards;
  			//transform-origin: left center;
			*/
  			background: linear-gradient(to bottom, red, #900);
		}