#tittleCarrito{
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;  
    font-size: 30px;
}

.campoObligatorio{
    color: #ec3807;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 5px;
}

.bordeObligatorio{
    border: 1px solid #ec390749;
}

.bordeObligatorioOK{
    border: 1px solid #333e3f49;
}

/*Caja Formularios*/
.formBox{
    transition: all 300ms;
    background-color: transparent;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.identif{
    color: #343636;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

#spanidentif{
    color: #343636;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.identif>h5{
    color: #343636;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.h4Indentif{
    color: #343636;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.h4Indentif>span{
    color: #599407;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

/*Campo Telefono*/
.spanMovil{
    background-color: transparent;
    border: none;
}

.movilFormBox{
    width: 100%;
}

.movilNum{
    width: 45% !important;
}

/*Campos de Formularios*/
.formInput:focus{
    border: 1px solid #b0caab;
    box-shadow: none;
}

.envioBox{
    background-color: rgba(182, 177, 177, 0.069);
}

.btnEnvio{
    border: 1px solid rgba(37, 75, 32, 0.148);
    width: 100%;
}

.btnEnvio:hover{
    background-color: rgba(182, 177, 177, 0.069);
    box-shadow: rgba(111, 154, 105, 0.166);
}

.btnEnvio:active{
    background-color: rgba(182, 177, 177, 0.069);
    box-shadow: rgba(111, 154, 105, 0.166);
}

.btnEnvio:focus{
    box-shadow: none;
}

.btnPrecioCheck:checked{
    background-color: #91C612;
    box-shadow: none;
    border: 1px solid #91C612;
}

.btnPrecioCheck:focus{    
    box-shadow: none;
    border: 1px solid grey;
} 

#cvcFormCarrito{
    width: 20%;
}


/*-------------------------------------------*/

.resumCompra{
    background-color: rgba(182, 177, 177, 0.069);
}

/*Imagen Productos*/
.cartImg{
    width: 100px;
    height: 100px;
}

/*Detalle Productos*/
.cartDetail{
    color: #343636;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    
}

/*Precio Productos*/
.cartPrice{
    color: #343636;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    padding-left: 2%;
}

/*-------------------------------------------*/
.modificar{
    color: #91C612;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-decoration: none;

}

.modificar:hover{
    color: #628a05;
}


.textIdentif{
    color: #343636;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 1px;
    padding-left: 2%;
}


@media (max-width: 575) {
    
}

@media(max-width: 575px){
    .cartPrice{
        border-bottom: 1px solid #d0c8c85f;
    }
}

@media(max-width: 335px){
    .h4Indentif{
        font-size: 16px;
    }
}


