
    :root {
      --color-alterno: #FF6262;
      --color-alterno-dark: #BF4A4A;
      --color-base: #252525;
      --color-fondo: #F9F9F9;
      --color-separadores: #D7D7D7;
      --redondeo: 3px;
      --color-controles-base: #252525;
      --color-controles-base-dark: #000000;
      --color-controles-base2: #495057;
      --color-negativo: #BF0000;
      --color-contraste: #2F5AA5;
      --color-contraste2: #00BF00;

      --letrasizewin : 1.0vw;
      --letrasizemob : 3.6vw;
    }

  .linea {
    width: 80px;
    height: 3px;
    background-color: var(--color-alterno);
    display: block;
    margin-bottom: 10px; 
    margin-top: 10px; 
  }
  .lineaGris {
    width: 100%;
    height: 1px;
    background-color: var(--color-separadores);
    margin-bottom: 5px; 
    margin-top: 5px; 
  }
  .lineaGrisSeparador {
    width: 100%;
    height: 10px;
    background-color: var(--color-fondo);
    margin-bottom: 15px; 
    margin-top: 5px; 
  }
    
    
    .TextoLink {
        font-size: 15px;
        transition: background-color .5s;
        font-weight: normal;
        display: block;
        margin-bottom: 5px;
        border-bottom: var(--color-alterno) solid 3px;
        text-transform: uppercase;
      }
      .TextoLink:hover {
        font-weight: normal;
        font-size: 15px;
        color: var(--color-alterno);
      }

    .BotonNegro {
      display: inline-block;
      
      height: 55px;
      color: #ffffff;
      border: none;
      padding: 0 14px;
      font-size: 14px;
      line-height: 56px;
      background-color: #131212;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      border-radius: 3px;
    }
    .BotonRojo {
      display: inline-block;
      
      height: 55px;
      color: #ffffff;
      border: none;
      padding: 0 14px;
      font-size: 14px;
      line-height: 56px;
      background-color: #BF0000;
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      border-radius: 3px;
    }
    .BotonAmarillo {
      display: inline-block;
      height: 55px;
      color: #ffffff;
      border: none;
      padding: 0 14px;
      font-size: 14px;
      line-height: 56px;
      background-color: var(--color-alterno);
      font-weight: 400;
      text-align: center;
      cursor: pointer;
      text-shadow: 1px 2px 2px #6A4D07;
      border-radius: 3px;
    }

    /* Style the tab */
.tab {
  overflow: hidden;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 14px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 12px 0px 12px 0px;
  
  border-top: none;
}



.slider { 
  padding-top:10px; width: 100%; height: auto; 
}
.slide{
  width: calc(25% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  border:rgba(0, 0, 0, 0.12) thin solid;
  display: inline-block;
  padding:10px;
  border-radius: var(--redondeo);
  text-align: center;
  
  cursor: pointer;
  background-position: center;
  background-repeat:  no-repeat;
  background-size: contain;
  vertical-align: middle;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); 
}

.slideDiv {
  
  height: 100%;
  vertical-align: middle;
  
}
.TituloSlideDiv{
  font-size: 12px;
  padding-bottom: 3px;
  display: inline-block;
  margin-top: 3px;
}


  /*slide*/
  @media only screen and (max-width: 767px) {
      .slider { padding-top:10px; width: 100%; height: auto; display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;   }
        .slide { 
          flex-shrink: 0; 
          height: auto; 
          width: calc(75% - 10px);
        }
        .slide .Titulo {
          font-size: 17px;
        }
        .slide .TituloLight {
          font-size: 16px;
        }
        .TituloSlideDiv{
          font-size: 14px;
        }
        


        .slide-wrap {margin-left: 10px; margin-right: 10px;}
        .slides > div {
          /* CURRENT way. */
          scroll-snap-align: start;
        }
        .slides {  
              scroll-behavior: smooth;
        }
        .slides > div:target {
              transform: scale(0.8);
        }

        .slide-seleccion { 
              border: var(--color-alterno) 1px solid; 
              border-radius: 3px;
        }
  }
 .MenuArrow img{
   display: none;
 }
 .MenuArrow div{
   display: none;
 }
  @media only screen and (max-width: 767px) {
    .MenuArrow img{
      display: block;
    } 
  }
  @media only screen and (min-width: 991px) {
      .MenuArrow div{
        display: inline-block;
        color: #ffffff;
        border: none;
        border-radius: 3px;
        padding: 0 10px;
        font-size: 13px;
        line-height: 40px;
        background-color: var(--color-alterno);
        font-weight: 500;
        text-align: center;
        cursor: pointer;
        display: block;
    }
  }
