@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Black.eot');
    src: url('../font/DINPro-Black.eot?#iefix') format('embedded-opentype'), url('../font/DINPro-Black.woff2') format('woff2'), url('../font/DINPro-Black.woff') format('woff'), url('../font/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Medium.eot');
    src: url('../font/DINPro-Medium.eot?#iefix') format('embedded-opentype'), url('../font/DINPro-Medium.woff2') format('woff2'), url('../font/DINPro-Medium.woff') format('woff'), url('../font/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Regular.eot');
    src: url('../font/DINPro-Regular.eot?#iefix') format('embedded-opentype'), url('../font/DINPro-Regular.woff2') format('woff2'), url('../font/DINPro-Regular.woff') format('woff'), url('../font/DINPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Light.eot');
    src: url('../font/DINPro-Light.eot?#iefix') format('embedded-opentype'), url('../font/DINPro-Light.woff2') format('woff2'), url('../font/DINPro-Light.woff') format('woff'), url('../font/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url('../font/DINPro-Bold.eot');
    src: url('../font/DINPro-Bold.eot?#iefix') format('embedded-opentype'), url('../font/DINPro-Bold.woff2') format('woff2'), url('../font/DINPro-Bold.woff') format('woff'), url('../font/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}



@font-face {
    font-family: 'BEBAS';
    src: url('../font/Bebas.otf');    
    font-style: normal;
}


/*Estos son los estilos de ajuste customizables*/

.tabla-interna a{
    color: #4580c7 ;
}

.mob {
    display: none;
}

.desk {
    display: block;
}

@media(max-width: 640px) {
    .mob {
        display: block;
    }
    .desk {
        display: none;
    }
}

body {
    background: #f4f4f4;
    font-family: 'DINPro';
    position: relative;
}

.logo-prin a{
    font-family: 'BEBAS';
    color: black;
    text-decoration: none;
    font-size: 36px;
}

.padre {
    display: flex;
    -webkit-display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.padre-espaciado {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.cuerpo {
    width: 90%;
    margin: 4% auto 0 auto;
}

.cuerpo-detalle {
    width: 90%;
    margin: 5% auto 0 auto;
}

.card .card-content {
    padding: 0 0 0 0 !important;
}

.tabla-interna {
    padding: 7px 10px !important;    
}


/*morado*/

.rojo-mapfre-bg {
    background: #000 !important;
}

.rojo-mapfre-bg:hover {
    background: #80382f !important;
}

.rojo-mapfre-tx {
    color: #053670;
}


/*.card-content input{
	color: #666 !important; 
}*/

.rojo {
    color: #c62828 !important;
}

.head-col-collab {
    margin: 10px 0px;
    width: 20%;
    text-align: center;
    cursor: auto;
}

.head-col-collab p {
    line-height: 20px;
    margin: 0;
    padding: 5px 0;
    font-weight: bold;
}

.col-collab {
    /*margin: 5px 0px;*/
    width: 20%;
    text-align: center;
}

.col-collab p {
    line-height: 20px;
    margin: 0;
    padding: 10px 0 0 0;
}

.collapsable-nomargen {
    margin: 0 !important;
    border-top: none !important;
    box-shadow: none !important;
}

.collapsible-body {
    background-color: #ececec !important;
    border-bottom: 1px solid #d2d2d2;
    padding: 1rem !important;
}

.ult a {
    font-size: 11px;
    background: #bdbdbd;
    display: block;
    margin-left: 5px;
    padding: 5px;
    border-radius: 5px;
    color: white;
}

.col-collab-body {
    width: 16.5%;
    text-align: center;
}

.col-collab-body p {
    /*padding: 1em;*/
}

.cabecera-secundaria-filt p {
    font-weight: bold;
    background-color: #d2d2d2!important;
}


/*.activo{
	color: #00C853 !important;
}*/


/*login*/

.contenedor-total {
    width: 500px;
    margin: 50px auto;
    color: black;
}

.boton-submit {
    display: block;
    width: 100%;
    cursor: pointer;
    text-align: center;
    font-style: normal;
}

.wrapp-de-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}


/*lista-concursantes*/

.cabecera {
    width: 100%;
    /*padding:10px 20px;*/
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    min-height: 60px;
    box-shadow: 0px 1px 6px rgba(0,0,0,0.5);
}

.cabecera .logo-prin {    
    height: auto;
    margin: auto 40px
}

.cabecera .logo-prin img {
    width: 100%;
    height: auto;
}

.img-galeria{
    margin-top: 10px;
    margin-bottom: 10px;
    max-width: 100%;
    min-height: 30px;
    min-width: 30px;
    background: gray;
}

.navegacion{
    margin: auto 20px
}

.navegacion ul {
    align-items: center;
    -webkit-align-items: center;
}

.navegacion ul li {
    padding: 0 20px;
}

.navegacion ul li a {
    color: black;
    font-weight: 400;
    display: block;
}

.navegacion ul li .activado {
    font-weight: 700;
    color: #ffba00;
}

.navegacion ul li ul li a {
    color: #8f8f8f;
    font-weight: 400;
    border-bottom: 1px dashed #e4e4e4;
}


/*navegacion movil*/

.navegacionmovil {
    width: 100px;
    padding-top: 20px;
    color: white;
}

.navegacionmovil i {
    width: 24px;
    margin: 0 auto;
    display: block;
}

.abierto {
    height: 100vh !important;
}

.nav-movil {
    position: fixed;
    z-index: 9999;
    height: 0;
    width: 100vw;
    background: white;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, .4);
    overflow: hidden;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.nav-movil-wrapper {
    max-width: 100%;
    margin: 0 auto;
    color: white;
    text-align: left;
}

.nav-movil-wrapper .mob-btn {
    position: relative;
    transition: all 0.4s;
    padding: 0 10px !important;
    border-bottom: 1px dotted #bebebe;
}

.nav-movil-wrapper .mob-btn:after {
    font-family: 'Material Icons';
    content: "keyboard_arrow_right";
    position: absolute;
    right: 10px;
}

.active:after {
    transform: rotate(90deg);
}

.nav-movil-wrapper .panel {
    padding: 0 30px;
    display: none;
    overflow: hidden;
}

.nav-movil-wrapper ul {
    list-style: none;
}

.nav-movil-wrapper ul li a {
    padding: 0 !important;
    display: block;
    color: #da1a00;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
}

.nav-movil-wrapper ul .facebook {
    width: 30px;
    display: block;
    margin: 10px auto 0 auto!important;
}

.nav-movil-cerrar {
    position: absolute;
    width: 100%;
    background: #da1a00;
    bottom: 0;
    left: 0;
    text-align: center;
}

.nav-movil-cerrar a {
    display: block;
    padding: 0 !important;
    color: white;
    text-decoration: none;
}


/*navegacion movil*/

.txtnegro {
    color: black !important;
}

.titular h1 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    margin: 2.1rem 0 1rem 0;
}

.titular-deact a {
    margin: 2.1rem 0 1rem 0;
    padding: 5px 10px;
    text-align: center;
    display: block;
    background: #225ea3;
    border-radius: 5px;
    color: white;
}

.titular a {
    margin: 2.1rem 0 1rem 0;
    padding: 5px 26px;
    text-align: center;
    display: block;
    background: #636363;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 0, 0.35);
}

.titular-deact h1 {
    font-size: 20px;
    color: #c62828;
    font-weight: 400;
}

.titular-almacen h1 {
    font-size: 20px;
    color: #e1d62b;
    font-weight: 700;
}

.titular-confirm h1 {
    font-size: 20px;
    color: #2d478f;
    font-weight: 700;
}

.titular-anul h1 {
    font-size: 20px;
    color: #a3a3a3;
    font-weight: 700;
}

.done-ic {
    background: #00e676;
    color: white;
    padding: 2px;
    border-radius: 50%;
}

.close-ic {
    background: #f44336;
    color: white;
    padding: 2px;
    border-radius: 50%;
}

.iconos- {
    text-align: right;
    float: right;
}

.iconos-estados i {
    padding: 5px;
}

.iconos-estados-ult {
    text-align: right;
    float: right;
}

.iconos-estados-ult a {
    cursor: pointer;
    /*background: #bdbdbd;*/
    display: block;
    margin-left: 5px;
    padding: 5px;
    /*border-radius: 5px;*/
    color: #424242;
    font-size: 14px;
    font-weight: 700 !important;
}

.botoneditar {
    color: #424242;
}

.por-completo {
    /*background: #c62828 !important;*/
    color: #d91a00 !important;
    font-size: 14px;
    font-weight: 700 !important;
}

.estado-1 {
    background: #e1d62b !important;
}

.estado-2 {
    background: #c62828 !important;
}

.estado-3 {
    background: #00C853 !important;
}

.estado-4 {
    background: #2d478f !important;
}


/*perfil-banda*/

.cuerpo-int {
    width: 90%;
    margin: 50px auto;
}

.bread-crumb {
    padding: 0 0 0 35px;
}

.foto-thumb {
    margin: 10px 0 10px 0;
    width: 100%;
}

.foto-thumb img {
    width: 100%;
    height: auto;
}

.contenido-card {
    padding: 10px 15px !important;
    position: relative;
}

.dato {
    color: #225ea3;
}

.datos-in-card {
    /*margin: 0 15px 0 40px;*/
    width: 100%;
}

.chip-color {
    background: #f29eb2;
    /* Este color seria dinamico */
    border-radius: 5px;
    padding: 0 20px;
    width: 100px;
    height: 50px;
    /*color: white;
	font-weight: 300;
	font-size: 13px;*/
}

.datos-in-card p {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
}

.chip-aceptado {
    padding: 5px 7px;
    background: #4caf50;
    color: white;
    border-radius: 5px;
}

.chip-rechazado {
    padding: 5px 7px;
    background: #f44336;
    color: white;
    border-radius: 5px;
}

.chip-sincalificar {
    padding: 5px 7px;
    background: #9e9e9e;
    color: white;
    border-radius: 5px;
}

.comentario-banda {
    width: 30%;
    margin-left: 25px;
}

.comentario-banda h3 {
    font-size: 22px;
    margin: 15px 0 15px 0;
    padding: 0;
    font-weight: 700;
}

.comentario-banda p {
    font-size: 17px;
    font-weight: 700;
    line-height: 22px;
}

.aceptar {
    color: #4caf50 !important;
}

.rechazar {
    color: #f44336 !important;
}

.redes-sociales i {
    padding: 0 5px;
}

.desactivado {
    color: #9e9e9e !important;
}

.boton-editar {
    position: absolute !important;
    top: 143px;
    right: 25px;
}


/*ranking*/

.nav-secundaria ul li {
    margin: 15px 0;
}

.nav-secundaria ul li a {
    padding: 0 10px;
    display: block;
    width: 100%;
}

.ranking {
    padding: 8px;
    border-radius: 50%;
    color: white;
    width: 30px;
    height: 30px;
    display: block;
    font-size: 13px;
}

.ronda-actual h1 {
    font-size: 25px;
    margin: 0;
    padding: 0;
    font-weight: 700;
    margin: 10px 0 25px 0;
}

.drop-ronda {
    margin: 0 15px;
}

.modal-personalizada {
    width: 80% !important;
    top: 5%;
    z-index: 9;
}

.guardar-cambios {
    margin: 25px 0 0 0 !important;
    padding: 0;
}

.guardar-cambios input {
    padding: 9px 0 0 0;
}

.ajustedrop {
    width: auto !important;
    top: 60px !important;
    position: relative;
}


/*Parches Mapfre*/

.cabeceratabla {
    color: white;
    font-size: 13px;
}

.tabrtojo {
    background: red;
}

.bordeverde {
    /*padding: 20px;*/
    background-color: #636363 !important;
}

.contenidoInterno {
    font-size: 14px;
    color: #616161 !important;
    background-color: white;
}

.contenidoInterno tr {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.12) !important;
}

.blanco {
    color: white;
    font-weight: 400;
    position: relative;
}

.arrowcollapse {
    position: absolute;
    right: 28px;
    top: 22px;
    width: 11px;
    height: 11px;
    transition: all .3s;
}

@media(max-width: 640px) {
    .arrowcollapse {
        display: none;
    }
}

.volteado {
    transform: rotate(180deg);
}

.borderojo {
    background-color: #da1a00 !important;
}

.espformulariotitulo {
    margin: 5.5rem 0 1rem 0 !important;
}

.botonesmenu {
    margin: 0 0 15px 0;
}

.botonesmenu-guardar {
    cursor: pointer;
    border: none;
    text-transform: uppercase;
    padding: 5px 50px;
    text-align: center;
    display: block;
    background: #60ae6d;
    border-radius: 5px;
    color: white;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 0, 0.35);
}

