body {
    background-color: #F8F9FA;
    overflow-x: hidden;
}

button.botonbus {
    background-color: #fff;
    border: 1px solid #5FBDE2;
    font-weight: bold;
    color: #5FBDE2;
}

button.botonbus:hover {
    background-color: #5FBDE2;
    color: #fff;
}

.tete {
    font-size: 20px;
    color: #000;
}

.pop {
    margin-top: 10px;
}

.titsecc {
    font-size: 30px;
    color: #5FBDE2;
    text-transform: uppercase;
}

.titbusq{
    color: #5FBDE2;
    font-size: 18px;
    font-weight: bold;
}
/*
.busquedapor{
    left: 45%;
}*/
.custom-select{
    width: 9rem!important;
}

.card {
    height: 100%;
    width: 100%;
    border: 1px solid #D8DEDC;
    border-radius: 20px;
    box-shadow: 0px 0px 8px 3px rgb(216, 222, 220);
    transition: all 0.20s ease-in-out;
    -webkit-transition: all 0.30s ease-in-out;
}

.card:hover {
    box-shadow: inset 0px 0px 8px 3px rgb(216, 222, 220);
}

.btnrar {
    border: 1px solid #5FBDE2!important;
    background-color: #fff!important;
    color: #5FBDE2!important;
    font-weight: bold!important;
}

.btnrar:hover {
    border: 1px solid #fff!important;
    background-color: #5FBDE2!important;
    color: #fff!important;
    font-weight: bold!important;
}

.sesion {
    background-color: #3AABA9;
    color: #fff;
    margin-bottom: 0;
    display: none;
}

a.linksesion {
    position: relative;
    text-decoration: none!important;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    border: 0;
}

a#btn_mostrar_carrito {
    text-decoration: none!important;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

a#btn_mostrar_carrito:hover {
    color: #ff4;
}

a.linksesion:hover {
    color: #ff4;
}

.userss:hover {}

input.botir {
    color: #fff;
    background-color: green;
}

button.botir {
    color: #fff;
    background-color: green;
}

input.botir:hover {
    color: green;
    background-color: #fff;
    border: 1px solid green;
}

button.botir:hover {
    color: green;
    background-color: #fff;
    border: 1px solid green;
}

.img-card {
    width: 100%;
    height: 12rem;
    position: relative;
}

.img-card img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


/*EDITAR CARDS*/

.marca {
    color: blue;
    text-transform: uppercase;
}

.precio {
    color: green;
}

.resto {
    color: orange;
}

.carizq {
    width: 100%;
}

.izqtodo {
    margin-top: 90px;
}

.piedepagina {
    background-image: url("../img/footer.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.carritocompra:hover {
    opacity: .4;
}

.donmario {
    border-radius: 5px;
    box-shadow: 0px 0px 15px 8px rgb(216, 222, 220);
}

.textcardizq {
    position: relative;
    color: #000;
    font-weight: bold;
    font-size: 18px;
    left: -35px;
}

.batman {
    position: relative!important;
    bottom: 0!important;
}

input.btn-pagar {
    background-color: green!important;
    color: #fff!important;
}

input.btn-pagar:hover {
    border: 1px solid #fff!important;
    color: green!important;
}

.btn-outline-secondary{
    background-color: #fff!important;
    color: #007BFF!important;
    border: 1px solid #007BFF!important;
}

.btn-outline-secondary:hover{
    background-color: transparent!important;
    border: 1px solid #fff!important;
    color: #fff!important;
}

.boton-barra-sesion{
    
}

.boton-barra-sesion:hover{
    border: 2px solid #ff4!important;
}

.btn-group:hover > .dropdown-menu{
    display: block!important;
}



/**/
@media (max-width: 858px) {
     ::-webkit-scrollbar {
        display: none;
    }
    button.botonbus {
        width: 100%;
    }
    /*input[type=text]{
                width: 84%;      
                margin-right: 10px;      
            }*/
    .pop {
        width: 100%;
    }
    .card {
        width: 100%;
    }
    .izqtodo {
        margin-top: 0;
    }
    .donmario {
        display: none;
    }
    .sesion {
        display: block;
    }
    .noooo {
        display: none;
    }
    .custom-select{
        width: 160px!important;
    }
}


.caca{
    position: absolute;
    top: -20px;
    left: 25px;
    right: 0;
    z-index: 9;
    width: 30px;
    background-color: red;
    color: #fff;
    border-radius: 25px;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 10px;
}

.tutorial{
    text-decoration: none!important; 
    color: #0056B3; 
    text-align: center; 
    padding: 0;
    font-size: 16px; 
    text-transform: uppercase; 
    font-weight: bold;
}

.tutorial:hover{
    color: #239208; 
}

