a {
    
}

input[type=checkbox] {
    transform: scale(1.5);
    
}


.margentop30bottom20{
    margin-top: 30px;
    margin-bottom: 20px;
}

.margentopbottom10{
    margin-top: 10px !important;
    margin-bottom: 10px !important;

}
.margenacceso{
    margin-top: 120px;
    margin-bottom: 30px;
}

.margentoppie{
    margin-top: 40px !important;
}

.totalpedido{
    margin-right: 20px !important; 
    font-size: 18px;
    font-weight: bold;
}

.letraazul{
    color: rgb(3, 3, 175) !important;
}

.letra12{
    font-size: 12px !important;
}

.letra14{
    font-size: 14px !important;
}

.letranegra{
    color: rgb(0, 0, 0) !important;
}

.bordeamarillo{
    border: 2px solid rgb(255, 230, 3);
}

.borderojo{
    border: 2px solid rgb(255, 3, 3);
}

.fondonaranja{
    background: rgb(250, 156, 15);
    border-radius: 10px;
    box-shadow: 2px 2px 10px #666;
    flex: center !important;
    margin: 0px auto !important;  
}

.fondo7k{
    background: rgb(135, 150, 175);
    border-radius: 10px;
    box-shadow: 2px 2px 10px #666;
    flex: center !important;
    margin: 0px auto !important;  
}

.marcas_marquesita{
    display: block;
    padding-top: 5px;
}
    .marcas{
        
        margin-left: 20px;
        margin-right: 20px;
        
        box-shadow: 10px rgb(63, 125, 182);
        width: 100px;
        height: auto;
    }

.bordeverde {
    border: 1px solid green;
}