.botonesmenu-regresar {
    padding: 5px 0 0 20px;
    text-transform: uppercase;
    display: block;
    color: #60ae6d;
    position: relative;
    font-weight: 600;
    font-size: 16px;
}

.botonesmenu-regresar:before {
    content: '';
    background: url(../../images/arrow-green-back.png) no-repeat;
    width: 9px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 10px;
}

.toprojo {
    background-color: #000;
    height: auto;
    border-radius: 15px 15px 0 0;
    height: 43px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 30px;
    color: white;
    font-weight: 400;
    font-size: 15px!important;
}

.toprojo h2 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.titular-deact h1 {
    margin: 0 0 25px 0;
}

.tarjetasminiaturas .card-title {
    background-color: #000;
    height: auto;
    border-radius: 15px 15px 0 0;
    height: 43px;
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    -webkit-align-items: center;
    padding-left: 30px;
    color: white;
    font-weight: 400 !important;
    font-size: 18px!important;
}

.tarjetasminiaturas .file-field {
    margin: 10px 0;
    padding: 0 10px;
}

.tarjetasminiaturas .file-field p {
    color: #777;
    padding-bottom: 10px;
}

.noventaporciento {
    width: 90%;
    margin: 0 auto;
}

.login {
    margin: 99px 0;
}

