.desk{
    display: block;
}
.movil{
    display: none;
}
.card-img-top {
    height: 317px;
}
.card-producto{
    height:301px;
}
.card-horizontal{
    display: flex; flex: 1 1 auto;
}
.nombre-producto{
    height:66px !important;
}
.descripcion{
    font-size: 0.8rem;
}
.h6-nombre-producto{
    font-size: 1.5rem
}
.imagen-card{
    width: 100%;
    height: 300px;
    overflow:hidden; 
    padding:3px;
}
.movil-desk{
    margin-right:60px !important;
    margin-left:60px !important; 
}
@media (max-width: 760px) {
    .card-movil{
        margin-bottom: 20px;
    }
    .desk{
        display: none;
    }
    .movil{
        display: block;
    }
    
    .card-producto{
        height:650px;
    }
    .card-horizontal{
        display: flex; 
        flex: 1 1 auto;
    }
    .movil-desk{
        margin-right:0px !important;
        margin-left:0px !important; 
    }
    .img-square-wrapper{
        width: 100%;

        height:300px;
    }
    
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}
.form-control-sm {
    height: calc(1rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.navbar-brand {
    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    padding: 5rem 0 0 30px;
    top: 0;
    /* -webkit-filter: drop-shadow(3px 3px 3px rgb(87, 87, 87));
    filter: drop-shadow(3px 3px 3px rgb(87, 87, 87));*/
}
.brand_admin {
    height: 80px !important;
    width: auto;
}

.navbar-brand b {
    display: block;
    font-size: 50%;
    line-height: 1;
}

.navbar-nav {
    margin-left: auto;
}

#logo {
    width: auto;
    height: 115px;
}
.btn {
    padding: 2px 12px;
}
.card-footer{
    padding: 0px !important;
}
.franja_posicion {
    position: relative;
}

.franja_foto {
    position: absolute;
    bottom: -25px;
    right: 10px;
    z-index: 2000 !important;
}
.boton_video {
    position: absolute;
    top: 280px;
    right: 10px;
    z-index: 2000 !important;
}

@media (max-width: 760px) {
    /*.card-img-top {
        height: auto;
    }
    */
    .navbar li {
        background-color: #000 !important;

    }

#logo {
    width: auto;
    height: 80px;
}

    .navbar-brand {
        vertical-align: top;
        padding: 0.5rem 0 0 10px;
        height: 50px;
        width: auto;
        top: 0;
    }

}

/* BOTONES COLOR*/
/*
ROJO #FF0000
ROSA #FFC0CB
NARANJA #FF8C00
AMARILLO #FFFF00
VERDE #008000
AZUL #0000FF
VIOLETA #9400D3
GRIS #808080
NEGRO #000000
BLANCO #FFFFFF
OTRO #DCDCDC
*/
.a_boton {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    margin: 2px;
    padding: 19px 19px;
    text-decoration: none;
    font-size: 11px;
}

/*.a_boton {
    display: inline-block;	
    color: #fff;
    text-decoration: none;
    border-radius: 20px;
    margin:2px;
    padding: 8px 14px;
    text-decoration: none;
    font-size: 11px;

  }
*/

.a_boton:hover,
.a_boton:focus {
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  margin: 2px;
  padding: 19px 19px;

}
.a_boton:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border-radius: 20px;
  margin: 2px;
  padding: 19px 19px;

}
.a_boton:active {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  border-radius: 20px;
  margin: 2px;
  padding: 19px 19px;

}