.sinpadding{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.sinmargen{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.letra16{
    font-weight: bold;
    font-size: 16px !important;
}

.letra24{
    font-weight: bold;
    font-size: 24px !important;
}

.letrarojo{
    color: rgb(235, 2, 2) !important;
}

.letrasm{
    margin-left: 3px;  
}

.letraactivar{
    font-size: 38px;
    color: rgb(163, 60, 1);
}

.fondo1 {
    border-radius: 10px;
    border: 4px solid white;
    background: rgba(241, 155, 85, 0.979);
    height: 600px;
}

.textoempresa {   
    color: #000000;
    /*text-shadow: 1px 1px 2px rgb(255, 255, 255);*/
    font-size: 12px;
    font-weight: normal;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.textoblanco {
    color: #fff !important;
    text-shadow: 2px 2px 4px rgb(0, 0, 0) !important;
}

.btn1{
    margin-top: 10px;
    border-radius: 4px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    font-size: 12px;
    border: 0px !important;
}

.card-title{
    font-size: 26px !important;
}

.altura434{
    height: 434px !important;
}

.subtituloprod{
    font-size: 16px;
    font-weight: bold;
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.detalleproducto {
    margin-left: 5px !important;
    padding-left: 5px !important;
    text-align: justify;
}

.tiendavirtual{
    margin-top: 10px;
    
}
    .titulotienda {
        
        
    }

    .titulotienda h2 {
        margin-top: 2px !important;
        margin-bottom: 5px !important;
        font-size: 40px !important;
        font-weight: bold;
        color: #585eb4 !important;
        text-shadow: 1px 1px 1px rgb(0, 0, 0);

    }

    .titulos{    
        background-color: rgb(135, 150, 175);
        border-radius: 6px;
        padding-top: 7px;
        padding-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'Times New Roman', Times, serif;
        color: rgb(40, 59, 41);
        font-weight: bold;
        font-size: 28px;
    
        padding-bottom: 0px !important;
        height: 45px !important;
    }


.opcionmobil{
    display: none;
}

.titulo_total{
    font-size: 24px;
    font-family: sans-serif;
    font-weight: bold;
}


/*---Inicio Menu Productos--*/

.wrap{
    display: block;
}

.wrap{
    width: 90%;
    margin: auto;  
}
  
.wrap > p{
    color: orangered;
    font-weight: 200;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 15px 0px;
}

.wrap > p:after{
    content: '';
    width: 100%;
    height: 1px;
    background:  rgb(197, 89, 0);
    margin: 10px 0;
}



.category-list{
    display: flex;
    flex-direction: column;
}

.category-list .category_item{
    display: block;
    width: 90%;
    padding: 3px 5px 0px;
    margin-bottom: 10px;
    background: rgb(154, 169, 196);
    color: black;
    cursor: pointer;
}

.category-list .ct_item-active{
    background: rgb(71, 92, 129);
    color: rgb(255, 254, 254);
}



/*-----Fin Menu Productos ----*/


/* CSS Productos*/

.products_list{
    width: 98%;
    background: rgb(255, 255, 255);
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2%;
    color: black;
}


.products_list .product-item{
    width: 22%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #666;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;

    transition: all .4s;
}

.configuracion-item{
    width: 75%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(94, 119, 231);
    
    display: flex;
    flex-direction: column;
    align-items: left;
    align-self: flex-start;

    transition: all .4s;
}

.ancho100{
    width: 100% !important;
}

.ancho100a{
    width: 90% !important;
}

.alturautoa{
    height: 200px;
  }

.configuracion-form_usuario{
    width: 50%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgb(94, 119, 231);
    
    display: flex;
    flex-direction: column;
    align-items: left;
    align-self: flex-start;

    transition: all .4s;
}

.products_list .product-item img{
    width: 100%;
}

.products_list .product-item a{
    display: block;
    width: 100%;
    /*padding: 0px 0;*/
    background: cornflowerblue;
    color:  #ffff;
    text-align: center;
    text-decoration: none;

}


.products_list .product-item-detalle{
    width: 97%;
    margin-right: 1.5%;
    margin-left: 1.5%;
    margin-top: 2%;
    border-radius: 5px;
    box-shadow: 2px 2px 10px #666;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;

    transition: all .4s;
}

.products_list .product-item-detalle img{
    width: 100%;
}

.products_list .product-item-detalle a{
    display: block;
    width: 100%;
    padding: 0px 0;
    background: cornflowerblue;
    color:  #ffff;
    text-align: center;
    text-decoration: none;
}

.tituloproducto{
    font-size: 24px !important;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif !important;
    color: rgb(71, 6, 250) !important;
}

.fuentedetalleprod{
    font-family: serif !important;
}

/* Fin CSS Productos*/


/*----------Paginador---------*/

.paginador ul{
    padding: 15px;
    list-style: none;
    background: #FFF;
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
}

.paginador a, pageSelected{
    color: #000000;
    border: 1px solid #ddd;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    width: 35px;
}

.paginador a:hover{
    background: #ddd;
}

.pageSelected{
    color: #FFF;
    background: #428bca;
    border: 1px solid #428bca;
}

/*----------Fin Paginador---------*/

/*---------Busqueda---------*/


.busqueda {
    justify-content: flex-end; 
}

.buscar_input{
    width: 65% !important;
    height: 30px !important;
    float: left !important;
    padding-top: 1px !important;
    padding-bottom: 1px !important;

}

.buscar_btn{
    width: 30% !important;
    float: right !important;
    margin-top: 0px !important;
}

/*--------Fin de Busqueda----*/


/*------Boton Pagina----*/

.btn_pagina{
    cursor: pointer;
}

/*-------Fin Boton Pagina-------*/


/*----Inicio de LightBox------*/

#imagen div {
	position: relative;
	bottom:28px;
	color:rgb(255, 145, 1);
	background-color:#000;
	padding:2px 2px;
	opacity:0.7;
    
    margin-bottom: -28px;
}

.modal1 {
    display: none;
    /*visibility: hidden;*/
    opacity: 0;

}

.modal1:target {
    display: block;
    /*visibility: visible;*/
    opacity: 1;
    transition: all 0.5s;
    position: fixed;
    background: rgba(0,0,0,0.8);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}

.modal1 h3{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin: 15px 0;
}

.imagen {
    width: 100%;
    height: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
}


.imagen a {
    color: #fff;
    font-size: 40px;
    text-decoration: none;
    margin: 0 10px; 
}

.imagen a:nth-child(2){
    margin:0;
    height: 100%;
    flex-shrink: 2;

}

.imagen img{
    width: 500px;
    height: 140%; /*Poner en 100 en mobiles*/
    max-width: 100%;
    border: 7px solid #fff;
    box-sizing: border-box;

}

.cerrar{
    display: block;
    background: #fff;
    width: 30px;
    height: 30px;
    margin: 140px auto;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    color: #000;
    padding: 1px;
    border-radius: 50%;
    line-height: 25px;
}


/*----Fin de LightBox------*/

/* Datos Usuario ---*/

.datosusuario{
    font-size: 12px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 10px !important;

}
    .datosusuario a {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
/*----Fin Daos usuarios  ---*/

/*--- Registro cliente ---*/

.margenreg_cliente{
    margin-top: 100px !important;
    margin-bottom: 50px !important;
}

.tituloreg_cliente{
    font-size: 22px !important;
    font-weight: bold !important;

}


/*--- Fin Registro cliente ---*/

.regresar{
    margin-top: -35px !important;
}

.cuentabanco{
    text-align: left;
    
}

.nrocta{
    color: red;
    font-size: 24px;
    font-weight: bold;
}

.logobanco{
    text-align: right;
}

.form_registros{
    padding-left: 5px !important;
    padding-right: 4px !important;
}

.estado{
    margin-top: 5px !important;
    padding-top: 5px;
    padding-left: 10px;
}

.estado input{   
    margin-left: 10px;
}


/* Subir Imagenes */


.btn-archivo{
    width: 100% !important;
    margin: 2px 0px 2px 0px !important;
    margin-top: 6px !important;
    margin-bottom: 5px !important;
    border-radius: 3px !important;
    padding: 5px !important;
}

.div-archivo{
    width: 100% !important;
    padding: 0px 0px 0px 0px !important;
    margin: 4px 0px 4px 0px !important;
}

.subtitulo_subir_img{
    font-size: 14px;
    font-weight: bold;
    color: darkred;
    margin-bottom: 1px;
    
}

.nivelproductos{
    font-size: 14px !important;
    font-weight: bold;
}

.nivelseccion{
    font-size: 14px !important;
    font-weight: bold;
}

.datosproductos_img{
    background: rgb(135, 150, 175);
    padding: 2px 4px 2px 4px;
    border-radius: 3px;
    box-shadow: 2px 2px 5px darkslategrey;
}

.lineaimg{
    height: 1px;
    background-color: rgb(248, 135, 7);
    margin : 0px 0px 0px 0px;
}

.sinfondo{
    background: none !important;
}


/* Sin Subir Imagenes */


/*----Criterio Lista -----*/

.criteriolista{
    height: 30px !important;
}

.formCriterio{
    margin-top: 10px;
    margin-bottom: 10px;
    
}

/*----Fin Criterio Lista -----*/


.contenedornosotros {
    width: 88%;
    
    padding-top: 10px;
    padding-bottom: 10px;
    
    background-color: rgb(211, 138, 69);
}

.borderedo5{
    border-radius: 10px !important;
}

.textotitulos{
    color: rgb(226, 109, 0) !important;
}

.sobratextonegro{
    text-shadow: 2px 2px 4px rgb(0, 0, 0);
}



@media (max-width: 767px) {
    
    /*.marcas {
        width: 60%;
        height: auto;
    }*/

    .margemovil{
        margin-top: 2px !important;
        margin-bottom: 4px !important;
        font-size: 18px !important;
    }

    .titulotienda h2 {
        
        margin-bottom: 2px !important;
        font-size: 26px !important;
        

    }

    .tiendavirtual{
        margin-top: 20px;
        
    }
        .titulotienda {
            
            
        }

        .titulos{
            background-color: rgb(135, 150, 175);
            border-radius: 3px;
            padding-top: 4px;
            padding-left: 5px;
            margin-top: 5px;
            font-weight:normal;
            font-size: 20px;

            padding-bottom: 0px !important;
            height: 30px !important;
        }
    
    .opcionmobil{
        display: block;
    }

    .products_list .product-item{
        width: 46%;

        margin-right: 2%;
        margin-left: 2%;
        
    }

    .products_list .product-item a{
        font-size: 12px;
    
    }

    .letra24{
        font-weight: bold;
        font-size: 18px !important;
    }

    .letrasm{
        
        font-size: 10px !important;
    }

    .titulo_total{
        font-size: 16px;
        font-family: sans-serif;
        font-weight: bold;
    }

    .configuracion-item{
        width: 100%;
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 2px;

        padding-right: 5px !important;
        padding-left: 5px !important;

        border-radius: 5px;
        box-shadow: 2px 2px 10px rgb(94, 119, 231);
        
        display: flex;
        flex-direction: column;
        align-items: left;
        align-self: flex-start;
    
        transition: all .4s;
    }

    .tituloform{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .labelmovil{
        margin-bottom: 1px !important;
    }

    .col-md-6{
        padding-right: 5px !important;
        padding-left: 5px !important;
    }

    .btn1{
        padding-top: 2px !important;
        padding-bottom: 2px !important;
        padding-left: 5px !important;
        padding-right: 5px !important;
        margin-bottom: 3px !important;
        font-size: 12px;
        border: 0px !important;
    }

    /*---------Busqueda---------*/
    .busqueda {
        justify-content: flex-end; 
    }

    .buscar_input{
        
        height: 20px !important;
        

    }

    .buscar_btn{
        width: 30% !important;
        float: right !important;
        margin-top: 0px !important;
    }

    /*--------Fin de Busqueda----*/

    .wrap{
        display: none;
    }
    

    .totalpedido{
        margin-right: 20px !important; 
        font-size: 12px;
        font-weight: bold;
    }

    
    .imagen img{        
        height: 100%; /*Poner en 100 en mobiles*/
    }
    
    
    .imagen a {
        font-size: 20px;
    }
    
    .cerrar{
        margin-top: 10px !important;
        font-size: 15px;
        font-weight: bold;
    }

    .subtituloprod{
        font-size: 14px;
        
    }

    .padding10{
        padding-left: 15px;
        padding-right: 15px;
    }

    
    .fondo1{
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .borderedo5{
        border-radius: 10px !important;
    }

    .navbar-fixed-top .navbar-nav > li > a {       
        font-size:16px;   
        
        
    }

    .altura40{
        height: 24px;
    }

    .anunciosoporte{        
        font-size: 18px;
        font-style: normal;
        font-family: Georgia, "Times New Roman", Times, serif;        
    }

    .alturauto{
        height: 300px;
    }


    .img-responsive {
        /*display: block;
        max-width: 100%;*/
        height: 300px;    
    }
}