.login-wrapper-4cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 40px auto 0 auto;
    width: 77%;
}

@media (max-width: 1170px) {
    .login-wrapper-4cards {
        width: 85%
    }
}

@media (max-width: 562px) {
    .login-wrapper-4cards {
        width: 95%
    }
}

.login-wrapper-4cards-cards {
    background-color: white;
    width: 376px;
    height: 429px;
    -webkit-box-shadow: 1px 2px 13px 3px rgba(0, 0, 0, .13);
    box-shadow: 1px 2px 13px 3px rgba(0, 0, 0, .13);
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 20px;
}

.login-wrapper-4cards-cards-imagencard img {
    border-radius: 15px 15px 0 0;
}

.login-wrapper-4cards-cards-contenido {
    padding: 9px;
    margin-bottom: 20px;
}

.login-wrapper-4cards-cards-contenido h1 {
    font-size: 1.8em;
    color: #07184C;
    font-weight: 200;
}

.login-wrapper-4cards-cards-contenido p {
    font-size: 1em;
    color: #707070;
    font-weight: 300;
    font-family: DINPro;
}

.login-wrapper-4cards-cards-boton p {
    width: 100%;
    margin-top: 5px !important;
    color: #494848;
    font-size: 11px;
    text-align: center;
    font-family: DINPro;
}