.footer-distributed{
    background: #252525;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    font: bold 16px arial;
    max-width: 960px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom:30px;
    cursor: default;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}

/* Footer left */

.footer-distributed .footer-left{
	width: 35%;
}


/* Footer links */

.footer-distributed .footer-links{
	color:  #ffffff;
	margin: 20px 0 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
  font-weight:400;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #222;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.footer-distributed .footer-center{
	width: 35%;
}

.footer-distributed .footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center a p span:hover{
  color: var(--color-alterno);
}
.footer-distributed .footer-center p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:14px;
}

.footer-distributed .footer-center p a{
	color:  lightseagreen;
	text-decoration: none;;
}

.footer-distributed .footer-links a:before {
  content: "|";
  font-weight:300;
  font-size: 20px;
  left: 0;
  color: #fff;
  display: inline-block;
  padding-right: 5px;
}

.footer-distributed .footer-links .link-1:before {
  content: none;
}

/* Footer Right */

.footer-distributed .footer-right{
	width: 25%;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.footer-distributed .footer-right a p span:hover{
  color: var(--color-alterno);
}

.footer-distributed .footer-right p{
	display: inline-block;
	color: #ffffff;
  font-weight:400;
	vertical-align: middle;
	margin:0;
}
.footer-distributed .footer-right p span{
	display:block;
	font-weight: normal;
	font-size:14px;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 14px;
	font-weight: bold;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;

	margin-right: 3px;
	margin-bottom: 5px;
}

/* If you don't want the footer to be responsive, remove these media queries */

@media (max-width: 880px) {

	.footer-distributed{
		font: bold 14px arial;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: left;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}
}
.pterminos p {
  font-size: 13px;
  line-height: normal;
}










/* NUEVO */

.divMargenesGenerales{
  padding: 30px 30px 0px 30px;
}
  @media only screen and (max-width: 767px) {
    .divMargenesGenerales{
      padding: 0px;
    }
  }
.TituloAlterno{
  color: var(--color-alterno);
  font-weight: 500;
  font-size: 15px;
}
.TituloAlternoLight{
  color: var(--color-alterno);
  font-weight:lighter;
  font-size: 15px;
}
.Titulo{
  font-weight: 600;
  font-size: calc(var(--letrasizewin) * 1.10 );
}
.TituloLight{
    font-weight:lighter;
    font-size: 16px;
  }
.TituloSeccion{
    font-weight:600;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 5px;
  }
.TituloDesc{
  font-weight:lighter;
  font-size: 16px;
  color: var(--color-base);
}
.TituloPoliticas{
    font-weight:lighter;
    font-size: calc(var(--letrasizemob) * 0.85);
    color: var(--color-base);
  }
  @media only screen and (max-width: 767px) {
      .TituloAlterno{
          font-weight: 500;
      }
      .TituloPoliticas{
        font-size: calc(var(--letrasizemob) * 0.85 );
      }
      .Titulo{
        font-size: calc(var(--letrasizemob) * 1.10 );
      }
  }
.divSeccionGris{
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    background-color: var(--color-fondo);
    border-radius: var(--redondeo);
    width: calc(33.33330%);
    display:inline-block;
    
    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.divSeccionGris50{
    margin-top: 10px;
    margin-right: 10px;
    padding: 10px;
    background-color: var(--color-fondo);
    border-radius: var(--redondeo);
    width: calc(50% - 20px);
    display:inline-block;
    
    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
    @media only screen and (max-width: 767px) {
        .divSeccionGris{
            margin: 10px;
            width: calc(100% - 20px);
            display: block;
        }
        .divSeccionGris50{
            margin: 10px 0px;
            width: calc(100%);
            display: block;
        }
    }

.divBox {
    border: var(--color-controles-base-dark) 1px solid;
    background-color: var(--color-controles-base);
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: var(--redondeo);
    margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;

    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.divBoxAlterno {
    border: var(--color-alterno-dark) 1px solid;
    background-color: var(--color-alterno);
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: var(--redondeo);
    margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;

    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
.divBoxIcono {
  background-color: var(--color-separadores);
  color:var(--color-controles-base-dark);
  padding: 10px 10px;
  border-radius: var(--redondeo);
  margin: 0px 0px 0px 5px;
  text-align: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
}
    @media only screen and (max-width: 767px) {
        .divBox{
            font-weight: 400;
            
        }
    }
    

.divBoxAlterno {
    border: var(--color-alterno-dark) 1px solid;
    background-color: var(--color-alterno);
    color: #FFFFFF;
    padding: 10px 15px;
    border-radius: var(--redondeo);
    margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}
    @media only screen and (max-width: 767px) {
        .divBoxAlterno{
            font-weight:400;
            
        }
    }

.divBoxContornoAlterno {
    border: var(--color-alterno) 1px solid;
    color: var(--color-alterno);
    padding: 10px 15px;
    border-radius: var(--redondeo);
    margin: 10px;
    text-align: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;

    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
}
    @media only screen and (max-width: 767px) {
        .divBoxContornoAlterno{
            font-weight: 400;
            
        }
    }

    .divBoxContornoAlterno:hover{
      background-color: var(--color-alterno);
      color: #FFFFFF;
    }

.divDivSiguiente {
  padding: 5px 15px 5px 15px;
  background-color: var(--color-alterno);
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: left;
  font-size: 16px;
}

.divLoadingMain{
  width:0%; text-align: center; padding:0px; display: none;
}
.divBackLoading{
  background-color: #FFFFFF;
  display: flex; width:100%;  align-items: center;  justify-content: center; height: 100%;
}
.divLoadingError{
  display: none;
  text-align: center;
  width: 100%;
  padding: 5px 0px 5px 0px;

}
  .divLoadingErrorTxt {
    display:inline-block;background-color: var(--color-alterno); color:#FFFFFF; padding: 3px 5px 3px 5px; border-radius:var(--redondeo);
  }
  @media only screen and (max-width: 767px) {
    .divLoadingMain{
      width:100%; text-align: center; padding:50px; display: block;
    }
    .divDivSiguiente{
        font-size: 14px;
    }
  }

  .divIndexRegistro {
      padding: 10px;
      padding-left: 60%;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); 
      background-color: var(--color-controles-base-dark);
      color: #FFFFFF;
  }
    .divIndexRegistro td {
        text-align: right;
    }
  @media only screen and (max-width: 767px) {
        .divIndexRegistro {
            padding: 10px;
        }
        .divIndexRegistro .divIndexRegistroTd1 {
            text-align: left;
        }
        .divIndexRegistro .divIndexRegistroTd2 {
            text-align: right;
        }
  }

.divSeccionesFlex{
  display:flex;  margin-top:50px; margin-bottom:20px; 
}
.divSeccion1 {
  width: calc(45%);
  display: inline-block;
  padding: 20px 20px 0px 20px;
}
.divSeccion2 {
  width: calc(45% - 10%);
  display: inline-block;
  border-radius: var(--redondeo);
  margin-left: 20px;
}
.divSeccion2Inside {
    
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); 
    background-color: #FBFBFB;
    border-radius: var(--redondeo);
    margin-left: 20px;
  }
  
.divSeccion2Inside .lineaGrisSeparador {
    display: none;
}
.divSeccion1 .lineaGrisSeparador {
    display: none;
}
  @media only screen and (max-width: 767px) {
    .divSeccion1 {
      width: 100%;
    }
    .divSeccion2 {
      width: 100%;
      box-shadow: none; 
      border-radius: 0px;
      background-color: #FFFFFF;
      margin-top: 0px;
      margin-left: 0px;
    }
    .divSeccion2Inside {
        width: 100%;
        box-shadow: none; 
        border-radius: 0px;
        background-color: #FFFFFF;
        margin-top: 0px;
        margin-left: 0px;
      }
    .divSeccionesFlex {
      display: inline-block;
      margin-top:0px; margin-bottom:0px; 
    }
    .divSeccion2 .lineaGrisSeparador {
        display: block;
    }
    .divSeccion1 .lineaGrisSeparador {
        display: block;
    }
  }

.divSpan{
  animation-name: divSpan;
  animation-duration: 2s;
  margin-left: 10px;
  font-size: 17px;
}
  .divSpan i {
    color: var(--color-alterno);
    margin-right: 10px;
  }
  @media only screen and (max-width: 767px) {
    .divSpan {
      display: inline-block;
      font-size: 14px;
    }
  }
  
@keyframes divSpan {
  from {opacity: 0;}
  to {opacity: 1;}
}


.divIconoAccion{
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
    .divIconoAccion:hover {
        color: var(--color-alterno);
    }

    @media only screen and (max-width: 767px) {
        .divIconoAccion{
            color: var(--color-alterno);
        }
    }
.divIconAccionNombre{
    font-size: 12px;
}
.divAccionesTitulo {
    background-color: var(--color-alterno);
    padding: 5px 7px 4px 7px;
    color: #FFFFFF;
    display: inline-block;
    margin-bottom: 15px;
    font-size: 11px;
    border-radius: var(--redondeo);
}

.divAdd{
    border-bottom-left-radius: var(--redondeo);
    border-top-left-radius: 10px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); 
}
    @media only screen and (max-width: 767px) {
        .divAdd{
            margin:0px;
        }
    }

.styleDivCodigo{
    font-family: 'Jura', arial;
    font-size: 50px;
    padding: 15px 20px 15px 20px;
    background-color: #EFEFEF;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    text-align: center;
}

.styleDivCompartir{
    display: none;
}
    @media only screen and (max-width: 767px) {
        .styleDivCompartir{
            display: block;
            border: var(--color-controles-base-dark) 1px solid;
            background-color: var(--color-controles-base);
            color: #FFFFFF;
            padding: 10px 15px;
            border-radius: var(--redondeo);
            margin: 10px;
            text-align: center;
            cursor: pointer;
            font-weight: 500;
            font-size: 14px;
        }
    }


    .divSwipeRight_Contenedor{
        height: 100%;
        width: 0px;
        background-color: #FFFFFF;
        color: var(--color-controles-base-dark);
        top:0;
        right:0;
        position:absolute;
        transition: height 0.3s ease-in-out;
        -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        z-index: 999;
        overflow: auto; overflow-y:scroll; 
        
        
      }
      .divSwipeRight_Contenedor_Mostrar{
        width:100%;
        height: 100%;
        transition: width 0.3s ease-in-out;
      }
      .divSwipeRight_Contenedor_Ocultar{
        width:0px;
        transition: width 0.2s ease-in-out;
      }

      .divPopup_Contenedor{
        height: 100%;
        width: 100%;
        background-color: #FFFFFF;
        color: var(--color-controles-base-dark);
        top:0;
        right:0;
        position:absolute;
        
        -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
        z-index: 1001;
        overflow: auto; overflow-y:scroll; 
        
        
      }

      
  .divSwipeUp_NegocioBottom{
    height: 0px;
    width: 100%;
    background: rgba(255,255,255,1);
    color: var(--color-separadores-dark);
    box-shadow: 10px 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); 
    bottom:0;
    position:fixed;
    transition: height 0.3s ease-in-out;
    -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    z-index: 99999;
    
  }
  .divSwipeUp_NegocioBottom_Mostrar{
    height:35%;
    transition: height 0.3s ease-in-out;
  }
  .divSwipeUp_NegocioBottom_Ocultar{
    height:0px;
    transition: height 0.2s ease-in-out;
  }

  .divSwipeRight_ClienteNuevo{
    height: 100%;
    width: 0px;
    background-color: #FFFFFF;
    color: var(--color-controles-base-dark);
    top:0;
    right:0;
    position:absolute;
    transition: height 0.3s ease-in-out;
    -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    z-index: 9999;
    overflow: auto; overflow-y:scroll; 
    
    
  }
  .divSwipeRight_ClienteNuevo_Mostrar{
    width:100%;
    height: 100%;
    transition: width 0.3s ease-in-out;
  }
  .divSwipeRight_ClienteNuevo_Ocultar{
    width:0px;
    transition: width 0.2s ease-in-out;
  }
  .divTagAlterno{
      background-color: var(--color-alterno);
      padding: 3px 5px;
      color: #FFFFFF;
      font-size: 100%;
      font-weight: 600;
      display: inline-block;
      border-radius: 5px;
  }

  .opciones_full {background-color: #FFFFFF; font-size: 80%; font-weight: 500; color:var(--color-controles-base); display:inline-block; padding:10px; border-radius: 20px; margin-bottom: 5px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); cursor: pointer; }
  .opciones_full_alterno {background-color: var(--color-alterno); font-size: 100%; font-weight: 500; color:#FFFFFF; display:inline-block; padding:10px; border-radius: 20px; margin-bottom: 5px; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1.5px 5px 0 rgba(0, 0, 0, 0.19); cursor: pointer; }
  #over_popup { top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: 99999999999999; background:rgba(0,0,0,0.6); position: fixed; }
/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 5px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 99999999999999999999999; /* Add a z-index if needed */
    width: calc(100% - 20%);
    margin: 0px 10%;
    bottom: 10%; /* 30px from the bottom */
  }
  
  /* Show the snackbar when clicking on a button (class added with JavaScript) */
  #snackbar.showSnackbar {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
  }
  
  /* Animations to fade the snackbar in and out */
  @-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 10%; opacity: 1;}
  }
  
  @keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 10%; opacity: 1;}
  }
  
  @-webkit-keyframes fadeout {
    from {bottom: 10%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes fadeout {
    from {bottom: 10%; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
  

  .no_sel_txt {
    user-select: none;
    -ms-user-select:none;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
  } 



  .BotonRedondo{
    padding:8px 12px; box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 5px 0 rgba(0, 0, 0, 0.19);
    background-color: #FFFFFF;
    color: var(--color-controles-base-dark);
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
  }

  .BannerTitulo{
      background-color: var(--color-fondo);
      padding: 10px 10px;
      font-size: calc(var(--letrasizemob) * 0.90 );
      font-weight: lighter;
      color: var(--color-controles-base2);
      
  }


  .divSwipeDown_Contenedor{
    height: 0px;
    width: 100%;
    background: rgba(255,255,255,1);
    color: var(--color-separadores);
    box-shadow: 10px 0px 0px 0 rgba(0, 0, 0, 0.2), 0 1.5px 3px 0 rgba(0, 0, 0, 0.19); 
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    bottom:0;
    position:absolute;
    transition: height 0.5s ease-in-out;
    -webkit-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    box-shadow: 0px -1px 3px rgba(50, 50, 50, 0.75);
    z-index: 9999;
  }
  .divSwipeDown_Contenedor_Mostrar{
    height:25%;
    transition: height 0.2s ease-in-out;
  }
  .divSwipeDown_Contenedor_Ocultar{
    height:0px;
    transition: height 0.2s ease-in-out;
  }

  .slide-wrap-menu {margin: 0px; font-size: 13px; padding: 0px; }
      .slider-menu { padding-top:0px; width: 100%; height: auto; display: flex; overflow-x: auto; -webkit-overflow-scrolling: touch; scroll-snap-type: x mandatory;   }
      .slide-menu { flex-shrink: 0; height: auto; display: inline-block; padding: 10px 10px; color: #424242; text-align: center; }
      .slide-menu-seleccion { padding: 10px 10px;  background-color: var(--color-controles-base-medium); color:white; }


.divFondoIMG{
        background: #FFFFFF;
        background: radial-gradient(#D7D7D7 10%, #FAFAFA, #FFFFFF);
        border: thin solid #00BF00;
}