/* Reset */
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.pay-a{
    text-decoration: none;
    color: #1e1e1e;
}

.all-icons{
    width: 40px;
    height: 40px;
}

.icon-card{
    width: 60px;
    height: 60px;
}

.icon-github{
    width: 25px;
    height: 25px;
}

.conteiner-principal{
    background: rgb(125,230,223);
    background: linear-gradient(180deg, rgba(125,230,223,1) 0%, rgba(212,209,209,1) 14%, rgba(0,0,0,1) 100%); 
    height: 100%;  
}

.contenedor-factura{
    background: rgb(30,30,30);
    background: linear-gradient(180deg, rgba(30,30,30,1) 0%, rgba(212,209,209,1) 30%, rgba(30,30,30,1) 100%); 
}

.carrito-conteiner-page{
    background: rgb(125,230,223);
    background: linear-gradient(180deg, rgba(125,230,223,1) 0%, rgba(212,209,209,1) 14%, rgba(30,30,30,1) 100%); 
    height: 100%;  
    width: 100%;
}

.section-principal{
    display: flex;
    justify-content: space-evenly;
    height: 20vh;
    align-items: center;
    background-color: transparent;
    width: 90%;
    margin-left: 50px;
}

.logo-img-principal{
    padding-top: 2%;
    margin-left: 10%;
    display: flex;
}

.title{
    padding-left: 5px;
    color: #1e1e1e;
}

.title-factura{
    color: #d4d1d1;
}

.navbar-conteiner{
    width: 180px;
    display: flex;
    column-gap: 25px;
    padding-top: 35px;
    list-style: none;
}

.subtitle{
    text-align: center;
    margin-top: 7rem;
}

.title-products{
    text-align: center;
    padding-top: 6rem;
}

.card-conteiner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    margin-top: 4rem;
    column-gap: 5rem;
    flex-wrap: wrap;
    row-gap: 2rem;
}

.card-img-top{
    width: 100%;
    height: 100%;
}

.btn.btn-primary{
    background-color: #789d9d;
    border-color: #d4d1d1;
    color: #d4d1d1;
}

.btn.btn-primary:hover{
    background-color:  #d4d1d1;
    border-color: rgb(125, 230, 223);
    color: #1e1e1e;
    transition: 0.8s;
}

.card-body, .card-img-top{
    display: flex;
    text-align: center;
    flex-direction: column;
    background-color: #d4d1d1;
    box-shadow: -11px 9px 5px 0px rgba(212,209,209,0.23);
    -webkit-box-shadow: -11px 9px 5px 0px rgba(212,209,209,0.23);
    -moz-box-shadow: -11px 9px 5px 0px rgba(212,209,209,0.23);
}

#productos{
    padding-right: 100rem;
}

.carrito{
    padding-left: 4rem;
    display: flex;
    flex-direction: row;
}

.principal-section{
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#icons{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 4rem;
    padding-top: 6rem;
}
.pay{
    display: flex;
    flex-direction: row-reverse;
    padding-right: 15rem;
    padding-top: 3rem;
}

.contador-producto{
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
}

.pay-button{
    background:  #83f57d;
    border: 1px solid #83f57d;
    width: 15rem;
    padding-right: 1rem;
    border-radius: 20px;
    margin-left: 1rem;
    box-shadow: -14px 6px 5px -2px rgba(212,209,209,0.07);
    -webkit-box-shadow: -14px 6px 5px -2px rgba(212,209,209,0.07);
}

.pay-button:hover{
    background-color: transparent;
    border: 2px solid #789d9d;
    color:  #83f57d ;
    transition: 0.8s;
}

.agregar, .eliminar{
    width: 2rem;
    border-radius: 1rem;
}

.agregar{
    background-color: #83f57d ;
    border: 2px solid #83f57d;
}

.eliminar{
    background-color: #ffa4a4;
    border: 2px solid #ffa4a4;
}

.total-container{
    padding-top: 3rem;
    text-align: center;
}

#total{
    font-size: 30px;
}

.vinculo{
    list-style-type: none;
    text-decoration: none;
    color: #d4d1d1;
}

.vinculo:hover{
    color: #93BDED;
}

.footer-index{
    font-size: 1rem;
    color: #d4d1d1;
    text-align: center;
    margin-top: 7rem;
    margin-bottom: 3rem;
}

.footer-carrito{
    padding-top: 13rem;
    color: #d4d1d1;
    text-align: center;
    margin-bottom: 3rem;
}

.footer-factura{
    padding-top: 30rem;
    margin-bottom: 3rem;
    color: #d4d1d1;
    text-align: center;
}