.login-wrapper-4cards-cards-contenido-item {
    width: 85%;
    margin: 0 auto;
    height: 40px;
    margin-top: 30px;
    border-bottom: 3px #ffda77 solid;
}

.login-wrapper-4cards-cards-contenido a {
    margin-top: 5px !important;
    width: 40%;
    display: block;
    float: right;
}


/*FIN!!!CSS LOGIN*/

.btn {
    width: 40%;
    margin: 0 auto !important;
    border-radius: 5px;
    display: block;
    height: 36px;
    line-height: 36px;
    color: white;
    background: #db1a00;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-align: center;
    text-decoration: none;
    font-family: DINPro;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 0, 0.35);
}

.btnaceptar {
    height: 50px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: red;
    border-radius: 5px;
    width: 100%;
    color: white;
}

.btnaceptar input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: none;
    border: none;
    color: white;
    font-weight: 600;
}


/*login*/

.cuerpoingreso {
    position: relative;
    height: 100%;
    width: 100%;
    background: url(../../images/fondo.png) no-repeat center center fixed;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.cuerpoingreso-blackout {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.cuerpoingreso .tarjeta {
    position: relative;
    z-index: 2;
    width: 320px;
    margin: 0 auto;
    background: white;
    border-radius: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.43);
}

.cuerpoingreso .tarjeta img {
    max-width: 80%;
    margin: 20px 20px auto;
    height: auto;
    border-radius: 10px 10px 0 0;
}

.tarjeta-cabecera {
    position: relative;
}

.tarjeta-cabecera-linea {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 72px;
    border-radius: 10px 10px 0 0;
    background: #000;
}

.tarjeta-cuerpo {
    padding: 72px 20px 0 20px;
}

.editortexto ul {
    list-style: circle !important;
    padding-left: 40px !important;
}

.editortexto ul li {
    list-style: circle !important;
}

.logo-text{
    margin: 10px 0px;
    line-height: 1;
    text-align: center;
    color:white;
    font-family:'BEBAS';
}


/*filtros*/

.filtros {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    background: white;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 25px;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 0, 0.35);
}

