.subirArchivoInput{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.subirArchivoLabel{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #00a65a;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 10px 20px !important;
    width: fit-content;
    text-align: center;
}

.editarArchivoInput{
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label.editarArchivoLabel{
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    background-color: #00a65a;
    display: inline-block;
    transition: all .5s;
    cursor: pointer;
    padding: 10px 20px !important;
    width: fit-content;
    text-align: center;
 }

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type=number] { -moz-appearance:textfield;}

.modalBackend{
    width: 95% !important;
    margin: auto !important;
}

.text-white{
    color: #fff !important;
}

.cambiarUrlRed {
    height: 40px;
    font-size: 14px;
}

/* Redes sociales */
.iconoRed{
    padding: 5px 7px;
}

.redSocial {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.facebookBlanco{
    color:white;
    background: black;
    padding: 5px 10px;
}

.facebookNegro{
    color:#000;
}

.facebookColor{
    color:white;
    background:#46639f;
    padding: 5px 10px;
}

/*YOUTUBE*/

.youtubeColor{
    color:white;
    background:#d6513e;
}

.youtubeBlanco{
    color:white;
    background: black;
}

.youtubeNegro{
    color:#000;
}

/*TWITTER*/

.twitterColor{
    color:white;
    background:#0ab2e6;
}

.twitterBlanco{
    color:white;
    background: black;
    padding: 3px;
}

.twitterNegro{
    color:#000;
}

/*GOOGLE PLUS*/

.google-plusColor{
    color:white;
    background:#d71617;
    padding: 5px 3px;
}

.google-plusBlanco{
    color:white;
    background: black;
    padding: 5px 3px;
}

.google-plusNegro{
    color:#000;
}

/*INSTAGRAM*/

.instagramColor{
    color:white;
    background:linear-gradient(45deg, #fca925, #ee1d5f,  #6350a2);

}

.instagramBlanco{
    color:white;
    background: black;
}

.instagramNegro{
    color:black;
}


.formularioInformacion label {
    line-height: 35px;
}

.bootstrap-tagsinput {
    padding: 5px 11px !important;
    width: 100%  !important;;
    border-radius: 1px !important;;
}

.bootstrap-tagsinput .tag {
  background-color: #1A5276 !important;
  color: #fff !important;
  font-size: 12px !important;
}

.tablasTarifas {
    margin-top: 20px !important;
    margin-bottom: 5px !important;
}

.titulo-tablas {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
}