@charset "utf-8";
/* CSS Document */


/*CARRITO HEADER*/
.barraCarrito:hover .detalle-carrito {
    visibility: visible;
    display: block;
}
.barraCarrito:hover {
    visibility: visible;
    background-color: #238538;
}
.barraCarrito .btn {
    display: inline-block;
    padding: 10px;
    color: black;
    text-decoration: none;
}
.barraCarrito {
    background-color: #238538;
    display: block;
    float: left;
    width: 100%;
    font-weight: bold;
    z-index: 999;
}
span.btn.ver-carrito {
    font-size: 14px;
}
span.btn.ver-carrito img {
    margin-bottom: -5px;
}
.barraCarrito .btn:hover {
    background-color: #86bf00;
    /* font-weight: bold; */
    cursor: pointer;
}

.btn.salir-carrito {
    font-size: 15px;
    text-decoration: none!important;
    font-weight: bold;
}

.productos-carrito table {
    background-color: white;
    color: black;
    font-size: 12px;
    width: 100%;
    text-align: center;
}

.detalle-carrito {
    width: 100%;
    min-width: 300px;
    max-width: 330px;
    position: absolute;
    background-color: #31962e!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
    padding: 10px;
    color: black;
    z-index: 9999;
    font-weight: bold;
    border-radius: 0px 0px 10px 10px;
    visibility: hidden;
    right: 3%;
    margin-top: 10px;
    display:none;
    z-index: 999;
}

span.btn.ver-carrito table img {
    width: auto!important;
    height: 45px;
    margin-top: -6px;
    margin-bottom: -8px;
}
span.numero-productos-carrito {
    color: white;
    background-color: red;
    padding: 2px 8px;
    border-radius: 40px;
    font-size: 14px;
    box-shadow: 2px 2px 1px 0px #00000017;
    display: inline-block;
}
.detalle-carrito td {
    padding: 7px;
}
.detalle-carrito table tr {
    border-bottom: 1px solid gray;
    margin-bottom: 32px;
    outline: 1px solid #ebebeb;
}

.detalle-carrito table tr a {
    text-decoration: none;
}

.barraCarrito .btn a {
    text-decoration: none;
    color: black;
}





/*CARRITO HEADER MOVIL*/
@media screen and (max-width: 980px) {

    .detalle-carrito {
        width: 90%;
        margin: 10px 2%!important;
        right: 0!important;
        min-width: auto!important;
        max-width: none!important;
    }
}






/*PAGO*/

h1 {
    font-size: 37px;
}
table.etapas-tabla {
    border-top: 10px solid #d6d6d6;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 70px;
}

.estapa {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: white;
    border: 5px solid #e5e5e5;
    border-radius: 100px;
    text-align: center;
    color: black;
    line-height: 49px;
    font-size: 30px;
    font-weight: bold;
    font-family: sans-serif;
    /* float: left; */
    /* position: absolute; */
    margin-top: -39px;
    /* margin-left: -20px; */
    text-decoration: none;
}
a.estapa.bg-color-green-dark.color-gray {
    border-color: #017500;
}
.estapa small {
    font-size: 14px;
    margin-left: -3px;
    color: black;
}
.estapa.e2 {
    /* margin-left: 30%; */
}

.estapa.e3 {
    /* margin-left: 58%; */
}

.estapa.e4 {
    /* margin-left: 88%; */
}

.carrito table {
    display: inline-table;
    width: 100%!important;
    outline: 1px solid gray;
    font-size: 14px;
}

.carrito .header-table {
    color: white;
    background-color: #31962e!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
}
.carrito tr:nth-child(even) {background: #f8f8f8;}
.carrito tr:nth-child(odd) {background: #FFF}
.carrito table td {
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
}
.carrito table td a {
    color: black;
    text-decoration: none;
}
.estapa.bg-color-green {
    border-color: #18bc17!important;
    background-color: #31962e!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
    border-top: 2px solid green;
}

.boton-siguiente {
    background-color: #31962e!important;
    border-left: 2px solid #5eb15e;
    border-bottom: 2px solid #215e21;
    border-right: 2px solid #0a6f0a;
}

p.subtitulo-carrito {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}