.filtros input {
    font-size: 13px !important;
    height: auto !important;
    color: #8c8c8c;
}

.filtros-busqueda {
    width: 20%;
}

.filtros-busqueda input {
    height: 2rem !important;
    margin-top: 15px !important;
}

.filtros-fecha {
    width: 30%;
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.filtros-fecha .fecha-item {
    width: 47%;
}

.filtros-fecha p {
    font-size: 12px;
    margin: 0 0 5px 0 !important;
    padding: 0 !important;
}

.filtros-fecha input {}

.filtros-categoria {
    width: 15%;
}

.filtros-proveedores {
    width: 15%;
}

.filtros-btn {
    width: 10%;
}

.filtros-btn button {
    width: 100%;
    border: none;
    display: block;
    cursor: pointer;
    color: white;
    background: red;
    border-radius: 5px;
    height: 40px;
    box-shadow: 0px 1px 1px 0px rgba(1, 2, 0, 0.35);
}

.divisor-vert {
    width: 1px;
    height: 100%;
    background: #dcdcdc;
    margin: 0 1%;
}

.subfoto {
    position: relative;
    width: 100%;
}

.subfoto .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 60%;
    z-index: 999;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    cursor: pointer;
}

.subfoto .close-btn i {
    width: 24px;
    display: block;
    margin: 0 auto;
    color: red;
}

.nav-movil ul li {
    color: green;
    float: none;
}


/*parches*/

.file-field span {
    font-size: 12px !important;
}


/*fin parches*/


/*Media Queries*/

.desk {
    display: block;
}

.mob {
    display: none;
}

@media (max-width: 1170px) {
    .cuerpo-detalle {
        margin-top: 10% !important;
    }
}


/*Tablet*/

@media(max-width:1029px) {
    .cuerpo {
        margin: 12% auto 0 auto !important;
    }
    .cuerpo-detalle {
        margin-top: 8% !important;
    }
    .iconos-estados-ult {
        text-align: left !important;
        float: left !important;
    }
    .iconos-estados-ult a {
        display: block;
        margin-left: 0px;
        padding: 0px;
    }
}

@media(max-width: 640px) {
    .iconos-estados-ult a {
        width: 100%;
        text-align: center;
        margin: 5px 0;
    }
}


/*smallbg*/

