﻿.container-fluid {
    padding: 5% 7%;
}

.columna1 {
    flex: auto;
    width: 24%;
    height: 100%;
    margin-left: 2%;
}

.columna2 {
    flex: auto;
    width: 72%;
    height: 100%;
    margin-bottom: 10px;
    margin-left: 2%;
}

.filaProductos {
    /*height: 90%;*/
}


.fila1 {
    height: 420px;
}

.fila2 {
    margin-top: 30px;
}

.caja {
    background: rgb(222, 222, 222);
    width: 90%;
    height: 120px;
    padding: 10px;
    margin-bottom: 10px;
}

    .caja img, .caja a {
        width: auto;
        height: 100%;
        margin: 0 auto;
    }

.caja2 {
    background: rgb(222, 222, 222);
    width: 100%;
    height: 380px;
    display: flex;
    padding: 5%;
}

    .caja2 img {
        width: auto;
        height: 300px;
        margin: 0 auto;
    }

#rdversion label {
    margin: 0;
    font-size: 14px;
    margin-left: 10px;
}

#rdversion td {
    display: inline-flex;
}

.form-control {
    border-radius: 0px;
}

.form-control2 {
    width: 50%;
}

.cantidadCarro {
    width: 40px;
    height: 40px;
}

    .cantidadCarro:disabled {
        background: white;
        border: 1px rgb(125, 125, 125) solid;
        padding-left: 2px;
    }

.contenidoCantidad {
    display: flex;
    align-items: center;
}

    .contenidoCantidad .operacion {
        width: 30px;
        height: 30px;
    }

    .contenidoCantidad input {
        margin-left: 5px;
        margin-right: 5px;
    }

.texto {
    font-size: 18px;
    margin-bottom: 0px;
}

.btn {
    border-radius: 0px;
}

.btn-danger {
    background: rgb(224, 48, 30);
    font-weight: 600;
    font-size: 20px;
}

.columnaModal {
    width: 49%;
    padding: 5% 7%;
}

.lineaModal {
    width: 1%;
    padding: 20px 0;
}

.lineaModal1 {
    width: 2px;
    height: 100%;
    background: rgb(222, 222, 222);
}

.productoModal {
    display: flex;
}

    .productoModal img {
        width: 100px;
        margin-right: 10px;
        height: 130px;
    }

.descripcionProductoModal {
    display: block;
}

.esteProducto, .carritoModal {
    display: flex;
    margin-bottom: 20%;
}

    .esteProducto img {
        width: 80px;
        margin: 10px;
    }

    .esteProducto span, .carritoModal span {
        margin: 10px;
        font-weight: 600;
    }

    .carritoModal img {
        width: auto;
        height: 40px;
    }

.carritoModal {
    align-items: center;
}

.botonesModal .btn {
    width: 100%;
    text-align: center;
}

.botonesModal {
    margin-top: 20%;
}

#imgCaracteristicas {
    width: 80%;
    margin: 0 auto;
}

.precio {
    font-weight: 600;
    color: rgb(224, 48, 30);
    font-size: 24px;
}

.contenido {
    margin-left: 30px;
}

.btnmodal {
    font-size: 16px;
}

#alert {
    width: 300px;
    min-height: 100px;
    background: rgb(45, 45, 45);
    color: rgb(222, 222, 222);
    position: absolute !important;
    z-index: 50000 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    margin-top: 5% !important;
    border-radius: 5px;
    padding: 20px;
}




#closeAlert {
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: rgb(222, 222, 222);
    text-decoration: none;
}

    #closeAlert:hover {
        color: white;
    }




#closeAlert2 {
    position: absolute;
    width: 100px;
    height: auto;
    border-radius: 2px;
    background-color: rgba(70, 70, 70, 0.8);
    font-size: 18px;
    font-weight: 600;
    color: rgb(222, 222, 222);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    right: 20px;
    bottom: 20px;
}

    #closeAlert2:hover {
        color: white;
        background-color: rgb(70, 70, 70);
    }



.bodyAlert {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 80%;
    text-align: center;
}




#alert1 {
    width: 300px;
    min-height: 100px;
    background: white !important;
    color: rgb(222, 222, 222);
    position: absolute !important;
    z-index: 50000 !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto !important;
    margin-top: 5% !important;
    border-radius: 5px;
    padding: 20px;
}




#closeAlert3 {
    float: right;
    font-size: 18px;
    font-weight: 600;
    color: rgb(222, 222, 222);
    text-decoration: none;
}

    #closeAlert3:hover {
        color: white;
    }




#closeAlert4 {
    position: absolute;
    width: 100px;
    height: auto;
    border-radius: 2px;
    background-color: white !important;
    font-size: 18px;
    font-weight: 600;
    color: rgb(222, 222, 222);
    text-decoration: none;
    text-align: center;
    padding: 5px;
    right: 20px;
    bottom: 20px;
}

    #closeAlert4:hover {
        color: black;
        background-color: white !important;
    }



.bodyAlert1 {
    margin-top: 10px;
    margin-bottom: 40px;
    width: 80%;
    text-align: center;