@media (max-width: 783px) {
    .contenido-card {
        padding: 20px 20px !important;
    }
    .filtros {
        height: auto;
    }
    .filtros-busqueda {
        width: 90%;
        margin: 0 auto;
    }
    .divisor-vert {
        display: none;
    }
    .filtros-fecha {
        width: 90%;
        margin: 0 auto;
    }
    .filtros-categoria {
        width: 90%;
        margin: 0 auto;
    }
    .filtros-proveedores {
        width: 90%;
        margin: 0 auto;
    }
    .filtros-btn {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .cuerpo-detalle {
        margin-top: 10% !important;
    }
}


/*Mobile*/

@media (max-width: 640px) {
    .cuerpo {
        width: 90% !important;
    }
    .arrowcollapse {
        right: 4px !important;
        top: 34px !important;
    }
    .cabecera .logo-prin {
        width: 80px;
    }
    .desk {
        display: none;
    }
    .mob {
        display: block;
    }
    .card .tarjetasminiaturas{
        
    }
    .cuerpo-detalle {
        width: 90%;
    }
    .btn {
        width: 30%;
    }
    .miscampos input {
        font-size: 11px !important;
    }
    .filtros-btn button {
        margin: 10px 0;
    }
}

@media (max-width: 533px) {
    .tabla-interna {
        padding: 10px 11px !important;
        font-size: 12px;
    }
    .titular a {
        margin: 1.5rem 0 1rem 0;
    }
}

@media(max-width:460px) {
    .cuerpo {
        margin: 20% auto 0 auto !important;
    }
    .cuerpo-detalle {
        margin-top: 20% !important;
    }
    .wrapp-de-footer {
        width: 100%;
    }
    .titular h1 {
        color: green;
        font-size: 14px !important;
    }
    .min {
        font-size: 13px !important;
    }
    .file-field span {
        font-size: 9px !important;
    }
    .titular-deact h1 {
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .cuerpo {
        width: 100% !important;
    }
    .arrowcollapse {
        display: none;
    }
    .cuerpo-detalle {
        width: 88%;
        margin: 0 auto;
    }
    .titular-deact h1 {
        font-size: 14px !important;
    }
    .titular-deact h1 {
        font-size: 14px;
    }
}

@media (max-width: 350px) {
    .espaciotop a {
        padding: 5px 10px;
    }
    .botonesmenu-guardar {
        padding: 5px 34px;
    }
    .titular a {
        padding: 5px 19px;
    }
}

@media (max-width: 320px) {
    .botonesmenu-regresar {
        font-size: 14px;
    }
    .titular a {
        padding: 7px 13px;
    }
    .linea1 a {
        padding: 5px 35px;
        margin: 12px;
    }
    .linea11 a {
        padding: 5px 9px;
        margin: 12px;
    }
    .botonesmenu-regresar {
        padding: 5px 0 0 10px;
    }
    .linea3 a {
        padding: 5px 53px;
    }
    .pegado a {
        margin: 8px 0px 5px !important;
    }
}

@media(max-width: 640px) {
    .tabla-responsiva {
        overflow-x: auto;
    }
    .tabla-responsiva table {
        width: 640px;
    }
}


/* FINAL!! Media Queries*/

.paginacion {
    min-height: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.paginacion ul {
    margin: 0;
}

.paginacion ul li {
    margin: 5px;
}

.paginacion ul li a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #e7e7e7;
    color: #000;
    border-radius: 5px;
}

.paginacion ul li .activo {
    background: #000 !important;
    color: white;
}

;
.row-multimedia {
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}


/* Create four equal columns that sits next to each other */

.column-multimedia {
    flex: 12.5%;
    max-width: 12.5%;
    padding: 0 4px;
}

.column-multimedia img {
    max-width: 100%;
    margin-top: 8px;
    vertical-align: middle;
}

.column-multimedia .seleccion {
    border: 3px solid blue;
}


/* Responsive layout - makes a two column-layout instead of four columns */

@media screen and (max-width: 800px) {
    .column-multimedia {
        flex: 25%;
        max-width: 25%;
    }
}


/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */

@media screen and (max-width: 600px) {
    .column-multimedia {
        flex: 50%;
        max-width: 50%;
    }
}

.boton-producto{
    padding: 12px 20px;
    line-height: 50px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .3);
    text-align: center;
    text-decoration: none;
    background: #5dbce3;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    font-size: 15px;
}
.boton-producto i{
    padding-right: 10px;
}

.hover-image {
    width: 100%;
    position: relative;
    display: inline-block;    
}
  
.hover-image:hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;    
    z-index: 999;    
}

.imagen-redonda {
    width: 60px; 
    height: 60px; 
    border-radius: 50%; 
    overflow: hidden; 
    filter: grayscale(100%); 
}

.item-con-flechas{
    display:flex; 
    align-items:center;
}

.flechas-container{
    display: flex;
    flex-direction: column;
}

.edit-photo-details{
    position: absolute;
    color: black;
    background: rgba(255, 255, 255, 0.8);
    left: 0px;
    top:10px;
}

.dropdown-content {
    width:220px !important;
}


iframe{
    width: 100%;
    height: 800px;
    margin: auto;
    border: none;
}
.modal{
    max-height: 650px !important;
}